/* Shared front shell: fonts, header, footer and global compatibility rules. */

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/front/content/fonts/Oswald-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/assets/front/content/fonts/Oswald-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/assets/front/content/fonts/Oswald-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/assets/front/content/fonts/Oswald-Bold.ttf") format("truetype");
}

.show-gallery-link-area {
    background-color: #262265;
    border: 2px solid #ED1C24;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    text-align: center;
    /* metin ortalansın */
}

.show-gallery-link-area a {
    color: white !important;
}

.show-gallery-link {
    font-weight: 700;
}


@media only screen and (min-width: 1321px) {
    .eurocupLogo {
        max-width: 260px;
        margin-left: 20px;
        top: -40px;
    }
}

@media only screen and (max-width: 1320px) and (min-width: 1201px) {
    .eurocupLogo {
        max-width: 260px;
        margin-left: 20px;
        top: -40px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .eurocupLogo {
        max-width: 220px;
        margin-left: 40px;
        top: -25px;
    }
}

@media only screen and (max-width: 490px) and (min-width: 381px) {
    .eurocupLogo {
        max-width: 300px;
        margin-left: 68px;
        top: -50px;
    }
}

@media only screen and (max-width: 380px) {
    .eurocupLogo {
        max-width: 300px;
        margin-left: 48px;
        top: -50px;
    }
}

/* ============================================
   RESPONSIVE HEADER - Fixed for all breakpoints
   ============================================ */

/* Tablet breakpoint - 768px to 990px */
@media (min-width: 768px) and (max-width: 990px) {

    /* Ensure navbar toggle is visible */
    .bkbasketbol-header-one .navbar-toggle {
        display: block !important;
        background-color: #ED1C24;
        border: none;
        border-radius: 4px;
    }

    .bkbasketbol-header-one .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    /* Make navbar collapse work properly */
    .bkbasketbol-header-one .navbar-collapse.collapse {
        display: none !important;
    }

    .bkbasketbol-header-one .navbar-collapse.collapse.in {
        display: block !important;
    }

    .bkbasketbol-header-one .navbar-collapse {
        position: absolute;
        top: 100px;
        left: -250px;
        background-color: #292c31;
        z-index: 9999;
        padding: 0;
    }

    .bkbasketbol-header-one .navbar-nav>li {
        width: 100%;
        float: none;
    }

    .bkbasketbol-header-one .navbar-nav>li>a {
        padding: 15px 20px;
        color: #fff;
    }

    .bkbasketbol-header-one .bkbasketbol-dropdown-menu {
        position: relative !important;
        width: 100%;
        opacity: 1;
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .bkbasketbol-right-section {
        margin: -60px -100px;
    }
}

/* Mobile breakpoint - under 768px */
@media (max-width: 767px) {
    .bkbasketbol-header-one .navbar-toggle {
        display: block !important;
        background-color: #ED1C24;
        border: none;
        border-radius: 4px;
        margin: 15px 10px;
    }

    .bkbasketbol-header-one .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .bkbasketbol-header-one .navbar-collapse.collapse {
        display: none !important;
    }

    .bkbasketbol-header-one .navbar-collapse.collapse.in {
        display: block !important;
    }

    .bkbasketbol-header-one .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #292c31;
        z-index: 9999;
    }

    .bkbasketbol-header-one .navbar-nav>li {
        width: 100%;
        float: none;
    }

    .bkbasketbol-header-one .navbar-nav>li>a {
        padding: 12px 15px;
        color: #fff;
        font-size: 15px !important;
    }

    .bkbasketbol-header-one .bkbasketbol-dropdown-menu {
        position: relative !important;
        width: 100%;
        opacity: 1;
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .bkbasketbol-right-section {
        margin: -45px -100px;
    }
}

/* Desktop - ensure navbar is always visible */
@media (min-width: 991px) {
    .bkbasketbol-header-one .navbar-collapse {
        display: block !important;
    }

    .bkbasketbol-header-one .navbar-toggle {
        display: none !important;
    }

    /* Prevent menu items from wrapping to next line */
    .bkbasketbol-header-one .navbar-nav {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .bkbasketbol-header-one .navbar-nav>li {
        flex-shrink: 0;
    }

    .bkbasketbol-header-one .navbar-nav>li>a {
        white-space: nowrap;
    }
}

/* ============================================
   FIX: Prevent navbar from dropping at 1200-1500px
   ============================================ */

/* Large desktop - Reduce navbar padding and font size */
@media (min-width: 991px) and (max-width: 1500px) {

    /* Make header flexbox to keep everything on one line */
    .bkbasketbol-header-one .bkbasketbol-main-header .container .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: end;
    }

    /* Reduce navbar item padding to fit */
    .bkbasketbol-header-one .navbar-nav>li {
        padding: 45px 12px 35px 12px;
    }

    /* Ensure navbar stays on right */
    .bkbasketbol-header-one .bkbasketbol-right-section {
        float: right;
        max-width: 100%;
    }

    .bkbasketbol-header-one .navbar {
        float: right;
    }

    .bkbasketbol-header-one .navbar-nav>li>a {
        font-size: 15px !important;
    }
}

/* Medium desktop - Even smaller spacing */
@media (min-width: 991px) and (max-width: 1320px) {
    .bkbasketbol-header-one .navbar-nav>li {
        padding: 45px 10px 35px 10px;
    }

    .bkbasketbol-header-one .navbar-nav>li>a {
        font-size: 14px !important;
    }
}

/* Tight desktop - 991-1200px */
@media (min-width: 991px) and (max-width: 1200px) {
    .bkbasketbol-header-one .navbar-nav>li {
        padding: 45px 8px 35px 8px;
    }

    .bkbasketbol-header-one .navbar-nav>li>a {
        font-size: 13px !important;
    }
}

/* ============================================
   FIX: BK Logo and TR/EN Fixed Position
   ============================================ */

/* BK Logo - Fixed position at all sizes */
.bkbasketbol-logo {
    position: absolute !important;
    z-index: 99 !important;
    left: 15px;
    top: 7px;
    height: 140px;
    width: 140px;
}

/* TR/EN Language Switcher - Fixed position at all sizes */
.tr_En {
    position: absolute !important;
    right: 37px !important;
    top: 45px !important;
    z-index: 100 !important;
}

/* Responsive adjustments for logo and language switcher */
@media (max-width: 1500px) {
    .bkbasketbol-logo {
        height: 140px;
        width: 140px;
        left: 15px !important;
    }
}

@media (max-width: 1200px) {
    .bkbasketbol-logo {
        height: 110px;
        width: 110px;
        left: 15px !important;
        top: 20px;
    }

    .tr_En {
        right: 25px !important;
        top: 45px !important;
    }
}

@media (max-width: 990px) {
    body.bk-mobile-nav-open {
        overflow: hidden;
    }

    body.bk-mobile-nav-open::after {
        position: fixed;
        inset: 78px 0 0;
        z-index: 950;
        content: "";
        background: rgba(6, 5, 27, 0.54);
        backdrop-filter: blur(3px);
    }

    .bkbasketbol-logo {
        height: 100px;
        width: 100px;
        left: 250px;
    }

    .tr_En {
        right: 20px !important;
        top: 45px !important;
    }
}

@media (max-width: 767px) {
    .bkbasketbol-logo {
        height: 80px;
        width: 80px;
        left: 250px;
        top: 10px;
    }

    .tr_En {
        right: 15px !important;
        top: 45px !important;
    }

    .tr_En a {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .bkbasketbol-logo {
        height: 70px;
        width: 70px;
        left: 250px;
        top: 10px;
    }

    .tr_En {
        right: 10px !important;
        top: 15px !important;
    }

    .tr_En a {
        font-size: 12px !important;
    }

    .bkbasketbol-right-section {
        margin: -65px 10px;
    }
}

/* ============================================
   FIX: Son Maç Sonuçları Mobile Responsive
   ============================================ */

/* Base styles for match result */
.bkbasketbol-match-result {
    overflow: hidden;
    background-size: cover !important;
    width: 100% !important;
}

.bkbasketbol-match-result ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bkbasketbol-match-result ul li {
    text-align: center;
    padding: 10px;
    flex: 1;
}

.bkbasketbol-match-result .bkbasketbol-match-score {
    flex: 0 0 auto;
    min-width: 100px;
}

/* Mobile responsive for match result - HORIZONTAL LAYOUT */
@media (max-width: 767px) {
    .bkbasketbol-match-result {
        padding: 15px 5px;
        background-size: cover !important;
        background-position: center !important;
    }

    .bkbasketbol-match-result .bkbasketbol-match-title h4 {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }

    .bkbasketbol-match-result ul {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        margin: 85px 0;
    }

    .bkbasketbol-match-result ul li {
        flex: 1;
        padding: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bkbasketbol-match-result ul li img {
        height: 50px !important;
        width: auto;
        max-width: 60px;
    }

    .bkbasketbol-match-result ul li h4 {
        font-size: 10px !important;
        margin-top: 5px;
        line-height: 1.2;
    }

    .bkbasketbol-match-result .bkbasketbol-match-score {
        flex: 0 0 auto;
        min-width: 80px;
        background-color: rgba(237, 28, 36, 0.3);
        border-radius: 8px;
        padding: 10px 5px !important;
    }

    .bkbasketbol-match-result .bkbasketbol-match-score h5 {
        font-size: 10px;
        margin-bottom: 3px;
    }

    .bkbasketbol-match-result .bkbasketbol-match-score p {
        font-size: 20px !important;
        font-weight: bold;
        margin: 0;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .bkbasketbol-match-result ul li img {
        height: 40px !important;
        max-width: 50px;
    }

    .bkbasketbol-match-result ul li h4 {
        font-size: 9px !important;
    }

    .bkbasketbol-match-result .bkbasketbol-match-score {
        min-width: 60px;
        padding: 8px 3px !important;
    }

    .bkbasketbol-match-result .bkbasketbol-match-score p {
        font-size: 18px !important;
    }
}

/* Tablet - horizontal layout but smaller */
@media (min-width: 768px) and (max-width: 990px) {
    .bkbasketbol-match-result ul li img {
        height: 70px !important;
    }

    .bkbasketbol-match-result ul li h4 {
        font-size: 14px;
    }
}

/* ============================================================
   NEW FOOTER STYLES — Bahçeşehir Footer Redesign
   ============================================================ */

/* --- Override/Reset old footer styles from style.css --- */
#bkbasketbol-footer.bk-footer-new {
    float: none;
    width: 100%;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

#bkbasketbol-footer.bk-footer-new:before,
#bkbasketbol-footer.bk-footer-new:after {
    display: none !important;
}

#bkbasketbol-footer.bk-footer-new .bkbasketbol-footer-widget,
#bkbasketbol-footer.bk-footer-new .bkbasketbol-copyright,
#bkbasketbol-footer.bk-footer-new .bkbasketbol-copyright-left,
#bkbasketbol-footer.bk-footer-new .bkbasketbol-copyright-right,
#bkbasketbol-footer.bk-footer-new .bkbasketbol-copyright-left:before,
#bkbasketbol-footer.bk-footer-new .bkbasketbol-copyright-right:after {
    display: none !important;
}

#bkbasketbol-footer.bk-footer-new .bkbasketbol-back-top {
    z-index: 99;
}

/* Base Wrapper */
.bk-footer-new {
    display: block;
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a2e;
    background-color: #15163f;
    /* Prevents 1px white lines during mobile subpixel rendering */
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.bk-footer-new img {
    max-width: none !important;
    display: block;
}

.bk-footer-new ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bk-footer-new a {
    text-decoration: none;
    background: transparent;
}

/* ---------- TOP SECTION (White + Texture) ---------- */
.bk-footer-top {
    position: relative;
    width: 100%;
    height: 240px;
    background: #fff;
}

.bk-footer-top__texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/front/content/extra-images/footer/texture.png') repeat;
    opacity: 0.25;
    z-index: 0;
    pointer-events: none;
}

.bk-footer-top__inner {
    position: relative;
    max-width: 1140px;
    /* Container width */
    height: 100%;
    margin: 0 auto;
    z-index: 2;
}

/* Flame - Absolute Left */
.bk-footer-top__flame {
    position: absolute;
    top: -2px;
    left: -1px;
    /* Artık dış sarmalayıcıya ait olduğu için tam köşeye oturabilir */
    height: 102%;
    z-index: 1;
}

.bk-footer-top__flame img {
    height: 100% !important;
    width: auto !important;
    display: block;
}

/* Center the contact block between the decorative edges. */
.bk-footer-top__contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.bk-footer-top__contact-title {
    font-family: 'Exo2', 'Exo', 'Open Sans', sans-serif;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin: 0 0 18px 0 !important;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none !important;
}

.bk-footer-top__contact-list li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 14px !important;
    font-family: 'Exo2', 'Exo', 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #1a1a2e !important;
}

.bk-footer-top__contact-list li i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px;
    background-color: #1a1a2e !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    font-size: 16px !important;
    margin-right: 14px !important;
}

