.sticky {
    position: sticky !important; 
    top: -80px !important;           
    z-index: 999 !important;     
    background-color: #fff; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}

/******************************************************************************* carousel css start*/

#mainCarousel .carousel-item {
    height: 600px;
}
.carousel-item h2{
color: #fff !important;
font-weight: 800 !important;
}
.carousel-caption-left {
        position: absolute;
        top: 75%;
        left: 10%;
        transform: translateY(-50%);
        text-align: left;
    }
    .btn-white-outline {
        display: inline-block;
        padding: 10px 28px;
        border: 2px solid #fff;
        color: #fff;
        background: transparent;
        border-radius: 4px;
        font-weight: 500;
        transition: 0.3s;
    }
    .btn-white-outline:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        border-color: #fff;
    }
#mainCarousel .carousel-item {
    position: relative;
}
.darkshader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 1; 
}
#mainCarousel .carousel-caption {
    position: absolute;
    z-index: 2; 
}

#mainCarousel .carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.carousel-inner {
    background: transparent !important;
}

.carousel-item {
    transition: transform 0.6s ease-in-out !important;
}

/* 0px theke 991px porjonto screen-er jonno */
@media screen and (max-width: 991px) {
    #mainCarousel .carousel-item img {
        height: auto !important;
    }
    #mainCarousel .carousel-item {
        height: auto !important;
    }
    .carousel-caption-left {
        position: absolute;
        top: 50% !important;
        left: 10%;
        transform: translateY(-50%);
        text-align: left;
    }
}
/* ===== Mobile Responsive Fix for Main Carousel ===== */
@media (max-width: 767px) {

    /* Carousel & Image Height */
    #mainCarousel .carousel-item {
        height: 260px !important;
    }

    #mainCarousel .carousel-item img {
        width: 100%;
        height: 260px !important;
        object-fit: cover;
    }

    /* Caption Position */
    .carousel-caption-left {
        top: 55% !important;
        left: 10%;
        transform: translateY(-50%);
        max-width: 80%;
        text-align: left;
    }

    /* Caption Text */
    #mainCarousel .carousel-caption h2 {
        font-size: 20px !important;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    /* Buttons */
    .btn-white-outline {
        padding: 6px 14px;
        font-size: 12px;
        border-width: 1px;
    }

    /* Indicators */
    .carousel-indicators button {
        width: 8px;
        height: 8px;
    }

    /* Arrows */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        transform: scale(0.7);
    }
}


/* carousel css end*/

/****************************************************** header css end */


.top-menu .nav-item {
    margin-left: 10px;
}
.top-menu .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 12px;
    transition: 0.3s;
}
/* hover effect */
.top-menu .nav-link:hover {
    color: #ff9800;
}

/* phone highlight */
.phone-link {
    background: #51bded;
    color: #000000 !important;
    padding: 5px 10px !important;
    border-radius: 5px;
}

.phone-link i {
    margin-right: 5px;
}



.phone-link:hover {
    background: #e68900;
    color: #fff !important;
}

.main-navbar{
        min-height: 80px !important;
}
.navbar {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #101820;
    border-bottom: 2px solid transparent;
    min-height: 37px;
}
.category-navbar{
    background: #fff;
}
.category-navbar .nav-link {
    color: #002B49 !important;
}
.category-navbar .nav-link:hover {
    color: #00AEEF !important;
}
:root {
    --primary-color: #1a5276;
    --secondary-color: #2e86c1;
    --accent-color: #e74c3c;
    --light-color: #f8f9fa;
    --dark-color: #2c3e50;
}

.main-navbar .container {
    display: flex;
    align-items: center;
}

/* Logo fixed width */
.navbar-brand {
    flex: 0 0 auto;
}

/* Search takes all available space */
.search-container {
    flex: 1 1 auto;               
    display: flex;
    margin: 0 20px;
}

.search-container input {
    width: 100%;
    height: 38px;                
    padding: 0 15px;             
    border-radius: 20px 0 0 20px;
    border: 1px solid #4c5157;
    font-size: 14px;
    background: #4c5157;
    color: white;
}

