/* General Styling */
body {
    font-family: Merienda;
}
.playball-regular {
  font-family: "Playball", serif;
  font-weight: 400;
  font-style: normal;
}
  .courgette-regular {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
}
.caveat-uniquifier {
  font-family: "Caveat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}
.navbar {position: fixed;
    padding: 10px;
    width: 100%;
    z-index: 999;
}

.navbar-nav li a {
    color: green;
}

.mold {font-weight: 500;
    font-size: 80px;
}
/* Services Section */
.services h3 {
    font-weight: bold;
    margin-top: 15px;
}
.fadee {
    background:url(images/back-1.jpg) ;
}
/* Footer */
.footer {
    font-size: 14px;
}

/* Animation classes */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}


.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInUp {
    animation-name: fadeInUp;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

  /* Background and animations */
  .carousel-item {
    height: 100vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #000; /* Fallback background color */
    opacity: 0; /* Start each slide with 0 opacity */
    transition: opacity 1s ease-in-out;
}

/* Fade-in effect for active item */
.carousel-item.active {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

/* Dark overlay */
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.hand {
    height:100px;
    margin-top:-80px;
   
    float:right;
}
.bg-nav {
    background-color: rgba(37, 53, 38, 0.85);
}

/* Caption styling */
.carousel-caption {
    z-index: 2;
    bottom: 20%;
    animation: fadeInUp 1s ease both;
}

.carousel-caption h5 {
    font-size: 2.5rem;
    color: #fff;
    animation-delay: 0.5s;
}

.carousel-caption p {
    font-size: 35px;
    color: #ddd;
    animation-delay: 1s;
}

.projects-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
  }
  .section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    color: #3f7e44;
    font-size: 1.5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .section-heading img {
    width: 25px;
    margin-right: 10px;
  }
  .project-card {
    border: none;
    /* background-color: #fff; */
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  }
  .project-card:hover {
    transform: translateY(-5px);
  }
  .project-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .project-title {
    color: #3f7e44;
    font-weight: bold;
    margin-top: 15px;
    font-family: 'Merienda';
  }
  .project-category {
    font-size: 0.85rem;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .project-description {
    font-size: 0.9rem;
    color: darkblue;
    line-height: 1.4;
  }
  .more-projects {
    text-align: right;
    color: #3f7e44;
    font-weight: bold;
    font-size: 0.9rem;
  }


  .project-section {
    padding: 40px;
    background-color: #f9f9f9;
  }
  .project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .info-icon {
    /*width: 70px;*/
    /*height: 35px;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: green;
    margin-right: 15px;
  }
  .icon1 { background-color: #d9c7a9; }
  .icon2 { background-color: #8cc152; }
  .icon3 { background-color: #39b3c8; }
  .info-title {
    font-weight: bold;
    color: #3f7e44;
     font-family: "Merienda", serif;
     font-weight: weight;
      font-style: normal;
    }
    /*font-fimaly*/
    /*// <uniquifier>: Use a unique and descriptive class name*/
/*// <weight>: Use a value from 300 to 900*/

/*.merienda-<uniquifier> {*/
/*  font-family: "Merienda", serif;*/
/*  font-optical-sizing: auto;*/
/*  font-weight: <weight>;*/
/*  font-style: normal;*/
/*}*/
    /*end*/
  .info-description {
    /*color: #555;*/
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .section-title {
    font-weight: bold;
    color: #3f7e44;
  }
  .small-text {
    color: #7CB342;
    font-weight: bold;
  }
  .news-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .news-date {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-right: 15px;
  }
  .news-date span {
    display: block;
    font-size: 0.9rem;
    color: gray;
  }
  .testimonial-quote {
    font-size: 1.2rem;
    /*color: #888;*/
    font-style: italic;
  }
  .testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .testimonial-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .testimonial-name {
    color: #3f7e44;
    font-weight: bold;
    margin-bottom:-5px;
  }
 
  .custom-carousel {
    position: relative;
  }
  .custom-carousel-item {
    display: none;
    transition: transform 0.6s ease;
  }
  .custom-carousel-item.active {
    display: block;
  }
  /*.custom-carousel-control-prev, .custom-carousel-control-next {*/
  /*  position: absolute;*/
  /*  top: 50%;*/
  /*  transform: translateY(-50%);*/
  /*  width: 30px;*/
  /*  height: 30px;*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
  /*  color: white;*/
  /*  border-radius: 50%;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*  cursor: pointer;*/
  /*}*/
  /*.custom-carousel-control-prev {*/
  /*  left: 10px;*/
  /*}*/
  /*.custom-carousel-control-next {*/
  /*  right: 10px;*/
  /*}*/

  .footer {
    background-color: #2ed1ea;
    color: #bbb;
    padding: 60px 0 10px;
  }
  .footer li {
    font-size: 16px;
  }
  .footer a {
    color: #fff;
    text-decoration: none;
  }
  .footer a:hover {
    color: #fff;
  }
  .footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .footer .social-icons a {
    color: #bbb;
    font-size: 1.2rem;
    margin-right: 15px;
    transition: color 0.3s;
  }
  .footer .social-icons a:hover {
    color: #fff;
  }
  .footer .subscribe-form input {
    border: 1px solid #444;
    border-radius: 5px 0 0 5px;
    padding: 0.5rem;
    width: 100%;
    background-color: #333;
    color: #bbb;
  }
  .footer .subscribe-form input::placeholder {
    color: #888;
  }
  .footer .subscribe-form button {
    border: none;
    background-color: #007bff;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0 5px 5px 0;
    transition: background-color 0.3s;
  }
  .footer .subscribe-form button:hover {
    background-color: #0056b3;
  }
  .footer-bottom {
    border-top: 1px solid #444;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 0.875rem;
    color: #666;
  }
  
  /*Side fixed iocns Start*/


/*Side fixed iocns ends*/
.banner {
            background-image: url('images/about.png'); /* Replace with your banner image URL */
            background-size: cover;
            background-position: center;
            height: 300px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
        }
        .product-img {
            max-width: 100%;
            border-radius: 10px;
        }
         .banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
        background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% transparency */
        z-index: 1;
    }
    
    .banner h1 {
        position: relative;
        z-index: 2; /* Ensures the text stays above the overlay */
    }

.contact-container {
      background: #f8f9fa;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .contact-details h4 {
      color: #0d6efd;
      font-weight: 700;
    }

    .contact-details p {
      margin-bottom: 8px;
    }
.contact-details a {
    text-decoration:none;
    color:black;
}
    .social-icons a {
      color: #231e18;
      margin-right: 10px;
      font-size: 18px;
      transition: all 0.3s;
      text-decoration:none;
    }

    .social-icons a:hover {
      color: #0056b3;
    }
    
    
    #contactPageForm {
            background-color: #fff;
            padding: 20px 30px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 600px;
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* Two columns */
            gap: 15px; /* Space between grid items */
        }

        #contactPageForm input,
        #contactPageForm textarea,
        #contactPageForm button {
            width: 100%;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
            outline: none;
        }

        #contactPageForm input:focus,
        #contactPageForm textarea:focus {
            border-color: #007bff;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        }

        #contactPageForm input#productService {
            grid-column: span 2; /* Make Product/Services field take the full row */
        }

        #contactPageForm textarea {
            resize: none;
            grid-column: span 2; /* Textarea spans across both columns */
        }

        #contactPageForm .btn {
            background-color: #231e18;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
            border: none;
            grid-column: span 2; /* Button spans across both columns */
            transition: background-color 0.3s ease;
        }

        #contactPageForm .btn:hover {
            background-color: #0056b3;
        }
        
        
        .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the area without distortion */
    z-index: -1; /* Places the video behind the content */
}
.text-color-custom {
    color: #175e45;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
}