.bk-footer-top__contact-list li a {
    font-family: 'Exo2', 'Exo', 'Open Sans', sans-serif;
    color: #1a1a2e !important;
    font-size: inherit !important;
    font-weight: 500 !important;
    overflow-wrap: anywhere;
    transition: opacity 0.3s ease;
}

.bk-footer-top__contact-list li a:hover {
    opacity: 0.7 !important;
    color: #1a1a2e !important;
}

/* Brand - Absolute Right */
.bk-footer-top__brand {
    position: absolute;
    top: 0;
    right: 0;
    width: 550px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* Let clicks pass through background */
}

.bk-footer-top__bk {
    position: absolute;
    bottom: -20px;
    right: 15px;
    /* Stay inside the viewport securely */
    height: 280px !important;
    width: auto !important;
    z-index: 1;
    object-fit: contain;
}

.bk-footer-top__dragon {
    position: absolute;
    bottom: -120px;
    /* Let it spill downward organically */
    right: 10px;
    /* Overlap BK nicely while staying on screen */
    height: 300px !important;
    width: auto !important;
    z-index: 3;
}

/* ---------- MIDDLE SECTION (Dark Navy + Social) ---------- */
.bk-footer-mid {
    background: linear-gradient(135deg, #1e2259 0%, #2a2e73 50%, #1e2259 100%) !important;
    /* Biraz soldurulmuş / aydınlatılmış lacivert geçiş */
    padding: 40px 0 30px 0;
    /* Extra breathing room */
    position: relative;
    z-index: 5;
    overflow: hidden;
    /* Ensure texture doesn't overflow container */
}

/* Texture pattern for the middle navy section */
.bk-footer-mid__texture {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 104%;
    height: 104%;
    background: url('/assets/front/content/extra-images/footer/texture.png') repeat;
    opacity: 1;
    /* Maksimum belirginlik */
    mix-blend-mode: multiply;
    /* Keeps the navy background rich and dark while burning in the dots */
    z-index: 0;
    pointer-events: none;
}

.bk-footer-mid .container {
    position: relative;
    z-index: 2;
}

.bk-footer-mid__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    /* Spacing below the social row */
    padding: 0 20px;
}

