@charset "UTF-8";

/* =========================================================
   ANTALYA TURLARI — ORTAK SAYFA GENİŞLİĞİ / STABİL FINAL
   Bu dosya yalnızca container, yatay hizalama ve taşmayı yönetir.
   Header konumu ve mobil menü kesinlikle burada yönetilmez.
   ========================================================= */

:root {
    --site-container-width: 1360px;
    --site-page-gutter: 24px;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

/* Ortak içerik sarmalayıcıları */
html body :where(
    .site-container,
    .tour-wrap,
    .tour-layout-container,
    .tour-hero-wrap,
    .tour-search-inner,
    .tours-container,
    .tours-cta-inner,
    .route-hero__inner,
    .route-cta__inner,
    .routes-hero__inner,
    .routes-guide__inner,
    .routes-faq__inner,
    .routes-cta__inner,
    .ks27-blog-shell,
    .ks27-blog-hero__inner,
    .ks27-blog-cta__inner,
    .ks27-article-hero__inner,
    .contact-shell,
    .contact-hero__inner,
    .contact-final-cta__inner,
    .at-page-banner__inner,
    .atf-wrap,
    .atf-bottom-inner,
    .ks27-vip__shell
) {
    width: min(
        calc(100% - (var(--site-page-gutter) * 2)),
        var(--site-container-width)
    ) !important;
    max-width: var(--site-container-width) !important;
    min-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box !important;
}

/* Ana içerik bloklarında güvenli genişlik */
html body :where(
    main,
    .tour-main,
    .tour-main-unified,
    .ks27-vip,
    .atf-footer
) {
    width: 100%;
    max-width: none;
    min-width: 0;
}

/* Eski hero grid yapılarında taşmayı önle */
html body :where(
    .tour-main .tour-hero-grid,
    .ks27x-hero__grid,
    .ks27-vip__hero-grid
) {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

/* Tablet */
@media (max-width: 1180px) {
    :root {
        --site-page-gutter: 20px;
    }
}

/* Mobil */
@media (max-width: 767px) {
    :root {
        --site-page-gutter: 16px;
    }
}

/* Çok küçük telefonlar */
@media (max-width: 390px) {
    :root {
        --site-page-gutter: 9px;
    }
}


/* ===== DOCUMENT SCROLL AUTHORITY FINAL 20260811 =====
   TEK OTORİTE:
   - Dikey scroll sadece document üzerinde.
   - Sağ scrollbar alanı her zaman korunur.
   - body / header / menü scrollbar genişliğini değiştiremez.
*/
html{
    width:100%;
    max-width:100%;
    min-height:100%;
    overflow-x:hidden !important;
    overflow-y:scroll !important;
    scrollbar-gutter:stable !important;
}

body{
    width:100%;
    max-width:100%;
    min-width:0;
    min-height:100%;
    margin:0 !important;
    overflow-x:hidden !important;
    overflow-y:visible !important;
}

/* Menü açıkken scrollbarı kaldırma; genişlik aynı kalsın. */
html.at-menu-open,
body.at-menu-open{
    overflow-x:hidden !important;
    overflow-y:scroll !important;
}

*,*::before,*::after{
    box-sizing:border-box;
}


/* Footer extracted from inc/footer.php block 1 */
.atf-footer,
.atf-footer * {
    box-sizing: border-box;
}

.atf-footer {
    --navy: #03152f;
    --navy-2: #061d3a;
    --cyan: #29e6ef;
    --orange: #ff6847;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(41, 230, 239, .5);
    background:
        radial-gradient(circle at 75% 15%, rgba(35, 191, 226, .11), transparent 31%),
        linear-gradient(180deg, #04172f 0%, #021329 100%);
    color: #fff;
    font-family: inherit;
}

.atf-footer::before,
.atf-footer::after {
    content: "";
    position: absolute;
    width: 430px;
    height: 240px;
    pointer-events: none;
    opacity: .12;
    background-image:
        repeating-radial-gradient(
            ellipse at center,
            transparent 0 9px,
            rgba(41, 230, 239, .32) 10px 11px
        );
    transform: rotate(-8deg);
}

.atf-footer::before {
    top: 10px;
    right: -80px;
}

.atf-footer::after {
    bottom: -80px;
    left: -120px;
}

.atf-wrap {
    position: relative;
    z-index: 2;
    width: min(1380px, calc(100% - 48px));
    margin-inline: auto;
}

/* Newsletter */
.atf-news {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, 560px);
    align-items: center;
    gap: 34px;
    margin: 58px 0 48px;
    padding: 30px 34px;
    border: 1px solid var(--cyan);
    border-radius: 24px;
    background:
        linear-gradient(110deg, rgba(27, 163, 189, .34), rgba(3, 21, 47, .92) 47%, rgba(3, 21, 47, .78));
    box-shadow:
        0 22px 60px rgba(0, 0, 0, .26),
        inset 0 1px rgba(255, 255, 255, .12);
}

.atf-news-kicker {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--cyan);
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.atf-news-kicker svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.atf-news h2 {
    margin: 12px 0 0;
    font-size: clamp(27px, 2.6vw, 40px);
    line-height: 1.12;
    letter-spacing: -.03em;
}

.atf-news-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 14px;
}

.atf-input {
    display: flex;
    height: 62px;
    align-items: center;
    gap: 13px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 14px;
    background: rgba(2, 18, 42, .64);
}

.atf-input svg {
    width: 24px;
    fill: none;
    stroke: #a7b4c5;
    stroke-width: 1.7;
}

.atf-input input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 16px;
}

