@font-face {
    font-family: 'Schabo';
    src: url('/wp-content/themes/premier-data/assets/fonts/SCHABO-Condensed.woff2') format('woff2'), url('/wp-content/themes/premier-data/assets/fonts/SCHABO-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --theme-color: #EE2031;
    --second-color: #14192B;
    --dark: #14192B;
    --dark2: #111111;
    --dark3: #1a1a1a;
    --white: #ffffff;
    --gray: #888888;
    --light-gray: #f5f5f5;
    --width: 80px;
    --height: 80px;
    --border-radius: 100%;
    --theme-color2: #EE2031;
    --colorBackground: #fff !important;
}

*,
 ::before,
 ::after {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html,
body {
    overflow-x: clip;
}

html {
    scroll-behavior: smooth;
}

body {
    /*  font-family: "Roboto Mono", monospace; */
    background: var(--dark);
    font-family: "Roboto Mono", monospace;
}

html,
body {
    color: rgb(20, 20, 20);
    font-size: 16px;
    line-height: 1.7;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    color: var(--second-color);
}

.heading-color {
    color: var(--bs-gray-900) !important;
    font-weight: 600;
}

.lead {
    font-size: 16px;
    font-weight: 500;
}
.btn-filter {
    color: #fff;
}
.btn-filter:hover {
    color: #fff;
}
.btn-filter.active {
    color: #fff;
    background:var(--theme-color);
}
.bg-theme {
    background: var(--second-color) !important;
}

.bg-theme1 {
    background: var(--theme-color2) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: rgb(39, 39, 39);
    letter-spacing: -0.01em;
    font-family: Schabo, sans-serif;
}

img {
    object-fit: cover;
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}

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

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgb(235, 238, 255) !important;
}

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

.display-6 {
    font-weight: 700;
}
.cky-btn-accept, .cky-btn-reject {
    background: #f92a37 !important;
    border-color: #f92a37 !important;
}
h1,
.h1 {}

.pt-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.btn-theme {
    color: rgb(255, 255, 255);
    line-height: 1.62;
    background: linear-gradient(to right, rgb(0, 166, 158) 0%, rgb(11, 26, 87) 51%, rgb(0, 166, 158) 100%) 0% 0% / 200%;
    transition: 0.3s ease-in-out;
    border: 0px initial initial;
    padding: 0.96rem 1.8rem;
}

.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover,
.btn-theme:focus-visible {
    background-position: right center;
    color: rgb(255, 255, 255) !important;
}

.btn-nav {
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--theme-color);
    color: var(--white);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 10px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-nav:hover {
    background: rgb(192, 0, 26);
    color: var(--white);
}
.statslogin {
    font-size:  0.8rem;
   letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgb(255, 255, 255);
    border-color: currentcolor;
    border-image: initial;
    padding: 10px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}
.aboutnav .statslogin {
 
	color: var(--second-color);}
.aboutnav.scrolled .statslogin{
	color: rgba(255, 255, 255, 0.7);
}
.navbar {
    z-index: 1000;
    padding: 18px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    transition: background 0.4s;
}

.navbar.scrolled {
    background: rgba(10, 14, 24, 0.95);
    backdrop-filter: blur(8px);
}

.navbar-brand {
    letter-spacing: 2px;
    text-decoration: none;
    color: var(--white) !important;
}

.navbar-brand span {
    color: var(--theme-color);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
}

.nav-links :hover {
    color: var(--white);
}

.navbar-brand span {
    color: var(--red);
}
.beforecheckout h4, .beforecheckout h2 {
    font-family: monospace;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
}

.nav-item a {
    /* font-family: "Barlow Condensed", sans-serif; */
    /* font-weight: 600; */
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s;
}

.aboutnav .nav-item a {
    /* font-family: "Barlow Condensed", sans-serif; */
    /* font-weight: 600; */
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgb(20 24 42);
}

.aboutnav.scrolled .nav-item a {
    color: #fff;
}

.nav-links a:hover {
    color: var(--white);
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown:hover>.dropdown-menu,
    .navbar-expand-lg .dropstart:hover>.dropdown-menu {
        animation: 0.2s ease 0s 1 normal none running dropdown-show;
        display: block;
    }
}
h5.card-title.text-white.fw-semibold.mb-2 {
    font-family: 'Roboto Mono', monospace;
}
.custom-toggler {
    width: 30px;
    height: 22px;
    position: relative;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: none;
}

.custom-toggler span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgb(255, 255, 255);
    left: 0px;
    transition: 0.3s;
}

.custom-toggler span:nth-child(1) {
    top: 0px;
}

.custom-toggler span:nth-child(2) {
    top: 9px;
}

.custom-toggler span:nth-child(3) {
    top: 18px;
}

.custom-toggler.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.custom-toggler.active span:nth-child(2) {
    opacity: 0;
}

.custom-toggler.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0px;
    background: rgb(11, 18, 32);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-screen {
    position: absolute;
    inset: 0px;
    padding: 25px;
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: opacity 0.4s, transform 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.demobtn:hover {
    color: var(--theme-color2) !important;
}

.menu-screen.active {
    transform: translateX(0px);
    opacity: 1;
    z-index: 2;
}

.menu-screen.exit-left {
    transform: translateX(-30%);
    opacity: 0;
}

.menu-list li a.menu-link {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    width: 100%;
	    line-height: 76px;
}

.menu-list li a.menu-link:hover {
    text-decoration: underline;
}

.sport-card a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    margin: auto;
    color: rgb(255, 255, 255) !important;
}

.sport-card a:hover span {
    color: rgb(56, 166, 158);
}

.menu-screen.screen-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    height: 100%;
    background: #EE2031;
    color: rgb(255, 255, 255);
}

.menu-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menu-list li {}

