* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  body {
    color: #333;
    line-height: 1.6;
  }
  
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
   a {
    text-decoration: none;
    color: inherit;
  }
  .topbar {
background: #1E4841;
color: white;
padding: 10px 20px;
font-size: 14px;
display: flex;
justify-content: flex-start;
align-items: center;
}

.topbar span {
margin-right: 20px;
}
/* Navbar Container */
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 30px;
background: white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
height: 70px;
}

/* Logo */
.logo img {
width: 120px;
height: 45px;
}

/* Menu Container */
.nav-menu {
display: flex;
align-items: center;
}

/* Navigation Links */
.nav-links {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}

.nav-links li {
margin: 0 20px;
}

.nav-links a {
text-decoration: none;
color: black;
font-weight: 500;
font-size: 17px;
transition: color 0.3s ease;
}

.nav-links a:hover {
color: #1E4841;
}

/* Button */
.membership-btn {
background: #1E4841;
color: white;
border: none;
padding: 10px 20px;
font-weight: bold;
border-radius: 25px;
cursor: pointer;
font-size: 14px;
transition: background 0.3s ease;
}

.membership-btn:hover {
background: #1E4841;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
  }

  .hamburger span {
    height: 2px;
    width: 100%;
    background-color: #1E4841;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
.mobile-membership {
display: none;
}


  /* Responsive Menu */
  @media (max-width: 768px) {
    .navbar {
      padding: 0 1rem;
    }

    .hamburger {
      display: flex;
    }

    .nav-menu {
      position: fixed;
      top: 60px;
      right: -100%;
      background-color: #fff;
      width: 250px;
      height: calc(100vh - 60px);
      flex-direction: column;
      justify-content: flex-start;
      padding-top: 20px;
      transition: all 0.3s ease;
      z-index: 99;
      box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-menu.active {
      right: 0;
    }

    .nav-links {
      flex-direction: column;
      width: 100%;
      height: auto;
      margin-left: 0;
    }

    .nav-links li {
      width: 100%;
      height: auto;
      margin: 8px 0;
    }

    .nav-links a {
      width: 100%;
      padding: 12px 20px;
      justify-content: flex-start;
    }

    /* Hide desktop membership button */
    .membership-btn {
      display: none;
    }

    /* Show mobile membership link */
    .mobile-membership {
      display: block;
    }

    .mobile-membership a {
      color: #1E4841;
      font-weight: 500;
    }

    /* Animated hamburger to X */
    .hamburger.active span:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }
    
    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }
    
    .hamburger.active span:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
  /* Hero Section */
  .hero {
      background-color: #1E4841;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  }
  
  .hero-content h1 {
    font-size: 80px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1E4841;
  }
  
  .hero-subtitle {
    font-size: 18px;
    color: #dddddd;
    margin-bottom: 25px;
  }
  
  .cta-button {
    display: inline-block;
    background-color: #1E4841;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
  }
  
  .cta-button:hover {
    background-color: #15332D;
  }
  


 

  
  /* Responsive Adjustments for Navigation */
  @media (max-width: 768px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .nav-container {
      flex-direction: column;
      border-bottom: none;
    }
  
    

  }
  
  /* About Section */
/* Hero Banner */
.hero-banner {
background-color: #FFFFFF;
padding: 80px 120px;
color: #333;
}

.hero-content {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 0px;
}

.hero-left {
flex: 1;
min-width: 100px;
}

.small-title {
font-size: 18px;
margin-bottom: 20px;
font-weight: 500;
color: #1E4841;
}

.title {
font-size: 58px; 
  font-weight: 900; 
  line-height: 1.1; 
  margin: 0; 
  margin-bottom: 20px;
}

.light-text {
color: #777777;
font-weight: 300;
}

.hero-right {
flex: 1;
min-width: 280px;
max-width: 400px;
}

.description {
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
color: #555;
}

.btn {
background: #1E4841;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
text-decoration: none;
}

.btn:hover {
background-color: #15332D;
}

.arrow {
margin-left: 8px;
}
@media screen and (max-width: 1200px) {
.hero-banner {
  padding: 60px 80px;
}

.title {
  font-size: 42px;
}
}

@media screen and (max-width: 992px) {
.hero-banner {
  padding: 50px 60px;
}

.title {
  font-size: 38px;
}
}

@media screen and (max-width: 768px) {
.hero-banner {
  padding: 0px;
}

.hero-content {
  flex-direction: column;
  gap: 0px;
}

.hero-left, .hero-right {
  width: 100%;
  max-width: 100%;
}

.title {
  font-size: 36px;
}

.small-title {
  font-size: 16px;
  margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {
.hero-banner {
  padding: 30px 20px;
}

.title {
  font-size: 26px;
}

.description {
  font-size: 15px;
}

.btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
}
}
  /* Mission Section */
  .mission-section {
    padding: 60px 0;
    background-color: rgba(30, 72, 65, 0.05);
  }
  
  .mission-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .mission-container h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1E4841;
  }
  
  .mission-container h3 {
    color: #1E4841;
    margin-bottom: 15px;
  }
  
  .mission-container p {
    max-width: 800px;
    margin-bottom: 30px;
    color: #555;
  }
  
  .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    width: 100%;
  }
  
  .value-item {
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(30, 72, 65, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
  }
  
  .value-item:hover {
    transform: translateY(-5px);
  }
  
  .value-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    color: #1E4841;
  }
  
  .value-item h3:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background-color: #1E4841;
  }
  
  .value-item p {
    font-size: 14px;
    color: #666;
  }
  
  /* Services Section */
  .services-section {
    padding: 60px 0;
  }
  
  .services-container {
    text-align: center;
  }
  
  .services-container h2 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #1E4841;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .service-item {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 4px;
    text-align: left;
    transition: transform 0.3s ease;
    border-left: 4px solid #1E4841;
  }
  
  .service-item:hover {
    transform: translateY(-5px);
  }
  
  .service-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    color: #1E4841;
  }
  
  .service-item p {
    font-size: 14px;
    color: #666;
  }
  .close-btn {
      display: block;
      font-size: 30px;
      color: #1E4841;
      text-align: right;
      padding: 10px 20px;
      cursor: pointer;
    }
  /* History Section */
  .history-section {
    padding: 60px 0;
    background-color: rgba(30, 72, 65, 0.05);
  }
  
  .history-container {
    text-align: center;
  }
  
  .history-container h2 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #1E4841;
  }
  
  .timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #1E4841;
    transform: translateX(-50%);
  }
  
  .timeline-item {
    position: relative;
    margin-bottom: 50px;
    width: 50%;
    box-sizing: border-box;
    padding: 0 40px;
  }
  
  .timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
  }
  
  .timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
  }
  
  .timeline-item:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #1E4841;
    top: 0;
  }
  
  .timeline-item:nth-child(odd):before {
    right: -8px;
  }
  
  .timeline-item:nth-child(even):before {
    left: -8px;
  }
  
  .timeline-date {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1E4841;
  }
  
  .timeline-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(30, 72, 65, 0.1);
  }
  
  .timeline-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1E4841;
  }
  
  .timeline-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    text-align: left;
  }
  
  /* Testimonial Section */
  /* Testimonial Section */
