 .chatbot-container {
            /*width: 360px;*/
            /*height:200px;*/
            height:90%;
            border-radius: 0px 0px 7px 7px;
            padding: 2rem;
            background:linear-gradient(135deg, #0b6d10 0%, #40ca77 100%);
            /*overflow:scroll;*/
            /*background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);*/
            /*border-radius: 20px;*/
            /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
        }

        .close-btn {
            float: right;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
        }

        .header-text {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1.5rem;
            font-family:sans-serif;
        }

        .main-text {
            margin-top:-20px;
            color: white;
            font-size: 2rem;
            font-weight: bold;
            /*margin: 0.5rem 0 2rem 0;*/
            font-family:sans-serif;
        }

        .whatsapp-box {
            background: white;
            padding: 1rem;
            border-radius: 12px;
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            cursor: pointer;
        }

        .whatsapp-icon {
            width: 24px;
            height: 24px;
            margin-right: 10px;
            color: #25D366;
        }

        .whatsapp-text {
            font-size: 1rem;
            color: #333;
        }

        .whatsapp-subtext {
            font-size: 0.9rem;
            color: #666;
            margin-top: 4px;
        }

        .button-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            margin-top: 1rem;
        }

        .contact-button {
            background: white;
            border: none;
            padding: 1rem;
            border-radius: 12px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            color: #333;
            font-size: 0.9rem;
        }

        .icon {
            color: #ef4444;
            width: 20px;
            height: 20px;
        }

/* Chat Button - Fixed at Bottom Right */
#mychat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #116432; /* Green theme */
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mychat-button:hover {
  background-color: #388e3c;
}

/* Chat Button - Fixed at Bottom Right */
#whatsapp-button {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: #116432; /* Green theme */
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

#whatsapp-button:hover {
  background-color: #388e3c;
}

#mychat-icon {
  font-size: 18px;
}

#whatsapp-icon {
  font-size: 34px;
  color:white;
}



/* Chat Window Container */
#mychat-window {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 385px;
  height: 72%;
  background-color: #388e3c;
  border: 1px solid #2e7d32;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background:linear-gradient(135deg, #0b6d10 0%, #40ca77 100%);
}

/* Chat Header */
#mychat-header {
  /*background-color: #2e7d32;*/
  /*background:linear-gradient(135deg, #0b6d10 0%, #40ca77 100%);*/
  color: #ffffff;
  padding: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  
  align-items: center;
}

#mychat-header3 {
  /*background-color: #2e7d32;*/
  /*background:linear-gradient(135deg, #0b6d10 0%, #40ca77 100%);*/
  color: #ffffff;
  padding: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  
  align-items: center;
}

/* Chat Header */
#mychat-header2 {
  /*background-color: #2e7d32;*/
  /*background:linear-gradient(135deg, #0b6d10 0%, #40ca77 100%);*/
  color: #ffffff;
  padding: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mychat-close {
  /*background: none;*/
  /*border: none;*/
  /*color: #ffffff;*/
  /*font-size: 16px;*/
  /*cursor: pointer;*/
}

.contactus-form{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

#contactform-container{
    background:white;
}

.contactus-form input{
  margin: 5px 20px;
  max-width:90%;
  font-family:sans-serif;
  
}


#chatwindow-container{
    height:100%;
}

#contactform-container{
    height:100%;
}

#mychat-close2 {
  /*background: none;*/
  /*border: none;*/
  /*color: #ffffff;*/
  /*font-size: 16px;*/
  /*cursor: pointer;*/
}

/* Chat Messages Area */
#mychat-messages {
    height:86%;
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  background-color: #e8f5e9;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #4caf50 #e0e0e0;
}

#mychat-messages::-webkit-scrollbar {
  width: 6px;
}

#mychat-messages::-webkit-scrollbar-thumb {
  background-color: #4caf50;
  border-radius: 10px;
}

#mychat-messages::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}

/* Chat Input Area */
#mychat-input {
    border-radius: 0px 0px 7px 7px;
  display: flex;
  border-top: 1px solid #2e7d32;
  background-color: #ffffff;
  padding: 10px;
}

#mychat-input input {
  flex: 1;
  font-weight:400;
    font-family:sans-serif;
  padding: 8px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 16px;
}

#mychat-input button {
  background-color: #4caf50;
  color: #ffffff;
  border: none;
  margin-left: 10px;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#mychat-input button:hover {
  background-color: #388e3c;
}

/* Message Styling */
.mychat-user-message {
  background-color: #a5d6a7;
  color: #1b5e20;
  font-family:sans-serif;
  padding: 10px 14px;
  margin-bottom: 8px;
  border-radius: 12px;
  align-self: flex-end;
  max-width: 80%;
  font-size: 16px;
}

.mychat-bot-message {
    font-weight:400;
    font-family:sans-serif;
  background-color: #e0e0e0;
  color: #271515;
  padding: 10px 14px;
  margin-bottom: 8px;
  border-radius: 12px;
  align-self: flex-start;
  max-width: 80%;
  font-size: 16px;
}

/* Bot Response Buttons */
.mychat-bot-button {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #007b05;
  padding: 4px 6px;
  border-radius: 6px;
  margin-top: 6px;
  cursor: pointer;
  width:60%;
  font-size: 14px;
  font-family:sans-serif;
  transition: background-color 0.3s ease, color 0.3s ease;
}



#notification-dot {
  position: absolute;
  top: -5px;
  right: -5px;
  height: 20px;
  width: 20px;
  background-color: #d50000;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  /*display: none;*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


.mychat-bot-button:hover {
  background-color: #4caf50;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 480px) {
  #mychat-window {
    width: 90%;
    bottom: 20px;
    right: 5%;
    height: 70%;
  }

  #mychat-button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  
  #whatsapp-button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  
  

  #mychat-input button {
    font-size: 12px;
    padding: 6px 10px;
  }
}
