body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", 
    "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", 
    "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.top-header {
    color: #fff!important;
    background-color: #b50200!important;
}
.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
     /*padding-right: 45px; */
    padding: 2px 34px 2px 0px!important;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none;
    text-transform: capitalize;
    padding-top: 42px;
    padding-bottom: 42px;
    letter-spacing: 0.07em;
}

.pixelstrap a .sub-arrow {
    margin-top: -16px!important;
    left: auto;
    right: 6px!important;
}

.main-menu .brand-logo img {
    height: auto!important;
    width: 100%!important;
    max-width: 200px;
    object-fit: contain;
    display: block;
}
.main-menu .brand-logo {
    display: inline-block;
    padding-block: calc(15px + (35 - 35) * ((100vw - 315px) / (1920 - 305)))!important;
}
.prod-img.bg-size.blur-up.lazyloaded {
    height: 50vh;
}
.classic-effect:hover:before, .classic-effect:hover:after {
    /* bottom: 0; */
     opacity: 0!important; 
}
.classic-effect span:before, .classic-effect span:after{
     opacity: 0!important;
     background: none!important;
}
.compare-page .table-wrapper .table tbody tr p {
    color: #222;
    font-size: 15px!important;
    line-height: 20px;
    margin: 0;
}
.breadcrumb-section {
    background-color: #faebd733!important;
    padding: 30px 0;
}

.quick-view-modal .modal-body .right-sidebar-modal .description-text {
    color: #626262;
    text-align: unset;
    line-height: 1.5;
    font-size: calc(14px + 1 * (100vw - 320px) / 1600);
    display: block!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: visible!important;
    margin-bottom: 16px!important; /* ✅ added bottom spacing */
    margin-top: calc(6px + 3 * (100vw - 320px) / 1600);
}

.quick-view-modal .modal-body .right-sidebar-modal .product-buy-btn-group {
    margin-top: 0!important; /* ✅ remove fixed 116px margin */
    display: flex;
    gap: 12px;
    align-items: flex-start!important; /* ✅ keeps button aligned properly */
}

.map-section {
    height: 550px!important;
}

.home-slider {
    position: relative;
}

.home-slider .slider-item {
    position: relative;
}

.home-slider img {
    width: 100%;
    height: 500px; /* Increased height */
    object-fit: cover;
    display: block;
}

.slider-content {
    position: absolute;
    top: 70%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slider-btn {
    display: inline-block;
    background-color: #ff5722;
    color: white;
    padding: 9px 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.slider-btn:hover {
    background-color: #e64a19;
    transform: scale(1.05);
}
.basic-product.theme-product-1 .product-detail>div {
    padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320))) 0;
    border-bottom: 0px solid #fff!important;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 35px;
    height: 21px;
    font-family: "slick";
    font-size: 13px!important;
    
}
.slick-dots {
    bottom: 0px!important;
   
    margin-top: 32px!important;
}



.text-justify
{
    text-align: justify;
}
/* Responsive Button Size */
@media (max-width: 768px) {
    .home-slider img {
        height: 300px;
    }

    .slider-btn {
        font-size: 14px;
        padding: 8px 18px;
    }
}


@media (max-width: 577px) {
    .brand-logo {
        position: absolute;
        left: 23%!important;
        margin-right: -50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-top: 27px !important;
        padding-bottom: 25px !important;
    }
}
@media (min-width: 1200px) {
    .pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted {
        /*border: 0 !important;*/
        background: rgba(0, 0, 0, 0);
        color: #222;
        border-radius: 0 !important;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 8px 9px !important;
        border-bottom: 1px solid #b04343;
    }
}

@media screen and (max-width: 768px) {
 .pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
     /*padding-right: 45px; */
    padding: 2px 34px 2px 16px!important;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none;
    text-transform: capitalize;
    padding-top: 42px;
    padding-bottom: 42px;
    letter-spacing: 0.07em;
}

}



.slider-item {
    position: relative;
    height: 100vh!important; /* Full screen height */
}



.slider-btn {
    background: #ff4c3b;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
}
.slider-btn:hover {
    background: #d93a2b;
}

.home-slider .home, .center-slider .home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh!important;
}