body {
  font-family: poppins Arial, sans-serif;
  background: #f4f7f2;
  margin: 0;
  color: #16371a;
}

.topbar {
  background: #2d713c;
  color: #fff;
  padding: 6px 0;
  font-size: 0.98rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
  padding-right: 28px;
}
.topbar-links a {
  color: #fff;
  text-decoration: underline;
  margin-left: 16px;
  font-size: 0.93rem;
}

header {
  position: relative;
  min-height: 480px;
  background: #205d36;
}
.hero-section {
  position: relative;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  margin-top: px;
}
.hero-bg {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: brightness(0.58) grayscale(0.08);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 28px;
  left: 0;
  width: 97%;
  padding: 0 48px;
  z-index: 3;
}
.logo {
  display: flex;
  align-items: center;
  margin-left: -2rem;

}

.logo img {
  height: 98px;
}
.logotext {
  font-weight: bold;
  color: #fff;
  font-size: 1.18rem;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.11);
  margin-top: -1.5rem;
  margin-left: 2rem;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.nav-links li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.06rem;
  padding: 7px 15px;
  border-radius: 20px;

}
.nav-links li a.active,
.nav-links li a:hover {
  background: #fff;
  color: #205d36;
}

.hero-content {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  z-index: 2;
}
.hero-content h2 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: 1.5px;
}
.hero-content h1 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.18);
}
.hero-content p {
  color: #eafae3;
  font-size: 1.13rem;
  margin-bottom: 20px;
}
.hero-btn {
  background: #ffd449;
  color: #205d36;
  border: none;
  font-weight: 800;
  padding: 13px 38px;
  border-radius: 28px;
  font-size: 1.15rem;
  box-shadow: 0 2px 15px rgba(32,93,54,0.10);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hero-btn:hover {
  background: #205d36;
  color: #ffd449;
  border: 2px solid #ffd449;
}

.intro-section {
  background: #fff;
  margin: -62px auto 0 auto;
  max-width: 1100px;
  border-radius: 32px;
  box-shadow: 0 6px 32px rgba(63,164,80,0.08);
  padding: 44px 36px 34px 36px;
  position: relative;
  z-index: 10;
  margin-top: 10px;
}
.intro-content {
  display: flex;
  align-items: center;
  gap: 38px;
}
.intro-img-wrap {
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(32,93,54,0.09);
  width: 235px;
  height: 235px;
  background: #eafae3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-img-wrap img {
  width: 235px;
  height: 235px;
  object-fit: cover;
}
.intro-text h3 {
  color:#ffd449;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.intro-text h2 {
  color: #205d36;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.intro-text p {
  font-size: 1.13rem;
  color: #205d36;
  font-weight: 500;
}
.intro-check {
  color: #00985f;
  font-size: 1.13rem;
  font-weight: bold;
}
.intro-signature {
  margin-top: 15px;
  color: #205d36;
  font-style: italic;
  font-size: 1em;
  font-weight: 700;
}

.feature-cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 38px;
}
.feature-card {
  background: #f8f7f2;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,152,95,0.08);
  padding: 22px 28px;
  text-align: center;
  min-width: 180px;
  max-width: 220px;
  transition: box-shadow 0.18s, transform 0.18s;
  border: 1.5px solid #eafaf0;
}
.feature-card-icon {
  font-size: 3.3rem;
  margin-bottom: 13px;
}
.feature-card-title {
  font-weight: 800;
  color: #16371a;
  font-size: 1.06rem;
  letter-spacing: 1px;
}

.offerings-section {
  background: #f4f7f2;
  padding: 48px 0 42px 0;
  text-align: center;
}
.offerings-section h2 {
  color: #205d36;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 32px;
}
.offerings-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.offering {
  background: #fff;
  border-radius: 18px;
  padding: 22px 18px 20px 18px;
  max-width: 330px;
  min-width: 180px;
  flex: 1 1 180px;
  text-align: center;
  transition: box-shadow 0.18s, transform 0.18s;
}
.offering:hover {
  box-shadow: 0 8px 32px rgba(32,93,54,0.16);
  transform: translateY(-6px) scale(1.03);
}
.offering img {
  width: 150%;
  max-width: 280px;
  height: 200px;
  object-fit: cover;
  border-radius: 11px;
  margin-bottom: 11px;
}
.offering-title {
  font-weight: 800;
  color: #205d36;
  font-size: 1.09rem;
  margin-bottom: 6px;
}
.offering-desc {
  font-size: 0.98rem;
  color: #16371a;
  min-height: 38px;
}

