  /* Neden Biz kısmı css */
/* 1. Temel Yapı ve Renkler */
.premium-why-us-fixed {
    background: #0d0d0d; /* Derin Karbon Siyah */

    overflow: hidden;
}

.text-gold-sub { color: #b39359; }
.text-secondary-vip { color: #a6a6a6; line-height: 1.8; font-size: 1.05rem; }

/* 2. Resim Kompozisyonu (Image Composite) */
.image-composite {
    position: relative;
    padding: 30px;
}

.gold-shape {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 15px solid rgba(179, 147, 89, 0.1);
    top: -20px;
    left: -20px;
    z-index: 0;
}

.main-img {
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateY(-5deg);
}

.sub-img {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 240px;
    z-index: 3;
    border: 5px solid #0d0d0d;
}

.border-gold { border: 2px solid #b39359 !important; }

.floating-experience {
    position: absolute;
    top: 20%;
    left: -10px;
    background: #b39359;
    color: #000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    z-index: 4;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.exp-num { font-size: 2rem; font-weight: 900; line-height: 1; }
.exp-text { font-size: 0.7rem; font-weight: 700; text-align: center; }

/* 3. Özellik Kutuları (Minimalist Cards) */
.feature-box-minimal {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(179, 147, 89, 0.2);
    padding: 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}

.feature-box-minimal:hover {
    background: rgba(179, 147, 89, 0.1);
    border-color: #b39359;
    transform: translateY(-5px);
}

.feature-icon {
    width: 45px;
    height: 45px;
    background: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b39359;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.feature-box-minimal h5 {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
}

/* 4. Buton Tasarımı */
.btn-vip-action {
    display: inline-block;
    padding: 18px 45px;
    background: #b39359;
    color: #000;
    font-weight: 800;
    text-decoration: none !important;
    border-radius: 50px;
    letter-spacing: 2px;
    transition: 0.4s;
    border: 2px solid #b39359;
}

.btn-vip-action:hover {
    background: transparent;
    color: #b39359;
    box-shadow: 0 0 20px rgba(179, 147, 89, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .sub-img { display: none; }
    .gold-shape { display: none; }
}

/* Neden biz sonu */

/* Slayt css */
/* Slider Genel */
.main-slider-wrapper {
    position: relative;
    height: 90vh; /* Ekranın %90'ını kaplar */
    width: 100%;
    overflow: hidden;
}

.main-slider-img {
    width: 100%;

    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

/* Aydınlık Kaplama: Yazıların her türlü resimde okunmasını sağlar */
.overlay-premium-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 60%, transparent 100%);
    z-index: 1;
}

/* Caption Ayarları */
.carousel-caption {
    z-index: 2;
    bottom: 25% !important;
    text-shadow: none !important;
}
.carousel-inner, .carousel-item {
    height: 100%; /* Kapsayıcının (90vh) boyuna eşitler */
}   

/* Yeni Badge Tasarımı */
.slider-badge-new {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.gold-line {
    width: 40px;
    height: 2px;
    background: #b39359;
}

.badge-text {
    color: #b39359;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0.9rem;
}

/* Başlık Tasarımı */
.slider-title-new {
    color: #1a2b48; /* Önceki bölümlerde kullandığımız koyu lacivert */
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0;
}

/* Buton Tasarımları */
.btn-main-gold {
    background: #b39359;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(179, 147, 89, 0.3);
}

.btn-main-gold:hover {
    background: #1a2b48;
    color: #fff;
    transform: translateY(-3px);
}

.btn-main-outline-gold {
    border: 2px solid #b39359;
    color: #b39359;
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.btn-main-outline-gold:hover {
    background: #b39359;
    color: #fff;
}

/* Yeni Navigasyon Butonları */
.custom-nav-new {
    width: 60px;
    height: 60px;
    background: #ffffff;
    color: #1a2b48;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0; /* Normalde gizli */
    transition: 0.3s;
    border: 1px solid rgba(179, 147, 89, 0.2);
    margin: 0 20px;
}

.main-slider-wrapper:hover .custom-nav-new {
    opacity: 1; /* Mouse üzerine gelince görünür */
}

.custom-nav-new:hover {
    background: #b39359;
    color: #fff;
}

/* İndikatörler */
.custom-indicators-light button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #1a2b48 !important;
    border: 2px solid #fff !important;
    opacity: 0.5;
}

.custom-indicators-light button.active {
    opacity: 1;
    background-color: #b39359 !important;
    width: 30px !important; /* Aktif olanı biraz uzatalım */
    border-radius: 10px !important;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .slider-title-new { font-size: 2.5rem; }
    .main-slider-wrapper{
        height: 60vh;
    } .main-slider-img {
     height: 100% !important; }
    .overlay-premium-light {
        background: rgba(255,255,255,0.7); /* Mobilde daha fazla beyazlık */
    }
}
/* Slayt css sonu */
/*Header için css*/
/* Top Bar */
.top-bar {
    background: #1a1a1a;
    color: #fff;
    padding: 18px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.top-bar a { color: #ccc; text-decoration: none; transition: 0.3s; }
.top-bar a:hover { color: #c5a059; }

/* Navbar */
.main-nav {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.nav-logo { height: 60px; transition: 0.3s; }

.main-nav .nav-link {
    color: #333 !important;
    font-weight: 600;
    padding: 10px 20px !important;
    font-size: 15px;
    position: relative;
}
.main-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    width: 0; height: 2px;
    background: #c5a059;
    transition: 0.3s;
    transform: translateX(-50%);
}
.main-nav .nav-link:hover::after { width: 30px; }

/* VIP Buton */
.btn-book-now {
    background: #c5a059;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
}

/* Mobil Hamburger */
.hamburger span {
    display: block; width: 25px; height: 3px;
    background: #1a1a1a; margin: 5px 0; border-radius: 3px;
}

/* Sidebar */
.mobile-sidebar {
    position: fixed; top: 0; right: -100%;
    width: 280px; height: 100%;
    background: #fff; z-index: 9999;
    transition: 0.4s cubic-bezier(0.9, 0, 0.1, 1);
    padding: 30px;
}
.mobile-sidebar.active { right: 0; }
.sidebar-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); z-index: 9998;
    display: none;
}
.sidebar-overlay.active { display: block; }

.lang-selector { position: relative; cursor: pointer; color: #fff; }
.lang-dropdown-content {
    display: none; position: absolute; background: #fff;
    color: #333; min-width: 100px; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 5px; right: 0; z-index: 100;
}
/* Header css sonu */
/* Öne çıkan hizmetler css */
.bubble-services {
    background: #fdfdfd;
    overflow: hidden;
}

.premium-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.premium-subtitle {
    color: #c5a059;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

/* Grid Yapısı */
.bubble-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 20px;
}

/* Tekil Baloncuk */
.bubble-item {
    width: 280px;
    animation: bubbleFloat 0.8s ease backwards var(--delay);
}

.bubble-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    text-align: center;
    padding: 30px;
    background: #c5a059;
    border-radius: 40px 40px 100px 40px; /* Asimetrik modern baloncuk */
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bubble-icon-wrapper {
    width: 90px;
    height: 90px;
    background: white!important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #c5a059;
    margin-bottom: 20px;
    transition: 0.4s;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.bubble-content h4 {
    color: #1a1a1a;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.bubble-content span {
    color: black;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    transition: 0.3s;
}

/* Hover Durumu */
.bubble-link:hover {
    transform: scale(1.05) translateY(-10px);
    background: #f5f4f4;
    border-color: #c5a059;
}

.bubble-link:hover .bubble-icon-wrapper {
    background: #fff;
    color: #1a1a1a;
    transform: rotate(360deg);
}
.bubble-link:hover .bubble-icon-wrapper {
    background:#c5a059;
    
}
.bubble-link:hover .fa .fa-star{
    
    color:red!important;
}
.bubble-link:hover h4, 
.bubble-link:hover span {
    color: black;
    
}

/* Animasyon */
@keyframes bubbleFloat {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Mobil */
@media (max-width: 768px) {
    .bubble-item { width: 100%; }
    .bubble-link { border-radius: 30px; }
}

/* Öne çıkan hizmetler sonu */

/* Özellik için CSS */
/* Özellikler Barı - Aydınlık Tema */
.features-bar {
    background: #ffffff; /* Düz beyaz arka plan */
    border-top: 1px solid rgba(179, 147, 89, 0.15);
    border-bottom: 1px solid rgba(179, 147, 89, 0.1);
    position: relative;
    padding: 40px 0;
}

.feature-card {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fdfdfd; /* Çok hafif bir kırık beyaz */
    border: 1px solid rgba(179, 147, 89, 0.1);
    border-radius: 15px;
    transition: all 0.4s ease;
    height: 100%;
}

.feature-card:hover {
    background: #ffffff;
    border-color: #b39359;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(179, 147, 89, 0.1);
}

/* İkon Alanı */
.feature-icon-box {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    /* Siyah gradyan yerine gold geçişli veya temiz bir zemin */
    background: #f9f6f0; 
    border: 1px solid rgba(179, 147, 89, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 24px;
    color: #b39359; /* VIP Gold */
    transition: 0.4s ease;
}

.feature-card:hover .feature-icon-box {
    background: #b39359;
    color: #ffffff; /* Hoverda siyah yerine beyaz ikon */
    box-shadow: 0 5px 15px rgba(179, 147, 89, 0.4);
    transform: rotateY(180deg);
}

/* Metin Alanı */
.feature-text h5 {
    color: #1a2b48; /* Blog alanındaki koyu lacivert ile uyumlu */
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.feature-text p {
    color: #5b6a82; /* Blog alanındaki yumuşak füme tonu */
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* Mobil Uyumluluk */
@media (max-width: 991px) {
    .feature-card {
        margin-bottom: 15px;
    }
}
/* Özellik Css Sonu */
/* PopülerLokasyonlar Css  */
/* Popüler Lokasyonlar Bölümü */
.popular-locations {
    background: #0a0a0a; /* Siyah-Gold konseptine devam */
}

.premium-badge {
    color: #b39359;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.premium-title-light {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}

.premium-line {
    width: 50px;
    height: 3px;
    background: #b39359;
    margin-top: 15px;
}

/* Lokasyon Kart Tasarımı */
.location-card {
    display: block;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    text-decoration: none !important;
    height: 400px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    border: 1px solid rgba(179, 147, 89, 0.1);
}

.location-img-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.location-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Resim Üstü Karartma ve Bilgi Alanı */
.location-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    transition: 0.5s ease;
}

.location-info {
    transform: translateY(40px);
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.location-tag {
    background: #b39359;
    color: #000;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.location-info h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.location-info p {
    color: #d4bc8d;
    font-size: 0.9rem;
    margin-bottom: 20px;
    opacity: 0.8;
}

.btn-discover {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* HOVER EFEKTLERİ */
.location-card:hover .location-img-wrapper img {
    transform: scale(1.15);
}

.location-card:hover .location-overlay {
    background: linear-gradient(to top, rgba(179,147,89,0.3) 0%, rgba(0,0,0,0.7) 100%);
}

.location-card:hover .location-info {
    transform: translateY(0);
}

.location-card:hover .btn-discover {
    opacity: 1;
}

/* Mobilde Kart Yüksekliği Ayarı */
@media (max-width: 768px) {
    .location-card { height: 320px; }
    .location-info { transform: translateY(0); }
    .btn-discover { opacity: 1; }
}
/* Popüler lokasyon sonu */

/*-------------------------SON YAZILAR CSS*/

/* Premium Blog Alanı - Aydınlık Tema */
.premium-blog {
    background: #ffffff; /* Düz beyaz arka plan */
    border-top: 1px solid rgba(179, 147, 89, 0.2);
    padding: 80px 0;
}

.title-light {
    color: #1a2b48; /* Siyah yerine sofistike koyu lacivert */
    font-size: 2.5rem;
    font-weight: 700;
}

.gold-divider {
    width: 50px;
    height: 3px;
    background: #b39359; /* Gold korundu */
    margin-top: 15px;
}

/* Blog Kart Tasarımı */
.blog-premium-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    /* Hafif bir gölge ile kartı beyaz zeminde belirginleştirdik */
    border: 1px solid rgba(179, 147, 89, 0.15); 
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(26, 43, 72, 0.05);
}

.blog-img-box {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.blog-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Tarih Rozeti */
.date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #b39359; /* Gold */
    color: #ffffff; /* Yazı beyaz */
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    min-width: 60px;
    box-shadow: 0 10px 20px rgba(179, 147, 89, 0.3);
    z-index: 2;
}

.date-badge .day {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
}

.date-badge .month {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 2px;
}

/* Kart İçeriği */
.blog-info {
    padding: 30px;
}

.blog-title a {
    color: #1a2b48; /* Lacivert tonu */
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
    transition: 0.3s;
    line-height: 1.4;
    display: block;
    margin-bottom: 15px;
}

.blog-title a:hover {
    color: #b39359; /* Hoverda gold */
}

.blog-excerpt {
    color: #5b6a82; /* Yumuşak bir ara ton (gri-lacivert karışımı) */
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.blog-read-more {
    color: #b39359;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.blog-read-more:hover {
    color: #1a2b48; /* Hoverda lacivert */
    gap: 15px;
}

/* Hover Efektleri */
.blog-premium-card:hover {
    transform: translateY(-10px);
    border-color: #b39359;
    box-shadow: 0 20px 40px rgba(179, 147, 89, 0.2);
}

.blog-premium-card:hover .blog-img-box img {
    transform: scale(1.1);
}

/* Mobil */
@media (max-width: 768px) {
    .blog-premium-card { margin-bottom: 20px; }
    .title-light { font-size: 2rem; color: #1a2b48; }
}

/*------------------------------SON YAZILAR Sonu*/

/*------------------------------TRANSFER FORMU CSS*/
/* Booking Area & Card - Modern & Soft Shadow */
.booking-area {
    background-color: white; /* Altındaki beyaz zeminle birleşmesi için */
    padding-top: 160px;
    margin-top: -100px; /* Slider'ın üzerine şık bir şekilde biner */
    position: relative;
    z-index: 10;
    padding-bottom:100px;
}

.booking-card {
    background: #ffffff; /* Siyah yerine beyaz zemin */
    border: 1px solid rgba(179, 147, 89, 0.15); /* Çok hafif gold border */
    border-radius: 30px;
    padding: 40px;
    /* İSTEDİĞİNİZ YUMUŞAK GÖLGE: Katmanlı ve daha derin bir görünüm */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 
                0 30px 60px rgba(26, 43, 72, 0.08);
}

.booking-tag {
    color: #b39359;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 10px;
}

.booking-title {
    color: #1a2b48; /* Siyah yerine koyu lacivert */
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Form Grid Layout */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 50px 1fr 1fr;
    gap: 20px;
    align-items: end;
}

.input-group-premium {
    position: relative;
}

.input-group-premium label {
    display: block;
    color: #5b6a82; /* Yumuşak metin rengi */
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.input-group-premium input, 
.person-control select {
    width: 100%;
    background: #fcfaf6; /* Çok hafif bir krem tonu */
    border: 1px solid #e0e0e0; /* Açık gri border */
    border-radius: 12px;
    padding: 15px 20px;
    color: #1a2b48;
    font-size: 0.9rem;
    transition: 0.3s;
}

.input-group-premium input:focus {
    border-color: #b39359;
    outline: none;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(179, 147, 89, 0.1);
}

/* Switch Button */
.arrow-switch {
    background: #f9f6f0;
    border: 1px solid rgba(179, 147, 89, 0.3);
    color: #b39359;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 5px;
    transition: 0.4s;
    cursor: pointer;
}

.arrow-switch:hover {
    background: #b39359;
    color: #fff;
    transform: rotate(180deg);
}

/* Footer Controls */
.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.footer-controls {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* Premium Switch Button (Toggle) */
.luxury-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.luxury-switch input { opacity: 0; width: 0; height: 0; }

.slider-round {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #e0e0e0;
    transition: .4s;
    border-radius: 34px;
}

.slider-round:before {
    position: absolute;
    content: "";
    height: 18px; width: 18px;
    left: 4px; bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

input:checked + .slider-round { background-color: #b39359; }
input:checked + .slider-round:before { transform: translateX(26px); }

.toggle-label {
    color: #5b6a82;
    font-size: 0.85rem;
    margin-right: 15px;
    font-weight: 500;
}

/* Search Button */
.search-button-premium {
    background: linear-gradient(135deg, #b39359 0%, #8e7544 100%);
    color: #ffffff;
    border: none;
    padding: 18px 45px;
    border-radius: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.4s;
    cursor: pointer;
}

.search-button-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(179, 147, 89, 0.4);
    filter: brightness(1.05);
}

/* Mobil Uyumluluk */
@media (max-width: 991px) {
    .form-grid { grid-template-columns: 1fr; }
    .switch-wrapper { display: none; }
    .form-footer { flex-direction: column; gap: 25px; }
    .footer-controls { width: 100%; justify-content: space-between; }
    .booking-area { margin-top: 0; padding-top: 40px;padding-bottom:60px; }
    .booking-card { padding: 25px; border-radius: 20px; }
}
/*-------------------------------TRANSFER FORMU SONU*/

/*-----------------------------YRNİLİKLER ---------------*/
/* Newsletter Section Background - Aydınlık Tema */
.newsletter-premium {
    background: #ffffff; /* Düz beyaz arka plan */
    border-top: 1px solid rgba(179, 147, 89, 0.2);
    border-bottom: 1px solid rgba(179, 147, 89, 0.2);
    padding: 80px 0;
}

.text-gold { color: #b39359; }
.text-light-gray { color: #5b6a82; } /* Daha okunaklı orta ton lacivert/gri */

.premium-tag {
    color: #b39359;
    letter-spacing: 5px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.premium-list {
    list-style: none;
    padding: 0;
}

.premium-list li {
    color: #1a2b48; /* Liste metinleri koyu lacivert */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.premium-list li i {
    color: #b39359;
    font-size: 0.9rem;
}

/* Newsletter Card Design */
.newsletter-card {
    background: #ffffff;
    border: 1px solid rgba(179, 147, 89, 0.3);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(26, 43, 72, 0.1); /* Hafif modern gölge */
}

.card-header-premium {
    background: #f9f6f0; /* Çok açık gold/krem tonu */
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid rgba(179, 147, 89, 0.2);
}

.card-header-premium h4 {
    color: #1a2b48; /* Siyah yerine koyu lacivert */
    margin: 0;
    font-weight: 700;
}

.card-header-premium p {
    color: #b39359;
    font-size: 0.8rem;
    margin-top: 5px;
    text-transform: uppercase;
}

.card-body-premium {
    padding: 40px;
}

/* Form Inputs */
.input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.input-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #b39359;
}

.input-wrapper input {
    width: 100%;
    background: #fdfdfd;
    border: 1px solid #e0e0e0; /* Açık gri border */
    padding: 15px 15px 15px 45px;
    border-radius: 12px;
    color: #1a2b48;
    transition: 0.3s;
}

.input-wrapper input:focus {
    border-color: #b39359;
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(179, 147, 89, 0.1);
}

/* Button */
.btn-premium-gold {
    width: 100%;
    background: linear-gradient(135deg, #b39359 0%, #8e7544 100%);
    color: #ffffff; /* Buton yazısı artık beyaz (siyah yerine) */
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.4s;
    cursor: pointer;
}

.btn-premium-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(179, 147, 89, 0.3);
    filter: brightness(1.1);
}
/*----------------------------YENİLİKLER  SONU ____________________*/

/* ----------------------------YORUMLAR_______________________ */
/* Arka Plan ve Genel Yapı - Aydınlık Tema */
.premium-testimonials {
    background: #ffffff; /* Düz beyaz arka plan */
    padding-bottom: 80px;
    padding-top: 80px; /* Üst boşluk eklendi */
}

.gold-divider {
    width: 60px;
    height: 3px;
    background: #b39359;
    margin-top: 15px;
}

/* Kaydırma Konteyneri */
.testimonial-scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 25px;
    padding: 40px 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.testimonial-scroll-container::-webkit-scrollbar {
    display: none;
}

/* Kart Tasarımı */
.testimonial-card-premium {
    flex: 0 0 100%;
    scroll-snap-align: center;
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .testimonial-card-premium {
        flex: 0 0 calc(50% - 20px);
    }
}

.card-inner {
    background: #ffffff; /* Kart içi beyaz */
    border: 1px solid rgba(179, 147, 89, 0.15); /* Hafif gold çerçeve */
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 10px 40px rgba(26, 43, 72, 0.05); /* Modern soft gölge */
}

.card-inner:hover {
    border-color: #b39359;
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(179, 147, 89, 0.15);
}

.user-img-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #b39359;
    padding: 3px;
    margin-bottom: 15px;
}

.user-name {
    color: #1a2b48; /* Koyu lacivert tonu */
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.stars {
    color: #b39359;
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.quote-text {
    position: relative;
    color: #5b6a82; /* Gri-lacivert metin rengi */
    font-style: italic;
    line-height: 1.7;
}

.gold-quote {
    display: block;
    font-size: 1.5rem;
    color: rgba(179, 147, 89, 0.4); /* Daha belirgin gold tırnak */
    margin-bottom: 10px;
}

/* Navigasyon Noktaları */
.css-nav-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot-link {
    width: 12px;
    height: 12px;
    background: #e0e0e0; /* Açık gri noktalar */
    border-radius: 50%;
    transition: 0.3s;
}

.dot-link:hover {
    background: #b39359;
    transform: scale(1.2);
}

/* Aktiflik hissi */
.testimonial-card-premium:active .card-inner, 
.testimonial-card-premium:focus .card-inner {
    border-color: #b39359;
}
/*_____________________________YORUMLAR SONU_________________________*/