﻿@import url("/font/Gilroy/gilroyVar.css");
@import url("/font/Peristiwa/peristiwaVar.css");
@import url(special.css);

:root {
    --color-white-100: hsl(0, 0%, 100%);
    --color-white-200: hsl(0, 0%, 95%);
    --color-white-300: hsl(0, 0%, 85%);
    --color-white-400: hsl(0, 0%, 75%);
    --color-white-500: hsl(0, 0%, 65%);
    --color-white-600: hsl(0, 0%, 55%);
    --color-black-100: hsl(210, 17%, 12%);
    --color-black-200: hsl(210, 17%, 10%);
    --color-black-300: hsl(210, 16%, 8%);
    --color-black-400: hsl(210, 16%, 6%);
    --color-black-500: hsl(210, 15%, 4%);
    --color-black-600: hsl(210, 15%, 2%);
    --color-blue-100: hsl(212, 96%, 60%);
    --color-blue-200: hsl(213, 94%, 55%);
    --color-blue-300: hsl(217, 91%, 50%);
    --color-blue-400: hsl(221, 83%, 45%);
    --color-blue-500: hsl(224, 76%, 40%);
    --color-blue-600: hsl(226, 71%, 35%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --mainColor: #00b497;
    --gilB: "Gilroy-Bold", sans-serif;
    --gilH: "Gilroy-Heavy", sans-serif;
    --gilL: "Gilroy-Light", sans-serif;
    --gilM: "Gilroy-Medium", sans-serif;
    --gilR: "Gilroy-Regular", sans-serif;
    --shadow: 0 0 10px 3px #29292915;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    background-color: #fff;
    font-family: var(--gilM);
    color: #292929;
    overflow-x: hidden;
    padding-top: 8rem; /* Header yüksekliği kadar padding ekle */
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.15;
    text-wrap: balance;
    word-wrap: break-word;
}

p {
    max-width: 50ch;
}

p,
li {
    text-wrap: pretty;
    line-height: inherit;
    word-wrap: break-word;
}

img,
svg,
picture,
video {
    font-style: italic;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    shape-margin: 1rem;
    vertical-align: middle;
}

img,
svg {
    background-size: cover;
    background-repeat: no-repeat;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.section {
    margin-inline: auto;
    margin-block: 5rem 2rem;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-tiny {
    font-size: var(--text-tiny);
}

.text-small {
    font-size: var(--text-small);
}

.text-base {
    font-size: var(--text-base);
}

.text-medium {
    font-size: var(--text-medium);
}

.text-large {
    font-size: var(--text-large);
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-family: var(--gilM);
}

.font-semi {
    font-family: var(--gilM);
    color: #292929;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .font-semi:hover {
        background-color: #00b497;
        padding: 0.3rem 0.6rem;
        color: #fff !important;
        border-radius: 10rem;
    }

.font-bold {
    font-family: var(--gilB);
    font-size: 1.3rem;
    color: #292929;
}

.font-light {
    font-family: var(--gilL);
    font-size: 1rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.btn {
    display: inline-flex;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    align-items: center;
    justify-content: center;
    vertical-align: baseline;
    column-gap: 0.25rem;
    white-space: nowrap;
    padding-block: 0.5rem;
    padding-inline: 1.5rem;
    border-radius: 0.25rem;
    transition: all 0.25s ease;
}

.btn-default {
    color: #292929;
    background-color: var(--color-white-100);
    box-shadow: var(--shadow-medium);
}

.btn-darken {
    color: var(--color-white-100);
    background-color: #292929;
    box-shadow: var(--shadow-medium);
}

@media (max-width: 1200px) and (min-width: 999px) {
    /* Gönüllü Ol butonunu icon yap */
    .g-btn-custom {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        position: relative;
        overflow: hidden;
    }

        .g-btn-custom::before {
            content: "";
            background-image: url("/img/icons/gonullu.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center; /* İkonu merkeze hizala */
            width: 24px;
            height: 24px;
            display: block;
            position: absolute; /* Mutlak konumlandırma */
            top: 50%; /* Dikey ortala */
            left: 50%; /* Yatay ortala */
            transform: translate(-50%, -50%); /* Tam ortala */
        }

        .g-btn-custom:hover::before {
            filter: brightness(0) invert(1); /* Hover'da beyaz yap */
        }

    /* Bağış Yap butonunu icon yap */
    .b-btn-custom {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0 !important;
        position: relative;
        overflow: hidden;
    }

        .b-btn-custom::before {
            content: "";
            background-image: url("/img/icons/bagisyap.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center; /* İkonu merkeze hizala */
            width: 24px;
            height: 24px;
            display: block;
            filter: brightness(0) invert(1);
            position: absolute; /* Mutlak konumlandırma */
            top: 50%; /* Dikey ortala */
            left: 50%; /* Yatay ortala */
            transform: translate(-50%, -50%); /* Tam ortala */
        }
        /* Bağış yap butonun metinlerini ve görsellerini tamamen gizle */
        .b-btn-custom * {
            display: none !important;
            visibility: hidden !important;
        }

    /* Text content'i gizle */
    .b-btn-custom {
        color: transparent !important;
        text-indent: -9999px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        line-height: 0 !important;
    }

    /* Header butonları container'ını ayarla */
    .header-buttons {
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }

    /* Buton metinlerini ve görsellerini tamamen gizle */
    .g-btn-custom *,
    .b-btn-custom * {
        display: none !important;
        visibility: hidden !important;
    }

    /* Text content'i gizle */
    .g-btn-custom {
        color: transparent !important;
        text-indent: -9999px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }

    /* Navbar genişliğini optimize et */
    .navbar-inner {
        justify-content: space-between;
    }

    /* Header butonları container'ını ayarla */
    .header-buttons {
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }

    .button-overlays-inside {
        position: absolute;
        top: 64%;
        left: 85%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px 30px;
        border-radius: 15px;
        z-index: 10;
        width: 60%;
        min-width: 220px;
        max-width: 420px;
    }
}

.header {
    position: fixed;
    top: 0; /* margin-top: 2.5rem; yerine top: 0 */
    z-index: 999; /* z-index değerini artır */
    width: 100%;
    height: auto; /* height: 100%; yerine auto */
    background-color: white; /* Arka plan rengi ekle */
    box-shadow: var(--shadow); /* Gölge efekti ekle */
    padding: 1.2rem 0; /* Padding ekle */
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 1000; /* En yüksek z-index */
    position: relative; /* z-index'in çalışması için */
}

.logo {
    width: 11rem;
    z-index: 1000; /* En yüksek z-index */
    position: relative; /* z-index'in çalışması için */
}

.navbar-m {
    width: 100%;
    height: 5rem;
    margin-inline: auto;
    position: relative;
}

.navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 100%;
    padding: 0 1rem;
}

.burger-checkbox {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.navbar-block {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh - 4rem);
    opacity: 0;
    pointer-events: none;
    background-color: var(--color-white-100);
    transition: opacity 0.4s ease;
    margin-top: 25px;
    z-index: 998; /* Logo'dan düşük z-index */
}

    .navbar-block.is-active {
        opacity: 1;
        pointer-events: initial;
        margin-top: 0 !important;
        z-index: 998; /* Logo'dan düşük z-index */
    }

.menu {
    padding-block: 0.5rem;
    padding-inline: auto;
}

.menu-link-m {
    font-size: 1.1rem;
    font-weight: 500;
    /*display: flex;*/
    /*  align-items: center;
  justify-content: space-between;*/
    color: #292929;
    transition: color 0.3s ease;
    text-decoration: none !important;
    white-space: nowrap;
}

.menu-item-m:nth-last-child(3) .menu-link-m {
    white-space: nowrap;
}

burger {
    display: block;
    cursor: pointer;
    z-index: 1000;
}

.burger:before {
    font-size: 2rem;
    color: #292929;
}

.dropdown-toggle-m {
    cursor: pointer;
    outline: none;
    user-select: none;
}

    .dropdown-toggle-m i.bx {
        font-size: 1.5rem;
        line-height: inherit;
        transition: rotate 0.4s ease;
    }

.dropdown-content {
    height: 0;
    overflow: hidden;
    background-color: #fafafa;
    transition: height 0.5s ease;
}

.dropdown-column,
.dropdown-group,
.dropdown-items {
    display: grid;
}

.dropdown-group {
    padding-bottom: 1rem;
    padding-inline: 1.5rem;
}

.dropdown-title {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    padding-inline: 1rem;
}

.dropdown-icon i.bx {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--color-blue-300);
}

.dropdown-items {
    row-gap: 0.5rem;
    padding-inline: 3.5rem;
    padding-top: 0.35rem;
}

.dropdown-link {
    font-size: var(--text-base);
    font-weight: 400;
    line-height: inherit;
    color: #292929;
    transition: color 0.3s ease;
}

.dropdown-show > .dropdown-toggle-m i.bx {
    rotate: 180deg;
}

.dropdown-block {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem;
    padding-top: 1rem;
    padding-inline: 1rem;
}

@media screen and (min-width: 62rem) {
    .dropdown-toggle-m {
        column-gap: 0.35rem;
        pointer-events: none;
    }

    .dropdown-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 0rem;
        opacity: 0;
        height: 0; /* Başlangıçta yükseklik 0 */
        overflow: hidden; /* Taşan içeriği gizle */
        pointer-events: none;
        background-color: #fff;
        transition: bottom 0.4s, opacity 0.3s ease, height 0.3s ease; /* top yerine bottom */
        z-index: 99999999;
    }

    .dropdown-column {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 2rem;
        max-width: 75rem;
        margin-inline: auto;
    }

    .dropdown-group {
        align-content: baseline;
        row-gap: 1.25rem;
        padding-block: 2rem;
    }

        .dropdown-group:first-child,
        .dropdown-group:last-child {
            margin: unset;
        }

    .dropdown-items {
        padding-top: unset;
    }

    .dropdown-block {
        padding-top: unset;
        padding-inline: unset;
    }

    .dropdown-m:hover > .dropdown-content {
        cursor: initial;
        top: 4rem;
        opacity: 1;
        height: auto; /* Hover'da otomatik yükseklik */
        min-height: 200px; /* Minimum yükseklik belirle */
        pointer-events: inherit;
    }

    .fixed-header .dropdown-m:hover > .dropdown-content {
        cursor: initial;
        top: 4rem;
        opacity: 1;
        height: auto;
        min-height: 200px;
        pointer-events: initial;
    }

    .dropdown-m:hover > .dropdown-toggle-m i.bx {
        rotate: 180deg;
    }
}

.burger {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    width: 1.5rem;
    height: 1rem;
    border: none;
    outline: none;
    visibility: visible;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.15px;
    opacity: 1;
    rotate: 0deg;
    border-radius: 0.15rem;
    background-color: #292929;
    transition: all 0.3s ease;
}

    .burger-line:nth-child(1) {
        top: 0px;
    }

    .burger-line:nth-child(2) {
        top: 0.5rem;
        width: 70%;
    }

    .burger-line:nth-child(3) {
        top: 1rem;
    }

.burger.is-active > .burger-line:nth-child(1) {
    top: 0.5rem;
    rotate: 135deg;
}

.burger.is-active > .burger-line:nth-child(2) {
    opacity: 0;
}

.burger.is-active > .burger-line:nth-child(3) {
    top: 0.5rem;
    rotate: -135deg;
}

/*@media screen and (min-width: 92rem) {
    .burger {
    display: none;
    visibility: hidden;
  }
}
*/
/*@media (width: 1024px) and (height: 1366px) {
    .menu {
        display: none !important;
    }
    .burger {
        display: block !important;
        visibility: visible !important;
    }
}*/
.logo {
    width: 11rem;
}

.top-dr {
    padding: 1rem 0;
}

.str-bg img {
    position: absolute;
    left: 0;
}

.social-area {
    gap: 7px;
    /* Sosyal medya ikonları arasındaki boşluk */
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0.1rem solid #2929293d;
    /* Arka plan rengi */
    color: #292929;
    /* İkon rengi */
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 0.2rem;
}

    .social-link:hover {
        background-color: #00b497;
        /* Hover'da arka plan rengini değiştir */
        color: #fff;
        /* Hover'da ikon rengini değiştir */
        border: none;
    }

    .social-link i {
        font-size: 0.9rem;
        /* İkon boyutu */
    }

.font-bold i {
    font-size: 0.5rem !important;
    color: #00b497;
    display: flex;
    align-items: center;
    padding-right: 0.4rem;
}

.font-bold {
    display: flex;
    align-items: center;
}

.text-style {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--mainColor);
    text-decoration: underline;
    transition: all 0.15s ease;
}

    .text-style:hover {
        font-size: 1.2rem;
        font-weight: 700;
        color: #292929;
        text-decoration: none;
        padding-left: 0.3rem;
        border-left: 0.4rem solid #292929;
    }

.text-base.font-normal {
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.text-base.text-style-2 {
    font-size: 1rem;
    text-decoration: underline;
}

.g-btn-custom {
    border: 0.1rem solid var(--mainColor);
    padding: 0.5rem 1.2rem !important; /* Padding artırıldı */
    border-radius: 30rem;
    color: var(--mainColor);
    transition: all 0.4s ease;
    color: #292929;
    font-size: 1.1rem; /* Font boyutu artırıldı */
    text-align: center;
    display: inline-block;
}

    .g-btn-custom img {
        margin-left: 0.5rem;
    }

.b-btn-custom img {
    margin-left: 0.5rem;
    filter: brightness(0) invert(1);
}

.g-btn-custom:hover {
    border: 0.1rem solid var(--mainColor);
    background-color: var(--mainColor);
    color: #fff;
}

    .g-btn-custom:hover img {
        filter: brightness(0) invert(1);
    }

.b-btn-custom {
    background-color: var(--mainColor);
    padding: 0.5rem 1.2rem !important; /* Padding artırıldı */
    border-radius: 30rem;
    transition: all 0.4s ease;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem; /* Font boyutu artırıldı */
    text-align: center;
    display: inline-block;
}

    .b-btn-custom:hover {
        background-color: #292929;
    }

.shop {
    position: fixed;
    right: -1.2rem;
    top: 10rem;
    z-index: 99;
}

    .shop .shop-icon i {
        color: #fff;
        background-color: #00b497;
        padding: 0.7rem 1rem;
        padding-right: 2rem;
        font-size: 1.4rem;
        border-radius: 20rem;
        cursor: pointer;
        transition: all 0.4s ease;
    }

        .shop .shop-icon i:hover {
            color: #fff;
            background-color: #292929;
            padding: 0.7rem 1rem;
            padding-right: 4rem;
            font-size: 1.4rem;
            border-radius: 20rem;
            cursor: pointer;
        }

/* Bayraklar */
.flag-icon {
    width: 30px;
    height: 20px;
    object-fit: cover;
    margin-right: 5px;
}

/* Dropdown butonu */
.dropdown-toggle img {
    border-radius: 3px;
}

/* Dropdown menüdeki bayraklar */
.dropdown-item img {
    margin-right: 10px;
}

/* Dil Seçici Mobil İçin */
.language-selector {
    margin-left: 8px;
    margin-right: 8px;
}

    .language-selector .dropdown-toggle {
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: none !important;
    }

.dropdown-item:hover {
    background-color: #00b497;
    color: #fff;
}

.btn.btn-success {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    border-radius: 50rem;
}

    .btn.btn-success img {
        filter: brightness(0) invert(1);
        margin-left: 0.5rem;
    }

#splide-full .splide__arrow--prev {
    position: absolute;
    bottom: 0rem !important;
    left: 1rem;
    border-radius: 0.5rem 0 0 0.5rem;
    opacity: 1;
    background-color: var(--mainColor);
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
}

#splide-full .splide__arrow--next {
    left: 3.6rem;
    border-radius: 0rem 0.5rem 0.5rem 0rem;
    opacity: 1;
    background-color: var(--mainColor);
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
}

    #splide-full .splide__arrow--next:hover,
    #splide-full .splide__arrow--prev:hover {
        background-color: #292929;
        opacity: 1 !important;
    }

