﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.card-img-top {
    height: 271px;
    object-fit: cover;
}

/* ===================================
   NAVIGATION MENU STYLES
   =================================== */

/* Main navigation links */
.navbar .nav-link {
    color: #ffffff !important;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    transition: color 0.3s ease;
}

/* Spacing between main menu items only (not user menu) */
.navbar-collapse .navbar-nav:not(.user-menu) .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Remove ALL default Bootstrap dropdown indicators */
.navbar .dropdown-toggle::after {
    content: none !important;
    display: none !important;
    border: none !important;
}

/* Lime green underline - for ALL nav links using ::before */
.navbar .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #C1DA22;
    transition: width 0.3s ease-in-out;
}

/* Show animated underline on hover */
.navbar .nav-link:hover::before,
.navbar .nav-link:focus::before {
    width: 100%;
}

/* For active page (non-dropdown links only) */
.navbar .nav-link.active:not(.dropdown-toggle)::before {
    width: 100%;
}

/* Dropdown arrow setup */
.navbar .dropdown-toggle {
    position: relative;
    padding-right: 1.5rem; /* Increased from 1.2rem to give more room */
}

/* Create arrow using Unicode character */
.navbar .dropdown-toggle::after {
    content: '▼' !important;
    display: inline-block !important;
    font-size: 0.7rem;
    color: #ffffff;
    border: none !important;
    vertical-align: middle;
    transition: transform 0.3s ease, color 0.3s ease;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateY(2px) translateX(8px); /* Move right 8px and down 2px */
}

/* Rotate and change color when open */
.navbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: translateY(-50%) translateY(2px) translateX(8px) rotate(180deg) !important; /* Keep position when rotated */
    color: #C1DA22 !important;
}

/* Make sure dropdown toggle underline doesn't go under the arrow */
.navbar .dropdown-toggle:hover::before,
.navbar .dropdown-toggle:focus::before {
    width: 100%;
}

/* Dropdown menu items */
.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    position: relative;
    padding: 10px 20px;
    transition: background-color 0.3s ease, padding-left 0.3s ease;
}

/* Lime green underline for dropdown items */
.dropdown-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 2px;
    background-color: #C1DA22;
    transition: width 0.3s ease;
}

.dropdown-item:hover::after,
.dropdown-item:focus::after,
.dropdown-item.active::after {
    width: calc(100% - 40px);
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(193, 218, 34, 0.1);
    padding-left: 25px;
}

/* Active state for current page */
.navbar .nav-link.active {
    font-weight: 600;
}

.bg-lime {
    background: #C1DA22 !important;
}

.btn-outline-lime {
    background-color: #C1DA22;
    color: #ffffff;
    border-color: #C1DA22;
    transition: all 0.3s ease;
}

    .btn-outline-lime:hover,
    .btn-outline-lime:focus {
        background-color: #ffffff;
        color: #C1DA22;
        border-color: #C1DA22;
    }


.btn-light-lime {
    background-color: #C1DA22;
    color: #ffffff;
    border: 2px solid #C1DA22;
    transition: all 0.3s ease;
}

    .btn-light-lime:hover,
    .btn-light-lime:focus {
        background-color: #ffffff;
        color: #C1DA22;
        border-color: #C1DA22;
    }

.hero-slider {
    background-image: url('/images/slider/1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
}


.sponsor-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sponsor-track {
    display: flex;
    animation: scrollLoop 80s linear infinite;
    width: max-content;
}

.sponsor-item {
    flex: 0 0 auto;
    padding: 0 4em;
}

    .sponsor-item img {
        height: 80px;
        display: block;
        object-fit: contain;
    }

/* Infinite seamless scroll */
@keyframes scrollLoop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Optional pause on hover */
.sponsor-track:hover {
    animation-play-state: paused;
}




/*
    *****************************************
*/



/*
* Thumbnails
*/
.thumbnail-classic {
    position: relative;
    text-align: center;
}

.thumbnail-classic-figure {
    display: block;
}

    .thumbnail-classic-figure img {
        width: 100%;
    }

.thumbnail-classic-caption {
    padding: 15px;
    background: #f9faf9;
}

.thumbnail-classic-title {
    font-weight: 700;
    letter-spacing: -0.04em;
}

.thumbnail-classic-tag,
.thumbnail-classic-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
    color: #0a3859;
}