.menu-list li.open-sports {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-list li .arrow {
    font-size: 46px;
}

.screen-1 {
    background: rgb(255, 45, 45);
}

.screen-3 {
    background: rgb(11, 18, 32);
}

.menu-list {
    list-style: none;
    padding-left: 0px;
    font-size: 4rem;
    font-family: Schabo, sans-serif;
    text-transform: uppercase;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-actions {
    display: flex;
    gap: 10px;
}

.btn-demo {
    border: 1px solid rgb(255, 255, 255);
    padding: 4px 10px;
    font-size: 11px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    letter-spacing: 1px;
}

.close-menu,
.back-btn {
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.navbar .dropdown-fullwidth {
    position: static;
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
}

.navbar .dropdown-fullwidth .dropdown-menu {
    left: 0px;
    margin: 0px auto;
    max-width: 1320px;
    right: 0px;
}

.dropdown-menu .sport-card {
    height: 400px;
}

.bgcolor {
    background: rgb(11, 15, 24) !important;
}

.menu-big {
    font-size: 42px;
    line-height: 1.05;
    text-transform: uppercase;
    margin-top: 60px;
}

.book-btn {
    position: absolute;
    bottom: 40px;
    left: 25px;
    right: 25px;
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(255, 45, 45);
    padding: 12px;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
}

.hero-content .hero-title {
    animation: 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.7s 1 normal both running fadeUp;
}

.hero-content .hero-sub {
    animation: 0.7s ease 0.95s 1 normal both running fadeUp;
}

.hero-content .hero-btns {
    animation: 0.7s ease 1.15s 1 normal both running fadeUp;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.step-card:hover .step-img {
    transform: scale(1.08) rotate(-2deg);
}

.step-img {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sport-grid {
    display: grid;
    gap: 15px;
}

.sport-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.sport-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.5s;
}

.sport-card::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.sport-card span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    letter-spacing: 2px;
    width: 100%;
    justify-content: center;
    display: flex;
    z-index: 1;
}

.sport-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.mega-menu {
    width: 100%;
    background: rgb(11, 18, 32);
    padding: 30px;
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (min-width: 992px) {
    .mega-dropdown:hover .mega-menu {
        display: block;
    }
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s, transform 0.7s;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0px);
}

.fade-up:nth-child(2) {
    transition-delay: 0.1s;
}

.fade-up:nth-child(3) {
    transition-delay: 0.2s;
}

@keyframes dropdown-show {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.dropdown-item {
    background-color: transparent;
    border: 0px;
    clear: both;
    color: rgb(51, 53, 77);
    display: block;
    font-weight: 400;
    padding: 0.375rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(255, 255, 255);
        border-radius: 0.5rem;
        box-shadow: rgba(11, 15, 25, 0.05) 0px 0.275rem 1.25rem, rgba(11, 15, 25, 0.03) 0px 0.25rem 0.5625rem;
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown::before {
        content: "";
        height: 0.375rem;
        left: 0px;
        position: absolute;
        top: 100%;
        width: 100%;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--theme-color);
    background-color: transparent;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 2rem 0.875rem;
    }
}

.hero {
    position: relative;
    height: 100vh;
    min-height: 680px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
    overflow: hidden;
}

@media (min-width: 1600px) {
    .hero {
        padding-bottom: 180px;
    }
}

.hero-bg {
    position: absolute;
    inset: 0px;
    overflow: hidden;
}

.hero-bg video {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(105deg, rgba(10, 14, 24, 0.88) 40%, rgba(10, 10, 10, 0.35) 100%);
    z-index: 1;
}

.hero-bg::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 200px;
    background: linear-gradient(transparent, rgb(14, 18, 32));
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 2;
    /* padding-left: 80px; */
}

.hero-eyebrow {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 16px;
}

.hero-title {
    font-size: clamp(5rem, 10vw, 12rem);
    line-height: 0.92;
    letter-spacing: 2px;
    color: var(--white);
    margin-bottom: 24px;
}

.hero-sub {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 535px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.hero-btns {
    display: flex;
    gap: 16px;
    align-items: center;
}

.select-sport {
    background: rgb(14, 18, 32);
}

.btn-primary-custom {
    font-size: 0.82rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    background: var(--theme-color);
    color: var(--white);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 20px 32px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.btn-primary-custom:hover {
    background: rgb(192, 0, 26);
    transform: translateY(-2px);
    color: var(--white);
}

.btn-ghost {
    font-size: 0.82rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgb(255, 255, 255);
    padding: 20px 30px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.2s;
}

.btn-ghost:hover {
    color: var(--white);
}
.btn-ghost1 {
    font-size: 0.82rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    color: var(--second-color);
    border: 1px solid var(--second-color);
    padding: 19px 20px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.2s;
}
.btn-ghost1:hover {
    color: var(--theme-color);
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-label {
    font-family: "Barlow Condensed", sans-serif;
    /* font-size: 0.7rem; */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.section-title {
    font-size: 90px;
    letter-spacing: 3px;
    text-align: center;
    color: var(--white);
    margin-bottom: 60px;
    line-height: 1;
}

.headingsection {
    margin-bottom: 60px;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0px);
}

.sport-grid {
    display: flex;
    gap: 6px;
    height: 551px;
    max-width: 100%;
    padding: 0px 40px;
}

.sport-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    background: rgb(13, 13, 20);
    flex: 1 1 0%;
    transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0px;
}

.sport-grid:hover .sport-card {
    flex: 1.18 1 0%;
}

.sport-grid:hover .sport-card:hover {
    flex: 3.2 1 0%;
}

.sport-card img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
   object-position: center 37%;
    filter: grayscale(100%) brightness(0.35);
    transition: filter 0.55s, transform 0.55s;
    display: block;
}
.stats-number {
    font-size: clamp(6rem, 284px, 488px);
}
.stattitle {
    font-size: 50px;
    letter-spacing: 3px;
    text-align: center;
    color: var(--white);
    margin-bottom: 39px;
    line-height: 1;
}
.bg-white .section-title {
    color: #14192B;
}
.sport-grid:hover .sport-card:hover img {
    filter: grayscale(0%) brightness(0.72);
    transform: scale(1.04);
}

.sport-card-overlay {
    position: absolute;
    inset: 0px;
    background: linear-gradient(to top, rgba(6, 6, 14, 0.96) 0%, rgba(6, 6, 14, 0.45) 35%, rgba(6, 6, 14, 0.1) 70%, transparent 100%);
    transition: opacity 0.4s;
    z-index: 1;
}

.sport-card-content {
    position: absolute;
    inset: 0px;
    z-index: 2;
    display: grid;
    align-content: end;
    padding: 0px 24px 26px;
    white-space: nowrap;
}

.sport-card-title {
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    transition: color 0.4s;
    opacity: 1;
    color: rgba(255, 255, 255, 0.45) !important;
}

.sport-grid:hover .sport-card:hover .sport-card-title {
    color: var(--theme-color);
}

.sport-card-line {
    width: 0px;
    height: 2px;
    background: var(--theme-color);
    transition: width 0.4s 0.15s;
    margin: 7px auto;
}

.sport-grid:hover .sport-card:hover .sport-card-line {
    width: 32px;
}

@media (max-width: 991px) {
    .sport-grid {
        height: 420px;
        padding: 0px 20px;
    }
}

@media (max-width: 600px) {
    .sport-grid {
        flex-direction: column;
        height: auto;
        padding: 0px 16px;
        gap: 6px;
    }
    .sport-card {
        flex: 0 0 auto;
        height: 240px;
    }
    .sport-grid:hover .sport-card {
        flex: 0 0 auto;
        /* height: 100px; */
    }
    .sport-grid:hover .sport-card:hover {
        flex: 0 0 auto;
        /* height: 280px; */
    }
}

.text-theme {
    color: var(--theme-color);
}

.hiw-swiper {
    overflow: hidden !important;
}

.step-card {
    background: transparent;
    margin-top: 2rem;
}

.step-visual {
    position: relative;
    height: 280px;
    overflow: visible;
}

.step-number {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Schabo, sans-serif;
    font-size: clamp(422px, 19vw, 36rem);
    line-height: 0.88;
    color: rgb(255, 255, 255);
    letter-spacing: -4px;
    user-select: none;
    z-index: 1;
}

.step-img {
    position: absolute;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
}

.step-img--camera {
    height: 190px;
    width: auto;
    right: 47px;
    top: 50%;
    transform: translateY(-45%);
    filter: drop-shadow(rgba(0, 0, 0, 0.22) 4px 8px 20px);
}

.step-img--ball {
    height: 130px;
    width: auto;
    bottom: -44px;
    left: 35%;
    transform: translateX(-50%);
    filter: drop-shadow(rgba(0, 0, 0, 0.18) 0px 6px 16px);
}

.step-img--phone {
    height: 176px;
    width: auto;
    right: 79%;
    bottom: 17%;
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 4px 8px 20px);
}

.step-body {
    margin-top: 90px;
}

.step-eyebrow {
    /* font-weight: 700; */
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.step-desc {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    /* max-width: 260px; */
}

.slider-btn {
    width: 60px;
    height: 60px;
    border: 1.5px solid rgb(187, 187, 187);
    background: transparent;
    color: var(--white);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    flex-shrink: 0;
    line-height: 1;
}

.slider-btn:hover {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color: rgb(255, 255, 255);
}

.slider-btn.is-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.hiw-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 14px;
}

.hiw-footer-arrows {
    display: none;
    gap: 10px;
}

@media (max-width: 767px) {
    .hiw-footer-arrows {
        display: flex;
    }
}

.quote-section {
    position: relative;
    overflow: hidden;
}

.quote-bg-img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.25);
    z-index: 0;
}

.quote-section::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(136deg, rgb(10 14 24 / 1%) 40%, rgba(10, 14, 24, 0.3) 100%);
    z-index: 1;
}

.quote-content {
    position: relative;
    z-index: 2;
    font-weight: 900;
}

.quote-section {
    position: relative;
    padding: 290px 0px 140px;
    overflow: hidden;
}

.quote-text {
    font-size: clamp(2.8rem, 5vw, 6.125rem);
    line-height: 1.05;
    letter-spacing: 1px;
    color: var(--white);
    margin-bottom: 32px;
}

.quote-mark {
    font-size: 5rem;
    color: var(--theme-color);
    line-height: 1;
    margin-bottom: 72px;
}

.stats-section {
    background: var(--theme-color);
    position: relative;
    overflow: hidden;
}

.stats-player {
    position: absolute;
    left: 25%;
    transform: translateX(-50%);
    height: 494px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(rgba(0, 0, 0, 0.35) 4px 0px 20px);
}

.stats-content {
    position: relative;
    z-index: 2;
    padding-left: 40px;
}

.stats-eyebrow {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 41px;
}

.stats-number {
    font-size: clamp(7rem, 330px, 520px);
    line-height: 1;
    color: var(--white);
    letter-spacing: -2px;
    margin-bottom: 0px;
}

.stats-label {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 13px;
}

.stats-controls {
    display: flex;
    gap: 8px;
    margin-top: 40px;
}

