/**
 * Kapadokya Tur Acenta - Ana Stil Dosyası
 * Kapadokya konseptine uygun sıcak renkler ve doğal dokular
 */

:root {
    --primary-color: #4a6fa5;
    --secondary-color: #2c3e50;
    --accent-color: #5a8fc7;
    --dark-color: #1e2a38;
    --light-color: #ecf0f1;
    --text-color: #333;
    --border-color: #bdc3c7;
    --bs-primary: #4a6fa5;
    --bs-primary-rgb: 74, 111, 165;

    /* Slider fontu (fallback: Montserrat) */
    --hero-display-font: 'Adlery Blockletter', 'Montserrat', sans-serif;
}

/* Adlery Blockletter (dosyaları assets/fonts/ altına koyun)
   - assets/fonts/AdleryBlockletter.woff2
   - assets/fonts/AdleryBlockletter.woff
*/
@font-face {
    font-family: 'Adlery Blockletter';
    src:
        url('../fonts/AdleryBlockletter.woff2') format('woff2'),
        url('../fonts/AdleryBlockletter.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Montserrat Font */
* {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    font-weight: 400;
    overflow-x: hidden; /* yatay taşmaları engelle */
}

/* Top Bar */
.top-bar {
    background: linear-gradient(135deg, #2c3e50, #34495e) !important;
    font-size: 0.75rem;
    position: relative;
    z-index: 1090 !important;
}

.top-bar a {
    transition: color 0.3s;
}

.top-bar a:hover {
    color: var(--primary-color) !important;
}

/* Topbar butonları */
.topbar-btn {
    padding: 0.3rem 0.65rem !important;
    font-size: 0.7rem !important;
    white-space: nowrap;
    border-radius: 6px;
}

.topbar-btn i {
    font-size: 0.75rem;
}

/* Topbar iletişim linkleri */
.topbar-contact-link {
    font-size: 0.7rem;
    white-space: nowrap;
    transition: all 0.3s;
}

.topbar-contact-link:hover {
    color: var(--primary-color) !important;
    transform: translateY(-1px);
}

.topbar-contact-link i {
    font-size: 0.65rem;
}

/* Topbar dropdown menüleri - navbar'ın üstünde görünsün */
.top-bar .dropdown {
    position: relative;
    z-index: 1090 !important;
}

.top-bar .dropdown-toggle {
    position: relative;
    z-index: 1090 !important;
}

.top-bar .dropdown-menu {
    z-index: 1091 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 8px;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}

/* Mobil için topbar */
@media (max-width: 767px) {
    .top-bar {
        font-size: 0.65rem;
        padding: 0.4rem 0 !important;
    }
    
    .top-bar .top-bar-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin: 0 !important;
        gap: 0.5rem;
    }
    
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
    }
    
    .top-bar .top-bar-left .d-flex {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 0.5rem;
    }
    
    .top-bar .top-bar-right .d-flex {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 0.25rem;
    }
    
    .topbar-btn {
        padding: 0.25rem 0.4rem !important;
        font-size: 0.65rem !important;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .topbar-btn span {
        display: none !important;
    }
    
    /* Mobilde login butonunda metin görünsün (kullanıcı "Giriş yap"ı kaybetmesin) */
    .topbar-login-btn span {
        display: inline !important;
    }
    
    .topbar-contact-link {
        font-size: 0.65rem !important;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .topbar-contact-link span {
        font-size: 0.6rem !important;
    }
    
    .topbar-contact-link i {
        font-size: 0.65rem !important;
        margin-right: 0.25rem !important;
    }
    
    .currency-code {
        display: none !important;
    }
    
    /* Mobilde topbar'daki dil seçeneğini gizle */
    .top-bar .dropdown.d-none.d-md-block {
        display: none !important;
    }
}

.social-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.1);
}

.social-icon:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

/* Navbar - Modern Top Bar Renk Paleti */
.modern-navbar {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: none;
    /* transition: all => scroll'da padding/ölçü değişimi varsa titreme yapabilir */
    transition: box-shadow 0.25s ease, background-color 0.25s ease;
    padding: 1.25rem 0;
    box-shadow: 0 2px 20px rgba(44, 62, 80, 0.08);
    position: relative;
}

/* Menü altına kıvrımlı çizgi */
.modern-navbar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120"><path fill="%23f8f9fa" fill-opacity="1" d="M0,80L60,75C120,70,240,60,360,55C480,50,600,50,720,60C840,70,960,90,1080,85C1200,80,1320,50,1380,35L1440,20L1440,120L1380,120C1320,120,1200,120,1080,120C960,120,840,120,720,120C600,120,480,120,360,120C240,120,120,120,60,120L0,120Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

.modern-navbar.sticky-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 1050 !important;
    box-shadow: 0 4px 25px rgba(44, 62, 80, 0.15);
    border-bottom: none;
}

/* Scroll durumunda sadece görsel efekt değiştir (layout shift yok) */
.modern-navbar.navbar-scrolled {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12) !important;
}

.modern-navbar .navbar-collapse {
    z-index: 1;
    position: relative;
}

.modern-navbar .navbar-nav {
    position: relative;
    z-index: 1;
}

/* Navbar içindeki buton içeren nav-item */
.modern-navbar .navbar-nav .nav-item:last-child {
    position: relative;
    z-index: 10;
}

/* Dropdown Menüler - Z-index Düzeltmesi */
.modern-navbar .dropdown-menu {
    z-index: 1070 !important;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 8px;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}

.modern-navbar .language-dropdown,
.modern-navbar .user-dropdown {
    z-index: 1070 !important;
    position: relative;
}

/* Dil Seçici Stilleri */
.language-flag {
    font-size: 1.2rem;
    line-height: 1;
}

.language-code {
    font-weight: 600;
    font-size: 0.9rem;
}

