header .header-top-menu {
    max-width: 650px;
    margin-left: auto;
}

header .header-top-menu li {
    flex-grow: 1;
}
header .mobile-table.active{
    background-color: #fd0001;
}
header .header-top-menu li a {
    color: #ffffff;
    font-size: 30px;
    font-family: "Bebas Neue", cursive;
    padding: 15px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

header .header-top-menu li a:hover {
    background-color: #fd0001;
}

header .header-bottom {
    padding: 10px 0;
}

header .logo {
    position: absolute;
    top: -50px;
}

header+main {
    margin-top: 118px;
}

#HomeBanner .carousel-item .content {
    top: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#HomeBanner .carousel-item .content p {
    max-width: 400px;
}

#HomeBanner .banner-img {
    height: 600px;
    object-fit: cover;
    object-position: center;
}

#HomeBanner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#CommonBanner {
    background-color: #2f5596;
    background-size: cover;
}

.banner-blog {
    background: url(../images/blog-banner.png) no-repeat center;
}

.banner-events {
    background: url(../images/events-banner.png) no-repeat center;
}

.banner-player {
    background: url(../images/players-bannere.png) no-repeat center;
}

.banner-leaderboard {
    background: url(../images/leaderboard-banner.png) no-repeat center;
}

#CommonBanner .content {
    padding: 100px 0;
}

#CommonBanner .content p {
    max-width: 425px;
    margin: 0 auto;
    font-weight: 600;
}

.EventSection .event .event-tag {
    top: 10px;
    left: 10px;
    padding: 2px 20px;
    z-index: 2;
}

.EventSection .event {
    margin-bottom: 30px;
}

.EventSection .event .event-date {
    bottom: 15px;
    right: 10px;
    padding: 2px 20px;
    z-index: 2;
}

.EventSection .event .inner .content {
    padding: 40px 15%;
    background: url(../images/event-bg.png) no-repeat;
    background-size: 100% 100%;
}

.EventSection .upcoming-events .upcoming-event {
    padding: 30px 10px;
}

.video-box {
    position: relative;
}

.video-box .overlay {
    display: flex;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

/* .video-box:hover .overlay {
  opacity: 1;
  visibility: visible;
} */
.video-box video {
    display: none;
    height: 500px;
}

.video-box .video-thumbnail img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.atheleteDataSection {
    background: url(../images/bg-2.png) no-repeat center;
    background-size: cover;
}

.atheleteDataSection .tilted-tag {
    height: 7px;
    width: 16px;
}

/* Homepage partner strip — neutral class names; layout overrides global.css img rules */
.fdc-home-partners {
    position: relative;
    z-index: 2;
    clear: both;
}

.fdc-home-partners-inner {
    width: 100%;
}

/* Horizontal scroll row (mobile / overflow) */
.fdc-partner-scroll {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.fdc-partner-scroll-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    max-width: none;
    min-height: 100px;
}

/* Centered static grids (desktop + mobile stacked layout) */
.fdc-partner-grid--desktop,
.fdc-partner-grid--mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 16px;
    width: 100%;
    line-height: normal;
}

.fdc-partner-tile {
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    text-decoration: none;
}

/* Desktop tile slot */
.fdc-partner-tile--static.fdc-partner-tile--desktop {
    width: 220px;
    height: 100px;
    min-width: 220px;
    max-width: 220px;
    min-height: 100px;
    max-height: 100px;
}

/* Mobile static tile slot */
.fdc-partner-tile--static.fdc-partner-tile--mobile {
    width: 160px;
    height: 80px;
    min-width: 160px;
    max-width: 160px;
    min-height: 80px;
    max-height: 80px;
}

/* Scroll-strip tiles (match desktop slot size on md+; mobile MQ shrinks) */
.fdc-partner-scroll-track .fdc-partner-tile {
    width: 220px;
    height: 100px;
    min-width: 220px;
    max-width: 220px;
    min-height: 100px;
    max-height: 100px;
}

/* Beat global.css `img { max-width:100%; height:auto }` inside fixed slots */
.fdc-home-partners .fdc-partner-tile img {
    display: block;
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}

