:root {
    --mf-color-navy: #1e3e67;
    --mf-color-royal: #243260;
    --mf-color-accent: #967e3d;
    --mf-color-light: #f0f4fb;
}

.bd-banner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    clip-path: inset(150px 0 0 0);
    margin-top: -150px;
    padding-top: 150px;
}

.bd-banner-area .swiper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bd-banner-area .swiper-wrapper {
    overflow: hidden;
}

.bd-banner-area .swiper-slide {
    overflow: hidden;
}

.bd-banner-slider-wrapper {
    overflow: hidden;
}

.bd-campus-area .bdCampusSlider {
    padding-top: 28px;
    position: relative;
}

.bd-campus-slider-wrapper {
    position: relative;
    transform: translateY(-150px);
    z-index: 10;
    background: #f8f9fa;
    padding-bottom: 50px;
    margin-bottom: -121px;
}

.bd-campus-area {
    position: relative;
    z-index: 10;
    background: #f8f9fa;
}

.bd-campus-area .bdCampusSlider {
    position: relative;
    z-index: 11;
    background: #f8f9fa;
}

.bd-campus-area .bdCampusSlider .swiper-wrapper {
    align-items: center;
}

.bd-campus-area .bdCampusSlider .swiper-slide {
    transform: scale(0.98);
    transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
    opacity: 0.65;
    will-change: transform, opacity;
    background: transparent;
}

.bd-campus-area .bdCampusSlider .swiper-slide-active {
    transform: scale(1.1);
    opacity: 1;
    z-index: 13;
    box-shadow: 0 28px 56px rgba(7, 161, 105, 0.22);
    background: transparent;
}

.bd-campus-area .bdCampusSlider .swiper-slide-next,
.bd-campus-area .bdCampusSlider .swiper-slide-prev {
    opacity: 0.85;
    z-index: 12;
    background: transparent;
}

.bd-campus-slider-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 5;
}

.bd-campus-slider-controls {
    display: inline-flex;
    gap: 12px;
}

@media (max-width: 767px) {
    .bd-campus-slider-nav {
        position: static;
        margin-top: 24px;
        justify-content: center;
        flex-direction: row;
        gap: 16px;
    }
}

.bd-campus-slider-controls button {
    border: none;
    background:  #05aaba;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.bd-campus-slider-controls button:hover {
    background: var(--bd-theme-secondary, #967e3d);
    color: #000;
}

.mf-global-impact {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mf-global-impact .container {
    max-width: 100%;
    padding: 0;
}

.mf-impact-card {
    background: #967e3d;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(8, 41, 80, 0.18);
}

.mf-impact-header {
    padding: 48px 24px 24px;
}

.mf-impact-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.mf-impact-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 24px;
    padding: 32px 40px 48px;
    background: #1E3E67FF;
    backdrop-filter: blur(4px);
}

.mf-impact-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #e5faff;
    gap: 12px;
}

.mf-impact-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #37d6d8;
    font-size: 28px;
}

.mf-impact-number {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    font-size: 30px;
    font-weight: 700;
    color: #37d6d8;
    line-height: 1.1;
}

.mf-impact-number .purecounter {
    font: inherit;
    color: inherit;
}

.mf-impact-label {
    display: block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
}

.mf-impact-map {
    position: relative;
    background: #bde6ef;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(30, 62, 103, 0.25);
}

.mf-impact-map #mf-map {
    width: 100%;
    height: 520px;
}