.modern-navbar .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: var(--secondary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.modern-navbar .nav-link.dropdown-toggle:hover {
    color: var(--primary-color);
}

.modern-navbar .dropdown-item {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.modern-navbar .dropdown-item:hover {
    background-color: var(--light-color);
    color: var(--primary-color);
}

.modern-navbar .dropdown-item.active {
    background-color: var(--primary-color);
    color: white;
}

.modern-navbar .dropdown-item.active:hover {
    background-color: var(--accent-color);
    color: white;
}

.navbar-brand {
    color: #000 !important;
    font-weight: 700;
    font-size: 1.25rem;
    text-decoration: none;
    transition: transform 0.3s;
    position: relative;
    z-index: 1050;
    padding: 0.5rem 0;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.brand-logo {
    max-height: 80px;
    width: auto;
    transition: transform 0.3s;
    position: relative;
    z-index: 1050;
}

/* Mobilde logo küçült */
@media (max-width: 767px) {
    .brand-logo {
        max-height: 50px;
    }
}

.navbar-brand:hover .brand-logo {
    transform: rotate(5deg);
}

.brand-text {
    color: #000;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.65rem 1rem !important;
    transition: all 0.3s;
    position: relative;
    margin: 0 0.25rem;
    border-radius: 5px;
    z-index: 1;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #2c3e50, #34495e);
    transition: all 0.3s;
    transform: translateX(-50%);
    border-radius: 2px;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    width: 80%;
}

.navbar-nav .nav-link:hover {
    color: #2c3e50 !important;
    background: rgba(44, 62, 80, 0.08);
}

.navbar-nav .nav-link.active {
    color: #2c3e50 !important;
    font-weight: 600;
    background: rgba(44, 62, 80, 0.05);
    z-index: 2;
}

/* Navbar içindeki butonlar */
.modern-navbar .btn-primary {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border: none;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
    transition: all 0.3s;
    position: relative;
    z-index: 10 !important;
}

.modern-navbar .btn-primary:hover {
    background: linear-gradient(135deg, #34495e, #2c3e50);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
    z-index: 11 !important;
}

/* Navbar içindeki nav-item (buton içeren) */
.modern-navbar .nav-item:has(.btn-primary) {
    position: relative;
    z-index: 10 !important;
}

/* Mobilde navbar buton stil ayarları */
@media (max-width: 991px) {
    .modern-navbar .navbar-nav .nav-item:has(.btn-primary) {
        margin-top: 0.5rem;
    }
    
    .modern-navbar .navbar-nav .nav-item:has(.btn-primary) .btn {
        width: 100%;
        margin-left: 0 !important;
    }
}

/* Custom Toggler */
.navbar-toggler-icon-custom {
    width: 30px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navbar-toggler-icon-custom span {
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 3px;
    transition: all 0.3s;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-custom span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-custom span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-custom span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    z-index: 1060 !important;
}

.dropdown-item {
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
    transition: all 0.3s;
}

.dropdown-item:hover {
    background: linear-gradient(90deg, rgba(44, 62, 80, 0.1), rgba(52, 73, 94, 0.1));
    color: #2c3e50;
    padding-left: 2rem;
}

.dropdown-item.active {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
}

/* Buttons */
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff !important;
}

/* Bootstrap Primary Override - Tüm Primary Renkleri */
.bg-primary,
[class*="bg-primary"],
[class^="bg-primary"] {
    background-color: var(--primary-color) !important;
}

.text-primary,
[class*="text-primary"],
[class^="text-primary"] {
    color: var(--primary-color) !important;
}

.border-primary,
[class*="border-primary"],
[class^="border-primary"] {
    border-color: var(--primary-color) !important;
}

.badge.bg-primary,
.badge[class*="bg-primary"] {
    background-color: var(--primary-color) !important;
}

.btn-outline-primary,
[class*="btn-outline-primary"] {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
[class*="btn-outline-primary"]:hover,
[class*="btn-outline-primary"]:focus,
[class*="btn-outline-primary"]:active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

/* Link renkleri */
a.text-primary,
a[class*="text-primary"] {
    color: var(--primary-color) !important;
}

a.text-primary:hover,
a[class*="text-primary"]:hover {
    color: var(--secondary-color) !important;
}

/* Alert primary */
.alert-primary {
    background-color: rgba(74, 111, 165, 0.1) !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

/* List group primary */
.list-group-item-primary {
    background-color: rgba(74, 111, 165, 0.1) !important;
    color: var(--primary-color) !important;
}

.btn-danger {
    background-color: #dc3545;
}

/* Cards */
.card {
    border: 1px solid var(--border-color);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.card-img-top {
    transition: transform 0.3s;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

/* Star Rating */
.star-rating {
    color: #ffc107;
}

.star-rating .fa-star,
.star-rating .fa-star-half-alt {
    margin-right: 2px;
}

/* Badge */
.badge {
    font-weight: 600;
    padding: 0.5em 0.75em;
}

/* Slider */
.carousel-item img {
    filter: brightness(0.8);
}

.carousel-caption {
    background: rgba(0,0,0,0.5);
    padding: 2rem;
    border-radius: 10px;
}

.carousel-caption h2 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

/* Footer - Modern Top Bar Renk Paleti */
.footer-modern {
    background: linear-gradient(135deg, #2c3e50, #34495e) !important;
    position: relative;
    overflow: hidden;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both;
}

.footer-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    opacity: 0.8;
}

.footer-top {
    background: rgba(0, 0, 0, 0.15);
    position: relative;
}

.footer-widget {
    position: relative;
}

.footer-modern .text-light-emphasis {
    color: rgba(255, 255, 255, 0.75) !important;
}

.footer-modern .footer-title {
    color: rgba(255, 255, 255, 0.95) !important;
}

.footer-modern .text-primary {
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    border-radius: 2px;
}

.footer-links a,
.footer-contact a {
    transition: all 0.3s;
    display: inline-block;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: rgba(255, 255, 255, 0.95) !important;
    transform: translateX(5px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.footer-links li,
.footer-contact li {
    transition: all 0.3s;
}

.footer-links li:hover,
.footer-contact li:hover {
    transform: translateX(5px);
}

/* Social Icons Modern */
.social-links-modern {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-icon-modern {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.1rem;
}

.social-icon-modern:hover {
    transform: translateY(-5px) scale(1.1);
    color: white;
}

.social-icon-modern.facebook:hover {
    background: #1877f2;
}

.social-icon-modern.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-icon-modern.twitter:hover {
    background: #1da1f2;
}

.social-icon-modern.youtube:hover {
    background: #ff0000;
}

/* Newsletter Form */
.newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    transition: all 0.3s;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-form .form-control:focus {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.15);
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal-links {
    margin-top: 0.5rem;
}

/* Footer Logo - Beyaz Yap */
.footer-logo {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/* Ana Sayfa Fade-in Animasyonları */
.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-section.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

/* Kategoriler hemen görünsün - fade-in animasyonu olmasın */
.categories-immediate-load {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

/* Mobilde animasyonları devre dışı bırakabiliriz (performans için) */
@media (prefers-reduced-motion: reduce) {
    .fade-in-section {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Modern Rezervasyon Butonu - Tur Listesi */
.modern-reservation-btn {
    background: linear-gradient(135deg, #4a6fa5, #5a8fc7) !important;
    border: none !important;
    padding: 0.875rem 1.5rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 15px rgba(74, 111, 165, 0.35) !important;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

.modern-reservation-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.modern-reservation-btn:hover::before {
    width: 300px;
    height: 300px;
}

.modern-reservation-btn:hover {
    background: linear-gradient(135deg, #5a8fc7, #6a9fd7) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 111, 165, 0.45) !important;
    color: #fff !important;
}

.modern-reservation-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(74, 111, 165, 0.3) !important;
}

.modern-reservation-btn i {
    position: relative;
    z-index: 1;
}

.modern-reservation-btn span,
.modern-reservation-btn {
    position: relative;
    z-index: 1;
}

/* Modern Tur Detayları Butonu */
.modern-tour-detail-btn {
    border: 2px solid #4a6fa5 !important;
    color: #4a6fa5 !important;
    padding: 0.875rem 1.5rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    letter-spacing: 0.3px;
    background: transparent !important;
    transition: all 0.3s ease !important;
}

.modern-tour-detail-btn:hover {
    background: linear-gradient(135deg, rgba(74, 111, 165, 0.1), rgba(90, 143, 199, 0.1)) !important;
    border-color: #5a8fc7 !important;
    color: #5a8fc7 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 111, 165, 0.25) !important;
}

.modern-tour-detail-btn:active {
    transform: translateY(0);
}

.modern-tour-detail-btn i {
    transition: transform 0.3s ease;
}

.modern-tour-detail-btn:hover i {
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .modern-reservation-btn {
        padding: 0.75rem 1.25rem !important;
        font-size: 0.95rem !important;
    }
    
    .modern-tour-detail-btn {
        padding: 0.75rem 1.25rem !important;
        font-size: 0.95rem !important;
    }
}

.footer-payments i {
    opacity: 0.8;
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.9);
}

.footer-payments:hover i {
    opacity: 1;
    transform: scale(1.1);
    color: white;
}

/* Back to Top Button */
/* Sabit Sosyal Medya Butonları (Sağ Köşe - Yukarı Ok Üstünde) */
.fixed-social-buttons {
    position: fixed !important;
    right: 30px !important;
    bottom: 100px !important;
    z-index: 9998 !important;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

.social-fixed-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
}

.social-fixed-btn:hover {
    transform: translateY(-3px) scale(1.1);
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.instagram-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.instagram-btn:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.whatsapp-btn {
    background: #25D366;
}

.whatsapp-btn:hover {
    background: #20BA5A;
}

/* Cookie Consent Popup */
.cookie-consent {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 99999 !important;
    padding: 20px;
    border-top: 3px solid var(--primary-color);
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
    display: none;
}

.cookie-consent.show {
    display: block !important;
    transform: translateY(0);
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}

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

.cookie-consent-text {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-consent-text i {
    color: var(--primary-color);
    font-size: 20px;
}

.cookie-consent-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

/* Popup Reklam */
.popup-ad-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 9999999 !important;
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease-out;
    margin: 0 !important;
    pointer-events: auto !important;
}

.popup-ad-overlay.show {
    display: flex !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.popup-ad-container {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: scaleIn 0.3s ease-out;
    pointer-events: auto !important;
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-ad-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10;
    transition: all 0.3s ease;
    pointer-events: auto !important;
}

.popup-ad-close:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: rotate(90deg);
}

.popup-ad-link {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.popup-ad-image {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 767px) {
    .popup-ad-container {
        max-width: 95%;
        max-height: 85vh;
    }
    
    .popup-ad-close {
        width: 30px;
        height: 30px;
        font-size: 16px;
        top: 8px;
        right: 8px;
    }
    
    .fixed-social-buttons {
        right: 15px !important;
        bottom: 90px !important;
    }
    
    .social-fixed-btn {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .cookie-consent {
        padding: 15px;
    }
    
    .cookie-consent-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-consent-text {
        text-align: center;
        justify-content: center;
    }
    
    .cookie-consent-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-consent-buttons .btn {
        flex: 1;
        max-width: 150px;
    }
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(74, 111, 165, 0.4);
    transition: all 0.3s;
    z-index: 1000;
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(74, 111, 165, 0.6);
}

.back-to-top.show {
    display: flex;
    animation: fadeInUp 0.5s;
}

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

/* Filter Panel */
.filter-panel-modern {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease;
}

.filter-panel-modern:hover {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12) !important;
}

.filter-panel-modern .card-header h5 {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 600;
}

.filter-panel-modern .form-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.filter-panel-modern .form-control,
.filter-panel-modern .form-select {
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.filter-panel-modern .form-control:focus,
.filter-panel-modern .form-select:focus {
    border-color: #4a6fa5;
    box-shadow: 0 0 0 0.2rem rgba(74, 111, 165, 0.15);
    outline: none;
}

.filter-panel-modern .btn-primary {
    background: linear-gradient(135deg, #4a6fa5, #5a8fc7);
    border: none;
    border-radius: 8px;
    padding: 0.75rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.filter-panel-modern .btn-primary:hover {
    background: linear-gradient(135deg, #5a8fc7, #6a9fd7);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 111, 165, 0.3);
}

.filter-panel-modern .btn-outline-secondary {
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-panel-modern .btn-outline-secondary:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    transform: translateY(-2px);
}

.filter-panel-modern .mb-3 {
    margin-bottom: 1.25rem !important;
}

.filter-panel-modern .bg-light {
    background: #f8f9fa !important;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.filter-panel-modern .bg-light h6 {
    color: #495057;
    font-weight: 600;
    font-size: 0.95rem;
}

/* Tour Detail */
.tour-gallery {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.tour-main-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.tour-thumbnails {
    position: relative;
    z-index: 1;
}

.tour-thumbnails img {
    cursor: pointer;
    border-radius: 5px;
    transition: opacity 0.3s;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.tour-thumbnails img:hover {
    opacity: 0.7;
}

.reservation-box {
    background: var(--light-color);
    padding: 2rem;
    border-radius: 10px;
    position: sticky;
    top: 20px;
}

/* Loading Spinner */
.spinner-border {
    width: 3rem;
    height: 3rem;
}

/* Responsive */
@media (max-width: 768px) {
    .carousel-caption h2 {
        font-size: 1.5rem;
    }
    
    .reservation-box {
        position: relative;
        top: 0;
        margin-top: 2rem;
    }
}

/* Lazy Load */
img[data-src] {
    opacity: 0;
    transition: opacity 0.3s;
}

img[data-src].loaded {
    opacity: 1;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

/* Hero Section */
.hero-slide {
    position: relative;
    /* Slider bozulmasın diye sabit yükseklik + arkaplan ayarları */
    height: 70vh;
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    /* Modern görsel efektleri */
    filter: brightness(1) contrast(1.05) saturate(1.1);
    transition: filter 0.6s ease-in-out;
}

.hero-slide:hover {
    filter: brightness(1.02) contrast(1.08) saturate(1.15);
}

/* Video Slider Stilleri */
.hero-slide-video {
    position: relative;
    height: 70vh;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #000;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-slide-video .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: 2;
}

/* Video içerik katmanı - yazılar burada görünecek */
.hero-video-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video-content .hero-content {
    position: relative;
    z-index: 11;
}

.hero-video-content .hero-content-wrapper {
    background: transparent;
    padding: 2rem 3rem;
    margin-bottom: 1.5rem;
}

.hero-video-content .hero-title {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-video-content .hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Mobil için video ayarları */
@media (max-width: 768px) {
    .hero-slide-video {
        height: 60vh;
        min-height: 420px;
    }
    
    .hero-video {
        /* Mobilde videoyu biraz kırp */
        width: 200%;
        left: 50%;
    }
    
    .hero-video-content .hero-content-wrapper {
        padding: 1.5rem 2rem;
        margin: 0 1rem;
    }
}

@media (max-width: 576px) {
    .hero-slide-video {
        height: 45vh !important;
        min-height: 300px !important;
    }
    
    .hero-video-content .hero-content-wrapper {
        padding: 1rem 1.5rem;
    }
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.3) 30%,
        rgba(0, 0, 0, 0.2) 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: 1;
    transition: opacity 0.8s ease-in-out;
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(0.5px);
}

.hero-content {
    position: relative;
    z-index: 3;
    animation: fadeInUp 1s ease-out;
    max-width: 100%;
    overflow: hidden;
}

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

.hero-subtitle {
    font-size: 1.4rem;
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, 0.3);
    opacity: 0.98;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: fadeIn 1.2s ease-out 0.3s both;
    font-family: 'Montserrat', sans-serif;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hero-title {
    animation: fadeInUp 1s ease-out 0.2s both;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
    font-size: clamp(2.25rem, 4.2vw, 4.25rem);
    line-height: 1.06;
    margin-bottom: 1.5rem !important;
    font-family: var(--hero-display-font);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    max-width: 100%;
    display: block;
}

.hero-content-wrapper {
    padding: clamp(1rem, 2.2vw, 2.4rem) clamp(1.1rem, 2.6vw, 3.1rem);
    max-width: min(720px, 92vw);
    overflow: visible;
    background: transparent;
    border-radius: 22px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    /* transparan kutunun hemen altında dursun */
    margin-top: 0.9rem;
}

.hero-btn {
    font-weight: 700;
    padding: 0.95rem 2.15rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 1.02rem;
    letter-spacing: 0.02em;
    text-transform: none;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.hero-btn.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-color: rgba(255, 255, 255, 0.18);
}

.hero-btn.btn-outline-primary,
.hero-btn.btn-outline-light {
    /* Site rengiyle uyumlu modern "secondary" */
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(74, 111, 165, 0.55);
    color: var(--primary-color);
}

.hero-btn.btn-outline-primary:hover,
.hero-btn.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(74, 111, 165, 0.8);
    color: var(--primary-color);
}

/* Masaüstü: slider içeriğini ortala, blur'u kaldır, daha temiz koyu transparan yap */
@media (min-width: 769px) {
    .hero-content-wrapper {
        margin-left: auto;
        margin-right: auto;
        background: transparent;
    }
}

.hero-content {
    max-width: 100%;
    overflow: hidden;
}

.hero-subtitle {
    font-size: 1.4rem;
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, 0.3);
    opacity: 0.98;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: fadeIn 1.2s ease-out 0.3s both;
    font-family: 'Montserrat', sans-serif;
}

#mainSlider,
#mainSlider .carousel-inner,
#mainSlider .carousel-item {
    height: 70vh;
    min-height: 520px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    opacity: 0;
}

/* Stats Section */
.stats-section {
    background: #f8f9fa;
}

.stat-item {
    padding: 2rem;
    transition: transform 0.3s;
}

.stat-item:hover {
    transform: translateY(-10px);
}

.stat-item h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* Tour Cards */
.tour-card {
    transition: all 0.3s;
    border: none;
    overflow: hidden;
}

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15) !important;
}

.tour-card .bg-gradient {
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.campaign-card {
    border: 2px solid #dc3545 !important;
}

.campaign-card:hover {
    border-color: #c82333 !important;
}

/* Feature Box */
.feature-box {
    transition: transform 0.3s;
    border-radius: 10px;
}

.feature-box:hover {
    transform: translateY(-5px);
    background: #f8f9fa;
}

.feature-icon {
    transition: transform 0.3s;
}

.feature-box:hover .feature-icon {
    transform: scale(1.1);
}

/* CTA Section */
.cta-section {
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.3;
}

/* Montserrat Font için ek stiller */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.navbar-brand {
    font-weight: 700;
}

.btn {
    font-weight: 500;
}

.card-title {
    font-weight: 600;
}

/* Statistics Section */
.stats-section {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    margin-top: 0;
    margin-bottom: 0;
}

.stats-section .stat-item {
    padding: 20px;
    transition: all 0.3s;
}

.stats-section .stat-item:hover {
    transform: translateY(-5px);
}

.stats-section .stat-item i {
    opacity: 0.9;
    transition: all 0.3s;
}

.stats-section .stat-item:hover i {
    transform: scale(1.1);
    opacity: 1;
}

/* Hero Section */
.hero-section {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
    overflow: visible;
    background: transparent;
}

/* Masaüstünde slider'ı sağ soldan küçült */
@media (min-width: 768px) {
    .hero-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Slider köşeleri yuvarlatılmış */
#mainSlider {
    border-radius: 50px 50px 60px 60px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin: 0;
    background: transparent;
}

/* Masaüstünde slider genişliğini sınırla */
@media (min-width: 768px) {
    #mainSlider {
        max-width: 1600px;
        margin: 0 auto;
    }
}

#mainSlider .carousel-inner {
    border-radius: 50px 50px 60px 60px;
    overflow: hidden;
    margin: 0;
}

#mainSlider .carousel-item {
    border-radius: 50px 50px 60px 60px;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    overflow: hidden;
    border-radius: 50px 50px 60px 60px;
    transition: transform 0.6s ease-in-out;
    margin: 0;
}

.hero-slide .container {
    position: relative;
    z-index: 2;
}

/* Gradient kaldırıldı - sadece köşeler yuvarlatılmış */

/* Slider modernleştirme */
#mainSlider {
    position: relative;
}

#mainSlider .carousel-item {
    transition: opacity 0.8s ease-in-out;
}

#mainSlider .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

#mainSlider .carousel-fade .carousel-item.active,
#mainSlider .carousel-fade .carousel-item-next.carousel-item-start,
#mainSlider .carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

#mainSlider .carousel-fade .active.carousel-item-start,
#mainSlider .carousel-fade .active.carousel-item-end {
    opacity: 0;
}

/* Carousel indicators modernleştirme */
#mainSlider .carousel-indicators {
    bottom: 30px;
    z-index: 5;
}

#mainSlider .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    margin: 0 6px;
    transition: all 0.3s ease;
}

#mainSlider .carousel-indicators button.active {
    background-color: #fff;
    width: 30px;
    border-radius: 6px;
    border-color: #fff;
}

/* Carousel controls modernleştirme */
#mainSlider .carousel-control-prev,
#mainSlider .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 5;
}

#mainSlider .carousel-control-prev {
    left: 20px;
}

#mainSlider .carousel-control-next {
    right: 20px;
}

#mainSlider .carousel-control-prev:hover,
#mainSlider .carousel-control-next:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

#mainSlider .carousel-control-prev-icon,
#mainSlider .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.booking-form-overlay {
    position: absolute;
    /* Kartın tamamı görünür olsun (yarım kalma problemi) */
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
    transform: translateY(0);
}

/* Desktop'ta hero section içinde göster */
@media (min-width: 769px) {
    .hero-section {
        position: relative;
    }
    
    .booking-form-overlay {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        z-index: 10;
    }
}

.booking-form-overlay .booking-card {
    pointer-events: all;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Ana sayfa rezervasyon motoru (kompakt) */
.booking-form-overlay .booking-card--compact {
    border-radius: 20px;
    overflow: visible;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    max-width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.booking-form-overlay .booking-card--compact:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transform: translateY(-2px);
}

.booking-form-overlay .booking-title {
    font-size: 1.05rem;
    letter-spacing: 0.2px;
}

.booking-form-overlay .booking-form--compact {
    padding: 0;
}

.booking-form-overlay .booking-form--compact .form-label {
    margin-bottom: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(44, 62, 80, 0.85);
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.booking-form-overlay .booking-form--compact .form-label i {
    color: var(--primary-color);
    font-size: 0.7rem;
}

/* Input wrapper for icons */
.booking-input-wrapper {
    position: relative;
}

.booking-input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 0.85rem;
    z-index: 2;
    pointer-events: none;
}

.booking-form-overlay .booking-form--compact .form-control,
.booking-form-overlay .booking-form--compact .form-select {
    padding: 10px 12px 10px 38px;
    border-radius: 12px;
    font-size: 0.875rem;
    border: 2px solid rgba(0, 0, 0, 0.08);
    height: auto;
    line-height: 1.5;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.booking-form-overlay .booking-form--compact input[type="date"] {
    padding-right: 40px;
    position: relative;
}

.booking-form-overlay .booking-form--compact input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(199deg) brightness(97%) contrast(92%);
}

.booking-form-overlay .booking-form--compact .form-select {
    padding-right: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 12px;
    appearance: none;
}

.booking-form-overlay .booking-form--compact .form-control:hover,
.booking-form-overlay .booking-form--compact .form-select:hover {
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(74, 111, 165, 0.1);
}

.booking-form-overlay .booking-form--compact .form-control:focus,
.booking-form-overlay .booking-form--compact .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(74, 111, 165, 0.15), 0 4px 12px rgba(74, 111, 165, 0.1);
    outline: none;
}

.booking-form-overlay .booking-form--compact .booking-search-btn {
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(74, 111, 165, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.booking-form-overlay .booking-form--compact .booking-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 111, 165, 0.4);
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
}

.booking-form-overlay .booking-form--compact .booking-search-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(74, 111, 165, 0.3);
}

.booking-form-overlay .container {
    max-width: 90%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .booking-form-overlay .container {
        max-width: 85%;
    }
}

@media (min-width: 1200px) {
    .booking-form-overlay .container {
        max-width: 80%;
    }
}

.booking-form-overlay .row {
    margin: 0;
}

.booking-form-overlay .col-lg-11 {
    padding: 0 15px;
}

@media (max-width: 768px) {
    /* Mobilde rezervasyon formunu sayfanın altında sticky yap */
    .booking-form-overlay {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        pointer-events: all;
        height: auto;
        min-height: 58px;
        max-height: none;
        overflow: visible;
        width: 100%;
        box-sizing: border-box;
    }

    .booking-form-overlay .container {
        padding: 0 5px !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .booking-form-overlay .booking-card--compact {
        padding: 4px 0 !important;
        border-radius: 0;
        height: 100%;
        min-height: 58px;
        max-height: none;
        overflow: visible;
        box-shadow: none;
        background: transparent;
        border: none;
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
    }
    
    .booking-form-overlay .booking-form--compact {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 6px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .booking-form-overlay .booking-form--compact::-webkit-scrollbar {
        display: none;
    }

    /* Ana sayfa mobil sticky CTA bar */
    .home-sticky-tours-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 10px 10px;
        width: 100%;
    }

    .home-sticky-tours-title {
        font-weight: 800;
        font-size: 0.95rem;
        color: rgba(44, 62, 80, 0.95);
        white-space: nowrap;
    }

    .home-sticky-tours-cta {
        border-radius: 999px;
        padding: 8px 12px;
        font-weight: 700;
        font-size: 0.85rem;
        white-space: nowrap;
    }
    
    /* Mobilde form elemanlarını tek sıra halinde göster */
    .booking-form-overlay .booking-form--compact .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin: 0 !important;
        gap: 3px;
        overflow: visible;
        width: max-content;
        height: 100%;
        padding: 0;
    }
    
    .booking-form-overlay .booking-form--compact .row::-webkit-scrollbar {
        display: none;
    }
    
    .booking-form-overlay .booking-form--compact .row > div {
        flex-shrink: 0;
        margin: 0 !important;
        padding: 0 1px !important;
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    /* Mobilde label'ları gizle */
    .booking-form-overlay .booking-form--compact .form-label {
        display: none !important;
    }
    
    /* Mobilde form elemanlarını kompakt yap */
    .booking-form-overlay .booking-form--compact .form-control,
    .booking-form-overlay .booking-form--compact .form-select {
        padding: 4px 5px !important;
        font-size: 0.65rem !important;
        height: 38px !important;
        line-height: 1.2 !important;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        min-width: 0;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    /* Mobilde solda "Rezervasyon" yazısı sabit kalsın */
    .booking-form-overlay .booking-mobile-label {
        position: sticky;
        left: 0;
        z-index: 2;
        background: rgba(255, 255, 255, 0.98);
        padding-left: 8px;
        padding-right: 4px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        border-right: 1px solid rgba(0, 0, 0, 0.06);
    }
    
    /*
     * Bootstrap grid class'ları (col-6/col-12) mobilde width:% verebildiği için,
     * sticky bar içinde kolonların width'ini override ediyoruz.
     */
    .booking-form-overlay .booking-form--compact .row > div {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    /* Destinasyon (Kategori) */
    .booking-form-overlay .booking-form--compact .row > div:first-child {
        min-width: 120px;
    }

    /* Giriş / Çıkış */
    .booking-form-overlay .booking-form--compact .row > div:nth-child(2),
    .booking-form-overlay .booking-form--compact .row > div:nth-child(3) {
        min-width: 92px;
    }

    /* Misafir */
    .booking-form-overlay .booking-form--compact .row > div:nth-child(4) {
        min-width: 64px;
    }

    /* Arama butonu kolon */
    .booking-form-overlay .booking-form--compact .row > div:nth-child(5) {
        min-width: 40px;
    }
    
    /* Mobilde butonu kompakt yap - sadece ikon */
    .booking-form-overlay .booking-form--compact .btn {
        padding: 0 !important;
        font-size: 0.65rem !important;
        height: 38px !important;
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
        line-height: 1.2 !important;
        border-radius: 4px;
        white-space: nowrap;
        flex: 0 0 38px;
        margin: 0;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Buton içindeki metni mobilde gizle */
    .booking-form-overlay .booking-form--compact .btn span,
    .booking-form-overlay .booking-form--compact .btn .d-none,
    .booking-form-overlay .booking-form--compact .btn .d-md-inline {
        display: none !important;
    }
    
    .booking-form-overlay .booking-form--compact .btn .me-1 {
        margin: 0 !important;
    }
    
    .booking-form-overlay .booking-form--compact .btn i {
        margin: 0 !important;
        font-size: 0.75rem !important;
    }
    
    /* Body'ye padding ekle (sticky form için alan bırak) */
    body {
        padding-bottom: 80px !important;
    }

    /* (Eski) mobil etiket stilleri – artık ana sayfada CTA bar kullanıyoruz */
    .booking-form-overlay .booking-mobile-label { display: none !important; }

    /* Label + form satırı aynı hizada kalsın */
    .booking-form-overlay .booking-form--compact {
        gap: 4px;
    }
    
    .booking-form-overlay .booking-form--compact .row {
        flex: 1 1 auto;
    }
    
    /* Mobilde filtreleme panelini tek sıra halinde göster */
    .filter-panel-modern {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 1rem !important;
    }
    
    .filter-panel-modern .card-body {
        padding: 1rem 0.75rem !important;
    }
    
    .filter-panel-modern .card-header {
        padding: 0.5rem 0.75rem !important;
    }
    
    .filter-panel-modern .card-header h5 {
        font-size: 0.85rem !important;
        margin: 0 !important;
    }
    
    .filter-panel-modern .card-header h5 i {
        font-size: 0.75rem !important;
        margin-right: 0.25rem !important;
    }
    
    /* Filtreleme formunu mobilde tek sıra yap - bu kısım aşağıda override edilecek */
    
    /* Rezervasyon bilgileri bölümünü gizle veya kompakt yap */
    .filter-panel-modern .bg-light {
        display: none !important;
    }
    
    /* Tüm filtre alanlarını tek sıra halinde göster */
    .filter-panel-modern .card-body > form > .mb-3:not(:last-child) {
        margin-bottom: 0 !important;
        flex-shrink: 0;
        min-width: 140px;
        max-width: 160px;
    }
    
    /* Form içeriğini 2 satıra böl - kaydırma yok */
    .filter-panel-modern .card-body {
        overflow: visible !important;
    }
    
    /* Filtre formunu 2 satıra böl */
    .filter-panel-modern form {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        gap: 8px !important;
        padding: 0.5rem 0 !important;
    }
    
    /* Her filtre alanını 2 satırda düzgün göster - yaklaşık yarı genişlik */
    .filter-panel-modern form > .mb-3 {
        margin-bottom: 0.5rem !important;
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
        min-width: 0;
        padding: 0 2px;
        box-sizing: border-box;
    }
    
    /* Fiyat aralığı için tam genişlik (2 input yan yana) - row içeren div */
    .filter-panel-modern form > .mb-3 .row {
        width: 100%;
    }
    
    /* Fiyat aralığı div'ini tam genişlik yap (name="min_price" içeren mb-3) */
    .filter-panel-modern form > .mb-3:has(input[name="min_price"]),
    .filter-panel-modern form > .mb-3:first-of-type {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /* :has() desteklenmiyorsa fallback - ilk mb-3 tam genişlik */
    @supports not selector(:has(*)) {
        .filter-panel-modern form > .mb-3:first-of-type {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    
    /* Label'ları küçült ve gizle veya üstte göster */
    .filter-panel-modern .form-label {
        font-size: 0.7rem !important;
        margin-bottom: 0.25rem !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    /* Input ve select'leri kompakt yap */
    .filter-panel-modern .form-control,
    .filter-panel-modern .form-select {
        padding: 0.4rem 0.5rem !important;
        font-size: 0.75rem !important;
        height: auto !important;
        min-height: 32px;
    }
    
    /* Fiyat aralığı için özel düzenleme */
    .filter-panel-modern .row {
        margin: 0 !important;
        gap: 4px;
    }
    
    .filter-panel-modern .row .col-6 {
        padding: 0 !important;
        flex: 0 0 calc(50% - 2px);
        max-width: calc(50% - 2px);
    }
    
    .filter-panel-modern .row .col-6 .form-control {
        font-size: 0.7rem !important;
        padding: 0.35rem 0.4rem !important;
    }
    
    /* Butonları 2. satırda yan yana göster */
    .filter-panel-modern form > button,
    .filter-panel-modern form > a {
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
        padding: 0.5rem 0.75rem !important;
        font-size: 0.7rem !important;
        white-space: nowrap;
        margin-top: 0 !important;
        box-sizing: border-box;
    }
    
    .filter-panel-modern form > a {
        margin-left: 0 !important;
    }
    
    .hero-section {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    
    #mainSlider {
        border-radius: 20px 20px 30px 30px;
    }
    
    #mainSlider .carousel-inner {
        border-radius: 20px 20px 30px 30px;
    }
    
    .hero-slide {
        border-radius: 20px 20px 30px 30px;
    }

    /* Mobilde slider içeriğini daha dengeli yap */
    #mainSlider,
    #mainSlider .carousel-inner,
    #mainSlider .carousel-item,
    .hero-slide {
        height: 60vh;
        min-height: 420px;
    }

    .hero-content-wrapper {
        padding: 1rem 1.1rem;
        max-width: 100%;
        border-radius: 18px;
        background: transparent;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        letter-spacing: 0.12em;
    }

    .hero-title {
        font-size: 2.25rem;
        line-height: 1.05;
        letter-spacing: 0.3px;
    }

    .hero-buttons {
        gap: 0.6rem;
        margin-top: 1rem;
    }

    .hero-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }
    
    #mainSlider .carousel-control-prev,
    #mainSlider .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    #mainSlider .carousel-control-prev {
        left: 10px;
    }
    
    #mainSlider .carousel-control-next {
        right: 10px;
    }
    
    #mainSlider .carousel-indicators {
        bottom: 20px;
    }
    
    #mainSlider .carousel-indicators button {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
    
    #mainSlider .carousel-indicators button.active {
        width: 24px;
    }
}

.booking-section {
    margin-top: 0;
    position: relative;
    z-index: 10;
}

.booking-card {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    pointer-events: all;
}

/* Booking Tabs */
.booking-tabs {
    border-bottom: 2px solid #f0f0f0;
    padding: 0 30px;
    margin: 0;
    background: #f8f9fa;
    border-radius: 30px 30px 0 0;
}

.booking-tabs .nav-item {
    margin: 0;
}

.booking-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 20px 25px;
    color: #666;
    font-weight: 500;
    position: relative;
    transition: all 0.3s;
    background: transparent;
}

.booking-tabs .nav-link:hover {
    color: var(--primary-color);
    background: rgba(74, 111, 165, 0.1);
}

.booking-tabs .nav-link.active {
    color: var(--primary-color);
    background: #ffffff;
    border-bottom: 3px solid var(--primary-color);
}

.booking-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-color);
}

/* Booking Form */
.booking-form {
    padding: 25px 30px;
}

.booking-form .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.booking-form .form-control,
.booking-form .form-select {
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 12px 20px;
    transition: all 0.3s;
    font-size: 1rem;
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(74, 111, 165, 0.15);
    outline: none;
}

.booking-form .btn-primary {
    background: linear-gradient(135deg, var(--primary-color), #3d5a7a);
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(74, 111, 165, 0.4);
    transition: all 0.3s;
}

.booking-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 111, 165, 0.5);
    background: linear-gradient(135deg, #3d5a7a, var(--primary-color));
}

/* Tour Cards */
.tour-card {
    transition: all 0.3s;
    border: none !important;
}

/* Blog Cards */
.blog-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.popular-tour-card {
    border-radius: 18px;
    background: #fff;
}

.popular-tour-media img {
    height: 240px;
    object-fit: cover;
    display: block;
}

.badge-recommend {
    background: #ff9f1c;
    color: #fff;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(255, 159, 28, 0.35);
}

.btn-fav {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0,0,0,0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.btn-fav:hover {
    background: #fff;
}

.badge-meta {
    background: rgba(74, 111, 165, 0.9);
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 600;
}

.popular-tour-title {
    font-weight: 800;
    color: #2c3e50;
    line-height: 1.2;
}

.popular-tour-title a {
    color: inherit;
}

.popular-tour-title a:hover {
    color: var(--primary-color);
}

.popular-rating {
    font-weight: 700;
    color: #2c3e50;
}

.popular-tour-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.popular-tour-price .price-now {
    font-size: 1.5rem;
    font-weight: 900;
    color: #2c3e50;
    line-height: 1;
}

.popular-tour-price .price-unit {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6c757d;
    margin-left: 6px;
}

@media (max-width: 768px) {
    .popular-tour-media img {
        height: 210px;
    }
    .popular-tour-price .price-now {
        font-size: 1.35rem;
    }
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
}

.blog-card .card-title a,
.blog-card h5 a {
    color: #2c3e50;
}

.blog-card .card-title a:hover,
.blog-card h5 a:hover {
    color: var(--primary-color);
}

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.tour-card .card-img-top {
    transition: transform 0.5s;
}

.tour-card:hover .card-img-top {
    transform: scale(1.1);
}


/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Mobilde slider yüksekliğini sabitle (alt beyaz boşluk oluşmasını engelle) */
    #mainSlider {
        height: 45vh !important;
        min-height: 300px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        max-width: 100% !important;
    }
    
    #mainSlider .carousel-inner {
        height: 45vh !important;
        min-height: 300px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    #mainSlider .carousel-item {
        height: 45vh !important;
        min-height: 300px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .hero-slide {
        height: 45vh !important;
        min-height: 300px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Mobilde slider kontrollerini daha kompakt yap */
    #mainSlider .carousel-control-prev,
    #mainSlider .carousel-control-next {
        width: 35px !important;
        height: 35px !important;
        opacity: 0.8 !important;
    }
    
    #mainSlider .carousel-control-prev {
        left: 5px !important;
    }
    
    #mainSlider .carousel-control-next {
        right: 5px !important;
    }
    
    #mainSlider .carousel-indicators {
        bottom: 10px !important;
    }
    
    #mainSlider .carousel-indicators button {
        width: 8px !important;
        height: 8px !important;
        margin: 0 3px !important;
    }
    
    #mainSlider .carousel-indicators button.active {
        width: 20px !important;
    }
    
    /* Featured Tours Section - mobilde üst boşluğu azalt */
    section.py-5:first-of-type {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .hero-content-wrapper {
        padding: 1.5rem 1.25rem !important;
        border-radius: 18px;
        margin: 0.75rem !important;
        max-width: 100% !important;
        overflow: visible !important;
        background: transparent !important;
    }
    
    .hero-content {
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    .hero-title {
        font-size: 2.2rem !important;
        margin-bottom: 0.75rem !important;
        line-height: 1.08 !important;
        font-family: var(--hero-display-font) !important;
        font-weight: 400 !important;
        font-style: normal !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        max-width: 100% !important;
        display: block !important;
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
        line-height: 1.4 !important;
        font-weight: 500 !important;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 0.5rem !important;
        margin-top: 1rem !important;
    }
    
    .hero-btn {
        width: 100%;
        padding: 0.5rem 1rem !important;
        font-size: 0.75rem !important;
    }
    
    .booking-section {
        margin-top: 20px;
    }
    
    .booking-card {
        border-radius: 15px;
        margin: 0;
        /* Mobilde daha kompakt ve taşma kontrollü */
        max-height: 78vh;
        overflow-y: auto;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
    
    .booking-tabs {
        padding: 0 10px;
        border-radius: 15px 15px 0 0;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .booking-tabs::-webkit-scrollbar {
        height: 4px;
    }
    
    .booking-tabs::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 2px;
    }
    
    .booking-tabs .nav-item {
        flex-shrink: 0;
    }
    
    .booking-tabs .nav-link {
        padding: 10px 8px;
        font-size: 0.72rem;
        white-space: nowrap;
    }
    
    .booking-tabs .nav-link i {
        display: none;
    }
    
    .booking-form {
        padding: 12px;
    }
    
    .booking-form .form-label {
        font-size: 0.78rem;
        margin-bottom: 5px;
    }
    
    .booking-form .form-label i {
        display: none;
    }
    
    .booking-form .form-control,
    .booking-form .form-select {
        padding: 9px 12px;
        font-size: 0.86rem;
        border-radius: 10px;
    }
    
    .booking-form .row > div {
        margin-bottom: 10px;
    }
    
    .booking-form .btn-primary {
        padding: 10px 16px;
        font-size: 0.86rem;
        border-radius: 10px;
    }
}

/* Çok küçük ekranlar için (576px altı) */
@media (max-width: 576px) {
    .hero-slide {
        height: 45vh !important;
        min-height: 300px !important;
    }
    
    .booking-card {
        max-height: 72vh;
        border-radius: 12px;
    }
    
    .booking-tabs {
        padding: 0 5px;
        border-radius: 12px 12px 0 0;
    }
    
    .booking-tabs .nav-link {
        padding: 9px 6px;
        font-size: 0.68rem;
    }
    
    .booking-form {
        padding: 10px;
    }
    
    .booking-form .form-control,
    .booking-form .form-select {
        padding: 8px 10px;
        font-size: 0.82rem;
    }
    
    .booking-form .btn-primary {
        padding: 10px 14px;
        font-size: 0.82rem;
    }
    
    .booking-form-overlay {
        margin-top: 10px;
        padding: 0 5px;
    }
}

/* Modern Breadcrumb Navigation */
.modern-breadcrumb {
    margin-bottom: 2rem;
    padding: 0;
}

.breadcrumb-modern {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.breadcrumb-item-modern {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.breadcrumb-link {
    display: flex;
    align-items: center;
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    background: rgba(44, 62, 80, 0.05);
}

.breadcrumb-link:hover {
    color: #2c3e50;
    background: rgba(44, 62, 80, 0.1);
    transform: translateY(-2px);
}

.breadcrumb-link i {
    font-size: 0.85rem;
    color: #2c3e50;
}

.breadcrumb-separator {
    color: #dee2e6;
    font-size: 0.75rem;
    margin: 0 0.25rem;
}

.breadcrumb-item-modern.active .breadcrumb-current {
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.1), rgba(52, 73, 94, 0.1));
    border-radius: 8px;
    border-left: 3px solid #2c3e50;
}

/* Responsive Breadcrumb */
@media (max-width: 768px) {
    .breadcrumb-modern {
        gap: 0.25rem;
    }
    
    .breadcrumb-link,
    .breadcrumb-current {
        padding: 0.4rem 0.6rem;
        font-size: 0.85rem;
    }
    
    .breadcrumb-link span,
    .breadcrumb-link i {
        font-size: 0.8rem;
    }
    
    .breadcrumb-separator {
        font-size: 0.65rem;
        margin: 0 0.15rem;
    }
}

/* Testimonials Section */
.testimonials-section {
    position: relative;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-avatar {
    position: relative;
}

.testimonial-avatar::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: #28a745;
    border: 3px solid white;
    border-radius: 50%;
}

.testimonials-section .carousel-indicators {
    margin-top: 2rem;
}

.testimonials-section .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dee2e6;
    border: none;
    margin: 0 5px;
    transition: all 0.3s;
}

.testimonials-section .carousel-indicators button.active {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    width: 30px;
    border-radius: 6px;
}

.testimonials-section .star-rating {
    margin-top: auto;
}

.testimonials-section .star-rating .fa-star {
    font-size: 1rem;
    margin-right: 2px;
}

/* Responsive Testimonials */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 3rem 0 !important;
    }
    
    .testimonials-section h2 {
        font-size: 2rem !important;
    }
    
    .testimonial-card {
        padding: 20px;
        margin-bottom: 1.5rem;
    }
    
    .testimonials-section .carousel-item .row {
        margin: 0;
    }
    
    .testimonials-section .carousel-item .col-md-4 {
        padding: 0 10px;
    }
}

