/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Top Bar Styles */
.top-bar {
    background: #ffffff !important;
    color: #493628 !important;
    padding: 6px 0;
    font-size: 13px;
    position: relative;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(73, 54, 40, 0.1);
}

/* Top Bar içindeki tüm elementler için renk zorlaması */
.top-bar * {
    color: #493628 !important;
}

.top-bar .contact-info,
.top-bar .phone-info {
    color: #493628 !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.top-bar .contact-info span,
.top-bar .phone-info span {
    color: #493628 !important;
}

/* Oda sayfalarındaki inline CSS'leri geçersiz kılmak için */
.top-bar,
.top-bar *,
.top-bar a,
.top-bar i,
.top-bar span {
    color: #493628 !important;
}

/* Top bar içindeki tüm ikonlar için */
.top-bar i {
    color: #AB886D !important;
}

.top-bar .social-link i {
    color: #493628 !important;
}

.top-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgba(73, 54, 40, 0.05) 0%, 
        rgba(171, 136, 109, 0.05) 50%, 
        rgba(73, 54, 40, 0.05) 100%);
    pointer-events: none;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.top-bar-left,
.top-bar-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.top-bar-left {
    justify-content: center;
    margin-left: 200px;
}

.top-bar-right {
    justify-content: flex-end;
}

.right-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-info,
.phone-info {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #493628 !important;
    transition: all 0.3s ease;
}

.contact-info:hover,
.phone-info:hover {
    color: #AB886D !important;
    transform: translateY(-1px);
}

/* Top bar içindeki tüm linkler için */
.top-bar a {
    color: #493628 !important;
}

.top-bar a:hover {
    color: #AB886D !important;
}

.contact-info i,
.phone-info i {
    color: #AB886D !important;
    font-size: 14px;
    transition: all 0.3s ease;
}

.contact-info:hover i,
.phone-info:hover i {
    color: #493628 !important;
    transform: scale(1.1);
}

.social-links {
    display: flex;
    gap: 8px;
    align-items: center;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(73, 54, 40, 0.1) !important;
    border-radius: 50%;
    color: #493628 !important;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Top bar sosyal medya linkleri için özel kurallar */
.top-bar .social-link {
    color: #493628 !important;
    background: rgba(73, 54, 40, 0.1) !important;
}

.top-bar .social-link i {
    color: #493628 !important;
}

/* Oda sayfalarındaki inline CSS'leri tamamen geçersiz kılmak için */
body .top-bar,
body .top-bar *,
body .top-bar a,
body .top-bar i,
body .top-bar span,
body .top-bar div {
    color: #493628 !important;
}

body .top-bar i {
    color: #AB886D !important;
}

body .top-bar .social-link i {
    color: #493628 !important;
}

body .top-bar .contact-info i,
body .top-bar .phone-info i {
    color: #AB886D !important;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.social-link:hover::before {
    left: 100%;
}

.social-link:hover {
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.social-link.facebook:hover {
    background: #3b5998 !important;
    color: white !important;
}

.social-link.facebook:hover i {
    color: white !important;
}

.top-bar .social-link.facebook:hover {
    background: #3b5998 !important;
    color: white !important;
}

.top-bar .social-link.facebook:hover i {
    color: white !important;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: white !important;
}

.social-link.instagram:hover i {
    color: white !important;
}

.top-bar .social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: white !important;
}

.top-bar .social-link.instagram:hover i {
    color: white !important;
}

.social-link.twitter:hover {
    background: #1da1f2 !important;
    color: white !important;
}

.social-link.twitter:hover i {
    color: white !important;
}

.top-bar .social-link.twitter:hover {
    background: #1da1f2 !important;
    color: white !important;
}

.top-bar .social-link.twitter:hover i {
    color: white !important;
}

.social-link.whatsapp:hover {
    background: #25d366 !important;
    color: white !important;
}

.social-link.whatsapp:hover i {
    color: white !important;
}

.top-bar .social-link.whatsapp:hover {
    background: #25d366 !important;
    color: white !important;
}

.top-bar .social-link.whatsapp:hover i {
    color: white !important;
}

/* Oda sayfalarındaki inline CSS'leri geçersiz kılmak için hover durumları */
body .top-bar .social-link.facebook:hover {
    background: #3b5998 !important;
    color: white !important;
}

body .top-bar .social-link.facebook:hover i {
    color: white !important;
}

body .top-bar .social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: white !important;
}

body .top-bar .social-link.instagram:hover i {
    color: white !important;
}

body .top-bar .social-link.twitter:hover {
    background: #1da1f2 !important;
    color: white !important;
}

body .top-bar .social-link.twitter:hover i {
    color: white !important;
}

body .top-bar .social-link.whatsapp:hover {
    background: #25d366 !important;
    color: white !important;
}

body .top-bar .social-link.whatsapp:hover i {
    color: white !important;
}

.social-link i {
    font-size: 14px;
    transition: all 0.3s ease;
    color: #493628 !important;
}

.social-link:hover i {
    transform: rotate(360deg);
}

