@media (min-width: 2000px){
    p, li{
        font-size: 20px!important;
    }
    h5{
        font-size: 24px !important;
    }
    h4{
        font-size: 50px !important;
    }
    h3{
        font-size: 60px !important;
    }
}

@media (max-width: 1330px){
    #ct{
        font-size: clamp(14px, 1.6vw, 22px);
        line-height: 1.15;
    }
}

@media (max-width: 992px){
    p, li{
        font-size: 13px!important;
    }
    h5{
        font-size: 18px !important;
    }

    .slide1{
        margin-top: 150px !important;
    }

    .topPIC{
        max-height: 350px;
    }

    .cont_hr{
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}

@media (max-width: 950px){
    p, li{
        font-size: 11px!important;
    }
    h5{
        font-size: 16px !important;
    }
}

@media (max-width: 900px){
    .slide1{
        margin-top: 130px !important;
    }

    .topPIC{
        max-height: 300px;
    }
}

@media (max-width: 870px){
    p, li{
        font-size: 10px!important;
    }
    h5{
        font-size: 14px !important;
    }

    .text-white{
        padding-left: 50px;
    }
}

@media (max-width: 768px){
    p, li{
        font-size: 13px!important;
    }
    h5{
        font-size: 17px !important;
    }

    .cont-card_product{
        margin-top: 22px !important;
    }

    .cont_hr{
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .page_top{
        margin-top: 92px !important;
        padding-top: 74% !important;
        background-size: cover !important;
    }

    .slide1{
        margin-top: 112px !important;
    }

    .cont_about{
        margin-top: -60px !important;
    }

    .cont_shieldup{
        margin-top: 150px !important;
    }

    .count_reference_top{
        margin-top: 190px;
    }

    .cont_tablets, .cont_mobiles, .cont_navigations, .cont_notebooks, .cont_pc, .cont_phones{
        margin-top: 120px !important;
    }

    .cont_height{
        height: auto !important;
    }
    
}

@media (max-width: 430px){
    #ct{
        font-size: clamp(11px, 4vw, 15px) !important;
        line-height: 1.15;
    }
}

@media (max-width: 500px){
    .page_top{
        padding-top: 82% !important;
    }

    .slide1{
        margin-top: 106px !important;
    }
}

@media (max-width: 750px){
    p, li{
        font-size: 11px!important;
    }
    h5{
        font-size: 15px !important;
    } 
}

@media (max-width: 650px){
    p, li{
        font-size: 10px!important;
    }
    h5{
        font-size: 14px !important;
    }
}

@media (max-width: 600px){
    .card-body{
        padding: 0.7rem 0.5rem 0.3rem 0.5rem !important;
    }
}

@media (max-width: 524px){
    .prod_TOP_btn{
        height: 60px !important;
    }

    .prod_TOP_btn_active{
        height: 60px !important;
    }
}

@media (max-width: 500px){
    #carouselExampleCaptions{
        margin-top: 10px !important;
    }

    .cont_hr{
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
}

/* ===== Product page responsive additions (2026) ===== */
@media (max-width: 768px){
    .cont_landline_phone,
    .cont_laptop_accessories,
    .cont_car_accessories,
    .cont_audio_devices{
        margin-top:120px !important;
    }
}

/* ===== Header/hero mobile stability patch ===== */
@media (max-width: 992px){
    .page_top{
        margin-top: 92px !important;
        height: auto !important;
        padding-top: 0 !important;
        background-size: cover !important;
        background-position: center top !important;
    }

    .slide1{
        position: relative !important;
        top: auto !important;
        margin-top: 14px !important;
    }

    #carouselExampleCaptions{
        margin-top: 0 !important;
    }

    .topPIC{
        width: 100% !important;
        max-height: 320px !important;
    }

    .cont-card_product{
        margin-top: 14px !important;
    }
}

@media (max-width: 500px){
    .topPIC{
        max-height: 250px !important;
    }

    .cont-card_product{
        margin-top: 10px !important;
    }
}

/* ===== Index hero auto-layout rewrite ===== */
.page_top{
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: 150px auto 0 !important;
    padding: 0 !important;
    min-height: clamp(320px, 54vw, 700px);
    height: auto !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
}

.page_top .slide1{
    position: relative !important;
    top: auto !important;
    margin-top: 0 !important;
    width: 100%;
    padding: clamp(24px, 3.5vw, 54px) 0 clamp(34px, 5vw, 70px);
}

.page_top .slide1 .col-8{
    width: min(92%, 1180px) !important;
    flex: 0 0 auto;
}

#carouselExampleCaptions{
    margin-top: 0 !important;
}

.topPIC{
    width: 100% !important;
    max-height: min(56vh, 560px) !important;
    object-fit: contain !important;
}

.cont-card_product{
    margin-top: 18px !important;
}

@media (max-width: 1300px){
    .page_top{
        min-height: clamp(300px, 58vw, 620px);
    }
}

@media (max-width: 992px){
    .page_top{
        margin-top: 120px !important;
        min-height: clamp(280px, 68vw, 560px);
        background-position: center top !important;
    }

    .page_top .slide1{
        padding: 18px 0 26px;
    }

    .topPIC{
        max-height: min(50vh, 420px) !important;
    }

    .cont-card_product{
        margin-top: 14px !important;
    }
}

@media (max-width: 768px){
    .page_top{
        margin-top: 92px !important;
        min-height: clamp(250px, 72vw, 470px);
    }

    .page_top .slide1{
        padding: 14px 0 18px;
    }

    .topPIC{
        max-height: min(42vh, 320px) !important;
    }

    .cont-card_product{
        margin-top: 10px !important;
    }
}

