@media screen and (max-width: 992px) {
    .contact-top {}
}

@media (max-width: 768px) {
    .contact-top {}
}

@media (max-width: 425px) {
    .contact-top {}
    .main-slider-content {
        left: 50px;
        zoom: .7;
    }
    .title-icons .utf-category-box-icon-item {
        height: 80px;
        width: 80px;
    }
    .ot-tabs .tabs-heading {
        overflow: scroll hidden;
        white-space: nowrap;
        margin: auto;
        width: 100%;
        display: flow-root;
    }
    .ot-tabs .tab-link,
    .ot-tabs .tab-link:hover {
        display: inline-block;
    }
    .donate-list {
        overflow: scroll hidden;
        white-space: nowrap;
        display: inherit;
    }
    .donate-list li {
        display: inline-block;
    }
    .menu-icon-links {
        overflow: scroll hidden;
        white-space: nowrap;
        display: inherit !important;
    }
    .menu-icon-links li {
        display: inline-block;
    }
    .owl-theme .owl-nav [class*='owl-'] {
        position: inherit;
    }
    .banner-slider .owl-nav [class*='owl-'] {
        position: absolute;
        right: -5px;
    }
    .banner-slider .owl-nav .owl-next {}
    .banner-slider .owl-nav .owl-prev {
        left: 0px;
    }
    .footer-v1 {
        padding: 80px 0 200px 0;
        background-size: auto;
    }
    .services-v3 {
        padding: 20px 0 100px 0;
    }
}

@media (max-width: 375px) {
    .contact-top {}
}

@media (max-width: 320px) {
    .contact-top {}
}

/* Ana Kapsayıcı Tasarımı */
.slider-master-wrapper {
    padding: 30px 0;
    max-width: 1250px;
    margin: 0 auto;
}

/* Kırmızı Kampanya Kartı */
.red-campaign-card {
    background: #D11218 !important; /* Görseldeki kırmızı tonu */
    border-radius: 25px;
    padding: 50px;
    color: #fff;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.card-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.card-text { width: 55%; }
.card-text h2 { font-size: 36px; font-weight: 800; margin-bottom: 15px; color: #fff; }
.card-text p { font-size: 17px; line-height: 1.6; margin-bottom: 25px; opacity: 0.95; }
.detail-btn { 
    color: #fff; 
    text-decoration: none; 
    font-weight: 600; 
    border-bottom: 1px solid #fff; 
    padding-bottom: 3px;
    transition: 0.3s;
}
.detail-btn:hover { opacity: 0.7; }

/* Sağ Taraf Görseli */
.card-image { width: 40%; text-align: right; }
.card-image img { max-width: 100%; height: auto; object-fit: contain; }

/* Alt Menü (İkonlu Tablar) */
.thumb-menu-slider {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.thumb-nav-item { cursor: pointer; text-align: center; }
.thumb-content { display: flex; flex-direction: column; align-items: center; gap: 10px; }

.icon-box { 
    width: 55px; 
    height: 55px; 
    background: #f4f4f4; 
    border-radius: 12px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 22px; 
    color: #555;
    transition: 0.3s;
}

.thumb-nav-item span { font-size: 14px; color: #333; font-weight: 500; }

/* Aktif Sekme Durumu */
.swiper-slide-thumb-active .icon-box { 
    background: #ffecec; 
    color: #D11218; 
}
.swiper-slide-thumb-active span { 
    color: #D11218; 
    font-weight: 700; 
}

/* Navigasyon Okları Renk Ayarı */
.main-campaign-slider .swiper-button-next, 
.main-campaign-slider .swiper-button-prev {
    color: #fff;
    transform: scale(0.7);
}