.search-container button {
    height: 38px;
    padding: 0 18px;
    border-radius: 0 20px 20px 0;
    border: none;
    background: #51bded;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Right menu takes only needed space */
#navbarSupportedContent {
    flex: 0 0 auto;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .main-navbar .container {
        flex-wrap: wrap;
    }

    .search-container {
        width: 100%;
        order: 3;
        margin: 10px 0 0;
    }
    #navbarSupportedContent {
    flex: auto;
}
}
        .navbar-nav .nav-link {
            color: var(--dark-color);
            font-weight: 500;
            padding: 10px 15px;
            transition: all 0.3s;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--secondary-color);
        }
        
        .dropdown-menu {
            border: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border-radius: 0;
            padding: 10px 0;
        }
        
        .dropdown-item {
            padding: 8px 20px;
            transition: all 0.2s;
            font-size: 14px;
        }
        
        .dropdown-item:hover {
            background-color: var(--secondary-color);
            color: white;
        }
        
        .navbar-toggler {
            border: none;
            padding: 0;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        .icon-bar {
            color: var(--primary-color);
            font-size: 24px;
        }
        
        /**************************************************** Category Navigation Styles */

        

        .category-navbar {
            padding: 0;
            border-top: 1px solid #0050b88a;
            background-color: rgb(255, 255, 255);
            box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px;
            position: sticky;
            top: 0px;
            z-index: 1000;

        }
        .navbar .navbar-nav .nav-link {
            padding: 0px 0px;
            margin: 7px 5px;
        }
                
        .category-navbar .navbar-nav {
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
        }
        
        .category-navbar .nav-link {
            color: white;
            padding: 12px 15px;
            font-weight: 500;
            transition: all 0.3s;
        }
        
        .category-navbar .dropdown-menu {
            margin-top: 2px;
        }
        
        /* Responsive adjustments */
        @media (max-width: 991px) {
            .top-bar .container {
                flex-direction: column;
                text-align: center;
            }
            
            .top-bar .contact-info, 
            .top-bar .account-cart {
                justify-content: center;
                margin: 5px 0;
            }
            
            .main-navbar .container {
                flex-wrap: wrap;
            }
            
            .search-container {
                order: 3;
                margin: 10px 0 0;
                max-width: 100%;
            }
            
            .category-navbar .navbar-nav {
                flex-direction: column;
            }
        }
        /* Header Responsive Fix */
@media (max-width: 991px) {

    /* Logo & Search alignment */
    .main-navbar .container {
        flex-wrap: wrap;
        padding: 10px 15px;
    }

    .search-container {
        order: 3;
        width: 100%;
        margin: 10px 0 0;
    }

    /* Top menu collapse */
    .top-menu {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .top-menu .nav-item {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .phone-link {
        margin-top: 5px;
        display: inline-block;
    }

    .category-navbar {
        display: none;
    }
    #categoryNavbar{
        background: #000000;
    }
    
}

/* Category Navbar (Mobile) */
.category-toggle {
    display: none;
    background: #0050b5;
    color: white;
    border: none;
    padding: 8px 15px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 15px;
}

@media (max-width: 991px) {
    .category-toggle {
        display: block;
        width: 100%;
    }

    .category-navbar .navbar-nav {
        width: 100%;
        flex-direction: column;
        background: #000;
        padding: 10px 0;
    }

    .category-navbar .nav-link {
        padding: 10px 20px;
        border-bottom: 1px solid #333;
    }

    .category-navbar .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        box-shadow: none;
    }
}

/****************************************************************** header css end */


* Footer Styles */
        .site-footer {
            background-color: var(--dark-color);
            color: white;
            padding: 40px 0 20px;
            font-size: 14px;
        }
        
        .footer-section {
            margin-bottom: 30px;
        }
        
        .footer-section h5 {
            color: #51bded;
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 600;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-section ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-section ul li {
            margin-bottom: 10px;
        }
        
        .footer-section ul li a {
            color: #CBD5E1;
            text-decoration: none;
            transition: all 0.3s;
        }
        .membership-section h5 {
            color: #51bded !important;
        }
        .copyright {
            color: #CBD5E1;
        }
        
        .footer-section ul li a:hover {
            color: var(--secondary-color);
            padding-left: 5px;
        }
        
        .address-section p {
            color: #CBD5E1;
            margin-bottom: 10px;
            line-height: 1.6;
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 20px;
            text-align: center;
            color: #aaa;
            font-size: 13px;
        }

        /* Multi-Color Top Border */
.top-footer-border {
    height: 2px;
    width: 100%;
    background: linear-gradient(to right,
        #f5a623 0%,
        #8bc34a 25%,
        #00bcd4 50%,
        #2196f3 75%,
        #e91e63 100%
    );
}

/*********************************************************** Top Footer Bar */
.top-footer-bar {
    background: #f3f5f6;
}

.footer-contact h6 {
    color: #2783c2;
    font-weight: 600;
}

.footer-social a {
    color: white;
    font-size: 18px;
    margin-left: 12px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #ff7b22;
}
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .footer-section {
                margin-bottom: 20px;
            }
            
            .footer-section h5 {
                font-size: 16px;
            }
        }

/***************************************************************** Footer Contact Form */
.footer-contact-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact-form input,
.footer-contact-form textarea {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 8px;
    padding: 10px 12px;
    color: #fff;
    border: 1px solid #00aeef5c;
}

.footer-contact-form input::placeholder,
.footer-contact-form textarea::placeholder {
    color: #ccc;
}

.footer-contact-form input:focus,
.footer-contact-form textarea:focus {
    outline: none;
    box-shadow: 0 0 5px #00c6ff;
}

/* Button */
.footer-btn {
    background: #51bded;
    border: none;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    transition: 0.3s;
}

.footer-btn:hover {
    background: #ff9b55;
}


/*************************************************************** footer member css */

.member-box img{
    height: 70px;
}
.membership-logos {
    gap: 10px;
}

.member-box {
    width: 90px;
    height: 70px; 
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

[data-overlay-dark] p, .bg-dark p, .bg-color p {
    color: #334155 !important;
}
[data-overlay-dark] h1, [data-overlay-dark] h2, [data-overlay-dark] h3, [data-overlay-dark] h4, [data-overlay-dark] h5, [data-overlay-dark] h6, [data-overlay-dark] span, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark span, .bg-color h1, .bg-color h2, .bg-color h3, .bg-color h4, .bg-color h5, .bg-color h6, .bg-color span {
    color: #002B49;
}
.carousel-caption h2{
    text-shadow: 4px 4px 4px rgb(0 0 0) !important;
}


 /******************************************************** color css */
.blog-pg.single .post .content ul li {
    margin: 10px 0;
    color: #002B49 !important;
}

.main-header h3, .main-header h4, .page-header .cont h2, .filtering h6, .gallery .cont strong, .gallery .cont h6 {
    color: #75dab4;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.59%, #000000), color-stop(50%, #000000), color-stop(98.41%, #000000));
    background: -webkit-linear-gradient(left, #000000 1.59%, #000000 50%, #000000 98.41%);
    background: -o-linear-gradient(left, #000000 1.59%, #000000 50%, #000000 98.41%);
    background: linear-gradient(90deg, #000000 1.59%, #000000 50%, #000000 98.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact .form input, .contact .form textarea {
    color: #000000;
    width: 100%;
    padding: 15px 15px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgb(114 94 94 / 42%);
}
.btn-curve.btn-lit {
    border-color: #000000;
    color: #000000;
}
footer .item .social a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 24%) !important;
    font-size: 13px;
    margin-right: 10px;
}
.ui-works .filtering .filter {
    padding: 15px;
    background: rgb(255 255 255);
    border-radius: 30px;
    display: inline-block;
}
.home-header {
    margin-top: 0px;
}

.client-img {
    width: 100%;
    height: auto;
}

.homecont .cont h6{
    text-align: center !important;
}

/* 
social css */
.footer-social a i {
    font-size: 28px;
    transition: 0.3s;
}

/* Facebook */
.footer-social .fa-facebook-f {
    color: #1877F2;
}

/* YouTube */
.footer-social .fa-youtube {
    color: #FF0000;
}

/* LinkedIn */
.footer-social .fa-linkedin-in {
    color: #0A66C2;
}

/* Instagram (Gradient possible but solid color here) */
.footer-social .fa-instagram {
    color: #E4405F;
}

/* X (Twitter) */
.footer-social .fa-x-twitter {
    color: #000000;
}

/* Optional: Hover effect */
.footer-social a:hover i {
    opacity: 0.7;
}
.lookmore {
    background-color: #00AEEF; 
    color: #ffffff;            
    border: none;              
    border-radius: 5px;       
    font-weight: 600;          
    text-decoration: none;     
    display: inline-block;
    transition: background-color 0.3s ease; 
    border: 1px solid #00AEEF;
}

/* মাউস নিলে কালার কিছুটা ডার্ক হবে */
.lookmore:hover {
    background-color: #000000; 
    color: #ffffff;
    border: 1px solid #ffffff;
}


.navbar .dropdown-menu.show {
    background: #ffffff !important;
}
.navbar .dropdown-menu .dropdown-item {
    color: #002B49 !important;
    padding: 4px 25px;
    font-size: 14px;
}
.navbar .dropdown-menu .dropdown-item:hover {
    background: #51BDED !important;
    color: #000000 !important;
    border: 1px solid #0000002a;
}


/*********************************************************** reseller */


.reseller-item {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    padding: 8px; /* uniform padding inside each box */
    margin: 0 auto;
    transition: transform 0.3s ease;
}
.reseller-item img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}
.reseller-item:hover img {
    transform: scale(1.05);
}
.row.g-3 > [class*='col-'] {
    padding-left: 8px;  /* horizontal gap */
    padding-right: 8px;
    margin-bottom: 16px; /* vertical gap */
}
.onlyhome .row.g-3 > [class*='col-'] {
    padding-left: 8px;  /* horizontal gap */
    padding-right: 8px;
    margin-bottom: 0px; /* vertical gap */
}

@media (max-width: 576px) {
    /* .col-6 { flex: 0 0 50%; max-width: 50%; } */
    .navbar-brand img{
        width: 150px !important;
    }
    .swiper-slide {
    width: 135px !important;  
    }
    .bg-dark h6{
    color: #002B49;
    font-size: 15px;
}
}



/* menu css */
.fade.show {
    opacity: 0.5;
}
@media (max-width: 1200px) {
    .category-navbar {
        display: none !important; /* hide original menu */
    }
}
.store-btn {
    font-size: 22px;
    color: #ffffff;
}

.store-btn i {
    padding: 6px;
}


/**************************************************************************** gallery css filter */
#filter-buttons button{
    margin-bottom: 10px;
}
 #filter-buttons button[data-filter="all"] {
    background-color: #212529 !important;  /* dark */
    color: white !important;
    border-color: #212529 !important;
}

