@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

body {
    background: #fff;
    cursor:
        url(../img/mobile-vibration-regular-25.png) 4 12,
        auto;
}

p, li{
    font-size: 1vw;
}
h5{
    font-size: 1.2vw;
}
h4{
    font-size: 2.2vw;
}
h3{
    font-size: 3vw;
}

.row{
    width: 100%;
    max-width: 1920px;
    background: transparent;
    margin: 0;
    padding: 0;
}



/* VĂˇrakozĂł rĂ©sze */
.full_page{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.load_page{
    width: 100%;
    position: relative;
    background: #fff;
    display: flex; 
    align-items: center;
    justify-content: center;
    height: 100vh;
    z-index: 1;
}

.triple-spinner {
    display: block;
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin-left: 0%;
    border: 4px solid transparent;
    border-top: 4px solid #e30016;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
  
.triple-spinner::before,
.triple-spinner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 4px solid transparent;
}

.triple-spinner::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #a4c639;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
}

.triple-spinner::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #1b1918;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
}
       
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
}
    
  
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Index oldal felsĹ‘ rĂ©sze */
.page_top{
    width: 100%;
    max-width: 1920px;
    margin: 0;
    padding: 0;
    background-image: url("../img/top_bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 56.25%;
    display: flex !important;
    margin: 0 auto !important;
    margin-top: 0 px !important;
    z-index: 0 !important;
}

.slide1{
    position: absolute;
    top: 0 !important;
    margin-top: 200px !important;
}

.TTBox{
    bottom: 0 !important;
    color: #fff !important;
    text-shadow: 0px 2px 2px rgba(179, 179, 179, 0.6); 
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.TTBox_H5{
    font-weight: 600 !important;
}

#carouselExampleCaptions{
    margin-top: 50px !important;
}

.topPIC{
    margin: 0 auto !important;
    margin-top: 20px !important;
    width: 70% !important;
    height: auto;
    max-height: 450px;
    object-fit: contain;
}
/* Index oldal felsĹ‘ rĂ©sze vĂ©ge */


.cont_hr{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.hr{
    border-bottom: 1px solid #e0e0e0;
}

.count_reference{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 30px;
}

.cont_mobiles{
    width: 100%;
    max-width: 1920px;
    background: url("../img/telefonok_bg.png");
    background-size: 100% auto;
    background-color: #030303;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 150px;
}

.cont_notebooks{
    width: 100%;
    max-width: 1920px;
    background: url("../img/notebook_bg.png");
    background-size: 100% auto;
    background-color: #030303;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 150px;
}

.cont_tablets{
    width: 100%;
    max-width: 1920px;
    background: url("../img/tablets_bg.png");
    background-size: 100% auto;
    background-color: #202425;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 150px;
}

.cont_phones{
    width: 100%;
    max-width: 1920px;
    background: url("../img/phones_bg.png");
    background-size: 100% auto;
    background-color: #27221c;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 150px;
}

.cont_navigations{
    width: 100%;
    max-width: 1920px;
    background: url("../img/navigations_bg.png");
    background-size: 100% auto;
    background-color: #333438;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 150px;
}

.cont_pc{
    width: 100%;
    max-width: 1920px;
    background: url("../img/pc_bg.png");
    background-size: 100% auto;
    background-color: #085d94;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 150px;
}

.prod_TOP_btn{
    background-color: #a4c639 !important;
    border: 1px solid #fff !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: 0.5s;
}

.prod_TOP_btn_active{
    background-color: #8a8a8a !important;
    border: 1px solid #fff !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: 0.5s;
}


.prod_TOP_btn:hover{
    background-color: #8a8a8a !important;
}

.count_reference_top{
    margin-top: 220px;
}

.cont_height{
    height: auto;
}

.cont_offers1{
    margin-top: 0 !important;
    min-height: 550px;
}

.service_card{
    height: 100%;
}

.social_btn a{
    color: #2f3542;
    transition: 0.5s;
    text-decoration: none !important;
}

.not_product{
    width: auto;
    height: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}


/* ------ 4 box rĂ©sz ------ */
.cont-card_product{
    position: relative !important;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0;
    margin-top: 50px !important;
    padding: 0;
    z-index: 10 !important;
    transition: 0.5s;
}

.card_product{
    border-radius: 20px !important;
    background: rgb(214, 214, 214);
    -webkit-box-shadow: 7px 7px 16px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 7px 16px -2px rgba(0,0,0,0.3);
    box-shadow: 7px 7px 16px -2px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: 0.5s;
}

.card_product:hover{
    background: url("../img/top_bg.jpg");
    background-repeat: no-repeat;
    background-size: auto 100% cover;
    transform: scale(1.04) translateX(5px);
    color: #fff !important;
    z-index: 1000;
}

.card_product img{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 18px 18px 0 0;
}
/* ------ 4 box rĂ©sz vĂ©ge ------ */


/* ------ NetFone rĂ©sz ------ */
.cont-nephone{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
/* ------ NetFone rĂ©sz vĂ©ge ------ */


/* ------ Telephelyek rĂ©sz ------ */
.cont_sites{
    margin-top: 30px;
    width: 100%;
    max-width: 1920px;
    height: auto;
    background-image: url("../img/center_bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    transition: 0.5s;
}

#pic_cont{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
}

.GSMBolt{
    border-radius: 10px !important;
    -webkit-box-shadow: 7px 7px 16px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 7px 16px -2px rgba(0,0,0,0.3);
    box-shadow: 7px 7px 16px -2px rgba(0,0,0,0.3);
}

.address{
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

.address a, .address h5{
    color: #1b1918 !important;
    text-decoration: none !important;
    transition: 0.5s;
}

.address a:hover{
    color: #e30016 !important;
}

.address a span i{
    color: #e30016 !important;
}
/* ------ Telephelyek rĂ©sz vĂ©ge ------ */



/* ------ TevĂ©kenysĂ©gek rĂ©sz ------ */
.cont_references{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.cont_about{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: -30px !important;
    margin-bottom: -40px !important;
}

.cont_shieldup{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 180px !important;
    margin-bottom: -40px !important;
}

.shieldUP_pic{
    width: 20% !important;
    min-width: 250px !important;
    height: auto;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.about_BOX{
    width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}


.social_icons{
    width: 35px;
    height: auto;
}

/* ---------- VillĂˇm ajĂˇnlat ---------- */
.cont_offers{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#offers{
    width: 100%;
}

.off_Top_text{
    color: #e0e0e0;
    text-shadow: 0px 2px 2px rgba(11, 11, 11, 0.6); 
}

.lightning{
    margin-top: -20px;
    transition: 0.5s;
    background: transparent;
}

.lightningH5{
    background: transparent;
}

.lightningH5 svg{
    background: transparent;
}

.card-light{
    height: auto;
}

.infoBOX{
    width: 90%;
    height: 80px;
    overflow: auto;
}

.card-devices{
    background-color: rgba(255, 255, 255, 0.6);
}

.tp_1{
    background-color: #fff !important;
}

.testimonial-pic{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: auto !important;
    border-radius: 3px 3px 0 0 !important;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial-pic img{
    width: 100%;
    height: auto;
    object-fit: contain !important;
    border-radius: 3px 3px 0 0;
}

.priceBOX{
    position: absolute;
    width: 100%;
}


.lightTextH5{
    margin-top: 10px !important;
    margin-left: 20px;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.description{
    height: 100px;
    overflow: auto;
}

.light-btb1{
    padding: 10px;
    padding-bottom: 2px;
}

.light-btb2{
    padding: 10px;
    padding-top: 2px;
}

.light-btb1 button{
    width: 150px;
}

.light-btb2 button{
    display: none;
    width: 150px;
}

.card-condition{
    cursor: pointer;
    position: absolute !important;
    width: auto;
    max-width: 200px;
    height: 26px;
    padding: 4px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: red;
    border-radius: 0 13px 13px 0;
    -webkit-box-shadow: -1px 6px 11px -1px rgba(57, 53, 53, 0.75);
    -moz-box-shadow: -1px 6px 11px -1px rgba(57, 53, 53, 0.75);
    box-shadow: -1px 6px 11px -1px rgba(0,0,0,0.45);
    margin-top: -5px;
    margin-left: -5px;
}

.card-action{
    cursor: pointer;
    float: right !important;
    width: 90px;
    height: 26px;
    padding: 4px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: red;
    border-radius: 13px 0 0 13px;
    -webkit-box-shadow: -1px 6px 11px -1px rgba(57, 53, 53, 0.75);
    -moz-box-shadow: -1px 6px 11px -1px rgba(57, 53, 53, 0.75);
    box-shadow: -1px 6px 11px -1px rgba(0,0,0,0.45);
    margin-top: -5px;
    margin-right: -5px;
}

.card-action span{
    margin-left: 5px;
    background: transparent;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-condition svg{
    background: transparent;
    color: #fff !important;
}

.card-condition span{
    margin-left: 5px;
    margin-top: 2px;
    background: transparent;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#testimonial-slider{
    margin-top: -20px !important;
}

.price{
    cursor: pointer;
    position: absolute;
    padding: 3px 10px;
    color: #fff;
    background: red;
    border-radius: 15px;
    margin-bottom: -10px;
    -webkit-box-shadow: -1px 6px 11px -1px rgba(57, 53, 53, 0.75);
    -moz-box-shadow: -1px 6px 11px -1px rgba(57, 53, 53, 0.75);
    box-shadow: -1px 6px 11px -1px rgba(0,0,0,0.45);
}

.testimonial {
    margin: 20px 20px 10px 20px;
}

.testimonial .description {
    padding: 30px;
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #e30016;
}



/* Index oldal szerviz rĂ©sz */
.cont_repairs{
    background-color: #f8f9fa;
}
/* Index oldal szerviz rĂ©sz vĂ©ge */



/* Index oldal teteje SLIDE show */
.scroll_pic{
    margin-top: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain;
}
/* Index oldal teteje SLIDE show vĂ©ge */


.cbox{
    background-color: #93bf1f;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 7px 7px 16px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 7px 16px -2px rgba(0,0,0,0.3);
    box-shadow: 7px 7px 16px -2px rgba(0,0,0,0.3);
    padding: 10px;
}


/* Footer */
.footer{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    margin-top: 40px;
    background: #f8f9fa;
    color: #2f3542;
    position: relative;
}

.abaut span{
    color: #2f3542;
}

.c_name{
    padding-bottom: 0;
    margin-bottom: 0;
}

.f_hr {
    color: #fff;
    background-color: #fff;
}
    
.socials i{
    font-size: 25px;
}
    
.list_menu{
    font-size: 16px;
    list-style: none;
    color: #2f3542;
}

.list_menu a{
    text-decoration: none;
    font-style: normal !important;
    color: #2f3542;
    cursor: pointer;
}

.list_menu i{
    color: #e30016;
}

.list_menu a:hover{
    color: #93bf1f;
    animation: click 1s ease-in-out infinite;
}

.copy{
    color: #fff;
}

.footer_cont_text{
    text-align: left !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.footer_own_text{
    text-align: justify !important;
}

.pay{
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
}

.copyright{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2f3542;
    background: #93bf1f;
    width: 100%;
    height: 50px;
}
/* Footer vĂ©ge */

@keyframes click {
    0%{
        margin-left: 0;
    }
    50%{
        margin-left: 10px;
    }
    100%{
        margin-left: 0;
    }
}





#about_bg{
    margin-top: 180px !important;
    background: url("../img/517670.jpg");
    background-size: 100% auto;
}

/* ===== Product pages UI refresh (2026) ===== */
:root{
    --ui-text:#f6f9ff;
    --ui-muted:#c9d5ea;
    --ui-accent:#7de060;
    --ui-accent-2:#20c1c7;
    --ui-danger:#ff4d5f;
    --ui-card-bg:rgba(10,18,34,0.74);
}

.cont_mobiles,
.cont_notebooks,
.cont_tablets,
.cont_phones,
.cont_navigations,
.cont_pc,
.cont_landline_phone,
.cont_laptop_accessories,
.cont_car_accessories,
.cont_audio_devices{
    position:relative;
    isolation:isolate;
    background-size:cover;
    background-position:center;
}

.cont_mobiles::before,
.cont_notebooks::before,
.cont_tablets::before,
.cont_phones::before,
.cont_navigations::before,
.cont_pc::before,
.cont_landline_phone::before,
.cont_laptop_accessories::before,
.cont_car_accessories::before,
.cont_audio_devices::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 15% 15%, rgba(255,255,255,0.16), transparent 36%), linear-gradient(140deg, rgba(9,17,32,0.78) 0%, rgba(8,14,28,0.9) 48%, rgba(6,10,20,0.95) 100%);
    z-index:-1;
}

.cont_tablets::before{background:radial-gradient(circle at 10% 12%, rgba(154,214,255,0.18), transparent 38%), linear-gradient(145deg, rgba(10,22,40,0.78), rgba(8,16,32,0.92));}
.cont_notebooks::before{background:radial-gradient(circle at 85% 14%, rgba(141,255,228,0.15), transparent 34%), linear-gradient(145deg, rgba(12,22,32,0.8), rgba(8,14,24,0.95));}
.cont_phones::before{background:radial-gradient(circle at 15% 15%, rgba(255,203,128,0.16), transparent 34%), linear-gradient(145deg, rgba(38,22,12,0.8), rgba(23,12,8,0.95));}
.cont_navigations::before{background:radial-gradient(circle at 80% 15%, rgba(147,190,255,0.18), transparent 36%), linear-gradient(145deg, rgba(14,20,35,0.8), rgba(10,14,26,0.95));}
.cont_pc::before{background:radial-gradient(circle at 82% 12%, rgba(90,224,255,0.17), transparent 35%), linear-gradient(145deg, rgba(6,28,42,0.76), rgba(4,18,30,0.95));}
.cont_landline_phone::before{background:radial-gradient(circle at 14% 14%, rgba(255,161,147,0.16), transparent 35%), linear-gradient(145deg, rgba(40,16,18,0.8), rgba(24,10,12,0.95));}
.cont_laptop_accessories::before{background:radial-gradient(circle at 14% 14%, rgba(173,223,255,0.16), transparent 35%), linear-gradient(145deg, rgba(14,20,38,0.8), rgba(8,12,28,0.95));}
.cont_car_accessories::before{background:radial-gradient(circle at 83% 14%, rgba(255,210,120,0.16), transparent 35%), linear-gradient(145deg, rgba(36,22,10,0.8), rgba(20,11,7,0.95));}
.cont_audio_devices::before{background:radial-gradient(circle at 50% 12%, rgba(255,148,214,0.16), transparent 37%), linear-gradient(145deg, rgba(30,9,37,0.82), rgba(18,7,28,0.95));}

.off_Top_text{
    color:var(--ui-text);
    letter-spacing:0.04em;
    text-shadow:0 8px 24px rgba(0,0,0,0.45);
}

.btn-group{
    border-radius:999px;
    padding:6px;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    box-shadow:0 10px 24px rgba(0,0,0,0.22);
}

.prod_TOP_btn,
.prod_TOP_btn_active{
    border-radius:999px !important;
    font-weight:700;
    border:1px solid rgba(255,255,255,0.2) !important;
    min-height:48px;
    padding:10px 18px !important;
    transition:all .25s ease;
}

.prod_TOP_btn{
    background:linear-gradient(135deg, rgba(33,193,117,0.95), rgba(80,209,143,0.92)) !important;
    color:#fff !important;
}

.prod_TOP_btn_active{
    background:linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.12)) !important;
    color:#fff !important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,0.25);
}

.prod_TOP_btn:hover,
.prod_TOP_btn_active:hover{
    transform:translateY(-1px);
    filter:saturate(1.06);
}

.testimonial{
    margin:18px 14px 14px;
}

.card-light{
    height:100%;
    border-radius:22px;
    overflow:hidden;
    color:var(--ui-text);
    background:linear-gradient(170deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02));
    border:1px solid rgba(255,255,255,0.18);
    box-shadow:0 16px 40px rgba(0,0,0,0.32);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    transition:transform .25s ease, box-shadow .25s ease;
}

.card-light:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 46px rgba(0,0,0,0.4);
}

.testimonial-pic{
    position:relative;
    overflow:hidden;
}

.testimonial-pic::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(5,9,18,0.45) 0%, rgba(5,9,18,0) 65%);
    pointer-events:none;
}

.testimonial-pic img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover !important;
    transition:transform .5s ease;
}

