/* ============================================
   Altıeylül Belediyesi - Özel Tema Stilleri
   ============================================ */

/* --- 1. RENK PALETİ (Kolayca Değiştirilebilir) --- */
:root {
    /* Ana Tema Renkleri - Mavi Paleti */
    --altieylul-theme-primary: #2563EB; /* Ana mavi */
    --altieylul-theme-secondary: #3B82F6; /* Açık mavi */
    --altieylul-theme-dark: #1E40AF; /* Koyu mavi */
    --altieylul-theme-light: #60A5FA; /* Çok açık mavi */
    --altieylul-theme-accent: #93C5FD; /* Vurgu mavisi */
    /* Destekleyici Renkler */
    --altieylul-bg-gradient-start: #3B82F6;
    --altieylul-bg-gradient-end: #2563EB;
    --altieylul-text-on-primary: #FFFFFF;
    --altieylul-hover-light: #60A5FA;
    /* Override Ana Tema Renkleri */
    --theme-color: var(--altieylul-theme-primary);
    --theme-color2: var(--altieylul-theme-dark);
    --theme-dark: var(--altieylul-theme-dark);
}

/* --- 2. LOGO STİLLERİ --- */
body .th-header.header-default .sticky-wrapper .container .menu-area .header-logo,
body .th-header.header-default .menu-area .header-logo,
body .header-default .menu-area .header-logo,
body .th-header .header-logo,
body .header-logo {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.header-logo img,
.mobile-logo img,
.about-logo img {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: block;
}

.mobile-logo,
.about-logo {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

    .header-logo a,
    .mobile-logo a,
    .about-logo a {
        background: transparent !important;
        background-color: transparent !important;
        display: inline-block;
        border: none !important;
        box-shadow: none !important;
    }

/* --- Hayvan kartı görseli (büyütmek için tıklanabilir) --- */
.donation-card .box-thumb img {
    cursor: pointer;
}

/* --- 3. BUTON STİLLERİ --- */
.th-btn {
    transition: all 0.3s ease;
    border-radius: 8px !important;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

    .th-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
        background: var(--altieylul-theme-secondary) !important;
    }

    .th-btn.style5,
    .th-btn.style6 {
        background: linear-gradient(135deg, var(--altieylul-theme-primary), var(--altieylul-theme-secondary)) !important;
        border: none !important;
        padding: 16px 35px;
        font-size: 1.05rem;
        font-weight: 600;
        letter-spacing: 0.5px;
        position: relative;
        overflow: hidden;
    }

        .th-btn.style5::before,
        .th-btn.style6::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s;
        }

        .th-btn.style5:hover::before,
        .th-btn.style6:hover::before {
            left: 100%;
        }

        .th-btn.style5:hover,
        .th-btn.style6:hover {
            background: linear-gradient(135deg, var(--altieylul-theme-secondary), var(--altieylul-theme-accent)) !important;
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(37, 99, 235, 0.5);
        }

/* --- 4. KART STİLLERİ --- */
.donation-card {
    border-radius: 16px !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    background: #fff;
}

    .donation-card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 12px 40px rgba(37, 99, 235, 0.25) !important;
        border-color: var(--altieylul-theme-primary);
    }

    .donation-card .box-thumb {
        border-radius: 12px 12px 0 0;
        overflow: hidden;
    }

        .donation-card .box-thumb img {
            transition: transform 0.5s ease;
        }

    .donation-card:hover .box-thumb img {
        transform: scale(1.1);
    }

    .donation-card .box-content {
        padding: 20px;
    }

    .donation-card .box-title {
        color: var(--altieylul-theme-dark);
        font-weight: 700;
        margin-bottom: 15px;
    }

/* Progress Bar Stilleri */
.donation-card_progress-wrap .progress {
    background: #f0f0f0;
    border-radius: 10px;
    height: 8px;
    overflow: hidden;
}

.donation-card_progress-wrap .progress-bar {
    background: linear-gradient(90deg, var(--altieylul-theme-primary), var(--altieylul-theme-secondary));
    border-radius: 10px;
    transition: width 0.6s ease;
}

/* --- 5. HERO SECTION STİLLERİ (Modern & Şık) --- */
.hero-2 {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.98), rgba(59, 130, 246, 0.95), rgba(96, 165, 250, 0.92)) !important;
    position: relative;
    overflow: hidden;
}

    .hero-2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
        pointer-events: none;
    }

    .hero-2::after {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
        animation: pulse-glow 4s ease-in-out infinite;
    }

