/* =========================================================
   ANTALYA TURLARI — GLOBAL SITE LAYOUT FINAL
   Tek merkezden tüm public sayfa içerik genişliği
   ========================================================= */

:root{
    --ks27-site-container: 1360px;
    --ks27-site-gutter-desktop: 24px;
    --ks27-site-gutter-tablet: 20px;
    --ks27-site-gutter-mobile: 12px;
}

/* Genel güvenlik */
html,
body{
    max-width:100%;
    overflow-x:hidden;
}

/* =========================================================
   DESKTOP — 1360px ORTAK İÇERİK ÇİZGİSİ
   ========================================================= */
@media (min-width:1100px){

    /* Header / footer / ortak shell */
    .ks27-header__container,
    .ks27-footer__container,
    .atf-container,
    .ks27ph__shell,
    .ks27gcta__shell,

    /* Turlar / Rotalar liste */
    .ks27-listing__container,

    /* VIP Transfer */
    .ks27-vipx__shell,

    /* Oteller */
    .ks27-hotels__container,

    /* Blog / Video / Galeri */
    .ks27-blog-shell,
    .atv-video-content-section > .ks27-blog-shell,
    .atg-content-section > .ks27-blog-shell,

    /* İletişim */
    .contact-shell,
    .contact-container,
    .ks27-contact__container,

    /* Tur / Rota / Blog detay */
    .ks27-tour-detail__container,
    .ks27-td-container,
    .ks27-route-detail__container,
    .ks27-rd-container,
    .ks27-article-page .ks27-blog-shell,
    .ks27-related .ks27-blog-shell,

    /* Genel eski container varyantları */
    .container,
    .site-container{
        box-sizing:border-box !important;
        width:min(
            var(--ks27-site-container),
            calc(100% - (var(--ks27-site-gutter-desktop) * 2))
        ) !important;
        max-width:var(--ks27-site-container) !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    /* Kart gridleri container dışına taşmasın */
    .ks27-listing__grid,
    .ks27-vipx__fleet-grid,
    .ks27-hotels__hotel-grid,
    .ks27-hotels__region-grid,
    .ks27-blog-grid,
    .atv-video-grid,
    .atg-grid{
        width:100% !important;
        max-width:100% !important;
        margin-left:0 !important;
        margin-right:0 !important;
        box-sizing:border-box !important;
    }
}

/* =========================================================
   TABLET
   ========================================================= */
@media (min-width:768px) and (max-width:1099px){

    .ks27-header__container,
    .ks27-footer__container,
    .atf-container,
    .ks27ph__shell,
    .ks27gcta__shell,
    .ks27-listing__container,
    .ks27-vipx__shell,
    .ks27-hotels__container,
    .ks27-blog-shell,
    .atv-video-content-section > .ks27-blog-shell,
    .atg-content-section > .ks27-blog-shell,
    .contact-shell,
    .contact-container,
    .ks27-contact__container,
    .ks27-tour-detail__container,
    .ks27-td-container,
    .ks27-route-detail__container,
    .ks27-rd-container,
    .ks27-article-page .ks27-blog-shell,
    .ks27-related .ks27-blog-shell,
    .container,
    .site-container{
        box-sizing:border-box !important;
        width:calc(100% - (var(--ks27-site-gutter-tablet) * 2)) !important;
        max-width:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
}

/* =========================================================
   MOBİL
   ========================================================= */
@media (max-width:767px){

    .ks27-header__container,
    .ks27-footer__container,
    .atf-container,
    .ks27ph__shell,
    .ks27gcta__shell,
    .ks27-listing__container,
    .ks27-vipx__shell,
    .ks27-hotels__container,
    .ks27-blog-shell,
    .atv-video-content-section > .ks27-blog-shell,
    .atg-content-section > .ks27-blog-shell,
    .contact-shell,
    .contact-container,
    .ks27-contact__container,
    .ks27-tour-detail__container,
    .ks27-td-container,
    .ks27-route-detail__container,
    .ks27-rd-container,
    .ks27-article-page .ks27-blog-shell,
    .ks27-related .ks27-blog-shell,
    .container,
    .site-container{
        box-sizing:border-box !important;
        width:calc(100% - (var(--ks27-site-gutter-mobile) * 2)) !important;
        max-width:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    /* Mobilde istemsiz yatay taşma engeli */
    img,
    video,
    iframe{
        max-width:100%;
    }
}

/* =========================================================
   FULL WIDTH BÖLÜMLER
   Arka plan tam ekran kalır, yalnız içerik daralır.
   ========================================================= */
.ks27ph,
.ks27gcta,
.ks27-hotels__search-wrap,
.ks27-hotels__benefits,
.ks27-blog-content,
.ks27-related,
.atv-video-content-section,
.atg-content-section,
.contact-page,
.ks27-listing__content,
.ks27-vipx__fleet{
    width:100%;
    max-width:none;
}
