:root {
    --logo-navy: #002147;
    --logo-gold: #D4AF37;
    --logo-green: #1B4332;
    --logo-red: #C1121F;
    --logo-white: #FFFFFF;
    --primary-navy: var(--logo-navy);
    --secondary-gold: var(--logo-gold);
    --accent-green: var(--logo-green);
    --highlight-red: var(--logo-red);
    --text-white: var(--logo-white);
    --text-muted: #adb5bd;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --vibrant-green: #2d6a4f;
}

.text-theme-green {
    color: var(--vibrant-green) !important;
}

body {
    background-color: var(--primary-navy);
    color: var(--text-white);
    font-family: 'Outfit', sans-serif;
    overflow-x: hidden;
}

p {
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.85;
}

.member-post {
    font-size: 12px !important;
    text-transform: none;
    display: block;
}

/* Custom Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--primary-navy); }
::-webkit-scrollbar-thumb { background: var(--secondary-gold); border-radius: 10px; }

/* Responsive Adjustments for New Sections */
@media (max-width: 991px) {
    .hero-glass-card {
        padding: 40px 25px;
        text-align: center;
    }
    
    .hero-glass-card .d-flex {
        justify-content: center;
    }

    .cinema-section {
        padding: 80px 0;
        text-align: center;
    }
    
    .video-meta {
        justify-content: center;
    }
    
    .cinema-player-box {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .hero-glass-card h1 {
        font-size: 2.5rem !important;
    }
    
    .hero-bg-zoom {
        filter: brightness(0.3);
    }
}

/* Bootstrap Overrides */
/* Logo Styling */
.logo-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-fallback {
    width: 100%;
    height: 100%;
    background: var(--logo-navy);
    border: 3px solid var(--logo-gold);
    border-radius: 50%;
    color: var(--logo-gold);
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.navbar {
    background: rgba(0, 33, 71, 0.95) !important; /* Refined Logo Navy */
    backdrop-filter: blur(15px);
    border-bottom: 2px solid var(--logo-gold);
    transition: all 0.3s ease;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link {
    color: var(--text-white) !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.95rem;
    padding: 0.2rem 1rem !important;
}

.dropdown-item {
    font-size: 0.8rem;
    font-weight: 500;
}

.nav-link:hover {
    color: var(--secondary-gold) !important;
}

.btn-gold {
    background-color: var(--secondary-gold);
    color: var(--primary-navy);
    font-weight: 700;
    border: none;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background-color: #d4af37;
    transform: translateY(-2px);
    box-shadow: none;
}

.btn-outline-gold {
    border: 2px solid var(--secondary-gold);
    color: var(--secondary-gold);
    font-weight: 700;
    padding: 0.6rem 1.5rem;
}

.btn-outline-gold:hover {
    background-color: var(--secondary-gold);
    color: var(--primary-navy);
}

.btn-green {
    background-color: var(--logo-green);
    color: var(--text-white);
    font-weight: 700;
    border: none;
    padding: 0.8rem 2rem;
    transition: all 0.3s ease;
    border: 1px solid var(--logo-gold);
}

.btn-green:hover {
    background-color: #245a43;
    transform: translateY(-2px);
    box-shadow: none;
    color: var(--logo-gold);
}

.bg-logo-green {
    background-color: var(--logo-green) !important;
}

.bg-logo-navy {
    background-color: var(--logo-navy) !important;
}

#standings .nav-pills .nav-link {
    background: rgba(212, 175, 55, 0.1);
    color: var(--logo-gold);
    border: 1px solid rgba(212, 175, 55, 0.3);
    margin: 0 10px;
}

#standings .nav-pills .nav-link.active {
    background: var(--logo-gold);
    color: var(--logo-navy);
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: var(--logo-gold) !important;
    color: var(--logo-navy) !important;
}

::selection {
    background-color: var(--logo-green);
    color: white;
}

.dropdown-menu {
    background-color: var(--logo-navy) !important;
    border: 1px solid var(--logo-gold);
}

.dropdown-item {
    color: white !important;
    padding: 10px 20px;
}

/* Custom Select Styling for Media Filters */
.custom-select {
    background-color: var(--logo-green);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 35px 8px 15px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition: 0.3s;
    font-weight: 600;
    min-width: 160px;
}

.custom-select:focus {
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
}

.custom-select option {
    background-color: var(--logo-green);
    color: white;
}

/* Custom Filter Dropdown Styling (For News/Media) */
.custom-filter-btn {
    background-color: var(--logo-green) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 10px 25px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    transition: 0.3s !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-filter-btn:hover {
    background-color: #003366 !important;
    border-color: white !important;
}

.filter-dropdown-menu {
    background-color: var(--logo-navy) !important;
    border: 2px solid var(--logo-gold) !important;
    padding: 0 !important;
    min-width: 200px;
}

.filter-dropdown-menu .dropdown-item {
    color: white !important;
    padding: 12px 25px !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    transition: 0.2s;
}

.filter-dropdown-menu .dropdown-item:hover,
.filter-dropdown-menu .dropdown-item.active {
    background-color: var(--logo-gold) !important;
    color: var(--logo-navy) !important; /* Yellow background, Blue text */
}

.filter-dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

/* Hero Slider Section */
#heroCarousel {
    height: 100vh;
}

.carousel-item {
    height: 100vh;
    min-height: 600px;
}

.carousel-indicators button {
    background-color: var(--logo-gold) !important;
    width: 40px;
    height: 5px;
    border-radius: 5px;
}

.carousel-indicators {
    bottom: 30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(72%) sepia(49%) saturate(543%) hue-rotate(5deg) brightness(92%) contrast(88%);
    width: 3rem;
    height: 3rem;
}

.hero-content h1 {
    font-size: clamp(3rem, 10vw, 6rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: none;
}

/* Video Highlights Section (Card with Background) */
.video-glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    transition: 0.4s;
}

.video-glass-card:hover {
    transform: translateY(-10px);
    border-color: var(--logo-gold);
}

.z-index-2 { z-index: 2; }

/* Video Highlights Section (Full Width) */
.video-main-card-full {
    width: 100%;
}

.play-btn-v3 {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: var(--logo-gold);
    color: var(--logo-navy);
    border-radius: 50%;
    line-height: 100px;
    font-size: 2.5rem;
    position: relative;
    transition: 0.3s;
    text-align: center;
}

.play-btn-v3:hover {
    transform: scale(1.1);
    background: #fff;
    color: var(--logo-gold);
}

.play-btn-v3::after {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 2px solid var(--logo-gold);
    border-radius: 50%;
    animation: pulse-ring-v3 1.5s infinite;
}

@keyframes pulse-ring-v3 {
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(1.3); opacity: 0; }
}

