/*footer*/
.footer-menu-overlay {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
}

@media (min-width: 769px) and (max-width: 1280px) {
    .footer-menu-overlay {
        gap: 50px;
    }
}

/* Haber detay metin alanÄ± dÃ¼zeni */
.haber-detail-text {
    /* max-width: 900px;
  margin: 32px auto 0 auto;
  padding: 0 32px;  */
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #222;
}
/* Haber detay slider ve oklarÄ± */
.haber-slider-img {
    transition: opacity 0.5s ease;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.haber-detail-image {
    position: relative;
    width: 100%;
    /* max-width: 700px; */
    aspect-ratio: 16/9;
    /* margin: 32px auto 24px auto; */
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
}

.nav-arrow {
    pointer-events: auto;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .nav-arrow img {
        width: 24px;
        height: 24px;
    }
/* Haber detay slider fade effect */
.haber-slider-img {
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    will-change: opacity;
}
/* Villa slider fade effect */
.villa-slider-img {
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    will-change: opacity;
}

/* Villa slider styles */
.villa-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.villa-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

    .villa-slide.active {
        opacity: 1;
    }

.villa-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.villa-arrow {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .villa-arrow:hover {
        background: rgba(255, 255, 255, 1);
        transform: scale(1.1);
    }



    .villa-arrow img {
        width: 20px;
        height: 20px;
        filter: brightness(0);
    }
/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: .03125rem;
    line-height: 1.66;
}
.fancybox__slide.f-zoomable {
    pointer-events: none !important;
}
.fancybox__dialog {
    height: 125dvh!important;
}
html, body {
    height: 100%;
}

body {
    font-family: 'Metropolis', Arial, sans-serif;
    overflow-x: hidden;
    background: #fff;
    padding-top: 0px !important;
}

/* Base responsive container fixes */
@media (max-width: 1440px) {
    .module-15, .module-13, .footer {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1024px) {

    /*  .main-content2{*/
    /*padding: 20px 140px !important;*/
    /*  }*/
    .module-5 {
        width: 90%;
        max-width: 1440px;
        margin: auto;
    }

    .module-5-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .module-5.module-5-reverse .module-5-content {
        flex-direction: column-reverse;
    }
}

@media (min-width: 2560px) {
    .slide {
        width: 100% !important;
    }
    body {
        padding-top:0px!important;
    }
}
/* Generic container to center page content */
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
/*  .main-content2{*/
/*padding: 20px 240px;*/
/*  }*/
.module-5 {
    width: 90%;
    max-width: 1440px;
    margin: auto;
}

.module-5-content {
    display: flex;
    flex-direction: reverse;
    gap: 30px;
    margin-bottom: 64px;
}

.module-5.module-5-reverse .module-5-content {
    flex-direction: reverse;
}
/* Header */
.header-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 230px;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.5;
    z-index: 2;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 423px;
    padding: 50px 0 0;
    z-index: 10;
    transform: none;
}

/* Desktop'ta mobil dil dropdown'Ä±nÄ± gizle */
.mobile-lang-section {
    display: none;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 150px;
    height: 50px;
}

.menu-section {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 0 0 50px;
    width: 231px;
    height: 130px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .menu-section:hover {
        opacity: 0.8;
        transform: translateY(-2px);
    }

.menu-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.37;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 8px 0 0;
    width: 30px;
    height: auto;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

    .menu-icon.hidden {
        opacity: 0;
    }

.menu-line {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

    .menu-line:nth-child(1) {
        transform-origin: top left;
    }

    .menu-line:nth-child(2) {
        transform-origin: center;
    }

    .menu-line:nth-child(3) {
        transform-origin: bottom left;
    }

.header-frame {
    display: flex;
    gap: 10px;
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 999;
    backdrop-filter: blur(5px);
}

    .menu-overlay.show {
        display: block;
        animation: fadeIn 0.3s ease;
    }

.hamburger-menu {
    position: fixed;
    top: 100px;
    left: 50px;
    width: 420px;
    height: 520px;
    background: #cbcacf;
    border-radius: 20px;
    padding: 60px 40px 40px 40px;
    display: none;
    flex-direction: column;
    gap: 8px;
    z-index: 1200;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.2);
    animation: slideInLeft 0.4s ease;
}

    .hamburger-menu.show {
        display: flex;
    }

/* Menu close button */
.menu-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

    .menu-close-btn:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

.close-icon {
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 1;
}

.hamburger-menu .menu-item {
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .hamburger-menu .menu-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(97, 117, 83, 0.1), transparent);
        transition: left 0.5s ease;
    }

    .hamburger-menu .menu-item:hover::before {
        left: 100%;
    }

    .hamburger-menu .menu-item a {
        color: #2c2c2c;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
    }

    .hamburger-menu .menu-item:hover {
        background: linear-gradient(135deg, #617553, #4a5a3f);
        color: #ffffff;
        transform: translateX(8px);
        box-shadow: 0 8px 25px rgba(97, 117, 83, 0.3);
        padding: 15px;
    }

        .hamburger-menu .menu-item:hover a {
            color: #ffffff;
        }

.social-icons {
    display: flex;
    gap: 20px;
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid rgba(77, 77, 79, 0.2);
    justify-content: center;
}

.social-icon {
    width: 45px;
    height: 43px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 45%;
    background: rgba(77, 77, 79, 0.1);
}

    .social-icon:hover {
        opacity: 0.8;
        transform: translateY(-3px) scale(1.1);
        background: rgba(97, 117, 83, 0.2);
        box-shadow: 0 5px 15px rgba(97, 117, 83, 0.3);
    }

.menu-icon-container {
    position: relative;
    width: 30px;
    height: 35px;
}

.menu-x-icon {
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
}

    .menu-x-icon.show {
        display: flex;
    }

    .menu-x-icon::before, .menu-x-icon::after {
        content: '';
        position: absolute;
        width: 22px;
        height: 3px;
        background: #fff;
        transform-origin: center;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .menu-x-icon::before {
        transform: rotate(45deg);
    }

    .menu-x-icon::after {
        transform: rotate(-45deg);
    }

/* Menu animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Menu icon animation when active */
.menu-section.active .menu-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-section.active .menu-line:nth-child(2) {
    opacity: 0;
}

.menu-section.active .menu-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 100px;
}

    .logo a {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        width: 270px; /* height: 89.39px; */
    }

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    padding: 0 50px 0 0;
    height: 50px;
}

.lang-section {
    position: relative;
    width: 65px;
    height: 35px;
    color: #fff;
    cursor: pointer;
}

.lang-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .lang-dropdown:hover {
        background: rgba(255, 255, 255, 0.3);
    }

.lang-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.37;
    color: #fff;
    user-select: none;
    text-transform: uppercase;
}

.lang-arrow {
    width: 8px;
    height: 8px;
    transform: rotate(0deg);
    flex-shrink: 0;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
    display: block !important;
}

    .lang-arrow.open {
        transform: rotate(180deg);
        display: block !important;
    }

.lang-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 80px;
    display: none;
    z-index: 1000;
    margin-top: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}

    .lang-menu.show {
        display: block;
    }

.lang-option {
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease;
    text-transform: uppercase;
}

    .lang-option:hover {
        background: rgba(0, 0, 0, 0.05);
    }

    .lang-option.active {
        background: rgba(0, 0, 0, 0.1);
        font-weight: 600;
    }

.search-icon {
    width: 2px;
    height: 36px;
}

.phone-icon {
    width: 28px;
    height: 28px;
}

.book-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.37;
    text-align: center;
    cursor: pointer;
}

    .book-button:hover {
        background: #617553;
        color: #fff;
    }


