.tur-landing-page .searcher {background: transparent;border-bottom: 2px solid;border-image: linear-gradient(to right, #9c2a66 25%, #edbd40 25%, #edbd40 50%, #90c061 50%, #90c061 75%, #115bb9 75%) 5;}
.bread {display: flex;align-items: center;}
.bread .ayirici {padding: 0 10px;}
.bread a,
.bread span {color: #6f7e90;font-size: 13px;}
.bread span.active {font-weight: 600;}

.oteldetay .otelresimleri {position: relative;float: left;width: 100%;}
.oteldetay .otelresimleri .ress{overflow: hidden;float: left;padding: 2px;width: 25%;}
.oteldetay .otelresimleri .ress img{height: 150px;width: 100%;object-fit: cover;transition:0.3s ease all; -moz-transition:0.3s ease all; -webkit-transition:0.3s ease all;}

.oteldetay .otelresimleri .ress:nth-child(1) {width: 50%;}
.oteldetay .otelresimleri .ress:nth-child(1) img {height: 304px;width: 100%;object-fit: cover;border-top-left-radius: 6px;border-bottom-left-radius: 6px;}
.oteldetay .otelresimleri .ress:nth-child(3) img,
.oteldetay .otelresimleri .ress:nth-child(5) img {border-top-right-radius: 6px;border-bottom-right-radius: 6px;}

.oteldetay .otelresimleri .goster {}
.open-photo-modal-carousel {color: #fff !important;padding: 5px 10px;font-size: 14px;font-weight: bold;background: #e30613 !important;}

.hotel-title {font-size: 26px;line-height: normal;margin: 0;}

.navigator {box-shadow: 0px 7px 9px 0px rgb(0 0 0 / 10%);position: relative;z-index: 1;}
.navigator.fixed {position: fixed;top: 70px;background: #fff;width: 100%;}
.navigator .navigator-tab {list-style: none;margin: 0;padding: 0;display: flex;}
.navigator .navigator-tab li {border-bottom: 3px solid transparent;}
.navigator .navigator-tab li a {cursor: pointer;padding: 10px 19px;display: block;transition: all 0.5s ease;color: #000000;margin-right: 5px;}
.navigator .navigator-tab li a i {font-size: 14px;margin-right: 5px;}
/* .navigator .navigator-tab li:hover,
.navigator .navigator-tab li.active {border-bottom: 3px solid #e30613; } */
.navigator .navigator-tab li:hover a,
.navigator .navigator-tab li.active a {border-bottom: #e30613 solid;}
.bg-grey {background: #f5f5f5;}


.priceCalc {background: #ffffff;border-radius: 6px;box-shadow: 0px 2px 5px #00000014;}

/* ===============================================
   MODERN ODA FİYAT KARTLARI
   =============================================== */
.otelfiyatsablon.otel {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    border: none;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.otelfiyatsablon.otel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #10c47f 0%, #0ea5e9 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.otelfiyatsablon.otel:hover {
    box-shadow: 0 8px 40px rgba(16, 196, 127, 0.15);
    transform: translateY(-2px);
}

.otelfiyatsablon.otel:hover::before {
    opacity: 1;
}

.otelfiyatsablon.otel .row-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

/* Resim Alanı */
.otelfiyatsablon.otel .resim {
    padding: 16px;
    display: flex;
    align-items: center;
}

.otelfiyatsablon.otel .resim img {
    border-radius: 12px;
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.otelfiyatsablon.otel:hover .resim img {
    transform: scale(1.03);
}

/* Oda Başlık ve Bilgi Alanı */
.otelfiyatsablon.otel .title {
    padding: 0;
    border-bottom: none;
    margin: 0 0 8px 0;
    width: auto;
    font-weight: 700;
    font-size: 16px;
    color: #1e293b;
    letter-spacing: -0.3px;
}

/* Özellikler Listesi */
.otelfiyatsablon.otel .ozellikler {
    list-style: none;
    margin: 0;
    padding: 0;
}

.otelfiyatsablon.otel .ozellikler li {
    margin-bottom: 6px;
}

.otelfiyatsablon.otel .ozellikler li a,
.otelfiyatsablon.otel .ozellikler li span {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #0ea5e9;
    text-decoration: none;
    padding: 6px 12px;
    background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 100%);
    border-radius: 20px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.otelfiyatsablon.otel .ozellikler li a:hover {
    background: linear-gradient(135deg, #0ea5e9 0%, #10c47f 100%);
    color: #ffffff;
    transform: translateX(3px);
}

.otelfiyatsablon.otel .ozellikler li a i {
    margin-right: 6px;
    font-size: 12px;
}

.otelfiyatsablon.otel .ozellikler li a .right-ion {
    margin-left: 6px;
    margin-right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.otelfiyatsablon.otel .ozellikler li a:hover .right-ion {
    opacity: 1;
}

/* Orta Bölüm - Konsept & Taksit */
.otelfiyatsablon.otel .border {
    border-left: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.otelfiyatsablon.otel .note {
    font-size: 13px;
    color: #f59e0b;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: 8px;
    border-left: 3px solid #f59e0b;
}

/* Fiyat Alanı */
.otelfiyatsablon.otel .fiyat {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.otelfiyatsablon.otel .fiyat.desk {
    text-align: right;
    font-size: 13px;
}

.otelfiyatsablon.otel .fiyat .indirimoran {
    display: inline-block;
    padding: 4px 10px;
    line-height: normal;
    border-radius: 20px;
    background: linear-gradient(135deg, #f97316 0%, #ef4444 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.otelfiyatsablon.otel .fiyat .old {
    text-decoration: line-through;
    font-size: 14px;
    line-height: normal;
    color: #94a3b8;
    font-weight: 500;
    margin-bottom: 2px;
}

.otelfiyatsablon.otel .fiyat .new {
    font-size: 24px;
    line-height: normal;
    background: linear-gradient(135deg, #10c47f 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.otelfiyatsablon.otel .fiyat small {
    color: #64748b;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
}

/* Butonlar */
.otelfiyatsablon.otel .link {
    margin-top: 12px;
}

.otelfiyatsablon.otel .btn-success {
    background: linear-gradient(135deg, #10c47f 0%, #059669 100%);
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 196, 127, 0.3);
}

.otelfiyatsablon.otel .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(16, 196, 127, 0.4);
    color: #fff;
}

.otelfiyatsablon.otel .btn-warning {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border: none;
    color: #fff;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.otelfiyatsablon.otel .btn-warning:hover {
    background: linear-gradient(135deg, #ea580c 0%, #dc2626 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(249, 115, 22, 0.4);
    color: #fff;
}

/* Taksit Butonu */
.otelfiyatsablon.otel .taksit {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #6366f1;
    text-decoration: none;
    padding: 6px 12px;
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
    border-radius: 20px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.otelfiyatsablon.otel .taksit:hover {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #ffffff;
}

.otelfiyatsablon.otel .taksit i {
    margin-right: 6px;
}

/* Pasif Oda Stili */
.otelfiyatsablon.otel.pasif {
    opacity: 0.7;
    filter: grayscale(30%);
}

.otelfiyatsablon.otel.pasif:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ===============================================
   RESPONSIVE - TABLET
   =============================================== */
@media(max-width: 992px) {
    .otelfiyatsablon.otel .row-flex {
        flex-direction: column;
    }
    
    .otelfiyatsablon.otel .border {
        border-left: none;
        border-right: none;
        border-top: 1px solid #f1f5f9;
        border-bottom: 1px solid #f1f5f9;
    }
    
    .otelfiyatsablon.otel .fiyat {
        align-items: center;
        text-align: center;
    }
}

/* ===============================================
   RESPONSIVE - MOBİL
   =============================================== */
@media(max-width: 768px) {
    .otelfiyatsablon.otel {
        border-radius: 12px;
        margin-bottom: 16px;
    }
    
    .otelfiyatsablon.otel::before {
        width: 100%;
        height: 3px;
        top: 0;
        left: 0;
    }
    
    .otelfiyatsablon.otel .cont {
        margin: 10px 0px;
    }
    
    .navigator .navigator-tab li a span {
        display: none;
    }
    
    .otelfiyatsablon.otel .resim {
        padding: 12px;
    }
    
    .otelfiyatsablon.otel .resim img {
        height: 80px;
        border-radius: 10px;
    }
    
    .otelfiyatsablon.otel .title {
        font-size: 14px;
    }
    
    .otelfiyatsablon.otel .ozellikler li a,
    .otelfiyatsablon.otel .ozellikler li span {
        font-size: 12px;
        padding: 5px 10px;
    }
    
    .otelfiyatsablon.otel .border {
        padding: 12px 16px;
    }
    
    .otelfiyatsablon.otel .note {
        font-size: 12px;
        padding: 6px 10px;
    }
    
    .otelfiyatsablon.otel .fiyat {
        padding: 12px 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        border-radius: 0 0 12px 12px;
    }
    
    .otelfiyatsablon.otel .fiyat .old {
        font-size: 12px;
    }
    
    .otelfiyatsablon.otel .fiyat .new {
        font-size: 20px;
    }
    
    .otelfiyatsablon.otel .fiyat .indirimoran {
        padding: 3px 8px;
        font-size: 11px;
    }
    
    .otelfiyatsablon.otel .btn-success,
    .otelfiyatsablon.otel .btn-warning {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .otelfiyatsablon.otel .taksit {
        font-size: 12px;
        padding: 5px 10px;
    }
    
    .oteldetay .otelresimleri .ress {
        display: none;
    }
    
    .oteldetay .otelresimleri .ress:nth-child(1),
    .oteldetay .otelresimleri .ress img {
        display: block;
        width: 100%;
        border-radius: 12px;
    }
    
    .oteldetay .otelresimleri .goster {
        display: block !important;
    }
}

/* ===============================================
   RESPONSIVE - KÜÇÜK MOBİL
   =============================================== */
@media(max-width: 480px) {
    .otelfiyatsablon.otel .fiyat {
        flex-direction: column;
        text-align: center;
    }
    
    .otelfiyatsablon.otel .fiyat .new {
        font-size: 22px;
        margin-bottom: 8px;
    }
    
    .otelfiyatsablon.otel .link {
        width: 100%;
    }
    
    .otelfiyatsablon.otel .btn-success,
    .otelfiyatsablon.otel .btn-warning {
        width: 100%;
        text-align: center;
    }
}

.odaTalepEt,
.contWrap {background: #fff;padding: 10px;float: left;width: 100%;}
.odaTalepEt {margin: 15px 0;background: #ffffff;border-radius: 6px;box-shadow: 0px 2px 5px #00000014;border: 1px solid #e5e5e5;}
.otel_info h1,
.otel_info h2,
.otel_info h3,
.otel_info h4,
.otel_info h5,
.otel_info h6 {font-size: 16px;font-weight: bold;margin-bottom: 5px;line-height: normal;}
.otel_info .infobaslik {display:none; font-size: 22px;border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-bottom: 15px;font-weight: bold;color: #000;line-height: normal;}
.contWrap .title {font-size: 19px;border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-bottom: 15px;font-weight: 500;color: #000;line-height: normal;}

.contWrap.minimize {overflow: hidden;height: 55px;}
.contWrap.minimize .title {cursor: pointer;}
.search-font {
    font-weight: 500;
    font-size: 12px;
}
.abc {
    border-radius: 6px;
    box-shadow: 0px 2px 5px #00000014;
    border: 1px solid #e5e5e5;
}

/* ===============================================
   MODERN ODA DETAY POPUP
   =============================================== */
.room-info-popup-wrap {
    position: relative;
    background: #ffffff;
    padding: 0;
    max-width: 542px;
    width: 100%;
    margin: 40px auto;
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    animation: popupSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Kapatma Butonu */
.mfp-close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50% !important;
    color: #374151 !important;
    font-size: 28px !important;
    line-height: 40px !important;
    text-align: center !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    z-index: 100 !important;
}

.mfp-close:hover {
    background: #ef4444 !important;
    color: #fff !important;
    transform: rotate(90deg) !important;
}

/* Galeri Alanı */
.room_image_list {
    position: relative;
    width: 100%;
    margin-bottom: 0 !important;
    float: none !important;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}

/* Ana Slider */
.room_image_list #slider {
    margin: 0;
    padding: 0;
    background: transparent;
}

.room_image_list #slider .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.room_image_list #slider .slides li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: #0f172a;
}

.room_image_list #slider .slides li img {
    max-width: 100%;
    max-height: 400px;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    border-radius: 0;
}

/* Slider Navigasyon Okları */
.room_image_list #slider .flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    margin: 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.room_image_list #slider .flex-direction-nav li {
    list-style: none;
    pointer-events: auto;
}

.room_image_list #slider .flex-direction-nav a {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    font-size: 0 !important;
    text-indent: -9999px;
    color: transparent !important;
    overflow: hidden;
    position: relative;
}

.room_image_list #slider .flex-direction-nav a:hover {
    background: #0ea5e9 !important;
    transform: scale(1.1);
}

.room_image_list #slider .flex-direction-nav a::before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    font-size: 18px !important;
    color: #374151 !important;
    text-shadow: none !important;
    text-indent: 0 !important;
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.room_image_list #slider .flex-direction-nav a:hover::before {
    color: #fff !important;
}

.room_image_list #slider .flex-prev::before {
    content: '\f053' !important;
}

.room_image_list #slider .flex-next::before {
    content: '\f054' !important;
}

/* Thumbnail Carousel */
.room_image_list #carousel {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    padding: 15px 20px;
    margin: 0;
}

.room_image_list #carousel .slides {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.room_image_list #carousel .slides li {
    flex: 0 0 auto;
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.room_image_list #carousel .slides li:hover,
.room_image_list #carousel .slides li.flex-active-slide {
    border-color: #0ea5e9;
    opacity: 1;
    transform: translateY(-3px);
}

.room_image_list #carousel .slides li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room_image_list #carousel .flex-direction-nav {
    display: none;
}

/* Oda Bilgi Alanı */
.room-image-desc {
    padding: 25px 30px 30px;
    background: #ffffff;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
}

.room-image-desc::-webkit-scrollbar {
    width: 6px;
}

.room-image-desc::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.room-image-desc::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0ea5e9 0%, #10c47f 100%);
    border-radius: 3px;
}

/* Oda Başlık */
.room-image-desc h3,
.room-image-desc h4,
.room-image-desc .room-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 15px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
    position: relative;
}

.room-image-desc h3::after,
.room-image-desc h4::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #0ea5e9 0%, #10c47f 100%);
}

/* Oda Özellikleri Listesi */
.room-image-desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.room-image-desc ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #475569;
    padding: 10px 14px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.room-image-desc ul li:hover {
    background: linear-gradient(135deg, #ecfeff 0%, #f0fdfa 100%);
    transform: translateX(5px);
}

.room-image-desc ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #10c47f;
    margin-right: 10px;
    font-size: 12px;
    width: 22px;
    height: 22px;
    background: rgba(16, 196, 127, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Paragraflar */
.room-image-desc p {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 12px;
}

.room-image-desc p strong {
    color: #1e293b;
    font-weight: 600;
}

/* Oda Boyutu Bilgisi */
.room-image-desc .room-size,
.room-image-desc p:first-of-type {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.room-image-desc .room-size::before {
    content: '\f1b2';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
}

/* Magnific Popup Arka Plan */
.mfp-bg {
    background: rgba(15, 23, 42, 0.9) !important;
    backdrop-filter: blur(10px);
}

.mfp-wrap {
    z-index: 99999 !important;
}

/* ===============================================
   ROOM POPUP - RESPONSIVE
   =============================================== */
@media (max-width: 768px) {
    .room-info-popup-wrap {
        margin: 20px auto;
        border-radius: 16px;
        max-width: 95%;
    }
    
    .room_image_list #slider .slides li {
        min-height: 280px;
    }
    
    .room_image_list #slider .slides li img {
        max-height: 280px;
    }
    
    .room_image_list #slider .flex-direction-nav a {
        width: 40px;
        height: 40px;
    }
    
    .room_image_list #slider .flex-direction-nav a::before {
        font-size: 14px !important;
    }
    
    .room_image_list #carousel {
        padding: 10px 15px;
    }
    
    .room_image_list #carousel .slides li {
        width: 60px;
        height: 45px;
    }
    
    .room-image-desc {
        padding: 20px;
    }
    
    .room-image-desc h3,
    .room-image-desc h4 {
        font-size: 18px;
    }
    
    .room-image-desc ul {
        grid-template-columns: 1fr;
    }
    
    .room-image-desc ul li {
        font-size: 13px;
        padding: 8px 12px;
    }
    
    .mfp-close {
        top: 10px !important;
        right: 10px !important;
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
        font-size: 24px !important;
    }
}

@media (max-width: 480px) {
    .room_image_list #slider .slides li {
        min-height: 220px;
    }
    
    .room_image_list #slider .slides li img {
        max-height: 220px;
    }
    
    .room-image-desc {
        padding: 15px;
        max-height: 250px;
    }
    
    .room-image-desc ul li::before {
        display: none;
    }
}