.cta-section {
  background: #eafae3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 56px 0 48px 0;
  margin-top: 40px;
  flex-wrap: wrap;
}
.cta-img img {
  width: 340px;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(32,93,54,0.09);
}
.cta-content {
  max-width: 410px;
}
.cta-content h2 {
  color: #205d36;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 1px;
}
.cta-content p {
  font-size: 1.13rem;
  color: #205d36;
  margin-bottom: 22px;
}
.cta-btn {
  background: #ffd449;
  color: #205d36;
  border: none;
  font-weight: 800;
  padding: 13px 38px;
  border-radius: 28px;
  font-size: 1.13rem;
  box-shadow: 0 2px 15px rgba(32,93,54,0.10);
  cursor: pointer;
  text-decoration:none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cta-btn:hover {
  background: #205d36;
  color: #ffd449;
  border: 2px solid #ffd449;
}


footer {
  background: #205d36;
  color: #fff;
  padding: 26px 0 0 0;
  margin-top: 36px;
  font-size: 1rem;
  border-top: 5px solid #ffd449;
}
.footer-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: bold;
  font-size: 1.29rem;
  margin-bottom: 8px;
  letter-spacing: 2px;
  
}
.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  filter: grayscale(0.1);
}
.footer-bottom {
  text-align: center;
  font-size: 0.97rem;
  color: #ffd449;
  margin-bottom: 7px;
  margin-top: 7px;
}
.hamburger span {
  display: block;
  width: 40px;
  height: 4px;
  margin: 6px 0;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s;
}



