body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  line-height: 1.6;
  background: #fff;
}

html, body {
  overflow-x: hidden;
}


.whatsapp-chat {
  width: 380px;
  background: #f0f0f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px #aaa;
  display: flex;
  flex-direction: column;
  height: 580px;
}

.chat-header {
  background: #075e54;
  color: white;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  background: #d0e6d9;
  color: #075e54;
  font-weight: bold;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-title {
  font-weight: bold;
}

.chat-status {
  font-size: 12px;
  color: #b2dfdb;
}

.chat-body {
  background: #ece5dd;
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.message {
  max-width: 75%;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.message .text {
  text-align: left;
}

.sent {
  background: #dcf8c6;
  align-self: flex-end;
  border-bottom-right-radius: 0;
}

.received {
  background: #ffffff;
  align-self: flex-start;
  border-bottom-left-radius: 0;
}

.timestamp {
  font-size: 11px;
  color: #999;
  margin-top: 4px;
  text-align: right;
}

.ticks {
  color: #4fc3f7;
}

.chat-input {
  display: flex;
  align-items: center;
  padding: 10px;
  background: white;
  border-top: 1px solid #ccc;
}

.chat-input input {
  flex: 1;
  border: none;
  padding: 10px;
  border-radius: 20px;
  background: #f0f0f0;
  color: #999;
  pointer-events: none;
  cursor: default;
}

.chat-input input:focus {
  outline: none;
}

.chat-input button {
  background: none;
  border: none;
  color: #075e54;
  font-size: 20px;
  margin-left: 10px;
  cursor: default;
}



#benefits, #faq, #testimonials, #howitworks {
  scroll-margin-top: 80px;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


.max-w-6xl {
    max-width: 72rem;
}

.items-center {
    align-items: center;
}

.py-3 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.img-logo {
  max-width: 100px;
  height: auto;
}

.py-5 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.bg-light1 {
    background-color: #4caf5014;
    padding: 12px;
    border-radius: 50px;
    color:#1e88e5;
    font-weight: 600;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255 / 94%) !important;
}

.bg-light4 {
    background-color: #ffffff54;
    padding: 15px;
    border-radius: 50px;
    font-weight: 600;
}


.max-w-4xl {
    max-width: 56rem;
}

.text-muted2 {
  font-size: 21px;
  color: #546e7a;
}

.text-muted3 {
  font-size: 20px;
  color: #546e7a;
}

.text-muted4 {
  font-size: 21px;
  color: #546e7a;
}

.text-muted5 {
    font-size: 16px;
    color: #546e7a;
    margin-top: 5px;
}

.text-muted6 {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.text-muted7 {
  font-size: 21px;
  color: #546e7a;
  padding: 15px 50px 15px 50px;
}

.text-muted8 {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #546E7A;
}

.mb-10 {
  margin-bottom: 50px;
}

.rounded-pill {
  background-color: #ffffff;
  padding: 7px 25px 7px 25px;
}


.small9 {
  font-size: .875rem;
  line-height: 1.25rem;
}

/* WhatsApp button hover: zoom + color */
.whatsapp-hover {
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.whatsapp-hover:hover {
  transform: scale(1.05);
  background-color: #17a35d !important
}


.whatsapp-btn {
  background-color: #ffffff;
  transition: transform 0.2s ease-in-out;
}

.whatsapp-btn:hover {
  transform: scale(1.05); /* slight zoom */
  background-color: #ffffff;
  color:#1e88e5;
}


/* Learn More hover: fill with blue, no animation */
.learnmore-hover {
  background-color: transparent;
  border: 2px solid #007bff;
  color: #007bff;
}

.learnmore-hover:hover {
  background-color: #007bff;
  color: white;
  transition: none; /* No zoom or smooth effect */
}

#howitworks {
  background-color: #F5F7FA;
}

.mb-20 {
  margin-bottom: 60px;
}

.p-2 {
  padding: 2.2rem !important;
}

.icon-circle2 {
  background: #D3EEDB;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-circle3 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #d7f0e3; /* light mint/greenish */
  display: flex;
  align-items: center;
  justify-content: center;
}


.bg-light-green {
  background-color: #d9f2e6;
}

.text-primary {
  color: #1e88e5 !important;
}

.fw-bold2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.fw-bold3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.fw-bold8 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #1e88e5;
}



.rounded-full {
  border-radius: 50px;
  background-color: #4caf50;
  border:none;
  padding: 5px 30px 5px 30px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}


.rounded-full2 {
  border-radius: 20px;
}

.rounded-full-blue {
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #0d6efd;
    padding: 5px 30px 5px 30px;
    font-size: 17px;
    font-weight: 500;
}


.hero {
  background: linear-gradient(136deg, #f8f9fa, #E8F4F8);
}

.heroimg img{
  border-radius: 1.5rem;
}

.hero h1 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 4.6rem;
  color: #1e88e5;
}

.section-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  color:#1e88e5;
  font-weight: 700;
  margin-bottom: 1rem;
}

.feature-card, .info-card, .testimonial {
    border: 1px solid #d7ebd7;
    box-shadow: 1px 3px 13px 0px rgb(0 0 0 / 4%);
    border-radius: 12px;
}


.info-card {
  min-height: 343px;
  display: flex;
}

.feature-card {
  min-height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}


.feats h6 {
  color:#1e88e5;
  font-size: 1.25rem;
  font-weight: 700;
}

.feats5 h6 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color:#1e88e5;
}

