/* --- Clemix Footer --- */
.clemix-footer {
    background: linear-gradient(135deg, #0F2A6B 0%, #0D2260 50%, #1E88E5 100%);
    color: #ffffff;
    padding: 70px 0 30px 0;
    font-family: 'Inter', sans-serif;
    border-top: 5px solid #F57C22;
}

.f-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.f-main-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.3fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.f-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.f-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #F57C22;
    box-shadow: 0 0 10px rgba(245, 124, 34, 0.5);
}

.f-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-list li {
    margin-bottom: 12px;
}

.f-list li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none !important;
    font-size: 15px;
    transition: 0.3s ease;
    display: inline-block;
}

.f-list li a:hover {
    color: #F57C22;
    padding-left: 8px;
}

.f-logo img {
    max-height: 75px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.1));
}

.f-tagline {
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 15px;
    line-height: 1.6;
}

.f-socials {
    display: flex;
    gap: 12px;
}

.f-socials a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.f-socials a:hover {
    background: linear-gradient(135deg, #F57C22 0%, #E53935 100%);
    transform: translateY(-5px) rotate(8deg);
    box-shadow: 0 5px 15px rgba(245, 124, 34, 0.4);
}

.f-contact-info {
    list-style: none;
    padding: 0;
}

.f-contact-info li {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    align-items: flex-start;
}

.f-contact-info i {
    color: #F57C22;
    margin-top: 3px;
    font-size: 16px;
}

.f-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
}

.f-bottom-links a {
    color: inherit;
    text-decoration: none !important;
    margin-left: 20px;
    transition: 0.3s;
}

.f-bottom-links a:hover {
    color: #F57C22;
}



/* Clemix Çerez Bildirimi */
.cookie-bar {
    position: fixed !important;
    bottom: 24px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 95% !important;
    max-width: 600px !important;
    background: linear-gradient(135deg, #0F2A6B 0%, #0D2260 50%, #1E88E5 100%) !important;
    color: #fff !important;
    padding: 16px 28px !important;
    border-radius: 60px !important;
    box-shadow: 0 8px 32px rgba(15, 42, 107, 0.45), 0 2px 8px rgba(0,0,0,0.4) !important;
    z-index: 999999 !important;
    border: 1px solid rgba(245, 124, 34, 0.6) !important;
    outline: 1px solid rgba(255,255,255,0.08) !important;
    opacity: 1 !important;
    transition: opacity 0.5s ease, transform 0.5s ease !important;
    display: none;
}

.cookie-bar .cookie-content {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
}

.cookie-bar .cookie-content p {
    margin: 0 !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    color: rgba(255,255,255,0.9) !important;
    flex: 1 !important;
}

.cookie-bar .cookie-content a {
    color: #F57C22 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    transition: color 0.2s !important;
}

.cookie-bar .cookie-content a:hover {
    color: #fff !important;
}

.cookie-bar #accept-cookies {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    transition: background 0.3s, box-shadow 0.3s !important;
    letter-spacing: 0.3px !important;
}

.cookie-bar #accept-cookies:hover {
    background: #F57C22 !important;
    border-color: #F57C22 !important;
    box-shadow: 0 0 14px rgba(245, 124, 34, 0.6) !important;
}

.cookie-bar .cookie-title {
    display: block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    color: #F57C22 !important;
    margin-bottom: 3px !important;
}

.cookie-bar .cookie-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: rgba(245, 124, 34, 0.15) !important;
    border: 1px solid rgba(245, 124, 34, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.cookie-bar .cookie-icon i {
    font-size: 18px !important;
    color: #F57C22 !important;
    filter: drop-shadow(0 0 6px rgba(245, 124, 34, 0.7)) !important;
}





/* ================================================================
   CLEMIX FOOTER & COOKIE BAR MOBİL DÜZENLEME (768px VE ALTI)
   ================================================================ */
@media screen and (max-width: 768px) {
    
    /* 1. Footer Grid Düzenlemesi */
    .f-main-grid {
        grid-template-columns: 1fr !important; /* Tüm sütunları alt alta al */
        text-align: center !important;
        gap: 30px !important;
        padding-bottom: 30px !important;
    }

    /* 2. Footer Başlık Çizgisini Ortala */
    .f-title::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    /* 3. İletişim Bilgilerini Ortala */
    .f-contact-info li {
        justify-content: center !important;
        text-align: center !important;
        flex-direction: column !important; /* İkon üstte, metin altta */
        align-items: center !important;
        gap: 5px !important;
    }

    /* 4. Sosyal Medya İkonlarını Ortala */
    .f-socials {
        justify-content: center !important;
    }

    /* 5. Alt Bilgi (Copyright) Alanı */
    .f-bottom {
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
    }

    .f-bottom-links a {
        margin: 0 10px !important;
    }

    /* 6. ÇEREZ ÇUBUĞU (COOKIE BAR) MOBİL AYARI */
    .cookie-bar {
        width: 92% !important;
        bottom: 15px !important;
        padding: 15px 20px !important;
        border-radius: 25px !important; /* Mobilde çok oval durmasın diye biraz azalttık */
    }

    .cookie-bar .cookie-content {
        flex-direction: column !important; /* İkon, metin ve butonu alt alta al */
        text-align: center !important;
        gap: 10px !important;
    }

    .cookie-bar .cookie-icon {
        display: none !important; /* Mobilde yer kazanmak için ikonu gizleyebilirsin */
    }

    .cookie-bar .cookie-content p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .cookie-bar #accept-cookies {
        width: 100% !important; /* Butonu tam genişlik yap (basması kolay olsun) */
        padding: 10px !important;
    }
}

















/*İYZİCO ÖDEME KISMI - İYZİCO ÖDEME KISMI - İYZİCO ÖDEME KISMI - İYZİCO ÖDEME KISMI - İYZİCO ÖDEME KISMI- İYZİCO ÖDEME KISMI

/* En Alt Ödeme Şeridi */
.f-payment-strip {
    width: 100%;
    padding: 20px 0;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* Çok hafif bir ayırıcı çizgi */
    text-align: center;
}

.f-payment-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-payment-container img {
    height: 25px !important;
    width: auto !important;
    opacity: 1 !important; /* Şeffaflığı kaldır, tam beyaz görünsün */
    filter: none !important; /* Tüm filtreleri (gri, parlaklık vb.) iptal et */
    background: transparent !important;
}

.f-payment-container img:hover {
    opacity: 1;
}

/* Mobil için */
@media screen and (max-width: 768px) {
    .f-payment-strip {
        padding: 15px 0;
    }
    .f-payment-container img {
        height: 20px; /* Mobilde daha küçük */
    }
}