/* Font Face Definitions */
@font-face {
    font-family: 'Metropolis';
    src: url('./avenir-similar-fonts/Metropolis/Metropolis-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./avenir-similar-fonts/Metropolis/Metropolis-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./avenir-similar-fonts/Metropolis/Metropolis-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./avenir-similar-fonts/Metropolis/Metropolis-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./avenir-similar-fonts/Metropolis/Metropolis-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./avenir-similar-fonts/Metropolis/Metropolis-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Hero */
.hero-section {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

    .hero-section .slider {
        touch-action: pan-y;
    }

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.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;
}

    .slide.active {
        opacity: 1;
    }

/* Scroll Down Icon */
.scroll-down-icon {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

    .scroll-down-icon:hover {
        border-color: rgba(255, 255, 255, 1);
        transform: translateX(-50%) scale(1.1);
    }

    .scroll-down-icon::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 8px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 2px;
        animation: scroll-wheel 2s infinite;
    }

    .scroll-down-icon::after {
        content: '';
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid rgba(255, 255, 255, 0.8);
        animation: scroll-arrow 2s infinite;
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes scroll-wheel {
    0%, 100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    50% {
        opacity: 0.3;
        transform: translateX(-50%) translateY(8px);
    }
}

@keyframes scroll-arrow {
    0%, 100% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.3;
    }
}

.slide-1 {
    background-image: url('./images/hero-img1-56586a.png');
    left: 0;
}

.slide-2 {
    left: 0;
}

    .slide-2 video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .slide-2::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
        z-index: 2;
    }

@media (min-width: 2560px) { /* Video Control Button */
    .video-control-btn {
        bottom: 40px !important;
        width: 80px !important;
        height: 80px !important;
    }



        .video-control-btn .pause-icon,
        .video-control-btn .play-icon {
            color: white;
            font-size: 24px;
            font-weight: bold;
        }

        .video-control-btn .play-icon {
            display: none;
        }

        .video-control-btn.paused .pause-icon {
            display: none;
        }

        .video-control-btn.paused .play-icon {
            display: block;
        }
}
/* Video Control Button */
.video-control-btn {
    position: absolute;
    bottom: 37px;
    left: 120px;
    width: 50px;
    height: 50px;
    background: rgb(0 0 0 / 0%);
    border: 2px solid rgb(255 255 255 / 42%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}



    .video-control-btn .pause-icon,
    .video-control-btn .play-icon {
        color: white;
        font-size: 24px;
        font-weight: bold;
    }

    .video-control-btn .play-icon {
        display: none;
    }

    .video-control-btn.paused .pause-icon {
        display: none;
    }

    .video-control-btn.paused .play-icon {
        display: block;
    }

/* Video fallback and responsive handling */
.slide-2 video::-webkit-media-controls {
    display: none !important;
}

.slide-2 video::-webkit-media-controls-panel {
    display: none !important;
}

.slide-2 video::-webkit-media-controls-play-button {
    display: none !important;
}

.slide-2 video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.slide-3 {
    background-image: url('./images/hero-img3-56586a.png');
    left: 0;
    background-color: rgba(0,0,0,0.63);
    background-blend-mode: overlay;
}

.slider-dots {
    position: absolute;
    bottom: 45px;
    right: 120px;
    display: flex;
    gap: 10px;
    z-index: 4;
}

.dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

    .dot.active {
        background: #fff;
    }

    .dot:not(.active) {
        background: transparent;
        border: 1px solid #000;
    }

/* Mobile actions bar hidden by default (desktop) */
.mobile-sticky-actions {
    display: none;
}

/* Index page: full-height hero */
.home .hero-section {
    height: 60%;
}

/* ========================================
   SECOND MENU - RESPONSIVE DESIGN
   ======================================== */
@media (min-width: 1280px) and (max-width: 1440px) {
    .second-menu-content {
        gap: 100px;
    }
}

@media (min-width: 1440px) and (max-width: 16000px) {
    .second-menu-content {
        gap: 130px !important;
    }
}

/* Base Second Menu Styles */
.second-menu {
    width: 100%;
    background: #4D4D4F;
    padding: 10px 0;
}

.second-menu-content {
    display: flex;
    justify-content: center;
    gap: 117px;
    margin: 0 120px;
}

.second-menu .menu-item {
    color: #FFFFFF;
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}

    .second-menu .menu-item a {
        color: #FFFFFF;
        text-decoration: none;
        transition: color 0.3s ease;
        gap: 175px;
        font-weight:400 !important;
        letter-spacing: 1px !important;
    }

    .second-menu .menu-item:hover a,
    .second-menu .menu-item:hover {
        color: #ffffff;
    }

    .second-menu .menu-item.active a,
    .second-menu .menu-item.active {
        color: #ffffff;
        font-weight: 600;
    }


.f-caption
{display:none;}
/* Main */
.main-content {
    background: #fff;
}

.family-card-button {
    display: flex;
    width: 89px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    opacity: 0.6;
    background: var(--Gri, #797979);
    margin: 45px
}

    .family-card-button a {
        color: var(--White, #FFF);
        text-align: center;
        text-decoration: none;
        /* MenuFontSmall */
        font-family: 'Metropolis', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

/* Module 1 */
.module-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 56px 120px;
    max-width: 1440px;
}

.h1-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
    padding-right:10px;
    padding-bottom:10px;
}

.h1-line {
    width: 219.5px;
    height: 1px;
    background: #000;
}

.h1-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.h1-text {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.15;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    letter-spacing: .1125rem;
}

.subtitle {
    width: 706px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.37;
    text-align: center;
    color: #000;
    letter-spacing: .03125rem
}

.description {
    width: auto !important;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.66;
    letter-spacing: .03125rem;
    text-align: center;
    color: #000;
    letter-spacing: .03125rem
}

/* Module 2 (Index cards slider) */
.module-2 {
    position: relative;
    width: 1440px;
    height: 1000px;
    margin: 0 auto;
    padding: 88px 0 141px;
}

    /* Module-2: keep "Keşfet" visible even when title wraps to two lines */
    .module-2 .slide-image,
    .module-2 .slide-image img {
        height: 580px; /* was 610px */
    }

    .module-2 .slide-text {
        padding-top: 8px; /* was 12px */
        padding-bottom: 8px; /* was 12px */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* clamp to two lines */
        overflow: hidden;
    }

    .module-2 .slide-link {
        display: inline-block;
        margin-top: 6px;
        border: 1px solid;
        padding: 10px;
        width: auto; /* override global a { width:100%; } */
    }

.module-2-white .module-2-bg {
    background: #fff;
}

.module-2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1440px;
    height: 1000px;
    background: #F7F7F7;
}

.module-2-content {
    position: relative;
    z-index: 1;
}

.module-2-header {
    position: absolute;
    left: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1196px;
    height: 61px;
}

    .module-2-header .h1-tag {
        width: 1196px;
    }

    .module-2-header .subtitle {
        width: 706px;
    }

.slide-body {
    position: absolute;
    top: 113px;
    left: 53px;
    width: 1317px;
    height: 770px;
    overflow: hidden;
}

.module-2 .slide-body::before, .module-2 .slide-body::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 61px;
    pointer-events: none;
    z-index: 2;
    background: #F7F7F7;
}

.module-2 .slide-body::before {
    left: 0;
}

.module-2 .slide-body::after {
    right: 0;
}

.module-2.module-2-white .slide-body::before, .module-2.module-2-white .slide-body::after {
    background: #fff;
}

.slide-arrow-left {
    position: absolute;
    left: 0;
    top: 308px;
    width: 21.2px;
    height: 37.39px;
    z-index: 3;
    cursor: pointer;
    transition: opacity .3s ease;
}

    .slide-arrow-left:hover {
        opacity: .7;
    }

.slide-arrow-right {
    position: absolute;
    right: 0;
    top: 307.61px;
    width: 21.2px;
    height: 37.39px;
    z-index: 3;
    cursor: pointer;
    transition: opacity .3s ease;
    transform: rotate(180deg);
}

    .slide-arrow-right:hover {
        opacity: .7;
    }

.slide-container {
    display: flex;
    width: calc(484px * 6);
    height: 753px;
    position: relative;
    left: 0;
}

.slide-frames {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    width: 366px;
    height: 678px;
    flex-shrink: 0;
    position: relative;
    scroll-snap-stop: always; /* Takılmaları önle */
    flex-shrink: 0;
    /* GPU hızlandırması için */
    transform: translateZ(0);
    will-change: transform;
}

    .slide-frame:nth-child(1) {
        margin-left: 69px;
        justify-content: center;
    }

    .slide-frame:nth-child(2) {
        margin-left: 49px;
        margin-top: 75px;
        justify-content: flex-end;
    }

    .slide-frame:nth-child(3) {
        margin-left: 49px;
        justify-content: center;
    }

    .slide-frame:nth-child(2) .slide-image {
        filter: none !important; /* 3. karede filtreyi iptal et */
    }

        .slide-frame:nth-child(2) .slide-image:hover {
            filter: none !important;
        }

.slide-image {
    width: 366px;
    height: 610px;
    background-size: cover;
    background-position: center;
    transition: all .3s ease;
    cursor: pointer;
    filter: grayscale(100%) brightness(0.8); /* Siyah-beyaz ve biraz koyu */
}

    .slide-image:hover {
        filter: grayscale(0%) brightness(1); /* Hover'da orijinal renk */
    }
    .slide-frame:nth-child(1):hover ~ .slide-frame:nth-child(2) .slide-image {
    filter: grayscale(100%) !important;
}

.slide-frame:nth-child(2):has(~ .slide-frame:nth-child(3):hover) .slide-image {
    filter: grayscale(100%) !important;
}

.slide-text {
    width: 366px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.37;
    text-align: center;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
}

.slide-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.37;
    text-align: left;
    color: #000;
    text-decoration: none;
}

/* Module 3 - Instagram */
.module-3 {
    position: relative;
    width: 1440px;
    height: 497px;
    margin: 0 auto;
    background: #fff;
}

.module-3-bg {
    position: absolute;
    inset: 0;
    background: #F7F7F7;
}

.module-3-content {
    position: relative;
    z-index: 1;
    padding: 50px 77px;
}

.module-3-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.instagram-gallery {
    width: 1249px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.instagram-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21.2px;
    height: 37.39px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 2;
    height: 220px;
    background-color: #f7f7f7;
}

    .instagram-arrow:hover {
        opacity: 0.7;
    }

    .instagram-arrow.left {
        left: 0;
    }

    .instagram-arrow.right {
        right: 0;
        top: 0;
        opacity: 1;
        width: 23px;
        transform: rotate(180deg);
    }

.instagram-container {
    display: flex;
    width: 1286.393px;
    height: 220px;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    padding-left: 44px;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    opacity: 1;
}

    .instagram-container.fade-out {
        opacity: 0;
        transform: translateX(15px) scale(0.98);
    }

    .instagram-container.fade-in {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

.instagram-set {
    display: flex;
    gap: 24px;
    flex-shrink: 0;
}

.instagram-image {
    width: 220px;
    height: 220px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

    .instagram-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s ease-in-out;
    }

.social-media-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 50%;
    margin-top: 40px;
    transform: translateX(-50%);
}

    .social-media-icons .social-icon {
        width: 50px;
        height: 50px;
        background: #f0f0f0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        cursor: pointer;
        text-decoration: none;
        color: #666;
    }

        .social-media-icons .social-icon i {
            font-size: 25px;
            transition: all 0.3s ease;
        }

        .social-media-icons .social-icon img {
            width: 18px;
            height: 18px;
            filter: grayscale(100%) brightness(0.3);
            transition: all 0.3s ease;
        }

        .social-media-icons .social-icon:hover {
            transform: scale(1.05);
        }

            .social-media-icons .social-icon:hover i {
                transform: scale(1.1);
            }

            .social-media-icons .social-icon:hover img {
                transform: scale(1.1);
            }