.players-list-table .player .player-img {
    max-width: 50px;
    margin-right: 10px;
}

.playerVideos .video-list .player-video-box .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/* ====================== media queries ==================== */
@media (max-width: 1199px) {
    header .header-top-menu li a {
        font-size: 25px;
    }

    header .header-top-menu li {
        flex-grow: inherit;
    }
}

@media (max-width: 991px) {
    header .header-top-menu li a {
        font-size: 20px;
        padding: 10px 10px;
    }

    header .logo {
        max-width: 300px;
        top: -40px;
    }

    header+main {
        margin-top: 90px;
    }

   
}

@media (max-width: 767px) {
    header .logo {
        max-width: 200px;
        top: -5px;
    }

    header .header-bottom {
        padding: 5px 0;
    }

    header+main {
        margin-top: 75px;
    }

    header .header-top-menu li a {
        font-size: 18px !important;
        padding: 10px 10px;
    }

    .video-box .video-thumbnail img {
        height: 300px;
    }

    .video-box video {
        height: 300px;
    }

    .fdc-partner-scroll-track {
        min-height: 80px;
    }

    .fdc-partner-scroll-track .fdc-partner-tile {
        width: 160px;
        height: 80px;
        min-width: 160px;
        max-width: 160px;
        min-height: 80px;
        max-height: 80px;
    }
}

@media (max-width: 479px) {
    header .logo {
        max-width: 150px;
        top: -5px;
    }

    .mobile-view {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .web-table {
        display: none;
    }
}


.line-clamp {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #fd0001;
    color: #ffffff;
}

.collapsed:after {
    content: "\f106";
}

.mobile-table {
    display: none;
}

@media (max-width: 767px) {
    .mobile-table {
        display: block;
    }

    .web-table {
        display: none;
    }
}

/* Footer — professional layout, left-aligned, Pages | External side-by-side */
.Footer.site-footer .footer-top {
    border-top: 1px solid rgba(47, 85, 150, 0.12);
}

.Footer .footer-main-row {
    justify-content: space-between;
}

.Footer .footer-logo-img {
    max-width: 260px;
    width: 100%;
    height: auto;
    display: block;
}

.Footer .footer-heading {
    font-size: 0.8125rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #2f5596 !important;
}

.Footer .footer-links li {
    line-height: 1.45;
}

.Footer .footer-links a {
    color: #2f5596;
    font-size: 0.9375rem;
    font-weight: 500;
    word-break: break-word;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.Footer .footer-links a:hover {
    color: #fd0001;
    padding-left: 2px;
}

.Footer .footer-social-item {
    margin-right: 0.35rem;
    margin-bottom: 0.35rem;
}

.Footer .footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: rgba(47, 85, 150, 0.08);
    color: #2f5596 !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.Footer .footer-social-link:hover {
    background: #fd0001;
    color: #fff !important;
    transform: translateY(-1px);
}

.Footer .footer-contact-text {
    min-width: 0;
    max-width: 100%;
    word-break: break-word;
    font-size: 0.9375rem;
}

.Footer .footer-contact-text a {
    color: #2f5596;
    font-weight: 600;
}

.Footer .footer-contact-text a:hover {
    color: #fd0001;
}

.Footer .footer-contact-label {
    font-size: 0.75rem;
    margin-top: 0.15rem;
}

.Footer .footer-contact-item {
    max-width: 100%;
}

.Footer .footer-nav-split {
    margin-left: 0;
    margin-right: 0;
}

.Footer .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.Footer .footer-copyright-text {
    letter-spacing: 0.02em;
    text-align: center;
}

@media (min-width: 992px) {
    .Footer .footer-col--brand {
        padding-right: 1.5rem;
    }

    .Footer .footer-col--contact {
        padding-left: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .Footer .footer-heading {
        font-size: 0.75rem;
    }

    .Footer .footer-links a {
        font-size: 0.875rem;
    }

    .Footer .footer-logo-img {
        max-width: 220px;
    }

    .Footer .footer-social-link {
        width: 2rem;
        height: 2rem;
        font-size: 0.9rem;
    }
}
