/* Reset and Base Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: #000;
}

.container {
    max-width: 1600px;
    /* padding-right: 80px;
    padding-left: 80px; */
}


/* Flash Sale Header */

.flash-sale-header {
    background-color: #252525;
    color: white;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
}

.flash-sale-header .flash-sale-header__content {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.flash-sale-header .flash-sale-header__button {
    background-color: white;
    color: black;
    border: none;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.flash-sale-header .flash-sale-header__button:hover {
    background-color: #f0f0f0;
}


/* Main Navigation */

.main-nav {
    background-color: #f6f6f6 !important;
    /* border-bottom: 1px solid #e7e7e7; */
    padding: 16px 0;
}

.main-nav .container {
    padding: 0 20px;
}

.home .main-nav {
    background: white !important;
}

.main-nav .main-nav__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.main-nav .main-nav__logo:hover {
    text-decoration: none;
    color: inherit;
}

.main-nav .main-nav__logo-icon {
    width: 40px;
    height: 40px;
    background-color: #203D7D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.main-nav .main-nav__logo-text {
    font-weight: bold;
    font-size: 18px;
}

.main-nav .main-nav__link {
    color: #252525 !important;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.main-nav .main-nav__link:hover,
.main-nav .main-nav__link--active {
    color: #203D7D !important;
    font-weight: 600;
}

.main-nav .main-nav__login-btn {
    border: 1px solid #203D7D;
    color: #203D7D;
    background-color: transparent;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.main-nav .main-nav__login-btn:hover {
    background-color: #203D7D;
    color: white;
}

.main-nav #userDropdown {
    color: #203D7D !important;
}

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


/* Hero Section */

.hero-section {
    padding: 20px 0 30px;
}

.hero-section .hero-section__title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #252525;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-section .hero-section__title-highlight {
    color: #E9873D;
}

.hero-section .hero-section__description {
    color: #000000;
    margin-bottom: 32px;
    font-size: 18px;
}

.hero-section .hero-section__actions {
    display: flex;
    gap: 16px;
}

.hero-section .hero-section__btn {
    padding: 0 40px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hero-section .hero-section__btn--primary {
    background-color: #203d7d;
    color: white;
    height: 50px;
}

.hero-section .hero-section__btn--primary:hover {
    background-color: #1a3366;
}

.hero-section .hero-section__btn--secondary {
    background-color: transparent;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-section .hero-section__btn--secondary i {
    border: 5px solid #DDD;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.6s ease-in-out;
}

.hero-section .hero-section__btn--secondary:hover i {
    background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 1600px) {
    .hero-section .hero-section__image img {
        border-radius: 0;
        float: right;
        margin-right: 50px;
    }
    .hero-section .hero-section__title {
        font-size: 3rem;
    }
}


/* Champions League Section */

.champions-league {
    padding: 40px 0;
}

.champions-league .owl-container,
.champions-league .qualifying-round {
    padding-right: 0;
}

.champions-league .champions-league__icon {
    width: 27px;
    height: 27px;
}

.champions-league .champions-league__title {
    font-size: 24px;
    font-weight: bold;
    color: #252525;
}

.champions-league .champions-league__see-all {
    background-color: transparent;
    color: #203D7D;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 8px 16px;
    border-radius: 4px;
}


/* .champions-league .champions-league__see-all:hover {
    background-color: #d6e0f5;
} */

.champions-league .champions-league__subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #252525;
}


/* Updated match card styles for carousel */


/* Match Card */

.match-card {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 24px;
    background-color: white;
    margin: 0 10px;
    height: auto;
}

.match-card .match-card__header {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
}

.match-card .match-card__league-indicator {
    width: 16px !important;
    height: 16px;
}

.match-card .match-card__league-name {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.match-card .match-card__teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.match-card .match-card__team {
    display: block;
    align-items: center;
    gap: 12px;
}

.match-card .match-card__team-logo {
    display: block;
    width: 50px !important;
    margin: 0 auto 5px;
}

.match-card .match-card__team-name {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.match-card .match-card__datetime {
    text-align: center;
    margin-bottom: 16px;
    font-weight: 500;
    margin: 0;
}

.match-card .match-card__date,
.match-card .match-card__time {
    font-size: 14px;
    color: #000000;
}

.match-card .match-card__book-btn {
    width: 100%;
    background-color: #203d7d;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.match-card .match-card__book-btn:hover {
    background-color: #1a3366;
}


/* Qualifying Round */

.qualifying-round {
    padding: 32px 0;
    background-color: #f6f6f6;
}

.qualifying-round .qualifying-round__title {
    font-size: 18px;
    font-weight: 600;
    color: #252525;
}

.qualifying-round .qualifying-round__see-all {
    background-color: transparent;
    color: #203D7D;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 8px 16px;
    border-radius: 4px;
}

.qualifying-round .qualifying-round__see-all:hover {
    background-color: #d6e0f5;
}


/* League logos section made full width with auto-scroll animation */


/* League Logos */

.league-logos {
    padding: 20px 0;
    background-color: #f6f6f6;
    overflow: hidden;
}

.league-logos .league-logos__container {
    width: 100%;
    overflow: hidden;
}

.league-logos .league-logos__track {
    display: flex;
    animation: scroll 30s linear infinite;
}

.league-logos .league-logos__item {
    flex: 0 0 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
    line-height: 1.2;
    text-align: center;
}

.league-logos .league-logos__item p {
    font-size: 16px;
    margin: 0;
}

.league-logos .league-logos__logo {
    transition: all 0.3s ease;
    max-height: 45px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* Latest News */

.latest-news {
    padding: 40px 0;
    /* background-color: #f6f6f6; */
}

.latest-news a {
    text-decoration: none;
}

.latest-news .latest-news__title {
    font-size: 24px;
    font-weight: bold;
    color: #252525;
}

.latest-news .latest-news__see-all {
    background-color: transparent;
    color: #203D7D;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
    padding: 8px 16px;
    border-radius: 4px;
}


/* News Card */

.news-card {
    border-radius: 8px;
    overflow: hidden;
}

.news-card .news-card__image {
    height: auto;
    overflow: hidden;
}

.news-card .news-card__image img {
    width: 100%;
}

.news-card .news-card__content {
    padding: 15px 0;
}

.news-card .news-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 12px;
    line-height: 1.4;
}

.news-card .news-card__description {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}

.news-card .news-card__meta {
    font-size: 13px;
    color: #6c757d;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}


/* Footer background changed to black (#252525) */


/* Main Footer */

.footer {
    background-color: #FFF;
    color: #000;
    padding: 40px 0 0;
    font-size: 14px;
}

.footer h6 {
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 15px;
}

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

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: #000;
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 13px;
    color: #FFF;
}

.footer-bottom a {
    color: #FFF;
    margin: 0 10px;
}

.footer-logo img {
    max-width: 120px;
}


/* Owl Carousel Custom Styles */

.owl-carousel .owl-nav {
    margin-top: 20px;
}

.owl-carousel .owl-nav button {
    background-color: #203D7D !important;
    color: white !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
}

.owl-carousel .owl-nav button:hover {
    background-color: #203d7d !important;
}

.owl-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #e7e7e7 !important;
    width: 12px !important;
    height: 12px !important;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #203D7D !important;
}


/* Responsive Design */

@media (max-width: 768px) {
    .hero-section .hero-section__title {
        font-size: 2rem;
    }
    .hero-section .hero-section__actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-section .hero-section__btn {
        width: 100%;
        justify-content: center;
    }
    .match-card .match-card__teams {
        /* flex-direction: column; */
        gap: 5px;
        text-align: center;
    }
    .league-logos .league-logos__item {
        flex: 0 0 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        flex-direction: column;
        text-align: center;
        line-height: 1;
        gap: 10px;
    }
    .league-logos .league-logos__track {
        width: calc(100px * 15);
    }
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100px * 10));
        }
    }
    .main-footer .main-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
    .main-footer .main-footer__bottom-links {
        flex-direction: column;
        gap: 12px;
    }
    .footer {
        padding-top: 0;
    }
}

