@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: #ffffff;
    padding: 0.3rem 3rem  0.3rem 7rem !important;
    }

    .navbar-brand img {
      height: 70px; /* Adjust this for logo size */
      width: auto;
    }

    .nav-link {
      color: #177539 !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:#14BFDD ; */
        background-color:#177539 !important ;
      color: #ffff;
      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: #10bad7 ;
    }
    .navbar-toggler {
  border-color: rgba(128,128,128,0.6) !important; /* grey border */
}

.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='grey' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

    /* HERO SECTION */
    .hero-section {
      background-color: #14BFDD;
      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;
   padding-left: 2px;
   color: #000 !important;
}
    .hero-text h1 {
      font-family: 'Work Sans', sans-serif;
      font-size: 3.7rem !important;
      font-weight: 400;
   letter-spacing: -3px !important;

      /* color: #f1f1f1; */
      color: #000 !important;
    }

    .hero-text p {
      font-family: 'Work Sans', sans-serif;
      font-size: 1rem;
      margin: 1rem 0 2rem 0;
       padding-left: 5px;
        color: #000 !important; 
    }

    .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: 125%;
      max-width: 800px !important;
    }

/* ======content section========= */
.growth-section {
  text-align: center;
  padding: 100px 50px;
  margin: 0 50px;
  background-color: #f9f9f9 !important;
}

.growth-section h2 {
   font-family: 'Work Sans', sans-serif;
  font-size: 3.7rem;
  color: #2E4F21;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -3px;
  margin-bottom: 40px;

 
}


.connect-btn {
  /* background-color: #177539 !important; */
  background-color: #14BFDD;
  color: #ffffff;
  padding: 12px 35px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none;
}

.connect-btn:hover {
  background-color: #0fa6c1;
}
/* ===============soliution section======== */

.solution-section {
  background-color: #ffffff !important;
  padding: 100px 80px !important;
  display: flex;
  justify-content: center;
}

.solution-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  gap: 50px;
}

/* Left Content */
.solution-content {
  background-color: #14BFDD !important; /* dark green same as text in plans */
  color: #000;
  border-radius: 20px;
  padding: 50px 60px;
  flex: 1;
  box-shadow: 0 8px 16px rgba(46, 79, 33, 0.2);
}

.solution-content h2 {
 font-family: 'Work Sans', sans-serif !important;
  color: #fff !important;
   /* color: #000 !important; */
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
/* Bullet Points */
.solution-list {
  margin: 0 0 20px 0;
  padding-left: 20px;
  color: #fff !important;
   /* color: #000 !important; */
}

.solution-list li {
   /* color: #000 !important; */
  margin-bottom: 12px;
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  /* color: #f7fdf7; */
    letter-spacing: -0.2px;
    margin-bottom: 10px;
     color: #fff !important;
}

/* Highlight text before colon */
.solution-list li span {
   /* color: #000 !important;   */
  font-weight: 650;
   color: #fff !important;
   /* color: #e7f1e8;   */
     
}

.solution-content p {
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: -0.2px;
  color: #e7f1e8;
}

/* Button */
.learn-btn {
  background-color: #14BFDD; /* same as explore-btn */
  border: none;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  transition: 0.3s;
}

.learn-btn:hover {
  background-color: #0fa6c1;
}

/* Right Image */
.solution-image {
 
  flex: 1.3;
  /* background-color: #D2F8DC; */
  /* background-color: #b8f7ce;  */
  border-radius: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution-image img {
  width: 100%;
  max-width: 900px;
  height: 440px;
  border-radius: 10px;
}

/* ===========normal section=========== */

.normal-section {
  width: 100%;
  padding: 60px 0 40px;
  background-color: #ffff;
}

.normal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}

/* LEFT COLUMN (IMAGE NOW) */
.normal-col.left img {
  width: 85%;
  height: 90%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  margin: auto;
}

/* RIGHT COLUMN CONTENT */
.normal-col.right {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.right-content h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 20px;
  color: #2E4F21 !important;
}

.normal-btn {
  background-color: #14BFDD;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 30px;
  border: none;
  font-family: 'Work Sans', sans-serif;
  cursor: pointer;
  transition: 0.3s ease;
}

.normal-btn:hover {
  background-color: #0fa6c1;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .normal-row {
    grid-template-columns: 1fr;
  }

  .normal-col.left img {
    height: 300px;
  }

  .normal-col.right {
    padding: 40px 0;
  }
}









       /* ========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============= */
