  .top-header {
      background-color: #032616;
      color: white;
      font-size: 14px;
      padding: 6px 0;
    }

    .top-header a {
      color: white;
      text-decoration: none;
      margin-right: 15px;
    }

    .top-header i {
      margin-right: 5px;
    }

    .social-icons a {
      color: white;
      margin-left: 10px;
      text-decoration: none;
    }

    .navbar {
      padding: 10px 0;
    }



    .logo img {
      max-height: 60px;
    }

    @media (max-width: 991.98px) {
      .top-header .d-flex.justify-content-between {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
    }

    .navbar-nav .nav-link {
  color: #00331a;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #0d6efd; /* Bootstrap primary or your brand color */
}

.dropdown-menu {
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Top bar responsiveness */
.top-header a:hover {
  text-decoration: underline;
}


/* service section  */
.hover-effect {
  transition: transform 0.3s ease;
}
.hover-effect:hover {
  transform: translateY(-10px);
}


    .mission-vision-section {
      background-color: #395347; /* match background from image */
      color: #ffffff;
      padding: 60px 0;
    }

    .section-title {
      font-size: 1.75rem;
      font-weight: 700;
    }

    .text-secondary {
      color: #dcdcdc !important;
    }

    .icon-img {
      width: 50px;
      height: 50px;
      margin-bottom: 10px;
    }

    @media (max-width: 767.98px) {
      .section-title,
      .text-secondary {
        text-align: center;
      }

      .icon-img {
        display: block;
        margin: 0 auto 15px;
      }
    }
    .feature-section {
      background-color: #2f4f45; /* match your image background */
      color: white;
      padding: 60px 0;
    }

    .feature-icon {
      font-size: 40px;
      color: white;
      margin-bottom: 20px;
    }

    .feature-box h5 {
      font-weight: bold;
    }

    .feature-box p {
      font-size: 0.95rem;
      color: #e0e0e0;
    }

    .feature-box {
      text-align: left;
      padding: 20px;
    }
    
     .top-header a:hover {
  color: #0d6efd; /* Bootstrap primary color or choose your brand color */
  text-decoration: underline;
}


  .navbar-nav .nav-link {
  color: #002b16;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #0d6efd; /* Bootstrap primary or brand color */
}

.dropdown-menu {
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  border: none;
}

 .about-section h2 {
  color: #033b2f; /* Dark green tone similar to screenshot */
}

.about-section img {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.custom-shadow {
      box-shadow: 0 8px 20px rgba(0, 128, 0, 0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .custom-shadow:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 128, 0, 0.3);
    }

    .step-number {
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.5rem;
      color: #198754;
    }

    h5 {
      font-size: 1.5rem;
    }
    
    
     .product-card {
      position: relative;
      margin-bottom: 30px;
      background-color: #002d1d;
      color: white;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .image-grid {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.image-grid:hover img {
  transform: scale(1.1); /* Zoom effect */
}

    .product-overlay {
      padding: 20px;
    }

    .btn-readmore {
      background-color: white;
      color: #002d1d;
      border: none;
      font-weight: bold;
      padding: 6px 14px;
      margin-top: 10px;
      transition: 0.3s ease;
    }

    .btn-readmore:hover {
      background-color: #ffc107;
      color: black;
    }
    .custom-shadow {
      box-shadow: 0 8px 20px rgba(0, 128, 0, 0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .custom-shadow:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 128, 0, 0.3);
    }

    .step-number {
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.5rem;
      color: #198754;
    }

    h5 {
      font-size: 1.5rem;
    }
    
    
     .feature-section {
      background-color: #2f4f45;
      color: white;
      padding: 60px 0;
    }

    .feature-box {
      text-align: left;
      padding: 30px 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .feature-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .feature-icon {
      font-size: 48px;
      color: #ffffff;
      margin-bottom: 20px;
    }

    .feature-box h2 {
      font-size: 2.3rem;
      font-weight: bold;
    }

    .feature-box p {
      font-size: 1.5rem;
      color: #e0e0e0;
    }

    @media (max-width: 768px) {
      .feature-box {
        text-align: center;
      }
    }
    
    .collection_box figure {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; /* Consistent aspect ratio for all images */
    overflow: hidden;
    border-radius: 8px;
  }

  .collection_box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the box without distortion */
    display: block;
    transition: transform 0.3s ease-in-out;
  }

  .collection_box figure:hover img {
    transform: scale(1.05); /* Optional zoom on hover */
  }

  .collection_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
  }
    
    
    
    .contact-section {
      padding: 60px 20px;
      /* margin-top: 30px!important; */
    }
    .contact-heading {
      color: #0a1f44;
      font-weight: 700;
      font-size: 2rem;
    }
    .contact-box {
      background: #ffffff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    }
    .form-control {
      background-color: #f1faff;
      border: none;
      padding: 12px 16px;
      border-radius: 6px;
    }
    .form-control:focus {
      box-shadow: none;
      border: 1px solid #00c8b3;
    }
    .btn-send {
      background-color: #00c8b3;
      color: white;
      padding: 12px 30px;
      border-radius: 6px;
      border: none;
      font-weight: 600;
    }
    .btn-send:hover {
      background-color: #00b0a0;
    }
    .emergency-text {
      font-weight: 700;
      color: #0a1f44;
      margin-top: 15px;
    }
    .emergency-number {
      color: #00c8b3;
      font-weight: 600;
      text-decoration: none;
    }
    .contact-image {
      max-width: 100%;
    }
     .call-back-1 {
  position: fixed;
  bottom: 20%;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.call-back-1 a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.call-back-1 a img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


.mf-social-side-list {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
}

.mf-social-side-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mf-social-side-list ul li {
  margin: 5px 0;
}

.mf-social-side-list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: white;
  text-decoration: none;
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mf-social-side-list ul li a:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.mf-social-side-list ul li i.social {
  margin: auto;
}


li>a{
    font-size: 15px !important;
}