.ticket-selection .header-section {
    background: #f6f6f6;
    padding: 20px 0;
    /* border-bottom: 1px solid #e9ecef; */
}

.ticket-selection .box-content {
    border: 1px solid #EEE;
    border-radius: 10px;
    padding: 10px 20px;
}

.ticket-selection .champions-league-logo {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.ticket-selection .team-logo {
    width: 40px;
    height: 40px;
}

.ticket-selection .vs-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 20px;
}

.ticket-selection .match-info {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
}

.ticket-selection .stadium-container img {
    width: 100%;
    margin-top: 10px;
}

.ticket-selection .stadium-container {
    width: 100%;
    position: sticky;
    top: 0;
}

.ticket-selection #stadiumMap {

    width: 100%;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 8px;

    margin: 0 auto;
}

.ticket-selection .pitch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 40%;
    background: linear-gradient(90deg, #4a7c59 0%, #5d8f6b 50%, #4a7c59 100%);
    border-radius: 4px;
    border: 2px solid #2d5a3d;
}

.ticket-selection .pitch::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 2px solid #2d5a3d;
    border-radius: 50%;
}

.ticket-selection .pitch::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: #2d5a3d;
}

.ticket-selection .seating-section {
    background: white;
    border-radius: 8px;
    padding: 20px;
}

.ticket-selection .gap {
    gap: 10px;
}

.ticket-selection .category-header {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 5px;
    /* border-bottom: 1px solid #e9ecef; */
    padding-bottom: 10px;
}

.ticket-selection .ticket-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f8f9fa;
}

.ticket-selection .ticket-info {
    flex: 1;
}

.ticket-selection .ticket-name {
    font-weight: 600;
    color: #212529;
    margin-bottom: 2px;
}

.ticket-selection .ticket-description {
    font-size: 12px;
    color: #000;
}

.ticket-selection .split-type {
    font-size: 12px;
    color: #6c757d;
}

.ticket-selection .availability {
    font-size: 12px;
    color: #28a745;
}

.ticket-selection .price {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    margin: 0 15px;
}

.ticket-selection .quantity-selector {
    width: 60px;
    margin-right: 10px;
}

.ticket-selection .btn-add-cart {
    background-color: #3b5998;
    border-color: #3b5998;
    color: white;
    font-size: 12px;
    padding: 6px 12px;
}

.ticket-selection .btn-add-cart:hover {
    background-color: #2d4373;
    border-color: #2d4373;
}

