
html, body{
  height:auto!important;
  min-height:100%!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}
body{
  padding-bottom:120px!important;
}


/* === SCROLL & WHATSAPP FAB FINAL PATCH (non-destructive) === */
:root{
  --fab-size: 70px;         /* whatsapp button diameter */
  --fab-gap: 30px;          /* distance from bottom */
  --bottom-safe: calc(var(--fab-size) + var(--fab-gap) + 20px);
}



body{
  padding-bottom: var(--bottom-safe) !important;
}

body::after{content:none!important;display:none!important;height:0!important;}

.whatsapp-float-button{
  position: fixed !important;
  z-index: 2147483647 !important;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  pointer-events: auto !important;
}

footer{ position: relative; z-index: 1; }
iframe{ display: block; }

@media (max-width: 420px){
  :root{ --bottom-safe: calc(var(--fab-size) + 24px); }
}



/* === FINAL SCROLL FIX (no removals) === */


body::after{content:none!important;display:none!important;height:0!important;}


        /* ---------- Genel ---------- */
        body { font-family: 'Segoe UI', Arial, sans-serif; margin: 0; padding: 0; color: #333; background-color: white; }
        .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 20px 0; box-sizing: border-box; }
        section { padding: 20px 0; box-sizing: border-box; }
        h1, h2, h3 { color: #333; margin: 0 0 10px 0; }
        .primary-color { color: #FFC72C; }
        .secondary-color { color: #333; }
        .yellow-bg { background-color: #FFC72C; }

        /* ---------- Header ---------- */
        header { background-color: #FFC72C; border-bottom: 3px solid whitesmoke; text-align: center; padding: 10px 0; color: whitesmoke; position: relative; }
        header .container { padding-bottom: 10px; }
        .logo-text { font-size: 2.2em; font-weight: bold; margin: 0; }
        .slogan { font-size: 1.1em; margin-top: 5px; color: #333; }
        .header-image { position: absolute; top: 15px; width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 2px solid white; box-shadow: 0 2px 6px rgba(0,0,0,0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .header-image.left { left: 80px; }

        .header-call-button { position: absolute; top: 30px; right: 50px; background-color: #25D366; color: white; font-weight: bold; font-size: 15px; padding: 14px 28px; border-radius: 15px; border: 2px solid #25D366; text-decoration: none; display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.3); transition: all 0.3s ease; }
        .header-call-button i { color: white; font-size: 20px; }

        /* ---------- Bilgiler / İstatistik ---------- */
        #bilgiler { background-color: #FFC72C; text-align: center; padding: 20px 0; color: #333; }
        #bilgiler .info-grid { display: flex; justify-content: space-around; align-items: flex-start; gap: 10px; flex-wrap: wrap; }
        #bilgiler .info-item { display: flex; flex-direction: column; align-items: center; width: 23%; padding: 10px 0; box-sizing: border-box; }
        #bilgiler .large-number { font-size: 3em; font-weight: bold; color: white; margin-bottom: 5px; }
        #bilgiler .description { font-size: 1.1em; font-weight: 600; color: #333; line-height: 1.3; }

        /* ---------- Filo (Araç Görselleri) ---------- */
        #filo { text-align: center; background-color: white; padding-top: 5px; padding-bottom: 20px; }
        #filo h2 { margin-top: 10px; margin-bottom: 5px; }
        .vito-images { display: flex; justify-content: center; gap: 50px; margin-top: 20px; }
        .vito-images img { width: 60%; max-width: 580px; height: auto; border: 5px solid #FFC72C; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; }

        /* ---------- Hizmetler / Avantajlar ---------- */
        #hizmetler { text-align: center; background-color: #FFC72C; color: #333; }
        #hizmetler .item { background: white; border: 1px solid #333; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
        #avantajlar { text-align: center; background-color: white; }
        .service-list, .advantage-list { display: flex; justify-content: space-around; flex-wrap: wrap; margin-top: 20px; gap: 15px; }
        .item { width: 45%; margin-bottom: 15px; padding: 20px; border-radius: 8px; border: 1px solid #333; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; }

        /* ---------- Harita ---------- */
        #harita { padding: 0; text-align: center; }
        #harita .container { width: 65%; max-width: 1400px; margin: 0 auto; }
        #harita h2 { margin-bottom: 5px; padding-top: 5px; }
        .map-container { width: 100%; height: 400px; border: none; margin-top: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

        /* ---------- Yorumlar ---------- */
        #customer-reviews { background-color: white; padding: 30px 0; text-align: center; }
        #customer-reviews h2 { font-size: 1.6em; color: #333; margin-bottom: 30px; }
        .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; }
        .review-card-new { background-color: #fff; border-radius: 15px; padding: 15px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); text-align: left; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 3px solid #000000;}
        .review-card-new:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12); }
        .review-card-new .quote-icon { position: absolute; top: 15px; left: 20px; font-size: 2.2em; color: #000000; opacity: 0.7; }
        .review-card-new .review-text { font-size: 0.9em; line-height: 1.5; color: #555; margin-bottom: 15px; padding-top: 30px; }
        .review-card-new .review-author-info { display: flex; align-items: center; margin-top: 15px; }
        .review-card-new .author-avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; margin-right: 10px; border: 3px solid #000000; }
        .review-card-new .author-name { font-weight: bold; color: #333; font-size: 1em; }
        .review-card-new .author-title { color: #888; font-size: 0.85em; }
        .review-card-new .review-stars-new { color: #FFC72C; font-size: 1em; margin-top: 8px; text-align: right; }

        /* ---------- Footer ---------- */
        footer { background-color: white; color: #333; text-align: center; padding: 10px 0; border-top: 2px solid #FFC72C; font-size: 0.9em; }
        footer a { color: #25D366; text-decoration: none; font-weight: 600; }
        footer a:hover { text-decoration: underline; }

        /* ---------- Sabit WhatsApp Butonu ---------- */
        .whatsapp-float-button { 
            position: fixed; 
            bottom: 30px; 
            right: 20px; 
            z-index: 9999; 
            background-color: #25D366; 
            color: white; 
            border-radius: 50%; 
            width: 70px; 
            height: 70px; 
            display: flex; 
            justify-content: center; 
            align-items: center; 
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); 
            font-size: 30px; 
            text-decoration: none;
            
            transition: background-color 0.3s ease, box-shadow 0.3s ease; 
        }

        
        .whatsapp-float-button:hover {
            background-color: #1e7e34; /* Daha koyu yeşil */
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5); /* Hafif gölge artışı */
        }
        
        /* ---------- Responsive (Geliştirilmiş Mobil) ---------- */
        /* Amaç: Mobilde masaüstündeki düzen hissini korumak (düzenli ızgara), masaüstünü bozmadan */
        @media (max-width: 1024px) {
            .container { width: 94%; }
            .vito-images img { max-width: 520px; }
        }

        @media (max-width: 768px) {
            /* Header: daha kompakt, öğeler taşmıyor */
            header {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 55px 0 10px 0;
            }
            header .container { padding-top: 0; padding-bottom: 0; }
            .header-image { width: 54px; height: 54px; top: 10px; left: 16px; position: absolute; }
            .header-image.left { left: 16px; }
            .header-call-button { right: 16px; top: 10px; position: absolute; font-size: 13px; padding: 7px 12px; border-radius: 12px; }
            .logo-text { font-size: 1.5em; margin-top: 8px; }
            .slogan { display: none; }

            /* Bilgiler: masaüstü düzenine yakın ızgara (auto-fit ile düzenli sıralı görünüm) */
            #bilgiler .info-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
                gap: 12px;
                align-items: stretch;
                padding: 10px 0;
            }
            #bilgiler .info-item {
                width: 100%;
                margin: 0;
                padding: 12px;
                background-color: rgba(255,255,255,0.05);
                border-radius: 8px;
            }
            #bilgiler .large-number { font-size: 2.2em; }

            /* Filo (araç görselleri): Grid ile esnek iki/tek kolon */
            .vito-images {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
                gap: 12px;
                align-items: center;
                width: 100%;
                margin-top: 16px;
            }
            .vito-images img {
                width: 100%;
                max-width: 100%;
                border-width: 4px;
                box-sizing: border-box;
            }

            /* Hizmetler / avantajlar: tek sütun yerine kompakt ızgara (masaüstü hissi) */
            .service-list, .advantage-list {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 12px;
                align-items: stretch;
            }
            .item { width: 100%; padding: 16px; }

            /* Harita: dar ekranlarda yükseklik optimize edildi */
            #harita .container { width: 100%; max-width: none; padding: 0 4px; }
            .map-container { height: 260px; border-radius: 8px; }

            /* Yorumlar: tek sütun veya kompakt iki sütun (ekran genişliğine göre) */
            .reviews-grid {
                grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
                gap: 14px;
                max-width: 100%;
                padding: 0 6px;
            }
            .review-card-new { padding: 14px; }

            /* Genel container padding azaltımı, daha düzenli görünüm */
            .container { padding-left: 10px; padding-right: 10px; }
        }

        /* Çok küçük ekranlar (dar telefonlar) */
        @media (max-width: 420px) {
            .logo-text { font-size: 1.35em; }
            .header-call-button { padding: 7px 10px; font-size: 12px; }
            .whatsapp-float-button { width: 60px; height: 60px; font-size: 26px; bottom: 18px; right: 14px; }
            #bilgiler .large-number { font-size: 1.9em; }
            .item { padding: 12px; }
        }
    

@media (max-width: 1024px){
  .container{width:94%;}
}

/* Filo grid fix */
@media (max-width: 900px){
  .vito-images{
    display:grid !important;
    grid-template-columns:repeat(auto-fit, minmax(250px,1fr));
    gap:16px;
    justify-items:center;
  }
  .vito-images img{
    width:100% !important;
    max-width:450px;
  }
}

/* Hizmet / Avantaj responsive */
@media (max-width: 900px){
  .service-list, .advantage-list{
    display:grid !important;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:16px;
  }
  .item{width:100% !important;}
}

/* Bilgiler responsive */
@media (max-width: 900px){
  #bilgiler .info-grid{
    display:grid !important;
    grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
    gap:14px;
  }
  #bilgiler .info-item{
    width:100% !important;
  }
}

/* Reviews responsive */
@media (max-width: 900px){
  .reviews-grid{
    display:grid !important;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:14px;
    padding:0 6px;
  }
}

/* Map full width mobile */
@media (max-width: 900px){
  #harita .container{width:100% !important;max-width:none;}
  .map-container{height:260px !important;}
}



@media (max-width: 772px){
    header {
        display:flex !important;
        justify-content:center;
        align-items:center;
        position:relative;
        padding:12px 16px !important;
    }

    /* Title always stays visible in center */
    header .title,
    header .logo-text {
        display:block !important;
        font-size:1.25rem !important; /* shrink title instead of moving others */
        margin:0 auto !important;
        padding:0 !important;
        line-height:1.1 !important;
        text-align:center !important;
        white-space:nowrap;
    }

    /* DO NOT move logo or button */
    header .header-image.left {
        position:absolute;
        left:12px !important;
        top:50% !important;
        transform:translateY(-50%) !important;
    }

    header .header-call-button {
        position:absolute;
        right:12px !important;
        top:50% !important;
        transform:translateY(-50%) !important;
    }
}



@media (max-width: 900px){
    header .title,
    header .logo-text{
        font-size: clamp(1rem, 3vw, 1.45rem) !important;
        white-space: nowrap !important;
    }
    header .header-image.left{
        width: clamp(42px, 7vw, 58px) !important;
        height: clamp(42px, 7vw, 58px) !important;
    }
    header .header-call-button{
        font-size: clamp(0.75rem, 2vw, 0.9rem) !important;
        padding: 6px 10px !important;
        white-space: nowrap !important;
    }
}



@media (max-width: 360px){
    header {
        padding: 8px 10px !important;
    }
    header .title,
    header .logo-text {
        font-size: 1.05rem !important;
        white-space: nowrap !important;
    }
    header .header-image.left {
        width: 42px !important;
        height: 42px !important;
        left: 6px !important;
    }
    header .header-call-button {
        font-size: 0.65rem !important;
        padding: 5px 6px !important;
        right: 6px !important;
        white-space: nowrap !important;
    }
}



@media (max-width: 375px){
    header{
        display:flex !important;
        align-items:center;
        justify-content:center;
        position:relative;
        height:60px !important;
        padding:0 6px !important;
    }
    header .title,
    header .logo-text {
        font-size:0.95rem !important;
        white-space:nowrap !important;
        text-align:center !important;
        margin:0 auto !important;
        max-width:150px !important;
        overflow:hidden;
    }
    header .header-image.left {
        width:40px !important;
        height:40px !important;
        left:6px !important;
        top:50% !important;
        transform:translateY(-50%) !important;
    }
    header .header-call-button {
        font-size:0.65rem !important;
        padding:4px 6px !important;
        right:6px !important;
        top:50% !important;
        transform:translateY(-50%) !important;
        white-space:nowrap !important;
    }
}



@media (max-width: 768px){
    header {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        height: 70px !important;
        padding: 0 12px !important;
    }
    header .header-image.left {
        position: absolute !important;
        left: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 45px !important;
        height: 45px !important;
    }
    header .header-call-button {
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-size: 0.75rem !important;
        padding: 6px 12px !important;
        white-space: nowrap !important;
    }
    header .logo-text {
        position: relative !important;
        margin: 0 auto !important;
        font-size: 1.2rem !important;
        white-space: nowrap !important;
    }
    header .slogan {
        display: none !important;
    }
}



@media(max-width: 768px){
    .service-list,
    .advantage-list{
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .item{
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    #hizmetler .container{
        margin:0 !important;
        padding:0 !important;
        width:100% !important;
    }
}



#filo .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}


.vito-images {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    width: 100% !important;
}


@media(max-width: 900px){
  .vito-images{
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    width: 100% !important;
  }

  .vito-images img{
    width: 95% !important;
    max-width: 600px !important;
  }
}



#filo .vito-images img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
@media (max-width: 900px){
    #filo .vito-images img {
        height: 280px;
    }
}
@media (max-width: 600px){
    #filo .vito-images img {
        height: 220px;
    }
}



@media (min-width: 769px) and (max-width: 1100px) {

    body, html {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }

    .container,
    section .container,
    header .container,
    footer .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }

    header {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        position: relative !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
        height: 120px !important;
    }

    .header-image.left {
        position: absolute !important;
        left: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 75px !important;
        height: 75px !important;
    }

    .logo-text {
        font-size: 2rem !important;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    .slogan {
        display: block !important;
        margin-top: 5px !important;
        text-align: center !important;
        font-size: 1rem !important;
    }

    #bilgiler .info-grid,
    .vito-images,
    .service-list,
    .advantage-list,
    .reviews-grid {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
}



.header-call-button2 {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #25D366;
    color: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid white;
    text-decoration: none;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 9999;
    
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}


.header-call-button2:hover {
    background-color: #1e7e34; /* Daha koyu yeşil */
    transform: translateY(-50%) scale(1.05); /* Üstüne gelince %5 büyür */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); /* Gölge artışı */
}

@media (max-width:768px){
    .header-call-button2{
        width: 44px;
        height: 44px;
        font-size: 18px;
        right: 8px;
    }
}



@media (min-width: 1025px){
    .header-call-button2{
        width: 60px !important;
        height: 60px !important;
        font-size: 26px !important;
        right: 80px !important;
    }
}



@media (min-width: 1025px){
    .header-call-button2{
        width: 80px !important;
        height: 80px !important;
        font-size: 32px !important;
        right: 80px !important;
    }
}



@media (max-width: 768px) {

    body {
        font-size: 14px !important;
    }

    h1, h2, h3 {
        font-size: 0.85em !important;
    }

    p, .description, .review-text {
        font-size: 0.85em !important;
    }

    .large-number {
        font-size: 1.6em !important;
    }
}

/* 420px ve altı için daha da küçült */
@media (max-width: 420px) {
    body {
        font-size: 13px !important;
    }
    h1, h2, h3 {
        font-size: 0.8em !important;
    }
    p {
        font-size: 0.8em !important;
    }
}


/* ✅ CLEAN HEADER RESPONSIVE */
@media (max-width: 420px) {
  header .container {
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
  }
  .logo-text {
    display:flex !important;
    flex-direction:column !important;
    text-align:center !important;
    white-space:normal !important;
    font-size:1rem !important;
    line-height:1.15 !important;
  }
  .logo-text span {
    display:block !important;
    margin-top:8px !important;
    font-size:0.92rem !important;
  }
  .header-image.left {
    width:34px !important;
    height:34px !important;
    left:8px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
  }
  .header-call-button2 {
    width:36px !important;
    height:36px !important;
    right:8px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
  }
}
/* ✅ Sadece mobilde footer padding */
@media (max-width: 768px) {
    footer {
        padding-bottom: 270px !important;
    }
}
/* ✅ iPad / Tablet */
@media (min-width: 820px) and (max-width: 1180px) {
    footer {
        padding-bottom: 650px !important;
    }
}

.small-icon {
  width: 50px;
  height: 50px;
  background-image: url("img/Black_and_Yellow_Taxi_Services_Logo-removebg-preview.png");
  background-size: contain;
  background-repeat: no-repeat;
}




/* ✅ Mobile tweaks added */
@media (max-width: 768px) {
    #filo h2,
    #hizmetler h2,
    #avantajlar h2,
    #bilgiler h2,
    #customer-reviews h2,
    #harita h2 {
        font-size: 1.6em !important;
    }

    #filo .vito-images img {
        height: 200px !important;
        max-width: 90% !important;
        border-width: 3px !important;
    }
}

@media (max-width: 480px) {
    #filo h2,
    #hizmetler h2,
    #avantajlar h2,
    #bilgiler h2,
    #customer-reviews h2,
    #harita h2 {
        font-size: 1.45em !important;
    }

    #filo .vito-images img {
        height: 190px !important;
        max-width: 85% !important;
    }
}
/* === MOBILE TYPOGRAPHY – FINAL === */
@media (max-width: 768px) {

  /* ✅ 1) ANA BAŞLIK — EN BÜYÜK + BOLD */
  header h1.logo-text {
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    line-height: 1.2 !important;
  }

  /* ✅ 2) ANA BÖLÜM BAŞLIKLARI (Araç Filomuz / Başlıca Hizmetlerimiz / Konum / Yorumlar…) */
  #filo h2,
  #hizmetler h2,
  #avantajlar h2,
  #harita h2,
  #customer-reviews h2,
  section h2 {
    font-size: 1.05rem !important;   /* ORTA */
    font-weight: 700 !important;
    text-align: center !important;
    line-height: 1.25 !important;
  }

  /* ✅ 3) KUTU BAŞLIKLARI (hizmet kutuları vs.) → BOLD + orta’dan küçük */
  #hizmetler .item h3,
  #avantajlar .item h3,
  #filo .item h3,
  .item h3 {
    font-size: 0.95rem !important;
    font-weight: 700 !important;      /* BOLD */
    text-align: center !important;
    line-height: 1.2 !important;
  }

  /* ✅ 4) ALT METİNLER → EN KÜÇÜK */
  #filo p,
  #hizmetler p,
  #avantajlar p,
  #harita p,
  #customer-reviews p,
  .item p,
  section p {
    font-size: 0.85rem !important;
    font-weight: 400 !important;      /* BOLD YOK */
    text-align: center !important;
    line-height: 1.35 !important;
  }

}
/* === MOBILE FIX PACK — FINAL === */
@media (max-width: 768px) {

  /* SAYAC KUTULARI */
  #bilgiler .info-grid {
    display: flex;
    flex-direction: column;
    gap: 12px !important;
  }

  #bilgiler .info-item {
    padding: 14px !important;
    background: rgba(255,255,255,0.15) !important;
    border-radius: 10px !important;
    text-align: center !important;
    border: none !important;
  }

  #bilgiler .info-item .large-number {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
  }

  #bilgiler .info-item .description {
    font-size: 0.90rem !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
  }

  /* HARITA */
  #harita h2 {
    font-size: 1.05rem !important;
    text-align: center !important;
    margin-bottom: 8px !important;
  }

  #harita .map-container {
    width: 95% !important;
    height: 220px !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25) !important;
  }
}



