/*
 Theme Name: Twenty Seventeen Child Theme
 Theme URI: https://yourwebsite.com
 Author: Your Name
 Author URI: https://www.gowebworld.com
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child

@import url('css/bootstrap.css'); */
/* Twenty Seventeen ke default header/navigation ko hide ya reset karne ke liye */
@import url('css/client-slider.css');
@import url('css/customenu.css'); 
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
:root {
            --bs-body-font-family: 'Inter', sans-serif !important;
            --bs-font-sans-serif: 'Inter', sans-serif !important;
            --green-primary: #00873D;
            --green-dark: #00662e;
            --green-light: #13a856;
            --green-50: #eefcf4;
            --accent: #F59E0B;
    --bs-dark-rgb:rgba(17,24,39,1);
        }

html body {
    font-family: var(--bs-body-font-family) !important;
background-color: #f8f9fa;
}
.bg-dark-lite{
    background-color: rgba(17,24,39,0.9);
}
.bg-dark2{
    background-color: rgba(17,24,39,1);
}

/* Selection styling */
::selection {
background-color: var(--green-primary);
color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 10px 0 0;
}
/* Custom Brand Color Utility Classes */
.bg-green-primary { background-color: var(--green-primary) !important; }
.bg-green-dark { background-color: var(--green-dark) !important; }
.bg-green-50 { background-color: var(--green-50) !important; }
.text-green-primary { color: var(--green-primary) !important; }
.border-green-primary { border-color: var(--green-primary) !important; }
.bg-accent { background-color: var(--accent) !important; }

/* Custom Button & Hover Styles */
.btn-green {
background-color: var(--green-primary);
color: #fff;
border: none;
transition: all 0.3s ease;
box-shadow: 0 0.5rem 1rem rgba(0, 135, 61, 0.3);
}
.btn-green:hover {
background-color: var(--green-dark);
color: #fff;
transform: translateY(-2px);
}
.topbar
{font-size: 13px;}
/* Hero Pattern & Blur Effects */
.hero-pattern {
background-image: linear-gradient(rgba(17, 24, 39, 0.5), rgba(17, 24, 39, 0.85)), url('/main-slider.jpeg');
background-size: cover;
background-position: center;
}
.blur-spot-1 {
width: 24rem;
height: 24rem;
background-color: rgba(0, 135, 61, 0.2);
border-radius: 50%;
filter: blur(64px);
}
.blur-spot-2 {
width: 18rem;
height: 18rem;
background-color: rgba(245, 158, 11, 0.2);
border-radius: 50%;
filter: blur(64px);
}