#splide-full .splide__pagination__page.is-active {
    background-color: var(--mainColor);
    border-radius: 0.2rem;
    height: 0.3rem;
    width: 1rem;
}

#splide-full .splide__pagination__page {
    border-radius: 0.2rem;
    height: 0.3rem;
    width: 0.8rem;
}

#splide-full .splide__arrow svg {
    fill: #fff;
}

#splide-full .splide__arrows.splide__arrows--ltr {
    position: absolute;
    right: 7rem !important;
    bottom: 3.5rem;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* veya object-fit: cover; */
}

.splide__pagination {
    top: auto;
    bottom: 0rem;
    left: 50%; /* Yatayda ortala */
    right: auto;
    transform: translateX(-50%); /* Tam ortalama için */
    position: absolute;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

#splide-full h1 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
}

#splide-full p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
}

.fixed-header {
    transform: none !important;
    animation: none !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

.slider-area {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

    .slider-area.eSliderArea {
        padding-bottom: 15px;
    }

.slider-content {
    padding: 2rem;
}

    .slider-content h1 {
        font-size: 2.5rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .slider-content p {
        font-size: 1.1rem;
        color: #666;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

.slider-image-placeholder {
    height: 400px;
    background-color: #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .slider-image-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.btn-success {
    background-color: #000000;
    border-color: #000000;
    font-size: 1.1rem;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

    .btn-success:hover {
        background-color: #000000;
        border-color: #000000;
        transform: translateY(-2px);
    }

@media (max-width: 768px) {
    .slider-content h1 {
        font-size: 2rem;
    }

    .slider-content p {
        font-size: 1rem;
    }

    .slider-image-placeholder {
        height: 250px;
        margin-top: 2rem;
    }

    .drop-area-city {
        padding: 0 0.5rem;
    }

        .drop-area-city #communityInput,
        .drop-area-city .form-control {
            font-size: 0.9rem;
            padding: 8px 12px;
            min-height: 40px;
            text-align: center;
        }
}

@media (max-width: 576px) {
    .drop-area-city #communityInput,
    .drop-area-city .form-control {
        font-size: 0.85rem;
        padding: 8px 10px;
        min-height: 38px;
    }
}

@media (max-width: 768px) {
    .slider-fixed-img {
        height: 10rem !important;
        max-height: 10rem !important;
    }
}

@media (max-width: 480px) {
    .slider-fixed-img {
        height: 13rem !important;
        max-height: 13rem !important;
    }

    #splide-support .splide__slide {
        padding: 0 0.1rem; /* Küçük mobilde minimum padding */
    }

        #splide-support .splide__slide img {
            height: 4.5rem; /* Daha da küçük yükseklik */
            padding: 0.3rem;
        }
}

.menu-item-m {
    margin-right: 1rem;
}

.social-icon-bar {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.search-bar {
    display: flex;
    /* align-items: center; */
    margin-left: 8px;
    margin-top: -7px;
}

.bagis-area {
    position: relative;
    margin-top: 3rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 3rem 0;
}

    .bagis-area .splide__slide {
        padding: 0 1rem;
    }

.slider-area .splide__slide {
    padding: 0 1rem;
}

    .slider-area .splide__slide .row {
        align-items: center;
        min-height: 400px;
    }

.bagis-area span {
    background-color: #fff;
    color: var(--mainColor);
    padding: 0.7rem 1rem;
    border-radius: 10rem;
    font-weight: 900;
}

.bagis-destek-label {
    background-color: #fff;
    color: var(--mainColor);
    padding: 0.7rem 1rem;
    border-radius: 10rem;
    font-weight: 900;
}

.bagis-area h1 {
    font-weight: 300;
}

    .bagis-area h1 img {
        filter: brightness(0) invert(1);
    }

    .bagis-area h1 b {
        font-weight: bold;
    }

.bagis-area p {
    font-size: 1.1rem;
}

.btn-light {
    border-radius: 10rem;
    color: var(--mainColor) !important;
    font-weight: 600;
}

    .btn-light:hover {
        border-radius: 10rem;
        color: var(--mainColor) !important;
        font-weight: 600;
        background-color: #fff;
        border-color: #00b497;
    }

    .btn-light img {
        margin: 0 0.5rem;
    }

.btn-m3 {
    margin-top: 2rem;
}

#splide-bagis img {
    width: 100%;
    height: 30rem;
    border-radius: 2rem;
    position: relative;
}

#splide-bagis .btn-success {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3rem;
}

#splide-bagis h2 {
    text-align: end;
    width: 50%;
    float: right;
    margin-bottom: 2rem;
    color: var(--mainColor);
    font-weight: 100;
}

    #splide-bagis h2 b {
        color: #292929;
        font-weight: bold !important;
    }

#splide-bagis .splide__arrow--next {
    opacity: 1 !important;
    background-color: var(--mainColor);
    right: 0;
    border-radius: 0.3rem;
    padding: 0.1rem;
    font-size: 1.3rem;
}

#splide-bagis .splide__arrow {
    top: 60%;
    transform: translateY(-90%);
}

#splide-bagis .splide__arrow--prev {
    opacity: 1 !important;
    background-color: #fff;
    left: 0;
    border-radius: 0.3rem;
    padding: 0.1rem;
    font-size: 1.3rem;
}

#splide-bagis .splide__arrow--next svg {
    fill: #fff;
}

.faaliyet-area {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    margin-top: 3rem;
}

.faaliyet-content-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem 0;
    min-height: 400px;
    width: 25%; /* Sol taraf %25 genişlik */
}

.faaliyet-fixed-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.faaliyet-right-section {
    width: 75%; /* Sağ taraf %75 genişlik */
    padding-left: 2rem; /* Sol taraftan boşluk */
}

#splide-faaliyet-right {
    height: 450px;
    display: flex;
    align-items: center;
    width: 100%;
}

    #splide-faaliyet-right .splide__slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        overflow: hidden;
    }

.faaliyet-slide-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 400px;
    padding: 0px 5px;
}

.faaliyet-area h1 {
    font-weight: bold;
    color: #292929;
}

.faaliyet-slide-content-wrapper {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 2rem;
    min-height: 350px;
}

.faaliyet-slide-text-content {
    flex: 1;
    padding-right: 2rem;
}

.faaliyet-slide-text-title {
    display: flex;
    align-items: center;
    text-align: left;
}

.faaliyet-slide-img {
    flex: 1;
}

@media (max-width: 992px) {
    .faaliyet-content-fixed {
        display: none; /* Sol tarafı tamamen gizle */
    }

    .faaliyet-right-section {
        width: 100%; /* Sağ taraf tam genişlik alsın */
        padding-left: 0; /* Sol padding'i kaldır */
    }

    .faaliyet-slide-content-wrapper {
        flex-direction: row; /* Yan yana sıralama */
        text-align: left; /* Sol hizalama */
        gap: 2rem; /* İçerikler arası boşluk */
        min-height: 350px;
        align-items: center; /* Dikey ortalama */
    }

    .faaliyet-slide-text-content {
        padding-right: 0;
        order: 1; /* Yazılar sol tarafta */
        flex: 1; /* Esnek genişlik */
    }

    .faaliyet-slide-img {
        order: 2; /* Resim sağ tarafta */
        flex: 1; /* Esnek genişlik */
    }

    .faaliyet-slide-text-content h2 {
        font-size: 1.5rem;
    }

    .faaliyet-slide-text-content h6 {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .faaliyet-slide-image {
        max-height: 300px;
        padding: 0px 5px;
    }

    #splide-faaliyet-right .splide__arrow--prev {
        left: 5px;
    }

    #splide-faaliyet-right .splide__arrow--next {
        right: 5px;
    }

    .drop-area-city #communityInput,
    .drop-area-city .form-control {
        font-size: 0.95rem;
        padding: 10px 14px;
        min-height: 44px;
    }
}

@media (max-width: 768px) {
    .faaliyet-area {
        min-height: 400px;
    }

    .faaliyet-content-fixed {
        width: 100%; /* Mobilde tam genişlik */
        flex-direction: column;
        text-align: center;
        padding: 1rem 0;
        min-height: 200px;
    }

    .faaliyet-right-section {
        width: 100%; /* Mobilde tam genişlik */
        padding-left: 0;
        margin-top: 2rem;
    }

    .faaliyet-slide-content-wrapper {
        flex-direction: column; /* 768px altında dikey sıralama */
        text-align: center;
        gap: 1rem;
        min-height: 300px;
    }

    .faaliyet-slide-text-content {
        padding-right: 0;
        order: 2; /* Yazılar alta */
    }

    .faaliyet-slide-img {
        order: 1; /* Resim üste */
    }

    #splide-faaliyet-right {
        margin-top: 0;
        height: auto;
    }

    .faaliyet-slide-image {
        height: 500px;
        padding: 0px 3px;
    }

    #splide-faaliyet-right .splide__arrow {
        width: 35px;
        height: 35px;
    }

    #splide-faaliyet-right .splide__arrow--prev {
        left: 0px;
    }

    #splide-faaliyet-right .splide__arrow--next {
        right: 0px;
    }
}

.faaliyet-area h1 b {
    color: var(--mainColor);
}

.faaliyet-area p {
    margin-top: 1.2rem;
    text-align: left;
}

#splide-faaliyet img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 1rem 1rem 1rem 1rem;
}

#splide-faaliyet h2 {
    color: #292929;
    text-align: center;
    background-color: #ffffff;
    padding: 2rem 4rem;
    width: 100%;
    margin: 0;
    font-family: var(--gilB);
    font-size: 1.4rem;
}

#splide-faaliyet .btn-success-card {
    display: flex;
    justify-content: center;
    padding: 0.9rem 0;
    background-color: #00b497;
    margin: 0;
    color: #fff;
    border-radius: 0 0 1.5rem 1.5rem;
    font-size: 1.2rem;
    font-family: var(--gilB);
    border-top: 0.1rem solid #ffffff4d;
}

#splide-faaliyet .splide__slide {
    padding: 0 1rem;
}

.faaliyet-area .mar-btn {
    margin-top: 2rem;
}

#splide-faaliyet .splide__arrow {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0; /* Başlangıçta gizli */
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

    #splide-faaliyet .splide__arrow:hover {
        background: rgba(0, 0, 0, 0.8);
        opacity: 1 !important;
    }

    #splide-faaliyet .splide__arrow svg {
        fill: #fff;
    }

#splide-faaliyet .splide__arrow--prev {
    left: 10px;
}

#splide-faaliyet .splide__arrow--next {
    right: 10px;
}

    #splide-faaliyet .splide__arrow--next svg {
        fill: #fff;
    }

#splide-faaliyet:hover .splide__arrow {
    opacity: 0.7;
}

    #splide-faaliyet:hover .splide__arrow:hover {
        opacity: 1;
    }

#splide-faaliyet .splide__pagination {
    opacity: -5;
    transition: all 0.3s ease;
}

#splide-faaliyet:hover .splide__pagination {
    opacity: 1;
}

