* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;

}

a {
    text-decoration: none !important;
}

body {
    background-color: #f6f6f6 !important;
}

html,
body {
    overflow-x: hidden;
}

:root {
    --primary: #ef0100;
    --primary-light: #ef0100bf;
    --secondary: #345b84;
    --light-secondary: #cb616117;
    --bg-gray: #e9efec;
}

#scroll-top {
     display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

#scroll-top:hover {
    background-color: var(--primary);
    color: white;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* btn-main start */
a:hover {
    color: unset !important;
}

.btn-main {
    position: relative;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: var(--primary);
    /* Normal background */
    color: white;
    /* Normal text */
    overflow: hidden;
    transition: color .3s ease, background .3s ease;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    z-index: 0;
}

/* Text / anchor inside button */
.btn-main a {
    text-decoration: none;
    color: inherit;
    /* same as button color */
    position: relative;
    z-index: 2;
    /* text upar rahe */
}

.btn-main span {
    text-decoration: none;
    color: inherit;
    /* same as button color */
    position: relative;
    z-index: 2;
    /* text upar rahe */
}

/* Before & After overlay (Hover Effect) */
.btn-main::before,
.btn-main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    background: black;
    /* Hover fill color */
    transition: height .4s ease;
    z-index: 1;
    /* text se niche, bg ke upar */
    border-radius: auto;
}

/* Top se fill */
.btn-main::before {
    top: 0;
}

/* Bottom se fill */
.btn-main::after {
    bottom: 0;
}

/* Hover Effect */
.btn-main:hover::before,
.btn-main:hover::after {
    height: 50%;
}

/* Hover pe text color change */
.btn-main:hover {
    color: white;
    /* text becomes light green */
}

/* btn-main start */


/* btn-sec start */

.btn-sec {
    position: relative;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: var(--primary);
    /* Normal background */
    color: white;
    /* Normal text */
    overflow: hidden;
    transition: color .3s ease, background .3s ease;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    z-index: 0;
}

/* Text / anchor inside button */
.btn-sec a {
    text-decoration: none;
    color: inherit;
    /* same as button color */
    position: relative;
    z-index: 2;
    color: white;
    /* text upar rahe */
}

/* Before & After overlay (Hover Effect) */
.btn-sec::before,
.btn-sec::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    background: white;
    /* Hover fill color */
    transition: height .4s ease;
    z-index: 1;
    /* text se niche, bg ke upar */
    border-radius: auto;
}

/* Top se fill */
.btn-sec::before {
    top: 0;
}

/* Bottom se fill */
.btn-sec::after {
    bottom: 0;
}

/* Hover Effect */
.btn-sec:hover::before,
.btn-sec:hover::after {
    height: 50%;
}

/* Hover pe text color change */
.btn-sec:hover {
    color: black;
    /* text becomes light green */
}

.btn-sec:hover a {
    color: black;
    /* text becomes light green */
}

/* btn-sec end */


/* btn-thir */

.btn-thir {
    position: relative;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: white;
    /* Normal background */
    color: black;
    /* Normal text */
    overflow: hidden;
    transition: color .3s ease, background .3s ease;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    z-index: 0;
    border: 1px solid black;
}

/* Text / anchor inside button */
.btn-thir a {
    text-decoration: none;
    color: inherit;
    /* same as button color */
    position: relative;
    z-index: 2;
    /* text upar rahe */
}
.btn-thir a i {
    text-decoration: none;
    color: inherit;
    /* same as button color */
    position: relative;
    z-index: 2;
    /* text upar rahe */
}

/* Before & After overlay (Hover Effect) */
.btn-thir::before,
.btn-thir::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    background: var(--primary);
    /* Hover fill color */
    transition: height .4s ease;
    z-index: 1;
    /* text se niche, bg ke upar */
    border-radius: auto;
}

/* Top se fill */
.btn-thir::before {
    top: 0;
}

/* Bottom se fill */
.btn-thir::after {
    bottom: 0;
}

