
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    zoom: 0.7;
}


/* Header and Slider Overlay */
header + .slider-container {
    margin-top: 0; /* Remove margin to overlay header on slider */
}

/* Sticky Header */
header {
    background-color: transparent; /* Make header transparent */
    box-shadow: none; /* Remove shadow */
    position: fixed; /* Fix header to the top */
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

header.scrolled {
    background-color: white; /* Slightly opaque when scrolled */
    padding: 5px 0;
}

.top-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    padding: 0 10px; /* Reduce left and right padding */
}

.logo img {
    height: 120px;
    margin-left: 10px; /* Move logo slightly to the left */
}

nav ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

nav ul li {
    position: relative;
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: white; /* Change text color to white for visibility */
    font-weight: bold;
    font-size: 18px;
}

header.scrolled nav ul li a {
    color: #0B5AA8; /* Change to black when scrolled */
}

.language-option {
    color: white;
}

header.scrolled .language-option {
    color: #0B5AA8;
}


/* Dropdown Menu */
nav ul li ul.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    display: none;
    list-style: none;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 250%;
}

nav ul li:hover ul.dropdown {
    display: block;
    z-index: 100;
}

nav ul li ul.dropdown li {
    border-bottom: 1px solid #ddd;
    position: relative;
}

nav ul li ul.dropdown li a {
    color: #333;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

nav ul li ul.dropdown li a:hover {
    color: #0B5AA8;
    background-color: #f5f5f5;
}

nav ul li ul.dropdown li:last-child {
    border-bottom: none;
}

nav ul li ul.dropdown li a:hover::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background-color: #0B5AA8;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 2000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    transform: translateX(0);
    display: block;
}

