    body {
       font-family: "Poppins", sans-serif;
       font-size: 14px;
       line-height: 25px;

    }

    body:not(body.home-page):after {
       content: "";
       display: block;
       font-family: "Poppins", sans-serif;
       font-size: 14px;
       line-height: 25px;
       background: url('../images/pattern.png') !important;
       background-repeat: no-repeat !important;
       background-position: right bottom;
       background-size: contain !important;
       position: fixed;
       bottom: 0;
       width: 500px;
       height: 450px;
       right: -10%;
       z-index: -1;
       opacity: .2;
       rotate: 15deg;
    }

    .pattern {
       background: url('../images/pattern.png') no-repeat;
       width: 40%;
       background-size: contain;
       aspect-ratio: 1;
       position: absolute;
       opacity: .1;
       right: 0%;
       top: 0%;
       z-index: -1;
    }

    a.navbar-brand>img {
       height: 70px;
    }

    .navbar .nav-link {
       color: #333
    }

    .navbar .nav-link:hover {
       color: #0d6efd
    }

    .hero-feature {
       position: relative;
       min-height: 640px !important;
       display: flex !important;
       align-items: flex-end;
       justify-content: flex-start;
       overflow: hidden;
       border-radius: 18px;
    }

    .hero-feature::before {
       content: "";
       background: rgba(0, 0, 0, 0.3);
       position: absolute;
       height: 100%;
       width: 100%;
       left: 0;
    }

    .hero-slider {
       position: relative;
       border-radius: 20px;
       overflow: hidden;
    }

    .slider-main {
       position: relative;
       border-radius: 20px;
    }

    .slider-main .slide {
       position: relative;
       min-height: 500px;
       display: flex !important;
       align-items: flex-end;
       padding: 60px;
       color: #fff;
       border-radius: 20px;
    }

    .slider-main .slide::before {
       content: '';
       position: absolute;
       inset: 0;
       background: linear-gradient(135deg, rgba(0, 255, 174, 0.3), rgba(76, 0, 255, 0.3));
       z-index: 0;
    }

    .slider-main .slide-content {
       position: relative;
       z-index: 1;
       max-width: 600px;
    }

    .badge-dark {
       background: rgba(255, 255, 255, 0.2);
       padding: 6px 14px;
       border-radius: 20px;
       font-size: 0.8rem;
       font-weight: 600;
    }

    .slide h2 {
       font-weight: 800;
       margin: 16px 0;
       font-size: 3rem;
       text-transform: uppercase;
       text-shadow: 4px 3px 9px rgba(0, 0, 0, 0.5);
    }

    .slide .btn {
       background: transparent;
       border: 2px solid #fff;
       color: #fff;
       border-radius: 30px;
       padding: 10px 24px;
       font-weight: 600;
    }

    .slide .btn:hover {
       background: #fff;
       color: #000;
    }

    .slider-thumbs {
       position: absolute !important;
       right: 20px;
       bottom: 20px;
       z-index: 2;
       left: auto;
       width: 130px;
    }


    .slider-thumbs .slick-slide {
       margin: 8px 0;
    }

    .slider-thumbs img {
       width: 120px;
       height: 80px;
       object-fit: cover;
       border-radius: 10px;
       cursor: pointer;
       border: 3px solid transparent;
       transition: all 0.3s ease;
    }

    .slider-thumbs .slick-current img {
       border-color: #00ffae;
       transform: scale(1.05);
    }

    .gradient-bg {
       background: linear-gradient(135deg, #00ffae, #4c00ff);
       /* padding: 4px; */
       border-radius: 24px;
    }



    .hero-copy {
       position: relative;
       z-index: 1;
       max-width: 700px;
       padding: 60px;
       color: #fff;
    }

    .hero-badge {
       display: inline-block;
       background: rgba(255, 255, 255, .2);
       border-radius: 20px;
       padding: .35rem .6rem;
       font-weight: 600;
       font-size: .8rem;
       margin-bottom: .8rem;
    }

    .hero-title {
       font-weight: 800;
       line-height: 1.1;
       margin-bottom: 1rem;
    }

    .hero-cta {
       display: inline-flex;
       align-items: center;
       gap: .5rem;
       border: 2px solid rgba(255, 255, 255, .4);
       color: #fff;
    }

    .hero-cta:hover {
       background: #fff;
       color: #000;
    }

    .section {
       padding: 64px 0
    }



    .tab-pills .btn {
       border-radius: 30px;
       padding: .3em 1.6em;
    }


    /* match list */

    /* Card look */
    .event-card {
       border: 1px solid rgba(0, 0, 0, .08);
       border-radius: 16px;
       background: #fff;
       overflow: hidden;
       transition: .2s;
       margin-bottom: 30px;
    }

    .event-card:hover {
       transform: translateY(-2px);
       box-shadow: 0 10px 22px rgba(0, 0, 0, .08)
    }

    .event-media {
       position: relative;
       aspect-ratio: 16/9;
       background: #f3f4f6
    }

    .event-media img {
       width: 100%;
       height: 100%;
       object-fit: cover;
       display: block
    }

    .event-tag {
       position: absolute;
       top: .6rem;
       left: .6rem;
       background: #ffffff;
       padding: 0em .6em;
       border-radius: .5rem;
       font-weight: 700;
       font-size: .8em;
       display: inline-block;
       box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
    }

    .event-badge {
       position: absolute;
       top: .6rem;
       right: .6rem;
       width: 34px;
       height: 34px;
       border-radius: 50%;
       background: #fff;
       box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
       display: grid;
       place-items: center;
       overflow: hidden
    }

    .event-dates {
       font-weight: 800;
       letter-spacing: .4px;
       font-size: 1.05rem;
       margin-bottom: .25rem
    }

    .event-title {
       font-weight: 800;
       margin: 0 0 .25rem;
       font-size: 1rem;
       line-height: 1.25;
       white-space: nowrap;
       text-overflow: ellipsis;
       overflow: hidden;
    }

    .event-loc {
       color: #6b7280;
       margin-bottom: .5rem
    }

    .status-pill {
       display: inline-flex;
       align-items: center;
       gap: .4rem;
       background: #f6f7f9;
       border-radius: 999px;
       padding: .32rem .6rem;
       font-weight: 700;
       font-size: .85rem
    }

    .status-dot {
       width: .5rem;
       height: .5rem;
       border-radius: 50%
    }

    .status-ongoing .status-dot {
       background: #ef4444
    }

    .status-upcoming .status-dot {
       background: #9ca3af
    }

    /* Slick container spacing */
    .events-slider .slick-slide {
       padding: .5rem
    }

    .events-slider .slick-track {
       display: flex
    }

    .events-slider .slick-slide>div {
       height: 100%
    }

    /* --- Custom arrows --- */
    .events-wrap {
       position: relative
    }

    .slick-arrow {
       position: absolute;
       top: 38%;
       transform: translateY(-50%);
       width: 40px;
       height: 40px;
       border: 0;
       border-radius: 999px;
       background: #fff;
       box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
       z-index: 2;
       display: grid;
       place-items: center;
       cursor: pointer;
       transition: box-shadow .2s, transform .2s
    }

    .slick-prev {
       left: -14px
    }

    .slick-next {
       right: -14px
    }

    .slick-arrow:hover {
       box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
       transform: translateY(-50%) scale(1.03)
    }

    .slick-arrow svg {
       width: 20px;
       height: 20px
    }

    /* --- Dots (no ugly bullets) --- */
    .slick-dots {
       list-style: none;
       display: flex;
       gap: .5rem;
       justify-content: center;
       margin: 10px 0 0;
       padding: 0
    }

    .slick-dots li {
       margin: 0;
       padding: 0
    }

    .slick-dots button {
       width: 8px;
       height: 8px;
       border-radius: 999px;
       border: 0;
       background: #d1d5db;
       text-indent: -9999px;
       overflow: hidden;
       cursor: pointer
    }

    .slick-dots .slick-active button {
       width: 26px;
       border-radius: 999px;
       background: #111827
    }

    .slick-slide:focus {
       outline: none
    }



    .trail_container {
       display: flex;
       height: 100vh;
       overflow: hidden;
    }

    .trail_panel {
       position: relative;
       flex: 1;
       background-size: cover;
       background-position: center;
       transition: all 0.6s ease;
       display: flex;
       align-items: center;
       justify-content: center;
       color: #fff;
       text-transform: uppercase;
       font-weight: 700;
       cursor: pointer;
    }

    .trail_panel::before {
       content: "";
       position: absolute;
       inset: 0;
       background-color: rgba(0, 0, 0, 0.3);
       transition: background-color 0.4s ease;
    }

    .trail_panel:hover::before {
       background-color: rgba(0, 0, 0, 0.1);
    }

    .trail_panel:hover {
       flex: 2;
    }

    .trail_title {
       position: relative;
       z-index: 2;
       font-size: 1.3rem;
       letter-spacing: 1px;
    }

    .trail_btn {
       position: relative;
       z-index: 2;
       background: transparent;
       border: 2px solid #fff;
       color: #fff;
       padding: 10px 20px;
       margin-top: 20px;
       text-transform: uppercase;
       font-weight: 600;
       font-size: 0.9rem;
       cursor: pointer;
       transition: all 0.3s ease;
       transform: translate(0px, -60px);
       opacity: 0;
    }

    .trail_btn:hover {
       background-color: #fff;
       color: #000;
    }

    .trail_panel-center {}


    .trail_panel-center .trail_title {
       font-size: 1.5rem;
    }

    .trail_panel-center:hover::before {
       background-color: rgba(235, 90, 33, 0.9);
    }

    .trail_panel-center:hover .trail_btn {
       transform: translate(0px, 0px);
       opacity: 1;
    }


    /* match card */
    .match_dense .card-body {
       padding: .6rem
    }

    .match_dense .match_header {
       font-size: .95rem;
       font-weight: 700
    }

    .match_dense .match_timer {
       font-size: .8rem;
       color: #6c757d;
       font-variant-numeric: tabular-nums
    }

    .match_dense .match_row {
       padding: .35rem 0;
       border-top: 1px dashed rgba(173, 173, 173, 0.5);
       align-items: center;
    }

    .match_dense .match_avatar {
       width: 28px;
       height: 28px;
       border-radius: 50%;
       background: #d8ebff !important;
       display: flex;
       align-items: center;
       justify-content: center;
       font-weight: 700;
       font-size: .8rem;
    }

    .match_dense .match_flag>img {
       height: 20px !important;
       width: 20px !important;
       /* margin-top: -10px; */
    }

    .match_dense .match_name {
       font-size: .92rem;
       line-height: 1.1;
       font-weight: 700
    }

    .match_dense .match_seed {
       font-size: .84rem;
       color: #6c757d
    }

    .match_dense .match_won {
       color: #16a34a
    }

    .match_dense .score_grid {
       display: grid;
       grid-template-columns: repeat(3, minmax(2ch, auto));
       gap: .15rem;
       justify-content: end;
       font-variant-numeric: tabular-nums
    }

    .match_dense .score_cell {
       min-width: 2ch;
       text-align: right;
       font-size: .95rem
    }

    .match_dense .score_lead {
       font-weight: 800
    }

    .match_dense .match_meta {
       font-size: .8rem;
       color: #6c757d;
       line-height: 15px;
    }

    .match_dense .match_btns .btn {
       padding: .15rem .45rem;
       font-size: .8rem
    }

    .match_theme--live {
       border-left: 6px solid #ef4444;
       background: linear-gradient(135deg, #fff 0%, #fff6f6 100%)
    }

    .match_theme--next {
       border-left: 6px solid #0ea5e9;
       background: linear-gradient(135deg, #fff 0%, #f0f9ff 100%)
    }

    .match_theme--final {
       border-left: 6px solid #10b981;
       background: linear-gradient(135deg, #fff 0%, #edfff7 100%)
    }

    .match_topbar {
       gap: .5rem
    }

    .match_badges .badge {
       font-weight: 700;
       letter-spacing: .2px
    }

    .match_pulse {
       display: inline-block;
       width: .45rem;
       height: .45rem;
       border-radius: 50%;
       background: #ffffff;
       margin-right: .35rem;
       box-shadow: 0 0 0 0 rgba(72, 21, 21, 0.7);
       animation: match_pulse 1.5s infinite
    }

    @keyframes match_pulse {
       0% {
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7)
       }

       70% {
          box-shadow: 0 0 0 .5rem rgba(255, 91, 91, 0)
       }

       100% {
          box-shadow: 0 0 0 0 rgba(255, 91, 91, 0)
       }
    }


    /* ===== Section styling ===== */
    .match_section {
       background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    .match_section .container-fluid {
       max-width: 1320px
    }

    .match_title {
       letter-spacing: .06em
    }

    .match_intro {
       max-width: 880px;
       margin-inline: auto;
       color: #5b6675
    }

    /* ===== Accordion polish ===== */
    .match_accordion .accordion-button {
       /* padding: 1rem 1.1rem; */
       font-weight: 700;
       border: 0;
       background: linear-gradient(90deg, #f4f8ff 0%, #ffffff 100%);
       border-bottom: 1px solid #0d6efd2e;
    }

    .match_accordion .accordion-button {
       padding: 1rem 1.1rem;
       font-weight: 700;
       border: 0;
       background: linear-gradient(90deg, #f4f8ff 0%, #ffffff 100%);
    }

    .match_accordion .accordion-button:not(.collapsed) {
       box-shadow: inset 0 -1px 0 #eef1f4;
       background: #f6f9ff
    }

    .match_accordion .accordion-button:focus {
       box-shadow: none
    }

    .match_count.badge {
       margin-left: .5rem;
       border-radius: 999px;
       padding: .4rem .65rem;
       background: #e7f0ff;
       color: #175cd3;
       font-weight: 800
    }


    /* factsheet timeline start */
    .customTimeline .timeline::before,
    .customTimeline .timeline::after {
       display: none;
    }

    .customTimeline .timeline {
       position: relative;
       padding-left: 40px;
    }

    .customTimeline .timeline-item {
       position: relative;
       padding: 7px 0;
       width: 100%;
    }

    .customTimeline .timeline-item::before {
       content: "";
       position: absolute;
       top: 26px;
       left: -27px;
       width: 2px;
       height: 100%;
       background-color: rgb(132, 132, 132);
    }

    .customTimeline .timeline-item:last-child::before {
       height: 0;
    }

    .customTimeline .timeline-icon {
       position: absolute;
       left: -40px;
       width: 30px;
       height: 30px;
       background-color: white;
       border: 2px solid #6c757d;
       /* Grey border for inactive */
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: #6c757d;
       /* Grey icon color for inactive */
       font-size: 14px;
    }

    .customTimeline .timeline-item.active .timeline-icon {
       background-color: #054a8b;
       /* Blue background for active */
       border: 2px solid #054a8b;
       /* Blue border for active */
       color: white;
       /* White icon color for active */
    }

    .customTimeline .timeline-text {
       margin-left: 20px;
    }

    .end-highlight {
       background-color: #ad0000;
       color: white;
       display: block;
       border-radius: 20px;
       padding: 5px 15px;
       width: 100%;
    }

    .timeline-item.active {
       background-color: #054a8b;
       color: white;
       border-radius: 20px;
       padding: 10px;
    }

    .timeline-item.active .end-highlight {
       background-color: #ad0000;
    }

    .logoHolder {
       background: white;
       padding: 5px;
       border-radius: 10px;
    }

    .top-banner:after {
       content: "";
       position: absolute;
       height: 100%;
       width: 40%;
       background: url('../images/pattern.png') no-repeat;
       top: 0;
       left: 0;
       background-size: cover;
       z-index: 0;
    }

    .top-banner:before {
       height: 100%;
       width: 100%;
       position: absolute;
       background: rgba(0, 0, 0, 0.5);
       content: "";
       top: 0;
       left: 0;
       z-index: 1;
    }

    .top-banner {
       background-image: url("https://img.freepik.com/free-photo/view-tennis-racket-hitting-ball_23-2151378486.jpg");
       background-position: top left;
       background-repeat: no-repeat;
       background-size: cover;
       margin-bottom: -120px;
       padding-bottom: 150px;
       padding-top: 30px;
    }

    .top-banner>.container {
       position: relative;
       z-index: 1;
    }

    .bg-purple {
       background-color: #9a30bb;
    }

    .modern-tabs {
       border-bottom: 0px !important;
       background: #0000008f;
       margin-bottom: 15px !important;
       border-radius: 7px;
    }

    .z-10 {
       z-index: 10 !important;
    }


    .oop_row small.vs {
       height: 20px;
       width: 20px;
       background: #2b80ff;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
       font-weight: bold;
       border-radius: 10px;
    }

    .courtInfo {
       background: #eef5ff;
       padding: 10px;
       border-radius: 9px;
       /* text-align: center; */
    }

    .card-header:before {
       content: "";
       display: block;
       height: 15px;
       width: 30px;
       background: linear-gradient(90deg,
             /* Blue */
             #004C97 0%, #004C97 14.2857%,
             /* White */
             #FFFFFF 14.2857%, #FFFFFF 28.5714%,
             /* Cyan */
             #00B5E2 28.5714%, #00B5E2 42.8571%,
             /* White */
             #FFFFFF 42.8571%, #FFFFFF 57.1428%,
             /* Gold */
             #FFD100 57.1428%, #FFD100 71.4285%,
             /* White */
             #FFFFFF 71.4285%, #FFFFFF 85.7142%,
             /* Red */
             #E4002B 85.7142%, #E4002B 100%);

       transform: skew(25deg, 0deg);
       margin-right: 12px;
    }

    /* .card-header:after {
       content: "";
       display: block;
       height: 2px;
       width: 50px;
       background:#E4002B;
       position: absolute;
       bottom: 0;
    } */

    .card-header {
       background: white !important;
       position: relative;
       border-bottom: 1px solid #ddd !important;
    }

    /* ============================= */
    /* RESPONSIVE */
    /* ============================= */

    @media (max-width: 768px) {
       .trail_container {
          flex-direction: column;
          height: auto;
       }

       .trail_panel {
          height: 60vh;
       }

       .trail_panel:hover {
          flex: 1;
       }
    }