/* Planet tema – site geneli düzenlemeler */

:root {
    --planet-brand-primary: #1f395f;
    --planet-brand-secondary: #BEA071;
    --color-primary: var(--planet-brand-secondary);
    --site-btn-icon-size: 20px;
    --site-btn-icon-gap: 10px;
    /* --font-heading: "Bodoni Moda", serif; */
    --font-heading: "Poppins", sans-serif;
    --font-body: "Poppins", sans-serif;
}

body.theme-planet {
    overflow-x: clip;
}

#xb-header-area .header__wrap,
#xb-header-area .xb-header-area-sticky .header__wrap {
    border-radius: 0;
    border: none;
}

/* İç sayfa: header banner üzerinde, dişi logo ile */
#xb-header-area .planet-header__wrap--inner {
    background: transparent;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

#xb-header-area .xb-header-logo .logo1 img {
    max-height: 60px;
    width: auto;
    height: auto;
}

#xb-header-area .planet-header__brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0;
}

#xb-header-area .main-menu__wrap {
    margin-left: auto;
}

/* Dil şeridi – menü sonu (İletişim sağında), geçilecek dil (TR↔EN) */
#xb-header-area .planet-lang-ribbon {
    --planet-lang-navy: #1f395f;
    --planet-lang-red: #c8102e;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-shrink: 0;
    width: 34px;
    margin-left: 36px;
    text-decoration: none;
    line-height: 1;
    transition: transform 0.25s ease;
    z-index: 2;
    margin-top: -26px;
}

#xb-header-area .planet-lang-ribbon:hover,
#xb-header-area .planet-lang-ribbon:focus-visible {
    transform: translateY(2px);
    text-decoration: none;
}

#xb-header-area .planet-lang-ribbon__flag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    background: var(--planet-lang-navy);
    border-radius: 0;
}

#xb-header-area .planet-lang-ribbon__flag img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
    border-radius: 1px;
}

#xb-header-area .planet-lang-ribbon__code {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 6px 0;
    background: #fff;
    color: var(--planet-lang-navy);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#xb-header-area .planet-lang-ribbon__tail {
    display: block;
    height: 12px;
    background: var(--planet-lang-red);
    border-radius: 0 0 8px 8px;
}

@media (max-width: 991.98px) {
    #xb-header-area .planet-lang-ribbon {
        width: 30px;
        margin-left: 16px;
        margin-right: 8px;
    }

    #xb-header-area .planet-lang-ribbon__flag {
        height: 20px;
    }

    #xb-header-area .planet-lang-ribbon__flag img {
        width: 14px;
        height: 10px;
    }

    #xb-header-area .planet-lang-ribbon__code {
        min-height: 24px;
        padding: 5px 0;
        font-size: 11px;
    }

    #xb-header-area .planet-lang-ribbon__tail {
        height: 10px;
        border-radius: 0 0 6px 6px;
    }
}

#xb-header-area .main-menu > ul {
    gap: 36px;
    justify-content: flex-end;
}

#xb-header-area .main-menu ul li a {
    font-size: 17px;
    padding: 24px 0;
}
.main-menu ul li .submenu li a {
    padding: 0 !important;
}

.main-menu ul li .submenu li a:hover,
.main-menu ul li .submenu li.active > a {
    padding: 0 0 0 25px !important;
}

#xb-header-area .main-menu ul li .submenu li a::after {
    content: '\f13d';
    transform: none;
}

.planet-home #xb-header-area .container {
    max-width: 1440px;
}

.planet-home .hero-style--ocean .planet-hero__container,
#xb-header-area .xb-header .container {
    max-width: 1440px;
}

/* Anasayfa ile aynı container genişliği (iç sayfalar dahil) */
.theme-planet .container {
    max-width: 1440px;
}

.theme-planet .breadcrumb .breadcrumb__content {
    margin-left: 0;
    margin-right: 0;
}

