*{
    font-family: 'Poppins', sans-serif;
}

p{
    /* font-family: 'roboto', sans-serif; */
    font-family: 'poppins', sans-serif;
    font-size: 16px;

}
ul li {
    list-style: none;
    /* font-family: 'roboto', sans-serif; */
    font-family: 'poppins', sans-serif;
    font-size: 16px;
}

.ads_box_section {
    background-image: url('../img/Untitled-3.jpg');
    background-size: contain;
    background-position: start;
    background-repeat: no-repeat; 
    padding:60px 0;
}


a{
    text-decoration: none;
}


/* Custom styles */
        .navbar {
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        /* Sticky header styles */
        .navbar.sticky {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.98);
            padding: 10px 0;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            animation: slideDown 0.3s ease-out;
        }
        
        @keyframes slideDown {
            from {
                transform: translateY(-100%);
            }
            to {
                transform: translateY(0);
            }
        }
        
        /* Add padding to body when header is sticky */
        body.sticky-padding {
            padding-top: 70px;
        }
        
        .navbar-brand img {
            width: 230px;
            height: 60px;
            transition: all 0.3s;
        }
        
        .navbar.sticky .navbar-brand img {
            height: 50px;
        }
        
        .nav-link {
            font-weight: 500;
            padding: 8px 15px;
            color: #333;
            transition: all 0.3s;
        }
        
        .navbar.sticky .nav-link {
            padding: 6px 15px;
        }
        
        .cta-button {
            background-color: #2D4F2B; /* Updated to dark green */
            color: #ffb823;
            border-radius: 50px;
            padding: 8px 20px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .cta-button:hover {
            background-color: #2D4F2B; /* Darker shade of green */
            transform: translateY(-2px);
            color: #ffb823;
        }
        
        /* Desktop hover dropdown */
        @media (min-width: 992px) {
            .dropdown:hover .dropdown-menu {
                display: block;
                margin-top: 0;
            }
        }
        
        /* Mobile menu adjustments */
        .navbar-toggler {
            border: none;
            padding: 0.5rem;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        /* Full-screen left mobile menu */
        @media (max-width: 991.98px) {
            .offcanvas {
                width: 80% !important;
                max-width: 300px;
            }
            
            .offcanvas-start {
                top: 0;
                left: 0;
                border-right: 1px solid rgba(0, 0, 0, 0.1);
                transform: translateX(-100%);
            }
            
            .offcanvas.show {
                transform: none;
            }
            
            .offcanvas-header {
                padding: 1rem;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }
            
            .offcanvas-body {
                padding: 1rem;
            }
            
            .navbar-nav {
                padding-top: 1rem;
            }
            
            .nav-item {
                margin-bottom: 0.5rem;
            }
            
            .dropdown-menu {
                position: static !important;
                transform: none !important;
                border: none;
                margin-left: 1rem;
                margin-top: 0.5rem;
            }
            
            .dropdown-toggle::after {
                float: right;
                margin-top: 0.5rem;
            }
            
            .mobile-cta {
                margin-top: 1rem;
                padding: 0 1rem;
            }
        }


        @media (max-width: 575.98px) {
            .navbar-brand img {
                width: 180px;
                height: 50px;
            }
            
            .navbar.sticky .navbar-brand img {
                height: 40px;
            }
        }

        .navbar-nav li{
            margin-left: 15px;
        }
        
        .navbar-nav li:hover{
            background-color: #2D4F2B; 
        } 
        .navbar-nav li:hover .nav-link{
            color: #FFCD00 !important;
        }

        .dropdown-menu .show{
            background-color:#e6cd6c ;
            color: #2D4F2B !important;
        }
            
/* =================================================== */
        section{
            padding: 30px 10px;
        }

        .banner{
            height: 90vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f8f9fa;
        }

        .banner h1{
            font-family: 'poppins', sans-serif;
            font-size: 42px;
            font-weight: 800;
            color: #000000;
            margin-bottom: 20px;
        }

        .banner .row{
            align-items: center
        }

   
           .Hero-img{
                filter:
                drop-shadow(0 1px 1px rgba(0,0,0,.12))
                drop-shadow(0 8px 20px rgba(0,0,0,.18));
            }


        @media screen and (max-width: 768px) {
            .banner .row{
                flex-direction: column-reverse !important;
                text-align: center;
            }

            .Hero-img {
                width: 260px;
            }

            .banner h1{
                font-weight: 800;
                font-size: 28px;
            }

            .banner p{
                font-size: 14px;
            }
        }

/* ============Heading ============================= */
        .main_heading_2_pro{
            font-family: 'poppins', sans-serif;
            font-size: 2rem;
            font-weight: 800;
            color: #000000;
            margin-bottom: 30px;
        }

        .main_heading_2_pro:after{
            content: "";
            display: block;
            width: 50px;
            height: 3px;
            border-radius: 15px;
            /* background-color: #FFCD00; */
           background-image: linear-gradient(to right, #2D4F2B 35%, #FFCD00 35%);
            margin-top: 10px;
            transition: width 0.3s ease;
        }

        .main_heading_2_pro:hover::after{
            content: "";
            display: block;
            width: 80px;
            height: 3px;
    
        }


        .heading_h2_content{
            font-family: 'poppins', sans-serif;
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
        }

        .heading_h3_content{
            font-family: 'poppins', sans-serif;
            font-size: 24px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 5px;
        }

        @media screen and (max-width: 475px) {
            .heading_h2_content{
            font-size: 26px;
            }

            .heading_h3_content{
            font-size: 20px;
        }
        }
            




/* ============================ */
.why-choose-us{
    height: 550px;
    background-color: #f8f9fa;
}

.why-head{
    padding: 30px 10px;
    border-radius:0 0 25px 25px;
    background-color: #2D4F2B;
    color: #fff !important;
}

.why-card {
    overflow: hidden;
    position: relative;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-card-head {
    position: relative;
    padding: 20px;
    text-align: center;
    background-color: #FFCD00;
    color: #2D4F2B;
    border-radius: 25px 25px 0 0;
    z-index: 2; /* Make sure head stays on top */
    height: 150px;
}
.why-card-body {
    padding: 20px;
    background-color: #FFF1CA;
    color: #000000;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1;
    margin-top: -130px;
    opacity: 0;
    visibility: hidden;
    transition: margin-top 0.4s ease, opacity 0.4s ease, visibility 0.4s;
    height: auto;
}
.why-card:hover .why-card-body {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.why-card-body p {
    font-size: 14px;
}

@media screen and (max-width: 991px) {

    .why-choose-us{
        height: auto;
    }
    .why-card{
        height: auto;
    }

    .why-card-body{
        display: none !important;
    }

    .why-card-head{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px;
        padding: 10px;
        height: auto;
        padding: 10px;
    }

}



/* ==========product cart box==================== */

        .product_card{
            border: 1px solid #e0e0e0;
        }
        .product_card .card-body{
            text-align: center;
            padding: 15px;
        }

        .product_card p{
            font-weight: 600;
            color: #2D4F2B; /* Updated to dark green */
            margin:10px 0 !important;
        }

        .btn-product{
            background-color: #2D4F2B; /* Updated to dark green */
            color: white;
            border-radius: 0;
            width: 100%;
            padding: 8px 20px;
            font-weight: 600;
            transition: all 0.3s;
        } 

        .btn-product:hover{
            background-color: #2D4F2B; /* Darker shade of green */
            transform: translateY(-2px);
            color: #fff;
        }


       
        
/* =========testimonial========================== */

        .testimonial-container {
            max-width: 600px;
            margin: 40px auto;
            overflow: hidden;
            position: relative;
            background: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            border-radius: 12px;
            }

        .testimonial-slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        }

        .testimonial-slide {
        min-width: 100%;
        padding: 40px 20px;
        text-align: center;
        box-sizing: border-box;
        }

        .testimonial-slide p {
        font-size: 1.2rem;
        color: #333;
        }

        .testimonial-slide h4 {
        margin-top: 15px;
        color: #00843D; /* Updated to dark green */
        }

        .testimonial-nav {
        text-align: center;
        margin: 15px 0;
        }

        .dot {
        height: 12px;
        width: 12px;
        margin: 0 4px;
        background-color: #ccc;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
        }

        .dot.active {
        background-color: #00843D; /* Updated to dark green */
        }

        @media screen and (max-width: 475px) {
            .testi-monal-sub{
            font-size: 15px;
        }
        }


/* ======================================================= */

        .testimonial{
            margin: 0 20px 40px;
        }
        .testimonial .testimonial-content{
            padding: 35px 25px 35px 50px;
            margin-bottom: 35px;
            background: #FFF1CA;
            border: 1px solid #f0f0f0;
            position: relative;
        }
        .testimonial .testimonial-content:after{
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #fff;
            position: absolute;
            bottom: -10px;
            left: 22px;
            transform: rotate(45deg);
        }
        .testimonial-content .testimonial-icon{
            width: 50px;
            height: 45px;
            background: #ffb823; /* Updated to bright yellow */
            text-align: center;
            font-size: 22px;
            color: #2D4F2B;
            line-height: 42px;
            position: absolute;
            top: 37px;
            left: -19px;
        }
        .testimonial-content .testimonial-icon:before{
            content: "";
            border-bottom: 16px solid #ffb823; /* Darker shade of yellow */
            border-left: 18px solid transparent;
            position: absolute;
            top: -16px;
            left: 1px;
        }
        .testimonial .description{
            font-size: 15px;
            font-style: italic;
            color: #8a8a8a;
            line-height: 23px;
            margin: 0;
        }
        .testimonial .title{
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: #525252;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0 0 5px 0;
        }
        .testimonial .post{
            display: block;
            font-size: 14px;
            color: #2D4F2B; /* Updated to bright yellow */
        }
        .owl-theme .owl-controls{
            margin-top: 20px;
        }
        .owl-theme .owl-controls .owl-page span{
            background: #ccc;
            opacity: 1;
            transition: all 0.4s ease 0s;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span{
            background: #FFCD00; /* Updated to bright yellow */
        }
/* ============================================================================ */
    
      



        .ads_box_section {
            display: flex;
            justify-content: center;
            align-items: start;
            min-height: 600px;
            background: #f8f9fa url('../img/ads banner.webp') center/cover no-repeat;
        }

        .ads_box {
            width: 50%;
            background: #FFF1CA;
            padding: 40px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            margin: 0 auto; /* This helps with centering in case flex isn't enough */
        }

        .ads_box h2 {
            font-family: 'poppins', sans-serif;
            font-size: 30px;
            font-weight: 700;
            color: #2D4F2B; /* Updated to dark green */
            margin-bottom: 20px;
        }

        @media screen and (max-width: 768px) {
            .ads_box_section {
                padding: 20px;
            }
            .ads_box {
                width: 100% !important; /* Full width on smaller screens */
                padding: 20px; /* Reduce padding for smaller screens */
            }
            
        }



  /* FAQ Accordion Custom Styles */
        .accordion-button {
            font-family: 'poppins', sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            letter-spacing: 0.5px;
            background-color: #f8f9fa;
            color: #00843D; /* Updated to dark green */
            transition: background 0.2s, color 0.2s;
        }
        .accordion-button:not(.collapsed) {
            background-color: #006b32;
            color: #ffffff; /* Darker shade of green */
            box-shadow: none;
        }
        .accordion-button:focus {
            box-shadow: 0 0 0 0.2rem rgba(0,132,61,.25); /* Updated to dark green */
        }
        .accordion-item {
            border: 1px solid #e3e3e3;
            border-radius: 8px;
            margin-bottom: 1rem;
            overflow: hidden;
        }
        .accordion-body {
            background: #FFF1CA;
            color: #333;
            font-size: 1rem;
        }

        @media screen and (max-width: 475px) {
            .accordion-header{
                font-size: 14px;
            }

            .accordion-body {
            font-size: 14px;
        }
            
        }





/* ==============blog section================== */


.btn-blog {
    background-color: #2D4F2B; /* Dark green */
    color: #FFB823;           /* Yellow-gold */
    border-radius: 0;
    padding: 8px 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-blog:hover {
    background-color: #244122; /* Slightly darker green for hover */
    transform: translateY(-2px);
    color: #FFB823;
}

/* Blog Card Styling */
.blog_card {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    background-color: #FFF1CA;
}

.blog_card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Image Container */
.blog_image {
    overflow: hidden;
}

/* Image Zoom on Hover */
.blog_card:hover .blog_image img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.card-body{
    text-align: center;
    padding: 10px;
}

.card-title{
    font-size: 18px;
    font-weight: 600;
    color: #2D4F2B; /* Updated to dark green */
}
.card-text{
    font-size: 14px;
    color: #555;
    margin: 10px 0;
}




















/* ======footer======= */
footer {
        background: #ffffff;
        color: #000000;
        padding: 50px 0 20px 0;
        font-size: 15px;
         box-shadow: 0 -5px 15px rgba(46, 125, 50, 0.2); /* Light green top shadow */
         border-radius: 10px 10px 0 0;
         border-top: 1px solid #ededed;
    }
    .footer-logo-section .logo img {
        margin-bottom: 15px;
    }
    .footer-logo-section p {
        margin-bottom: 15px;
        color: #000000;
    }
    .footer-logo-section .social-icons {
        margin-bottom: 15px;
    }
    .footer-logo-section .social-icons a {
        display: inline-block;
        color: #ffb823;
        background: #2D4F2B;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 50%;
        margin-right: 8px;
        font-size: 16px;
        transition: background 0.3s, color 0.3s;
    }
    .footer-logo-section .social-icons a:hover {
        background: #00843D; /* Updated to dark green */
        color: #fff;
    }
    .footer-contact ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-contact li {
        margin-bottom: 8px;
        color: #000000;
        font-size: 14px;
    }
    .footer-contact i {
        margin-right: 8px;
        color: #FFCD00; /* Updated to bright yellow */
    }
/* ------------------------------------------------- */
/* Decorative Headings */
.footer_header_link {
  position: relative;
  color: #2D4F2B;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.footer_header_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%; /* initial short underline */
  height: 3px;
  background: #ffb823;
  border-radius: 2px;
  transition: width 0.4s ease-in-out;
}

/* Hover Effect */
.footer_header_link:hover {
  color: #1e3b1d; /* optional darker green hover text */
}

.footer_header_link:hover::after {
  width: 100%; /* expands fully on hover */
}

/* ------------------------------------------------ */

    .footer-newsletter{
        padding: 40px 20px;
        background-color: #FFB823;
        height: 100%;
    }
    .footer-links h5,
    .footer-newsletter h5 {
        color: #2D4F2B;
        margin-bottom: 15px;
        font-size: 17px;
        font-weight: 600;
    }
    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-links ul li {
        margin-bottom: 10px;
    }
    .footer-links ul li a {
        color: #000000;
        text-decoration: none;
        transition: color 0.3s;
    }
    .footer-links ul li a:hover {
        color: #FFCD00; /* Updated to bright yellow */
        text-decoration: underline;
    }
    .footer-newsletter p {
        color: #000000;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .footer-newsletter form {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .footer-newsletter input[type="email"] {
        padding: 7px 10px;
        border: none;
        border-radius: 3px 0 0 3px;
        outline: none;
        font-size: 14px;
        width: 140px;
        background: #343a40;
        color: #ffffff;
    }
    .footer-newsletter button {
        padding: 7px 12px;
        border: none;
        background: #00843D; /* Updated to dark green */
        color: #000000;
        border-radius: 0 3px 3px 0;
        cursor: pointer;
        transition: background 0.3s;
    }
    .footer-newsletter button:hover {
        background: #006b32; /* Darker shade of green */
    }
    .footer-bottom-text {
        color: #2D4F2B;
        font-size: 14px;
        margin-top: 30px;
        border-top: 1px solid #343a40;
        padding-top: 15px;
    }
    @media (max-width: 991px) {
        footer .col-md-2 {
            margin-bottom: 30px;
        }
    }
    @media (max-width: 767px) {
        footer {
            padding: 30px 0 10px 0;
        }
        .footer-newsletter form {
            flex-direction: column;
            align-items: stretch;
        }
        .footer-newsletter input[type="email"], .footer-newsletter button {
            width: 100%;
            border-radius: 3px;
            margin-bottom: 5px;
        }
    }