/* Mobile Fixes */
@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 */
  }

  /* =========lading page section================ */
   .hero-img {
    order: 1 !important;
    text-align: left !important;
  }

  /* IMAGE SIZE */
  .hero-img img {
    width: 102% !important;
    max-width: 700px !important;
    margin-bottom: 50px;
  margin-top: 10px;
    
  }

  /* TEXT SECOND */
  .hero-text {
    order: 2 !important;
    text-align: left !important;
    margin-bottom: 20px;
  }
.hero-text h5{
  font-size: 1.1rem !important;
  letter-spacing: 0.1px !important;
}
  /* HEADING */
  .hero-text h1 {
    font-size: 2rem !important;
    letter-spacing: -1px !important;
    text-align: left !important;
  }

  /* PARAGRAPH */
  .hero-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.9rem;
    margin: 1rem 0;
    text-align: left !important;
  }
.hero-text p br{
  display: none !important;
}
  /* BUTTON */
  .hero-text .btn {
    background-color: #14BFDD;
    color: #ffffff;
    border: none;
    padding: 8px 18px;
    font-size: 0.9rem;
    border-radius: 25px;
    font-family: 'Work Sans', sans-serif;
    transition: all 0.3s ease;
    margin-left: 0 !important;    /* left align the button */
  }

  .hero-text .btn:hover {
    background-color: #0fa6c1;
  }

  /* HERO SECTION SPACING */
  .hero-section {
    height: auto !important;
    padding: 30px 10px 30px !important;
  }
  /* ========growth section======== */
  .growth-section {
    padding: 60px 20px  30px!important;
    margin: 0 10px;
  }

  .growth-section h2 {
    font-size: 1.9rem !important;      /* your requirement */
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 25px;
  }

  .connect-btn {
    padding: 8px 18px !important;    /* your requirement */
    font-size: 0.9rem !important;    /* your requirement */
  }
  /* ==================2 container section======= */
  .solution-section {
    padding: 30px 15px !important;
  }

  .solution-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
 
  }

  .solution-content {
    order: 1;
    width: 100%;
    padding: 20px 15px !important;
  }

  .solution-content h2 {
    font-size: 1.5rem !important;
    text-align: left;
    margin-bottom: 20px;
  }

  .solution-list li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  /* --- Image FIX: fits properly, no overflow --- */
  .solution-image {
     display: none !important;
    order: 2;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .solution-image img {
    width: 100%;
    height: auto;                /* important */
    max-height: 400px;           /* mobile-friendly height */
    object-fit: cover;           /* PERFECT crop and fit */
    border-radius: 10px;
  }
 /* ==============normal section======== */
   .normal-section {
    padding: 40px 0 50px !important;
  }

  .normal-row {
    grid-template-columns: 1fr !important; /* Stack in one column */
  }

  /* IMAGE FIRST */
  .normal-col.left {
    order: 1 !important;
    text-align: center !important;
  }

  .normal-col.left img {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto 40px auto !important;
    display: block;
  }

  /* CONTENT SECOND */
  .normal-col.right {
    order: 2 !important;
    padding: 10px 30px !important;
    text-align: center !important;
  }

  .right-content h2 {
    font-size: 2rem !important;
    letter-spacing: -1px !important;
    line-height: 1.3 !important;
  }
  .right-content h2 br{
    display: none !important;
  }

  /* BUTTON FIXES */
  .normal-btn {
    padding: 8px 18px !important;
    font-size: 0.9rem !important;
    border-radius: 25px !important;
  }

    /* =========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;
  }


}