.ticket-selection .btn-add-cart:disabled {
    background-color: #000;
    border-color: #000;
}

.ticket-selection .category-indicator {
    width: 4px;
    height: 40px;
    border-radius: 2px;
    margin-right: 15px;
}

.ticket-selection .category-1 {
    background-color: #28a745;
}

.ticket-selection .category-2 {
    background-color: #17a2b8;
}

.ticket-selection .executive {
    background-color: #6f42c1;
}

.ticket-selection .vip {
    background-color: #fd7e14;
}

.ticket-selection .teams {
    background-color: #e83e8c;
}

.ticket-selection .other {
    background-color: #000;
}

.ticket-selection .terms-section {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.ticket-selection .terms-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ticket-selection .terms-text {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

.proceed-btn {
    background-color: #3b5998;
    border-color: #3b5998;
    color: white;
    font-weight: 600;
    padding: 12px;
    width: 100%;
    margin-top: 20px;
}

.proceed-btn:hover {
    background-color: #2d4373;
    border-color: #2d4373;
    color: white;
}

.register-section {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-container-sign-up {
    min-height: 100vh;
    padding: 20px;
    margin-top: 30px;
}

.page-container-sign-up .main-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 10px;
    position: relative;
}

.register-section .header {
    margin-bottom: 30px;
}

.register-section .header h1 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.register-section .header p {
    color: #000;
    font-size: 14px;
}

.register-section .header a {
    color: #4285f4;
    text-decoration: none;
}

.register-form .form-group {
    margin-bottom: 24px;
}

.register-form .form-group label {
    display: block;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    font-size: 14px;
}

.register-form .form-group .required {
    color: #e74c3c;
}

.register-form .form-group input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.2s;
}

.register-form .form-group input:focus {
    outline: none;
    border-color: #4285f4;
}

.register-form .password-field {
    position: relative;
}

.register-form .password-field .toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
}

.register-form .register-btn {
    width: 100%;
    background: #3b4d8f;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.register-form .register-btn:hover {
    background: #2c3a6b;
}

.social-register {
    margin-top: 32px;
}

.social-register .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.social-register .social-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.social-register .social-buttons button,
.social-register .social-buttons button:focus {
    border: none;
    outline: none;
}

.booking-summary {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.booking-summary .summary-header {
    margin-bottom: 24px;
}

.booking-summary .summary-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

.booking-summary .stadium-image {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 20px;
}

.booking-summary .match-info .competition {
    color: #000;
    font-size: 14px;
    margin-bottom: 4px;
}

.booking-summary .match-info .teams {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.booking-summary .match-info .details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}

.booking-summary .match-info .details .detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 14px;
}

.booking-summary .ticket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.booking-summary .ticket-item .ticket-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.booking-summary .ticket-item .ticket-info p {
    color: #000;
    font-size: 14px;
}

.booking-summary .ticket-item .quantity-controls {
    display: flex;
    align-items: center;
    gap: 16px;
}

.booking-summary .ticket-item .quantity-controls button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #e1e5e9;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
}

