﻿body {
    font-family: 'Inter', sans-serif !important;
    color: #101828;
}

a {
    text-decoration: none;
    color: #101828;
}

.announcement {
    padding: 10px;
    gap: 10px;
    background-color: #FFBB47;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-align: center;
}

.item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    color: #101828;
}

#map-container > iframe {
    border: 1px solid;
    border-radius: 8px;
}

.navbar-home .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15'%3E%3Crect y='0.623291' width='18' height='1.8338' rx='0.916898' fill='white'/%3E%3Crect y='12.543' width='18' height='1.8338' rx='0.916898' fill='white'/%3E%3Crect y='7.0415' width='14' height='1.8338' rx='0.916898' fill='white'/%3E%3C/svg%3E");
}

.navbar-toggler {
    background-color: transparent;
    border: none;
}

.spot {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 640px;
    overflow: hidden;
}

/* Media Slider Styles */
.spot-media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.spot-media-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .spot-media-item.active {
        opacity: 1;
    }

.media-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

    /* Video özel ayarları */
    .media-background video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.bg-body-transparent {
    --bs-bg-opacity: 1;
    background: transparent !important;
}

.spot .navbar {
    position: absolute;
    width: 100%;
    z-index: 15;
}

.navbar-nav li {
    margin-right: 25px;
}

.spot .container {
    position: relative;
}

.center {
    text-align: center;
}

.spot .container .area {
    width: 95%;
    position: absolute;
    z-index: 10;
    min-height: 640px;
}

.spot > .shadow {
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

    .spot > .shadow::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(rgba(0, 0, 0, 0.5), transparent) !important;
        ;
        z-index: 1;
    }



.header-image {
    height: 200px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.spot > .shadow::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)) !important;
    ;
    z-index: 2;
}

.nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #fff !important;
    ;
}

.nav-tabs .nav-link {
    color: #B9B9B9 !important;
}

.n .nav-link:hover,
.nav-link:focus {
    color: #f0f0f0 !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    color: #756565 !important;
}

/* Button/*/
.btn {
    font-size: 16px !important;
}

.btn-link {
    --bs-btn-font-weight: 600 !important;
    --bs-btn-color: #FFF !important;
    --bs-btn-bg: transparent !important;
    --bs-btn-border-color: transparent !important;
    --bs-btn-hover-color: #d1cfcf !important;
    --bs-btn-hover-border-color: transparent !important;
    --bs-btn-active-color: var(--bs-link-hover-color) !important;
    --bs-btn-active-border-color: transparent !important;
    --bs-btn-disabled-color: #d1cfcf !important;
    --bs-btn-disabled-border-color: transparent !important;
    --bs-btn-box-shadow: 0 0 0 #000 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253 !important;
    text-decoration: none !important;
}

.btn-danger {
    font-weight: 600 !important;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #CF3339 !important;
    --bs-btn-border-color: #CF3339 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #bb2429 !important;
    --bs-btn-hover-border-color: #bb2429 !important;
    --bs-btn-focus-shadow-rgb: 225, 83, 97 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #bb2429 !important;
    --bs-btn-active-border-color: #bb2429 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #CF3339 !important;
    --bs-btn-disabled-border-color: #CF3339 !important;
}



.spot-f {
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}

.spot-title {
    text-align: center;
}

    .spot-title h1 {
        width: 100%;
        font-size: 41px;
        font-weight: 600;
        letter-spacing: -0.02em;
        text-align: center;
        padding-bottom: 50px;
    }

    .spot-title span {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: center;
    }

.input-group-text {
    background-color: #fff;
    border-right: #FFF;
}

.search-area {
    display: flex;
    justify-content: space-between;
}

    .search-area .input-search {
        flex: 1;
        max-width: 300px;
        height: 48px;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        letter-spacing: 0em !important;
        color: #667085 !important;
        border-left: 0;
    }

    .search-area button {
        flex: 1;
        height: 48px;
        margin-left: 10px;
    }

.spot-link {
    text-align: center;
}

    .spot-link a {
        color: #fff;
        margin-right: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .spot-link a svg {
            margin-right: 10px;
        }

.spot-content {
    text-align: center;
    color: #101828;
}

    .spot-content h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -0.02em;
        padding-bottom: 20px;
    }

    .spot-content span {
        color: #475467;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        padding-bottom: 40px;
    }