/* Top Bar Responsive */
@media (max-width: 768px) {
    .top-bar {
        padding: 4px 0;
        font-size: 11px;
    }
    
    .top-bar-content {
        flex-direction: column;
        gap: 6px;
    }
    
    .top-bar-left,
    .top-bar-right {
        justify-content: center;
        width: 100%;
    }
    
    .right-content {
        gap: 15px;
    }
    
    .contact-info span,
    .phone-info span {
        font-size: 10px;
    }
    
    .social-links {
        gap: 6px;
    }
    
    .social-link {
        width: 28px;
        height: 28px;
    }
    
    .social-link i {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .top-bar {
        padding: 3px 0;
    }
    
    .contact-info span {
        display: none;
    }
    
    .right-content {
        gap: 10px;
    }
    
    .phone-info span {
        font-size: 9px;
    }
    
    .social-links {
        gap: 4px;
    }
    
    .social-link {
        width: 26px;
        height: 26px;
    }
    
    .social-link i {
        font-size: 11px;
    }
}

/* TOP BAR RENK ZORLAMASI - TÜM DİĞER KURALLARI GEÇERSİZ KILAR */
html body .top-bar,
html body .top-bar *,
html body .top-bar a,
html body .top-bar i,
html body .top-bar span,
html body .top-bar div,
html body .top-bar .contact-info,
html body .top-bar .phone-info,
html body .top-bar .social-link,
html body .top-bar .social-links {
    color: #493628 !important;
}

/* TOP BAR CONTACT-INFO ARKA PLAN KALDIRMA */
html body .top-bar .contact-info,
html body .top-bar .phone-info {
    background: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

html body .top-bar i {
    color: #AB886D !important;
}

html body .top-bar .social-link i {
    color: #493628 !important;
}

html body .top-bar .contact-info i,
html body .top-bar .phone-info i {
    color: #AB886D !important;
}

/* Hover durumları için */
html body .top-bar .social-link.facebook:hover {
    background: #3b5998 !important;
    color: white !important;
}

html body .top-bar .social-link.facebook:hover i {
    color: white !important;
}

html body .top-bar .social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: white !important;
}

html body .top-bar .social-link.instagram:hover i {
    color: white !important;
}

html body .top-bar .social-link.twitter:hover {
    background: #1da1f2 !important;
    color: white !important;
}

html body .top-bar .social-link.twitter:hover i {
    color: white !important;
}

html body .top-bar .social-link.whatsapp:hover {
    background: #25d366 !important;
    color: white !important;
}

html body .top-bar .social-link.whatsapp:hover i {
    color: white !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

body {
    font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #493628;
    overflow-x: hidden;
    background: transparent;
    text-align: left !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
}

html {
    text-align: left !important;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    text-align: left !important;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

/* Modern Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #E4E0E1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #493628, #AB886D);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #AB886D, #D6C0B3);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


/* Main Header */
.main-header {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.95) 100%), 
                url('img/slider.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    backdrop-filter: blur(40px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1000;
    border-bottom: none;
    padding: 1px 0;
    transition: all 0.3s ease;
}

/* Sticky Header - Scroll sırasında aktif olacak */
.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.98) 100%);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: 0.5px 0;
}

/* Sticky durumda logo boyutunu sabit tut */
.main-header.sticky .logo-section {
    height: 80px; /* Normal boyutta kal */
}

.main-header.sticky .logo img {
    height: 120px; /* Normal boyutta kal */
    width: 120px; /* Genişliği de sabit tut */
}

/* Sticky durumda hamburger menü küçültme */
.main-header.sticky .mobile-menu-toggle {
    min-width: 25px;
    min-height: 25px;
    padding: 3px;
}

.main-header.sticky .mobile-menu-toggle span {
    width: 16px;
    height: 2px;
}

/* Sticky durumda rezervasyon butonu küçültme */
.main-header.sticky .reservation-btn {
    font-size: 0.6rem;
    padding: 5px 10px;
}

/* Sticky durumda dil bayrakları küçültme */
.main-header.sticky .language-flags .lang-flag {
    width: 30px;
    height: 30px;
    font-size: 16px;
}

/* Mobil cihazlarda sticky header ayarları */
@media (max-width: 768px) {
    .main-header.sticky {
        padding: 0.3px 0;
    }
    
    .main-header.sticky .logo-section {
        height: 55px; /* Normal mobil boyutta kal */
    }
    
    .main-header.sticky .logo img {
        height: 60px; /* Normal mobil boyutta kal */
        width: 60px; /* Genişliği de sabit tut */
    }
    
    .main-header.sticky .mobile-menu-toggle {
        min-width: 22px;
        min-height: 22px;
        padding: 2px;
    }
    
    .main-header.sticky .mobile-menu-toggle span {
        width: 14px;
        height: 2px;
    }
    
    .main-header.sticky .reservation-btn {
        font-size: 0.55rem;
        padding: 4px 8px;
    }
    
    .main-header.sticky .language-flags .lang-flag {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    
    .main-header.sticky .language-flags .lang-flag img {
        width: 18px !important;
        height: 18px !important;
    }
    
    /* Mobilde normal flag icon boyutları */
    .language-flags .lang-flag {
        width: 32px !important;
        height: 32px !important;
    }
    
    .language-flags .lang-flag img {
        width: 20px !important;
        height: 20px !important;
    }
}

.main-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/slider.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: blur(2px) contrast(0.5) brightness(0.3);
    z-index: -1;
}

/* Scroll effect for header */
.main-header.scrolled {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.98) 100%), 
                url('img/slider.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    backdrop-filter: blur(50px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.main-header.scrolled::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/slider.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: blur(3px) contrast(0.4) brightness(0.2);
    z-index: -1;
}

.nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}



.logo-section {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    height: 80px;
    overflow: visible;
    position: relative;
    z-index: 1002;
}


.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    background: none;
    border: none;
    gap: 3px;
    pointer-events: auto;
    position: relative;
    z-index: 1201;
}

.mobile-menu-toggle span {
    width: 16px;
    height: 3px;
    background: #c5a477;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1003;
}

.logo img {
    height: 120px;
    width: 120px;
    border-radius: 25px;
    object-fit: cover;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3), 
                0 4px 15px rgba(197, 164, 119, 0.2),
                0 0 0 3px rgba(255, 255, 255, 0.1);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4));
}

.logo:hover {
    transform: scale(1.05);
}