/* Product Card Hovers */
.product-card-hover {
transition: all 0.3s ease;
}
.product-card-hover:hover {
box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.product-card-hover:hover .product-icon-container {
background-color: var(--green-primary) !important;
color: white !important;
}
.product-card-hover:hover .product-img {
transform: scale(1.05);
}
.product-img {
transition: transform 0.5s ease;
}

/* Text Gradient Effect */
.text-gradient-green {
background: linear-gradient(to right, #4ade80, var(--green-primary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* Utility helper for line clamp */
.line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.backdrop-blur { backdrop-filter: blur(8px); }
.filter-grayscale { filter: grayscale(100%); transition: all 0.3s ease; }
.hover-grayscale-0:hover { filter: grayscale(0%); opacity: 1 !important; }
.hover-scale:hover { transform: scale(1.05); }
.card-hover-lift { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.card-hover-lift:hover { transform: translateY(-4px); box-shadow: 0 1rem 2rem rgba(0,0,0,0.12) !important; }        
.btn-green-primary {
    background-color: #00873d;
    border-color: #00873d;
    color: #ffffff;
}
.btn-green-primary:hover {
    background-color: #006b30;
    border-color: #006b30;
    color: #ffffff;
}
.hover-white:hover {
    color: #ffffff !important;
}
.hover-green:hover {
    color: #00873d !important;
}
.hover-bg-green:hover {
    background-color: #00873d !important;
    color: #ffffff !important;
}
.form-control:focus, .form-select:focus {
    border-color: #00873d;
    box-shadow: 0 0 0 0.25rem rgba(0, 135, 61, 0.25);
}   
/* testimonials */
.testimonial-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 1rem 2rem rgba(0,0,0,0.08) !important;
        }

        .quote-icon {
            font-size: 2.5rem;
            color: var(--green-primary);
            opacity: 0.2;
        }
/* inner page */
.inbody {padding-top: 40px;padding-bottom: 40px; color: rgba(41,47,52,1);}
.contact-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .contact-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 1rem 2rem rgba(0,0,0,0.08) !important;
        }
.btn-green-primary {
    background-color: var(--green-primary);
    border-color: var(--green-primary);
    color: #ffffff;
    transition: all 0.3s ease;
}
.whyus{background-image: url(images/whyus.jpg); background-color: rgba(17,24,39,0.7);/* Color aur Image ko blend karne ke liye */
  background-blend-mode: multiply; /* ya 'overlay', 'darken' use karein */  
  background-size: cover;
  background-position: center;
  color: white;}
.text-accent {
    color: rgba(245, 158, 11,  1);
}

/* Navbar & Dropdown Custom Styling */
/* Desktop screen par hover karne par dropdown show karein */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #f2f;
}
.header .navbar-nav .nav-link {
display: block;
    padding: 6px 11px;
    font-size: 16px;
    color: rgb(108, 117, 125);
    text-decoration: none;
    background: 0 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin: 0 2px;
    font-weight: 500;
    border: rgba(237, 50, 55, 0.0) solid 0px;
    font-weight: 400;
    border-radius: 25px;
}
.header .navbar-nav .dropdown-toggle {
    position: static;
}
.header .navbar-nav ul.dropdown-menu {
    padding: 18px 10px;
    font-size: 15px;
    border: rgba(234, 88, 15, 0.2) solid 1px;
}
html .btn-green-primary {
            background-color: var(--green-primary);
            border-color: var(--green-primary);
            color: #ffffff;
            transition: all 0.3s ease;
        }
       html .btn-green-primary:hover {
            background-color: var(--green-dark);
            border-color: var(--green-dark);
            color: #ffffff;
        }
/* slider * */
/* ---------------------------------------------------
   1. HERO SLIDER STYLES
--------------------------------------------------- */
#customHeroCarousel,
#customHeroCarousel .carousel-inner,
#customHeroCarousel .carousel-item {
  height: 85vh; /* Screen ki full height */
  min-height: 550px;
max-height: 650px;    
  position: relative;
}

.slider-bg-img {
  width: 100%;
  height: 100%;
    max-height: 750px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); /* Black shade layer */
  z-index: 2;
}

#customHeroCarousel .carousel-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0;
}

/* Typography */
.slide-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0d6efd;
}

.slide-title {
  font-size: 3.5rem;
  color: #ffffff;
  line-height: 1.2;
}

.slide-title strong {color: var(--green-primary); }

.slide-desc {
  font-size: 1.2rem;
  color: #e0e0e0;
}

/* Slider Animations */
.carousel-item .slide-subtitle,
.carousel-item .slide-title,
.carousel-item .slide-desc,
.carousel-item .slide-buttons {
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.carousel-item .slide-subtitle { transform: translateY(-20px); }
.carousel-item .slide-title    { transform: translateY(-30px); }
.carousel-item .slide-desc     { transform: translateY(20px); }
.carousel-item .slide-buttons  { transform: translateY(30px); }

.carousel-item.active .slide-subtitle { opacity: 1; transform: translateY(0); transition-delay: 0.2s; }
.carousel-item.active .slide-title    { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }
.carousel-item.active .slide-desc     { opacity: 1; transform: translateY(0); transition-delay: 0.6s; }
.carousel-item.active .slide-buttons  { opacity: 1; transform: translateY(0); transition-delay: 0.8s; }


/* --- Custom Carousel Prev/Next Buttons --- */
#customHeroCarousel .carousel-control-prev,
#customHeroCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
    margin: 0 45px; /* Side edges se distance */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Hover & Focus Effects */
#customHeroCarousel .carousel-control-prev:hover,
#customHeroCarousel .carousel-control-next:hover {
    background-color: rgba(25,135,84,0.8); /* Aapka Primary Theme Color */
    border-color:rgba(25,135,84,1);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(25,135,84,0.8);
}

/* Icons Sizing & Centering */
#customHeroCarousel .carousel-control-prev-icon,
#customHeroCarousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
}

/* Mobile Screen Responsiveness */
@media (max-width: 768px) {
    #customHeroCarousel .carousel-control-prev,
    #customHeroCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
        margin: 0 10px;
    }
    #customHeroCarousel .carousel-control-prev-icon,
    #customHeroCarousel .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }
}

/* ===================================================
   1. Custom Green Button (#00873D)
=================================================== */
#customHeroCarousel .btn-green {
    color: #ffffff;
    background-color: #00873D;
    border-color: #00873D;
}