/* Hover Effect */
.btn-thir:hover::before,
.btn-thir:hover::after {
    height: 50%;
}

/* Hover pe text color change */
.btn-thir:hover {
    color: white;
       border: 1px solid var(--primary);
    /* text becomes light green */
}

/* btn-thir end */

.sub-head {
    /* font-family: "Great Vibes", cursive; */
    font-style: normal;
    font-size: 20px;
    /* background-color: var(--light-secondary);
    color: var(--primary); */
    width: fit-content;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 500;
    color: white;
    background-color: black;
}


.heading span {
    color: var(--primary);
}

.heading {
    font-size: 40px;
    color: black;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: popins;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    text-transform: capitalize;
}

/* .heading-second::before {
    content: "";
    top: -73%;
    color: transparent;
    font-size: 140px;
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 2px var(--secondary);
    font-family: popins;
    opacity: 0.6;
}


.heading-second span {
    color: var(--primary);
} */


.combo {
    position: relative;
}

.combo header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: white;
}

/* navbar start */
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: black;
    margin: 0 10px;

}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent !important;
}
.dropdown-item {
        font-weight: 500 !important;
    font-size: 16px !important;
}
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .show>.nav-link {
    color: var(--primary) !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}
.dropdown-item{
    transition: 0.5s !important;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color:  transparent !important;
}
.dropdown-item:hover{
    color: var(--primary) !important;

}

/* new code */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    display: none;
    margin-left: 0.1rem;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Align text & arrow */
.submenu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Font Awesome arrow */
.submenu-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Rotate arrow on hover */
.dropdown-submenu:hover .submenu-arrow {
    transform: rotate(90deg);
}

/* Mobile handling */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        left: 0;
        margin-left: 0;
    }
}



.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.carousel-control-prev .fa-solid {
    background: white;
    padding: 10px 24px 10px 14px;
    color: var(--primary);
    border-radius: 2px;
}

.carousel-control-next .fa-solid {
    background: white;
    padding: 10px 24px 10px 14px;
    color: var(--primary);
    border-radius: 2px;
}

#home-banner {
    position: relative;
    min-height: 100vh;
}

.home-banner .carousel-inner,
.home-banner .carousel-item {
    min-height: 100vh;
    background-image: url('img/banner-1.jpg');
    /* background-image: url('img/banner-1-OLD.jpg'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 2) Caption fills slide and allows vertical centering */
.home-banner .carousel-caption {
    position: absolute;
    inset: 0;
    /* top/right/bottom/left: 0 */
    display: flex;
    align-items: center;
    /* vertical center frame */
    justify-content: flex-start;
    background: transparent;
    padding: 0;
}

/* 3) Container itself becomes the centering context */
.home-banner .carousel-caption .container {
    width: 100%;
    display: flex;
    align-items: center;
    /* keeps vertical center inside container */
    min-height: 100vh;
    /* ensures full viewport height for centering */
}

/* 4) Row spans full height so absolute image can touch bottom */
.home-banner .carousel-caption .row {
    position: relative;
    width: 100%;
    min-height: 100vh;
    /* <-- important: image bottom = viewport bottom */
    align-items: center;
    /* centres content vertically */
}

/* 5) Text width & safe area */
.home-banner .carousel-caption .content {
    max-width: 720px;
    /* optional: prevents over-wide lines */
}

/* 6) Right image: bottom-right on desktop */
.home-banner .carousel-caption .img-box {
    position: absolute;
    right: 0;
    bottom: 0;
    /* touches bottom */
    width: 42vw;
    max-width: 620px;
    pointer-events: none;
}

.home-banner .carousel-caption .img-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* 7) Typography */
.home-banner .carousel-caption p {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 12px;
}


.home-banner .carousel-caption .para {
    font-size: 20px;
    color: rgb(228, 227, 227);
    margin-bottom: 30px;
}

.home-banner .carousel-caption .btn {
    margin-right: 10px;
}