/* ============================================
   Homepage Background Decorations
   ============================================ */

.homepage-bg-decorations {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.bg-decoration {
    position: absolute;
    width: 400px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    transition: opacity 0.3s ease;
    animation: float 20s ease-in-out infinite;
}

.bg-decoration-left {
    left: -100px;
    top: 0;
    background-image: url('../img/bg/tree.png');
    background-position: left center;
    animation-delay: 0s;
}

.bg-decoration-right {
    right: -100px;
    top: 0;
    background-image: url('../img/bg/tower.png');
    background-position: right center;
    animation-delay: 5s;
}

/* Alternatif görseller için pseudo-element'ler */
.bg-decoration-left::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 50px;
    width: 200px;
    height: 200px;
    background-image: url('../img/bg/parasut.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    animation: float 15s ease-in-out infinite;
    animation-delay: 2s;
}

.bg-decoration-right::before {
    content: '';
    position: absolute;
    top: 60%;
    right: 50px;
    width: 180px;
    height: 180px;
    background-image: url('../img/bg/book.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    animation: float 18s ease-in-out infinite;
    animation-delay: 7s;
}

.bg-decoration-left::after {
    content: '';
    position: absolute;
    bottom: 15%;
    left: 80px;
    width: 150px;
    height: 150px;
    background-image: url('../img/bg/map-shape-5.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    animation: float 12s ease-in-out infinite;
    animation-delay: 4s;
}

.bg-decoration-right::after {
    content: '';
    position: absolute;
    bottom: 25%;
    right: 80px;
    width: 160px;
    height: 160px;
    background-image: url('../img/bg/map-shape-6.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    animation: float 14s ease-in-out infinite;
    animation-delay: 6s;
}

/* Floating Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-20px) translateX(10px);
    }
    50% {
        transform: translateY(-10px) translateX(-5px);
    }
    75% {
        transform: translateY(-15px) translateX(8px);
    }
}

/* Ana sayfa içeriğini öne getir */
body.home-page {
    position: relative;
    z-index: 1;
}

body.home-page > *:not(.homepage-bg-decorations) {
    position: relative;
    z-index: 1;
}

/* Tüm sayfalar için background dekorasyonları */
.page-bg-decorations {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.page-bg-decorations .bg-decoration {
    position: absolute;
    width: 400px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.12;
    transition: opacity 0.3s ease;
    animation: float 20s ease-in-out infinite;
}

.page-bg-decorations .bg-decoration-left {
    left: -100px;
    top: 0;
    background-image: url('../img/bg/tree.png');
    background-position: left center;
    animation-delay: 0s;
}

.page-bg-decorations .bg-decoration-right {
    right: -100px;
    top: 0;
    background-image: url('../img/bg/tower.png');
    background-position: right center;
    animation-delay: 5s;
}

/* Alternatif görseller için pseudo-element'ler */
.page-bg-decorations .bg-decoration-left::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 50px;
    width: 200px;
    height: 200px;
    background-image: url('../img/bg/parasut.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    animation: float 15s ease-in-out infinite;
    animation-delay: 2s;
}

.page-bg-decorations .bg-decoration-right::before {
    content: '';
    position: absolute;
    top: 60%;
    right: 50px;
    width: 180px;
    height: 180px;
    background-image: url('../img/bg/book.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    animation: float 18s ease-in-out infinite;
    animation-delay: 7s;
}

.page-bg-decorations .bg-decoration-left::after {
    content: '';
    position: absolute;
    bottom: 15%;
    left: 80px;
    width: 150px;
    height: 150px;
    background-image: url('../img/bg/map-shape-5.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.12;
    animation: float 12s ease-in-out infinite;
    animation-delay: 4s;
}

.page-bg-decorations .bg-decoration-right::after {
    content: '';
    position: absolute;
    bottom: 25%;
    right: 80px;
    width: 160px;
    height: 160px;
    background-image: url('../img/bg/map-shape-6.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.12;
    animation: float 14s ease-in-out infinite;
    animation-delay: 6s;
}

/* Sayfa içeriğini öne getir */
body > *:not(.page-bg-decorations):not(.homepage-bg-decorations) {
    position: relative;
    z-index: 1;
}

/* Responsive - Mobilde gizle veya küçült */
@media (max-width: 1200px) {
    .page-bg-decorations .bg-decoration {
        width: 300px;
        opacity: 0.08;
    }
    
    .page-bg-decorations .bg-decoration-left {
        left: -150px;
    }
    
    .page-bg-decorations .bg-decoration-right {
        right: -150px;
    }
}

@media (max-width: 992px) {
    .page-bg-decorations .bg-decoration {
        width: 250px;
        opacity: 0.06;
    }
    
    .page-bg-decorations .bg-decoration-left {
        left: -180px;
    }
    
    .page-bg-decorations .bg-decoration-right {
        right: -180px;
    }
    
    .page-bg-decorations .bg-decoration-left::before,
    .page-bg-decorations .bg-decoration-left::after,
    .page-bg-decorations .bg-decoration-right::before,
    .page-bg-decorations .bg-decoration-right::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .page-bg-decorations {
        display: none;
    }
}

/* Responsive - Mobilde gizle veya küçült */
@media (max-width: 1200px) {
    .bg-decoration {
        width: 300px;
        opacity: 0.1;
    }
    
    .bg-decoration-left {
        left: -150px;
    }
    
    .bg-decoration-right {
        right: -150px;
    }
}

@media (max-width: 992px) {
    .bg-decoration {
        width: 250px;
        opacity: 0.08;
    }
    
    .bg-decoration-left {
        left: -180px;
    }
    
    .bg-decoration-right {
        right: -180px;
    }
    
    .bg-decoration-left::before,
    .bg-decoration-left::after,
    .bg-decoration-right::before,
    .bg-decoration-right::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .homepage-bg-decorations {
        display: none;
    }
}

/* ============================================
   Modern Tour Detail Page Styles
   ============================================ */

/* Tour Summary Bar */
.tour-summary-bar {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.05), rgba(52, 73, 94, 0.05));
    padding: 1.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border: 1px solid rgba(44, 62, 80, 0.1);
}

.summary-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.summary-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.summary-item i {
    font-size: 1.75rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(44, 62, 80, 0.1);
    border-radius: 10px;
}

.summary-item strong {
    display: block;
    color: #2c3e50;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.summary-item small {
    color: #6c757d;
    font-size: 0.85rem;
}

/* Modern Tour Summary Bar - Tek Hizada */
.tour-summary-bar-modern {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(44, 62, 80, 0.08);
    border: 1px solid rgba(44, 62, 80, 0.1);
}

.summary-items-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: nowrap;
}

.summary-item-modern {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    padding: 0.6rem 0.75rem;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.03), rgba(52, 73, 94, 0.03));
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(44, 62, 80, 0.08);
}

.summary-item-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.12);
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.05), rgba(52, 73, 94, 0.05));
}