#customHeroCarousel .btn-green:hover,
#customHeroCarousel .btn-green:focus {
    color: #ffffff;
    background-color: #006e32; /* Slightly darker on hover */
    border-color: #00672f;
}

#customHeroCarousel .btn-green:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 135, 61, 0.4); /* Green focus ring */
}

#customHeroCarousel .btn-green:active,
#customHeroCarousel .btn-green.active {
    color: #ffffff;
    background-color: #005a29;
    border-color: #005225;
}

/* Custom Green Outline Variant */
.btn-outline-custom-green {
    color: #00873D;
    border-color: #00873D;
}

.btn-outline-custom-green:hover,
.btn-outline-custom-green:focus,
.btn-outline-custom-green:active {
    color: #ffffff;
    background-color: #00873D;
    border-color: #00873D;
}


/* ===================================================
   2. Custom Amber/Yellow Button (#F59E0B)
=================================================== */
#customHeroCarousel .btn-amber {
    color: #ffffff; /* Contrast black text bhi rakh sakte hain: #000000 */
    background-color: #F59E0B;
    border-color: #F59E0B;
}

#customHeroCarousel .btn-amber:hover,
#customHeroCarousel .btn-amber:focus {
    color: #ffffff;
    background-color: #d98806; /* Slightly darker on hover */
    border-color: #cc8005;
}

#customHeroCarousel .btn-amber:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 158, 11, 0.4); /* Amber focus ring */
}

.btn-custom-amber:active,
.btn-custom-amber.active {
    color: #ffffff;
    background-color: #b87304;
    border-color: #ad6d04;
}

/* Custom Amber Outline Variant */
.btn-outline-custom-amber {
    color: #F59E0B;
    border-color: #F59E0B;
}

.btn-outline-custom-amber:hover,
.btn-outline-custom-amber:focus,
.btn-outline-custom-amber:active {
    color: #ffffff;
    background-color: #F59E0B;
    border-color: #F59E0B;
}

/* ---------------------------------------------------
   2. STATS SECTION STYLES
--------------------------------------------------- */
.stats-section {
  position: relative;
  z-index: 10;
    margin-top: 30px;
}

.counter-number {
     font-size: 2.5rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    padding-bottom: 3px;
}
.statbg{background: rgba(0, 0, 0, 0.0); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);}
.statboder{border-top: 1px solid rgba(255, 255, 255, 0.15); padding-top: 30px;}
@media (max-width: 768px) {
  #customHeroCarousel,
  #customHeroCarousel .carousel-inner,
  #customHeroCarousel .carousel-item {
    height: 80vh;
  }
  .slide-title { font-size: 2.2rem; }
  .counter-number { font-size: 2.2rem; }
}

/* client logos */
.client-logo-slider-wrapper {
    position: relative;
    padding: 0 40px;
}
.client-logo-slider-wrapper .owl-nav button.owl-prev,
.client-logo-slider-wrapper .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #333 !important;
    color: #fff !important;
    font-size: 18px !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    line-height: 35px !important;
}
.client-logo-slider-wrapper .owl-nav button.owl-prev {
    left: -10px;
}
.client-logo-slider-wrapper .owl-nav button.owl-next {
    right: -10px;
}
.client-logo-slider-wrapper .owl-dots {
    margin-top: 15px !important;
}

/* Container & Layout Tweaks */
.client-logo-slider-wrapper {
    position: relative;
    padding: 20px 50px;
    background: #ffffff;
    border-radius: 12px;
}

/* Logo Alignment & Hover Animation */
.owl-client .owl-stage {
  display: flex !important;
}

.owl-client .owl-item {
  display: flex !important;
  flex: 1 0 auto;
}

.client-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 10px;
    border:rgba(0,0,0,0.2) solid 1px;
}

.client-logo-item img {
    max-height:45px;
    width: auto !important;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

/* Hover Effect: Logo restores color on hover */
.client-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}


/* Next / Previous Arrows Base Styling */

.client-logo-slider-wrapper .owl-nav button.owl-prev,
.client-logo-slider-wrapper .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid #e5e7eb !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    cursor: pointer;
}

/* Arrow Hover States */
.client-logo-slider-wrapper button.owl-nav button.owl-prev:hover,
.client-logo-slider-wrapper button.owl-nav button.owl-next:hover {
    background: #00873D !important; /* Primary Brand Accent */
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(0, 135, 61, 0.3);
    border-color: #00873D !important;
}

