/* luxury-theme.css - Áp dụng giao diện sang trọng (Dark & Gold) cho toàn hệ thống */

/* Nền và Khung chính */
body, html, #wrapper, #main, #content, .page-wrapper, .section, .bg, .footer-wrapper, .absolute-footer, 
.header-bg-color, .header-bottom, .header-top, .blog-wrapper, .post-inner, .gioi-thieu-box, .post-sidebar, .widget-area {
    background-color: #0a0a0a !important;
    background-image: none !important;
    color: #f5f5f5 !important;
}

/* Header */
.header-main {
    background-color: #111 !important;
    border-bottom: 1px solid #333 !important;
}

/* Text & Headers */
h1, h2, h3, h4, h5, h6, .heading-font, .widget-title, .entry-title, p, span, li, td, th, .des, strong, b, em, i {
    color: #e0e0e0 !important;
    text-shadow: none !important;
}

h1, h2, .entry-title {
    color: #d4af37 !important; /* Vàng Gold cho tiêu đề chính */
}

/* Links & Accents */
a {
    color: #d4af37 !important;
    text-decoration: none !important;
}

a:hover {
    color: #f6e27a !important;
}

/* Navigation */
.nav > li > a {
    color: #e0e0e0 !important;
}

.nav > li > a:hover {
    color: #d4af37 !important;
}

/* Boxes & Widgets */
.gioi-thieu-box {
    border: 1px solid #333 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5) !important;
}

.post-item, .card, .widget, .entry-author {
    background-color: #141414 !important;
    border: 1px solid #222 !important;
}

/* Buttons */
.button, button, input[type="submit"] {
    background-color: #d4af37 !important;
    color: #0a0a0a !important;
    border: none !important;
}

.button:hover, button:hover, input[type="submit"]:hover {
    background-color: #f6e27a !important;
}

/* Accordions */
.accordion-title {
    background-color: #1a1a1a !important;
    color: #d4af37 !important;
    border-bottom: 1px solid #333 !important;
    border-top: none !important;
}

.accordion-inner {
    background-color: #0a0a0a !important;
    color: #ccc !important;
    border: 1px solid #222 !important;
}

/* Thẻ thông báo chạy (Marquee) */
.marquee-disclaimer {
    background-color: #1a1a1a !important;
    border-top: 2px solid #d4af37 !important;
    color: #ccc !important;
}

.marquee-disclaimer span, .marquee-disclaimer a {
    color: #ccc !important;
}

/* Footer */
.footer-section {
    border-top: 1px solid #333 !important;
}

.copyright-footer {
    color: #888 !important;
}

/* Mobile Nav */
.mobile-sidebar, .sidebar-menu {
    background-color: #111 !important;
}

.mobile-sidebar li a {
    color: #ccc !important;
    border-bottom: 1px solid #222 !important;
}

/* Nút liên hệ (Zalo, Phone) trôi nổi */
.zalo-chat-widget a {
    background-color: transparent !important;
    border: none !important;
}

#menu-menu-chan-trang {
    background-color: #050505 !important;
    border-top: 1px solid #333 !important;
}
#menu-menu-chan-trang a {
    color: #f5f5f5 !important;
}