.booking-section {
    padding: 120px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/taxibg1.jpeg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.booking-form-container {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    max-width: 800px;
    margin: 0 auto;
}

.booking-form label {
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #333;
    font-size: 1.1rem;
}

.booking-form .form-control {
    padding: 0.8rem;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 1.1rem;
}

.booking-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
}

/* Fiyat Detayları */
.price-details {
    margin-top: 2rem;
}

.price-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    border: 2px solid #eee;
    text-align: center;
}

.estimated-price {
    text-align: center;
    padding: 1rem;
}

.estimated-price h3 {
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.price-amount {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.currency {
    font-size: 1.8rem;
    color: #666;
}

.booking-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
}

.info-item i {
    color: var(--primary-color);
}

/* Arama Butonu */
.call-to-book {
    margin-top: 2rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px solid #eee;
}

.call-button {
    padding: 1rem 2rem;
    font-size: 1.3rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.call-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

/* Responsive Tasarım */
@media (max-width: 991px) {
    .booking-section {
        padding: 100px 0 50px;
        align-items: flex-start;
    }

    .booking-form-container {
        padding: 1.5rem;
        margin: 20px;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .booking-section {
        padding-top: 90px;
        min-height: calc(100vh - 70px);
    }

    .booking-form-container {
        margin: 15px;
        margin-top: 50px;
        padding: 1.2rem;
        border-radius: 12px;
    }

    .booking-form label {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .booking-form .form-control {
        padding: 0.7rem;
        font-size: 1rem;
    }

    .btn-lg {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .price-card {
        padding: 1rem;
    }

    .price-amount {
        font-size: 2.5rem;
    }

    .call-to-book {
        padding: 1.5rem;
        margin-top: 1.5rem;
    }

    .call-button {
        width: 100%;
        padding: 0.8rem;
        font-size: 1.1rem;
    }
}

/* Daha küçük ekranlar için ek düzenlemeler */
@media (max-width: 576px) {
    .booking-section {
        padding-top: 80px;
    }

    .booking-form-container {
        margin: 10px;
        margin-top: 60px;
        padding: 1rem;
    }

    .booking-form .row > div {
        padding: 0 10px;
    }

    .price-amount {
        font-size: 2rem;
    }

    .info-item {
        font-size: 0.9rem;
    }
}

/* Yükseklik ayarlamaları */
@media (max-height: 700px) {
    .booking-section {
        min-height: auto;
        padding-bottom: 30px;
    }
}

/* Select2 Özelleştirmeleri */
.select2-container--bootstrap4 {
    width: 100% !important;
}

.select2-container--bootstrap4 .select2-selection {
    height: calc(1.5em + 2.2rem) !important;
    padding: 0 1rem !important;
    border: 2px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 1.2rem !important;
    background-color: #f8f9fa !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    font-size: 1.2rem !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0.8rem !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

/* Dropdown arama kutusu */
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 1rem;
    font-size: 1.1rem;
    background-color: #f8f9fa;
    color: #333;
    height: 3rem;
}

/* Dropdown seçenekleri */
.select2-container--bootstrap4 .select2-results__option {
    padding: 0.8rem;
    font-size: 1rem;
    color: #333;
}

/* Seçili olan seçenek */
.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
    background-color: #e9ecef !important;
    color: #333 !important;
}

/* Hover durumundaki seçenek */
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color) !important;
    color: #333 !important;
}

/* Dropdown container */
.select2-container--bootstrap4 .select2-dropdown {
    border: 2px solid #ddd !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* Focus durumu */
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25) !important;
}

/* Placeholder rengi */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #666 !important;
}

/* Mobil için düzenlemeler */
@media (max-width: 768px) {
    .select2-container--bootstrap4 .select2-selection {
        padding: 0 0.8rem !important;
        height: calc(1.5em + 1.8rem) !important;
        font-size: 1.1rem !important;
    }
}

/* Select2 seçilen değer rengi */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* Seçilen değer için ek stil */
.select2-container--bootstrap4 .select2-selection--single {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

/* Seçilen değerin text rengi için spesifik kural */
.select2-container--bootstrap4 .select2-selection__rendered[title] {
    color: #333 !important;
}

/* Placeholder için ayrı renk */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #666 !important;
}

/* Select2 özelleştirmeleri */
.select2-container--bootstrap4 .select2-selection--single {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
    line-height: 1.5;
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 8px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.5;
    color: #333;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    height: calc(3.5rem + 2px);
}

.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
    padding: 0.8rem;
    border: 1px solid #eee;
    border-radius: 4px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
    color: var(--dark-color);
}

/* Rota bulunamadı mesajı */
#noRouteMessage {
    background-color: #f8f9fa;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 1rem;
}

#noRouteMessage h5 {
    color: #0dcaf0;
    margin-bottom: 1rem;
}

#noRouteMessage .btn {
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
}

/* Select2 arama çubuğu özelleştirmeleri */
.select2-container--bootstrap4 .select2-search--dropdown {
    padding: 10px;
    background: #fff3cd;
}

.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
    padding: 0.8rem;
    border: 2px solid #ffc107;
    border-radius: 8px;
    font-size: 1.1rem;
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field:focus {
    border-color: #ffd700;
    box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
    outline: none;
}

/* Arama sonuçları container'ı */
.select2-container--bootstrap4 .select2-dropdown {
    border: 2px solid #ffc107;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Arama sonuçları */
.select2-container--bootstrap4 .select2-results__options {
    max-height: 250px;
    padding: 8px;
    background-color: #fff;
}

.select2-container--bootstrap4 .select2-results__option {
    padding: 10px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: #ffd700 !important;
    color: #333 !important;
}

/* Seçili option */
.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
    background-color: #fff3cd !important;
    color: #333 !important;
    font-weight: 600;
}

/* WhatsApp butonu stilleri */
.btn-whatsapp {
    background-color: #25d366;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    width: 100%;
}

.btn-whatsapp:hover {
    background-color: #128c7e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.booking-contact-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

/* İletişim seçenekleri için ortak stil */
.whatsapp-to-book,
.call-to-book {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.whatsapp-to-book:hover,
.call-to-book:hover {
    transform: translateY(-2px);
    background: #f0f2f5;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Başlık stilleri */
.whatsapp-to-book h4,
.call-to-book h4 {
    color: #495057;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

/* Açıklama metni stilleri */
.whatsapp-to-book p,
.call-to-book p {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    #bookingAction {
        padding: 1rem;
    }

    .whatsapp-to-book,
    .call-to-book {
        padding: 1.5rem;
    }

    .btn-whatsapp,
    .call-button {
        width: 100%;
        padding: 12px 30px;
    }
} 