.bk-footer-mid__handle {
    flex: 1;
}

.bk-footer-mid__handle--right {
    text-align: right;
}

.bk-footer-mid__handle a {
    display: inline-block;
    font-family: 'Open Sans', 'Exo2', sans-serif;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

.bk-footer-mid__handle a:hover {
    opacity: 0.7;
}

.bk-footer-mid__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 0 0 auto;
    margin-left: 0;
}

.bk-footer-mid__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.bk-footer-mid__socials a:hover {
    transform: translateY(-3px);
    opacity: 0.8;
}

.bk-footer-mid__socials a img {
    height: 24px !important;
    width: auto !important;
    filter: none !important;
}

/* ---------- SLOGANS AND LOGO (Inside Mid Section) ---------- */
.bk-footer-bottom__slogans {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Spread across middle row */
    margin: 0 auto 30px auto;
    padding: 0 10px;
}

.bk-footer-bottom__slogan {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 300 !important;
    /* Elegant thin font */
    color: #ffffff !important;
    letter-spacing: 6px;
    /* High tracking */
    text-transform: uppercase;
}

.bk-footer-bottom__handwriting {
    height: 90px !important;
    /* Made the central handwritten logo slightly larger */
    width: auto !important;
    margin: 0 20px;
}

/* ---------- COPYRIGHT ROW ---------- */
.bk-footer-bottom__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    gap: 12px 24px;
}