.small2 {
  font-size: 18px;
  line-height: 28px;
  color: #546e7a;
}

.testimonial p {
  color: #546e7a;
  font-size: 1.125rem;
  line-height: 1.62rem;
}

.section-title7 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color:#1e88e5;
}

.action h5 {
  color:#1e88e5;
   font-size: 1.25rem;
  font-weight: 700;
}

.small {
  font-size: 1rem;
  color:#546e7a;
}

/*.feature-card, .info-card, .testimonial {
  border: none;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  border-radius: 12px;
}*/

.icon-circle-left {
  background-color: #d1f0dd;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px #e0f7ec;
  flex-shrink: 0;
}


.accordion-button {
  font-size: 1.125rem;
  background-color: #f8f9fa;
}

.accordion-button:hover {
  font-size: 1.125rem;
  color: #81C784;
  text-decoration-line: underline;
}


.accordion-item {
  background-color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #28a745;
  box-shadow: none;
}

.accordion-button:not(.collapsed):hover {
  color: #81C784;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.border-1 {
  border: 1px solid #ebebeb;
}


.accordion-button::after {
  width: 0.9rem; /* Slightly bigger */
  height: 0.9rem;
  background-size: 0.9rem;
  filter: brightness(0) saturate(100%) invert(25%) sepia(82%) saturate(1817%) hue-rotate(177deg) brightness(91%) contrast(89%);
  transform: scale(1.2); /* Makes it appear bolder */

}

/* Optional: Slightly adjust on hover too */
.accordion-button:hover::after {
  filter: brightness(0) saturate(100%) invert(28%) sepia(75%) saturate(1690%) hue-rotate(177deg) brightness(90%) contrast(90%);
}


.accordion-item {
  border: 1px solid #dddddd7d !important;
  border-radius: 0.7rem;
  overflow: hidden;
}

.accordion-button {
  box-shadow: none !important;
  background-color: #fff;
  font-weight: 600;
}

.accordion-button.collapsed {
  background-color: #FAFCFD;
}

.accordion-button:hover {
  color: #81C784;
}

.accordion-button::after {
  transform: scale(0.9); /* Make arrow a bit smaller */
  
}

@media (max-width: 768px) {
  .whatsapp-btn {
    font-size: 14px;
    padding: 12px 16px;
    white-space: nowrap;
  }
}



.lead {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.1rem;
}

.why-bg {
  background: linear-gradient(360deg, #f5f5f5, #1e88e51f);
}

.bg-testi {
  background: linear-gradient(360deg, #1e88e517, #eef5f5);
}


.icon-circle {
  background: #D3EEDB;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto;
}

.mtopbot {
  margin-bottom: 20px;
  margin-top: 20px;
}

.bg-learn-action {
  background-color: #f0f4f8;
}

.section-light { background: #f8f9fa; }

.footer {
  background: linear-gradient(90deg, #1E88E5, #4CAF50);
  color: #fff;
  padding: 60px 20px;
}

.footer a {
  color: #1e88e5;
  font-weight: 500;
  font-size: 1.125rem;
}

.badge {
  font-size: 1rem;
}




/* Force squarish shape on mobile */
@media (max-width: 768px) {
  .custom-img-wrapper {
    height: 400px; /* Set your desired tall height */
    
  }

  .custom-img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
    margin-top:25px;
  }
}




.accordion-button:not(.collapsed) {
  background: #fff;
  color: #1e88e5;
}


.navbar-nav .nav-link {
  color: #1e88e5; /* Blue default */
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #4CAF50; /* Green on hover */
}


@media (max-width: 991.98px) {
  .hero h1 {
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 2.6rem;
    color: #1e88e5;
    text-align: center;
}

    .whatsapp-chat {
      width: 100%;
      max-width: 380px; /* cap it at desktop size */
      margin: 0 auto;
    }


.text-muted2 {
  font-size: 20px;
  text-align: center;
  color: #546e7a;
}

.text-muted3 {
  font-size: 18px;
  text-align: center;
  color: #546e7a;
}

.text-muted4 {
    font-size: 20px;
    color: #546e7a;
}

.text-muted6 {
    font-size: 19px;
    color: #fff;
    margin-top: 5px;
}

.section-title {
  font-size: 2rem;
  line-height: 2.25rem;
  color:#1e88e5;
  font-weight: 500;
  margin-bottom: 1rem;
}

.lead {
    font-size: 2rem;
    font-weight: 300;
}


}

@media (min-width: 992px) {
  .w-lg-80 {
    width: 80% !important;
  }
}

@media (min-width: 768px) {
  .feature-card {
    min-height: 385px;
  }
}

@media (max-width: 992px) {
  .feature-card {
    min-height: 285px;
  }
}