.stat-btn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: white;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.stat-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}
.cta-section{
    overflow:hidden;
   
}
.cta-section:after {
    content: "";
    background: linear-gradient(136deg, rgb(10 14 24 / 63%) 40%, rgb(10 14 24 / 65%) 100%);
    position: absolute;
    z-index: 1;
    inset: 0px;
}
.cta-section {
    position: relative;
    padding: 160px 0px;
    overflow: hidden;
    text-align: center;
    min-height: 100vh;
}

.cta-bg {
    position: absolute;
    inset: 0px;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: clamp(3rem, 7vw, 6.5rem);
    letter-spacing: 3px;
    color: var(--white);
    margin-bottom: 24px;
    line-height: 1;
}

.cta-sub {
    color: rgba(255, 255, 255, 0.55);
    max-width: 562px;
    margin: 0px auto 40px;
    line-height: 1.7;
}

footer {
    background: rgb(10, 14, 24);
    padding: 80px 0px 40px;
}

.custom-footer {
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

.custom-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--theme-color);
}
.global-scroll-logo {
    display: none !important;
}

/* hide ALL existing desktop logos on scroll */
#mainNav.scrolled .navbar-brand img.d-none.d-lg-block:not(.global-scroll-logo) {
    display: none !important;
}

/* show only white logo on scroll */
#mainNav.scrolled .global-scroll-logo {
    display: block !important;
}
@media(max-width:767px){
	#mainNav.scrolled .global-scroll-logo {
    display: none !important;
}
}
.footer-logo img {
    max-width: 110px;
}

.footer-title {
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 18px;
    /* font-weight: 500; */
    opacity: 70%;
    font-family: "Roboto Mono", monospace;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: .3s;
}

.footer-links a:hover {
    color: #ff2d3d;
}

.copyright,
.terms {
    color: #70778c;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0;
}

.terms a {
    color: #70778c;
    text-decoration: underline;
}

.terms a:hover {
    color: #fff;
}

.footer-divider {
    position: relative;
    padding-left: 35px;
}

.footer-divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 121px;
    background: rgba(255, 255, 255, 0.18);
}


/* Mobile */

@media (max-width: 991px) {
    .footer-divider {
        padding-left: 15px;
    }
    .footer-divider::before {
        display: none;
    }
}

.footer-brand {
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.footer-brand span {
    color: var(--theme-color);
}

.footer-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.7;
    max-width: 220px;
}

.footer-heading {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 0.88rem;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 60px;
    padding-top: 28px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sportsbanner {
    background: linear-gradient(rgb(243, 24, 39), rgba(243, 24, 39, 0.67)), url("../assets/img/bg1.webp") center center / cover no-repeat;
    padding-top: 0rem;
    overflow: hidden;
    height: 100vh;
}

.sportssinglebanner {
    background: linear-gradient(135deg, #162349 0%, #14274a 60%, #1d427e 100%), url(../assets/img/bg1.webp) center center / cover no-repeat;
    padding-top: 9rem;
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes riseUp {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.97);
    }
    100% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

@keyframes floatY {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
}

.mobileposition .hero-title {
    animation: 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s 1 normal both running slideRight;
}

.hero-title {
    animation: 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.5s 1 normal both running slideLeft;
}

.image-box img {
    animation:
        riseUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s 1 both,
        floatY 4s ease-in-out 1.5s 1 forwards;
}

.sportsbanner .hero-title {
    font-size: clamp(6rem, 18.5vw, 300px);
    line-height: 0.92;
    letter-spacing: 2px;
    color: var(--white);
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .sportsbanner .fullimagebox {
        position: relative;
        left: -2rem;
        top: 5rem;
    }
    .-ms-4 {
        position: relative;
        left: -17px;
    }
}

@media (min-width: 1600px) {
    .sportssinglebanner {
        padding-top: 4rem;
        height: 82vh;
    }
    .sportssinglebanner .mobileposition {
        margin-top: -12rem;
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .sportssinglebanner {
        padding-top: 4rem;
        height: 91vh;
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .sportssinglebanner {
        padding-top: 4rem;
        height: 100vh;
    }
    .sportssinglebanner .mobileposition {
        margin-top: -9rem;
    }
}

.logoSwiper {
    overflow: hidden;
}

.logoSwiper .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoSwiper img {
    width: 200px;
    opacity: 0.7;
    transition: 0.3s;
}

.logoSwiper img:hover {
    opacity: 1;
}

.logoSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.product-title {
    font-size: clamp(5rem, 14vw, 11rem);
    letter-spacing: 0.03em;
    background: linear-gradient(175deg, rgb(255, 255, 255) 10%, rgb(85, 85, 85) 90%) text;
    -webkit-text-fill-color: transparent;
    user-select: none;
}

.products-section {
    padding: 7rem 0px 3rem;
    background: rgb(10, 14, 24);
}

.products-header {
    text-align: center;
    padding-bottom: 0rem;
}

.swiper-products {
    padding: 1rem 0px 3.5rem !important;
    overflow: visible !important;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-fade-bottom {
    position: absolute;
    bottom: 3.5rem;
    left: 0px;
    right: 0px;
    height: 140px;
    background: linear-gradient(to top, var(--bg-deep) 0%, transparent 100%);
    pointer-events: none;
    z-index: 10;
}

.product-card {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: #404b61;
    height: 100%;
    cursor: pointer;
    transition: transform 0.4s, box-shadow 0.4s;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: rgba(0, 0, 0, 0.7) 0px 28px 70px;
}

.card-bg-img {
    position: relative;
    inset: 0px;
    width: 100%;
    max-height: 315px;
    object-fit: contain;
    opacity: 0.7;
    transition: opacity 0.5s, transform 0.5s;
    border-radius: 14px;
    /* padding: 1rem; */
    /* margin: auto; */
    /* display: flex; */
    padding: 4rem;
}

.product-card:hover .card-bg-img {
    opacity: 0.85;
    transform: scale(1.05);
}


/* .card-inner-border {
    position: absolute;
    inset: 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    pointer-events: none;
    z-index: 3;
    transition: border-color 0.4s;
}

.product-card:hover .card-inner-border {} */

.card-inner-border::before,
.card-inner-border::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
}

.card-inner-border::before {
    top: -1px;
    left: -1px;
    border-top: 2px solid var(--accent);
    border-left: 2px solid var(--accent);
    border-radius: 8px 0px 0px;
    opacity: 0;
    transition: opacity 0.4s;
}

.card-inner-border::after {
    bottom: -1px;
    right: -1px;
    border-bottom: 2px solid var(--accent);
    border-right: 2px solid var(--accent);
    border-radius: 0px 0px 8px;
    opacity: 0;
    transition: opacity 0.4s;
}

.product-card:hover .card-inner-border::before,
.product-card:hover .card-inner-border::after {
    opacity: 1;
}

.card-overlay {
    position: absolute;
    inset: 0px;
    background: linear-gradient(to top, rgb(10, 14, 24) 0%, rgba(5, 6, 10, 0.82) 30%, rgba(10, 14, 24, 0.3) 60%, rgba(10, 14, 24, 0) 100%);
    z-index: 1;
    transition: background 0.4s;
}

.product-card:hover .card-overlay {
    background: linear-gradient(to top, rgb(10, 14, 24) 0%, rgba(10, 14, 24, 0.88) 38%, rgba(5, 6, 10, 0.35) 65%, rgba(10, 14, 24, 0) 100%);
}

.card-content {
    position: relative;
    z-index: 4;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.6rem 1.6rem 1.8rem;
    align-items: center;
}

.img-card {
    position: relative;
    /* display: inline-block; */
    overflow: hidden;
}

.img-card img {
    display: block;
    width: 100%;
    height: auto;
}


/* Bottom overlay only */

.img-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 53%;
    /* adjust overlay height */
    /* background: linear-gradient(to top, rgb(24 27 37), rgb(0 0 0 / 0%)); */
    background: linear-gradient(to top, rgb(64 74 96 / 86%) 0%, rgb(64 74 96 / 95%) 40%, rgb(0 0 0 / 0%) 100%);
}

.card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 0.7rem;
    color: var(--theme-color);
}

.product-card .card-title {
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.9rem;
}

.btn-explore {
    display: inline-block;
    padding: 0.45rem 1.5rem;
    color: rgb(255, 255, 255);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s, transform 0.35s;
    width: fit-content;
}

.product-card:hover .btn-explore {
    opacity: 1;
    transform: translateY(0px);
}

.btn-explore:hover {
    background: rgb(200, 17, 42);
    color: rgb(255, 255, 255);
}

.stats-card {
    width: 340px;
    background: linear-gradient(180deg, #0e1426 0%, #0d1325 100%);
    /* border: 1px solid var(--border); */
    border-radius: 14px;
    padding: 28px 24px 32px;
    text-align: center;
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.45); */
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.stats-card:hover {
    transform: translateY(-4px);
    /* border-color: rgba(239,74,60,0.35); */
    /* box-shadow: 0 25px 60px rgba(239,74,60,0.15), 0 20px 50px rgba(0,0,0,0.5); */
}

.preview {
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid var(--border); */
    background: #1b2540;
    aspect-ratio: 16 / 10;
    position: relative;
}

.preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Blurry gradient fade at the bottom of the preview */

.preview::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    background: linear-gradient( 180deg, rgba(13, 20, 38, 0) 0%, rgba(13, 20, 38, 0.55) 45%, rgba(13, 20, 38, 0.92) 80%, rgba(13, 20, 38, 1) 100%);
    /* backdrop-filter: blur(1px); */
    -webkit-backdrop-filter: blur(2px);
    pointer-events: none;
}

.icon-wrap {
    margin: 26px auto 14px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--accent);
}

.icon-wrap svg {
    width: 28px;
    height: 28px;
}

.title {
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.9rem;
}


/* Explore button — hidden by default, shown on hover */

.explore-btn {
    display: inline-block;
    padding: 12px 38px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.28em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .35s ease, transform .35s ease, background .25s ease, border-color .25s ease, color .25s ease;
    pointer-events: none;
}

.stats-card:hover .explore-btn {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.explore-btn:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.swiper-pagination-bullet {
    transition: background 0.3s, width 0.3s;
    background: rgba(255, 255, 255, 0.3) !important;
    opacity: 1 !important;
    width: 28px !important;
    height: 3px !important;
    border-radius: 2px !important;
}

.swiper-pagination-bullet-active {
    background: var(--theme-color) !important;
    width: 48px !important;
}

.divider-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: 10;
}

.line {
    width: 1px;
    height: 40%;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0px auto;
}

.or-text {
    display: block;
    margin: 10px 0px;
    font-family: "Roboto Mono", monospace;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
}

.fs-52 {
    font-size: 52px;
}

.complimentary-section .nav-tabs .nav-item.show .nav-link,
.complimentary-section .nav-tabs .nav-link.active {
    color: rgb(255, 255, 255);
    background-color: var(--theme-color);
}

.complimentary-section .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: 1px solid rgb(255, 255, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: rgb(10, 14, 24);
    background-color: rgb(255, 255, 255);
}

.complimentary-section .card-title {
    letter-spacing: 2px;
    color: rgb(20, 25, 43);
}

.complimentary-section a:hover .card-title {
    color: var(--theme-color);
}

.hero-phone-wrap::after {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.55) 28%, rgba(255, 255, 255, 0) 60%);
}