.booking-summary .ticket-item .quantity-controls .quantity {
    font-size: 18px;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

.booking-summary .seating-preference {
    background: #fff8f0;
    border-radius: 12px;
    padding: 16px;
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-summary .seating-preference .preference-info {
    display: flex;
    align-items: self-start;
    gap: 12px;
}

.booking-summary .seating-preference .preference-info .icon {
    font-size: 20px;
}

.booking-summary .seating-preference .preference-info .text h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.booking-summary .seating-preference .preference-info .text p {
    font-size: 12px;
    color: #000;
}

.booking-summary .seating-preference .toggle {
    width: 48px;
    height: 24px;
    background: #ff8c42;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.booking-summary .seating-preference .toggle::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 2px;
    right: 2px;
    transition: transform 0.2s;
}

.booking-summary .seating-preference .toggle.off {
    background: #e1e5e9;
}

.booking-summary .seating-preference .toggle.off::after {
    transform: translateX(-24px);
}

.booking-summary .coupon-section {
    margin: 24px 0;
}

.booking-summary .coupon-section .coupon-header {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.booking-summary .coupon-section .coupon-input {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.booking-summary .coupon-section .coupon-input input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
}

.booking-summary .coupon-section .coupon-input input:focus {
    outline: none;
    border-color: #4285f4;
}

.booking-summary .coupon-section .coupon-input .apply-btn {
    padding: 12px 20px;
    background: #3b4d8f;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.booking-summary .coupon-section .coupon-input .apply-btn:hover {
    background: #2c3a6b;
}

.booking-summary .coupon-section .coupon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 12px 16px;
    border-radius: 8px;
}

.booking-summary .coupon-section .coupon-item .coupon-code {
    font-weight: 500;
    color: #000;
}

.booking-summary .coupon-section .coupon-item .remove-btn {
    background: none;
    border: none;
    color: #e74c3c;
    cursor: pointer;
    font-size: 14px;
}

.booking-summary .price-breakdown {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 2px solid #f0f0f0;
}

.booking-summary .price-breakdown .price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.booking-summary .price-breakdown .price-item .label {
    color: #000;
    font-size: 14px;
}

.booking-summary .price-breakdown .price-item .amount {
    font-weight: 600;
    color: #1a1a1a;
}

.booking-summary .price-breakdown .price-item.discount .amount {
    color: #e74c3c;
}

.booking-summary .price-breakdown .total {
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
    margin-top: 16px;
}

.booking-summary .price-breakdown .total .label {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.booking-summary .price-breakdown .total .amount {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.booking-summary .price-breakdown .no-fees {
    text-align: right;
    color: #000;
    font-size: 12px;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .page-container-sign-up .main-content {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    .register-section,
    .booking-summary {
        padding: 24px;
        width: 100%;
    }
}

.verification-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 45%;
    margin: 0;
}

.verification-container .header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.verification-container .header .back-arrow {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-right: 12px;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.verification-container .header .back-arrow:hover {
    background-color: #f1f3f4;
}

.verification-container .header .title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

.verification-container .description {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
}

.verification-container .description .email {
    color: #1a1a1a;
    font-weight: 500;
}

.verification-container .code-inputs {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    justify-content: center;
}

.verification-container .code-inputs .code-input {
    width: 56px;
    height: 56px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    background: white;
    transition: all 0.2s;
}

.verification-container .code-inputs .code-input:focus {
    outline: none;
    border-color: #3b5998;
    box-shadow: 0 0 0 3px rgba(59, 89, 152, 0.1);
}

.verification-container .code-inputs .code-input:hover {
    border-color: #c1c7cd;
}

.verification-container .verify-button {
    width: 100%;
    background: #3b5998;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.verification-container .verify-button:hover {
    background: #2d4373;
}

.verification-container .verify-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

@media (max-width: 991px) {
    .verification-container .code-inputs .code-input {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .verification-container {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .verification-container {
        padding: 24px;
        margin: 0;
    }
    .verification-container .header .title {
        font-size: 20px;
    }
    .verification-container .code-inputs {
        gap: 8px;
    }
    .verification-container .code-inputs .code-input {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .page-container-sign-up {
        padding: 5px;
    }
}

.contact-form {
    max-width: 45%;
    width: 45%;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.contact-form .header {
    margin-bottom: 32px;
}

.contact-form .header h1 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

.contact-form .form-group {
    margin-bottom: 24px;
}

.contact-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.contact-form .form-group label .required {
    color: #e74c3c;
}

.contact-form .form-group input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
    background-color: #f8f9fa;
    transition: border-color 0.2s ease;
}

.contact-form .form-group input:focus {
    outline: none;
    border-color: #4a90e2;
    background-color: white;
}

.contact-form .question-section {
    margin-bottom: 32px;
}

.contact-form .question-section .question-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.contact-form .question-section .question-header .gift-icon {
    width: 20px;
    height: 20px;
    background-color: #27ae60;
    border-radius: 4px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.contact-form .question-section .question-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
}

.contact-form .question-section .radio-group {
    display: flex;
    gap: 24px;
    margin-top: 12px;
}

.contact-form .question-section .radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contact-form .question-section .radio-option input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
}

.contact-form .question-section .radio-option label {
    font-size: 14px;
    color: #000;
    cursor: pointer;
    margin: 0;
}

.contact-form .simple-question {
    margin-bottom: 24px;
}

.contact-form .simple-question .question-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 12px;
}


@media (max-width: 768px) {
    .contact-form {
        padding: 24px;
        width: 100%;
        max-width: 100%;
    }
    .contact-form .header h1 {
        font-size: 20px;
    }
    .contact-form .question-section .radio-group {
        flex-direction: column;
        gap: 12px;
    }
}

.billing-container {
    max-width: 45%;
    width: 45%;
    margin: 0 auto;
    min-height: 100vh;
}

.billing-container .header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    /* padding: 20px 0; */
}

.billing-container .header .back-arrow {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    cursor: pointer;
}

.billing-container .header h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.billing-container .form-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.billing-container .form-section .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.billing-container .form-section .form-group {
    flex: 1;
}

.billing-container .form-section .form-group.full-width {
    flex: none;
    width: 100%;
}

.billing-container .form-section .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.billing-container .form-section .form-group label .required {
    color: #e74c3c;
}

.billing-container .form-section .form-group select,
.billing-container .form-section .form-group input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.billing-container .form-section .form-group select:focus,
.billing-container .form-section .form-group input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.billing-container .form-section .form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.billing-container .form-section .checkbox-group {
    margin: 30px 0;
}

.billing-container .form-section .checkbox-group .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.billing-container .form-section .checkbox-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #f97316;
    cursor: pointer;
}

.billing-container .form-section .checkbox-group label {
    font-size: 16px;
    color: #000;
    cursor: pointer;
    margin: 0;
}

.billing-container .proceed-button {
    width: 100%;
    background-color: #1e40af;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
    transition: background-color 0.3s ease;
}

.billing-container .proceed-button:hover {
    background-color: #1d4ed8;
}

.billing-container .proceed-button:active {
    transform: translateY(1px);
}

@media (max-width: 768px) {
    .billing-container {
        padding: 15px;
    }
    .billing-container .form-section {
        padding: 20px;
    }
    .billing-container .form-section .form-row {
        flex-direction: column;
        gap: 0;
    }
    .billing-container .header h1 {
        font-size: 20px;
    }
}

.payment-container {
    max-width: 45%;
    width: 45%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    min-height: 100vh;
}

.payment-container .header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 0;
}

.payment-container .header .back-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-right: 15px;
    padding: 5px;
}

.payment-container .header h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.payment-container .payment-methods {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.payment-container .payment-methods .method-option {
    flex: 1;
    padding: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: white;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.payment-container .payment-methods .method-option.active {
    border-color: #3b5998;
    background-color: #f8f9ff;
}

.payment-container .payment-methods .method-option .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    height: 30px;
}

.payment-container .payment-methods .method-option .logos .mastercard {
    width: 30px;
    height: 20px;
    background: linear-gradient(90deg, #eb001b 50%, #f79e1b 50%);
    border-radius: 4px;
}

.payment-container .payment-methods .method-option .logos .visa {
    color: #1a1f71;
    font-weight: bold;
    font-size: 18px;
    font-family: serif;
}

.payment-container .payment-methods .method-option .logos .paypal {
    color: #003087;
    font-weight: bold;
    font-size: 18px;
}

.payment-container .payment-methods .method-option .method-name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.payment-container .payment-form {
    background: white;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.payment-container .payment-form .form-group {
    margin-bottom: 20px;
}

.payment-container .payment-form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000;
}

.payment-container .payment-form .form-group label .required {
    color: #e74c3c;
}

.payment-container .payment-form .form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.payment-container .payment-form .form-group input:focus {
    outline: none;
    border-color: #3b5998;
}

.payment-container .payment-form .form-group input::placeholder {
    color: #000;
}

.payment-container .payment-form .form-row {
    display: flex;
    gap: 15px;
}

.payment-container .payment-form .form-row .form-group {
    flex: 1;
}

.payment-container .book-btn {
    width: 100%;
    padding: 15px;
    background-color: #9ca3af;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.payment-container .book-btn:hover {
    background-color: #6b7280;
}

.payment-container .book-btn.active {
    background-color: #3b5998;
}

.payment-container .book-btn.active:hover {
    background-color: #2d4373;
}

@media (max-width: 768px) {
    .payment-container {
        padding: 15px;
    }
    .payment-container .payment-methods {
        flex-direction: column;
    }
    .payment-container .payment-form .form-row {
        flex-direction: column;
    }
    .payment-container {
        width: 100%;
        max-width: 100%;
    }
}

.order-status {
    max-width: 45%;
    width: 45%;
    margin: 0 auto;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.order-status .header {
    margin-bottom: 32px;
}

.order-status .header h1 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

.status-section {
    margin-bottom: 48px;
}

.status-section .status-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    position: relative;
}

.status-section .status-item.completed {
    background-color: #f0f9f0;
}

.status-section .status-item .status-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.status-section .status-item.completed .status-icon {
    background-color: #22c55e;
    color: white;
}

.status-section .status-item.pending .status-icon {
    background-color: #d1d5db;
    color: #6b7280;
}

.status-section .status-item .status-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.status-section .status-item .status-content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

.terms-section {
    border-top: 1px solid #e5e7eb;
    padding-top: 32px;
}

.terms-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.terms-section p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .order-status {
        max-width: 100%;
        width: 100%;
    }
    .order-status {
        padding: 24px;
    }
    .order-status .header h1 {
        font-size: 20px;
    }
    .status-section .status-item {
        padding: 16px;
    }
    .status-section .status-item .status-content h3 {
        font-size: 16px;
    }
}

.matches-header {
    background: #f6f6f6;
    padding: 20px 0;
}

.matches-header p {
    font-size: 20px;
    color: black;
}

.matches-sec .ticket-tit {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.matches-sec {
    padding: 40px 0;
}

.matches-sec .col-lg-4 {
    padding: 5px;
}

.matches-sec .match-card {
    margin-bottom: 20px;
}

.matches-sec .match-card__league-indicator {
    width: 10px !important;
    height: auto;
}

.race-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0 7px 0 #DDD;
    border-radius: 10px;
}

.races-grid .col-lg-4 {
    padding: 10px;
}

.race-icon {
    width: 50px !important;
}

.race-card:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); */
}

.race-card .image-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.race-card .image-container img {
    width: 100%;
    max-width: 100%;
}

.race-card .content {
    padding: 20px;
}

.race-card .content .race-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.4;
}

