/*
Theme Name: DailyTour Global Premium
Description: Luxury Travel & Booking Theme
Version: 2.0
*/

/* --- 1. MODERN DEĞİŞKENLER (PREMIUM PALET) --- */
:root {
  /* Renkler: Flat renk yerine Gradyan kullanıyoruz */
  --primary: #003580;
  --primary-grad: linear-gradient(135deg, #00224f 0%, #0055b3 100%); /* Derin Okyanus */
  --accent: #ff6b00;
  --accent-grad: linear-gradient(135deg, #ff6b00 0%, #ff9f43 100%); /* Gün Batımı */
  
  --text-dark: #1a1a1a;
  --text-grey: #636e72;
  --bg-body: #f8f9fa;
  --bg-white: #ffffff;
  
  --glass: rgba(255, 255, 255, 0.90);
  --glass-border: rgba(255, 255, 255, 0.5);
  
  --shadow-sm: 0 5px 15px rgba(0,0,0,0.05);
  --shadow-lg: 0 20px 50px rgba(0,0,0,0.15);
  
  --radius: 16px;
  --font-head: 'Montserrat', sans-serif; /* Daha modern başlıklar */
  --font-body: 'Open Sans', sans-serif;
}

/* --- 2. TEMEL AYARLAR --- */
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--font-body);
  background-color: var(--bg-body);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* Font Yükleme (Eğer header'da yoksa diye garanti olsun) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Open+Sans:wght@400;600&display=swap');

/* --- 3. PREMIUM HEADER (BUZLU CAM) --- */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%;
  padding: 15px 0;
  z-index: 1000;
  transition: all 0.4s ease;
  background: rgba(255,255,255,0.05); /* Şeffaf başla */
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Scroll yapınca header beyazlaşsın */
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px); /* iPhone efekti */
  padding: 10px 0;
  box-shadow: 0 5px 30px rgba(0,0,0,0.05);
}

.header-wrap {
  max-width: 1300px; margin: 0 auto; padding: 0 30px;
  display: flex; justify-content: space-between; align-items: center;
}

.logo {
  font-family: var(--font-head);
  font-size: 26px; font-weight: 800;
  color: #fff; /* Başta beyaz */
  letter-spacing: -1px;
}
.site-header.scrolled .logo { color: var(--primary); }

.logo span { color: var(--accent); }

.nav-menu a {
  margin-left: 25px; font-weight: 600; font-size: 15px; color: #fff; opacity: 0.9;
}
.site-header.scrolled .nav-menu a { color: var(--text-dark); }

.nav-menu a:hover { color: var(--accent); opacity: 1; transform: translateY(-2px); display: inline-block; }

.btn-cart {
  background: var(--accent-grad);
  color: #fff !important;
  padding: 10px 25px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);
}
.btn-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 107, 0, 0.5);
}

/* --- 4. HERO SECTION (SİNEMATİK) --- */
.hero-section {
  position: relative;
  height: 90vh; /* Ekranı kaplasın */
  min-height: 600px;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: #fff;
  margin-top: -80px; /* Header'ın altına girsin */
  overflow: hidden;
}

.hero-bg-video {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: -1;
  transform: scale(1.1); /* Hafif zoomlu başlasın */
}

.hero-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
  z-index: 0;
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 1000px; padding: 0 20px;
  animation: fadeUp 1s ease-out;
}

.hero-title {
  font-family: var(--font-head);
  font-size: 4rem; /* Kocaman başlık */
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.hero-desc {
  font-size: 1.4rem; font-weight: 300; margin-bottom: 50px; opacity: 0.9;
}

/* --- 5. ARAMA KUTUSU (COCKPIT STİLİ) --- */
.search-box-wrapper {
  background: var(--glass);
  backdrop-filter: blur(20px);
  padding: 10px;
  border-radius: 100px; /* Hap şeklinde */
  display: inline-flex;
  align-items: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  width: 100%; max-width: 950px;
  border: 1px solid var(--glass-border);
  transition: transform 0.3s ease;
}

.search-box-wrapper:hover { transform: translateY(-5px); }

.search-group {
  flex: 1; padding: 15px 25px;
  border-right: 1px solid rgba(0,0,0,0.05);
  text-align: left; position: relative;
}
.search-group:last-child { border: none; flex: 0; padding: 5px; }

.search-group label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 1px;
  color: #888; text-transform: uppercase; margin-bottom: 5px;
}
.search-group select, .search-group input {
  width: 100%; border: none; background: transparent;
  font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--text-dark);
  outline: none; cursor: pointer;
}