.atf-input input::placeholder {
    color: #a8b4c5;
}

.atf-subscribe,
.atf-wa {
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 14px;
    background: linear-gradient(135deg, #ff704c, #ff5039);
    color: #fff;
    font-weight: 900;
    box-shadow:
        0 0 24px rgba(255, 91, 57, .35),
        inset 0 1px rgba(255, 255, 255, .32);
    cursor: pointer;
    transition: transform .22s ease, filter .22s ease;
}

.atf-subscribe {
    min-height: 62px;
    font-size: 15px;
}

.atf-subscribe:hover,
.atf-wa:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
}

.atf-news-msg {
    grid-column: 1 / -1;
    min-height: 18px;
    color: #9cf8fb;
    font-size: 13px;
}

/* Main footer grid */
.atf-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .9fr 1fr 1.05fr;
    gap: 0;
    padding-bottom: 52px;
}

.atf-col {
    min-width: 0;
    padding: 0 26px;
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.atf-col:first-child {
    padding-left: 0;
    border-left: 0;
}

.atf-col:last-child {
    padding-right: 0;
}

.atf-logo img {
    max-width: 260px;
    max-height: 88px;
    object-fit: contain;
}

.atf-logo-fallback {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .04em;
}

.atf-logo-fallback span {
    display: block;
    color: var(--cyan);
    font-size: 15px;
    letter-spacing: .36em;
}

.atf-desc {
    max-width: 320px;
    margin: 24px 0;
    color: #d9e2ee;
    font-size: 15px;
    line-height: 1.65;
}

.atf-lang {
    display: flex;
    gap: 12px;
    max-width: 300px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(41, 230, 239, .58);
}

.atf-lang a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 11px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.atf-flag {
    font-size: 19px;
}

.atf-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.atf-social a {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    color: #fff;
    transition: transform .2s ease, color .2s ease, border-color .2s ease;
}

.atf-social a:hover {
    transform: translateY(-3px);
    border-color: var(--cyan);
    color: var(--cyan);
}

.atf-social svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

/* Accordion headings */
.atf-accordion-trigger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 6px 0 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--cyan);
    font: inherit;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .06em;
    text-align: left;
    text-transform: uppercase;
    cursor: default;
}

.atf-accordion-icon {
    display: none;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(41, 230, 239, .55);
    border-radius: 50%;
    color: var(--cyan);
    font-size: 20px;
    line-height: 1;
}

.atf-accordion-panel {
    display: block;
}

.atf-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.atf-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f1f5f9;
    font-size: 14px;
    text-decoration: none;
    transition: transform .2s ease, color .2s ease;
}

.atf-links a::before {
    content: "›";
    color: var(--cyan);
    font-size: 22px;
    line-height: 1;
}

.atf-links a:hover {
    transform: translateX(4px);
    color: var(--cyan);
}

/* Contact */
.atf-contact {
    display: flex;
    flex-direction: column;
}

.atf-contact-row {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    min-height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    color: #f3f6fb;
    font-size: 14px;
}

.atf-contact-row:last-child {
    border-bottom: 0;
}

.atf-contact-row svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--cyan);
    stroke-width: 1.8;
}

.atf-contact-row a {
    color: inherit;
    text-decoration: none;
    word-break: break-word;
}

/* Trust */
.atf-trust-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 17px;
    border: 1px solid var(--cyan);
    border-radius: 13px;
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.atf-trust-card svg {
    width: 46px;
    height: 46px;
    fill: none;
    stroke: var(--cyan);
    stroke-width: 1.6;
}

.atf-ssl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    color: #e8eef5;
    font-size: 13px;
}