/* ====== Animations (no HTML changes needed) ====== */

/* Initial states when slide not active */
.home-banner .carousel-item .carousel-caption .content p,
.home-banner .carousel-item .carousel-caption .content p span,
.home-banner .carousel-item .carousel-caption .content .para,
.home-banner .carousel-item .carousel-caption .content .btn,
.home-banner .carousel-item .carousel-caption .img-box img {
    opacity: 0;
    transform: translateY(12px);
}
.home-banner .carousel-caption p.small{
    font-size: 20px;
    color: white;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: bold;
    /* background: #ef0100; */
    width: fit-content;
    padding: 5px;
}

/* Trigger animations only on the active slide */
.home-banner .carousel-item.active .carousel-caption .content p {
    animation: fadeUp 600ms ease-out 120ms forwards;
    font-family: popins;
}

.home-bann.carousel-item.active .carousel-caption .content p span {
    animationer : popIn 500ms ease-out 220ms forwards;
  
}

.home-banner .carousel-item.active .carousel-caption .content .para {
    animation: fadeUp 650ms ease-out 360ms forwards;
    color: white;
    font-weight: normal;
    font-family: normal;
}


.home-banner .carousel-item.active .carousel-caption .content .main-btn {
    animation: riseIn 550ms ease-out 520ms forwards;
}

.home-banner .carousel-item.active .carousel-caption .content .btn-main {
    animation: riseIn 550ms ease-out 640ms forwards;
}

/* Right-side image: slight zoom-out after a short delay */
.home-banner .carousel-item.active .carousel-caption .img-box img {
    transform: scale(1.08);
    /* start a bit zoomed in */
    animation: zoomOut 1500ms ease-out 800ms forwards;
}

.home-banner .content-row {
    margin-top: 50px;
}

/* Keyframes */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }

    60% {
        opacity: 1;
        transform: translateY(0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes riseIn {
    0% {
        opacity: 0;
        transform: translateY(16px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

    .home-banner .carousel-item.active .carousel-caption .content p,
    .home-banner .carousel-item.active .carousel-caption .content p span,
    .home-banner .carousel-item.active .carousel-caption .content .para,
    .home-banner .carousel-item.active .carousel-caption .content .btn,
    .home-banner .carousel-item.active .carousel-caption .img-box img {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}



/* navbar end */

/* info-sec start */
#info-sec .main-box:nth-child(1) {
    background-color: #e5efdd;
}

#info-sec .main-box {
    display: flex;
    flex-direction: column;
    padding: 25px 18px;
    border-radius: 10px;
}

#info-sec .main-box .icon-box {
    background-color: white;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 50%;
}

#info-sec .main-box .icon-box i {
    color: green;
    font-size: 20px;
}

#info-sec .main-box .content h5 {
    color: black;
    text-align: center;
}



/* info-sec end */

/* feature start */
.featured-sec {}

.featured-box {
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px;
    transition: 0.5s;


}

.featured-box:hover {
    box-shadow: 1px 1px 15px 0px #80808059;
    background-color: white;
}

.featured-box img {
    width: 150px;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.featured-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--primary);
}

.featured-box p {
    font-size: 16px;
    color: #777;
    margin-bottom: 0;
}


.swiper-button-next,
.swiper-button-prev {
    background: var(--secondary);
    width: 38px;
    height: 38px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    right: 0;
    padding: 20px;

}

.swiper-button-prev {
    right: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
    color: white;
    font-weight: bold;
    font-weight: bold;
    background-color: transparent !important;



}



.featured-nav {
    position: absolute;
    top: 0px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

/* Custom buttons */
.featured-nav button {
    width: 40px;
    height: 40px;
    border: none;
    background: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.featured-nav button:hover {
    background: white;
}

/* Icon style */
.featured-nav i {
    font-size: 18px;
    color: var(--primary);
    font-weight: 900;
}

/* Make sure section is positioned */
#featured-sec .mySwiper {
    position: relative;
}

.swiper-wrapper {
    padding: 40px 0px 0 0;
}


/* feature end */

/* product-sec start */
#product-sec {
    background-image: url('img/product-bg.jpg');
    background-size: cover;
}

