/**
 * Bebio - Geniş header / menü alanı
 */

/* Türkçe karakter destekli başlık fontu — kalın ağırlık */
h1, h2, h3, h4, h5, h6 {
    font-family: "Baloo 2", cursive;
    font-weight: 700;
}

.sec-title .title,
.main-slider .title {
    font-family: "Baloo 2", cursive;
    font-weight: 600;
}

.sec-title h2 {
    font-family: "Baloo 2", cursive;
    font-weight: 700;
}

.main-slider .tp-caption h2,
.main-slider h2 {
    font-family: "Baloo 2", cursive !important;
    font-weight: 800 !important;
    margin-top: 0;
    line-height: 1.05;
}

.main-slider .title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.theme-btn {
    font-family: "Baloo 2", cursive;
    font-weight: 700;
}

.model-spine-title {
    font-family: "Baloo 2", cursive;
    font-weight: 700;
}

/* Anasayfa — eğitim modeli görseli */
.about-section-two .image-box--single .image {
    width: 100%;
}

.about-section-two .image-box--single .image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* Hakkımızda sayfası — metin sol, görsel sağ */
.about-page-story.about-section-two {
    padding: 100px 0 80px;
}

.about-page-story .sec-title {
    margin-bottom: 24px;
    text-align: left;
}

.about-page-story .sec-title h2 {
    padding-bottom: 20px;
}

.about-page-story .sec-title h2:before {
    left: 0;
    margin: 0;
}

.about-page-story .about-story-subtitle {
    font-family: "Baloo 2", cursive;
    font-size: 22px;
    font-weight: 700;
    color: #393d72;
    text-align: left;
    margin: 0 0 20px;
    line-height: 1.35;
}

.about-page-story .text p {
    font-size: 16px;
    line-height: 1.75;
    color: #858687;
    margin-bottom: 18px;
}

.about-page-story .text p:last-child {
    margin-bottom: 0;
}

.about-page-story .btn-box {
    margin-top: 30px;
}

.about-page-story .image-box--single .image {
    width: 100%;
}

.about-page-story .image-box--single .image img {
    width: 100%;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

/* Footer — 3 sütun düzeni */
.main-footer .footer-upper--compact {
    padding-top: 100px;
    padding-bottom: 50px;
}

.main-footer .footer-main-row {
    align-items: flex-start;
}

.main-footer .footer-main-row > .footer-column {
    margin-bottom: 40px;
}

.main-footer .logo-widget .logo img {
    max-height: 72px;
    width: auto;
}

@media only screen and (min-width: 992px) {
    .main-footer .footer-main-row > .footer-column {
        margin-bottom: 0;
    }
}

/* Header — Tanışma Formu yanındaki ayırıcı nokta */
.header-style-two .top-right .link-box::before {
    display: none !important;
    content: none !important;
}

.header-style-two .top-right .link-box {
    padding-right: 0;
    margin-right: 0;
}

/* Header — aynı marka rengi (#393d72), daha canlı ton ve derinlik */
.header-style-two .header-top {
    background-color: #393d72;
    background-image: linear-gradient(
        102deg,
        #353b6c 0%,
        #3f4689 38%,
        #474f9c 72%,
        #4f58a8 100%
    );
}

.header-style-two .header-top .info-list li span {
    color: #ffc933;
}

.header-style-two .header-top .header-location-item {
    color: #ffffff;
    font-weight: 500;
}

.header-style-two .header-top .header-location-item .fa-map-marker {
    margin-right: 7px;
}

.header-style-two .header-top .info-list li a:hover {
    color: #ffe082;
}

.header-style-two .top-right .link-box a {
    color: #d2d6f4;
}

.header-style-two .top-right .link-box a:hover {
    color: #ffffff;
}

.header-style-two .header-lower {
    background: #ffffff;
    box-shadow: 0 4px 22px rgba(57, 61, 114, 0.09);
}

.header-style-two .header-lower .main-menu .navigation > li > a {
    color: #6a6d88;
}

.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a {
    color: #434b98;
}

.fixed-header .sticky-header {
    box-shadow: 0 4px 20px rgba(67, 75, 152, 0.14);
    border-bottom: 2px solid rgba(67, 75, 152, 0.12);
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: #434b98 !important;
}

.main-header .auto-container,
.sticky-header .auto-container {
    max-width: 1560px;
    padding-left: 28px;
    padding-right: 28px;
}

/* Header bar: logo | menü (ortada) | sağ ikonlar */
.main-header.header-wide .header-lower .header-bar-inner,
.header-style-two .header-lower .header-bar-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    padding: 12px 0 20px;
}