.mf-map-pin {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(135deg, #16366b 0%, #0f2347 100%);
    border: 4px solid #ffffff;
    transform: rotate(-45deg);
    box-shadow: 0 16px 24px rgba(15, 35, 71, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}


.mf-map-pin-inner {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mf-map-pin-inner img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.mf-map-balloon {
    font-family: "Poppins", sans-serif;
    max-width: 340px;
    color: #0f1f3d;
}

.mf-map-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 36px rgba(9, 29, 62, 0.22);
    border: 1px solid rgba(16, 42, 78, 0.08);
}

.mf-map-card-head {
    background: linear-gradient(140deg, #152a69 0%, #0f1f3d 55%, #07132a 100%);
    color: #ffffff;
    padding: 20px 26px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mf-map-card-head h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.mf-map-card-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgba(255, 255, 255, 0.7);
}

.mf-map-card-body {
    padding: 22px 24px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.mf-map-card-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.mf-map-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140deg, #07a169 0%, #36d6c1 100%);
    color: #ffffff;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 12px 24px rgba(7, 161, 105, 0.28);
}

.mf-map-card-text {
    display: block;
    font-size: 14px;
    color: #152a69;
    line-height: 1.55;
    text-decoration: none;
}

.mf-map-card-text:hover {
    color: #0f1f3d;
    text-decoration: underline;
}

.mf-map-card-highlights {
    margin: 18px 0 0;
    padding: 16px 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px dashed rgba(16, 42, 78, 0.12);
}

.mf-map-card-highlights li {
    font-size: 13px;
    color: #1f3c6b;
    line-height: 1.45;
    padding-left: 20px;
    position: relative;
}

.mf-map-card-highlights li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    background: linear-gradient(135deg, #ffb800 0%, #ffd563 100%);
    box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.22);
}

.mf-map-card-btn {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 28px;
    background: linear-gradient(140deg, #ffb800 0%, #ffcf4e 100%);
    color: #0f1f3d;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(255, 184, 0, 0.32);
}

.mf-map-card-btn i {
    font-size: 14px;
}

.mf-map-card-btn:hover {
    color: #0c182f;
    box-shadow: 0 14px 28px rgba(255, 184, 0, 0.4);
}

@media (max-width: 992px) {
    .mf-impact-card {
        border-radius: 20px;
    }

    .mf-impact-title {
        font-size: 28px;
    }

    .mf-impact-stats {
        gap: 18px;
        padding: 22px 24px 28px;
    }

    .mf-impact-header {
        padding: 36px 24px 20px;
    }

    .mf-impact-map {
        padding: 0;
    }

    .mf-impact-map #mf-map {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .mf-impact-card {
        border-radius: 18px;
    }

    .mf-impact-title {
        font-size: 24px;
    }

    .mf-impact-stats {
        gap: 16px;
        padding: 20px 18px 24px;
    }

    .mf-impact-header {
        padding: 28px 18px 18px;
    }

    .mf-impact-stats {
        padding: 24px 18px;
    }

    .mf-impact-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .mf-impact-number {
        font-size: 26px;
    }

    .mf-impact-map #mf-map {
        height: 440px;
    }
}

@media (max-width: 575px) {
    .mf-impact-map #mf-map {
        height: 320px;
    }
}

.mf-voices {
    /*background: linear-gradient(180deg, #0f2755 0%, #142a63 48%, #1d3879 100%);*/
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.mf-voices::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('assets/images/bg/learners-bg.svg') top center/cover no-repeat;
    opacity: 0.18;
    pointer-events: none;
}

.mf-voices-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.mf-voices-block {
    background: rgba(9, 27, 68, 0.82);
    border-radius: 28px;
    padding: 48px 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(86, 124, 186, 0.25);
}

.mf-voices-banner {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
    background: linear-gradient(90deg, #27dadd 0%, #43b0ff 100%);
    padding: 12px 28px;
    border-radius: 999px;
    color: #0c214d;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(39, 218, 221, 0.35);
}

.mf-voices-banner.justify-content-center {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.mf-voices-banner-title {
    font-size: 18px;
}

.mf-voices-banner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0c214d;
    color: #27dadd;
    font-size: 20px;
}

.mf-voices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.mf-voices-slider-wrapper {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.mf-voices-slider-wrapper .swiper {
    padding: 0;
    overflow: hidden;
}

.mf-voices-slider-wrapper .swiper-wrapper {
    align-items: stretch;
}

.mf-voices-slider-wrapper .swiper-slide {
    height: auto;
    display: flex;
}

.mf-voices-slider-wrapper .swiper-slide .mf-voice-item {
    width: 100%;
    height: 100%;
}

.mf-voices-slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.mf-voices-slider-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(50, 93, 165, 0.9) 0%, rgba(27, 58, 117, 0.95) 100%);
    border: 2px solid rgba(39, 218, 221, 0.4);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(39, 218, 221, 0.2);
}

