@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 !important;
    }

    .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: #f9f9f9;
      color: #2E4F21;
      padding: 60px 0 80px;
      height: 88vh !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: 100%;
      max-width: 800px !important;
    }


  /* =========full screen image section====== */
    .full-image-section {
  position: relative;
  width: 100%;
  height: 110vh; /* full viewport height */
  overflow: hidden;
}

.full-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures the image covers the section without distortion */
  display: block;
}

/* =========service section====================== */
/* OUR PLANS SECTION */
.plans-section {
  background-color: #ffffff;
  color: #2E4F21;
  padding: 100px 1% 20px;
  font-family: 'Work Sans', sans-serif;
}

.plans-section h5 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.plans-section h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 3.2rem !important;
  font-weight: 400;
   line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.plans-section p {
  max-width: 700px;
  margin-bottom: 50px;
  font-size: 1rem;
}

.plan-row {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr 1.5fr;
  align-items: start;
  gap: 80px;
  margin-bottom: 80px;
  padding-top: 30px;
}

.plan-col.number {
  font-size: 10rem !important;
  font-weight: 100 !important;
  color: #2E4F21;
  text-align: left;
  line-height: 1;
}
.plan-col.content{
padding-top: 25px;
}
.plan-col.content h3 {
  font-size: 2.6rem;
  font-weight: 400;
  color: #2E4F21;
  margin-bottom: 15px;
    letter-spacing: -1px;
}

.plan-col.content h3 span {
  font-weight: 400;
}

.plan-col.content p {
  margin-bottom: 15px;
  font-size: 1rem;
   letter-spacing: -1px;

}

.plan-col.content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.plan-col.content ul li {
  margin-bottom: 6px;
  font-size: 0.95rem;
   letter-spacing: -1px;
   font-weight: 400;
}
.plan-col.image{
    padding-top: 30px;
}
.plan-col.image img {
  width: 130%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

/* RESPONSIVE */
/* @media (max-width: 992px) {
  .plan-row {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .plan-col.number {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }

  .plan-col.image {
    order: 3;
  }
} */
/* ================ we belive section========== */
/* WE BELIEVE SECTION */
.belief-section {
  padding: 40px 0;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  background-color: #ffffff;
  color: #2E4F21;
}

.belief-container {
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
}

/* Small Heading */
.small-heading {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}

/* Main Heading */
.main-heading {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: -2px;
}

/* Green Boxes */
.belief-box {
  background-color: #177539;
  color: #ffffff;
  padding: 40px 40px;
  border-radius: 20px;
  margin-bottom: 35px;
}

.belief-box h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 400;
  /* letter-spacing: -1px; */
}

.belief-box p,
.belief-box ul {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.5px; 
}

.belief-box ul {
  list-style-position: inside;
}

/* Responsive */
/* @media (max-width: 768px) {
  .belief-box {
    padding: 30px 25px;
  }
} */

/* ===========normal section=========== */
/* NORMAL SECTION */
.normal-section {
  width: 100%;
  padding: 60px 0 40px;
  background-color: #f9f9f9;
}

.normal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}

/* LEFT COLUMN */
.left {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.left-content h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 3.2rem !important;
  font-weight: 400 !important;
  line-height: 1.3;
  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;
  text-decoration: none !important;
}

.normal-btn:hover {
  background-color: #0fa6c1;
}

/* RIGHT COLUMN IMAGE */
.normal-col.right img {
  width: 85%;
  height: 90%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* RESPONSIVE */
/* @media (max-width: 900px) {
  .normal-row {
    grid-template-columns: 1fr;
  }

  .left {
    padding: 40px 0;
  }

  .normal-col.right img {
    height: 300px;
  }
} */


    /* ========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 */
  }

  /* =========lading section======= */
   .hero-img {
    order: 1 !important;
    text-align: left !important;
  }

  /* IMAGE SIZE */
  .hero-img img {
    width: 85% !important;
    max-width: 700px !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  /* TEXT SECOND */
  .hero-text {
    order: 2 !important;
    text-align: left !important;
    margin-bottom: 20px;
  }

  /* 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;
  }

  /* 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;
  }

   /* =========full screen image section====== */
      .full-image-section {
    height: 60vh; /* reduce height for mobile */
    width: 100vw !important;
   
  }

  .full-image-section img {
    object-position: center top; /* shows better portion of the image */
  }

  /* =========plans section========= */
   .plans-section {
    padding: 50px 5% 20px !important;
  }

  /* Services small */
  .plans-section h5 {
    font-size: 0.9rem !important;
    margin-bottom: 5px;
  }

  /* Our Plans heading */
  .plans-section h2 {
    font-size: 2rem !important;
    margin-bottom: 15px;
  }

  /* Small top paragraph */
  .plans-section p {
    font-size: 0.9rem !important;
    margin-bottom: 30px;
  }

  /* Make each plan stack vertically */
  .plan-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-bottom: 50px !important;
    padding-top: 5px !important;
  }

  /* Number */
  .plan-col.number {
    font-size: 5rem !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }

  /* Content */
  .plan-col.content {
    padding-top: 0 !important;
  }

  .plan-col.content h3 {
    font-size: 1.5rem !important;
    line-height: 1.3;
    margin-bottom: 10px !important;
  }

  .plan-col.content p {
    font-size: 0.9rem !important;
    margin-bottom: 12px !important;
    line-height: 1.4;
  }

  .plan-col.content ul li {
    font-size: 0.9rem !important;
    margin-bottom: 6px;
    line-height: 1.4;
  }

  /* Image always at the bottom */
  .plan-col.image {
    order: 3;
    padding-top: 10px !important;
  }

  .plan-col.image img {
    width: 100% !important;
    border-radius: 10px;
  }
  /* ============ we believe section======= */
  .belief-section {
    padding: 10px 0 !important;
  }
  .main-heading {
    font-size: 2rem !important;
    margin-bottom: 25px;
    letter-spacing: -1px;
  }

  .belief-box {
    padding: 25px 20px !important; /* Equal padding inside box */
    margin-bottom: 25px !important; /* Equal space between boxes */
  }

  .belief-box h4 {
    font-size: 1rem !important;
    margin-bottom: 10px;
  }

  .belief-box p,
  .belief-box ul,
  .belief-box ul li {
    font-size: 0.9rem !important;
    line-height: 1.5;
    text-align: center;
  }
   .belief-box p br{
    display: none !important;
   }
   .testing{
   padding-right: 20px;
 
   }
   /* ===========normal section=========== */
   .normal-section{
    padding: 40px 0 50px !important;
   }
    .normal-row {
    grid-template-columns: 1fr !important; /* Single column */
  }

  /* IMAGE FIRST */
  .normal-col.right {
    order: 1;
    text-align: center;
  }

  .normal-col.right img {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto 50px auto;
  }

  /* CONTENT SECOND */
  .normal-col.left {
    order: 2;
    padding: 0 20px;
  }

  /* HEADING SIZE CHANGE */
  .left-content h2 {
    font-size: 2rem !important;
    letter-spacing: -1px !important;
    line-height: 1.3;
  }

  /* 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;
  }


}