@font-face {
    font-family: 'Akhand ExtraBold';
    src: url('../fonts/Akhand\ Extrabold.ttf') format('truetype');
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

section {
    padding: clamp(40px, 8vw, 80px) 0;
}

a {
    color: #199bec;
    font-family: 'Work Sans' !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #09253f !important;
    font-size: clamp(22px, 4vw, 35px);
}

ul li {
    font-family: 'Poppins', sans-serif !important;
}

p {
    font-family: 'Work Sans', sans-serif;
    font-size: clamp(16px, 2.5vw, 22px);
}

.disclaimer p {
    font-family: 'Work Sans', sans-serif;
    font-size: clamp(14px, 2vw, 17px) !important;
}

/* =====================
   Navbar
   ===================== */
.custom-navbar {
    transition: all 0.3s ease;
    padding: 10px 0;
    background: transparent;
}

.custom-navbar .container {
    display: flex;
    align-items: center;
}

.logo {
    width: 210px;
    transition: all 0.3s ease;
}

.navbar-brand:focus-visible {
    outline: none;
}

.custom-navbar.sticky {
    background: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 3px 0;
}

.custom-navbar.sticky .logo {
    transform: scale(0.85);
}

.nav-link {
    color: #000000 !important;
    margin-left: 10px;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .custom-dropdown:hover .dropdown-menu {
        display: block;
        margin: 0 0 0 5px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        animation: fadeIn 0.3s ease;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.normal-sup{
    font-weight: normal;
    font-size: 0.75rem; /* size kam karne ke liye */
    top: -3.5em;
}

/* =====================
   Hero Banner
   ===================== */
.banner_video {
    min-height: 90vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: clamp(30px, 5vw, 70px) !important;
}
.hero-banner {
    min-height: 90vh;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-content {
    position: relative;
    z-index: 1;
    max-width: 50%;
}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(36px, 9vw, 120px);
    text-align: center;
    line-height: 0.95;
    letter-spacing: 1px;
    font-family: 'Akhand ExtraBold', sans-serif !important;
    font-weight: 600 !important;
    margin: 0;
    white-space: normal;
}

.code_image {
    font-size: 13px !important;
}

.code_glass_title {
    color: #fff !important;
    text-transform: uppercase;
    font-size: clamp(28px, 6vw, 120px);
    line-height: 0.92;
    letter-spacing: 1px;
    font-family: 'Akhand ExtraBold', sans-serif !important;
    font-weight: 600 !important;
    margin: 0;
    white-space: normal;
    text-align: center;
}

@media (max-width: 1200px) {
    .banner-title {
        font-size: clamp(36px, 7vw, 100px);
    }
    .banner-content {
        max-width: 60%;
    }
}

@media (max-width: 992px) {
    .hero-banner {
        background-position: 65% center;
        min-height: 65vh;
    }
    .banner-content {
        padding-left: 5%;
        max-width: 70%;
    }
    .banner-title {
        font-size: clamp(32px, 8vw, 80px);
    }
}

@media (max-width: 576px) {
    .hero-banner {
        min-height: 50vh;
        background-position: 70% center;
    }
    .banner-content {
        padding: 35px 20px 0;
        max-width: 100%;
    }
    .banner-title {
        font-size: clamp(32px, 11vw, 60px);
        line-height: 0.95;
    }
    .code_glass_title {
        font-size: clamp(28px, 10vw, 60px) !important;
        line-height: 0.95;
    }
}

/* =====================
   Partner Banner
   ===================== */
.partner_banner {
    background-color: #9aa6b0;
    min-height: 70vh;
    color: #000000;
}

.partner_banner h1 {
    padding-top: 50px;
    font-size: clamp(36px, 9vw, 90px) !important;
    font-family: 'Akhand ExtraBold', sans-serif !important;
}

/* =====================
   Buttons
   ===================== */
.btn-investor {
    border-radius: 10px;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 600;
    font-size: clamp(13px, 1.5vw, 15px);
    padding: 8px 30px;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    margin: 0 15px;
}

.btn-quote {
    border-radius: 10px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 20px;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
}

.filter-tab {
    font-size: 12px !important;
    padding: 10px 16px !important;
}

.btn-navy {
    background-color: #199bec;
    color: #fff;
    border: 2px solid #199bec;
}

.btn-navy:hover {
    background-color: transparent;
    color: #199bec;
    border: 2px solid #199bec;
}

.btn-hovered {
    background-color: #fff;
    color: #199bec;
    border: 2px solid #199bec;
    padding: 10px 50px;
    font-size: clamp(16px, 2vw, 20px);
}

.btn-gray {
    background-color: #199bec;
    color: #fff;
    border: 2px solid #199bec;
}

.btn-gray:hover {
    background-color: transparent;
    color: #199bec;
    border: 2px solid #199bec;
}

/* =====================
   Revenue Section
   ===================== */
.revenue_section {
    background-color: #f5f5f4;
    overflow: hidden;
}

.hero-buttons {
    margin-top: 20px;
}

.revenue-img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.stat-item {
    text-align: center;
}

.stat-label {
    font-family: 'Work Sans', sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    color: #000000;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.4;
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(36px, 7vw, 54px);
    font-weight: 600;
    color: #000000;
    line-height: 1;
    margin: 0;
}

@media (max-width: 767.98px) {
    .revenue-img {
        max-height: 300px;
        width: 100%;
    }
    .stat-item {
        text-align: center;
    }
    .stat-label {
        font-size: 14px !important;
        padding-top: 20px !important;
    }
    .stat-number {
        font-size: 40px;
    }
}

/* =====================
   Cards
   ===================== */
.card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card img {
    border-radius: 10px;
}

.card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
}

.card-body h5 {
    font-family: 'Work Sans' !important;
    font-size: clamp(16px, 2vw, 20px) !important;
}

.card-body .card-text {
    flex: 1;
    font-size: clamp(15px, 2vw, 18px);
}

.industry_title h3 {
    font-family: 'Work Sans' !important;
    font-size: clamp(18px, 2.5vw, 24px);
}

/* =====================
   CTA Section
   ===================== */
.cta-section {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 380px;
}

.cta-section .cta-title {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.5rem, 4.5vw, 56px);
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991.98px) {
    .cta-section {
        min-height: 280px;
    }
}

@media (max-width: 575.98px) {
    .cta-section {
        min-height: 180px;
        background-size: cover;
    }
}

/* =====================
   Sports Intelligence Section
   ===================== */
.sports-intelligence-section {
    background-color: #ffffff;
    font-family: sans-serif;
    color: #001c3d;
    min-height: 670px !important;
}

.sports-intelligence-section .intelligence-card {
    background-color: #fafafa;
    border-color: var(--bs-border-color-translucent) !important;
    border-radius: 24px;
    min-height: 575px;
}

.sports-intelligence-section .bod_card {
    min-height: 800px !important;
}

.sports-intelligence-section .intelligence-card-2 {
    background-color: #fbfbfb;
    border-color: 1px solid #e9e8ed !important;
    border-radius: 24px;
}

.sports-intelligence-section .card-heading {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    line-height: 1.3;
}

.sports-intelligence-section .card-description {
    font-size: clamp(16px, 2.5vw, 22px);
    line-height: 1.6;
    color: #000000;
}

.sports-intelligence-section .metadata-row {
    font-size: 1.1rem;
    border-color: rgba(33, 37, 41, 0.25) !important;
}

.text_top {
    font-size: 1.3rem;
    border-color: rgba(33, 37, 41, 0.25) !important;
}

.sports-intelligence-section .btn-read-announcements {
    background-color: #1092eb;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: background-color 0.2s ease-in-out;
}

.sports-intelligence-section .btn-read-announcements:hover {
    background-color: #0d7ecc;
    color: #ffffff;
}

/* =====================
   Footer
   ===================== */
.custom-site-footer {
    background-color: #000000;
    color: #ffffff;
}

.footer-logo {
    width: 150px;
    height: auto;
}

.custom-site-footer .info-column p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
}

