/*-- Use For Custom Styling --*/

/* Header logo SVG - boyut ve görünürlük düzeltmesi */
.logo-svg {
    width: 220px;
    height: auto;
    filter: brightness(0) invert(1);
}

/* Kurallar zaman çizelgesi */
.rules-timeline-wrapper {
    text-align: left;
    /* container text-center'ı ezmek için */
}

.rules-timeline {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 32px;
}

.rules-timeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #0f2b46;
    /* koyu mavi çizgi */
}

.rules-timeline li {
    position: relative;
    margin: 0px 0;
    line-height: 1.6;
    color: #fff;
    padding-left: 28px;
    /* metin noktadan sonra başlasın */
}

.rules-timeline li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85em;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5a2c;
    /* turuncu nokta */
    border: 2px solid #fff;
    /* kontrast için halka */
    box-shadow: 0 0 0 2px #0f2b46;
    /* çizgi ile bütünleşen dış halka */
}

/* Slider video overlay - %50 siyah */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    /* caption'lar (z-index:10) altında, video üstünde */
    pointer-events: none;
}

.banner-overlay::after {
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9;
    pointer-events: none;
}

/* Video katmanını overlay'in altında tut */
#rev_slider_8_1 .rs-background-video-layer,
#rev_slider_8_1_wrapper .rs-background-video-layer {
    z-index: 5 !important;
}

#rev_slider_8_1 .rs-background-video-layer video,
#rev_slider_8_1_wrapper .rs-background-video-layer video,
#rev_slider_8_1 .rs-background-video-layer iframe,
#rev_slider_8_1_wrapper .rs-background-video-layer iframe {
    z-index: 5 !important;
    position: relative !important;
}

/* Koyu arkaplanları beyaza çevir */
.bg-dark1,
.bg-dark2 {
    background: #ffffff !important;
}

/* Global tipografi ve hizalama (kahve yarışı teması) */
:root {
    --font-heading: 'Baloo 2', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-title h2,
.main-title h5 {
    font-family: var(--font-heading);
    letter-spacing: 0.2px;
    text-align: center !important;
}

/* Başlıklar ortalı kalsın */
h1,
h2,
h3,
h4,
h5,
h6,
.main-title h2,
.main-title h5 {
    font-family: var(--font-heading);
    text-align: center !important;
}

/* Paragrafları sola hizala */
p,
.split-container-setting p,
.main-title p,
.testimonial-para,
.contact-box p,
.tp-caption p {
    text-align: left !important;
}

/* Hakkında bölüm logo */
.about-brand-logo {
    max-width: 220px;
    height: auto;
    margin: 10px 0 0 0;
}

/* Katılım formu */
.apply-section {
    padding: 80px 0;
    background: #f7f9fb;
}

.apply-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
    overflow: hidden;
}

.apply-aside {
    height: 100%;
    padding: 40px;
    background: linear-gradient(135deg, #111827 0%, #334155 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 16px;
    padding: 28px 28px 12px 28px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
}

.form-control {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    height: 44px;
    padding: 10px 14px;
    background: #fff;
    color: #111827;
    transition: border-color .2s, box-shadow .2s;
}

.form-control:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.text-right {
    padding: 0 28px 20px 28px;
}

.form-note {
    font-size: 12px;
    color: #6b7280;
    padding: 0 28px 20px 28px;
    margin: 0;
}

.apply-success {
    display: none;
    margin: 0 28px 20px 28px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

@media (max-width: 767.98px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .apply-aside {
        padding: 24px;
    }

    .text-right {
        text-align: left;
    }
}

.bg-blued {
    background: #ffffff;
}

.bg-blued .split-container-setting .main-title h2,
.bg-blued .split-container-setting .main-title h5,
.bg-blued .split-container-setting p {
    color: #1d1b33;
}

.color-orange {
    color: #e67118;
}

/* Pasaport ek alanları */
.passport-extra {
    display: none;
}

/* Sağ sabit “Hemen Katıl” butonu */
.join-fab {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: linear-gradient(135deg, #ff5a2c 0%, #e67118 100%);
    color: #fff !important;
    font-weight: 700;
    padding: 14px 12px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    text-decoration: none;
    letter-spacing: .2px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

/* Mobil alt menü (app bar) */
.mobile-appbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    background: #ffffff;
    border-top: 1px solid rgba(17, 24, 39, .08);
    box-shadow: 0 -6px 20px rgba(16, 24, 40, .06);
    display: none;
    z-index: 999;
    padding: 6px 8px;
    display: none;
}

.mobile-appbar a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #111827;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}

.mobile-appbar a i {
    font-size: 18px;
    margin-bottom: 2px;
    color: #1d1b33;
}

@media (max-width: 767.98px) {
    .mobile-appbar {
        display: flex;
    }

    body {
        padding-bottom: 70px;
    }

    .join-fab {
        bottom: auto;
    }

    /* alt menüyle çakışmasın */
}

.join-fab:hover {
    filter: brightness(1.05);
    transform: translateY(-50%) scale(1.02);
}

@media (max-width: 767.98px) {
    .join-fab {
        top: 50%;
        right: 0;
        bottom: auto;
        transform: translateY(-50%);
        padding: 12px 10px;
        border-radius: 10px 0 0 10px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }
}

.morphext {
    margin-top: 20px;
}

.link {
    margin-left: -20px !important
}