/* banner css start */
:root {
    --t4a-cyan: #00d8ff;
    --t4a-cyan-hover: #00b3e6;
    --t4a-dark-bg: #030812;
}

.t4a-hero-section {
    min-height: 100vh;
    min-height: 100dvh;
    /* Dynamic Mobile Viewport Fix */
    background-color: var(--t4a-dark-bg);
}

/* Background Image Layer */
.t4a-hero-bg-img {
    background: url("../img/banner.png") center/cover no-repeat;
    z-index: 0;
    width: 100%;
    height: 100%;
}



/* Fluid Light Beam - Liquid Positioned */
.t4a-hero-light-beam {
    width: 126%;
    height: clamp(80px, 12vh, 180px);
    bottom: 8%;
    left: -3vw;
    background: linear-gradient(90deg,
            rgb(0 216 255 / 4%) 0%,
            rgb(0 216 255 / 11%) 50%,
            rgb(0 216 255 / 5%) 100%);
    transform: rotate(-24deg);
    transform-origin: bottom left;
    filter: blur(clamp(1px, 0vw, 4px));
    pointer-events: none;
    z-index: 9;
}

/* Center Cutout Athlete - Fluid Scaling & Positioning */
.t4a-hero-athlete-wrapper {
    z-index: 2;
    pointer-events: none;
    height: clamp(50%, 75vh, 85%);
    display: flex;
    align-items: flex-end;
}

.t4a-hero-athlete-img {
    max-height: clamp(400px, 72vh, 850px);
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 30px rgba(0, 216, 255, 0.2));
}