.features-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
}

.feature-item {
  flex: 1 1 calc(16.66% - 20px); /* 6 items per row */
  max-width: calc(16.66% - 20px);
}

.feature-item .icon {
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 14px;
  font-weight: bold;
  color: #175e45;
}

@media (max-width: 992px) {
  .feature-item {
    flex: 1 1 calc(33.33% - 20px); /* 3 items per row */
    max-width: calc(33.33% - 20px);
  }
}

@media (max-width: 768px) {
  .feature-item {
    flex: 1 1 calc(50% - 20px); /* 2 items per row */
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .feature-item {
    flex: 1 1 100%; /* 1 item per row */
    max-width: 100%;
  }
}


 /* Sticky Cartoon Container */
        .cartoon-container {
            position: fixed; /* Sticky position */
            bottom: 10px; /* Position from bottom */
            right: 10px; /* Position from right */
            z-index: 9999; /* Ensures it appears on top */
            text-align: center;
        }

        /* Cartoon Image */
        .cartoon-image {
            max-width: 341px; /* Increased image size */
            width: 100%; /* Ensures responsive width */
           
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .cartoon-container {
                bottom: 5px; /* Adjust for smaller screens */
                right: 5px;
            }

            
        }

        @media (max-width: 480px) {
            .cartoon-container {
                bottom: 3px; /* Further adjustments for very small screens */
                right: 3px;
            }

            .cartoon-image {
                max-width: 120px; /* Smaller image for mobile */
            }
        }

/*description*/
/* General Container Styling */
/*.container {*/
/*  max-width: 1200px;*/
/*  margin: auto;*/
/*  padding: 20px;*/
/*}*/

/* Responsive Typography */
.product-heading {
  font-family: 'Arial', sans-serif;
  color: #175e45;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-heading.text-primary {
  color: #007bff; /* Primary Color */
}

.product-heading.text-success {
  color: #28a745; /* Success Color */
}

/* Paragraph Styling */
p {
  font-size: 1rem;
  color: #175e45; /* Muted Color */
  line-height: 1.6;
  margin-bottom: 20px;
      font-family: 'Merienda';

}

/* Buttons */
.btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.btn-outline-primary {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}

.btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
  h2, h3 {
    font-size: 1.8rem;
  }
  p {
    font-size: 0.95rem;
  }
  .btn {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  h2, h3 {
    font-size: 1.5rem;
  }
  p {
    font-size: 0.9rem;
  }
  .btn {
    padding: 8px 15px;
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  h2, h3 {
    font-size: 1.3rem;
    text-align: center;
  }
  p {
    font-size: 0.85rem;
    text-align: justify;
  }
  .btn {
    font-size: 0.8rem;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

/* Container Styling */
.belief-mission-vision {
  background-color: #f9f9f9;
  padding: 40px 20px;
}

.belief-mission-vision .icon-img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}

.belief-mission-vision .title {
  font-size: 1.5rem;
  color: #3f7e44;
  font-weight: bold;
  margin-bottom: 15px;
}

.belief-mission-vision .description {
  font-size: 1rem;
  color: #3f7e44;
  line-height: 1.6;
}

/* Center alignment */
.belief-mission-vision .row {
  display: flex;
  justify-content: center;
  gap: 30px;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .belief-mission-vision .title {
    font-size: 1.2rem;
  }
  .belief-mission-vision .description {
    font-size: 0.9rem;
  }
  .belief-mission-vision .icon-img {
    width: 60px;
  }
}

@media (max-width: 576px) {
  .belief-mission-vision .description {
    text-align: justify;
  }
  .belief-mission-vision .icon-img {
    margin-bottom: 10px;
  }
  .belief-mission-vision .row {
    flex-direction: column;
    align-items: center;
  }
}

/*Sub images*/
/* Gallery Section Styling */
.image-gallery-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  border-radius: 8px;
}

/* Main Image Styling */
.main-h2 {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  
}

/* Sub Images Styling */
.image-box {
  width: 100%;
  max-width: 200px; /* Adjust width as needed */
  height: 200px;    /* Fixed height for uniformity */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f5f5f5; /* Optional background color for consistency */
}

/* Image Styling */
.image-box {
  width: 100%;
  max-width: 200px; /* Adjust width as needed */
  height: 200px;    /* Fixed height for uniformity */
  border-radius: 5px;
  overflow: hidden;
  background-color: #f5f5f5; /* Optional background color for consistency */
   margin-bottom: 30px; 
}

/* Image Styling */
.sub-img {
  width: 100%;
  height: 100%;
  object-fit: fill; /* Stretch the image to fully fit the box */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.sub-img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .image-box {
    max-width: 150px; /* Adjust for smaller screens */
    height: 150px;
  }
}

@media (max-width: 576px) {
  .image-box {
    max-width: 120px;
    height: 120px;
  }
}


/*icons-start*/
.features-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.feature-item {
  flex: 1 1 calc(16.66% - 20px); /* 6 items per row */
  max-width: calc(16.66% - 20px);
}

.feature-icon {
  max-width: 60px;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 14px;
  font-weight: bold;
  color: #175e45;
  margin-top: 5px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .feature-item {
    flex: 1 1 calc(33.33% - 20px); /* 3 items per row */
    max-width: calc(33.33% - 20px);
  }
}

@media (max-width: 768px) {
  .feature-item {
    flex: 1 1 calc(50% - 20px); /* 2 items per row */
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .feature-item {
    flex: 1 1 100%; /* 1 item per row */
    max-width: 100%;
  }
}

/*icons-end*/

/*resize image*/

/*nav.css*/
/*bg css*/
/* Ensure carousel items have full height */
.carousel-item {
    height: 100vh; /* Full viewport height */
    position: relative;
    background-color: #000;
}

/* Ensure images and videos fit within the container */
.carousel-item img,
.carousel-item video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* Adjust captions for small screens */
.carousel-caption {
    bottom: 10%; /* Position captions near the bottom */
    text-align: center;
    padding: 1rem;
   color:#e6e65d;
    border-radius: 5px;
}
.o-text{
    color:#75f4c9;
}

/* Caption text size for different screens */
.carousel-caption h1,
.carousel-caption h2 {
    font-size: 2rem; /* Default for mobile devices */
    margin-bottom: 0.5rem;
}

.carousel-caption p {
    font-size: 1rem;
}

/* Larger screen adjustments */
@media (min-width: 768px) {
    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 3rem;
    }

    .carousel-caption p {
        font-size: 1.25rem;
    }
}

/* Full height adjustments for smaller screens */
@media (max-width: 576px) {
    .carousel-item {
        height: 60vh; /* Reduce height for smaller devices */
    }

    .carousel-caption {
        bottom: 0%; /* Adjust position for smaller screens */
        padding: 0.5rem;
    }

    /*.carousel-caption h1,*/
    /*.carousel-caption h2 {*/
    /*    font-size: 1.5rem;*/
    /*}*/

    .carousel-caption p {
        font-size: 0.9rem;
        text-align: center;

    }
}

/*testimonial button css*/
 .custom-carousel {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .custom-carousel-item {
        text-align: center;
        padding: 20px;
    }

    .custom-carousel-control-prev, .custom-carousel-control-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        /*background-color: rgba(0, 0, 0, 0.5);*/
        color: #ffc107;
        padding: 10px;
        cursor: pointer;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left:-17px;
        margin-right:-16px;
    }

    .custom-carousel-control-prev {
        left: 10px;
    }

    .custom-carousel-control-next {
        right: 10px;
    }

    .testimonial-quote {
        margin-bottom: 10px;
        font-size: 0.9rem;
    }

    .testimonial-author {
        font-size: 0.7rem;
    }

    @media (max-width: 768px) {
        .custom-carousel-control-prev, .custom-carousel-control-next {
            width: 30px;
            height: 30px;
            font-size: 0.8rem;
        }
        .testimonial-quote {
            font-size: 0.6rem;
        }
    }

/*Certifications and news*/
 .cert-card img, .news-card img, .sub-image {
            max-height: 800px;
            object-fit: cover;
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
        }
        .cert-card, .news-card {
            border: 1px solid #ddd;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }
        .cert-card:hover, .news-card:hover {
            transform: scale(1.03);
        }
        .modal-img {
            width: 100%;
            max-height: 90vh;
            object-fit: contain;
        }
        .sub-images-container {
            display: flex;
            gap: 5px;
        }
        .sub-images-container img {
            max-width: 30%;
            max-height: 100px;
            cursor: pointer;
            object-fit: cover;
            transition: transform 0.3s ease-in-out;
        }
        
        
        /*brand slider*/
         .brand-slider {
            overflow: hidden;
            background-color: #fff;
            padding: 20px 0;
        }
        .brand-slider .slider-track {
            display: flex;
            animation: slide 20s linear infinite;
            transition:all 0.3s ease 0s;
        }
        .brand-slider img {
            max-height: 100px;
            margin: 0 20px;
            object-fit: contain;
        }
        @keyframes slide {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-100%);
            }
        }
        @media (max-width: 768px) {
            .brand-slider img {
                max-height: 80px;
                margin: 0 15px;
            }
        }
        @media (max-width: 576px) {
            .brand-slider img {
                max-height: 60px;
                margin: 0 10px;
            }
        }
        
       

.video-slide {
    position: relative;
    overflow: hidden; /* Ensures the overlay stays within bounds */
}

.video-slide .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 1; /* Places overlay above the video */
}

