@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Bebas+Neue&display=swap');
body { font-family: 'Alexandria', serif; color: #141B4D; }
.font-bebas { font-family: 'Bebas Neue'; }
.bg-blue { background-color: #141B4D; }
.bg-gray { background-color: #BDBFCD; }
.bg-yellow { background-color: #EAAA00; }
.bg-blue-hero { background-color: rgba(55,88,150,0.7); }
.blue-text { color: #141B4D; }
.yellow-text { color: #EAAA00; }
.navbar-logo { height: 100px; }
.nav-link { color:#141B4D; font-weight:400; }
.nav-link:hover { color:#141B4D; font-weight: 500; }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { color:#141B4D; border-bottom: solid 2px #EAAA00; font-weight: 700; }
.nav-underline .nav-link.active, .nav-underline .show>.nav-link { font-weight: 700; color: #141B4D; border-bottom-color: #EAAA00; }
.dropdown .dropdown-menu { display: none; transition: all 0.2s; }
.dropdown:hover .dropdown-menu { display: block; }
.home-hero { height: 700px; background-image: url("/img/home-header.png"); background-position: top; background-size: cover; }
.home-cards-hero { background-image: url("/img/home-footer.png"); background-position: top; background-size: cover; }
.join-hero { height: 400px; background-image: url("/img/join-club-header.png"); background-position: top; background-size: cover; }
.yellow-grad-bg { background: linear-gradient(180deg, #FFCF40 0%, #FFFFFF 100%) }
.join-text-pos { min-height: 275px; }
.about-hero { height: 400px; background-image: url("/img/about-us-header.png"); background-position: center; background-size: cover; }
.about-text-pos { min-height: 275px; }
.social-hero { height: 400px; background-image: url("/img/social-header.png"); background-position: center; background-size: cover; }
.social-text-pos { min-height: 275px; }
.social-header { border-bottom: 1px solid #56595A; }
.sponsorship-hero { height: 400px; background-image: url("/img/sponsorship-hero.png"); background-position: center; background-size: cover; }
.sponsorship-text-pos { min-height: 275px; }
.tickets-hero { height: 400px; background-image: url("/img/seats-header.png"); background-position: center; background-size: cover; }
.myaccount-hero { height: 400px; background-image: url("/img/myaccount-header.png"); background-position: center; background-size: cover; }
.mytickets-hero { background-image: url("/img/ticketbg.png"); background-position: center; background-size: cover; }
.mytickets-text-pos { min-height: 275px; }
.tickets-text-pos { min-height: 275px; }
.fp-hero { height: 300px; background-image: url("/img/fp-header.png"); background-position: center; background-size: cover; }
.fp-text-pos { min-height: 175px; }
.order-summary-card { min-width: 400px; }
.hero-home-subtext { color: var(--Blue-45-Dark, #0B0F2A); font-family: 'Bebas Neue', serif; font-size: 42px; font-style: normal; font-weight: 400; letter-spacing: 0.72px; }
.home-card { padding: 30px; background-color: #ffffff; }
.card-text { font-size: 14px; }
.home-card-header-text { color: var(--Blue-45-Dark, #0B0F2A); text-align: center; font-family: Alexandria; font-size: 25px; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: 0.72px; }
.hero-text { color: #ffffff; font-size: 83px; line-height: 77px; font-family: 'Bebas Neue', serif;}
.hero-text-sponsors { color: #ffffff; font-size: 100px; font-family: 'Bebas Neue', serif;}
.hero-button { width: 210px; }
.card-button { font-size: 12px; width: 100%; padding-top: 10px; padding-bottom: 10px }
.heading-line { border: 2px solid #375896; opacity: 1; }
.btn-primary { background-color: #141B4D; border-color: #141B4D; color: #ffffff; }
.btn-primary:hover { background-color: #ffffff; border-color: #141B4D; color: #141B4D; }
.nav-link.btn-primary { border: 1px solid #141B4D !important; }
.btn-outline-primary { background-color: #ffffff; border-color: #141B4D; color: #141B4D; }
.nav-link.btn-outline-primary { border: 1px solid #141B4D !important; }
.nav-link.btn-outline-primary:hover { border: 1px solid #141B4D !important; }
.btn-outline-primary:hover { background-color: #141B4D; border-color: #141B4D; color: #ffffff; }
.btn-warning { background-color: #EAAA00; border-color: #EAAA00; color: #141B4D; font-size: 14px; }
.accordion-button { background-color: #D3D6DD; font-size: 20px; font-weight: 600; }
.section-heading { font-family: 'Bebas Neue', serif; font-weight: 500; font-size: 45px; color: #141B4D; letter-spacing: 2px; }
.header-blocks { height: 14px; width: 14px; margin-right: 3px; display: inline-block; }
.footer-items { font-weight: 600; }
.modal-title { letter-spacing: 1.2px; line-height: normal; font-family: 'Bebas Neue', serif; font-size: 36px; font-weight: 400;}
.modal-content { border-radius: 8px; }
.form-control { border-radius: 4px; border: 1px solid #ced4da; }
.fp-link { font-size: 14px; text-decoration: none; color: #141B4D; }
.fp-link:hover { text-decoration: underline; }
.navbar-toggler { background-color: #141B4D; border-color: #141B4D; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.form-check-input:checked { background-color: #141B4D; border-color: #141B4D; }
.seat.sold { background-color: #141B4D; cursor: pointer; }
.seat { width: 30px; height: 30px; border-radius: 4px; cursor: pointer; transition: all 0.2s ease; }
.seat.available { background-color: #f0f0f0; border: 1px solid #ddd; }
.seat.sold { background-color: #141B4D; cursor: not-allowed; }
.seat.selected { background-color: #EAAA00; }
.seat.available:hover { transform: scale(1.1); }
.section-box { background-color: #f0f0f0; padding: 30px 20px; text-align: center; cursor: pointer; transition: all 0.3s ease; }
.section-box:hover, .section-box.active { background-color: #141B4D; color: white; }
.seating-chart { overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; }
.seating-grid-container { width: 100%; overflow-x: auto; padding: 1rem; min-width: 600px; margin: 0 auto; }
.seating-row { display: grid; grid-template-columns: 40px repeat(21, 1fr); gap: 4px; margin-bottom: 4px; }
.seat-cell { display: flex; align-items: center; justify-content: center; aspect-ratio: 1; }
.seat { width: 100%; max-width: 30px; height: auto; aspect-ratio: 1; border-radius: 4px; cursor: pointer; }
.row-label { display: flex; align-items: center; justify-content: center; font-weight: bold; position: sticky;   left: 0; background: #fff; z-index: 1; }
.seat.available { background-color: #D9D9D9 !important; }
.seat.sold { background-color: #141B4D !important; cursor: not-allowed; }
.seat.selected { background-color: #FFA800 !important; }
.seat.unavailable { background-color: #D9D9D9 !important; cursor: not-allowed; }
.me-2.seat { width: 30px !important; height: 30px !important; display: inline-block; }
.seat-header { text-align: center; font-weight: bold; padding: 4px; } 
.orientation-label { text-align: center; padding: 10px 0; background-color: #f8f9fa; }
.orientation-text { font-weight: bold; color: #141B4D; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; }
.summary-box { background: #fff; }
.summary-box h3 { color: #141B4D; margin-bottom: 20px; }
.cost-line { display: flex; justify-content: end; margin: 10px 0; }
.cost-line.total { margin-top: 20px; padding-top: 20px; border-top: 1px solid #e0e0e0; font-weight: bold; }
#tick-cost-total, #parking-cost, #total-cost { min-width: 80px; text-align: right; }
.invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; }
.invalid-feedback.show { display: block !important; }
.invalid-feedback.d-block { display: none !important; }
.invalid-feedback.d-block.show { display: block !important; }
.is-invalid { border-color: #dc3545 !important; }
.is-invalid:focus { box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important; }
.sponsor-words { padding-top: 5% !important; display:block !important; text-align: center; }
.sponsor-words-single-line { display: flex !important; align-items: center; justify-content: center; text-align: center; height: 100%; }

@media (max-width: 768px) {
    .navbar-logo { height: 79px; }
    .home-hero { height: 300px; }
    .hero-text { font-size: 31px; line-height: 33px; }
    .hero-text-sponsors { font-size: 65px; }
    .hero-home-subtext { font-size: 24px; }
    .hero-button { width: 140px; }
    .join-hero, .about-hero, .social-hero, .tickets-hero, .myaccount-hero, .fp-hero, .sponsorship-hero { height: 200px; }
    .join-text-pos, .about-text-pos, .social-text-pos, .tickets-text-pos, .mytickets-text-pos, .fp-text-pos, .sponsorship-text-pos { min-height: 145px; }
    .nav-tabs { background-color: white; border-bottom: 1px solid #DEE2E6; }
    .nav-tabs .nav-link { color: #141B4D; background: transparent; border: none; border-bottom: 2px solid transparent; padding: 15px; margin: 0; font-weight: 500; }
    .nav-tabs .nav-link.active { color: #141B4D; background: white; border: none; border-bottom: 2px solid #EAAA00; }
    .nav-tabs .nav-link:hover:not(.active) { border: none; border-bottom: 2px solid transparent; }
    .tab-content { background: white; padding: 20px 0; }
    .seating-grid-container { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 0.5rem; }
    .seating-row { grid-template-columns: 30px repeat(21, 25px); gap: 2px; }
    .seat { width: 20px; height: 20px; }
    .seat-cell { padding: 1px; }
    .row-label { min-width: 25px; padding: 1px; font-size: 0.8em; }
    .seat-header { padding: 1px; font-size: 0.8em; }
    .seating-chart::after { content: '← Scroll to see more →'; display: block; text-align: center; padding: 10px; font-size: 0.9em; color: #666; }
    .order-summary-card { min-width: 100%; }
  }

  @media (max-width: 468px) {
    .sponsor-words { padding-top: 16% !important; }
  }