@charset "UTF-8";


* {
    text-decoration: none;
    list-style: none;
    font-family: "Mulish", sans-serif;
}

ul li ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 500ms ease !important;
}

.main-header {
    background-color: #fff !important;
    ! i;
    !;
    box-shadow: rgb(0 0 0 / 8%) 0px 25px 20px -20px;
    position: relative;
    z-index: 5;
    position: sticky;
    top: 0;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo-img {
    width: 60px;
    height: 100%;
    object-fit: cover;
    margin-left: 10px;
}

.main-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.menu li {
    display: block;
    position: relative;
}

.mobil-sbet {
    display: none;
}

.menu li a {
    text-decoration: none;
    color: #18528f;
    font-size: 16px;
    padding: 31px 15px;
    transition: color 0.3s ease;
    position: relative;
    display: block;
    width: 100% !important;
}

.menu li a:hover {
    color: var(--c-link-hov);
}


.logo i {
    font-size: 23px;
    color: #020202;
    display: none;
}




@media only screen and (min-width: 991px) {

    .search-box {
        display: none !important;

    }


}

@media only screen and (max-width: 991px) {
    .menu {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        display: none;
    }
    .mbm-holder {
        display: flex !important;
    }

    .mobil-sbet {
        display: block;
    }

    .volunteer-text {
        width: 100% !important;
    }

    .volunteer-content {
        display: block !important;
        height: 300px !important;
        padding: 20px !important;
    }


    .logo i {
        font-size: 23px;
        color: #020202;
        display: block;
    }

    .main-header {
        background-color: var(--c-sec);
        box-shadow: rgb(0 0 0 / 8%) 0px 25px 20px -20px;
        padding: 20px;
    }

    .main-nav {
        justify-content: center;
    }
}


@media only screen and (max-width: 575px) {
    .cbs-s {
        display: block !important;


        width: 100%;
        height: 100%;
    }
}

.custom-footer {
    margin-bottom: 76px;
}

.mbm-holder {
    display: flex;
    !;

    !importan;
}

.search-box {
    display: block ;
}

.cbs-s label {
    width: 100% !important;
}

.byte-donation__total-amount {
    width: 100% !important;
    text-align: end;
}

}

@media only screen and (max-width: 767px) {
    .logo-img {
        max-width: 120px;
    }

    .bc-tt h1 {
        font-size: 20px !important;
    }

    .content-holder h1 {
        font-size: 18px !important;
        font-weight: 400;
        color: #16528f;
    }

    .bc-area-holder {
        text-align: center !important;
        padding: 20px !important;
    }

    .slider-tt {
        font-size: 26px !important;
    }

    .main-content p {
        font-size: 15px !important;
    }

    .byte-donation__title {

        font-size: 17px !important;

    }

    .custom-title {
        font-size: 25px !important;

    }

    .custom-counter-title {

        font-size: 25px !important;;

    }

    .section-title {
        font-size: 25px !important;

    }
}


.custom-link {
    color: #17528f;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-link:hover {
    color: #003366;
}

.custom-logo {
    max-width: 150px;
}

.submenu {
    display: none;
    position: absolute;
    top: 85.9px;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px 0;
    min-width: 180px;
    width: 220px;
    border-radius: 0 0 10px 10px;
    z-index: 999;
}

.menu li:hover .submenu {
    display: block;
}

.submenu li a {
    padding: 10px 20px;
    color: #333;
    width: 100%;
}

.submenu li a:hover {
    background-color: #ecedef;
    color: #18528f;
}

.h-warper-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.index-slider-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    background: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 30px;
}

.index-slider-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000087;
    border-radius: 30px !important;
}

.index-slider-img {
    position: relative;
    z-index: 1;
}

.slider-tt, .index-slider-sw-holder p {
    position: relative;
    z-index: 3;
    color: #fff;
}


