/* ============================= */
/* UNIVERSAL ROOT CSS SETUP */
/* ============================= */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --dark-text: #343a40;
    --font-size-small: 14px;
    --font-size-base: 16px;
    --red : #c22026 ;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: var(--font-size-base);
    color: var(--dark-text);
    background-color: #fff;
    line-height: 1.5;
}

.bg-theme{
    background-color: var(--red);
    color: white;
}
.bg-theme a,.bg-theme p, .bg-theme h1{
    color: white !important;
}
.text-theme{
   color: var(--red);
}



.text-small {
    font-size: var(--font-size-small);
}

@media (max-width: 768px) { /* sm breakpoint */
    .text-small {
        font-size: 12px;
    }
}

.pointer{
    cursor: pointer;
}


/* ============================= */
/* ===== TOP BAR ===== */
/* ============================= */


@media (max-width: 991.98px) { /* md breakpoint */
    .contact-info {
        display: none !important; /* Hides email and phone on md and below */
    }
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.logo {
    height: 60px;
}

.brand-container {
    text-align: center;
}

.icons li {
    font-size: 20px;
    color: black;
    text-decoration: none;
    margin-left: 15px;
}

@media (max-width: 991px) {
    .brand-container {
        text-align: left;
    }
    .logo {
        display: none;
    }
    .menu-icon {
        display: block !important;
        font-size: 24px;
        cursor: pointer;
    }
}

/* Hide Menu Icon on Large Screens */
.menu-icon {
    display: none;
}


/* Icons for Search & Cart */
.icon-links {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .icon-links {
        font-size: 22px;
    }
}





/* -----------------------------NAVBAR CART ----------------------------- */

/* Responsive Cart Image */
.cart-img-container {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Cart Item Details */
.cart-item-details {
    padding-left: 10px;
}

.offcanvas-body {
    background-color: #ffffff;
}


/* Responsive Layout */
@media (max-width: 768px) {
    .cart-img-container {
        width: 50px;
        height: 50px;
    }

    .cart-item-details h6 {
        font-size: 14px;
    }

    .cart-item-details p {
        font-size: 12px;
    }
}





/* -----------------------------NAV BAR | MEGA MANU ----------------------------- */

/* Navbar Container */
.navbar-container {
    /* border-top: 2px solid var(--red); */
    border-bottom: 2px solid var(--red);
}
.nav-link {
    font-weight: bold;
}

.nav-link:hover {
    color: var(--red);
}

/* Default Mega Menu Styling */
.mega-menu {
    display: none;
    background: white;
    border-left: 5px solid var(--red);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding-left: 10px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 5px;
}

/* Wide Mega Menu for "Our Products" */
.mega-menu.mega-menu-wide {
    min-width: 40vw;
    max-width: 90vw;
}

/* Compact Mega Menu for "Services" and "Enquiries" */
.mega-menu.mega-menu-compact {
    min-width: 250px;
    max-width: 400px;
}

/* Ensure Mega Menu is Shown */
.mega-menu.show-mega-menu {
    display: block;
}

/* Right & Left Alignment Fix */
.mega-menu.right-align {
    left: auto;
    right: 0;
    transform: none;
}

.mega-menu.left-align {
    left: 0;
    transform: none;
}

/* Dropdown Items */
.dropdown-item:hover {
    /* background-color: var(--red); */
    color: var(--red);
}

/* Responsive Fix */
@media (max-width: 991px) {
    .mega-menu {
        position: relative;
        width: 100%;
        transform: none;
        left: 0;
    }
}


/* -----------------------------NAV BAR | Mobile MANU ----------------------------- */
/* Hidden by default */
.mobile-menu {
    max-height: 396px;
    overflow-y: auto;
}


.cta3{
    background: url(https://img.freepik.com/premium-photo/closeup-lush-rainbow-detergent-foam-top-view-horizontal-banner-cleaning-company-laundry-poster-abstract-multicolored-background-copy-space-free-space-text_595836-7697.jpg)
        no-repeat center center / cover;
    .service-card {
        transition: all 0.3s ease;
        border: none;
        border-radius: 10px;
        overflow: hidden;
        background: #ffffff94;
        /* background: url(https://img.freepik.com/premium-photo/closeup-lush-rainbow-detergent-foam-top-view-horizontal-banner-cleaning-company-laundry-poster-abstract-multicolored-background-copy-space-free-space-text_595836-7697.jpg) no-repeat center center / cover; */
        box-shadow: 5px 5px 15px #d9d9d9, -5px -5px 15px #555;
    }

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 8px 8px 20px #d1d1d1, -8px -8px 20px #ffffff;
    }

    .icon-wrapper {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        background: linear-gradient(135deg, red, var(--red));
    }


    .service-title {
        color: #2d3748;
        font-weight: 600;
    }

    .service-text {
        padding-top : 0.8rem;
        padding: 0.5rem;
        border-radius: 10px;
        color: white;
        font-size: 0.95rem;
        background:  rgba(0, 0, 0, 0.25) ;
    }

}


.cta4{
    .bg-light {
        background-color: #F8F9FA !important; /* Soft modern background */
    }
    h2 {
        font-size: 2rem;
        color: #dc3545;
    }
    p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .shadow {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
}



/* slider1 */
#detergentCarousel .carousel-inner img {
    height: 60vh;
    width: 100%;
    object-fit: contain;
}

/* slider2 */
.slide2{
    height: 400px;
    #testimonialCarousel {
        max-width: 600px;
        margin: auto;
        padding: 30px 0;
    }

    .testimonial-card {
        /* height: 400px; */
        background: white;
        text-align: center;
        border-radius: 10px;

        display: flex;
        align-items: start;
        justify-content: center;
    }

    .testimonial-text {
        font-size: 18px;
        color: #333;
        font-style: italic;
        max-width: 75vw;

    }

    .testimonial-author {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #d32f2f;
    }

    .testimonial-author h5 {
        font-weight: bold;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        padding: 10px;
    }

    @media (max-width: 768px) {
        .testimonial-title {
           font-size : 1rem;
        }
        .testimonial-text {
            font-size: 14px;
        }
    }
}
/*
.nav-link:not(.active)
{
    color: var(--light-color)!important;
} */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--red);
}