.btn-search {
  background: var(--primary-grad);
  color: #fff; border: none;
  width: 65px; height: 65px; border-radius: 50%;
  font-size: 22px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(0, 53, 128, 0.3);
}
.btn-search:hover { transform: rotate(90deg) scale(1.1); background: var(--accent-grad); }

/* --- 6. VİTRİN & KARTLAR (LUXURY CARDS) --- */
.section { padding: 100px 0; }
.wrap { max-width: 1300px; margin: 0 auto; padding: 0 30px; }

.section-title h2 {
  font-family: var(--font-head);
  font-size: 2.5rem; font-weight: 800;
  color: var(--primary); margin-bottom: 10px;
  letter-spacing: -1px;
}
.section-title p { color: var(--text-grey); font-size: 1.1rem; }

.tours-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px; margin-top: 50px;
}

.tour-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.4s ease;
  position: relative;
  border: 1px solid rgba(0,0,0,0.03);
}

.tour-card:hover {
  transform: translateY(-15px);
  box-shadow: var(--shadow-lg);
}

.card-img {
  height: 250px; overflow: hidden; position: relative;
}
.card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
}
.tour-card:hover .card-img img { transform: scale(1.1); }

.price-tag {
  position: absolute; bottom: 20px; right: 20px;
  background: var(--accent-grad);
  color: #fff; padding: 8px 20px; border-radius: 50px;
  font-weight: 700; font-family: var(--font-head);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.card-body { padding: 30px; }
.tour-meta {
  display: flex; gap: 15px; margin-bottom: 15px;
  font-size: 13px; color: #888; font-weight: 600;
}
.tour-meta i { color: var(--accent); margin-right: 5px; }

.card-body h3 {
  font-family: var(--font-head);
  font-size: 1.4rem; margin-bottom: 12px;
  line-height: 1.3; color: var(--text-dark);
}
.card-body p {
  color: var(--text-grey); font-size: 0.95rem; margin-bottom: 25px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

.btn-card {
  display: block; text-align: center;
  background: #f0f4ff; color: var(--primary);
  padding: 15px; border-radius: 12px;
  font-weight: 700; letter-spacing: 0.5px;
  transition: 0.3s;
}
.btn-card:hover {
  background: var(--primary); color: #fff;
  box-shadow: 0 10px 20px rgba(0, 53, 128, 0.2);
}

/* --- 7. FOOTER & EXTRAS --- */
.site-footer {
  background: #0b0c10; color: #fff; padding: 80px 0 40px;
  border-top: 5px solid var(--accent);
}

/* Whatsapp Butonu (Animasyonlu) */
.whatsapp-float {
  position: fixed; bottom: 30px; right: 30px;
  background: #25d366; color: #fff;
  width: 65px; height: 65px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 35px; box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  z-index: 999; animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* MOBİL UYUM */
@media (max-width: 768px) {
  .hero-title { font-size: 2.5rem; }
  .search-box-wrapper { flex-direction: column; border-radius: 24px; padding: 20px; }
  .search-group { width: 100%; border: none; border-bottom: 1px solid #eee; padding: 15px 0; }
  .btn-search { width: 100%; border-radius: 15px; margin-top: 15px; height: 50px; transform: none !important; }
  .btn-search i { margin-right: 10px; }
  .btn-search::after { content: "ARA"; font-weight: bold; }
}
/* =========================================
   ULTRA PREMIUM FOOTER STYLES
   ========================================= */

/* Genel Footer Yapısı */
.site-footer {
    background-color: #0b0c10; /* Koyu Zemin */
    color: #a0a0a0;
    font-size: 14px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

/* 1. Newsletter Alanı (Üst) */
.footer-newsletter {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 40px 0;
    position: relative;
}
.newsletter-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.newsletter-text h3 {
    color: #fff;
    font-size: 1.5rem;
    font-family: var(--font-head);
    margin-bottom: 5px;
    display: flex; align-items: center; gap: 10px;
}
.newsletter-text p {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
}

.newsletter-form .input-group {
    display: flex;
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.newsletter-form input {
    border: none;
    padding: 10px 20px;
    width: 250px;
    outline: none;
    font-size: 14px;
    border-radius: 50px 0 0 50px;
}
.newsletter-form button {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}
.newsletter-form button:hover {
    background: var(--accent-hover);
    transform: translateX(3px);
}

/* 2. Ana Footer Grid */
.footer-main {
    padding: 70px 0 50px;
    background-image: url('https://www.transparenttextures.com/patterns/cubes.png'); /* Hafif doku */
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

/* Kolon Stilleri */
.footer-col h4.widget-title {
    color: #fff;
    font-size: 1.2rem;
    font-family: var(--font-head);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.footer-col h4.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

/* Marka Alanı */
.footer-logo {
    font-family: var(--font-head);
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
.footer-logo span { color: var(--accent); }
.brand-desc {
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Sosyal Medya İkonları */
.social-links { display: flex; gap: 10px; margin-bottom: 20px; }
.sc-icon {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    transition: 0.3s;
}
.sc-icon:hover { transform: translateY(-3px); }
.sc-icon.instagram:hover { background: #E1306C; }
.sc-icon.facebook:hover { background: #1877F2; }
.sc-icon.twitter:hover { background: #1DA1F2; }
.sc-icon.youtube:hover { background: #FF0000; }

/* TÜRSAB Badge */
.tursab-badge {
    border: 1px solid rgba(255,255,255,0.2);
    padding: 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center; gap: 10px;
    font-size: 12px;
}
.tursab-badge i { color: var(--accent); font-size: 16px; }

/* Link Listeleri */
.footer-links li { margin-bottom: 12px; }
.footer-links a {
    color: #a0a0a0;
    transition: 0.3s;
    display: flex; align-items: center; gap: 8px;
}
.footer-links a i { font-size: 12px; color: var(--accent); opacity: 0.6; }
.footer-links a:hover {
    color: #fff;
    transform: translateX(5px);
}
.footer-links a:hover i { opacity: 1; }

/* İletişim Kartları */
.contact-item {
    display: flex; gap: 15px; margin-bottom: 20px;
}
.contact-item i {
    font-size: 20px; color: var(--accent);
    margin-top: 5px;
}
.contact-item span {
    display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 1px;
    color: #666; margin-bottom: 3px;
}
.contact-item a, .contact-item p {
    color: #fff; font-size: 14px;
}

/* Ödeme İkonları */
.payment-icons {
    margin-top: 25px;
    display: flex; gap: 10px;
    font-size: 24px; color: #ccc;
}

/* 3. Footer Alt (Bottom) */
.footer-bottom {
    background: #050608;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.bottom-inner {
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
}
.copyright-text { color: #666; }
.bottom-links a { color: #666; font-size: 13px; }
.bottom-links a:hover { color: var(--accent); }
.bottom-links .sep { margin: 0 10px; color: #444; }

/* 4. WhatsApp Float (Geliştirilmiş) */
.whatsapp-float {
    position: fixed; bottom: 30px; right: 30px;
    background: #25d366; color: white;
    padding: 10px 20px 10px 15px;
    border-radius: 50px;
    display: flex; align-items: center; gap: 10px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: 0.3s;
    animation: floatAnim 3s ease-in-out infinite;
}
.whatsapp-float i { font-size: 30px; }
.wa-text { font-weight: 700; font-family: var(--font-head); }
.whatsapp-float:hover {
    background: #128c7e; transform: scale(1.05);
}
@keyframes floatAnim {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* 5. Back To Top Butonu */
#backToTop {
    position: fixed; bottom: 100px; right: 35px;
    width: 45px; height: 45px;
    background: var(--primary);
    color: #fff; border: none; border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    opacity: 0; pointer-events: none;
    transition: 0.4s; z-index: 999;
}
#backToTop:hover { background: var(--accent); transform: translateY(-5px); }

/* Mobil Uyum */
@media (max-width: 992px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
    .newsletter-inner { flex-direction: column; text-align: center; }
    .newsletter-form input { width: 100%; }
    .bottom-inner { flex-direction: column; gap: 10px; text-align: center; }
    .whatsapp-float { bottom: 20px; right: 20px; padding: 10px; border-radius: 50%; }
    .wa-text { display: none; } /* Mobilde yazıyı gizle sadece ikon kalsın */
}
/* --- PREMIUM WHATSAPP BUTONU (FİX) --- */
.whatsapp-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.5);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid #fff; /* Beyaz çerçeve klas gösterir */
    animation: pulse-green 2s infinite;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #fff;
    transform: scale(1.1); /* Üzerine gelince büyüsün */
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.7);
}

.whatsapp-float i {
    margin-top: 2px; /* İkonu milimetrik ortalamak için */
}

/* Nefes Alma Animasyonu */
@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Mobilde biraz daha küçük olsun ki ekranı kapatmasın */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 28px;
        bottom: 20px;
        right: 20px;
    }
}
/* =========================================
   HEADER SIFIRLAMA VE KURULUM
   ========================================= */

/* 1. Header Ana Kutusu (Sabit ve Şeffaf) */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent; /* Başlangıçta şeffaf */
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); /* İnce çizgi */
}

/* Scroll Yapılınca (Aşağı inince) Görünüm */
.site-header.scrolled {
    background: #ffffff;
    padding: 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Hafif gölge */
    border-bottom: none;
}

/* İçeriği Hizalama (Flexbox) */
.header-wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Sağa sola yasla */
}

/* =========================================
   LOGO TASARIMI
   ========================================= */
.logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #ffffff; /* Başta beyaz */
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo span {
    color: #ff6b00; /* Turuncu nokta */
}

/* Scroll olunca Logo Rengi */
.site-header.scrolled .logo {
    color: #003580; /* Lacivert */
}

/* =========================================
   MENÜ (ORTA KISIM)
   ========================================= */
.nav-menu {
    display: flex;
    gap: 30px;
}

.nav-menu a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding: 5px 0;
}

/* Menü Alt Çizgi Efekti */
.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff6b00;
    transition: 0.3s;
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Scroll olunca Link Rengi */
.site-header.scrolled .nav-menu a {
    color: #1a1a1a;
}

/* =========================================
   SAĞ TARAF (BUTONLAR & SEPET)
   ========================================= */
.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Sepet İkonu */
.icon-btn {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    transition: 0.3s;
}

.site-header.scrolled .icon-btn {
    color: #333;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ff6b00;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.2);
}

/* Rezervasyon Butonu */
.btn-rez {
    background: #ff6b00; /* Turuncu */
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);
}

.btn-rez:hover {
    background: #e65100;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.4);
}

/* Mobil Menü Tetikleyici (Hamburger) */
.mobile-toggle {
    display: none; /* Masaüstünde gizli */
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

.site-header.scrolled .mobile-toggle {
    color: #333;
}

/* =========================================
   MOBİL UYUM (RESPONSIVE)
   ========================================= */
@media (max-width: 992px) {
    /* Masaüstü menüyü ve butonu gizle */
    .desktop-menu, .btn-rez {
        display: none;
    }

    /* Hamburgeri göster */
    .mobile-toggle {
        display: block;
    }
    
    .header-wrap {
        padding: 0 20px;
    }
    
    .logo {
        font-size: 20px;
    }
}
/* --- HEADER HİZALAMA DÜZELTMESİ --- */

/* 1. Admin Bar yüzünden oluşan boşluğu sil */
html { margin-top: 0 !important; }

/* 2. Header içeriğini kenarlardan uzaklaştır */
.header-wrap {
    max-width: 1400px; /* Genişlik sınırı */
    margin: 0 auto;    /* Ortala */
    padding: 0 40px !important; /* Soldan ve sağdan boşluk bırak */
    width: 100%;
}

/* 3. Mobilde o boşluğu biraz azaltalım */
@media (max-width: 768px) {
    .header-wrap {
        padding: 0 20px !important;
    }
}

/* 4. Eğer solda "Mobil Menü" açık kalıyorsa onu gizle */
.mobile-menu {
    right: -350px !important; /* Ekran dışına it */
    left: auto !important;    /* Solda durmasın */
    display: block;
}
.mobile-menu.active {
    right: 0 !important; /* Sadece açılınca gelsin */
}
/* =========================================
   TEMİZ HEADER CSS (HATA DÜZELTİLDİ)
   ========================================= */

/* 1. Header Kutusu */
.site-header {
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 1000; /* Her şeyin üstünde */
    padding: 20px 0;
    transition: 0.4s;
    background: transparent; /* Şeffaf */
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.site-header.scrolled {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.header-wrap {
    max-width: 1200px; margin: 0 auto; padding: 0 20px;
    display: flex; justify-content: space-between; align-items: center;
}

/* 2. Logo */
.logo {
    font-size: 24px; font-weight: 800; color: #fff;
    text-transform: uppercase; font-family: sans-serif;
    letter-spacing: -1px; text-decoration: none;
}
.logo span { color: #ff6b00; }

.site-header.scrolled .logo { color: #003580; } /* Scroll olunca koyu renk */

/* 3. Masaüstü Menü (Ortadaki) */
.desktop-menu { display: flex; gap: 25px; }

.desktop-menu a {
    color: #fff; font-weight: 600; font-size: 14px; text-decoration: none;
    text-transform: uppercase; opacity: 0.9;
}
.desktop-menu a:hover { opacity: 1; color: #ff6b00; }

.site-header.scrolled .desktop-menu a { color: #333; } /* Scroll olunca siyah */

/* 4. Sağ Taraf */
.header-right { display: flex; align-items: center; gap: 15px; }

.cart-btn {
    color: #fff; font-size: 18px; position: relative; margin-right: 10px;
}
.site-header.scrolled .cart-btn { color: #333; }

.badge {
    position: absolute; top: -8px; right: -8px;
    background: #ff6b00; color: #fff; font-size: 10px;
    width: 16px; height: 16px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}

.rez-btn {
    background: #ff6b00; color: #fff !important;
    padding: 10px 20px; border-radius: 30px;
    font-weight: 700; font-size: 12px; text-decoration: none;
    transition: 0.3s;
}
.rez-btn:hover { background: #e65100; transform: translateY(-2px); }

/* 5. Mobil Menü (EKRANDAN GİZLE) */
.mobile-toggle { display: none; background: none; border: none; font-size: 24px; color: #fff; cursor: pointer; }
.site-header.scrolled .mobile-toggle { color: #333; }

.mobile-panel {
    position: fixed; top: 0; right: -300px; /* Ekranın DIŞINDA */
    width: 300px; height: 100%;
    background: #fff; z-index: 2000;
    padding: 20px; transition: 0.4s;
    box-shadow: -5px 0 20px rgba(0,0,0,0.2);
    display: flex; flex-direction: column;
}
.mobile-panel.active { right: 0; } /* Açılınca ekrana girsin */

.mp-head {
    display: flex; justify-content: space-between; align-items: center;
    border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 20px;
}
.mp-title { font-weight: bold; color: #333; font-size: 18px; }
#closeMenu { background: none; border: none; font-size: 22px; cursor: pointer; }

.mp-links a {
    display: block; padding: 12px 0; color: #333; font-weight: 600;
    border-bottom: 1px solid #f9f9f9; text-decoration: none;
}

.mp-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5); z-index: 1999;
    display: none;
}
.mp-overlay.active { display: block; }

/* 6. RESPONSIVE AYARLAR */
@media (max-width: 992px) {
    .desktop-menu { display: none !important; } /* Masaüstü menüyü gizle */
    .rez-btn { display: none !important; }
    .mobile-toggle { display: block !important; } /* Hamburgeri aç */
}
/* =========================================
   TUR DETAY SAYFASI (PREMIUM)
   ========================================= */

.tour-page {
    padding-top: 80px;
    background: #f9f9f9;
    min-height: 100vh;
}

/* 1. Arkaplan Bulanık Header */
.tour-bg-header {
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: -80px; /* Header altına girsin */
}
.tour-bg-header .overlay {
    position: absolute; top:0; left:0; width:100%; height:100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), #f9f9f9);
    backdrop-filter: blur(5px);
}

/* 2. Grid Yapısı */
.tour-container {
    display: grid;
    grid-template-columns: 2fr 1fr; /* Sol geniş, Sağ dar */
    gap: 40px;
    margin-top: -100px; /* Yukarı bindir */
    position: relative; z-index: 2;
    padding-bottom: 50px;
}

/* 3. Sol İçerik */
.tour-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.tour-header-block h1 { font-size: 2.5rem; color: #1a1a1a; margin: 10px 0; }
.tour-cat { 
    background: #e3f2fd; color: #003580; padding: 5px 15px; 
    border-radius: 20px; font-size: 12px; font-weight: 700; 
}

.tour-meta-row {
    display: flex; gap: 20px; color: #666; font-size: 14px; margin-bottom: 25px;
}
.tour-meta-row i { color: #ff6b00; margin-right: 5px; }

.main-img {
    width: 100%; height: 400px; object-fit: cover; border-radius: 15px;
    margin-bottom: 30px;
}

.tour-desc-box h3, .tour-timeline h3 {
    font-size: 1.5rem; margin-bottom: 15px; color: #003580;
    border-bottom: 2px solid #f1f1f1; padding-bottom: 10px;
}
.tour-desc-box p { color: #555; line-height: 1.8; margin-bottom: 30px; }

/* Timeline (Program) */
.tour-timeline ul { padding-left: 20px; border-left: 2px solid #ddd; }
.tour-timeline li { margin-bottom: 15px; position: relative; padding-left: 20px; }
.tour-timeline li::before {
    content: ''; position: absolute; left: -26px; top: 5px;
    width: 10px; height: 10px; background: #ff6b00; border-radius: 50%;
    border: 3px solid #fff;
}
.tour-timeline .time { font-weight: 800; color: #1a1a1a; margin-right: 10px; }

/* 4. Sağ Taraf (Sticky Booking) */
.tour-sidebar { position: relative; }

.booking-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    position: sticky; top: 100px; /* Kayınca yapışır */
    border: 1px solid #eee;
}

.price-header {
    display: flex; justify-content: space-between; align-items: center;
    border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 20px;
}
.price-header .amount { font-size: 2rem; font-weight: 800; color: #003580; }

.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 700; margin-bottom: 8px; font-size: 13px; }
.form-control { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; }

/* Adet Seçici */
.qty-box {
    display: flex; align-items: center; border: 1px solid #ddd; border-radius: 8px; overflow: hidden;
}
.qty-btn {
    width: 40px; height: 40px; background: #f5f5f5; border: none; font-weight: bold; cursor: pointer;
}
.qty-btn:hover { background: #e0e0e0; }
#adultCount {
    width: 100%; text-align: center; border: none; font-weight: bold;
}

.total-row {
    display: flex; justify-content: space-between; font-size: 1.2rem; margin: 20px 0; border-top: 1px solid #eee; padding-top: 15px;
}

.btn-book-now {
    width: 100%; padding: 15px; background: #ff6b00; color: #fff;
    border: none; border-radius: 12px; font-weight: 800; font-size: 16px;
    cursor: pointer; margin-bottom: 10px; transition: 0.3s;
}
.btn-book-now:hover { background: #e65100; transform: translateY(-2px); }

.btn-whatsapp-book {
    display: block; width: 100%; padding: 12px; background: #25d366; color: #fff;
    text-align: center; border-radius: 12px; font-weight: 700; text-decoration: none;
}
.secure-note { font-size: 12px; color: #888; text-align: center; margin-top: 15px; }

/* Responsive */
@media (max-width: 992px) {
    .tour-container { grid-template-columns: 1fr; margin-top: -50px; }
    .tour-bg-header { height: 250px; }
}
/* =========================================
   STORE PAGE PREMIUM REDESIGN
   ========================================= */

.store-page {
    padding-top: 100px;
    background: #f4f7fe;
    padding-bottom: 80px;
}

/* 1. Store Hero (Merkezi Başlık) */
.store-hero {
    padding: 80px 0 60px;
    text-align: center;
}
.store-header-content .top-tag {
    font-size: 12px; font-weight: 800; color: var(--accent);
    letter-spacing: 3px; display: block; margin-bottom: 15px;
}
.store-header-content h1 {
    font-size: 3.2rem; color: var(--primary); font-weight: 800; line-height: 1.1; margin-bottom: 20px;
}
.store-header-content h1 span { color: var(--text-dark); }
.store-header-content p { font-size: 1.1rem; color: #64748b; max-width: 600px; margin: 0 auto; }

/* 2. Layout & Sidebar */
.store-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: start;
}

.filter-box {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    border: 1px solid #eef2f6;
    position: sticky; top: 110px;
}

.filter-head {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 25px; border-bottom: 1px solid #f1f5f9; padding-bottom: 15px;
}
.filter-head i { color: var(--accent); font-size: 1.2rem; }
.filter-head h3 { font-size: 1.2rem; color: var(--primary); font-weight: 700; }

.filter-group { margin-bottom: 20px; }
.filter-group label { display: block; font-size: 12px; font-weight: 800; color: #a3aed0; margin-bottom: 10px; text-transform: uppercase; }
.filter-group select {
    width: 100%; padding: 12px; border: 1px solid #e2e8f0; border-radius: 12px;
    background: #f8fafc; font-weight: 600; outline: none; transition: 0.3s;
}
.filter-group select:focus { border-color: var(--primary); background: #fff; }

.btn-filter-apply {
    width: 100%; padding: 15px; background: var(--primary); color: #fff;
    border: none; border-radius: 12px; font-weight: 800; cursor: pointer; transition: 0.3s;
}
.btn-filter-apply:hover { background: var(--accent); transform: translateY(-3px); }

.btn-reset { display: block; text-align: center; margin-top: 15px; color: #94a3b8; font-size: 13px; font-weight: 600; text-decoration: none; }

/* 3. Tur Kartları (Premium Grid) */
.store-top-bar {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 30px; padding: 15px 25px;
    background: #fff; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.results-count { font-weight: 600; color: #64748b; }
.view-options { font-size: 1.2rem; color: #cbd5e1; display: flex; gap: 15px; }
.view-options .active { color: var(--primary); }

.tours-grid-premium {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px;
}

.tour-item-card {
    background: #fff; border-radius: 20px; overflow: hidden;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #f1f5f9; box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}
.tour-item-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }

.card-media { position: relative; height: 220px; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.tour-item-card:hover .card-media img { transform: scale(1.1); }

.price-sticker {
    position: absolute; bottom: 20px; right: 20px;
    background: var(--primary); color: #fff; padding: 10px 18px;
    border-radius: 14px; text-align: center; line-height: 1;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.price-sticker .p-label { display: block; font-size: 10px; opacity: 0.7; margin-bottom: 3px; }
.price-sticker .p-value { font-size: 1.2rem; font-weight: 800; }

.card-info { padding: 25px; }
.info-top { display: flex; justify-content: space-between; margin-bottom: 12px; }
.i-cat { font-size: 11px; font-weight: 800; color: var(--accent); text-transform: uppercase; }
.i-rating { font-size: 12px; font-weight: 700; color: #ffc107; }

.tour-item-card h3 { font-size: 1.3rem; font-weight: 700; color: var(--primary); margin-bottom: 12px; }

.info-bottom { display: flex; gap: 15px; margin-bottom: 25px; }
.i-detail { font-size: 13px; color: #94a3b8; font-weight: 600; }
.i-detail i { color: var(--primary); margin-right: 5px; }

.btn-card-premium {
    display: block; width: 100%; text-align: center;
    background: #f4f7fe; color: var(--primary); padding: 14px;
    border-radius: 12px; font-weight: 800; transition: 0.3s;
}
.tour-item-card:hover .btn-card-premium { background: var(--primary); color: #fff; }

/* 4. Support Card */
.support-mini-card {
    margin-top: 30px; background: #eef2f6; padding: 20px; border-radius: 16px; text-align: center;
}
.support-mini-card i { font-size: 1.8rem; color: var(--primary); margin-bottom: 10px; }
.support-mini-card h4 { font-size: 0.9rem; margin-bottom: 8px; }
.support-mini-card p { font-size: 0.8rem; color: #64748b; margin-bottom: 12px; }
.support-mini-card a { display: block; background: #25d366; color: #fff; padding: 10px; border-radius: 10px; font-weight: 700; text-decoration: none; }

/* Responsive */
@media (max-width: 992px) {
    .store-container { grid-template-columns: 1fr; }
    .store-hero h1 { font-size: 2.2rem; }
}