.client-logo-slider-wrapper .owl-nav button.owl-prev {
    left: 5px;
}

.client-logo-slider-wrapper .owl-nav button.owl-next {
    right: 5px;
}

/* Arrow Icon Typography Fix */
.client-logo-slider-wrapper .owl-prev-btn,
.client-logo-slider-wrapper .owl-next-btn {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}

/* Bottom Dots Custom Styling */
.client-logo-slider-wrapper .owl-dots {
    text-align: center;
    margin-top: 20px !important;
}

.client-logo-slider-wrapper .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.client-logo-slider-wrapper .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d1d5db !important;
    display: block;
    border-radius: 20px;
    transition: all 0.3s ease;
}

/* Active Dot - Pill Shape */
.client-logo-slider-wrapper .owl-dot.active span {
    width: 28px;
    background: #00873D !important;
}

/* Button layout aur icon space */
.cf7-custom-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* SVG Paper Plane Icon via CSS */
.cf7-custom-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor; /* Text ka color hi icon ka color rahega */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M223.87,114.05,55.88,30.07A16,16,0,0,0,33.1,51.24L69.61,128,33.1,204.76A16,16,0,0,0,55.88,225.93l167.99-84A16,16,0,0,0,223.87,114.05ZM48,208l32-68H144a8,8,0,0,0,0-16H80L48,48l160,80Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M223.87,114.05,55.88,30.07A16,16,0,0,0,33.1,51.24L69.61,128,33.1,204.76A16,16,0,0,0,55.88,225.93l167.99-84A16,16,0,0,0,223.87,114.05ZM48,208l32-68H144a8,8,0,0,0,0-16H80L48,48l160,80Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center / contain;
}

.formbtn.btn-green {
    color: #ffffff;
    background-color: #00873D;
    border-color: #00873D;
        font-size: 16px;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    background: rgba(17,24,39,1);
}
.formbtn.btn-green:hover, formbtn.btn-green:focus{background-color: rgba(17,24,39,1); color: #fff;}
.footermain
{font-size: 14px; font-weight: 300;}
/* Custom Download Brochure Button */
.btn-brochure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 22px;
  background-color: #F59E0B; /* Default Primary Color */
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 5px; /* Rounded pill shape */
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* Phosphor Icon Styling */
.btn-brochure .icon-download {
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* Hover Effects (#00873D) */
.btn-brochure:hover {
  background-color: #00873D; /* Target Hover Color */
  box-shadow: 0 6px 18px rgba(0, 135, 61, 0.35);
  transform: translateY(-2px);
}

/* Hover Animation on Icon (Down Arrow Bounce) */
.btn-brochure:hover .icon-download {
  animation: downloadBounce 0.6s ease infinite alternate;
}

/* Click Active State */
.btn-brochure:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 135, 61, 0.2);
}

/* Micro Animation Keyframes */
@keyframes downloadBounce {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(3px);
  }
}
.blog-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .blog-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 1rem 2rem rgba(0,0,0,0.08) !important;
        }
        .blog-card-img {
            height: 12.5rem;
            object-fit: cover;
        }
        .featured-blog-img {
            height: 20rem;
            object-fit: cover;
        }
.blognav{}
.blognav .nav-link-custom {
            color: #4b5563;
            font-weight: 500;
            font-size: 0.875rem;
            padding: 0.5rem 0.75rem;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        .blognav .nav-link-custom:hover { color: var(--green-primary); }

        .blog-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .blog-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 1rem 2rem rgba(0,0,0,0.08) !important;
        }
        .blog-card-img {
            height: 12.5rem;
            object-fit: cover;
        }
        .featured-blog-img {
            height: 20rem;
            object-fit: cover;
        }

        .blognav .page-link-custom {
            color: #4b5563;
            border-color: #dee2e6;
        }
        .blognav .page-link-custom:hover {
            color: var(--green-primary);
            background-color: var(--green-50);
        }
        .blognav .page-item.active .page-link-custom {
            background-color: var(--green-primary);
            border-color: var(--green-primary);
            color: #ffffff;
        }
.blog-article-content p {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #374151;
            margin-bottom: 1.5rem;
        }

        .blog-article-content h2 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }

        .blog-article-content blockquote {
            border-left: 4px solid var(--green-primary);
            background-color: var(--green-50);
            padding: 1.25rem 1.5rem;
            border-radius: 0 0.5rem 0.5rem 0;
            font-style: italic;
            margin: 2rem 0;
        }

        .blog-card-img {
            height: 11rem;
            object-fit: cover;
        }

