﻿/* ==== Mobile & Tablets (320px – 1024px) ==== */
@media screen and (min-width: 320px) and (max-width: 1024px) {

    /* Buttons */
    .btn-quote {
        font-size: 12px;
        padding: 2px 9px;
    }

    /* Header & Logo */
    header {
        padding: 0 !important;
    }

    .main-header {
        top: -2px !important;
    }
    .shop-all{
        font-size:14px;
    }
    .logo-rounded {
        position: fixed;
        left: 4% !important;
        top: 1px !important;
    }

        .logo-rounded img {
            width: 50px !important;
            height: 50px !important;
        }

    /* Banner & Background */
    #Main-banners {
        bottom: 0 !important;
    }

    .product-info {
        font-size: 12px;
    }

    .power-bg {
        height: auto !important;
    }
    
    .banner-img {
        aspect-ratio: 12/6;
        object-fit: cover;
    }

    /* Navbar & Menu */
    .navbar-nav {
        padding-top: 10px !important;
    }

    .toogle-menu {
        font-size: 22px;
        align-items: center;
        margin-right: 17px;
    }
    .IMC-stikcy-logo {
        width: 70px;
        position: relative !important;
   
    }
    .mobile-logo img {
        width: 45px;
    }
    #associateLoginContainer {
        padding-top: 65px;
    }
    .weblogo {
        background: #fff;
        margin: 0px -15px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .main-menu-sec {
        position: fixed;
        width: 280px;
        height: 100vh;
        background: #007540;
        z-index: 99999;
        top: 0;
        left: -100%;
        transition-duration: 0.5s;
        overflow-y: auto;
    }

    .mainmenu ul {
        padding-left: 0 !important;
    }

    .mainmenu li {
        display: block;
        width: 100%;
    }

    .mainmenu ul li a {
        color: #ffffff !important;
    }

    .submenu-home-header {
        background: #ffffff47 !important;
        border-radius: 10px !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    /* Submenu */
    .submenu-home-header {
        position: relative;
        left: -60px;
        top: -1px;
        width: 250px;
        padding-top: 40px;
        display: none;
    }

        .submenu-home-header ul {
        /*    background: #fff;*/
            width: 230px;
            color: #000;
        }

            .submenu-home-header ul li a {
                color: #000;
            }

    /* Mobile Overlay */
    .mobile-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        z-index: 999;
        background: #0000007a;
    }
 
    /* Tabs */
    ul.nav.nav-tabs.subpage-nav.nav-justified {
        display: inherit !important;
    }

    /* Section Padding */
    .Herbal-Face-Pack,
    .Face-Pack-info {
        padding: 10px !important;
    }

    .Botanical-Beverage::before {
        display: none;
    }

    /* Sidebar Filter */
    .sidebar-filter {
        position: fixed;
        max-width: 93% !important;
        height: 100vh;
        background: #fff;
        z-index: 99999;
        top: 40px;
        left: -100%;
        transition-duration: 0.5s;
        margin-left: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        .sidebar-filter.left-0 {
            left: 0 !important;
        }

    /* Contact & Menu */
/*    .contact-data {
        padding-left: 130px !important;
    }*/

    header {
        height: auto !important;
    }

    /* Mobile Categories Bar */
    .Categories {
        background-color: rgb(0, 152, 70);
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        color: #fff;
        z-index: 10000;
        padding: 10px;
    }

    /* Side Filter */
    .side-filter {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 100%;
        background-color: #fff;
        z-index: 99999;
        transition: left 0.5s ease;
        overflow-y: auto;
    }
}

/* ==== Mobile (up to 767px) ==== */
@media screen and (max-width: 767px) {
    /* Additional mobile-only styles */
}

/* ==== Tablets (768px – 1024px) ==== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* Tablet-specific styles */
}

/* ==== Desktop Menu (992px and up) ==== */
@media screen and (min-width: 992px) {
    .main-menu-sec {
        position: static !important;
        height: auto !important;
        left: auto !important;
        background: transparent !important;
        z-index: auto !important;
        display: block !important;
        padding: 0 !important;
        padding-left: 103px !important;
    }

    .mainmenu ul {
        align-items: center;
    }

    .mainmenu li {
        margin-bottom: 0;
    }
}

/* ==== Laptops (1025px – 1366px) ==== */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
 /*   .contact-data {
        padding-left: 118px !important;
    }*/

    .Botanical-Beverage::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 96px;
        height: 483px;
        background: url(/~/images/home/left1.webp) no-repeat left top;
        z-index: 0;
        background-size: contain;
        background-position: bottom;
    }

    .main-menu-sec {
        padding-left: 120px !important;
    }

    .banner-img {
        height: 300px;
        object-fit: cover;
    }
}

/* ==== Desktops (1367px and up) ==== */
@media screen and (min-width: 1367px) {
    /* Desktop-specific styles */
}
