* {
    font-family: 'Roboto', sans-serif;
}

.daterangepicker th.month {
    width: auto;
    padding-top: 0 !important;
}

/* Modern Header Styles */
.main-header-modern {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding-bottom: 5px;
}

/* Top Header - Dil ve Para Birimi */
.top-header-modern {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    padding: 8px 0;
    width: 100%;
    margin-bottom: 5px;
}

.top-header-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-selectors {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-selector-wrapper {
    position: relative;
}

.header-select-modern {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 8px 32px 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
    outline: none;
}

.header-select-modern:hover {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header-select-modern:focus {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.header-selector-wrapper::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #64748b;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.header-selector-wrapper:hover::after {
    border-top-color: #1e293b;
}

/* Main Navigation */
.main-nav-modern {
    padding: 12px 0;
    background: #fff;
}

.nav-content-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-modern {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.logo-modern:hover {
    opacity: 0.8;
}

.logo-modern img {
    height: 56px;
    width: auto;
    object-fit: contain;
}

.nav-actions-modern {
    display: flex;
    align-items: center;
    gap: 20px;
}

.phone-link-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.phone-link-modern:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-color: #cbd5e1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.phone-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.phone-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.phone-label {
    font-size: 11px;
    color: #64748b;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.phone-number {
    font-size: 16px;
    color: #1e293b;
    font-weight: 700;
    line-height: 1.2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-header-modern {
        padding: 6px 0;
    }
    
    .header-selectors {
        gap: 8px;
    }
    
    .header-select-modern {
        padding: 6px 28px 6px 10px;
        font-size: 13px;
        min-width: 70px;
    }
    
    .main-nav-modern {
        padding: 10px 0;
    }
    
    .logo-modern img {
        height: 40px;
    }
    
    .phone-link-modern {
        padding: 8px 12px;
        gap: 10px;
    }
    
    .phone-icon-wrapper {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    
    .phone-label {
        font-size: 10px;
    }
    
    .phone-number {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .header-select-modern {
        padding: 8px 29px 7px 12px;
        font-size: 15px;
        min-width: 60px;
    }
    
    .phone-link-modern {
        padding: 6px 10px;
        gap: 8px;
    }
    
    .phone-icon-wrapper {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    
    .phone-text-wrapper {
        display: none;
    }
}

/* Eski header stilleri (geriye dönük uyumluluk için) */
header {
    background-color: whitesmoke;
    padding: 0px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

header .logo img {
    height: 52px;
    margin-top: 5px;
}

header .navbar-nav {
    float: right;
    display: block;
}

header .navbar-nav li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
}

header .navbar-nav li a{
    margin: 0;
    padding: 0;
    color: #13677c;
    padding: 6px 14px;
    font-size: 17px;
    border-radius: 5px;
    margin-top: 5px;
    font-weight: 400;
}

.search {
    background-color: #13677c;
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 140px;
}


/* Modern Search Area */
.search-area-modern {
    background: rgb(255 255 255 / 56%);
    border: 1px solid rgba(255, 255, 255, 0.54);
    background-blend-mode: normal, multiply;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding: 35px;
    border-radius: 20px;
    margin-top: 20px;
}

.search-form-modern {
    width: 100%;
}

/* Ortalanmış Toggle Container */
.trip-type-container-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.trip-type-container {
    margin-bottom: 30px;
}

.trip-type-toggle-modern {
    display: inline-flex;
    background: #f5f7fa;
    border-radius: 12px;
    padding: 6px;
    gap: 8px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}

.trip-type-label-modern {
    margin: 0;
    cursor: pointer;
    position: relative;
    flex: 1;
}

.trip-type-radio-modern {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.trip-type-option-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 10px;
    background: transparent;
    color: #64748b;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.trip-type-option-modern ion-icon {
    font-size: 18px;
}

.trip-type-radio-modern:checked + .trip-type-option-modern {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.3);
    transform: translateY(-1px);
}

.trip-type-radio-modern:not(:checked) + .trip-type-option-modern:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #334155;
}

.form-fields-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: end;
}

.form-field-wrapper {
    position: relative;
    width: 100%;
}

.form-field-content {
    width: 100%;
    position: relative;
}

/* Input içinde solda küçük icon */
.input-with-icon {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.form-field-icon-inline {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(242, 109, 41, 0.25);
    transition: all 0.3s ease;
    z-index: 10;
    margin-top: 0;
}

.form-field-wrapper:focus-within .form-field-icon-inline {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.35);
}

/* Eski icon yapısı (kaldırıldı) */
.form-field-icon {
    display: none;
}

.form-label-modern {
    display: block;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-input-modern {
    width: 100%;
    padding: 14px 16px 14px 50px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    outline: none;
    box-sizing: border-box;
}

.daterangepicker .drp-calendar.left {
    padding: 0 !important;
}

@media (max-width: 768px) {
    .daterangepicker {
        width: 313px !important;
    }

    .car-select-btn-minimal {
        padding: 12px 18px !important;
        font-size: 14px !important;
    }
}

.form-input-modern::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.form-input-modern:focus {
    border-color: #f26d29;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(242, 109, 41, 0.1);
    transform: translateY(-2px);
}

.form-input-modern:hover:not(:focus) {
    border-color: #cbd5e1;
}

.return-date-wrapper-modern {
    display: none !important;
    opacity: 0;
}

.search-form-modern.roundtrip-active .return-date-wrapper-modern {
    display: flex !important;
    animation: slideIn 0.3s ease forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-btn-wrapper-modern {
    grid-column: span 1;
}

.search-btn-modern {
    width: 100%;
    padding: 16px 32px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(242, 109, 41, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-height: 48px;
}

.search-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(242, 109, 41, 0.4);
    background: linear-gradient(135deg, #e06120 0%, #d4561a 100%);
}

.search-btn-modern:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.3);
}

.search-btn-modern ion-icon {
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .form-fields-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .search-btn-wrapper-modern {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .search-area-modern {
        padding: 25px 20px;
        border-radius: 16px;
        margin-top: 15px;
    }
    
    .trip-type-toggle-modern {
        width: 100%;
        flex-direction: row;
        gap: 6px;
    }
    
    .trip-type-option-modern {
        flex: 1;
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .trip-type-option-modern ion-icon {
        font-size: 16px;
    }
    
    .form-fields-container {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .search-btn-wrapper-modern {
        grid-column: span 1;
        margin-top: 5px;
    }
    
    .form-field-wrapper {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .form-field-content {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .input-with-icon {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .form-field-icon-inline {
        width: 28px;
        height: 28px;
        font-size: 14px;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
    
    .form-field-wrapper:focus-within .form-field-icon-inline {
        transform: translateY(-50%) scale(1.1);
    }
    
    .form-input-modern {
        padding: 12px 14px 12px 48px !important;
        font-size: 15px;
        position: relative;
        z-index: 1;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .date-input {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .return-date-wrapper-modern {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .search-btn-modern {
        padding: 14px 24px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .search-area-modern {
        padding: 20px 15px;
    }
    
    .trip-type-container {
        margin-bottom: 20px;
    }
    
    .trip-type-toggle-modern {
        gap: 4px;
    }
    
    .trip-type-option-modern {
        padding: 10px 10px;
        font-size: 14px;
    }
    
    .trip-type-option-modern ion-icon {
        font-size: 14px;
    }
}

/* Modern Daterangepicker Tasarımı */
.daterangepicker {
    background: rgb(255 255 255 / 98%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    padding: 20px !important;
    padding-bottom: 15px !important;
    font-family: 'Roboto', sans-serif !important;
    overflow: hidden !important;
}

.daterangepicker .drp-buttons,
.daterangepicker .drp-buttons .btn,
.daterangepicker .drp-buttons .cancelBtn,
.daterangepicker .drp-buttons .applyBtn {
    display: none !important;
}

.daterangepicker .calendar-table {
    margin-bottom: 0 !important;
}

.daterangepicker .calendar {
    margin: 0 !important;
}

.daterangepicker .drp-calendar {
    padding-bottom: 0 !important;
}

/* Takvim Header */
.daterangepicker .calendar-header {
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 12px !important;
}

.daterangepicker .calendar-header table {
    width: 100% !important;
    table-layout: fixed !important;
}

.daterangepicker .calendar-header th {
    font-weight: 600 !important;
    color: #1e293b !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    padding: 4px 2px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.daterangepicker .calendar-header th.prev,
.daterangepicker .calendar-header th.next {
    width: 36px !important;
    padding: 4px !important;
    text-align: center !important;
}

.daterangepicker .calendar-header th.month {
    width: auto !important;
    min-width: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* Header içindeki select ve button hizalaması */
.daterangepicker .calendar-header th.month select,
.daterangepicker .calendar-header th.month button {
    vertical-align: middle !important;
    display: inline-block !important;
}

/* Ay/Yıl Seçici */
.daterangepicker .monthselect,
.daterangepicker .yearselect {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 4px 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin: 0 4px !important;
    height: 32px !important;
    line-height: 24px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    text-align: center !important;
    overflow: visible !important;
    white-space: nowrap !important;
}

.daterangepicker .monthselect {
    width: 85px !important;
    min-width: 85px !important;
    max-width: 85px !important;
}

.daterangepicker .yearselect {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

/* Tüm select elementleri için */
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    width: auto !important;
    min-width: 80px !important;
    max-width: none !important;
    overflow: visible !important;
}

.daterangepicker select.yearselect {
    min-width: 80px !important;
    width: 80px !important;
}

.daterangepicker .monthselect:hover,
.daterangepicker .yearselect:hover {
    border-color: #f26d29 !important;
    background: rgba(242, 109, 41, 0.05) !important;
}

.daterangepicker .monthselect:focus,
.daterangepicker .yearselect:focus {
    outline: none !important;
    border-color: #f26d29 !important;
    box-shadow: 0 0 0 3px rgba(242, 109, 41, 0.1) !important;
}

/* Navigasyon Okları */
.daterangepicker .prev,
.daterangepicker .next {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%) !important;
    border: none !important;
    border-radius: 6px !important;
    width: 32px !important;
    height: 32px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-align: center !important;
    line-height: 32px !important;
    box-shadow: 0 2px 8px rgba(242, 109, 41, 0.25) !important;
    vertical-align: middle !important;
    padding: 0 !important;
}

.daterangepicker .prev:hover,
.daterangepicker .next:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.35) !important;
}

.daterangepicker .prev:active,
.daterangepicker .next:active {
    transform: scale(0.95) !important;
}

/* Tarih Hücreleri */
.daterangepicker td.available,
.daterangepicker th.available {
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

.daterangepicker td.available:hover {
    background: rgba(242, 109, 41, 0.1) !important;
    color: #f26d29 !important;
    transform: scale(1.05) !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%) !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.4) !important;
    transform: scale(1.05) !important;
}

.daterangepicker td.off,
.daterangepicker td.off:hover {
    color: #cbd5e1 !important;
    background: transparent !important;
}

.daterangepicker td.in-range {
    background: rgba(242, 109, 41, 0.1) !important;
    color: #f26d29 !important;
}

.daterangepicker td.start-date,
.daterangepicker td.end-date {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%) !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}

/* Tarih Numaraları */
.daterangepicker table thead tr th,
.daterangepicker table tbody tr td {
    padding: 5px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.daterangepicker table tbody tr td {
    width: 32px !important;
    height: 32px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.daterangepicker table {
    width: 100% !important;
    margin: 0 auto !important;
    font-size: 12px !important;
}

/* Hafta Günleri */
.daterangepicker table thead tr th {
    color: #64748b !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    padding: 6px 5px !important;
}

/* Bugün */
.daterangepicker td.today {
    background: rgba(242, 109, 41, 0.15) !important;
    color: #f26d29 !important;
    font-weight: 600 !important;
    border: 2px solid rgba(242, 109, 41, 0.3) !important;
}

.daterangepicker td.today:hover {
    background: rgba(242, 109, 41, 0.2) !important;
}

/* Animasyonlar */
@keyframes dateSelect {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.daterangepicker td.active {
    animation: dateSelect 0.2s ease !important;
}

/* Old search-area styles (keeping for backward compatibility) */
.search-area {
    background-color: #fbfbfba8;
    padding: 17px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #31313175;
    padding-top: 10px;
}

/* Old search-area input styles (keeping for backward compatibility) */
.search-area input {
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    padding: .75rem 1rem;
    border: .0625rem solid #cccccc52;
    max-height: 3rem;
    margin-top: 8px;
    outline: 0;
    -webkit-appearance: none;
}

.search-area .t-check-in,.search-area  .t-check-out {
    background-color: transparent;
    border: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.search-area .t-dates {
    background-color: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    padding: .75rem 1rem;
    border: .0625rem solid #cccccc52;
    max-height: 3rem;
    margin-top: 8px;
    outline: 0;
    height: 56px;
}

.search-area .t-dates span.ozel {
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15.5px;
    margin-top: -6px;
    display: block;
    margin-left: -16px;
}

.search-area h3 {
    width: 100%;
    color: #4e4e4e;
    font-size: 23px;
    font-weight: bold;
    line-height: 33px;
}

.search-area .t-arrow-top, .search-area .t-arrow-top::after {
    display: none !important;
}

.search-area p {
    width: 100%;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0;
}

.search-area p b {
    font-weight: bold;
}

.search-area button {
    font-weight: 600;
    float: right;
    margin-top: 9px;
    border: 0px;
    background-color: #f26d29;
    color: #fff;
    padding: 8px 40px;
    font-size: 18px;
    border-radius: 5px;
    width: 100%;
}


.search-area ion-icon {
    margin-top: 6px;
    display: block;
    float: right;
}


.search-area .yatiligunubirlik-btn {
    width: 100%;
    background-color: #eeeeee;
    margin: 0;
    display: inline-block;
    padding: 7px;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: -4px;
}

.search-area .yatiligunubirlik-btn li {
    width: 50%;
    float: left;
    padding: 0px;
    list-style: none;
    margin: 0;
}

.search-area .yatiligunubirlik-btn li a{
    background-color: transparent;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
    color: #3c3c3c;
    font-weight: 500;
    border-radius: 5px;
    font-size: 15px;
}

.search-area .yatiligunubirlik-btn li a.active {
    background-color: #f26d29;
    color: #fff;
}

.search h6 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 21px;
}

.search-area label {
    font-weight: 500;
    color: #585858;
    margin-top: 14px;
    font-size: 15px;
    margin-bottom: -1px;
    display: block;
}

.top-header  {
    display: inline-block;
    background-color: #0d7084;
    width: 100%;
    margin-bottom: 9px;
}

.top-header ul {
    margin: 0;
    padding: 0;
    float: right;
}

.top-header ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.top-header ul li a {
    margin: 0;
    padding: 0;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    background-color: #e06120;
    margin: 5px 3px;
    border-radius: 3px;
}

.phone-call-center {
    display: block;
    width: 200px;
    margin-top: -5px;
    padding: 3px 14px;
}

.phone-call-center ion-icon {
    float: left;
    display: block;
    font-size: 32px;
    margin-right: 6px;
    margin-top: 3px;
}

.phone-call-center span {
    color: #106f84;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-top: -4px;
    margin-bottom: -5px;
}

.phone-call-center b {
    color: #106f84;
    display: list-item;
    font-weight: 900;
    font-size: 17px;
}

.popular-destinations  {
    padding: 35px 0px;
}

.popular-destinations .destination span {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    font-size: 15px;
}

.popular-destinations .destination {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.popular-destinations .destination[data-bg-image] {
    background-image: var(--bg-image-url);
}


.popular-destinations .destination h6 {
    position: absolute;
    right: 15px;
    bottom: 55px;
    color: #fff;
    font-size: 15px;
    text-align: right;
    line-height: 27px;
    font-weight: 400;
}

.popular-destinations .destination h6 b {
    display: block;
    font-weight: 900;
    font-size: 22px;
}

.popular-destinations .destination a {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #f26d29;
    padding: 7px 17px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
}


.popular-destinations .destination a ion-icon {
    display: block;
    float: right;
    margin-top: 5px;
    margin-left: 12px;
}



footer {
    background-color: #106f84;
    margin-top: 15px;
}

footer .ozelcontainer {
    position: relative;
    padding-bottom: 10px
}

footer .footer-sol-image img {
    width: 100%;
    margin-bottom: 20px;
}

footer .footer-sol-image img:nth-child(1){
    max-width:160px;
}

footer .footer-sol-image img:nth-child(2){
    max-width:190px;
}

footer .footer-sol-image img:nth-child(3){
    max-width:160px;
}

footer .menu-foot ul {
    margin: 0px;
    padding: 0px;
}

footer .menu-foot ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .menu-foot ul li h5 {
    color: #fff;
    font-size: 16px;
}

footer .menu-foot ul li a {
    text-decoration: none;
    margin-top: 4px;
    color: #fff;
    font-size: 14.5px;
    font-weight: 300;
    display: block;
    width: 100%;
}

footer .phone-wp {
    width: 100%;
    display: inline-block;
}

footer .phone-wp a{
    text-decoration: none;
    color: #fff;
}

footer .phone-wp img {
    width: 48px;
    float: left;
    margin-right: 11px;
    margin-bottom: 29px;
    padding-top: 4px;
}

footer .phone-wp p {
    font-size: 24px;
    margin-bottom: 0px;
}

footer .phone-wp .ustyazi {
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: -4px;
    display: block;
    font-weight: 300;
}

footer .phone-wp .min-yazi {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: -4px;
    display: block;
    font-weight: 300;
}

footer .footer-tekne {
    position: absolute;
    right: 40px;
    bottom: -5px;
    width: 100%;
    max-width: 280px;
    z-index: 3;
}

footer .row {
    position: relative;
    z-index: 4;
}

footer .copyright {
    background-color: #fff;
    width: 100%;
    display: inline-block;
}

footer .copyright ul {
    margin: 0px;
    padding: 20px 0px;
    display: inline-block;
    padding-bottom: 10px;
}

footer .copyright ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px dashed #313131;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

footer .copyright ul li a{
    text-decoration: none;
    color: #000;
}

footer .copyright ul li:last-child {
    border-right: 0px dashed #313131;
}

footer .footer-social-area {
    margin: 0;
    padding: 0;
    margin-top: 85px;
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

footer .footer-social-area li {
    float: left;
    list-style: none;
    margin-right: 6px;
}

footer .footer-social-area li a {
    text-decoration: none;
    width: 38px;
    height: 38px;
    display: block;
    background-color: #fff;
    border-radius: 90px;
    text-align: center;
    color: #17a9d0;
    font-size: 18px;
    padding-top: 6px;
}

footer .footer-social-area li a:hover {
    color: #205ba9;
}

footer .footer-social-area li p {
    color: #fff;
    margin-top: 7px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 17px;
}

footer .footer-social-area li p b{
    font-weight: 800;
}

.footer-ust-logo {
    width: 100%;
    max-width: 400px;
    display: table;
    margin: 0 auto;
    margin-bottom: 90px;
    margin-top: 55px;
}


.social-media-area {
    width: 100%;
    display: block;
    background-color: transparent;
    margin: 0px;
    border-bottom: 1px solid #cccccc78;
    margin-bottom: 56px;
}

.social-media-area ul{
    display: table;
    margin: 0 auto;
    padding: 0px;
}

.social-media-area ul li{
    list-style: none;
    float: left;
}
.social-media-area ul li a{
    width: 65px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 15px 0px;
    font-size: 23px;
    transition: all 500ms;
}

.social-media-area ul li a:hover{
    color: #ccc;
    transition: all 500ms;
}



footer .app-store {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

footer .app-store li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 20px;
    float: none;
    width: 100%;
}

footer .app-store li a{
    background-color: #0d5262;
    display: block;
    padding: 12px 30px;
    border-radius: 5px;
    max-width: 232px;
    margin-top: 11px !important;
}

footer .app-store li a img{
    height: 24px;
    width: auto;
}

@media(min-width: 768px){
    .mobile-active {
        display: none;
    }
}

@media(max-width: 768px){
    .web-active {
        display: none;
    }
}

.search-result-area {
    padding: 35px 0px;
    position: relative;
}

.search-result-area #map-canvas {
    width: 100%;
    height: 520px;
    display: inline-block;
}

.search-result-area .maps-area {
    padding: 15px;
    background-color: #f3f3f3;
    padding-bottom: 10px;
    position: relative;
}


.search-result-area #a2b{
    width: auto;
    height: 36px;
    background-color: #ffffff;
    position: absolute;
    bottom: 27px;
    left: 24px;
    text-align: center;
    padding: 6px 13px;
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c;
    border-radius: 2px;
}

.web-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: green;
    font-size: 40px;
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 500px;
    text-align: center;
    padding-top: 8px;
}


@media(max-width:768px){
    .web-whatsapp {
        bottom: 12px;
        right: 15px;
        font-size: 31px;
        height: 59px;
        width: 59px;
    }

    .menu-foot {
        margin-bottom: 25px;
    }

}

/* Para Birimi Seçimi */
.para-birimi-secim {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.para-birimi-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1e293b;
}

.para-birimi-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.para-birimi-select {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.para-birimi-select:hover {
    border-color: #f26d29;
}

.para-birimi-select:focus {
    outline: none;
    border-color: #f26d29;
    box-shadow: 0 0 0 3px rgba(242, 109, 41, 0.1);
}

/* Mesafe Bilgisi */
.mesafe-bilgisi {
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #e3f2fd;
    border-radius: 8px;
    color: #1e293b;
    font-size: 14px;
}

.mesafe-bilgisi strong {
    font-weight: 600;
}

.mesafe-hesaplanıyor {
    background: #fff3cd;
    color: #856404;
}

/* Araç Tipleri Liste */
.arac-tipleri-liste {
    margin-bottom: 20px;
}

.arac-tipleri-baslik {
    margin-bottom: 15px;
    font-weight: 600;
    color: #1e293b;
    font-size: 18px;
}

/* Araç Tipi Kart */
.arac-tipi-kart {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.arac-tipi-kart:hover {
    border-color: #f26d29;
    box-shadow: 0 2px 8px rgba(242, 109, 41, 0.2);
    transform: translateY(-2px);
}

.arac-tipi-icerik {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arac-tipi-bilgi {
    flex: 1;
}

.arac-tipi-ad {
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #1e293b;
    font-size: 16px;
}

.arac-tipi-aciklama {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.arac-tipi-kapasite {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #999;
}

.arac-tipi-fiyat-wrapper {
    text-align: right;
    flex-shrink: 0;
    margin-left: 15px;
}

.arac-tipi-fiyat {
    font-size: 24px;
    font-weight: 700;
    color: #f26d29;
    white-space: nowrap;
}

/* Mobil için */
@media (max-width: 768px) {
    .para-birimi-secim {
        padding: 12px;
    }

    .arac-tipi-icerik {
        flex-direction: column;
        align-items: flex-start;
    }

    .arac-tipi-fiyat-wrapper {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        text-align: left;
    }

    .arac-tipi-fiyat {
        font-size: 20px;
    }
}

/* Search Result Page - Yeni Tasarım */
.search-result-page {
    padding: 40px 0;
    min-height: 70vh;
}

.search-page-header {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    border-radius: 16px;
    padding: 20px 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 24px rgba(242, 109, 41, 0.25);
}

.para-birimi-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.para-birimi-label {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.para-birimi-form {
    flex: 1;
    max-width: 300px;
}

.para-birimi-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.95);
    color: #1e293b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.para-birimi-select:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: #fff;
}

.para-birimi-select:focus {
    outline: none;
    border-color: #fff;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

/* Yolculuk Bilgileri */
.yolculuk-bilgileri {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.yolculuk-bilgi-item {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.yolculuk-bilgi-item:hover {
    border-color: #f26d29;
    box-shadow: 0 4px 16px rgba(242, 109, 41, 0.15);
    transform: translateY(-2px);
}

.yolculuk-bilgi-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.3);
}

.yolculuk-bilgi-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.yolculuk-bilgi-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.yolculuk-bilgi-deger {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

/* API Hata Uyarısı */
.api-hata-uyarisi {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #856404;
    font-weight: 500;
}

.api-hata-uyarisi ion-icon {
    font-size: 24px;
    flex-shrink: 0;
}

/* Araç Tipleri Container */
.arac-tipleri-container {
    margin-top: 40px;
}

.arac-tipleri-ana-baslik {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
    text-align: center;
}

.arac-tipleri-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

/* Araç Tipi Card */
.arac-tipi-card {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.arac-tipi-card:hover {
    border-color: #f26d29;
    box-shadow: 0 12px 32px rgba(242, 109, 41, 0.2);
    transform: translateY(-4px);
}

.arac-tipi-card-header {
    padding: 24px 24px 16px;
    border-bottom: 1px solid #f1f5f9;
}

.arac-tipi-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px 0;
}

.arac-tipi-card-image {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arac-tipi-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arac-tipi-card-body {
    padding: 20px 24px;
    flex: 1;
}

.arac-tipi-card-aciklama {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.arac-tipi-card-ozellikler {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.arac-tipi-ozellik {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}

.arac-tipi-ozellik ion-icon {
    font-size: 18px;
    color: #f26d29;
}

.arac-tipi-card-footer {
    padding: 20px 24px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.arac-tipi-fiyat-container {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.arac-tipi-fiyat-sembol {
    font-size: 18px;
    font-weight: 600;
    color: #f26d29;
}

.arac-tipi-fiyat-tutar {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
}

.arac-tipi-sec-btn {
    padding: 12px 24px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.3);
}

.arac-tipi-sec-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 109, 41, 0.4);
}

.arac-tipi-sec-btn ion-icon {
    font-size: 18px;
}

/* Araç Bulunamadı */
.arac-bulunamadi {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
}

.arac-bulunamadi ion-icon {
    font-size: 64px;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.arac-bulunamadi h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
}

.arac-bulunamadi p {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

/* Mobil için */
@media (max-width: 768px) {
    .search-result-page {
        padding: 20px 0;
    }

    .search-page-header {
        padding: 16px 20px;
        border-radius: 12px;
    }

    .para-birimi-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .para-birimi-form {
        max-width: 100%;
        width: 100%;
    }

    .yolculuk-bilgileri {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .yolculuk-bilgi-item {
        padding: 16px;
    }

    .yolculuk-bilgi-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .arac-tipleri-ana-baslik {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .arac-tipleri-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .arac-tipi-card-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .arac-tipi-sec-btn {
        width: 100%;
        justify-content: center;
    }

    .arac-tipi-fiyat-container {
        justify-content: center;
    }
}

.kayit-from-area {
    width: 100%;
    display: inline-block;
}

.kayit-from-area .form-group {
    width: 100%;
    display: inline-block;
}

.kayit-from-area .form-group input {
    width: 100%;
    display: inline-block;
    padding: 9px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
}

.kayit-from-area .form-group label {
    width: 100%;
    display: inline-block;
    margin-top: 11px;
    font-weight: 400;
    margin-bottom: 1px;
}

.kayit-from-area .form-group button {
    width: 100%;
    display: inline-block;
    border: 0px;
    margin-top: 15px;
    background-color: #f66230;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 400;
}

@media(max-width: 768px){

    .kayit-from-area {
        margin-bottom: 25px;
    }
}

.disabled-input {
    pointer-events: none;
    cursor: default;
    background-color: #f7f7f7;
}

.success-alert-df {
    width: 100%;
    border: 15px solid #f1f1f1;
    padding: 28px 5px;
    margin-top: 2px;
    margin-bottom: 15px;
}

.success-alert-df ion-icon{
    width: 100%;
    font-size: 52px;
    color: green;
}


.success-alert-df h6{
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    margin-top: 5px;
}


.success-alert-df p{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}

.area-code {
    height: 43px;
    border-radius: 3px !important;
    background-color: #fff !important;
    margin-top: 0px;
}

.tursab-area {
    position: relative;
    margin-bottom: 145px;
    display: inline-block;
    width: 100%;
}

.tursab-info {
    text-align: center;
    position: absolute;
    top: 12px;
    background-color: rgba(204, 204, 204, 0.27);
    padding: 7px 13px;
    border-radius: 9px;
    font-size: 11px;
    display: table;
    max-width: 324px !important;
    display: table;
    left: 13px;
    color: #ffffffa8;
}

.tursab-footer img {
    width: 100%;
    max-width: 220px;
}

.tursab-footer span {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 8px;
    font-weight: 300;
}

.tursab-footer p {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 8px;
    font-weight: 300;
}

.tursab-footer a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

@media(max-width: 768px){
    header .logo img {
        height: 47px;
        margin-top: 8px;
    }
}

/* Old Gidiş-Dönüş Toggle Styles (keeping for backward compatibility) */
.trip-type-toggle {
    display: flex;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 20px;
    gap: 4px;
}

.trip-type-label {
    flex: 1;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.trip-type-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.trip-type-option {
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 6px;
    background-color: transparent;
    color: #4e4e4e;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
}

.trip-type-radio:checked + .trip-type-option {
    background-color: #f26d29;
    color: #fff;
    font-weight: 600;
}

.trip-type-radio:not(:checked) + .trip-type-option:hover {
    background-color: #e8e8e8;
}

/* Old Form Label Styles (keeping for backward compatibility) */
.search-area .form-label {
    display: block;
    font-weight: 500;
    color: #585858;
    margin-bottom: 6px;
    font-size: 14px;
}

.search-area .form-group {
    margin-bottom: 0;
}

/* Old Search Button Styles (keeping for backward compatibility) */
.search-btn {
    width: 100%;
    font-weight: 600;
    border: 0px;
    background-color: #f26d29;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.search-btn:hover {
    background-color: #e06120;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(242, 109, 41, 0.3);
}

.search-btn ion-icon {
    font-size: 20px;
    margin: 0;
    float: none;
    display: inline-block;
}

/* Old Return Date Wrapper (keeping for backward compatibility) */
.return-date-wrapper {
    display: none;
    transition: all 0.3s ease;
}

.search-form.roundtrip-active .return-date-wrapper {
    display: block;
}

@media (min-width: 768px) {
    .search-form.roundtrip-active .search-btn-wrapper {
        margin-top: 10px;
    }
    
    .search-form.roundtrip-active .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .return-date-wrapper,
    .search-form.roundtrip-active .return-date-wrapper {
        display: block;
        margin-bottom: 15px;
    }
}

/* Search Area Improvements */
.search-area {
    background-color: #fbfbfba8;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px #31313175;
    padding-top: 20px;
}

.search-area input {
    transition: all 0.3s ease;
}

.search-area input:focus {
    border-color: #f26d29;
    box-shadow: 0 0 0 3px rgba(242, 109, 41, 0.1);
}

/* Responsive Styles */
@media(max-width: 768px){
    .trip-type-toggle {
        margin-bottom: 15px;
    }
    
    .trip-type-option {
        padding: 8px 10px;
        font-size: 14px;
    }
    
    .search-area {
        padding: 20px 15px;
    }
    
    .search-btn {
        margin-top: 20px;
        padding: 10px 15px;
        font-size: 16px;
    }
    
    .search-area .form-label {
        font-size: 13px;
        margin-bottom: 5px;
    }
}

/* Loading Animation for Price Update */
.arac-tipi-fiyat-container.loading {
    position: relative;
    opacity: 0.6;
    pointer-events: none;
}

.arac-tipi-fiyat-container.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 3px solid #f26d29;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Map Container Styles */
.map-container-row {
    margin-top: 30px;
}

.maps-area {
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

#map-canvas {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

#a2b {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

@media (max-width: 768px) {
    .maps-area {
        height: 300px;
    }
    
    #map-canvas {
        min-height: 300px;
    }
}

/* Modern Search Result Page - New Design */
.search-result-page-modern {
    padding: 0;
    background: #f5f7fa;
    min-height: 100vh;
    position: relative;
}

/* New Car Card Design */
.main-content-row {
    padding: 30px 0;
}

/* Currency Selector New */
.currency-selector-new {
    background: #fff;
    padding: 20px 24px;
    border-radius: 12px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 15px;
}

.currency-label-new {
    font-weight: 600;
    color: #1e293b;
    font-size: 15px;
    white-space: nowrap;
}

.currency-form-new {
    flex: 1;
    max-width: 250px;
}

.currency-select-new {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.currency-select-new:hover {
    border-color: #f26d29;
}

.currency-select-new:focus {
    outline: none;
    border-color: #f26d29;
    box-shadow: 0 0 0 3px rgba(242, 109, 41, 0.1);
}

/* API Error New */
.api-hata-uyarisi-new {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #856404;
    font-weight: 500;
}

.api-hata-uyarisi-new ion-icon {
    font-size: 24px;
    flex-shrink: 0;
}

/* Car Options List New */
.car-options-list-new {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Car Card New */
.car-card-new {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.car-card-new:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.car-card-header-new {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
}

.car-name-new {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.car-price-new {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.car-price-amount-new {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
}

.car-price-symbol-new {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
}

.car-price-new.loading {
    opacity: 0.6;
}

.car-card-body-new {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}

.car-image-new {
    flex-shrink: 0;
    width: 200px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-image-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-image-placeholder-new {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 64px;
}

.car-info-new {
    flex: 1;
}

.car-capacity-new {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}

.capacity-item-new {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #1e293b;
    font-weight: 500;
}

.capacity-item-new ion-icon {
    font-size: 20px;
    color: #f26d29;
}

.free-services-new {
    margin-bottom: 20px;
}

.services-title-new {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 12px 0;
}

.services-list-new {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-item-new {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1e293b;
    font-weight: 500;
}

.service-item-new ion-icon {
    font-size: 20px;
    color: #f26d29;
    flex-shrink: 0;
}

.car-card-footer-new {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.select-btn-new {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.3);
}

.select-btn-new:hover {
    background: linear-gradient(135deg, #e06120 0%, #d4561a 100%);
    box-shadow: 0 6px 16px rgba(242, 109, 41, 0.4);
    transform: translateY(-2px);
}

.select-btn-new:active {
    transform: translateY(0);
}

.select-btn-new ion-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.select-btn-new:hover ion-icon {
    transform: translateX(4px);
}

/* No Cars Available New */
.no-cars-available-new {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
}

.no-cars-available-new ion-icon {
    font-size: 64px;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.no-cars-available-new h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
}

.no-cars-available-new p {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

/* Transfer Info Card */
.transfer-info-card-new {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    position: sticky;
    top: 20px;
    transition: all 0.3s ease;
}

.transfer-info-card-new:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.transfer-info-header-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
}

.transfer-info-title-new {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.edit-transfer-btn-new {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #f26d29;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.edit-transfer-btn-new:hover {
    background: #f1f5f9;
    border-color: #f26d29;
    color: #e06120;
}

.edit-transfer-btn-new ion-icon {
    font-size: 16px;
}

.journey-info-new {
    margin-bottom: 20px;
}

.journey-info-new:last-child {
    margin-bottom: 0;
}

.journey-type-badge-new {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    width: fit-content;
}

.journey-type-badge-new.return {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.journey-type-badge-new ion-icon {
    font-size: 18px;
}

.journey-date-new {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.journey-date-new ion-icon {
    font-size: 22px;
    color: #f26d29;
    flex-shrink: 0;
}

.journey-locations-new {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.location-row-new {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.location-icon-new {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.location-icon-new.departure {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #f59e0b;
}

.location-icon-new.arrival {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #3b82f6;
}

.location-icon-new ion-icon {
    font-size: 20px;
}

.location-text-new {
    flex: 1;
}

.location-label-new {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.location-value-new {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.5;
}

.location-connector-new {
    display: flex;
    justify-content: center;
    padding: 4px 0;
    margin-left: 16px;
}

.connector-line-new {
    width: 3px;
    height: 24px;
    background: linear-gradient(180deg, #f59e0b 0%, #3b82f6 100%);
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.journey-divider-new {
    height: 1px;
    background: #e2e8f0;
    margin: 24px 0;
}

/* Responsive */
@media (max-width: 992px) {
    .transfer-info-card-new {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .main-content-row {
        padding: 20px 0;
    }
    
    .car-card-body-new {
        flex-direction: column;
    }
    
    .car-image-new {
        width: 100%;
        height: 200px;
    }
    
    .car-capacity-new {
        flex-direction: column;
        gap: 12px;
    }
    
    .currency-selector-new {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .currency-form-new {
        max-width: 100%;
        width: 100%;
    }
    
    .car-card-header-new {
        flex-direction: column;
        gap: 12px;
    }
    
    .car-price-new {
        align-self: flex-start;
    }
    
    .transfer-info-card-new {
        margin-top: 20px;
    }
    
    .journey-locations-new {
        gap: 12px;
    }
    
    .location-value-new {
        font-size: 14px;
    }
}

/* Map Section Full Width */
.map-section-full {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.maps-area-full {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    background: #e2e8f0;
}

.maps-area-full #map-canvas {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.maps-area-full #a2b {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 700;
    color: #1e293b;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 10;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 8px;
}

.maps-area-full #a2b::before {
    content: '📍';
    font-size: 18px;
}

/* Main Content Row */
.main-content-row {
    margin-top: 0;
    padding: 40px 0;
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Currency Selector */
.currency-selector-modern {
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    padding: 20px 24px;
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.currency-selector-modern:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.currency-label-modern {
    font-weight: 600;
    color: #1e293b;
    font-size: 15px;
    white-space: nowrap;
}

.currency-form-modern {
    flex: 1;
    max-width: 250px;
}

.currency-select-modern {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.currency-select-modern:hover {
    border-color: #f26d29;
}

.currency-select-modern:focus {
    outline: none;
    border-color: #f26d29;
    box-shadow: 0 0 0 3px rgba(242, 109, 41, 0.1);
}

/* API Error */
.api-hata-uyarisi-modern {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #856404;
    font-weight: 500;
}

.api-hata-uyarisi-modern ion-icon {
    font-size: 24px;
    flex-shrink: 0;
}

/* Car Options Column */
.car-options-column {
    padding-right: 20px;
}

.car-options-list-modern {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.car-option-card-modern {
    animation: fadeInCard 0.5s ease-out;
    animation-fill-mode: both;
}

.car-option-card-modern:nth-child(1) {
    animation-delay: 0.1s;
}

.car-option-card-modern:nth-child(2) {
    animation-delay: 0.2s;
}

.car-option-card-modern:nth-child(3) {
    animation-delay: 0.3s;
}

.car-option-card-modern:nth-child(4) {
    animation-delay: 0.4s;
}

.car-option-card-modern:nth-child(5) {
    animation-delay: 0.5s;
}

@keyframes fadeInCard {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Car Option Card */
.car-option-card-modern {
    background: linear-gradient(135deg, #fff 0%, #fafbfc 100%);
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.car-option-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f26d29 0%, #e06120 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.car-option-card-modern.selected::before {
    transform: scaleX(1);
}

.car-option-card-modern:hover {
    border-color: #f26d29;
    box-shadow: 0 12px 32px rgba(242, 109, 41, 0.2);
    transform: translateY(-4px) scale(1.01);
}

.car-option-card-modern.selected {
    border-color: #f26d29;
    background: linear-gradient(135deg, #fff8f5 0%, #fff 100%);
    box-shadow: 0 16px 40px rgba(242, 109, 41, 0.3);
    border-width: 3px;
    transform: translateY(-2px);
    animation: selectedPulse 2s ease-in-out infinite;
}

@keyframes selectedPulse {
    0%, 100% {
        box-shadow: 0 16px 40px rgba(242, 109, 41, 0.3);
    }
    50% {
        box-shadow: 0 16px 40px rgba(242, 109, 41, 0.4);
    }
}

/* Car Badges */
.car-badge-modern {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.best-value-badge {
    background: #10b981;
    color: #fff;
}

.most-popular-badge {
    background: #3b82f6;
    color: #fff;
}

/* Car Option Content */
.car-option-content-modern {
    display: flex;
    gap: 24px;
    align-items: center;
}

.car-image-section-modern {
    flex-shrink: 0;
    width: 140px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.car-option-card-modern:hover .car-image-section-modern {
    transform: scale(1.05);
}

.car-image-modern {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-image-placeholder-modern {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 48px;
}

.car-details-section-modern {
    flex: 1;
}

.car-name-modern {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 14px 0;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.car-capacity-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 8px;
}

.capacity-item-modern {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.capacity-item-modern ion-icon {
    font-size: 18px;
    color: #f26d29;
}

.car-description-modern {
    font-size: 13px;
    color: #94a3b8;
    margin: 8px 0 0 0;
    line-height: 1.5;
}

.car-price-section-modern {
    flex-shrink: 0;
    text-align: right;
}

.car-price-container-modern {
    position: relative;
}

.car-price-container-modern.loading {
    opacity: 0.6;
}

.car-price-total-modern {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 4px;
}

.car-price-symbol-modern {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
}

.car-price-amount-modern {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.5px;
    line-height: 1;
}

.car-price-label-modern {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

/* Trip Summary Column */
.trip-summary-column {
    padding-left: 20px;
}

.trip-summary-card-modern {
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(226, 232, 240, 0.8);
    position: sticky;
    top: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.trip-summary-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f26d29 0%, #e06120 50%, #f26d29 100%);
    background-size: 200% 100%;
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.trip-summary-card-modern:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.trip-summary-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
}

.trip-type-badge-modern {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
}

.edit-trip-btn-modern,
.edit-date-btn-modern {
    background: none;
    border: none;
    color: #f26d29;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease;
}

.edit-trip-btn-modern:hover,
.edit-date-btn-modern:hover {
    color: #e06120;
    text-decoration: underline;
}

/* Journey Section */
.journey-section-modern {
    margin-bottom: 24px;
}

.journey-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.journey-label-modern {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.journey-date-modern {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.journey-locations-modern {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 12px;
}

.location-item-modern {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.location-label-modern {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.location-value-modern {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.5;
}

/* Price Summary */
.price-summary-modern {
    padding: 20px 0;
    border-top: 2px solid #f1f5f9;
    border-bottom: 2px solid #f1f5f9;
    margin: 24px 0;
}

.price-total-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.price-label-modern {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}

.price-amount-modern {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.5px;
    line-height: 1;
}

.price-breakdown-modern {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-item-modern {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #64748b;
}

/* Included Services */
.included-services-modern {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-item-modern {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1e293b;
    font-weight: 500;
}

.service-item-modern ion-icon {
    font-size: 20px;
    color: #10b981;
    flex-shrink: 0;
}

/* No Cars Available */
.no-cars-available-modern,
.no-info-modern {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
}

.no-cars-available-modern ion-icon,
.no-info-modern ion-icon {
    font-size: 64px;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.no-cars-available-modern h3,
.no-info-modern h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
}

.no-cars-available-modern p,
.no-info-modern p {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .car-options-column {
        padding-right: 15px;
    }
    
    .trip-summary-column {
        padding-left: 15px;
        margin-top: 30px;
    }
    
    .trip-summary-card-modern {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .maps-area-full {
        height: 300px;
    }
    
    .maps-area-full #map-canvas {
        min-height: 300px;
    }
    
    .main-content-row {
        padding: 20px 0;
    }
    
    .car-option-content-modern {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .car-image-section-modern {
        width: 100%;
        height: 200px;
    }
    
    .car-price-section-modern {
        width: 100%;
        text-align: left;
        margin-top: 16px;
    }
    
    .currency-selector-modern {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .currency-form-modern {
        max-width: 100%;
        width: 100%;
    }
}

/* Sticky Bottom Bar - Premium Design */
.sticky-bottom-bar-modern {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    padding: 20px 0;
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.sticky-bottom-content-modern {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sticky-left-section-modern {
    display: flex;
    align-items: center;
    flex: 1;
}

.selected-car-info-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.selected-car-info-modern:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    transform: translateX(4px);
}

.selected-car-icon-modern {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.3);
    flex-shrink: 0;
}

.selected-car-text-modern {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.selected-car-label-modern {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.selected-car-name-modern {
    font-size: 16px;
    color: #1e293b;
    font-weight: 700;
    line-height: 1.2;
}

.sticky-right-section-modern {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sticky-bottom-price-modern {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    padding-right: 20px;
    border-right: 1px solid #e2e8f0;
}

.sticky-price-label-modern {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sticky-price-amount-modern {
    font-size: 24px;
    color: #1e293b;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.5px;
}

.continue-btn-modern {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(242, 109, 41, 0.4);
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.continue-btn-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.continue-btn-modern:hover::before {
    left: 100%;
}

.continue-btn-modern:hover {
    background: linear-gradient(135deg, #e06120 0%, #d4561a 100%);
    box-shadow: 0 8px 28px rgba(242, 109, 41, 0.5);
    transform: translateY(-3px) scale(1.02);
}

.continue-btn-modern:active {
    transform: translateY(-1px) scale(0.98);
}

.continue-btn-modern ion-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.continue-btn-modern:hover ion-icon {
    transform: translateX(4px);
}

/* Body padding for sticky bar - Removed */

@media (max-width: 768px) {
    .sticky-bottom-content-modern {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .sticky-left-section-modern {
        width: 100%;
    }

    .selected-car-info-modern {
        width: 100%;
        justify-content: flex-start;
    }

    .sticky-right-section-modern {
        width: 100%;
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .sticky-bottom-price-modern {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 16px;
    }

    .sticky-price-label-modern {
        font-size: 14px;
    }

    .sticky-price-amount-modern {
        font-size: 28px;
    }

    .continue-btn-modern {
        width: 100%;
        padding: 18px;
        font-size: 18px;
    }

    .search-result-page-modern {
        padding-bottom: 160px;
    }

    .sticky-bottom-bar-modern {
        padding: 20px 0;
    }
}

/* ====================================================
   SEARCH PAGE - UX OPTIMIZED & MOBILE FIRST DESIGN
   ==================================================== */

.search-page {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
   
    padding: 0px;
}

/* Page Header */
.search-page-header {
    text-align: center;
    margin-bottom: 24px;
}

.search-page-title {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

.search-page-subtitle {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.search-page-distance {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #7dd3fc;
    border-radius: 20px;
    font-size: 14px;
    color: #0369a1;
}

.search-page-distance ion-icon {
    font-size: 18px;
    color: #0284c7;
}

.search-page-distance strong {
    font-weight: 700;
    color: #0c4a6e;
}

.search-page-distance .distance-city {
    color: #0284c7;
    font-weight: 500;
}

/* Mobile Summary Card */
.transfer-summary-mobile {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    order: 2;
}

.summary-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.summary-toggle:active {
    background: #f8fafc;
}

.summary-toggle-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.summary-toggle-left ion-icon {
    font-size: 20px;
    color: #f26d29;
}

.summary-toggle-text {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

.summary-toggle-date {
    font-size: 13px;
    color: #64748b;
    padding-left: 12px;
    border-left: 1px solid #e2e8f0;
}

.summary-toggle-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.summary-toggle-action {
    font-size: 13px;
    font-weight: 600;
    color: #f26d29;
}

.summary-chevron {
    font-size: 18px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.summary-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 16px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.summary-details.open {
    max-height: 1000px;
    padding: 16px;
}

/* Summary Journey Block */
.summary-journey-block {
    margin-bottom: 20px;
}

.summary-journey-block:last-of-type {
    margin-bottom: 16px;
}

.summary-journey-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.summary-journey-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.summary-journey-badge.outbound {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    color: #f26d29;
}

.summary-journey-badge.return {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #3b82f6;
}

.summary-journey-badge ion-icon {
    font-size: 16px;
}

.summary-journey-badge ion-icon.rotated {
    transform: rotate(180deg);
}

.summary-journey-date {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

.summary-journey-separator {
    height: 1px;
    background: #e2e8f0;
    margin: 20px 0;
}

.summary-route {
    margin-bottom: 0;
    padding-left: 4px;
}

.route-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.route-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 4px;
    flex-shrink: 0;
}

.route-dot.departure {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    box-shadow: 0 2px 6px rgba(242, 109, 41, 0.3);
}

.route-dot.arrival {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}

.route-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.route-label {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.route-address {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

.route-line {
    width: 2px;
    height: 24px;
    background: linear-gradient(180deg, #f26d29 0%, #3b82f6 100%);
    margin: 8px 0 8px 5px;
    border-radius: 2px;
}

/* Summary Trip Info */
.summary-trip-info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 10px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 16px;
    margin-top: 20px;
    border: 1px solid #e2e8f0;
}

.summary-trip-info ion-icon {
    font-size: 18px;
    color: #94a3b8;
    flex-shrink: 0;
}

.summary-edit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 10px;
}

.summary-edit-btn:active {
    background: #f1f5f9;
    border-color: #f26d29;
    color: #f26d29;
}

.summary-edit-btn ion-icon {
    font-size: 18px;
}

/* Filter Bar */
.filter-bar {
    margin-bottom: 16px;
    margin-top: 0;
    order: 1;
    position: relative;
    z-index: 10;
}

.currency-form {
    width: 100%;
}

.currency-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.currency-wrapper ion-icon {
    font-size: 20px;
    color: #64748b;
}

.currency-select {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
}

/* API Error */
.api-error {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fef3c7;
    border: 1px solid #fcd34d;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 20px;
    color: #92400e;
    font-size: 14px;
    font-weight: 500;
}

.api-error ion-icon {
    font-size: 22px;
    flex-shrink: 0;
}

/* Search Content Row */
.search-content-row {
    display: flex;
    flex-direction: column;
}

/* Car List */
.car-list-column {
    order: 1;
}

.car-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Car Card */
.car-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.car-card:active {
    transform: scale(0.98);
}

.car-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
}

.car-image-container {
    width: 80px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 32px;
}

.car-main-info {
    flex: 1;
    min-width: 0;
}

.car-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.car-specs {
    display: flex;
    gap: 12px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #64748b;
}

.spec-item ion-icon {
    font-size: 14px;
    color: #94a3b8;
}

.car-price {
    text-align: right;
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.car-price.loading {
    opacity: 0.5;
}

.price-amount {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.1;
}

.price-currency {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}

/* Car Features */
.car-features {
    display: flex;
    gap: 8px;
    padding: 0 16px 12px;
    flex-wrap: wrap;
}

.feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f8fafc;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.feature-tag ion-icon {
    font-size: 13px;
    color: #10b981;
}

/* Car Select Button */
.car-select-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}

.car-select-btn:active {
    background: linear-gradient(135deg, #e06120 0%, #d4561a 100%);
}

.car-select-btn ion-icon {
    font-size: 18px;
}

/* No Cars */
.no-cars {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 16px;
}

.no-cars ion-icon {
    font-size: 56px;
    color: #cbd5e1;
    margin-bottom: 16px;
}

.no-cars h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px;
}

.no-cars p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* Transfer Sidebar - Hidden on Mobile */
.transfer-sidebar-column {
    display: none;
}

.transfer-sidebar {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 500;
    color: #1e293b;
    margin: 0;
}

.sidebar-edit {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.sidebar-edit ion-icon {
    font-size: 18px;
    color: #f26d29;
}

.sidebar-edit:hover {
    background: #fff7ed;
    border-color: #f26d29;
}

/* Journey Block */
.journey-block {
    margin-bottom: 20px;
}

.journey-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.journey-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.journey-badge.outbound {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    color: #f26d29;
}

.journey-badge.return {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #3b82f6;
}

.journey-badge ion-icon {
    font-size: 16px;
}

.journey-badge ion-icon.rotated {
    transform: rotate(180deg);
}

.journey-date {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

/* Journey Route */
.journey-route {
    padding-left: 8px;
}

.route-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.route-marker {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: 3px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.route-marker.start {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
}

.route-marker.end {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.route-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.route-type {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.route-location {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

.route-connector {
    padding: 8px 0 8px 6px;
}

.connector-dots {
    width: 2px;
    height: 24px;
    background: repeating-linear-gradient(
        180deg,
        #cbd5e1 0px,
        #cbd5e1 4px,
        transparent 4px,
        transparent 8px
    );
    border-radius: 2px;
}

.journey-separator {
    height: 1px;
    background: #e2e8f0;
    margin: 20px 0;
}

/* Trip Type Info */
.trip-type-info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 10px;
    font-size: 13px;
    color: #64748b;
    margin-top: 20px;
}

.trip-type-info ion-icon {
    font-size: 18px;
    color: #94a3b8;
    flex-shrink: 0;
}

/* Sidebar Distance Info - Minimalist */
.sidebar-distance-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-top: 16px;
}

.sidebar-distance-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.sidebar-distance-label {
    font-size: 9px;
    color: #94a3b8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
}

.sidebar-distance-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.sidebar-distance-icon-minimal {
    font-size: 14px;
    color: #64748b;
    flex-shrink: 0;
}

.sidebar-distance-value {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    line-height: 1;
}

.sidebar-distance-city {
    display: inline-block;
    background: #e2e8f0;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    color: #64748b;
    width: fit-content;
}

/* Mobile Distance Info */
.mobile-distance {
    margin-top: 16px;
    margin-bottom: 0;
}

/* No Search Info */
.no-search-info {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: 20px;
    max-width: 400px;
    margin: 40px auto;
}

.no-search-info ion-icon {
    font-size: 64px;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.no-search-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px;
}

.no-search-info p {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 24px;
}

.back-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #fff;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}

.back-home-btn:hover {
    background: linear-gradient(135deg, #e06120 0%, #d4561a 100%);
    color: #fff;
    transform: translateY(-2px);
}

.back-home-btn ion-icon {
    font-size: 18px;
}

/* =====================
   TABLET STYLES (768px+)
   ===================== */
@media (min-width: 768px) {
    .search-page {
        padding: 32px 0 60px;
    }
    
    .search-page-title {
        font-size: 32px;
    }
    
    .search-page-subtitle {
        font-size: 16px;
    }
    
    .transfer-summary-mobile {
        margin-bottom: 24px;
    }
    
    .summary-toggle {
        padding: 18px 24px;
    }
    
    .summary-toggle-left ion-icon {
        font-size: 24px;
    }
    
    .summary-toggle-text {
        font-size: 16px;
    }
    
    .summary-toggle-date {
        font-size: 14px;
    }
    
    .summary-details.open {
        padding: 20px 24px;
        max-height: 1200px;
    }
    
    .summary-journey-block {
        margin-bottom: 24px;
    }
    
    .summary-journey-header {
        margin-bottom: 16px;
    }
    
    .summary-journey-badge {
        font-size: 14px;
        padding: 8px 14px;
    }
    
    .summary-journey-date {
        font-size: 15px;
    }
    
    .summary-trip-info {
        font-size: 14px;
        padding: 14px;
    }
    
    .car-card-top {
        padding: 20px;
        gap: 16px;
    }
    
    .car-image-container {
        width: 120px;
        height: 80px;
    }
    
    .car-title {
        font-size: 18px;
    }
    
    .spec-item {
        font-size: 13px;
    }
    
    .price-amount {
        font-size: 24px;
    }
    
    .car-features {
        padding: 0 20px 16px;
    }
    
    .feature-tag {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .car-select-btn {
        padding: 16px;
        font-size: 16px;
    }
}

/* =====================
   DESKTOP STYLES (992px+)
   ===================== */
@media (min-width: 992px) {
    .search-page {
        padding: 0px 0 80px;
    }
    
    .search-page-header {
        margin-bottom: 32px;
    }
    
    /* Hide mobile summary on desktop */
    .transfer-summary-mobile {
        display: none;
    }
    
    /* Show sidebar on desktop */
    .transfer-sidebar-column {
        display: block;
        order: 2;
    }
    
    .car-list-column {
        padding-right: 24px;
    }
    
    .search-content-row {
        flex-direction: row;
    }
    
    /* Enhanced Car Card for Desktop */
    .car-card {
        cursor: pointer;
    }
    
    .car-card:hover {
        border-color: #f26d29;
        box-shadow: 0 8px 30px rgba(242, 109, 41, 0.15);
        transform: translateY(-4px);
    }
    
    .car-card-top {
        padding: 24px;
        gap: 20px;
    }
    
    .car-image-container {
        width: 140px;
        height: 100px;
        border-radius: 12px;
    }
    
    .car-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .car-specs {
        gap: 16px;
    }
    
    .spec-item {
        font-size: 14px;
        gap: 6px;
    }
    
    .spec-item ion-icon {
        font-size: 16px;
    }
    
    .price-amount {
        font-size: 28px;
    }
    
    .price-currency {
        font-size: 14px;
    }
    
    .car-features {
        padding: 0 24px 20px;
        gap: 12px;
    }
    
    .feature-tag {
        font-size: 13px;
        padding: 8px 14px;
        border-radius: 8px;
    }
    
    .car-select-btn {
        padding: 18px;
        font-size: 17px;
        border-radius: 0 0 14px 14px;
    }
    
    .car-select-btn:hover {
        background: linear-gradient(135deg, #e06120 0%, #d4561a 100%);
    }
    
    .car-select-btn:hover ion-icon {
        transform: translateX(4px);
    }
    
    .car-select-btn ion-icon {
        transition: transform 0.2s;
    }
    
    /* Filter Bar Desktop */
    .filter-bar {
        margin-bottom: 28px;
    }
    
    .currency-wrapper {
        max-width: 280px;
        padding: 14px 18px;
        border-radius: 14px;
    }
}

/* =====================
   LARGE DESKTOP (1200px+)
   ===================== */
@media (min-width: 1200px) {
    .car-list-column {
        padding-right: 32px;
    }
    
    .car-card-top {
        padding: 28px;
    }
    
    .car-image-container {
        width: 160px;
        height: 110px;
    }
    
    .transfer-sidebar {
        padding: 28px;
    }
    
    .sidebar-title {
        font-size: 20px;
    }
    
    .journey-date {
        font-size: 15px;
    }
    
    .route-location {
        font-size: 15px;
    }
}

/* =====================
   YOLCU360 STYLE IMPROVEMENTS
   ===================== */

/* Modern Search Page Header - Yolcu360 Style */
.search-page-header-modern {
    background: linear-gradient(135deg, #0d7084 0%, #075c6e 100%);
    border-radius: 0;
    padding: 20px 0;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(242, 109, 41, 0.15);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.search-page-header-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.search-header-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.search-header-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: flex-end;
}

@media (min-width: 992px) {
    .search-header-right {
        flex-direction: row;
        gap: 16px;
        width: auto;
        align-items: center;
    }
}

.search-header-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.search-page-title-modern {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.search-page-subtitle-modern {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 400;
}

.search-page-distance-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: fit-content;
    transition: all 0.3s ease;
}

.search-page-distance-modern:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.distance-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    flex-shrink: 0;
}

.distance-icon-wrapper ion-icon {
    font-size: 20px;
    color: #ffffff;
}

.distance-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.distance-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.distance-value {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.distance-city-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 4px;
    width: fit-content;
}

/* Currency Selector Inside Header */
.currency-form-modern {
    width: 100%;
    max-width: 280px;
}

.currency-wrapper-modern-header {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.currency-wrapper-modern-header:hover {
    background: #f8fafc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.currency-icon-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #0d7084 0%, #075c6e 100%);
    border-radius: 8px;
    flex-shrink: 0;
}

.currency-icon-header ion-icon {
    font-size: 18px;
    color: #ffffff;
}

.currency-label-header {
    font-size: 10px;
    color: #64748b;
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.currency-select-modern-header {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231e293b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px 12px;
    padding-right: 28px;
    min-width: 0;
    width: 100%;
}

.currency-select-modern-header:focus {
    color: #1e293b;
}

.currency-select-modern-header option {
    background: #ffffff;
    color: #1e293b;
    padding: 8px;
}

/* No Search Info - Yolcu360 Style */
.no-search-info-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 40px 20px;
}

.no-search-content {
    text-align: center;
    max-width: 480px;
    padding: 48px 32px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.no-search-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 50%;
    margin-bottom: 24px;
    position: relative;
}

.no-search-icon-wrapper::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    opacity: 0.1;
    z-index: -1;
}

.no-search-icon-wrapper ion-icon {
    font-size: 48px;
    color: #f26d29;
}

.no-search-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}

.no-search-description {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 32px;
    line-height: 1.6;
}

.back-home-btn-modern {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #ffffff;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.3);
}

.back-home-btn-modern:hover {
    background: linear-gradient(135deg, #e06120 0%, #d4561a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 109, 41, 0.4);
    color: #ffffff;
}

.back-home-btn-modern ion-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.back-home-btn-modern:hover ion-icon {
    transform: translateX(-4px);
}

/* Responsive Design for Modern Styles */
@media (max-width: 768px) {
    .search-page-header-modern {
        padding: 16px 0;
    }

    .search-page-title-modern {
        font-size: 22px;
    }

    .search-page-subtitle-modern {
        font-size: 13px;
    }

    .search-header-right {
        align-items: stretch;
    }

    .search-page-distance-modern {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .distance-info {
        width: 100%;
    }

    .distance-city-badge {
        margin-top: 8px;
    }

    .currency-form-modern {
        max-width: 100%;
        width: 100%;
    }

    .currency-wrapper-modern-header {
        width: 100%;
    }

    .sidebar-distance-info {
        padding: 8px 10px;
        margin-top: 12px;
    }

    .sidebar-distance-label {
        font-size: 8px;
    }

    .sidebar-distance-icon-minimal {
        font-size: 12px;
    }

    .sidebar-distance-value {
        font-size: 13px;
    }

    .sidebar-distance-city {
        font-size: 9px;
        padding: 2px 6px;
    }

    .mobile-distance {
        margin-top: 12px;
    }

    .no-search-content {
        padding: 32px 24px;
        border-radius: 20px;
    }

    .no-search-icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .no-search-icon-wrapper ion-icon {
        font-size: 40px;
    }

    .no-search-title {
        font-size: 20px;
    }

    .no-search-description {
        font-size: 14px;
    }

    .back-home-btn-modern {
        padding: 14px 28px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .search-header-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .currency-form-modern {
        max-width: 260px;
    }

    .sidebar-distance-info {
        padding: 12px 14px;
    }

    .sidebar-distance-label {
        font-size: 9px;
    }

    .sidebar-distance-icon-minimal {
        font-size: 15px;
    }

    .sidebar-distance-value {
        font-size: 15px;
    }

    .sidebar-distance-city {
        font-size: 10px;
    }
}

/* =====================
   MINIMAL CAR CARD DESIGN
   ===================== */

.car-card-minimal {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.car-card-minimal:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.car-card-content-minimal {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
}

/* Car Image - Left (Golden Ratio) */
.car-image-wrapper-minimal {
    width: 130px;
    height: 130px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
}

.car-image-minimal {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-image-placeholder-minimal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.car-image-placeholder-minimal ion-icon {
    font-size: 32px;
    color: #cbd5e1;
}

/* Car Info Section - Center */
.car-info-section-minimal {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    min-width: 0;
}

/* Car Name - Minimal Design */
.car-name-minimal {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 4px;
}

.car-specs-minimal {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.spec-item-minimal {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}

.spec-item-minimal ion-icon {
    font-size: 16px;
    color: #64748b;
    flex-shrink: 0;
}

/* Price & Action Section - Right */
.car-price-action-section-minimal {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
    min-width: 140px;
}

/* Price Section */
.car-price-section-minimal {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    text-align: right;
}

.price-row-minimal {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.price-amount-minimal {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1;
}

.price-currency-minimal {
    font-size: 15px;
    font-weight: 600;
    color: #475569;
}

.price-label-minimal {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 500;
}

.car-price-section-minimal.loading {
    opacity: 0.6;
}

/* Features */
.car-features-minimal {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.feature-item-minimal {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #475569;
    font-weight: 500;
    padding: 6px 10px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.feature-item-minimal:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.feature-item-minimal ion-icon {
    font-size: 14px;
    color: #64748b;
    flex-shrink: 0;
    width: 16px;
}

/* Action Button */
.car-select-btn-minimal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    width: 100%;
}

.car-select-btn-minimal:hover {
    background: linear-gradient(135deg, #e06120 0%, #d4561a 100%);
}

.car-select-btn-minimal:active {
    transform: scale(0.98);
}

.car-select-btn-minimal ion-icon {
    font-size: 18px;
    transition: transform 0.2s ease;
}

.car-select-btn-minimal:hover ion-icon {
    transform: translateX(4px);
}

/* Responsive */
@media (min-width: 768px) {
    .car-card-content-minimal {
        padding: 20px;
        gap: 20px;
    }

    .car-image-wrapper-minimal {
        width: 150px;
        height: 150px;
    }

    .car-image-placeholder-minimal ion-icon {
        font-size: 38px;
    }

    .car-info-section-minimal {
        gap: 14px;
    }

    .car-name-minimal {
        font-size: 17px;
        margin-bottom: 6px;
    }

    .car-specs-minimal {
        gap: 16px;
    }

    .spec-item-minimal {
        font-size: 13px;
    }

    .price-amount-minimal {
        font-size: 26px;
    }

    .price-currency-minimal {
        font-size: 17px;
    }

    .price-label-minimal {
        font-size: 11px;
    }

    .feature-item-minimal {
        font-size: 12px;
    }

    .car-select-btn-minimal {
        padding: 12px 20px;
        font-size: 14px;
    }

    .car-price-action-section-minimal {
        min-width: 150px;
    }
}

@media (min-width: 992px) {
    .car-card-content-minimal {
        padding: 20px;
        gap: 20px;
    }

    .car-image-wrapper-minimal {
        width: 160px;
        height: 160px;
    }

    .car-image-placeholder-minimal ion-icon {
        font-size: 44px;
    }

    .car-info-section-minimal {
        gap: 14px;
    }

    .car-name-minimal {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: -2px;
        color: #0f172a;
    }

    .car-specs-minimal {
        gap: 16px;
        margin-bottom: -4px;
        margin-top: 0px;
    }

    .spec-item-minimal {
        font-size: 13px;
        padding: 8px 14px;
        background: #f1f5f9;
        border-radius: 8px;
        border: none;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .spec-item-minimal ion-icon {
        font-size: 16px;
        color: #475569;
    }

    /* Features - Desktop: Alt alta, temiz liste */
    .car-features-minimal {
        flex-direction: column;
        gap: 6px;
        align-items: stretch;
        width: 100%;
        padding: 0;
    }

    .feature-item-minimal {
        font-size: 13px;
        padding: 7px 10px;
        width: 100%;
        justify-content: flex-start;
        background: transparent;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #e2e8f0;
        transition: all 0.2s ease;
        font-weight: 400;
    }

    .feature-item-minimal:last-child {
        border-bottom: none;
    }

    .feature-item-minimal:hover {
        background: #f8fafc;
        padding-left: 14px;
    }

    .feature-item-minimal ion-icon {
        font-size: 15px;
        color: #64748b;
        width: 18px;
        flex-shrink: 0;
    }

    .price-amount-minimal {
        font-size: 28px;
    }

    .car-price-action-section-minimal {
        min-width: 180px;
    }
}

@media (max-width: 767px) {
    .car-card-content-minimal {
        flex-direction: column;
        align-items: center;
        padding: 16px;
        gap: 16px;
    }

    .car-image-wrapper-minimal {
        width: 100%;
        height: 200px;
        max-width: 100%;
    }

    .car-info-section-minimal {
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .car-specs-minimal {
        justify-content: center;
        width: 100%;
    }

    .car-features-minimal {
        justify-content: center;
        width: 100%;
        gap: 10px;
    }

    .car-price-action-section-minimal {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .car-price-section-minimal {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .car-select-btn-minimal {
        width: 100%;
        max-width: 100%;
    }

    .feature-item-minimal {
        font-size: 11px;
        padding: 5px 8px;
    }
}

/* ============================================
   MODERN FOOTER STYLES
   ============================================ */

.footer-modern {
    width: 100%;
    background: #fff;
    margin-top: 60px;
}

.footer-main-modern {
    background: linear-gradient(135deg, #0d7084 0%, #075c6e 100%);
    padding: 50px 0 30px;
    color: #fff;
}

/* Social Media Section */
.footer-social-modern {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.social-icons-modern {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.social-icon-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-icon-modern:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Footer Content Grid */
.footer-content-modern {
    margin-top: 30px;
}

.footer-section-modern {
    margin-bottom: 30px;
}

.footer-title-modern {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Contact Items */
.contact-items-modern {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 12px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.contact-item-modern:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(4px);
}

.contact-icon-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-icon-modern.whatsapp-icon {
    background: rgba(37, 211, 102, 0.2);
    color: #25d366;
}

.contact-text-modern {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-label-modern {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.contact-value-modern {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

/* Footer Links */
.footer-links-modern {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links-modern li {
    margin: 0;
    padding: 0;
}

.footer-links-modern a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 4px 0;
}

.footer-links-modern a:hover {
    color: #fff;
    transform: translateX(4px);
    padding-left: 4px;
}

/* TURSAB Section */
.tursab-section-modern {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tursab-logo-modern {
    display: inline-block;
    max-width: 200px;
    transition: opacity 0.3s ease;
}

.tursab-logo-modern:hover {
    opacity: 0.9;
}

.tursab-logo-modern img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.tursab-info-modern {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tursab-text-modern {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.tursab-belge-modern {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.tursab-contact-modern {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    margin: 0;
}

.tursab-contact-modern a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.tursab-contact-modern a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

/* Payment Methods */
.footer-payment-modern {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.payment-logo-modern {
    max-width: 500px;
    width: 100%;
    height: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.payment-logo-modern:hover {
    opacity: 1;
}

/* Copyright Section */
.footer-copyright-modern {
    background: #f8f9fa;
    padding: 20px 0;
    border-top: 1px solid #e2e8f0;
}

.copyright-content-modern {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    color: #64748b;
    font-size: 13px;
    text-align: center;
}

.copyright-separator {
    color: #cbd5e1;
}

.copyright-content-modern a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright-content-modern a:hover {
    color: #0d7084;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
    .footer-main-modern {
        padding: 40px 0 25px;
    }
    
    .footer-section-modern {
        margin-bottom: 35px;
    }
    
    .footer-title-modern {
        font-size: 15px;
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .footer-modern {
        margin-top: 40px;
    }
    
    .footer-main-modern {
        padding: 35px 0 20px;
    }
    
    .footer-social-modern {
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
    
    .social-icon-modern {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .footer-section-modern {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .contact-items-modern {
        align-items: center;
    }
    
    .contact-item-modern {
        max-width: 280px;
        margin: 0 auto;
    }
    
    .footer-links-modern {
        align-items: center;
    }
    
    .footer-links-modern a {
        text-align: center;
    }
    
    .tursab-section-modern {
        align-items: center;
        text-align: center;
    }
    
    .tursab-logo-modern {
        margin: 0 auto;
    }
    
    .footer-payment-modern {
        margin-top: 30px;
        padding-top: 25px;
    }
    
    .payment-logo-modern {
        max-width: 400px;
    }
    
    .footer-copyright-modern {
        padding: 16px 0;
    }
    
    .copyright-content-modern {
        font-size: 12px;
        flex-direction: column;
        gap: 8px;
    }
    
    .copyright-separator {
        display: none;
    }
}

@media (max-width: 480px) {
    .social-icon-modern {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .contact-item-modern {
        max-width: 100%;
        padding: 10px;
    }
    
    .contact-icon-modern {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    
    .contact-value-modern {
        font-size: 14px;
    }
    
    .footer-links-modern a {
        font-size: 13px;
    }
    
    .payment-logo-modern {
        max-width: 100%;
    }
}

/* ============================================
   VIP FOOTER STYLES - Premium Transfer Design
   ============================================ */

.footer-vip {
    width: 100%;
    background: #fff;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

/* Premium Features Banner */
.footer-premium-banner {
    background: linear-gradient(135deg, #0d7084 0%, #075c6e 100%);
    padding: 35px 0;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.footer-premium-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.premium-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1;
}

.premium-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.premium-feature-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.premium-icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.premium-feature-content h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px 0;
    letter-spacing: 0.3px;
}

.premium-feature-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}

/* Main Footer Content */
.footer-main-vip {
    background: linear-gradient(180deg, #0a5a6b 0%, #084a58 100%);
    padding: 70px 0 50px;
    color: #fff;
    position: relative;
}

.footer-main-vip::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.footer-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   NEW FOOTER DESIGN - Modern Layout
   ============================================ */

/* ============================================
   REDESIGNED FOOTER - Clean & Modern
   ============================================ */

.footer-content-redesigned {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.3fr;
    gap: 60px;
    align-items: start;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Brand Block */
.footer-brand-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-logo-redesigned {
    display: inline-block;
    transition: opacity 0.3s ease;
    width: fit-content;
}

.footer-logo-redesigned:hover {
    opacity: 0.85;
}

.footer-logo-redesigned img {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    max-width: 280px;
}

/* Links Block */
.footer-links-block {
    display: flex;
    flex-direction: column;
}

.footer-link-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-link-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer-link-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-link-items li {
    margin: 0;
    padding: 0;
}

.footer-link-items a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.25s ease;
    display: inline-block;
    line-height: 1.5;
}

.footer-link-items a:hover {
    color: #fff;
    transform: translateX(3px);
    padding-left: 2px;
}

/* Contact Block */
.footer-contact-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.footer-contact-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer-contact-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer-contact-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-item:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateX(4px);
}

.footer-contact-item.phone-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer-contact-item.whatsapp-item {
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.25);
}

.footer-contact-item.whatsapp-item:hover {
    background: rgba(37, 211, 102, 0.18);
    border-color: rgba(37, 211, 102, 0.35);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}

.footer-contact-item ion-icon {
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
    width: 24px;
}

.footer-contact-item.whatsapp-item ion-icon {
    color: #25d366;
}

.contact-item-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.contact-item-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.2;
}

.contact-item-value {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
}

/* Bottom Row - Social Media */
.footer-bottom-row {
    padding-top: 30px;
}

.footer-social-redesigned {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.footer-social-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 500;
}

.footer-social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-social-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-social-icon:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-content-wrapper-new {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-main-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 80px;
    align-items: start;
}

/* Left Section */
.footer-left-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-company-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-logo-new {
    display: inline-block;
    transition: opacity 0.3s ease;
    width: fit-content;
}

.footer-logo-new:hover {
    opacity: 0.9;
}

.footer-logo-new img {
    height: 55px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-company-tagline {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    font-style: italic;
    max-width: 400px;
}

.footer-social-new {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-link-new {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.social-link-new:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.25);
}

/* Footer Links Section */
.footer-links-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.footer-links-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-links-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.footer-links-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list li {
    margin: 0;
    padding: 0;
}

.footer-links-list a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 1.5;
}

.footer-links-list a:hover {
    color: #fff;
    transform: translateX(4px);
    padding-left: 2px;
}

/* Right Section - Contact Buttons */
.footer-right-section {
    position: sticky;
    top: 20px;
}

.footer-contact-prominent {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.footer-contact-heading {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
    letter-spacing: 0.3px;
}

.footer-contact-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0 0 28px 0;
    font-weight: 400;
}

.footer-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}

.footer-phone-button,
.footer-whatsapp-button {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.footer-phone-button::before,
.footer-whatsapp-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.footer-phone-button:hover::before,
.footer-whatsapp-button:hover::before {
    left: 100%;
}

.footer-phone-button:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.footer-whatsapp-button {
    background: rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.3);
}

.footer-whatsapp-button:hover {
    background: rgba(37, 211, 102, 0.25);
    border-color: rgba(37, 211, 102, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.footer-button-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 26px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.footer-button-icon.phone-icon {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    color: #fff;
}

.footer-button-icon.whatsapp-icon {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.3) 0%, rgba(37, 211, 102, 0.2) 100%);
    color: #25d366;
}

.footer-phone-button:hover .footer-button-icon,
.footer-whatsapp-button:hover .footer-button-icon {
    transform: scale(1.1) rotate(5deg);
}

.footer-button-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.footer-button-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.2;
}

.footer-button-number {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.footer-button-arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.footer-phone-button:hover .footer-button-arrow,
.footer-whatsapp-button:hover .footer-button-arrow {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateX(4px);
}

.footer-contact-note {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 400;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 16px;
}

.footer-contact-note ion-icon {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

/* Golden Ratio Grid - 1:1.618:1.618 */
.footer-columns-grid {
    display: grid;
    grid-template-columns: 1fr 1.618fr 1.618fr;
    gap: 60px;
    align-items: start;
}

/* Footer Column Base */
.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 24px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    line-height: 1.2;
}

.footer-column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
}

/* Footer List */
.footer-column-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-column-list li {
    margin: 0;
    padding: 0;
}

.footer-column-list a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
}

.footer-column-list a ion-icon {
    font-size: 18px;
    opacity: 0.7;
    flex-shrink: 0;
    width: 20px;
}

.footer-column-list a span {
    flex: 1;
}

.footer-column-list a:hover {
    color: #fff;
    transform: translateX(4px);
    padding-left: 2px;
}

.footer-column-list a:hover ion-icon {
    opacity: 1;
}

/* Contact Cards */
.footer-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-contact-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-contact-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(4px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer-contact-whatsapp:hover {
    background: rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.3);
}

.footer-contact-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.footer-contact-icon-whatsapp {
    background: rgba(37, 211, 102, 0.2);
    color: #25d366;
}

.footer-contact-card:hover .footer-contact-icon {
    transform: scale(1.05);
}

.footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.footer-contact-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.2;
}

.footer-contact-number {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
}

/* Brand Section */
.footer-brand-section {
    margin-bottom: 30px;
}

.footer-logo-vip {
    display: inline-block;
    margin-bottom: 15px;
    transition: opacity 0.3s ease;
}

.footer-logo-vip:hover {
    opacity: 0.9;
}

.footer-logo-vip img {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
    font-style: italic;
}

.footer-social-vip {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-btn-vip {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.social-btn-vip:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Footer Menus */
.footer-menu-vip {
    margin-bottom: 30px;
}

.footer-menu-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.footer-menu-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent);
}

.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-menu-list li {
    margin: 0;
    padding: 0;
}

.footer-menu-list a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-menu-list a ion-icon {
    font-size: 16px;
    opacity: 0.7;
}

.footer-menu-list a:hover {
    color: #fff;
    transform: translateX(5px);
    padding-left: 2px;
}

.footer-menu-list a:hover ion-icon {
    opacity: 1;
}

/* Contact Cards */
.footer-contact-vip {
    margin-bottom: 30px;
}

.contact-cards-vip {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.contact-card-vip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-card-vip:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
    border-color: rgba(255, 255, 255, 0.2);
}

.contact-card-vip.whatsapp:hover {
    background: rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.3);
}

.contact-card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-card-icon.whatsapp {
    background: rgba(37, 211, 102, 0.2);
    color: #25d366;
}

.contact-card-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-type {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.contact-value {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

/* Quick Reserve Button */
.quick-reserve-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.quick-reserve-btn ion-icon {
    font-size: 20px;
}

.quick-reserve-btn:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Trust Section */
.footer-trust-section {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 30px;
}

.trust-badges-vip {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.trust-badge-item {
    display: flex;
    align-items: center;
}

.tursab-badge-vip {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 0px ;
    transition: all 0.3s ease;
}

.tursab-badge-vip:hover {
    transform: translateY(-2px);
}

.tursab-badge-vip img {
    height: 50px;
    width: auto;
    border-radius: 6px;
}

.tursab-info-vip {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tursab-name {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    line-height: 1.3;
}

.tursab-number {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.trust-info-vip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
}

.trust-info-vip ion-icon {
    font-size: 20px;
    color: #4ade80;
}

.payment-methods-vip {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.payment-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 500;
}

.payment-methods-img {
    max-height: 35px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.payment-methods-img:hover {
    opacity: 1;
}

/* Copyright Bar */
.footer-copyright-vip {
    background: #052a33;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-content-vip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright-left,
.copyright-right {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.copyright-right a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright-right a:hover {
    color: #fff;
    text-decoration: underline;
}

.copyright-right .separator {
    color: rgba(255, 255, 255, 0.4);
}

/* Responsive Design - Golden Ratio Footer */
@media (max-width: 992px) {
    .premium-features-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }
    
    .premium-feature-item {
        padding: 12px;
        gap: 12px;
    }
    
    .premium-icon-wrapper {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    
    .footer-main-vip {
        padding: 55px 0 40px;
    }
    
    .footer-content-wrapper {
        padding: 0 15px;
    }
    
    /* Tablet: 2 kolon düzeni */
    .footer-columns-grid {
        grid-template-columns: 1fr 1.618fr;
        gap: 40px;
    }
    
    .footer-column-contact {
        grid-column: 1 / -1;
        margin-top: 10px;
    }
    
    .footer-column-title {
        font-size: 15px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .footer-column-list {
        gap: 12px;
    }
    
    .footer-column-list a {
        font-size: 13.5px;
    }
    
    .footer-contact-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .footer-contact-card {
        padding: 14px;
    }
    
    .footer-contact-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    
    .footer-contact-number {
        font-size: 16px;
    }
    
    .trust-badges-vip {
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .payment-methods-vip {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-vip {
        margin-top: 50px;
    }
    
    .footer-premium-banner {
        padding: 25px 0;
    }
    
    .premium-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .premium-feature-item {
        padding: 12px;
    }
    
    .premium-feature-content h6 {
        font-size: 14px;
    }
    
    .premium-feature-content p {
        font-size: 11px;
    }
    
    .footer-main-vip {
        padding: 45px 0 35px;
    }
    
    .footer-content-wrapper {
        padding: 0 15px;
    }
    
    /* Mobil: Tek kolon düzeni */
    .footer-columns-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-column-title {
        font-size: 15px;
        margin-bottom: 18px;
        padding-bottom: 10px;
        justify-content: center;
    }
    
    .footer-column-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-column-list {
        gap: 12px;
        align-items: center;
    }
    
    .footer-column-list a {
        font-size: 13.5px;
        justify-content: center;
    }
    
    .footer-column-list a:hover {
        transform: translateY(-2px);
        padding-left: 0;
    }
    
    .footer-contact-cards {
        display: flex;
        flex-direction: column;
        gap: 12px;
        max-width: 100%;
    }
    
    .footer-contact-card {
        padding: 14px;
        justify-content: center;
    }
    
    .footer-contact-card:hover {
        transform: translateY(-2px);
    }
    
    .footer-contact-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    
    .footer-contact-label {
        font-size: 10px;
    }
    
    .footer-contact-number {
        font-size: 16px;
    }
    
    .footer-trust-section {
        padding-top: 25px;
        margin-top: 25px;
    }
    
    .trust-badges-vip {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .tursab-badge-vip {
        flex-direction: column;
        text-align: center;
        padding: 12px;
    }
    
    .tursab-badge-vip img {
        height: 45px;
    }
    
    .payment-methods-vip {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    
    .payment-methods-img {
        max-height: 30px;
    }
    
    .footer-copyright-vip {
        padding: 15px 0;
    }
    
    .copyright-content-vip {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .copyright-right {
        flex-direction: column;
        gap: 8px;
    }
    
    .copyright-right .separator {
        display: none;
    }
}

@media (max-width: 480px) {
    .premium-icon-wrapper {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .premium-feature-content h6 {
        font-size: 13px;
    }
    
    .footer-main-vip {
        padding: 40px 0 30px;
    }
    
    .footer-content-wrapper {
        padding: 0 12px;
    }
    
    .footer-columns-grid {
        gap: 30px;
    }
    
    .footer-column-title {
        font-size: 14px;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }
    
    .footer-column-title::after {
        width: 40px;
    }
    
    .footer-column-list {
        gap: 10px;
    }
    
    .footer-column-list a {
        font-size: 13px;
    }
    
    .footer-column-list a ion-icon {
        font-size: 16px;
        width: 18px;
    }
    
    .footer-contact-cards {
        gap: 10px;
    }
    
    .footer-contact-card {
        padding: 12px;
    }
    
    .footer-contact-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .footer-contact-label {
        font-size: 9px;
    }
    
    .footer-contact-number {
        font-size: 15px;
    }
    
    .footer-trust-section {
        padding-top: 20px;
        margin-top: 20px;
    }
    
    .tursab-badge-vip {
        padding: 10px;
    }
    
    .tursab-badge-vip img {
        height: 40px;
    }
    
    .payment-methods-img {
        max-height: 28px;
    }
    
    .footer-copyright-vip {
        padding: 12px 0;
    }
    
    .copyright-content-vip {
        font-size: 12px;
    }
}

/* ============================================
   NEW FOOTER RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 992px) {
    .footer-content-wrapper-new {
        padding: 0 15px;
    }
    
    .footer-main-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .footer-right-section {
        position: static;
        order: -1;
    }
    
    .footer-contact-prominent {
        padding: 30px;
    }
    
    .footer-contact-heading {
        font-size: 20px;
    }
    
    .footer-links-section {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .footer-button-number {
        font-size: 18px;
    }
    
    .footer-button-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .footer-content-wrapper-new {
        padding: 0 12px;
    }
    
    .footer-main-layout {
        gap: 40px;
    }
    
    .footer-left-section {
        gap: 35px;
    }
    
    .footer-logo-new img {
        height: 45px;
    }
    
    .footer-company-tagline {
        font-size: 14px;
    }
    
    .social-link-new {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    
    .footer-links-section {
        gap: 30px;
    }
    
    .footer-links-title {
        font-size: 14px;
    }
    
    .footer-links-list a {
        font-size: 13px;
    }
    
    .footer-contact-prominent {
        padding: 25px 20px;
    }
    
    .footer-contact-heading {
        font-size: 18px;
    }
    
    .footer-contact-subtitle {
        font-size: 13px;
        margin-bottom: 24px;
    }
    
    .footer-contact-buttons {
        gap: 12px;
        margin-bottom: 18px;
    }
    
    .footer-phone-button,
    .footer-whatsapp-button {
        padding: 16px 18px;
        gap: 14px;
    }
    
    .footer-button-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
    
    .footer-button-number {
        font-size: 17px;
    }
    
    .footer-button-arrow {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    
    .footer-contact-note {
        font-size: 12px;
        padding-top: 14px;
        margin-top: 14px;
    }
}

@media (max-width: 480px) {
    .footer-content-wrapper-new {
        padding: 0 10px;
    }
    
    .footer-main-layout {
        gap: 35px;
    }
    
    .footer-left-section {
        gap: 30px;
    }
    
    .footer-logo-new img {
        height: 40px;
    }
    
    .footer-company-tagline {
        font-size: 13px;
    }
    
    .social-link-new {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .footer-links-section {
        gap: 25px;
    }
    
    .footer-links-title {
        font-size: 13px;
        padding-bottom: 8px;
    }
    
    .footer-links-title::after {
        width: 30px;
    }
    
    .footer-links-list {
        gap: 10px;
    }
    
    .footer-links-list a {
        font-size: 12.5px;
    }
    
    .footer-contact-prominent {
        padding: 20px 16px;
        border-radius: 16px;
    }
    
    .footer-contact-heading {
        font-size: 17px;
    }
    
    .footer-contact-subtitle {
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    .footer-contact-buttons {
        gap: 10px;
        margin-bottom: 16px;
    }
    
    .footer-phone-button,
    .footer-whatsapp-button {
        padding: 14px 16px;
        gap: 12px;
        border-radius: 12px;
    }
    
    .footer-button-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
        border-radius: 12px;
    }
    
    .footer-button-label {
        font-size: 10px;
    }
    
    .footer-button-number {
        font-size: 16px;
    }
    
    .footer-button-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
        border-radius: 8px;
    }
    
    .footer-contact-note {
        font-size: 11px;
        padding-top: 12px;
        margin-top: 12px;
        gap: 6px;
    }
    
    .footer-contact-note ion-icon {
        font-size: 16px;
    }
}

/* ============================================
   REDESIGNED FOOTER RESPONSIVE
   ============================================ */

@media (max-width: 992px) {
    .footer-content-redesigned {
        padding: 0 15px;
    }
    
    .footer-top-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-brand-block {
        text-align: center;
        align-items: center;
    }
    
    .footer-description {
        max-width: 100%;
        text-align: center;
    }
    
    .footer-links-block {
        text-align: center;
    }
    
    .footer-link-items {
        align-items: center;
    }
    
    .footer-contact-block {
        text-align: center;
    }
    
    .footer-contact-header {
        justify-content: center;
        gap: 12px;
    }
    
    .footer-contact-items {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .footer-social-redesigned {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .footer-content-redesigned {
        padding: 0 12px;
    }
    
    .footer-top-row {
        gap: 35px;
        padding-bottom: 35px;
    }
    
    .footer-logo-redesigned img {
        height: 45px;
    }
    
    .footer-description {
        font-size: 13px;
    }
    
    .footer-link-title {
        font-size: 13px;
    }
    
    .footer-link-items {
        gap: 10px;
    }
    
    .footer-link-items a {
        font-size: 13px;
    }
    
    .footer-contact-title {
        font-size: 13px;
    }
    
    .footer-contact-items {
        gap: 10px;
        max-width: 100%;
    }
    
    .footer-contact-item {
        padding: 12px 14px;
    }
    
    .footer-contact-item ion-icon {
        font-size: 20px;
        width: 22px;
    }
    
    .contact-item-value {
        font-size: 15px;
    }
    
    .footer-bottom-row {
        padding-top: 25px;
    }
    
    .footer-social-label {
        font-size: 12px;
    }
    
    .footer-social-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .footer-content-redesigned {
        padding: 0 10px;
    }
    
    .footer-top-row {
        gap: 30px;
        padding-bottom: 30px;
    }
    
    .footer-logo-redesigned img {
        height: 40px;
    }
    
    .footer-description {
        font-size: 12px;
    }
    
    .footer-link-column {
        gap: 12px;
    }
    
    .footer-link-title {
        font-size: 12px;
    }
    
    .footer-link-items {
        gap: 8px;
    }
    
    .footer-link-items a {
        font-size: 12.5px;
    }
    
    .footer-contact-block {
        gap: 16px;
    }
    
    .footer-contact-header {
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-contact-title {
        font-size: 12px;
    }
    
    .footer-contact-badge {
        font-size: 10px;
        padding: 3px 8px;
    }
    
    .footer-contact-items {
        gap: 8px;
    }
    
    .footer-contact-item {
        padding: 11px 12px;
        gap: 10px;
    }
    
    .footer-contact-item ion-icon {
        font-size: 18px;
        width: 20px;
    }
    
    .contact-item-label {
        font-size: 9px;
    }
    
    .contact-item-value {
        font-size: 14px;
    }
    
    .footer-bottom-row {
        padding-top: 20px;
    }
    
    .footer-social-redesigned {
        gap: 10px;
    }
    
    .footer-social-label {
        font-size: 11px;
    }
    
    .footer-social-icons {
        gap: 8px;
    }
    
    .footer-social-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }
}

/* ============================================
   RESERVATION PAGE STYLES
   ============================================ */

.reservation-page {
    padding: 40px 0 60px;
    background: #f8fafc;
    min-height: calc(100vh - 200px);
}

/* Header */
.reservation-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.reservation-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px;
    line-height: 1.2;
}

.reservation-subtitle {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

/* Form Card */
.reservation-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

/* Form Sections */
.form-section {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.form-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-section:hover {
    border-bottom-color: #cbd5e1;
}

.form-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
}

.form-section-title ion-icon {
    font-size: 22px;
    color: #f26d29;
    flex-shrink: 0;
}

/* Form Groups */
.form-group {
    margin-bottom: 20px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
    line-height: 1.4;
}

.form-label .required {
    color: #ef4444;
    margin-left: 2px;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #1e293b;
    background: #fff;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-control:hover {
    border-color: #94a3b8;
}

.form-control:focus {
    outline: none;
    border-color: #f26d29;
    box-shadow: 0 0 0 3px rgba(242, 109, 41, 0.1);
    background: #fff;
}

.form-control::placeholder {
    color: #94a3b8;
}

.form-control:disabled {
    background: #f1f5f9;
    cursor: not-allowed;
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

/* Submit Section */
.form-submit-section {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e2e8f0;
}

.reservation-submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.3);
}

.reservation-submit-btn:hover {
    background: linear-gradient(135deg, #e06120 0%, #d4561a 100%);
    box-shadow: 0 6px 16px rgba(242, 109, 41, 0.4);
    transform: translateY(-2px);
}

.reservation-submit-btn:active {
    transform: translateY(0);
}

.reservation-submit-btn ion-icon {
    font-size: 20px;
}

/* Summary Card */
.reservation-summary-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    position: sticky;
    top: 20px;
}

.summary-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
}

.summary-title ion-icon {
    font-size: 24px;
    color: #f26d29;
}

.summary-section {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.summary-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.summary-item:last-child {
    margin-bottom: 0;
}

.summary-label {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    flex-shrink: 0;
    min-width: 100px;
}

.summary-value {
    font-size: 14px;
    color: #1e293b;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
    flex: 1;
}

/* Price Section */
.summary-price-section {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    margin-top: 8px;
}

.summary-price-item {
    margin-bottom: 0;
}

.summary-price {
    font-size: 24px;
    font-weight: 800;
    color: #f26d29;
    margin-top: -9px;
    margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 992px) {
    .reservation-page {
        padding: 30px 0 50px;
    }
    
    .reservation-header {
        margin-bottom: 30px;
    }
    
    .reservation-title {
        font-size: 28px;
    }
    
    .reservation-form-card {
        padding: 24px;
        margin-bottom: 24px;
    }
    
    .reservation-summary-card {
        position: static;
        padding: 24px;
    }
    
    .form-section {
        margin-bottom: 28px;
        padding-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .reservation-page {
        padding: 20px 0 40px;
    }
    
    .reservation-header {
        margin-bottom: 24px;
    }
    
    .reservation-title {
        font-size: 24px;
    }
    
    .reservation-subtitle {
        font-size: 14px;
    }
    
    .reservation-form-card {
        padding: 20px;
        border-radius: 12px;
    }
    
    .form-section-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .form-group {
        margin-bottom: 18px;
    }
    
    .form-control {
        padding: 11px 14px;
        font-size: 14px;
    }
    
    .reservation-submit-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .reservation-summary-card {
        padding: 20px;
    }
    
    .summary-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 16px;
    }
    
    .summary-section {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .summary-item {
        flex-direction: column;
        gap: 6px;
    }
    
    .summary-label {
        min-width: auto;
    }
    
    .summary-value {
        text-align: left;
    }
    
    .summary-price {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .reservation-form-card {
        padding: 16px;
    }
    
    .form-section {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
    
    .form-section-title {
        font-size: 15px;
    }
    
    .form-control {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .reservation-submit-btn {
        padding: 12px 18px;
        font-size: 14px;
    }
    
    .reservation-summary-card {
        padding: 16px;
    }
    
    .summary-price-section {
        padding: 16px;
    }
}

/* Passenger Information Styles */
.form-help-text {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-top: 6px;
    font-weight: 400;
}

.yolcu-bilgi-item {
    margin-bottom: 24px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.yolcu-bilgi-item:last-child {
    margin-bottom: 0;
}

.yolcu-baslik {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.yolcu-baslik::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #f26d29;
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 768px) {
    .yolcu-bilgi-item {
        padding: 16px;
        margin-bottom: 20px;
    }
    
    .yolcu-baslik {
        font-size: 15px;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .yolcu-bilgi-item {
        padding: 14px;
        margin-bottom: 18px;
    }
    
    .yolcu-baslik {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
}

/* ============================================
   RESERVATION FORM V2 - Premium Design
   ============================================ */

.reservation-page-v2 {
    padding: 40px 0 60px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: calc(100vh - 200px);
}

/* Header V2 */
.reservation-header-v2 {
    text-align: center;
    margin-bottom: 32px;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
}

.header-badge ion-icon {
    font-size: 14px;
}

.reservation-title-v2 {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 10px;
    line-height: 1.2;
}

.reservation-subtitle-v2 {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}

/* Progress Steps */
.reservation-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    padding: 0 20px;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.progress-step.active {
    opacity: 1;
}

.progress-step.completed {
    opacity: 1;
}

.progress-step.completed .step-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    border-color: transparent;
}

.step-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #e2e8f0;
    color: #94a3b8;
    font-size: 20px;
    transition: all 0.3s ease;
}

.progress-step.active .step-icon {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.3);
}

.step-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.progress-step.active .step-label {
    color: #f26d29;
}

.progress-step.completed .step-label {
    color: #10b981;
}

.progress-line {
    width: 60px;
    height: 2px;
    background: #e2e8f0;
    margin: 0 8px;
    margin-bottom: 24px;
}

/* Form Card V2 */
.reservation-form-card-v2 {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

/* Payment Info Banner */
.payment-info-banner {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    padding: 24px 32px;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.payment-info-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.payment-info-banner::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.payment-info-content {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.payment-icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.payment-icon-wrapper ion-icon {
    font-size: 28px;
    color: #fff;
}

.payment-text-wrapper {
    flex: 1;
    min-width: 0;
}

.payment-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.3;
}

.payment-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.5;
}

.payment-badges {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.payment-badge-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.payment-badge-item ion-icon {
    font-size: 16px;
}

/* Form Section V2 */
.form-section-v2 {
    padding: 28px 32px;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.form-section-v2:last-of-type {
    border-bottom: none;
}

.form-section-v2:hover {
    background: rgba(248, 250, 252, 0.5);
}

.form-section-v2.flight-section {
    background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
}

.section-header-v2 {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.section-icon-v2 {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.25);
}

.section-icon-v2.flight-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
}

.section-text-v2 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px;
}

.section-text-v2 p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* Form Grid V2 */
.form-grid-v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group-v2 {
    display: flex;
    flex-direction: column;
}

.form-group-v2.full-width {
    grid-column: 1 / -1;
}

.form-label-v2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

.form-label-v2 ion-icon {
    font-size: 16px;
    color: #64748b;
}

.form-input-v2,
.form-select-v2,
.form-textarea-v2 {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    color: #1e293b;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input-v2:hover,
.form-select-v2:hover,
.form-textarea-v2:hover {
    border-color: #cbd5e1;
    background: #fff;
}

.form-input-v2:focus,
.form-select-v2:focus,
.form-textarea-v2:focus {
    outline: none;
    border-color: #f26d29;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(242, 109, 41, 0.1);
}

.form-input-v2::placeholder,
.form-textarea-v2::placeholder {
    color: #94a3b8;
}

.form-select-v2 {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    padding-right: 44px;
}

.form-textarea-v2 {
    resize: vertical;
    min-height: 80px;
}

.input-hint {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #94a3b8;
    margin-top: 6px;
}

.input-hint ion-icon {
    font-size: 14px;
}

/* Phone Input */
.phone-input-wrapper {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: visible;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.phone-input-wrapper:hover {
    border-color: #cbd5e1;
    background: #fff;
}

.phone-input-wrapper:focus-within {
    border-color: #f26d29;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(242, 109, 41, 0.1);
}

/* Country Code Selector */
.country-code-selector {
    position: relative;
    flex-shrink: 0;
}

.country-code-display {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 12px 14px 16px;
    background: #f1f5f9;
    border-right: 1px solid #e2e8f0;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    min-width: 90px;
}

.country-code-display:hover {
    background: #e2e8f0;
}

.country-flag {
    font-size: 18px;
    line-height: 1;
}

.country-code-text {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.country-code-display .dropdown-icon {
    font-size: 14px;
    color: #64748b;
    margin-left: auto;
    transition: transform 0.2s ease;
}

.country-code-dropdown.active + .country-code-display .dropdown-icon,
.country-code-display:hover .dropdown-icon {
    transform: rotate(180deg);
}

.country-code-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 200px;
    max-height: 320px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 10000;
    display: none;
    overflow: hidden;
    animation: dropdownFadeIn 0.2s ease;
}


.country-code-dropdown.active {
    display: block;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.country-search-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.country-search-wrapper ion-icon {
    font-size: 18px;
    color: #94a3b8;
    flex-shrink: 0;
}

.country-search-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #1e293b;
    outline: none;
    padding: 0;
}

.country-search-input::placeholder {
    color: #94a3b8;
}

.country-list {
    max-height: 240px;
    overflow-y: auto;
    padding: 4px 0;
}

.country-list::-webkit-scrollbar {
    width: 6px;
}

.country-list::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.country-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.country-list::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.country-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.country-item:hover {
    background: #f8fafc;
    border-left-color: #f26d29;
}

.country-item .country-flag {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.country-item .country-code {
    font-size: 15px;
    color: #1e293b;
    font-weight: 600;
    flex: 1;
}

.phone-input-wrapper .phone-input {
    border: none;
    background: transparent;
    padding: 14px 16px;
    flex: 1;
}

.phone-input-wrapper .phone-input:focus {
    box-shadow: none;
}

/* Flight Info */
.flight-info-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #1e40af;
}

.flight-info-note ion-icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

.flight-inputs-container .form-group-v2 {
    margin-bottom: 16px;
}

.flight-inputs-container .form-group-v2:last-child {
    margin-bottom: 0;
}

/* Passengers Container */
.passengers-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.passenger-item-v2 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.passenger-item-v2:hover {
    border-color: #cbd5e1;
}

.passenger-number {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.passenger-input-v2 {
    flex: 1;
    padding: 12px 14px;
    font-size: 14px;
    color: #1e293b;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.passenger-input-v2:focus {
    outline: none;
    border-color: #f26d29;
    box-shadow: 0 0 0 3px rgba(242, 109, 41, 0.1);
}

/* Submit Section V2 */
.form-submit-section-v2 {
    padding: 24px 32px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-top: 1px solid #e2e8f0;
}

.submit-info {
    margin-bottom: 16px;
}

.security-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.security-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.security-badge ion-icon {
    font-size: 16px;
    color: #10b981;
}

.reservation-submit-btn-v2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 28px;
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    border: none;
    border-radius: 14px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(242, 109, 41, 0.35);
}

.reservation-submit-btn-v2:hover {
    background: linear-gradient(135deg, #e06120 0%, #d4561a 100%);
    box-shadow: 0 6px 20px rgba(242, 109, 41, 0.45);
    transform: translateY(-2px);
}

.reservation-submit-btn-v2:active {
    transform: translateY(0);
}

.reservation-submit-btn-v2 ion-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.reservation-submit-btn-v2:hover ion-icon {
    transform: translateX(4px);
}

/* Responsive V2 */
@media (max-width: 992px) {
    .reservation-page-v2 {
        padding: 30px 0 50px;
    }
    
    .reservation-title-v2 {
        font-size: 28px;
    }
    
    .form-section-v2 {
        padding: 24px;
    }
    
    .form-submit-section-v2 {
        padding: 20px 24px;
    }
}

@media (max-width: 768px) {
    .reservation-page-v2 {
        padding: 20px 0 40px;
    }
    
    .reservation-header-v2 {
        margin-bottom: 24px;
    }
    
    .reservation-title-v2 {
        font-size: 24px;
    }
    
    .reservation-subtitle-v2 {
        font-size: 14px;
    }
    
    .reservation-progress {
        margin-bottom: 28px;
    }
    
    .step-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .step-label {
        font-size: 11px;
    }
    
    .progress-line {
        width: 40px;
    }
    
    .payment-info-banner {
        padding: 20px;
    }
    
    .payment-info-content {
        flex-wrap: wrap;
        gap: 16px;
    }
    
    .payment-icon-wrapper {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }
    
    .payment-icon-wrapper ion-icon {
        font-size: 24px;
    }
    
    .payment-title {
        font-size: 16px;
    }
    
    .payment-description {
        font-size: 13px;
    }
    
    .payment-badges {
        width: 100%;
        justify-content: flex-start;
        gap: 10px;
    }
    
    .payment-badge-item {
        padding: 7px 12px;
        font-size: 11px;
    }
    
    .payment-badge-item ion-icon {
        font-size: 14px;
    }
    
    .form-section-v2 {
        padding: 20px;
    }
    
    .section-icon-v2 {
        width: 40px;
        height: 40px;
        font-size: 18px;
        border-radius: 10px;
    }
    
    .section-text-v2 h3 {
        font-size: 16px;
    }
    
    .form-grid-v2 {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .form-input-v2,
    .form-select-v2 {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .country-code-dropdown {
        width: 200px;
        max-height: 280px;
        left: 0;
        right: auto;
    }
    
    .country-code-display {
        min-width: 75px;
        padding: 12px 8px 12px 12px;
    }
    
    .country-code-text {
        font-size: 13px;
    }
    
    .country-flag {
        font-size: 16px;
    }
    
    .phone-input-wrapper .phone-input {
        padding: 12px 14px;
    }
    
    .security-badges {
        gap: 12px;
    }
    
    .security-badge {
        font-size: 11px;
    }
    
    .reservation-submit-btn-v2 {
        padding: 16px 24px;
        font-size: 15px;
    }
    
    .form-submit-section-v2 {
        padding: 18px 20px;
    }
}

@media (max-width: 480px) {
    .header-badge {
        font-size: 11px;
        padding: 5px 12px;
    }
    
    .reservation-title-v2 {
        font-size: 22px;
    }
    
    .step-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .step-label {
        font-size: 10px;
    }
    
    .progress-line {
        width: 30px;
        margin: 0 4px;
    }
    
    .form-section-v2 {
        padding: 16px;
    }
    
    .section-header-v2 {
        gap: 12px;
        margin-bottom: 18px;
    }
    
    .section-icon-v2 {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .section-text-v2 h3 {
        font-size: 15px;
    }
    
    .section-text-v2 p {
        font-size: 12px;
    }
    
    .payment-info-banner {
        padding: 16px;
    }
    
    .payment-info-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
    
    .payment-icon-wrapper {
        width: 44px;
        height: 44px;
        border-radius: 11px;
    }
    
    .payment-icon-wrapper ion-icon {
        font-size: 22px;
    }
    
    .payment-text-wrapper {
        width: 100%;
    }
    
    .payment-title {
        font-size: 15px;
        margin-bottom: 4px;
    }
    
    .payment-description {
        font-size: 12px;
    }
    
    .payment-badges {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
    }
    
    .payment-badge-item {
        flex: 1;
        justify-content: center;
        padding: 8px 10px;
        font-size: 13px;
    }
    
    .form-label-v2 {
        font-size: 15px;
    }
    
    .form-input-v2,
    .form-select-v2 {
        padding: 11px 12px;
        font-size: 14px;
        border-radius: 10px;
    }
    
    .country-code-dropdown {
        position: absolute;
        top: calc(100% + 4px);
        bottom: auto;
        left: 0;
        width: 200px;
        max-height: 260px;
        border-radius: 12px;
        border: 2px solid #e2e8f0;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
        z-index: 99999;
        background: #fff;
        display: none;
        overflow: hidden;
    }

    .country-code-dropdown.active {
        display: block;
    }

    .country-code-dropdown .country-search-wrapper {
        padding: 10px 12px;
        border-radius: 0;
    }
    
    .country-code-dropdown .country-search-input {
        font-size: 16px;
    }
    
    .country-code-dropdown .country-list {
        max-height: 200px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #fff;
    }
    
    .country-code-display {
        min-width: 70px;
        padding: 11px 8px 11px 10px;
    }
    
    .country-code-text {
        font-size: 12px;
    }
    
    .country-flag {
        font-size: 16px;
    }
    
    .country-item {
        padding: 14px 16px;
    }
    
    .country-item .country-flag {
        font-size: 22px;
        width: 28px;
    }
    
    .country-item .country-code {
        font-size: 16px;
        font-weight: 500;
    }
    
    .phone-input-wrapper .phone-input {
        padding: 11px 12px;
    }
    
    .passenger-item-v2 {
        padding: 12px;
    }
    
    .passenger-number {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    
    .passenger-input-v2 {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .flight-info-note {
        padding: 12px;
        font-size: 12px;
    }
    
    .security-badges {
        flex-direction: column;
        gap: 8px;
    }
    
    .reservation-submit-btn-v2 {
        padding: 14px 20px;
        font-size: 14px;
        border-radius: 12px;
    }
    
    .form-submit-section-v2 {
        padding: 16px;
    }
}

/* Reservation Success Page Styles */
.reservation-success-page {
    padding: 40px 0;
    min-height: 80vh;
}

.success-header {
    text-align: center;
    margin-bottom: 40px;
}

.success-icon-wrapper {
    margin-bottom: 0px;
}

.success-icon {
    font-size: 80px;
    color: #10b981;
}

.payment-description-white {
    color: #fff !important;
}

.payment-icon-white {
    color: #fff !important;
}

.success-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.success-subtitle {
    font-size: 16px;
    color: #64748b;
}

.reservation-details-card,
.reservation-actions-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.reservation-number-section {
    margin-bottom: 30px;
}

.reservation-number-badge {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.reservation-number-badge ion-icon {
    font-size: 32px;
}

.reservation-number-content {
    display: flex;
    flex-direction: column;
}

.reservation-number-label {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 5px;
}

.reservation-number-value {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.details-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
}

.details-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.details-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.details-section-title ion-icon {
    font-size: 24px;
    color: #f26d29;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    gap: 20px;
}

.detail-item-price {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 2px solid #e2e8f0;
}

.detail-label {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.detail-value {
    font-size: 14px;
    color: #1e293b;
    font-weight: 600;
    text-align: right;
    flex: 1;
}

.time-badge {
    display: inline-block;
    background: #f26d29;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
}

.passengers-list {
    margin-top: 15px;
}

.passenger-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #f8fafc;
    border-radius: 8px;
    margin-bottom: 8px;
}

.passenger-number {
    width: 28px;
    height: 28px;
    background: #f26d29;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.passenger-name {
    font-size: 14px;
    color: #1e293b;
    font-weight: 500;
}

.notes-content {
    background: #f8fafc;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.6;
}

.status-section {
    margin-bottom: 30px;
}

.status-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.status-beklemede {
    background: #fef3c7;
    color: #92400e;
}

.status-onaylandi {
    background: #d1fae5;
    color: #065f46;
}

.status-iptal {
    background: #fee2e2;
    color: #991b1b;
}

.reservation-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
}

.payment-info-section {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.payment-info-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
}

.payment-info-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.payment-info-content ion-icon {
    font-size: 24px;
    color: #f26d29;
    margin-top: 2px;
}

.payment-info-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.actions-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.action-btn-primary {
    background: linear-gradient(135deg, #f26d29 0%, #e06120 100%);
    color: white;
}

.action-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(242, 109, 41, 0.3);
}

.action-btn-secondary {
    background: #ffffff;
    color: #f26d29;
    border-color: #f26d29;
}

.action-btn-secondary:hover {
    background: #f26d29;
    color: white;
}

.action-btn-outline {
    background: transparent;
    color: #64748b;
    border-color: #e2e8f0;
}

.action-btn-outline:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

@media (max-width: 768px) {
    .reservation-success-page {
        padding: 20px 0;
    }

    .success-icon {
        font-size: 60px;
    }

    .success-title {
        font-size: 24px;
    }

    .reservation-details-card,
    .reservation-actions-card {
        padding: 20px;
    }

    .detail-item {
        flex-direction: column;
        gap: 5px;
    }

    .detail-value {
        text-align: left;
    }
}