.summary-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 8px;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.2);
}

.summary-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.summary-content strong {
    color: #2c3e50;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.summary-content small {
    display: none !important;
}

/* Responsive */
@media (max-width: 992px) {
    .summary-items-row {
        gap: 1rem;
    }
    
    .summary-item-modern {
        min-width: calc(50% - 0.5rem);
        flex: 0 0 calc(50% - 0.5rem);
    }
}

@media (max-width: 768px) {
    .tour-summary-bar-modern {
        padding: 0.5rem;
    }
    
    .summary-items-row {
        gap: 0.25rem;
        flex-wrap: nowrap !important;
        overflow: visible !important;
        justify-content: space-between;
        padding-bottom: 0;
    }
    
    .summary-item-modern {
        min-width: auto !important;
        max-width: none !important;
        flex: 1 1 0 !important;
        padding: 0.4rem 0.5rem;
    }
    
    .summary-icon {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
        flex-shrink: 0;
    }
    
    .summary-content {
        gap: 0;
    }
    
    .summary-content strong {
        font-size: 0.7rem !important;
        line-height: 1.2;
    }
    
    .summary-content small {
        display: none !important;
    }
    
    .summary-item-modern {
        gap: 0.35rem;
    }
}

/* Kategori Gösterimi - Öne Çıkan Turlar Üstü */
.categories-showcase,
.categories-slider-wrapper {
    padding: 2rem 0;
}