.complementary-banner {
    padding-top: 11rem;
}

.hero-phone-wrap {
    position: absolute;
    top: -22rem;
}

.productbanner .hero-phone-wrap::after {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to top, rgb(64, 74, 96) 0%, rgb(64, 74, 96) 28%, rgba(255, 255, 255, 0) 60%);
}

.complementary-banner .hero-content {
    padding: 120px;
}

	
.newheader .nav-item a {
    color: var(--second-color);
}

.newheader .nav-item a:hover {
    color: var(--theme-color);
}

.newheader.scrolled .nav-item a {
    color: rgb(255, 255, 255);
}

.newheader.scrolled .nav-item .dropdown-item {
    color: var(--dark);
}
.comp_block_draft .hero-image-wrapper {
    position: relative;
    width: 100%;
    height: clamp(320px, 94vh, 850px); /* responsive height for all screens */
    overflow: hidden;
    border-radius: 24px;
}

.comp_block_draft .hero-image-wrapper img {
    width: 90%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
}

/* White fade from bottom */
.comp_block_draft .hero-image-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22%;
    background: linear-gradient(
        to top,
        #fff 0%,
        rgba(255,255,255,0.92) 30%,
        rgba(255,255,255,0) 100%
    );
    pointer-events: none;
}
.sub-nav {
    position: sticky;
    top: 0px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(248, 249, 250);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
    padding: 0.5rem 1rem;
}

.sub-nav-links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sub-nav-links a:hover,
.sub-nav-links a.active {
    background: transparent;
    color: var(--theme-color);
    font-weight: 700;
}

.sub-nav-links a {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--second-color);
    text-decoration: none;
    padding: 0px 24px;
    height: 48px;
    transition: background 0.2s, color 0.2s;
}

.totalprice {
    color: rgb(64, 75, 97);
    font-size: 70px;
}

.included-card {
    background: var(--white);
    padding: 38px 42px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 48px;
}

.included-title {
    font-size: 32px;
    text-transform: uppercase;
    color: var(--second-color);
    margin-bottom: 12px;
}

.included-intro {
    font-weight: 600;
    color: rgb(68, 68, 68);
    line-height: 1.6;
    margin-bottom: 24px;
}

.included-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.included-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: var(--second-color);
    padding: 12px 0px;
    border-bottom: 1px solid rgb(240, 240, 240);
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
}

.included-list li:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.opacity-70 {
    opacity: 0.7;
}

.check-icon {
    color: var(--theme-color);
    font-size: 0.95rem;
    flex-shrink: 0;
    margin-left: 16px;
}

.sample-block {
    background: rgb(64, 75, 97);
    padding: 26px 30px;
}

.feature-section--navy {
    background: #E8E9EC;
    position: relative;
    overflow: hidden;
}