#product-sec .heading {
    color: white;
    text-align: center;
}

#product-sec .sub-head {
    margin: auto;
    /* background-color: #fdfdfd5e; */
}

#product-sec .main-box {
    border-radius: 10px;
}

#product-sec .main-box .card {
    border-radius: 10px !important;
}

/* about-sec start */
#about-sec .img-box img {
    border-radius: 20px;
}

#about-sec {
    background-size: cover;
}

#about-sec p {
    font-size: 18px;
    margin-bottom:10px;
}

#about-sec .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

#about-sec .box .icon-box {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    margin-right: 8px;
    flex-shrink: 0;
}

#about-sec .box .icon-box i {
    color: white;
}

#about-sec .box .item-box p {
    color: black;
    font-size: 18px;
    font-weight: 500;
}



/* about-sec end */

/* trust section start */
#trust {
    background-color: var(--bg-gray);
}

.trust {
    padding: 20px 0;
}

.trust .heading-second {
    color: white;
}

.trust .heading-second::before {
    top: -135%;
    color: black;

}

.trust .content {

    margin-bottom: 40px;
}

.trust .content p {
    font-size: 18px;
    color: var(--gray);
}

.trust .item-group {
    display: flex;
}

.trust .item-group img {
    width: 150px;
    margin: 0 20px;
    height: auto;
    border-radius: 5px;
}


/* trust section end */

/* why-choose start */

#why-choose .content .main-box .icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 20px;
}

#why-choose .content .main-box i {
    color: var(--primary);
    font-size: 45px;
}

#why-choose .heading-second::before {
    content: "why Choose";
    top: -73%;
    color: transparent;
    font-size: 140px;
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 2px var(--secondary);
    font-family: popins;
    opacity: 0.6;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;

}

#why-choose .content .main-box .icon-box i {
    color: white;
    transition: 0.5s;
}

#why-choose .content .main-box {
    display: flex;
    background-color: #e9efec;
    margin: 10px 5px;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    transition: 0.5s;
}

#why-choose .content .main-box h5 {
    font-size: 22px;
    margin-bottom: 14px;
}

#why-choose .content .main-box:hover {
    background-color: var(--primary);
}

#why-choose .content .main-box:hover i {
    color: white;
}

#why-choose .content .main-box:hover p {
    color: rgb(245, 244, 244);
}

#why-choose .content .main-box:hover h5 {
    color: white;
}

/* why-choose end */

/* testimonial start */
#testimonial {
    background-image: url('img/product-bg.jpg');
    background-size: cover;
}

#testimonial .right {
    background-color: white;
    border-radius: 20px;
}

#testimonial .left .heading {
    color: white;
}

#testimonial .left p {
    color: white;
}

#testimonial .left .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

#testimonial .heading-second::before {
    content: "Testimonial";
    top: -130%;
    color: transparent;
    font-size: 140px;
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 2px var(--secondary);
    font-family: popins;
    opacity: 0.6;
    left: 50%;
    transform: translateX(-50%);

}

#testimonial .sub-head {
    background-color: #fdfdfd5e;
}

#testimonial .per-name {
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    font-family: popins;
    margin-top: 20px;
    margin-bottom: 20px;
}

#testimonial .carousel-inner .main-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 100px;
}

#testimonial .carousel-inner .main-box .img-box {
    height: 120px;
    width: 120px;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

#testimonial .carousel-inner .main-box .img-box img {
    height: 100%;
    width: 100%;
}

#testimonial .carousel-inner .main-box .text {
    text-align: center;
    margin-bottom: 30px;
}

#testimonial .carousel-inner .main-box .name {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--secondary) !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    margin-left: 6 !important;
    margin-right: 6 !important;
}

.carousel-indicators {
    bottom: -10px !important;
}

/* testimonial end */