.header-style-two .header-lower .header-bar-inner {
    padding: 0;
}

.main-header.header-wide .header-lower .logo-outer {
    width: auto;
    flex-shrink: 0;
    padding: 0;
    margin-left: 40px;
    text-align: left;
}

.main-header.header-wide .header-lower .logo-outer .logo {
    bottom: 0;
}

.main-header.header-wide .header-lower .logo-outer .logo:before {
    display: none;
}

.main-header.header-wide .header-lower .logo-outer .logo img {
    max-height: 92px;
    width: auto;
}

.main-header.header-wide .header-lower .logo-outer,
.header-style-two .header-lower .logo-outer {
    justify-self: start;
    grid-column: 1;
}

.main-header.header-wide .header-lower .nav-outer,
.header-style-two .header-lower .nav-outer {
    justify-self: center;
    grid-column: 2;
    flex: none;
    width: auto;
    min-width: 0;
}

.main-header.header-wide .header-lower .header-bar-side,
.header-style-two .header-lower .header-bar-side {
    justify-self: end;
    grid-column: 3;
}

.main-header.header-wide .header-upper .main-menu {
    display: none;
}

.main-header.header-wide .header-lower .main-menu {
    float: none;
}

.main-header.header-wide .header-lower .navigation,
.header-style-two .header-lower .navigation,
.sticky-header .navigation {
    text-align: center;
}

.main-header.header-wide .header-lower .main-menu,
.header-style-two .header-lower .main-menu {
    display: flex;
    justify-content: center;
    width: auto;
}

.main-header.header-wide .header-lower .option-box {
    position: static;
    flex-shrink: 0;
    bottom: auto;
}

.main-header.header-wide .header-lower .social-icon-colored {
    position: static;
    flex-shrink: 0;
    bottom: auto;
}

.main-header.header-wide .header-lower .header-bar-side {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
}

/* Menü öğeleri */
.main-menu .navigation > li {
    margin: 0 8px;
    padding: 28px 0;
}

.main-menu .navigation > li > a {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

/* Header style two (anasayfa) */
.header-style-two .header-lower .auto-container {
    max-width: 1560px;
}

.header-style-two .header-lower .logo-outer {
    float: none;
    padding: 28px 0;
    margin-left: 40px;
}

.header-style-two .main-menu .navigation > li {
    margin-left: 18px;
    margin-right: 18px;
    padding: 28px 0;
}

.header-style-two .header-lower .header-bar-side {
    padding: 28px 0;
}

.header-style-two .header-lower .logo-outer .logo img {
    max-height: 92px;
    width: auto;
}

/* Sticky header */
.sticky-header .auto-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
}

.sticky-header .logo.pull-left {
    float: none !important;
    justify-self: start;
    grid-column: 1;
}

.sticky-header .pull-right {
    float: none !important;
    justify-self: center;
    grid-column: 2;
    width: auto;
}

.sticky-header .main-menu .navigation > li {
    margin-left: 14px !important;
    margin-right: 14px !important;
}

.sticky-header .main-menu .navigation > li > a {
    font-size: 15px !important;
    font-weight: 500 !important;
    white-space: nowrap;
    padding: 16px 0 !important;
}

.sticky-header .logo {
    margin-left: 24px;
}

.sticky-header .logo img {
    max-height: 64px;
    width: auto;
}