/* Section / iç sayfa / içerik başlıkları – content sayfası ile aynı tip */
.theme-planet .page-content__title,
.theme-planet:not(.planet-home) .content-body h1,
.theme-planet:not(.planet-home) .content-body h2,
.theme-planet:not(.planet-home) .content-body h3,
.theme-planet:not(.planet-home) .content-body h4,
.theme-planet:not(.planet-home) .content-body h5,
.theme-planet:not(.planet-home) .content-body h6 {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--planet-brand-primary);
}

.theme-planet .page-content__title {
    margin: 0 0 28px;
}

.theme-planet:not(.planet-home) .content-body h1,
.theme-planet:not(.planet-home) .content-body h2,
.theme-planet:not(.planet-home) .content-body h3,
.theme-planet:not(.planet-home) .content-body h4,
.theme-planet:not(.planet-home) .content-body h5,
.theme-planet:not(.planet-home) .content-body h6 {
    margin: 0 0 16px;
}

.theme-planet .sec-title .title,
.theme-planet .yr-feature-title {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
}

@media (max-width: 991.98px) {
    .theme-planet .page-content__title,
    .theme-planet:not(.planet-home) .content-body h1,
    .theme-planet:not(.planet-home) .content-body h2,
    .theme-planet:not(.planet-home) .content-body h3,
    .theme-planet:not(.planet-home) .content-body h4,
    .theme-planet:not(.planet-home) .content-body h5,
    .theme-planet:not(.planet-home) .content-body h6 {
        font-size: 34px;
    }

    .theme-planet .sec-title .title,
    .theme-planet .yr-feature-title {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .theme-planet .page-content__title,
    .theme-planet .sec-title .title,
    .theme-planet .yr-feature-title,
    .theme-planet:not(.planet-home) .content-body h1,
    .theme-planet:not(.planet-home) .content-body h2,
    .theme-planet:not(.planet-home) .content-body h3,
    .theme-planet:not(.planet-home) .content-body h4,
    .theme-planet:not(.planet-home) .content-body h5,
    .theme-planet:not(.planet-home) .content-body h6 {
        font-size: 28px;
    }

    .theme-planet .page-content__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .theme-planet .page-content__title,
    .theme-planet .sec-title .title,
    .theme-planet .yr-feature-title,
    .theme-planet:not(.planet-home) .content-body h1,
    .theme-planet:not(.planet-home) .content-body h2,
    .theme-planet:not(.planet-home) .content-body h3 {
        font-size: 24px;
    }
}

/* Kurumsal buton */
.site-btn,
button.site-btn,
a.header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border: none;
    border-radius: 4px;
    font-family: var(--font-body);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.site-btn,
button.site-btn {
    padding: 14px 24px;
    background-color: var(--planet-brand-primary);
    color: #ffffff;
    font-size: 16px;
}

.site-btn:hover,
.site-btn:focus-visible,
button.site-btn:hover,
button.site-btn:focus-visible {
    background-color: var(--planet-brand-secondary);
    color: #ffffff;
    transform: translateY(-1px);
}

.site-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    line-height: 1;
    transition: width 0.3s ease, margin 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}

.site-btn__icon i {
    font-size: 0.95em;
    line-height: 1;
}

.site-btn__icon img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: var(--site-btn-icon-size);
    max-height: var(--site-btn-icon-size);
    object-fit: contain;
}

.site-btn .site-btn__icon i::before,
a.header-btn .site-btn__icon i::before,
button.site-btn .site-btn__icon i::before {
    content: '\f13d';
}

.site-btn__icon--start {
    width: var(--site-btn-icon-size);
    margin-right: var(--site-btn-icon-gap);
    opacity: 1;
}

.site-btn__icon--end {
    width: 0;
    margin-left: 0;
    opacity: 0;
}

.site-btn__text {
    display: inline-block;
}