.main-content p {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

a {
    text-decoration: none;
}

.slider-tt {
    color: #ffff;
    font-size: 40px;
}

.btns-menu {
    position: relative;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c !important;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.custom-title {
    font-size: 36px;
    font-weight: 800;
    color: #17528f;
}

.custom-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.custom-col {
    flex: 0 0 32%; /* Kartların yan yana üçlü görünmesi için */
    max-width: 32%;
}

.custom-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.custom-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.custom-card-body {
    padding: 20px;
}

.custom-card-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #17528f;
}

.custom-card-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.custom-card-link {
    border-radius: 20px;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    display: block;
    text-align: center;
    background: #18528f;
    padding: 7px 0;
}

.custom-card-link:hover {
    text-decoration: underline;
}

.swiper {
    width: 100%;
    height: 100%;
}

.fasli-sw .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fasli-sw .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-card-link:hover {
    text-decoration: none;
    color: #ffffff;
}

.menu-warper {
    display: flex;
    align-items: center;
}

.custom-counter-section {
    background-color: #f8f9fa;
    padding: 30px 0;
    margin-top: 50px;
}

.custom-counter-title {
    color: #17528f;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

.custom-counter-subtitle {
    color: #555;
    font-size: 18px;
    margin-bottom: 40px;
}

.counter-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.counter-item:hover {
    transform: translateY(-10px);
}

.counter-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.counter-value {
    font-size: 32px;
    color: #17528f;
    font-weight: 800;
}

.counter-label {
    color: #333;
    font-size: 16px;
}


.custom-project-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    margin-top: 50px;
}

.custom-project-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.custom-project-card:hover {
    transform: translateY(-5px);
}

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

.project-details {
    padding: 20px;
}

.project-title {
    font-size: 20px;
    color: #17528f;
    font-weight: 800;
    margin-bottom: 10px;
}

.progress-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.progress {
    background-color: #e9ecef;
    border-radius: 10px;
    height: 8px;
    width: 100%;
}

.progress-bar {
    background-color: #17528f;
    height: 100%;
    border-radius: 10px;
}

.progress-percentage {
    color: #17528f;
    font-weight: 800;
    margin: 0;
    margin-right: 10px;
}

.project-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
}

.donation-input {
    position: relative;
    margin-bottom: 15px;
}

.donation-input input {
    width: 100%;
    padding: 10px;
    padding-right: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.currency {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #333;
    font-weight: 800;
}

.custom-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #18508a;
    color: white;
    font-weight: 800;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #18508a;
}


.custom-footer {
    background-color: #18528f;
    padding: 40px 0;
    border-top: 1px solid #eaeaea;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-description {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
}

.language-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 14px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.footer-heading {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d1d0d0;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-social a {
    font-size: 20px;
    margin-right: 15px;
    color: #17528f;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #003366;
}


#scrollTopButton {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    bottom: 81px;
    right: 30px;
    z-index: 2; /* Sayfadaki diğer içeriklerin üzerinde */
    border: none;
    outline: none;
    background-color: #1e62a9;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    transition: opacity 0.3s;
}

#scrollTopButton:hover {
    background-color: #003366;
}


.btn-teyd:hover {
    background: #18528f;
    color: #fff !important;
}


.swiper {
    width: 100%;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
}

.gallery-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.gallery-slider-video .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.gallery-slider-video .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.sw-gallery-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.mobil-menu {
    width: 100%;
    height: 100%;
}

.mobil-menu i {
    font-size: 30px;
    color: #3f4751;
}

.mobil-menu-content.active {
    right: 0;
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .1);
    display: block !important;
}

.mobil-menu-content {
    bottom: 0;
    position: fixed;
    top: 0;
    right: -700px;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    transition: all .2s ease-in-out;
    overflow-y: auto;
    padding: 16px;
    overflow-x: hidden;
    background: #ffffff;
    display: none;
}

.mobil-menu-title {
    padding: 20px 13px 20px 20px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #525861;
}

.mobil-accordion-area {
    padding: 0 0 20px 0;
}

.mobil-menu-title i {
    font-size: 35px;
    color: #21252a69;
}


.mobil-menu-list-link {
    padding: 10px;
    display: block;
    color: #16528f;
    background: #ecedef;
    border-radius: 5px;
}