#splide-faaliyet .splide__pagination__page {
    background: rgba(107, 107, 107, 0.5);
}

    #splide-faaliyet .splide__pagination__page.is-active {
        background: var(--mainColor);
    }

.proje-area {
    margin-top: 5rem;
    width: 100%;
    background-color: #fff;
}

    .proje-area h1 {
        font-weight: bold;
        color: #292929;
        width: 50%;
    }

#splide-faaliyet-right .splide__arrow {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0; /* Başlangıçta gizli */
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

    #splide-faaliyet-right .splide__arrow:hover {
        background: rgba(0, 0, 0, 0.8);
        opacity: 1 !important;
    }

    #splide-faaliyet-right .splide__arrow svg {
        fill: #fff;
    }

#splide-faaliyet-right .splide__arrow--prev {
    left: 10px; /* Resmin sol kenarından 10px içeride */
}

#splide-faaliyet-right .splide__arrow--next {
    right: 10px; /* Resmin sağ kenarından 10px içeride */
}

/* Faaliyet right slider container'a hover olduğunda okları göster */
#splide-faaliyet-right:hover .splide__arrow {
    opacity: 0.7;
}

    #splide-faaliyet-right:hover .splide__arrow:hover {
        opacity: 1;
    }

/* Faaliyet right pagination butonları için de aynı efekt */
#splide-faaliyet-right .splide__pagination {
    transition: all 0.3s ease;
}

#splide-faaliyet-right:hover .splide__pagination {
    opacity: 1;
}

#splide-faaliyet-right .splide__pagination__page {
    background: rgba(107, 107, 107, 0.5);
}

    #splide-faaliyet-right .splide__pagination__page.is-active {
        background: var(--mainColor);
    }
/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */

.svg-turkiye-haritasi {
    width: 100%;
    overflow-x: hidden !important;
}

    .svg-turkiye-haritasi svg {
        width: 100%;
        height: auto;
        overflow-x: hidden !important;
    }

.il-isimleri {
    position: absolute;
    z-index: 2;
}

    .il-isimleri div {
        font-family: var(--gilR);
        display: inline-block;
        background: var(--mainColor);
        color: #fff;
        padding: 0.1rem 2rem;
        border-radius: 10rem;
    }

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #f0f0f0;
}

    #svg-turkiye-haritasi path:hover {
        fill: var(--mainColor);
    }

.news-area {
    margin-top: 5rem;
    position: relative;
}

    .news-area .card-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        max-height: calc(1.4em * 2); /* 2 satır için maksimum yükseklik */
    }

    .news-area h1 {
        font-weight: bold;
        color: #292929;
        margin-bottom: 1.5rem;
    }

#splide-haber {
    margin-top: 2rem;
    position: relative;
}

    #splide-haber .splide__slide {
        position: relative;
        width: 100%;
    }

        #splide-haber .splide__slide img {
            width: 100%;
            height: 23rem;
            object-fit: cover;
            border-radius: 2rem;
            filter: grayscale(1) brightness(0.5);
            cursor: pointer;
            transition: all 0.4s ease;
        }

            #splide-haber .splide__slide img:hover {
                filter: grayscale(0) brightness(1);
            }

    #splide-haber .splide__slide {
        margin: 0 1rem;
    }

    #splide-haber h2 {
        position: absolute;
        z-index: 999999;
        left: 50%;
        transform: translateX(-50%);
        top: 22%;
        color: #fff;
        width: 75%;
        text-align: center;
        font-family: var(--gilB);
    }

    #splide-haber h6 span {
        position: absolute;
        z-index: 999999;
        left: 50%;
        transform: translateX(-50%);
        top: 8%;
        color: #fff;
        background: var(--mainColor);
        padding: 0.5rem 1rem;
        border-radius: 10rem;
        text-align: center;
        font-family: var(--gilB);
    }

    #splide-haber p {
        position: absolute;
        z-index: 999999;
        left: 50%;
        transform: translateX(-50%);
        top: 45%;
        color: #fff;
        width: 75%;
        text-align: center;
        font-family: var(--gilM);
    }

    #splide-haber a {
        position: absolute;
        z-index: 999999;
        left: 50%;
        transform: translateX(-50%);
        top: 80%;
        color: #fff;
        text-align: center;
        font-family: var(--gilM);
        transition: all 0.4s ease;
    }

        #splide-haber a i {
            transition: all 0.4s ease;
        }

        #splide-haber a:hover i {
            padding-left: 0.5rem;
        }

    #splide-haber .splide__arrow {
        background: rgba(0, 0, 0, 0.5);
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        opacity: 0; /* Başlangıçta gizli */
        transition: all 0.3s ease;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

        #splide-haber .splide__arrow:hover {
            background: rgba(0, 0, 0, 0.8);
            opacity: 1 !important;
        }

        #splide-haber .splide__arrow svg {
            fill: #fff;
        }

    #splide-haber .splide__arrow--next {
        right: 10px;
    }

    #splide-haber .splide__arrow--prev {
        left: 10px;
    }

    #splide-haber:hover .splide__arrow {
        opacity: 0.7;
    }

        #splide-haber:hover .splide__arrow:hover {
            opacity: 1;
        }

    #splide-haber .splide__pagination {
        opacity: 0;
        transition: all 0.3s ease;
    }

    #splide-haber:hover .splide__pagination {
        opacity: 1;
    }

    #splide-haber .splide__pagination__page {
        background: rgba(107, 107, 107, 0.5);
    }

        #splide-haber .splide__pagination__page.is-active {
            background: var(--mainColor);
        }

    #splide-haber .splide__arrow--next svg {
        fill: #fff;
    }

    #splide-haber .splide__slide:not(.is-active) {
        filter: blur(3px);
    }

    #splide-haber .splide__slide.is-active {
        filter: blur(0px);
        transition: all 0.3s ease;
    }

.support-area {
    margin-top: 5rem;
}

    .support-area h1 {
        font-weight: bold;
        color: #292929;
        margin-bottom: 1.5rem;
        text-align: center;
    }

#splide-support .splide__slide {
    margin: 0 1rem;
    border-radius: 1rem;
}

    #splide-support .splide__slide img {
        width: 100%;
        height: 8rem;
        object-fit: contain;
        padding: 1rem 1rem;
        transition: all 0.3s ease;
    }

#splide-support .splide__arrow {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0; /* Başlangıçta gizli */
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

    #splide-support .splide__arrow:hover {
        background: rgba(0, 0, 0, 0.8);
        opacity: 1 !important;
    }

    #splide-support .splide__arrow svg {
        fill: white;
    }

#splide-support .splide__arrow--prev {
    left: 10px;
}

#splide-support .splide__arrow--next {
    right: 10px;
}

#splide-support:hover .splide__arrow {
    opacity: 0.7;
}

    #splide-support:hover .splide__arrow:hover {
        opacity: 1;
    }

#splide-support {
    position: relative; /* Pagination referans noktası */
    padding-bottom: 1.75rem; /* Aşağıda yer aç */
}

    #splide-support .splide__pagination {
        bottom: 0 !important; /* Negatif değeri kaldır */
        left: 50%;
        transform: translateX(-50%);
        z-index: 30;
    }

    #splide-support .splide__pagination__page {
        background: rgba(107, 107, 107, 0.5);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.7;
        transition: background 0.3s, transform 0.3s;
    }

        #splide-support .splide__pagination__page.is-active {
            background: var(--mainColor);
            transform: scale(1.15);
            opacity: 1;
        }
/* Support area için ek padding */
.support-area {
    margin-top: 5rem;
    padding-bottom: 0.5rem; /* Alt pagination için boşluk */
}

    .support-area .splide__pagination.splide__pagination--ltr {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        overflow: hidden;
    }

.splide__pagination.splide__pagination--ltr .splide__pagination__page {
    flex: 0 0 auto;
    max-width: calc(100% / 10); /* Her gösterici maksimum genişliğin 1/10'u */
    width: 8px;
    height: 8px;
    margin: 0 2px;
    min-width: 6px; /* Minimum genişlik */
}

/* 10'dan fazla sayfa varsa göstericileri küçült */
.splide__pagination.splide__pagination--ltr:has( .splide__pagination__page:nth-child(11) )
.splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 0 1px;
}

/* 15'ten fazla sayfa varsa daha da küçült */
.splide__pagination.splide__pagination--ltr:has( .splide__pagination__page:nth-child(16) )
.splide__pagination__page {
    width: 4px;
    height: 4px;
    margin: 0 1px;
}

footer {
    position: relative;
    width: 100%;
    background-color: #00b497;
    padding: 8rem 0;
    padding-bottom: 3rem;
    color: #fff;
    background-image: url(../img/footer-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    footer .footer-link {
        display: block;
    }

    footer .col-3:nth-last-child(2) {
        text-align: end;
    }

    footer .logo-footer {
        width: 14rem;
    }

    footer h2 {
        font-weight: bold;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }

.footer-menu {
    padding-left: 0;
    list-style: none;
}

    .footer-menu li {
        margin-bottom: 0.5rem;
    }

        .footer-menu li a {
            padding-left: 0;
            text-align: left;
        }

footer p {
    margin-top: 2rem;
    font-family: var(--gilL);
}

footer .footer-link {
    margin-top: 0.9rem;
}

footer hr {
    margin: 2rem 0 !important;
    margin-bottom: 1rem !important;
}

footer .location {
    margin-top: 0.9rem !important;
}

.sub-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.sub-footer .social-area,
.acik-area,
.copyright {
  width: 33.3333%;
}*/

.acik-area {
    display: flex;
    justify-content: end;
}

.copyright {
    display: flex;
    justify-content: center;
}

.sub-footer .social-area a {
    margin: 0 1rem;
    margin-left: 0;
    font-size: 1.2rem;
    background-color: #fff;
    color: #1b1b1b;
    padding: 0.5rem;
    border-radius: 0.3rem;
    transition: all 0.3s ease;
    border: 0.1rem solid #fafafa00;
}

    .sub-footer .social-area a:hover {
        border: 0.1rem solid #fff;
        background-color: #ffffff00;
        color: #fff;
    }

.sub-footer .social-area i {
    width: 25px;
    height: 20px;
    text-align: center;
}

.sub-footer .acik-area img {
    width: 7rem;
}

footer .bulten {
    background-color: #00b497;
    position: absolute;
    top: -6rem;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2rem 3.5rem;
    border-radius: 1.5rem 1rem 0 0;
    background-image: url(../img/bulten-img.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: var(--shadow);
}

    footer .bulten h2 {
        color: #292929;
        font-family: var(--gilB);
        margin: 0;
    }

        footer .bulten h2 span {
            color: var(--mainColor);
            font-family: var(--gilB);
            margin: 0;
        }

    footer .bulten p {
        color: #292929;
        font-family: var(--gilB);
        margin: 0;
        margin-top: 1rem;
    }

.bulten .form-control {
    padding: 1.8rem 4rem;
    position: relative;
    border-radius: 1rem;
    box-shadow: none !important;
    border: none !important;
    outline: 0 !important;
    margin-top: 1rem;
}

.bulten .btn.btn-success {
    position: absolute;
    top: 50%;
    right: 4.5rem;
    transform: translateY(-50%);
}

.bulten i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #00b497 !important;
    font-size: 1.5rem;
    z-index: 9999999;
    right: 34rem;
}

#svg-turkiye-haritasi .active {
    fill: #00b497;
}

.map-area {
    margin-top: 5rem;
}

    .map-area h1 {
        font-weight: bold;
        color: #292929;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .map-area h6 {
        color: var(--mainColor);
        margin-bottom: 1.5rem;
        text-align: center;
    }

.input-form-area {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.drop-area-city {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem; /* Kenarlarda boşluk */
}

@media (max-width: 576px) {
    .drop-area-city #communityInput,
    .drop-area-city .form-control {
        font-size: 0.95rem;
        padding: 10px 14px;
    }
}

.drop-area-city .dropdown {
    width: 100%; /* Dropdown tam genişlik */
    max-width: 700px; /* Maksimum genişlik sınırı */
}

.drop-area-city #communityInput,
.drop-area-city .form-control {
    width: 100% !important; /* Tam genişlik */
    max-width: 100% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 1rem;
    line-height: 1.3;
    min-height: 48px;
    padding: 12px 16px;
    text-align: center;
    border: none;
    border-bottom: 0.1rem solid #555555be;
    box-sizing: border-box;
    background-color: transparent;
}

.drop-area-city .dropdown > #communityInput {
    white-space: normal !important;
}

.drop-area-city ul {
    width: 100%;
    max-width: 700px;
}

#cityModal .modal-title {
    margin: 0 auto;
    font-weight: bold;
}

#cityModal .modal-header .btn-close {
    margin: 0 !important;
    position: absolute;
    right: 0.7rem;
    top: 1rem;
}

#cityModal h5 {
    color: #292929;
    text-align: center;
    font-size: 1rem;
    margin: 0.8rem 0;
}

#cityModal .social-link-modal {
    display: flex;
    justify-content: center;
    margin: 1.4rem auto;
}

    #cityModal .social-link-modal a {
        color: #fff;
        background-color: var(--mainColor);
        padding: 0.5rem 1.5rem;
        margin: 0 auto;
        border-radius: 10rem;
        border: 0.2rem solid #fff;
    }

#cityModal .modal-content {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #fff !important;
    box-shadow: var(--shadow);
}

#cityModal .modal-dialog {
    position: absolute !important;
    left: 50%;
    top: 50%;
    width: 500px;
    transform: translate(-50%, -50%);
}

.eCityModal .modal-title {
    margin: 0 auto;
    font-weight: bold;
}