.custom-site-footer .link-column ul li a {
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    transition: opacity 0.2s ease-in-out;
}

.custom-site-footer .link-column ul li a:hover {
    opacity: 0.7;
}

/* =====================
   Misc
   ===================== */
.search_icon {
    height: 30px;
    width: auto;
}

.btn-grey {
    background-color: #f5f5f4;
    color: #09253f;
    width: 100%;
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 700;
    border: 2px solid #f5f5f4;
}

.news_heading {
    font-size: clamp(26px, 6vw, 58px);
    font-weight: 600;
    color: #09253f;
}

.detail_contenr {
    font-size: clamp(16px, 2.5vw, 22px);
}

@media (max-width: 576px) {
    .hero-banner {
        min-height: 50vh;
        background-position: 70% center;
        background-size: cover !important;
    }
    .sports-intelligence-section .bod_card {
        min-height: auto !important;
    }
    .banner-content {
        padding: 0 20px;
    }
    .banner-title {
        font-size: clamp(32px, 11vw, 60px);
        line-height: 0.95;
        padding-top: 35px;
    }
}

/* =====================
   Process / Chevron Cards
   ===================== */
.process-container {
    padding: 2rem 0;
}

.chevron-card {
    position: relative;
    padding: 2.5rem 2rem 2.5rem 2rem;
    color: #ffffff;
    min-height: 100%;
    clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}