.video-slide .carousel-caption {
    position: absolute;
    z-index: 2; /* Ensures the text is above the overlay */
    color: #E6E65D; /* Maintain text contrast */
}
/*for banner*/
  .video-responsive {
        width: 100%;
        max-height: 100vh; /* Ensures video fits within viewport height */
        object-fit: cover; /* Ensures the video covers the space */
    }

    /* Styling for images */
    .img-responsive {
        width: 100%;
        height: auto;
    }

    /* Caption responsiveness */
    @media (max-width: 768px) {
        .carousel-caption {
            font-size: 16px; /* Adjust text size for smaller screens */
        }
    }

    @media (max-width: 576px) {
        .carousel-caption h1, .carousel-caption h2 {
            font-size: 20px;
        }
        .carousel-caption p {
            font-size: 14px;
        }
    }


/*footer css link for scanner*/
 .scanner-icon {
      font-size: 2rem; /* Adjust the size of the icon */
      color: #007bff; /* Icon color */
      cursor: pointer;
      transition: transform 0.2s;
    }
    .scanner-icon:hover {
      transform: scale(1.2); /* Slight zoom effect on hover */
    }
        
    /*tagline new    */
    .tagline {
      font-size: 1.8rem;
      font-weight: bold;
      background: linear-gradient(90deg, #ff8a00, #e52e71);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      padding: 20px 0;
      animation: fadeIn 2s ease-in-out infinite alternate;
    }

    @keyframes fadeIn {
      0% { opacity: 0.6; }
      100% { opacity: 1; }
    }
        
       /*barcodesection */
    .barcode-section {
    background-color: #f8f9fa;
}

.barcode-image {
    max-width: 150px;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
}

.barcode-image:hover {
    transform: scale(1.05);
}

.gap-4 {
    gap: 20px;
}

.footer-visitor-counter {
    position: fixed;
    bottom: 5px;
    right: 20px;
    background: #007bff; /* Blue background */
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-visitor-counter {
        font-size: 14px;
        padding: 8px 15px;
    }
}

.ul{
    font-family: 'Merienda';
}

        
 /* SECTION WRAPPER */
.values-wrapper {
  padding: 60px 20px;
  background: linear-gradient(#f7fff9, #eafff0);
}

/* GRID */
.values-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
}

/* CARD */
.values-item {
  display: flex;
  gap: 20px;
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: .35s ease-in-out;
  border: 1px solid #e6f7ec;
}

.values-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* ICON BOX */
.values-icon-box {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  background: #175e45;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

/* TITLE */
.values-title {
  font-size: 1.55rem;
  font-weight: 700;
  color: #175e45;
  margin-bottom: 12px;
}

/* DESCRIPTION TEXT */
.values-text {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #3f3f3f;
  line-height: 1.6;
}

/* UL LIST */
.values-points {
  padding: 0;
  list-style: none;
}

.values-points li {
  margin-bottom: 10px;
  font-size: 1rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.values-points li i {
  color: #175e45;
  margin-top: 3px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .values-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .values-inner {
    grid-template-columns: 1fr;
  }

  .values-item {
    flex-direction: column;
  }

  .values-icon-box {
    margin-bottom: 15px;
  }
}