.eCityModal .modal-header .btn-close {
    margin: 0 !important;
    position: absolute;
    right: 0.7rem;
    top: 1rem;
}

.eCityModal h5 {
    color: #292929;
    text-align: center;
    font-size: 1rem;
    margin: 0.8rem 0;
}

.eCityModal .social-link-modal {
    display: flex;
    justify-content: center;
    margin: 1.4rem auto;
}

    .eCityModal .social-link-modal a {
        color: #fff;
        background-color: var(--mainColor);
        padding: 0.5rem 1.5rem;
        margin: 0 auto;
        border-radius: 10rem;
        border: 0.2rem solid #fff;
    }

.eCityModal .modal-content {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #fff !important;
    box-shadow: var(--shadow);
}

.eCityModal .modal-dialog {
    position: absolute !important;
    left: 50%;
    top: 50%;
    width: 500px;
    transform: translate(-50%, -50%) !important;
}

.general-area-one {
}

    .general-area-one img {
        object-fit: cover;
        border-radius: 2rem;
        display: block;
        margin: 0 auto;
        height: 100%;
        width: 100%;
    }

    .general-area-one h1 {
        color: #00b497;
        font-family: var(--gilB);
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .general-area-one p {
        font-size: 1rem;
        margin-bottom: 2.5rem;
        max-width: fit-content;
    }

    .general-area-one strong {
        color: #00b497;
    }

.general-area-two {
}

    .general-area-two img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 2rem;
    }

    .general-area-two h1 {
        color: #00b497;
        font-family: var(--gilB);
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .general-area-two p {
        font-size: 1rem;
        margin-bottom: 2.5rem;
        margin-right: 0;
    }

.about-area-one {
}

    .about-area-one img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 2rem;
    }

    .about-area-one h1 {
        color: #00b497;
        font-family: var(--gilB);
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .about-area-one p {
        font-size: 1rem;
        margin-bottom: 2.5rem;
        margin-right: 0;
        max-width: fit-content;
    }

.about-area-two {
    margin-top: 3rem;
    position: relative;
}

    .about-area-two .card-vm {
        position: relative;
        width: 100%;
        box-shadow: var(--shadow);
        padding: 2rem 3rem;
        border-radius: 1rem;
        height: 100%;
        margin-top: 1rem;
    }

        .about-area-two .card-vm img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            opacity: 1;
            border-radius: 1rem;
            object-fit: cover;
        }

        .about-area-two .card-vm .color-doge {
            width: 80%;
            height: 100%;
            background-color: #ffffffe5;
            position: absolute;
            top: 50%;
            left: 0%;
            transform: translate(0%, -50%);
            z-index: -1;
            border-radius: 15rem 200rem 0rem 15rem;
        }

        .about-area-two .card-vm h2 {
            color: #292929;
            margin-bottom: 2rem;
            font-size: 1.5rem;
            font-family: var(--gilB);
            position: absolute;
            top: -2rem;
            left: 0%;
            transform: translateX(25%);
            box-shadow: var(--shadow);
            background-color: #fff;
            border-radius: 1rem 1rem 0 0;
            padding: 0.8rem 2rem;
        }

        .about-area-two .card-vm p {
            color: #292929;
            margin: 2rem 0;
            margin-bottom: 0;
            font-size: 1rem;
            width: 60%;
        }

        .about-area-two .card-vm .color-doge:hover {
            background-color: #00b497;
        }

.breadcrumb {
    position: relative;
    width: 100%;
    margin-top: 3rem;
    text-align: center;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .breadcrumb h1 img {
        display: none;
    }

    .breadcrumb h6 {
        margin-top: 1rem;
    }

        .breadcrumb h6 span {
            color: var(--mainColor);
        }

.fast-link {
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

    .fast-link a {
        background-color: #00b497;
        border-radius: 10rem;
        padding: 0.9rem 2rem;
        color: #fff;
        font-size: 1rem;
        font-family: var(--gilM);
        transition: all 0.3s ease;
    }

        .fast-link a:hover i {
            position: relative;
            opacity: 1;
            padding-left: 0.8rem;
            transition: all 0.3s ease;
        }

        .fast-link a:hover {
            background-color: #fff;
            color: #292929;
            box-shadow: var(--shadow);
        }

.mali-area-one {
}

    .mali-area-one .card-mali {
        border: 0.1rem solid #2929291f;
        padding: 1.5rem;
        border-radius: 1rem;
        margin-top: 1rem;
        transition: all 0.4s ease;
    }

        .mali-area-one .card-mali h6 {
            color: #00b497;
            text-align: center;
            background-color: #fff;
            padding: 1rem;
            border-radius: 10rem;
            border: 0.1rem solid #2929291f;
        }

        .mali-area-one .card-mali h5 {
            font-size: 1rem;
            text-align: center;
            margin-top: 1rem;
        }

        .mali-area-one .card-mali:hover {
            box-shadow: var(--shadow);
            border-color: transparent;
        }

.iban-area-one {
}

.iban-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: var(--shadow);
    /* Hafif bir gölge efekti */
    padding: 30px;
    transition: all 0.3s ease;
    /* Hover efektleri için geçiş */
    margin-bottom: 20px;
    /* Kartlar arasında boşluk */
    height: 100%;
}

    .iban-card img {
        width: 100%;
        height: 12rem;
        object-fit: contain;
    }

    /* Kart Hover Efekti */
    .iban-card:hover {
        transform: translateY(-5px);
        /* Kartı biraz yukarı kaldırma efekti */
        box-shadow: var(--shadow);
        /* Hafif bir gölge efekti */
    }

/* Kartın İçeriği */
.inp-div {
    margin-bottom: 20px;
}

    .inp-div h5 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
    }

    .inp-div h6 {
        font-size: 15px;
        font-weight: normal;
        color: #555;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* Metni ve ikonu ayırma */
    }

/* Kopyala Butonu */
.copy-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    color: #00b497;
    /* Öne çıkan renk için uyumlu bir ton */
    transition: color 0.3s ease;
}

    .copy-btn:hover {
        color: #292929;
        /* Hover'da rengi koyulaştır */
    }

.mali-area-one .card-faaliyet {
    display: flex;
    align-items: center;
    margin: 0 auto;
    border: 0.1rem solid #2929291f;
    border-bottom: 0.3rem solid #00b497;
    padding: 2rem 1rem;
    color: #292929;
    border-radius: 1rem;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

    .mali-area-one .card-faaliyet:hover {
        border: none;
        border-bottom: 0.3rem solid #00b49600;
        box-shadow: var(--shadow);
    }

    .mali-area-one .card-faaliyet h6 {
        font-size: 1.1rem;
        margin: 0;
    }

    .mali-area-one .card-faaliyet img {
        width: 2rem;
    }

.button-area-one {
    margin-top: 1rem;
}

    .button-area-one .card-button {
        display: flex;
        align-items: center;
        margin: 0 auto;
        border: 0.1rem solid #2929291f;
        border-bottom: 0.3rem solid #00b497;
        padding: 2rem 1rem;
        color: #292929;
        border-radius: 1rem;
        margin-top: 2rem;
        transition: all 0.3s ease;
    }

        .button-area-one .card-button:hover {
            border: none;
            border-bottom: 0.3rem solid #00b49600;
            box-shadow: var(--shadow);
        }

        .button-area-one .card-button h6 {
            font-size: 1.1rem;
            margin: 0;
        }

        .button-area-one .card-button img {
            width: 2rem;
        }

.news-page-area .card-news {
    display: flex;
    flex-direction: column;
    /* İçerikleri dikey hizalar */
    justify-content: space-between;
    /* İçeriklerin aralarında boşluk bırakır */
    height: 100%;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: var(--shadow);
    /* Gölge efekti */
    -webkit-line-clamp: 8; /* 10 satır ile sınırla */
    line-clamp: 8; /* Standard property for compatibility */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

    .news-page-area .card-news p,
    .news-page-area .card-news .box-news p,
    .news-page-area .box-news p {
        display: -webkit-box !important;
        -webkit-line-clamp: 8 !important; /* 8 satır ile sınırla */
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        line-height: 1.4 !important;
        max-height: calc(1.4em * 8) !important; /* 8 satır için maksimum yükseklik */
        margin-bottom: 1rem !important;
        word-wrap: break-word !important;
        white-space: normal !important;
    }

    .news-page-area .card-news img {
        width: 100%;
        height: 15rem;
        /* Resim yüksekliği */
        object-fit: cover;
        /* Resmi alanı tam dolduracak şekilde kırpar */
        border-radius: 1rem 1rem 0 0;
        /* Üst kenar yuvarlama */
    }

    .news-page-area .card-news .box-news {
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        /* İçeriği aşağı doğru hizalar */
        flex-grow: 1;
        /* İçerik kutusu kartın geri kalanını kaplar */
    }

        .news-page-area .card-news .box-news h1 {
            font-size: 1.6rem;
            font-family: var(--gilB);
            margin-bottom: 1.5rem;
            -webkit-line-clamp: 2 !important;
            line-clamp: 2 !important;
            -webkit-box-orient: vertical !important;
        }

        .news-page-area .card-news .box-news p {
            flex-grow: 1;
            /* Paragraf kart içinde yayılır */
            margin-bottom: 1.5rem;
            display: -webkit-box;
            -webkit-line-clamp: 8; /* 10 satır ile sınırla */
            line-clamp: 8; /* Standard property for compatibility */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.4; /* Satır yüksekliği */
            max-height: calc(1.4em * 10); /* 10 satır için maksimum yükseklik */
        }

@media (max-width: 768px) {
    .news-page-area .card-news .box-news p {
        -webkit-line-clamp: 8; /* Mobilde 8 satır */
        line-clamp: 8; /* Standard property for compatibility */
        max-height: calc(1.4em * 8);
    }
}

@media (max-width: 480px) {
    .news-page-area .card-news .box-news p {
        -webkit-line-clamp: 6; /* Küçük ekranlarda 6 satır */
        line-clamp: 6; /* Standard property for compatibility */
        max-height: calc(1.4em * 6);
    }
}

.news-page-area .card-news .box-news a {
    align-self: center;
    /* Butonu merkeze hizalar */
}

    .news-page-area .card-news .box-news a i {
        padding-left: 0.2rem;
        transition: all 0.3s ease;
    }

    .news-page-area .card-news .box-news a:hover i {
        padding-left: 1rem;
    }

/* Pagination (Sayfalandırma) stili */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 2rem;
}

    .pagination .page-link {
        position: relative;
        display: block;
        padding: 0.75rem 1.25rem;
        line-height: 1.25;
        color: #00b497;
        background-color: #fff;
        border: 1px solid #dee2e6;
        transition: all 0.3s ease;
    }

        .pagination .page-link:hover {
            color: #fff;
            text-decoration: none;
            background-color: #00b497;
            border-color: #00b497;
        }

    .pagination .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #00b497;
        border-color: #00b497;
    }

    .pagination .page-item.disabled .page-link {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
        border-color: #dee2e6;
    }

/* News Detail Styles */
.news-detail {
    margin-top: 3rem;
}

.news-detail-card {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 2rem;
    overflow: hidden;
}

.news-detail-image {
    border-radius: 10px;
    max-height: 450px;
    object-fit: cover;
    margin-bottom: 2rem;
}

.news-content {
    padding: 0 1rem;
}

.news-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.news-date {
    font-size: 1rem;
    color: #00b497;
    margin-bottom: 2rem;
}

.news-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.news-text blockquote {
    font-size: 1.3rem;
    font-style: italic;
    background-color: #f9f9f9;
    padding: 1rem;
    border-left: 5px solid #00b497;
    margin: 1.5rem 0;
    color: #555;
}

.news-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

    .news-footer .btn {
        display: flex;
        align-items: center;
    }

    .news-footer .share-icons {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

        .news-footer .share-icons a {
            font-size: 1.5rem;
            color: #00b497;
            transition: color 0.3s ease;
        }

            .news-footer .share-icons a:hover {
                color: #00b497;
            }

/* Job Openings Area Styles */
.job-openings-area {
    padding-bottom: 3rem;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.job-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .job-card:hover {
        transform: translateY(-5px);
    }

.job-image {
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.job-header {
    padding: 1rem;
    text-align: center;
}

.job-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #292929;
}

.job-location {
    display: block;
    font-size: 1rem;
    color: #777;
    margin-top: 0.5rem;
}

.job-details {
    padding: 1rem;
    flex-grow: 1;
    /* Kartın içeriğini esnek hale getirir */
}

    .job-details p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .job-details ul {
        padding-left: 1.5rem;
        margin-top: 0.5rem;
    }

        .job-details ul li {
            list-style: disc;
        }

.job-footer {
    padding: 1rem;
    text-align: center;
}

/* Financial Reports Area Styles */
.financial-reports-area {
    padding-bottom: 3rem;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #333;
}

.financial-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    height: 250px;
}

    .financial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.financial-card .card-icon img {
    width: 4rem;
    margin-bottom: 2rem;
}

.card-text h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #292929;
    margin-bottom: 0.5rem;
}

.card-text p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

/* Yönetim Kurulu Alanı */
.board-members-area {
    padding-bottom: 3rem;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #333;
}

.member-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

    .member-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

.member-photo {
    width: 230px;
    height: 230px;
    border-radius: 100%;
    margin-bottom: 1.5rem;
    object-fit: cover;
}

.member-info h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #292929;
    margin-bottom: 0.5rem;
}

.member-info h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #00b497;
    margin: 1rem 0;
}

.member-info p {
    font-size: 0.9rem;
    color: #666;
    text-align: left;
}