.mobil-menu-list-item {
    margin: 10px;
    border-radius: 10px;
    transition: all 500ms ease;
}

.mobil-menu-list-item:hover {
    background: #e7eefb;
}

.mobil-menu-list-item:hover .mobil-menu-list-link {
    color: #266ab8;
    transition: all 500ms ease;
}


.mm-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.sm-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.sm-item {
    padding: 15px;
    font-size: 25px;
}


.menu-list-link:hover {
    transition: all 500ms ease;
    background: #0050ac;
    color: #fff;
    border-radius: 10px;
}

.menu-warper .btns-menu a {
    color: #16528f;
    /* margin-right: 10px; */
    padding: 10px;
}

.btn-teyd {
    color: #000 !important;
}

.counter-item i {
    font-size: 40px;
    color: #16528f;
}


.logo i {
    font-size: 23px;
    color: #020202;
}

.logo {
    display: flex;
    align-items: center;
}


.mobil-menu-list {
    padding: 0;
}


.mobil-menu-list-link:hover {
    background: #14528f4d;
    border-radius: 10px;
}

.social-media-holder {
    text-align: center;
}

.sm-link {
    color: #14528f;
}

.social-media-holder {
    color: #14528f;
}

@media only screen and (max-width: 991px) {
    .header-menu, .btns-menu-s {
        display: none !important;
    }
}

.footer-social i {
    color: #fffffff0;
}

.bgs-sw {
    height: 470px;
}

.gallery-slider {
    height: 340px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #18528f;
}


.bgs-sw-ts {
    height: 230px;
}

.swiper.sw-top {
    height: 640px;
}

.icon-c-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}


.volunteer-section {
    /* Arkaplan rengi */
    padding: 20px;
    border-radius: 10px; /* Köşeleri yuvarlat */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.volunteer-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 20px;
}

.volunteer-image {
    width: 150px; /* Görselin genişliği */
    border-radius: 10px;
}

.volunteer-text h2 {
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.volunteer-button {
    background-color: #FFD700; /* Buton rengi */
    color: white;
    text-decoration: none;
    padding: 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.volunteer-button:hover {
    background-color: #E0AC00; /* Hover'da buton rengi */
    color: white;
}


.volunteer-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #16528f75;
    border-radius: 20px;
}

.volunteer-text {
    position: relative;
    width: 60%;
}

.volunteer-text {
    color: #fff;
}

.tt-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-see {
    color: #16528f;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #16528f;
}

.all-see:hover {
    background: #1766b4;
    color: #fff;
}

.donor-comments-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.section-title {
    font-size: 28px;
    font-weight: 800;
    color: #17528f;
    text-align: center;
    margin-bottom: 40px;
}

.comments-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.comment-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    height: 155px;
}

.comment-card:hover {
    transform: translateY(-5px);
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.donor-name {
    font-size: 18px;
    font-weight: 800;
    color: #17528f;
}

.donor-comment {
    font-size: 14px;
    color: #555;
}

.review-sw {
    height: 215px;
}

.team-member-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.about-us-section {
    padding: 30px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    color: #17528f;
}

.section-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.about-us-image {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-us-title {
    font-size: 28px;
    font-weight: 800;
    color: #17528f;
    margin-bottom: 20px;
}

.about-us-description {
    font-size: 16px;
    color: #555;
}

.mission-card, .vision-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mission-title, .vision-title {
    font-size: 24px;
    font-weight: 800;
    color: #17528f;
}

.mission-text, .vision-text {
    font-size: 16px;
    color: #555;
}

.values-section {
    background-color: #f8f9fa;
    padding: 30px 20px;
}

.value-title {
    font-size: 20px;
    font-weight: 800;
    color: #17528f;
}

.value-text {
    font-size: 14px;
    color: #555;
}

.team-section {
    /* padding: 40px 0; */
    margin: 0 !important;

}

.team-member-image {
    border-radius: 50%;
    border: 3px solid #17528f;
}

.team-member-name {
    font-size: 18px;
    font-weight: 800;
    color: #17528f;
}

.team-member-role {
    font-size: 14px;
    color: #555;
}


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

.pegi-item a {
    padding: 10px 15px;
    background: #ffffff;
    margin: 0 10px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    color: #000000;
    transition: .5s
}

.pegi-img-l {
    left: -2px
}

.pegi-img-r {
    right: -2px
}

.pegi-item a:hover {
    background: #0050ac;
    color: #fff;
    transition: .5s
}

.pegi-item.active {
    padding: 10px 15px;
    background: #f2f2f2;
    margin: 0 10px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    background: #0050ac;
    color: #fff;
    transition: .5s;
}

.pegi-next a, .pegi-prev a {
    background: #ffffff;
}


.pegi-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}


.contact-us-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    color: #17528f;
}