.mobile-menu-header {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.mobile-menu-header img {
    width: 100%;
    height: auto;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-menu ul li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
    padding: 15px;
    position: relative;
}

.mobile-menu ul li .dropdown {
    display: none;
    background-color: #0B5AA8; /* Match button color */
    padding-left: 0;
}

.mobile-menu ul li.active .dropdown {
    display: block;
}

.mobile-menu ul li .dropdown li a {
    color: white;
    padding: 10px 15px;
}

.mobile-menu ul li a .fas {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-menu-icon {
    display: none;
    cursor: pointer;
    padding-right: 15px;
    font-size: 24px; /* Increase icon size */
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.donate-button.mobile-only {
    margin-top: 20px;
    text-align: center; /* Center the button */
}

@media (max-width: 968px) {
    .desktop-menu {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
/* Donate Button Slider */

.slide {
            position: relative;
        }

        .donate-button-slider {
            position: absolute;
            bottom: 4.5vw;
            right: 58.1vw;
            padding: 10px 20px;
            background-color: #0B5AA8;
            color: white;
            text-decoration: none;
            border-radius: 34px;
            font-size: 2.0vw;
            font-weight: bold;
            z-index: 10;
        }

/* Donate Button */
.donate-button .btn {
    background-color: #0B5AA8;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 24px;
    font-weight: bold;
}

.donate-button .btn:hover {
    background-color: #45a049;
}

/* Header Section */
.header-section {
    position: relative;
    width: 100%;
    height: 35vw;
    /* Yüksekliği tam pencere yüksekliği yapıyoruz */
    background-size: cover;
    /* Görseli tam genişlikte ve yükseklikte tutuyoruz */
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.header-container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px; /* Reduce left and right padding */
}

.header-content {
    position: relative;
    color: white;
    margin-left: 10px; /* Move content slightly to the left */
}

.header-title {
    font-size: 34px;
    margin-bottom: 10px;
}

.header-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.social-iconss {
    display: flex;
    gap: 10px;
}

.social-iconss a {
    color: white;
    font-size: 24px;
    text-decoration: none;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Daha iyi görünürlük için arka plan rengi */
}

.social-iconss a:hover {
    color: #7A7A7A;
}

/* Mobile styles for header section */
@media screen and (max-width: 968px) {
    .header-section {
        height: 30vh; /* Reduce height for mobile */
    }

    .header-container {
        padding: 0 5px; /* Further reduce padding */
        margin-bottom: -20px;
    }

    .header-content {
        margin-left: 5px; /* Adjust margin for mobile */
    }

    .header-title {
        font-size: 24px; /* Reduce font size for mobile */
    }

    .header-subtitle {
        font-size: 16px; /* Reduce font size for mobile */
    }

    .social-iconss {
        display: none; /* Hide social icons on mobile */
    }
}


/* Slider Section */
.slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 40.25%; /* 16:9 aspect ratio */
    margin-top: 0; /* Remove top margin */
}

.slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Slider Arrows */
button.prev, button.next {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    background-color: transparent;
    color: black;
    border: none;
    padding: 0px;
    cursor: pointer;
    font-size: 24px;
    z-index: 100;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

button.prev:hover, button.next:hover {
    color: #b80000;
}

  /* Contact stil ayarları */
        .contact-info-container {
            text-align: center;
            padding: 60px 0;
            display: flex;
            justify-content: space-around;
            max-width: 1200px;
            margin: 0 auto;
        }

        .contact-info {
            flex: 1;
            max-width: 300px;
            text-align: center;
        }

        .contact-info i {
            font-size: 45px;
            margin-bottom: 15px;
        }

        .contact-info h3 {
            font-size: 22px;
            margin-bottom: 10px;
        }

        .contact-info p {
            font-size: 16px;
            color: #555;
        }

        .contact-form {
            padding: 60px;
            margin: 40px auto;
            max-width: 1000px;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }

        .contact-form h2 {
            font-size: 32px;
            margin-bottom: 20px;
            text-align: center;
        }

        .contact-form p {
            font-size: 18px;
            color: #666;
            text-align: center;
            margin-bottom: 30px;
        }

        .contact-form form {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .contact-form form input,
        .contact-form form textarea {
            margin-bottom: 20px;
            padding: 18px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 16px;
            width: 100%;
            max-width: 800px;
            transition: border-color 0.3s;
        }

        .contact-form form input:focus,
        .contact-form form textarea:focus {
            border-color: #007bff;
            outline: none;
        }

        .contact-form form button {
            padding: 15px 40px;
            background-color: #0B5AA8;
            color: #fff;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 18px;
            transition: background-color 0.3s;
            max-width: 800px;
            width: 100%;
        }

        .contact-form form button:hover {
            background-color: #0056b3;
        }

        .contact-map {
            width: 100%;
            height: 500px;
            margin-top: 40px;
        }

        .contact-map iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }

        /* Mobil Responsive Tasarım */
        @media screen and (max-width: 968px) {
            .contact-info-container {
                flex-direction: column;
                padding: 30px 20px;
            }

            .contact-info {
                max-width: 100%;
                margin-bottom: 30px;
            }

            .contact-form {
                padding: 30px 20px;
                margin: 20px;
            }

            .contact-form h2 {
                font-size: 24px;
            }

            .contact-form p {
                font-size: 16px;
            }

            .contact-form form input,
            .contact-form form textarea {
                padding: 15px;
                font-size: 14px;
            }

            .contact-form form button {
                padding: 12px 30px;
                font-size: 16px;
            }

            .contact-map {
                height: 300px;
            }
        }

        @media screen and (max-width: 968px) {
            .contact-info i {
                font-size: 35px;
            }

            .contact-info h3 {
                font-size: 18px;
            }

            .contact-info p {
                font-size: 14px;
            }

            .contact-form h2 {
                font-size: 20px;
            }

            .contact-form p {
                font-size: 14px;
            }

            .contact-form form input,
            .contact-form form textarea {
                padding: 12px;
                font-size: 13px;
            }

            .contact-form form button {
                padding: 10px 25px;
                font-size: 14px;
            }
        }

 /* Projelerimiz Section */
.projects-section {
    text-align: center;
    padding: 50px 20px;
}

.projects-header h2 {
    font-size: 2.5em;
    color: #4A4A4A;
    margin-bottom: 15px;
}

.projects-header p {
    font-size: 1.3em;
    color: #7A7A7A;
    margin-bottom: 40px;
}

 .swiper {
            margin-bottom: 30px;
            max-width: 1600px;
        }

        .swiper .swiper-pagination {
            margin-bottom: -0px;
        }

        .projects-title {
            font-size: 34px;
            color: #302C51;
        }

        .projects-description {
            font-size: 16px;
            color: #757575;
        }

        /* Card Section */
        .card-wrapper {
            max-width: 1500px;
            margin: 0 auto 35px;
            padding: 20px 10px;
            overflow: hidden;
        }

        .card-list .card-item {
            list-style: none;
            height: 100%;
        }

        .card-list .card-item .card-link {
            display: flex;
            flex-direction: column;
            background: #fff;
            height: 500px;
            user-select: none;
            border-radius: 12px;
            text-decoration: none;
            border: 2px solid transparent;
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .card-list .card-item .card-link:active {
            cursor: grabbing;
        }

        .card-list .card-item .card-link:hover {
            transform: scale(1.05);
        }

        .card-list .card-link .card-image {
            width: 120%;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            flex-shrink: 0;
        }

        .card-list .card-link .card-content {
            display: flex;
            flex-direction: column;
        }

        .card-list .card-link .badge {
            color: #000;
            width: fit-content;
            padding: 8px 16px;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .card-list .card-link .card-title {
            color: #000;
            font-size: 16px;
            padding: 8px 16px;
            font-weight: 600;
            margin: 0;
        }

        .card-wrapper .swiper-pagination-bullet {
            height: 13px;
            width: 13px;
            opacity: 0.5;
            background: #000;
        }

        .card-wrapper .swiper-pagination-bullet-active {
            opacity: 1;
        }

        .card-wrapper .swiper-slide-button {
            color: #000;
            margin-top: -35px;
        }

        /* Add 30px space below pagination */
        .swiper-pagination {
            margin-bottom: 30px;
        }

        /* Responsive media query code for small screens */
        @media (max-width: 968px) {
            .card-wrapper {
                margin: 0 10px 25px;
            }

            .card-wrapper .swiper-slide-button {
                display: none;
            }
        }
        
/* Zekat Section */

        .zekat-section {
            position: relative;
            width: 100%;
            height: 400px;
            overflow: hidden;
        }

        .zekat-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .zekat-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .zekat-content {
            position: absolute;
            top: 50%;
            left: 16%;
            transform: translateY(-50%);
            text-align: left;
            color: white;
            z-index: 1;
        }

        .zekat-content h2 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            color: #fff;
        }

        .zekat-content p {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 30px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            color: #fff;
        }

        .zekat-buttons {
            display: flex;
            justify-content: start;
        }

        .zekat-button {
            padding: 10px 20px;
            background-color: #0B5AA8;
            color: white;
            text-decoration: none;
            border-radius: 24px;
            font-weight: bold;
            transition: background-color 0.3s ease;
        }

        .zekat-button:hover {
            background-color: #094a8a;
        }

        @media (max-width: 968px) {
            .zekat-section {
                height: 300px;
            }

            .zekat-content h2 {
                font-size: 28px;
            }

            .zekat-content p {
                font-size: 16px;
            }

            .zekat-button {
                padding: 8px 16px;
                font-size: 14px;
            }
        }



/* Icon Section */
.icon-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 0;
    margin-top: 20px;
}

.icon-section .container {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    position: relative;
    max-width: 1600px;
    padding: 0 10px; /* Reduce left and right padding */
}

.icon-item {
    text-align: center;
    padding-bottom: 5px;
    position: relative;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.icon-item.hidden {
    opacity: 0; /* Hidden icon */
}

.icon-item.active {
    border-bottom: 2px solid #0B5AA8;
    transition: border-bottom 0.3s ease;
}


.icon-item img {
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}

.icon-item p {
    font-weight: bold;
    color: #333;
    font-size: 14px; /* Font boyutunu küçülttük */
    white-space: nowrap; /* Tek satırda kalmasını sağlar */
}


/* About Section */
.about-header-section {
    background-size: cover;
    background-position: center;
    padding: 5px 0;
    text-align: center;
    background-color: #0B5AA8;
    color: white;
}

.about-container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
}

.about-section-title {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.about-section {
    padding: 0px 0;
}

.about-section h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #0B5AA8;
}

.about-section p {
    font-size: 20px;
    font-weight: 550;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-section ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.about-section ul li {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 550;
}
.mission-list {
    list-style-type: none;
    padding: 0;
}

.mission-list li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
}





/* Donate Section */

.donation-slider-section {
    padding: 0 20px;
}

.container {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 10px; /* Reduce left and right padding */
}

.donation-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.donation-column {
    flex: 1;
    text-align: center;
}

.donation-column:first-child {
    flex: 0 0 60%;
}

.donation-column:last-child {
    flex: 0 0 35%;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.slider-image {
    width: 75%;
    height: auto;
    border-radius: 10px;
}

button.prevd, button.nextd {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: black;
    border: none;
    padding: 0px;
    cursor: pointer;
    font-size: 24px;
    z-index: 100;
}

button.prevd {
    left: 10px;
}

button.nextd {
    right: 10px;
}

button.prevd:hover, button.nextd:hover {
    color: #b80000;
}

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
}

.slider-button.prev {
    left: 10px;
}

.slider-button.next {
    right: 10px;
}

.donation-info,
.account-info {
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

h2,
h3 {
    color: #0B5AA8;
    margin-bottom: 10px;
}

p,
li {
    color: #000;
    line-height: 1.6;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

/* Projects Section */
.sc-projects {
        padding: 20px 0;
    }

    .sc-heading {
        background-color: #0B5AA8;
        color: white;
        text-align: center;
        padding: 15px 0;
        margin-bottom: 30px;
    }

    .sc-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .sc-group {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 60px;
    }

    .sc-card {
        margin: 0 40px;
        width: auto;
    }

    .sc-card img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        display: block;
        margin: 0 auto;
    }


/* Footer Container */
.footer {
    background-color: #202020;
    padding: 40px 0 20px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin-top: 50px; /* Footer'ın içeriğin sonunda olmasını sağlar */
}

.footer-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-logo {
    flex: 0 0 auto;
    margin-right: 15px;
}

.footer-logo img {
    max-width: 200px;
}

.organization-info {
    flex: 1;
    font-size: 18px;
    color: #fff;
    text-align: left;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

/* Address and Contact Section */
.footer-contact {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.footer-contact li {
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-contact li i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

/* Links Section */
.footer-column h4 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
}

.footer-column ul li a:hover {
    color: #fff;
}

/* Call Center and Social Media */
.footer-column h4 + p {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    list-style: none;
}

.footer-column h4 + p i {
    margin-right: 10px;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    color: #bbb;
    margin-right: 20px;
    font-size: 24px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #fff;
}

/* Copyright Section */
.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #bbb;
    font-size: 14px;
}
/* WhatsApp Icon */
.whatsapp-icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}



/* Responsive */
@media screen and (max-width: 968px) {
    /* Genel Ayarlar */
    body {
        font-size: 14px;
    }

    header {
        padding: 0px;
    }
    .container {
        padding: 0px;
    }

   
   .language-option {
    color: #000;    
   }

   .donate-button .btn {
    padding: 5px 10px;
    font-size: 14px;
   }
    /* Header */
    .logo img {
        height: 60px; /* Logoyu daha küçük yap */
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
    }

    .mobile-menu-header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .mobile-menu-header img {
        height: 60px; /* Logo boyutunu küçült */
        width: auto;
    }

    .mobile-menu-icon {
        font-size: 24px;
        margin-right: 10px;
        color: #fff;
    }
    .scrolled .mobile-menu-icon {
        color: #000;
    }

    /* Slider */
        @media (max-width: 968px) {
            .donate-button-slider {
                bottom: 1.5vw;
                right: 51vw;
                padding: 4px 8px;
                font-size: 3vw;
                border-radius: 12px;
            }
        }
    .slider {
        height: 50vw; /* Yüksekliği artır */
    }

    .slider img {
        height: 100%;
        object-fit: cover;
    }

    button.prev, button.next {
        top: 13%;
        transform: translateY(-13%);
        background-color: transparent;
        color: #333;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }

    /* Footer */
    .footer-row {
        flex-direction: column;
        gap: 20px;
    }

    .footer-column {
        width: 100%;
        text-align: center;
    }

    .footer-top {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 10px;
    }

    .organization-info {
        text-align: center;
    }

    /* İkonlar Bölümü */
    .icon-section .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .icon-item {
        text-align: center;
        margin: 10px 0;
    }

    .icon-item p {
        font-size: 12px;
        white-space: normal;
    }

    .social-icons, .social-icons a {
        display: flex;
        align-items: center;
    }

    .social-icons a {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /* İçerik Konteyner */
    .content-container {
        flex-direction: column;
    }

    .image-content {
        order: -1;
        width: 100%;
    }

    .text-content {
        width: 100%;
    }

    /* Posterler Bölümü */
    .posters-section .container {
        gap: 15px;
    }

    .poster-item.large,
    .poster-item.small {
        width: 100%;
    }

    /* Genel Buton Ayarları */
    .donate-button {
        width: 100%;
        padding: 12px;
        font-size: 18px;
        margin: 20px 0;
    }

    /* Bağış Kartları */
    .card-container {
        flex-direction: column;
    }

    

    

    /* Değerlerimiz sayfası */
    .about-header-section {
        padding: 30px 10px;
    }

    .mission-list li {
        font-size: 16px;
    }

    .custom-icon-section .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .custom-donation-slider-section .donation-row {
        flex-direction: column;
    }

    .custom-donation-slider-section .donation-column:first-child {
        order: 1;
    }

    .custom-donation-slider-section .donation-column:last-child {
        order: 2;
    }
}