.site-btn:hover .site-btn__icon--start,
.site-btn:focus-visible .site-btn__icon--start,
.header-btn:hover .site-btn__icon--start,
.header-btn:focus-visible .site-btn__icon--start {
    width: 0;
    margin-right: 0;
    opacity: 0;
}

.site-btn:hover .site-btn__icon--end,
.site-btn:focus-visible .site-btn__icon--end,
.header-btn:hover .site-btn__icon--end,
.header-btn:focus-visible .site-btn__icon--end {
    width: var(--site-btn-icon-size);
    margin-left: var(--site-btn-icon-gap);
    opacity: 1;
}

/* Header butonu */
.header-cta-wrap {
    flex-shrink: 0;
}

a.header-btn {
    padding: 14px 24px;
    background-color: #ffffff;
    color: var(--planet-brand-primary);
    font-size: 15px;
}

a.header-btn .site-btn__icon,
a.header-btn .site-btn__icon i {
    color: var(--planet-brand-primary);
}

a.header-btn:hover,
a.header-btn:focus-visible {
    background-color: var(--planet-brand-secondary);
    color: #ffffff;
    transform: translateY(-1px);
}

a.header-btn:hover .site-btn__icon,
a.header-btn:hover .site-btn__icon i,
a.header-btn:focus-visible .site-btn__icon,
a.header-btn:focus-visible .site-btn__icon i {
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    #xb-header-area .main-menu > ul {
        gap: 28px;
    }
}

@media (max-width: 767.98px) {
    .site-btn,
    button.site-btn,
    a.header-btn {
        --site-btn-icon-size: 16px;
        --site-btn-icon-gap: 8px;
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .site-btn,
    button.site-btn,
    a.header-btn {
        --site-btn-icon-size: 14px;
        --site-btn-icon-gap: 6px;
        padding: 9px 14px;
        font-size: 13px;
    }
}
.feature-background {
    min-height: clamp(420px, 55vw, 1000px);
}

.feature-bg::before {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.22) 0%,
        rgba(0, 0, 0, 0) 12%,
        rgba(0, 0, 0, 0) 88%,
        rgba(0, 0, 0, 0.22) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.feature-bg > .container {
    position: relative;
    z-index: 2;
}

.feature-bg .background_video video,
.feature-bg .background_video img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.planet-parallax2 .yr-feature-item-wrap {
    padding-top: 0;
    min-height: clamp(320px, 48vw, 520px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.planet-parallax2 .yr-feature-title {
    color: #ffffff;
    text-align: center;
    font-family: var(--font-heading);
    font-size: clamp(28px, 5vw, 62px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45), 0 1px 3px rgba(0, 0, 0, 0.35);
}

.yr-feature-title {
    color: #ffffff;
    text-align: center;
    font-family: var(--font-heading);
    font-size: clamp(28px, 5vw, 62px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 1.5px;
}

.brand .xb-brand-wrap .xb-brand-item .img img {
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.brand .xb-brand-wrap .xb-brand-item:hover .img img {
    filter: brightness(0) invert(1);
}

.breadcrumb {
    min-height: 440px;
    padding: 180px 0 0;
}

.breadcrumb.has-custom-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgb(10 43 80 / 75%) 0%, rgb(10 43 80 / 31%) 45%, rgba(10, 43, 80, 0.28) 100%);
}

.breadcrumb.has-custom-banner .container {
    position: relative;
    z-index: 2;
}

.breadcrumb__list {
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 28px;
    max-width: 100%;
}

.breadcrumb__list li a,
.breadcrumb__list li {
    font-size: 16px;
    color: #fff;
}

.breadcrumb__list .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb__title {
    font-size: clamp(28px, 4vw + 16px, 50px);
    line-height: 1.2;
    border-top: 1px solid var(--planet-brand-secondary);
    color: var(--planet-brand-secondary);
    padding-top: 28px;
    word-break: break-word;
}

.breadcrumb__line {
    margin-top: 0;
    padding-top: 50px;
}

.header-style .main-menu__wrap {
    transform: translateX(0) !important;
}

#xb-header-area .xb-header-area-sticky.xb-header-fixed {
    padding: 12px 0;
}
.footer-style--three .xb-footer-inner::before {
    display: none;
}
.theme-planet img,
.theme-planet video,
.theme-planet iframe,
.theme-planet svg {
    max-width: 100%;
}

.theme-planet .content-body img,
.theme-planet .content-body table {
    max-width: 100%;
    height: auto;
}

.theme-planet .content-body table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Bölüm boşlukları – tablet / mobil */
@media (max-width: 991.98px) {
    #xb-header-area .xb-header-area-sticky.xb-header-fixed {
        padding: 0;
    }
    .theme-planet .pt-120,
    .theme-planet .pt-100 {
        padding-top: 90px;
    }

    .theme-planet .pb-120,
    .theme-planet .pb-140 {
        padding-bottom: 90px;
    }

    .theme-planet .pb-100 {
        padding-bottom: 70px;
    }

    .breadcrumb {
        min-height: 420px;
        padding: 140px 0 64px;
    }

    .breadcrumb__title {
        padding-top: 22px;
    }

    #xb-header-area .xb-header-logo .logo1 img {
        max-height: 48px;
    }

    #xb-header-area .header__wrap {
        padding-left: 0;
        padding-right: 0;
        gap: 12px;
    }

    #xb-header-area .planet-header__brand {
        min-width: 0;
        flex: 1 1 auto;
    }

    #xb-header-area .header-bar-mobile {
        flex-shrink: 0;
        margin-left: auto;
    }

    #xb-header-area .xb-nav-mobile {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        color: #fff;
        font-size: 22px;
    }

    .header-style.header-transparent {
        top: 12px;
    }
}