.bk-footer-bottom__copyright-left {
    font-family: 'Exo2', 'Open Sans', sans-serif;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.bk-footer-bottom__copyright-right {
    font-family: 'Exo2', 'Open Sans', sans-serif;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.bk-footer-bottom__copyright-right a {
    color: rgba(255, 255, 255, 0.6) !important;
    transition: color 0.3s ease;
}

.bk-footer-bottom__copyright-right a:hover {
    color: #ffffff !important;
}

.bk-footer-bottom__sep {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.3) !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .bk-footer-top__brand {
        transform: scale(0.8);
        transform-origin: bottom right;
    }
}

/* ---------- RESPONSIVE: Tablet (768px - 1024px) ---------- */
@media only screen and (max-width: 1024px) {
    .bk-footer-top {
        height: 250px;
    }

    .bk-footer-top__brand {
        transform: scale(0.55);
        transform-origin: bottom right;
        right: 0;
    }

    .bk-footer-mid__inner {
        padding: 0;
    }

    .bk-footer-mid__handle a {
        font-size: 15px !important;
    }

    .bk-footer-bottom__slogan {
        font-size: 11px !important;
        letter-spacing: 3px;
    }

    .bk-footer-bottom__handwriting {
        height: 60px !important;
        margin: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .bk-footer-top__flame {
        display: none;
    }

    .bk-footer-top__brand {
        transform: scale(0.42);
    }
}

/* ---------- RESPONSIVE: Mobile (< 768px) ---------- */
@media only screen and (max-width: 767px) {
    .bk-footer-top {
        height: auto;
        min-height: auto;
        padding: 32px 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .bk-footer-top__flame {
        display: none;
        /* Hide flame on mobile for clean look */
    }

    .bk-footer-top__brand {
        position: relative;
        width: 100%;
        height: 190px;
        order: 2;
        transform: none;
        right: 0;
        margin-top: 24px;
    }

    .bk-footer-top__bk {
        right: 50%;
        transform: translateX(50%);
        bottom: -45px;
        height: 235px !important;
    }

    .bk-footer-top__dragon {
        right: 20%;
        transform: translateX(35%);
        bottom: -115px;
        height: 245px !important;
    }

    .bk-footer-top__contact {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        order: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 360px;
        margin: 0 auto;
    }

    .bk-footer-top__contact-title {
        font-size: 26px !important;
        margin-bottom: 18px !important;
    }

    .bk-footer-top__contact-list li {
        flex-direction: row;
        gap: 0;
        margin-bottom: 14px !important;
        text-align: left;
        font-size: 16px !important;
    }

    .bk-footer-top__contact-list li i {
        margin-right: 12px !important;
    }

    /* Mid Section Restructuring */
    .bk-footer-mid {
        padding: 30px 10px 34px;
    }

    .bk-footer-mid__inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 10px;
        margin-bottom: 28px;
    }

    .bk-footer-mid__handle {
        text-align: center !important;
        grid-row: 2;
    }

    .bk-footer-mid__handle--left {
        grid-column: 1;
    }

    .bk-footer-mid__handle--right {
        grid-column: 2;
    }

    .bk-footer-mid__socials {
        grid-column: 1 / -1;
        grid-row: 1;
        margin-left: 0 !important;
    }

    .bk-footer-mid__handle a {
        font-size: 14px !important;
    }

    .bk-footer-bottom__slogans {
        flex-direction: column;
        gap: 14px;
        margin-bottom: 28px;
    }

    .bk-footer-bottom__handwriting {
        order: -1;
        height: 64px !important;
        margin: 0 0 4px;
    }

    .bk-footer-bottom__copyright {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding-bottom: 22px;
    }

    .bk-footer-bottom__copyright-right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 4px 8px;
    }

    .bk-footer-bottom__sep {
        margin: 0;
    }
}

/* ============================================
   GOOGLE AUTO TRANSLATE FIXES
   ============================================ */

/* Disable all Google Translate banner iframes, tooltips, and bars */
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
iframe.skiptranslate,
.goog-te-banner-frame,
iframe.goog-te-banner-frame,
.goog-te-banner,
#goog-gt-tt,
#goog-gt-vt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover,
div.skiptranslate:not(.goog-te-gadget),
body>.skiptranslate:first-child {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    max-height: 0 !important;
    max-width: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    pointer-events: none !important;
    z-index: -99999 !important;
}

html,
body {
    top: 0px !important;
    position: static !important;
    margin-top: 0px !important;
}

#google_translate_element {
    display: none !important;
}

/*
   DISABLE BLUE HOVER HIGHLIGHT & FOCUS (Ultra-High Specificity)
*/
html body .goog-text-highlight,
html body .goog-text-highlight:hover,
html body font.goog-text-highlight,
html body font.goog-text-highlight:hover,
html body span.goog-text-highlight,
html body span.goog-text-highlight:hover,
html body *[class*="goog-text-highlight"],
html body *[class*="goog-text-highlight"]:hover {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    outline: none !important;
    position: inherit !important;
    box-sizing: inherit !important;
}

/* Google Translate's current hover highlight class. */
html body .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q,
html body .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q:hover,
html body *[class*="VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q"],
html body *[class*="VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q"]:hover {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    outline: none !important;
    text-decoration: inherit !important;
}

/* Language switcher active styles */
.tr_En a.active {
    color: #ED1C24 !important;
    font-weight: bold !important;
    text-shadow: 0 0 5px rgba(237, 28, 36, 0.4);
}

