/* assets/css/footer.css - FIX ICON & SIZE */

/* 1. BIẾN MÀU & NỀN */
:root {
    --footer-img: url('https://cunghoangdao.org/wp-content/uploads/2019/08/12-zodiac.png');
    --f-bg1: #0f4c3a; --f-bg2: #063f2e; --f-border: #d4af37; --f-text: #e8f5e9;
}
body.single-chinese_zodiac, 
body.post-type-archive-chinese_zodiac,
body.style-eastern {  /* <--- QUAN TRỌNG: Dòng này giúp Admin Panel hoạt động */
    
    /* Đổi ảnh vòng xoay sang Rồng/Trống Đồng */
    --footer-img: url('http://theme.cunghoangdao.org/wp-content/uploads/2026/01/venus.png');
    
    /* Đổi hệ màu sang Đỏ & Vàng */
    --f-bg1: #8b0000; 
    --f-bg2: #4a0404; 
    --f-border: #ffcc00; 
    --f-text: #fff8e1;
}

/* 2. CẤU TRÚC CHUNG */
.site-footer {
    background: linear-gradient(135deg, var(--f-bg1) 0%, var(--f-bg2) 100%);
    color: var(--f-text);
    padding: 70px 0 40px;
    margin-top: auto;
    border-top: 5px solid var(--f-border);
    position: relative; overflow: hidden; z-index: 10;
}

/* 3. VÒNG XOAY NỀN (Giữ nguyên vì đã chạy tốt) */
.footer-bg-circle {
    position: absolute; top: -50%; left: -20%; width: 140%; height: 200%;
    background-image: var(--footer-img); background-size: contain; background-repeat: no-repeat; background-position: center;
    opacity: 0.15; animation: spinSlow 120s linear infinite; pointer-events: none; z-index: 0;
}
@keyframes spinSlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* 4. NỘI DUNG */
.footer-widgets-grid { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
.footer-col { flex: 1; min-width: 250px; }

/* === QUAN TRỌNG: CÂN CHỈNH LOGO === */
.footer-branding a { text-decoration: none; display: flex; flex-direction: column; align-items: flex-start; }

/* 1. ÉP ẢNH NHỎ LẠI */
.footer-logo-img {
    height: 40px !important;  /* Nhỏ như khuy áo */
    width: auto !important;
    margin-bottom: 8px;
    display: block;
    opacity: 0.9;
}

/* 2. ÉP CHỮ TO RA */
.footer-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem !important; /* To gấp 3 lần ảnh */
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.footer-logo-text span {
    font-family: 'Lato', sans-serif; font-size: 1rem; color: var(--f-border);
    font-style: normal; text-transform: uppercase; letter-spacing: 2px; margin-left: 5px;
}

/* === QUAN TRỌNG: KHÔI PHỤC HIỆU ỨNG ICON === */
.social-icons-wrapper { display: flex; gap: 15px; margin-bottom: 20px; }

.social-item {
    width: 45px; height: 45px; /* Kích thước vòng tròn */
    border-radius: 50%;
    background: rgba(255,255,255,0.1); /* Nền mờ */
    border: 1px solid rgba(255,255,255,0.2); /* Viền mỏng */
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    transition: 0.4s;
}

.social-item:hover { transform: translateY(-5px); border-color: transparent; }
.social-item.fb:hover { background: #1877F2; box-shadow: 0 5px 15px rgba(24, 119, 242, 0.4); }
.social-item.ins:hover { background: #E4405F; box-shadow: 0 5px 15px rgba(228, 64, 95, 0.4); }
.social-item.yt:hover { background: #FF0000; box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4); }

/* Các phần khác */
.footer-desc { font-size: 0.95rem; opacity: 0.8; line-height: 1.6; margin-top: 15px; }
.footer-title { font-family: var(--title-font, serif); font-size: 1.3rem; color: var(--f-border); border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 10px; margin-bottom: 20px; font-weight: 700; }
.footer-links li { list-style: none; margin-bottom: 8px; }
.footer-links a { color: var(--f-text); opacity: 0.8; transition: 0.3s; }
.footer-links a:hover { color: var(--f-border); opacity: 1; padding-left: 5px; }

@media (max-width: 768px) {
    .footer-widgets-grid { flex-direction: column; gap: 30px; }
}

/* assets/css/footer.css - GIAO DIỆN CHÂN TRANG */

.site-footer {
    background-color: #0f4c3a; /* Màu Xanh Ngọc Đậm */
    color: #ecf0f1; /* Chữ màu trắng sữa */
    padding: 60px 0 30px;
    font-size: 0.95rem;
    margin-top: 60px; /* Cách xa nội dung bên trên */
    border-top: 5px solid var(--gold-color, #d4af37); /* Viền vàng sang trọng */
}

/* Chia cột trong Footer */
.footer-widgets-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

/* Tiêu đề trong Footer */
.footer-title {
    font-family: var(--title-font, serif);
    font-size: 1.3rem;
    color: #d4af37; /* Màu vàng kim */
    margin-bottom: 20px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
}

/* Link trong Footer */
.site-footer a {
    color: #bdc3c7;
    text-decoration: none;
    transition: 0.3s;
}
.site-footer a:hover {
    color: #fff;
    padding-left: 5px; /* Hiệu ứng đẩy nhẹ */
}

/* Bản quyền */
.site-info {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #95a5a6;
}

@media (max-width: 768px) {
    .footer-widgets-grid {
        flex-direction: column;
    }
}