/* contact-sec start */
/* Bulk Enquiry Card Styling */


.contact-sec .enquiry-card {
    border-radius: 14px;
    background: #ffffff;
}

#contact-sec .heading-second::before {
    content: "Contact" !important;
    top: -73%;
    color: transparent;
    font-size: 140px;
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 2px var(--secondary);
    font-family: popins;
    opacity: 0.6;
    left: 0;
}

.contact-sec .enquiry-title {
    font-weight: 700;
    color: #196aaa;
    /* primary brand color */
}

.contact-sec .enquiry-subtitle {
    font-size: 0.95rem;
    color: #6c757d;
}

/* Button styling */
.contact-sec .enquiry-btn {
    background: #196aaa;
    border-color: #196aaa;
    font-weight: 600;
}

.contact-sec .enquiry-btn:hover {
    background: #145783;
    border-color: #145783;
}

.contact-sec .form-label {
    font-size: 18px;
    color: black;
}

.contact-sec .form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.contact-sec .form-select:focus {
    border-color: none !important;
    box-shadow: none !important;
}

/* Small tweaks on mobile */

/* contact-sec end */

/* gallery section start */

#gallery-sec {
    padding: 60px 0;
}

#gallery-sec .gallery-row {
    align-items: stretch;
}

#gallery-sec .img-box-gallery {
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    
}

#gallery-sec .img-box-gallery:hover{
    cursor: pointer;
}


#gallery-sec .img-box-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
       border-radius: 12px
}

/* DESKTOP ONLY bottom alignment */
@media (min-width: 992px) {
    .gallery-middle {
        display: flex;
    }

    .inner-col {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* bottom aligned */
        width: 100%;
    }
}

/* TABLET & MOBILE FIX 🔥 */
@media (max-width: 991px) {
    .gallery-middle,
    .inner-col {
        display: block;
    }

    .img-box-gallery {
        height: 260px;   /* fixed height = no blank space */
        margin-bottom: 20px;
    }
}

/* Lightbox background */
#imgLightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}

/* active */
#imgLightbox.active {
    opacity: 1;
    visibility: visible;
}

/* image */
#imgLightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}

/* close icon */
.close-lightbox {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}





/* gallery section end */

/* footer start */
.footer {
    background-image: url('img/bg-texture.png');
    /* optional texture image */
    background-size: cover;
    background-repeat: repeat;
    color: #333;
    font-size: 14px;
}

#footer {
    background: var(--secondary);
    background-size: cover;
}

.footer-logo {
    max-width: 140px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: white;
    font-family: popins;
}

.footer-links li+li {
    margin-top: 0.25rem;
}

.footer-links a {
    text-decoration: none;
    color: #d1d1d1;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    transition: 0.5s;
}

.footer-links a:hover {
    color: white !important;
    /* your primary blue */
}

/* Social icons */
.footer-social {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
}

.footer-social:hover {
    /* background-color: #196aaa; */
    border-color: #196aaa;
    color: #fff;
}

.footer-social i {
    color: var(--secondary);
    font-size: 20px;
    margin: 20px 15px 10px 0;
}

/* Bottom bar */
.footer-bottom {
    border-radius: 10px;
    color: white;
    padding-bottom: 20px;
}
.footer-bottom a{
    color: white;
}
.footer-bottom strong {
    color: white;
}

.footer-bottom strong a {
    color: white;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: var(--secondary);
    transition: 0.5s;
}

.footer p {
    font-size: 16px;
    color: white;
}

.pay-icon {
    height: 22px;
    margin-left: 6px;
}

.footer .footer-contact p {
    font-size: 18px;
}

.footer .footer-contact a {
    text-transform: none;
    color: #d1d1d1;
    text-decoration: none;
    transition: 0.5s;
}

/* 
.footer .footer-contact p:hover a {
    color: var(--primary);
    transition: 0.5s;
} */

/* Small screen tweaks */
@media (max-width: 767.98px) {
    .site-footer {
        text-align: left;
    }

    .footer-social {
        width: 30px;
        height: 30px;
    }
}