.w-lg-50{
    width: 50%!important;
}


@media(max-width:991px){
    .w-sm-100{
        width: 100%!important;
    }
    .w-sm-75{
        width: 75%!important;
    }
}



#bubble{
    filter:drop-shadow(0.5px 0.5px 0 blue) drop-shadow(0.5px -0.5px #fff)
}
.bubble-shapped{
    height: 100px;
    width: 100px;
    background: radial-gradient(red, white);
    overflow: hidden;
    opacity: .58;
}
.bubble {
    position: absolute;
    opacity: 0.7;
    animation-name: float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.bubble-1 {
    top: 15%;
    left: 10%;
    width: 100px;
    animation-duration: 8s;
}

.bubble-2 {
    top: 40%;
    left: 5%;
    width: 70px;
    animation-duration: 10s;
}

.bubble-3 {
    top: 15%;
    right: 12%;
    width: 120px;
    animation-duration: 7s;
}

.bubble-4 {
    top: 40%;
    right: 20%;
    width: 60px;
    animation-duration: 9s;
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-15px) translateX(15px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}

.modal-backdrop.show{
    opacity: 1!important;
    z-index: 1!important;
    background-color: var(--dark-color)!important;
}

.bi-heart-fill
{
    cursor: pointer!important;
    color: red!important;
}

.dlc-logo {
    width: 90px;
    height: 90px;
    border:3px solid #c22026;
    top :-37%;
    padding: 10px;
}

@media (max-width: 768px) {
    .dlc-logo{
        display: none !important;
    }
}

#categoryNavbar img{
    cursor: pointer!important;
}

#customHeader{
    background-image:
    linear-gradient(to top, #000000c9, #222222), url('../../../public/frontend/img/bg2.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}

#customLogo{
    filter: drop-shadow(0.5px 0.5px 0 #000) drop-shadow(0.5px -0.5px #fff);
}

#customCardImage{
    max-height: 250px;
    object-fit: contain;
}