.thumbnail-classic-price {
    font-weight: 700;
    letter-spacing: 0;
}

.thumbnail-classic-tag {
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.thumbnail-classic-button {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

    .thumbnail-classic-button .button {
        text-align: center;
        padding: 0;
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 46px;
        border-radius: 50%;
    }

    .thumbnail-classic-button img {
        display: none;
    }

    .thumbnail-classic-button + .thumbnail-classic-button {
        margin-left: 16px;
    }

* + .thumbnail-classic-button-wrap {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .desktop .thumbnail-classic {
        overflow: hidden;
    }

    .desktop .thumbnail-classic-caption {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: transparent;
        pointer-events: none;
        z-index: 1;
    }

        .desktop .thumbnail-classic-caption::before {
            position: absolute;
            content: '';
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(255, 255, 255, 0.96);
            transform: scale(0.8);
            transition: all .3s ease;
            opacity: 0;
            z-index: -1;
        }

        .desktop .thumbnail-classic-caption > div {
            pointer-events: auto;
        }

    .desktop .thumbnail-classic-title {
        transform: translate3d(0, -30px, 0);
        transition: all .4s ease;
        opacity: 0;
    }

    .desktop .thumbnail-classic-tag,
    .desktop .thumbnail-classic-price {
        transform: translate3d(0, 30px, 0);
        transition: all .4s ease;
        opacity: 0;
    }

    .desktop .thumbnail-classic-button {
        transition: all .4s ease;
        opacity: 0;
    }

        .desktop .thumbnail-classic-button:nth-child(1) {
            transform: translate3d(-40px, 40px, 0);
        }

        .desktop .thumbnail-classic-button:nth-child(2) {
            transform: translate3d(40px, 40px, 0);
        }

    .desktop .thumbnail-classic:hover .thumbnail-classic-caption::before,
    .desktop .thumbnail-classic:hover .thumbnail-classic-tag,
    .desktop .thumbnail-classic:hover .thumbnail-classic-price,
    .desktop .thumbnail-classic:hover .thumbnail-classic-title,
    .desktop .thumbnail-classic:hover .thumbnail-classic-button {
        transform: none;
        opacity: 1;
    }

    .desktop * + .thumbnail-classic-button-wrap {
        margin-top: 24px;
    }
}

.thumbnail-modern {
    position: relative;
    text-align: center;
}

.thumbnail-modern-figure {
    display: block;
}

    .thumbnail-modern-figure img {
        width: 100%;
    }

.thumbnail-modern-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: rgba(255, 255, 255, 0.7);
}

.thumbnail-modern-title {
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: none;
}

.mobile .thumbnail-modern-title,
.tablet .thumbnail-modern-title {
    font-size: 16px;
}

@media (min-width: 992px) {
    .desktop .thumbnail-modern {
        overflow: hidden;
    }

    .desktop .thumbnail-modern-caption {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        top: 0;
        background: transparent;
        pointer-events: none;
        z-index: 1;
    }

        .desktop .thumbnail-modern-caption::before {
            position: absolute;
            content: '';
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(255, 255, 255, 0.83);
            transform: scale(0.8);
            transition: all .3s ease;
            opacity: 0;
            z-index: -1;
        }

        .desktop .thumbnail-modern-caption > div {
            pointer-events: auto;
        }

    .desktop .thumbnail-modern-title {
        transform: scale(1.5);
        transition: all .4s ease;
        opacity: 0;
    }

    .desktop .thumbnail-modern:hover .thumbnail-modern-caption::before,
    .desktop .thumbnail-modern:hover .thumbnail-modern-title {
        transform: none;
        opacity: 1;
    }
}

.thumbnail-minimal {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0a3859;
}

    .thumbnail-minimal:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        transform: scale(2) rotate(45deg) translate3d(0, -100%, 0);
        transition: transform .6s;
        pointer-events: none;
        z-index: 1;
    }

    .thumbnail-minimal img {
        width: 100%;
        will-change: transform;
        transform: scale(1.05);
        transition: all .3s;
    }

.x93x92 img {
    width: 93px;
    height: 93px;
}

.thumbnail-minimal:hover:before {
    transform: scale(2) rotate(45deg) translate3d(0, 100%, 0);
}

.thumbnail-minimal:hover img {
    transform: none;
    opacity: .8;
}