/* footer end */

/* about2 section start */
#about2 {
    background-image: url("../img/about-page-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.counter-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 20px;
    /* background: #fff; */

}

.counter-box {
    /* flex: 1 1 180px;
    max-width: 200px; */
    text-align: center;


}

.counter-box .main-box {
    /* border: 1px solid gray; */
    border-radius: 80px;
    padding: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--bg-gray);
    margin-top: 10px;
}

.counter-box .main-box i {
    font-size: 40px;
    color: var(--primary);
    margin-right: 10px;
    padding-right: 10px;
}



.counter-box .main-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    background-color: var(--primary);
    transition: 0.5s;
    border-radius: 10px;
}

.counter {
    font-size: 40px;
    font-weight: bold;
    color: black;
}

.label {
    font-size: 18px;
    color: black;
    font-weight: 600;
}


/* about2 section end */

/* Categories section start */
.category-card {
    background: var(--bg-gray);
    transition: 0.3s ease;
    border: 1px solid #f0f0f0;
    padding: 20px 10px;
    border-radius: 15px;
    height: 100%;
}

.category-card .icon-box {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}

.category-card .icon-box img {
    height: 100%;
    width: 100%;
}

.category-card h5 {
    font-size: 22px;
    font-family: popins;
    transition: 0.5s;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(34, 32, 32, 0.08);
    background-color: var(--primary-light);
}

.category-card:hover p {
    color: white;

}

.category-card:hover h5 {
    color: white;
}

.category-card p {
    font-size: 16px;
    margin-bottom: 0;
    transition: 0.5s;
}

/* Categories section end */

/* blog section start */
.blog .card {
    border-radius: 0 0 10px 10px !important;
}

#blog .card .card-title {
    color: black;
}

#blog .card .card-title:hover {
    color: var(--primary);
    transition: 0.5s;
}

#blog a {
    text-decoration: none;
}

#blog .other-det a {
    text-decoration: none;
    color: black;
    margin-left: 5px;

}

#blog .other-det a:hover {
    color: var(--primary);
    transition: 0.5s;
}

/* blog section end */

/* Shop-cat section start */
.Shop-cat .box .img-box {
    border-radius: 50%;
    overflow: hidden;
    height: 150px;
    width: 150px;
    border: 4px solid #1b6099;
    margin: 2px 0px;

}

.Shop-cat .box .img-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.Shop-cat .box .img-box img {
    width: 145%;
}


.Shop-cat .box .content h5 {
    color: #040404;
    font-style: uppercase;
    font-weight: 500;
    text-align: center;
    font-family: popins;
}

/* Shop-cat section end */

/* breadcrumb start */
#breadcrumb {
    background-image: url("img/breadcrumb.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: right;
}

.breadcrumb-item h2 {
    color: black !important;
    font-size: 50px;
    font-weight: bold;
    font-family: popins;
}

.breadcrumb-item a {
    color: black;
    font-size: 20px;
    transition: 0.5s;
}
.breadcrumb-item a:hover {
    color: var(--primary) !important;
    font-size: 20px;
}
.breadcrumb-item.active {
    color: black !important;
    font-size: 20px;
}

/* breadcrumb end */

/* contact-page start */
#contact-page .box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#contact-page .box .icon-box {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: var(--light-secondary);
    border-radius: 50%;
    margin-bottom: 20px;
    transition: 0.5s;
}

#contact-page .box .icon-box i {
    font-size: 30px;
    color: var(--primary);
    transition: 0.5s;

}

#contact-page .box {
    border: 1px solid #80808054;
    padding: 20px 12px;
}

#contact-page .box h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

#contact-page .box p a {
    color: #212529;
    transition: 0.5s;
    font-size: 18px;
}

#contact-page .box:hover .icon-box {
    background-color: var(--primary);
}

#contact-page .box:hover .icon-box i {
    color: white;
}