/* Module 4 */
.module-4 {
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 75px 122px;
    width: 1440px;
    height: 1000px;
    margin: 0 auto;
    background: #fff;
}

.module-4-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1196px;
}

.screen-image {
    width: 1196px;
    height: 674px;
    background-image: url('/images/aaa.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

    .play-button::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-40%, -50%);
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 20px solid #fff;
    }

/* Module 13 - Villa Slider (hotel page) */
.module-13 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 47px;
    width: 1440px;
    height: 729px;
    margin: 0 auto;
    padding: 0 240px;
    box-sizing: border-box;
}

    .module-13 .slide-arrow {
        width: 21.2px;
        height: 37.39px;
        cursor: pointer;
        transition: opacity 0.3s ease;
    }

        .module-13 .slide-arrow:hover {
            opacity: 0.7;
        }

.module13-viewport {
    flex: 0 0 auto;
    width: calc(381px * 3 + 20px * 2);
    overflow: hidden;
}

.module13-scroller {
    display: flex;
    gap: 20px;
    overflow: hidden;
    will-change: transform;
    transition: transform 0.4s ease;
}

    .module13-scroller > .villa-card {
        flex: 0 0 381px;
    }

.villa-card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    scroll-snap-align: start;
}
/* Module 13 specific villa card layout - vertical */
.module-13 .villa-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 0 10px;
}

.villa-img {
    width: 100%;
    height: 523px;
    object-fit: cover;
    display: block;
}

.villa-text {
    width: 100%;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.37;
    text-align: center;
    color: #000;
    margin-bottom: 8px;
}

.villa-link {
    width: 100%;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.37;
    text-align: center;
    color: #000;
    text-decoration: underline;
    display: block;
}

/* Module 14 - Center with side previews */
.module-14 {
    position: relative;
    width: 1440px;
    height: 792px;
    margin: 0 auto;
    padding: 0 240px;
    box-sizing: border-box;
}

.large-villa-bg {
    position: absolute;
    top: 0;
    left: 244px;
    width: 952px;
    height: 634px;
    overflow: hidden;
}

.fill-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.m14-center-caption-left, .m14-center-link-right {
    position: absolute;
    display: none;
    bottom: 16px;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.37;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    z-index: 1;
}

.m14-center-caption-left {
    left: 16px;
}

.m14-center-link-right {
    right: 16px;
    text-decoration: none;
}

.villa-left-image, .villa-right-image {
    position: absolute;
    top: 0;
    width: 220px;
    height: 634px;
    overflow: hidden;
}

.villa-left-image {
    left: 0;
}

.villa-right-image {
    right: 0;
}

.side-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(255 255 255), rgb(255 255 255));
    opacity: 0.6;
    pointer-events: none;
}

.m14-clickable {
    cursor: pointer;
}

.m14-caption {
    position: absolute;
    display: none;
    left: 16px;
    bottom: 16px;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.37;
    color: #fff;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.m14-link {
    position: absolute;
    left: 16px;
    bottom: 16px;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.37;
    color: #fff;
    text-decoration: none;
    z-index: 1;
}

.m14-center-img {
    transition: opacity 0.3s ease;
}

.slider-points {
    position: absolute;
    top: 650.25px;
    left: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 952px;
    height: 63px;
}

.point {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #797979;
}

    .point.active {
        background: #4D4D4F;
    }

.all-villas-button {
    position: absolute;
    top: 729.25px;
    left: 488px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: 464px;
    height: 50px;
    background: #4D4D4F;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.37;
    text-align: center;
    cursor: pointer;
}



/* Module 16 - Contact */
.module-16 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 60px 240px;
    box-sizing: border-box;
    width: 100%;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 40px;
    background: #F7F7F7;
    border-radius: 8px;
    align-items: center;
    text-align: center;
}

.contact-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.37;
    color: #000;
    margin-bottom: 8px;
}

.contact-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    max-width: 800px;
}

