#search_container_2 {
    position: relative;
    min-height: 700px;
    background: #4d536d url(/assets/front/img/slide_hero.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center; 
    justify-content: center; 
}

#search_2 {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 2px 2px 2px 2px;
    border-radius: 8px;
    color: #fff;
    width: 90%;
    max-width: 1140px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

    #search_2 .nav-tabs {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 3px;
    }

        #search_2 .nav-tabs li a {
            /* Sekme linkleri */
            color: #333;
            background-color: transparent;
            border: none; 
            padding: 10px 20px;
            font-weight: 500;
            border-radius: 5px 5px 5px 5px; 
            margin-right: 2px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

            #search_2 .nav-tabs li a.active,
            #search_2 .nav-tabs li a:hover {
                color: #4d536d;
                background-color: #fff;
            }

                #search_2 .nav-tabs li a.active span,
                #search_2 .nav-tabs li a:hover span {
                    color: #4d536d;
                }

            #search_2 .nav-tabs li a span {
                color: #333;
                font-size: 1rem;
            }

    #search_2 .tab-content {
        background-color: transparent;
        padding: 0;
        color: #333;
    }

    #search_2 .form-group {
        margin-bottom: 10px; /* Form grupları arası boşluk */
        margin-left: 4px;
    }

        #search_2 .form-group label {
            /*color: #f0f0f0;*/ /* Form etiketleri için açık renk */
            color: #333; /* Koyu gri - yüksek kontrast */
            margin-bottom: 0.3rem;
            font-weight: 500;
            padding-left: 5px;
        }

    #search_2 .form-control {
        background-color: rgba(255, 255, 255, 0.9); /* Input arkaplanı */
        border: 1px solid #ccc;
        padding: 0.25rem 0.75rem;
        color: #333; /* Input yazı rengi */
    }

        #search_2 .form-control::placeholder {
            color: #777;
            opacity: 1; /* Firefox için */
        }

    #search_2 .btn_search {
        width: auto; /* veya örneğin: width: 120px; */
        padding: 0.25rem 0.75rem;
        height: auto;
        margin-right: 4px; /* sola kaydırır */
    }

    /* Switch butonları için stiller (Uçak arama formu için) */
    #search_2 .switch-container {
        /* Switch ve metnini yan yana getirmek için */
        display: flex;
        align-items: center;
        margin-bottom: 10px; /* Alt alta gelirse boşluk */
    }

        #search_2 .switch-container .switch-label {
            color: #333; /* Switch metinleri için renk */
            font-weight: 800;
            margin-left: 8px;
            margin-right: 8px;
        }

    #search_2 .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 20px;
    }

        #search_2 .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    #search_2 .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: 0.4s;
        border-radius: 20px;
    }

        #search_2 .slider:before {
            position: absolute;
            content: "";
            height: 14px;
            width: 14px;
            left: 3px;
            bottom: 3px;
            background-color: white;
            transition: 0.4s;
            border-radius: 50%;
        }

    #search_2 input:checked + .slider {
        background-color: #2196f3;
    }

        #search_2 input:checked + .slider:before {
            transform: translateX(20px);
        }

/* Autocomplete sonuçları için */
.arama-sonuclar-ucak {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    color: #333;
    text-align: left;
}

    .arama-sonuclar-ucak ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .arama-sonuclar-ucak li {
        padding: 8px 12px;
        cursor: pointer;
    }

        .arama-sonuclar-ucak li:hover {
            background-color: #333;
        }

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

    .ch-grid:after,
    .ch-item:before {
        content: "";
        display: table;
    }

    .ch-grid:after {
        clear: both;
    }

    .ch-grid li {
        width: 220px;
        height: 220px;
        display: inline-block;
        margin: 20px;
        vertical-align: top;
    }

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 0 rgba(200, 95, 66, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
}