/* Live Ticker */
.ticker-wrap {
    width: 100%;
    overflow: hidden;
    background-color: var(--logo-green);
    border-top: 1px solid var(--logo-gold);
    border-bottom: 1px solid var(--logo-gold);
    padding: 10px 0;
}

.ticker {
    display: inline-block;
    white-space: nowrap;
    animation: ticker 30s linear infinite;
}

.ticker-item {
    display: inline-block;
    padding: 0 2rem;
    font-weight: 600;
}

@keyframes ticker {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Cards & Sections */
.section-padding { padding: 100px 0; }

.section-title {
    color: var(--secondary-gold);
    font-weight: 800;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--secondary-gold);
}

#fixtures {
    background: linear-gradient(rgba(0, 33, 71, 0.9), rgba(0, 33, 71, 0.95)), url('images/slider1.png') center/cover fixed no-repeat;
    position: relative;
}

#fixtures::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.4));
    pointer-events: none;
}

.match-card {
    background: var(--logo-green);
    border: 2px solid var(--logo-gold);
    border-radius: 24px;
    padding: 1.5rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: none !important;
}

.match-card:hover {
    transform: translateY(-10px);
    border-color: #fff;
    background: var(--logo-green);
}

.match-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--logo-green), var(--logo-gold), var(--logo-green), transparent);
    opacity: 0.3;
    transition: 0.4s;
}

.match-card:hover::before {
    opacity: 1;
    background: linear-gradient(90deg, transparent, var(--logo-gold), transparent);
}

.card-head {
    margin-bottom: 1.2rem;
}

.match-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.upcoming-badge {
    background: rgba(212, 175, 55, 0.1);
    color: var(--logo-gold);
    border: 1px solid var(--logo-gold);
    font-size: 0.65rem;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 700;
}

.gold-line {
    height: 1px;
    background: var(--logo-gold);
    opacity: 0.5;
    margin-bottom: 1.5rem;
}

.teams-row {
    padding: 0.5rem 0;
}

.team-block {
    flex: 1;
}

.team-circle {
    width: 60px;
    height: 60px;
    background: var(--logo-navy);
    border: 2px solid var(--logo-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 800;
    color: var(--logo-gold);
    font-size: 1.2rem;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
}

.team-name {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin-top: 0.5rem;
}

.vs-wrap {
    padding: 0 1rem;
}

.vs-circle {
    width: 35px;
    height: 35px;
    background: var(--logo-red);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 0.7rem;
    position: relative;
    box-shadow: none !important;
}

.vs-circle::before, .vs-circle::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.vs-circle::before { left: -20px; }
.vs-circle::after { right: -20px; }

.card-foot {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.2rem;
    margin-top: auto;
}

.time-text, .venue-text {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 500;
}

.text-gold {
    color: var(--logo-gold) !important;
}

.vs-badge {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: var(--logo-red);
    font-weight: 800;
    border-radius: 50%;
    box-shadow: none;
}

#standings {
    background: var(--logo-navy);
    position: relative;
}