/* Kategoriler Slider */
#categoriesCarousel,
#categoriesCarouselMobile {
    position: relative;
}

#categoriesCarousel .carousel-item {
    transition: transform 0.6s ease-in-out;
}

#categoriesCarouselMobile .carousel-item {
    transition: transform 0.8s ease-in-out;
    touch-action: pan-y pinch-zoom;
}

#categoriesCarouselMobile .carousel-inner {
    touch-action: pan-y;
}

#categoriesCarousel .carousel-control-prev,
#categoriesCarousel .carousel-control-next,
#categoriesCarouselMobile .carousel-control-prev,
#categoriesCarouselMobile .carousel-control-next {
    width: 45px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 5;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#categoriesCarousel .carousel-control-prev,
#categoriesCarouselMobile .carousel-control-prev {
    left: -20px;
}

#categoriesCarousel .carousel-control-next,
#categoriesCarouselMobile .carousel-control-next {
    right: -20px;
}

#categoriesCarousel .carousel-control-prev:hover,
#categoriesCarousel .carousel-control-next:hover,
#categoriesCarouselMobile .carousel-control-prev:hover,
#categoriesCarouselMobile .carousel-control-next:hover {
    opacity: 1;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

#categoriesCarousel .carousel-control-prev-icon,
#categoriesCarousel .carousel-control-next-icon,
#categoriesCarouselMobile .carousel-control-prev-icon,
#categoriesCarouselMobile .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    filter: invert(1) brightness(0.3);
}