.tr_En a {
    cursor: pointer;
    transition: color 0.2s ease;
}

/* Ensure Google Translate font tags do not alter typography in ANY way */
font,
font * {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-transform: inherit !important;
    vertical-align: inherit !important;
}


/* ============================================
   TOPBAR & DROPDOWN ENHANCEMENTS
   ============================================ */

/* Move BK logo further left to avoid any overlap */
.bkbasketbol-logo {
    left: 15px !important;
}

@media (max-width: 1500px) {
    .bkbasketbol-logo {
        left: 15px !important;
    }
}

@media (max-width: 1200px) {
    .bkbasketbol-logo {
        left: 15px !important;
    }
}

/* Dropdown menu cards - Only slightly wider in English (245px vs 220px original), Turkish remains original */
@media (min-width: 992px) {

    html.translated-ltr .bkbasketbol-dropdown-menu,
    html.lang-en .bkbasketbol-dropdown-menu,
    body.lang-en .bkbasketbol-dropdown-menu {
        width: 245px !important;
        min-width: 245px !important;
        max-width: 260px !important;
    }

    html.translated-ltr .bkbasketbol-dropdown-menu li a,
    html.lang-en .bkbasketbol-dropdown-menu li a,
    body.lang-en .bkbasketbol-dropdown-menu li a {
        padding: 10px 18px !important;
        font-size: 13.5px !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }
}

/* English topbar font size - slightly smaller as requested by user */
html.translated-ltr .bkbasketbol-header-one .navbar-nav>li>a,
html.lang-en .bkbasketbol-header-one .navbar-nav>li>a,
body.lang-en .bkbasketbol-header-one .navbar-nav>li>a {
    font-size: 15px !important;
    white-space: nowrap !important;
}

html.translated-ltr .bkbasketbol-header-one .navbar-nav>li,
html.lang-en .bkbasketbol-header-one .navbar-nav>li,
body.lang-en .bkbasketbol-header-one .navbar-nav>li {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

@media (max-width: 1400px) {

    html.translated-ltr .bkbasketbol-header-one .navbar-nav>li>a,
    html.lang-en .bkbasketbol-header-one .navbar-nav>li>a,
    body.lang-en .bkbasketbol-header-one .navbar-nav>li>a {
        font-size: 14px !important;
    }

    html.translated-ltr .bkbasketbol-header-one .navbar-nav>li,
    html.lang-en .bkbasketbol-header-one .navbar-nav>li,
    body.lang-en .bkbasketbol-header-one .navbar-nav>li {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}

/* ============================================
   2026 HEADER REDESIGN
   Premium, compact game-day navigation
   ============================================ */

#bkbasketbol-header.bkbasketbol-header-one {
    position: relative;
    z-index: 1000;
    height: 111px;
    min-height: 111px;
    box-sizing: border-box;
    overflow: visible;
    background: #171447;
    border-top: 3px solid #ed1c24;
    box-shadow: 0 14px 38px rgba(8, 6, 38, 0.24);
}

#bkbasketbol-header.bkbasketbol-header-one::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    pointer-events: none;
}

.bkbasketbol-header-one .bkbasketbol-main-header {
    position: relative;
    height: 108px;
    overflow: visible;
    background:
        radial-gradient(circle at 11% -80%, rgba(237, 28, 36, 0.3), transparent 34%),
        linear-gradient(118deg, #171447 0%, #262265 55%, #1b174d 100%);
    will-change: height, background-color, box-shadow;
    transition: height 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.bkbasketbol-header-shell {
    display: grid;
    grid-template-columns: 178px 190px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    overflow: visible;
    transition: grid-template-columns 0.25s ease;
}

.bkbasketbol-header-one .bkbasketbol-logo {
    position: absolute !important;
    top: 8px !important;
    left: 230px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    margin: 0;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 30px rgba(4, 2, 31, 0.28), inset 0 0 0 4px rgba(255, 255, 255, 0.035);
    transform: translateY(0);
    transition: transform 0.25s ease, width 0.25s ease, height 0.25s ease;
}

.bkbasketbol-header-one .bkbasketbol-logo:hover,
.bkbasketbol-header-one .bkbasketbol-logo:focus {
    transform: translateY(-3px) scale(1.015);
}

.bkbasketbol-header-one .bkbasketbol-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bkbasketbol-competitions {
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.055);
}

.bkbasketbol-competition-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 32px;
    opacity: 0.82;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bkbasketbol-competition-link:hover,
.bkbasketbol-competition-link:focus {
    opacity: 1;
    transform: translateY(-1px);
}

.bkbasketbol-competition-link img {
    display: block;
    max-width: 100%;
    max-height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.bkbasketbol-competition-divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.16);
}

/* Mobil menü içindeki lig logoları — varsayılan olarak gizli, sadece ≤990px'de gösterilecek */
.bkbasketbol-competitions--mobile {
    display: none !important;
}

.bkbasketbol-header-one .bkbasketbol-right-section {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    margin: 0;
    float: none;
}

.bkbasketbol-header-one .navbar,
.bkbasketbol-header-one .navbar-default {
    min-height: 0;
    margin: 0;
    float: none;
}

.bkbasketbol-header-one #navbar-collapse-1 {
    margin: 0 !important;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.bkbasketbol-header-one .navbar-nav {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0;
    float: none;
    white-space: nowrap;
}

.bkbasketbol-header-one .navbar-nav>li {
    padding: 0 9px;
    flex-shrink: 0;
}

