/* ====================================
PRODUCT DETAIL HERO
==================================== */

.product-detail-hero{
padding:120px 0;
background:#f8fbff;
}

.product-gallery .main-image{
background:#fff;
border-radius:30px;
padding:30px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.product-gallery .main-image img{
width:100%;
transition:.3s;
}

.thumbnail-list{
display:flex;
gap:15px;
margin-top:20px;
}

.thumbnail-list img{
width:100px;
height:100px;
object-fit:cover;
border-radius:18px;
cursor:pointer;
border:2px solid transparent;
transition:.3s;
}

.thumbnail-list img:hover{
border-color:#0077C8;
transform:translateY(-4px);
}

.brand{
display:inline-block;
color:#0077C8;
font-size:13px;
font-weight:700;
letter-spacing:2px;
margin-bottom:15px;
}

.product-info h1{
font-size:72px;
font-weight:700;
color:#003B73;
line-height:1.1;
margin-bottom:20px;
}

.product-info p{
color:#6d7d8b;
line-height:1.9;
font-size:16px;
}

.product-price{
font-size:42px;
font-weight:700;
color:#0077C8;
margin:25px 0;
}

.quick-specs{
display:flex;
gap:15px;
flex-wrap:wrap;
margin:30px 0;
}

.spec-box{
background:#fff;
border-radius:20px;
padding:20px;
min-width:130px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.spec-box h4{
color:#003B73;
font-size:24px;
margin-bottom:5px;
}

.spec-box span{
color:#6d7d8b;
font-size:14px;
}

.test-drive-btn{
display:inline-block;
padding:14px 35px;
border-radius:50px;
background:linear-gradient(135deg,#0077C8,#00A8FF);
color:#fff;
font-weight:600;
text-decoration:none;
}

.test-drive-btn:hover{
color:#fff;
transform:translateY(-2px);
}

/* ====================================
COLOR SECTION
==================================== */

.color-section{
padding:100px 0;
}

.section-title h2{
font-size:48px;
color:#003B73;
margin-bottom:40px;
}

.color-options{
display:flex;
justify-content:center;
gap:25px;
}

.color-btn{
width:60px;
height:60px;
border-radius:50%;
border:none;
cursor:pointer;
transition:.3s;
}

.color-btn:hover{
transform:scale(1.15);
}

.white{
background:#fff;
border:2px solid #ddd;
}

.black{
background:#111;
}

.blue{
background:#0d6efd;
}

.red{
background:#ff3b30;
}

/* ====================================
FEATURES
==================================== */

.smart-features{
padding:100px 0;
background:#f8fbff;
}

.feature-card{
background:#fff;
border-radius:25px;
padding:40px 25px;
text-align:center;
height:100%;
transition:.3s;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.feature-card:hover{
transform:translateY(-8px);
}

.feature-card i{
width:75px;
height:75px;
border-radius:50%;
background:#eaf6ff;
color:#0077C8;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
font-size:28px;
}

.feature-card h4{
margin-top:20px;
color:#003B73;
font-size:20px;
}

/* ====================================
SPECIFICATIONS
==================================== */

.spec-section{
padding:100px 0;
}

.spec-table{
max-width:900px;
margin:auto;
background:#fff;
border-radius:25px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.spec-row{
display:flex;
justify-content:space-between;
padding:22px 30px;
border-bottom:1px solid #edf2f7;
}

.spec-row:last-child{
border-bottom:none;
}

.spec-row span{
color:#6d7d8b;
}

.spec-row strong{
color:#003B73;
}

/* ====================================
COMPARE MODELS
==================================== */

.compare-section{
padding:100px 0;
background:#f8fbff;
}

.compare-table{
width:100%;
background:#fff;
border-radius:25px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.compare-table thead{
background:#003B73;
}

.compare-table th{
color:#fff;
padding:20px;
text-align:center;
}

.compare-table td{
padding:18px;
text-align:center;
border-bottom:1px solid #edf2f7;
}

.compare-table tbody tr:hover

/* ====================================
BOOK TEST RIDE
==================================== */

.ride-booking-section{
padding:120px 0;
}

.booking-card{
max-width:900px;
margin:auto;
background:#fff;
padding:50px;
border-radius:30px;
box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.booking-card h2{
text-align:center;
font-size:32px;
color:#003B73;
margin-bottom:35px;
}

.form-control{
height:58px;
border-radius:15px;
border:1px solid #dfe8f0;
padding:0 18px;
}

.form-control:focus{
border-color:#0077C8;
box-shadow:none;
}

.book-btn{
width:100%;
height:58px;
border:none;
border-radius:50px;
background:linear-gradient(135deg,#F5A623,#D48806);
color:#fff;
font-weight:600;
font-size:16px;
}

.book-btn:hover{
transform:translateY(-2px);
}

/* ====================================
RESPONSIVE
==================================== */

@media(max-width:991px){

.product-info{
    margin-top:40px;
    text-align:center;
}

.product-info h1{
    font-size:48px;
}

.quick-specs{
    justify-content:center;
}

.section-title h2{
    font-size:38px;
}

.booking-card{
    padding:30px;
}


}

@media(max-width:576px){

.product-info h1{
    font-size:38px;
}

.product-price{
    font-size:32px;
}

.thumbnail-list{
    justify-content:center;
}

.thumbnail-list img{
    width:75px;
    height:75px;
}


}


.product-colors{
    margin:30px 0;
}

.product-colors h5{
    color:#003B73;
    font-size:16px;
    font-weight:600;
    margin-bottom:15px;
}

.color-options{
    display:flex;
    gap:15px;
}

.color-btn{
    width:45px;
    height:45px;
    border-radius:50%;
    border:none;
    cursor:pointer;
    transition:.3s;
    position:relative;
}

.color-btn:hover{
    transform:scale(1.1);
}

.color-btn.active{
    box-shadow:0 0 0 4px #0077C8;
}

.white{
    background:#fff;
    border:2px solid #ddd;
}

.black{
    background:#111;
}

.blue{
    background:#0d6efd;
}

.red{
    background:#ff3b30;
}

/* ====================================
PRODUCT COLORS
==================================== */

.product-colors{
    margin:25px 0 35px;
    display:flex;
    align-items:center;
    gap:25px;
    flex-wrap:wrap;
}

.product-colors h5{
    margin:0;
    color:#003B73;
    font-size:14px;
    font-weight:600;
    letter-spacing:.3px;
    min-width:120px;
}

.color-options{
    display:flex;
    align-items:center;
    gap:12px;
}

.color-btn{
    width:38px;
    height:38px;
    border-radius:50%;
    border:none;
    cursor:pointer;
    transition:all .3s ease;
    position:relative;
    padding:0;
}

.color-btn:hover{
    transform:translateY(-2px) scale(1.08);
}

.color-btn.active{
    box-shadow:0 0 0 3px #0077C8;
}

.white{
    background:#ffffff;
    border:1px solid #d8d8d8;
}

.black{
    background:#111111;
}

.blue{
    background:#1d67e7;
}

.red{
    background:#ff3b30;
}

/* Tablet */

@media(max-width:991px){

    .product-colors{
        justify-content:center;
        text-align:center;
        gap:15px;
    }

    .product-colors h5{
        width:100%;
        min-width:100%;
        margin-bottom:5px;
    }

}

/* Mobile */

@media(max-width:576px){

    .product-colors{
        margin:20px 0 30px;
        gap:10px;
    }

    .product-colors h5{
        font-size:13px;
    }

    .color-options{
        gap:10px;
    }

    .color-btn{
        width:32px;
        height:32px;
    }

}

.ev-product-hero{
    position:relative;
    min-height:100vh;

  

    overflow:hidden;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

.hero-overlay{
    position:absolute;
    inset:0;

    background:
    radial-gradient(
    circle at center,
    rgba(255,153,0,.18),
    transparent 60%);
}

.ev-product-hero .container{
    position:relative;
    z-index:2;
}

.hero-content{
    text-align:center;
    color:#fff;
    padding-top:120px;
}

.hero-subtitle{
    display:block;
    font-size:22px;
    margin-bottom:20px;
    opacity:.85;
    color:#000000;
}

.hero-content h1{
    font-size:48px;
    font-weight:800;
    line-height:1.05;
    margin-bottom:20px;
}

.hero-price{
    font-size:28px;
    font-weight:700;
    color:#003B73 !important;

    text-align:center;

    display:block;

    width:100%;

    margin:15px auto 25px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
}

.hero-btn{
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
}

.hero-btn.primary{
    background:#f5a623;
    color:#fff;
}

.hero-btn.secondary{
    background:#fff;
    color:#111;
}

.hero-bike{
    text-align:center;
    margin-top:40px;
}

.hero-bike img{
    max-width:400px;
    width:100%;
    animation:floatBike 5s ease-in-out infinite;
}

@keyframes floatBike{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0);
    }

}
.hero-stats{
    max-width:1200px;
    width:90%;

    margin:20px auto 50px;

    background:#ffffff;

    border-radius:30px;

    padding:35px 20px;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);

    position:relative;
    z-index:10;
}

.stat-item{
    text-align:center;
    position:relative;
}

.stat-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);

    width:1px;
    height:60px;

    background:#e5edf5;
}

.stat-item h3{
    font-size:28px;
    font-weight:800;
    color:#003B73;
    margin-bottom:8px;
}

.stat-item span{
    display:block;
    font-size:15px;
    color:#6d7d8b;
    font-weight:500;
}
@media(max-width:767px){

    .ev-product-hero{
        min-height:auto;
        padding-top:100px;
    }

    .hero-content h1{
        font-size:42px;
    }

    .hero-subtitle{
        font-size:16px;
    }

    .hero-price{
        font-size:24px;
    }

    .hero-buttons{
        flex-direction:column;
        gap:12px;
    }

    .hero-bike img{
        max-width:100%;
    }

    .hero-stats{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
        padding:25px;
    }

    .stat-item h3{
        font-size:18px;
    }

}

/* =====================================
VARIANTS SECTION
===================================== */

.variant-section{
    padding:120px 0;
    background:#f8fbff;
}

.variant-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    margin-top:60px;
}

.variant-card{
    background:#fff;
    border-radius:35px;
    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(0,0,0,.08);

    transition:.4s;
}

.variant-card:hover{
    transform:translateY(-10px);
}

.variant-image{
    background:
    linear-gradient(
    135deg,
    #eaf6ff,
    #ffffff);

    padding:40px;
    text-align:center;
}

.variant-image img{
    max-width:420px;
    width:100%;
}

.variant-content{
    padding:35px;
}

.variant-content h3{
    font-size:42px;
    color:#003B73;
    font-weight:700;
    margin-bottom:30px;
}

.variant-specs{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;

    padding-bottom:25px;

    border-bottom:
    1px solid #e8eef5;
}

.variant-specs h4{
    font-size:30px;
    color:#003B73;
    margin-bottom:6px;
    font-weight:700;
}

.variant-specs span{
    color:#6d7d8b;
    font-size:14px;
}

.variant-power{
    margin:25px 0;
    font-size:18px;
    color:#333;
}

.variant-power strong{
    color:#0077C8;
}

.variant-btn{
    display:block;
    text-align:center;

    padding:16px;

    border-radius:50px;

    background:
    linear-gradient(
    135deg,
    #0077C8,
    #00A8FF);

    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.variant-btn:hover{
    color:#fff;
}

@media(max-width:991px){

.variant-grid{
    grid-template-columns:1fr;
}

.variant-content h3{
    font-size:30px;
}

.variant-specs{
    grid-template-columns:1fr;
    text-align:center;
}

.variant-specs h4{
    font-size:24px;
}

}

/* ====================================
PROMO CTA BANNER
==================================== */

.ev-promo-banner{
    padding:80px 0;
}

.promo-banner-card{
    max-width:1400px; /* reduce width */
    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:35px 50px;

    border-radius:30px;

    background:linear-gradient(
        135deg,
        #003B73,
        #0077C8
    );
}

.promo-banner-image{
    flex:0 0 320px;
}

.promo-banner-image img{
    width:100%;
    max-width:280px;
}

.promo-banner-content{
    flex:1;
    padding:0 50px;
}

.promo-tag{
    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    color:#fff;

    font-size:13px;
    font-weight:600;

    margin-bottom:15px;
}

.promo-banner-content h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:15px;
}

.promo-banner-content p{
    color:rgba(255,255,255,.85);
    font-size:18px;
    line-height:1.8;
    max-width:650px;
}

.promo-banner-arrow{
    width:90px;
    height:90px;

    border-radius:50%;

    background:#fff;

    color:#003B73;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    font-size:30px;

    transition:.3s;
}

.promo-banner-arrow:hover{
    transform:translateX(6px);
    color:#003B73;
}

@media(max-width:991px){

.promo-banner-card{
    flex-direction:column;
    text-align:center;
    gap:25px;
    padding:35px 25px;
}

.promo-banner-content{
    padding:0;
}

.promo-banner-content h2{
    font-size:32px;
}

.promo-banner-content p{
    font-size:15px;
}

.promo-banner-arrow{
    width:70px;
    height:70px;
    font-size:22px;
}

.promo-banner-image img{
    max-width:620px;
}

}


.feature-tabs-section{
    padding:100px 0;
    background:#f8fbff;
}

.feature-tabs{
    display:flex;
    gap:50px;
    border-bottom:1px solid #dce5ee;
    margin-bottom:60px;
}

.tab-btn{
    border:none;
    background:none;
    font-size:28px;
    font-weight:600;
    color:#9aa9b8;
    padding-bottom:18px;
    cursor:pointer;
    position:relative;
}

.tab-btn.active{
    color:#003B73;
}

.tab-btn.active::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:3px;
    background:#003B73;
}

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}

.feature-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:25px;
}

.feature-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.feature-card img{
    width:100%;
    height:300px;
    object-fit:cover;
}

.feature-card.large img{
    height:420px;
}

.feature-card h3{
    padding:25px 25px 10px;
    font-size:32px;
    color:#003B73;
}

.feature-card p{
    padding:0 25px 20px;
    color:#6d7d8b;
}
/* ====================================
TABLET
==================================== */

@media(max-width:991px){

    .feature-tabs{
        gap:30px;
        overflow-x:auto;
        white-space:nowrap;
        padding-bottom:10px;
    }

    .tab-btn{
        font-size:22px;
        flex-shrink:0;
    }

    .feature-grid{
        grid-template-columns:1fr 1fr;
        gap:20px;
    }

    .feature-card.large{
        grid-column:span 2;
    }

    .feature-card img{
        height:260px;
    }

    .feature-card.large img{
        height:320px;
    }

    .feature-card h3{
        font-size:26px;
    }

}

/* ====================================
MOBILE
==================================== */

@media(max-width:576px){

    .feature-tabs-section{
        padding:60px 0;
    }

    .feature-tabs{
        gap:25px;
        margin-bottom:35px;
        overflow-x:auto;
        scrollbar-width:none;
    }

    .feature-tabs::-webkit-scrollbar{
        display:none;
    }

    .tab-btn{
        font-size:18px;
        padding-bottom:12px;
        flex-shrink:0;
    }

    .feature-grid{
        display:flex;
        flex-direction:column;
        gap:15px;
    }

    .feature-card,
    .feature-card.large{
        width:100%;
    }

    .feature-card img,
    .feature-card.large img{
        height:220px;
        object-fit:cover;
    }

    .feature-card h3{
        padding:18px 18px 8px;
        font-size:22px;
        line-height:1.3;
    }

    .feature-card p{
        padding:0 18px 18px;
        font-size:14px;
        line-height:1.7;
    }

}

/* =====================================
COLOR CONFIGURATOR
===================================== */

.color-configurator{
    padding:120px 0;
    background:#f8fafc;
    overflow:hidden;
}

.color-content h2{
    font-size:35px;
    font-weight:700;
    color:#0f172a;
    line-height:1.05;
    margin-bottom:25px;
}

.color-content p{
    font-size:22px;
    line-height:1.7;
    color:#64748b;
    max-width:500px;
    margin-bottom:70px;
}

.selected-color{
    font-size:34px;
    font-weight:600;
    color:#003B73;
    margin-bottom:30px;
}

.color-selector{
    display:flex;
    align-items:center;
    gap:25px;
    flex-wrap:wrap;
}

.color-dot{
    width:56px;
    height:56px;
    border-radius:50%;
    border:none;
    cursor:pointer;
    transition:.3s;
    position:relative;
}

.color-dot:hover{
    transform:scale(1.1);
}

.color-dot.active{
    box-shadow:
    0 0 0 4px #ffffff,
    0 0 0 7px #000000;
}

/* COLORS */

.ivory{
    background:#f6f3ec;
    border:1px solid #ddd;
}

.black{
    background:#000;
}

.silver{
    background:#d9d9d9;
}

.red{
    background:linear-gradient(135deg,#ff3b30,#c40000);
}

.blue{
    background:linear-gradient(135deg,#18a0fb,#005ea6);
}

.navy{
    background:linear-gradient(135deg,#2f4676,#101f42);
}

/* BIKE AREA */

.bike-display{
    position:relative;
    min-height:600px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.bike-platform{
    position:absolute;
    bottom:0;
    width:650px;
    height:170px;
    border-radius:50%;
    background:
    radial-gradient(circle,
    #ffffff 0%,
    #eeeeee 70%);
    box-shadow:
    0 30px 60px rgba(0,0,0,.08);
}

.bike-display img{
    position:relative;
    z-index:2;
    max-width:700px;
    width:100%;
    transition:.4s ease;
}

@media(max-width:991px){

    .color-configurator{
        padding:80px 0;
        text-align:center;
    }

    .color-content h2{
        font-size:48px;
    }

    .color-content p{
        font-size:18px;
        margin:0 auto 40px;
    }

    .selected-color{
        font-size:26px;
    }

    .color-selector{
        justify-content:center;
        margin-bottom:50px;
    }

    .bike-display{
        min-height:400px;
    }

    .bike-platform{
        width:100%;
        max-width:500px;
        height:120px;
    }

    .bike-display img{
        max-width:420px;
    }

}

@media(max-width:576px){

    .color-content h2{
        font-size:38px;
    }

    .color-dot{
        width:42px;
        height:42px;
    }

    .selected-color{
        font-size:22px;
    }

    .bike-display img{
        max-width:320px;
    }

}

.bike-display img{
    max-width:400px;
    width:100%;
    transition:.2s;
    cursor:grab;
}

.bike-display:hover img{
    transform:scale(1.03);
}

/* ===================================
GALLERY SECTION
=================================== */
/* ===================================
   GALLERY SECTION
=================================== */

.ev-gallery-section{
    padding:120px 0;
    background:#f8fbff;
}

.section-header{
    margin-bottom:60px;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#eaf4ff;
    color:#0077C8;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-header h2{
    font-size:32px;
    font-weight:700;
    color:#003B73;
    margin-bottom:15px;
}

.section-header p{
    color:#6b7280;
    max-width:700px;
    margin:auto;
    font-size:18px;
    line-height:1.6;
}

/* Grid Layout */

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    cursor:pointer;
    background:#ffffff;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}

/* Image */

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:contain;   /* full image visible */
    transition:transform .5s ease;
}

.gallery-item:hover img{
    transform:scale(1.04);
}

/* Labels */

.gallery-label{
    position:absolute;
    left:18px;
    bottom:18px;
    background:rgba(0,0,0,0.65);
    color:#fff;
    padding:8px 14px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    z-index:2;
}

/* Special Items */

.gallery-item.large{
    grid-column:span 2;
    grid-row:span 2;
    height:600px;
}

.gallery-item.wide{
    grid-column:span 2;
    height:280px;
}

.gallery-item:not(.large):not(.wide){
    height:280px;
}

/* Lightbox */

.gallery-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.92);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.gallery-lightbox.active{
    display:flex;
}

.gallery-lightbox img{
    max-width:90%;
    max-height:90%;
    border-radius:20px;
    object-fit:contain;
}
.gallery-lightbox{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 30px;
}

.gallery-lightbox.active{
    display: flex;
}

.gallery-lightbox-inner{
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.gallery-lightbox-inner img{
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}
.close-lightbox{
    position:absolute;
    top:30px;
    right:40px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}

/* Tablet */

@media(max-width:991px){

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .gallery-item.large{
        grid-column:span 2;
        grid-row:unset;
        height:400px;
    }

    .gallery-item.wide{
        grid-column:span 2;
        height:250px;
    }

    .gallery-item:not(.large):not(.wide){
        height:250px;
    }

    .section-header h2{
        font-size:40px;
    }
}

/* Mobile */

@media(max-width:576px){

    .ev-gallery-section{
        padding:80px 0;
    }

    .section-header{
        margin-bottom:40px;
    }

    .section-header h2{
        font-size:34px;
    }

    .section-header p{
        font-size:16px;
    }

    .gallery-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .gallery-item,
    .gallery-item.large,
    .gallery-item.wide{
        grid-column:unset;
        grid-row:unset;
        height:260px;
        padding:15px;
    }

    .gallery-label{
        font-size:12px;
        padding:6px 12px;
    }
}
/* =====================================
COMPARE VARIANTS
===================================== */

.compare-models-section{
    padding:120px 0;
    background:#f8fbff;
}

.compare-wrapper{
    overflow-x:auto;
}

.compare-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.compare-table thead{
    background:#ffffff;
}

.compare-table th{
    padding:35px 20px;
    text-align:center;
    min-width:260px;
}

.compare-table th:first-child{
    width:250px;
    background:#fff;
}

.compare-table th img{
    width:220px;
    margin-bottom:15px;
    transition:.3s;
}

.compare-table th img:hover{
    transform:scale(1.05);
}

.compare-table h4{
    font-size:28px;
    color:#003B73;
    margin-bottom:5px;
    font-weight:700;
}

.compare-table span{
    color:#64748b;
    font-size:15px;
}

.compare-table td{
    padding:28px;
    font-size:18px;
    color:#0f172a;
}

.compare-table tbody tr:nth-child(odd){
    background:#f8fafc;
}

.compare-table tbody tr td:first-child{
    font-weight:700;
    color:#64748b;
    width:250px;
}

.compare-table tbody tr:hover{
    background:#eef7ff;
}

.compare-colors{
    display:flex;
    justify-content:center;
    gap:10px;
}

.compare-colors .c{
    width:20px;
    height:20px;
    border-radius:50%;
}

.c.white{
    background:#fff;
    border:1px solid #ddd;
}

.c.black{
    background:#111;
}

.c.red{
    background:#ff3b30;
}

.c.blue{
    background:#0d6efd;
}

@media(max-width:991px){

    .compare-models-section{
        padding:80px 0;
    }

    .compare-table{
        min-width:900px;
    }

    .compare-table th img{
        width:140px;
    }

    .compare-table h4{
        font-size:20px;
    }

    .compare-table td{
        font-size:15px;
        padding:18px;
    }

}

/* =====================================
MOBILE RESPONSIVE
===================================== */

@media (max-width: 991px){

    .promo-banner-card{
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
        gap: 25px;
    }

    .promo-banner-image{
        width: 100%;
        text-align: center;
    }

    .promo-banner-image img{
        max-width: 580px;
        width: 100%;
        margin: auto;
    }

    .promo-banner-content{
        width: 100%;
    }

    .promo-banner-content h2{
        font-size: 32px;
        line-height: 1.2;
    }

    .promo-banner-content p{
        font-size: 16px;
        max-width: 100%;
    }

    .promo-banner-arrow{
        width: 70px;
        height: 70px;
        margin: auto;
    }

}

@media (max-width: 576px){

    .promo-banner-card{
        padding: 25px 20px;
        border-radius: 25px;
    }

    .promo-banner-image img{
        max-width: 720px;
    }

    .promo-tag{
        font-size: 12px;
        padding: 6px 14px;
    }

    .promo-banner-content h2{
        font-size: 26px;
        margin-bottom: 10px;
    }

    .promo-banner-content p{
        font-size: 14px;
        line-height: 1.7;
    }

    .promo-banner-arrow{
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

}

@media (max-width: 576px){

    .compare-models-section{
        padding:60px 0;
    }

    .compare-table{
        min-width:750px;
    }

    .compare-table th{
        min-width:180px;
        padding:20px 10px;
    }

    .compare-table th img{
        width:100px;
    }

    .compare-table h4{
        font-size:16px;
        margin-bottom:4px;
    }

    .compare-table span{
        font-size:12px;
    }

    .compare-table td{
        font-size:13px;
        padding:15px 10px;
    }

    .compare-table tbody tr td:first-child{
        min-width:140px;
        font-size:13px;
    }

}


.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-col {
    width: 100%;
}


.feature-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.feature-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0a3d91;
    margin-bottom: 8px;
}

.feature-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.feature-card img {
    width: 100%;
    height: 250px; /* fixed same size */
    object-fit: cover; /* crops nicely */
    border-radius: 18px;
    margin-top: auto;
    display: block;
}

@media (max-width: 768px) {
    .feature-col {
        width: 100%;
    }

    .feature-card img {
        height: 220px;
    }
}

/* ===============================
FULL MOBILE FIX
=============================== */
@media screen and (max-width: 768px) {

    .container{
        padding-left:16px !important;
        padding-right:16px !important;
    }

    /* HERO */
    .ev-product-hero{
        padding-top:40px;
        min-height:auto;
    }

    .hero-content{
        padding-top:60px;
    }

    .hero-content h1{
        font-size:32px !important;
        line-height:1.2;
    }

    .hero-subtitle{
        font-size:14px;
    }

    .hero-price{
        font-size:20px !important;
    }

    .hero-buttons{
        flex-direction:column;
        width:100%;
    }

    .hero-btn{
        width:100%;
        text-align:center;
        padding:14px 20px;
    }

    .hero-bike img{
        max-width:100%;
        width:100%;
    }

    /* STATS */
    .hero-stats{
        grid-template-columns:1fr 1fr;
        gap:15px;
        padding:20px 15px;
        width:100%;
        border-radius:18px;
    }

    .stat-item{
        padding:10px;
    }

    .stat-item::after{
        display:none !important;
    }

    .stat-item h3{
        font-size:16px;
    }

    .stat-item span{
        font-size:12px;
    }

    /* TABS */
    .feature-tabs{
        gap:20px;
        overflow-x:auto;
        white-space:nowrap;
        padding-bottom:10px;
    }

    .tab-btn{
        font-size:16px;
    }

    /* FEATURE GRID */
    .feature-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:16px;
    }

    .feature-col{
        width:100%;
    }

    .feature-card{
        padding:20px !important;
        border-radius:18px;
    }

    .feature-card h3{
        font-size:18px !important;
        word-break:break-word;
    }

    .feature-card h4{
        font-size:14px;
    }

    .feature-card p{
        font-size:13px;
        line-height:1.6;
    }

    .feature-card img{
        width:100%;
        height:auto !important;
        max-height:220px;
        object-fit:contain;
    }

    /* COLOR CONFIG */
    .color-configurator{
        padding:60px 0;
    }

    .color-content{
        text-align:center;
    }

    .color-content h2{
        font-size:28px !important;
        line-height:1.2;
    }

    .color-content p{
        font-size:14px;
        margin-bottom:25px;
    }

    .selected-color{
        font-size:18px;
    }

    .color-selector{
        justify-content:center;
        gap:12px;
    }

    .color-dot{
        width:34px;
        height:34px;
    }

    .bike-display{
        min-height:auto;
        margin-top:30px;
    }

    .bike-platform{
        width:100%;
        height:80px;
    }

    .bike-display img{
        width:100%;
        max-width:320px !important;
    }

    /* GALLERY */
    .gallery-grid{
        grid-template-columns:1fr !important;
        gap:14px;
    }

    .gallery-item,
    .gallery-item.large,
    .gallery-item.wide{
        height:auto !important;
        min-height:220px;
    }

    .gallery-item img{
        object-fit:contain;
    }

    /* PROMO */
    .promo-banner-card{
        padding:20px;
        border-radius:18px;
    }

    .promo-banner-content h2{
        font-size:24px !important;
    }

    .promo-banner-content p{
        font-size:14px;
    }

    .promo-banner-image img{
        width:100%;
        max-width:280px;
    }

    /* FORM */
    .booking-card{
        padding:20px !important;
        border-radius:18px;
    }

    .booking-card h2{
        font-size:26px;
    }

    .form-control{
        height:50px;
        font-size:14px;
    }

    textarea.form-control{
        height:auto;
    }

    .book-btn{
        height:50px;
        font-size:15px;
    }
}
.filter-input{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:12px;
}

.filter-group{
    margin-bottom:25px;
}

.filter-group label{
    display:block;
    margin-bottom:8px;
    cursor:pointer;
}