@media (min-width: 992px) {
    .chevron-col:not(:first-child) {
        margin-left: -20px;
    }
    .chevron-col:not(:first-child) .chevron-card {
        clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%);
        padding-left: 3rem;
    }
}

@media (max-width: 991.98px) {
    .chevron-col {
        margin-bottom: -15px;
    }
    .chevron-card {
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), 50% 100%, 0% calc(100% - 15px));
        padding-bottom: 3.5rem;
    }
}

.bg-source   { background-color: #929fa9; color: #ffffff; }
.bg-evaluate { background-color: #67696b; color: #ffffff; }
.bg-integrate{ background-color: #383738; color: #ffffff; }
.bg-expand   { background-color: #000000; color: #ffffff; }

.card-num-title {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-subtitle {
    font-size: clamp(15px, 1.8vw, 20px);
    font-weight: 700;
    line-height: 1.3;
}

.border_target h2 {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 15px 0;
}

.card-desc {
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.list_unstyled {
    font-size: clamp(16px, 2.5vw, 22px);
    line-height: 1.6;
    list-style: auto !important;
    margin-left: 45px;
}
.list_unstyled li{
    font-family: 'Work Sans' !important;
}
.list_unstyled2 {
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: 1.6;
}

/* =====================
   Scaleable Technology
   ===================== */
.scaleable-technology h1 {
    text-align: center;
    font-size: clamp(40px, 9vw, 100px);
    font-weight: 600;
    line-height: 0.9;
    padding: 10px 0 !important;
    color: #000000;
    font-family: 'Akhand ExtraBold', sans-serif !important;
}

.coe_tech h1 {
    text-align: center;
    font-size: clamp(28px, 5vw, 50px);
    font-weight: 600;
    line-height: 0.9;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
}

.heading-divider {
    font-size: clamp(1.2rem, 2.5vw, 1.75rem);
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #000000;
}

.heading-line {
    height: 1.5px;
    background-color: #000000;
    opacity: 1;
}

/* =====================
   Stats Section
   ===================== */
.stats-section {
    background-color: #f5f5f5;
    color: #001e3d;
}

.main-heading {
    font-weight: 700;
    font-size: clamp(1.4rem, 3vw, calc(1.8rem + 1vw));
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.stat-number {
    font-size: clamp(48px, 10vw, 120px);
    font-family: 'Akhand ExtraBold' !important;
    font-weight: 700;
    line-height: 0.9;
}

.stat-label {
    font-size: clamp(14px, 2vw, 22px);
    padding-top: 15px;
    font-weight: 500;
    line-height: 1.25;
}

.vertical-divider {
    border-right: 2px solid #001e3d;
    height: 100%;
}

.vertical-divider .stat-number {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(36px, 7vw, 80px);
    font-weight: 600 !important;
}

.why-item {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    align-items: center;
}

.why-num-box {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 700;
    font-size: clamp(40px, 6vw, 65px);
    color: #9aa6b0;
    min-width: 30px;
    line-height: 1;
}

.why-item-text p {
    line-height: 1;
}

.investor-revenue-header {
    background-color: #9aa7b1;
}

@media (max-width: 767.98px) {
    .stat-number {
        font-size: clamp(40px, 10vw, 72px);
        padding-bottom: 20px !important;
    }
    .vertical-divider {
        border-left: none;
        height: auto;
    }
}

/* =====================
   Earth Section
   ===================== */
.earth h1 {
    text-align: center;
    font-size: clamp(30px, 6vw, 50px);
    font-weight: 600;
    line-height: 0.9;
    color: #ffffff;
    font-family: 'Akhand ExtraBold', sans-serif !important;
    padding-top: 15px;
}

/* =====================
   Service Cards
   ===================== */
.bg-enterprise { background-color: #f4f5f6; color: #001220; }
.bg-digital    { background-color: #92a0ac; color: #001220; }
.bg-lidi       { background-color: #68696b; color: #ffffff; }
.bg-fiber      { background-color: #373334; color: #ffffff; }

.service-card {
    border-radius: 1.25rem !important;
    padding: 2.5rem 2rem;
    border: none !important;
    transition: transform 0.2s ease;
}

.card-main-title {
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-family: 'Akhand ExtraBold';
}

.title-divider {
    width: 45px;
    height: 1.5px;
    margin: 1.5rem 0;
    opacity: 1;
}

.bg-enterprise .title-divider,
.bg-digital .title-divider {
    background-color: #001220;
}

.bg-lidi .title-divider,
.bg-fiber .title-divider {
    background-color: #ffffff;
}

.card-body-text {
    font-size: clamp(16px, 2.5vw, 22px);
    font-weight: 400;
    line-height: 1.5;
}

.bg_grey {
    background-color: #9aa6b0;
    color: #ffffff;
}

/* =====================
   Reviews Section
   ===================== */
.reviews_section p {
    font-size: clamp(16px, 3vw, 26px);
}

/* =====================
   Metrics Layer
   ===================== */
.metrics-layer {
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 88%, 50% 100%, 0% 88%);
    margin-bottom: -35px;
    min-height: 200px;
    font-family: 'Work Sans', sans-serif;
}

.metrics-layer:last-child {
    margin-bottom: 0;
}

.metrics-tier-top { background-color: #9aa7b1; z-index: 3; }
.metrics-tier-mid { background-color: #63666a; z-index: 2; }
.metrics-tier-bot { background-color: #2d2926; z-index: 1; }

.company_heading {
    font-size: clamp(18px, 2.5vw, 24px);
}

@media (max-width: 576px) {
    .reviews_section p {
        font-size: 16px;
    }
    .metrics-layer {
        min-height: 180px;
        margin-bottom: -25px;
    }
    .metrics-layer > div {
        padding-bottom: 45px !important;
    }
    .metrics-layer h2 {
        font-size: clamp(1.2rem, 5vw, 1.5rem) !important;
    }
    .metrics-layer p {
        font-size: clamp(14px, 4vw, 18px) !important;
    }
    .earth h1 {
        font-size: clamp(28px, 9vw, 40px);
    }
}

@media (max-width: 768px) {
    .market_grid_section .fs-5 {
        font-size: 14px !important;
    }
    .market_grid_section span.fw-bold {
        font-size: 13px !important;
    }
    .market_grid_section .py-4 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

/* =====================
   Problem Section
   ===================== */
.problem img {
    width: 100%;
    height: auto;
}

/* =====================
   Reason Items
   ===================== */
.reason-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.reason-num {
    font-weight: 700;
    font-size: clamp(28px, 4vw, 55px);
    color: #000000;
    line-height: 1;
    min-width: 38px;
}

.reason-text {
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
}

.reason-text strong {
    font-weight: 700;
    color: #000000;
}

.custom-brand-img {
    height: auto;
    width: clamp(130px, 18vw, 200px);
}

/* =====================
   FAQ Section
   ===================== */
.faq-header {
    background: #ebedef;
    padding: 28px 0;
    margin-bottom: 30px;
}

.faq-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.investor_table {
    font-family: 'Work Sans' !important;
}

#btn-inquiry:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
#btn-partner:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.privacy_heading {
    font-size: 26px !important;
}
.modal-body p {
    font-size: 18px !important;
}
.faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    gap: 12px;
}

.faq-q-text {
    font-weight: 700;
    font-size: clamp(14px, 2vw, 22px);
    color: #133153;
    line-height: 1.4;
    transition: color 0.2s ease;
    font-family: 'Poppins' !important;
}

.faq-toggle {
    font-size: clamp(14px, 1.6vw, 18px);
    color: #1a2a4a;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-block;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.faq-q[aria-expanded="true"] .faq-toggle {
    transform: rotate(0deg);
}

.faq-a {
    font-weight: 400;
    font-size: clamp(13px, 1.8vw, 18px);
    color: #133153;
    line-height: 1.75;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    font-family: 'Work Sans' !important;
    margin: 0;
    transition:
        max-height 0.45s ease-in-out,
        padding-bottom 0.45s ease-in-out;
}

.faq-a.open {
    /* max-height: 800px !important; */
    padding-bottom: 16px !important;
    font-family: 'Work Sans' !important;
}

.faq-q:focus,
.faq-q:focus-visible {
    outline: none;
}

/* =====================
   Custom Form
   ===================== */
.custom-form label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 6px;
}

.custom-form .form-control,
.custom-form .form-select {
    background-color: #f2f2f2;
    border: 1px solid #4a4a4a;
    border-radius: 0px;
    padding: 6px 16px;
    font-size: 1.1rem;
    color: #333;
}

.custom-form .form-control:focus,
.custom-form .form-select:focus {
    background-color: #ececec;
    border-color: #002855;
    box-shadow: none;
}

.custom-form textarea.form-control {
    height: 140px;
    resize: vertical;
}

.custom-form .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23002855' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-size: 1.5rem;
}

.custom-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}

.custom-checkbox-input {
    appearance: none;
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    border: 1px solid #4a4a4a;
    background-color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 15px;
}

.custom-checkbox-input:checked {
    background-color: #f2f2f2;
    position: relative;
}

.custom-checkbox-input:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #002855;
    font-weight: bold;
    font-size: 1.2rem;
}

.custom-checkbox-label {
    font-size: 1.15rem;
    color: #2d3748;
    line-height: 32px;
}

@media (max-width: 768px) {
    .psContainer * {
        width: auto !important;
    }
}

/* =====================
   Dark Header / Tracking
   ===================== */
.bg-dark-header {
    background-color: #363132;
    padding: 30px 0 !important;
}

.tracking-wider {
    background-color: #666;
    padding: 30px 0 !important;
}

/* =====================
   Tab Bar
   ===================== */
.tab-bar {
    display: flex;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 4px;
    gap: 2px;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.tab-btn {
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 16px;
    border: none;
    background: transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
    text-align: center;
}

.tab-btn.active {
    background: #199BEC;
    color: #fff;
}

.tab-btn:not(.active):hover {
    background: #e0e0e0;
}

.tab-content {
    display: none;
    padding: 2rem 0;
}

.tab-content.active {
    display: block;
}

@media (max-width: 520px) {
    .tab-btn {
        flex: 1 1 45%;
        font-size: 13px;
        padding: 9px 8px;
    }
}

@media (max-width: 320px) {
    .tab-btn {
        flex: 1 1 100%;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .sports-intelligence-section .bod_card {
        min-height: auto !important;
    }
}