.mf-voices-slider-nav button:hover {
    background: linear-gradient(135deg, rgba(39, 218, 221, 0.9) 0%, rgba(50, 93, 165, 0.95) 100%);
    border-color: rgba(39, 218, 221, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(39, 218, 221, 0.35);
}

.mf-voices-slider-nav button:active {
    transform: translateY(0);
}

.mf-voices-slider-nav button i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mf-voice-item {
    background: linear-gradient(180deg, rgba(50, 93, 165, 0.85) 0%, rgba(27, 58, 117, 0.92) 100%);
    border-radius: 24px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    color: #e6f5ff;
    position: relative;
    overflow: hidden;
    border: 1.5px solid rgba(86, 124, 186, 0.35);
}

.mf-voice-item::before,
.mf-voice-item::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 40px;
    background: rgba(39, 218, 221, 0.08);
    border-radius: 20px;
}

.mf-voice-item::before {
    top: 24px;
    left: 24px;
}

.mf-voice-item::after {
    bottom: 24px;
    right: 20px;
}

.mf-voice-thumb {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(39, 218, 221, 0.8);
    align-self: center;
    box-shadow: 0 10px 25px rgba(39, 218, 221, 0.35);
}

.mf-voice-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mf-voice-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #dbeaff;
    min-height: 72px;
}

.mf-voice-content h5 {
    font-size: 18px;
    margin-bottom: 4px;
    color: #ffffff;
}

.mf-voice-content span {
    font-size: 14px;
    color: #9cd8ff;
    font-weight: 600;
}

.mf-leaders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    justify-items: center;
}

.mf-leader-item {
    background: rgba(17, 45, 97, 0.92);
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    color: #e6f5ff;
    border: 1.5px solid rgba(86, 124, 186, 0.35);
    width: 100%;
    max-width: 220px;
    position: relative;
}

.mf-leader-item::before,
.mf-leader-item::after {
    content: "";
    position: absolute;
    top: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(39, 218, 221, 0.25);
}

.mf-leader-item::before {
    left: 16px;
}

.mf-leader-item::after {
    right: 16px;
}

.mf-leader-thumb {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(39, 218, 221, 0.75);
    margin: 0 auto 16px;
    box-shadow: 0 10px 24px rgba(36, 50, 96, 0.35);
}

.mf-leader-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mf-leader-item h6 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #ffffff;
}

.mf-leader-item span {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(39, 218, 221, 0.2);
    color: #27dadd;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .mf-voices-block {
        padding: 40px 28px;
    }
}