.section-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.contact-info-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}

.contact-info-card:hover {
    transform: translateY(-5px);
}

.contact-icon {
    font-size: 40px;
    color: #17528f;
    margin-bottom: 15px;
}

.contact-info-title {
    font-size: 22px;
    font-weight: 800;
    color: #17528f;
    margin-bottom: 10px;
}

.contact-info-text {
    font-size: 16px;
    color: #555;
}

.form-title, .map-title {
    font-size: 22px;
    font-weight: 800;
    color: #17528f;
    margin-bottom: 20px;
}

.contact-form .form-group label {
    font-size: 14px;
    font-weight: 800;
    color: #555;
}

.contact-form .form-control {
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.contact-form .btn {
    background-color: #17528f;
    color: white;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.contact-form .btn:hover {
    background-color: #003366;
}

.map-container iframe {
    width: 100%;
    height: 350px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.social-media-title {
    font-size: 24px;
    font-weight: 800;
    color: #17528f;
    margin-bottom: 10px;
}

.social-media-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    font-size: 24px;
    color: #17528f;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #003366;
}

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


.image-holder {
    height: 100%;
    /* Sol tarafın arka plan rengi */
}

.image-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Görselin tam oturması */
    border-right: 2px solid #e5e5e5; /* Görselin sağ kenarına ince bir çizgi */
}

/* Form holder tasarımı */
.form-holder {
    padding: 50px;
    /* background-color: #fff; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-holder h2 {
    color: #17528f;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
}

/* Form elemanları */
.form-holder .form-group label {
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

.form-holder .form-control {
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color 0.3s ease;
}

.form-holder .form-control:focus {
    border-color: #17528f; /* Focus olduğunda mavi renk sınır */
    box-shadow: none;
}

.form-holder .form-check-input {
    margin-top: 0.3rem;
}

.form-holder .btn {
    background-color: #17528f;
    color: white;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    width: 100%;
}

.form-holder .btn:hover {
    background-color: #003366;
}

/* Kayıt ol linki */
.form-holder p a {
    color: #17528f;
    text-decoration: underline;
    font-weight: 800;
}

.form-holder p a:hover {
    color: #003366;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .image-holder {
        display: none;
    }

    .form-holder {
        padding: 30px;
    }
}

.btn:hover {
    background-color: #003366 !important;
    transition: all 0.3s ease-in-out;
}


.image-holder img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.h-400 {
    height: 546px !important;
}

.slsw {
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Sidebar Menü */
.sidebar {

    background: #ffffff !important;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.sidebar .nav-link {
    color: #555;
    font-weight: 300;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.sidebar .nav-link:hover, .sidebar .nav-link.active {
    background-color: #17528f;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.sidebar .profile-section img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.sidebar .username {
    font-size: 18px;
    font-weight: 800;
}

.sidebar .logout-section .btn {
    width: 100%;
}

/* Ana İçerik */
.main {
    padding-left: 260px; /* Sidebar genişliğine göre */
}

.form-control {
    border-radius: 5px;
    padding: 10px;
}

.btn-primary {
    background-color: #17528f;
    border-color: #17528f;
}

.btn-primary:hover {
    background-color: #003366;
    border-color: #003366;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .sidebar {
        position: relative;
        height: auto;
        box-shadow: none;
    }

    .main {
        padding-left: 0;
    }
}

.tab-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 10px;
}


.tab-skl {
    background: #f8f9fa;
    color: #000;
}

.tab-skl.active {
    background: #eeeeee !important;
    color: #18508a !important;
}

.main-content {
    padding: 20px;
    border-radius: 10px;
}


.main-content h4 {
    font-size: 18px;
}

.main-content h1 {
    font-size: 20px;
}

.bg-border {
    border: 1px solid #dee2e6;
}

.sbm {
    margin: 0 10px;
}

@media only screen and (max-width: 767px) {
    .sw-nowp {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
    }

    .tab-skl {
        background: #f8f9fa;
        color: #000;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: center;
        font-size: 12px;
    }

    .tab-img {
        margin-right: 0 !important;
    }
}

.fs-wd-img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.sg-blog-img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.fs-wd-card-date-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fs-wd-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 20px;
}

.content-holder {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 20px;
}

.content-holder h1 {
    font-size: 25px;
    font-weight: 400;
    color: #16528f;
}


.content-holder p {
    font-size: 14px;
    color: #535353;
}

.fs-other-tt {
    font-size: 19px;
    font-weight: 400;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 20px;
    color: #16528f;
}

.sw-widget {
    position: sticky;
    top: 20px;
}

.mid-hdr-item {
    margin: 0 10px;
    background: #ecedef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mid-hdr-ls {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.sv-hdr-slider {
    padding: 10px;
    background: #f8f9fa;
    position: relative;
    z-index: 4;
    width: 100%;
}

.mid-hdr-txt {
    margin-left: 10px;
}

.mid-hdr-item-link {
    color: #18528f !important;
    display: block;
    /* padding: 10px; */
    width: 100%;
    margin: 10px;
}

.mid-hdr-item-link:hover {
    background: #18528f0f;

}

.sv-acc {
    background: #f8f9fa;
    color: #18528f;
}

.sv-acc:focus {
    outline: 0;
    box-shadow: none;
    border: none;
    background: #18528f;
    color: #fff;
}


.sv-acc:not(.collapsed) {
    background: #18528f;
    color: #fff;
}

.sv-body {
    background: #f8f9fa;
    margin-bottom: 10px;
}

.accordion-item {
    border: none;
}

.sv-acc {

    margin-bottom: 10px;
}

.mobil-menu-list-item i {
    font-size: 20px;
    margin-right: 10px;
    width: 20px !important;
}


.sb-sw {
    padding-bottom: 35px !important;
}


.sb-menu .sb-sw:hover .submenu {
    display: block;
}


.mobil-sbet i {
    font-size: 19px;
    margin-right: 10px;
    color: #16528f;
}


.byte-donation__container {
    background-color: #16528f;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.byte-donation__title {
    color: #16528f;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
}

.byte-donation__label {
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-size: 0.9rem;
    width: 100% !important;

}

.byte-donation__select,
.byte-donation__input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.9rem;
}