.bkbasketbol-header-one .navbar-nav>li>a,
.bkbasketbol-header-one .navbar-nav>li:first-child>a,
.bkbasketbol-header-one .navbar-nav>li:last-child>a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.8);
    font-family: Exo2, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.bkbasketbol-header-one .navbar-nav>li>a::before {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    display: block;
    height: 3px;
    content: "";
    border-radius: 999px;
    background: #ed1c24;
    opacity: 0;
    transform: scaleX(0.25);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bkbasketbol-header-one .navbar-nav>li:hover>a,
.bkbasketbol-header-one .navbar-nav>li:focus-within>a,
.bkbasketbol-header-one .navbar-nav>li.active>a,
.bkbasketbol-header-one .navbar-nav>li.active>a:hover,
.bkbasketbol-header-one .navbar-nav>li.active>a:focus {
    color: #ffffff;
    background: transparent;
}

.bkbasketbol-header-one .navbar-nav>li:hover>a::before,
.bkbasketbol-header-one .navbar-nav>li:focus-within>a::before,
.bkbasketbol-header-one .navbar-nav>li.active>a::before {
    opacity: 1;
    transform: scaleX(1);
}

.bkbasketbol-header-one .navbar-nav>li.subdropdown-addicon>a {
    gap: 6px;
}

.bkbasketbol-header-one .navbar-nav>li.subdropdown-addicon>a::after {
    position: static;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: "";
    border: 0 !important;
    border-right: 1.5px solid rgba(255, 255, 255, 0.48) !important;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.48) !important;
    border-radius: 1px;
    background: transparent !important;
    box-shadow: none !important;
    transform: rotate(45deg) translateY(-2px);
    transform-origin: center;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.bkbasketbol-header-one .navbar-nav>li.subdropdown-addicon:hover>a::after,
.bkbasketbol-header-one .navbar-nav>li.subdropdown-addicon:focus-within>a::after {
    border-color: #ed1c24 !important;
    transform: rotate(225deg) translate(-1px, -1px);
}

.bkbasketbol-header-one .bkbasketbol-dropdown-menu {
    top: calc(100% + 3px);
    min-width: 260px !important;
    max-width: 360px !important;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(24, 20, 69, 0.98);
    box-shadow: 0 22px 50px rgba(7, 5, 35, 0.36);
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

@media (min-width: 991px) {
    .bkbasketbol-header-one .navbar-nav>li>.bkbasketbol-dropdown-menu::before {
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        height: 4px;
        content: "";
    }
}

.bkbasketbol-header-one .bkbasketbol-dropdown-menu .bkbasketbol-dropdown-menu {
    top: -8px;
    left: calc(100% + 9px);
}

.bkbasketbol-header-one .bkbasketbol-dropdown-menu li a {
    min-height: 42px;
    padding: 11px 14px !important;
    border: 0;
    border-radius: 9px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    transition: color 0.18s ease, background-color 0.18s ease, padding-left 0.18s ease;
}

.bkbasketbol-header-one .bkbasketbol-dropdown-menu li:hover>a,
.bkbasketbol-header-one .bkbasketbol-dropdown-menu li:focus-within>a {
    padding-left: 18px !important;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(237, 28, 36, 0.92), rgba(237, 28, 36, 0.68));
}

.bkbasketbol-header-one .bkbasketbol-dropdown-menu>li.subdropdown-addicon>a::after {
    top: 50%;
    right: 14px;
    width: 7px;
    height: 7px;
    content: "";
    border: 0 !important;
    border-right: 1.5px solid rgba(255, 255, 255, 0.48) !important;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.48) !important;
    border-radius: 1px;
    background: transparent !important;
    box-shadow: none !important;
    transform: translateY(-50%) rotate(-45deg);
}

.bkbasketbol-header-actions {
    grid-column: 4;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bkbasketbol-header-one .tr_En {
    position: static !important;
    display: inline-grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    gap: 3px;
    height: 38px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(7, 5, 40, 0.2);
    color: rgba(255, 255, 255, 0.22);
}

.bkbasketbol-header-one .tr_En>span {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.13);
}

.bkbasketbol-header-one .tr_En a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 30px;
    border-radius: 7px;
    color: rgba(255, 255, 255, 0.64) !important;
    font-family: Exo2, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.bkbasketbol-header-one .tr_En a:hover,
.bkbasketbol-header-one .tr_En a:focus,
.bkbasketbol-header-one .tr_En a.active {
    color: #ffffff !important;
    background: #ed1c24;
    box-shadow: 0 4px 12px rgba(237, 28, 36, 0.28);
    text-shadow: none;
}

.bkbasketbol-header-one .navbar-toggle {
    display: none;
}

@media (min-width: 1400px) {
    .bkbasketbol-header-one .navbar-nav>li {
        padding-right: 13px;
        padding-left: 13px;
    }

    .bkbasketbol-header-one .navbar-nav>li>a {
        font-size: 15px !important;
    }
}

@media (max-width: 1280px) {
    .bkbasketbol-header-shell {
        grid-template-columns: 188px minmax(0, 1fr) auto;
        gap: 18px;
        padding-right: 22px;
        padding-left: 22px;
    }

    .bkbasketbol-competitions {
        display: none;
    }

    .bkbasketbol-competitions--mobile {
        display: none !important;
    }

    .bkbasketbol-header-one .bkbasketbol-logo {
        left: 22px !important;
        width: 180px;
        height: 180px;
    }

    .bkbasketbol-header-one .bkbasketbol-right-section {
        grid-column: 2;
    }

    .bkbasketbol-header-actions {
        grid-column: 3;
    }

    .bkbasketbol-header-one .navbar-nav>li {
        padding-right: 8px;
        padding-left: 8px;
    }

    .bkbasketbol-header-one .navbar-nav>li>a {
        font-size: 13px !important;
    }
}