.feature-section--white {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.feature-section--navy .feat-phone-wrap::after {
    background: linear-gradient(0deg, rgb(232 233 236) -11.09% 9.91%, rgb(232 233 236 / 0%) 31.92%);
}

.feature-section--white .feat-phone-wrap::after {
    background: linear-gradient(0deg, rgb(255 255 255) -11.09% 9.91%, rgba(217, 37, 55, 0) 31.92%);
    height: 100%;
    bottom: 0;
    top: 0;
    height: 100%;
}

.feat-phone-wrap::after {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 2;
    pointer-events: none;
}

.feat-phone-wrap {
    width: 100%;
    position: relative;
    top: 6rem;
    left: -9rem;
}

.featright {
    width: 100%;
    position: relative;
    top: 6rem;
    left: 0;
}

.feat-content {
    padding: 5rem 0px;
}

.feat-arrows {
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex-shrink: 0;
    margin-top: 1px;
}

.feat-arrow {
    width: 26px;
    height: 37px;
    opacity: 0.55;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feat-arrow svg {
    width: 20px;
    height: 23px;
}

.feat-block {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.reportimage {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32%;
    opacity: 0.3;
}

.productbanner {
    background-color: rgb(64, 75, 97);
}

.nav-pills .nav-item a {
    color: var(--second-color);
    text-decoration: none;
    transition: color 0.2s;
}

.nav-pills .nav-link:focus,
.nav-link:hover {
    /* color: var(--theme-color); */
    opacity: 0.9;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--theme-color);
    background-color: transparent;
}

.text-theme1 {
    color: var(--second-color);
}

.leftinnerimage.-ml-24 {
    margin-left: -30rem;
    position: relative;
    min-height: 600px;
    max-height: 600px;
}

.leftinnerimage.-mr-24 {
    margin-right: -30rem;
    position: relative;
    min-height: 600px;
    max-height: 600px;
}

.redoverlay.leftimage {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.redoverlay.leftimage img {
    display: block;
    width: 100%;
    height: auto;
}

.redoverlay.leftimage::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, #D92537 -22.09%, rgba(217, 37, 55, 0) 91.92%);
    /* control overlay height */
    pointer-events: none;
}

.whiteoverlay.leftimage {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.whiteoverlay.leftimage img {
    display: block;
    width: 100%;
    height: auto;
}

.whiteoverlay.leftimage::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    /* control overlay height */
    background:linear-gradient(0deg, #ffffff -22.09%, rgba(232, 233, 236, 0) 91.92%);
    pointer-events: none;
}

.blueoverlay.leftimage {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.blueoverlay.leftimage img {
    display: block;
    width: 100%;
    height: auto;
}

.blueoverlay.leftimage::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    /* control overlay height */
    background: linear-gradient(0deg, #404B61 -22.09%, rgba(64, 75, 97, 0) 91.92%);
    pointer-events: none;
}

.section-shape {
    justify-content: end;
    display: flex;
    margin-left: auto;
    position: absolute;
    right: 0;
    /* width: 100%; */
    height: 500px;
    bottom: 0;
}

.breadcrumb h1 {
    /* font-family: SCHABO; */
    font-weight: 400;
    font-style: Condensed;
    font-size: 190px;
    leading-trim: NONE;
    line-height: 94%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    position: relative;
    top: 30%;
}

.breadcrumb {
    height: 650px;
}

.breadheight {
    height: 900px;
}

.bg-graytheme {
    background: #F6F6F6;
}

.how-step-number {
    font-family: Schabo, sans-serif;
    /* font-weight: 700; */
    /* font-style: italic; */
    font-size: clamp(302px, 19vw, 422px);
    line-height: 0.85;
    margin-bottom: -3.5rem;
}

.step-number-light {
    color: rgba(14, 20, 48, 0.12);
}

.step-number-red {
    color: rgba(0, 0, 0, 0.18);
}

.step-number-dark {
    color: rgba(255, 255, 255, 0.12);
}

.step-img--phone-how {
    height: 176px;
    width: auto;
    right: 93%;
    bottom: 17%;
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 4px 8px 20px);
}

.step-title {
    font-size: 88px;
    line-height: 1;
    bottom: 7rem;
    position: relative;
    left: 3rem;
    margin-bottom: -6rem;
}

p.how-step-text {
    margin-left: 3rem;
    width: 70%;
    color: #202020;
    /* margin-bottom: -2rem; */
}

.step-img--camera-inner {
    height: 390px;
    width: auto;
    left: -309px;
    right: 0;
    top: 50%;
    transform: translateY(-45%);
    filter: drop-shadow(rgba(0, 0, 0, 0.22) 4px 8px 20px);
}


/* modal */

.match-modal {
    background: #47536d;
    color: #fff;
}

.match-modal .modal-content {
    border: none;
    border-radius: 0;
    background: #47536d;
    height: 100vh;
}

.match-close {
    position: absolute;
    top: 25px;
    right: 35px;
    z-index: 9999;
    background: none;
    border: none;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    opacity: 1;
}


/* Left */

.left-panel {
    padding: 10px 70px;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* overflow-y: scroll; */
}

.screen-box {
    /* width:90%; */
    /* max-width:900px; */
    /* border-radius:45px; */
    overflow: hidden;
    /* box-shadow:0 30px 60px rgba(0,0,0,.35); */
    position: relative;
}

.screen-box img {
    width: 100%;
    transition: 0.3s ease;
}

.mobilescreenbox img {
    width: auto;
    transition: 0.3s ease;
    display: flex;
    margin: auto;
}

.screen-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58%;
    background: linear-gradient(to top, rgb(64 74 96), rgb(20 25 43 / 0%), transparent);
}

@media(min-width:1300px) {
    .right-panel {
        width: 1183px;
    }
}
img[id$='Image'] {
    transition: none !important;
}
#modalImage {
    transition: none !important;
}
/* button layout */

.custom-accordion .accordion-button {
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 24px 0;
    font-size: 14px;
    /* font-weight: 500; */
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto Mono", monospace;
}


/* remove bootstrap default icon */

.custom-accordion .accordion-button::before {
    display: none !important;
}


/* custom + / - icon on RIGHT */

.custom-accordion .accordion-button::after {
    content: "+";
    background: none !important;
    width: auto;
    height: auto;
    margin-left: auto;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    transform: none !important;
    transition: .3s;
}

.custom-accordion .accordion-item {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-radius: 0;
}

.custom-accordion .accordion-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.custom-accordion .accordion-body {
    padding: 0 0 24px;
    color: #ddd;
    line-height: 2;
    max-width: 520px;
}


/* when open */

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
}

.accordion-item-custom {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 22px 0;
}

.accordion-item-custom:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.accordion-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
}

.accordion-content {
    margin-top: 22px;
    max-width: 520px;
    line-height: 2;
    color: #e3e3e3;
    font-size: 15px;
}

.btn-wrap {
    margin-top: 45px;
    display: flex;
    gap: 7px;
    /* flex-wrap: wrap; */
    width: 100%;
}

.custom-btn {
    background: #ef233c;
    color: #fff;
    border: none;
    padding: 18px 10px;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    font-size: 12px;
    font-weight: 500;
    transition: .3s;
    width: 100%;
}

.custom-btn:hover {
    background: #d90429;
}

.woocommerce a.button,
.woocommerce button.button,
.single_add_to_cart_button,
.checkout-button {
    background: #ef233c !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 18px 10px !important;
    border: none !important;
}

.woocommerce .quantity .qty {
    width: 100%;
    text-align: center;
    padding: 11px 0;
}

/* Full width */
.select2-container{
    width:100% !important;
}

/* Main field */
.select2-container--default .select2-selection--single{
    height:56px !important;
    padding:12px 40px 0 12px !important;
    border:1px solid #757575 !important;
    border-radius:4px !important;
    display:flex !important;
    align-items:center !important;
}

/* Selected text */
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:24px !important;
    padding-left:0 !important;
    margin-top:6px !important;
    font-size:16px !important;
}

/* Remove Select2 default arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display:none !important;
}

/* Remove clear X */
.select2-container--default .select2-selection__clear{
    display:none !important;
}

/* Search input */
.select2-search--dropdown .select2-search__field{
    height:44px !important;
    padding:10px !important;
    font-size:16px !important;
}
/* ?end */

@media (min-width: 992px) {
    .hero-header .container {
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .hero-header .hero-header-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 992px) {
    .hero-header .hero-header-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .hero-header .hero-header-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

@media (min-width: 1300px) {
    .absolute {
        position: absolute !important;
        top: 0;
        right: 0;
        height: 100%;
    }
}

.text-white p {
    color: #fff;
}

.pt-100 {
    padding-top: 100px;
}

.container-xxl {
    position: relative;
    z-index: 9;
}

.icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    margin: 0 auto 51px;
}

.vmp h3 {
    font-size: 62px;
    margin-bottom: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.vmp p {
    font-size: 14px;
    color: #dfe3ea;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
}


/* Title */

.plan-title {
    font-size: 42px;
    /* font-weight: 800; */
    color: var(--second-color);
    margin-bottom: 15px;
}

.plan-title span {
    /* color: #bbb; */
    /* font-weight: 700; */
    margin-left: 5px;
    color: #14192B;
    opacity: 0.32;
}

.bg-light .section-title {
    color: #14192B;
}


/* Price */

.product-price {
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    /* identical to box height, or 66px */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #404B61;
}

.product-price span {
    font-size: 31px;
    /* font-weight: 600; */
    margin-left: 10px;
    position: relative;
    top: 11px;
}


/* Divider */

.pricing-card hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}


/* Offer */

.offer-label {
    /* font-size: 12px; */
    color: var(--theme-color);
    margin-bottom: 5px;
}

.offer-price {
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    /* identical to box height, or 66px */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--theme-color);
}

.offer-price span {
    font-size: 31px;
    /* font-weight: 600; */
    margin-left: 10px;
    position: relative;
    top: 11px;
}

.nav-item .dropdown-item {
    color: var(--second-color);
}

.blue-shape {
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: -30px;
    width: 50%;
    background-color: rgb(233, 239, 247);
    border-radius: 20px 0px 0px 20px;
    z-index: 1;
}

.card-text {
    position: relative;
    z-index: 1;
}

.transition-icon {
    transition: transform 0.3s;
}

[aria-expanded="true"] .transition-icon {
    transform: rotate(180deg);
}

.toggle-icon::before {
    content: "+";
    display: inline-block;
    transition: transform 0.3s;
}

[aria-expanded="true"] .toggle-icon::before {
    content: "+";
}

.toggle-icon {
    line-height: 1;
    color: rgb(51, 51, 51);
}

.form-control-lg {
    min-height: calc(1.4em + 2px + 2rem);
    padding: 1rem 1.125rem;
    font-size: 1rem;
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

.form-control:focus {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.7);
    outline: 0px;
    box-shadow: unset;
}

.advertiseform .form-control-lg {
    min-height: calc(1.4em + 2px + 2rem);
    padding: 1rem 1.125rem;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    background-color: transparent;
}

.advertiseform .form-control:focus {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.7);
    outline: 0px;
    box-shadow: unset;
}

select.form-control.form-select.form-control-lg {
    background: var(--second-color);
}

.w-fit li a {
    width: max-content;
}

.comp_block .hero-title {
    font-size: clamp(4rem, 7vw, 7.5rem);
}