.race-card .content .race-details {
    margin-bottom: 16px;
}

.race-card .content .race-details .detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 14px;
    color: #000;
}

.race-card .content .race-details .detail-item .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    opacity: 0.7;
}

.race-card .content .book-button {
    width: 100%;
    background-color: #1e3a8a;
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: block;
    text-align: center;
    text-decoration: none;
}

.race-card .content .book-button:hover {
    background-color: #1e40af;
}

@media (max-width: 768px) {
    .races-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}


/* Top search bar styling */

.football-matches .top-search {
    background: white;
    padding: 15px 0;
    /* border-bottom: 1px solid #e9ecef; */
}

.football-matches .top-search .search-input {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #f8f9fa;
    width: 100%;
    max-width: 100%;
    height: 55px;
}

.football-matches .top-search .search-input:focus {
    outline: none;
    border-color: none;
    box-shadow: none;
    outline: none;
}


/* Sidebar styling to match design */

.football-matches .sidebar {
    /* background: #fafafA; */
    /* min-height: calc(100vh - 70px); */
    /* padding: 20px 0; */
    /* border-right: 1px solid #e9ecef; */
}

.football-matches .sidebar>div {
    background-color: #fafafA;
    padding: 20px 0 10px;
    border-radius: 10px;
}

.football-matches .sidebar .section-title {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.football-matches .sidebar .section-title i {
    font-size: 12px;
    color: #000;
}

.football-matches .sidebar .section-content {
    transition: all 0.3s ease;
    overflow: hidden;
}

.football-matches .sidebar .section-content.collapsed {
    max-height: 0;
    opacity: 0;
}

.football-matches .sidebar .section-content:not(.collapsed) {
    max-height: 1000px;
    opacity: 1;
}

.football-matches .sidebar .section-title.collapsed i {
    transform: rotate(-90deg);
}

.football-matches .sidebar .league-item {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    margin: 5px 10px;
    font-weight: 500;
}

.football-matches .sidebar .league-item:hover {
    background-color: #DDD;
    color: #203D7D;
    border-radius: 5px;
}

.football-matches .sidebar .league-item.active {
    background-color: #DDD;
    color: #203D7D;
    border-radius: 5px;
}

.football-matches .sidebar .league-item .league-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border-radius: 3px;
}