@media (min-width: 991px) {
    .bkbasketbol-sticky #bkbasketbol-header.bkbasketbol-header-one {
        z-index: 30000 !important;
    }

    .bkbasketbol-sticky .bkbasketbol-main-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30000;
        height: 78px;
        background: rgba(23, 20, 71, 0.97);
        box-shadow: 0 12px 32px rgba(7, 5, 35, 0.24);
    }

    .bkbasketbol-sticky .bkbasketbol-header-shell {
        grid-template-columns: 82px minmax(0, 1fr) auto;
    }

    .bkbasketbol-sticky .bkbasketbol-logo {
        top: 4px !important;
        left: 30px !important;
        width: 70px;
        height: 70px;
    }

    .bkbasketbol-sticky .bkbasketbol-competitions {
        display: none;
    }

    .bkbasketbol-sticky .bkbasketbol-right-section {
        grid-column: 2;
    }

    .bkbasketbol-sticky .bkbasketbol-header-actions {
        grid-column: 3;
    }
}

@media (max-width: 990px) {
    #bkbasketbol-header.bkbasketbol-header-one {
        height: 80px;
        min-height: 80px;
        border-top-width: 2px;
    }

    .bkbasketbol-header-one .bkbasketbol-main-header {
        height: 78px !important;
        min-height: 78px;
        padding: 0 !important;
        overflow: visible !important;
    }

    .bkbasketbol-header-shell {
        display: flex;
        height: 78px !important;
        min-height: 78px;
        padding: 0 18px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        overflow: visible !important;
    }

    .bkbasketbol-header-one .bkbasketbol-logo {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 64px;
        height: 64px !important;
        min-height: 64px;
        flex: 0 0 64px;
    }

    .bkbasketbol-header-one .bkbasketbol-right-section {
        position: absolute !important;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 78px;
        min-height: 78px;
        margin: 0;
        overflow: visible !important;
        pointer-events: none;
    }

    .bkbasketbol-header-one .navbar {
        position: static !important;
        width: 100%;
        min-height: 0;
        overflow: visible !important;
        pointer-events: none;
    }

    .bkbasketbol-header-actions {
        position: relative;
        z-index: 10030;
        gap: 8px;
        margin-left: auto;
    }

    .bkbasketbol-header-one .tr_En {
        height: 44px;
        padding: 4px;
        border-radius: 12px;
    }

    .bkbasketbol-header-one .tr_En a {
        width: 36px;
        height: 34px;
        border-radius: 9px;
    }

    .bkbasketbol-header-one .navbar-toggle {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 12px;
        background: rgba(7, 5, 40, 0.2);
        box-shadow: none;
        transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    }

    .bkbasketbol-header-one .navbar-toggle:hover {
        border-color: rgba(255, 255, 255, 0.32);
        background: rgba(255, 255, 255, 0.1);
    }

    .bkbasketbol-header-one .navbar-toggle[aria-expanded="true"] {
        border-color: rgba(237, 28, 36, 0.65);
        background: #ed1c24;
        box-shadow: 0 8px 20px rgba(237, 28, 36, 0.25);
    }

    .bkbasketbol-header-one .navbar-toggle:focus-visible {
        outline: 2px solid #ffffff;
        outline-offset: 3px;
    }

    .bkbasketbol-header-one .navbar-toggle .icon-bar {
        width: 19px;
        height: 2px;
        margin: 0;
        border-radius: 9px;
        background: #ffffff;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .bkbasketbol-header-one .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .bkbasketbol-header-one .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .bkbasketbol-header-one .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .bkbasketbol-header-one #navbar-collapse-1 {
        position: absolute;
        top: calc(100% + 10px);
        right: 12px;
        left: 12px;
        z-index: 10020;
        width: auto;
        max-height: calc(100vh - 100px);
        max-height: calc(100dvh - 100px);
        padding: 8px;
        padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 18px;
        background: linear-gradient(150deg, rgba(31, 27, 91, 0.99), rgba(16, 14, 57, 0.99));
        box-shadow: 0 24px 64px rgba(5, 3, 31, 0.5);
        -webkit-overflow-scrolling: touch;
        pointer-events: auto;
    }

    .bkbasketbol-header-one .navbar-collapse.collapse {
        display: none !important;
    }

    .bkbasketbol-header-one .navbar-collapse.collapse.in {
        display: block !important;
    }

    .bkbasketbol-header-one .navbar-collapse.collapsing {
        display: block !important;
        overflow: hidden;
    }

    .bkbasketbol-header-one .navbar-nav {
        display: block;
        width: 100%;
        margin: 0;
    }

    .bkbasketbol-header-one .navbar-nav>li {
        width: 100%;
        padding: 0;
        float: none;
    }

    .bkbasketbol-header-one .navbar-nav>li+li {
        margin-top: 5px;
        border-top: 0;
    }

    .bkbasketbol-header-one .navbar-nav>li>a,
    .bkbasketbol-header-one .navbar-nav>li:first-child>a,
    .bkbasketbol-header-one .navbar-nav>li:last-child>a,
    html.lang-en .bkbasketbol-header-one .navbar-nav>li>a,
    body.lang-en .bkbasketbol-header-one .navbar-nav>li>a {
        justify-content: space-between;
        width: 100%;
        min-height: 54px;
        padding: 0 16px !important;
        float: none;
        border: 1px solid transparent;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.025);
        font-size: 14px !important;
        transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    }

    .bkbasketbol-header-one .navbar-nav>li>a::before {
        top: 13px;
        right: auto;
        bottom: 13px;
        left: 6px;
        width: 3px;
        height: auto;
        transform: scaleY(0.25);
    }

    .bkbasketbol-header-one .navbar-nav>li.active>a::before {
        transform: scaleY(1);
    }

    .bkbasketbol-header-one .navbar-nav>li.active>a,
    .bkbasketbol-header-one .navbar-nav>li.is-open>a {
        border-color: rgba(255, 255, 255, 0.09);
        color: #ffffff;
        background: rgba(255, 255, 255, 0.075);
    }

    .bkbasketbol-header-one .navbar-nav .subdropdown-addicon:hover>a::after {
        border-color: rgba(255, 255, 255, 0.48) !important;
        transform: rotate(45deg) translateY(-2px);
    }

    .bkbasketbol-header-one .navbar-nav .subdropdown-addicon.is-open>a::after {
        border-color: #ed1c24 !important;
        transform: rotate(225deg) translate(-1px, -1px);
    }

    .bkbasketbol-header-one .bkbasketbol-dropdown-menu>li.subdropdown-addicon>a::after {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .bkbasketbol-header-one .bkbasketbol-dropdown-menu>li.subdropdown-addicon.is-open>a::after {
        transform: translateY(-50%) rotate(225deg);
    }

    .bkbasketbol-header-one .bkbasketbol-dropdown-menu,
    .bkbasketbol-header-one .navbar-nav li:hover>.bkbasketbol-dropdown-menu {
        position: relative !important;
        top: auto;
        left: auto;
        display: block;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        max-height: 0;
        margin: 0;
        padding: 0 6px 0 14px;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        transform: none;
        transition: max-height 0.3s ease, opacity 0.2s ease;
    }

    .bkbasketbol-header-one .navbar-nav li.is-open>.bkbasketbol-dropdown-menu {
        max-height: 1600px;
        padding-top: 6px;
        padding-bottom: 4px;
        opacity: 1;
        visibility: visible;
    }

    .bkbasketbol-header-one .bkbasketbol-dropdown-menu li a {
        min-height: 44px;
        margin-bottom: 4px;
        padding: 11px 14px !important;
        border: 1px solid rgba(255, 255, 255, 0.055);
        border-radius: 10px;
        white-space: normal !important;
        color: rgba(255, 255, 255, 0.68);
        background: rgba(255, 255, 255, 0.025);
        font-size: 13px;
    }

    .bkbasketbol-header-one .bkbasketbol-dropdown-menu li:hover>a,
    .bkbasketbol-header-one .bkbasketbol-dropdown-menu li:focus-within>a {
        padding-left: 13px !important;
    }

    /* Mobilde competitions (lig logoları) — menü panelinin üstünde kompakt göster */
    .bkbasketbol-competitions--mobile {
        display: flex !important;
        order: -1;
        width: 100%;
        height: auto;
        margin-bottom: 6px;
        padding: 10px 14px;
        justify-content: center;
        gap: 16px;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px 14px 0 0;
        background: rgba(255, 255, 255, 0.04);
    }

    .bkbasketbol-competitions--mobile .bkbasketbol-competition-link {
        width: 58px;
        height: 26px;
        opacity: 0.72;
    }

    .bkbasketbol-competitions--mobile .bkbasketbol-competition-link img {
        max-height: 24px;
    }

    .bkbasketbol-competitions--mobile .bkbasketbol-competition-divider {
        height: 16px;
    }
}