#contact-page .box p {
    text-align: center;
    margin-bottom: 0;
}

#contact-page .box p:hover a {
    color: var(--primary) !important;
}

#contact-page .left {
    padding: 20px 30px;
    border: 1px solid rgba(128, 128, 128, 0.548);
}

.form-control {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid gray !important;
    border-radius: 0 !important;
    padding: 10px 0 15px 0 !important;
    color: black !important;
}

.form-control:focus {
    box-shadow: none !important;
}

/* contact-page end */

/* vision-mission start */
#vision-mission {
    background-image: url('img/product-bg.jpg');
    background-size: cover;
}

#vision-mission .second {
    margin-top: 50px;
}

#vision-mission .thir {
    margin-top: 100px;
}

#vision-mission .box {
    background-color: white;
    padding: 20px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    margin-top: 20px;
}

#vision-mission .box::after {
    content: "";
    background-color: #e9efec;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: 0.5s;
    z-index: -1;
    border-radius: 10px;
}

#vision-mission .box:hover::after {
    width: 100%;

}

/* #vision-mission .box:hover h4{
    color: white;
}
#vision-mission .box:hover p{
    color: white;
}
#vision-mission .box:hover .icon-box i{
    color: white;
} */
#vision-mission .box .icon-box i {
    font-size: 50px;
    color: var(--primary);
    margin-bottom: 10px;
}

#vision-mission .box h4 {
    font-size: 30px;
    margin-bottom: 15px;
    font-family: popins;
    font-weight: bold;
}

#vision-mission .box p {
    font-size: 18px;
}

/* vision-mission end */

/* faq-sec start */
/* Remove Bootstrap default right arrow */
#faq-sec {
    background-image: url('img/faq.png');
    background-position: right;
    background-size: auto;
    background-repeat: no-repeat;

}

.accordion-button::after {
    display: none !important;
}

.faq-sec .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* FAQ Styling */
.faq-btn {
    font-size: 20px !important;
    font-weight: 600;
    color: #0e2a47;
    background: transparent;
    box-shadow: none !important;
    display: flex;
    justify-content: space-between;
    /* Push icon to RIGHT END */
    align-items: center;
    padding-right: 15px;
    position: relative;
}

/* .accordion-button:not(.collapsed){
    background-color:  transparent !important;
} */

/* Yellow box icon */
.faq-icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: 0.3s;
    flex-shrink: 0;
}

/* Icon inside */
.faq-icon i {
    font-size: 16px;
    color: white;
    transition: 0.3s;
}

/* When open */
.faq-btn:not(.collapsed) .faq-icon {}

.faq-btn:not(.collapsed) .faq-icon i {
    color: white;
    transform: rotate(180deg);
}

/* Body text */
.accordion-body {
    font-size: 16px;
    color: #444;
    padding-left: 5px;
    padding-bottom: 20px;
}

/* Borders */
.accordion-item {
    border: none !important;
    border-bottom: 1px solid #e4e4e4 !important;
    background: transparent;
}

.accordion-button {
    font-size: 18px !important;
}

.accordion-button:not(.collapsed) {
    color: black !important;
}

.accordion-item:first-of-type .accordion-.accordion-item:first-of-type .accordion-button {
    background-color: transparent !important;
}

#faq-sec .accordion-button,
#faq-sec .accordion-button:not(.collapsed),
#faq-sec .accordion-button:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Body bhi transparent rahe (just in case) */
#faq-sec .accordion-body {
    background-color: transparent;
}

/* faq-sec end */

/* error page start */
#error-page {
    display: block;
}

#error-page .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#error-page .content h1 {
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 20px;
}

#error-page .content p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* error page end */

/* blog-page start */


/* blog-page start */

.blog-page .blog-card {
  border-radius: 12px;
  padding: 35px 10px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee; */
}

.blog-page .blog-badge {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #888;
}

.blog-page .blog-title {
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0 15px;
  color: #222;
}

 .blog-page .blog-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.blog-page .blog-meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 25px;
}