/* Liquid Fluid Typography */
.t4a-hero-title {
    font-size: clamp(2rem, 5.5vw + 0.5rem, 5.2rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.5px;
    font-family: "space-bold";
    -webkit-text-stroke: clamp(1px, 0.15vw, 2px) var(--t4a-cyan);
}

.t4a-glow-text11 {
    color: #ffffff;
    background: linear-gradient(91deg, #f8f9fa, #0dcaf0, #00afff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
}

.t4a-hero-title11 {
    font-size: clamp(2rem, 5.5vw + 0.5rem, 4.2rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.5px;
    font-family: "space-bold";
    -webkit-text-stroke: clamp(1px, 0.15vw, 2px) var(--t4a-cyan);
}

.t4a-glow-text {
    color: #ffffff;
    text-shadow:
        0 0 clamp(10px, 1.5vw, 25px) rgba(0, 216, 255, 0.8),
        0 0 clamp(20px, 3vw, 50px) rgba(0, 216, 255, 0.4);
}

.t4a-stroke-text {
    color: transparent;
    -webkit-text-stroke: clamp(1px, 0.15vw, 2px) var(--t4a-cyan);
    text-shadow: none;
}

.t4a-hero-desc {
    font-size: clamp(0.875rem, 1vw + 0.2rem, 1rem);
    line-height: 1.6;
}

/* Glassmorphism Outer Card */
.t4a-glass-card {
    background: #eaf7ff12;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    border-radius: 30px;
}

/* Custom Inputs & Controls */
.t4a-input-label {
    font-size: clamp(10px, 0.8vw, 12px);
    font-weight: 700;
    letter-spacing: 1px;
    color: #64748b;
    margin-bottom: 4px;
}

.t4a-custom-input {
    background-color: rgba(15, 28, 48, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    font-size: clamp(12px, 0.9vw, 14px);
    border-radius: 28px;
    padding: clamp(8px, 2vh, 13px) 22px;
    font-family: var(--primary-regular-font);
}

.t4a-custom-input::placeholder {
    color: #97A7B7 !important;
    font-size: clamp(12px, 0.9vw, 14px);
    font-family: var(--primary-regular-font);
}

.t4a-custom-input:focus {
    border-color: var(--t4a-cyan) !important;
    box-shadow: 0 0 12px rgba(0, 216, 255, 0.35) !important;
}

/* Stats */
.t4a-stat-num {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(91deg, #f8f9fa, #0dcaf0, #00afff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
    font-family: "space-bold";
}

.t4a-stat-label {
    font-size: clamp(9px, 0.7vw, 11px);
    color: #97A7B7 !important;
    letter-spacing: 1px;
    font-weight: 400;
}

.t4a-mini-card {
    background: #eaf7ff12;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    border-radius: 20px ! important;
}

.wrapper-t4a-select {
    background-color: rgba(15, 28, 48, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    font-size: clamp(12px, 0.9vw, 14px);
    border-radius: 28px;
    padding: clamp(8px, 2vh, 13px) 22px;
    font-family: var(--primary-regular-font);
}

select.form-select.t4a-custom-input {
    border: none ! important;
    padding: 0;
}

span.dot {
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

span.dot.red {
    background: #EE0F1F;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

span.dot.grey {
    background: #5A5A5A;
}

span.dot.blue {
    background-color: #00BDFF;
}

span.t4a-badge-dot {
    background: #00BDFF;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.t4a-card-dots {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.t4a-border {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #ffffff17;
}

.wrapper-t4a-select .t4a-custom-input:focus {
    border-color: var(--t4a-cyan) !important;
    box-shadow: 0 0 12px rgba(0, 216, 255, 0.35) !important;
    box-shadow: none ! important;
}

/* Liquid Responsive Breakpoints */
@media (max-width: 1199.98px) {
    .t4a-hero-athlete-wrapper {
        opacity: 0.35;
        /* Subtle background presence on medium screens */
    }
}

@media (max-width: 991.98px) {
    .t4a-hero-section {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .t4a-hero-athlete-wrapper {
        opacity: 0.18;
        height: 50%;
    }

    .t4a-hero-light-beam {
        transform: rotate(-35deg);
        bottom: -10%;
    }
}

@media (max-width: 575.98px) {
    .t4a-glass-card {
        padding: 1.25rem !important;
    }

    .t4a-hero-athlete-wrapper {
        opacity: 0.12;
    }
}

/* banner css end  */
/* second css start ///////////////////////////////////////////////// */
/* Custom Styling & High-Contrast Visual Balance */
.t4a-sports-section {
    background-color: #030812;
    background: #04112F;
    background: linear-gradient(180deg, rgb(4 17 47 / 59%) 0%, rgba(2, 8, 25, 0.9) 50%, rgba(2, 8, 25, 1) 84%);
}

/* Heading Typography & Accents */
.t4a-sub-tag {
    letter-spacing: 3px;
    color: #00e5ff;
    text-shadow: 0 0 12px rgba(0, 229, 255, 0.4);
    font-size: 14px;
    font-family: var(--primary-medium-font);
}

.t4a-sports-heading {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.t4a-text-outline {
    color: transparent;
    -webkit-text-stroke: 1.2px rgba(255, 255, 255, 0.6);
}

.t4a-glow-cyan {
    color: #00e5ff;
    text-shadow: 0 0 25px rgba(0, 229, 255, 0.7);
}

.t4a-sports-desc {
    color: #F3FAFF !important;
    max-width: 500px;
    font-size: 15px;
    line-height: 1.6;
}

/* Vertical Capsule Pill */
.t4a-athlete-pill-wrapper {
    width: 100px;
    height: 100%;
    min-height: 520px;
    border-radius: 50px;
    position: absolute;
    left: 70px;
    top: -30px;
}

.t4a-athlete-vertical-text {
    position: relative;
    writing-mode: vertical-rl;
    transform: rotate(179deg);
    font-size: 108px;
    font-weight: 900;
    letter-spacing: 14px;
    color: #000000;
    background: linear-gradient(277deg, #ffffff 0%, #0dcaf0 60%, #02d6ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 4px #00000000;
    filter: drop-shadow(0 0 12px rgba(0, 216, 255, 0.5)) saturate(0.5);
}

/* PURE CSS BENTO GRID SYSTEM */
.t4a-pure-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 16px;
}

/* Grid Cell Positions */
.card-football {
    grid-column: span 7;
    grid-row: span 2;
    min-height: 360px;
}

.card-basketball {
    grid-column: span 5;
    min-height: 172px;
}

.card-baseball {
    grid-column: span 2;
    min-height: 172px;
}

.card-mma {
    grid-column: span 3;
    min-height: 172px;
}

.card-soccer {
    grid-column: span 3;
    min-height: 150px;
}

.card-hockey {
    grid-column: span 3;
    min-height: 150px;
}

.card-swimming {
    grid-column: span 3;
    min-height: 150px;
}

.card-golf {
    grid-column: span 3;
    min-height: 150px;
}

/* Responsive Grid Breakdown */
@media (max-width: 991.98px) {
    .card-football {
        grid-column: span 12;
        min-height: 280px;
    }

    .card-basketball {
        grid-column: span 12;
        min-height: 160px;
    }

    .card-baseball {
        grid-column: span 6;
        min-height: 150px;
    }

    .card-mma {
        grid-column: span 6;
        min-height: 150px;
    }

    .card-soccer,
    .card-hockey,
    .card-swimming,
    .card-golf {
        grid-column: span 6;
        min-height: 140px;
    }
}

@media (max-width: 575.98px) {

    .card-baseball,
    .card-mma,
    .card-soccer,
    .card-hockey,
    .card-swimming,
    .card-golf {
        grid-column: span 12;
    }
}

/* Card Base Container */
.t4a-sport-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background-color: #07152b;
    border: 1px solid rgba(0, 229, 255, 0.18);
    transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.t4a-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Image Setup with Right-Center Alignment & Continuous Infinite Loop */
.t4a-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    /* Focus aligned to right center */
    animation: t4a-bg-pulse 8s ease-in-out infinite alternate;
}

/* Full-Coverage Unique Overlays per Card */
.t4a-card-full-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    mix-blend-mode: multiply;
}

.card-football .t4a-card-full-overlay {
    background: linear-gradient(135deg, rgba(3, 8, 18, 0.85) 0%, rgba(0, 150, 255, 0.45) 100%);
}

.card-basketball .t4a-card-full-overlay {
    background: linear-gradient(135deg, rgba(3, 8, 18, 0.9) 0%, rgba(0, 229, 255, 0.35) 100%);
}

.card-baseball .t4a-card-full-overlay {
    background: linear-gradient(180deg, rgba(5, 15, 35, 0.75) 0%, rgba(3, 8, 18, 0.95) 100%);
}

.card-mma .t4a-card-full-overlay {
    background: linear-gradient(135deg, rgba(20, 5, 30, 0.85) 0%, rgba(0, 229, 255, 0.3) 100%);
}

.card-soccer .t4a-card-full-overlay,
.card-hockey .t4a-card-full-overlay,
.card-swimming .t4a-card-full-overlay,
.card-golf .t4a-card-full-overlay {
    background: radial-gradient(circle at right center, rgba(0, 229, 255, 0.25) 0%, rgba(3, 8, 18, 0.9) 80%);
}

/* Text Content Overlay Layer */
.t4a-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(3, 8, 18, 0.95) 0%, rgba(3, 8, 18, 0) 100%);
}

.t4a-card-stats {
    font-size: 10px;
    font-weight: 700;
    color: #F3FAFF;
    letter-spacing: 0.8px;
}

.text-cyan {
    color: #00e5ff !important;
}

.fs-10 {
    font-size: 8px;
}

/* Infinite Subtle Background Loop Animation */
@keyframes t4a-bg-pulse {
    0% {
        transform: scale(1) translate(0, 0);
    }

    50% {
        transform: scale(1.08) translate(-1%, -1%);
    }

    100% {
        transform: scale(1) translate(0, 0);
    }
}

/* Hover Interaction Controls */
.t4a-sport-card:hover {
    border-color: #00e5ff;
    box-shadow: 0 0 25px rgba(0, 229, 255, 0.35);
    transform: translateY(-3px);
}

.t4a-sport-card:hover .t4a-card-bg {
    animation-play-state: paused;
    /* Pauses background loop smoothly on hover */
}

/* //////////////////////////////////////////// */
/* SECTION BASE */
.t4a-founders-section {
    background-color: #030812;
    color: #ffffff;
}

/* 1. LEFT IMAGE WRAPPER & BADGE OVERLAY */
.t4a-founders-section .t4a-founders-img-wrapper {
    border-radius: 24px;
    border: 1px solid rgba(0, 229, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    aspect-ratio: 4 / 3;
}

/* Bottom Right Logo Badge Overlay */
.t4a-founders-section .t4a-badge-overlay {
    width: 110px;
    background-color: #ffffff;
    padding: 10px;
    border-top-left-radius: 12px;
    box-shadow: -4px -4px 15px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

/* 2. TEXT TYPOGRAPHY & ACCENTS */
.t4a-founders-section .t4a-sub-tag {
    color: #00e5ff;
    letter-spacing: 2.5px;
    font-size: 11px;
}

.t4a-founders-section .t4a-founders-heading {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.5px;
    font-family: "space-bold";
}

.t4a-founders-section .text-cyan {
    color: #7FDAFF ! important;
}

.t4a-founders-section .t4a-founders-desc {
    color: #8fa0b5 !important;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
}

/* 3. RIGHT VERTICAL TEXT (WHY T4A) */
.t4a-founders-section .t4a-why-vertical-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 7%;
    top: 0;
}

.t4a-founders-section .t4a-why-vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 8px;
    color: transparent;

    /* Dual Axis Gradient Outline */
    background: linear-gradient(180deg,
            rgba(0, 229, 255, 0.15) 0%,
            #00e5ff 60%,
            #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 1.8px transparent;

    /* Outer Soft Cyan Glow */
    filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.5));
    user-select: none;
}

/* RESPONSIVE FINE-TUNING */
@media (max-width: 991.98px) {
    .t4a-founders-section .t4a-founders-heading {
        font-size: 32px;
    }

    .t4a-founders-section .t4a-badge-overlay {
        width: 85px;
        padding: 6px;
    }
}

/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* MASTER SECTION CONTAINER */
.t4a-experience-master-section {
    background-color: #030812;
    color: #ffffff;
    background: #04112F;
    background: linear-gradient(180deg, rgba(4, 17, 47, 0.82) 0%, rgba(2, 8, 25, 0.9) 50%, rgba(2, 8, 25, 1) 84%);
}

.inset-0 {
    inset: 0;
}

.pointer-events-none {
    pointer-events: none;
}

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

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

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

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

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

/* 5 Column Grid Utility for Steps Block */
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/* BACKGROUND ANGLED GEOMETRIC LINES */
.t4a-experience-master-section .t4a-bg-geometric-lines {
    z-index: 1;
    overflow: hidden;
}

.t4a-experience-master-section .t4a-line-strip {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.08) 0%, rgba(3, 8, 18, 0) 70%);
    transform: rotate(-22deg);
    transform-origin: top left;
}

.t4a-experience-master-section .line-1 {
    width: 140vw;
    height: 220px;
    top: -5%;
    left: -20%;
    border-bottom: 1px solid rgba(0, 229, 255, 0.12);
}

.t4a-experience-master-section .line-2 {
    width: 160vw;
    height: 120px;
    top: -8%;
    left: -5%;
    background: linear-gradient(135deg, rgb(0 150 255 / 7%) 0%, rgba(3, 8, 18, 0) 80%);
    border-bottom: 1px solid rgba(0, 229, 255, 0.08);
    transform: rotate(20deg);
    transform-origin: top left;
}

.t4a-step-item {
    text-align: center;
}

.t4a-experience-master-section .line-3 {
    border-top: 1px solid rgba(0, 229, 255, 0.1);
    width: 160vw;
    height: 110px;
    bottom: -8%;
    left: 2%;
    background: linear-gradient(135deg, rgb(0 150 255 / 7%) 0%, rgba(3, 8, 18, 0) 80%);
    border-bottom: 1px solid rgba(0, 229, 255, 0.08);
    transform: rotate(337deg);
    transform-origin: top left;
}

/* HUGE BACKGROUND WATERMARK TEXT */
.t4a-experience-master-section .t4a-bg-watermark-text {
    z-index: 1;
    font-size: 5vw;
    font-weight: 900;
    line-height: 0.8;
    color: transparent;
    user-select: none;
    letter-spacing: -2px;
}

.t4a-experience-master-section .watermark-left {
    position: absolute;
    top: 220px;
    left: 9px;
    -webkit-text-stroke: 1.5px rgba(0, 229, 255, 0.08);
    font-size: 98px;
    font-weight: 900;
    letter-spacing: 14px;
    color: #020f21;
    background: linear-gradient(277deg, #45c8f12e 0%, #45c8f12e 60%, #45c8f138 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 4px #00000000;
    filter: drop-shadow(0 0 12px rgba(0, 186, 175, -0.5));
    text-shadow: 0 0 30px #eaf7ff26;
    font-family: "space-bold";
}

.t4a-experience-master-section .watermark-right {
    position: absolute;
    top: 80px;
    right: -40px;
    -webkit-text-stroke: 1.5px rgba(0, 229, 255, 0.08);
    -webkit-text-stroke: 1.5px rgba(0, 229, 255, 0.08);
    font-size: 98px;
    font-weight: 900;
    letter-spacing: 14px;
    color: #020f21;
    background: linear-gradient(277deg, #45c8f12e 0%, #45c8f12e 60%, #45c8f138 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 4px #00000000;
    filter: drop-shadow(0 0 12px rgba(0, 186, 175, -0.5));
    text-shadow: 0 0 30px #eaf7ff26;
    font-family: "space-bold";
}

/* HEADINGS & TYPOGRAPHY */
.t4a-experience-master-section .t4a-sub-tag {
    color: #00e5ff;
    letter-spacing: 2.5px;
    font-size: 11px;
}

.t4a-main-heading {
    font-size: 52px;
    line-height: 1.12;
    letter-spacing: -0.5px;
    font-family: "space-bold";
}

.t4a-experience-master-section .t4a-glow-cyan {
    color: #ffffff;
    background: linear-gradient(142deg, #f8f9fa, #0dcaf0, #00afff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
}

.t4a-experience-master-section .t4a-section-desc {
    color: #8fa0b5 !important;
    font-size: 15px;
}

.t4a-experience-master-section .text-cyan {
    color: #00e5ff !important;
}

/* BUTTONS */
.t4a-experience-master-section .t4a-btn-outline-pill {
    border: 1px solid rgba(0, 229, 255, 0.3);
    color: #ffffff;
    background: rgba(6, 18, 38, 0.6);
    border-radius: 50px;
    padding: 8px 22px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.t4a-experience-master-section .t4a-btn-outline-pill:hover {
    border-color: #00e5ff;
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
    color: #00e5ff;
}

.t4a-experience-master-section .btn-cyan-sm {
    background-color: #00e5ff;
    color: #030812;
    font-size: 12px;
    border: none;
    transition: background-color 0.3s ease;
    border-radius: 20px !important;
}

h3.t4a-coach-name {
    font-family: "space-bold";
}

.t4a-experience-master-section .btn-cyan-sm:hover {
    background-color: #33ebff;
}

/* BLOCK 1: STEPS TIMELINE */
.t4a-experience-master-section .t4a-steps-timeline-wrapper {
    padding-top: 20px;
}

.t4a-experience-master-section .t4a-connecting-line {
    top: 55px;
    left: 10%;
    right: 10%;
    height: 1px;
    border-top: 2px dashed rgba(0, 229, 255, 0.25);
    z-index: 1;
}

.t4a-experience-master-section .t4a-step-pill {
    width: 72px;
    height: 74px;
    background: #ffffff29;
    border: 1px solid rgba(0, 229, 255, 0.3);
    border-radius: 22px;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.t4a-experience-master-section .t4a-step-item:hover .t4a-step-pill {
    border-color: #00e5ff;
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
}

.t4a-experience-master-section .t4a-step-title {
    font-size: 15px;
}

/* BLOCK 2: FEATURED COACHES */
.t4a-experience-master-section .t4a-coach-card {
    height: 420px;
    border: 1px solid rgba(0, 229, 255, 0.15);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.t4a-experience-master-section .t4a-coach-card-overlay {
    background: linear-gradient(180deg, rgba(3, 8, 18, 0.2) 0%, rgba(3, 8, 18, 0.85) 100%);
}

.t4a-experience-master-section .t4a-badge-verified,
.t4a-experience-master-section .t4a-badge-rating {
    background: #eaf7ff17;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.t4a-experience-master-section .t4a-badge-verified i,
.t4a-experience-master-section .t4a-badge-rating i {
    color: #2DBCFF !important;
}


.t4a-experience-master-section .t4a-coach-info-glass {
    background: #eaf7ff14;
    backdrop-filter: blur(1px);
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-radius: 30px ! important;
}

.t4a-experience-master-section .t4a-sport-category {
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #00e5ff;
    text-transform: uppercase;
}

.t4a-experience-master-section .t4a-coach-card {
    height: 500px;
    border: 1px solid rgba(0, 229, 255, 0.15);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
    border-radius: 30px;
}

/* BLOCK 3: STORIES VIDEO REEL & TESTIMONIALS */
.t4a-experience-master-section .t4a-video-card {
    height: 670px;
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-radius: 20px;
}

.t4a-experience-master-section .t4a-video-overlay {
    background: linear-gradient(180deg, rgba(3, 8, 18, 0.4) 0%, rgba(3, 8, 18, 0.85) 100%);
}

.t4a-experience-master-section .t4a-rec-badge {
    background: rgba(3, 8, 18, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}

.t4a-experience-master-section .rec-dot {
    width: 8px;
    height: 8px;
    background-color: #ff3b30;
    border-radius: 50%;
    box-shadow: 0 0 8px #ff3b30;
}

.t4a-experience-master-section .t4a-play-btn {
    width: 68px;
    height: 68px;
    background: rgb(0 229 255 / 8%);
    backdrop-filter: blur(1px);
    border: 1px solid #00e5ff;
    box-shadow: 0 0 25px rgb(0 229 255 / 30%);
    transition: transform 0.3s ease, background-color 0.3s ease;
    border: 1px solid #ffffff57 ! important;
}

span.t4a-coach-price {
    font-family: "space-bold";
}

.t4a-experience-master-section .t4a-play-btn:hover {
    transform: scale(1.1);
    background: rgba(0, 229, 255, 0.6);
}

.t4a-experience-master-section .t4a-testimonial-card {
    background: rgb(6 18 38 / 7%);
    border: 1px solid rgba(0, 229, 255, 0.12);
    transition: border-color 0.3s ease, transform 0.3s ease;
    border-radius: 20px;
    backdrop-filter: blur(1px);
}

.t4a-experience-master-section .t4a-testimonial-card:hover {
    border-color: rgba(0, 229, 255, 0.4);
    transform: translateX(4px);
}

.t4a-experience-master-section .avatar-img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border: 1px solid #00e5ff;
}

.t4a-experience-master-section .t4a-step-pill span {
    color: #ffffff;
    background: linear-gradient(142deg, #f8f9fa, #eaf7ff, #00afff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
    font-family: var(--secondary-medium-font);
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 991.98px) {
    .t4a-experience-master-section .t4a-connecting-line {
        display: none;
    }

    .t4a-experience-master-section .t4a-main-heading {
        font-size: 32px;
    }

    .t4a-experience-master-section .t4a-video-card {
        height: 400px;
    }
}

/* ////////////////////////////////////////////////////// */
/* CONTAINER & BACKGROUND STYLING */
.t4a-performance-section {
    background-color: #030814;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

/* NEON GLOW CONTAINER */
.t4a-glow-bg {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(100px);
}

.t4a-glow-1 {
    background: radial-gradient(circle, rgba(0, 229, 255, 0.15) 0%, #0dcaf04d 70%);
}

.t4a-glow-bg.t4a-glow-2 {
    right: 760px ! important;
    background: radial-gradient(circle, rgb(0 229 255 / 9%) 0%, #0dcaf029 70%);
    position: absolute;
    top: 60% ! important;
    left: 100% ! important;
}

.text-cyan,
.t4a-highlight,
.t4a-cyan-dot {
    color: #00e5ff !important;
    color: #ffffff;
    background: linear-gradient(142deg, #f8f9fa, #0dcaf0, #00afff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
}

.t4a-badge {
    color: #00e5ff;
    letter-spacing: 2.5px;
    font-size: 11px;
}

/* CARDS STYLING */
.t4a-stat-card,
.t4a-live-badge,
.t4a-main-card {
    background: rgb(11 20 38 / 16%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgb(255 255 255 / 9%) !important;
    box-shadow: 0 10px 30px rgb(0 0 0 / 28%);
    border-radius: 20px;
}

.t4a-metric-box {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* GRAPH STYLING */


.t4a-scout-banner {
    background: rgba(0, 229, 255, 0.04);
    border: 1px solid rgba(0, 229, 255, 0.15);
    margin-top: 20px;
    border-radius: 20px ! important;
}

.t4a-scout-icon {
    width: 36px;
    height: 36px;
    background: rgba(0, 229, 255, 0.12);
}

.t4a-graph-container {
    height: 180px;
    background: #13253cb5;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: visible;
    border-radius: 20px;
}

.t4a-graph-svg {
    height: 100%;
    display: block;
    overflow: visible;
}

/* ACCURATE TOOLTIP POSITIONING */
.t4a-graph-tooltip {
    background: #00e5ff;
    color: #030814;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.5);
    transform: translate(-50%, -120%);
    pointer-events: none;
    z-index: 20;
    white-space: nowrap;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.t4a-graph-tooltip::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #00e5ff transparent transparent transparent;
}

/* CIRCLE HOVER NODES */
.t4a-graph-point-node {
    cursor: pointer;
    transition: r 0.2s ease, fill 0.2s ease;
}

.t4a-graph-point-node:hover {
    r: 7;
    fill: #ffffff;
    filter: drop-shadow(0px 0px 6px #00e5ff);
}

.t4a-report-title {
    font-family: "space-bold";
}

.t4a-metric-val {
    font-family: "space-bold";
}

/* UTILITIES */
.fs-7 {
    font-size: 1rem;
}

.fs-8 {
    font-size: 1rem;
}

.t4a-performance-section .t4a-stat-num1 {

    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(91deg, #f8f9fa, #0dcaf0, #00afff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
    font-family: "space-bold";
    font-size: 40px;
}

@media (max-width: 576px) {
    .t4a-graph-container {
        height: 140px;
    }
}

/* //////////////////////// */
/* ==========================================================================
   RECRUITING PARENT SECTION STYLES
   ========================================================================== */

.recruiting {
    background-color: #030712;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #94a3b8;
}

.wrapper-rantangular {
    position: absolute;
    right: 0;
    top: -220px;
    width: 280px;
}

.wrapper-rantangular1 {
    position: absolute;
    bottom: -600px;
    z-index: 11;
}

/* SECTION CENTER RADIAL GLOW */
.recruiting-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    height: 480px;
    background: radial-gradient(circle,
            rgba(56, 189, 248, 0.22) 0%,
            rgba(0, 229, 255, 0.08) 40%,
            rgba(14, 165, 233, 0.02) 70%,
            transparent 85%);
    border-radius: 50%;
    filter: blur(85px);
    pointer-events: none;
    z-index: 0;
}

/* HEADER ELEMENTS */
.recruiting-tag {
    color: #00e5ff;
    letter-spacing: 2.5px;
    font-size: 11px;
}

.recruiting-accent {
    color: #00e5ff !important;
    background: linear-gradient(142deg, #f8f9fa, #fff, #00afff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
}

.recruiting-title {
    font-size: 52px;
    line-height: 1.12;
    letter-spacing: -0.5px;
    font-family: "space-bold";
}

.recruiting-athlete-name {
    font-family: "space-bold";
}

.recruiting-subtitle {
    font-size: 1.1rem;
    color: #94a3b8;
    max-width: 580px;
}

/* MAIN CARD CONTAINER STYLES */
.recruiting-profile-card,
.recruiting-feed-card {
    background: rgba(10, 19, 35, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.recruiting-profile-card:hover,
.recruiting-feed-card:hover {
    border-color: rgba(56, 189, 248, 0.25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(56, 189, 248, 0.1);
}

/* ATHLETE PROFILE DETAILS */
.recruiting-avatar {
    width: 90px;
    height: 90px;
    border: 3px solid #245069;
    border-radius: 20px ! important;
    border-color: rgba(56, 189, 248, 0.4);
}

.recruiting-meta-sub {
    color: #38bdf8;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
}

.recruiting-pill {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 50px;
}

.recruiting-pill-verified {
    background: rgba(56, 189, 248, 0.15);
    border-color: rgba(56, 189, 248, 0.4);
    color: #38bdf8;
    font-weight: 600;
}

/* STATS GRID */
.recruiting-stat-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.2s ease, background-color 0.2s ease;
    border-radius: 20px ! important;
}

.recruiting-stat-box:hover {
    background: rgba(56, 189, 248, 0.08);
    transform: translateY(-2px);
}

.recruiting-stat-val {
    font-size: 1.15rem;
}

.recruiting-stat-lbl {
    font-size: 0.65rem;
    color: #64748b;
    letter-spacing: 0.05em;
}

/* OFFERS */
.recruiting-offers-title {
    font-size: 0.7rem;
    color: #64748b;
    letter-spacing: 0.08em;
}

.recruiting-offer-chip {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
    font-size: 0.85rem;
    transition: all 0.25s ease;
    border-radius: 50px ! important;
    padding: 10px 20px ! important;
}

.recruiting-offer-chip:hover {
    border-color: rgba(56, 189, 248, 0.3);
    background: rgba(56, 189, 248, 0.08);
}

.recruiting-chip-icon {
    color: #38bdf8;
}

/* LIVE FEED BADGE */
.recruiting-live-badge {
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.3);
    color: #38bdf8;
    font-size: 0.75rem;
    padding: 4px 10px;
}

.recruiting-live-pulse {
    width: 6px;
    height: 6px;
    background-color: #38bdf8;
    border-radius: 50%;
    box-shadow: 0 0 8px #38bdf8;
    animation: recruitingPulse 1.5s infinite;
}

@keyframes recruitingPulse {
    0% {
        opacity: 0.4;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0.4;
        transform: scale(0.9);
    }
}

/* RECRUITING FEED ITEMS */
.recruiting-feed-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    border-radius: 20px !important;
}

.recruiting-feed-item:hover {
    background: rgba(56, 189, 248, 0.06);
    border-color: rgba(56, 189, 248, 0.2);
    transform: translateX(4px);
}

.recruiting-feed-icon {
    width: 36px;
    height: 36px;
    background: rgba(56, 189, 248, 0.1);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.2);
}

.recruiting-item-title {
    font-size: 0.9rem;
    font-weight: 600;
}

.recruiting-item-sub {
    font-size: 0.75rem;
    color: #64748b;
}

.recruiting-item-time {
    font-size: 0.75rem;
    color: #64748b;
}

/* ==========================================================================
   INSIGHTS PARENT SECTION STYLES
   ========================================================================== */

.insights {
    background-color: #030712;
    min-height: 80vh;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #94a3b8;
}

.insights-title {
    font-size: 52px;
    line-height: 1.12;
    letter-spacing: -0.5px;
    font-family: "space-bold";
}

/* SECTION CENTER RADIAL GLOW */
.insights-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 450px;
    background: radial-gradient(circle,
            rgba(56, 189, 248, 0.18) 0%,
            rgba(0, 229, 255, 0.06) 40%,
            rgba(14, 165, 233, 0.01) 75%,
            transparent 85%);
    border-radius: 50%;
    filter: blur(85px);
    pointer-events: none;
    z-index: 0;
}

/* HEADER TYPOGRAPHY & LINKS */
.insights-tag {
    color: #00e5ff;
    letter-spacing: 2.5px;
    font-size: 11px;
}

.insights-accent {
    color: #00e5ff !important;
    background: linear-gradient(142deg, #f8f9fa, #0dcaf0, #00afff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
}

.insights-link {
    color: #38bdf8;
    font-size: 0.95rem;
    transition: color 0.25s ease;
}

.insights-link:hover {
    color: #7dd3fc;
}

.insights-arrow {
    transition: transform 0.25s ease;
}

.insights-link:hover .insights-arrow {
    transform: translateX(4px);
}

/* LEFT FEATURED CARD */
.insights-featured-card {
    min-height: 530px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
    border-radius: 20px;
}

.insights-featured-img {
    top: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.insights-featured-overlay {
    top: 0;
    left: 0;
    background: linear-gradient(180deg,
            rgba(3, 7, 18, 0.1) 0%,
            rgba(3, 7, 18, 0.6) 50%,
            rgba(3, 7, 18, 0.95) 100%);
}

.insights-featured-card:hover .insights-featured-img {
    transform: scale(1.05);
}

.insights-featured-card:hover {
    border-color: rgba(56, 189, 248, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(56, 189, 248, 0.15);
}

.insights-badge {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #e2e8f0;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    border-radius: 40px ! important;
}

.insights-featured-title {
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    line-height: 1.3;
    font-family: "space-bold";
}

.insights-meta {
    color: #94a3b8;
}

/* RIGHT ITEM CARDS */
.insights-item-card {
    background: rgba(10, 19, 35, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
}

.insights-item-card:hover {
    transform: translateX(6px);
    background: rgba(15, 28, 50, 0.85);
    border-color: rgba(56, 189, 248, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(56, 189, 248, 0.08);
}

.insights-category {
    color: #38bdf8;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
}

.insights-item-title {
    font-size: 1.05rem;
    line-height: 1.4;
    transition: color 0.25s ease;
    font-weight: 700;
}

.insights-item-card:hover .insights-item-title {
    color: #38bdf8 !important;
}

.insights-item-time {
    color: #64748b;
    font-size: 0.75rem;
}

/* asda */
/* ==========================================================================
   UPCOMING CAMPS PARENT SECTION STYLES
   ========================================================================== */

.upcoming-camps {
    background-color: #030712;
    color: #94a3b8;
}

/* SECTION CENTER RADIAL GLOW */
.camps-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    height: 480px;
    background: radial-gradient(circle,
            rgba(56, 189, 248, 0.2) 0%,
            rgba(0, 229, 255, 0.07) 40%,
            rgba(14, 165, 233, 0.01) 75%,
            transparent 85%);
    border-radius: 50%;
    filter: blur(85px);
    pointer-events: none;
    z-index: 0;
}

/* HEADER ELEMENTS */
.camps-tag {
    color: #00e5ff;
    letter-spacing: 2.5px;
    font-size: 11px;
}

h2.camps-title {
    font-size: 52px;
    line-height: 1.12;
    letter-spacing: -0.5px;
    font-family: "space-bold";
}

.camps-accent {
    color: #00e5ff !important;
    background: linear-gradient(142deg, #f8f9fa, #0dcaf0, #00afff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
}

/* NAVIGATION ARROW BUTTONS */
.camps-nav-btn {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #cbd5e1;
    transition: all 0.25s ease;
}

.camps-nav-btn:hover {
    background: rgba(56, 189, 248, 0.15);
    border-color: rgba(56, 189, 248, 0.4) !important;
    color: #38bdf8;
    transform: scale(1.05);
}

/* SLIDER HORIZONTAL SCROLL HIDE BAR */
.camps-slider-container {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.camps-slider-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

/* CAMP CARDS */
.camps-card {
    min-height: 410px;
    background: #0a1323;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
    border-radius: 30px;
}

span.camps-price {
    font-family: "space-bold";
}

.camps-card-img {
    top: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.camps-card-overlay {
    top: 0;
    left: 0;
    background: linear-gradient(180deg,
            rgba(3, 7, 18, 0.4) 0%,
            rgba(3, 7, 18, 0.2) 40%,
            rgba(3, 7, 18, 0.95) 100%);
}

.camps-card:hover .camps-card-img {
    transform: scale(1.08);
}

.camps-card:hover {
    transform: translateY(-6px);
    border-color: rgba(56, 189, 248, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(56, 189, 248, 0.12);
}

/* BADGES */
.camps-sport-badge {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    font-size: 0.65rem;
    letter-spacing: 0.05em;
    border-radius: 30px ! important;
}

.camps-spots-badge {
    background: rgb(56 189 248 / 22%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #38bdf8;
    font-size: 0.65rem;
    letter-spacing: 0.05em;
    border-radius: 30px ! important;
}

/* BUTTONS & PRICE */
.camps-reserve-btn {
    font-size: 0.8rem;
    padding: 6px 16px !important;
    transition: all 0.25s ease;
    background: #fff;
}

.camps-card-title {
    font-family: "space-bold";
}

p.camps-card-sub {
    color: #F3FAFF !important;
}

.camps-reserve-btn:hover {
    background-color: #38bdf8 !important;
    color: #030712 !important;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.5);
}

/* ==========================================================================
   CTA HERO BANNER STYLES
   ========================================================================== */

.cta-banner {
    background-color: #030712;
    min-height: 80vh;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* OUTSIDE AMBIENT GLOW */
.cta-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 500px;
    background: radial-gradient(circle,
            rgba(56, 189, 248, 0.18) 0%,
            rgba(0, 229, 255, 0.05) 45%,
            transparent 80%);
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 0;
}

/* MAIN CARD CONTAINER */
.cta-card {
    min-height: 600px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
}

.cta-card-bg {
    top: 0;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-card:hover .cta-card-bg {
    transform: scale(1.03);
}

/* DARK RADIAL GRADIENT OVERLAY */
.cta-overlay {
    top: 0;
    left: 0;
    /* background: radial-gradient(circle at center, rgba(3, 7, 18, 0.45) 0%, rgb(3 7 18 / 0%) 60%, rgb(3 7 18 / 10%) 100%), linear-gradient(180deg, rgb(3 7 18 / 0%) 0%, rgba(3, 7, 18, 0.7) 100%); */
}

/* PILL BADGE */
.cta-pill {
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #cbd5e1;
}

.cta-pill-dot {
    width: 6px;
    height: 6px;
    background-color: #38bdf8;
    box-shadow: 0 0 8px #38bdf8;
}

/* TYPOGRAPHY */
.cta-title {
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-weight: 700;
    font-size: 90px;
}

.cta-accent {
    color: #38bdf8;
    text-shadow: 0 0 25px rgba(56, 189, 248, 0.35);
}

.cta-description {
    max-width: 580px;
    color: #94a3b8 !important;
}

/* BUTTONS */
.cta-btn-primary {
    background-color: #00e5ff;
    color: #030712;
    border: none;
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.4);
    transition: all 0.3s ease;
    font-family: var(--primary-regular-font) ! important;
    padding: 15px 26px ! important;
}

.cta-btn-primary:hover {
    background-color: #38bdf8;
    color: #030712;
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.6);
    transform: translateY(-2px);
}

.cta-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    padding: 15px 26px ! important;
    font-family: var(--primary-regular-font) ! important;
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* ==========================================================================
   MARQUEE TICKER STYLES
   ========================================================================== */

.marquee-ticker {
    background-color: #030712;
    border-top: 1px solid rgb(255 255 255 / 24%);
    border-bottom: 1px solid rgb(255 255 255 / 32%);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    opacity: 0.5;
}

/* Slick Slider Track Smooth Continuous Infinite Scroll Fix */
.marquee-ticker .slick-track {
    display: flex !important;
    align-items: center;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.marquee-ticker .slick-slide {
    height: auto;
    outline: none !important;
}

.marquee-item {
    padding: 0 35px;
    white-space: nowrap;
    text-align: center;
}

.marquee-text {
    color: #475569;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: color 0.3s ease;
    user-select: none;
    font-family: "space-bold";
}

/* Alternating Cyan Highlighted Text */
.marquee-text.marquee-highlight {
    color: #38bdf8;
    font-family: "space-bold";
}

.marquee-item:hover .marquee-text {
    color: #ffffff;
    font-family: "space-bold";
}



@media (max-width: 1367px) {
    .t4a-athlete-pill-wrapper img {
        width: 70%;
    }

    .t4a-athlete-pill-wrapper {

        left: 20px;
        top: -30px;
    }

    .t4a-founders-section .t4a-why-vertical-wrapper {
        right: 10px;
    }

    .t4a-why-vertical-wrapper img {
        width: 70%;
    }

    .t4a-athlete-wrapper-about {
        left: 10px !important;
    }

    .t4a-athlete-wrapper-about img {
        width: 70% !important;
    }

    .t4a-athlete-wrapper-about2 {

        left: 10px !important;

    }

    .t4a-athlete-wrapper-about2 img {
        width: 70% !important;
    }

    .t4a-athlete-wrapper-about1 img {
        width: 70% !important;
    }

    .t4a-watermark-logo.position-absolute.top-0.end-0.pe-4.pt-4 img {
        width: 70%;
    }

    .t4a-watermark-logo {
        right: -140px ! important;
    }

    .t4a-athlete-wrapper-about1 {
        right: 20px;
    }
}