/* Ekibimiz Alanı */
.team-area {
    padding-bottom: 3rem;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #333;
}

.team-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .team-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

.team-photo {
    width: 250px;
    height: 300px;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    object-fit: cover;
}

.team-card h2 {
    font-size: 1.5rem;
    color: #292929;
    margin-bottom: 0.3rem;
}

.team-card h3 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #00b497;
}

/* Komisyonlar Alanı */
.committee-area {
}

.committee {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 4rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

    .committee:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    }

.committee-img {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding: 5px;
}

    .committee-img img {
        width: 100%;
        height: auto;
        min-height: 300px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.committee:hover .committee-img img {
    transform: scale(1.05);
}

.committee-content {
    flex: 1 1 100%;
    padding: 2rem;
    text-align: justify;
}

    .committee-content h2 {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .committee-content p {
        font-size: 1rem;
        color: #292929;
        max-width: 600px;
    }

    .committee-content h2::first-letter {
        font-size: 2.8rem;
        font-family: "Peristiwa", sans-serif;
        color: #00b497;
    }

/* Activities Section */
.activities-section {
    margin-top: 3rem;
}

    /* Sidebar */
    .activities-section .sidebar {
        background-color: #ffffff;
        /* Beyaz arka plan */
        padding: 1.5rem;
        border-radius: 8px;
        box-shadow: var(--shadow);
        height: 100% !important;
    }

    /* Arama Barı */
    .activities-section .search-bar {
        margin-bottom: 1.5rem;
    }

    .activities-section .input-group {
        display: flex;
    }

    .activities-section .search-input {
        border: 1px solid #ddd;
        border-radius: 0.4rem 0 0 0.4rem;
        padding: 0.6rem 1rem;
        flex: 1;
        transition: border-color 0.3s;
    }

        .activities-section .search-input:focus {
            border-color: #00b497;
            /* Focus rengi */
            box-shadow: 0 0 5px rgba(0, 179, 151, 0.5);
        }

    .activities-section .btn-search {
        background-color: #00b497;
        border: none;
        border-radius: 0 0.4rem 0.4rem 0;
        padding: 0.6rem 1rem;
        color: white;
        cursor: pointer;
        transition: background-color 0.3s;
    }

/* Popüler Faaliyetler */
.popular-activities {
    margin-top: 2rem;
}

    .popular-activities h5 {
        font-weight: bold;
        margin-bottom: 1rem;
    }

/* Kategoriler */
.activities-section .category-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #00b497;
    text-decoration: none;
    /* Link altını kaldır */
    transition: background-color 0.3s;
}

    .activities-section .category-link:hover {
        background-color: rgba(0, 179, 151, 0.1);
        /* Hover rengi */
    }

/* Card Yapısı */
.activity-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    box-shadow: var(--shadow);
    height: 100%;
}

    .activity-card:hover {
        transform: scale(1.05);
    }

    .activity-card img {
        height: 200px;
        /* Sabit yükseklik */
        object-fit: cover;
        /* Resmin alanı doldurmasını sağlar */
    }

.activities-section .card-body {
    text-align: center;
    /* Metni ortala */
}

.activities-section .card-title {
    color: #292929;
    margin-bottom: 0;
}

.activities-section .btn-success {
    margin-top: 1rem;
    /* Butonun üst boşluğu */
}

.activities-section .card-footer {
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 2rem;
    border: none;
    padding: 0;
}

/* Detaylar Bölümü */
.details-section {
    margin-top: 3rem;
    padding: 2rem 0;
    background-color: #f9f9f9;
    /* Hafif arka plan rengi */
}

/* Kapak Fotoğrafı */
.cover-photo img {
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 30rem;
    object-fit: cover;
}

/* Başlık */
.details-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin: 2rem 0;
    text-align: center;
    color: var(--mainColor);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* İçerik Alanı */
.content-area {
    margin-top: 3rem;
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.content-subtitle {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.5rem;
}

/* Düzenlenebilir Alan */
.editable-area {
    border-left: 4px solid var(--mainColor);
    /* Sol tarafta vurgu çizgisi */
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    border: 1px dashed #ddd;
    /* Kesik kenar */
    border-radius: 5px;
}

    .editable-area ul {
        padding-left: 1.5rem;
        list-style-type: disc;
        margin: 1.5rem 0;
    }

        .editable-area ul li {
            margin-bottom: 0.8rem;
        }

/* Blok Alıntı (Quote) */
.quote {
    margin: 2rem 0;
    padding: 1rem;
    border-left: 4px solid var(--mainColor);
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
    font-size: 1.1rem;
}

/* Calendar Section */
.calendar-section {
}

.calendar-title {
    font-size: 2.5rem;
    text-align: center;
    color: var(--mainColor);
    margin-bottom: 3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Calendar Container */
.calendar-container {
    display: flex;
    justify-content: center;
}

#calendar {
    width: 100%;
    border: 1.8px dashed #ddd;
    border-radius: 10px;
    padding: 1rem;
    background-color: white;
    box-shadow: var(--shadow);
}

/* Modal */
.calendar-section .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.calendar-section .modal-content {
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.calendar-section .close {
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #292929b4;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
}

    .calendar-section .close:hover,
    .calendar-section .close:focus {
        color: #e90752;
    }

.calendar-section .event-details {
    text-align: center;
}

    .calendar-section .event-details img {
        object-fit: contain;
        width: 100%;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .calendar-section .event-details h2 {
        font-size: 2rem;
        color: #333;
        margin-bottom: 10px;
    }

    .calendar-section .event-details p {
        font-size: 1.2rem;
        color: #666;
    }

.calendar-section .fc-h-event {
    background-color: #00b497 !important;
    border-color: #00b497 !important;
    text-align: center !important;
    z-index: 999999 !important;
}

.calendar-section .fc-day-today {
    background-color: transparent !important;
    /* Açık sarı renk */
    background: none !important;
    background-image: url(../img/logodikey.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: -1 !important;
}

.calendar-section .fc .fc-button-primary:disabled,
.fc .fc-button-primary {
    background-color: #00b497 !important;
    border-color: #00b497 !important;
    box-shadow: none !important;
}

.notification-section {
    margin-top: 3rem;
}

    .notification-section .container {
        max-width: 700px;
        background-color: white;
        padding: 2.5rem;
        box-shadow: var(--shadow);
        border-radius: 15px;
        position: relative;
    }

    .notification-section .form-group {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }

    .notification-section label {
        display: block;
        font-weight: bold;
        margin-bottom: 0.5rem;
        color: #555;
    }

    .notification-section input,
    .notification-section select {
        width: 100%;
        padding: 0.8rem 1rem;
        border: 0.1rem solid #ddd;
        border-radius: 0.5rem;
        transition: all 0.3s;
        background-color: #ffffff;
    }

        .notification-section input:focus,
        .notification-section select:focus {
            outline: none;
            border-color: #00afa3;
            box-shadow: var(--shadow);
        }

    .notification-section select {
        background-color: #f9f9f9;
        cursor: pointer;
    }

    .notification-section .btn-success {
        width: 100%;
    }

    .notification-section .btn-submit:hover {
        background-color: #008d79;
    }

    .notification-section .form-group:last-child {
        margin-bottom: 0;
    }

.articles-section {
}

    .articles-section .section-title {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 3rem;
        color: #00afa3;
        font-family: "Poppins", sans-serif;
    }

/* Makale Elemanı */
.article-item {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .article-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

/* Makale Görseli */
.article-image {
    flex: 1;
    margin-right: 2rem;
}

    .article-image img {
        width: 100%;
        border-radius: 8px;
        object-fit: cover;
        height: 100%;
    }

/* Makale İçerik */
.article-content {
    flex: 2;
}

.article-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 0.8rem;
    font-weight: bold;
}

.article-excerpt {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.article-date {
    font-size: 0.9rem;
    color: #999;
}

.articles-section .btn-success i {
    transition: all 0.3s ease;
}

.articles-section .btn-success:hover i {
    padding-left: 0.5rem;
}

/* Detay Sayfası */
.article-detail-section {
    margin-top: 3rem;
}

    .article-detail-section .container {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

.blogs-section {
}

    .blogs-section .section-title {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 3rem;
        color: #00afa3;
        font-family: "Poppins", sans-serif;
    }

/* Makale Elemanı */
.blog-item {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .blog-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

/* Makale Görseli */
.blog-image {
    flex: 1;
    margin-right: 2rem;
}

    .blog-image img {
        width: 100%;
        border-radius: 8px;
        object-fit: cover;
        height: 100%;
    }

/* Makale İçerik */
.blog-content {
    flex: 2;
}

.blog-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 0.8rem;
    font-weight: bold;
    color: #00b497;
}

.blog-excerpt {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.blog-date {
    font-size: 0.9rem;
    color: #999;
}

.blogs-section .btn-success i {
    transition: all 0.3s ease;
}

.blogs-section .btn-success:hover i {
    padding-left: 0.5rem;
}

/* Detay Sayfası */
.blog-detail-section {
    margin-top: 3rem;
}

    .blog-detail-section .container {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

.detail-cover-photo {
    position: relative;
}

    /* Kapak Fotoğrafı */
    .detail-cover-photo img {
        position: relative;
        width: 100%;
        height: 40rem;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }

/* Başlık ve Tarih */
.detail-header {
    margin: 2rem 0;
    text-align: start;
}

.detail-title {
    font-size: 2rem;
    color: #292929;
}

/* İçerik */
.detail-content {
    margin-top: 3rem;
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    border: 0.13rem dashed #e7e7e7;
}

    .detail-content p {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }

        .detail-content p:last-child {
            margin-bottom: 0;
        }

.publish-date {
    text-align: center;
    background-color: var(--mainColor);
    border-radius: 20rem;
    padding: 0.7rem 1.5rem;
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 1rem;
    box-shadow: var(--shadow);
}

.book-section {
}

    .book-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

.content-book h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #292929;
}

.content-book p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
}

    .content-book p:last-of-type {
        margin-bottom: 0;
    }

.book-section .content {
    background-color: #fff;
    max-width: 75%;
    padding-left: 0 !important;
    box-shadow: var(--shadow);
    margin: 0;
    border-radius: 0 1rem 1rem 0;
    margin-top: 2.5rem;
}

.book-section .img-area {
    padding-right: 0 !important;
    box-shadow: var(--shadow);
    border-radius: 1rem 0 0 1rem;
    margin-top: 2.5rem;
}

.book-section .content-book {
    padding-left: 2rem;
}

.contact-section .container {
    position: relative;
    width: 100%;
    margin-top: 3rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section .form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-section .contact-form {
    background-color: var(--mainColor);
    position: relative;
}

.contact-section .circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, var(--mainColor) 9);
    position: absolute;
}

    .contact-section .circle.one {
        width: 130px;
        height: 130px;
        top: 130px;
        right: -40px;
    }

    .contact-section .circle.two {
        width: 80px;
        height: 80px;
        top: 10px;
        right: 30px;
    }

.contact-section .contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: var(--mainColor);
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

.contact-section form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.contact-section .title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.contact-section .input-container {
    position: relative;
    margin: 1rem 0;
}

.contact-section .input {
    width: 100%;
    outline: none;
    border: 1px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

.contact-section textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.contact-section .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.contact-section .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.contact-section .btn {
    background-color: #fff;
    border-radius: 10rem;
    color: var(--mainColor);
    width: 100%;
}

.contact-section .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

    .contact-section .input-container span:before,
    .contact-section .input-container span:after {
        content: "";
        position: absolute;
        width: 10%;
        opacity: 0;
        transition: 0.3s;
        height: 5px;
        background-color: var(--mainColor);
        top: 50%;
        transform: translateY(-50%);
    }

    .contact-section .input-container span:before {
        left: 50%;
    }

    .contact-section .input-container span:after {
        right: 50%;
    }

.contact-section .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.contact-section .input-container.focus span:before,
.contact-section .input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact-section .contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}

    .contact-section .contact-info .title {
        color: var(--mainColor);
    }

.contact-section .text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.contact-section .information {
    margin: 2rem 0;
}

    .contact-section .information i {
        color: var(--mainColor);
        padding-right: 1rem;
    }

.contact-section .icon {
    width: 28px;
    margin-right: 0.7rem;
}

.contact-section .social-media {
    padding: 2rem 0 0 0;
}

    .contact-section .social-media p {
        color: #333;
    }

.contact-section .social-icons {
    display: flex;
    margin-top: 0.5rem;
}

    .contact-section .social-icons a {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        background: var(--mainColor);
        color: #fff;
        text-align: center;
        line-height: 35px;
        margin-right: 0.5rem;
        transition: 0.3s;
    }

        .contact-section .social-icons a:hover {
            transform: scale(1.05);
        }

.contact-section .contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid var(--mainColor);
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.contact-section .big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--mainColor), var(--mainColor));
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
}

    .contact-section .big-circle:after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        background-color: #fafafa;
        border-radius: 50%;
        top: calc(50% - 180px);
        left: calc(50% - 180px);
    }

.contact-section .square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

@media (max-width: 850px) {
    .contact-section .form {
        grid-template-columns: 1fr;
    }

    .contact-section .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }

    .contact-section .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
    }

    .contact-section .square {
        transform: translate(140%, 43%);
        height: 350px;
    }

    .contact-section .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
    }

    .contact-section .text {
        margin: 1rem 0 1.5rem 0;
    }

    .contact-section .social-media {
        padding: 1.5rem 0 0 0;
    }
}