/* Mobil: logo sol, hamburger sağ, açılır menü tam genişlik */
@media only screen and (max-width: 991px) {
    .main-header.header-style-two {
        position: relative;
        overflow: visible;
        z-index: 999;
    }

    .header-style-two .header-lower {
        overflow: visible;
    }

    .header-style-two .header-lower .auto-container,
    .header-style-two .header-lower .header-bar-inner,
    .header-style-two .header-lower .nav-outer,
    .header-style-two .main-menu {
        position: static;
        overflow: visible;
    }

    .header-style-two .header-lower .header-bar-inner {
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .header-style-two .header-lower .logo-outer {
        grid-column: 1;
        justify-self: start;
        margin-left: 0;
        padding: 16px 0;
    }

    .header-style-two .header-lower .nav-outer {
        grid-column: 2;
        justify-self: end;
        align-self: center;
        width: auto;
        margin-top: 0 !important;
        float: none;
    }

    .header-style-two .header-lower .header-bar-side {
        display: none;
    }

    .header-style-two .main-menu {
        width: auto;
        float: none;
        margin-top: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    .header-style-two .main-menu .navbar-header {
        position: static;
        float: none;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        padding: 16px 0;
        right: auto;
        text-align: right;
    }

    .header-style-two .main-menu .navbar-toggler {
        top: 0;
        margin-left: 0;
    }

    .header-style-two .main-menu .navbar-collapse {
        position: absolute;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        top: 100%;
        z-index: 99999;
        background: #ffffff;
        box-shadow: 0 12px 24px rgba(57, 61, 114, 0.12);
        border-top: 1px solid rgba(57, 61, 114, 0.08);
        box-sizing: border-box;
    }

    .header-style-two .main-menu .navbar-collapse > .navigation {
        width: 100% !important;
        margin: 0 !important;
        padding: 8px 0 16px;
    }

    .header-style-two .main-menu .navbar-collapse > .navigation > li {
        width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid #f3ebe3;
    }

    .header-style-two .main-menu .navbar-collapse > .navigation > li:last-child {
        border-bottom: 0;
    }

    .header-style-two .main-menu .navbar-collapse > .navigation > li > a {
        display: block;
        width: 100%;
        padding: 14px 20px !important;
        text-align: left;
        font-size: 16px;
    }

    .header-style-two .main-menu .navigation > li::after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .main-header.header-wide .header-lower .logo-outer,
    .header-style-two .header-lower .logo-outer {
        margin-left: 0;
    }

    .header-style-two .header-lower .nav-outer {
        width: auto !important;
        margin-top: 0 !important;
    }

    .header-style-two .main-menu {
        width: auto !important;
        margin-top: 0 !important;
        float: none !important;
    }

    .header-style-two .main-menu .navbar-collapse {
        margin: 0 !important;
    }

    .sticky-header .logo {
        margin-left: 0;
    }

    .main-header.header-wide .header-upper .main-menu {
        display: block;
    }

    .main-header.header-wide .header-lower .nav-outer {
        display: none;
    }

    .main-header.header-wide .header-lower .header-bar-side {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .main-header.header-wide .header-lower .nav-outer {
        display: block;
    }

    .main-header.header-wide .header-upper .main-menu {
        display: none;
    }
}

@media only screen and (max-width: 1139px) {
    .header-style-two .main-menu .navigation > li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .main-menu .navigation > li > a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1400px) {
    .main-header .auto-container,
    .sticky-header .auto-container {
        max-width: 1680px;
    }

    .header-style-two .header-lower .auto-container {
        max-width: 1680px;
    }

    .header-style-two .main-menu .navigation > li {
        margin-left: 20px;
        margin-right: 20px;
    }

    .main-menu .navigation > li {
        margin: 0 12px;
    }

    .main-menu .navigation > li > a {
        font-size: 17px;
    }
}

/* Menü öğeleri simetrik aralık */
.header-style-two .main-menu .navigation > li:first-child,
.main-menu .navigation > li:first-child {
    margin-left: 0;
}

/* Menü hover/active: dekoratif simge yerine renkli alt çizgi */
.main-menu .navigation > li::before {
    display: none !important;
    background-image: none !important;
    content: none !important;
}

.main-menu .navigation > li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    margin: 0 auto;
    width: 0;
    border-radius: 999px;
    background: #ff4880;
    transition: width 0.28s ease;
    pointer-events: none;
}

.main-menu .navigation > li:hover::after,
.main-menu .navigation > li.current::after {
    width: 100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #434b98;
    font-weight: 500;
}

.sticky-header .main-menu .navigation > li::before {
    display: none !important;
}

.sticky-header .main-menu .navigation > li::after {
    bottom: 0;
    height: 2px;
}

.sticky-header .main-menu .navigation > li:hover::after,
.sticky-header .main-menu .navigation > li.current::after {
    width: 100%;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: #434b98;
    font-weight: 500 !important;
    opacity: 1;
}

/* Program bölümü — görselsiz kartlar */
.program-section .program-cards-row {
    align-items: stretch;
}

.program-section .program-block--card {
    margin-bottom: 30px;
}

.program-section .program-block--card .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 32px 32px;
    border-top: 4px solid #ff4880;
    box-shadow: 0 12px 40px rgba(57, 61, 114, 0.08);
    overflow: visible;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-section .program-block--card .inner-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(57, 61, 114, 0.12);
}

.program-section .program-card-num {
    display: block;
    font-family: "Baloo 2", cursive;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #ff4880;
    opacity: 0.2;
    margin-bottom: 8px;
}

.program-section .program-block--card .program-card-content {
    padding: 0;
    background: transparent;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.program-section .program-block--card h4 {
    font-weight: 700;
    margin-bottom: 16px;
}

.program-section .program-block--card .text {
    margin-bottom: 20px;
    flex: 1;
}

.program-section .program-block--card .program-info {
    margin-top: auto;
    border-top: 2px solid #f3ebe3;
    padding-top: 18px;
}

/* Program bölümü — madde listesi */
.program-section .program-info.program-info-list li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    color: #858687;
    font-size: 15px;
    line-height: 1.55;
    padding-left: 18px;
    position: relative;
}

.program-section .program-info.program-info-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4880;
}