.category-card-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

.category-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.category-image-wrapper {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.75rem;
    border: 3px solid var(--primary-color);
    padding: 3px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.category-card-modern:hover .category-image {
    transform: scale(1.1);
}

.category-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 0.5rem;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.category-card-modern:hover .category-name {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .categories-showcase,
    .categories-slider-wrapper {
        padding: 1.5rem 0;
    }
    
    .category-image-wrapper {
        width: 110px;
        height: 110px;
    }
    
    .category-name {
        font-size: 0.75rem;
    }
    
    .category-card-modern {
        padding: 0.75rem 0.5rem;
    }
    
    /* Mobilde kategoriler slider kontrolleri */
    #categoriesCarouselMobile .carousel-control-prev,
    #categoriesCarouselMobile .carousel-control-next {
        width: 35px;
        height: 35px;
    }
    
    #categoriesCarouselMobile .carousel-control-prev {
        left: -10px;
    }
    
    #categoriesCarouselMobile .carousel-control-next {
        right: -10px;
    }
    
    #categoriesCarouselMobile .carousel-control-prev-icon,
    #categoriesCarouselMobile .carousel-control-next-icon {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }
}

/* Tour Section */
.tour-section {
    margin-bottom: 3rem;
}

.section-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid rgba(44, 62, 80, 0.1);
}