@media (max-width: 480px) {
    .contact-section .container {
        padding: 1.5rem;
    }

    .contact-section .contact-info:before {
        display: none;
    }

    .contact-section .square,
    .contact-section .big-circle {
        display: none;
    }

    .contact-section form,
    .contact-section .contact-info {
        padding: 1.7rem 1.6rem;
    }

    .contact-section .text,
    .contact-section .information,
    .contact-section .social-media p {
        font-size: 0.8rem;
    }

    .contact-section .title {
        font-size: 1.15rem;
    }

    .contact-section .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .contact-section .icon {
        width: 23px;
    }

    .contact-section .input {
        padding: 0.45rem 1.2rem;
    }

    .contact-section .btn {
        padding: 0.45rem 1.2rem;
    }
}

.map-google-section {
    margin-top: 5rem;
}

    .map-google-section iframe {
        width: 100%;
        /* Genişliği %100 yapar */
        height: 30rem;
        margin-top: 2rem;
        background-color: #fff;
        padding: 2rem;
        box-shadow: var(--shadow);
        border-radius: 1rem;
        filter: hue-rotate(320deg);
    }

.volunteer-section {
    margin-top: 3rem;
}

    .volunteer-section .nav-tabs {
        justify-content: center;
        --bs-nav-tabs-border-color: none !important;
    }

    .volunteer-section .tab-pane form {
        margin: auto;
        margin-top: 2rem;
        box-shadow: var(--shadow);
        padding: 2rem;
        border-radius: 0.5rem;
    }

    .volunteer-section .form-control {
        border-radius: 8px;
        padding: 12px;
        border: 0.1rem dashed #29292929;
        box-shadow: none !important;
    }

        .volunteer-section .form-control:focus {
            border: 0.1rem dashed var(--mainColor);
        }

    .volunteer-section .form-label {
        font-weight: bold;
        color: #333;
    }

    .volunteer-section .nav-tabs .nav-link {
        color: #292929;
    }

        .volunteer-section .nav-tabs .nav-link.active {
            color: var(--mainColor);
            border: 0.1rem dashed #29292929 !important;
            box-shadow: var(--shadow);
        }

.volunteer-info-section {
}

    .volunteer-info-section .img-fluid {
        border-radius: 8px;
    }

    .volunteer-info-section .content-text {
        padding-left: 30px;
    }

    .volunteer-info-section h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .volunteer-info-section p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .volunteer-info-section ul {
        list-style-type: disc;
        padding-left: 20px;
    }

    .volunteer-info-section li {
        font-size: 16px;
        margin-bottom: 10px;
    }

.static-page {
    margin-top: 3rem;
}

.static-page-cop {
    box-shadow: var(--shadow);
    padding: 5rem 3rem;
    border: 0.1rem dashed #29292929;
    border-radius: 1rem;
}

#searchModal .modal-content {
    border-radius: 4rem;
    padding: 1rem;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    background-position: left center;
    background-repeat: no-repeat;
}

#searchModal .modal-header {
    border-bottom: none;
    text-align: center;
    color: #292929;
}

#searchModal input {
    border-radius: 10rem 0rem 0rem 10rem;
    border: 0.1rem dashed #29292929;
    box-shadow: none;
}

    #searchModal input:focus {
        border-radius: 10rem 0rem 0rem 10rem;
        border: 0.1rem dashed var(--mainColor);
    }

#searchModal .btn-primary {
    border-radius: 0rem 10rem 10rem 0rem;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.wpcf7 .input-container {
    position: relative;
    margin-bottom: 35px;
}

    /* Input ve textarea için */
    .wpcf7 .input-container input,
    .wpcf7 .input-container textarea {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
        background: transparent;
        font-size: 1rem;
        outline: none;
        color: #fff; /* Kullanıcının yazdığı metin de beyaz olsun */
    }

        /* Placeholder rengi beyaz */
        .wpcf7 .input-container input::placeholder,
        .wpcf7 .input-container textarea::placeholder {
            color: #fff;
            opacity: 1;
        }

        .wpcf7 .input-container input::-webkit-input-placeholder,
        .wpcf7 .input-container textarea::-webkit-input-placeholder {
            color: #fff;
        }

        .wpcf7 .input-container input:-ms-input-placeholder,
        .wpcf7 .input-container textarea:-ms-input-placeholder {
            color: #fff;
        }

        .wpcf7 .input-container input::-moz-placeholder,
        .wpcf7 .input-container textarea::-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        .wpcf7 .input-container input:-moz-placeholder,
        .wpcf7 .input-container textarea:-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

    /* Label pozisyonu */
    .wpcf7 .input-container label {
        position: absolute;
        top: 14px;
        left: 18px;
        font-size: 1rem;
        color: #777;
        background-color: #00b894; /* Form arka plan rengiyle uyumlu */
        padding: 0 5px;
        transition: all 0.3s ease;
        pointer-events: none;
    }

    /* Label yukarı çıksın */
    .wpcf7 .input-container input:focus ~ label,
    .wpcf7 .input-container input:not(:placeholder-shown) ~ label,
    .wpcf7 .input-container textarea:focus ~ label,
    .wpcf7 .input-container textarea:not(:placeholder-shown) ~ label {
        top: -10px;
        left: 10px;
        font-size: 0.75rem;
        color: #fff;
    }

/* Hata mesajı (kırmızı uyarılar) */
.wpcf7-not-valid-tip {
    color: #ffdddd;
    background-color: transparent;
    font-size: 0.9rem;
    margin-top: 4px;
    display: block;
}

/* Genel form uyarısı */
.wpcf7-response-output {
    border: 2px solid #ffa500;
    color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #ffa50030;
    font-weight: 500;
}

/* Gönder butonu */
.wpcf7 .btn {
    background-color: #fff;
    color: #00b894;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .wpcf7 .btn:hover {
        background-color: #f2f2f2;
    }

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input::placeholder {
    color: white;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.input::placeholder {
    color: white;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input::placeholder {
    color: white;
}

/*Ozge*/
/* Sabit Buton */

.popup-button {
    position: fixed;
    top: 16%;
    right: 1%;
    transform: translateY(-50%);
    font-size: 32px;
    z-index: 1000;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    text-decoration: none;
    /* Yuvarlak hale efekti için gerekli */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    /* padding: 10px;
    border-radius: 50%;*/
}

    .popup-button::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        background: radial-gradient( circle, rgba(255, 105, 180, 0.4) 0%, transparent 70% );
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        animation: pulse 2s infinite;
    }

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
}

.popup-content .close-btn {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

#popupBox {
    display: none;
    position: fixed;
    top: 25%;
    right: 3%;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 15px 20px;
    z-index: 1001;
    font-size: 16px;
}

@media (max-width: 1228px) {
    .popup-button {
        top: 24%;
        right: 10%;
        font-size: 28px;
    }

    #popupBox {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .popup-button {
        top: 24%;
        right: 10%;
        font-size: 28px;
    }

    #popupBox {
        display: none !important;
    }
}

@media (max-width: 912px) {
    .popup-button {
        top: 9%;
        right: 15%;
        font-size: 28px;
    }

    #popupBox {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .popup-button {
        top: 14%;
        right: 5%;
        font-size: 28px;
    }

    #popupBox {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .popup-button {
        top: 14%;
        right: 5%;
        font-size: 24px;
    }

    #popupBox {
        display: none !important;
    }
}

.images-container {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

    .images-container img {
        width: 100%;
        height: 600px;
        display: block;
    }

@media (max-width: 480px) {
    .images-container img {
        top: 14%;
        right: 5%;
        font-size: 24px;
    }
}

@media (max-width: 912px) {
    .images-container img {
        width: 100%;
        height: 600px;
        display: block;
    }
}

@media (max-width: 1048px) {
    .images-container img {
        width: 100%;
        height: 600px;
        display: block;
    }
}

@media (max-width: 1148px) {
    .images-container img {
        width: 100%;
        height: 600px;
        display: block;
    }
}

@media (max-width: 1224px) {
    .images-container img {
        width: 100%;
        height: 600px;
        display: block;
    }
}

@media (max-width: 1224px) {
    .images-container img {
        width: 100%;
        height: 600px;
        display: block;
    }
}

.images-container {
    width: 100%;
    height: 600px;
    display: block;
}

@media (max-width: 1048px) {
    .images-container {
        width: 100%;
        height: 600px;
        display: block;
    }
}

@media (max-width: 1224px) {
    .images-container {
        width: 100%;
        display: block;
    }
}

.button-overlays-inside {
    position: absolute;
    top: 90%;
    left: 85%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px 30px;
    border-radius: 15px;
    z-index: 10;
    width: 60%;
    min-width: 220px;
    max-width: 420px;
}

    .button-overlays-inside .donations-button {
        width: 19em;
        margin: 0 auto;
        box-sizing: border-box;
        justify-content: center;
        text-align: center;
        font-size: 1.1rem;
        padding: 7px 0;
        background: #01b497;
        color: #000;
        font-weight: bold;
        border: none;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        cursor: pointer;
        background-color: #01b497;
        backdrop-filter: blur(4px);
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 10px;
    }

    .button-overlays-inside .donations-button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .button-overlays-inside .donations-button .circle-arrow {
            margin-left: auto;
        }

        .button-overlays-inside .donations-button:hover {
            background: rgba(0, 180, 151, 0.15);
        }

.header-buttons {
    margin-top: -12px;
}

@media (max-width: 1400px) {
    .button-overlays-inside .donations-button {
        width: 18rem;
        font-size: 0.9rem;
        padding: 6px 7px;
    }
}

@media (max-width: 1200px) {
    .button-overlays-inside .donations-button {
        width: 18rem;
        min-width: 160px;
        min-height: 45px;
        font-size: 0.85rem;
        padding: 6px 9px;
    }
}

@media (max-width: 1000px) {
    .button-overlays-inside .donations-button {
        width: 15rem;
        min-width: 130px;
        min-height: 35px;
        font-size: 0.9rem;
        padding: 6px 9px;
    }

    .header-buttons {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .bagis-area .bagis-image-wrapper {
        position: relative !important;
    }

    .bagis-area .button-overlays-inside {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        z-index: 10 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 15px !important;
        background: rgba(0, 0, 0, 0.3) !important;
        border-radius: 10px !important;
    }

        .bagis-area .button-overlays-inside .donations-button {
            width: 25rem !important;
            min-width: auto !important;
            font-size: 0.9rem !important;
            padding: 12px 15px !important;
            margin: 0 !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            font-size: 0.9rem !important;
        }

    .bagis-area .bagis-image-wrapper img {
        width: 100% !important;
        display: block !important;
    }

    #splide-support .splide__slide {
        margin: 0 !important;
        padding: 0 0.25rem !important;
    }

        #splide-support .splide__slide img {
            width: 100%;
            height: 5rem; /* Gerekirse ayarlayabilirsiniz */
            object-fit: contain;
            padding: 0.25rem !important;
            background: #fff;
        }

    .committee {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 4rem;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .bagis-area .bagis-image-wrapper {
        position: relative !important;
    }

    .bagis-area .button-overlays-inside {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 80% !important;
        z-index: 10 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 5px !important;
        padding: 5px !important;
        background: rgba(0, 0, 0, 0.3) !important;
        border-radius: 5px !important;
    }

        .bagis-area .button-overlays-inside a {
            width: 100% !important;
        }

            .bagis-area .button-overlays-inside a .donations-button {
                width: 100% !important;
                min-width: auto !important;
                padding: 8px 10px !important;
                margin: 0 !important;
                white-space: unset !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
                font-size: 1rem !important;
                text-align: left;
            }

    .bagis-area .bagis-image-wrapper img {
        width: 100% !important;
        display: block !important;
    }
}

.card-body-custom {
    background-color: #00b497;
    color: white;
    position: relative;
    border-radius: 0 0 0.25rem 0.25rem;
}

    .card-body-custom::before {
        content: "";
        position: absolute;
        top: -19px;
        left: 0;
        right: 0;
        width: 100%;
        height: 20px;
        background: #00b497;
        clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
        z-index: 2;
    }

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.btn-custom {
    background: transparent;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    padding: 8px 32px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

    .btn-custom:hover {
        background: white;
        color: #00b497;
    }

.news-area .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .news-area .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

#splide-haberler {
    margin-top: 2rem;
}

    #splide-haberler .splide__slide {
        padding: 0 0.5rem;
    }

    #splide-haberler .card {
        height: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        #splide-haberler .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

    #splide-haberler .card-img-top {
        height: 200px;
        object-fit: cover;
    }

    #splide-haberler .card-body-custom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1.5rem;
    }

    #splide-haberler .card-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        color: #00b497;
    }

    #splide-haberler .card-text {
        flex-grow: 1;
        margin-bottom: 1.5rem;
        max-height: 10.5rem;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: calc(1.5em * 10); /* 10 satır için maksimum yükseklik */
        text-align: center;
        color: #000;
    }

    #splide-haberler .btn {
        align-self: center;
    }

    /* Splide Arrow Customization for Haberler */
    #splide-haberler .splide__arrow {
        background: rgba(0, 0, 0, 0.5);
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        opacity: 0; /* Başlangıçta gizli */
        transition: all 0.3s ease;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

        #splide-haberler .splide__arrow:hover {
            background: rgba(0, 0, 0, 0.8);
            opacity: 1 !important;
        }

        #splide-haberler .splide__arrow svg {
            fill: white;
        }

    #splide-haberler .splide__arrow--prev {
        left: 10px;
    }

    #splide-haberler .splide__arrow--next {
        right: 10px;
    }

    #splide-haberler:hover .splide__arrow {
        opacity: 0.7;
    }

        #splide-haberler:hover .splide__arrow:hover {
            opacity: 1;
        }

    #splide-haberler .splide__pagination {
        opacity: 0;
        transition: all 0.3s ease;
    }

    #splide-haberler:hover .splide__pagination {
        opacity: 1;
    }

    #splide-haberler .splide__pagination__page {
        background: rgba(107, 107, 107, 0.5);
    }

        #splide-haberler .splide__pagination__page.is-active {
            background: var(--mainColor);
        }