.program-section .program-info.program-info-list li:last-child {
    margin-bottom: 0;
}

/* Yaş grupları — bölüm dikey boşluk */
.events-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.yas-gruplari-page {
    padding-top: 80px;
    padding-bottom: 90px;
}

.yas-gruplari-page .sec-title {
    margin-bottom: 36px;
}

.yas-gruplari-page .sec-title h2 {
    line-height: 1.2;
}

.yas-gruplari-intro {
    margin-bottom: 48px;
}

.yas-grup-card .inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.yas-grup-card h3 {
    margin-bottom: 16px;
}

.yas-grup-card .text p {
    margin-bottom: 20px;
}

.yas-grup-highlights {
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
    border-top: 2px solid #f3ebe3;
}

.yas-grup-highlights li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #858687;
}

.yas-grup-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4880;
}

.yas-grup-highlights li:last-child {
    margin-bottom: 0;
}

/* Manifesto sayfası */
.manifesto-page {
    padding-top: 80px;
    padding-bottom: 90px;
}

.manifesto-page .sec-title {
    margin-bottom: 36px;
}

.manifesto-page .sec-title h2 {
    line-height: 1.25;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.manifesto-intro {
    max-width: 820px;
    margin: 0 auto 48px;
}

.manifesto-cards-row {
    align-items: stretch;
}

.manifesto-card .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.manifesto-card-num {
    display: block;
    font-family: "Baloo 2", cursive;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 72, 128, 0.2);
    margin-bottom: 8px;
}

.manifesto-card h3 {
    font-family: "Baloo 2", cursive;
    font-size: 22px;
    font-weight: 700;
    color: #393d72;
    margin-bottom: 14px;
    line-height: 1.3;
}

.manifesto-card .text p {
    margin-bottom: 18px;
}

.manifesto-highlights {
    list-style: none;
    margin: auto 0 0;
    padding: 18px 0 0;
    border-top: 2px solid #f3ebe3;
}

.manifesto-highlights li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #858687;
}

.manifesto-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4880;
}

.manifesto-highlights li:last-child {
    margin-bottom: 0;
}

.manifesto-closing {
    max-width: 760px;
    margin: 50px auto 0;
    padding: 28px 24px;
    background: #fff8e8;
    border-radius: 20px;
}

.manifesto-closing p {
    font-size: 17px;
    line-height: 1.75;
    color: #393d72;
    margin: 0;
    font-weight: 500;
}

.events-section .sec-title {
    margin-bottom: 40px;
}

.events-section .btn-box {
    margin-top: 20px;
}

/* Yaş grupları — görselsiz etkinlik kartları */
.events-section .event-cards-row {
    align-items: stretch;
}