.ch-thumb {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ch-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .ch-info h3 {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 16px;
        margin: 0 10px;
        padding: 0;
        font-weight: bold;
    }

    .ch-info p {
        color: #fff;
        padding: 8px 5px;
        font-style: italic;
        margin: 0 15px;
        font-size: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

        .ch-info p a {
            display: block;
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            text-decoration: none;
        }

            .ch-info p a:hover {
                color: #e04f67;
                text-decoration: underline;
            }

.ch-item:hover {
    box-shadow: inset 0 0 0 110px rgba(200, 95, 66, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
}

    .ch-item:hover .ch-info {
        opacity: 1;
        transform: scale(1);
    }

.service-name-link-container {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    font-family: "Arial", sans-serif;
}

    .service-name-link-container a {
        font-family: "Papyrus", monospace;
        font-size: 18px;
        color: #e04f67;
        text-decoration: none;
    }

        .service-name-link-container a:hover {
            text-decoration: underline;
        }

.tur-karti {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .tur-karti img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.tur-karti-govde {
    padding: 15px;
    text-align: center;
}

.tur-karti-baslik {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.tur-karti a.btn_1 {
    margin-top: 10px;
}

.list_carousel .item {
    margin: 0 10px;
}

.tour_container .img_container img {
    height: 200px;
    object-fit: cover;
}

.otel-carousel-satir + .otel-carousel-satir {
    margin-top: 30px;
}

/*Test*/
.container.margin_60 {
    padding-top: 120px;
}

/* 2. Header sayfa en üstteyken (scroll edilmemişken) linklerin rengini koyu yapma */
header:not(.sticky) .main-menu a {
    color: #555 !important; 
}

/* 3. Header en üstteyken mevcut seçili (active) linkin rengini de düzenleme */
header:not(.sticky) .main-menu ul li.active a {
    color: #e04f67 !important; 
}
/*Test*/
.panel-dropdown a:after {
    display: none;
}

.sub_header_search {
    padding-top: 140px; /* Navbar'ınızın yüksekliğine göre bu değeri ayarlayın */
    padding-bottom: 20px;
    background-color: #f5f5f5; /* İsteğe bağlı arkaplan rengi */
    text-align: center;
}

/* Slider'ın yüksekliğini sınırlamak için */
.carousel-resizable .carousel-inner {
    max-height: 450px; /* Slider'ın maksimum yüksekliği, bu değeri istediğiniz gibi değiştirebilirsiniz */
}

.carousel-resizable .carousel-item img {
    height: 450px; /* max-height ile aynı olmalı */
    object-fit: cover;
    object-position: center;
}

#hotelInfoAccordion .accordion-button {
    min-height: 74px;
    align-items: center;
}

#hotelInfoAccordion .accordion-header {
    margin: 0 !important;
}

.room-card {
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

    .room-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

.room-card-image {
    width: 100%;
    height: 100%;
    min-height: 180px;
    background-size: cover;
    background-position: center;
}

.room-card .tour_list_desc {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.room-card .price_list {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #eee;
}

.cancellation-policy.refundable {
    color: #28a745; /* Yeşil */
    font-weight: 500;
}

.cancellation-policy.non-refundable {
    color: #dc3545; /* Kırmızı */
    font-weight: 500;
}

.room-in-combination {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

    .room-in-combination:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

/* yeni oda görünümü tasarimlari */
.room-card-final {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    transition: box-shadow 0.3s ease;
    padding: 20px;
}

    .room-card-final:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .room-card-final h5 {
        margin-bottom: 12px;
        font-weight: 600;
    }

    .room-card-final .room-info-pills span {
        display: inline-block;
        background-color: #f1f1f1;
        color: #333;
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 13px;
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .room-card-final .room-info-pills i {
        margin-right: 5px;
    }

    .room-card-final .price-area {
        text-align: right;
    }

        .room-card-final .price-area h4 {
            margin-bottom: 5px;
            font-weight: 700;
            color: #e04f67; /* temanızın ana rengiyle değiştirebilirsiniz */
        }

        .room-card-final .price-area small {
            font-size: 12px;
            color: #888;
        }

.room-type-card {
    background: #f8f9fa; /* Ana çerçeveye hafif bir arkaplan rengi verelim */
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 20px;
}

.offer-card-row {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 15px;
    transition: all 0.2s ease-in-out;
}

    .offer-card-row:not(:last-child) {
        margin-bottom: 10px;
    }

    .offer-card-row:hover {
        border-color: #007bff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .offer-card-row .info-col {
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }

    .offer-card-row .price-col {
        text-align: right;
        font-weight: 700;
        font-size: 16px;
    }

.room-type-card h5 {
    font-weight: 600;
}

.room-type-card .guest-info {
    color: #555;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 500;
}

    .room-type-card .guest-info i {
        margin-right: 5px;
    }

/* Her bir Teklif için İç Kart */
.offer-card {
    background: #f8f9fa;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    padding: 15px;
    transition: all 0.2s ease-in-out;
}

    .offer-card:not(:last-child) {
        margin-bottom: 10px;
    }

    .offer-card:hover {
        border-color: #007bff; /* temanızın ana rengiyle değiştirebilirsiniz */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .offer-card .offer-details strong {
        font-size: 16px;
    }

    .offer-card .offer-details small {
        display: block;
        margin-top: 4px;
    }

    .offer-card .offer-price {
        text-align: right;
    }

        .offer-card .offer-price h5 {
            margin-bottom: 0;
            font-weight: 700;
        }

/* UCAK KISMI */

.arama-sonuclar-ucak {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 999;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .arama-sonuclar-ucak .autocomplete-item {
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }

        .arama-sonuclar-ucak .autocomplete-item:hover {
            background-color: #f5f5f5;
        }

        .arama-sonuclar-ucak .autocomplete-item:last-child {
            border-bottom: none;
        }

    .arama-sonuclar-ucak .autocomplete-item-none {
        padding: 10px;
        color: #888;
    }

/* ucak kart kismi */

/* Her bir ucus teklifi için ana kart cercevesi */
.flight-offer-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden; /* Köşelerin düzgün gözükmesi için */
}

/* Kartın başlığı (Havayolu logosu ve adı) */
.flight-offer-header {
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9e9e9;
}

    .flight-offer-header img {
        max-height: 40px;
        margin-right: 15px;
    }

    .flight-offer-header h5 {
        margin: 0;
        font-weight: 600;
    }

/* Uçuşun rota bilgilerini içeren bölüm */
.flight-segments-container {
    padding: 20px;
}

.flight-segment-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.flight-time-location {
    flex: 1;
    text-align: center;
}

    .flight-time-location strong {
        display: block;
        font-size: 18px;
        font-weight: 600;
    }

    .flight-time-location small {
        font-size: 13px;
        color: #555;
    }

.flight-path {
    flex: 2;
    text-align: center;
    color: #888;
    position: relative;
}

    .flight-path .duration {
        display: block;
        font-size: 12px;
        margin-bottom: 2px;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .flight-path .line {
        width: 100%;
        height: 1px;
        background-color: #ddd;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flight-path .icon-flight {
        font-size: 20px;
        color: #555;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -80%);
        background-color: #fff;
        padding: 0 8px;
        /*position: relative;*/
    }

/* Her bir fiyat seçeneği (ECO, EXTRA vs) için iç satır */
.fare-options-container {
    padding: 0 20px 20px 20px;
}

.fare-option-row {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 15px;
    transition: all 0.2s ease-in-out;
    align-items: center;
}

    .fare-option-row:not(:last-child) {
        margin-bottom: 10px;
    }

    .fare-option-row:hover {
        border-color: #e04f67;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .fare-option-row .info-col {
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }

        .fare-option-row .info-col i {
            margin-right: 5px;
            color: #888;
        }

    .fare-option-row .price-col {
        text-align: right;
        font-weight: 700;
        font-size: 18px;
        color: #333;
    }

        .fare-option-row .price-col sup {
            font-size: 12px;
        }
/*Otel Lobisi Resmi*/
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

.loading-spinner {
    width: 100%;
    height: 100%;
}

    .loading-spinner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
/*otel lobisi resmi son*/

/* Akordiyon için tıklanabilir alanı belirtir */
.flight-card-toggler {
    cursor: pointer;
}

/* Uçuş seçeneklerini başlangıçta gizler */
.fare-options-container {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.accordion-icon {
    font-size: 18px;
    color: #007bff;
}

    /* ikonun dönme animasyonu için  */
    .accordion-icon .icon-up-open-mini {
        display: inline-block;
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .accordion-icon .icon-down-open-mini {
        display: inline-block;
        transition: transform 0.3s ease;
    }

/* Uçuş Arama Tipi Butonları */
#search_2 .btn-group > .btn-check:checked + .btn-outline-primary,
#search_2 .btn-group > .btn-outline-primary:hover {
    color: #4d536d;
    background-color: #fff;
    border-color: #4d536d;
}

#search_2 .btn-group > .btn-outline-primary {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #ccc;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#search_2 .btn-group {
    width: 100%;
    display: flex;
}

    #search_2 .btn-group > .btn {
        flex: 1;
    }

#search_2 .panel-dropdown {
    position: relative;
}

#search_2 .panel-dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 250px;
    right: 0;
    padding: 15px;
    border: 1px solid #ddd;
}

#search_2 .panel-dropdown.active .panel-dropdown-content {
    display: block;
}