@keyframes pulse-glow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.hero-style2 {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

    .hero-style2 .sub-title {
        color: rgba(255, 255, 255, 0.95);
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 0.9rem;
        margin-bottom: 20px;
        display: inline-block;
        padding: 8px 20px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .hero-style2 .hero-title {
        color: #fff;
        font-size: 3.5rem;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 25px;
        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        letter-spacing: -1px;
    }

        .hero-style2 .hero-title .title1 {
            display: block;
            margin-bottom: 10px;
        }

        .hero-style2 .hero-title .title2 {
            display: block;
            font-size: 3rem;
            background: linear-gradient(135deg, #fff, rgba(252, 211, 77, 0.9));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-style2 .hero-title .text-theme2 {
            color: #FCD34D !important;
            text-shadow: 0 2px 10px rgba(252, 211, 77, 0.5);
            position: relative;
            display: inline-block;
        }

            .hero-style2 .hero-title .text-theme2::after {
                content: '';
                position: absolute;
                bottom: 5px;
                left: 0;
                right: 0;
                height: 8px;
                background: rgba(252, 211, 77, 0.3);
                border-radius: 4px;
                z-index: -1;
            }

    .hero-style2 .hero-text {
        color: rgba(255, 255, 255, 0.95);
        font-size: 1.15rem;
        line-height: 1.9;
        margin-bottom: 35px;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        max-width: 90%;
    }

.hero-2-img {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

    .hero-2-img img {
        transition: transform 0.5s ease;
    }

    .hero-2-img:hover img {
        transform: scale(1.05) translateY(-10px);
    }

/* --- 6. CTA KARTLARI --- */
.cta-card {
    border-radius: 20px !important;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 3px solid transparent;
}

    .cta-card:hover {
        transform: translateY(-5px);
        border-color: var(--altieylul-theme-primary);
        box-shadow: 0 15px 35px rgba(37, 99, 235, 0.3);
    }

    .cta-card .box-title {
        color: #fff;
        font-weight: 700;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .cta-card .box-text {
        color: rgba(255, 255, 255, 0.95);
    }

/* --- 7. VIDEO/STATS ALANI --- */
.video-area-1.bg-theme {
    background: linear-gradient(135deg, var(--altieylul-theme-dark), var(--altieylul-theme-primary)) !important;
}

.video-area-1 .container {
    max-width: 1720px;
}
.video-area-1.space {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.video-area-1 .video-area-inner {
    max-width: 100%;
}
.video-area-1 .video-thumb-wrap {
    position: relative;
    overflow: visible;
}
.video-area-1 .video-thumb-wrap .video-thumb1-1 {
    margin: 0 auto;
    height: 620px;
    max-height: 620px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.video-area-1 .video-thumb1-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.video-area-1 .video-thumb-wrap .play-btn {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media (max-width: 1299px) {
    .video-area-1 .video-thumb-wrap .video-thumb1-1 {
        height: 580px;
        max-height: 580px;
    }
}
@media (max-width: 1199px) {
    .video-area-1 .video-thumb-wrap .video-thumb1-1 {
        height: 540px;
        max-height: 540px;
    }
}
@media (max-width: 991px) {
    .video-area-1 .video-area-inner {
        max-width: 100%;
    }
    .video-area-1 .video-thumb-wrap .video-thumb1-1 {
        height: auto;
        max-height: 400px;
        aspect-ratio: 16/10;
    }
}

.counter-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

    .counter-card:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-5px);
    }

    .counter-card .box-number {
        font-size: 2.5rem;
        font-weight: 800;
        background: linear-gradient(135deg, #FCD34D, #60A5FA);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

/* --- 8. NAVİGASYON MENÜ --- */
.main-menu ul li a {
    transition: all 0.3s ease;
    position: relative;
}

    .main-menu ul li a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 2px;
        background: var(--altieylul-theme-primary);
        transition: width 0.3s ease;
    }

    .main-menu ul li a:hover::after,
    .main-menu ul li a.active::after {
        width: 100%;
    }

    .main-menu ul li a:hover {
        color: var(--altieylul-theme-primary) !important;
    }

/* --- 9. FORM ELEMANLARI --- */
.form-control:focus,
.form-select:focus {
    border-color: var(--altieylul-theme-primary);
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

.btn-primary {
    background: linear-gradient(135deg, var(--altieylul-theme-primary), var(--altieylul-theme-secondary));
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .btn-primary:hover {
        background: linear-gradient(135deg, var(--altieylul-theme-secondary), var(--altieylul-theme-accent));
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
    }

/* --- 10. ANİMASYONLAR --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.donation-card {
    animation: fadeInUp 0.6s ease-out;
}

    .donation-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .donation-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .donation-card:nth-child(3) {
        animation-delay: 0.3s;
    }

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* --- HERO ÜST BANNER (çatı görseli) --- */
.hero-roof-banner {
    width: 100%;
    background: #fff;
    overflow: hidden;
    line-height: 0; /* img altındaki boşluğu kaldır */
    margin-bottom: 4px; /* çatı ile hero arasında nefes boşluğu */
}

    .hero-roof-banner img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

@media (max-width: 768px) {
    .hero-roof-banner {
        margin-bottom: 8px;
    }

        .hero-roof-banner img {
            height: auto;
        }
}

/* Hero wrapper davranışı değişmesin */
.th-hero-wrapper.hero-2 {
    position: relative;
    overflow: hidden;
}

/* --- 11. RESPONSIVE İYİLEŞTİRMELER --- */
/* Mobil: header logoyu küçülttüm, sol üste aldım; çatı görselini kapatmsıng diye*/
@media (max-width: 991px) {
    .header-default .header-logo,
    .header-default .menu-area .header-logo {
        padding-top: 1px !important;
        padding-bottom: 30px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

        .header-default .header-logo img,
        .header-default .menu-area .header-logo img {
            max-width: 80px !important;
            max-height: 80px !important;
            width: auto !important;
            height: auto !important;
            padding: 4px !important;
            object-fit: contain;
        }
}

@media (max-width: 768px) {
    .hero-style2 .hero-title {
        font-size: 2.2rem;
    }

        .hero-style2 .hero-title .title2 {
            font-size: 2rem;
        }

    .hero-style2 .hero-text {
        font-size: 1rem;
        max-width: 100%;
    }

    .hero-style2 .sub-title {
        font-size: 0.8rem;
        padding: 6px 15px;
    }

    .donation-card {
        margin-bottom: 20px;
    }

    .counter-card {
        margin-bottom: 15px;
    }

    .footer-widget .widget_title {
        font-size: 1.1rem;
    }

    .widget-area {
        padding: 60px 0 40px;
    }
}

/* --- 12. FOOTER STİLLERİ (Modern & Şık) --- */
.footer-wrapper {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

/* Header logo: kare görünümü yumuşat (mobil/desktop) */
.header-logo img,
.mobile-logo img {
    border-radius: 999px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
}


.footer-wrapper.footer-default {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
}

    .footer-wrapper.footer-default .footer-widget .widget_title {
        color: #fff !important;
    }

    .footer-wrapper.footer-default .footer-widget .menu li a,
    .footer-wrapper.footer-default .footer-widget.widget_nav_menu a,
    .footer-wrapper.footer-default .footer-widget.widget_pages a,
    .footer-wrapper.footer-default .footer-widget.widget_meta a,
    .footer-wrapper.footer-default .footer-widget.widget_categories a,
    .footer-wrapper.footer-default .footer-widget.widget_archive a {
        color: rgba(255, 255, 255, 0.75) !important;
    }

        .footer-wrapper.footer-default .footer-widget .menu li a:hover {
            color: #fff !important;
        }


.hero-visit-hours {
    max-width: 260px;
}

.hero-visit-hours img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: block;
}

.hero-visit-hours-mobile {
    display: none;
    max-width: 260px;
}

.hero-visit-hours-mobile img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: block;
}

@media (max-width: 767px) {
    .hero-visit-hours-mobile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.5rem;
    }

    .hero-visit-hours-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hero-visit-hours-mobile {
        display: none;
    }
}

.footer-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
}

.widget-area {
    position: relative;
    z-index: 1;
    padding: 80px 0 50px;
}

.footer-widget {
    margin-bottom: 30px;
}

    .footer-widget .widget_title {
        color: #fff;
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 15px;
    }

        .footer-widget .widget_title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, var(--altieylul-theme-primary), var(--altieylul-theme-secondary));
            border-radius: 2px;
        }

    .footer-widget .menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-widget .menu li {
            margin-bottom: 12px;
        }

            .footer-widget .menu li a {
                color: rgba(255, 255, 255, 0.7);
                text-decoration: none;
                font-size: 0.95rem;
                transition: all 0.3s ease;
                display: inline-flex;
                align-items: center;
                gap: 10px;
                position: relative;
                padding-left: 0;
            }

                .footer-widget .menu li a::before {
                    content: '→';
                    color: var(--altieylul-theme-primary);
                    font-weight: bold;
                    opacity: 0;
                    transform: translateX(-10px);
                    transition: all 0.3s ease;
                }

                .footer-widget .menu li a:hover {
                    color: #fff;
                    padding-left: 15px;
                    transform: translateX(5px);
                }

                    .footer-widget .menu li a:hover::before {
                        opacity: 1;
                        transform: translateX(0);
                    }

/* Footer Logo */
.about-logo {
    margin-bottom: 25px;
}

    .about-logo img {
        filter: brightness(1.1);
        transition: transform 0.3s ease;
    }

    .about-logo:hover img {
        transform: scale(1.05);
    }

/* Footer Contact Card */
.th-widget-contact .info-card {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15), rgba(59, 130, 246, 0.1));
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

    .th-widget-contact .info-card:hover {
        background: linear-gradient(135deg, rgba(37, 99, 235, 0.25), rgba(59, 130, 246, 0.15));
        border-color: rgba(59, 130, 246, 0.4);
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
    }

.th-widget-contact .box-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--altieylul-theme-primary), var(--altieylul-theme-secondary));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

    .th-widget-contact .box-icon i {
        font-size: 1.5rem;
        color: #fff;
    }

.th-widget-contact .box-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.th-widget-contact .box-title {
    margin: 0;
}

    .th-widget-contact .box-title a {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .th-widget-contact .box-title a:hover {
            color: var(--altieylul-theme-light);
            text-shadow: 0 0 10px rgba(96, 165, 250, 0.5);
        }

/* Social Media Icons */
.th-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

    .th-social a {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        backdrop-filter: blur(10px);
        position: relative;
        overflow: hidden;
    }

        .th-social a::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }

        .th-social a:hover::before {
            width: 300px;
            height: 300px;
        }

        .th-social a:hover {
            background: var(--altieylul-theme-primary);
            border-color: var(--altieylul-theme-primary);
            color: #fff;
            transform: translateY(-5px) scale(1.1);
            box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
        }

        .th-social a i {
            position: relative;
            z-index: 1;
            font-size: 1.1rem;
        }

/* Copyright Section */
.copyright-wrap {
    background: rgba(15, 23, 42, 0.8);
    border-top: 1px solid rgba(59, 130, 246, 0.1);
    padding: 25px 0;
    position: relative;
}

    .copyright-wrap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
    }

.copyright-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

    .copyright-text a {
        color: var(--altieylul-theme-light);
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .copyright-text a:hover {
            color: #fff;
            text-shadow: 0 0 10px rgba(96, 165, 250, 0.5);
        }

/* --- 13. BREADCRUMB STİLLERİ --- */
.breadcumb-wrapper {
    background: linear-gradient(135deg, var(--altieylul-theme-dark), var(--altieylul-theme-primary)) !important;
    position: relative;
    overflow: hidden;
}

    .breadcumb-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
        opacity: 0.3;
    }

.breadcumb-title {
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* --- 14. PAGINATION STİLLERİ --- */
.pagination .page-link {
    color: var(--altieylul-theme-primary);
    border-color: #dee2e6;
    transition: all 0.3s ease;
}

    .pagination .page-link:hover {
        background: var(--altieylul-theme-primary);
        color: #fff;
        border-color: var(--altieylul-theme-primary);
        transform: translateY(-2px);
    }

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--altieylul-theme-primary), var(--altieylul-theme-secondary));
    border-color: var(--altieylul-theme-primary);
    color: #fff;
}