.byte-donation__total-amount {
    margin-top: 15px;
    font-size: 1.1rem;
    color: #ffffff;
    text-align: left;
    font-weight: 800;
    margin-bottom: 20px;
    width: 40%;
    text-align: end;
}

.byte-donation__submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #ffc124;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.byte-donation__submit-btn:hover {
    background-color: #145a8a;
}

.byte-donation__dynamic-fields {
    margin-top: 10px;
    background: #14528f;
    border: none;
}

.jscb {
    gap: 0;
}


.ss-w-all {
    text-align: center;
    margin-top: 20px;
}

.slg {
    height: 500px;
}


.minbg {
    height: 210px;
}

.bc-area-holder {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100px;
    color: #fff;
}

.bc-area {
    background: linear-gradient(2deg, #14528f, #14528fbf);
    border-radius: 0 0 10px 10px;
}

.bc-tt h1 {
    font-size: 30px;
}

.sbm {
    justify-content: center;
}

.cbs-s {
    color: #fff;
}

.cbs-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cbs-s label {
    width: 60%;
}

.searchbar {
    width: 100%;
    padding: 10px 35px 10px 10px;
    box-shadow: none;
    outline: 0;
    border: 1px solid #18528f7a;
    position: relative;
    display: flex;
}


.pbs {
    position: absolute;
    top: 23px;
    right: 2px;
    transform: translate(0, -50%);
    border: none;
    background: none;
    background: #18528f;
    z-index: 9;
    height: 42px;
    width: 50px;
}

.search-container {
    position: relative;
    margin: 0 !important;
}


.search-box {
    margin-top: 10px;
}


.mbm-link {
    width: 20%;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    padding: 20px 0;
    border-right: 1px solid #18528f2e;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #1e62a9;
}

.mbm-holder {
    display: flex;
    padding: 20px 0px;
    position: fixed;
    bottom: -20px;
    width: 100%;
    z-index: 1;
}

.mbm-link:last-child {
    border-right: none;
}


.mbm-holder {
    display: none;
}

.sp-log-res-list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.mobil-menu-list-link-top {
    display: block;
    padding: 10px;
    background: #ecedef;
    border-radius: 10px;
    color: #16528f;
    text-align: center;
}


.cmp-list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    background: #ecedef;
    padding: 10px;
}

