.kirala-ust-bant {
    background: #e8f8f5;
    border: 1px solid #1abc9c;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}
.kirala-sidebar {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    margin-top: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
    border-right: 1px solid #d5d5d5;
}

.arac-ozet-kart {
    background: none;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 20px;
}

.arac-ozet-kart h4 {
    color: #006064;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0f7fa;
}

.arac-ozet-resim {
    text-align: center;
    margin-bottom: 15px;
}

.arac-ozet-resim img {
    max-width: 100%;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.arac-ozet-baslik {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin: 10px 0 5px 0;
    line-height: 1.4;
}

.arac-ozet-fiyat {
    background: #eaf2fd;
    border: 1px solid #a6c8ff;
    color: #1e3a8a;
    font-size: 24px;
    font-weight: 700;
    margin: 10px auto;
    text-align: center;
    width: 90%;
    border-radius: 4px;
    padding: 4px;
}

.gun_basina_fiyat {
    font-size: 14px;
    color: #6c757d;
    margin: 5px 0 15px 0;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
}

.gun_basina_fiyat .gs_fiyatbu {
    font-weight: 600;
    color: #006064;
}

.kupon-alani {
    padding: 4px;
    margin-top: 20px;
}

.kupon-input-grup {
    display: flex;
    gap: 8px;
}

.kuponkodu {
    flex: 1;
    padding: 10px;
    border: 1px solid #a9c344;
    border-radius: 4px;
    font-size: 14px;
}

.kuponkodu:focus {
    border-color: #00bcd4;
    outline: none;
}

.kupon_uygula {
    padding: 10px 20px;
    background: #a9c344;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.kupon_uygula:hover {
    background: #0097a7;
}

.kupon_bunedir {
    font-size: 13px;
    text-decoration: underline;
}

.kupon_aciklama {
    display: none;
    padding: 2px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.kirala-form-panel {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px 14px;
    border: 1px solid #fffdfd;
}

.kiralama-bilgi-ozet {
    background: #e8f8f5;
    border: 1px solid #1abc9c;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.kiralama-bilgi-ozet .bilgi-satir {
    margin-bottom: 10px;
    font-size: 14px;
}

.kiralama-bilgi-ozet .bilgi-satir:last-child {
    margin-bottom: 0;
}

.kiralama-bilgi-ozet .bilgi-satir b {
    color: #006064;
}

.rdegistir {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    background: #00bcd4;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rdegistir:hover {
    background: #0097a7;
    color: #ffffff;
}

.form-bolum-baslik {
    font-size: 20px;
    font-family: var(--font-1);
    text-transform: uppercase;
}

.checkout_login_btn {
    text-align: right;
}

.checkout_login_btn ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout_login_btn ul li {
    display: inline-block;
}

.checkout_login_btn ul li a {
    color: #00bcd4;
    font-size: 14px;
    text-decoration: none;
}

.checkout_login_btn ul li a:hover {
    text-decoration: underline;
}

.checkout_login_btn .retrn {
    font-size: 12px;
    color: #6c757d;
    margin: 5px 0 0 0;
}

.bilgiler_kutu {
    background: #fafbff;
    border: 1px solid #0e0e0e14;
    color: #1a237e;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.bilgiler_kutu label {
    margin-bottom: 15px;
}

.bilgiler_kutu label b {
    color: #333;
    font-weight: 600;
    letter-spacing: 1.4px;
}

.bilgiler_kutu input[type="text"],
.bilgiler_kutu input[type="email"],
.bilgiler_kutu select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}
.bilgiler_kutu select {
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='gray'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M7%2010l5%205%205-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 30px;
}

.bilgiler_kutu input:focus,
.bilgiler_kutu select:focus {
    border-color: #00bcd4;
    outline: none;
}

/* Telefon Input Grubu */
.bilgiler_kutu nobr {
    display: flex;
    gap: 0;
}

.tkod {
    max-width: 80px;
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#gsm_tel {
    flex: 1;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.checkbox_kutu input[type="checkbox"]+label.before1:before {
    color: #4d93ff !important;
}
.checkbox_kutu input[type="checkbox"]:checked+label.before1:before {
    content: "🗸" !important;
}

.car_checkout_chekbox {
    margin: 15px 0;
    padding: 12px;
    border-radius: 6px;
}

.car_checkout_chekbox input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.car_checkout_chekbox label {
    flex: 1;
    cursor: pointer;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}

.surucuyas {
    background: #ffffff;
    border: 1px solid #ccc;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 4px;
    padding: 4px;
}

.car_checkout_chekbox.mt-4 {
    margin-top: 20px !important;
}

/* Onay Butonu */
.kirala-onay-buton {
    text-align: right;
    margin-top: 30px;
}

.mesaj1.gyazi2 {
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    padding: 12px;
    border-radius: 6px;
    margin: 15px 0;
    font-weight: 500;
}


.araba-detay-kart {
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.araba-detay-inner {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.araba-detay-resim {
    flex: 0 0 240px;
}

.araba-detay-resim img {
    width: 100%;
    height: auto;
    display: block;
}

.araba-detay-bilgi {
    flex: 1;
    min-width: 280px;
    padding: 16px 8px 0 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.araba-kirala-ozellikler {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 4px;
    margin: 2px 0;
    white-space: nowrap;
}

/* .araba-baslik, .araba-sinif-badge, .araba-ozellikler, .ozellik-item stilleri liste.css'de tanımlıdır */
/* .firma-puan, .firma-puan-alan stilleri liste.css'de tanımlıdır */

.__kirala_firma-bilgi-alan {
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 4px;
}

.__kirala_firma-logo-alan {
    display: inline-block;
    border-radius: 4px;
    max-width: 120px;
}

.__kirala_firma-info-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #333;
}

.__kirala_firma-puan-alan {
    display: inline-block;
    align-items: center;
    gap: 4px;
    background: #fff3cd;
    color: #856404;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.__kirala_firma-adi, .__kirala_firma-gsm {
    font-size: 14px;
    padding: 4px 6px;
    font-family: var(--font-1);
}


.ucretsiz_ek_ozellikler {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    border: 1px solid #c4d1e7;
    padding: 10px;
    background: #eaf7ff;
    border-radius: 6px;
}

.ucretsiz_ek_ozellikler_baslik {
    color: #004d79;
    white-space: nowrap;
    flex-shrink: 0;
}

.ucretsiz_ek_ozellikler_liste {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1;
}

.ucretsiz_ek_ozellikler [data-fd_ekozellik] {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    background: #ffffff;
    border: 1px solid #80cbc4;
    border-radius: 16px;
    color: #00695c;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.ucretsiz_ek_ozellikler [data-fd_ekozellik]::before {
    content: "✓";
    margin-right: 4px;
    color: #00897b;
    font-weight: bold;
}

@media (max-width: 768px) {
    .ucretsiz_ek_ozellikler {
        flex-direction: column;
        gap: 8px;
    }
    
    .ucretsiz_ek_ozellikler_baslik {
        white-space: normal;
    }
}

@media (max-width: 1200px) {
    .ucretsiz_ek_ozellikler {
        display: grid;
    }
    .kirala-sidebar {
        position: static;
        margin-bottom: 30px;
    }
    
    .araba-detay-resim {
        flex: 0 0 40%;
    }
}

@media (max-width: 768px) {
    .arac-ozet-kart {
        padding: 15px;
    }

    .arac-ozet-baslik {
        font-size: 16px;
    }

    .arac-ozet-fiyat {
        font-size: 20px;
    }

    .kirala-form-panel {
        padding: 15px;
    }

    .form-bolum-baslik {
        font-size: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .checkout_login_btn {
        text-align: left;
        width: 100%;
    }

    .tkod {
        max-width: 100%;
        border-right: 1px solid #ddd !important;
        border-radius: 4px !important;
    }

    #gsm_tel {
        border-radius: 4px !important;
    }

    .kirala-onay-buton {
        text-align: center;
    }

    .contect_btn ul li a {
        width: 100%;
        justify-content: center;
    }
    
    /* Araç Detay Kartı - Tablet */
    .araba-detay-inner {
        flex-direction: column;
    }
    
    .araba-detay-resim {
        flex: 0 0 auto;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 12px;
    }
    
    .araba-detay-bilgi {
        padding: 14px;
    }
    
    /* .araba-baslik, .araba-ozellikler responsive stilleri liste.css'de tanımlıdır */
}

@media (max-width: 480px) {
    .arac-ozet-resim img {
        max-height: 150px;
    }

    .kupon-input-grup {
        flex-direction: column;
    }

    .kupon_uygula {
        width: 100%;
    }

    .araba-detay-resim {
        padding: 10px;
    }
    
    .araba-detay-bilgi {
        padding: 12px;
        gap: 10px;
    }
    
    /* .araba-baslik, .araba-sinif-badge, .araba-ozellikler, .ozellik-item mobil stilleri liste.css'de tanımlıdır */
}

/* Yardımcı Sınıflar */
.l4_itext {
    height: 40px;
}

.bgimg0 {
    background-image: none;
}

.border-right-0 {
    border-right: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

/* Print Styles */
@media print {
    .araba-detay-kart {
        box-shadow: none;
        border: 1px solid #dee2e6;
        page-break-inside: avoid;
    }
    
    .araba-detay-resim img {
        filter: none;
    }
    
    .firma-bilgi-alan {
        background: #f9f9f9;
        border: 1px solid #ddd;
    }
    
}

.kkcsyaz {
    margin: 2px 0;
    padding: 2px;
    background: #a9c344;
    color: #fff;
}

.hizmet_bedeli_checkbox {
    transform: scale(0.85);
}