@media (max-width: 767px) {
    .mf-voices-card {
        gap: 32px;
    }

    .mf-voices-block {
        padding: 32px 22px;
    }

    .mf-voices-banner {
        margin-bottom: 24px;
        padding: 10px 22px;
    }

    .mf-voices-grid {
        gap: 18px;
    }

    .mf-voices-slider-wrapper {
        padding: 0;
    }

    .mf-voices-slider-nav {
        margin-top: 24px;
        gap: 12px;
    }

    .mf-voices-slider-nav button {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .mf-leaders-grid {
        gap: 18px;
    }
}

.bd-campus-thumb {
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.bd-campus-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

@media (max-width: 767px) {
    .bd-campus-thumb img {
        height: 220px;
    }
}

.bd-campus-wrapper {
    position: relative;
    z-index: 1;
    background: transparent;
}

.bd-campus-item {
    position: relative;
    z-index: 1;
    background: transparent;
}

.bd-campus-wrapper:hover .bd-campus-thumb img {
    transform: scale(1.05);
}


.bd-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff; /* Beyaz renk */

}

.bd-header-top-left ul,
.bd-header-top-right ul.language-switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.bd-header-top-right ul.language-switcher li a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.event-schedule-section {
    position: relative;
    background: linear-gradient(135deg, #132f58 0%, #173b6d 65%, #1f4a80 100%);
    padding: 110px 0;
    overflow: hidden;
    color: #f5fbff;
}

.event-schedule-shell {
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

.event-schedule-left {
    flex: 1 1 auto;
}

.event-schedule-nav {
    display: flex;
    gap: 32px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.event-schedule-nav-btn {
    background: none;
    border: none;
    padding: 6px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(236, 248, 255, 0.55);
    position: relative;
    transition: color 0.25s ease;
}

.event-schedule-nav-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(56, 230, 219, 0) 0%, rgba(56, 230, 219, 0.85) 52%, rgba(56, 230, 219, 0) 100%);
    opacity: 0;
    transform: scaleX(0.6);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.event-schedule-nav-btn:hover,
.event-schedule-nav-btn:focus {
    color: rgba(236, 248, 255, 0.82);
}

.event-schedule-nav-btn.active {
    color: #fefefe;
}

.event-schedule-nav-btn.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.event-schedule-grid {
    display: flex;
    gap: 48px;
}

.event-schedule-column {
    display: grid;
    gap: 32px;
    flex: 1 1 50%;
}

.event-schedule-item {
    display: flex;
    gap: 24px;
    align-items: center;
}

.event-schedule-date {
    position: relative;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: linear-gradient(135deg, #31e4d4 0%, #3ab4ff 65%, #2f68ff 100%);
    padding: 6px;
    box-shadow: 0 18px 28px rgba(30, 118, 177, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 0 0 102px;
}

.event-schedule-date::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: #173b6d;
}

.event-schedule-day,
.event-schedule-month {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1;
}

.event-schedule-day {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.event-schedule-month {
    font-size: 12px;
    letter-spacing: 0.2em;
}

.event-schedule-info {
    flex: 1 1 auto;
}

.event-schedule-info h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.event-schedule-underline {
    display: block;
    width: 160px;
    max-width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(49, 228, 212, 0.1) 0%, rgba(49, 228, 212, 0.8) 52%, rgba(49, 228, 212, 0.1) 100%);
}

.event-schedule-feature {
    flex: 0 0 420px;
}

.event-feature-card {
    background: linear-gradient(150deg, #f6f7fb 0%, #ffffff 100%);
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(10, 28, 60, 0.25);
    overflow: hidden;
    color: #132f58;
}

.event-feature-media img {
    width: 100%;
    height: auto;
    display: block;
}

.event-feature-body {
    padding: 28px 32px 36px;
}

.event-feature-body h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

.event-feature-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #274a7a;
}

@media (max-width: 1199px) {
    .event-schedule-shell {
        flex-direction: column;
        gap: 50px;
    }

    .event-schedule-feature {
        width: 100%;
        flex: 1 1 auto;
    }
}

@media (max-width: 991px) {
    .event-schedule-section {
        padding: 90px 0;
    }

    .event-schedule-nav {
        gap: 20px;
    }

    .event-schedule-grid {
        flex-direction: column;
        gap: 28px;
    }

    .event-schedule-column {
        gap: 24px;
    }

    .event-feature-body {
        padding: 24px 26px 30px;
    }
}

@media (max-width: 575px) {
    .event-schedule-date {
        width: 82px;
        height: 82px;
    }

    .event-schedule-day {
        font-size: 22px;
    }

    .event-schedule-info h4 {
        font-size: 19px;
    }

    .event-schedule-nav {
        gap: 16px;
    }

    .event-schedule-nav-btn {
        font-size: 16px;
        letter-spacing: 0.08em;
    }
}

.tent-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tent-wrap .tent-svg {
    display: block;
    width: 100%;
    max-width: 100%;
}

.tent-wrap .camp-sign-wrap {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    width: 100%;
}

@media (max-width: 767px) {
    .tent-wrap .camp-sign-wrap {
        margin-top: 20px;
    }
}