.card {
    overflow: hidden; /* image box er vitorei thakbe */
}

.card-img-top {
    transition: transform 0.4s ease;
}

.card:hover .card-img-top {
    transform: scale(1.08); /* zoom effect */
}



/* client slider css */
.clients-slider {
    overflow: hidden;
}

.clients-track {
    display: flex;
    transition: transform 0.5s ease;
}

.client-item {
    flex: 0 0 20%;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.client-item img {
    max-height: 100%;
    object-fit: contain;
}
.bg-dark h6{
    color: #002B49;
    margin-top: 10px;
}

/* arrows */
.client-prev,
.client-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    z-index: 10;
    cursor: pointer;
}

.client-prev { left: 0; }
.client-next { right: 0; }

/* mobile */
@media (max-width: 767px) {
    .client-item {
        flex: 0 0 33.3333%; /* mobile = 3 items */
    }
}

/* phone menu */
.category-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-menu > li {
    border-bottom: 1px solid #eee;
}

.cat-btn,
.cat-link {
    width: 100%;
    padding: 14px 16px;
    background: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #000000;
}

.cat-link {
    text-decoration: none;
    color: #000;
}

.cat-btn .icon {
    font-size: 18px;
    font-weight: bold;
}

.sub-menu {
    list-style: none;
    padding: 0;
    background: #f9f9f9;
}

