:root {
    --bg-dark: #050505;
    --card-dark: #0f0f0f;
    --luxury-red: #ff0000;       
    --deep-red: #9e1a1a;        
    --text-white: #ffffff;
    --text-muted: #aaaaaa;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-white);
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.top-ticker {
    background: #000;
    color: var(--text-white); 
    border-bottom: 1px solid var(--deep-red); 
    font-size: 13px;
    padding: 5px 0;
}

.navbar {
    background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%);
    border-bottom: 3px solid var(--luxury-red); 
    padding: 12px 0;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.1); 
}

.navbar-brand {
    font-size: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.brand-white { color: #ffffff; }
.brand-red { color: #ff0000; text-shadow: 0 0 10px rgba(255, 0, 0, 0.5); }

.nav-link {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 400;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #ff0000 !important;
    transform: translateY(-2px);
}

.hero-section {
    background: #000;
    border-radius: 12px; 
    overflow: hidden;
    border: 1px solid #333; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 15px rgba(255, 0, 0, 0.1);
    position: relative;
}

.table-title {
    font-size: 20px;
    border-left: 4px solid var(--luxury-red);
    padding-left: 15px;
    margin-bottom: 20px;
    color: #ffffff; 
}

.contact-btn-red {
    background: linear-gradient(135deg, #800000 0%, #b30000 25%, #ff3333 50%, #b30000 75%, #800000 100%) !important;
    border-radius: 5px;
    padding: 6px 18px !important;
    color: #fff !important;
    border: 1px solid #ff6666 !important; 
    font-weight: 600 !important;
    text-transform: uppercase;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 4px 10px rgba(128, 0, 0, 0.5);
    transition: all 0.3s ease;
    display: inline-block;
}
.contact-btn-red:hover {
    background: linear-gradient(135deg, #b30000 0%, #ff3333 50%, #b30000 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 0, 0, 0.4);
    border-color: #fff !important;
    color: #ffffff !important; 
}

.video-container-luxury {
    background: var(--card-dark);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #333; 
}

:root {
    --bg-dark: #050505;
    --luxury-red-foil: linear-gradient(135deg, #800000 0%, #b30000 25%, #ff3333 50%, #b30000 75%, #800000 100%);
    --deep-red: #9e1a1a;
}

body { background-color: var(--bg-dark); color: #fff; font-family: 'Kanit', sans-serif; }
.navbar { background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%); border-bottom: 3px solid #ff0000; padding: 12px 0; }
.brand-white { color: #fff; font-weight: 600; font-size: 26px; }
.brand-red { color: #ff0000; font-weight: 700; font-size: 26px; text-shadow: 0 0 10px rgba(255,0,0,0.5); }
.nav-link { color: #fff !important; margin: 0 10px; }
.contact-btn-red, .ufa-play-btn {
    background: var(--luxury-red-foil) !important;
    border: 1px solid #ff6666 !important;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 4px 10px rgba(128, 0, 0, 0.5);
    transition: 0.3s;
    text-decoration: none;
}
.contact-btn-red:hover, .ufa-play-btn:hover { transform: translateY(-2px); filter: brightness(1.2); color: #fff; }

.ufa-league-title {
    background: var(--luxury-red-foil);
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
    margin-top: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border: 1px solid #ff4444;
}
.ufa-league-title img { width: 25px; margin-right: 12px;  }

.ufa-program-wrap { background: #111; border: 1px solid #222; border-radius: 0 0 8px 8px; padding: 5px; margin-bottom: 20px; }
.ufa-match-card {
    display: grid; grid-template-columns: 80px 1fr 40px 1fr 120px;
    align-items: center; padding: 15px; border-bottom: 1px solid #222;
}
.ufa-team-side { display: flex; align-items: center; gap: 10px; }
.ufa-team-side img { width: 30px; height: 30px; object-fit: contain; }
.ufa-vs { font-weight: bold; color: #444; text-align: center; }
.ufa-live-label { color: #ff0000; font-weight: bold; font-size: 12px; animation: blink 1s infinite; }

.ufa-modal { position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.9); display:none; z-index:9999; align-items: center; justify-content: center; }
.ufa-modal.open { display: flex; }
.ufa-modal-content { width: 95%; max-width: 850px; background: #000; border: 2px solid #ff3333; border-radius: 10px; overflow: hidden; }
.ufa-modal-header { background: #111; padding: 15px; display: flex; justify-content: space-between; border-bottom: 1px solid #333; color: #ff3333; font-weight: bold; }
.ufa-modal-close { background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; }
.ufa-video-wrap { position: relative; padding-bottom: 56.25%; height: 0; background: #000; }
.ufa-video-wrap video, .ufa-video-wrap iframe { position: absolute; top:0; left:0; width:100%; height:100%; border: none; }

@keyframes blink { 50% { opacity: 0; } }

.sticky-sidebar { position: sticky; top: 100px; }

@media (max-width: 768px) {
    .ufa-match-card { grid-template-columns: 1fr; text-align: center; gap: 10px; }
    .ufa-team-side { justify-content: center; }
}

.banner-v-slot {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
    transition: transform 0.3s ease;
}

.navbar-brand {
    display: flex;
    align-items: center;
    line-height: 1;
}

.brand-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-link i {
    transition: 0.3s;
}

.nav-link:hover i {
    color: #fff !important;
}

.contact-btn-red:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

@media (max-width: 991px) {
    .navbar-nav {
        padding: 20px 0;
    }
    .nav-item {
        padding: 10px 0;
        border-bottom: 1px solid #222;
    }
}

.container, .container-fluid.luxury-container {
    min-width: 1200px !important; 
    width: 1200px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.row {
    display: flex !important;
    flex-wrap: nowrap !important; 
}

.col-lg-2.d-none.d-lg-block {
    display: block !important; 
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
}

.col-lg-8.col-md-12 {
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
}

.navbar-toggler {
    display: none !important; 
}

.collapse.navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
}

.navbar-nav {
    flex-direction: row !important; 
}

.nav-item {
    border-bottom: none !important;
}

.mobile-sticky-footer {
    display: none !important;
}

.img-fluid {
    filter: brightness(1.1);
}

@keyframes pulse-red {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.floating-ads img {
    animation: pulse-red 2s infinite ease-in-out;
}

.border-glow-red {
    border: 1px solid #333;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.ads-container-main {
    border-top: 1px solid #222;
    border-bottom: 2px solid var(--luxury-red);
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--luxury-red-foil); 
    color: #fff;
    border: 1px solid #ff6666;
    border-radius: 50%;
    display: none; 
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-5px);
    filter: brightness(1.2);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.6);
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 80px; 
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

.btn-red-foil {
    background: var(--luxury-red-foil) !important; 
    border: 1px solid #ff6666 !important;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 4px 10px rgba(128, 0, 0, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-red-foil:hover {
    transform: translateY(-2px);
    filter: brightness(1.2);
    box-shadow: 0 6px 15px rgba(255, 0, 0, 0.6);
    color: #ffffff !important;
}

.btn-red-foil i {
    font-size: 14px;
}

.ufa-league-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--luxury-red-foil); 
    padding: 10px;
    border-radius: 5px 5px 0 0;
    color: white;
}

.static-floating-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
    width: 782px !important;
    height: 132px !important;
    background: transparent;
    z-index: 10000;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.static-floating-banner .banner-wrapper,
.static-floating-banner .banner-wrapper a,
.static-floating-banner img {
    width: 782px !important;
    height: 132px !important;
    min-width: 782px !important;
    min-height: 132px !important;
    display: block;
    margin: 0;
    padding: 0;
    border: none !important;
    outline: none !important;
}

.static-floating-banner img {
    object-fit: cover; 
}

.footer-bottom-content {
    padding: 50px 0;
    background: #050505; 
    border-top: 1px solid #222;
}

.footer-card {
    background: linear-gradient(180deg, #0f0f0f 0%, #000000 100%);
    border: 1px solid #333;
    border-top: 3px solid var(--luxury-red); 
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.footer-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-desc {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-link-wrapper {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-secondary-link {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 0, 0, 0.1); 
    color: #ff3333 !important; 
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px; 
    font-weight: 400;
    text-decoration: none;
    border: 1px solid rgba(255, 51, 51, 0.4);
    transition: all 0.3s ease;
    margin-left: 5px;
}

.btn-secondary-link:hover {
    background: #ff0000;
    color: #fff !important;
    border-color: #ff0000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}

.footer-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; 
    flex-wrap: wrap;
}

.nav-link i {
    width: 20px;          
    text-align: center;    
    vertical-align: middle; 
    margin-right: 5px;    
    display: inline-block;
}

.nav-item .nav-link {
    display: flex;
    align-items: center;  
    height: 100%;        
}

.nav-link {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap; 
}

.nav-link i {
    width: 25px !important;      
    display: inline-flex !important;
    justify-content: center !important; 
    align-items: center !important;
    margin-right: 8px !important; 
    font-size: 18px;             
}

.badge-20 {
    background-color: #ff0000;
    color: white;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 4px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 3px;
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.nav-link i {
    width: 28px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-right: 6px !important;
    font-size: 18px !important;
}

.nav-item .nav-link {
    display: flex !important;
    align-items: center !important;
    padding: 8px 10px !important; 
    white-space: nowrap !important;
}

@media (max-width: 1366px) {
    .nav-link {
        font-size: 13px !important;
        padding: 8px 6px !important;
    }
    .nav-link i {
        width: 22px !important;
        margin-right: 4px !important;
    }
}

.navbar .container {
    min-width: 1200px !important; 
    justify-content: center !important;
}

.nav-link i {
    width: 24px !important;
    display: inline-flex !important;
    justify-content: center !important;
    margin-right: 4px !important;
    font-size: 16px !important;
}

.nav-item .nav-link {
    padding: 8px 8px !important; 
    font-size: 14px !important;
    white-space: nowrap !important;
}

.navbar-brand {
    margin-right: 30px !important; 
    flex-shrink: 0;
}

.badge-20 {
    background: #ff0000;
    color: #fff;
    font-size: 9px;
    padding: 1px 3px;
    border-radius: 3px;
    margin-left: 2px;
    border: 1px solid rgba(255,255,255,0.5);
}

.navbar-collapse {
    flex-basis: auto !important;
    flex-grow: 0 !important;
}

.seo-article-section {
    background-color: #050505;
    border-top: 1px solid #1a1a1a;
}

.seo-content-card {
    background: #0a0a0a;
    border: 1px solid #222;
    border-radius: 10px;
}

.seo-subtitle {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #ff0000;
    padding-bottom: 10px;
    display: inline-block;
}

.seo-subtitle-sm {
    font-size: 18px;
    color: #ff0000;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}

.seo-text {
    color: #aaaaaa;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 300;
}

.seo-text strong {
    color: #fff;
    font-weight: 400;
}

.seo-list {
    list-style: none;
    padding-left: 0;
}

.seo-list li {
    color: #aaaaaa;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
}

.seo-list li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #ff0000;
}