.logo:hover img {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0,0,0,0.4), 
                0 6px 20px rgba(197, 164, 119, 0.3),
                0 0 0 3px rgba(255, 255, 255, 0.2);
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.5));
}

.nav-links {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: center;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    transition: color 0.3s ease;
    position: relative;
}

.nav-links li {
    position: relative;
}

/* Dropdown Menu */
.dropdown {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 30px;
    width: 90vw;
    max-width: 1200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-links li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.dropdown-text {
    flex: 0 0 300px;
}

.dropdown-text h3 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.dropdown-text p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.dropdown-text .view-all {
    color: #c5a477;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.dropdown-text .view-all:hover {
    color: #b8966b;
}

.dropdown-rooms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    flex: 1;
}

.dropdown-room {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}

.dropdown-room:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.dropdown-room-image {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.dropdown-room-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
    border-radius: 10px 10px 0 0;
}

.dropdown-room-content {
    padding: 15px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 0 10px 10px;
}

.dropdown-room a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
    transition: color 0.3s ease;
    text-align: center;
    line-height: 1.3;
}

.dropdown-room:hover a {
    color: #c5a477;
}

/* Activities Dropdown */
.dropdown-activities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 1;
}

.dropdown-activity {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}

.dropdown-activity:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.dropdown-activity-image {
    width: 100%;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.dropdown-activity-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
    border-radius: 10px 10px 0 0;
}

.dropdown-activity-content {
    padding: 12px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 0 10px 10px;
}

.dropdown-activity a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: block;
    transition: color 0.3s ease;
    text-align: center;
    line-height: 1.3;
}

.dropdown-activity:hover a {
    color: #c5a477;
}

/* Zoom Effect for All Images */
.dropdown-room-image,
.gallery-item,
.room-carousel img,
.about-image,
.room-image,
.experience-image,
.hero-slider .slide,
.slide1,
.slide2 {
    transition: transform 0.3s ease;
    overflow: hidden;
}

.dropdown-room:hover .dropdown-room-image,
.gallery-item:hover,
.room-carousel img:hover,
.about-image:hover,
.room-image:hover,
.experience-image:hover {
    transform: scale(1.1);
}

/* Slider zoom effect */
.hero-slider .slide:hover,
.slide1:hover,
.slide2:hover {
    transform: scale(1.02);
}

/* Room detail page images */
.carousel-slide img,
.room-carousel .carousel-slide,
.room-carousel .carousel-slide img {
    transition: transform 0.3s ease;
    overflow: hidden;
}

.carousel-slide:hover img,
.room-carousel .carousel-slide:hover,
.room-carousel .carousel-slide:hover img {
    transform: scale(1.1);
}

/* Activity page images */
.activity-image,
.activity-card img {
    transition: transform 0.3s ease;
    overflow: hidden;
}

.activity-image:hover,
.activity-card:hover img {
    transform: scale(1.1);
}

/* Video thumbnail zoom */
.video-thumbnail {
    transition: transform 0.3s ease;
    overflow: hidden;
}

.video-thumbnail:hover {
    transform: scale(1.05);
}

/* General image zoom effect */
img {
    transition: transform 0.3s ease;
}

img:hover {
    transform: scale(1.05);
}

/* Specific overrides for images that shouldn't zoom */
.logo img,
.nav-links img,
.footer img,
button img,
.mobile-menu-toggle img {
    transition: none;
}

.logo img:hover,
.nav-links img:hover,
.footer img:hover,
button img:hover,
.mobile-menu-toggle img:hover {
    transform: none;
}

/* Mobile Dropdown Responsive */
@media (max-width: 768px) {
    .dropdown {
        display: none;
    }
    
    .dropdown-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .dropdown-text {
        flex: none;
    }
    
    .dropdown-rooms {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown-room-image {
        height: 100px;
    }
    
    .dropdown-room-content {
        padding: 12px;
    }
    
    .dropdown-room a {
        font-size: 13px;
    }
    
    .dropdown-text h3 {
        font-size: 20px;
    }
    
    .dropdown-text p {
        font-size: 13px;
    }
    
    .dropdown-activities {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown-activity-image {
        height: 60px;
    }
    
    .dropdown-activity-content {
        padding: 10px;
    }
    
    .dropdown-activity a {
        font-size: 12px;
    }
}

.nav-links a:hover {
    color: #c5a477;
}

.reservation-btn {
    background: #c5a477;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(197, 164, 119, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1000;
    pointer-events: auto;
    cursor: pointer;
}

.reservation-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.reservation-btn:hover::before {
    left: 100%;
}

.reservation-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(197, 164, 119, 0.4);
}

.nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin-left: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1000 !important;
}

.language-flags {
    display: flex !important;
    gap: 8px;
    align-items: center;
    margin-right: 20px;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1000;
    position: relative;
}