.card-light:hover .testimonial-pic img{
    transform:scale(1.06);
}

.card-condition{
    top:12px;
    left:10px;
    margin:0;
    border-radius:999px;
    background:linear-gradient(135deg, rgba(255,77,95,0.95), rgba(242,69,89,0.92));
    border:1px solid rgba(255,255,255,0.2);
    box-shadow:0 10px 26px rgba(0,0,0,0.28);
    height:auto;
    min-height:28px;
    padding:4px 10px;
    max-width:82%;
    z-index:2;
}

.priceBOX{
    position:absolute;
    bottom:14px;
    left:0;
    z-index:2;
}

.price{
    position:relative;
    margin:0;
    border-radius:999px;
    background:linear-gradient(135deg, rgba(14,205,152,0.95), rgba(34,173,198,0.95));
    border:1px solid rgba(255,255,255,0.25);
    padding:6px 14px;
    box-shadow:0 10px 20px rgba(0,0,0,0.25);
}

.lightTextH5{
    margin:12px 14px 8px;
    padding:0;
    white-space:nowrap;
    overflow-x:auto;
    color:#fff;
}

.infoBOX{
    width:calc(100% - 28px);
    margin:0 14px;
    min-height:92px;
    max-height:92px;
    overflow:auto;
    color:var(--ui-muted);
}