.football-matches .sidebar .team-item {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.football-matches .sidebar .team-item:hover {
    background-color: #f8f9fa;
    color: #000;
    text-decoration: none;
}

.football-matches .sidebar .team-item.active {
    background-color: #DDD;
    color: #203D7D;
    border-radius: 5px;
}

.football-matches .sidebar .team-item .league-icon,
.football-matches .sidebar .team-item .team-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.football-matches .sidebar .team-item .league-icon {
    border-radius: 3px;
}

.football-matches .sidebar .team-item .team-icon {
    border-radius: 50%;
}


/* Main content area styling */


/* .football-matches .main-content {
    padding: 30px;
    background-color: #f8f9fa;
} */

.football-matches .main-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}


/* Calendar widget to match design exactly */

.football-matches .calendar-widget {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.fb-matches-list .col-md-6 {
    padding: 5px;
}

.football-matches .calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.football-matches .calendar-header h5 {
    margin: 0;
    font-size: 16px;
    border: 1px solid #EEE;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.football-matches .calendar-header h5:hover {
    background-color: #f0f0f0;
}

.football-matches .calendar-nav {
    background: none;
    border: none;
    color: #000;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.football-matches .calendar-nav:hover {
    background-color: #f0f0f0;
    color: #000;
}

.football-matches .calendar-days {
    display: flex;
    gap: 8px;
}

.football-matches .calendar-day {
    flex: 1;
    text-align: center;
    padding: 12px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 70px;
}

.football-matches .calendar-day:hover {
    background-color: #f0f0f0;
}

.football-matches .calendar-day.active {
    background-color: #203D7D;
    color: white;
}

.football-matches .calendar-day .day-name {
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
    font-weight: 500;
}

.football-matches .calendar-day.active .day-name {
    color: white;
}

.football-matches .calendar-day .day-number {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.football-matches .calendar-day.active .day-number {
    color: white;
}


/* Match cards grid to be exactly 2 columns */

.football-matches .matches-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.football-matches .match-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.football-matches .match-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.football-matches .match-card .league-badge {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.football-matches .match-card .league-badge i {
    color: #203D7D;
    margin-right: 8px;
    font-size: 14px;
}

.football-matches .match-card .league-badge span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.football-matches .match-card .match-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.football-matches .match-card .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.football-matches .match-card .team img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.football-matches .match-card .team .team-name {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.football-matches .match-card .vs {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin: 0 15px;
}

.football-matches .match-card .match-info {
    text-align: center;
    margin-bottom: 20px;
}

.football-matches .match-card .match-date {
    font-size: 14px;
    color: #000;
    margin-bottom: 2px;
}

.football-matches .match-card .match-time {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.football-matches .match-card .book-btn {
    width: 100%;
    background-color: #203D7D;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

.football-matches .match-card .book-btn:hover {
    background-color: #1565c0;
}


/* Calendar popup modal styles */

.football-matches .calendar-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.football-matches .calendar-popup.show {
    display: flex;
}

.football-matches .calendar-popup-content {
    background: white;
    border-radius: 12px;
    padding: 30px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.football-matches .calendar-popup h4 {
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}

.football-matches .year-month-selectors {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.football-matches .year-month-selectors select {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.football-matches .calendar-popup-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.football-matches .calendar-popup-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

.football-matches .btn-cancel {
    background: #f5f5f5;
    color: #000;
}

.football-matches .btn-apply {
    background: #203D7D;
    color: white;
}

.football-matches .btn-cancel:hover {
    background: #e0e0e0;
}

.football-matches .btn-apply:hover {
    background: #1565c0;
}

.football-matches .no-matches {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .football-matches .sidebar {
        margin-bottom: 30px;
    }
    .football-matches .matches-grid {
        grid-template-columns: 1fr;
    }
    .football-matches .no-matches {
        min-height: auto;
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .football-matches .calendar-days {
        flex-wrap: wrap;
    }
    .football-matches .calendar-day {
        min-width: 60px;
    }
}

.pagination .page-link {
    color: black !important;
}

.article-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #000;
    /* background-color: #f8f9fa; */
}

.article-page .hero-image {
    width: 100%;
    max-width: 100%;
    display: block;
}

.article-page .content {
    padding: 30px;
}

.article-page .author-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.article-page .author-section .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.article-page .author-section .author-info h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.article-page .author-section .author-info .meta {
    font-size: 14px;
    color: #000;
}

.article-page .author-section .engagement {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.article-page .author-section .engagement .stat {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #000;
}

.article-page .author-section .engagement .actions {
    display: flex;
    gap: 10px;
}

.article-page .author-section .engagement .actions button {
    background: none;
    border: none;
    padding: 0;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.article-page .author-section .engagement .actions button:hover {
    background-color: #f0f0f0;
}

.article-page .author-section .engagement .actions button:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.article-page .author-section .engagement .actions .like-btn {
    color: #e74c3c;
}

.article-page .author-section .engagement .actions .like-btn.liked {
    color: #c0392b;
}

.article-page .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.article-page .article-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
}

.article-page .article-content .image-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 30px 0;
}

.article-page .article-content .image-gallery .main-image {
    grid-row: span 2;
}

.article-page .article-content .image-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.article-page .article-content .image-gallery .main-image img {
    height: 410px;
}

.article-page .article-content .full-width-image {
    width: 100%;
    margin: 30px 0;
}

.article-page .article-content .full-width-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.article-page .comments-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #eee;
}

.article-page .comments-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.article-page .comments-section .comment {
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.article-page .comments-section .comment .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.article-page .comments-section .comment .comment-content {
    flex: 1;
}

.article-page .comments-section .comment .comment-header {
    margin-bottom: 8px;
}

.article-page .comments-section .comment .comment-header .name {
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.article-page .comments-section .comment .comment-header .location {
    color: #000;
    font-size: 12px;
}

.article-page .comments-section .comment .comment-header .time {
    color: #000;
    font-size: 12px;
    margin-left: auto;
}

.article-page .comments-section .comment .comment-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.article-page .comments-section .comment .comment-actions {
    display: flex;
    gap: 15px;
}

.article-page .comments-section .comment .comment-actions button {
    background: none;
    border: none;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 0;
}

.article-page .comments-section .comment .comment-actions button:hover {
    color: #000;
}

.article-page .comments-section .comment .comment-actions .like-btn {
    color: #e74c3c;
}

.article-page .comments-section .comment .comment-actions .like-btn.liked {
    color: #e74c3c;
    font-weight: bold;
}

.article-page .comments-section .add-comment {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.article-page .comments-section .add-comment .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.article-page .comments-section .add-comment input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
}

.article-page .comments-section .add-comment input:focus {
    border-color: #007bff;
}

.article-page .bottom-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.article-page .bottom-actions .share-btn {
    background: #000;
    color: white;
    padding: 0;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    width: 50px;
    height: 50px;
}

.article-page .bottom-actions .share-btn i {
    margin-right: 8px;
}

.article-page .bottom-actions .share-btn:hover {
    background: #000;
}

.emoji-picker {
    position: absolute;
    bottom: 60px;
    right: 20px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 1000;
}

.emoji-picker.show {
    display: block;
}

.emoji-picker .emoji-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    max-width: 240px;
}

.emoji-picker .emoji-grid button {
    background: none;
    border: none;
    font-size: 20px;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.emoji-picker .emoji-grid button:hover {
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    .article-page {
        margin-bottom: 30px;
    }
    .article-page .content {
        padding: 20px 0;
    }
    .article-page .title {
        font-size: 24px;
    }
    .article-page .article-content .image-gallery {
        grid-template-columns: 1fr;
    }
    .article-page .article-content .image-gallery .main-image {
        grid-row: span 1;
    }
    .article-page .article-content .image-gallery .main-image img {
        height: 200px;
    }
    .article-page .author-section .engagement {
        flex-direction: unset;
        align-items: flex-end;
        gap: 10px;
        margin-bottom: 20px;
    }
    .article-page .author-section {
        display: block;
    }
}

#shareModal .modal-content {
    border-radius: 12px;
}

#shareModal .btn-outline-secondary {
    border-color: #e5e5e5;
    color: #000;
    text-align: left;
    justify-content: flex-start;
}

#shareModal .btn-outline-secondary:hover {
    background-color: #f8f9fa;
    border-color: #d0d7de;
    color: #000;
}

#shareModal .close {
    font-size: 1.2rem;
    opacity: 0.6;
}

#shareModal .close:hover {
    opacity: 0.8;
}

.profile-container {
    padding: 40px 0;
}

.profile-container .sidebar {
    /* padding: 0; */
    /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); */
}

.profile-container .sidebar .nav-item {
    border-bottom: 1px solid #f0f0f0;
}

.profile-container .sidebar .nav-link {
    padding: 20px 30px;
    color: #000;
    font-weight: 500;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
}

.profile-container .sidebar .nav-link:hover {
    background-color: #e3f2fd;
    color: #203D7D;
    border-radius: 10px;
}

.profile-container .sidebar .nav-link.active {
    background-color: #e3f2fd;
    color: #203D7D;
    margin-bottom: 5px;
    /* border-left: 4px solid #203D7D; */
}

.profile-container .main-content {
    padding: 0 20px;
}

.profile-container .welcome-section {
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}

.profile-container .welcome-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.profile-container .welcome-section p {
    color: #000;
    font-size: 16px;
    margin: 0;
}

.profile-container .profile-card {
    background: white;
    border-radius: 12px;
    padding: 0 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.profile-container .profile-field {
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile-container .profile-field:last-child {
    border-bottom: none;
}

.profile-container .field-info h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.profile-container .field-info .field-value {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.profile-container .field-info .field-status {
    font-size: 14px;
    color: #000;
}

.profile-container .field-info .verify-link {
    color: #203D7D;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.profile-popup .modal-content {
    border-radius: 12px;
    border: none;
}

.profile-popup .modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 30px;
}

.profile-popup .modal-body {
    padding: 0 20px;
}

.profile-popup .modal-footer {
    border-top: 1px solid #f0f0f0;
    padding: 20px 30px;
}

.profile-popup .form-control {
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    padding: 12px 16px;
    font-size: 16px;
}

.profile-popup .form-control:focus {
    border-color: #203D7D;
    box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}

.profile-popup .btn-primary {
    background-color: #203D7D;
    border-color: #203D7D;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 500;
}

.profile-popup .btn-secondary {
    background-color: #f5f5f5;
    border-color: #e0e0e0;
    color: #000;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 500;
}

.tickets-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ticket-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 24px;
    transition: box-shadow 0.2s;
}

.ticket-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ticket-card .card-header {
    display: flex;
    justify-content: between;
    align-items: flex-start;
    margin-bottom: 16px;
    background: none !important;
    padding: 0;
    border: none;
}

.ticket-card .league-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.ticket-card .league-info i {
    font-size: 18px;
    color: #000;
}

.ticket-card .league-info span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.ticket-card .status-badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ticket-card .status-badge.available {
    background-color: #d4edda;
    color: #155724;
}

.ticket-card .status-badge.awaiting {
    background-color: #fff3cd;
    color: #856404;
}

.ticket-card .status-badge.canceled {
    background-color: #f8d7da;
    color: #721c24;
}

.ticket-card .status-badge.booked {
    background-color: #e2e3e5;
    color: #383d41;
}

.ticket-card .match-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.ticket-card .team-logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.ticket-card .team-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.ticket-card .score {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 8px;
}

.ticket-card .match-details {
    display: flex;
    gap: 24px;
    margin-bottom: 12px;
}

.ticket-card .detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 14px;
}

.ticket-card .detail-item i {
    font-size: 14px;
    color: #000;
}

.ticket-card .ticket-info {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.f1-card .match-info {
    align-items: flex-start;
}

.f1-card .f1-logo {
    background: linear-gradient(45deg, #ff1801, #ff6b00);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
}

.f1-card .race-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .ticket-card .match-details {
        flex-direction: column;
        gap: 8px;
    }
}

.content-card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.content-card .section-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
}

.content-card .form-group {
    margin-bottom: 20px;
}

.content-card .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    display: block;
}

.content-card .form-group label .required {
    color: #dc3545;
}

.content-card .form-group .input-wrapper {
    position: relative;
}

.content-card .form-group .input-wrapper input {
    width: 100%;
    padding: 12px 16px;
    padding-right: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
    background: #f8f9fa;
    transition: all 0.2s;
}

.content-card .form-group .input-wrapper input:focus {
    outline: none;
    border-color: #203D7D;
    background: white;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.1);
}

.content-card .form-group .input-wrapper .toggle-password {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
}

.content-card .form-group .input-wrapper .toggle-password:hover {
    color: #000;
}

.content-card .change-password-btn {
    background: #203D7D;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.content-card .change-password-btn:hover {
    background: #1565c0;
}

.content-card .delete-section {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e9ecef;
}

.delete-section .delete-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.delete-section .delete-description {
    font-size: 14px;
    color: #000;
    margin-bottom: 24px;
}

.delete-section .delete-btn {
    background: #ffebee;
    color: #d32f2f;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.delete-section .delete-btn:hover {
    background: #ffcdd2;
}


/* Delete Account Modal */

.delete-modal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.delete-modal .modal-header {
    border: none;
    padding: 24px 24px 0 24px;
}

.delete-modal .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.delete-modal .close {
    font-size: 24px;
    opacity: 0.6;
    padding: 0;
    margin: 0;
}

.delete-modal .close:hover {
    opacity: 0.8;
}

.delete-modal .modal-body {
    padding: 16px 24px 24px 24px;
}

.delete-modal .modal-description {
    font-size: 14px;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.5;
}

.delete-modal .verification-inputs {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    justify-content: center;
}

.verification-inputs .verification-input {
    width: 48px;
    height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: #f8f9fa;
    transition: all 0.2s;
}

.verification-inputs .verification-input:focus {
    outline: none;
    border-color: #203D7D;
    background: white;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.1);
}

.delete-modal .modal-buttons {
    display: flex;
    gap: 12px;
}

.delete-modal .modal-buttons .btn {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.delete-modal .modal-buttons .btn-cancel {
    background: #203D7D;
    color: white;
}

.delete-modal .modal-buttons .btn-cancel:hover {
    background: #1565c0;
}

.delete-modal .modal-buttons .btn-delete {
    background: #ffebee;
    color: #d32f2f;
}

.delete-modal .modal-buttons .btn-delete:hover {
    background: #ffcdd2;
}

.iti {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
    .verification-inputs {
        gap: 8px;
    }
    .verification-inputs .verification-input {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}