.atf-ssl svg {
    width: 20px;
    fill: none;
    stroke: var(--cyan);
    stroke-width: 1.8;
}

.atf-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 14px 0 22px;
}

.atf-pay {
    display: grid;
    min-width: 67px;
    height: 40px;
    place-items: center;
    padding: 0 10px;
    border-radius: 7px;
    background: #fff;
    color: #15337a;
    font-size: 16px;
    font-style: italic;
    font-weight: 1000;
}

.atf-pay.mc {
    color: #111;
}

.atf-pay.troy {
    color: #25425a;
}

.atf-wa {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.atf-wa svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
}

/* Bottom */
.atf-bottom {
    display: flex;
    min-height: 92px;
    align-items: center;
    border-top: 1px solid rgba(41, 230, 239, .55);
}

.atf-bottom-inner {
    display: flex;
    width: min(1380px, calc(100% - 48px));
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-inline: auto;
    color: #f0f3f8;
    font-size: 13px;
}

.atf-policy {
    display: flex;
    align-items: center;
}

.atf-policy a {
    padding: 0 22px;
    border-left: 1px solid rgba(255, 255, 255, .24);
    color: #fff;
    text-decoration: none;
}

.atf-policy a:first-child {
    border-left: 0;
}

.atf-policy a:hover {
    color: var(--cyan);
}

@media (max-width: 1200px) {
    .atf-news {
        grid-template-columns: 1fr;
    }

    .atf-news-form {
        max-width: 700px;
    }

    .atf-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }

    .atf-col,
    .atf-col:first-child,
    .atf-col:last-child {
        padding: 30px 24px;
        border-top: 1px solid rgba(255, 255, 255, .12);
        border-left: 0;
    }

    .atf-col:nth-child(-n+2) {
        border-top: 0;
    }
}

@media (max-width: 760px) {
    .atf-wrap,
    .atf-bottom-inner {
        width: min(100% - 24px, 620px);
    }

    .atf-news {
        margin: 28px 0 34px;
        padding: 24px 18px;
        border-radius: 18px;
    }

    .atf-news-form {
        grid-template-columns: 1fr;
    }

    .atf-news h2 {
        font-size: 28px;
    }

    .atf-grid {
        grid-template-columns: 1fr;
        padding-bottom: 26px;
    }

    .atf-col,
    .atf-col:first-child,
    .atf-col:last-child,
    .atf-col:nth-child(-n+2) {
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, .14);
    }

    .atf-col:first-child {
        padding: 0 0 26px;
        border-top: 0;
    }

    .atf-accordion-trigger {
        min-height: 62px;
        margin: 0;
        cursor: pointer;
    }

    .atf-accordion-icon {
        display: grid;
    }

    .atf-accordion-panel {
        display: none;
        padding: 0 0 24px;
    }

    .atf-col.is-open .atf-accordion-panel {
        display: block;
    }

    .atf-col.is-open .atf-accordion-icon {
        transform: rotate(45deg);
    }

    .atf-logo img {
        max-width: 240px;
    }

    .atf-desc {
        max-width: none;
    }

    .atf-bottom {
        padding: 24px 0;
    }

    .atf-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .atf-policy {
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .atf-policy a,
    .atf-policy a:first-child {
        padding: 0;
        border: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .atf-subscribe,
    .atf-wa,
    .atf-social a,
    .atf-links a {
        transition: none;
    }
}

/* Footer final rötuşları */
.atf-logo img {
    max-width: 290px;
}

.atf-col {
    padding-inline: 32px;
}

.atf-links a {
    font-size: 15px;
    font-weight: 550;
}

.atf-contact-row svg {
    width: 24px;
    height: 24px;
}

.atf-wa {
    min-height: 64px;
    border-radius: 16px;
    font-size: 14px;
}

.atf-subscribe {
    font-size: 16px;
}

.atf-trust-card {
    background: rgba(5, 42, 66, .48);
    box-shadow: inset 0 1px rgba(255, 255, 255, .05);
}

.atf-contact-row a:hover,
.atf-policy a:hover {
    color: var(--cyan);
}

@media (max-width: 1200px) {
    .atf-col {
        padding-inline: 24px;
    }
}

@media (max-width: 760px) {
    .atf-logo img {
        max-width: 255px;
    }

    .atf-col,
    .atf-col:first-child,
    .atf-col:last-child {
        padding-inline: 0;
    }

    .atf-accordion-trigger {
        padding-inline: 0;
    }

    .atf-wa {
        min-height: 58px;
        font-size: 13px;
    }
}