.sub-menu li a {
    display: block;
    padding: 12px 24px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border-top: 1px solid #eee;
}




.bg-dark .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 250px;
    /* --bs-offcanvas-width: max-content; */
}

.phone-brand {
    color: #08A4F1; /* Brand Orange */
    font-size: 20px;
}

.whatsapp-brand {
    color: #25D366; /* WhatsApp Brand Green */
    font-size: 25px;
}

@media (max-width: 767px) {
    .img-fluid {
        max-width: 35%;
    }
    .top-footer-bar h6 {
        font-size: 0.875em;
    }
    .top-footer-bar span {
        font-size: 0.875em;
    }
    .top-footer-bar a {
        font-size: 0.875em;
    }
    .footer-section h5 {
        font-size: 0.875em;
    }
    .footer-contact-form input, .footer-contact-form textarea {
        font-size: 0.75em !important;
    }
    .address-section p {
        font-size: 0.875em;
    }
    .footer-btn {
        font-size: 0.75em !important;
    }
    .copyright {
        font-size: 0.875em;
    }
    .footer-section ul li a {
        font-size: 0.875em;
    }
    [data-overlay-dark] p, .bg-dark p, .bg-color p {
        color: #334155 !important;
        font-size: 0.875em;
    }
    h4 {
        font-size: 16px !important;
    }
    .client-item h6 {
        font-size: 0.875em;
    }
    .section-padding {
        padding-bottom: 0px !important;
    }
}


