.footer-action-buttons {
    display: none; 
}

@media (max-width: 768px) {
    .footer-action-buttons {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 998;
        background-color: transparent;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

        .footer-action-buttons a {
            flex: 1;
            padding: 15px 10px;
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            border: none;
        }

    .btn-rezervasyon {
        background-color: #000000;
        color: #ffffff !important;
    }

    .btn-arayalim {
        background-color: #ffffff;
        color: #000000 !important;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .btn-telefon {
        background-color: #ffffff;
        color: #000000 !important;
    }

    .footer-action-buttons a:active {
        opacity: 0.7;
    }
    /* Footer'a padding ekle - sticky butonların altındaki içeriğin görünmesi için */
    .footer {
        padding-bottom: 60px;
    }
}

/* Mobile (≤ 768px) overrides */
@media (max-width: 768px) {
    .slider-side-image {
        display:none !important;
    }

    .header.is-scrolled ~ .second-menu {
        top: 80px !important;
    }
    /* Hard-stop any horizontal overflow on mobile */
    html, body {
        max-width: 100%;
        overflow-x: clip;
    }

    main, header, footer, section, .container, .slider, .hero-section {
        max-width: 100%;
    }

    body {
        font-size: 16px;
        padding-top: 0;
        overflow-x: hidden;
        width: 100%;
        box-sizing: border-box;
    }

    * {
        box-sizing: border-box;
    }

    /* Media should never overflow the viewport */
    img, video {
        max-width: 100%;
        height: auto;
    }

    /* Header adjustments */
    .header-background {
        height: 140px;
    }

    .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 16px 0;
        gap: 12px;
        transform: none;
    }

    .header-left {
        gap: 12px;
        height: auto;
    }

    .menu-section {
        padding: 0;
        width: auto;
        height: auto;
    }

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

    .menu-icon-container {
        width: 24px;
    }

    .logo {
        height: auto;
    }

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

        .logo img {
            width: 160px;
            height: auto;
        }

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

    .lang-section {
        width: auto;
        height: 28px;
    }

    .lang-text {
        font-size: 16px;
    }

    .lang-menu {
        top: 32px;
    }

    .search-icon {
        display: none;
    }

    .phone-icon {
        display: none;
    }

    .book-button {
        display: none !important;
    }

    .image-grid {
        width: auto !important;
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: auto;
        position: static !important;
    }
    /* Hero */
    .hero-section {
        height: 300px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

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

    .slide {
        width: 100%;
        left: 0 !important;
    }

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

    /* Video Control Button - Mobile */
    .video-control-btn {
        position: absolute;
        bottom: 24px;
        left: 16px;
        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:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .video-control-btn .pause-icon,
        .video-control-btn .play-icon {
            color: white;
            font-size: 18px;
            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;
        }

    .slider-dots {
        bottom: 24px;
        right: 16px;
    }

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

    .subtitle {
        width: 100%;
        font-size: 16px;
        padding: 0 16px;
    }

    .description {
        width: 100%;
        font-size: 14px;
        padding: 0 16px;
    }

    .h1-tag {
        width: 100%;
        padding: 0;
    }

    .h1-line {
        width: 80px;
    }

    /* Main content */
    .main-content {
        margin-bottom: 80px;
    }

    .module-1 {
        width: 100%;
        padding: 60px 16px 40px;
        overflow: hidden;
        box-sizing: border-box;
    }

    /* Module 15 - Mini Squares Mobile */
    .module-15 {
        width: 100%;
        padding: 40px 16px;
        overflow: hidden;
        box-sizing: border-box;
    }

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

        .module-15-header .h1-text {
            font-size: 28px;
            line-height: 1.2;
            margin-bottom: 16px;
            color: #333;
        }

        .module-15-header .subtitle {
            font-size: 16px;
            line-height: 1.5;
            color: #666;
            margin-bottom: 16px;
        }

        .module-15-header .description {
            font-size: 14px;
            line-height: 1.6;
            color: #666;
            margin-bottom: 24px;
        }

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

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

        .mini-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        }

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

    .square-text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
        color: white;
        padding: 16px 12px 12px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }

    /* Module 2 */
    .module-2, .module-3, .module-4 {
        width: 100%;
        height: auto;
    }

    .module-2 {
        padding: 48px 0;
    }

    section.module-1, section.module-2, section.module-3, section.module-4 {
        margin-bottom: 55px !important;
    }

    .module-2-bg {
        width: 100%;
        height: 100%;
    }

    .module-2-header {
        position: relative;
        left: 0;
        width: 100%;
        padding: 0 16px;
    }

        .module-2-header .h1-tag {
            width: 100%;
        }

    .slide-body {
        position: relative;
        top: 24px;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0 16px;
        overflow: hidden;

    }
    .slide-body::-webkit-scrollbar {
        display: none;
    }
    .module-2 .slide-body::before, .module-2 .slide-body::after {
        display: none;
    }

    .slide-arrow-left, .slide-arrow-right {
        display: none !important;
    }

    .slide-body {
        overflow-x: auto;
        padding: 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .slide-container {
        width: max-content;
        height: auto;
        display: flex;
        gap: 16px;
        padding: 8px 16px;
    }

    .slide-frame {
        width: 280px;
        height: auto;
        margin: 0 !important;
        scroll-snap-align: start;
    }

    .slide-image {
        width: 100%;
        height: 420px;
        border-radius: 8px;
        filter: grayscale(100%) brightness(0.8); /* Siyah-beyaz ve biraz koyu */
        transition: all .3s ease;
    }

        .slide-image:hover {
            filter: grayscale(0%) brightness(1); /* Hover'da orijinal renk */
        }

    .slide-text, .slide-link {
        width: 100%;
        font-size: 14px;
    }

    .slide-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    /* Module 17 - Villa Cards Mobile */
    .module-17 {
        width: 100%;
        padding: 40px 16px;
        gap: 32px;
    }

    /* Module 18 - Villa Detail Header Mobile */
    .module-18 {
        width: 100%;
        padding: 40px 16px;
        gap: 24px;
    }

        .module-18 .module-1 {
            width: 100%;
            padding: 0;
            gap: 20px;
        }

        .module-18 .h1-text {
            font-size: 32px;
            line-height: 1.2;
            text-align: center;
        }

        .module-18 .subtitle {
            width: 100%;
            font-size: 16px;
            text-align: center;
            margin-bottom: 16px;
        }

        .module-18 .description {
            width: 100%;
            font-size: 14px;
            line-height: 1.5;
            text-align: center;
        }

    .room-detail-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 20px 16px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        margin-top: 20px;
    }

    .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 {
        display: none;
    }

    /* Module 14 - Villa Gallery Mobile */
    .module-14 {
        width: 100%;
        height: auto;
        padding: 40px 16px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        overflow: hidden;
        box-sizing: border-box;
    }

        .module-14 > * {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }

    .villa-left-image,
    .villa-right-image {
        width: 100%;
        height: 100px;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 0;
    }

    .large-villa-bg {
        width: 100%;
        height: 300px;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 0;
        left: 0px;
    }

    /* Ensure all images are stacked vertically */
    .module-14 .villa-left-image,
    .module-14 .villa-right-image,
    .module-14 .large-villa-bg {
        display: block;
        float: none;
        clear: both;
    }

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

    .m14-caption {
        position: absolute;
        bottom: 16px;
        left: 16px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.7);
        padding: 8px 12px;
        border-radius: 6px;
    }

    .m14-center-caption-left {
        position: absolute;
        bottom: 16px;
        left: 16px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 16px;
        border-radius: 8px;
    }

    .m14-center-link-right {
        position: absolute;
        bottom: 16px;
        right: 16px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.8);
        padding: 10px 16px;
        border-radius: 8px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .module-13 .slide-arrow {
        display: none;
    }

    .module-13 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow-x: hidden;
        padding: 0;
        box-sizing: border-box;
        overflow-x: scroll;
    }

    .m14-center-link-right:hover {
        background: rgba(0, 0, 0, 1);
        transform: translateY(-2px);
    }

    .slider-points {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 20px 0;
        width: 100%;
    }

    .gallery-button {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }

    /* Ensure proper spacing between elements */
    .module-14 .slider-points,
    .module-14 .gallery-button {
        clear: both;
        display: none;
    }

    .gallery-button a {
        display: inline-block;
        padding: 12px 24px;
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

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

    /* Room Detail Content Mobile */
    .room-detail-content {
        width: 100%;
        padding: 40px 25px;
        background: #fff;
    }

    .detail-header {
        margin-bottom: 24px;
    }

    .detail-text-columns {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .text-column {
        width: 100%;
    }

        .text-column p {
            font-size: 14px;
            line-height: 1.6;
            color: #333;
            margin: 0;
        }

    /* Reservation Section Mobile */
    .reservation-section {
        width: 100%;
        padding: 40px 16px;
        background: #f7f7f7;
    }

    .reservation-button-main {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        background: #f7f7f7;
    }

        .reservation-button-main a {
            display: inline-block;
            padding: 14px 32px;
            background: #4D4D4F;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

            .reservation-button-main a:hover {
                background: #333;
                transform: translateY(-2px);
            }

    .villa-card {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        align-items: stretch;
    }

    .villa-image {
        position: relative;
        width: 100% !important;
        height: 280px !important;
        overflow: hidden;
        border-radius: 8px;
    }

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

    .villa-arrows {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 16px;
    }

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

        .villa-arrow:hover {
            background: rgba(0, 0, 0, 0.8);
        }

        .villa-arrow img {
            width: 16px;
            height: 16px;
            filter: brightness(0) invert(1);
        }



    .villa-content {
        width: 100%;
        background: #ffffff;
        padding: 24px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .villa-title {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        margin-bottom: 16px;
        text-align: center;
    }

    .villa-description {
        font-size: 14px;
        line-height: 1.5;
        color: #333;
        margin-bottom: 24px;
        text-align: left;
    }

    .villa-button {
        display: flex;
        justify-content: center;
        width: 100%;
    }

        .villa-button a {
            display: inline-block;
            padding: 12px 32px;
            background: transparent;
            color: #000;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            border-radius: 4px;
        }


    /* Module 3 - Instagram Gallery Mobile */
    .module-3 {
        width: 100%;
        padding: 40px 0;
        height: auto;
    }

    .module-3-content {
        padding: 0 16px;
    }

    .module-3-header {
        margin-bottom: 24px;
    }

        .module-3-header .h1-text {
            font-size: 28px;
            line-height: 1.2;
        }

        .module-3-header .subtitle {
            font-size: 16px;
            margin: 0 auto;
        }

    .instagram-gallery {
        height: 250px;
        margin-top: 24px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }

    .instagram-container {
        display: flex;
        gap: 16px;
        width: max-content;
        padding: 0 16px;
        height: 250px;
        align-items: center;
    }

    .instagram-image {
        width: calc(100% - 48px);
        height: 250px;
        scroll-snap-align: start;
        flex-shrink: 0;
        border-radius: 8px;
        overflow: hidden;
    }

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

    .instagram-arrow {
        display: none !important;
    }

    .social-media-icons {
        position: relative;
        margin-top: 30px;
        justify-content: center;
        gap: 30px;
    }

    /* Module 4 */
    .module-4 {
        padding: 40px 16px;
        gap: 24px;
        height: auto;
    }

    .module-4-header {
        width: 100%;
    }

    .screen-image {
        width: 100%;
        height: 220px;
        border-radius: 8px;
    }

    .play-button {
        width: 64px;
        height: 64px;
    }

    /* Sticky actions bar (mobile only) */
    .mobile-sticky-actions {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 12px;
        align-items: center;
        top: 0px;
        z-index: 4;
        background: #ffffff;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

        .mobile-sticky-actions .msa-reserve {
            background: #617553;
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            padding: 10px 12px;
            border: none;
            text-transform: uppercase;
            white-space: nowrap;
            border-radius: 4px;
        }

        .mobile-sticky-actions .msa-callme {
            color: #000;
            font-weight: 700;
            font-size: 16px;
            white-space: nowrap;
        }

        .mobile-sticky-actions .msa-phone a {
            display: flex;
            width: 100px;
            height: 41px;
            padding: 10px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            color: #000;
            font-weight: 800;
            font-size: 16px;
            text-decoration: none;
            white-space: nowrap;
        }

    .hamburger-menu {
        top: 80px;
        left: 0px;
    }
    /* Footer */
    .footer {
        width: 100%;
        margin-top: 0px !important;
    }

    .footer-bg {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        min-width: 0 !important;
    }

    .footer-content, .footer-menu, .footer-legal, .newsletter {
        position: static;
        width: 100%;
        left: auto;
        top: auto;
        padding: 0 16px;
        margin: 16px auto 0;
    }

    .footer-content {
        align-items: center;
        gap: 16px;
    }

    .footer-logos img {
        max-width: 100%;
        height: auto;
    }

    .footer-contact {
        font-size: 14px;
    }

    .footer-menu, .footer-legal {
        text-align: center;
        color: #797979;
    }

    .newsletter {
        align-items: center;
    }

    .newsletter-title {
        text-align: center;
    }

    .newsletter-input, .newsletter-checkbox, .send-button {
        max-width: 420px;
        width: 100%;
    }

    .checkbox-text {
        width: 100%;
        font-size: 12px;
    }

    .copyright {
        position: static;
        margin: 16px 0;
        font-size: 12px;
    }

    /* Module 5 - Privileges Mobile Layout */
    .module-5 {
        width: 100%;
        margin: 0 auto 48px;
        padding: 0;
    }

    .main-content2 {
        padding: 0px 0px;
    }

    .module-5-content {
        flex-direction: column !important;
        gap: 24px;
        padding: 0 16px;
    }

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

    .privilege-slider {
        width: 100%;
        max-width: 389.92px;
        height: 222.58px;
        margin: 0 auto;
    }

    .privilege-text {
        width: 100%;
        max-width: 357px;
        min-width: auto !important;
        margin: 0 auto;
        gap: 16px;
    }

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

    .privilege-description {
        font-size: 16px;
        line-height: 1.37;
        text-align: left;
    }

    /* Slider arrows mobile adjustment */
    .slider-arrows {
        padding: 0 13px;
    }

    .slider-arrow {
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, 0.6);
    }

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

    .module-25 {
        width: 100%;
        padding: 60px 32px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .kids-image-grid {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .grid-image {
        width: 100% !important;
        height: 300px !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        border-radius: 8px;
        overflow: hidden;
    }

        .grid-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
    /* Module 26 - Kids Activity Slider */
    .module-26 {
        width: 100%;
        padding: 40px 16px;
        gap: 32px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .kids-activity-header {
        width: 100%;
        text-align: center;
    }

        .kids-activity-header .h1-text {
            font-size: 28px;
            line-height: 1.2;
            margin-bottom: 16px;
        }

        .kids-activity-header .subtitle {
            font-size: 16px;
            line-height: 1.5;
            color: #666;
        }

    .kids-activity-slider {
        width: 100%;
        gap: 16px;
        flex-direction: column;
        position: relative;
    }

    .slider-arrow-left,
    .slider-arrow-right {
        display: none;
    }

    .activity-slides {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .activity-slide.main-slide,
    .activity-slide.side-slide {
        width: 100% !important;
        height: 250px !important;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

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

    .slide-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0,0,0,0.7));
        padding: 20px 16px;
        border-radius: 0 0 8px 8px;
    }

    .slide-link {
        font-size: 16px;
        text-align: center;
    }

    .module-27 {
        width: 100%;
        padding: 40px 16px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .kids-program-container {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .program-image {
        width: 100% !important;
        height: 300px !important;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

        .program-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

    .image-navigation {
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 16px;
        right: 0;
    }

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

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

        .nav-arrow img {
            width: 20px;
            height: 20px;
        }

    .program-content {
        width: 100% !important;
        gap: 20px;
        text-align: center;
    }

    .program-title {
        font-size: 28px !important;
        line-height: 1.2;
        margin-bottom: 16px;
        color: #333;
    }

    .program-description {
        font-size: 14px !important;
        line-height: 1.6;
        color: #666;
    }
    /* Module 16 - Contact Section Mobile */
    .module-16 {
        width: 100%;
        padding: 40px 16px;
        gap: 24px;
    }

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

    .contact-title {
        width: 100%;
        height: auto;
        font-size: 24px;
        text-align: center;
    }

    .contact-text {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }

    .google-maps {
        width: 100%;
        height: 300px;
        border-radius: 8px;
        overflow: hidden;
    }

    .google-maps-img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }
    /* Module 24 - Haber Detail Content Mobile */
    .module-24 {
        width: 100%;
        padding: 40px 16px;
    }

    .haber-detail-container {
        gap: 32px;
    }

    .haber-detail-image {
        height: 300px !important;
    }

    .haber-detail-text {
        max-height: min-content;
        font-size: 14px !important;
        text-align: left;
    }

    /* Navigation Buttons Section Mobile */
    .navigation-buttons-section {
        width: 100%;
        padding: 30px 16px 0;
        flex-direction: row !important;
        justify-content: space-between;
        gap: 16px;
    }

    .nav-button {
        padding: 8px 12px;
        border-radius: 6px;
        background: transparent;
        border: 1px solid transparent;
        width: auto !important;
        max-width: none !important;
        flex: 1;
    }

        .nav-button:hover {
            background: rgba(0, 0, 0, 0.05);
            border-color: rgba(0, 0, 0, 0.1);
        }

        .nav-button span {
            font-size: 14px !important;
            font-weight: 500;
            white-space: nowrap;
        }

        .nav-button img {
            width: 14px !important;
            height: 25px !important;
        }

    /* Image Navigation for Module 24 and Module 10 */
    .image-navigation {
        padding: 0 12px;
    }

    .nav-arrow {
        width: 40px !important;
        height: 40px !important;
        background: rgba(0, 0, 0, 0.8) !important;
    }

        .nav-arrow img {
            width: 16px !important;
            height: 16px !important;
        }

    .gallery-grid {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 24px !important;
    }
}

/* Small phones (≤ 430px) */
@media (max-width: 430px) {
    .hero-section {
        height: 480px;
    }

    .slide-frame {
        width: 260px;
    }

    .slide-image {
        height: 380px;
        filter: grayscale(0%) brightness(1) !important; /* Hover'da orijinal renk */
    }

    .instagram-gallery {
        height: 180px;
    }

    .instagram-image {
        width: 160px;
        height: 160px;
    }

    .screen-image {
        height: 200px;
    }

    /* Module 17 - Villa Cards for Small Phones */
    .module-17 {
        padding: 30px 12px;
        gap: 24px;
    }

    .villa-card {
        gap: 16px;
    }

    .villa-image {
        height: 240px !important;
        border-radius: 6px;
    }

    .villa-arrow {
        width: 35px;
        height: 35px;
    }

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

    .villa-content {
        height: auto !important;
        padding: 20px;
        gap: 8px !important;
    }

    .villa-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .villa-description {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .villa-button a {
        padding: 10px 24px;
        font-size: 13px;
    }

    /* Privileges mobile adjustments for small screens */
    .privilege-slider {
        max-width: 340px;
        height: 194px;
    }

    .privilege-text {
        max-width: 320px;
    }

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

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

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

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

    /* Module 16 - Contact Section Mobile */
    .module-16 {
        width: 100%;
        padding: 40px 16px;
        gap: 24px;
    }

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

    .contact-title {
        width: 100%;
        height: auto;
        font-size: 24px;
        text-align: center;
    }

    .contact-text {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }

    .google-maps {
        width: 100%;
        height: 300px;
        border-radius: 8px;
        overflow: hidden;
    }

    .google-maps-img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

    /* Entertainment pages mobile adjustments */
    .module-6 {
        width: 100%;
        padding: 30px 16px;
    }

    .image-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: auto;
        position: static;
    }

    .module-8 {
        width: 100%;
        padding: 40px 16px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .module-8-content {
        flex-direction: column;
        gap: 32px;
        width: 100%;
    }

    .restaurant-info {
        width: 100%;
        gap: 24px;
        text-align: center;
    }

    .restaurant-title {
        font-size: 28px;
        line-height: 1.2;
        color: #333;
        margin-bottom: 16px;
    }

    .restaurant-description {
        font-size: 14px;
        line-height: 1.6;
        color: #666;
        margin-bottom: 20px;
    }

    .restaurant-button {
        display: flex;
        justify-content: center;
        border: none !important;
        width: auto !important;
    }

        .restaurant-button a {
            display: inline-block;
            padding: 12px 24px;
            background: #4D4D4F;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .restaurant-button:hover {
            background: none !important;
        }

        .restaurant-button a:hover {
            background: #333;
            transform: translateY(-2px);
        }

    .restaurant-images {
        width: 100%;
        height: 400px;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
    }

    .main-image {
        width: 100%;
        height: 250px;
        border-radius: 8px;
        overflow: hidden;
    }

        .main-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

    .secondary-image {
        width: 150px;
        height: 120px;
        right: 10px;
        bottom: 10px;
        border-radius: 6px;
        overflow: hidden;
        position: absolute;
    }

        .secondary-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px;
        }

    .image-navigation {
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 16px;
        right: 0;
    }

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

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

        .nav-arrow img {
            width: 20px;
            height: 20px;
        }

    .module-8b {
        width: 100%;
        padding: 40px 16px;
        gap: 30px;
    }

    .module-8b-slider {
        flex-direction: column;
        gap: 20px;
    }

    .slider-content {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .left-section,
    .right-section {
        width: 100%;
    }

    .right-section {
        flex-direction: row;
        gap: 16px;
    }

    .main-card {
        width: 100% !important;
        height: 250px !important;
    }

    .side-card {
        width: 100% !important;
        height: 200px !important;
        flex: 1;
    }

    .card-title {
        font-size: 24px !important;
    }

    .card-date {
        font-size: 10px !important;
    }

    .module-9 {
        width: 100%;
        padding: 40px 16px;
        overflow: hidden;
        box-sizing: border-box;
    }

        .module-9.spa-version {
            background-color: #F7F7F7;
            padding: 40px 16px;
            margin: 0;
            width: 100%;
            overflow: hidden;
            box-sizing: border-box;
        }

            .module-9.spa-version .module-9-content {
                width: 100%;
                margin: 0;
                flex-direction: column;
                gap: 24px;
            }

            .module-9.spa-version .text-area {
                width: 100%;
                text-align: center;
            }

                .module-9.spa-version .text-area .section-title {
                    font-size: 28px;
                    line-height: 1.2;
                    margin-bottom: 16px;
                    color: #000;
                }

                .module-9.spa-version .text-area .section-description {
                    font-size: 14px;
                    line-height: 1.6;
                    color: #000;
                }

            .module-9.spa-version .image-area {
                width: 100%;
                height: 300px;
                border-radius: 8px;
                overflow: hidden;
                position: relative;
            }

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

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

                .module-9.spa-version .program-slide.active {
                    opacity: 1;
                }

                .module-9.spa-version .program-slide img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 8px;
                }

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

            .module-9.spa-version .image-arrow {
                width: 40px;
                height: 40px;
                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;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                pointer-events: all;
            }

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

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

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

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

    .module-9-content {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .text-area {
        width: 100%;
        text-align: center;
    }

        .text-area .section-title {
            font-size: 28px;
            line-height: 1.2;
            margin-bottom: 16px;
            color: #333;
        }

        .text-area .section-description {
            font-size: 14px;
            line-height: 1.6;
            color: #666;
        }

    .image-area {
        width: 100%;
        height: 300px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

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

    .image-arrows {
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 16px;
    }

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

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

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

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

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

    .module-10 {
        width: 100%;
        padding: 40px 16px;
    }

    .detail-image {
        height: 300px;
    }

    .module-11 {
        width: 100%;
        padding: 40px 16px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .spa-grid {
        flex-direction: column;
        height: auto;
        gap: 20px;
        width: 100%;
    }

    .spa-grid-left,
    .spa-grid-right {
        width: 100%;
    }

    .spa-grid-left {
        height: 300px;
        border-radius: 8px;
        overflow: hidden;
    }

        .spa-grid-left a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            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;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

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

    .spa-grid-right {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .spa-grid-item {
        width: 100%;
        height: 200px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

        .spa-grid-item a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            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;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

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

    /* SPA Grid Fancybox overlay effect - Mobile */
    .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;
        border-radius: 8px;
    }

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

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

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

    .module-12 {
        width: 100%;
        padding: 40px 16px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .module-12-content {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .image-area-reverse {
        width: 100%;
        height: 300px;
        order: 1;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

    .text-area-reverse {
        width: 100%;
        order: 2;
        text-align: center;
    }

        .text-area-reverse .section-title {
            font-size: 28px;
            line-height: 1.2;
            margin-bottom: 16px;
            color: #333;
        }

        .text-area-reverse .section-description {
            font-size: 14px;
            line-height: 1.6;
            color: #666;
            margin-bottom: 20px;
        }

    .detail-button {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        width: auto !important;
        border: none !important;
    }

        .detail-button a {
            display: inline-block;
            padding: 12px 24px;
            background: #4D4D4F;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

            .detail-button a:hover {
                background: #333;
                transform: translateY(-2px);
            }

    .navigation-buttons {
        padding: 30px 16px 0;
    }

    /* Module 24 - Haber Detail Content Mobile */
    .module-24 {
        width: 100%;
        padding: 40px 16px;
    }

    .haber-detail-container {
        gap: 32px;
    }

    .haber-detail-image {
        height: 300px !important;
    }

    .haber-detail-text {
        max-height: min-content;
        font-size: 14px !important;
        text-align: left;
    }

    /* Navigation Buttons Section Mobile */
    .navigation-buttons-section {
        width: 100%;
        padding: 30px 16px 0;
        flex-direction: row !important;
        justify-content: space-between;
        gap: 16px;
    }

    .nav-button {
        padding: 8px 12px;
        border-radius: 6px;
        background: transparent;
        border: 1px solid transparent;
        width: auto !important;
        max-width: none !important;
        flex: 1;
    }

        .nav-button:hover {
            background: rgba(0, 0, 0, 0.05);
            border-color: rgba(0, 0, 0, 0.1);
        }

        .nav-button span {
            font-size: 14px !important;
            font-weight: 500;
            white-space: nowrap;
        }

        .nav-button img {
            width: 14px !important;
            height: 25px !important;
        }

    /* Image Navigation for Module 24 and Module 10 */
    .image-navigation {
        padding: 0 12px;
    }

    .nav-arrow {
        width: 40px !important;
        height: 40px !important;
        background: rgba(0, 0, 0, 0) !important;
    }

        .nav-arrow img {
            width: 16px !important;
            height: 16px !important;
        }
}

/* Tablet adjustments (768px - 1023px) */
@media (min-width: 769px) and (max-width: 1023px) {
    /* Entertainment pages mobile adjustments for tablets */
    .villa-content {
        gap: 8px !important;
    }

    .module-6 {
        width: 100%;
        padding: 40px 32px;
    }

    .image-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        height: auto;
        position: static;
        width: auto !important;
    }

    .module-8 {
        width: 100%;
        padding: 50px 32px;
    }

    .module-8-content {
        flex-direction: column;
        gap: 40px;
    }

    .restaurant-info {
        width: 100%;
        gap: 25px;
    }

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

    .restaurant-images {
        width: 100%;
        height: 450px;
    }

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

    .secondary-image {
        width: 250px;
        height: 200px;
        right: 20px;
        bottom: 20px;
    }

    .module-8b {
        width: 100%;
        padding: 50px 32px;
        gap: 40px;
    }

    .module-8b-slider {
        gap: 30px;
    }

    .slider-content {
        gap: 30px;
    }

    .main-card {
        width: 400px !important;
        height: 320px !important;
    }

    .side-card {
        width: 250px !important;
        height: 150px !important;
    }

    .right-section {
        width: 250px;
    }

    .card-title {
        font-size: 28px !important;
    }

    .module-9 {
        width: 100%;
        padding: 50px 32px;
        overflow: hidden;
        box-sizing: border-box;
    }

        .module-9.spa-version {
            background-color: #F7F7F7;
            padding: 50px 32px;
            margin: 0;
            width: 100%;
            overflow: hidden;
            box-sizing: border-box;
        }

            .module-9.spa-version .module-9-content {
                width: 100%;
                margin: 0;
                flex-direction: row;
                gap: 40px;
            }

            .module-9.spa-version .text-area {
                width: 50%;
                text-align: left;
            }

                .module-9.spa-version .text-area .section-title {
                    font-size: 32px;
                    line-height: 1.2;
                    margin-bottom: 20px;
                    color: #000;
                }

                .module-9.spa-version .text-area .section-description {
                    font-size: 16px;
                    line-height: 1.6;
                    color: #000;
                }

            .module-9.spa-version .image-area {
                width: 50%;
                height: 400px;
                border-radius: 12px;
                overflow: hidden;
            }

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

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

                .module-9.spa-version .program-slide.active {
                    opacity: 1;
                }

                .module-9.spa-version .program-slide img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 12px;
                }

            .module-9.spa-version .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;
            }

            .module-9.spa-version .image-arrow {
                width: 48px;
                height: 48px;
                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: auto;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            }

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

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

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

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

    .module-9-content {
        flex-direction: row;
        gap: 40px;
        width: 100%;
    }

    .text-area {
        width: 50%;
        text-align: left;
    }

        .text-area .section-title {
            font-size: 32px;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #333;
        }

        .text-area .section-description {
            font-size: 16px;
            line-height: 1.6;
            color: #666;
        }

    .image-area {
        width: 50%;
        height: 400px;
        border-radius: 12px;
        overflow: hidden;
    }

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

    .text-area {
        width: 60%;
    }

    .image-area {
        width: 40%;
        height: 400px;
    }

    .module-10 {
        width: 100%;
        /* padding: 50px 32px; */
    }

    .detail-image {
        height: 500px;
    }

    .module-11 {
        width: 100%;
        padding: 50px 32px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .spa-grid {
        gap: 20px;
        height: 400px;
        flex-direction: row;
        width: 100%;
    }

    .spa-grid-left {
        width: 60%;
        height: 400px;
        border-radius: 12px;
        overflow: hidden;
    }

        .spa-grid-left a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            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;
            border-radius: 12px;
            transition: transform 0.3s ease;
        }

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

    .spa-grid-right {
        width: 40%;
        gap: 15px;
        display: flex;
        flex-direction: column;
    }

    .spa-grid-item {
        height: 180px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

        .spa-grid-item a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            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;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

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

    .module-12 {
        width: 100%;
        padding: 50px 32px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .module-12-content {
        gap: 24px;
        flex-direction: row;
        width: 100%;
    }

    .image-area-reverse {
        width: 60%;
        height: 400px;
        border-radius: 12px;
        overflow: hidden;
        order: 2;
    }

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

    .text-area-reverse {
        width: 40%;
        order: 1;
        text-align: left;
    }

        .text-area-reverse .section-title {
            font-size: 32px;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #333;
        }

        .text-area-reverse .section-description {
            font-size: 16px;
            line-height: 1.6;
            color: #666;
            margin-bottom: 24px;
        }

    .detail-button {
        display: flex;
        justify-content: flex-start;
    }

        .detail-button a {
            padding: 14px 28px;
            font-size: 16px;
            border-radius: 8px;
        }

    .navigation-buttons {
        padding: 40px 32px 0;
    }




    /* Module 16 - Contact Section for Tablets */
    .module-16 {
        width: 100%;
        padding: 60px 32px;
        gap: 30px;
    }

    .contact-info {
        padding: 30px 40px;
        height: auto;
        gap: 20px;
    }

    .contact-title {
        width: 100%;
        height: auto;
        font-size: 28px;
        text-align: center;
    }

    .contact-text {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }

    .google-maps {
        width: 100%;
        height: 500px;
        border-radius: 12px;
        overflow: hidden;
    }

    .google-maps-img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    /* Module 13 - Villa Slider for Tablets */
    .module-13 {
        width: 100%;
        height: auto;
        padding: 50px 32px;
        gap: 30px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    /* Module 13 - Villa Slider Mobile */
    .module-13 {
        width: 100%;
        height: auto;
        padding: 40px 16px;
        gap: 20px;
        overflow: hidden;
        box-sizing: border-box;
    }

        .module-13 .module13-viewport {
            width: 100%;
            overflow: hidden;
            box-sizing: border-box;
        }

        .module-13 .module13-scroller {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 100%;
            transform: none !important;
        }

        .module-13 .villa-card {
            width: 100% !important;
            height: auto;
            flex-shrink: 0;
        }

        .module-13 .module13-viewport {
            width: 100%;
            overflow: hidden;
            box-sizing: border-box;
        }

        .module-13 .module13-scroller {
            display: flex;
            flex-direction: column;
            gap: 25px;
            width: 100%;
            transform: none !important;
        }

        .module-13 .villa-card {
            width: 100% !important;
            height: auto;
            flex-shrink: 0;
        }

    /* Module 18 - Villa Detail Header for Tablets */
    .module-18 {
        width: 100%;
        padding: 60px 32px;
        gap: 30px;
    }

        .module-18 .module-1 {
            width: 100%;
            padding: 0;
            gap: 24px;
        }

        .module-18 .h1-text {
            font-size: 36px;
            line-height: 1.2;
            text-align: center;
        }

        .module-18 .subtitle {
            width: 100%;
            font-size: 18px;
            text-align: center;
            margin-bottom: 20px;
        }

        .module-18 .description {
            width: 100%;
            font-size: 16px;
            line-height: 1.6;
            text-align: center;
            max-width: 800px;
            margin: 0 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 {
        display: block;
        width: 1px;
        height: 20px;
        background: rgba(255, 255, 255, 0.3);
    }

    /* Module 14 - Villa Gallery for Tablets */
    .module-14 {
        width: 100%;
        height: auto;
        padding: 60px 32px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

        .module-14 > * {
            width: 100%;
            max-width: 100%;
        }

    .villa-left-image,
    .villa-right-image {
        width: 100%;
        height: 250px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 0;
    }

    .large-villa-bg {
        width: 100%;
        height: 400px;
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 0;
        left: 0px;
    }

    /* Ensure all images are stacked vertically */
    .module-14 .villa-left-image,
    .module-14 .villa-right-image,
    .module-14 .large-villa-bg {
        display: block;
        float: none;
        clear: both;
    }

    .m14-caption {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 16px;
        border-radius: 8px;
    }

    .m14-center-caption-left {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.7);
        padding: 12px 20px;
        border-radius: 10px;
    }

    .m14-center-link-right {
        position: absolute;
        bottom: 20px;
        right: 20px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.8);
        padding: 12px 20px;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .slider-points {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin: 25px 0;
        width: 100%;
    }

    .gallery-button {
        display: flex;
        justify-content: center;
        margin-top: 25px;
        width: 100%;
    }

        /* Ensure proper spacing between elements */


        .gallery-button a {
            display: inline-block;
            padding: 14px 28px;
            background: transparent;
            border: 2px solid #fff;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.3s ease;
            font-size: 16px;
        }

    /* Room Detail Content for Tablets */
    .room-detail-content {
        width: 100%;
        padding: 60px 32px;
        background: #fff;
    }

    .detail-header {
        margin-bottom: 30px;
    }

    .detail-text-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .text-column {
        width: 100%;
    }

        .text-column p {
            font-size: 16px;
            line-height: 1.7;
            color: #333;
            margin: 0;
        }

    /* Reservation Section for Tablets */
    .reservation-section {
        width: 100%;
        padding: 60px 32px;
        background: #f7f7f7;
    }

    .reservation-button-main {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

        .reservation-button-main a {
            display: inline-block;
            padding: 16px 40px;
            background: #4D4D4F;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-size: 18px;
        }

    .module13-viewport {
        width: calc(381px * 2 + 20px) !important;
    }

    .module-13 .villa-img {
        height: 400px !important;
    }

    .module-13 .villa-text,
    .module-13 .villa-link {
        font-size: 15px !important;
    }

    /* Lightbox for Tablets */
    .lightbox-content {
        width: 90vw !important;
        height: 75vh !important;
        max-width: none !important;
        max-height: none !important;
    }

    .lightbox-arrow {
        width: 56px !important;
        height: 56px !important;
        flex-shrink: 0 !important;
    }

        .lightbox-arrow img {
            width: 22px !important;
            height: 22px !important;
        }

    .lightbox-image {
        width: calc(90vw - 152px) !important;
        height: calc(75vh - 40px) !important;
        background: rgba(0, 0, 0, 0.1) !important;
        border-radius: 8px !important;
    }

    .lightbox-close {
        width: 44px !important;
        height: 44px !important;
        font-size: 26px !important;
        top: 15px !important;
        right: 15px !important;
    }

    /* Haberler Pages Tablet Styles */
    /* Module 23 - Haber Cards */
    .module-23 {
        width: 100%;
        padding: 60px 32px;
        gap: 40px;
    }

    .haber-card {
        gap: 20px;
    }

    .haber-image {
        width: 600px !important;
        height: 350px !important;
    }

    .haber-content {
        width: 450px !important;
    }

    .haber-title {
        font-size: 38px !important;
    }

    /* Module 24 - Haber Detail Content */
    .module-24 {
        width: 100%;
        padding: 60px 32px;
    }

    .haber-detail-image {
        height: 500px !important;
    }

    /* Navigation Buttons Section */
    .navigation-buttons-section {
        width: 100%;
        padding: 60px 32px 0;
        flex-direction: row !important;
        justify-content: space-between;
        gap: 16px;
    }

    .nav-button {
        padding: 10px 16px;
        border-radius: 6px;
        background: transparent;
        border: 1px solid transparent;
        width: auto !important;
        max-width: none !important;
        flex: 1;
    }

        .nav-button:hover {
            background: rgba(0, 0, 0, 0.05);
            border-color: rgba(0, 0, 0, 0.1);
        }

        .nav-button span {
            font-weight: 500;
            white-space: nowrap;
        }

    /* Image Navigation for Tablets */
    .image-navigation {
        padding: 0 20px;
        right: 0;
    }

    .nav-arrow {
        width: 50px !important;
        height: 50px !important;
        background: rgba(0, 0, 0, 0.7) !important;
    }

        .nav-arrow img {
            width: 20px !important;
            height: 20px !important;
        }

    /* Content arrows for Module 10 Tablets */
    .content-arrows {
        padding: 0 24px;
    }

    .content-arrow {
        width: 50px !important;
        height: 50px !important;
        background: rgba(255, 255, 255, 0.7) !important;
    }

        .content-arrow img {
            width: 20px !important;
            height: 20px !important;
        }

    /* KidsClub Pages Tablet Styles */
    /* Module 25 - Kids Image Grid */
    .module-25 {
        width: 100%;
        padding: 60px 32px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .kids-image-grid {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .grid-image {
        width: 100% !important;
        height: 300px !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        border-radius: 8px;
        overflow: hidden;
    }

        .grid-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

    /* Module 26 - Kids Activity Slider */
    .module-26 {
        width: 100%;
        padding: 60px 32px;
        gap: 40px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .kids-activity-slider {
        width: 100%;
        gap: 30px;
        position: relative;
    }

    .activity-slide.main-slide {
        width: 450px !important;
        height: 280px !important;
    }

    .activity-slide.side-slide {
        width: 220px !important;
        height: 280px !important;
    }

    /* Module 27 - Kids Program */
    .module-27 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        padding: 40px 16px;
        box-sizing: border-box;
    }

    .kids-program-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        width: 100%;
    }

    .program-image {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-radius: 8px;
    }

    .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;
            border-radius: 8px;
        }

    .program-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        text-align: center;
        padding: 0 16px;
    }

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

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

    .program-image {
        width: 500px !important;
        height: 400px !important;
        border-radius: 12px;
        overflow: hidden;
    }

        .program-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }

    .program-content {
        width: 400px !important;
        padding: 0 20px;
    }

    .program-title {
        font-size: 38px !important;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #333;
    }

    .program-description {
        font-size: 16px !important;
        line-height: 1.6;
        color: #666;
    }

    /* Villa Pages Mobile Styles */
    .hero-background {
        height: 400px;
    }

    .header-background-overlay {
        height: 150px;
    }

    /* Module 17 - Villa Cards for Tablets */
    .module-17 {
        width: 100%;
        padding: 60px 32px;
        gap: 40px;
    }

    .villa-card {
        flex-direction: row;
        gap: 32px;
        align-items: stretch;
    }

    .villa-image {
        width: 50% !important;
        height: 350px !important;
        border-radius: 12px;
    }

    .villa-arrows {
        padding: 0 20px;
    }

    .villa-arrow {
        width: 50px;
        height: 50px;
    }

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

    .villa-content {
        width: 50% !important;
        height: auto !important;
        gap: 20px;
        padding: 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .villa-title {
        font-size: 32px !important;
        margin-bottom: 20px;
    }

    .villa-description {
        font-size: 16px !important;
    }

    .villa-button a {
        padding: 14px 40px;
        font-size: 16px;
    }

    .module-18 {
        width: 100%;
        padding: 40px 16px;
    }

        .module-18 .module-1 {
            width: 100%;
            padding: 0;
        }

    .room-detail-text {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .detail-item {
        font-size: 12px;
        text-align: center;
    }

    .detail-separator {
        width: 80px;
        height: 1px;
        border-left: none;
        border-bottom: 1px solid #000000;
    }

    .module-14 {
        width: 100%;
        height: auto;
        padding: 40px 16px;
    }

    .villa-gallery {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 0;
        height: auto;
    }

    .gallery-main,
    .gallery-left,
    .gallery-right {
        width: 100% !important;
        height: 250px !important;
        grid-column: unset;
    }

    .gallery-button {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 20px;
    }

    .room-detail-content {
        width: 100%;
        padding: 40px 16px;
        gap: 20px;
    }

    .detail-text-columns {
        flex-direction: column;
        gap: 20px;
    }

    .text-column {
        width: 100%;
    }

    .reservation-section {
        width: 100%;
        padding: 40px 16px;
    }

    .reservation-button-main {
        width: 100%;
    }

    .module-13 {
        width: 100%;
        height: auto;
        padding: 40px 16px;
        flex-direction: column;
        gap: 20px;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .module-13 .slide-arrow {
            display: none;
        }

    .module13-viewport {
        width: 100% !important;
        overflow: visible;
    }

    .module13-scroller {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        transform: none !important;
    }

        .module13-scroller > .villa-card {
            flex: none !important;
            width: 100% !important;
        }

    .module-13 .villa-card {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
    }

    .module-13 .villa-img {
        width: 100% !important;
        height: 250px !important;
    }

    .module-13 .villa-text,
    .module-13 .villa-link {
        height: auto !important;
        font-size: 14px !important;
    }



    .gallery-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        justify-content: center;
        gap: 16px !important;
        padding: 0 16px;
    }


    .lightbox-content {
        width: 95vw !important;
        height: 80vh !important;
        max-width: none !important;
        max-height: none !important;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 10px;
    }

    .lightbox-arrow {
        width: 48px !important;
        height: 48px !important;
        background: rgba(255, 255, 255, 0.9) !important;
        flex-shrink: 0 !important;
    }

        .lightbox-arrow img {
            width: 20px !important;
            height: 20px !important;
        }

    .lightbox-image {
        width: calc(95vw - 136px) !important;
        height: calc(80vh - 20px) !important;
        background: rgba(0, 0, 0, 0.1) !important;
        border-radius: 8px !important;
    }

    .lightbox-close {
        width: 40px !important;
        height: 40px !important;
        font-size: 24px !important;
        top: 10px !important;
        right: 10px !important;
    }

    /* Lezzet Pages Mobile Styles */
    /* Module 19 - Lezzet Content */
    .module-19 {
        width: 100% !important;
        padding: 40px 16px !important;
        flex-direction: column !important;
        gap: 24px !important;
        overflow: hidden;
        box-sizing: border-box;
        display: flex !important;
        align-items: stretch !important;
    }

    .lezzet-image-section {
        width: 100% !important;
        border-radius: 8px;
        overflow: hidden;
        order: 1 !important;
        flex: none !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
    }

    .main-lezzet-image {
        width: 100% !important;
        height: 300px !important;
        border-radius: 8px;
        object-fit: cover;
    }

    .lezzet-text-section {
        width: 100% !important;
        padding-left: 0 !important;
        gap: 20px;
        text-align: center;
        order: 2 !important;
        flex: none !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
    }

    .lezzet-title {
        font-size: 32px !important;
        line-height: 1.2;
        margin-bottom: 16px;
        color: #333;
    }

    .lezzet-description {
        font-size: 14px !important;
        line-height: 1.6;
        color: #666;
        margin-bottom: 20px;
    }

    .lezzet-button {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

        .lezzet-button a {
            display: inline-block;
            padding: 12px 24px;
            background: #4D4D4F;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

            .lezzet-button a:hover {
                background: #333;
                transform: translateY(-2px);
            }


    .side-text-section {
        width: 100% !important;
        padding-right: 0 !important;
        gap: 20px;
        order: 2 !important;
        text-align: center;
        flex: none !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
    }

    .side-image-section {
        width: 100% !important;
        order: 1 !important;
        border-radius: 8px;
        overflow: hidden;
        flex: none !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
    }

    .side-lezzet-image {
        width: 100% !important;
        height: 300px !important;
        border-radius: 8px;
        object-fit: cover;
    }

    .side-title {
        font-size: 32px !important;
        line-height: 1.2;
        margin-bottom: 16px;
        color: #333;
    }

    .side-description {
        font-size: 14px !important;
        line-height: 1.6;
        color: #666;
        margin-bottom: 20px;
    }

    .side-button {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

        .side-button a {
            display: inline-block;
            padding: 12px 24px;
            background: #4D4D4F;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

            .side-button a:hover {
                background: #333;
                transform: translateY(-2px);
            }

    /* Module 21 - Rezervasyon Section */
    .module-21 {
        width: 100%;
        padding: 40px 16px;
        gap: 20px;
    }

    .rezervasyon-button button {
        padding: 12px 24px;
        font-size: 14px;
    }

    /* Module 22 - Galeri Content */
    .module-22 {
        width: 100%;
        padding: 40px 16px;
    }

    /* Gallery Grid for Tablets */
    .gallery-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        padding: 0 32px;
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    /* Index Page Tablet Responsive Design */
    /* Base page settings */
    .home .hero-section {
        height: 600px;
    }

    /* Header Tablet Optimization */
    .header {
        width: 100%;
        gap: 0;
        padding: 35px 40px 0;
        justify-content: space-between;
    }

    .header-left {
        gap: 24px;
        height: auto;
    }

    .menu-section {
        padding: 60px 0 0 0;
        width: auto;
        height: auto;
    }

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

    .logo img {
        width: 300px;
        height: auto;
    }

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

    .lang-text {
        font-size: 20px;
    }

    .book-button {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 18px;
    }

    /* Hero Section Tablet */
    .slide {
        width: 100%;
        height: 600px;
    }

    .slider-dots {
        bottom: 50px;
        right: 40px;
    }

    .dot {
        width: 20px;
        height: 20px;
    }

    /* Module 1 - Main Content Tablet */
    .module-1 {
        width: 100%;
        padding: 100px 40px 80px;
        max-width: 900px;
        margin: 0 auto;
    }

    .h1-text {
        font-size: 40px;
        line-height: 1.2;
    }

    .subtitle {
        width: 100%;
        font-size: 18px;
        max-width: 650px;
        margin: 0 auto 28px;
        padding: 0;
    }

    .description {
        width: 100%;
        font-size: 16px;
        max-width: 850px;
        margin: 0 auto;
        line-height: 1.45;
        padding: 0;
    }

    .h1-line {
        width: 180px;
    }

    /* Module 2 - Slider Sections Tablet */
    .module-2 {
        width: 100%;
        height: auto;
        padding: 70px 0;
        margin: 0 auto;
    }

    .module-2-bg {
        width: 100%;
    }

    .module-2-header {
        position: relative;
        left: 0;
        width: 100%;
        padding: 0 40px;
        margin-bottom: 50px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

        .module-2-header .h1-tag {
            width: 100%;
        }

        .module-2-header .h1-text {
            font-size: 38px;
            line-height: 1.2;
        }

        .module-2-header .subtitle {
            font-size: 17px;
            max-width: 600px;
            margin: 0 auto;
        }

    .slide-body {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0 40px;
        overflow: hidden;
    }

    .module-2 .slide-body::before,
    .module-2 .slide-body::after {
        background: transparent;
        width: 40px;
    }

    .slide-container {
        width: auto;
        height: auto;
        display: flex;
        gap: 24px;
        padding: 0 20px;
        justify-content: flex-start;
    }

    .slide-frame {
        width: 320px;
        height: auto;
        margin: 0;
        scroll-snap-align: start;
        flex-shrink: 0;
    }

    .slide-image {
        width: 100%;
        height: 400px;
        border-radius: 8px;
        background-size: cover;
        background-position: center;
    }

    .slide-text {
        width: 100%;
        font-size: 16px;
        line-height: 1.4;
        padding: 12px 0 8px;
        text-align: center;
        color: #fff;
    }

    .slide-link {
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 4px 0;
    }

    .slide-arrow-left,
    .slide-arrow-right {
        width: 20px;
        height: 35px;
        top: 200px;
    }

    .slide-arrow-left {
        left: 70px;
    }

    .slide-arrow-right {
        right: 10px;
    }

    /* Module 3 - Instagram Gallery Tablet */
    .module-3 {
        width: 100%;
        height: auto;
        padding: 70px 0;
    }

    .module-3-content {
        padding: 0 40px;
        max-width: 1000px;
        margin: 0 auto;
    }

    .module-3-header {
        margin-bottom: 40px;
    }

        .module-3-header .h1-text {
            font-size: 38px;
            line-height: 1.2;
        }

        .module-3-header .subtitle {
            font-size: 17px;
            margin: 0 auto;
        }

    .instagram-gallery {
        height: 280px;
        margin-top: 40px;
        position: relative;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .instagram-container {
        display: flex;
        gap: 20px;
        width: max-content;
        padding: 0 40px;
        height: 280px;
        align-items: center;
    }

    .instagram-image {
        width: calc(50vw - 50px);
        height: 280px;
        scroll-snap-align: start;
        flex-shrink: 0;
        border-radius: 8px;
        overflow: hidden;
        min-width: 300px;
        max-width: 400px;
    }

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

    .instagram-arrow {
        display: none !important;
    }

    .social-media-icons {
        margin-top: 40px;
        gap: 35px;
        justify-content: center;
    }

    /* Module 4 - Video Section Tablet */
    .module-4 {
        width: 100%;
        height: auto;
        padding: 70px 40px;
        gap: 40px;
        max-width: 1000px;
        margin: 0 auto;
    }

    .module-4-header {
        width: 100%;
    }

        .module-4-header .h1-text {
            font-size: 38px;
            line-height: 1.2;
        }

        .module-4-header .subtitle {
            font-size: 17px;
            margin: 0 auto;
        }

    .screen-image {
        width: 100%;
        height: 500px;
        border-radius: 12px;
        position: relative;
    }

    .play-button {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

        .play-button::before {
            border-left: 24px solid #fff;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
        }

    /* Footer Tablet Layout */
    .footer {
        width: 100%;
        margin-top: 100px !important;
    }

    .footer-bg {
        width: 100%;
        height: auto;
        background: #FFFFFF;
    }

    .footer-content {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 50px 40px 30px;
        align-items: center;
        flex-direction: column;
    }

    .footer-logos {
        gap: 20px;
    }

    .ng-hotels-logo {
        width: 150px;
        height: auto;
    }

    .ng-sign-logo {
        width: 180px;
        height: auto;
    }

    .footer-contact {
        font-size: 16px;
        text-align: center;
    }

    .footer-social {
        gap: 35px;
    }

    .footer-menu {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 1.8;
    }

    .footer-legal {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 1.6;
    }

    .newsletter {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 30px 40px 50px;
        align-items: center;
        max-width: 500px;
        margin: 0 auto;
    }

    .newsletter-title {
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .newsletter-input {
        width: 100%;
        height: 45px;
        font-size: 15px;
        border-radius: 6px;
    }

    .newsletter-checkbox {
        gap: 15px;
        margin: 15px 0;
    }

    .checkbox {
        width: 20px;
        height: 20px;
        border-radius: 3px;
    }

    .checkbox-text {
        font-size: 13px;
        line-height: 1.4;
    }

    .send-button {
        width: 120px;
        height: 45px;
        font-size: 15px;
        border-radius: 6px;
    }

    .copyright {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 30px 0 20px;
        font-size: 15px;
        text-align: center;
    }

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

    .lezzet-image-section {
        width: 100% !important;
        border-radius: 12px;
        overflow: hidden;
        order: 1 !important;
        flex: none !important;
    }

    .main-lezzet-image {
        width: 100% !important;
        height: 400px !important;
        border-radius: 12px;
        object-fit: cover;
    }

    .lezzet-text-section {
        width: 100% !important;
        padding-left: 0 !important;
        gap: 24px;
        text-align: center;
        order: 2 !important;
        flex: none !important;
    }

    .lezzet-title {
        font-size: 38px !important;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #333;
    }

    .lezzet-description {
        font-size: 16px !important;
        line-height: 1.6;
        color: #666;
        margin-bottom: 24px;
    }

    .lezzet-button {
        display: flex;
        justify-content: flex-start;
        margin-top: 24px;
    }

        .lezzet-button a {
            padding: 14px 28px;
            font-size: 16px;
            border-radius: 8px;
        }


    .side-text-section {
        width: 100% !important;
        padding-right: 0 !important;
        gap: 24px;
        order: 2 !important;
        text-align: center;
        flex: none !important;
    }

    .side-image-section {
        width: 100% !important;
        order: 1 !important;
        border-radius: 12px;
        overflow: hidden;
        flex: none !important;
    }

    .side-lezzet-image {
        width: 100% !important;
        height: 400px !important;
        border-radius: 12px;
        object-fit: cover;
    }

    .side-title {
        font-size: 38px !important;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #333;
    }

    .side-description {
        font-size: 16px !important;
        line-height: 1.6;
        color: #666;
        margin-bottom: 24px;
    }

    .side-button {
        display: flex;
        justify-content: flex-start;
        margin-top: 24px;
    }

        .side-button a {
            padding: 14px 28px;
            font-size: 16px;
            border-radius: 8px;
        }

    /* Module 21 - Rezervasyon Section */
    .module-21 {
        width: 100%;
        padding: 60px 32px;
    }

    /* Module 15 - Mini Squares for Tablets */
    .module-15 {
        width: 100%;
        padding: 50px 32px;
        gap: 40px;
        overflow: hidden;
        box-sizing: border-box;
    }

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

        .module-15-header .h1-text {
            font-size: 36px;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #333;
        }

        .module-15-header .subtitle {
            font-size: 18px;
            line-height: 1.5;
            color: #666;
            margin-bottom: 20px;
        }

        .module-15-header .description {
            font-size: 16px;
            line-height: 1.6;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
        }

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

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

        .mini-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

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

    .square-text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
        color: white;
        padding: 20px 16px 16px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }

    /* Module 18 - Detail Header for Tablets */
    .module-18 {
        width: 100%;
        padding: 50px 32px;
    }

    .room-detail-text {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .detail-item {
        font-size: 14px;
    }

    /* Module 16 - Contact Section for Medium Tablets */
    .module-16 {
        width: 100%;
        padding: 70px 40px;
        gap: 35px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .contact-info {
        padding: 35px 50px;
        height: auto;
        gap: 22px;
        background: #F7F7F7;
        border-radius: 10px;
    }

    .contact-title {
        width: 100%;
        height: auto;
        font-size: 30px;
        text-align: center;
        font-weight: 500;
    }

    .contact-text {
        width: 100%;
        height: auto;
        font-size: 17px;
        line-height: 1.5;
        text-align: center;
        max-width: 850px;
        margin: 0 auto;
    }

    .google-maps {
        width: 100%;
        height: 550px;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    }

    .google-maps-img {
        width: 100%;
        height: 100%;
        border-radius: 14px;
    }

    /* Module 17 - Villa Cards for Medium Tablets */
    .module-17 {
        width: 100%;
        padding: 70px 40px;
        gap: 45px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .villa-card {
        flex-direction: row;
        gap: 36px;
        align-items: stretch;
    }

    .villa-image {
        width: 52% !important;
        height: 380px !important;
        border-radius: 14px;
    }

    .villa-arrows {
        padding: 0 22px;
    }

    .villa-arrow {
        width: 52px;
        height: 52px;
        background: rgba(0, 0, 0, 0.75);
    }

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

    .villa-content {
        width: 48% !important;
        height: auto !important;
        padding: 36px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 22px !important;
    }

    .villa-title {
        font-size: 34px !important;
        margin-bottom: 22px;
        font-weight: 600;
    }

    .villa-description {
        font-size: 16px !important;
    }

    .villa-button a {
        padding: 15px 44px;
        font-size: 17px;
        font-weight: 600;
    }

    /* Module 22 - Galeri Content */
    .module-22 {
        width: 100%;
        padding: 60px 32px;
    }

    /* Haberler Pages Mobile Styles */
    /* Module 23 - Haber Cards */
    .module-23 {
        width: 100%;
        padding: 40px 16px;
        gap: 32px;
    }

    .haber-card {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .haber-image {
        width: 100% !important;
        height: 250px !important;
    }

    .haber-content {
        width: 100% !important;
        gap: 16px;
    }

    .haber-title {
        font-size: 32px !important;
    }

    .haber-description {
        font-size: 14px !important;
    }

    /* Module 24 - Haber Detail Content */
    .module-24 {
        width: 100%;
        padding: 40px 16px;
    }

    .haber-detail-container {
        gap: 32px;
    }

    .haber-detail-image {
        height: 300px !important;
    }

    .haber-detail-text {
        max-height: 400px;
        font-size: 14px !important;
        text-align: left;
    }

    /* Navigation Buttons Section */
    .navigation-buttons-section {
        width: 100%;
        padding: 40px 16px 0;
        flex-direction: row !important;
        justify-content: space-between;
        gap: 16px;
    }

    .nav-button {
        padding: 8px 12px;
        border-radius: 6px;
        background: transparent;
        border: 1px solid transparent;
        width: auto !important;
        max-width: none !important;
        flex: 1;
    }

        .nav-button:hover {
            background: rgba(0, 0, 0, 0.05);
            border-color: rgba(0, 0, 0, 0.1);
        }

        .nav-button span {
            font-size: 14px !important;
            font-weight: 500;
            white-space: nowrap;
        }

        .nav-button img {
            width: 14px !important;
            height: 25px !important;
        }

    /* KidsClub Pages Mobile Styles */
    /* Module 25 - Kids Image Grid */
    .module-25 {
        width: 100%;
        padding: 40px 16px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .kids-image-grid {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .grid-image {
        width: 100% !important;
        height: 300px !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        border-radius: 8px;
        overflow: hidden;
    }

        .grid-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

    /* Module 26 - Kids Activity Slider */
    .module-26 {
        width: 100%;
        padding: 40px 16px;
        gap: 32px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .kids-activity-header {
        width: 100%;
        text-align: center;
    }

        .kids-activity-header .h1-text {
            font-size: 28px;
            line-height: 1.2;
            margin-bottom: 16px;
        }

        .kids-activity-header .subtitle {
            font-size: 16px;
            line-height: 1.5;
            color: #666;
        }

    .kids-activity-slider {
        width: 100%;
        gap: 16px;
        flex-direction: column;
        position: relative;
    }

    .slider-arrow-left,
    .slider-arrow-right {
        display: none;
    }

    .activity-slides {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .activity-slide.main-slide,
    .activity-slide.side-slide {
        width: 100% !important;
        height: 250px !important;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

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

    .slide-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0,0,0,0.7));
        padding: 20px 16px;
        border-radius: 0 0 8px 8px;
    }

    .slide-link {
        color: white;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }

    /* Module 27 - Kids Program */
    .module-27 {
        width: 100%;
        padding: 40px 16px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .kids-program-container {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .program-image {
        width: 100% !important;
        height: 300px !important;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

        .program-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

    .image-navigation {
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 16px;
    }

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

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

        .nav-arrow img {
            width: 20px;
            height: 20px;
        }

    .program-content {
        width: 100% !important;
        gap: 20px;
        text-align: center;
    }

    .program-title {
        font-size: 28px !important;
        line-height: 1.2;
        margin-bottom: 16px;
        color: #333;
    }

    .program-description {
        font-size: 14px !important;
        line-height: 1.6;
        color: #666;
    }
}

/* Eğlence Sayfası Tablet Responsive (1024px - 1280px) */
@media (min-width: 1024px) and (max-width: 1280px) {
    /* KidsClub Pages Large Tablet Styles */
    /* Module 25 - Kids Image Grid */
    .module-25 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }

    /* SPA Detail Pages Large Tablet Styles */
    /* Module 9 - Text & Image */
    .module-9 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }

        .module-9.spa-version {
            background-color: #F7F7F7;
            padding: 80px 60px;
            margin: 0;
            width: 100%;
            max-width: 100%;
            overflow: hidden;
            box-sizing: border-box;
        }

            .module-9.spa-version .module-9-content {
                width: 100%;
                margin: 0;
                flex-direction: row;
                gap: 60px;
            }

            .module-9.spa-version .text-area {
                width: 50%;
                text-align: left;
            }

                .module-9.spa-version .text-area .section-title {
                    font-size: 36px;
                    line-height: 1.2;
                    margin-bottom: 24px;
                    color: #000;
                }

                .module-9.spa-version .text-area .section-description {
                    font-size: 18px;
                    line-height: 1.6;
                    color: #000;
                }

            .module-9.spa-version .image-area {
                width: 50%;
                height: 450px;
                border-radius: 16px;
                overflow: hidden;
            }

                .module-9.spa-version .image-area img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 16px;
                }

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

            .module-9.spa-version .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: auto;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            }

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

                .module-9.spa-version .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%);
                }

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

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

    .module-9-content {
        flex-direction: row;
        gap: 60px;
        width: 100%;
    }

    .text-area {
        width: 50%;
        text-align: left;
    }

        .text-area .section-title {
            font-size: 36px;
            line-height: 1.2;
            margin-bottom: 24px;
            color: #333;
        }

        .text-area .section-description {
            font-size: 18px;
            line-height: 1.6;
            color: #666;
        }

    .image-area {
        width: 50%;
        height: 450px;
        border-radius: 16px;
        overflow: hidden;
    }

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

    /* Module 11 - SPA Image Grid */
    .module-11 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }

    .spa-grid {
        gap: 30px;
        height: 500px;
        flex-direction: row;
        width: 100%;
    }

    .spa-grid-left {
        width: 60%;
        height: 500px;
        border-radius: 16px;
        overflow: hidden;
    }

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

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

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

    .spa-grid-item {
        height: 220px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }

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

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

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

    /* Module 12 - SPA Services */
    .module-12 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }

    .module-12-content {
        gap: 40px;
        flex-direction: row;
        width: 100%;
    }

    .image-area-reverse {
        width: 60%;
        height: 450px;
        border-radius: 16px;
        overflow: hidden;
        order: 2;
    }

    .text-area-reverse {
        width: 40%;
        order: 1;
        text-align: left;
    }

        .text-area-reverse .section-title {
            font-size: 36px;
            line-height: 1.2;
            margin-bottom: 24px;
            color: #333;
        }

        .text-area-reverse .section-description {
            font-size: 18px;
            line-height: 1.6;
            color: #666;
            margin-bottom: 30px;
        }

    .detail-button a {
        padding: 16px 32px;
        font-size: 18px;
        border-radius: 10px;
    }

    /* Module 19 & 20 - Lezzet Content Large Tablet */
    /* Module 19 - Lezzet Content */
    .module-19 {
        width: 100% !important;
        max-width: 1200px;
        padding: 80px 60px !important;
        gap: 60px !important;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
        flex-direction: column !important;
        display: flex !important;
        align-items: stretch !important;
    }

    .lezzet-image-section {
        width: 100% !important;
        border-radius: 16px;
        overflow: hidden;
        order: 1 !important;
        flex: none !important;
    }

    .main-lezzet-image {
        width: 100% !important;
        height: 450px !important;
        border-radius: 16px;
        object-fit: cover;
    }

    .lezzet-text-section {
        width: 100% !important;
        padding-left: 0 !important;
        gap: 30px;
        text-align: center;
        order: 2 !important;
        flex: none !important;
    }

    .lezzet-title {
        font-size: 42px !important;
        line-height: 1.2;
        margin-bottom: 24px;
        color: #333;
    }

    .lezzet-description {
        font-size: 18px !important;
        line-height: 1.6;
        color: #666;
        margin-bottom: 30px;
    }

    .lezzet-button a {
        padding: 16px 32px;
        font-size: 18px;
        border-radius: 10px;
    }



    .side-text-section {
        width: 100% !important;
        padding-right: 0 !important;
        gap: 30px;
        order: 2 !important;
        text-align: center;
        flex: none !important;
    }

    .side-image-section {
        width: 100% !important;
        order: 1 !important;
        border-radius: 16px;
        overflow: hidden;
        flex: none !important;
    }

    .side-lezzet-image {
        width: 100% !important;
        height: 450px !important;
        border-radius: 16px;
        object-fit: cover;
    }

    .side-title {
        font-size: 42px !important;
        line-height: 1.2;
        margin-bottom: 24px;
        color: #333;
    }

    .side-description {
        font-size: 18px !important;
        line-height: 1.6;
        color: #666;
        margin-bottom: 30px;
    }

    .side-button a {
        padding: 16px 32px;
        font-size: 18px;
        border-radius: 10px;
    }

    /* Module 15 - Mini Squares Large Tablet */
    .module-15 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }

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

        .module-15-header .h1-text {
            font-size: 42px;
            line-height: 1.2;
            margin-bottom: 24px;
            color: #333;
        }

        .module-15-header .subtitle {
            font-size: 20px;
            line-height: 1.5;
            color: #666;
            margin-bottom: 24px;
        }

        .module-15-header .description {
            font-size: 18px;
            line-height: 1.6;
            color: #666;
            max-width: 900px;
            margin: 0 auto;
        }

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

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

        .mini-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 35px 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: 25px 20px 20px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

    .grid-image {
        width: 100% !important;
        height: 350px !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        border-radius: 12px;
        overflow: hidden;
    }

        .grid-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }

    .kids-image-grid {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    /* Module 26 - Kids Activity Slider */
    .module-26 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        gap: 50px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }

    .kids-activity-header .h1-text {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .kids-activity-header .subtitle {
        font-size: 20px;
        line-height: 1.5;
        color: #666;
    }

    /* Module 27 - Kids Program */
    .module-27 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }

    .program-image {
        width: 600px !important;
        height: 450px !important;
        border-radius: 16px;
        overflow: hidden;
    }

    .program-content {
        width: 500px !important;
        padding: 0 30px;
    }

    .program-title {
        font-size: 42px !important;
        line-height: 1.2;
        margin-bottom: 24px;
        color: #333;
    }

    .program-description {
        font-size: 18px !important;
        line-height: 1.6;
        color: #666;
    }
    /* Base layout adjustments */
    .main-content {
        margin-bottom: 60px;
    }

    /* Header adjustments */
    .header {
        padding: 40px 60px 0;
        gap: 30px;
    }

    .menu-section {
        padding: 80px 0 0 40px;
        width: auto;
    }

    .logo img {
        width: 300px;
        height: auto;
    }

    .header-right {
        padding: 0 40px 0 0;
        gap: 25px;
    }

    /* Second Menu */
    .second-menu {
        padding: 0 60px;
        overflow-x: auto;
        overflow-y: visible;
        height: auto;
    }

    .second-menu-content {
        width: 100%;
        gap: 35px;
        justify-content: center;
        min-width: 0;
        white-space: nowrap;
    }


    /* Module 1 - Main content */
    .module-1 {
        width: 100%;
        max-width: 768px;
        padding: 80px 60px 60px;
    }

    .h1-text {
        font-size: 42px;
        line-height: 1.2;
    }

    .subtitle {
        width: 100%;
        max-width: 650px;
        font-size: 18px;
        margin: 0 auto 28px;
    }

    .description {
        width: 100%;
        max-width: 950px;
        font-size: 16px;
        line-height: 1.4;
        margin: 0 auto;
    }

    .h1-line {
        width: 180px;
    }

    /* Module 17 - Villa Cards for Large Tablets */
    .module-17 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        gap: 50px;
        margin: 0 auto;
    }

    /* Module 13 - Villa Slider for Large Tablets */
    .module-13 {
        width: 100%;
        max-width: 1200px;
        height: auto;
        padding: 80px 60px;
        gap: 40px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }

        .module-13 .module13-viewport {
            width: 100%;
            overflow: hidden;
            box-sizing: border-box;
        }

        .module-13 .module13-scroller {
            display: flex;
            flex-direction: column;
            gap: 30px;
            width: 100%;
            transform: none !important;
        }

        .module-13 .villa-card {
            width: 100% !important;
            height: auto;
            flex-shrink: 0;
        }

    /* Module 18 - Villa Detail Header for Large Tablets */
    .module-18 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        gap: 40px;
        margin: 0 auto;
    }

        .module-18 .module-1 {
            width: 100%;
            padding: 0;
            gap: 30px;
        }

        .module-18 .h1-text {
            font-size: 42px;
            line-height: 1.2;
            text-align: center;
        }

        .module-18 .subtitle {
            width: 100%;
            font-size: 20px;
            text-align: center;
            margin-bottom: 24px;
        }

        .module-18 .description {
            width: 100%;
            font-size: 18px;
            line-height: 1.7;
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
        }

    .room-detail-text {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 30px 40px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        margin-top: 30px;
        flex-wrap: nowrap;
    }

    .detail-item {
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        text-align: center;
    }

    .detail-separator {
        display: block;
        width: 1px;
        height: 24px;
        background: rgba(255, 255, 255, 0.3);
    }

    /* Module 14 - Villa Gallery for Large Tablets */
    .module-14 {
        width: 100%;
        max-width: 1200px;
        height: auto;
        padding: 80px 60px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin: 0 auto;
        align-items: center;
    }

        .module-14 > * {
            width: 100%;
            max-width: 100%;
        }

    .villa-left-image,
    .villa-right-image {
        width: 100%;
        height: 300px;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 0;
    }

    .large-villa-bg {
        width: 100%;
        height: 500px;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 0;
        left: 0px;
    }

    /* Ensure all images are stacked vertically */
    .module-14 .villa-14 .villa-left-image,
    .module-14 .villa-right-image,
    .module-14 .large-villa-bg {
        display: block;
        float: none;
        clear: both;
    }

    .m14-caption {
        position: absolute;
        bottom: 24px;
        left: 24px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.7);
        padding: 12px 20px;
        border-radius: 10px;
    }

    .m14-center-caption-left {
        position: absolute;
        bottom: 24px;
        left: 24px;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.7);
        padding: 14px 24px;
        border-radius: 12px;
    }

    .m14-center-link-right {
        position: absolute;
        bottom: 24px;
        right: 24px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.8);
        padding: 14px 24px;
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .slider-points {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin: 30px 0;
        width: 100%;
    }

    .gallery-button {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        width: 100%;
    }

        /* Ensure proper spacing between elements */


        .gallery-button a {
            display: inline-block;
            padding: 16px 32px;
            background: transparent;
            border: 2px solid #fff;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-size: 18px;
        }

    /* Room Detail Content for Large Tablets */
    .room-detail-content {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        background: #fff;
        margin: 0 auto;
    }

    .detail-header {
        margin-bottom: 40px;
    }

    .detail-text-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    .text-column {
        width: 100%;
    }

        .text-column p {
            font-size: 18px;
            line-height: 1.8;
            color: #333;
            margin: 0;
        }

    /* Reservation Section for Large Tablets */
    .reservation-section {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        background: #f7f7f7;
        margin: 0 auto;
    }

    .reservation-button-main {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        background: #f7f7f7;
    }

        .reservation-button-main a {
            display: inline-block;
            padding: 18px 48px;
            background: #4D4D4F;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            border-radius: 12px;
            transition: all 0.3s ease;
            font-size: 20px;
        }

    .villa-card {
        flex-direction: row;
        gap: 40px;
        align-items: stretch;
    }

    .villa-image {
        width: 55% !important;
        height: 420px !important;
        border-radius: 16px;
    }

    .villa-arrows {
        padding: 0 24px;
    }

    .villa-arrow {
        width: 55px;
        height: 55px;
        background: rgba(0, 0, 0, 0.7);
    }

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

    .villa-content {
        width: 45% !important;
        height: auto !important;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }

    .villa-title {
        font-size: 36px !important;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .villa-description {
        font-size: 16px !important;
    }

    .villa-button a {
        padding: 16px 48px;
        font-size: 18px;
        font-weight: 600;
    }

    /* Module 6 - Image Grid Tablet */
    .module-6 {
        width: 100%;
        max-width: 1200px;
        padding: 60px;
    }

    .image-grid {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        position: static;
    }



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

    /* Module 8 - Restaurant Feature Tablet */
    .module-8 {
        width: 100%;
        max-width: 1200px;
        padding: 60px;
    }

    .module-8-content {
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .restaurant-info {
        width: 100%;
        max-width: 700px;
        text-align: center;
        gap: 25px;
    }

    .restaurant-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .restaurant-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .restaurant-images {
        width: 100%;
        max-width: 700px;
        height: 450px;
        position: relative;
    }

    .main-image {
        width: 70%;
        height: 320px;
    }

    .secondary-image {
        width: 280px;
        height: 220px;
        right: 20px;
        bottom: 20px;
    }

    /* Module 8B - Entertainment Slider Tablet */
    .module-8b {
        width: 100%;
        max-width: 1200px;
        padding: 60px;
        gap: 50px;
    }

    .module-8b-header {
        gap: 25px;
    }

    .module-8b-slider {
        gap: 35px;
    }

    .slider-content {
        gap: 35px;
        flex-direction: row;
        justify-content: center;
    }

    .left-section {
        width: auto;
    }

    .main-card {
        width: 450px !important;
        height: 340px !important;
    }

    .right-section {
        width: 280px;
        gap: 20px;
    }

    .side-card {
        width: 280px !important;
        height: 160px !important;
    }

    .card-title {
        font-size: 26px !important;
    }

    .card-date {
        font-size: 12px !important;
    }

    .card-link {
        font-size: 14px !important;
    }

    /* Module 9 - Text & Image Tablet */
    .module-9 {
        width: 100%;
        max-width: 1200px;
        padding: 60px;
    }

    .module-9-content {
        gap: 40px;
        align-items: center;
    }

    .text-area {
        width: 55%;
        gap: 25px;
    }

    .section-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .section-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .image-area {
        width: 45%;
        height: 420px;
    }

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

    .image-arrows {
        gap: 15px;
    }

    .image-arrow {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.9);
        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: 18px;
            height: 18px;
            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);
        }

    /* Footer tablet adjustments */
    .footer {
        width: 100%;
        margin-top: 80px !important;
    }

    .footer-content {
        padding: 50px 60px 30px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .footer-logos {
        gap: 25px;
    }

    .ng-hotels-logo {
        width: 160px;
        height: auto;
    }

    .ng-sign-logo {
        width: 190px;
        height: auto;
    }

    .footer-contact {
        font-size: 16px;
        text-align: center;
        gap: 10px;
    }

    .footer-social {
        gap: 35px;
    }

    .footer-menu {
        text-align: center;
        font-size: 16px;
        line-height: 1.8;
    }

    .footer-legal {
        text-align: center;
        font-size: 15px;
        line-height: 1.6;
    }

    .newsletter {
        padding: 30px 60px 50px;
        max-width: 550px;
        margin: 0 auto;
    }

    .newsletter-title {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .newsletter-input {
        height: 48px;
        font-size: 16px;
        border-radius: 8px;
    }

    .newsletter-checkbox {
        gap: 18px;
        margin: 20px 0;
    }

    .checkbox {
        width: 22px;
        height: 22px;
        border-radius: 4px;
    }

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

    .send-button {
        width: 130px;
        height: 48px;
        font-size: 16px;
        border-radius: 8px;
    }

    .copyright {
        margin: 35px 0 25px;
        font-size: 15px;
        text-align: center;
    }

    /* Module 16 - Contact Section for Large Tablets */
    .module-16 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        gap: 40px;
        margin: 0 auto;
    }

    .contact-info {
        padding: 40px 60px;
        height: auto;
        gap: 24px;
        background: #F7F7F7;
        border-radius: 8px;
    }

    .contact-title {
        width: 100%;
        height: auto;
        font-size: 32px;
        text-align: center;
        font-weight: 500;
    }

    .contact-text {
        width: 100%;
        height: auto;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
    }

    .google-maps {
        width: 100%;
        height: 600px;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .google-maps-img {
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }

    /* Module 10 - Detail Content for Large Tablets */
    .module-10 {
        width: 100%;
        max-width: 1200px;
        padding: 60px;
    }

    .detail-image {
        height: 500px;
    }

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

    /* Navigation Buttons for Large Tablets */
    .navigation-buttons-section {
        width: 100%;
        padding: 60px 60px 0;
        flex-direction: row !important;
        justify-content: space-between;
        gap: 16px;
    }

    .nav-button {
        gap: 12px;
        padding: 12px 20px;
        border-radius: 8px;
        background: transparent;
        border: 1px solid transparent;
        width: auto !important;
        max-width: none !important;
        flex: 1;
    }

        .nav-button:hover {
            background: rgba(0, 0, 0, 0.05);
            border-color: rgba(0, 0, 0, 0.1);
        }

        .nav-button span {
            font-size: 16px;
            font-weight: 500;
            white-space: nowrap;
        }

        .nav-button img {
            width: 16px;
            height: 28px;
        }

    /* Image Navigation for Large Tablets */
    .image-navigation {
        padding: 0 25px;
        right: 0;
    }

    .nav-arrow {
        width: 55px !important;
        height: 55px !important;
        background: rgba(0, 0, 0, 0.7) !important;
    }

        .nav-arrow img {
            width: 22px !important;
            height: 22px !important;
        }

    /* Content arrows for Module 10 Large Tablets */
    .content-arrows {
        padding: 0 28px;
    }

    .content-arrow {
        width: 55px !important;
        height: 55px !important;
        background: rgba(255, 255, 255, 0.7) !important;
    }

        .content-arrow img {
            width: 22px !important;
            height: 22px !important;
        }

    /* Gallery Grid for Large Tablets */
    .gallery-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }
}

/* Small Phone (≤ 480px) overrides */
@media (max-width: 480px) {
    body {
        font-size: 14px;
        overflow-x: hidden;
        width: 100%;
        box-sizing: border-box;
    }

    /* KidsClub Pages Small Phone Styles */
    /* Module 25 - Kids Image Grid */
    .module-25 {
        padding: 32px 12px;
    }

    /* Module 15 - Mini Squares Small Phone */
    .module-15 {
        padding: 32px 12px;
    }

    /* Module 19 & 20 - Lezzet Content Small Phone */
    /* Module 19 - Lezzet Content */
    .module-19 {
        padding: 32px 12px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        margin: 0 auto;
        width: 350px;
        padding: 80px 0;
    }

    .module-19-header {
        margin-bottom: 20px;
    }

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

    .lezzet-description {
        font-size: 13px !important;
        margin-bottom: 16px;
    }

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


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

    .side-description {
        font-size: 13px !important;
        margin-bottom: 16px;
    }

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

    .module-15-header {
        margin-bottom: 24px;
    }

        .module-15-header .h1-text {
            font-size: 24px;
        }

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

        .module-15-header .description {
            font-size: 13px;
            margin-bottom: 20px;
        }


    .mini-squares {
        gap: 12px;
    }

    .mini-card {
        height: 150px;
    }

    .square-text {
        padding: 12px 8px 8px;
        font-size: 13px;
    }

    .kids-image-grid {
        gap: 16px;
    }

    .grid-image {
        height: 250px !important;
    }

    /* SPA Detail Pages Small Phone Styles */
    /* Module 9 - Text & Image */
    .module-9 {
        padding: 32px 12px;
    }

        .module-9.spa-version {
            background-color: #F7F7F7;
            padding: 32px 12px;
            margin: 0;
            width: 100%;
            overflow: hidden;
            box-sizing: border-box;
        }

            .module-9.spa-version .module-9-content {
                width: 100%;
                margin: 0;
                flex-direction: column;
                gap: 20px;
            }

            .module-9.spa-version .text-area {
                width: 100%;
                text-align: center;
            }

                .module-9.spa-version .text-area .section-title {
                    font-size: 24px;
                    line-height: 1.2;
                    margin-bottom: 16px;
                    color: #000;
                }

                .module-9.spa-version .text-area .section-description {
                    font-size: 13px;
                    line-height: 1.6;
                    color: #000;
                }

            .module-9.spa-version .image-area {
                width: 100%;
                height: 250px;
                border-radius: 8px;
                overflow: hidden;
                position: relative;
            }

                .module-9.spa-version .image-area img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 8px;
                }

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

            .module-9.spa-version .image-arrow {
                width: 36px;
                height: 36px;
                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;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                pointer-events: all;
            }

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

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

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

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

    .module-9-content {
        gap: 20px;
    }

    .text-area .section-title {
        font-size: 24px;
    }

    .text-area .section-description {
        font-size: 13px;
    }

    .image-area {
        height: 250px;
    }

    /* Module 11 - SPA Image Grid */
    .module-11 {
        padding: 32px 12px;
    }

    .spa-grid {
        gap: 16px;
    }

    .spa-grid-left {
        height: 250px;
    }

        .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 a:hover img {
                    transform: scale(1.05);
                }

    .spa-grid-item {
        height: 180px;
        position: relative;
    }

        .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 a:hover img {
                    transform: scale(1.05);
                }

    /* Module 12 - SPA Services */
    .module-12 {
        padding: 32px 12px;
    }

    .module-12-content {
        gap: 20px;
    }

    .image-area-reverse {
        height: 250px;
    }

    .text-area-reverse .section-title {
        font-size: 24px;
    }

    .text-area-reverse .section-description {
        font-size: 13px;
    }

    /* Module 8 - Restaurant Feature */
    .module-8 {
        padding: 32px 12px;
    }

    .module-8-content {
        gap: 28px;
    }

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

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

    .restaurant-images {
        height: 350px;
    }

    .main-image {
        height: 220px;
    }

    .secondary-image {
        width: 120px;
        height: 100px;
    }

    /* Module 26 - Kids Activity Slider */
    .module-26 {
        padding: 32px 12px;
        gap: 24px;
    }

    .kids-activity-header .h1-text {
        font-size: 24px;
    }

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

    .activity-slide.main-slide,
    .activity-slide.side-slide {
        height: 200px !important;
    }

    .slide-overlay {
        padding: 16px 12px;
    }

    .slide-link {
        font-size: 14px;
    }

    /* Module 27 - Kids Program */
    .module-27 {
        padding: 32px 12px;
    }

    .program-image {
        height: 250px !important;
    }

    .program-title {
        font-size: 24px !important;
    }

    .program-description {
        font-size: 13px !important;
    }
}

/* Tablet (769px - 1023px) */
@media (min-width: 769px) and (max-width: 1023px) {
    .dortlu-slide-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .dortlu-slide {
        width: calc(50% - 10px);
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .main-content2 {
        padding: 0px 0px !important;
    }
}
/* Large Tablet (1024px - 1280px) */
@media (min-width: 1024px) and (max-width: 1280px) {
    .dortlu-slide-container {
        flex-direction: row;
        gap: 20px;
    }

    .dortlu-slide {
        width: calc(25% - 15px);
        max-width: 280px;
    }
}

/* Desktop (1281px+) */
@media (min-width: 1281px) {
    .dortlu-slide-container {
        flex-direction: row;
        gap: 24px;
    }

    .dortlu-slide {
        width: 342px;
    }
}

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

.phone-tooltip {
    position: absolute;
    top: 50px;
    right: -73px;
    width: 177px;
    height: 116px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 20px 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: 73px;
    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: 20px;
    text-align: center;
}

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

.tooltip-text {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    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;
} */

@media (min-width: 1280px) and (max-width: 1600px) {
    .module-19 {
        width: 100%;
        padding: 80px 16px;
        max-width:1440px;
    }

    .module-8 {
        width: 100%;
        padding: 80px 16px;
    }

    .module-20 {
        width: 100%;
        padding: 80px 16px;
        max-width: 1440px;
    }

    .module-17 {
        width: 100%;
        padding: 16px;
    }

    .module-27 {
        width: 100%;
    }

    .module-11 {
        padding: 50px 16px;
        width: 100%;
        max-width: 1440px;
    }

    .module-9 {
        padding: 50px 16px;
        margin: 0 auto;
        width: 100%;
    }

        .module-9.spa-version {
            padding: 80px 16px;
            width: 100%;
            max-width: 1440px;
        }

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

    .module-9.spa-version .module-9-content {
        width: 100%;
        margin: 0 auto;
    }
}
/* Mobile (≤ 768px) overrides */
@media (max-width: 768px) {
    /* Module 6 - Image Grid Mobile */
    .module-6 {
        width: 100%;
        padding: 40px 16px;
        box-sizing: border-box;
    }

    .image-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: auto;
        width: 100%;
    }

    .grid-item {
        width: 100% !important;
        height: 250px !important;
        position: static !important;
        grid-column: auto !important;
        grid-row: auto !important;
    }

        .grid-item img {
            border-radius: 8px;
        }

    /* Module 25 - Kids Image Grid Mobile */
    .module-25 {
        width: 100%;
        padding: 40px 16px;
        box-sizing: border-box;
    }

    .kids-image-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: auto;
        width: 100%;
    }

    .grid-image {
        width: 100% !important;
        height: 250px !important;
        position: static !important;
        grid-column: auto !important;
        grid-row: auto !important;
    }

        .grid-image img {
            border-radius: 8px;
        }
}

/* Tablet (769px - 1023px) */
@media (min-width: 769px) and (max-width: 1023px) {
    /* Module 6 - Image Grid Tablet */
    .module-6 {
        width: 100%;
        padding: 60px 32px;
    }

    .image-grid {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(8, 150px);
        gap: 20px;
    }

    .images1 {
        grid-column: 1 / 5;
        grid-row: 1 / 4;
    }

    .images2 {
        grid-column: 1 / 5;
        grid-row: 4 / 7;
    }

    .images3 {
        grid-column: 5 / 9;
        grid-row: 1 / 3;
    }

    .images4 {
        grid-column: 5 / 9;
        grid-row: 3 / 5;
    }

    .images5 {
        grid-column: 5 / 9;
        grid-row: 5 / 7;
    }

    .images6 {
        grid-column: 1 / 5;
        grid-row: 7 / 9;
    }

    .images7 {
        grid-column: 5 / 9;
        grid-row: 7 / 9;
    }

    /* Module 25 - Kids Image Grid Tablet */
    .module-25 {
        width: 100%;
        padding: 60px 32px;
    }

    .kids-image-grid {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(8, 150px);
        gap: 20px;
    }

    .grid-image.image-1 {
        grid-column: 1 / 5;
        grid-row: 1 / 4;
    }

    .grid-image.image-2 {
        grid-column: 1 / 5;
        grid-row: 4 / 7;
    }

    .grid-image.image-3 {
        grid-column: 5 / 9;
        grid-row: 1 / 3;
    }

    .grid-image.image-4 {
        grid-column: 5 / 9;
        grid-row: 3 / 5;
    }

    .grid-image.image-5 {
        grid-column: 5 / 9;
        grid-row: 5 / 7;
    }

    .grid-image.image-6 {
        grid-column: 1 / 5;
        grid-row: 7 / 9;
    }

    .grid-image.image-7 {
        grid-column: 5 / 9;
        grid-row: 7 / 9;
    }
}

/* Large Tablet (1024px - 1280px) */
@media (min-width: 1024px) and (max-width: 1280px) {
    /* Module 6 - Image Grid Large Tablet */
    .module-6 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        margin: 0 auto;
    }

    .image-grid {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(6, 180px);
        gap: 20px;
    }

    /* Module 25 - Kids Image Grid Large Tablet */
    .module-25 {
        width: 100%;
        max-width: 1200px;
        padding: 80px 60px;
        margin: 0 auto;
    }

    .kids-image-grid {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(6, 180px);
        gap: 20px;
    }
}

/* Small Phone (≤ 480px) */
@media (max-width: 480px) {
    .module-6 {
        padding: 32px 12px;
    }

    .image-grid {
        gap: 12px;
    }

    .grid-item {
        height: 200px !important;
    }

    .module-25 {
        padding: 32px 12px;
    }

    .kids-image-grid {
        gap: 12px;
    }

    .grid-image {
        height: 200px !important;
    }
}