.contact-me-phone-holder {
    position: fixed;
    bottom: 0;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
}

.btn-call-mobil {
    width: 100%;
    background: #14528f;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    width: 100px;
    justify-content: center;
}

.cmp-item {
    color: #14528f;
    font-weight: 800;
    font-size: 15px;
    text-align: center;
}

.cmp-item span {
    font-weight: 300;
    font-size: 15px;
}

.mobil-menu-content-top {
    margin-bottom: 50px;
}


.gallery-slider-video {
    height: 355px;
}

.custom-title-mini {
    color: #18528f;
    font-weight: 600;
}

.custom-title-mini {
    border-bottom: 1px solid #18528f38;
    padding-bottom: 10px;
}

.swiper-button-next, .swiper-button-prev {
    color: #1e62a9 !important;
}


.summary-wrapper {padding: 20px;border-radius: 10px;margin-top: 30px;border: 1px solid #dddddd;}

.item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.product-info {
    display: flex;
    align-items: center;
}

.product-image {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

.product-details {
    font-size: 0.9rem;
}

.product-title {
    font-weight: bold;
}

.product-subtitle {
    color: #888;
    font-size: 0.8rem;
}

.price-info {
    text-align: right;
    color: #333;
    font-weight: bold;
}

.subtotal-row, .shipping-row, .discount-row, .total-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 0.9rem;
}

.total-row {
    font-weight: bold;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.discount-link {
    color: #007bff;
    cursor: pointer;
    padding-top: 5px;
    font-size: 0.9rem;
}

.tax-info {
    font-size: 0.8rem;
    color: #888;
    text-align: right;
    padding-top: 5px;
}


.payment-method-wrapper {
    /* max-width: 500px; */
    margin: 30px auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border: 1px solid #dddddd;
}

.payment-option {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.payment-option.selected {
    border-color: #1d62a9;
    background-color: #f0f5ff;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.remove-option {
    color: #007bff;
    font-size: 0.9rem;
    cursor: pointer;
}

.installment-options {
    padding: 10px;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
    color: #333;
}

.installment-options .installment-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-options {
    font-size: 0.9rem;
    color: #666;
    padding: 5px 0;
}

.complete-button {
    background-color: #1d62a9;
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.complete-button:hover {
    background-color: #3a5ebf;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #333;
    gap: 10px;
    margin-top: 10px;
}

.checkbox-label input {
    accent-color: #4a7eff;
}


.credit-card-option {
    border: 2px solid #dddddd;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    display: none;
    font-size: 0.9rem;
}

.credit-card-option input {
    margin-bottom: 10px;
}

.save-card-option {
    font-size: 0.8rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
}

.save-card-option img {
    width: 25px;
}

.remove-option:hover {
    color: #fff;
    background: #1d62a9;
}

.remove-option {
    background: #1d62a9;
    color: #fff;
}

.sp-ok {
    background: #06c467;
}

.sp-d {
    background: red;
}

.sp-w {
    background: #ff8f1e;
}