html {
    scroll-behavior: smooth; /* Yumuşak kaydırma */
    scroll-padding-top: 60px; /* Navbar yüksekliği kadar boşluk bırak */
}

/* =========================================
   1. GENEL AYARLAR
   ========================================= */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .navbar-brand {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

/* =========================================
   2. NAVBAR (ÜST MENÜ)
   ========================================= */
.navbar {
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #333;
    padding: 0.6rem 0;
    transition: padding 0.3s ease;
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.nav-link {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #ccc !important;
    transition: color 0.3s ease;
    margin: 0 10px;
}

.nav-link:hover, .nav-link.active {
    color: #dc3545 !important;
}

/* Randevu Butonu */
.btn-randevu {
    border-radius: 50px;
    padding: 10px 25px !important;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); }
}

.btn-randevu:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
    transform: translateY(-3px);
    animation: none;
    box-shadow: 0 5px 15px rgba(255,255,255,0.4);
}

/* =========================================
   3. HERO SECTION
   ========================================= */
.hero-section {
    height: 100vh;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), #000), 
                url('https://images.unsplash.com/photo-1611771341257-66c51d8ac69e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.animate-up { animation: slideUp 1s ease-out; }
@keyframes slideUp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

/* =========================================
   4. İÇERİK KARTLARI
   ========================================= */
.bg-darker { background-color: #0a0a0a; }
.border-danger-glow {
    border: 2px solid #dc3545;
    box-shadow: 0 0 20px rgba(220, 53, 69, 0.4);
}

.hover-card {
    transition: transform 0.3s, border-bottom 0.3s;
    border-bottom: 3px solid transparent;
}
.hover-card:hover {
    transform: translateY(-10px);
    border-bottom: 3px solid #dc3545;
}

/* =========================================
   5. SSS (AKORDİYON)
   ========================================= */
.accordion-button {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.accordion-button:not(.collapsed) {
    background-color: #111;
    color: #dc3545;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: #333;
}
.accordion-item {
    background-color: transparent;
}

/* =========================================
   6. RANDEVU FORMU ELEMANLARI
   ========================================= */
.bg-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('https://images.unsplash.com/photo-1579952363873-27f3bade9f55?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
    background-size: cover; background-position: center; opacity: 0.15;
}

.form-control, .form-select {
    background-color: #111;
    color: #fff;
    border: 1px solid #444;
}

.form-control:focus, .form-select:focus {
    background-color: #000;
    color: #fff;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control::placeholder { color: #d1d1d1 !important; opacity: 1; font-weight: 300; }
.form-control:focus::placeholder { color: #bfbfbf !important; }

/* Saat ve Tarih kutularının içine tıklayınca kırmızı olsun */
input#matchTime, input#date {
    background-color: #050505 !important;
    cursor: pointer;
}
input#matchTime:focus, input#date:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 10px rgba(220, 53, 69, 0.3) !important;
}

/* =========================================
   7. FİYAT KARTI (ZARİF & ANİMASYONLU)
   ========================================= */
#priceCard {
    background: linear-gradient(145deg, #1a1a1a, #2c0b0e);
    border-left: 4px solid #dc3545;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    padding: 1rem 1.2rem;
    transition: all 0.5s ease;
    opacity: 0; transform: translateY(20px);
}
#priceCard.show { opacity: 1; transform: translateY(0); }

.price-amount {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    color: #dc3545;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    line-height: 1;
}
.price-currency { font-size: 1rem; color: #aaa; margin-bottom: 3px; }
.price-title { font-size: 0.75rem; color: #ccc; letter-spacing: 1px; }

/* =========================================
   8. SOSYAL MEDYA & WHATSAPP
   ========================================= */
.social-btn {
    width: 60px; height: 60px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    font-size: 1.8rem;
    background-color: #111;
    color: #fff;
    border: 1px solid #333;
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-btn.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(214, 36, 159, 0.4);
}
.social-btn.youtube:hover {
    background-color: #ff0000;
    border-color: #ff0000;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4);
}

.floating-whatsapp {
    position: fixed; bottom: 25px; right: 25px;
    width: 60px; height: 60px;
    background-color: #25d366; color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 35px; box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    z-index: 10700; transition: all 0.3s ease;
}
.floating-whatsapp:hover {
    background-color: #128c7e; transform: scale(1.1); color: #fff;
}

/* =========================================
   9. YENİ FİYAT KUTUSU (CUSTOM BOX)
   ========================================= */
.custom-price-box {
    background: linear-gradient(145deg, #0f0f0f, #000);
    border: 1px solid #333;
    border-left: 5px solid #dc3545;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}
.custom-price-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.15);
}

/* =========================================
   10. ÖZEL DÜZELTMELER & TAKVİM
   ========================================= */

/* Takvim Kutusu Arka Planı (Siyah & Glow) */
.flatpickr-calendar {
    background: #0a0a0a !important;
    border: 1px solid #333 !important;
    box-shadow: 0 0 20px rgba(220, 53, 69, 0.3) !important; /* Kırmızı Glow */
    border-radius: 8px !important;
    z-index: 10600 !important;
}

/* Üst Kısım (Ay Yıl) */
.flatpickr-months .flatpickr-month {
    background: #000 !important;
    color: #fff !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: #fff !important;
    font-weight: bold;
}

/* Günler ve Rakamlar */
.flatpickr-day {
    color: #ccc !important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange,
.flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange,
.flatpickr-day:hover, .flatpickr-day:focus {
    background: #dc3545 !important; /* Kırmızı Seçim */
    border-color: #dc3545 !important;
    color: #fff !important;
}

/* --- SAAT SEÇİCİ ÖZEL TASARIM --- */
.flatpickr-time {
    background: #050505 !important;
    border-top: 1px solid #333 !important;
}

/* Saat Rakamları */
.flatpickr-time input {
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 24px !important;
    font-weight: bold;
}
.flatpickr-time input::selection {
    background: #dc3545;
    color: #fff;
}

/* İki nokta üst üste (:) */
.flatpickr-time .flatpickr-time-separator {
    color: #dc3545 !important;
    font-weight: bold;
}

/* Ok İşaretleri (Arrow Up/Down) */
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #777 !important;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #777 !important;
}
.flatpickr-time .numInputWrapper:hover span.arrowUp:after {
    border-bottom-color: #dc3545 !important; 
}
.flatpickr-time .numInputWrapper:hover span.arrowDown:after {
    border-top-color: #dc3545 !important; 
}
.flatpickr-time .numInputWrapper:hover {
    background: rgba(220, 53, 69, 0.1) !important;
}

/* Google Maps Listesi (Siyah) */
.pac-container {
    background-color: #1a1a1a !important;
    border: 1px solid #dc3545 !important;
    border-top: none !important;
    font-family: 'Roboto', sans-serif !important;
    z-index: 10600 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5) !important;
}
.pac-item {
    border-top: 1px solid #333 !important;
    color: #ccc !important;
    padding: 10px 10px !important;
    cursor: pointer !important;
}
.pac-item:hover { background-color: #333 !important; }
.pac-item-query { color: #fff !important; font-size: 15px !important; }
.pac-logo:after { display: none; }

/* Scroll Animasyonları (Görünür Olma) */
.hidden-section {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}
.visible-section {
    opacity: 1;
    transform: translateY(0);
}

/* Özel Scrollbar (Kaydırma Çubuğu) */
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb {
    background: linear-gradient(#111, #dc3545);
    border-radius: 6px;
    border: 2px solid #000;
}
::-webkit-scrollbar-thumb:hover { background: #dc3545; }

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .display-3 { font-size: 2.5rem; }
    .hero-section { background-attachment: scroll; }
    .navbar { padding: 0.5rem 0; }
    .navbar-brand { font-size: 1.5rem; }
    .floating-whatsapp { bottom: 15px; right: 15px; width: 50px; height: 50px; font-size: 28px; }
}