.nav-tabs {
    border-bottom: 0;
}

.nav-link {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    color: #fff !important;
}

.nav-tabs .nav-link {
    margin-bottom: 0 !important;
    border: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom: transparent solid 3px !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #550000 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #CF3339 !important;
    border-bottom: #CF3339 solid 3px !important;
}

.tab-content {
    padding-bottom: 20px;
}

.card {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.card-location {
    color: #A9A9A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .card-location svg {
        margin-right: 5px;
    }

.col.card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.card-title h3 {
    color: var(--gray-900, #101828);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.p-multiselect .p-multiselect-trigger svg {
    width: 13px;
    fill: #1C2D5E;
}

.p-multiselect {
    display: block;
    width: 100%;
    border: 1px solid #dee2e6 !important;
}

    .p-multiselect .p-multiselect-label {
        padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
    }

    .p-multiselect .p-multiselect-trigger {
        background: transparent;
        color: #343a40 !important;
        width: 2.44rem !important;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

.p-multiselect-trigger
.p-component {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem;
    font-weight: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
}

.p-multiselect .p-multiselect-label.p-placeholder {
    color: #212529 !important;
    text-align: left;
}

.p-multiselect-item span {
    color: #475467;
    font-size: 15px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0em;
    padding-bottom: 0;
}

.p-multiselect:not(.p-disabled):hover {
    border-color: #dee2e6;
}

.p-multiselect-filter-container .p-inputtext {
    padding: 0.35rem 0.75rem;
}

.fix-col {
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(250px, 1fr));
}

.bdg-success {
    display: flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    position: absolute;
    top: 0px;
    margin-top: 88px;
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #68B881;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.card-time {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #CF3339;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

    .card-time svg {
        margin-right: 7px;
    }

.card-time-red {
    color: #cf3339 !important
}

.card-time-yellow {
    color: #ffbb47 !important
}

.card-time-green {
    color: #68b881 !important
}

.card-time-red svg path {
    color: #cf3339;
    stroke: #cf3339;
}

.card-time-yellow svg path {
    color: #ffbb47;
    stroke: #ffbb47;
}

.card-time-green svg path {
    color: #68b881;
    stroke: #68b881;
}

.card-body {
    width: 100%;
}

.card-cound {
    color: #A9A9A9 !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 16px !important;
}

    .card-cound strong {
        font-weight: 700 !important;
    }

.btn-card-tse {
    margin-top: 8px !important;
    padding: 8px 14px !important;
    --bs-btn-color: #344054 !important;
    --bs-btn-border-color: #D0D5DD !important;
    border: 2px #D0D5DD solid !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #CF3339 !important;
    --bs-btn-hover-border-color: #CF3339 !important;
    --bs-btn-focus-shadow-rgb: 108, 117, 125 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #CF3339 !important;
    --bs-btn-active-border-color: #CF3339 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #CF3339 !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #CF3339 !important;
    --bs-gradient: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

    .btn-card-tse:hover svg path {
        stroke: #FFF;
    }

.btn-full {
    width: 100%;
}

.filter {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .filter .btn-light {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 15px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 8px;
        background: #F4F4F4;
    }

        .filter .btn-light:hover, .filter .btn-light.active {
            border-color: #CF3339;
            background: #CF3339;
            color: #FFF;
        }

            .filter .btn-light svg path, .filter .btn-light.active svg path {
                stroke: #B9B9B9;
            }

            .filter .btn-light:hover svg path, .filter .btn-light.active svg path {
                stroke: #FFF;
            }

.route-enter-active, .route-leave-active {
    transition: all 0.5s;
}

.route-enter, .route-leave-to {
    opacity: 0;
    transform: translateY(-100%);
}


.filter .filter-area .row {
    width: 100%;
}

.filter .filter-area {
    width: -webkit-fill-available;
    min-height: 70px;
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #F4F4F4;
    margin-right: 20px;
    margin-left: 20px;
}

.volunteering-areas-content {
    display: flex;
    width: 100%;
    padding: 96px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #F4F4F4;
    text-align: center;
}

.carousel-box {
    width: 100% !important;
    padding: 25px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex: 1 0 0 !important;
    border-radius: 16px !important;
    border: 1px solid var(--gray-200, #EAECF0) !important;
    background: #FFF !important;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08) !important;
    margin-bottom: 10px !important;
}

    .carousel-box div {
        width: 100% !important;
    }

    .carousel-box .row .col svg {
        height: 90px !important;
    }

.carousel-box-text {
    margin-top: 10px !important;
    display: flex !important;
    height: 30px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: stretch !important;
    color: #1C2D5E !important;
    text-align: center !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 21px !important;
}

.carousel-inner {
    padding: 20px !important;
    padding-bottom: 50px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}


.carousel-indicators [data-bs-target] {
    border-radius: 50% !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #C7C7C7 !important;
    border: 1px solid transparent !important;
    font-size: 0 !important;
}

.carousel-indicators .active {
    border-radius: 8px !important;
    border: 1px solid #CF3339 !important;
    width: 40px !important;
    height: 10px !important;
    background-color: #CF3339 !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px !important;
    height: 90% !important;
}

.news-areas-content {
    display: flex;
    width: 100%;
    padding: 56px 0px;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    background: #fff;
    text-align: left;
}

.news-content {
    text-align: left;
    color: #101828;
}

    .news-content h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -0.02em;
        padding-bottom: 20px;
    }

    .news-content h3 {
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        color: #101828;
    }

    .news-content img {
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 16px;
    }

    .news-content span {
        color: #475467;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        padding-bottom: 40px;
    }

.important-info {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    background: #F4F4F4;
}

.news-content .quotation {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
    border-left: #CF3339 solid 5px;
}

    .news-content .quotation .quotation-content {
        color: #101828;
        font-size: 24px;
        font-style: italic;
        font-weight: 500;
        line-height: 36px
    }

    .news-content .quotation .quotation-note {
        color: #475467;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

.spot-news .left {
    width: 50%;
    float: left;
    align-self: stretch;
    color: #CF3339;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.spot-news .right {
    width: 50%;
    float: right;
    text-align: right;
}

.news-list .card {
    --bs-card-border-color: #fff;
    border-radius: 0;
}

    .news-list .card .card-body {
        padding-left: 0;
        padding-right: 0;
    }

        .news-list .card .card-body .card-title {
            color: #101828;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 32px;
        }

        .news-list .card .card-body .card-text {
            color: #101828;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

    .news-list .card .card-img-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .news-list .card .news-category {
        color: #595959 !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 20px !important;
    }

.badge {
    --bs-badge-border-radius: 16px !important;
    padding: 2px 10px !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    color: #666 !important;
    text-align: center !important;
    margin-right: 5px;
}

.text-bg-secondary {
    color: #666 !important;
    background-color: #E2E2E2 !important;
}

.spot2 {
    position: relative;
    width: 100%;
    background-image: url('../assets/img/spot-2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 542px;
}

    .spot2 > .shadow {
        top: 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

        .spot2 > .shadow::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
            z-index: 1;
        }

        .spot2 > .shadow::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
            z-index: 2;
        }

    .spot2 .container .row .area {
        position: relative;
        z-index: 10;
        width: 97%;
        min-height: 542px;
        color: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.spot-fx {
    width: 100%;
    color: #FFF;
}

.fx-card {
    text-align: center;
    margin-top: 40px;
}

    .fx-card h4 {
        color: #FFF;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -1px;
        padding-top: 10px;
    }

    .fx-card span {
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .fx-card svg {
        height: 90px;
    }

.strategy-links-content {
    display: flex;
    width: 100%;
    padding: 96px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #fff;
    text-align: center;
}

.cl-box {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    align-self: stretch;
    flex: 1 0 0;
    border-radius: 8px;
    min-height: 285px;
    max-width: 460px;
}

.cl-box-text {
    margin-top: 10px !important;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.cl-box .row .col-12 svg, .cl-box .row .col-12 img {
    top: 0;
    height: 80px !important;
    margin-top: 45px;
    margin-bottom: 25px;
}

.cl-footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.cl-box-1 {
    border: 1px solid var(--gray-200, #EAECF0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(106, 154, 255, 0.20) 124.62%), #FFF;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

    .cl-box-1 .cl-footer,
    .cl-box-1 .cl-footer svg path {
        color: #81AAFF;
        stroke: #81AAFF;
    }

.cl-box-2 {
    border: 1px solid var(--gray-200, #EAECF0);
    background: linear-gradient(0deg, rgba(247, 124, 123, 0.20) -25.15%, rgba(255, 255, 255, 0.00) 99.94%), #FFF;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

    .cl-box-2 .cl-footer,
    .cl-box-2 .cl-footer svg path {
        color: #F97E7D;
        stroke: #F97E7D;
    }

.cl-box-3 {
    border: 1px solid var(--gray-200, #EAECF0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(132, 196, 152, 0.20) 127.6%), #FFF;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

    .cl-box-3 .cl-footer,
    .cl-box-3 .cl-footer svg path {
        color: #86C69A;
        stroke: #86C69A;
    }

.cl-box-4 {
    border: 1px solid var(--gray-200, #EAECF0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 201, 108, 0.20) 100.06%), #FFF;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

    .cl-box-4 .cl-footer,
    .cl-box-4 .cl-footer svg path {
        color: #FFC96C;
        stroke: #FFC96C;
    }

.cl-box-5 {
    border: 1px solid var(--gray-200, #EAECF0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(106, 154, 255, 0.20) 124.62%), #FFF;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

    .cl-box-5 .cl-footer,
    .cl-box-5 .cl-footer svg path {
        color: #81AAFF;
        stroke: #81AAFF;
    }

.how-is-work-content {
    display: flex;
    width: 100%;
    padding: 96px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #3E3E3E;
    color: #fff;
    text-align: center;
}

.dark-content {
    text-align: center;
    color: #fff;
}

    .dark-content h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -0.02em;
        padding-bottom: 20px;
    }

    .dark-content span {
        color: #fff !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 30px !important;
        letter-spacing: 0em !important;
        padding-bottom: 40px !important;
    }

.tx-dark {
    color: #B5B5B5 !important;
}

    .tx-dark:hover {
        color: #fff !important;
    }

.work-h4 {
    margin-top: 20px !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
}

.fsq-content {
    display: flex !important;
    width: 100% !important;
    padding: 96px 0px !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
    background: #fff !important;
    text-align: center !important;
}

/* Custom CSS for Accordion */
.custom-accordion {
    --bs-accordion-border-color: none !important;
}

.accordion-button:focus {
    z-index: 3 !important;
    border-color: white !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.accordion-body {
    text-align: left !important;
    padding-left: 0 !important;
    color: #475467 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    padding-top: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #101828 !important;
    background-color: white !important;
    box-shadow: none !important;
}

.custom-accordion .accordion-item {
    border-bottom: 1px solid #EAECF0 !important;
}

.custom-accordion .accordion-button {
    padding-left: 0 !important;
    color: #101828;
    background-color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
}

    .custom-accordion .accordion-button:not(.collapsed) {
        background-color: white !important;
    }

.accordion-button:not(.collapsed)::after {
    background-image: url(../assets/img/svg/close.svg) !important;
}

.accordion-button::after {
    background-image: url(../assets/img/svg/open.svg) !important;
}

footer {
    background-color: #3E3E3E !important;
    color: #fff !important;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-right {
    width: auto !important;
    text-align: right;
}

    .footer-right a {
        margin-left: 15px;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #818181;
    }

.footer-left2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #818181;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

    .footer-container a {
        color: #818181;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
    }

.footer-left {
    width: auto !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    min-height: 80px;
    border-bottom: #5C5C5C solid 1px;
    border-top: #5C5C5C solid 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 30px;
}

.footer-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
}

.form-control:focus {
    border-color: #dee2e6 !important;
    outline: 0 !important;
    box-shadow: none !important;
}


.filter-search-area {
    display: flex;
    justify-content: space-between;
}

    .filter-search-area .input-group-text {
        background-color: #F4F4F4;
        border-color: #F4F4F4;
    }

    .filter-search-area .input-group-text {
        color: #475467;
        font-size: 0;
        font-weight: unset;
        line-height: 0;
        letter-spacing: 0;
        padding-bottom: 6px;
    }

        .filter-search-area .input-group-text svg path {
            stroke: #B9B9B9;
        }

    .filter-search-area .input-search {
        flex: 1;
        max-width: 300px;
        height: 70px;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        letter-spacing: 0em !important;
        color: #667085 !important;
        border-left: 0;
        background-color: #F4F4F4;
        border-color: #F4F4F4;
    }

.nav-red {
    background-color: #CF3339 !important;
    color: #ffd;
}

.btn-light {
    --bs-btn-color: #CF3339;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #CF3339;
    --bs-btn-hover-bg: #fff2f2;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
}

.page-title {
    width: 100%;
    padding: 50px;
    background-color: #F4F4F4;
}

.page-title-white {
    width: 100%;
    padding: 50px;
    padding-top: 60px;
    padding-bottom: 96px;
    background-color: white;
}

    .page-title-white .spot-content {
        text-align: left;
    }

.content-red {
    color: #CF3339 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    text-align: left;
}

.content-h2 {
    color: #101828;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.content-span {
    color: #1C2D5E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.content-number-value {
    align-self: stretch;
    color: #CF3339;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
}

.content-number-label {
    align-self: stretch;
    color: #101828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.page-content-grey {
    background-color: #F4F4F4;
    padding-top: 96px;
    padding-bottom: 96px;
}

.page-content {
    background-color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
}


.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.border-right {
    border-right: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-mission-detail .row div .card-body .card-title {
    color: #101828;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.5px;
    letter-spacing: -0.6px;
}

.card-description {
    min-height: 177px;
}

.card-list .row .label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}

    .card-list .row .label svg {
        margin-right: 5px;
    }

.card-list .row .text {
    color: #727272;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.k-card-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: transparent;
    border: 0;
}

.hr {
    width: 100%;
    background-color: #fffdfd;
}

.spot-card {
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    gap: 10px;
    background-color: #fff;
    border: #dee2e6 1px solid;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #475467;
}

.user-card {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    gap: 10px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    border: #dee2e6 1px solid;
}

.spot-card-item .photo {
    padding-right: 0;
}

    .spot-card-item .photo img {
        width: 40px;
    }

.spot-card-item .user-name h5 {
    color: #101828;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

.spot-card-item .user-name p {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    margin-bottom: 0;
}

.spot-card-item .user-name-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply {
    width: 100%;
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #CF3339;
    color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.weight-100 {
    width: 100%;
}

body.login-page {
    height: 100vh;
}

.login,
.image {
    min-height: 100vh;
}

.height-100 {
    height: 100% !important;
}

.max-height {
    max-height: 600px !important;
}

.bg-image {
    background-image: url('assets/img/login/login.jpeg');
    background-size: cover;
    background-position: center;
}

.bg-image-register {
    background-image: url('assets/img/login/register.jpg');
    text-align: center;
}

.register-spot {
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
}

.register-header {
    width: 100%;
    margin-top: 40px;
}

.register-footer {
    width: 100%;
    position: absolute;
    padding-bottom: 50px;
    bottom: 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.register-footer-h1 {
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 61.5px;
    letter-spacing: -1.2px;
}



.login-heading {
    font-weight: 300;
}

.login {
    text-align: center;
}

.login-heading {
    color: #101828;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.login-form-item,
.login-form-item .form-label {
    text-align: left !important;
    font-size: 14px;
    font-style: normal;
    color: #344054;
    font-weight: 500;
    line-height: 20px;
}

.login-form-forget,
.login-form-forget a {
    color: #CF3339;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.login-span {
    color: #667085;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.min-h-40 {
    min-height: 52px;
}

.btn-outline-google {
    --bs-btn-color: #344054 !important;
    --bs-btn-border-color: #D0D5DD !important;
    --bs-btn-hover-color: #344054 !important;
    --bs-btn-hover-bg: #ebeef1;
    --bs-btn-hover-border-color: #D0D5DD;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #344054;
    --bs-btn-active-bg: #D0D5DD;
    --bs-btn-active-border-color: #D0D5DD;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #D0D5DD;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #D0D5DD;
    --bs-gradient: none;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
}

    .btn-outline-google img {
        margin-right: 10px;
        position: absolute;
        margin-left: -30px;
    }

.login-register-link {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.form-check-label {
    text-align: left;
}

    .form-check-label a {
        color: #CF3339;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-decoration-line: underline;
    }

.login-register-link a {
    color: #CF3339;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.success-public {
    margin: 5px 10px 0 0 !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    border: 1px !important;
    gap: 3px !important;
    background: #68b881 !important;
    border: 1px solid #68b881 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
}

.blog-list {
    --bs-list-group-color: #667085;
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: transparent;
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: 0;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: #f9fafbf3;
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: #F9FAFB;
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #344054;
    --bs-list-group-active-bg: #F9FAFB;
    --bs-list-group-active-border-color: #F9FAFB;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: var(--bs-list-group-border-radius);
}

.cursor-pointer {
    cursor: pointer !important;
}

.isMobile {
    display: none !important;
}

@media (max-width: 820px) {
    .isWeb {
        display: none;
    }

    .position-relative-mobile {
        position: relative !important;
    }

    .logo-mobile {
        height: 24px !important;
    }

    .spot-title {
        margin-top: 100px !important;
    }

    .isMobile {
        display: flex !important;
    }

    .isMobile-w-100 {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }

    .isMobile-center {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .mobile-menu {
        background-color: #fff;
        border-radius: 6px;
        margin-right: 20px;
        padding: 10px;
        z-index: 1000;
    }

        .mobile-menu a {
            color: #101828 !important;
        }

    .page-content-grey,
    .page-content {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
/* Tab View arka plan rengini değiştirme */
.background-units .p-tabview .p-tabview-panels {
    background-color: #f4f4f4 !important; /* İçerik kısmını gri yapmak için */
}

.background-units {
    background-color: #f4f4f4;
}
    /* Tab panelinin arka planını gri yapmak */
    .background-units .p-tabview .p-tabview-nav {
        background-color: #f4f4f4 !important; /* Arka planı gri yapmak */
    }

        .background-units .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
            color: #fff;
            background-color: #CF3339;
            border: solid #CF3339;
        }

        .background-units .p-tabview .p-tabview-nav li .p-tabview-nav-link {
            color: #CF3339;
            border: solid #CF3339;
            background: #fff;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
            transition: background-color 0.2s, border-color 0.2s;
        }

    .background-units .esri-map {
        display: block;
    }

.esri-attribution {
    display: none;
}

.esri-popup--aligned-top-center {
    display: none !important;
}













svg path[stroke]:not([fill]),
svg circle[stroke]:not([fill]),
svg rect[stroke]:not([fill]),
svg polygon[stroke]:not([fill]) {
    fill: none;
}




.kzy-filter-shell {
    display: flex;
    align-items: stretch;
    gap: 16px
}

.kzy-filter-area {
    flex: 1;
    background: #f4f4f4;
    border-radius: 8px;
    padding: 16px
}

.kzy-side-btn {
    align-self: stretch; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    border-radius: 8px;
    background: #f4f4f4;
    border: 0;
    padding: 0
}

.kzy-filter-area .form-control,
.kzy-filter-area .form-select,
.kzy-ms-btn {
    height: 44px;
    border-radius: 10px;
    border-color: #e6e6e6;
    font-size: 16px
}

.kzy-ms-hidden {
    display: none
}

.kzy-ms-btn {
    position: relative;
    text-align: left;
    padding: .375rem 2.25rem .375rem .75rem;
    background: #fff
}

    .kzy-ms-btn::after {
        content: "";
        position: absolute;
        right: .95rem;
        top: 50%;
        margin-top: -.25rem;
        width: .8rem;
        height: .5rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M1 1l7 6 7-6' fill='none' stroke='%23B9B9B9' stroke-width='2'/%3E%3C/svg%3E");
    }

.kzy-ms-panel {
    position: absolute;
    z-index: 1000;
    display: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-top: .25rem;
    max-height: 260px;
    overflow: auto;
    padding: .25rem
}

    .kzy-ms-panel.open {
        display: block
    }

.kzy-ms-list {
    list-style: none;
    margin: 0;
    padding: .25rem
}

.kzy-ms-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .375rem .5rem;
    border-radius: 6px;
    cursor: pointer
}

    .kzy-ms-item:hover {
        background: #f6f6f6
    }

.kzy-side-btn svg * {
    fill: none;
    stroke: #B9B9B9
}
.kzy-side-btn.active, .kzy-side-btn:hover {
    color: #ffffff;
    background-color: #d83020;
}
    .kzy-side-btn.active svg *, .kzy-side-btn:hover svg * {
        fill: none;
        stroke: #ffffff
    }
@media (max-width: 991.98px) {
    .kzy-filter-area {
        padding: 12px
    }

    .kzy-side-btn {
        width: 48px
    }
}










