@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Work+Sans:wght@300;400;500;600&display=swap');
  body {
      margin: 0;
      padding: 0;
      background-color: #f9f9f9 !important;
      overflow-x: hidden;
    }

    /* NAVBAR */
    .navbar {
      background-color: #177539;
     padding: 0.3rem 3rem  0.3rem 7rem !important;
    }

    .navbar-brand img {
      height: 70px; /* Adjust this for logo size */
      width: auto;
    }

    .nav-link {
      color: #ffffff !important;
      font-family: 'Work Sans', sans-serif !important;
      margin-right: 1.5rem;
      font-weight: 500;
    }
   .navbar-nav .nav-link.active {
  color: #14BFDD !important;
}
    .contact-btn {
      background-color: #ffffff;
      color: #000000;
      border: none;
      padding: 8px 20px;
      border-radius: 25px;
      font-family: 'Work Sans', sans-serif;
      font-weight: 500;
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .contact-btn:hover {
      background-color: #f1f1f1;
    }
    .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6) !important;
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.6)' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


    /* HERO SECTION */
    .hero-section {
      background-color: #177539;
      color: #ffffff;
      padding: 80px 0px 100px;
      height: 90vh !important;
    }
.hero-text h5{
      font-family: 'Work Sans', sans-serif;
      font-size: 2rem !important;
      font-weight: 400;
   letter-spacing: -1px !important;
}
    .hero-text h1 {
      font-family: 'Work Sans', sans-serif;
      font-size: 3.7rem !important;
      font-weight: 400;
   letter-spacing: -3px !important;
      /* color: #f1f1f1; */
    }

    .hero-text p {
      font-family: 'Work Sans', sans-serif;
      font-size: 1rem;
      margin: 1rem 0 2rem 0;
    }

    .hero-text .btn {
      background-color: #14BFDD;
      color: #ffffff;
      border: none;
      padding: 10px 25px;
      border-radius: 25px;
      font-family: 'Work Sans', sans-serif;
      transition: all 0.3s ease;
    }

    .hero-text .btn:hover {
      background-color: #0fa6c1;
    }

    .hero-img img {
      width: 110%;
      max-width: 800px !important;
    }


    /* ===========contact us page======== */
    /* Global font + color */
.enquiry-section, 
.enquiry-section * {
  font-family: 'Work Sans', sans-serif !important;
  color: #2E4F21 !important;
}

/* Section background */
.enquiry-section {
  /* background-color: #f3f5f5 !important; */
  border-radius: 20px;
  margin: 0 50px;
  margin-bottom: 30px;
}

/* Headings */
.contact-heading {
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 2.9rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  color: #2E4F21 !important;
}

.office-heading {
  font-size: 1.1rem;
  color: #2E4F21 !important;
  line-height: 1.2;
  text-align: left;
  font-weight: 500 !important;
  letter-spacing: -0.3px;
}

.enquiry-info p {
  font-size: 1rem;
  color: #2E4F21 !important;
  line-height: 1.2;
  margin-bottom: 0.9rem !important;
   letter-spacing: -0.3px;
}
.enquiry-info strong {
  font-weight: 600 !important;  /* You can change to 500,600,700 */
  color: #2E4F21 !important;    /* Optional: match your theme color */
  font-family: 'Work Sans', sans-serif !important;
}

/* Right side forms */
.enquiry-right {
  border-radius: 20px;
  padding: 2rem 2rem 2rem 4rem;
}

.enquiry-right h4 {
  font-size: 2.9rem;
  line-height: 1.4;
 font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
  padding-left: 10px;
  color: #2E4F21 !important;
}

.enquiry-right small {
  font-size: 1rem;
  color: #2E4F21 !important;
  padding-left: 10px;
  letter-spacing: -0.3px;

}


/* Inputs */
.enquiry-right .form-control,
.enquiry-right .form-select {
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  color: #2E4F21 !important;
  letter-spacing: -0.5px;
}

.enquiry-right .form-control:focus,
.enquiry-right .form-select:focus {
  border-color: #2E4F21;
  box-shadow: 0 0 5px rgba(46, 79, 33, 0.2);
  letter-spacing: -0.3px;
}

/* Button */
.custom-btn {
  background-color: #14BFDD !important;
  border: none;
  color: #fff !important;
  padding: 0.7rem 1.3rem !important;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  letter-spacing: 1px;
  letter-spacing: -0.2px;
}

.custom-btn:hover {
  background-color: #0fa0c0 !important;
}

/* Responsive */
/* @media (max-width: 768px) {
  .enquiry-left, .enquiry-right {
    border-radius: 0;
    text-align: center;
  }
  .enquiry-left h3 {
    font-size: 1.3rem;
  }
} */



          /* ========footer section========= */
.footer-section {
  background-color: #177539;
  color: #ffffff;
  padding: 80px 40px !important;
  font-family: 'Work Sans', sans-serif;
}

.footer-section h5 {
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -0.2px;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 18px;
  color: #ffffff;
}

/* Column spacing */
.check-class {
  padding-left: 40px !important;
}

/* Logo */
.footer-logo {
  width: 130px;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}

/* ✅ Paragraph and other text (except links and icons) */
.footer-text,
.footer-section p:not(.hello-class p) {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 12px;
}

/* General links */
.footer-section a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #e0e0e0;
  text-decoration: underline;
}

/* Quick Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}
/* ✅ Ensure equal width and vertical alignment */
.footer-section .row > div {
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-start;
}

