@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Montserrat:wght@300;400;700&display=swap');

:root { --vip-gold: #D4AF37; --dark-bg: #050505; --card-bg: #0a0a0a; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: var(--dark-bg); color: #e0e0e0; font-family: 'Montserrat', sans-serif; padding-top: 65px; overflow-x: hidden; -webkit-user-select: none; user-select: none; }
h1, h2, h3 { font-family: 'Cinzel', serif; text-transform: uppercase; letter-spacing: 2px; }
input, textarea { -webkit-user-select: text; user-select: text; }
img { -webkit-user-drag: none; }

/* HEADER & CANLI DURUM */
.vip-header { position: fixed; top: 0; width: 100%; z-index: 1000; background: rgba(0,0,0,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(212,175,55,0.2); padding: 10px 0; }
.nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }
.nav-logo img { height: 40px; pointer-events: auto; }
.lang-btn { color: #666; font-size: 0.75rem; cursor: pointer; margin-left: 10px; font-weight: bold; font-family: 'Cinzel'; }
.lang-btn.active { color: var(--vip-gold); border-bottom: 1px solid var(--vip-gold); }

.live-status { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.6); backdrop-filter: blur(5px); border: 1px solid var(--vip-gold); color: var(--vip-gold); padding: 8px 20px; border-radius: 20px; font-size: 0.8rem; font-weight: bold; letter-spacing: 1px; z-index: 10; white-space: nowrap; }

/* HERO */
.hero { height: 75vh; display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?w=1200') center/cover; position: relative; }
.hero h2 { font-size: 2.5rem; color: var(--vip-gold); margin-bottom: 15px; letter-spacing: 4px; text-shadow: 0 0 20px rgba(212,175,55,0.4); animation: fadeInUp 1s; }
.btn-gold { display: inline-block; padding: 15px 35px; border: 1px solid var(--vip-gold); color: var(--vip-gold); text-decoration: none; transition: 0.4s; margin-top: 25px; font-family: 'Cinzel'; font-weight: bold; cursor: pointer; }
.btn-gold:hover { background: var(--vip-gold); color: #000; box-shadow: 0 0 20px rgba(212,175,55,0.5); }

/* 3. HERO BÖLÜMÜ */
.hero { 
    height: 75vh; display: flex; align-items: center; justify-content: center; 
    text-align: center; position: relative; overflow: hidden; 
    background: #000; /* Eski resim silindi, sadece siyah fon bırakıldı */
}
.hero h2 { font-size: 2.5rem; color: var(--vip-gold); margin-bottom: 15px; letter-spacing: 4px; text-shadow: 0 0 20px rgba(212,175,55,0.4); animation: fadeInUp 1s; z-index: 2; position: relative; }
.hero p { font-size: 1.1rem; animation: fadeInUp 1.5s; z-index: 2; position: relative; }
.btn-gold { display: inline-block; padding: 15px 35px; border: 1px solid var(--vip-gold); color: var(--vip-gold); text-decoration: none; transition: 0.4s; margin-top: 25px; font-family: 'Cinzel'; font-weight: bold; cursor: pointer; z-index: 2; position: relative; }
.btn-gold:hover { background: var(--vip-gold); color: #000; box-shadow: 0 0 20px rgba(212,175,55,0.5); }

/* VİDEO VE KARARTMA AYARI */
.hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; }
.live-status { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.6); backdrop-filter: blur(5px); border: 1px solid var(--vip-gold); color: var(--vip-gold); padding: 8px 20px; border-radius: 20px; font-size: 0.8rem; font-weight: bold; letter-spacing: 1px; z-index: 2; white-space: nowrap; }

/* SECTIONS & GRIDS */
.section { padding: 80px 20px; text-align: center; }
.section-title { color: var(--vip-gold); margin-bottom: 50px; font-size: 1.8rem; letter-spacing: 5px; }
.alt-bg { background: #0d0d0d; }

.treats-container, .area-grid, .services-luxury-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
.treat-item, .area-item, .lux-card { background: rgba(212,175,55,0.03); border: 1px solid rgba(212,175,55,0.1); padding: 30px 15px; border-radius: 4px; transition: 0.3s; }
.treat-item i, .area-item i, .lux-card i { font-size: 2rem; color: var(--vip-gold); margin-bottom: 15px; display: block; }
.grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }
.card { background: var(--card-bg); border: 1px solid #1a1a1a; padding: 30px; transition: 0.4s; position: relative; overflow: hidden; }
.card:hover { border-color: var(--vip-gold); transform: translateY(-5px); }

/* DESTİNASYONLAR (YENİ) */
.dest-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
.dest-card { position: relative; height: 250px; border-radius: 5px; overflow: hidden; border: 1px solid #222; }
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.dest-card:hover img { transform: scale(1.1); }
.dest-overlay { position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(transparent, #000); padding: 30px 20px 20px; text-align: left; }
.dest-overlay h3 { color: var(--vip-gold); font-size: 1.2rem; }

/* MİSAFİR YORUMLARI SLIDER (YENİ) */
.testimonial-container { max-width: 800px; margin: 0 auto; height: 150px; position: relative; }
.testi-slide { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transition: opacity 1s ease-in-out; pointer-events: none; }
.testi-slide.active { opacity: 1; pointer-events: auto; }
.stars { color: var(--vip-gold); font-size: 1.5rem; margin-bottom: 15px; letter-spacing: 5px; }
.testi-slide p { font-size: 1.2rem; font-style: italic; margin-bottom: 15px; }
.testi-slide span { color: var(--vip-gold); font-weight: bold; font-family: 'Cinzel'; }

/* KARTLAR & FİLO */
.person-card { cursor: pointer; }
.person-img-box { width: 130px; height: 130px; margin: 0 auto 20px; border-radius: 50%; border: 2px solid var(--vip-gold); overflow: hidden; pointer-events: none;}
.person-img-box img { width: 100%; height: 100%; object-fit: cover; }
.person-role { display: block; color: #a0a0a0; font-size: 0.8rem; margin-top: 10px; }

.fleet-card { padding: 0; }
/* Resimleri ve rozeti tutan ana kutu */
.fleet-img-container {
    position: relative; /* MAYBACH rozetinin resmin üzerinde düzgün durması için önemli */
    width: 100%;
    overflow: hidden; 
}

/* Araç resimlerinin kendi ayarı */
.main-fleet-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9; /* Fotoğrafları sinematik 16:9 oranında gösterir, kesilmeyi önler */
    object-fit: cover; /* Resmi yamultmadan kutuya tam oturtur */
    display: block;
    border-radius: 8px 8px 0 0; /* Kart tasarımına uygun olarak sadece üst köşeleri hafif yuvarlatır */
}

.fleet-badge { position: absolute; top: 10px; left: 10px; background: var(--vip-gold); color: #000; padding: 3px 10px; font-size: 0.7rem; font-weight: bold; border-radius: 3px; }
.fleet-info { padding: 20px; }
.fleet-actions { display: flex; gap: 10px; margin-top: 15px; }
.fleet-btn { flex: 1; padding: 10px; border: none; cursor: pointer; font-size: 0.8rem; font-weight: bold; display: flex; align-items: center; justify-content: center; gap: 5px; transition: 0.3s; }
.btn-photo { background: #222; color: #fff; border: 1px solid #444; }
.btn-video { background: transparent; color: var(--vip-gold); border: 1px solid var(--vip-gold); }
.btn-video:hover { background: var(--vip-gold); color: #000; }

/* STATS & SSS */
.stats-bar { display: flex; justify-content: space-around; background: var(--vip-gold); padding: 40px 10px; color: #000; font-weight: bold; }
.stat-count { font-size: 2.5rem; display: block; font-family: 'Cinzel', serif; }

.faq-container { max-width: 800px; margin: 0 auto; text-align: left; }
.faq-item { border-bottom: 1px solid #222; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 25px 0; cursor: pointer; color: var(--vip-gold); font-weight: bold; }
.faq-answer { max-height: 0; overflow: hidden; transition: 0.3s; color: #888; font-size: 0.9rem; }
.faq-item.active .faq-answer { max-height: 100px; padding-bottom: 25px; }
.faq-item.active i { transform: rotate(45deg); color: #fff; }

/* VIP FORM & LÜKS TAKVİM (FLATPICKR) */
.contact-container { max-width: 750px; margin: 0 auto; background: rgba(10,10,10,0.8); backdrop-filter: blur(15px); padding: 50px; border: 1px solid rgba(212,175,55,0.15); box-shadow: 0 20px 50px rgba(0,0,0,0.6); }
.vip-form input, .vip-form textarea { width: 100%; padding: 18px; background: rgba(0,0,0,0.5); border: none; border-bottom: 2px solid #222; color: #fff; margin-bottom: 25px; font-size: 16px; font-family: 'Montserrat'; }
.vip-form input:focus, .vip-form textarea:focus { border-bottom-color: var(--vip-gold); outline: none; background: rgba(10,10,10,0.9); }
.vip-form textarea { height: 100px; resize: none; }
.vip-form .btn-gold { width: 100%; background: linear-gradient(135deg, #d4af37 0%, #c5a059 50%, #8e6d2e 100%); color: #000; font-size: 1.1rem; }
/* Flatpickr VIP Teması Ayarları */
.flatpickr-calendar { background: #111 !important; border: 1px solid var(--vip-gold) !important; box-shadow: 0 10px 30px rgba(0,0,0,0.9) !important; font-family: 'Montserrat', sans-serif !important; }
.flatpickr-day.selected { background: var(--vip-gold) !important; border-color: var(--vip-gold) !important; color: #000 !important; font-weight: bold; }

/* FOOTER & YÜZEN BUTONLAR */
.footer-vip { background: #000; padding: 60px 20px 80px; text-align: center; border-top: 1px solid #111; }
.f-logo { color: var(--vip-gold); font-size: 1.5rem; letter-spacing: 3px; margin-bottom: 10px; }
.f-address { color: #666; font-size: 0.8rem; margin-bottom: 20px; }
.f-socials { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
.f-icon { width: 45px; height: 45px; border-radius: 50%; border: 1px solid var(--vip-gold); display: flex; align-items: center; justify-content: center; color: var(--vip-gold); text-decoration: none; transition: 0.3s; }
.f-icon:hover { background: var(--vip-gold); color: #000; }
.f-copyright { font-size: 0.6rem; color: #333; letter-spacing: 2px; }

.whatsapp-bubble { position: fixed; bottom: 30px; left: 20px; z-index: 9999; background: #25d366; color: #fff; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; cursor: pointer; box-shadow: 0 5px 15px rgba(0,0,0,0.4); animation: pulse-wa 2s infinite; }
.bubble-text { position: absolute; left: 70px; background: #fff; color: #333; padding: 5px 15px; border-radius: 20px; font-size: 12px; font-weight: bold; white-space: nowrap; opacity: 0; transition: 0.3s; pointer-events: none;}
.whatsapp-bubble:hover .bubble-text { opacity: 1; }
@keyframes pulse-wa { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); } 70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

.vip-fixed-action { position: fixed; bottom: 30px; right: 20px; z-index: 9999; }
.v-btn { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; background: #000; color: var(--vip-gold); border: 2px solid var(--vip-gold); text-decoration: none; box-shadow: 0 5px 15px rgba(0,0,0,0.8); }

/* MODALLAR & LOADER */
.modal { position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); padding-top: 100px; }
.modal-content { margin: auto; display: block; width: 90%; max-width: 800px; border: 1px solid var(--vip-gold); animation: zoomIn 0.3s ease; }
.driver-modal-box { background: #050505; padding: 40px 20px; text-align: center; max-width: 400px; }
.close-modal { position: absolute; top: 30px; right: 40px; color: var(--vip-gold); font-size: 40px; cursor: pointer; transition: 0.3s; }
.close-modal:hover { color: #fff; }
#loader { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: radial-gradient(circle, #111 0%, #000 100%); z-index: 999999; display: flex; justify-content: center; align-items: center; transition: 0.5s; }
.loader-wrapper { text-align: center; position: relative; }
.logo-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 150px; height: 150px; background: radial-gradient(circle, rgba(212,175,55,0.2) 0%, transparent 70%); animation: pulseGlow 2s infinite alternate; }
.shimmer-wrapper { position: relative; display: inline-block; overflow: hidden; }
.loader-logo-new { width: 120px; filter: drop-shadow(0 0 10px var(--vip-gold)); display: block; }
.shimmer { position: absolute; top: 0; left: -150%; width: 100%; height: 100%; background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent); transform: skewX(-25deg); animation: shimmerEffect 2.5s infinite; }
.loader-text { margin-top: 20px; color: var(--vip-gold); font-family: 'Cinzel'; letter-spacing: 5px; font-size: 0.9rem; opacity: 0; animation: fadeInText 1.5s forwards 0.5s; }
.loading-bar-container { width: 120px; height: 1px; background: rgba(212,175,55,0.1); margin: 15px auto 0; }
.loading-bar { width: 0; height: 100%; background: var(--vip-gold); box-shadow: 0 0 10px var(--vip-gold); animation: growBar 1.5s forwards; }

@keyframes shimmerEffect { 0% { left: -150%; } 100% { left: 150%; } }
@keyframes pulseGlow { from { opacity: 0.3; transform: translate(-50%, -50%) scale(0.9); } to { opacity: 0.6; transform: translate(-50%, -50%) scale(1.1); } }
@keyframes fadeInText { to { opacity: 1; } }
@keyframes growBar { to { width: 100%; } }
@keyframes zoomIn { from {transform: scale(0.8); opacity: 0;} to {transform: scale(1); opacity: 1;} }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* MOBİL AYARLAR */
@media (max-width: 768px) {
    .hero h2 { font-size: 1.4rem; letter-spacing: 2px; }
    .live-status { top: 70px; font-size: 0.7rem; padding: 6px 15px; }
    .stats-bar { flex-direction: column; gap: 30px; }
    .contact-container { padding: 30px 20px; margin: 0 15px; }
    .nav-logo img { height: 35px; }
    .section-title { font-size: 1.5rem; }
    .whatsapp-bubble { width: 50px; height: 50px; font-size: 25px; bottom: 20px; left: 15px; }
    .v-btn { width: 50px; height: 50px; font-size: 1.2rem; }
    .vip-fixed-action { bottom: 20px; right: 15px; }
    .testimonial-container { height: 200px; }
}
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0; /* Arka planda kalması için */
    transform: translate(-50%, -50%); /* Tam merkeze oturtur */
    object-fit: cover;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Videoyu biraz karartır ki yazılar okunsun */
    z-index: 1; /* Videonun üstünde, yazıların altında */
}

.hero-content {
    position: relative;
    z-index: 2; /* Yazıları en öne çıkarır */
}

/* --- ALTIN İMLEÇ (CUSTOM CURSOR) --- */
#cursor-dot {
    width: 8px; height: 8px; background: var(--vip-gold);
    border-radius: 50%; position: fixed; z-index: 99999;
    pointer-events: none; transition: transform 0.1s;
}
#cursor-outline {
    width: 40px; height: 40px; border: 2px solid var(--vip-gold);
    border-radius: 50%; position: fixed; z-index: 99998;
    pointer-events: none; transition: 0.15s ease-out;
}

/* --- VIP SELECT TASARIMI --- */
.vip-select {
    width: 100%; padding: 18px; background: rgba(0,0,0,0.5);
    border: none; border-bottom: 2px solid #222; color: #fff;
    margin-bottom: 25px; cursor: pointer;
}

/* --- SİZİ ARAYALIM BUTONU --- */
.v-callback { background: var(--vip-gold) !important; color: #000 !important; cursor: pointer; }
.v-tooltip {
    position: absolute; right: 75px; background: #fff; color: #000;
    padding: 5px 15px; border-radius: 20px; font-size: 12px; font-weight: bold;
    white-space: nowrap; opacity: 0; transition: 0.3s;
}
.v-callback:hover .v-tooltip { opacity: 1; }

/* --- YAĞ GİBİ KAYDIRMA --- */
html { scroll-behavior: smooth; }
/* --- MOBIL VIP RÖTUŞLARI --- */
@media (max-width: 768px) {
    /* 1. Hero Kısmındaki Yazıların Kaymasını Önle */
    .hero-content h2 {
        font-size: 1.8rem; /* Yazıyı biraz küçült ki ekrana sığsın */
        padding: 0 15px;
    }

    .hero-content p {
        font-size: 1rem;
        padding: 0 20px;
    }

    /* 2. Videonun Mobilde Tam Oturmasını Sağla */
    .hero-video {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
    }

    /* 3. Menüdeki Kaymaları Engelle */
    .nav-links {
        display: none; /* Mobilde menüyü gizleyip 'Hamburger' menüye geçmek profesyoneldir */
    }

    /* 4. Eğer Yanlara Doğru Taşıma (Yatay Kayma) Varsa Bunu Kullan */
    body, html {
        overflow-x: hidden; /* Sağ-sol kaymasını kesin olarak engeller */
        width: 100%;
    }

    /* 5. Butonun Boyutunu Ayarla */
    .btn-gold {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}
/* Şoför Kartı Ana Kutusu */
.driver-card {
    background-color: #111; /* Sitenin temasına uygun koyu arkaplan */
    border: 1px solid #c5a059; /* Lüks görünüm için gold çerçeve */
    border-radius: 8px;
    overflow: hidden;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

/* Fotoğraf Alanı */
.driver-img-container {
    width: 100%;
    height: 320px; /* Fotoğrafın uzunluğu, gerekirse değiştirebilirsin */
    overflow: hidden;
}

.driver-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; /* Yüzün tam ortalanması için üstten hizalar */
}

/* Bilgi ve Yazı Alanı */
.driver-info {
    padding: 20px;
}

.driver-info h3 {
    color: #c5a059; /* İsim için gold renk */
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.driver-badge {
    font-size: 0.9em;
    color: #aaaaaa;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

/* Özellikler Listesi */
.driver-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.driver-details li {
    margin-bottom: 12px;
    font-size: 0.95em;
    display: flex;
    align-items: center;
    gap: 12px; /* İkon ile yazı arasındaki boşluk */
}

.driver-details li i {
    color: #c5a059; /* İkonların gold renkte parlaması için */
    width: 20px;
    text-align: center;
}