.google-maps {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.google-maps-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

/* Footer */
.footer {
    margin-top: 137px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    border-top: 1px solid #E5E5E5;
}

.footer-bg {
    width: 100%;
    height: 362px;
    background: rgba(8, 90, 22, 0.2);
    min-width: 0;
}

.footer-content {
    position: absolute;
    top: 34px;
    left: 313px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 181.38px;
}

.footer-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.ng-hotels-logo {
    width: 141.44px;
    height: 37.04px;
}

.ng-sign-logo {
    width: 166.57px;
    height: 41.39px;
}

.footer-contact {
    text-align: center;
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .footer-contact a {
        text-align: center;
        color: #797979;
        font-weight: 400;
        font-size: 14px;
        line-height: 2;
        width: 100%;
        text-decoration: none;
    }

.footer-email {
    height: 22px;
}

.footer-phone {
    margin-top: 0;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181.38px;
    height: 29.43px;
    justify-content: space-between;
}

    .footer-social a {
        width: 40px;
        height: 40px;
        background: rgba(8, 90, 22, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
        text-decoration: none;
        color: #666;
    }

        .footer-social a i {
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .footer-social a img {
            width: 18px;
            height: 18px;
            filter: grayscale(100%) brightness(0.3);
            transition: all 0.3s ease;
        }

        .footer-social a:hover {
            transform: scale(1.05);
        }

            .footer-social a:hover i {
                transform: scale(1.1);
            }

            .footer-social a:hover img {
                transform: scale(1.1);
            }

.footer-contact {
    text-decoration: none;
    color: #797979;
    transition: color 0.3s ease;
}

    .footer-contact:hover {
        color: #4D4D4F;
    }

.footer-menu {
    position: absolute;
    top: 34px;
    left: 606px;
    width: 220px;
    height: 176px;
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    text-align: left;
}

    .footer-menu a {
        color: #797979;
        text-decoration: none;
        transition: color 0.3s ease;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 2;
    }

        .footer-menu a:hover {
            color: #4D4D4F;
        }

    .footer-menu div a {
        color: #797979;
        text-decoration: none;
        transition: color 0.3s ease;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 2;
    }

        .footer-menu div a:hover {
            color: #4D4D4F;
        }

.footer-legal {
    position: absolute;
    top: 34px;
    left: 972px;
    width: 292px;
    height: 256px;
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    text-align: left;
}

    .footer-legal a {
        color: #797979;
        text-decoration: none;
        transition: color 0.3s ease;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 2;
    }

        .footer-legal a:hover {
            color: #4D4D4F;
        }

    .footer-legal div a {
        color: #797979;
        text-decoration: none;
        transition: color 0.3s ease;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 2;
    }

        .footer-legal div a:hover {
            color: #4D4D4F;
        }

.newsletter {
    position: absolute;
    top: 32px;
    left: 1338px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    width: 355px;
}

.newsletter-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.newsletter-input {
    width: 100%;
    height: 45px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    box-sizing: border-box;
    font-family: 'Metropolis', Arial, sans-serif;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .newsletter-input:focus {
        outline: none;
        border-color: #617553;
        box-shadow: 0 0 0 3px rgba(97, 117, 83, 0.1);
    }

    .newsletter-input::placeholder {
        color: #999;
        font-style: italic;
    }

.newsletter-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-top: 5px;
}

.checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    background: #fff;
    flex-shrink: 0;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 2px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .checkbox:hover {
        border-color: #617553;
    }

    .checkbox.checked {
        background: #617553;
        border-color: #617553;
    }

        .checkbox.checked::after {
            content: '✓';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 12px;
            font-weight: bold;
        }

.checkbox-text {
    flex: 1;
    font-weight: 350;
    font-size: 12px;
    line-height: 1.4;
    color: #666;
    text-align: left;
    cursor: pointer;
}

.send-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    width: auto;
    min-width: 100px;
    height: 45px;
    background: #617553;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.37;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .send-button:hover {
        background: #4a5a3f;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(97, 117, 83, 0.3);
    }

    .send-button:active {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(97, 117, 83, 0.3);
    }

    .send-button:disabled {
        background: rgba(8,90,22,0.2);
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.copyright {
    width: 100%;
    height: 27px;
    background-color: #FFF;
    text-align: center;
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    left: 0;
}
.copyright a{
    text-decoration:none;
    height: 27px;
    background-color: #FFF;
    text-align: center;
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    left: 0;
}

/* Footer wide-screen centering (e.g., 2K/4K). We keep a 1440px content grid centered
   and position absolute sections relative to it using calc(). */
@media (min-width: 1440px) {
    /* 50% - 720px centers the 1440px grid; add original left offsets on top */
    .footer-content {
        left: calc(50% - 720px + 013px);
    }

    .footer-menu {
        left: calc(50% - 720px + 306px);
    }

    .footer-legal {
        left: calc(50% - 720px + 572px);
    }

    .newsletter {
        left: calc(50% - 780px + 1038px);
    }
}

/* Section Spacing */
.section-spacing {
    padding-top: 80px;
    padding-bottom: 0;
}

/* Module 5 - Privileges Section */
.module-5-container {
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    background: #F7F7F7;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.privilege-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.privilege-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

    .image-wrapper img {
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.privilege-image:hover .image-wrapper img {
    transform: scale(1.05);
}

.slider-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
    z-index: 2;
}

.slider-arrow {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .slider-arrow:hover {
        background: rgba(255, 255, 255, 1);
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .slider-arrow img {
        width: 18px;
        height: 18px;
        transition: transform 0.3s ease;
    }

    .slider-arrow.right img {
        transform: rotate(180deg);
    }

    .slider-arrow:hover img {
        transform: scale(1.1);
    }

    .slider-arrow.right:hover img {
        transform: rotate(180deg) scale(1.1);
    }

.privilege-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 0;
    min-width: 464px;
    max-width: 464px;
}

    .privilege-text p {
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        color: #555;
        margin: 0;
        text-align: left;
    }

.privilege-title {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.privilege-description:first-of-type {
    margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-spacing {
        padding-top: 60px;
    }

    .module-5-container {
        padding: 50px 30px;
    }

    .privilege-content {
        gap: 40px;
    }

    .privilege-image {
        height: 350px;
    }

    .privilege-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .section-spacing {
        padding-top: 50px;
    }

    .module-5-container {
        padding: 40px 20px;
    }

    .privilege-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .privilege-image {
        height: 300px;
        order: 1;
    }

    .privilege-text {
        order: 2;
        gap: 20px;
    }

    .privilege-title {
        font-size: 24px;
        text-align: center;
    }

    .privilege-description {
        font-size: 15px;
        text-align: center;
    }

    .slider-arrows {
        padding: 0 15px;
    }

    .slider-arrow {
        width: 45px;
        height: 45px;
    }

        .slider-arrow img {
            width: 16px;
            height: 16px;
        }
}

@media (max-width: 480px) {
    .section-spacing {
        padding-top: 40px;
    }

    .module-5-container {
        padding: 30px 15px;
    }

    .privilege-content {
        gap: 25px;
    }

    .privilege-image {
        height: 250px;
    }

    .privilege-text {
        gap: 16px;
    }

    .privilege-title {
        font-size: 20px;
    }

    .privilege-description {
        font-size: 14px;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }

        .slider-arrow img {
            width: 14px;
            height: 14px;
        }
}

/* Active menu item styling */
.second-menu .menu-item.active {
    color: #617553;
    font-weight: 600;
}


.second-menu {
    width: 100%;
    background: #4D4D4F;
    padding: 10px 0;
    position: sticky; /* sticky yap */
    top: 100px; /* desktop: header yüksekliği kadar offset */
}

/* Header küçülüyorsa scrolled halde offset'i düşür */
.header.is-scrolled ~ .second-menu {
    top: 120px;
}





/* Responsive tweaks */
@media (max-width: 1920px) {

    .second-menu {
        width: 100%;
        overflow-x: hidden;
    }

    /* Use 100% instead of 100vw to avoid horizontal scrollbar-caused overflow */
    .slide {
        width: 100%;
    }

    .hero-section {
        width: 100%;
        height: 600px;
    }

    .header {
        width: 100%;
        transform: none;
        left: 0;
        padding: 20px 0 0;
        gap: 0px;
    }

    .slider-dots {
        right: 6.25%;
    }

    .second-menu {
        width: 100%;
        overflow-x: hidden;
    }
    /*  .main-content2{*/
    /*padding: 20px 240px;*/
    /*  }*/
    .module-5 {
        width: 90%;
        max-width: 1440px;
        margin: auto;
        padding: 80px 120px;
    }

    .module-5-content {
        display: flex;
        flex-direction: reverse;
        gap: 30px;
        margin-bottom: 64px;
    }

    .module-5.module-5-reverse .module-5-content {
        flex-direction: reverse;
    }

    /* .privilege-slider,
  .privilege-text {
    width: 100%;
    max-width: 600px;
  } */
}

/* Mobile responsive hamburger menu */
@media (max-width: 768px) {
    .header {
        padding: 20px 0 0;
        gap: 0;
        position: relative;
        align-items: center;
        height: 80px;
        display: flex;
        justify-content: space-between;
    }

    .header-left {
        gap: 0;
        height: auto;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }

    .menu-section {
        padding: 0 0 0 20px;
        gap: 8px;
        width: auto;
        height: auto;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .menu-title {
        display: none; /* Mobilde sadece hamburger ikonu gÃ¶ster */
    }

    .menu-icon {
        width: 30px;
        height: 30px;
    }

    .menu-line {
        width: 25px;
        height: 3px;
    }

    .header-frame {
        display: none; /* Mobilde gizle */
    }

    .logo {
        height: 60px;
        flex: 1;
        justify-content: center;
        display: flex;
        align-items: center;
        position: static;
        transform: none;
    }

        .logo img {
            width: 200px;
            height: 54px;
        }

    .header-right {
        display: none; /* Mobilde header right kÄ±smÄ±nÄ± gizle */
    }

    /* Mobilde dil dropdown'Ä± logo saÄŸÄ±nda gÃ¶ster */
    .mobile-lang-section {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        z-index: 10;
        padding-right: 20px;
        position: relative;
    }

        .mobile-lang-section .lang-dropdown {
            background: rgba(255, 255, 255, 0.2);
            border-radius: 8px;
            padding: 8px 12px;
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

            .mobile-lang-section .lang-dropdown:hover {
                background: rgba(255, 255, 255, 0.3);
            }

        .mobile-lang-section .lang-text {
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            text-transform: uppercase;
        }

        .mobile-lang-section .lang-arrow {
            width: 8px;
            height: 8px;
            filter: brightness(0) invert(1);
            transition: transform 0.3s ease;
            display: block !important;
        }

            .mobile-lang-section .lang-arrow.open {
                transform: rotate(180deg);
            }

        .mobile-lang-section .lang-menu {
            position: absolute;
            top: 100%;
            right: 0;
            left: auto;
            min-width: 80px;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 8px;
            padding: 8px 0;
            margin-top: 4px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .mobile-lang-section .lang-option {
            padding: 8px 16px;
            font-weight: 500;
            font-size: 16px;
            color: #000;
            cursor: pointer;
            transition: background 0.2s ease;
            text-transform: uppercase;
        }

            .mobile-lang-section .lang-option:hover {
                background: rgba(0, 0, 0, 0.05);
            }

            .mobile-lang-section .lang-option.active {
                background: rgba(0, 0, 0, 0.1);
                font-weight: 600;
            }

    .hamburger-menu {
        top: 70px;
        left: 20px;
        right: 20px;
        width: auto;
        height: auto;
        max-height: calc(100vh - 90px);
        padding: 40px 30px 30px 30px;
        border-radius: 15px;
    }

    .menu-close-btn {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }

    .close-icon {
        font-size: 20px;
    }

    .hamburger-menu .menu-item {
        font-size: 18px;
        padding: 14px 16px;
    }

    .social-icons {
        gap: 15px;
        padding-top: 20px;
    }

    .social-icon {
        width: 24px;
        height: 24px;
        padding: 6px;
    }

    /* Mobilde header background'Ä± dÃ¼zenle */
    .header-background {
        height: 100px;
    }

    /* Module 16 - Contact Section Mobil */
    .module-16 {
        padding: 40px 20px;
        gap: 16px;
    }

    .contact-info {
        padding: 20px 16px;
        gap: 12px;
    }

    .contact-title {
        font-size: 20px;
    }

    .contact-text {
        font-size: 14px;
        line-height: 1.4;
    }

    .google-maps {
        height: 300px;
    }
}

/* Module 10 - Detail Content Image Slider */
.image-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

    .image-slider .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

        .image-slider .slide.active {
            opacity: 1;
        }

        .image-slider .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

/* Content arrows styling */
.content-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.content-arrow {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .content-arrow:hover {
        background: rgba(255, 255, 255, 1);
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .content-arrow.left img {
        transform: rotate(180deg);
    }

    .content-arrow img {
        width: 20px;
        height: 20px;
        filter: brightness(0);
        transition: transform 0.3s ease;
    }

    .content-arrow:hover img {
        transform: scale(1.1);
    }

    .content-arrow.left:hover img {
        transform: rotate(180deg) scale(1.1);
    }

/* Tablet responsive hamburger menu */
@media (max-width: 1024px) and (min-width: 769px) {
    .header {
        padding: 30px 0 0;
        gap: 20px;
    }

    .header-left {
        gap: 20px;
    }

    .menu-section {
        padding: 0 0 0 30px;
        gap: 12px;
    }

    .menu-title {
        font-size: 22px;
    }

    .logo img {
        width: 280px;
        height: 75px;
    }

    .header-right {
        gap: 20px;
        padding: 0 30px 0 0;
    }

    .hamburger-menu {
        top: 90px;
        left: 30px;
        width: 380px;
        height: 480px;
        padding: 50px 35px 35px 35px;
    }

        .hamburger-menu .menu-item {
            font-size: 19px;
            padding: 15px 18px;
        }
}

/* Module 6 - Image Grid */
.module-6 {
    padding: 50px 0;
    margin: 0 auto;
    width: 1440px;
}

.image-grid {
    width: 1440px;
    height: 1172px;
    position: relative;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Figma exact positioning */

/* Module 8 - Restaurant Feature */
.module-8 {
    padding: 80px 0;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

.module-8-container {
    max-width: 1440px;
    margin: 0 auto;
}

.restaurant-content {
    display: flex;
    gap: 0;
    align-items: stretch;
    height: 525px;
}

/* Sol Panel - YazÄ± AlanÄ± */
.restaurant-text-section {
    flex: 0 0 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 25px;
    background: #f7f7f7;
    position: relative;
    z-index: 1;
}

.restaurant-text-content {
    max-width: 100%;
    margin-right: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.restaurant-title {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
}

.restaurant-description {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    color: #000;
    margin: 0 0 0px 0;
    text-align: left;
    letter-spacing: .03125rem;
}

.restaurant-button {
    border: 1px solid #4D4D4F;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .restaurant-button:hover {
        background: #4D4D4F;
    }

        .restaurant-button:hover a {
            color: white;
        }

    .restaurant-button a {
        color: #000;
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 500;
        font-size: 22px;
        text-decoration: none;
        text-align: center;
        letter-spacing: 1px;
        width:100%;
    }

/* Location Pin */
.location-pin {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pin-icon {
    width: 30px;
    height: 30px;
    background: #4D4D4F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

/* Orta Panel - Restoran GÃ¶rseli */
.restaurant-main-image {
    flex: 0 0 33.33%;
    position: relative;
    overflow: hidden;
}

    .restaurant-main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* SaÄŸ Panel - Slider AlanÄ± */
.restaurant-slider {
    flex: 0 0 66.67%;
    padding-left: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.restaurant-slides-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.restaurant-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    transition: all 0.5s ease-in-out;
}

    .restaurant-slide.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

.slider-main-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .slider-main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slider-side-image {
    flex: 0 0 200px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .slider-side-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Slider Navigasyon ButonlarÄ± - SaÄŸ Alt */
.restaurant-navigation {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin-top: 20px;
    padding-top:30px;
}

.nav-arrow {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #4D4D4F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    position: relative;
    transition: all 0.3s ease;
}

    .nav-arrow:hover {
        background: #4D4D4F;
        transform: scale(1.1);
    }

        .nav-arrow:hover img {
            filter: brightness(0) invert(1);
        }

    .nav-arrow img {
        width: 20px;
        height: 20px;
        filter: brightness(0);
        transition: all 0.3s ease;
    }

    .nav-arrow.right img {
        transform: rotate(180deg);
    }

/* Restaurant Content Responsive */
@media (max-width: 1200px) {
    .restaurant-content {
        height: 450px;
    }

    .restaurant-text-section {
        padding: 25px 20px;
    }

    .restaurant-title {
        font-size: 38px;
    }

    .restaurant-description {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .restaurant-content {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .restaurant-text-section {
        flex: none;
        padding: 30px 20px;
        order: 1;
    }

    .restaurant-slider {
        flex: none;
        padding: 0;
        order: 2;
        height: 300px;
    }

    .restaurant-title {
        font-size: 32px;
        text-align: center;
    }

    .restaurant-description {
        font-size: 14px;
        text-align: center;
    }

    .restaurant-text-content {
        max-width: 100%;
        margin: 0;
    }

    .restaurant-navigation {
        justify-content: center;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .restaurant-content {
        gap: 15px;
    }

    .restaurant-text-section {
        padding: 20px 15px;
    }

    .restaurant-slider {
        height: 250px;
    }

    .restaurant-title {
        font-size: 28px;
    }

    .restaurant-description {
        font-size: 13px;
    }

    .restaurant-button a {
        font-size: 18px;
    }
}


/* Lezzet Pages Styles */
/* Module 19 - Lezzet Content */
.module-19 {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin: 0 auto;
    width: 1440px;
    max-width: 1440px;
    padding: 80px 0;
}

.lezzet-image-section {
    flex: 1;
}

.main-lezzet-image {
    position: relative;
    width: 708px;
    height: 552px;
    overflow: hidden;
}

    .main-lezzet-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lezzet-text-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding-left: 24px;
}

.lezzet-title {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.lezzet-description {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    color: #000;
    margin: 0;
}

.lezzet-button {
    border: 1px solid #4D4D4F;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease;
}

    .lezzet-button:hover {
        background: #4D4D4F;
    }

        .lezzet-button:hover a {
            color: white;
        }

    .lezzet-button a {
        color: #000;
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 500;
        font-size: 22px;
        text-decoration: none;
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
    }

/* Module 20 - Side Content */
.module-20 {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin: 0 auto;
    width: 1440px;
    max-width: 1440px;
    padding: 80px 0;
}

.side-text-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding-left: 24px;
}

.side-title {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.side-description {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    color: #000;
    margin: 0;
}

.side-button {
    border: 1px solid #4D4D4F;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease;
}

    .side-button:hover {
        background: #4D4D4F;
    }

        .side-button:hover a {
            color: white;
        }

    .side-button a {
        color: #000;
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 500;
        font-size: 22px;
        text-decoration: none;
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
    }

.side-image-section {
    flex: 1;
}

.side-lezzet-image {
    position: relative;
    width: 908px;
    height: 552px;
    overflow: hidden;
}

.side-lezzet-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.side-lezzet-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

    .side-lezzet-slide.active {
        opacity: 1;
    }

.side-lezzet-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Module 21 - Rezervasyon Section */
.module-21 {
    display: flex;
    flex-direction: column;
    align-items: center;
  
    margin: 0 auto;
    width: 1196px;
    padding: 80px 0;
}

.rezervasyon-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    text-align: center;
}

.rezervasyon-button {
    display: flex;
    justify-content: center;
}

    .rezervasyon-button button {
        background: #797979;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 10px 40px;
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .rezervasyon-button button:hover {
            background: #666;
            transform: scale(1.05);
        }

/* Module 22 - Galeri Content */
.module-22 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 1440px;
    padding: 80px 154px;
}

.galeri-main-image {
    width: 100%;
    height: auto;
    cursor: pointer;
}

    .galeri-main-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

/* Haberler Pages Styles */
/* Module 23 - Haber Cards */
.module-23 {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 80px 240px;
}

.haber-card {
    display: flex;
    gap: 24px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.haber-image {
    position: relative;
    width: 830px;
    height: 467px;
    overflow: hidden;
}

    .haber-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.haber-content {
    display: flex;
    flex-direction: column;
    gap: 21px;
    width: 586px;
    justify-content: center;
}

.haber-title {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.haber-description {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.37;
    color: #000;
    margin: 0;
}

.haber-button {
    border: 1px solid #4D4D4F;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease;
}

    .haber-button:hover {
        background: #4D4D4F;
    }

        .haber-button:hover a {
            color: white;
        }

    .haber-button a {
        color: #000;
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 500;
        font-size: 22px;
        text-decoration: none;
        letter-spacing: 1px;
    }

/* Module 24 - Haber Detail Content */
.module-24 {
    margin: 0 auto;
    width: 1440px;
}

.haber-detail-container {
    display: flex;
    flex-direction: column;
    gap: 53px;
}

.haber-detail-image {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden;
}

    .haber-detail-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.haber-detail-text {
    width: 100%;
    max-height: min-content;
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.37;
    color: #000;
    text-align: center;
}

    .haber-detail-text p {
        margin: 0;
    }

/* Navigation Buttons Section */
.navigation-buttons-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 80px 0px 0;
}

.nav-button {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 16px 24px;
    /* border-radius: 12px;
  background: #f8f9fa;
  border: 2px solid #e9ecef; */
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

/* .nav-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
} */

/* .nav-button:hover::before {
  left: 100%;
} */

/* .nav-button:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: #dee2e6;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
} */

/* .nav-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nav-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.nav-button:focus:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(0, 123, 255, 0.25);
} */

.nav-text {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #2c2c2c;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.nav-button:hover .nav-icon {
    transform: scale(1.1);
}

.nav-icon img {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.nav-button.prev .nav-icon img {
    transform: rotate(180deg);
}

.nav-button.next:hover .nav-icon img {
    transform: translateX(3px);
}

.nav-button.prev:hover .nav-icon img {
    transform: rotate(180deg) translateX(-3px);
}

/* Mobile Navigation Buttons */
@media (max-width: 768px) {
    .navigation-buttons-section {
        padding: 60px 20px 0;
        flex-direction: row !important;
        justify-content: space-between;
        gap: 16px;
    }

    .nav-button {
        width: auto !important;
        max-width: none !important;
        justify-content: center;
        padding: 14px 20px;
        flex: 1;
    }

    .nav-text {
        font-size: 15px;
    }

    .nav-icon {
        width: 20px;
        height: 20px;
    }

        .nav-icon img {
            width: 18px;
            height: 18px;
        }
}

/* KidsClub Pages Styles */
/* Module 25 - Kids Image Grid */
.module-25 {
    margin: 0 auto;
    width: 1440px;
}

.kids-image-grid {
    position: relative;
    width: 100%;
    height: 1172px;
}

.grid-image {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .grid-image:hover {
        transform: scale(1.02);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .grid-image a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    .grid-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }

    .grid-image:hover img {
        transform: scale(1.05);
    }



/* Module 26 - Kids Activity Slider */
.module-26 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
    margin: 0 auto;
    width: 1440px;
    padding: 80px 0;
}

.kids-activity-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    width: 1196px;
}

.kids-activity-slider {
    display: flex;
    align-items: center;
    gap: 38px;
}
.kids-activity-slider-2{
    display: flex;
    align-items: center;
    gap: 38px;
}

.activity-slides {
    display: flex;
    gap: 40px;
    align-items: center;
}

.activity-slide {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .activity-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .activity-slide.main-slide {
        width: 586px;
        height: 360px;
    }

    .activity-slide.side-slide {
        width: 283px;
        height: 360px;
    }

.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.88);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slide-link {
    font-family: 'Metropolis', Arial, sans-serif;
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.slide-image img {
    width: 366px;
    height: 610px;
    object-fit: cover;
}

.slide-link:hover {
    opacity: 0.8;
}

/* Module 27 - Kids Program */
.module-27 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 1440px;
    padding: 40px 0px;
}

.kids-program-container {
    display: flex;
    gap: 24px;
    align-items: center;
}

.program-image {
    position: relative;
    width: 708px;
    height: 552px;
    overflow: hidden;
}

.program-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.program-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

    .program-slide.active {
        opacity: 1;
    }

    .program-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.program-content {
    display: flex;
    flex-direction: column;
    gap: 21px;
    width: 512px;
    justify-content: center;
}

.program-title {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.program-description {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    letter-spacing: .03125rem;
    color: #000;
    margin: 0;
}

/* Old lightbox styles removed - using Module 15 section */

/* Module 8B - Entertainment Slider */
.module-8b {
    padding: 50px 0;
    margin: 0 auto;
    width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.module-8b-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.module-8b-slider {
    display: flex;
    align-items: center;
    gap: 38px;
    width: 100%;
    justify-content: center;
}

.slider-content {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.left-section {
    flex: 1;
}

.right-section {
    display: flex;
    gap: 20px;
    width: 586px;
    height: 360px;
}

.main-card {
    width: 586px;
    height: 360px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.side-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.entertainment-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: #4A90E2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.badge-letter {
    color: white;
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.card-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    z-index: 2;
}

.card-date {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.card-title {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.card-link {
    color: white;
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.37;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider-arrow-left,
.slider-arrow-right {
    width: 21.2px;
    height: 37.39px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .slider-arrow-left:hover,
    .slider-arrow-right:hover {
        transform: scale(1.1);
    }

    .slider-arrow-right img {
        transform: rotate(180deg);
    }

/* Villa Pages Styles */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 0;
}

    .hero-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.header-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.88%, rgba(0, 0, 0, 1) 100%);
    z-index: 5;
}

/* Module 17 - Villa Cards */
.module-17 {
    display: flex;
    flex-direction: column;
    gap: 49px;
    margin: 0 auto;
    width: 1440px;
}

.villa-card {
    display: flex;
    gap: 24px;
    align-items: flex-end;
}

.villa-image {
    position: relative;
    width: 830px;
    height: 467px;
    overflow: hidden;
}

    .villa-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.villa-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 2;
}

.villa-arrow {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .villa-arrow:hover {
        background: rgba(255, 255, 255, 0.9);
        transform: scale(1.1);
    }

    .villa-arrow img {
        width: 21.2px;
        height: 37.39px;
    }

    .villa-arrow.right img {
        transform: rotate(180deg);
    }

.villa-content {
    display: flex;
    width: 586px;
    height: 467px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.villa-content p{
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: .03125rem;
    color: #000;
    margin: 0;
}

.villa-title {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.villa-description {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.66;
    letter-spacing:.03125rem;
    color: #000;
    margin: 0;
}

.villa-button {
    border: 1px solid #4D4D4F;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .villa-button:hover {
        background: #4D4D4F;
    }

        .villa-button:hover a,
        .villa-button:focus-within a {
            color: #fff;
        }

    .villa-button a:hover {
        color: #fff;
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 1.37;
        text-decoration: none;
        text-align: center;
    }



    .villa-button a {
        color: #000;
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 1.37;
        text-decoration: none;
        text-align: center;
        width: 100%;
    }

/* Villa list page specific overrides to match design: white card with black texts */
.villa-list-page .villa-card {
    align-items: stretch;
}

.villa-list-page .villa-content {
    background: #ffffff;
    color: #000000;
    padding: 32px;
    height: auto;
}

.villa-list-page .villa-title {
    color: #000000;
}

.villa-list-page .villa-description {
    color: #000000;
}

.villa-list-page .villa-button {
    border-color: #000000;
}

    .villa-list-page .villa-button a {
        color: #000000;
    }

    .villa-list-page .villa-button:hover {
        background: #000000;
    }

        .villa-list-page .villa-button:hover a {
            color: #ffffff;
        }

/* Module 18 - Villa Detail Header */
.module-18 {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0 auto;
    width: 1196px;
    padding-bottom:50px;
}

.room-detail-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: auto;
}

.detail-item {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.37;
    text-align: center;
    color: #000000;
}

.detail-separator {
    width: 0;
    height: 33px;
    border-left: 1px solid #000000;
}

/* Module 14 - Villa Gallery */
.module-14 {
    margin: 0 auto;
    width: 1440px;
    height: 792px;
    position: relative;
}

.villa-gallery {
    position: relative;
    width: 100%;
    height: 634px;
    display: grid;
    grid-template-columns: 220px 952px 220px;
    grid-template-rows: 1fr;
    gap: 24px;
    padding: 0 244px;
}

.gallery-main {
    position: relative;
    grid-column: 2;
    overflow: hidden;
}

    .gallery-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-left {
    position: relative;
    grid-column: 1;
    overflow: hidden;
    opacity: 0.6;
}

    .gallery-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-right {
    position: relative;
    grid-column: 3;
    overflow: hidden;
    opacity: 0.6;
}

    .gallery-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-overlay-left {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: white;
}

.gallery-overlay-right {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    color: white;
}

.overlay-title {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.37;
    text-align: center;
    margin-bottom: 10px;
}

.overlay-link {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.37;
    text-align: center;
    cursor: pointer;
}

.gallery-dots {
    position: absolute;
    bottom: 63px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #797979;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .dot.active {
        background: #4D4D4F;
    }

.gallery-button {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    background: #4D4D4F;
    border-radius: 5px;
    padding: 10px;
    width: 464px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .gallery-button a {
        color: white;
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.37;
        text-decoration: none;
        text-align: center;
    }

/* Room Detail Content */
.room-detail-content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    /*       */
    margin: 0 auto;
    width: 707px;
    padding: 80px 0;
}

.detail-header {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.detail-text-columns {
    display: flex;
    gap: 83px;
}

.text-column {
    width: 312px;
}

    .text-column p {
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.37;
        color: #000000;
        margin: 0;
    }

/* Reservation Section */
.reservation-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 0 auto;
}

.reservation-button-main {
    background: #797979;
    border-radius: 5px;
    padding: 10px;
    width: 364px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .reservation-button-main a {
        color: white;
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.37;
        text-decoration: none;
        text-align: center;
    }



/* Module 15 - Mini Squares */
.module-15 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 79px;
    margin: 0 auto;
    width: 1440px;
    padding: 0px 120px;
    box-sizing: border-box;
}

.module-15-header {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

    .module-15-header .h1-text {
        font-family: 'Times New Roman', serif;
        font-weight: 400;
        font-size: 45px;
        line-height: 1.15;
        text-transform: uppercase;
        color: #333;
        margin: 0 0 20px 0;
    }

    .module-15-header .subtitle {
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 350;
        font-size: 20px;
        line-height: 1.5;
        color: #666;
        margin: 0 0 20px 0;
    }

    .module-15-header .description {
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 350;
        font-size: 16px;
        line-height: 1.6;
        color: #666;
        max-width: 800px;
        margin: 0 auto;
    }

.mini-squares {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
}

.mini-card {
    width: 100%;
    height: 250px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .mini-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

.mini-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.square-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 30px 20px 20px;
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

/* Fancybox Custom Styles */
.mini-card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

    .mini-card a:hover {
        text-decoration: none;
        color: inherit;
    }

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: transform 0.3s ease;
}

    .gallery-item a:hover {
        transform: scale(1.05);
    }

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.gallery-item:hover img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Fancybox UI Customizations */
.fancybox__toolbar {
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(10px);
}

.fancybox__button {
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

    .fancybox__button:hover {
        background: rgba(255, 255, 255, 1) !important;
        transform: scale(1.1) !important;
    }

.fancybox__caption {
    background: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
    font-family: 'Metropolis', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    margin: 0 auto !important;
    max-width: 80% !important;
}

.fancybox__infobar {
    background: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
    font-family: 'Metropolis', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 20px !important;
    padding: 8px 16px !important;
}

.fancybox__thumbs {
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(10px);
}

.fancybox__thumb {
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

    .fancybox__thumb:hover {
        transform: scale(1.05) !important;
    }

    .fancybox__thumb.is-nav-selected {
        border: 2px solid #fff !important;
    }

/* Responsive Fancybox */
@media (max-width: 768px) {
    .fancybox__button {
        width: 40px !important;
        height: 40px !important;
    }

    .fancybox__caption {
        font-size: 12px !important;
        padding: 8px 16px !important;
    }

    .fancybox__infobar {
        font-size: 12px !important;
        padding: 6px 12px !important;
    }
}

/* Gallery Grid - Module 15 */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(auto-fit, minmax(250px, 1fr));
    gap: 6px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.gallery-item {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

    .gallery-item:hover {
        transform: scale(1.02);
        text-decoration: none;
        color: inherit;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .gallery-item:hover img {
        transform: scale(1.05);
    }

/* Gallery Grid Responsive */
@media (max-width: 1200px) {
    .gallery-grid {
        max-width: 100%;
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
        gap: 4px;
        padding: 20px 10px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto-fit, minmax(150px, 1fr));
        gap: 3px;
        padding: 15px 5px;
    }
}

/* Module 9 - Text & Image */
.module-9 {
    padding: 50px 120px;
    margin: 0 auto;
    width: 1440px;
    max-width: 1440px;
}

    .module-9.spa-version {
        background-color: #F7F7F7;
        padding: 80px 0;
        margin: 0;
        width: 100%;
    }

        .module-9.spa-version .module-9-content {
            width: 1436px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.module-9-content {
    display: flex;
    gap: 31px;
    align-items: center;
}

.text-area {
    width: 575px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.section-title {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.section-description {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    letter-spacing: .03125rem;
    color: #000;
    margin: 0;
}

.detail-button {
    border: 1px solid #4D4D4F;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

    .detail-button:hover {
        background-color: #000;
        color: #fff;
    }

        .detail-button:hover a {
            background-color: #000;
            color: #fff;
        }

    .detail-button a {
        color: #000;
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 1.37;
        text-decoration: none;
        text-align: center;
        width:100%;
    }


.image-area {
    position: relative;
    width: 708px;
    height: 552px;
}

    .image-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.image-arrows {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    pointer-events: none;
    left: 0rem;
}

.image-arrow {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

    .image-arrow:hover {
        background: rgba(255, 255, 255, 1);
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    .image-arrow img {
        width: 24px;
        height: 24px;
        filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    }

    .image-arrow.right img {
        transform: rotate(180deg);
    }

    .image-arrow.left img {
        transform: rotate(0deg);
    }

/* Module 10 - Detail Content */
.module-10 {
    padding: 50px 0;
    margin: 0 auto;
    width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 53px;
}

.detail-image {
    width: 100%;
    height: 720px;
    position: relative;
}

    .detail-image img {
        width: 100%;
        height: 75%;
        object-fit: cover;
    }

.detail-content {
    padding: 0 20px;
}

.detail-text {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.37;
    color: #000;
    text-align: center;
    margin: 0;
    overflow: hidden;
}

.content-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 26px;
    pointer-events: none;
    z-index: 2;
}

.content-arrow {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    padding: 8px 12px;
}

    .content-arrow:hover {
        background: rgba(255, 255, 255, 0.8);
    }


    .content-arrow.right img {
        transform: rotate(180deg);
    }
/* Navigation Buttons */
.navigation-buttons {
    display: flex;
    justify-content: space-between;
    padding: 50px 255px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
}

    .navigation-buttons .nav-button {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 12px 20px;
        border-radius: 8px;
        background: transparent;
        border: 1px solid transparent;
    }

        .navigation-buttons .nav-button:hover {
            transform: scale(1.05);
            background: rgba(0, 0, 0, 0.05);
            border-color: rgba(0, 0, 0, 0.1);
        }

        .navigation-buttons .nav-button span {
            font-family: 'Metropolis', Arial, sans-serif;
            font-weight: 500;
            font-size: 16px;
            line-height: 1.37;
            color: #000;
            white-space: nowrap;
        }

    .navigation-buttons .nav-arrow {
        font-family: 'Metropolis', Arial, sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: #000;
        margin-left: 8px;
    }

    .navigation-buttons .nav-button.prev .nav-arrow {
        margin-left: 0;
        margin-right: 8px;
    }

    .navigation-buttons .nav-button img {
        width: 17px;
        height: 31px;
    }

    .navigation-buttons .nav-button.next img {
        transform: rotate(180deg);
    }

/* Module 11 - SPA Grid */
.module-11 {
    padding: 50px 0;
    margin: 0 auto;
    width: 1440px;
}

.spa-grid {
    display: flex;
    gap: 24px;
    height: 481px;
}

.spa-grid-left {
    width: 708px;
    height: 100%;
}

    .spa-grid-left a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease;
    }

        .spa-grid-left a:hover {
            transform: scale(1.02);
        }

    .spa-grid-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .spa-grid-left a:hover img {
        transform: scale(1.05);
    }

.spa-grid-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    width: 708px;
}

.spa-grid-item {
    width: 342px;
    height: 228px;
    position: relative;
    overflow: hidden;
}

    .spa-grid-item a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease;
    }

        .spa-grid-item a:hover {
            transform: scale(1.02);
        }

    .spa-grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .spa-grid-item a:hover img {
        transform: scale(1.05);
    }

/* SPA Grid Fancybox overlay effect */
.spa-grid a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.spa-grid a:hover::before {
    opacity: 1;
}

/* .spa-grid a::after {
  content: 'ðŸ”';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
} */

.spa-grid a:hover::after {
    opacity: 1;
}

/* Module 12 - SPA Services */
.module-12 {
    padding: 50px 0;
    margin: 0 auto;
    width: 1440px;
}

.module-12-content {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center;
}

.image-area-reverse {
    position: relative;
    width: 708px;
    height: 552px;
    order: 2;
}

    .image-area-reverse img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.text-area-reverse {
    width: 512px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    order: 1;
}

    .text-area-reverse .detail-button {
        width: 510px;
    }

/* Module 19 - Mini Kareler */
.mini-kareler {
    padding: 80px 120px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    background: #fff;
}

.dortlu-slide-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

.dortlu-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 0;
    transition: all 0.3s ease;
}

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

.mini-kare {
    width: 100%;
    height: 200px;
    background: #4D4D4F;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .mini-kare::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(77, 77, 79, 0.8), rgba(77, 77, 79, 0.6));
        opacity: 0;
        transition: opacity 0.3s ease;
    }

.dortlu-slide:hover .mini-kare::before {
    opacity: 1;
}

.description-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5px;
}

.description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 8px;
    /*  border-bottom: 1px solid #f0f0f0;*/
}

.lorem-ipsum {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    flex: 1;
    text-align: left;
}

.lorem-ipsum-secondary {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    text-align: right;
    flex: 1;
}

.description-body {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    text-align: left;
    min-height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .mini-kareler {
        padding: 60px 80px;
    }

    .dortlu-slide-container {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .mini-kareler {
        padding: 40px 20px;
    }

    .dortlu-slide-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .dortlu-slide {
        gap: 15px;
    }

    .mini-kare {
        height: 150px;
    }

    .lorem-ipsum {
        font-size: 16px;
    }

    .lorem-ipsum-secondary {
        font-size: 12px;
    }

    .description-body {
        font-size: 13px;
        min-height: 60px;
    }
}

@media (max-width: 480px) {
    .mini-kareler {
        padding: 30px 15px;
    }

    .dortlu-slide-container {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 1rem;
    }

    .mini-kare {
        height: 120px;
    }
}

/* Phone Container and Tooltip */
.phone-container {
    position: relative;
    cursor: pointer;
}

.phone-tooltip {
    position: absolute;
    top: 50px;
    right: -100px;
    width: 190px;
    height: 130px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

    .phone-tooltip::before {
        content: '';
        position: absolute;
        top: -14px;
        right: 100px;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid #fff;
    }

.phone-container:hover .phone-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tooltip-content {
    padding: 25px 20px;
    text-align: center;
}

    .tooltip-content a {
        text-decoration: none;
        color: inherit;
    }


.tooltip-phone {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.tooltip-text {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

.tooltip-button {
    background: #617553;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 16px;
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .tooltip-button:hover {
        background: #4a5a3f;
    }

.book-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.37;
    text-align: center;
    cursor: pointer;
}

/* Normal Gallery Grid Styles */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

.gallery-item {
    width: 100%;
    /*height: 250px;*/
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    position: relative;
}

    .gallery-item:hover {
        transform: scale(1.02);
        text-decoration: none;
        color: inherit;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: all 0.3s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.05);
    }

/* Responsive Design for Gallery Grid */
@media (max-width: 1200px) {
    .gallery-grid {
        max-width: 100%;
        padding: 40px 20px;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

/* Tablet (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 16px;
        padding: 30px 20px;
    }

    .gallery-item {
        height: 220px;
    }
}

/* Large Tablet (1025px - 1280px) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 18px;
        padding: 40px 30px;
    }

    .gallery-item {
        height: 240px;
    }
}

/* Mobile (â‰¤ 768px) */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 12px;
        padding: 20px 16px;
    }

    .gallery-item {
        height: 180px;
    }
}

/* Small Phone (â‰¤ 480px) */
@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 16px 12px;
    }

    .gallery-item {
        height: 180px;
    }
}

/* Module 19 - Lezzet Content Responsive */
@media (max-width: 768px) {
    .module-19 {
        flex-direction: column;
        width: 100%;
        padding: 40px 20px;
        gap: 20px;
    }

    .lezzet-image-section {
        order: 1;
        width: 100%;
    }

    .main-lezzet-image {
        width: 100%;
        height: 300px;
    }

    .lezzet-text-section {
        order: 2;
        width: 100%;
        padding-left: 0;
    }

    .lezzet-title {
        font-size: 32px;
        text-align: center;
    }

    .lezzet-description {
        font-size: 14px;
        text-align: center;
    }

    .lezzet-button {
        width: 100%;
    }

        .lezzet-button a {
            font-size: 18px;
        }

    .main-lezzet-image .image-navigation {
        display: none; /* Mobilde navigasyon butonlarÄ±nÄ± gizle */
    }
}

@media (max-width: 480px) {
    .module-19 {
        padding: 30px 15px;
        gap: 15px;
    }

    .main-lezzet-image {
        height: 250px;
    }

    .lezzet-title {
        font-size: 28px;
    }

    .lezzet-description {
        font-size: 13px;
    }

    .lezzet-button a {
        font-size: 16px;
    }

    .main-lezzet-image .image-navigation {
        display: none; /* KÃ¼Ã§Ã¼k mobilde navigasyon butonlarÄ±nÄ± gizle */
    }
}

/* Module 20 - Side Content Responsive */
@media (max-width: 768px) {
    .module-20 {
        padding: 32px 12px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        margin: 0 auto;
        width: 350px;
        padding: 80px 0;
    }

    .side-image-section {
        order: 1;
        width: 100%;
    }

    .side-text-section {
        padding-left: 0;
        order: 2;
        width: 100%;
    }

    .side-lezzet-image {
        width: 100%;
        height: 300px;
    }

    .side-title {
        font-size: 32px;
        text-align: center;
    }

    .side-description {
        font-size: 14px;
        text-align: center;
    }

    .side-button {
        width: 100%;
    }

        .side-button a {
            font-size: 18px;
        }

    .side-lezzet-image .image-navigation {
        display: none; /* Mobilde navigasyon butonlarÄ±nÄ± gizle */
    }
}

@media (max-width: 480px) {
    .module-20 {
        padding: 30px 15px;
        gap: 15px;
        width: 100%;
    }

    .side-lezzet-image {
        height: 250px;
    }

    .side-title {
        font-size: 28px;
    }

    .side-description {
        font-size: 13px;
    }

    .side-button a {
        font-size: 16px;
    }

    .side-lezzet-image .image-navigation {
        display: none; /* KÃ¼Ã§Ã¼k mobilde navigasyon butonlarÄ±nÄ± gizle */
    }
}
/* @media (min-width: 1440px) and (min-width: 1540px) {
    .main-content2 {
        padding: 20px 0px!important;
    }
} */
/* Module 21 - Rezervasyon Section Responsive */
@media (max-width: 768px) {
    .module-21 {
        width: 100%;
        padding: 40px 20px;
        gap: 20px;
    }

    .rezervasyon-header {
        gap: 15px;
    }

        .rezervasyon-header .h1-text {
            font-size: 32px;
        }

        .rezervasyon-header .subtitle {
            font-size: 14px;
        }

        .rezervasyon-header .description {
            font-size: 13px;
        }

    .rezervasyon-button button {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .module-21 {
        padding: 30px 15px;
        gap: 15px;
    }

    .rezervasyon-header .h1-text {
        font-size: 28px;
    }

    .rezervasyon-header .subtitle {
        font-size: 13px;
    }

    .rezervasyon-header .description {
        font-size: 12px;
    }

    .rezervasyon-button button {
        padding: 10px 25px;
        font-size: 14px;
    }
}

/* Module 1 - Header Responsive */
@media (max-width: 768px) {
    .module-1 {
        width: 100%;
        padding: 40px 20px;
    }

    .h1-line {
        width: 100px;
    }

    .h1-text {
        font-size: 32px;
    }

    .subtitle {
        width: 100%;
        font-size: 14px;
    }

    .description {
        width: 100%;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .module-1 {
        padding: 30px 15px;
    }

    .h1-line {
        width: 80px;
    }

    .h1-text {
        font-size: 28px;
    }

    .subtitle {
        font-size: 13px;
    }

    .description {
        font-size: 12px;
    }


    /* Second Menu - 1024px */
    .second-menu {
        padding: 20px 0;
    }

    .second-menu-content {
        gap: 15px;
        margin: 0;
        padding: 10px 20px;
        justify-content: space-between;
    }

    .second-menu .menu-item {
        font-size: 16px;
        padding: 12px 8px;
        flex: 1;
        text-align: center;
    }
}

/* Tablet (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .second-menu {
        padding: 20px 0;
    }

    .second-menu-content {
        gap: 20px;
        margin: 0;
        padding: 10px 20px;
        justify-content: space-between;
    }

    .second-menu .menu-item {
        font-size: 16px;
        padding: 12px 8px;
        flex: 1;
        text-align: center;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .second-menu {
        padding: 16px 0;
        overflow-x: auto;
        overflow-y: visible;
        height: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .second-menu::-webkit-scrollbar {
            display: none;
        }
        .slide-container::-webkit-scrollbar{
                        display: none;
        }
    .slide-container {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; /* iOS akıcı kaydırma */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Eski Edge/IE */
    }

        .slide-container::-webkit-scrollbar { /* Chrome/Safari/Opera */
            width: 0;
            height: 0;
        }

    .second-menu-content {
        display: flex;
        gap: 20px;
        width: max-content;
        min-width: 100%;
        justify-content: flex-start;
        white-space: nowrap;
        padding: 10px 16px;
        margin: 0;
    }

    .second-menu .menu-item {
        white-space: nowrap;
        font-size: 14px;
        padding: 10px 16px;
        flex-shrink: 0;
        text-align: center;
        transition: background 0.3s ease;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .second-menu {
        padding: 12px 0;
    }

    .second-menu-content {
        gap: 12px;
        padding: 10px 12px;
    }

    .second-menu .menu-item {
        font-size: 12px;
        padding: 8px 12px;
    }
}

/* Slider Container Styles */
.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .slider-container .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

        .slider-container .slide.active {
            opacity: 1;
        }

        .slider-container .slide .image-wrapper {
            width: 100%;
            height: 100%;
        }

            .slider-container .slide .image-wrapper img {
                object-fit: cover;
                transition: transform 0.3s ease;
            }

    .slider-container:hover .slide.active .image-wrapper img {
        transform: scale(1.05);
    }

@media (width: 1440px) {
    .main-content2 {
        padding: 20px 40px !important;
    }
}

/* Scroll sonrası beyaz arkaplan ve siyah yazılar */
.header.is-scrolled {
    background: #ffffff !important;
    opacity: 0.95;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

    /* Scroll durumunda menü yazısı ve hamburger çizgileri siyah */
    .header.is-scrolled .menu-title {
        color: #000 !important;
    }

    .header.is-scrolled .menu-line {
        background: #000 !important;
    }

    .header.is-scrolled .menu-x-icon::before,
    .header.is-scrolled .menu-x-icon::after {
        background: #000 !important;
    }

    /* Scroll durumunda dil dropdown siyah */
    .header.is-scrolled .lang-text {
        color: #000 !important;
    }

    .header.is-scrolled .lang-arrow {
        filter: brightness(0) invert(0) !important;
    }

    .header.is-scrolled .lang-dropdown {
        background: rgba(0, 0, 0, 0.1) !important;
        border: 1px solid rgba(0, 0, 0, 0.2) !important;
    }

    /* Scroll durumunda telefon ikonu siyah */
    .header.is-scrolled .phone-icon {
        filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    }

    /* Scroll durumunda rezervasyon butonu */
    .header.is-scrolled .book-button {
        background: black !important;
        color: #fff !important;
    }
        .header.is-scrolled .book-button:hover {
            background: #617553 !important;
            color: #000;
        }
        .book-button:hover {
        background: #617553 !important;
        color: #fff;
        }

    /* Scroll durumunda arama ikonu siyah */
    .header.is-scrolled .search-icon {
        filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    }

    /* Mobil dil dropdown için scroll durumu */
    .header.is-scrolled .mobile-lang-section .lang-text {
        color: #000 !important;
    }

    .header.is-scrolled .mobile-lang-section .lang-arrow {
        filter: brightness(0) invert(0) !important;
    }

    .header.is-scrolled .mobile-lang-section .lang-dropdown {
        background: rgba(0, 0, 0, 0.1) !important;
        border: 1px solid rgba(0, 0, 0, 0.2) !important;
    }

/* Module 6 - Image Grid */
.module-6 {
    padding: 80px 120px;
    margin: 0 auto;
    width: 1440px;
    box-sizing: border-box;
}

.image-grid {
    display: grid;
/*    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 200px);*/
    gap: 24px;
    width: 100%;
    height: auto;
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .grid-item:hover {
        transform: scale(1.02);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .grid-item:hover img {
        transform: scale(1.05);
    }

/* Grid positioning using grid-column and grid-row */
.images1 {
    grid-column: 1 / 6;
    grid-row: 1 / 4;
}

.images2 {
    grid-column: 1 / 6;
    grid-row: 4 / 7;
}

.images3 {
    grid-column: 6 / 9;
    grid-row: 1 / 3;
}

.images4 {
    grid-column: 6 / 9;
    grid-row: 3 / 5;
}

.images5 {
    grid-column: 6 / 9;
    grid-row: 5 / 7;
}

.images6 {
    grid-column: 9 / 13;
    grid-row: 1 / 4;
}

.images7 {
    grid-column: 9 / 13;
    grid-row: 4 / 7;
}

/* Module 25 - Kids Image Grid */
.module-25 {
    padding: 80px 120px;
    margin: 0 auto;
    width: 1440px;
    box-sizing: border-box;
}

.kids-image-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 200px);
    gap: 24px;
    width: 100%;
    height: auto;
}

.grid-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .grid-image:hover {
        transform: scale(1.02);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .grid-image a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    .grid-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .grid-image:hover img {
        transform: scale(1.05);
    }

    /* Kids grid positioning */
    .grid-image.image-1 {
        grid-column: 1 / 6;
        grid-row: 1 / 4;
    }

    .grid-image.image-2 {
        grid-column: 1 / 6;
        grid-row: 4 / 7;
    }

    .grid-image.image-3 {
        grid-column: 6 / 9;
        grid-row: 1 / 3;
    }

    .grid-image.image-4 {
        grid-column: 6 / 9;
        grid-row: 3 / 5;
    }

    .grid-image.image-5 {
        grid-column: 6 / 9;
        grid-row: 5 / 7;
    }

    .grid-image.image-6 {
        grid-column: 9 / 13;
        grid-row: 1 / 4;
    }

    .grid-image.image-7 {
        grid-column: 9 / 13;
        grid-row: 4 / 7;
    }


@media (min-width: 1279px) and (max-width: 1680px)  {
    .hero-section {
     
    }
}


.f-panzoom__viewport {
    width: auto !important;
    height: auto !important;
}

button[data-panzoom-action="toggleFull"] {
    display: none !important;
}

html {
    zoom: 0.8;
}

@supports not (zoom: 1) {
    body {
        transform: scale(0.8);
        transform-origin: top center; 
        width: calc(100% / 0.8); 
    }
}