.recblock .hero-title {
    font-size: clamp(4rem, 8vw, 9.5rem);
}

.bg-premier {
    background-color: #404B61;
}

.bg-white1 {
    background-color: #E8E9EC !important;
}

.about-bg {
    position: absolute;
    inset: 0px;
    overflow: hidden;
}

.aboutbanner {
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: end;
    padding-bottom: 5rem !important;
}

.about-bg video {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.about-bg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(180deg, rgba(9, 12, 20, 0) 32.92%, #090C14 97.09%), linear-gradient(238.41deg, rgba(5, 7, 12, 0) 30.96%, #05070C 92.83%);
    z-index: 1;
}

.stats {
    padding: 80px 0;
    text-align: center
}

.stats .label-top {
    font-size: 11px;
    letter-spacing: 3px;
    color: #9aa3b2;
    text-transform: uppercase;
    margin-bottom: 30px
}

.stat .num {
    font-family: Schabo, sans-serif;
    /* font-weight:900; */
    font-size: clamp(240px, 15vw, 33rem);
    line-height: 1;
    color: #fff;
    display: inline-flex;
    align-items: flex-start
}

.stat .num small {
    font-size: 132px;
    color: #3a4a63;
    margin-left: 6px;
    /* font-weight:800; */
    margin-top: 12px;
}

.stat .cap {
    font-size: 14px;
    letter-spacing: 3px;
    color: #9aa3b2;
    text-transform: uppercase;
    margin-top: 18px
}

.partners .eyebrow {
    /* color: var(--red); */
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.partners h2 {
    color: var(--navy);
    text-align: center;
    font-size: 54px;
    margin: 10px 0 50px
}

.partner-card {
    background: #fff;
    border: 1px solid #e6e8eb;
    padding: 24px;
    border-radius: 2px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center
}

.partner-card h4 {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-size: 14px;
    color: #14192B;
    /* letter-spacing:2px; */
    text-transform: uppercase;
    margin-bottom: 8px;
}

.partner-card p {
    font-size: 12px;
    color: #14192B;
    margin: 0;
    line-height: 170%;
    opacity: 0.70;
}

.partner-logo {
    flex: 0 0 90px;
    height: 60px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: var(--navy);
    font-size: 12px;
    border-radius: 2px
}

.team .eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.team-card {
    /* background:#172a44; */
    border-radius: 2px;
    padding: 26px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #F6F6F60F;
}

.team-card h4 {
    color: #fff;
    font-size: 62px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.team-card span {
    color: #8a96a8;
    font-size: 13px;
}

section.team {
    background: #0A0E18;
}

.team-slider {
    width: 100%;
    padding: 60px 0 80px;
    overflow: visible;
}

.team-slider .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    transition: .35s ease;
    opacity: .45;
    transform: scale(.9);
}

.team-slider .swiper-slide-active,
.team-slider .swiper-slide-prev,
.team-slider .swiper-slide-next {
    opacity: 1;
    transform: scale(1);
}

.team-card {
    width: 100%;
    /* max-width: 380px; */
    text-align: center;
    padding: 45px 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.step-img--ball-how {
    height: 130px;
    width: auto;
    bottom: -20px;
    left: 0;
    transform: translateX(-50%);
    filter: drop-shadow(rgba(0, 0, 0, 0.18) 0px 6px 16px);
}


/* Tabs */

.custom-tabs {
    border: none;
    margin-bottom: 22px;
    gap: 0;
    display: flex;
}

.custom-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: #101735;
    color: #fff;
    padding: 14px 28px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    min-width: 170px;
    text-align: center;
}

.custom-tabs .nav-link.active {
    background: #ff2c38;
    color: #fff;
}


/* Form */

.form-control {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 0;
    height: 52px;
    color: #fff;
    padding: 0 18px;
    font-size: 13px;
    margin-bottom: 12px;
}

.form-control:focus {
    background: transparent;
    border-color: #ff2c38;
    color: #fff;
    box-shadow: none;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, .45);
}

.swiper-slide {
    height: auto;
}


/* Radio buttons */

.sport-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 18px 0 35px;
    flex-wrap: wrap;
}

.sport-label {
    font-size: 13px;
    color: #fff;
    min-width: 95px;
}


/* Container */

.radio-box {
    position: relative;
}


/* Hide default radio */

.radio-box input[type="radio"] {
    display: none;
}


/* Label (your button style) */

.radio-box label {
    min-width: 140px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #101735;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    transition: 0.3s;
    padding: 0 20px;
    text-align: center;
    border: 1px solid #101735;
}


/* Hover */

.radio-box label:hover {
    background: #0d1226;
}


/* ACTIVE STATE (WORKING METHOD) */

.radio-box:has(input[type="radio"]:checked) label {
    background: #fff;
    color: #111;
    border-color: #101735;
}


/* Button */

.btn-submit {
    background: #ff2c38;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 16px 34px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-submit:hover {
    background: #e81d2b;
    color: #fff;
}

.terms h1 {
    font-size: 115px;
    color: #fff;
}

/* addtocart */
/* =========================================================================
   CIRCLE PROFILE-MATCHING SHOPPING CART
   ========================================================================= */

.header-cart {
    display: flex;
    align-items: center;
}

/* Base structural target for the circle button grid */
.header-cart .cart-contents-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    padding: 1px;
    transition: all 0.25s ease-in-out;
}

/* Absolute tracking container matching user profile circle metrics */
.header-cart .cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1); 
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-in-out;
}

/* Micro interaction transitions */
.header-cart .cart-contents-icon-btn:hover .cart-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

/* Primary Core Icon Font Style Variable */
.header-cart .cart-icon-wrapper i {
    font-size: 16px;
    color: #ffffff;
}

/* Floating Badge Positioned Dynamically over Top-Right Edge */
.header-cart .cart-count-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ff6b00; /* Uses matching primary orange layout highlight */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #11161d; /* Matches dark background to create a visual cutout */
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Hide fallback widget structures */
.header-cart .widget_shopping_cart {
    display: none !important;
}

.customercheckout h1, .customercheckout h2, .customercheckout h3, .customercheckout h4, .customercheckout h5, .customercheckout h6, .customercheckout .h1, .customercheckout .h2, .customercheckout .h3, .customercheckout .h4, .customercheckout .h5, .customercheckout .h6{
    font-family: "Roboto Mono", monospace;

}
.aboutnav .user-avatar-icon {
     background-color: rgb(20 24 42) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important; 
}

.aboutnav .header-cart .cart-icon-wrapper {
    background-color: rgb(20 24 42);
    border: 1px solid rgba(255, 255, 255, 0.2);  
};
.woocommerce-page-bootstrap-wrapper{
	padding:100px 0 !important;
}
.login .form-control {
    background: transparent;
	border: 1px solid rgb(0 0 0 / 8%);}


.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3

 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    font-family: "Roboto Mono", monospace !important;
    letter-spacing: 0px !important;
	 text-transform:capitalize;
}


    ul.products.columns-4 .price {
  
    font-size: 23px !important;
}
.wc-block-components-checkout-totals-item-description,
.wc-block-components-product-metadata,
.wc-block-components-cart-item__metadata {
    display: none !important;
}

/* =========================================================================
   APP-STYLE MOBILE STICKY NAV SYSTEM STYLES
   ========================================================================= */

/* 1. Hide the top-header profile/cart elements completely on mobile devices */
@media (max-width: 1199.98px) {
    header .custom-nav-account,
    header .header-cart {
        display: none !important;
    }
    
    /* Give the overall site body a bottom cushion so content isn't blocked by the navigation bar */
    body {
        padding-bottom: 65px !important;
    }
}

/* 2. Clear default layout items inside the navigation tray */
.mobile-app-nav .dropdown-toggle::after {
    display: none !important;
}

.mobile-app-nav .mob-nav-item {
    transition: transform 0.2s ease;
}

.mobile-app-nav .mob-nav-item:active {
    transform: scale(0.92); /* Micro haptic feedback click simulation */
}

.mobile-app-nav i {
    color: rgba(255, 255, 255, 0.6) !important;
    transition: color 0.2s ease;
}

.mobile-app-nav a:hover i,
.mobile-app-nav button:hover i,
.mobile-app-nav .dropdown-toggle[aria-expanded="true"] i {
    color: #ff6b00 !important; /* Changes icon orange upon selection interaction */
}
/* privacy policy */

.privacy-policy-page {
    /* background-color: #f9f9f9; */
    color: #333;
    padding: 40px 20px;
}