.testimonial-section {
padding: 60px 0;
background-color: #1E4841;
color: #fff;
text-align: center;
}

.testimonial-content {
max-width: 800px;
margin: 0 auto;
}

.testimonial-content h2 {
font-size: 28px;
margin-bottom: 30px;
}

/* Slide container */
.testimonial-slide {
position: relative;
overflow: hidden;
height: 180px; /* Adjust height based on your content */
}

/* Each testimonial item */
.testimonial-item {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: opacity 0.6s ease-in-out;
width: 100%;
}

/* Show active item */
.testimonial-item.active {
opacity: 1;
position: relative;
}

/* Text and author */
.testimonial-text {
font-style: italic;
margin: 20px 0;
line-height: 1.8;
font-size: 18px;
}

.testimonial-author {
font-weight: bold;
margin-top: 20px;
}

/* Dots / indicators */
.testimonial-indicators {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 30px;
}

.testimonial-dot {
width: 10px;
height: 10px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 50%;
cursor: pointer;
transition: background-color 0.3s ease;
}

.testimonial-dot.active {
background-color: #fff;
}
.footer-container {
          background-color: #1E4841;
          width: 100%;
          /* max-width: 1200px; */
          padding: 3rem 2.5rem;
        
          position: relative;
          overflow: hidden;
      }

      .footer-content {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          position: relative;
          z-index: 2;
      }

      .brand {
          flex: 1.2;
          padding-right: 2rem;
      }

      .brand-logo {
          display: flex;
          align-items: center;
          margin-bottom: 1rem;
      }

      .logo-squares {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 3px;
          margin-right: 12px;
      }

      .square {
          width: 10px;
          height: 10px;
          background-color: #1E4841;
          border-radius: 2px;
          transition: transform 0.3s ease;
      }

      .brand-logo:hover .square:nth-child(1) {
          transform: translate(-2px, -2px);
          background-color: #34796E;
      }

      .brand-logo:hover .square:nth-child(2) {
          transform: translate(2px, -2px);
      }

      .brand-logo:hover .square:nth-child(3) {
          transform: translate(-2px, 2px);
      }

      .brand-logo:hover .square:nth-child(4) {
          transform: translate(2px, 2px);
          background-color: #34796E;
      }

      .brand-name {
          font-size: 28px;
          font-weight: 700;
          color: #fff;
          letter-spacing: -0.5px;
      }

      .brand-tagline {
          font-size: 15px;
          color: #e0e0e0;
          max-width: 240px;
          line-height: 1.5;
          font-weight: 300;
          letter-spacing: -0.3px;
          position: relative;
      }

      .brand-tagline::after {
          content: '';
          position: absolute;
          bottom: -15px;
          left: 0;
          width: 40px;
          height: 2px;
          background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.3));
          border-radius: 2px;
      }

      .navigation {
          flex: 2;
          display: flex;
          justify-content: space-around;
      }

      .footer-column {
          margin-right: 1rem;
          flex: 1;
      }

      .footer-column h3 {
          font-size: 13px;
          color: #adb5bd;
          margin-bottom: 1.5rem;
          font-weight: 600;
          letter-spacing: 1px;
          text-transform: uppercase;
      }

      .footer-column ul {
          list-style: none;
      }

      .footer-column li {
          margin-bottom: 1rem;
          color: #ffffff;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0.5px;
          transition: all 0.3s ease;
          display: block;
          position: relative;
          cursor: pointer;
          text-decoration: none;
      }

      .footer-column li::after {
          content: '';
          position: absolute;
          width: 0;
          height: 2px;
          bottom: -4px;
          left: 0;
          /* background-color: #5ee1cb; */
          transition: width 0.3s ease;
          border-radius: 2px;
      }

      .footer-column li:hover {
          color: #5ee1cb  ;
          transform: translateX(3px);
      }

      .footer-column li:hover::after {
          width: 100%;
      }

      .chart-background {
          position: absolute;
          top: 0;
          right: 0;
          width: 60%;
          height: 100%;
          z-index: 1;
          opacity: 0.07;
          overflow: hidden;
      }

      .chart-line {
          width: 100%;
          display: flex;
          justify-content: space-between;
          height: 100%;
          align-items: flex-end;
          padding-bottom: 20px;
      }

      .chart-bar {
          width: 5px;
          background-color: #adb5bd;
          margin-right: 8px;
          border-radius: 4px 4px 0 0;
          transition: height 1s ease, background-color 0.5s ease;
      }

      .chart-bar:nth-child(10n) {
          background-color: #1E4841;
          width: 6px;
      }

      .chart-bar:nth-child(5n) {
          background-color: #212529;
      }

      .copyright {
          margin-top: 3rem;
          padding-top: 1.5rem;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 12px;
          color: #adb5bd;
          position: relative;
          z-index: 2;
      }

      .copyright p {
          font-weight: 400;
      }

      .gradient-overlay {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 30%;
          height: 40%;
          background: radial-gradient(circle at bottom right, rgba(30, 72, 65, 0.05), transparent 70%);
          z-index: 1;
          border-radius: 50%;
      }

      @media (max-width: 768px) {
          .footer-content {
              flex-direction: column;
          }

          .brand {
              margin-bottom: 3rem;
              padding-right: 0;
          }

          .navigation {
              flex-direction: column;
          }

          .footer-column {
              margin-bottom: 2rem;
              margin-right: 0;
          }

          .copyright {
              flex-direction: column;
              align-items: flex-start;
          }
      }

  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .about-grid, .values-grid, .services-grid {
      grid-template-columns: 1fr;
    }
    
    .timeline:before {
      left: 20px;
    }
    
    .timeline-item {
      width: 100%;
      padding-left: 50px;
      padding-right: 0;
    }
    
    .timeline-item:nth-child(odd), .timeline-item:nth-child(even) {
      left: 0;
      text-align: left;
    }
    
    .timeline-item:nth-child(odd):before, .timeline-item:nth-child(even):before {
      left: 12px;
    }
    
    .footer-content {
      flex-direction: column;
    }
  }

  /* Container slide-in animation */
.nav-container {
animation: slideIn 0.8s ease-out;
}



/* Slide-in animation keyframes */
@keyframes slideIn {
from {
  transform: translateY(-20px);
  opacity: 0;
}
to {
  transform: translateY(0);
  opacity: 1;
}
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 90;
    display: none;
  }

  .overlay.active {
    display: block;
  }
  .close-btn {
    display: none;
  }