/* --- 15. MODAL STİLLERİ --- */
.modal-header {
    background: linear-gradient(135deg, var(--altieylul-theme-primary), var(--altieylul-theme-secondary));
    color: #fff;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}

    .modal-header .modal-title {
        color: #fff;
        font-weight: 700;
    }

.modal-content {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 40px rgba(37, 99, 235, 0.3);
}

/* --- 16. SCROLL TO TOP BUTTON --- */
.scroll-top {
    background: linear-gradient(135deg, var(--altieylul-theme-primary), var(--altieylul-theme-secondary));
    transition: all 0.3s ease;
}

    .scroll-top:hover {
        background: linear-gradient(135deg, var(--altieylul-theme-secondary), var(--altieylul-theme-accent));
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
    }

/* --- 17. WHATSAPP BUTTON --- */
.whatsapp-wrap a {
    background: linear-gradient(135deg, #25D366, #128C7E);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

    .whatsapp-wrap a:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    }

/* --- 18. SECTION TITLE STİLLERİ --- */
.sec-title {
    color: var(--altieylul-theme-dark);
    font-weight: 800;
    position: relative;
}

.sub-title {
    color: var(--altieylul-theme-primary);
    font-weight: 600;
    letter-spacing: 1px;
}

/* --- 19. CARD DETAILS STİLLERİ --- */
.card-details .kvp {
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
}

    .card-details .kvp:last-child {
        border-bottom: none;
    }

    .card-details .kvp b {
        color: var(--altieylul-theme-dark);
        font-weight: 600;
    }

/* --- 20. LOADING STATES --- */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* --- 21. CUSTOM SCROLLBAR (Webkit browsers) --- */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--altieylul-theme-primary), var(--altieylul-theme-secondary));
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--altieylul-theme-dark);
    }