.privacy-policy-page h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--theme-color);
    /* your brand color */
    font-weight: 700;
}

.privacy-policy-page h2 {
    font-size: 2.25rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #fff;
    font-weight: 400;
}

.privacy-policy-page p {
    margin-bottom: 1rem;
    color: #fff;
}

.privacy-policy-page ul {
    margin-bottom: 1rem;
    padding-left: 1.2rem;
}

.privacy-policy-page ul li {
    margin-bottom: 0.5rem;
    list-style: disc;
}

.privacy-policy-page a {
    color: #dc3545;
    text-decoration: none;
}

.privacy-policy-page a:hover {
    text-decoration: underline;
}

.privacy-policy-page .email {
    font-weight: 600;
    font-size: 1rem;
}

/* Custom Header Navigation Dropdown UI Overrides */
.custom-nav-account .dropdown-toggle::after {
    display: none !important;
}

.custom-dark-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
     .navbar-expand-lg .dropdown.custom-nav-account:hover>.dropdown-menu,  .navbar-expand-lg .dropstart:hover>.dropdown-menu {
        animation: 0.2s ease 0s 1 normal none running dropdown-show;
        display: block;
        right: 0 !important;
       
    }
}
.custom-dark-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
}

.custom-dark-menu .dashicons {
    width: auto;
    height: auto;
    vertical-align: middle;
}