.tour-section .content {
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
}

/* Tour Details Accordion */
.tour-details-accordion {
    margin-bottom: 2rem;
}

.tour-details-accordion .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.tour-details-accordion .accordion-button {
    background-color: #f8f9fa;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.875rem 1.25rem;
    border: none;
    box-shadow: none;
}

.tour-details-accordion .accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: white;
    box-shadow: none;
}

.tour-details-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.tour-details-accordion .accordion-body {
    padding: 1.25rem;
    background-color: #fff;
}

.tour-detail-content {
    color: #555;
    line-height: 1.6;
    font-size: 0.875rem;
}

.tour-detail-content p {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}

.tour-detail-content h1,
.tour-detail-content h2,
.tour-detail-content h3,
.tour-detail-content h4,
.tour-detail-content h5,
.tour-detail-content h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--secondary-color);
}

.tour-detail-content ul,
.tour-detail-content ol {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    font-size: 0.875rem;
}

.tour-detail-content li {
    margin-bottom: 0.4rem;
    font-size: 0.875rem;
}

.tour-detail-content strong {
    font-weight: 600;
    font-size: 0.875rem;
}

.tour-detail-content .tour-day {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tour-detail-content .tour-day:last-child {
    border-bottom: none;
}

.tour-detail-content .day-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.tour-detail-content .day-content {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    color: #555;
}

/* Partners Section */
.partners-showcase {
    padding: 2rem 0;
}

.partner-item {
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.partner-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.partner-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

.partner-logo {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-item:hover .partner-logo {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 768px) {
    .partners-showcase {
        padding: 1.5rem 0;
    }
    
    .partner-item {
        padding: 1rem;
        min-height: 100px;
    }
    
    .partner-logo {
        max-height: 60px;
    }
}

/* Rezervasyon İletişim Butonları */
.reservation-contact-buttons {
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.reservation-contact-btn {
    padding: 0.75rem 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.reservation-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.reservation-contact-btn.btn-success {
    background: linear-gradient(135deg, #25D366, #128C7E);
    border: none;
    color: white;
}

.reservation-contact-btn.btn-success:hover {
    background: linear-gradient(135deg, #128C7E, #25D366);
    color: white;
}

.reservation-contact-btn.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border: none;
}

.reservation-contact-btn i {
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .reservation-contact-btn {
        padding: 0.65rem 0.75rem;
        font-size: 0.9rem;
    }
    
    .reservation-contact-btn i {
        font-size: 1rem;
    }
}

/* Included/Excluded Lists */
.included-list,
.excluded-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.included-list li,
.excluded-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.included-list li:hover,
.excluded-list li:hover {
    padding-left: 0.5rem;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

.included-list li:last-child,
.excluded-list li:last-child {
    border-bottom: none;
}

.included-list li i,
.excluded-list li i {
    font-size: 1rem;
    margin-right: 0.75rem;
}

/* Tour Plan */
.tour-plan {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid #2c3e50;
}

.tour-day {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.day-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(44, 62, 80, 0.1);
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.05), rgba(52, 73, 94, 0.05));
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin: -1.5rem -1.5rem 1rem -1.5rem;
}

.day-content {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

/* Modern Booking Widget */
.booking-widget-modern {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-width: 100%;
    z-index: 10;
    height: fit-content;
    position: relative;
}

@media (min-width: 992px) {
    .booking-widget-modern {
        position: sticky !important;
        top: 120px !important;
        align-self: flex-start !important;
        margin-top: 0 !important;
    }
    
    .tour-detail-booking {
        position: relative !important;
    }
}

/* Tur Detay - Desktop'ta rezervasyon kutusu sağda sticky kalsın (Bootstrap grid ile) */
@media (min-width: 992px) {
    .tour-detail-booking .booking-widget-modern {
        position: sticky !important;
        top: 120px !important;
    }
}

.booking-widget-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(44, 62, 80, 0.1);
}

.booking-widget-title i {
    color: #2c3e50;
}

.booking-field {
    margin-bottom: 1.5rem;
}

.booking-label {
    display: flex;
    align-items: center;
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.booking-label i {
    margin-right: 0.5rem;
    color: #2c3e50;
}

.booking-input {
    border: 2px solid rgba(44, 62, 80, 0.1);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s;
}

.booking-input:focus {
    border-color: #2c3e50;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.15);
    outline: none;
}

/* Time Options */
.time-options {
    display: flex;
    gap: 1rem;
}

.time-options .form-check {
    flex: 1;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px solid rgba(44, 62, 80, 0.1);
    transition: all 0.3s;
}

.time-options .form-check:hover {
    border-color: #2c3e50;
    background: rgba(44, 62, 80, 0.05);
}

.time-options .form-check-input:checked {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.time-options .form-check-label {
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #2c3e50;
}

/* Ticket Items */
.ticket-item {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid rgba(44, 62, 80, 0.1);
}

.ticket-item strong {
    color: #2c3e50;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 0.25rem;
}

.ticket-counter {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ticket-counter .btn {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid rgba(44, 62, 80, 0.2);
    transition: all 0.3s;
}

.ticket-counter .btn:hover {
    background: #2c3e50;
    color: white;
    border-color: #2c3e50;
}

.ticket-input {
    width: 60px;
    text-align: center;
    border: 2px solid rgba(44, 62, 80, 0.1);
    border-radius: 8px;
    font-weight: 600;
    color: #2c3e50;
}

/* Booking Total */
.booking-total {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.05), rgba(52, 73, 94, 0.05));
    padding: 1.5rem;
    border-radius: 15px;
    border: 2px solid rgba(44, 62, 80, 0.1);
}

.total-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

.total-amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
}

/* Booking Button */
.booking-btn {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border: none;
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 12px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}

.booking-btn:hover {
    background: linear-gradient(135deg, #34495e, #2c3e50);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
}

.booking-btn:active {
    transform: translateY(0);
}

/* Tur Detay - İletişim Butonları */
.tour-contact-buttons {
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tour-contact-btn {
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
}

.tour-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.tour-whatsapp-btn {
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
    color: #fff !important;
}

.tour-whatsapp-btn:hover {
    background: linear-gradient(135deg, #128C7E, #25D366) !important;
    color: #fff !important;
}

.tour-phone-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color)) !important;
    color: #fff !important;
}

.tour-phone-btn:hover {
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color)) !important;
    color: #fff !important;
}

.tour-contact-btn i {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .tour-contact-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }
    
    .tour-contact-btn i {
        font-size: 1.1rem;
    }
}

/* Responsive Tour Detail */
@media (max-width: 767px) {
    .booking-widget-modern {
        position: relative !important;
        top: 0 !important;
        margin-top: 2rem;
        align-self: flex-start;
    }
    
    .tour-summary-bar .row {
        gap: 1rem;
    }
    
    .summary-item {
        padding: 0.5rem;
    }
    
    .summary-item i {
        font-size: 1.5rem;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.5rem;
    }
    
    .booking-widget-modern {
        padding: 1.5rem;
    }
    
    .booking-widget-title {
        font-size: 1.25rem;
    }
    
    .tour-plan {
        padding: 1.5rem;
    }
    
    .day-title {
        font-size: 1.1rem;
        padding: 0.5rem 0.75rem;
    }
    
    .total-amount {
        font-size: 1.5rem;
    }
}

/* Blog Card Modern Styles */
.blog-card-modern {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none !important;
}

.blog-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.blog-image-link {
    display: block;
    overflow: hidden;
    border-radius: 1rem 1rem 0 0;
}

.blog-card-image {
    transition: transform 0.5s ease;
}

.blog-card-modern:hover .blog-card-image {
    transform: scale(1.1);
}

.blog-card-modern .card-body h5 a {
    transition: color 0.3s ease;
}

.blog-card-modern .card-body h5 a:hover {
    color: var(--primary-color) !important;
}

.blog-card-modern .btn-primary {
    transition: all 0.3s ease;
}

.blog-card-modern .btn-primary:hover {
    transform: translateX(5px);
}

/* Blog Carousel Controls */
#blogCarousel .carousel-control-prev,
#blogCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

#blogCarousel .carousel-control-prev:hover,
#blogCarousel .carousel-control-next:hover {
    opacity: 1;
    background: white;
}

#blogCarousel .carousel-control-prev {
    left: -25px;
}

