body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
            color: #fff;
            min-height: 100vh;
        }

        .hidden {
            display: none;
        }

        .rezervasyon-sonuc { 
            max-width: 900px; 
            margin: 56px auto; 
            background: #111; 
            border-radius: 16px; 
            box-shadow: 0 6px 30px rgba(0,0,0,0.14); 
            padding: 40px 36px; 
            text-align: center; 
            color: #FFD700; 
        }

        .rezervasyon-sonuc h2 { 
            font-size: 2.2rem; 
            margin-bottom: 18px; 
        }

        .form-group { 
            margin-bottom: 18px; 
            text-align: left; 
        }

        .form-group label { 
            display: block; 
            margin-bottom: 6px; 
            color: #FFD700; 
            font-weight: bold; 
        }

        .form-group input, .form-group select, .form-group textarea { 
            width: 100%; 
            padding: 10px; 
            border-radius: 8px; 
            border: 1px solid #FFD700; 
            background: #222; 
            color: #fff; 
            font-size: 1rem; 
            box-sizing: border-box; 
        }

        .form-actions { 
            margin-top: 28px; 
            display: flex; 
            justify-content: space-between; 
            gap: 12px; 
        }

        .form-actions button { 
            min-width: 140px; 
            padding: 10px 18px; 
            border-radius: 8px; 
            border: none; 
            background: #FFD700; 
            color: #111; 
            font-weight: 700; 
            cursor: pointer; 
        }

        .odeme-bilgi { 
            background: #222; 
            color: #FFD700; 
            border-radius: 10px; 
            padding: 18px; 
            margin-bottom: 16px;
        }

        .anasayfa-btn { 
            display: inline-block; 
            margin-top: 24px; 
            background: #FFD700; 
            color: #111; 
            padding: 10px 24px; 
            border-radius: 8px; 
            text-decoration: none; 
            font-weight: bold; 
            cursor: pointer; 
        }

        /* EK ÖZELLİKLER */
        .form-group .ekstra-ozellikler {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-top: 15px;
        }

        .form-group .ekstra-ozellikler label {
            display: flex;
            align-items: center;
            margin-bottom: 0;
            cursor: pointer;
            font-weight: normal;
        }

        .form-group .ekstra-ozellikler input[type="checkbox"] {
            width: auto;
            margin: 0 12px 0 0;
            flex-shrink: 0;
            transform: scale(1.1);
        }

        /* HIZLI REZERVASYON FORMU STİLLERİ */
        .rezervasyon {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            text-align: center;
        }

        .rezervasyon h2 {
            color: #FFD700;
            margin-bottom: 15px;
            font-size: 2rem;
        }

        .rezervasyon p {
            color: #ccc;
            margin-bottom: 30px;
            font-size: 1.1rem;
        }

        .rezervasyon-formu {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 20px;
            text-align: left;
            background: rgba(34, 34, 34, 0.8);
            padding: 30px;
            border-radius: 12px;
            border: 2px solid rgba(255, 215, 0, 0.3);
        }

        .rezervasyon-formu label {
            display: block;
            margin-bottom: 8px;
            color: #FFD700;
            font-weight: bold;
            font-size: 0.95rem;
        }

        .rezervasyon-formu input, .rezervasyon-formu select {
            width: 100%;
            padding: 10px;
            border-radius: 8px;
            border: 1px solid #FFD700;
            background: #222;
            color: #fff;
            font-size: 1rem;
            box-sizing: border-box;
            height: 42px;
        }

        .rezervasyon-formu button {
            grid-column: 1 / -1;
            background: linear-gradient(135deg, #FFD700, #FFA500);
            color: #111;
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            font-weight: bold;
            cursor: pointer;
            font-size: 1.1rem;
            margin-top: 20px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .rezervasyon-formu button:hover {
            background: linear-gradient(135deg, #E6C200, #FF8C00);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
        }

        /* HIZLI TARİFE STİLLERİ */
        .hizli-tarifeler {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            text-align: center;
        }

        .hizli-tarifeler h2 {
            color: #FFD700;
            margin-bottom: 10px;
        }

        .hizli-tarifeler p {
            color: #ccc;
            margin-bottom: 30px;
        }

        .tarife-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }

        .tarife-card {
            background: linear-gradient(135deg, #222, #333);
            border: 2px solid #FFD700;
            border-radius: 12px;
            padding: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
        }

        .tarife-card:hover {
            background: linear-gradient(135deg, #333, #444);
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
        }

        .tarife-card h3 {
            color: #fff;
            margin: 0 0 10px 0;
            font-size: 1.1rem;
            font-weight: bold;
        }

        .tarife-card .fiyat {
            color: #FFD700; 
            font-size: 1.4rem;
            font-weight: bold;
        }

        /* Header düzenlemesi */
        header {
            text-align: center;
            padding: 30px 20px;
            background: #000;
            margin-bottom: 20px;
            position: relative;
            border-bottom: 2px solid #FFD700;
        }

        
        .logo-container {
            position: absolute;
            left: 30px;
            top: 50%;
            transform: translateY(-50%);
            margin: 0;
        }

        .logo {
            width: 300px;
            height: 300px;
            object-fit: contain;
        }

        header h1 {
            font-size: 2.8rem;
            margin: 0px 0;
            color: #FFD700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
        }

        header p {
            font-size: 1.3rem;
            margin: 10px 0 20px 0;
            color: #ccc;
            font-style: italic;
        }

        /* HİZMETLER */
        .hizmetler {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            text-align: center;
            background: #222;
            border-radius: 12px;
        }

        .hizmetler h2 {
            color: #FFD700;
            margin-bottom: 20px;
            font-size: 2rem;
        }

        .hizmetler ul {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 15px;
        }

        .hizmetler li {
            background: #333;
            color: #fff;
            padding: 20px;
            border-radius: 8px;
            border: 1px solid #FFD700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .hizmetler li:hover {
            background: #444;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
        }

        /* FOOTER */
        footer {
            background: #111;
            color: #ccc;
            text-align: center;
            padding: 30px 20px;
            margin-top: 40px;
            border-top: 2px solid #FFD700;
        }

        footer p {
            margin: 0 0 15px 0;
            font-size: 1.1rem;
        }

        .whatsapp-btn {
            display: inline-block;
            background: #25D366;
            color: white;
            padding: 12px 25px;
            text-decoration: none;
            border-radius: 25px;
            margin-top: 10px;
            font-weight: bold;
            transition: all 0.3s ease;
            font-size: 1rem;
        }

        .whatsapp-btn:hover {
            background: #128C7E;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
        }

        /* ARAMA KUTULARI STİLLERİ */
        .search-container {
            position: relative;
            width: 100%;
        }

        .search-input {
            width: 100%;
            padding: 10px 35px 10px 10px;
            border-radius: 8px;
            border: 1px solid #FFD700;
            background: #222;
            color: #fff;
            font-size: 1rem;
            box-sizing: border-box;
            height: 42px;
            cursor: pointer;
        }

        .search-dropdown-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #FFD700;
            font-size: 18px;
            pointer-events: none;
            transition: transform 0.3s ease;
        }

        .search-container.open .search-dropdown-icon {
            transform: translateY(-50%) rotate(180deg);
        }

        .search-results {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: #333;
            border: 1px solid #FFD700;
            border-top: none;
            border-radius: 0 0 8px 8px;
            max-height: 250px;
            overflow-y: auto;
            z-index: 1000;
            display: none;
        }

        .search-result-item {
            padding: 12px;
            cursor: pointer;
            color: #fff;
            border-bottom: 1px solid #444;
            transition: background 0.2s;
            display: flex;
            align-items: center;
        }

        .search-result-item:hover {
            background: #555;
        }

        .search-result-item:last-child {
            border-bottom: none;
        }

        .search-result-item.highlighted {
            background: #FFD700;
            color: #111;
        }

        /* Tüm seçenekleri göster butonu */
        .show-all-options {
            padding: 10px;
            background: #444;
            color: #FFD700;
            text-align: center;
            cursor: pointer;
            border-bottom: 1px solid #555;
            font-weight: bold;
            font-size: 0.9rem;
        }

        .show-all-options:hover {
            background: #555;
        }

        /* VİP ARAÇ SEÇİM STİLLERİ - FOTO GALERİ */
        .arac-secim-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 15px;
        }

        .arac-card {
            background: linear-gradient(135deg, #222, #333);
            border: 2px solid #444;
            border-radius: 12px;
            padding: 0;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        .arac-card:hover {
            border-color: #FFD700;
            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
            transform: translateY(-5px);
        }

        .arac-card.selected {
            border-color: #FFD700;
            background: linear-gradient(135deg, #333, #444);
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
            transform: translateY(-3px);
        }


        .arac-image {
            width: 100%;
            height: 100%;
            background-size: cover; 
            background-position: center;
            background-repeat: no-repeat;
            background-color: #222; 
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
        }

        
        .arac-image.active {
            opacity: 1;
        }

        .arac-image-container {
            width: 100%;
            height: 200px; /* 250px'den 200px'e küçülttük */
            position: relative;
            border-radius: 12px 12px 0 0;
            overflow: hidden;
            background: #222; /* Siyah yerine koyu gri */
        }

        /* VIP ARAÇ KARTLARI - EKSİK STİLLER */
        .arac-content {
            padding: 20px;
            text-align: center;
        }

        .arac-title {
            color: #FFD700;
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .arac-subtitle {
            color: #ccc;
            font-size: 0.9rem;
            margin-bottom: 15px;
            font-style: italic;
        }

        .arac-features {
            list-style: none;
            padding: 0;
            margin: 15px 0;
            text-align: left;
        }

        .arac-features li {
            color: #fff;
            font-size: 0.85rem;
            margin-bottom: 8px;
            padding-left: 15px;
            position: relative;
        }

        .arac-features li:before {
            content: "✓";
            color: #FFD700;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .arac-price {
            color: #FFD700;
            font-size: 1.1rem;
            font-weight: bold;
            margin-top: 15px;
            padding: 8px 15px;
            background: rgba(255, 215, 0, 0.1);
            border-radius: 8px;
            border: 1px solid rgba(255, 215, 0, 0.3);
        }

        /* VIP ve SEÇİLDİ rozetleri */
        .vip-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: linear-gradient(135deg, #FFD700, #FFA500);
            color: #111;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: bold;
            z-index: 3;
            box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
        }

        .selected-indicator {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #28a745;
            color: white;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: bold;
            z-index: 3;
            display: none;
            box-shadow: 0 2px 8px rgba(40, 167, 69, 0.4);
        }

        .arac-card.selected .selected-indicator {
            display: block;
        }

        /* Foto indikatörleri - VIP araçlar için */
        #vito-card .foto-indicators,
        #maybach-card .foto-indicators {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 2;
            background: rgba(0,0,0,0.7);
            padding: 6px 10px;
            border-radius: 15px;
            border: 1px solid rgba(255,215,0,0.3);
        }

        #vito-card .foto-indicator,
        #maybach-card .foto-indicator {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.6);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        #vito-card .foto-indicator.active,
        #maybach-card .foto-indicator.active {
            background: #FFD700;
            transform: scale(1.2);
            box-shadow: 0 0 8px rgba(255,215,0,0.6);
        }

        /* Mobil uyumluluk - VIP araçlar */
        @media (max-width: 768px) {
            .arac-secim-container {
                grid-template-columns: 1fr;
            }
            
            .arac-image-container {
                height: 150px;
            }
            
            .arac-content {
                padding: 15px;
            }
            
            .arac-title {
                font-size: 1.1rem;
            }
            
            .arac-features {
                font-size: 0.8rem;
            }
        }

        @media (max-width: 480px) {
            .logo {
                width: 120px;
                height: 50px;
            }
            
            header h1 {
                font-size: 1.8rem;
            }
            
            header p {
                font-size: 1rem;
            }
            
        }

        /* ANASAYFA ARAÇ GALERİSİ - BÜYÜK FOTOĞRAFLAR */
        .anasayfa-arac-galerisi {
            max-width: 1400px; /* Genişliği artırdık */
            margin: 30px auto;
            padding: 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .anasayfa-arac-galerisi h2 {
            color: #FFD700;
            margin-bottom: 15px;
            font-size: 2.2rem; /* Başlığı büyüttük */
        }

        .anasayfa-arac-galerisi p {
            color: #ccc;
            margin-bottom: 30px; /* Aralığı artırdık */
            font-size: 1.2rem;
        }

        .anasayfa-galeri-container {
            position: relative;
            width: 100%;
            height: 450px; /* 300px'den 450px'e çıkardık */
            border-radius: 20px; /* Köşeleri daha yuvarlak */
            overflow: hidden;
            box-shadow: 0 12px 35px rgba(0,0,0,0.4); /* Gölgeyi artırdık */
            border: 3px solid #FFD700; /* Kenarlığı kalınlaştırdık */
        }

        .anasayfa-arac-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            transition: opacity 1s ease-in-out; /* Geçiş süresini uzattık */
        }

        .anasayfa-arac-image.active {
            opacity: 1;
        }

        .anasayfa-arac-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                to bottom, 
                rgba(0,0,0,0.1) 0%, 
                rgba(0,0,0,0.2) 70%, 
                rgba(0,0,0,0.5) 100%
            ); /* Gradient'i iyileştirdik */
        }

        .anasayfa-galeri-info {
            position: absolute;
            bottom: 25px;
            left: 30px;
            right: 30px;
            background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(34,34,34,0.9));
            padding: 20px 25px; /* Padding'i artırdık */
            border-radius: 15px;
            color: #fff;
            text-align: left;
            border: 2px solid rgba(255,215,0,0.4);
            backdrop-filter: blur(10px); /* Bulanıklık efekti */
        }

        .anasayfa-galeri-info h3 {
            color: #FFD700;
            margin: 0 0 8px 0;
            font-size: 1.5rem; /* Başlığı büyüttük */
            font-weight: bold;
        }

        .anasayfa-galeri-info p {
            margin: 0;
            color: #ddd;
            font-size: 1rem; /* Yazıyı büyüttük */
            line-height: 1.4;
        }

        .anasayfa-foto-indicators {
            position: absolute;
            bottom: 25px;
            right: 30px;
            display: flex;
            gap: 10px; /* Aralığı artırdık */
        }

        .anasayfa-foto-indicator {
            width: 14px; /* Boyutu artırdık */
            height: 14px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.6);
            transition: all 0.4s ease;
            cursor: pointer;
            border: 2px solid transparent;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
        }

        .anasayfa-foto-indicator.active {
            background: #FFD700;
            transform: scale(1.3); /* Büyütmeyi artırdık */
            border-color: #fff;
            box-shadow: 0 0 15px rgba(255,215,0,0.6);
        }

        /* Mobil uyumluluk - GÜNCEL */
        @media (max-width: 1200px) {
            .anasayfa-galeri-container {
                height: 280px; /* 380px'den 280px'e */
            }
        }

        @media (max-width: 768px) {
            .anasayfa-arac-galerisi {
                padding: 10px; /* Padding'i küçülttük */
            }
            
            .anasayfa-galeri-container {
                height: 220px; /* 280px'den 220px'e */
                border-radius: 12px;
            }
            
            .anasayfa-galeri-info {
                bottom: 10px;
                left: 15px;
                right: 15px;
                padding: 12px 15px; /* Padding'i küçülttük */
                border-radius: 10px;
            }
            
            .anasayfa-galeri-info h3 {
                font-size: 1.1rem; /* Başlığı küçülttük */
            }
            
            .anasayfa-galeri-info p {
                font-size: 0.85rem; /* Yazıyı küçülttük */
            }
            
            .anasayfa-foto-indicators {
                bottom: 10px;
                right: 15px;
                gap: 8px;
                padding: 6px 10px; /* Padding'i küçülttük */
            }
            
            .anasayfa-foto-indicator {
                width: 10px; /* Boyutu küçülttük */
                height: 10px;
            }
        }

        @media (max-width: 480px) {
            .anasayfa-galeri-container {
                height: 180px; /* 220px'den 180px'e */
            }
            
            .anasayfa-galeri-info h3 {
                font-size: 1rem;
            }
            
            .anasayfa-galeri-info p {
                font-size: 0.8rem;
            }
        }

        /* albatros.vip.css dosyasının sonuna ekleyin */

        /* DİL SEÇİCİ STİLLERİ */
        .language-selector {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 1000;
        }

        .custom-language-buttons {
            display: flex;
            gap: 8px;
            align-items: center;
        }

        .lang-btn {
            background: rgba(255, 215, 0, 0.9);
            color: #111;
            border: none;
            padding: 8px 15px;
            border-radius: 20px;
            cursor: pointer;
            font-weight: bold;
            font-size: 0.85rem;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 2px solid transparent;
        }

        .lang-btn:hover {
            background: #FFD700;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
        }

        .lang-btn.active {
            background: #FFD700;
            border-color: #fff;
            box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
            transform: scale(1.05);
        }

        /* Google Translate Gizleme */
        #google_translate_element {
            display: none !important;
        }

        .goog-te-banner-frame {
            display: none !important;
        }

        .goog-te-menu-frame {
            max-height: 400px !important;
            background: #222 !important;
            border: 2px solid #FFD700 !important;
            border-radius: 8px !important;
        }

        /* Responsive Dil Seçici */
        @media (max-width: 768px) {
            .language-selector {
                position: relative;
                top: auto;
                right: auto;
                text-align: center;
                margin-bottom: 15px;
            }
            
            .custom-language-buttons {
                justify-content: center;
                gap: 6px;
            }
            
            .lang-btn {
                padding: 6px 10px;
                font-size: 0.75rem;
            }
        }

        @media (max-width: 480px) {
            .lang-btn {
                padding: 5px 8px;
                font-size: 0.7rem;
            }
        }
/* Hakkımızda Bölümü */
.hakkimizda-bolme {
    background: linear-gradient(135deg, #232323 60%, #1a1a1a 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(255,215,0,0.08);
    padding: 38px 28px;
    margin: 48px auto 0 auto;
    max-width: 900px;
    color: #FFD700;
    text-align: left;
    font-size: 1.08rem;
    line-height: 1.7;
    border: 1px solid rgba(255,215,0,0.13);
}

.hakkimizda-bolme h2 {
    color: #FFD700;
    font-size: 2rem;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 1px;
}

.hakkimizda-bolme strong {
    color: #fff;
    font-size: 1.15rem;
}