.events-section .event-block--card .inner-box {
    padding-left: 0;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(17, 19, 42, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.events-section .event-block--card .inner-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(17, 19, 42, 0.18);
}

.events-section .event-block--card .content-box {
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.events-section .event-age {
    display: inline-block;
    font-family: "Baloo 2", cursive;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffae00;
    background: rgba(255, 174, 0, 0.12);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.events-section .event-block--card h4 {
    font-weight: 700;
    margin-bottom: 14px;
}

.events-section .event-block--card .text {
    font-size: 16px;
    line-height: 1.65;
    color: #858687;
    margin-bottom: 24px;
    flex: 1;
}

.events-section .event-card-link {
    margin-top: auto;
}

.events-section .event-card-link .theme-btn {
    padding: 14px 28px;
    font-size: 15px;
}

/* Okul görseli — iletişim üstü */
.contact-school-image {
    position: relative;
    padding: 80px 0 50px;
    background: #f9f5f0;
}

.contact-school-image .auto-container {
    max-width: 1560px;
    padding-left: 28px;
    padding-right: 28px;
}

.contact-school-image .image {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(57, 61, 114, 0.1);
}

.contact-school-image .image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (min-width: 1400px) {
    .contact-school-image .auto-container {
        max-width: 1680px;
    }
}

/* İletişim CTA — Bize Ulaşın */
.call-to-action {
    padding-top: 70px;
    padding-bottom: 70px;
}

.call-to-action .content-box {
    max-width: 720px;
}

.call-to-action h2 {
    margin-bottom: 22px;
}

.call-to-action .cta-contact-list {
    list-style: none;
    margin: 0 auto 28px;
    padding: 0;
    text-align: center;
    max-width: 640px;
}

.call-to-action .cta-contact-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.55;
    color: #ffffff;
}

.call-to-action .cta-contact-list li:last-child {
    margin-bottom: 0;
}

.call-to-action .cta-contact-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff;
    transition: opacity 0.2s ease;
}

.call-to-action .cta-contact-list a:hover {
    color: #ffffff;
    opacity: 0.85;
}

.call-to-action .cta-contact-list .icon {
    flex-shrink: 0;
    width: 22px;
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    opacity: 1;
}

/* Anasayfa — tam genişlik harita */
.fluid-section-two--map-only {
    position: relative;
    margin-bottom: 60px;
}

.fluid-section-two--map-only .map-embed-outer {
    position: relative;
    width: 100%;
    height: 480px;
    min-height: 360px;
    background: #e8eef5;
}

.fluid-section-two--map-only .map-embed-outer iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Hero altı — eğitim modeli özeti */
.about-section-two .model-spine-title {
    font-size: 18px;
    font-weight: 700;
    color: #393d72;
    margin: 0 0 18px;
    line-height: 1.35;
}

/* Eğitim Modelimiz sayfası */
.edu-section {
    position: relative;
    padding: 90px 0 70px;
}

.edu-section--alt,
.edu-detail-block.edu-section--alt,
.mission-section.edu-section--alt {
    background-color: #f9f5f0;
}

.edu-section .text p,
.edu-detail-block .text p {
    margin-bottom: 18px;
}

.edu-lead {
    font-family: "Baloo 2", cursive;
    font-size: 24px;
    font-weight: 700;
    color: #393d72;
    line-height: 1.35;
    margin-bottom: 20px;
}

.edu-subheading {
    font-family: "Baloo 2", cursive;
    font-size: 20px;
    font-weight: 700;
    color: #393d72;
    margin: 24px 0 16px;
}

.edu-intro {
    max-width: 820px;
    margin: 0 auto 10px;
}

.edu-intro p {
    font-size: 17px;
    line-height: 1.75;
    color: #858687;
}

.edu-tagline {
    font-family: "Baloo 2", cursive;
    font-size: 18px;
    color: #ff4880;
    margin-bottom: 40px;
}

.edu-list-centered {
    max-width: 760px;
    margin: 0 auto;
}

.edu-age-badge {
    display: inline-block;
    font-family: "Baloo 2", cursive;
    font-size: 14px;
    font-weight: 700;
    color: #ff4880;
    background: rgba(255, 72, 128, 0.1);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.edu-detail-block {
    padding: 80px 0;
}

.edu-detail-block .image img,
.edu-section .image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.edu-detail-block .content-column h3 {
    margin-bottom: 20px;
}

.edu-detail-block .btn-box {
    margin-top: 10px;
}

.edu-section .sec-title h2,
.edu-detail-block .sec-title h2 {
    line-height: 1.2;
}

.mission-section.edu-section--alt {
    padding-bottom: 90px;
}

.mission-section .mission-block.col-lg-6 {
    margin-bottom: 30px;
}

.edu-age-section {
    padding-bottom: 80px;
}

.edu-age-groups {
    margin-top: 20px;
}

.edu-text-card {
    margin-bottom: 30px;
}

.edu-text-card .inner-box {
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 28px 28px;
    box-shadow: 0 8px 30px rgba(57, 61, 114, 0.08);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.edu-section--alt .edu-text-card .inner-box {
    background: #ffffff;
}

.edu-text-card .inner-box:hover {
    box-shadow: 0 12px 36px rgba(57, 61, 114, 0.12);
    transform: translateY(-2px);
}

.edu-text-card h3 {
    font-family: "Baloo 2", cursive;
    font-size: 22px;
    font-weight: 700;
    color: #393d72;
    margin-bottom: 14px;
    line-height: 1.3;
}

.edu-text-card .text p {
    font-size: 16px;
    line-height: 1.7;
    color: #858687;
    margin-bottom: 0;
}

.edu-text-card .btn-box {
    margin-top: 20px;
}

.edu-workshops-section {
    padding-bottom: 90px;
}

/* Aile Tanışma Formu */
.meet-form-section {
    position: relative;
    padding: 70px 0 90px;
}

.meet-form-layout {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 4rem;
    align-items: flex-start;
}

.meet-form-lead {
    font-size: 18px;
    line-height: 1.7;
    color: #393d72;
    margin: 0 0 0;
    font-weight: 500;
}

.meet-form-panel {
    margin-top: 2rem;
    background: #fff8e8;
    border-radius: 20px;
    padding: 28px 26px;
    box-shadow: 0 8px 28px rgba(57, 61, 114, 0.08);
}

.meet-form-panel-title {
    font-family: "Baloo 2", cursive;
    font-size: 20px;
    font-weight: 700;
    color: #393d72;
    margin: 0 0 22px;
}

.meet-form-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.meet-form-contact-list li {
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.55;
    color: #393d72;
}

.meet-form-contact-list li:last-child {
    margin-bottom: 0;
}

.meet-form-label {
    display: block;
    font-size: 0.85em;
    font-weight: 700;
    color: #ff4880;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.meet-form-contact-list a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.meet-form-contact-list a:hover {
    color: #ff4880;
}

.meet-form-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 32px 32px;
    box-shadow: 0 12px 40px rgba(17, 19, 42, 0.1);
}

.meet-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 24px;
}

.meet-field {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.meet-field--full {
    grid-column: 1 / -1;
}

.meet-field > span {
    font-size: 14px;
    font-weight: 600;
    color: #393d72;
    margin-bottom: 8px;
    line-height: 1.4;
}

.meet-field input,
.meet-field select,
.meet-field textarea {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: #393d72;
    background: #f9f5f0;
    border: 1px solid #e8e4df;
    border-radius: 12px;
    padding: 12px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.meet-field input:focus,
.meet-field select:focus,
.meet-field textarea:focus {
    outline: none;
    border-color: #ff4880;
    box-shadow: 0 0 0 3px rgba(255, 72, 128, 0.12);
    background: #ffffff;
}

.meet-field textarea {
    resize: vertical;
    min-height: 110px;
}

.meet-field select {
    cursor: pointer;
    appearance: auto;
}

.meet-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.meet-form-actions .theme-btn {
    margin: 0;
}

.meet-form-success {
    margin-top: 22px;
    padding: 16px 20px;
    border-radius: 12px;
    background: rgba(76, 175, 80, 0.12);
    color: #2e7d32;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.meet-form-success[hidden] {
    display: none !important;
}

@media (max-width: 991px) {
    .meet-form-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 575px) {
    .meet-form-grid {
        grid-template-columns: 1fr;
    }

    .meet-form-card {
        padding: 28px 20px 24px;
    }

    .meet-form-actions {
        flex-direction: column;
    }

    .meet-form-actions .theme-btn {
        width: 100%;
        text-align: center;
    }
}

/* Tek slaytlı hero: ok ve nokta gizle */
.main-slider .tparrows,
.main-slider .tp-bullets {
    display: none !important;
}

/* Mobil üst bar: yalnızca konum */
@media only screen and (max-width: 767px) {
    .header-style-two .header-top .top-left {
        display: block !important;
        float: none;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    .header-style-two .header-top .top-right {
        display: none !important;
    }

    .header-style-two .header-top .auto-container > .clearfix {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-style-two .header-top .info-list li:not(.header-location-item) {
        display: none !important;
    }

    .header-style-two .header-top .info-list {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header-style-two .header-top .info-list .header-location-item {
        float: none;
        margin: 0;
        font-size: 13px;
        line-height: 1.45;
        text-align: center;
    }
}