#blogCarousel .carousel-control-next {
    right: -25px;
}

#blogCarousel .carousel-control-prev-icon,
#blogCarousel .carousel-control-next-icon {
    filter: invert(1);
    opacity: 0.7;
}

#blogCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

#blogCarousel .carousel-indicators button.active {
    background-color: var(--primary-color);
}

/* Responsive Blog Cards */
@media (max-width: 768px) {
    .blog-card-modern .card-body {
        padding: 1.5rem !important;
    }
    
    .blog-card-image {
        height: 200px !important;
    }
    
    #blogCarousel .carousel-control-prev {
        left: 10px;
    }
    
    #blogCarousel .carousel-control-next {
        right: 10px;
    }
}

.blog-date-badge,
.blog-view-badge {
    background: rgba(74, 111, 165, 0.1);
    color: var(--primary-color);
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.blog-view-badge {
    background: rgba(90, 143, 199, 0.1);
}

.blog-card-modern .card-body {
    padding: 1.5rem;
}

.blog-card-modern .card-title a {
    color: var(--secondary-color);
    font-weight: 600;
    transition: color 0.3s;
}

.blog-card-modern .card-title a:hover {
    color: var(--primary-color);
}

/* Modern Tour Card Styles */

/* Cart Page Wrapper */
.cart-page-wrapper {
    position: relative;
    min-height: 100vh;
    z-index: 1;
}

.cart-page-wrapper .container {
    position: relative;
    z-index: 1;
}

/* Cart Page - Tours Scroll */
.cart-tours-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.cart-tours-scroll::-webkit-scrollbar {
    height: 6px;
}

.cart-tours-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.cart-tour-card {
    flex: 0 0 260px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    color: inherit;
}

.cart-tour-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.cart-tour-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.cart-tour-body {
    padding: 14px 14px 16px;
}

.cart-tour-title {
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1.35;
    min-height: 2.7em; /* 2 satır */
}

.cart-tour-meta {
    font-size: 0.85rem;
    color: rgba(44, 62, 80, 0.7);
}

.cart-tour-price {
    font-weight: 700;
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .cart-tour-card {
        flex-basis: 220px;
    }
    .cart-tour-image img {
        height: 140px;
    }
    .cart-tour-title {
        font-size: 0.95rem;
    }
}
.modern-tour-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none !important;
    min-width: 0; /* Flexbox için önemli */
}

.modern-tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.modern-tour-image {
    transition: transform 0.5s ease;
    width: 100%;
}

.modern-tour-card:hover .modern-tour-image {
    transform: scale(1.05);
}

/* Tur kartları için daha geniş görünüm */
.tour-list-container .row {
    margin-left: -8px;
    margin-right: -8px;
}

.tour-list-container .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.tour-list-container .modern-tour-card .card-body {
    padding: 1.25rem !important;
}

.tour-list-container .modern-tour-card {
    max-width: 100%;
    min-width: 0;
}

/* Tur kartları içeriği daha kompakt */
.tour-list-container .modern-tour-card .card-title {
    font-size: 1.1rem;
    margin-bottom: 0.75rem !important;
}

.tour-list-container .modern-tour-card .tour-details {
    margin-bottom: 0.75rem !important;
    font-size: 0.8rem;
}

.tour-list-container .modern-tour-card .tour-pricing {
    margin-bottom: 0.75rem !important;
}

.tour-list-container .modern-tour-card .tour-pricing .fs-4 {
    font-size: 1.25rem !important;
}

.tour-list-container .modern-tour-card .platform-logos {
    margin-bottom: 0.75rem !important;
}

.tour-list-container .modern-tour-card .booking-info {
    margin-top: 0.5rem;
}

/* Badge Styles */
.badge-recommended {
    background: linear-gradient(135deg, #4a6fa5, #5a8fc7) !important;
    color: white;
    font-weight: 600;
    padding: 8px 16px;
    font-size: 0.85rem;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(74, 111, 165, 0.3);
}

.badge-reservations {
    background: rgba(74, 111, 165, 0.9) !important;
    color: white;
    font-weight: 500;
    padding: 8px 12px;
    font-size: 0.8rem;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Tur Detay Galeri - Desktop */
.tour-gallery-desktop {
    display: block;
}

.tour-gallery-desktop .tour-main-image img {
    transition: transform 0.3s ease;
}

.tour-gallery-desktop .tour-main-image img:hover {
    transform: scale(1.02);
}

.tour-gallery-desktop .tour-thumbnails img {
    transition: all 0.3s ease;
}

.tour-gallery-desktop .tour-thumbnails img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Tur Detay Galeri - Mobil Slider */
.tour-gallery-mobile {
    display: block;
}

.tour-gallery-mobile .carousel {
    border-radius: 10px;
    overflow: hidden;
}

.tour-gallery-mobile .carousel-inner {
    border-radius: 10px;
}

.tour-gallery-mobile .carousel-control-prev,
.tour-gallery-mobile .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.tour-gallery-mobile .carousel-control-prev {
    left: 10px;
}

.tour-gallery-mobile .carousel-control-next {
    right: 10px;
}

.tour-gallery-mobile .carousel-indicators {
    bottom: 10px;
    margin: 0;
}

.tour-gallery-mobile .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
}

@media (min-width: 768px) {
    .tour-gallery-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .tour-gallery-desktop {
        display: none !important;
    }
}

.badge-reservations i {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Favorite Button */
.btn-favorite {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-favorite:hover {
    background: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-favorite i {
    color: #333;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.btn-favorite:hover i,
.btn-favorite.active i {
    color: #e74c3c;
}

.btn-favorite.active i {
    font-weight: 900;
}

/* Platform Logos */
.platform-logos {
    min-height: 25px;
}

.platform-badge {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    color: #666;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.platform-badge:hover {
    background: rgba(0, 0, 0, 0.1);
    color: var(--primary-color);
    transform: scale(1.1);
}

/* Tour Details */
.tour-details span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.tour-details i {
    font-size: 0.9rem;
}

/* Tour Pricing */
.tour-pricing .text-danger {
    font-size: 1.75rem;
    font-weight: 700;
}

.tour-pricing .badge {
    font-size: 0.85rem;
    padding: 6px 12px;
    font-weight: 600;
}

/* Booking Info */
.booking-info {
    border-top: 1px solid #e9ecef;
    padding-top: 12px;
    line-height: 1.6;
}

.booking-info i {
    color: var(--primary-color);
}

/* Tur Listesi Container - Daha geniş kartlar için */
.tour-list-container .row {
    margin-left: -10px;
    margin-right: -10px;
}

.tour-list-container .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.tour-list-container .modern-tour-card {
    width: 100%;
    min-width: 0;
}

.tour-list-container .modern-tour-card .card-body {
    padding: 1.75rem !important;
}

/* Responsive Modern Tour Cards */
@media (max-width: 991px) {
    .tour-list-container .modern-tour-card .card-body {
        padding: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .modern-tour-image {
        height: 220px !important;
    }
    
    .badge-recommended,
    .badge-reservations {
        font-size: 0.75rem;
        padding: 6px 10px;
    }
    
    .btn-favorite {
        width: 35px;
        height: 35px;
    }
    
    .tour-pricing .text-danger {
        font-size: 1.5rem;
    }
    
    .platform-logos {
        flex-wrap: wrap;
    }
    
    .tour-details {
        font-size: 0.85rem;
    }
    
    .tour-list-container .modern-tour-card .card-body {
        padding: 1.25rem !important;
    }
}

/* ============================================
   Blog Detail Page Styles
   ============================================ */

/* Blog detay sayfası sidebar düzeltmeleri */
.blog-detail-sidebar {
    position: relative;
}

.blog-detail-sidebar .sticky-top {
    position: sticky;
    top: 20px;
    z-index: 1;
}

/* Mobilde sticky'yi kaldır */
@media (max-width: 991px) {
    .blog-detail-sidebar .sticky-top {
        position: relative;
        top: 0;
    }
}

/* Blog detay sidebar kartları */
.blog-detail-sidebar .card {
    margin-bottom: 1.5rem;
}

.blog-detail-sidebar .card:last-child {
    margin-bottom: 0;
}

/* Sidebar tur kartları hover efekti */
.blog-detail-sidebar a:hover {
    opacity: 0.9;
}

.blog-detail-sidebar a:hover .fw-semibold {
    color: var(--primary-color) !important;
}

/* ============================================
   Modal Genişlik Ayarları
   ============================================ */

/* Bootstrap Modal genişlik artırma */
.modal-dialog {
    max-width: 90%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 85%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 75%;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 70%;
    }
}

/* Modal Large için daha geniş */
.modal-dialog.modal-lg {
    max-width: 90%;
}

@media (min-width: 992px) {
    .modal-dialog.modal-lg {
        max-width: 85%;
    }
}

/* Modal XL için çok geniş */
.modal-dialog.modal-xl {
    max-width: 95%;
}

@media (min-width: 992px) {
    .modal-dialog.modal-xl {
        max-width: 90%;
    }
}

/* Tur bilgileri modalı için özel genişlik */
.modal-tour-info .modal-dialog {
    max-width: 90%;
}

@media (min-width: 768px) {
    .modal-tour-info .modal-dialog {
        max-width: 85%;
    }
}

@media (min-width: 992px) {
    .modal-tour-info .modal-dialog {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .modal-tour-info .modal-dialog {
        max-width: 75%;
    }
}