/*
* Breadcrumbs
*/
.breadcrumbs-custom {
    position: relative;
    text-align: center;
}

.breadcrumbs-custom-body {
    display: flex;
    align-items: center;
    min-height: 24.84375vw;
    padding: 40px 0;
    background-color: transparent;
    background-position: center;
}

.breadcrumbs-custom-title {
    text-shadow: 3px 9px 16px rgba(0, 0, 0, 0.18);
}

.breadcrumbs-custom-text {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .025em;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs-custom-footer {
    padding: 15px 0;
    background: #c1da22;
}

.breadcrumbs-custom-path {
    margin-left: -17px;
    margin-right: -17px;
}

    .breadcrumbs-custom-path > * {
        padding-left: 17px;
        padding-right: 17px;
    }

    .breadcrumbs-custom-path a {
        display: inline;
    }

        .breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
            color: #0a3859;
        }

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 2;
        font-weight: 600;
        letter-spacing: .13em;
        font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        text-transform: uppercase;
    }

        .breadcrumbs-custom-path li::after {
            display: inline-block;
            position: absolute;
            top: 45%;
            right: 0;
            font-size: 14px;
            line-height: 1.72;
            content: "\e5cc"; /* Use the icon's name, not Unicode */
            font-family: "Material Icons";
            color: #0a3859;
            transform: translate3d(50%, -50%, 0);
        }

        .breadcrumbs-custom-path li:last-child:after {
            display: none;
        }

        .breadcrumbs-custom-path a:hover,
        .breadcrumbs-custom-path li.active {
            color: #c1da22;
        }

* + .breadcrumbs-custom-path {
    margin-top: 14px;
}

@media (min-width: 576px) {
    .breadcrumbs-custom-body {
        padding: 70px 0;
    }
}