/* ✅ Optional: center text for better visual balance on tablets */
@media (max-width: 992px) {
  .footer-section .row > div {
    text-align: center;
    align-items: center;
  }
}

.footer-links a {
  font-size: 0.95rem;
  font-weight: 400;
  color: #ffffff;
}

.footer-links a:hover {
  color: #e0e0e0;
}

/* Contact Info */
.hello-class p {
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Social Icons */
.bi {
  font-size: 1.5rem;
  color: #ffffff;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.bi:hover {
  color: #e0e0e0;
}

/* ✅ Space above bottom footer */
.footer-bottom {
  background-color: #177539;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px; /* added space above */
  padding: 30px 40px 0;
  font-size: 0.95rem;
  color: #ffffff;
}

.footer-bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
}

.footer-bottom-links a {
  color: #ffffff;
  margin-right: 48px;
  font-size: 0.95rem;
}

.footer-bottom-links a:hover {
  color: #e0e0e0;
}

/* ============mobile view section========= */
@media (max-width: 768px) {
 .navbar {
    padding: 0.4rem 1rem  0.8rem !important;  /* Less padding */
  }

  .navbar-brand img {
    height: 60px;   /* Smaller logo on mobile */
  }

  .nav-link {
    margin-right: 0 !important;
    padding: 0.4rem 0 !important;
    font-size: 0.9rem !important;  /* Smaller text */
    text-align: left !important;
  }

  .navbar-nav {
    align-items: flex-start !important;
  }

  /* Add spacing around the Contact button */
  .navbar-nav .nav-item .contact-btn {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 8px 18px;
     font-size: 0.9rem;
    display: inline-block; /* ensures margin applies properly */
  }

 
    .navbar-toggler {
    padding: 2px 5px !important;   /* Smaller button */
  }

  .navbar-toggler-icon {
    width: 30px !important;        /* Reduce width */
    height: 30px !important;       /* Reduce height */
    background-size: 20px 20px !important; /* Scale the SVG */
  }
  /* ============enquiry form section===== */
   .enquiry-section.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
   .enquiry-section {
    margin: 0 20px !important;
    /* padding: 10px 0 !important; */
  }

  /* STACK ITEMS: Contact section first, form second */
  .enquiry-left {
    order: 1 !important;
    text-align: left !important;
    padding: 20px !important;
  }

  .enquiry-right {
    order: 2 !important;
    text-align: left !important;
    padding: 20px !important;
    border-radius: 15px !important;
  }

  /* Headings: Contact Us + Enquiry */
  .contact-heading,
  .enquiry-right h4 {
    font-size: 2rem !important;
    letter-spacing: -1px !important;
    margin-bottom: 10px !important;
    text-align: left !important;
  }

  /* Office heading */
  .office-heading {
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    text-align: left !important;
    margin-bottom: 15px !important;
  }

  /* Paragraphs, small text, labels, etc. */
  .enquiry-info p,
  .enquiry-right small,
  .form-label,
  .form-control,
  .form-select,
  .enquiry-right .form-control,
  .enquiry-right .form-select {
    font-size: 0.9rem !important;
  }

  /* Input fields full width and properly spaced */
  .enquiry-right .form-control,
  .enquiry-right .form-select {
    padding: 10px 12px !important;
  }

  /* Button adjustments */
  .custom-btn {
    font-size: 0.9rem !important;
    padding: 8px 18px !important;
  }


  .success-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.success-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

.success-popup-content {
  background-color: #fff;
    color: #02989A;
  /* color: #61f34e; */
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 500px;
 
  width: 100%;
  position: relative;
}

.success-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

   /* =========footer section======= */
   footer.footer-section,
  .footer-section.py-5,
  .footer-section.mt-5.py-5 {
    padding-top: 2rem !important;    /* py-3 top */
    padding-bottom: 2rem !important; /* py-3 bottom */
    padding-left: 15px !important;   /* keep some horizontal breathing room */
    padding-right: 20px !important;
    text-align: left !important;
  }

  /* Row spacing fixes */
  .footer-section .row {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Remove extra padding from columns */
 .footer-section .row > div {
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Logo */
  .footer-logo {
    width: 100px !important;
    margin-bottom: 15px;
    
  }

  /* Headings */
  .footer-section h5 {
    font-size: 1.2rem !important;
    margin-bottom: 15px;
  }

  /* Text + Icons */
  .footer-text,
  .footer-section p,
  .footer-links a,
  .hello-class p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin-bottom: 5px !important;
    text-align: left !important;
  }

  /* Social icons */
  .bi {
    font-size: 1.2rem !important;
    margin-right: 12px;
  }

  /* Quick Links */
  .footer-links li {
    margin-bottom: 8px !important;
  }

  /* Remove left padding in Quick Links column */
  .check-class {
    padding-left: 0 !important;
  }

  /* Contact info */
  .hello-class {
    padding-left: 0 !important;
  }

  /* Bottom footer */
  .footer-bottom {
    padding: 15px 0px 5px !important;   /* equal spacing */
    text-align: left !important;
  }

  /* Bottom row stacked */
  .footer-bottom .container-fluid {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px;
  }

  /* Bottom links */
  .footer-bottom-links a {
    margin-right: 1px !important;
    font-size: 0.9rem !important;
   
  }
   .check-class,
  .hello-class {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Social Icons */
  .footer-section a .bi {
    margin-right: 12px;
  }
   .footer-text{
    padding-bottom: 10px !important;
  }

}