.language-flags .lang-flag {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(197, 164, 119, 0.3) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.language-flags .lang-flag img {
    width: 24px !important;
    height: 24px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.language-flags .lang-flag:hover {
    transform: scale(1.1);
    border-color: #c5a477;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.language-flags .lang-flag.active {
    border-color: #c5a477;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Bayrak emojileri için özel stiller - i ve span elementleri artık kullanılmıyor */

/* Hero Section */
.hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: -100px;
    padding-top: 100px;
    border-radius: 0;
    background: #333632;
    z-index: 0;
}

.page-hero {
    height: 25vh;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    background: linear-gradient(135deg, rgba(73, 54, 40, 0.8) 0%, rgba(171, 136, 109, 0.6) 100%), 
                url('img/ortahisar-breathump.webp');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    border-radius: 0;
}

.room-hero {
    height: 4vh;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%), 
                url('img/ortahisar-breathump.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    border-radius: 0;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 15s ease-in-out;
    transform: scale(1);
    z-index: 1;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}

@keyframes zoomEffect {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes slowZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

.slide.active {
    opacity: 1;
    animation: slowZoom 12s ease-in-out infinite alternate;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
}

.slide-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
    color: white;
    letter-spacing: 2px;
    font-style: italic;
}

.slide-content .slogan {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    opacity: 0.9;
    font-style: italic;
    color: white;
}

.slide1 {
    background: url('img/slider.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 15s ease-in-out;
}

.slide1.active {
    animation: slowZoom 12s ease-in-out infinite alternate;
}

.slide2 {
    background: url('img/slider-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 15s ease-in-out;
}

.slide2.active {
    animation: slowZoom 12s ease-in-out infinite alternate;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    width: 100%;
}

.slider-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #c5a477;
    transform: scale(1.2);
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.slider-nav:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.slider-nav:active {
    transform: translateY(-50%) scale(1.05);
}

.slider-prev {
    left: 30px;
}

.slider-next {
    right: 30px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(73, 54, 40, 0.1) 0%, rgba(171, 136, 109, 0.1) 100%);
    animation: shimmer 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shimmer {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

.hero-content {
    position: relative;
    z-index: 5;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    margin-bottom: 10px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
    font-weight: 700;
    color: white;
    letter-spacing: 2px;
    font-style: italic;
}

.page-hero .hero-content h1 {
    animation: none;
}

.hero-content .slogan {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    opacity: 0.9;
    font-style: italic;
    color: white;
}

.page-hero .hero-content .slogan {
    animation: none;
}

.hero-content p {
    font-size: 1.5rem;
    max-width: 800px;
    margin: 0 auto 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    font-weight: 300;
    line-height: 1.8;
}

.page-hero .hero-content p {
    animation: none;
}

/* Booking Widget */
.modern-booking-widget {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    padding: 10px 25px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.3);
    z-index: 2000;
    width: 95%;
    max-width: 1200px;
    min-width: 800px;
    pointer-events: auto;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.booking-row {
    display: flex;
    gap: 12px;
    align-items: end;
}

.booking-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.booking-item label {
    font-size: 11px;
    font-weight: 600;
    color: #493628;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.booking-item label i {
    color: #c5a477;
    font-size: 11px;
}

.booking-item input,
.booking-item select {
    border: 2px solid #E4E0E1;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
    color: #493628;
    background: white;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.booking-item input:focus,
.booking-item select:focus {
    outline: none;
    border-color: #c5a477;
    box-shadow: 0 0 0 3px rgba(197, 164, 119, 0.1);
    transform: translateY(-1px);
}

.booking-actions {
    display: flex;
    gap: 0;
    justify-content: center;
    margin-top: 0;
    flex: 0 0 auto;
    min-width: 140px;
}

.modern-booking-widget .booking-btn {
    background: linear-gradient(135deg, #c5a477 0%, #b8966b 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(197, 164, 119, 0.3);
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    justify-content: center;
    text-decoration: none;
    position: relative;
    z-index: 1000;
    pointer-events: auto;
}

.modern-booking-widget .booking-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(197, 164, 119, 0.4);
    color: white;
    text-decoration: none;
}

/* Section Styles */
.section {
    padding: 100px 0;
    position: relative;
    background: #333632;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.section-title {
    text-align: center !important;
    font-size: 3rem;
    color: white !important;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

/* Misyonumuz başlığı için özel siyah renk */
.section-title[style*="color: #000000"] {
    color: #000000 !important;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(45deg, #493628, #AB886D);
    border-radius: 2px;
}

.section-subtitle {
    text-align: center !important;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    line-height: 1.8;
}

/* Misyonumuz alt yazısı için özel siyah renk */
.section-subtitle[style*="color: #000000"] {
    color: #000000 !important;
}

/* Video Section */
.video-section {
    padding: 0;
    background: #333632;
    height: 100vh;
    position: relative;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none;
}

.video-thumbnail:hover {
    transform: scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.4);
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.9);
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.play-button i {
    font-size: 30px;
    color: white !important;
    margin-left: 4px;
}

.video-thumbnail:hover .play-button {
    background: rgba(0, 0, 0, 0.95);
    border-color: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7);
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
}

.video-player iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.close-video {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border: none;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 11;
    transition: all 0.3s ease;
}

.close-video:hover {
    background: rgba(0, 0, 0, 1);
    transform: scale(1.1);
}

/* About Section */
.about-content {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-image {
    flex: 1;
    height: 400px;
    background-image: url('img/genel/1.webp');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.about-text {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ccc;
}



/* Rooms Section */
.rooms-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px;
    margin-top: 50px;
}

.room-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.2);
    position: relative;
}

.room-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(73, 54, 40, 0.05) 0%, rgba(171, 136, 109, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.room-card:hover::before {
    opacity: 1;
}

.room-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.room-image {
    height: 250px;
    background: url('https://images.unsplash.com/photo-1631049307264-da0ec9d70304?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.room-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(73, 54, 40, 0.2), rgba(171, 136, 109, 0.2));
    transition: opacity 0.3s ease;
}

.room-card:hover .room-image::before {
    opacity: 0.7;
}

.room-content {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.room-title {
    font-size: 1.3rem;
    color: #c5a477;
    margin-bottom: 10px;
    font-weight: 600;
}

.room-capacity {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
    flex-wrap: wrap;
}

.room-features {
    color: #c5a477;
    font-weight: 500;
    font-size: 13px;
    margin-left: 8px;
}

.room-reservation {
    background: linear-gradient(135deg, #c5a477 0%, #b8966b 100%);
    color: white;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 20px auto;
    box-shadow: 0 10px 30px rgba(197, 164, 119, 0.3);
    border: 2px solid transparent;
}

.room-reservation:hover {
    background: linear-gradient(135deg, #b8966b 0%, #c5a477 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(197, 164, 119, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Experiences Section */
.experiences-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 30px;
    margin-top: 50px;
}

.experience-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.experience-card:hover {
    transform: translateY(-5px);
}

.experience-image {
    height: 250px;
    background: url('img/genel/2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mission section images */
.mission-image-1 {
    background: url('img/genel/1.webp') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.mission-image-2 {
    background: url('img/genel/2.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.mission-image-3 {
    background: url('img/genel/3.avif') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Team section images */
.team-image-1 {
    background: url('img/genel/ortahisar-about-us.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.team-image-2 {
    background: url('img/genel/1.webp') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.team-image-3 {
    background: url('img/genel/2.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.experience-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(73, 54, 40, 0.3), rgba(171, 136, 109, 0.3));
    transition: opacity 0.3s ease;
}

.experience-card:hover .experience-image::before {
    opacity: 0.5;
}

.experience-content {
    padding: 25px;
}

.experience-title {
    font-size: 1.2rem;
    color: #c5a477;
    margin-bottom: 15px;
    font-weight: 600;
}

.experience-text {
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.activity-link {
    display: inline-block;
    color: #c5a477;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s ease;
}

.activity-link:hover {
    color: #AB886D;
}

/* Room Details Pages */
.room-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px;
    margin-bottom: 60px;
    align-items: stretch;
    background: #1a1a1a;
    padding: 40px 20px;
    max-width: 1600px;
    margin: 0 auto 60px auto;
}

.room-carousel {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100% !important;
    order: 1;
    height: 500px;
}

.carousel-container {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    border: 2px solid rgba(197, 164, 119, 0.2);
    color: #c5a477;
    font-size: 20px;
    font-weight: bold;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.carousel-nav:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.95));
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    border-color: rgba(197, 164, 119, 0.4);
}

.carousel-nav:active {
    transform: translateY(-50%) scale(1.05);
    transition: all 0.1s ease;
}

.carousel-prev {
    left: 25px;
}

.carousel-next {
    right: 25px;
}

/* Modern ok ikonları için ek stiller */
.carousel-prev::before {
    content: '←';
    font-size: 18px;
    font-weight: 900;
}

.carousel-next::before {
    content: '→';
    font-size: 18px;
    font-weight: 900;
}

/* Responsive tasarım için */
@media (max-width: 768px) {
    .carousel-nav {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .carousel-prev {
        left: 15px;
    }
    
    .carousel-next {
        right: 15px;
    }
    
    .carousel-prev::before,
    .carousel-next::before {
        font-size: 14px;
    }
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.carousel-dot.active {
    background: #c5a477;
    transform: scale(1.2);
}

.room-info {
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
    order: 2;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.room-info h1 {
    color: white;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    text-align: center;
}

.room-info p {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 1.2rem;
    text-align: center;
}

.room-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 25px 0;
}

.room-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.room-feature:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.room-feature i {
    color: #c5a477;
    font-size: 1.5rem;
}

.room-feature span {
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
}

/* Activity Pages */
.activity-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.activity-info h2 {
    color: #c5a477;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.activity-info p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.activity-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}


/* Icon Standardization */
.room-capacity span:first-child,
.room-capacity i,
.feature-icon i,
.contact-icon i {
    color: #c5a477;
    font-size: 1.2rem;
}

.feature-icon {
    color: #c5a477;
    font-size: 2rem;
    flex-shrink: 0;
}

.contact-icon {
    background: #c5a477;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.contact-icon i {
    color: white;
    font-size: 1.2rem;
}

/* FA Icons Color */
.fas, .far, .fab {
    color: #c5a477;
}

.feature-content h3 {
    color: #c5a477;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.feature-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
}

.activity-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.activity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activity-booking {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}

.activity-booking h3 {
    color: #c5a477;
    margin-bottom: 30px;
    font-size: 2rem;
}

.booking-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.info-label {
    font-weight: 600;
    color: #c5a477;
}

.info-value {
    color: #666;
    font-weight: 500;
}

.booking-btn {
    display: inline-block;
    background: linear-gradient(135deg, #c5a477 0%, #AB886D 100%);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(197, 164, 119, 0.3);
}

.booking-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(197, 164, 119, 0.4);
}

@media (max-width: 768px) {
    .room-details {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px;
    }
    
    .carousel-container {
        height: 350px;
    }
    
    .room-info {
        max-width: 100%;
        padding: 15px;
    }
    
    .room-info h1 {
        font-size: 2rem;
    }
    
    .room-features {
        grid-template-columns: 1fr;
    }
    
    .activity-details {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .booking-info {
        grid-template-columns: 1fr;
    }
}

/* Video Gallery Section */
.video-gallery {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px;
    margin-top: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.video-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: 100%;
    height: 280px !important;
    min-height: 220px;
}

.video-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.video-item:hover .video-thumbnail {
    transform: scale(1.05);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    transition: background 0.3s ease;
}

.video-item:hover .video-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}

.play-button {
    width: 60px;
    height: 60px;
    background: rgba(197, 164, 119, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.play-button i {
    font-size: 24px;
    color: white;
    margin-left: 3px;
}

.video-item:hover .play-button {
    background: rgba(197, 164, 119, 1);
    transform: scale(1.1);
}

.video-overlay h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Video Modal */
.video-modal {
    display: none !important;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.video-modal-content {
    position: relative;
    width: 95%;
    height: 95%;
    margin: auto;
    animation: zoomIn 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Video modal when active */
.video-modal.active {
    display: flex !important;
}

/* Debug: Make sure video modal is visible when active */
.video-modal.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.video-title {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600;
}

.video-player {
    width: 100%;
    height: 80vh;
    border-radius: 10px;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10001;
}

.video-close:hover {
    color: #c5a477;
    transform: scale(1.1);
}

/* Gallery Section */
.gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px;
    margin-top: 50px;
}

/* Tablet responsive for gallery */
@media (max-width: 1024px) and (min-width: 769px) {
    .video-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px;
    }
    
    .gallery-item {
        height: 220px;
    }
    
}

.gallery-item {
    height: 200px;
    background: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Lightbox Modal */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

.lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    animation: zoomIn 0.3s ease;
}

.lightbox-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10000;
}

.lightbox-close:hover {
    color: #c5a477;
    transform: scale(1.1);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-nav:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
    left: -80px;
}

.lightbox-next {
    right: -80px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { 
        opacity: 0;
        transform: scale(0.8);
    }
    to { 
        opacity: 1;
        transform: scale(1);
    }
}

/* Gallery item background images will be set inline in HTML */

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(73, 54, 40, 0.2), rgba(171, 136, 109, 0.2));
    transition: opacity 0.3s ease;
}

.gallery-item:hover::before {
    opacity: 0.3;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.gallery-overlay p {
    margin: 5px 0;
    font-size: 0.9rem;
}

.gallery-overlay p strong {
    font-size: 1rem;
    font-weight: 600;
}

/* Contact Section */
.contact-content {
    display: flex !important;
    flex-direction: row !important;
    gap: 40px;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    align-items: center;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #c5a477;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.contact-details h3 {
    color: #c5a477;
    margin-bottom: 5px;
}

.contact-details p {
    color: #666;
}

.contact-form {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.form-group textarea {
    height: 120px;
    resize: vertical;
}

.submit-btn {
    background: #c5a477;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #AB886D;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 80px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    position: relative;
    clear: both;
    text-align: left;
}

.footer-content {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
    gap: 50px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: left;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-brand h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-align: left;
}

.footer-brand p {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 1.1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    text-align: left;
}

.footer-links h4 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
}

.footer-links ul {
    list-style: none;
    text-align: left;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
    font-size: 1.1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    hyphens: auto;
    white-space: normal;
    text-align: left;
}

.footer-links a:hover {
    color: #c5a477;
    transform: translateX(5px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    color: #999;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.payment-logos {
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment-logo {
    height: 30px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.payment-logo:hover {
    opacity: 1;
}

/* Desktop için bayrakları görünür yap */
@media (min-width: 769px) {
    .nav-actions {
        display: flex !important;
        align-items: center;
        gap: 20px;
    }
    
    .language-flags {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    
    .nav-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    
    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 1);
        backdrop-filter: blur(10px);
        flex-direction: column;
        gap: 0;
        text-align: center;
        box-shadow: 0 8px 32px rgba(0,0,0,0.1);
        border-radius: 0 0 8px 8px;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 200;
    }
    
    .nav-actions {
        justify-content: flex-end;
        gap: 10px;
        order: 2;
    }
    
    .logo-section {
        flex-shrink: 0;
        order: 1;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
        order: 3;
        pointer-events: auto !important;
        cursor: pointer !important;
        position: relative;
        z-index: 201 !important;
        min-width: 30px;
        min-height: 30px;
        background: none !important;
        border: none !important;
        padding: 6px !important;
        margin-right: 30px;
    }
    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(3px, 3px);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(3px, -3px);
    }
    
    .nav-actions {
        order: 2;
        gap: 10px;
    }
    
    .reservation-btn {
        font-size: 0.8rem;
        padding: 8px 16px;
        white-space: nowrap;
    }
    
    
    
    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .nav-links li {
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    
    .nav-links li:last-child {
        border-bottom: none;
    }
    
    .nav-links a {
        display: block;
        padding: 15px 20px;
        color: white;
        font-weight: 600;
        transition: all 0.3s ease;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .nav-links a:hover {
        background: rgba(73, 54, 40, 0.2);
        color: #AB886D;
        padding-left: 25px;
    }
    
    .nav-links li:last-child a {
        border-bottom: none;
    }
    
    .reservation-btn {
        margin: 10px 12px;
        width: calc(100% - 24px);
        text-align: center;
        font-size: 0.7rem;
        padding: 6px 10px;
    }
    
    .mobile-menu-toggle {
        order: 2;
        margin-left: auto;
        background: none !important;
        border: none !important;
        padding: 5px !important;
    }
    
    .mobile-menu-toggle span {
        background: #c5a477 !important;
        width: 20px !important;
        height: 4px !important;
        display: block !important;
    }
    
    .logo img {
        height: 60px;
        width: 60px;
    }
    
    /* Arka kısmın yüksekliğini azalt - logo ve yazılar aynı kalsın */
    .logo-section {
        height: 55px;
    }
    
    .main-header {
        padding: 1px 0;
    }
    
    .hero {
        height: 100vh;
        margin-top: 0;
        padding-top: 0;
        overflow: hidden;
        position: relative;
        min-height: 100vh;
    }
    
    .page-hero {
        height: 20vh;
        margin-top: 0;
        padding-top: 0;
    }
    
    .room-hero {
        height: 3vh;
        margin-top: 0;
        padding-top: 0;
    }
    
    .slider-nav {
        width: 50px;
        height: 50px;
        font-size: 18px;
        border-width: 1px;
    }
    
    .slider-prev {
        left: 15px;
    }
    
    .slider-next {
        right: 15px;
    }
    
    .slider-controls {
        bottom: 20px;
    }
    
    .slider-dot {
        width: 10px;
        height: 10px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 6px;
        padding: 0 15px;
    }
    
    .hero-content .slogan {
        font-size: 0.8rem;
        padding: 0 15px;
    }
    
    .slide-content h1 {
        font-size: 2.5rem;
    }
    
    .slide-content .slogan {
        font-size: 1rem;
    }
    
    /* Mobilde slider resimlerini tam kaplat */
    .slide {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        height: 100vh !important;
        width: 100% !important;
    }
    
    .slide1,
    .slide2 {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        height: 100vh !important;
        width: 100% !important;
    }
    
    .hero-content p {
        font-size: 0.9rem;
        padding: 0 15px;
        line-height: 1.4;
    }
    
    .hero-slider {
        height: 100vh !important;
        width: 100% !important;
    }
    
    .modern-booking-widget {
        padding: 8px 15px;
        bottom: 20px;
        width: 95%;
        min-width: unset;
        max-width: unset;
    }
    
    .booking-row {
        flex-direction: column;
        gap: 8px;
    }
    
    .booking-item {
        width: 100%;
    }
    
    .booking-actions {
        min-width: unset;
        width: 100%;
    }
    
    .modern-booking-widget .booking-btn {
        width: 100%;
        padding: 10px 16px;
        font-size: 13px;
        z-index: 20;
    }
    
    .video-section {
        height: 100vh;
    }
    
    .video-thumbnail {
        width: 100%;
        height: 100%;
    }
    
    .video-thumbnail img {
        height: 100%;
    }
    
    .play-button {
        width: 70px;
        height: 70px;
        border: 2px solid rgba(255, 255, 255, 0.8);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
    }
    
    .play-button i {
        font-size: 26px;
        color: white !important;
        margin-left: 3px;
    }
    
    .about-content {
        display: block;
    }
    
    .about-image {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }
    
    .about-text {
        width: 100%;
    }
    
    .contact-content {
        flex-direction: column !important;
        gap: 30px;
        padding: 0 15px;
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .contact-info {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .contact-form {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .footer {
        padding: 40px 0 20px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        position: relative;
        clear: both;
        margin: 0;
        left: 0;
        right: 0;
    }
    
    .footer-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px;
        text-align: center;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .footer-brand h3,
    .footer-brand p,
    .footer-links h4,
    .footer-links ul,
    .footer-links a {
        text-align: center !important;
    }
    
    .footer-brand,
    .footer-links {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .footer-links {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .footer-brand p,
    .footer-links ul,
    .footer-links li {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        max-width: 100%;
    }
    
    .footer-bottom {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .payment-logos {
        justify-content: center;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }
    
    .gallery-item {
        grid-column: auto !important;
    }
    
    .rooms-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Tablet boyutları için 2 sütun */
@media (max-width: 1024px) and (min-width: 769px) {
    .rooms-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .experiences-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }
    
    .gallery-item {
        height: 200px;
        width: 100%;
    }
    
    .video-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
    }
    
    .video-item {
        height: 220px;
    }
    
    .video-modal-content {
        width: 98%;
        height: 98%;
    }
    
    .video-player {
        height: 75vh;
    }
}

@media (max-width: 480px) {
    .video-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }
    
    .video-item {
        height: 200px;
    }
    
    .video-thumbnail {
        height: 100%;
    }
    
    .play-button {
        width: 50px;
        height: 50px;
    }
    
    .play-button i {
        font-size: 20px;
    }
    
    .video-overlay h3 {
        font-size: 1rem;
    }
    
    .video-modal-content {
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    
    .video-player {
        height: 70vh;
    }
    
    /* Çok küçük ekranlarda flag icon boyutları */
    .language-flags .lang-flag {
        width: 28px !important;
        height: 28px !important;
    }
    
    .language-flags .lang-flag img {
        width: 18px !important;
        height: 18px !important;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
    
    .gallery-item {
        height: 180px;
        width: 100%;
    }
    
    .hero-content h1 {
        font-size: 1.4rem;
        line-height: 1.0;
        margin-bottom: 4px;
        padding: 0 10px;
    }
    
    .hero-content .slogan {
        font-size: 0.7rem;
        padding: 0 10px;
    }
    
    .hero-content p {
        display: none;
    }
    
    .hero {
        height: 100vh;
        margin-top: 0;
        padding-top: 0;
        overflow: hidden;
        position: relative;
        min-height: 100vh;
    }
    
    .slide-content h1 {
        font-size: 1.8rem;
    }
    
    .slide-content .slogan {
        font-size: 0.9rem;
    }
    
    /* 480px altında slider resimlerini tam kaplat */
    .slide {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        height: 100vh !important;
        width: 100% !important;
    }
    
    .slide1,
    .slide2 {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        height: 100vh !important;
        width: 100% !important;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-slider {
        height: 100vh !important;
        width: 100% !important;
    }
    
    .container {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .nav {
        padding: 15px;
    }
    
    .reservation-btn {
        font-size: 0.5rem;
        padding: 3px 6px;
    }
    
    .footer {
        padding: 30px 0 15px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        position: relative;
        clear: both;
        margin: 0;
        left: 0;
        right: 0;
    }
    
    .footer-content {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 10px;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center;
    }
    
    .footer-brand h3,
    .footer-brand p,
    .footer-links h4,
    .footer-links ul,
    .footer-links a {
        text-align: center !important;
    }
    
    .footer-brand,
    .footer-links {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .footer-links {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .footer-brand p,
    .footer-links ul,
    .footer-links li {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        max-width: 100%;
    }
    
    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.9rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .contact-content {
        padding: 0 10px;
        gap: 20px;
        margin-top: 20px;
    }
    
    .contact-form {
        padding: 15px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* WhatsApp Button Styles */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    text-decoration: none;
    animation: pulse 2s infinite;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    background: #20BA5A;
}

.whatsapp-button svg {
    fill: white !important;
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}

.whatsapp-button i {
    color: white !important;
    font-size: 28px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.whatsapp-button .whatsapp-text {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #25D366;
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.whatsapp-button:hover .whatsapp-text {
    opacity: 1;
    visibility: visible;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Cookie Consent Popup */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 20px;
    z-index: 10000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-top: 3px solid #c5a477;
}

.cookie-consent.show {
    transform: translateY(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: 300px;
}

.cookie-consent-text h3 {
    color: #c5a477;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 600;
}

.cookie-consent-text p {
    color: #ccc;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

.cookie-consent-text a {
    color: #c5a477;
    text-decoration: underline;
}

.cookie-consent-text a:hover {
    color: #b8966b;
}

.cookie-consent-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.cookie-btn-accept {
    background: #c5a477;
    color: white;
}

.cookie-btn-accept:hover {
    background: #b8966b;
    transform: translateY(-2px);
}

.cookie-btn-decline {
    background: transparent;
    color: #ccc;
    border: 2px solid #666;
}

.cookie-btn-decline:hover {
    background: #666;
    color: white;
}

.cookie-btn-settings {
    background: transparent;
    color: #c5a477;
    border: 2px solid #c5a477;
}

.cookie-btn-settings:hover {
    background: #c5a477;
    color: white;
}

/* Mobile Responsive for Cookie Consent */
@media (max-width: 768px) {
    .cookie-consent {
        padding: 15px;
    }
    
    .cookie-consent-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookie-consent-text {
        min-width: unset;
    }
    
    .cookie-consent-buttons {
        justify-content: center;
        width: 100%;
    }
    
    .cookie-btn {
        flex: 1;
        min-width: 100px;
    }
}

/* Mobile Footer Links Hide - All Mobile Devices */
@media (max-width: 768px) {
    .footer-links {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 0 !important;
        max-width: 0 !important;
    }
}

/* Mobile WhatsApp Button */
@media (max-width: 768px) {
    .whatsapp-button {
        width: 55px;
        height: 55px;
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-button svg {
        width: 24px;
        height: 24px;
        fill: white !important;
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
    }
    
    .whatsapp-button i {
        font-size: 24px;
        color: white !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }
    
    .whatsapp-button .whatsapp-text {
        right: 65px;
        font-size: 12px;
        padding: 6px 10px;
    }
}

/* Desktop bayrakları için güçlü kurallar */
@media (min-width: 769px) {
    .main-header .nav-actions {
        display: flex !important;
        align-items: center !important;
        gap: 20px !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 999 !important;
    }
    
    .main-header .language-flags {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 1000 !important;
    }
    
    .main-header .language-flags .lang-flag {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 1001 !important;
        width: 40px !important;
        height: 40px !important;
    }
}

/* Flag iconları için özel CSS */
.lang-flag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid rgba(197, 164, 119, 0.3) !important;
    overflow: hidden;
}

.flag-icon {
    width: 28px !important;
    height: 28px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.lang-flag:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border-color: #c5a477 !important;
}

.lang-flag:hover .flag-icon {
    width: 32px !important;
    height: 32px !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.lang-flag.active {
    background-color: rgba(255, 255, 255, 1) !important;
    border-color: #c5a477 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Flag iconları için responsive ayarlar */
@media (max-width: 768px) {
    .lang-flag {
        width: 35px !important;
        height: 35px !important;
    }
    
    .flag-icon {
        width: 22px !important;
        height: 22px !important;
        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
    }
    
    .lang-flag:hover .flag-icon {
        width: 26px !important;
        height: 26px !important;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    }
}

/* Terms and Conditions Page Styles */
.terms-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
}

.terms-intro {
    margin-bottom: 40px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(197, 164, 119, 0.1) 0%, rgba(184, 150, 107, 0.1) 100%);
    border-radius: 15px;
    border-left: 4px solid #c5a477;
}

.terms-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.terms-section {
    margin-bottom: 40px;
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(197, 164, 119, 0.1);
}

.terms-section h2 {
    color: #c5a477;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    border-bottom: 2px solid #c5a477;
    padding-bottom: 10px;
}

.terms-section h3 {
    color: #b8966b;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 25px 0 15px 0;
    font-family: 'Playfair Display', serif;
}

.terms-section p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 1rem;
}

.terms-section ul {
    margin: 15px 0;
    padding-left: 20px;
}

.terms-section li {
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 1rem;
}

.contact-info {
    background: linear-gradient(135deg, rgba(197, 164, 119, 0.1) 0%, rgba(184, 150, 107, 0.1) 100%);
    padding: 25px;
    border-radius: 15px;
    margin-top: 20px;
    border: 1px solid rgba(197, 164, 119, 0.2);
}

.contact-info h3 {
    color: #c5a477;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.contact-info p {
    color: #555;
    margin-bottom: 10px;
    font-size: 1rem;
}

.contact-info strong {
    color: #c5a477;
    font-weight: 600;
}

/* Tablet Responsive for Terms */
@media (max-width: 1024px) {
    .terms-content {
        max-width: 900px;
        padding: 35px 25px;
    }
}

/* Mobile Responsive for Terms */
@media (max-width: 768px) {
    .terms-content {
        max-width: 100%;
        padding: 20px 15px;
        margin: 20px 10px;
    }
    
    .terms-intro,
    .terms-section {
        padding: 20px;
        margin-bottom: 25px;
    }
    
    .terms-section h2 {
        font-size: 1.5rem;
    }
    
    .terms-section h3 {
        font-size: 1.2rem;
    }
    
    .contact-info {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .terms-content {
        max-width: 100%;
        padding: 15px 10px;
        margin: 15px 5px;
    }
    
    .terms-intro,
    .terms-section {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .terms-section h2 {
        font-size: 1.3rem;
    }
    
    .terms-section h3 {
        font-size: 1.1rem;
    }
    
    .contact-info {
        padding: 15px;
    }
}