.points-table {
    background: var(--logo-green);
    border-radius: 0;
    border: 2px solid var(--logo-gold);
    overflow: hidden;
    backdrop-filter: none;
    box-shadow: none !important;
}

.table { color: var(--text-white) !important; margin-bottom: 0; background: transparent !important; }
.table th { 
    background: var(--logo-gold) !important;
    color: var(--logo-navy) !important; 
    border-bottom: 2px solid var(--logo-navy);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    border-top: none;
    font-weight: 900;
}
.table td { 
    vertical-align: middle; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
    color: #fff !important;
    background: var(--logo-green) !important;
    font-weight: 500;
}

/* Specific column adjustments */
.table td:first-child, 
.table td:nth-last-child(2) { 
    color: var(--logo-gold) !important; 
    font-weight: 800;
}

.table tr:hover td {
    background: rgba(0, 0, 0, 0.2) !important;
    color: var(--logo-gold) !important;
}

.form-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    font-size: 0.6rem;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}
.form-w { background: var(--logo-green); color: white; }
.form-l { background: var(--logo-red); color: white; }
.form-n { background: #666; color: white; }

/* Redesigned Premium Team Cards */
#teams {
    background: radial-gradient(circle at center, rgba(0, 33, 71, 0.4), transparent);
}

.team-card-premium {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 0;
    padding: 15px;
    max-width: 160px; 
    margin: 20px auto; 
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    aspect-ratio: 1 / 1; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.card-glass-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), transparent);
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

.team-card-premium:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: var(--logo-gold);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.1);
}

.team-card-premium:hover .card-glass-overlay {
    opacity: 1;
}

.team-logo-box {
    width: 100%;
    height: 100%;
    max-width: 140px; 
    max-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.team-card-premium:hover .team-logo-box {
    transform: rotate(360deg) scale(1.15);
}

.team-logo-box img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1));
}

.team-card-premium::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.05), transparent 70%);
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

.team-card-premium:hover::before {
    opacity: 1;
    transform: translate(25%, 25%);
}

/* Owl Carousel Dots Styling */
.owl-theme .owl-dots .owl-dot span {
    background: rgba(212, 175, 55, 0.3) !important;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--logo-gold) !important;
    width: 30px;
}

/* Animation: Bat & Ball */
.cricket-anim-box {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    position: relative;
}

.bat-svg {
    width: 80px;
    position: absolute;
    bottom: 10px;
    left: 20px;
    transform-origin: bottom right;
    animation: batSwing 2s infinite ease-in-out;
}

.ball-circle {
    width: 20px;
    height: 20px;
    background: var(--logo-red);
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 0;
    animation: ballMove 2s infinite linear;
    border: 1px solid rgba(255,255,255,0.3);
}

@keyframes batSwing {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(-40deg); }
}

@keyframes ballMove {
    0% { transform: translate(0, 0); opacity: 1; }
    40% { transform: translate(-80px, 60px); opacity: 1; }
    60% { transform: translate(-200px, -20px); opacity: 0; }
    100% { transform: translate(0, 0); opacity: 0; }
}

.play-btn {
    width: 90px;
    height: 90px;
    background: var(--logo-red);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 3rem;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.play-btn:hover {
    transform: scale(1.1);
    color: var(--logo-gold);
}

.play-btn::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    border: 2px solid var(--logo-red);
    border-radius: 50%;
    animation: pulse-border 1.5s linear infinite;
}

/* Partners Section - Premium Dark Theme */
.partners-section {
    background: #0a192f; /* Deep Navy to match theme */
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--logo-gold), transparent);
}

.partner-tier-title {
    color: var(--logo-gold);
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 4px;
    margin-bottom: 45px;
    position: relative;
    display: block;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

.partner-logo-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.partner-logo-box:hover {
    border-color: var(--logo-gold);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.partner-logo-box img {
    max-height: 80%;
    max-width: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.4s ease;
    opacity: 1;
}

.partner-logo-box:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.partner-logo-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    transition: 0.5s;
}

.partner-logo-box:hover::after {
    left: 100%;
}

.row-gap-10 {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.partners-divider {
    width: 150px;
    height: 2px;
    background: var(--logo-gold);
    margin: 60px auto;
    opacity: 0.3;
}

@keyframes pulse-border {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

/* Gallery Styling */
.gallery-card {
    position: relative;
    cursor: pointer;
    background: var(--logo-navy);
}

.gallery-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 33, 71, 0.4);
    padding: 2rem;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.4s ease;
    backdrop-filter: none;
}

.gallery-card:hover .overlay {
    opacity: 1;
}

.gallery-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}