@media (max-width: 1228px) {
    #splide-haberler .splide__slide {
        margin: 0 0.25rem;
    }
}

@media (max-width: 912px) {
    #splide-haberler .card-img-top {
        height: 180px;
    }

    #splide-haberler .card-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    #splide-haberler .splide__arrow--prev {
        left: -15px;
    }

    #splide-haberler .splide__arrow--next {
        right: -15px;
    }

    #splide-haberler .card-img-top {
        height: 160px;
    }
}

@media (max-width: 480px) {
    #splide-haberler .splide__slide {
        margin: 0;
        padding: 0 0.25rem;
    }

    #splide-haberler .splide__arrow {
        width: 35px;
        height: 35px;
    }

    #splide-haberler .splide__arrow--prev {
        left: 10px;
    }

    #splide-haberler .splide__arrow--next {
        right: 10px;
    }

    #splide-haberler .card-img-top {
        height: 150px;
    }

    #splide-haberler .card-body-custom {
        padding: 1rem;
    }

    #splide-haberler .card-title {
        font-size: 1rem;
    }
}

.news-slider {
    position: relative;
    overflow: hidden;
}

.about-area-three .card-vm {
    transition: all 0.1s ease;
}

    .about-area-three .card-vm:hover {
        background-color: #00b497;
        transform: translateY(-5px);
    }

        .about-area-three .card-vm:hover h2 {
            color: #fff;
        }

        .about-area-three .card-vm:hover p {
            color: #fff;
        }

        .about-area-three .card-vm:hover hr {
            color: transparent !important;
        }

.card-radius {
    border-radius: 2rem;
}

.circle-arrow {
    background-color: #fff !important;
    color: var(--mainColor) !important;
}

.bagis-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

@media (max-width: 767px) {
    .bagis-area .bagis-image-wrapper {
        position: relative;
    }

    .bagis-area .button-overlays-inside {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        margin-top: 15px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 15px;
    }

    .bagis-area .bagis-image-wrapper img {
        width: 100%;
        display: block;
    }
}

.slider-area {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border-bottom: 1px solid #00b497;
}

.slider-content-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /*  padding: 1rem 0;*/
    min-height: 400px;
    width: 20%; /* Sol taraf %25 genişlik */
}

.slider-fixed-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.slider-fixed-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.slider-right-section {
    width: 80%; /* Sağ taraf %75 genişlik */
}

.slider-center-section {
    width: 100%;
}

#splide-right {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

    #splide-right .splide__slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

.slide-content-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 2rem;
    min-height: 400px;
}

.slide-text-content {
    /*flex: 1;*/
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

    .slide-text-content h2 {
        font-size: 1.8rem;
        color: var(--mainColor);
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .slide-text-content h6 {
        font-size: 1rem;
        color: #666;
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }

    .slide-text-content .btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        margin-top: auto;
        padding: 0.3rem 1rem !important;
    }

.mar-img-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* veya object-fit: cover; */
}

/* Splide navigation stilleri */
#splide-right .splide__arrow {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0; /* Başlangıçta gizli */
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

    #splide-right .splide__arrow:hover {
        background: rgba(0, 0, 0, 0.8);
        opacity: 1 !important;
    }

    #splide-right .splide__arrow svg {
        fill: white;
    }

#splide-right .splide__arrow--prev {
    left: -50px;
}

@media (max-width: 768px) {
    #splide-right .splide__arrow--prev {
        left: -40px;
    }

    #splide-right .splide__arrow--next {
        right: -40px;
    }
}

@media (max-width: 1100px) {
    #splide-right .splide__arrow--prev {
        display: none !important;
    }

    #splide-right .splide__arrow--next {
        display: none !important;
    }

    .splide__arrow .splide__arrow--prev {
        display: none !important;
    }

    .splide__arrow .splide__arrow--prev {
        display: none !important;
    }
}

#splide-right .splide__arrow--next {
    right: -50px;
}

#splide-right:hover .splide__arrow {
    opacity: 0.7;
}

    #splide-right:hover .splide__arrow:hover {
        opacity: 1;
    }

#splide-right .splide__pagination {
    transition: all 0.3s ease;
}

#splide-right:hover .splide__pagination {
    opacity: 1;
}

#splide-right .splide__pagination__page {
    background: rgba(107, 107, 107, 0.5);
}

    #splide-right .splide__pagination__page.is-active {
        background: var(--mainColor);
    }

@media (max-width: 1200px) {
    .slider-content-fixed {
        display: block; /* Gizlemeyi kaldır */
        width: 100%; /* Tam genişlik */
        flex-direction: row; /* Yatay hizalama */
        text-align: left; /* Sol hizalama */
        min-height: auto; /* Minimum yükseklik ayarla */
        position: relative; /* Pozisyon ayarla */
        z-index: 2; /* Üst katmanda */
    }

    .slider-right-section {
        width: 100%; /* Tam genişlik */
        padding-left: 0; /* Sol padding kaldır */
    }

    .slide-content-wrapper {
        flex-direction: column; /* Dikey sıralama */
        text-align: left; /* Sol hizalama */
        gap: 1rem; /* Boşluk */
        min-height: auto; /* Minimum yükseklik */
        align-items: stretch; /* Tam genişlik */
    }

        /* Üst kısım için yeni düzen */
        .slide-content-wrapper .slide-text-content {
            order: 1; /* Üst sırada */
            padding-right: 0;
            flex: none; /* Esnek genişlik iptal */
            width: 100%; /* Tam genişlik */
            padding: 0 15px; /* Bootstrap col padding */
        }

            .slide-content-wrapper .slide-text-content.gonulluol {
                margin-left: 0%;
                width: 100%;
                text-align: center;
            }
        /* Bootstrap grid sistemi kullanarak üst kısım düzeni */
        .slide-content-wrapper .slide-text-content {
            margin-left: 33.333333%; /* col-4 kadar boşluk (4/12 = 33.33%) */
            width: 66.666667%; /* col-8 genişlik (8/12 = 66.67%) */
        }

    /* Alt kısım - resim alanı */
    .mar-img-slide {
        order: 2; /* Alt sırada */
        width: 100%; /* Tam genişlik */
        margin-top: 2rem; /* Üst boşluk */
        height: 100%; /* Sabit yükseklik ver */
        overflow: hidden; /* Taşan kısımları gizle */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Kızçev Logo konumlandırması */
    .slider-fixed-img {
        position: absolute; /* Mutlak pozisyon */
        top: 1px; /* Üst tarafa */
        width: calc(33.333333% - 30px); /* col-4 genişlik - padding */
        max-height: 200px; /* Maksimum yükseklik */
        object-fit: contain; /* Orantılı */
        z-index: 3; /* En üst katmanda */
    }

    /* Slider yükseklik ayarlaması */
    #splide-right {
        margin-top: 0;
        height: auto; /* Otomatik yükseklik */
        min-height: 400px; /* Minimum yükseklik */
    }

    /* Slide başlık ayarlamaları */
    .slide-text-content h2 {
        font-size: 1.5rem;
        margin-top: 1rem; /* Üst boşluk ekle */
    }

    .slide-text-content h6 {
        font-size: 1rem;
    }

    /* Resim yükseklik ayarlaması */
    .slide-img {
        height: 100%;
        width: 100%; /* Tam genişlik */
        object-fit: unset; /* Resmi zoom ile sığdır */
    }
}

/* 768px ve altında daha kompakt düzen */
@media (max-width: 768px) {
    /* Mobilde normal dikey düzen */
    .slide-content-wrapper .slide-text-content {
        margin-left: 0; /* Boşluk kaldır */
        width: 100%; /* Tam genişlik */
        text-align: center; /* Ortalama */
    }

        .slide-content-wrapper .slide-text-content.gonulluol {
            margin-left: 0%;
            width: 100%;
            text-align: left;
        }

    .slider-fixed-img {
        position: static; /* Normal akış */
        width: 100%; /* Tam genişlik */
        max-height: 120px; /* Daha küçük yükseklik */
        margin-bottom: 1rem; /* Alt boşluk */
    }

    .slide-text-content {
        order: 2; /* Logonun altında */
    }

    .mar-img-slide {
        order: 3; /* En altta */
        height: 250px; /* Mobilde daha küçük yükseklik */
        width: 100%; /* Tam genişlik */
        margin-top: 2rem; /* Üst boşluk */
        overflow: hidden; /* Taşan kısımları gizle */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slide-img {
        height: 250px;
        width: 100%;
        object-fit: cover; /* Zoom ile sığdır */
    }
}

/* 768px ve altında - 480px üstünde aynı düzen devam etsin */
@media (max-width: 768px) and (min-width: 551px) {
    /* Aynı düzeni koru - sadece boyutları küçült */
    .slide-content-wrapper .slide-text-content {
        margin-left: 33.333333%; /* col-4 kadar boşluk korunuyor */
        width: 66.666667%; /* col-8 genişlik korunuyor */
        text-align: left; /* Sol hizalama korunuyor */
    }

    .slider-fixed-img {
        position: absolute; /* Mutlak pozisyon korunuyor */
        top: 34px; /* Üst tarafa */
        width: calc(33.333333% - 30px); /* col-4 genişlik - padding */
        max-height: 140px; /* Biraz daha küçük yükseklik */
        object-fit: contain; /* Orantılı */
        z-index: 3; /* En üst katmanda */
    }

    .mar-img-slide {
        order: 2; /* Alt sırada korunuyor */
        height: 250px; /* Biraz daha küçük yükseklik */
        width: 100%; /* Tam genişlik */
        margin-top: 2rem; /* Üst boşluk */
        overflow: hidden; /* Taşan kısımları gizle */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slide-img {
        height: 250px;
        width: 100%;
        object-fit: cover; /* Zoom ile sığdır */
    }

    .slide-text-content h2 {
        font-size: 1.3rem; /* Biraz daha küçük */
    }

    .slide-text-content h6 {
        font-size: 0.9rem; /* Biraz daha küçük */
    }
}

@media (max-width: 550px) {
    /* Aynı düzeni koru - sadece boyutları küçült */
    .slide-content-wrapper .slide-text-content {
        margin-left: 33.333333%; /* col-4 kadar boşluk korunuyor */
        width: 66.666667%; /* col-8 genişlik korunuyor */
        text-align: left; /* Sol hizalama korunuyor */
    }

    .slider-fixed-img {
        position: absolute; /* Mutlak pozisyon korunuyor */
        top: 34px; /* Üst tarafa */
        width: calc(33.333333% - 30px); /* col-4 genişlik - padding */
        max-height: 140px; /* Biraz daha küçük yükseklik */
        object-fit: contain; /* Orantılı */
        z-index: 3; /* En üst katmanda */
    }

    .mar-img-slide {
        order: 2; /* Alt sırada korunuyor */
        height: 100%; /* Biraz daha küçük yükseklik */
        width: 100%; /* Tam genişlik */
        margin-top: 2rem; /* Üst boşluk */
        overflow: hidden; /* Taşan kısımları gizle */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slide-img {
        height: 100%;
        width: 100%;
        object-fit: cover; /* Zoom ile sığdır */
    }

    .slide-text-content h2 {
        font-size: 1.3rem; /* Biraz daha küçük */
    }

    .slide-text-content h6 {
        font-size: 0.9rem; /* Biraz daha küçük */
    }
}

@media (max-width: 480px) {
    /* Slider'dan Kızçev Logo'yu gizle */
    .slider-fixed-img {
        position: absolute; /* Mutlak pozisyon korunuyor */
        top: 4px; /* Üst tarafa */
        width: calc(33.333333% - 30px); /* col-4 genişlik - padding */
        max-height: 140px; /* Biraz daha küçük yükseklik */
        object-fit: contain; /* Orantılı */
        z-index: 3; /* En üst katmanda */
    }

    /* Brand container'ı flex yap */
    .brand {
        display: flex;
        align-items: center;
        gap: 0.5rem; /* İki logo arasındaki boşluk */
    }

    /* Ana logo boyutunu ayarla */
    .logo {
        width: 8rem; /* Biraz küçült mobilde */
        height: auto;
    }

    /* Kızçev Logo'yu navbar'a ekle */
    .navbar-kizcev-logo {
        width: 3rem; /* Ana logodan daha küçük */
        height: auto;
        display: block;
    }

    .slide-content-wrapper .slide-text-content {
        /* margin-left: 33.333333%; /* col-4 kadar boşluk korunuyor */
        /* width: 66.666667%; /* col-8 genişlik korunuyor */
        text-align: left; /* Sol hizalama korunuyor */
    }

    .slide-text-content {
        order: 1;
    }

    .mar-img-slide {
        order: 2;
        /* height: 150px;*/
        width: 100%; /* Tam genişlik */
        margin-top: 2rem; /* Üst boşluk */
        overflow: hidden; /* Taşan kısımları gizle */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slide-img {
        width: 100%;
        object-fit: unset;
    }

    .slide-text-content h2 {
        font-size: 1.1rem;
    }

    .slide-text-content h6 {
        font-size: 0.8rem;
    }

    .committee {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 4rem;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .slider-area {
        height: auto !important;
        overflow: hidden !important;
        padding: 0;
        margin: 0;
    }

        .slider-area * {
            box-sizing: border-box;
        }
}

#splide-faaliyet-content .splide__slide {
    padding: 0;
}

#splide-faaliyet-content p {
    margin-top: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #666;
}

#splide-faaliyet-content .mar-btn {
    margin-top: 2rem;
}

/* Faaliyet alanı responsive düzenlemeler */
@media (max-width: 768px) {
    .faaliyet-area .col-lg-6:first-child {
        order: 2; /* Mobilde yazı alta */
        margin-top: 2rem;
    }

    .faaliyet-area .col-lg-6:last-child {
        order: 1; /* Mobilde resim üste */
    }
}

/* Komisyonlar Area Styles */
.komisyon-area {
    padding: 80px 0;
}

    .komisyon-area h1 {
        color: var(--mainColor);
        font-weight: bold;
        margin-bottom: 3rem;
    }

.komisyon-slider {
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

    .komisyon-slider::before,
    .komisyon-slider::after {
        display: none; /* Blur efektlerini kaldırdık */
        content: "";
        position: absolute;
        top: 0;
        width: 50px;
        height: 100%;
        z-index: 10;
        pointer-events: none;
    }

    .komisyon-slider::before {
        display: none; /* Blur efektlerini kaldırdık */
        left: 0;
        background: linear-gradient(to right, rgba(248, 249, 250, 0.8), transparent);
    }

    .komisyon-slider::after {
        display: none; /* Blur efektlerini kaldırdık */
        right: 0;
        background: linear-gradient(to left, rgba(248, 249, 250, 0.8), transparent);
    }

#splide-komisyonlar .card-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background-color: #00b497;
}

@media (max-width: 768px) {
    #splide-komisyonlar .card {
        height: auto;
        min-height: 350px;
        text-align: left;
    }

    #splide-komisyonlar .card-title::after {
        width: 40px;
    }
}