@media (min-width: 768px) {
    * + .breadcrumbs-custom-text {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .breadcrumbs-custom-body {
        padding: 100px 0;
    }

    * + .breadcrumbs-custom-text {
        margin-top: 30px;
    }
}

.ie-10 .breadcrumbs-custom-body,
.ie-11 .breadcrumbs-custom-body,
.ie-edge .breadcrumbs-custom-body {
    height: 24.84375vw;
}

/*
*
* Pagination custom
*/
.pagination {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
}

@media (min-width: 768px) {
    .pagination {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.page-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.page-link {
    display: inline-block;
    min-width: 24px;
    padding: 0px 5px;
    border: 0 solid transparent;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    transition: all 0.25s ease-in-out;
}

    .page-link, .page-link:focus, .page-link:active {
        color: #0a3859;
        background-color: transparent;
    }

        .page-link:hover {
            color: #0a3859;
            background-color: transparent;
            border-color: transparent;
        }

        .page-link:focus {
            box-shadow: none;
        }

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
    color: #0a3859;
    background-color: transparent;
    border-color: transparent;
}

.text-orange {
    color: #c1da22 !important;
}

.page-item.disabled > .page-link {
    color: rgba(21, 21, 21, 0.5);
}

.page-item.disabled > .page-link {
    display: none;
}

.page-item-control {
    position: absolute;
}

    .page-item-control .icon::before {
        font-family: "Material Design Icons";
        font-size: 24px;
        line-height: 24px;
    }

    .page-item-control:first-child {
        left: 0;
    }

        .page-item-control:first-child .icon::before {
            content: '\f14a';
            margin-left: -1px;
        }

@media (min-width: 768px) {
    .page-item-control:first-child {
        left: 30px;
    }
}

.page-item-control:last-child {
    right: 0;
}

    .page-item-control:last-child .icon::before {
        content: '\f14f';
        margin-right: -1px;
    }

@media (min-width: 768px) {
    .page-item-control:last-child {
        right: 30px;
    }
}

* + .pagination-wrap {
    margin-top: 30px;
}

@media (min-width: 768px) {
    * + .pagination-wrap {
        margin-top: 55px;
    }
}

/*
*
* Isotope
*/
@keyframes sprite-animation {
    from {
        background-position: 0 0;
    }
}

[data-isotope-layout] {
    z-index: 0;
    display: block;
    min-height: 160px;
    margin-left: -15px;
    margin-right: -15px;
    transition: .4s all ease;
}

    [data-isotope-layout] .row {
        margin-bottom: -30px;
    }

        [data-isotope-layout] .row > [class*="col-"] {
            margin-top: 30px;
        }

    [data-isotope-layout] .row-narrow {
        margin-bottom: -30px;
    }

        [data-isotope-layout] .row-narrow > [class*="col-"] {
            margin-top: 30px;
        }

    [data-isotope-layout] .row-condensed {
        margin-bottom: 0;
    }

        [data-isotope-layout] .row-condensed > [class*="col-"] {
            margin-top: 0;
        }

    [data-isotope-layout] [class*="col-"] {
        display: block;
        will-change: transform;
        backface-visibility: hidden;
        transition: .1s opacity ease-in;
    }

@media (max-width: 767.98px) {
    [data-isotope-layout] [class*="col-"] {
        max-width: 100%;
    }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
    opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden;
}

.isotope-filters {
    position: relative;
}

    .isotope-filters > * {
        margin-top: 0;
        vertical-align: middle;
    }

    .isotope-filters .inline-list {
        position: relative;
        word-spacing: 0;
    }

        .isotope-filters .inline-list li {
            display: inline-block;
        }

        .isotope-filters .inline-list a {
            position: relative;
            transition: .3s;
            color: #cccccc;
        }

        .isotope-filters .inline-list .isotope-filters-trigger {
            display: none;
        }

.isotope-filters-modern .inline-list {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
}

    .isotope-filters-modern .inline-list > * {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .isotope-filters-modern .inline-list > li {
        font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
    }

    .isotope-filters-modern .inline-list a {
        position: relative;
        padding-bottom: 10px;
    }

        .isotope-filters-modern .inline-list a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            transition: .4s;
            background: #0a3859;
        }

        .isotope-filters-modern .inline-list a:hover {
            color: #0a3859;
        }

        .isotope-filters-modern .inline-list a.active::after {
            width: 100%;
        }

@media (min-width: 992px) {
    .isotope-filters-modern .inline-list {
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -23px;
        margin-right: -23px;
    }

        .isotope-filters-modern .inline-list > * {
            margin-top: 10px;
            padding-left: 23px;
            padding-right: 23px;
        }
}

.isotope-modern-wrap [class*='col'] {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .isotope-modern-wrap [class*='col'] {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
        margin-top: 0;
    }
}


.isotope-condensed {
    margin-left: 0;
    margin-right: 0;
}

    .isotope-condensed .row > * {
        margin-top: -1px;
        margin-bottom: -1px;
    }

* + .isotope {
    margin-top: 30px;
}

* + .isotope-wrap {
    margin-top: 30px;
}

* + .isotope-condensed {
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .isotope-condensed {
        padding: 0 0 30px;
        margin-left: 0;
        margin-right: 0;
    }

        .isotope-condensed .row.row-condensed > [class*='col'] {
            padding-left: 10px;
            padding-right: 10px;
        }

            .isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] {
                margin-top: 25px;
            }
}

@media (min-width: 768px) {
    * + .isotope {
        margin-top: 50px;
    }

    * + .isotope-wrap {
        margin-top: 44px;
    }
}

.isotope-filters-list {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    width: 100%;
    max-width: 280px;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    z-index: 2;
}

    .isotope-filters-list a {
        position: relative;
        text-align: center;
        vertical-align: middle;
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: .02em;
        font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        text-transform: uppercase;
        color: #9b9b9b;
    }

        .isotope-filters-list a.active {
            color: #0a3859;
        }

    .isotope-filters-list.active {
        opacity: 1;
        visibility: visible;
    }

.isotope-filters-toggle .icon {
    transition: transform .25s ease;
}

.isotope-filters-toggle.active .icon {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .isotope-filters-list-wrap {
        display: inline-block;
        position: relative;
        padding-bottom: 4px;
    }

        .isotope-filters-list-wrap::before {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            height: 4px;
            width: 100%;
            border-radius: 6px;
            background: #d7d7d7;
        }

    .isotope-filters-list {
        position: static;
        display: flex;
        justify-content: space-between;
        max-width: none;
        top: auto;
        left: auto;
        width: auto;
        padding: 0;
        box-shadow: none;
        background: transparent;
        transform: none;
        visibility: visible;
        opacity: 1;
        margin-left: -30px;
        margin-right: -30px;
    }

        .isotope-filters-list > * {
            padding-left: 30px;
            padding-right: 30px;
        }

        .isotope-filters-list a {
            display: inline-block;
            padding: 0 0 16px;
        }

            .isotope-filters-list a::after {
                position: absolute;
                content: '';
                bottom: -4px;
                left: 50%;
                width: 130%;
                height: 4px;
                border-radius: 6px;
                background: #0a3859;
                transform: translate3d(-50%, 0, 0);
                opacity: 0;
                transition: all .25s ease;
            }

            .isotope-filters-list a.active::after, .isotope-filters-list a:hover::after {
                width: 100%;
                opacity: 1;
            }

    .isotope-filters-toggle {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .isotope-custom-1 [class*='col'] > * {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1199.98px) {
    .mobile .isotope-custom-1 .col-lg-8,
    .tablet .isotope-custom-1 .col-lg-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .desktop .isotope-custom-2 {
        padding-left: 0;
        padding-right: 0;
    }

        .desktop .isotope-custom-2 .row {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 0;
        }

            .desktop .isotope-custom-2 .row > .col,
            .desktop .isotope-custom-2 .row > [class*="col-"] {
                padding-right: 0;
                padding-left: 0;
                margin-bottom: 0;
            }
}

/* Add at the end of your site.css file */

/* Club Scroller Animation */
.club-scroller {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.club-track {
    display: flex;
    gap: 2rem;
    animation: scrollClubs 20s linear infinite;
    width: max-content;
}

.club-item {
    flex: 0 0 auto;
    width: 350px;
}

@keyframes scrollClubs {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.club-track:hover {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .club-item {
        width: 280px;
    }
}

/* ===================================
   MOBILE NAVIGATION IMPROVEMENTS
   =================================== */

/* Sticky header on scroll */
.navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: all 0.3s ease;
}

.navbar-scrolled {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Improve mobile menu */
@media (max-width: 991px) {
    .navbar .container {
        flex-wrap: wrap;
    }

    .navbar-collapse {
        background-color: #003366;
        padding: 20px;
        margin-top: 10px;
        border-radius: 5px;
    }
    
    .navbar-nav .nav-link {
        padding: 10px 15px !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .navbar-nav .nav-link:hover {
        background-color: rgba(193, 218, 34, 0.2);
    }

    /* User menu (Login / Register) layout on mobile */
    .user-menu {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
        justify-content: center; /* center both buttons */
    }

    .user-menu .nav-item {
        margin: 0 0.25rem;
    }

    /* Base style for BOTH Login & Register – same size and centering */
    .user-menu .nav-item .nav-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;                    /* space between icon and text */
        padding: 8px 18px !important;    /* same padding -> same size */
        border-radius: 999px;
        font-size: 0.9rem;
        border-bottom: none;             /* remove navbar underline divider */
    }

    .user-menu .nav-item .nav-link i {
        font-size: 1rem;
        line-height: 1;
    }

    /* LOGIN – outlined lime pill */
    .user-menu .nav-item:first-child .nav-link {
        border: 1px solid #C1DA22;
        background: transparent;
        color: #ffffff !important;
    }

    /* REGISTER – solid lime pill */
    .user-menu .nav-item:last-child .nav-link {
        border: 1px solid #C1DA22;
        background: #C1DA22;
        color: #003366 !important;
    }

    .dropdown-menu {
        background-color: #004477;
        border: none;
        box-shadow: none;
    }
    
    .dropdown-item {
        color: #ffffff !important;
        padding: 10px 20px;
    }
    
    .dropdown-item:hover {
        background-color: #C1DA22;
    }
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
    background-color: #f8f9fa;
    padding: 15px 0;
    margin-bottom: 30px;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #6c757d;
    font-size: 1.2em;
}

.breadcrumb-item a {
    color: #003366;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #C1DA22;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #6c757d;
}

/* ===================================
   BACK TO TOP BUTTON
   =================================== */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #C1DA22 0%, #8BC34A 100%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 0;
}

.back-to-top.show {
    display: flex;
    opacity: 1;
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.back-to-top i {
    pointer-events: none;
}

/* ===================================
   LOADING STATES
   =================================== */

.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.btn-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/* Page loader */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.page-loader.active {
    display: flex;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #C1DA22;
    border-radius: 50%;
    animation: spinner 1s linear infinite;
}

/* ===================================
   SUCCESS ANIMATIONS
   =================================== */

@keyframes slideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.alert-success {
    animation: slideInDown 0.5s ease-out;
}

.success-checkmark {
    display: inline-block;
    animation: bounceIn 0.6s ease-out;
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

/* ===================================
   PRINT STYLES
   =================================== */

@media print {
    /* Hide navigation and footer */
    header,
    footer,
    .navbar,
    .back-to-top,
    .btn,
    .sponsor-marquee {
        display: none !important;
    }
    
    /* Reset colors for printing */
    body {
        background: white !important;
        color: black !important;
    }
    
    /* Ensure content takes full width */
    .container {
        width: 100% !important;
        max-width: none !important;
    }
    
    /* Add page breaks */
    .card {
        page-break-inside: avoid;
    }
    
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
    
    /* Show links */
    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #666;
    }
    
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    
    /* Optimize images */
    img {
        max-width: 100% !important;
    }
    
    /* Terms & Conditions specific */
    .terms-page .card {
        border: 1px solid #ddd !important;
        margin-bottom: 1rem;
    }
}

/* ===================================
   PERFORMANCE OPTIMIZATIONS
   =================================== */

/* Lazy loading images */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

/* Optimize images for retina displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Font display optimization */
@font-face {
    font-display: swap;
}

/* Optimize sponsor marquee */
.sponsor-track {
    will-change: transform;
}

/* GPU acceleration for animations */
.back-to-top,
.club-track,
.countdown-item {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* ===================================
   ACCESSIBILITY IMPROVEMENTS
   =================================== */

/* Skip to main content link */
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #C1DA22;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 10000;
    border-radius: 0 0 4px 0;
}

.skip-to-content:focus {
    top: 0;
}

/* Focus indicators */
*:focus-visible {
    outline: 3px solid #C1DA22;
    outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #C1DA22;
    outline-offset: 2px;
}

/* Screen reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .btn-light-lime {
        border: 2px solid currentColor;
    }
    
    .card {
        border: 2px solid currentColor;
    }
}

/* Ensure sufficient color contrast */
.text-muted {
    color: #6c757d !important; /* WCAG AA compliant */
}

/* Focus trap for modals */
.modal-open {
    overflow: hidden;
}

/* Keyboard navigation improvements */
nav a:focus,
nav button:focus {
    position: relative;
    z-index: 1;
}

/* Mobile-specific optimizations */
@media (max-width: 768px) {
    /* Larger headings on mobile */
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    /* Better spacing */
    .section {
        padding: 40px 0;
    }
    
    /* Full-width buttons on mobile */
    .btn-block-mobile {
        width: 100%;
        margin-bottom: 10px;
    }
    
    /* Hide unnecessary elements on mobile */
    .hide-mobile {
        display: none !important;
    }
    
    /* Show mobile-only elements */
    .show-mobile {
        display: block !important;
    }
}

/* Desktop-only */
@media (min-width: 769px) {
    .show-mobile {
        display: none !important;
    }
}

/* ===================================
   MOBILE UX IMPROVEMENTS
   =================================== */

/* Better touch targets */
@media (max-width: 991px) {
    .btn {
        min-height: 44px;
        min-width: 44px;
        padding: 12px 20px;
    }
    
    .nav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    
    /* Larger form inputs on mobile */
    .form-control,
    .form-select {
        min-height: 44px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    /* Better spacing on mobile */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Stack cards nicely on mobile */
    .card {
        margin-bottom: 20px;
    }
    
    /* Improve footer on mobile */
    footer .col-md-3,
    footer .col-md-2,
    footer .col-md-4 {
        margin-bottom: 30px;
    }
}

/* Swipe hint for mobile scrollers */
.mobile-swipe-hint {
    display: none;
}

@media (max-width: 768px) {
    .mobile-swipe-hint {
        display: block;
        text-align: center;
        color: #6c757d;
        font-size: 0.875rem;
        margin-top: 10px;
    }
    
    .mobile-swipe-hint::before {
        content: '← Swipe →';
        display: inline-block;
        animation: swipeHint 2s ease-in-out infinite;
    }
}

@keyframes swipeHint {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

/* Prevent horizontal scroll */
body {
    overflow-x: hidden;
}

/* Better modal on mobile */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 10px;
    }
    
    .modal-content {
        border-radius: 10px;
    }
}

/* Sticky CTA button on mobile */
@media (max-width: 768px) {
    .mobile-sticky-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: white;
        padding: 15px;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
        animation: slideUp 0.3s ease-out;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

/* ===================================
   CARD ANIMATIONS & HOVER EFFECTS
   =================================== */

/* Card hover effects */
.card {
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Prevent hover on mobile to avoid sticky states */
@media (hover: none) {
    .card:hover {
        transform: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    }
}

/* Button hover animations */
.btn {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(0);
}

/* Icon animations */
.bi {
    transition: transform 0.3s ease;
}

.card:hover .bi,
.btn:hover .bi {
    transform: scale(1.1);
}

/* Sponsor logo animations */
.sponsor-item {
    transition: all 0.3s ease;
}

.sponsor-item:hover {
    transform: scale(1.05);
}

/* Link underline animation - EXCLUDE navigation and certain other links */
a:not(.btn):not(.nav-link):not(.navbar-brand):not(.dropdown-item):not(.text-white):not(.text-decoration-none) {
    position: relative;
}

a:not(.btn):not(.nav-link):not(.navbar-brand):not(.dropdown-item):not(.text-white):not(.text-decoration-none)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #C1DA22;
    transition: width 0.3s ease;
}

a:not(.btn):not(.nav-link):not(.navbar-brand):not(.dropdown-item):not(.text-white):not(.text-decoration-none):hover::after {
    width: 100%;
}

/* Prevent animation effects on Bootstrap Icons */
.bi::before,
.bi::after {
    position: static !important;
}

/* Prevent validation text from appearing in wrong places */
.card .text-danger {
    position: static !important;
    z-index: auto !important;
}

/* Prevent validation messages from appearing behind card headers */
.card-header {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.card-body {
    position: relative;
    z-index: 1;
}

/* ===================================
   FIX FOR REGISTER PAGE LABELS
   =================================== */

/* Ensure labels work correctly - no pseudo elements */
.form-label,
label {
    position: static !important;
    display: block;
}

.form-label::before,
.form-label::after,
label::before,
label::after {
    content: none !important;
    display: none !important;
}

/* Ensure validation messages stay in place */
.text-danger {
    position: static !important;
    display: block;
}
_lay
.field-validation-error,
.field-validation-valid {
    position: static !important;
    display: block;
}

/* ============================================
   Remove underline from specific nav links
   ============================================ */

/* Remove ::before pseudo-element underline from account menu */
.user-menu .nav-link::before {
    display: none !important;
}

/* Remove ::before pseudo-element underline from GET TICKETS CTA */
.navbar-nav .nav-item:last-child .nav-link::before {
    display: none !important;
}

/* Also remove text-decoration for safety */
.user-menu .nav-link,
.user-menu .nav-link:hover,
.user-menu .nav-link:focus {
    text-decoration: none !important;
}

.navbar-nav .nav-item:last-child .nav-link,
.navbar-nav .nav-item:last-child .nav-link:hover,
.navbar-nav .nav-item:last-child .nav-link:focus {
    text-decoration: none !important;
}

/* ============================================
   User Account Menu Dropdown Styling
   ============================================ */

/* Fix chevron positioning - move it inside the button */
.user-menu .dropdown-toggle::after {
    transform: translateY(-50%) translateY(2px) translateX(-7px);
}

/* User menu link color */
.navbar-dark .user-menu .nav-link.dropdown-toggle {
    color: rgba(255, 255, 255, 0.95);
}

.navbar-dark .user-menu .nav-link.dropdown-toggle:hover,
.navbar-dark .user-menu .nav-link.dropdown-toggle:focus {
    color: #fff;
}

/* ============================================
   GET TICKETS CTA Button Styling
   ============================================ */
.navbar-nav .nav-item:last-child .nav-link {
    background: linear-gradient(135deg, #90ee90 0%, #7cdb7c 100%);
    color: #003366 !important;
    font-weight: 600;
    padding: 8px 20px !important;
    border-radius: 25px;
    margin-left: 15px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar-nav .nav-item:last-child .nav-link:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(144, 238, 144, 0.4);
    background: linear-gradient(135deg, #7cdb7c 0%, #90ee90 100%);
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .navbar-nav .nav-item:last-child .nav-link {
        margin-left: 0;
        margin-top: 10px;
        display: block;
        text-align: center;
    }
}