@media (max-width: 767.98px) {
    .theme-planet .pt-120,
    .theme-planet .pt-100 {
        padding-top: 64px;
    }

    .theme-planet .pb-120,
    .theme-planet .pb-140 {
        padding-bottom: 64px;
    }

    .theme-planet .pb-100 {
        padding-bottom: 48px;
    }

    .theme-planet .mb-50 {
        margin-bottom: 32px !important;
    }

    .theme-planet .mb-40 {
        margin-bottom: 28px !important;
    }

    .breadcrumb {
        min-height: 320px;
        padding: 110px 0 48px;
    }

    .breadcrumb__list {
        margin-bottom: 18px;
        padding: 6px 12px;
    }

    .breadcrumb__list li a,
    .breadcrumb__list li {
        font-size: 14px;
    }

    .breadcrumb__title {
        font-size: clamp(24px, 7vw, 34px);
        padding-top: 18px;
    }

    .breadcrumb__line {
        padding-top: 30px;
    }

    .feature-background {
        min-height: clamp(280px, 70vw, 480px);
    }

    .planet-parallax2 .yr-feature-item-wrap {
        min-height: clamp(260px, 62vw, 400px);
    }

    #xb-header-area .xb-header-logo .logo1 img {
        max-height: 42px;
    }

    #xb-header-area .planet-lang-ribbon {
        width: 26px;
        margin-left: 10px;
        margin-right: 6px;
        margin-top: -6px;
    }

    .header-style .xb-header-logo {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .theme-planet .pt-120,
    .theme-planet .pt-100 {
        padding-top: 52px;
    }

    .theme-planet .pb-120,
    .theme-planet .pb-140 {
        padding-bottom: 52px;
    }

    .breadcrumb {
        min-height: 280px;
        padding: 100px 0 40px;
    }

    .breadcrumb__title {
        font-size: 22px;
        padding-top: 14px;
    }

    #xb-header-area .xb-header-logo .logo1 img {
        max-height: 36px;
    }

    .site-btn,
    button.site-btn,
    a.header-btn {
        white-space: normal;
        text-align: center;
    }
}