
      /* ==============================
   FORCE MOBILE STACK FIX
   ============================== */

@media (max-width: 767px) {

  /* force override bootstrap d-flex */
  .services-wrap {
    display: flex !important;
    flex-direction: column !important;
  }

  .services-wrap .img {
    width: 100% !important;
    min-height: 220px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .services-wrap .text {
    width: 100% !important;
    padding: 20px !important;
  }

  /* disable order-md-last on mobile */
  .services-wrap .order-md-last {
    order: 0 !important;
  }
}
 /* OUR APPROACH */
    .sc-approach-list li {
      margin-bottom: 10px;
    }

   .bg-light{
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
   }
    /* CTA */
    .sc-cta-section {
      background: #589167;
      color: #fff;
      text-align: center;
      padding-bottom: 20px;
      padding-top: 20px;
    }

    .sc-cta-section h2 {
      color: #fff;
    }

    .sc-btn-cta {
      background: #fff;
      color: #2E8B57;
      padding: 12px 30px;
      font-weight: 500;
      border-radius: 30px;
      display: inline-block;
    }
    .need{
      font-size: 34px;
      font-weight: 600;
    }











































    /* ================= Banner ================= */
    .page-banner {
      background: linear-gradient(
          rgba(46, 139, 87, 0.9),
          rgba(46, 139, 87, 0.9)
        ),
        url('images/service-banner.jpg') center/cover no-repeat;
      color: #fff;
      padding: 100px 0;
      text-align: center;
    }

    .page-banner h1 {
      font-weight: 600;
      font-size: 36px;
      margin-bottom: 10px;
    }

    .page-banner p {
      opacity: 0.9;
      font-size: 14px;
    }

    section {
      padding: 90px 0;
    }

    /* ================= Intro ================= */
    .intro-img img {
      border-radius: 12px;
    }

    h2 {
      font-weight: 600;
      margin-bottom: 20px;
    }

    p {
      font-size: 15px;
    }

    /* ================= Who Can Benefit ================= */
    .benefit-box {
      background: #f8f9fa;
      padding: 30px;
      border-radius: 10px;
      height: 100%;
    }

    .benefit-box ul {
      padding-left: 18px;
      margin-bottom: 0;
    }

    .benefit-box ul li {
      margin-bottom: 10px;
    }

    /* ================= CTA ================= */
    .cta-section {
      background: #2E8B57;
      color: #fff;
      text-align: center;
      padding: 90px 0;
    }

    .cta-section h2 {
      font-weight: 600;
    }

    .cta-section a {
      background: #fff;
      color: #2E8B57;
      padding: 14px 40px;
      border-radius: 40px;
      text-decoration: none;
      font-weight: 500;
      display: inline-block;
      margin-top: 25px;
      transition: 0.3s ease;
    }

    .cta-section a:hover {
      background: #f1f1f1;
      text-decoration: none;
    }

    /* ================= Mobile ================= */
    @media (max-width: 767px) {
      section {
        padding: 65px 0;
      }

      .page-banner {
        padding: 80px 0;
      }

      .page-banner h1 {
        font-size: 28px;
      }

      .benefit-box {
        margin-bottom: 20px;
      }
    }


    .dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.dropdown-item {
  font-size: 14px;
  padding: 10px 18px;
}

.dropdown-item:hover {
  background-color: #2E8B57;
  color: #fff;
}



.contact-section {
  background: #f7f5ef;
  padding: 80px 0;
}

.contact-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: stretch;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  border-radius: 6px;
}

.contact-map {
  flex: 1;
}

.contact-form {
  flex: 1;
      padding: 30px;
    background: #fff;
}

.contact-form h2 {
  color: #2e8b57;
  font-weight: 600;
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  width: 100%;
  /* margin-bottom: 22px; */
}

.form-group label {
  font-size: 12px;
  font-weight: 600;
  color: #2e8b57;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-size: 14px;
  background: transparent;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-bottom-color: #2e8b57;
}

.btn-send {
  background: #4f8f63;
  color: #fff;
  padding: 12px 26px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.btn-send:hover {
  background: #3f7c54;
}
  @media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .form-row {
    flex-direction: column;
  }

  .contact-map iframe {
    min-height: 320px;
  }
}
/* HERO SECTION */
.hero-section {
  background: #faf8f3;
  padding: 70px 0;
}

.hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}

/* IMAGE */
.hero-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 12px;
  object-fit: cover;
}

/* CONTENT */
.hero-content {
  max-width: 520px;
}

.hero-subtitle {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  color: #2e8b57;
  font-weight: 600;
  margin-bottom: 15px;
}

.hero-content h1 {
  font-size: 40px;
  font-weight: 600;
  color: #2e8b57;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.8;
}

/* BUTTON */
.hero-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
  background: #2e8b57;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background: #256f45;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-image img {
    max-width: 100%;
  }
}
/* Default hidden state */
.animate-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-out;
}

/* When active */
.animate-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: smoother on mobile */
@media (max-width: 768px) {
  .animate-up {
    transform: translateY(40px);
  }
}