.gallery-img {
    transition: all 0.5s ease;
}

.gallery-card:hover .gallery-img {
    transform: scale(1.05);
    filter: none !important;
}

.video-play-sm {
    width: 60px;
    height: 60px;
    background: var(--logo-red);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.video-play-sm:hover {
    background: var(--logo-gold);
    color: var(--logo-navy);
    transform: scale(1.1);
}

.social-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--logo-gold);
    color: var(--logo-gold);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.social-btn:hover {
    background: var(--logo-gold);
    color: var(--logo-navy);
    transform: scale(1.1);
    text-decoration: none !important;
}

.contact-icon-box {
    width: 35px;
    height: 35px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid var(--logo-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon-box i {
    color: var(--logo-gold) !important;
}

/* Redesigned Footer Section */
.footer-section {
    background: #020d1a;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    font-family: 'Inter', sans-serif;
}

.footer-about-wrap h4 {
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
    font-weight: 700;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.footer-heading {
    color: var(--logo-gold);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.5rem !important;
    text-transform: uppercase;
}

.footer-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-weight: 400;
}

.footer-link:hover {
    color: var(--logo-gold);
    transform: translateX(5px);
}

.footer-section p {
    font-size: 0.95rem !important;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 400;
}

.contact-item p {
    margin-bottom: 0 !important;
}

.footer-bottom p {
    font-size: 0.85rem !important;
}

.footer-bottom {
    background: #010811;
}

.input-group .form-control:focus {
    box-shadow: none;
    border-color: var(--logo-gold);
}

/* Responsive */
@media (max-width: 991px) {
    .navbar-collapse {
        background: var(--logo-navy);
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
    }
    .newsletter-area { margin-top: 0; }
}


/* Video Highlights Section (Flush) */
#video-highlights {
    margin-top: 0;
}
.video-highlights-wrap {
    background: var(--logo-navy);
}
.play-btn-main {
    width: 80px;
    height: 80px;
    background: var(--logo-gold);
    color: var(--logo-navy);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: 0.4s;
    text-decoration: none;
}
.play-btn-main:hover {
    transform: scale(1.1);
    background: #fff;
    color: var(--logo-navy);
}
.animate-pulse {
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1); }
}


/* Video Main Card Styling */
.video-main-card {
    background: var(--logo-navy);
    border: 3px solid var(--logo-gold);
    border-radius: 0;
    box-shadow: none !important;
}
.video-overlay-alt {
    background: rgba(0, 33, 71, 0.4);
    transition: 0.4s;
}
.video-main-card:hover .video-overlay-alt {
    background: rgba(27, 67, 50, 0.5);
}


/* Hero Content Refinement */
.hero-content {
    max-width: 1000px;
    width: 90%;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 8vw, 4.5rem) !important;
    line-height: 1.1;
    margin-bottom: 1.5rem !important;
    letter-spacing: -1px;
}

.hero-content p {
    font-size: 1.2rem !important;
    max-width: 700px;
    margin: 0 auto 2.5rem !important;
}

/* Float Animation */
@keyframes float-anim {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.8rem !important;
    }

    .hero-content h1 {
        font-size: 2.2rem !important;
    }

    .hero-content p {
        font-size: 1rem !important;
    }

    /* Navbar Mobile */
    .navbar-brand img {
        height: 50px !important;
    }

    .navbar-toggler {
        padding: 5px;
        font-size: 1.2rem;
    }

    /* Tables Mobile */
    .table-responsive {
        border: none;
    }
    
    .points-table {
        border-radius: 12px;
        overflow-x: auto;
    }

    .table th, .table td {
        font-size: 0.75rem !important;
        padding: 10px 5px !important;
    }

    /* Partners Section Mobile */
    .partner-logo-box {
        width: 100px;
        height: 100px;
        padding: 10px;
    }

    .partner-tier-title {
        font-size: 0.65rem;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }

    /* Cards stacking */
    .contact-card {
        padding: 25px;
    }

    .form-section {
        padding: 20px !important;
    }

    /* Footer Mobile */
    .footer-section {
        text-align: center;
    }

    .footer-section .text-start {
        text-align: center !important;
    }

    .footer-link {
        justify-content: center;
    }

    .contact-item {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
    }

    .contact-icon-box {
        margin: 0 0 10px 0 !important;
    }

    /* Video Highlights Mobile */
    .video-main-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 1.8rem !important;
    }

    .btn-auth, .btn-gold, .btn-green {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
