/*
 * ============================================================
 * Ahmadiyad - Minimalist Luxury Footer Stylesheet
 * Developed by: Etarnity Global Innovation
 * Website: https://etarnity.com
 * ============================================================
 */

.site-footer {
    background: #14050C;
    color: #CFC5C8;
    padding: 50px 0 24px;
    margin-top: 50px;
    border-top: 1px solid rgba(213, 0, 109, 0.2);
    font-family: var(--font, 'Poppins', sans-serif);
    position: relative;
}

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

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-brand-title {
    font-family: var(--brand-font, 'AllisDemo', cursive);
    font-size: 28px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: inline-block;
    transition: opacity 0.2s ease;
}

.footer-brand-title:hover {
    opacity: 0.9;
    color: #FF4081;
}

.footer-brand-tag {
    font-size: 12px;
    color: #D5006D;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-brand-text {
    font-size: 13px;
    line-height: 1.6;
    color: #A8999E;
    max-width: 380px;
    margin-bottom: 18px;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Facebook Official Blue */
.footer-social-btn.soc-btn-facebook {
    background: #1877F2;
    color: #FFFFFF;
    border-color: #1877F2;
    box-shadow: 0 4px 10px rgba(24, 119, 242, 0.35);
}
.footer-social-btn.soc-btn-facebook:hover {
    background: #166fe5;
    box-shadow: 0 6px 16px rgba(24, 119, 242, 0.55);
    transform: translateY(-3px) scale(1.06);
}

/* Instagram Vibrant Sunset Gradient */
.footer-social-btn.soc-btn-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 4px 10px rgba(220, 39, 67, 0.35);
}
.footer-social-btn.soc-btn-instagram:hover {
    box-shadow: 0 6px 16px rgba(220, 39, 67, 0.55);
    transform: translateY(-3px) scale(1.06);
}

/* WhatsApp Vibrant Green */
.footer-social-btn.soc-btn-whatsapp {
    background: #25D366;
    color: #FFFFFF;
    border-color: #25D366;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.35);
}
.footer-social-btn.soc-btn-whatsapp:hover {
    background: #20ba5a;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.55);
    transform: translateY(-3px) scale(1.06);
}

/* TikTok Sleek Dark with Cyan & Pink Glow */
.footer-social-btn.soc-btn-tiktok {
    background: #010101;
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.footer-social-btn.soc-btn-tiktok:hover {
    background: #000000;
    box-shadow: -2px -2px 8px rgba(0, 242, 254, 0.6), 2px 2px 8px rgba(254, 9, 121, 0.6);
    transform: translateY(-3px) scale(1.06);
}

/* YouTube Vivid Red */
.footer-social-btn.soc-btn-youtube {
    background: #FF0000;
    color: #FFFFFF;
    border-color: #FF0000;
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.35);
}
.footer-social-btn.soc-btn-youtube:hover {
    background: #e60000;
    box-shadow: 0 6px 16px rgba(255, 0, 0, 0.55);
    transform: translateY(-3px) scale(1.06);
}

/* Twitter / X Modern Black */
.footer-social-btn.soc-btn-twitterx,
.footer-social-btn.soc-btn-twitter {
    background: #111827;
    color: #FFFFFF;
    border-color: #374151;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.footer-social-btn.soc-btn-twitterx:hover,
.footer-social-btn.soc-btn-twitter:hover {
    background: #000000;
    border-color: #4B5563;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.55);
    transform: translateY(-3px) scale(1.06);
}

.footer-heading {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin-bottom: 16px;
    position: relative;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav-list li a {
    color: #A8999E;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
}

.footer-nav-list li a:hover {
    color: #FF4081;
    transform: translateX(2px);
}

.footer-bottom-bar {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    color: #8C7D82;
}

.footer-copyright a {
    color: #D5006D;
    text-decoration: none;
    font-weight: 600;
}

.footer-badges {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-badges span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #A8999E;
    font-size: 11.5px;
}

.footer-badges span i {
    color: #10B981;
    font-size: 13px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .site-footer.mobile-footer-hidden {
        display: none !important;
    }
    .site-footer {
        padding: 36px 0 85px;
        margin-top: 30px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .footer-bottom-bar {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .footer-badges {
        justify-content: center;
    }
}