.light-btb1{
    padding:14px;
}

.openBTN{
    width:100%;
    max-width:220px;
    border-radius:12px !important;
    border:1px solid rgba(255,255,255,0.18) !important;
    background:linear-gradient(135deg, rgba(31,46,79,0.96), rgba(22,29,53,0.94)) !important;
    color:#fff !important;
    font-weight:700;
    letter-spacing:0.01em;
    transition:all .25s ease;
}

.openBTN:hover{
    transform:translateY(-1px);
    background:linear-gradient(135deg, rgba(45,65,110,0.96), rgba(32,43,74,0.96)) !important;
}

.not_product{
    background:rgba(10,17,30,0.8);
    border:1px solid rgba(255,255,255,0.2);
    border-radius:16px;
}

@media (max-width: 992px){
    .btn-group{
        border-radius:16px;
        display:grid !important;
        grid-template-columns:1fr;
        gap:8px;
    }

    .prod_TOP_btn,
    .prod_TOP_btn_active{
        width:100%;
        min-height:46px;
    }

    .card-light{
        border-radius:18px;
    }

    .infoBOX{
        min-height:84px;
        max-height:84px;
    }
}

@media (max-width: 576px){
    .testimonial{margin:14px 8px;}
    .lightTextH5{font-size:15px !important;}
}