.topsocial{}
.topsocial a{text-decoration: none;}
.topsocial a:hover .ph-fill{color:var(--green-primary);}

/* page loader */
/* CSS Code (Additional CSS me paste karein) */
#traffic-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #111827; /* Dark modern background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cone-container {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Pulsing Safety Light Effect */
.light-pulse {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #FF5722;
  border-radius: 50%;
  box-shadow: 0 0 20px #FF5722, 0 0 40px #FF9800;
  animation: pulseLight 1s infinite alternate ease-in-out;
}

.cone-icon {
  width: 70px;
  height: 70px;
  z-index: 2;
  filter: drop-shadow(0px 8px 12px rgba(0,0,0,0.4));
  animation: bounceCone 1.2s infinite ease-in-out;
}

/* Progress Bar Below Icon */
.loading-bar-container {
  width: 140px;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.loading-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #FF5722, #FFC107);
  animation: fillBar 1.5s forwards ease-in-out;
}

.loading-text {
  color: #E5E7EB;
  font-family: 'Arial Black', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 12px;
  animation: blinkText 1s infinite alternate;
}

/* Keyframe Animations */
@keyframes pulseLight {
  0% { transform: scale(0.8); opacity: 0.5; box-shadow: 0 0 10px #FF5722; }
  100% { transform: scale(1.6); opacity: 1; box-shadow: 0 0 30px #FF5722, 0 0 50px #FF9800; }
}

@keyframes bounceCone {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes fillBar {
  0% { width: 0%; }
  100% { width: 100%; }
}

@keyframes blinkText {
  0% { opacity: 0.4; }
  100% { opacity: 1; }
}

/* Hide Class for JS */
#traffic-preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

/* Page load Animation CSS */
/* Position anchor for the full-width menu */
/* Full-Width Mega Menu Dropdown */
.bbs-nav {
  position: relative;
}

.bbs-nav .dropdown-menu.mega-menu-content {
  left: 0 !important;
  right: 0 !important;
  top: 100%;
}

/* Vertical Stacking inside Columns */
.mega-menu-column {
  list-style: none;
}

.mega-column-list li {
  list-style: none;
}

.mega-menu-link {
  color: #495057;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.mega-menu-link:hover {
  color: #0d6efd;
}

/* Image Thumbnails */
.menu-img-thumb {
  display: inline-block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.menu-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Fix relative positioning on navbar header */
.header {
  position: relative !important;
}

/* Force top-level list items to not block full-width calculation */
.navbar-nav .nav-item.dropdown {
  position: static !important;
}

/* Align mega menu exactly to the container bounds */
.navbar .mega-menu-content {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 100% !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 0 12px 12px !important;
}

/* Adjust column behavior for grid flexibility */
.mega-menu-grid-item {
  list-style: none;
}
/* 1. Ensure the parent navbar area uses relative positioning */
.bbs-nav {
  position: relative !important;
}

/* 2. Force the top-level nav item to position statically */
.bbs-nav .navbar-nav > .nav-item.dropdown {
  position: static !important;
}

/* 3. Constrain the Mega Menu to match the site's .container width */
.bbs-nav .dropdown-menu.mega-menu-content {
  left: 50% !important;
  transform: translateX(-50%) ;
  width: 100% !important;
  max-width: 1320px !important; /* Standard Bootstrap 5 container max-width */
  margin: 0 auto !important;
  top:70% !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

/* Container paddings & grid item card tweaks */
.mega-menu-content .container {
  max-width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.mega-menu-card {
  transition: all 0.25s ease-in-out;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}

.mega-menu-card:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.menu-img-thumb
 {
    display: inline-block;
    width: 70px;
    height: 50px;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    
  /* Allow mobile menu items to stack naturally inside the collapsed container */
  .header .navbar-nav ul.dropdown-menu,
  .bbs-nav .dropdown-menu.mega-menu-content {
      transform: translateX(0%) ;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
  }
    .navbar-nav .dropdown-menu { position: relative;}
}
.singleproduct{}
.text-dark.ptitle{color: #00662e !important;}

.h5, h5 {letter-spacing:0;}
.card.productblock{border:rgb(0 136 0 / 31%) solid 1px !important;}
.page-numbers {
    display: none;
    padding: 0px 10px;
}
.prev.page-numbers, .next.page-numbers {
    background-color: #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-size: 24px;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25em 0.5em 0.4em;
    color: #000;
    font-weight: 400;
}