/* Inside-menu profile header spacing custom properties */
.custom-dark-menu .original-profile-card {
    pointer-events: none; /* Keeps name string plain text interaction */
}
section.grid {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.related.products {
    width: 100%;
    clear: both;
    display: block;
    padding-top: 60px;
}


/* Hide the word (optional) if WooCommerce blocks try to append it to the label */

[data-field-id="billing/billing_club_name"] label span,
[data-field-id="billing/billing_club_name"] .wc-block-components-form-item__label-suffix {
    display: none !important;
}
.wc-block-components-button {
    background: var(--theme-color);
}

/* Append a clear, red required asterisk */

[data-field-id="billing/billing_club_name"] label::after {
    content: " *";
    color: #dc3545 !important;
    font-weight: 700;
}

.price {
    font-size: 3rem;
    font-weight: 300;
    color: var(--theme-color);
    font-family: Schabo, sans-serif;
}

.woocommerce-Price-amount {
    font-weight: 300;
}

.wc-block-cart-item__prices .price,
.wc-block-cart-item__total-price-and-sale-badge-wrapper .price {
    font-size: 1rem;
    font-weight: 500;
    color: var(--theme-color);
    font-family: "Roboto Mono", monospace;
}

.ToggleItem {
    background-color: #fff !important;
}


/* Image */

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 640px;
}
@media (min-width:992px) {

    #modalRightPanel {
        display: block;
    }

}
@media (max-width:991px) {

    #modalRightPanel {
        display: none;
    }

}
@media (max-width: 767px) {
    .card-bg-img {
        padding: 2rem;
    }
    .img-card::after {
        height: 32%;
    }
    .custom-tabs .nav-link {
        width: 112px;
        text-align: center;
        min-width: 100%;
    }
    .radio-box label {
        min-width: 100%;
        width: 88px;
        height: 48px;
    }
    p.how-step-text {
        margin-left: 0px;
        width: 100%;
    }
    .relative {
        position: relative !important;
        width: 100%;
        padding: 15px;
    }
    .zindex-5 {
        max-width: 100% !important;
    }
    .step-title {
        font-size: 54px;
        line-height: 1;
        bottom: 4rem;
        position: relative;
        left: 0;
        margin-bottom: -3rem;
    }
    .hero-image-wrapper {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .hero-image-wrapper img {
        width: 100%;
        height: auto;
        display: block;
    }
    .about-bg {
        position: relative;
        inset: 0px;
        overflow: hidden;
    }
    .aboutbanner {
        height: unset;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-bottom: 5rem !important;
        flex-direction: column;
        background: #000;
        /* padding-top: 2rem; */
    }
    .about-bg video {
        position: relative;
        inset: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .about-bg::before {
        content: "";
        position: absolute;
        inset: 0px;
        background: linear-gradient(180deg, rgb(0 0 0 / 0%) 32.92%, #000000 97.09%), linear-gradient(238.41deg, rgb(6 6 6 / 0%) 30.96%, #000000de 92.83%);
        z-index: 1;
    }
    .col-vmp {
        margin-bottom: 3rem;
    }
    .breadcrumb {
        height: 375px;
    }
    .breadheight {
        height: 480px;
    }
    .breadcrumb h1 {
        /* font-family: SCHABO; */
        font-weight: 400;
        font-style: Condensed;
        font-size: 86px;
        leading-trim: NONE;
        line-height: 94%;
        letter-spacing: 0px;
        vertical-align: middle;
        text-transform: uppercase;
        position: relative;
        top: 27%;
    }
    .section-shape {
        justify-content: end;
        display: flex;
        margin-left: auto;
        position: absolute;
        right: 0;
        width: 100%;
        height: 19vh;
        bottom: 0;
        top: 0;
        justify-content: end;
        align-items: end;
        margin-top: auto;
    }
}

@media (min-width: 768px) {
    .toggle-icon {
        display: none;
    }
}
@media (max-width: 767px) {
    .stats-player {
        left: 7rem;
        transform: unset;
        height: 44%;
        z-index: 9;
        width: 100%;
        top: 2rem;
        overflow: hidden;
        display: none;
    }
}
@media (min-width: 768px) {
    .collapse.d-md-block {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 767px) {
	.btn-nav {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: var(--theme-color);
    color: var(--white);
    border-width: thin;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 10px 10px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
    border: 1px solid var(--theme-color);
}
	.statslogin {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgb(255, 255, 255);
    border-color: currentcolor;
    border-image: initial;
    padding: 10px 10px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}
	.aboutnav .statslogin {
 
	color: rgba(255, 255, 255, 0.7);}
	.custom-footer {
		padding: 27px 0;}
    .blue-shape {
        position: relative;
        top: 32px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        background-color: rgb(233, 239, 247);
        border-radius: 20px 20px 0px 0px;
        z-index: 1;
        height: 9rem;
    }
    .w-50 {
        width: 100% !important;
    }
    .feat-block {
        padding: 0px;
        position: relative;
        top: -6rem;
        z-index: 9;
    }
    .feat-content {
        padding: 0px;
    }
    .reportimage {
        position: absolute;
        right: 0px;
        top: unset;
        bottom: 0px;
        width: 32%;
        opacity: 0.3;
    }
    .feat-phone-wrap {
        width: 100%;
        position: relative;
        top: 30px;
        left: 0px;
    }
    .navbar {
        z-index: 1000;
        padding: 18px 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: transparent;
        transition: background 0.4s;
    }
    .mobileposition {
        position: absolute;
        bottom: 0px;
        padding-bottom: 15rem;
        background: linear-gradient(6.4deg, rgb(234, 31, 48) 16.96%, rgba(234, 31, 48, 0) 86.81%);
        z-index: 1;
    }
    .sportssinglebanner .mobileposition {
        background: linear-gradient(6.4deg, rgb(22 37 74) 16.96%, rgba(234, 31, 48, 0) 86.81%);
    }
    .sportsbanner {
        height: 100vh;
        overflow: hidden;
        padding-top: 4rem;
        display: flex;
        align-items: center;
    }
    .sportsbanner .container,
    .sportsbanner .row {
        height: 100%;
        position: relative;
    }
    .imagemobile {
        height: 100%;
        position: relative;
    }
/*     .image-box,
    .fullimagebox {
        height: 100%;
    } */
    .sportssinglebanner .image-box {
        height: 100%;
        width: 27rem;
    }
    .imagemobile img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center bottom;
        display: block;
    }
    .mobileposition {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 1rem 1rem 2rem;
        background: linear-gradient( to top, rgba(234, 31, 48, 0.96) 12%, rgba(234, 31, 48, 0.7) 38%, rgba(234, 31, 48, 0) 72%);
    }
    .sportsbanner .hero-title {
        font-size: clamp(7rem, 10vw, 9rem);
        margin-bottom: 0px;
    }
    .sportsbanner .container,
    .sportsbanner .row {
        height: 100%;
        position: relative;
    }
    .imagemobile {
        height: 100%;
        position: relative;
    }
    .hero {
        position: relative;
        height: 97vh;
        min-height: 655px;
        padding-bottom: 37px;
    }
    /* .hero-content {
        padding-left: 15px;
        padding-right: 15px;
    } */
    .hero-title {
        font-size: clamp(3.8rem, 10vw, 9rem);
        line-height: 0.92;
        letter-spacing: 2px;
        color: var(--white);
        margin-bottom: 11px;
    }
    .complementary-banner {
        padding-bottom: 3rem;
    }
    .sub-nav-links {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .sub-nav-links a {
        width: max-content;
    }
    .hero-btns {
        display: flex;
        gap: 16px;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    .hero-btns a {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .hero-eyebrow {
        letter-spacing: 2px;
    }
    .section-title {
        font-size: 48px;
    }
    .section-title br {
        display: none;
    }
    .step-desc {
        max-width: 100%;
    }
    .step-img--phone {
        height: 196px;
        width: auto;
        left: 50%;
        top: 45%;
    }
    .complementary-banner .hero-content {
        padding: 0px 15px;
        margin-top: -163px;
    }
    .hero-phone-wrap {
        position: relative;
        top: 0px;
    }
    .leftinnerimage.-ml-24,
    .leftinnerimage.-mr-24 {
        position: relative;
        min-height: 100%;
        max-height: 100%;
        width: 50%;
        margin: auto;
    }
    .pt-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
       .stats-player {
        left: 7rem;
        transform: unset;
        height: 44%;
        z-index: 9;
        width: 100%;
        top: 2rem;
        overflow: hidden;
    }
	.match-close {
    position: absolute;
		top: -41px;}
    .stats-label {
        width: 100%;
        letter-spacing: 2px;
    }
    .stats-number {
        font-size: clamp(199px, 20vw, 500px);
    }
    .stats-content {
        padding-left: 0;
        text-align: center;
    }
    .cta-section {
        position: relative;
        padding: 100px 0px;
    }
    .footer-bottom {
        display: block;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
	.pdblock .hero-image-wrapper {

    height: 50vh;
  

}
    .divider-container {
        flex-direction: row;
        height: auto;
        width: 80%;
        display: flex;
    }
    .aboutnav {
        background: var(--second-color);
    }
    .line {
        width: 40%;
        height: 2px;
        margin: 0px 10px;
    }
    .or-text {
        top: -21px;
        position: relative;
    }
    .stats-controls {
        display: flex;
        gap: 8px;
        margin-top: 0;
        justify-content: center;
    }
    .step-body {
        margin-top: 89px;
    }
    .step-img--camera {
        height: 196px;
        top: 80%;
        right: 9px;
    }
    .step-img--ball {
        bottom: -54px;
    }
    .w-75 {
        width: 100% !important;
    }
    .left-panel {
        padding: 15px;
        height: auto;
    }
    .screen-box img {
        width: 100%;
    }
    .custom-btn {
        width: 100%;
    }
    .sportssinglebanner {
        padding-top: 8rem;
        overflow: hidden;
/*         height: auto; */
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero {
        position: relative;
        height: 66vh;
        min-height: 680px;
    }
    .hero-phone-wrap {
        position: absolute;
        top: -7rem;
    }
    .complementary-banner .hero-content {
        padding: 20px 20px 5rem;
    }
    .complementary-banner {
        padding-top: 5rem;
    }
    .feat-phone-wrap {
        width: 400px;
        position: relative;
        top: 6rem;
        left: 0px;
    }
    .w-50 {
        width: 100% !important;
    }
    .leftinnerimage.-ml-24 {
        margin-left: 0px;
        position: relative;
        min-height: 100%;
        max-height: 100%;
    }
    .leftinnerimage.-mr-24 {
        margin-right: 0px;
        position: relative;
        min-height: 100%;
        max-height: 100%;
    }
}

@media (max-width: 1366px) and (min-width: 1260px) {
    .sportsbanner {
        height: 800px;
    }
    .section-shape {
        width: 77%;
        height: auto;
    }
}

/* ==========================================================================
   WOOCOMMERCE MY ACCOUNT ORDERS PAGE MODERN RESHAPE
   ========================================================================== */

/* 1. Global Page Layout Setup */
@media (min-width: 769px) {
  @media (min-width: 769px) {
    .woocommerce:has(.woocommerce-MyAccount-navigation) {
        display: flex !important;
        gap: 30px !important;
        align-items: flex-start !important;
        padding: 20px 0 !important;
    }
}
}

/* 2. Side Navigation Menu Panel Transformation */
.woocommerce-MyAccount-navigation {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #eaeaea !important;
}

@media (min-width: 769px) {
    .woocommerce-MyAccount-navigation {
        width: 28% !important;
        float: none !important;
        margin-bottom: 0 !important;
    }
}

/* Strip out old bullet list styles */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

/* Navigation Links styling */
.woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 12px 16px !important;
    color: #4a5568 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease-in-out !important;
}

/* Active and Hover States matching design template */
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #fff5f5 !important;
    color: #e53e3e !important;
    font-weight: 600 !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    border-left: 4px solid #e53e3e !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


/* 3. Main Orders Content Board Area */
.woocommerce-MyAccount-content {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 32px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #eaeaea !important;
}

@media (min-width: 769px) {
    .woocommerce-MyAccount-content {
        width: 72% !important;
        float: none !important;
    }
}

/* Title Header customization styling */
.woocommerce-MyAccount-content h2, 
.woocommerce-orders-table__header {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 20px !important;
}


/* 4. Orders Data Table Reshape */
.woocommerce-orders-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
    border: 1px solid #edf2f7 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-top: 15px !important;
}

.woocommerce-orders-table th {
    background-color: #f7fafc !important;
    color: #4a5568 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    padding: 16px !important;
    border-bottom: 1px solid #edf2f7 !important;
}

.woocommerce-orders-table td {
    padding: 16px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #edf2f7 !important;
    color: #2d3748 !important;
    font-size: 14px !important;
}

.woocommerce-orders-table tr:last-child td {
    border-bottom: none !important;
}

/* Order Numbers clickable state decoration */
.woocommerce-orders-table__cell-order-number a {
    color: #319795 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}


/* 5. Custom Status Badging Logic Wrapper */
.woocommerce-orders-table__cell-order-status {
    text-align: left !important;
}

/* Convert raw status text into standard rounded design pill badges */
.woocommerce-orders-table__cell-order-status {
    font-size: 0 !important; /* Hides raw text spaces safely */
}

.woocommerce-orders-table__cell-order-status::after {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    text-transform: capitalize !important;
}

/* Completed Status Pill Colors (Soft green background with dark text) */
[data-title="Status"]:has(.status-completed),
.woocommerce-orders-table__cell-order-status:contains("Completed") {
    font-size: 0 !important;
}
.woocommerce-orders-table__cell-order-status .status-completed,
.woocommerce-orders-table__cell-order-status._status-completed {
    background-color: #c6f6d5 !important;
    color: #22543d !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

/* Processing Status Pill Colors */
.woocommerce-orders-table__cell-order-status .status-processing {
    background-color: #feebc8 !important;
    color: #744210 !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}


/* 6. View Action Button Re-design */
.woocommerce-orders-table__cell-order-actions .button.view {
    background-color: #e53e3e !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: background 0.2s ease-in-out !important;
    border: none !important;
    display: inline-block !important;
}

.woocommerce-orders-table__cell-order-actions .button.view:hover {
    background-color: #c53030 !important;
}
@media (max-width: 768px) {
    .woocommerce:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation {
        width: 100% !important;
        float: none !important;
        padding: 12px 16px !important;
        background: #ffffff !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
        border: 1px solid #eaeaea !important;
        margin-bottom: 20px !important;
        overflow: hidden !important;
    }

    .woocommerce:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation ul {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        padding-bottom: 6px !important; 
        -webkit-overflow-scrolling: touch !important; 
        scroll-snap-type: x mandatory !important;
    }

    .woocommerce:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
        display: none !important;
    }
    
    .woocommerce:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation ul {
        -ms-overflow-style: none !important;  
        scrollbar-width: none !important;  
    }

    .woocommerce:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation ul li {
        flex: 0 0 auto !important;
        scroll-snap-align: start !important;
    }

    .woocommerce:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 14px !important;
        font-size: 14px !important;
    }

    .woocommerce:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation ul li.is-active a {
        border-left: none !important;
        border-bottom: 3px solid #e53e3e !important;
        border-radius: 8px 8px 0px 0px !important;
    }
    
    .woocommerce:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-content {
        width: 100% !important;
        padding: 20px !important;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}