/* ===== Index category cards: uniform size ===== */
.cont-card_product .row > .col{
    display:flex;
}

.headline{
    display:flex;
}

.headline .card_product{
    width:100%;
    height:100%;
    min-height: 355px;
    display:flex;
    flex-direction:column;
    overflow:hidden;
}

.headline .card_product .card-img-top{
    width:100%;
    height:auto;
    aspect-ratio: 16 / 9;
    object-fit:cover;
    flex: 0 0 auto;
}

.headline .card_product .card-body{
    min-height: 128px;
    height: 128px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 12px 16px !important;
}

.headline .card_product .card-title{
    margin:0 !important;
    width:100%;
    font-size: clamp(28px, 2.2vw, 56px);
    line-height:1.08;
    text-align:center;
    white-space:normal;
    overflow-wrap:anywhere;
}

@media (max-width: 992px){
    .headline .card_product{
        min-height: 270px;
    }

    .headline .card_product .card-body{
        min-height: 88px;
        height: 88px;
        padding: 8px 10px !important;
    }

    .headline .card_product .card-title{
        font-size: clamp(16px, 4vw, 32px);
        line-height:1.12;
    }
}

/* ===== Index appliance search ===== */
.appliance-search-wrap{
    margin-top: 12px;
}

.appliance-search-box{
    position: relative;
    display:flex;
    align-items:center;
    gap:8px;
    border-radius: 999px;
    padding: 8px 10px 8px 14px;
    background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(245,248,252,0.92));
    border: 1px solid rgba(162, 177, 201, 0.45);
    box-shadow: 0 10px 24px rgba(13, 24, 48, 0.12);
}

.appliance-search-icon{
    color: #4c5d7a;
    display:flex;
    align-items:center;
    justify-content:center;
}

#applianceSearchInput{
    flex:1;
    border:none;
    outline:none;
    background:transparent;
    font-size: 17px;
    color:#202b3d;
    min-width:0;
}

#applianceSearchInput::placeholder{
    color:#6e7f9b;
}

#applianceSearchClear{
    border:none;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(135deg, #3a6de9, #23b6de);
    color:#fff;
    transition: transform .2s ease, filter .2s ease;
}

#applianceSearchClear:hover{
    transform: translateY(-1px);
    filter: saturate(1.08);
}

.appliance-search-empty{
    margin: 10px 0 0;
    text-align:center;
    color:#c53a52;
    font-weight:700;
}

@media (max-width: 768px){
    .appliance-search-wrap{
        margin-top: 6px;
    }

    .appliance-search-box{
        border-radius: 16px;
        padding: 8px 8px 8px 12px;
    }

    #applianceSearchInput{
        font-size: 14px;
    }

    #applianceSearchClear{
        padding: 7px 10px;
        font-size: 12px;
    }
}