#splide-komisyonlar .card {
    background-color: #f8f9fa; /* Gri arka plan */
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 500px; /* Yüksekliği artırdık */
    max-width: 280px; /* Cardları daraltmak için maksimum genişlik */
    margin: 0 auto; /* Cardları ortala */
    text-align: left;
}

    #splide-komisyonlar .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }

#splide-komisyonlar .card-body {
    background-color: #e9ecef; /* Daha koyu gri arka plan */
    padding: 1.5rem 1rem; /* Yan padding'i azalttık (dar yapmak için) */
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Card body'nin büyümesini sağla */
    padding: 1.5rem;
    height: 100%;
    border-radius: 15px; /* Oval kenarlar */
    min-height: 400px; /* Minimum yükseklik ekledik (uzun yapmak için) */
}

#splide-komisyonlar .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 0.25rem 0.25rem 0 0;
}

#splide-komisyonlar .card-body-custom {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: calc(100% - 200px);
}

#splide-komisyonlar .card-title {
    text-align: center !important; /* Başlık ortalı */
    color: #00b497 !important; /* Yeşil renk */
    font-weight: bold;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

#splide-komisyonlar .card-text {
    flex-grow: 1;
    color: #333 !important;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 1rem;
}

#splide-komisyonlar .btn {
    background-color: #00b497 !important;
    border-color: #00b497 !important;
    color: white !important;
    border-radius: 5px 5px 0 0 !important;
    margin-top: auto;
    transition: all 0.3s ease;
}

    #splide-komisyonlar .btn:hover {
        background-color: #017e6a !important;
        border-color: #017e6a !important;
        transform: translateY(-2px);
    }

#splide-komisyonlar .btn-outline-dark {
    border-color: var(--mainColor);
    color: var(--mainColor);
    transition: all 0.3s ease;
}

#splide-komisyonlar .text-center:last-child {
    margin-top: auto; /* Butonu en alta ittir */
}

#splide-komisyonlar .btn-outline-dark:hover {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: white;
}

@media (max-width: 768px) {
    #splide-komisyonlar .card-body-custom {
        padding: 1rem;
    }

    #splide-komisyonlar .card-title {
        font-size: 1rem;
    }
}

#splide-komisyonlar .splide__arrow {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
}

    #splide-komisyonlar .splide__arrow:hover {
        background: rgba(0, 0, 0, 0.8);
        opacity: 1;
    }

#splide-komisyonlar .splide__arrow--prev {
    left: -20px;
}

#splide-komisyonlar .splide__arrow--next {
    right: -20px;
}

#splide-komisyonlar .splide__arrow i {
    color: white;
    font-size: 1.2rem;
}

#splide-komisyonlar .splide__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

    #splide-komisyonlar .splide__arrow:disabled:hover {
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
    }

/* Responsive arrow styles */
@media (max-width: 1200px) {
    #splide-komisyonlar .splide__arrow--prev {
        left: -20px;
    }

    #splide-komisyonlar .splide__arrow--next {
        right: -20px;
    }
}

@media (max-width: 768px) {
    #splide-komisyonlar .splide__arrow {
        width: 40px;
        height: 40px;
    }

    #splide-komisyonlar .splide__arrow--prev {
        left: -20px;
    }

    #splide-komisyonlar .splide__arrow--next {
        right: -20px;
    }

    #splide-komisyonlar .splide__arrow i {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    #splide-komisyonlar .splide__arrow {
        width: 35px;
        height: 35px;
    }

    #splide-komisyonlar .splide__arrow--prev {
        left: -10px;
    }

    #splide-komisyonlar .splide__arrow--next {
        right: -10px;
    }

    #splide-komisyonlar .splide__arrow i {
        font-size: 0.9rem;
    }
}

.campaigns-area {
    padding: 60px 0;
}

    .campaigns-area h1 {
        margin-bottom: 3rem;
        color: #333;
        font-weight: bold;
    }

.campaigns-grid {
    position: relative;
    overflow: hidden;
}

    .campaigns-grid::before,
    .campaigns-grid::after {
        content: "";
        position: absolute;
        top: 0;
        width: 50px;
        height: 100%;
        z-index: 10;
        pointer-events: none;
    }

.campaigns-area .card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

    .campaigns-area .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.campaigns-area .card-img-top {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.campaigns-area .card-body-custom {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.campaigns-area .card-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #333;
}

.campaigns-area .card-text {
    flex-grow: 1;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.campaigns-area .btn {
    border-color: #00b497;
    color: #00b497;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

    .campaigns-area .btn:hover {
        background-color: #00b497;
        border-color: #00b497;
        color: white;
    }

/* Responsive tasarım */
@media (max-width: 992px) {
    .campaigns-area .card-body-custom {
        padding: 1rem;
    }

    .campaigns-area .card-title {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .campaigns-area .card-img-top {
        height: 180px;
    }

    .campaigns-area .card-body-custom {
        min-height: 180px;
    }
}

@media (max-width: 999.98px) {
    .nav-menu .navbar-m.container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-block.is-active {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .navbar-inner {
        padding-left: 15px;
        padding-right: 30px;
    }

    #menu-header {
        padding-left: 15px;
        padding-right: 30px;
    }

    .navbar-block.is-active .header-buttons {
        display: none !important;
    }

    header > .social-area,
    .navbar-inner > .social-area {
        display: none !important;
    }

    /* Menü bloğu içindeki sosyal ikonlar (HTML'i .navbar-block içine ekleyin / taşıyın) */
    .navbar-block .social-area {
        display: none;
    }

    .navbar-block.is-active .social-area {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 0.6rem;
        flex-wrap: wrap;
        padding: 1rem 0 1.5rem;
        margin-top: 1rem;
        border-top: 1px solid #ececec;
    }

        .navbar-block.is-active .social-area .social-link {
            width: 42px;
            height: 42px;
            border: 1px solid #e0e0e0;
            background: #fff;
            color: #292929;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

            .navbar-block.is-active .social-area .social-link:hover {
                background-color: var(--mainColor);
                color: #fff;
                border-color: var(--mainColor);
            }

    .social-nav {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .mobile-nav-buttons {
        display: flex !important;
    }

    .g-btn-custom img {
        /* margin-left: 0.5rem; */
    }

    .b-btn-custom {
        background-color: var(--mainColor);
        padding: 0.5rem 1.2rem !important; /* Padding artırıldı */
        border-radius: 30rem;
        transition: all 0.4s ease;
        text-decoration: none;
        color: #fff;
        font-size: 1.1rem; /* Font boyutu artırıldı */
        text-align: center;
        display: inline-block;
    }

    .mobile-nav .b-btn-custom {
        content: "";
        background-image: url("/img/icons/bagisyap.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; /* İkonu merkeze hizala */
        width: 24px;
        height: 24px;
        display: block;
        filter: brightness(0) invert(1);
        position: absolute; /* Mutlak konumlandırma */
        top: 50%; /* Dikey ortala */
        left: 50%; /* Yatay ortala */
        transform: translate(-50%, -50%); /* Tam ortala */
    }

    .g-btn-custom img {
        margin-left: 0.5rem;
    }

    .committee {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 4rem;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
    }
}

.mobile-nav-buttons {
    display: none;
}

.social-nav {
    display: none;
}

@media (min-width: 1200px) {
    .button-overlays-inside {
        position: absolute;
        top: 64%;
        left: 85%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px 30px;
        border-radius: 15px;
        z-index: 10;
        width: 60%;
        min-width: 220px;
        max-width: 420px;
    }
}

.error-page-area,
.error-page-fullscreen {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; /* İstersen değiştirilebilir */
    overflow: hidden;
    z-index: 9999;
}

    .error-page-area .error-background-image,
    .error-background-image,
    .error-page-fullscreen .error-background-fixed {
        position: static; /* Mutlak yerine akışta dursun */
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem; /* Kenarlarda nefes payı */
    }

        .error-page-area .error-background-image img,
        .error-background-image img,
        .error-page-fullscreen .error-background-fixed img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            object-fit: contain !important; /* Kırpmadan göster */
            object-position: center center;
        }

@media (max-width: 576px) {
    .error-page-area .error-background-image,
    .error-page-fullscreen .error-background-fixed {
        padding: 0.5rem;
    }
}

@media (max-width: 768px) {
    .error-page-area .error-content,
    .error-content {
        padding: 2rem;
    }
}

.error-title {
    color: #00b497;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.error-subtitle {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
}

.error-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

.errorbtn {
    background-color: #00b497 !important;
    border-color: #00b497 !important;
    transition: all 0.3s ease;
}

    .errorbtn:hover {
        background-color: #017e6a !important;
        border-color: #017e6a !important;
        transform: translateY(-2px);
    }

.btn-outline-light {
    border-color: #333;
    color: #333;
    transition: all 0.3s ease;
}

    .btn-outline-light:hover {
        background-color: #333;
        border-color: #333;
        transform: translateY(-2px);
    }

.back-home-btn {
    position: fixed !important;
    left: 50% !important;
    bottom: 1.25rem !important;
    transform: translateX(-50%) !important;
    z-index: 1100;
    display: inline-flex;
    align-items: center;
    padding: 1rem 0.8rem;
    font-size: 0.9rem;
    gap: 0.7rem;
    font-family: var(--gilM);
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #00b497, #019879);
    border: none;
    border-radius: 50rem;
    box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.35s ease;
}

    .back-home-btn i {
        font-size: 1.05rem;
        transition: transform 0.35s ease;
    }

    .back-home-btn:hover {
        background: linear-gradient(135deg, #019879, #007a61);
        transform: translateY(-4px);
        box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.35);
        color: #fff;
        text-decoration: none;
    }

        .back-home-btn:hover i {
            transform: translateX(-4px);
        }

    .back-home-btn:active {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.35);
    }

/* Responsive ayarları */
@media (max-width: 768px) {
    .error-content {
        padding: 2rem;
        margin: 1rem;
    }

    .error-title {
        font-size: 3rem;
    }

    .error-subtitle {
        font-size: 1.5rem;
    }

    .error-actions {
        flex-direction: column;
        gap: 1rem;
    }

        .error-actions .btn {
            width: 100%;
            margin: 0 !important;
        }
}

@media (max-width: 480px) {
    .error-content {
        padding: 1.5rem;
    }

    .error-title {
        font-size: 2.5rem;
    }

    .error-subtitle {
        font-size: 1.3rem;
    }

    .error-description {
        font-size: 1rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error-image {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.location:hover {
    color: #007bff !important;
    transition: all 0.3s ease;
}

    .location:hover i.fa-solid.fa-location-dot {
        color: #007bff !important;
        transition: all 0.3s ease;
        transform: scale(1.1);
    }

    .location:hover a {
        color: #0a58ca !important;
        transition: all 0.3s ease;
    }

/* Tekil hover efektlerini kaldır */
.location a:hover {
    color: inherit; /* Tekil hover'ı iptal et */
}

.location i.fa-solid.fa-location-dot:hover {
    color: inherit; /* Tekil hover'ı iptal et */
}

@media (max-width: 345px) {
    .slider-content-fixed {
        display: none
    }

    .slide-content-wrapper .slide-text-content {
        margin-left: 0;
        width: 100%;
    }

    #splide-right {
        min-height: unset;
    }

    .menu-item-m.header-buttons .g-btn-custom {
        padding: 0.3rem 0.3rem !important;
    }

    .menu-item-m.header-buttons .b-btn-custom {
        padding: 0.3rem 0.3rem !important;
    }

    .bagis-area .bagis-image-wrapper {
        height: 300px;
    }

        .bagis-area .bagis-image-wrapper img {
            width: 100% !important;
            display: block !important;
            height: 100%;
        }

    #splide-haberler .btn {
        white-space: unset;
        padding-inline: 0.5rem;
    }
}