.hamburger {
  width: 30px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 18rem;
  display: none;
}
.white-x {
  color: white ;
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 900px) {
  .hamburger {
    display: flex;
    position: absolute;
    top: 22px;
    left: 18px;
    z-index: 2001;
  }
  .nav-links {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    /* background: #00985F; */
    width: 110vw;
    height: auto;
    max-height: 50vh;
    padding: 60px 0 0 0;
    gap: 12px;
    border-radius: 0 18px 18px 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
    display: none;
    z-index: 1000;
    overflow-y: auto;
    margin: 0;
    box-sizing: border-box;
    
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links li {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .nav-links li a {
    /* color: #fff; */
    font-size: 1.1rem;
    padding: 12px 28px;
    border-radius: 18px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }}
.logo{
  margin-top: -2rem;
  /* margin-left: -15rem; */
}
.logo{
  /* margin-left: -3rem; */
  flex-direction: column;
}


.logo {
  flex-direction: column;

}


@media (max-width: 1200px) {
  .intro-section, .footer-content {
    max-width: 98vw;
    padding: 4vw 2vw;
  }
}
@media (max-width: 900px) {
  .navbar {
    padding: 0 18px;
    flex-direction: column;
    gap: 7px;
  }
  .intro-content {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
  }
  .feature-cards {
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }
  .offerings-list {
    flex-wrap: wrap;
    gap: 16px;
  }
  .cta-section {
    flex-direction: column;
    gap: 18px;
    padding: 28px 0 28px 0;
  }
}
@media (max-width: 600px) {
  .navbar {
    padding: 0 4px;
    flex-direction: column;
    gap: 6px;
  }
  .intro-section {
    padding: 1.1rem 0.3rem 1.1rem 0.3rem;
    border-radius: 12px;
  }
  .intro-img-wrap, .intro-img-wrap img {
    width: 140px;
    height: 140px;
  }
  .feature-card {
    min-width: 120px;
    max-width: 98vw;
    padding: 18px 8px;
  }
  .offerings-section {
    padding: 18px 0 18px 0;
  }
  .cta-img img {
    width: 98vw;
    max-width: 98vw;
    height: 88px;
  }
  .footer-content {
    padding: 0 6px;
    font-size: 0.98rem;
  }
}
@media (max-width: 1024px) {

  .problem-element {
    transform: none ;
    will-change: auto ;
  }.hero-content h1 {
    font-size: 2.2rem;
  }
  
  .intro-content {
    gap: 32px;
  }
  
  .offerings-list {
    gap: 22px;
  }
  
}


@media (max-width: 768px) {
  .mobile-menu {
    padding: 0 24px;
  }
  
  .hero-content h1 {
    font-size: 1.8rem;
    
  }
  
  .hero-content h2 {
    font-size: 1.1rem;
  }
  
  .intro-content {
    flex-direction: column;
    text-align: center;
  }
  
  .intro-img-wrap {
    margin: 0 auto;
  }
  
  
  .feature-cards {
    flex-wrap: wrap;
  }
  
  .cta-section {
    flex-direction: column;
    text-align: center;
  }
  
  .cta-img img {
    width: 100%;
    max-width: 400px;
  }
  .logotext{
    margin-left: 5rem;
    margin-top: -1rem;
  }
}

@media (max-width: 480px) {
  
  .offering img {
    width: 80%;
    max-width: 200px;
    height: 180px;
    object-fit: cover;
    border-radius: 11px;
    margin-bottom: 11px;
  }
  .hero-content h1 {
    font-size: 1.5rem;
    margin-top: -1rem;
    color: w;
  }
  .offerings-section h2 {
    color: #205d36;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 32px;
  }
  
  .hamburger span {
    background-color: #fff; 
    margin-top: -0.01rem;
  }
  .hero-btn, .cta-btn {
    padding: 10px 24px;
    font-size: 1rem;
  }
  
  .feature-card {
    min-width: 140px;
    padding: 16px;
  }
  
  .footer-info {
    flex-direction: column;
    gap: 16px;
  }
  .intro-text h2 {
    color: #205d36;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
    
    .logo{
      flex-direction:column;
      margin-left: -14rem;
      
      
  
    }
    .logotext{
      margin-left: 2rem;
      margin-top: -1.5rem;
    }
    
  }
  .cta-content h2 {
    color: #205d36;
    font-size: 1.3rem;
  }
  .cta-content p {
    font-size: 1.10rem;
    color: #205d36;
    
  }
    
  
    .navbar.active .nav-links {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 100%;
      right: 0;
      background: #205d36;
      width: 100%;
      padding: 15px 0;
      z-index: 1000;
      margin-left: 5%;
    }
    
    .nav p{
      margin: 8px 0;
      
    }


.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 0px;
}

.hamburger span:nth-child(3) {
  top: 6px;
}


.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
  top: 3px;
   
}


    @media (max-width: 1280px) and (orientation: landscape) {
    .offerings-list {
      display: flex;
     
      margin-top: 18px;
    }
    .offering img {
      width: 90%;
      max-width: 220px;
      height: 150px;
      object-fit: cover;
      border-radius: 11px;
      margin-bottom: 11px;
   
    }
    .navbar {
      padding: 0 2.5rem ;
      width: 94% ;
    }
    .hamburger{
      display: none;
   
    }

  }

 @media (min-width: 540px) and (max-width: 720px) {
  .logo{
    flex-direction:column;
    margin-left: -22rem; 

  }
  .offerings-list {
   flex-direction: column ;
   margin-left: 16.3%;
    gap: 3px; 
    flex-wrap: wrap;
    margin-top: 18px;
  }
 



  .logotext{
    margin-left: 2rem;
    margin-top: -1.5rem;
  }
  .hamburger span {
    background-color: #fff; 
    margin-top: -0.01rem;
    margin-left: 18rem
  }
  
}
@media (min-width: 768px) and (max-width: 1180px) {

  
  .logo{
    margin-left: -3rem;
    /* flex-direction: column; */
  }

  .hero-content h1 {
    font-size: 2.2rem ;
    margin-top: 2vh;
    
  }
  .hamburger span {
    background-color: #fff; 
    margin-top: -0.01rem;
    margin-left: 50rem
  }
  .offering img {
    width: 90%;
    max-width: 220px;
    height: 150px;
    object-fit: cover;
    border-radius: 11px;
    margin-bottom: 11px;
 
  }
 

 
 
}