.blog-page .blog-meta span {
  margin-right: 15px;
}

.blog-page .blog-content h2,
.blog-page .blog-content h3 {
  font-weight: 600;
  color: #222;
  margin-top: 28px;
  margin-bottom: 5px;
  font-size: 22px;
  font-family:popins;
}

.blog-page .blog-content h3 {
  font-size: 18px;
}

.blog-page .blog-content p {
  margin-bottom: 12px;
}

.blog-page .blog-content ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.blog-page .highlight-box {
  background: #b4861b1a;
    border-left: 4px solid #b4861b;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 18px;
}

.blog-page .section-divider {
  border-top: 1px dashed #ddd;
  margin: 30px 0;
}
.blog-page .right .recent-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.blog-page .right .main-box {
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
}

.blog-page .right .main-box:last-child {
    border-bottom: none;
}


.blog-page .right{
padding: 35px 10px;
}
    
.blog-page .right .img-box {
    width: 120px;
    height: 100px;
    overflow: hidden;
        flex-shrink: 0;
}

.blog-page .right .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page .right .date {
    font-size: 16px;
    margin-bottom: 4px;
        color: black;
}

.blog-page .right .post-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.blog-page .right .main-box:hover .post-title {
    color: #000;
    transition: 0.5s;
}
.blog-page .right .main-box:hover .post-title:hover{
  color:var(--primary-dark);
}

/* .blog-icon-box{
 background-color: var(--primary);
} */

/* blog-page end */

/* product-page start */
#product-sec .product-page{
    background-color: red !important;
}

/* product-page start */

/* product-details start */
#product-details .big-img-box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

#product-details .main-img {
    width: 100%;
    transition: 0.3s ease;
}

.product-details .thumb-slider .thumb-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}

.product-details .thumb-slider .thumb-img:hover,
.product-details .thumb-slider .thumb-img.active {
    border-color: var(--secondary);
}

.product-details .product-title {
    font-weight: 700;
}

.product-details .product-features li,
.product-details .product-uses li {
    margin-bottom: 6px;
}


/* product-details end */


/* comp-det start */
.comp-det {
  background-color: white;
  border-radius: 4px;
  padding: 20px 10px;
  margin-top: 50px;
}

.comp-det h4 {
  color: #060606cf;
  font-size: 20px;

}

.comp-det p {
  color: var(--light);
  font-size: 16px;
  margin-bottom: 0;
      font-family: 'Roboto';
}

.comp-det .icon-box {
  margin-right: 5px;
}

.comp-det i {
  font-size: 50px;
  color: var(--secondary);
}

.comp-det .box {
  padding: 20px;
}
.comp-det .border-right{
border-right:1px solid rgb(128 128 128 / 26%);  
}

/* comp-det end */

/* This is the whatsapp section */
/* whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s all ease-in-out;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  box-shadow: 0 0 .75rem #18d26e;
  background-color: #18d26e;
  z-index: 2;
  transition: 0.5s;
}

.whatsapp:hover {
  background-color: white;
  color: #18d26e;
}

.call {
position: fixed;
    bottom: 89px;
    right: 20px;
    width: 60px;
    transition: .1s all 
ease-in-out;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2rem;
    color: white;
    background-color: #222222;
    box-shadow: 0 0 .5rem #eee;
    z-index: 2;
    transition: 0.5s;
}

.call:hover {
  background-color: white;
  color: #222222;
}
.call i{
    font-size: 24px;
}
/* End whatsapp section */


.process-section {
  background: #f9f9f9;
}

.section-title {
  font-weight: 700;
  font-size: 32px;
  color: #222;
}

.section-subtitle {
  max-width: 700px;
  margin: 10px auto 0;
  font-size: 15px;
}

.process-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  height: 100%;
}

.process-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: #d90000; /* brand red */
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
  font-size: 24px;
}


/* .process-box p {
  font-size: 16px;
  color: #555;
  margin: 0;
} */