@media (max-width: 560px) {
    .bkbasketbol-header-shell {
        padding-right: 12px;
        padding-left: 12px;
    }

    .bkbasketbol-header-one .bkbasketbol-logo {
        width: 62px;
        height: 62px !important;
        min-height: 62px;
        flex-basis: 62px;
    }

    .bkbasketbol-header-one .tr_En {
        height: 42px;
    }

    .bkbasketbol-header-one .tr_En a {
        width: 32px;
        height: 32px;
        font-size: 11px !important;
    }

    .bkbasketbol-header-one #navbar-collapse-1 {
        right: 10px;
        left: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .bkbasketbol-header-one *,
    .bkbasketbol-header-one *::before,
    .bkbasketbol-header-one *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   GLOBAL SPORTS TYPOGRAPHY
   ============================================ */

html,
body,
body *:not(.fa):not(.glyphicon):not([class^="icon-"]):not([class*=" icon-"]):not([class^="flaticon-"]):not([class*=" flaticon-"]) {
    font-family: "Oswald", "Arial Narrow", Arial, sans-serif !important;
}

body {
    font-weight: 400;
    letter-spacing: 0.006em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body strong,
body b {
    font-weight: 600;
    letter-spacing: 0.01em;
}

body button,
body input,
body select,
body textarea,
body .btn,
body [class*="-button"],
body [class*="-btn"] {
    font-weight: 500;
    letter-spacing: 0.02em;
}

.bkbasketbol-header-one .navbar-nav>li>a,
.bkbasketbol-header-one .bk-mobile-panel .navbar-nav>li>a,
.bkbasketbol-header-one .language-switcher a {
    font-weight: 600 !important;
    letter-spacing: 0.035em;
}

/* Shared content background formerly embedded in the Blade layout. */
.bkbasketbol-main-content {
    position: relative;
    min-height: 100vh;
    background-image: url('/images/background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.bkbasketbol-main-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.75);
}
