/*
* Version: 00
*
*/
/* Base Layout */
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&family=Open+Sans:wght@400;700&display=swap");

* {
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
    color: black;
}

.et_pb_text_inner>p {
    font-family: "League Gothic", sans-serif;
    color: black !important;
}

/* Remove the sitewide header */
#main-header {
    display: none;
}

#page-container {
    overflow: hidden;
    padding-top: 0px !important;
}

.font-open-sans {
    font-family: "Open Sans", sans-serif;
}

.font-league-gothic {
    font-family: "League Gothic", sans-serif;
}

body {
    margin: 0px;
}

a:-webkit-any-link {
    text-decoration: none;
}

h1,
h2,
h3 {
    color: black;
    margin: 0px;
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: normal;
    padding-bottom: 0;
}

/* Slick slider custom styles */
.tickets-slider .slick-dots {
    bottom: -30px;
}

.slick-initialized .slick-slide {
    display: flex;
}

.tickets-slider .slick-prev,
.tickets-slider .slick-next {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #00b1e1;
}

.tickets-slider .slick-prev {
    left: 10px;
}

.tickets-slider .slick-next {
    right: 10px;
}

.slick-dots li {
    margin: 0px;
}

.slick-dots li.slick-active button:before {
    color: #00b1e1;
}

.slick-dots li button:before {
    font-size: 10px;
}

.register-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    background: black;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    border-radius: 40px;
    margin-top: 24px;
    width: max-content;
    transition: all 0.3s;
}

.register-btn:hover {
    background-color: white;
    border-color: white;
    color: black;
}

/* Global Section Styles */
.section-subtitle {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 800;
    line-height: 125%;
    color: white;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-title {
    font-family: "League Gothic", Helvetica, Arial, Lucida, sans-serif;
    font-size: 64px;
    line-height: 90%;
    text-transform: uppercase;
    color: black;
    align-self: center;
    text-align: center;
}

.section-text {
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 21.6px */
    max-width: 952px;
    margin: 8px auto 0px;
}

.general-ticket-button {
    display: flex;
    width: fit-content;
    padding: 16px 32px;
    margin-top: 16px;
    background-color: #00b1e1;
    border: 2px solid #00b1e1;
    border-radius: 40px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.5s;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 auto;
}

.general-ticket-button:hover {
    background-color: black;
    border-color: black;
    color: #00b1e1;
}

.general-ticket-button:focus {
    outline: none;
}

/* Custom styling for tabs */
.tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
}

.tabs>button {
    display: flex;
    width: 342px;
    padding: 16px 4px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border-radius: 8px 8px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    background: #e6e6e6;
    color: var(--Black, #000);
    text-align: center;
    font-family: "League Gothic";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 28.8px */
    text-transform: uppercase;
    cursor: pointer;
}

.tabs-full-name,
.tabs-abbr-name {
    color: var(--Black, #000);
    text-align: center;
    font-family: "League Gothic";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 28.8px */
    text-transform: uppercase;
}

[role="tabpanel"] {
    display: none;
    /* margin-top: 24px; */
}

[role="tabpanel"]:not([hidden]) {
    display: block;
}

.tabs [role="tab"][aria-selected="true"] {
    display: flex;
    width: 342px;
    padding: 16px 4px;
    flex-direction: column;
    gap: 4px;
    border-radius: 8px 8px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}

/* Page Container */
.event-container {
    display: unset;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

/* Hero Section */
.hero-section {
    display: flex;
    position: relative;
    flex-direction: column;
    align-self: stretch;
    padding-top: 48px;
    width: 100%;
    text-transform: uppercase;
    min-height: 672px;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    margin-top: 94px;
}

.hero-banner {
    object-fit: cover;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    height: 100%;
}

.hero-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-logo-image {
    max-width: 708px;
    width: 100%;
}

.cart-button img {
    width: 40px;
    height: 40px;
}

/* Navigation */
.main-nav {
    width: 100%;
    background-color: black;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 0px 24px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: space-between;
    align-self: center;
    width: 100%;
    max-width: 1440px;
    margin: 24px 0px;
}

.nav-logo {
    object-fit: contain;
    flex-shrink: 0;
    max-width: 100%;
    width: 285px;
    transition: all 0.3s ease;
}

.nav-logo.scrolled {
    display: flex;
    /* content: url("/wp-content/uploads/2025/01/BurnBootCamp-Logo-blue.png"); */
}

.main-nav.scrolled {
    background-color: black;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    align-self: stretch;
    margin: auto 0;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    transition: color 0.2s;
    text-transform: uppercase;
}

.main-nav.scrolled .nav-link {
    color: white;
}

.main-nav.scrolled .nav-link:hover {
    color: #00b1e1;
}

.nav-link:hover {
    color: #00b1e1;
}

.nav-button {
    gap: 1.5rem;
    align-self: stretch;
    padding: 0.75rem 1.5rem;
    margin: auto 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: black;
    background-color: #00b1e1;
    border: 2px solid #00b1e1;
    border-radius: 40px;
    transition: 0.5s;
}

.nav-button:hover {
    background-color: black;
    border-color: black;
    color: #00b1e1;
}

.cart-button {
    display: inline-flex;
}

.hero-cards {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
    position: relative;
    justify-content: center;
}

.hero-card {
    background-color: #00AEEF;
    padding: 16px;
    border-radius: 8px;
    max-width: 465px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero-card h3 {
    color: black;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    /* 20px */
    text-transform: uppercase;
}

.hero-card p {
    color: black;
    text-align: center;
    font-family: "League Gothic";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
}

/* Overview Section */
.overview-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 80px 24px;
    width: 100%;
    text-align: center;
    color: black;
    background-color: #00b1e1;
}

.overview-content {
    display: flex;
    flex-direction: column;
    max-width: 952px;
}

#overview-text {
    margin-top: 8px;
}

/* Tickets Section */
.tickets-section {
    width: 100%;
    padding: 80px 24px;
}

/* Workouts Section */
.workouts-section {
    background-color: #F2F2F2;
    width: 100%;
    padding: 80px 24px;
}

#tickets-title {
    font-size: 64px;
    margin-bottom: 40px;
    font-weight: semi-bold !important;
}

.tickets-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    align-content: center;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.tickets-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    grid-column: 1 / 13;
}

.entrance-fee-ticket-section {
    display: flex;
    flex-direction: column;

}

.entrance-fee-ticket-section h3 {
    text-align: center;
}

.workouts-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    align-content: center;
    margin-top: 54px;
}

.workouts-grid {
    display: flex;
    gap: 24px;
}

.ticket-card {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
    background: white;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 0 40px 40px;
    height: 100%;
    width: 100%;
    max-width: 464px;
    grid-column: 1 / 5;
}

#standard-ticket {
    margin: 0 0 0 auto;
}

#vip-ticket {
    margin: 0 auto 0 0;
}

.ticket-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ticket-badge {
    position: relative;
    background-color: #00B1E1;
    padding: 0.75rem 0.5rem;
    width: 220px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: black;
    margin-bottom: 28px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#finals-badge {
    background-color: #FDDA13;
}

.ticket-header {
    text-align: center;
    text-transform: uppercase;
}

.ticket-name {
    font-size: 3rem;
    line-height: 1;
    color: black;
    font-family: "League Gothic", sans-serif;
}

.ticket-category {
    color: #000;
    text-align: center;
    /* Destop/Desktop, H3 */
    font-family: "League Gothic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 43.2px */
    text-transform: uppercase;
}

.ticket-category.entrance {
    grid-column: 1 / 5;
}

.ticket-category.finals {
    grid-column: 1 / 13;
}

.ticket-category.finals.mobile {
    display: none;
}

hr.ticket-divider {
    border-top: 3px solid #000;
    border-radius: 5px;
}

.ticket-price {
    font-size: 120px;
    line-height: 90%;
    margin-top: 16px;
    font-family: "League Gothic", sans-serif;
    text-align: center;
}

.ticket-price>sup {
    font-family: "League Gothic", sans-serif;
    font-size: 58px;
}

.ticket-button {
    display: block;
    width: max-content;
    padding: 16px 32px;
    margin: 16px auto 0px;
    background-color: #00b1e1;
    border: 2px solid #00b1e1;
    border-radius: 40px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.5s;
    cursor: pointer;
    text-transform: uppercase;
}

.ticket-button:hover {
    background-color: black;
    border-color: black;
    color: #00b1e1;
}

.ticket-button:focus {
    outline: none;
}

hr.ticket-separator {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin: 24px 0px;
}

.ticket-details {
    margin-top: 0rem;
}

.ticket-includes {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    line-height: 125%;
}

.ticket-feature {
    margin-top: 0rem;
}


.reg-info {
    text-align: center;
    margin: 16px auto 0px;
}

.feature-day {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
}

.feature-day:not(:first-child) {
    margin-top: 8px;
}

.feature-list {
    margin-top: 0rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 135%;
    list-style: disc;
    list-style-position: outside;
    padding-left: 1.5em;
}

/* Agenda Section */
.agenda-section {
    width: 100%;
    padding: 80px 24px;
}

#agenda-title {
    margin-bottom: 8px;
    text-align: center;
    color: #00b1e1;
}

.agenda-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 24px;
}

.agenda-grid {
    display: flex;
    gap: 24px;
}

.agenda-card {
    display: flex;
    flex-direction: column;
    align-items: left;
    flex: 1;
    position: relative;
    background: white;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-top: 0;
    height: fit-content;
    padding: 16px 32px;
}

#agenda-text {
    margin: 20px auto 40px;
}

.agenda-date {
    color: #00B1E1;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.agenda-day {
    color: black;
    font-family: "League Gothic";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 36px */
    text-transform: uppercase;
}

hr.agenda-divider {
    width: 100%;
    border-top: 2px solid #00b1e1;
    border-radius: 5px;
}

.agenda-detail {
    padding: 12px 0;
}

.agenda-detail:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.agenda-time {
    color: #00b1e1;
    padding-bottom: 4px;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 18.9px */
}

.agenda-event {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    /* 21.6px */
    text-transform: uppercase;
}

/* Breakout Section */
.breakout-section {
    width: 100%;
    padding: 80px 24px;
    background-color: #f2f2f2;
}

.breakout-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
    color: #00b1e1;
}

.breakouts-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 24px;
}

#breakout-text {
    padding-bottom: 40px;
}

.breakout-tabs-divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    margin: 0;
}

.breakout-track-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px #fff;
    border: none;
    margin: 40px 0px;
}

.breakout-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.tabs-abbr-name {
    display: none;
}

.track-name {
    font-family: "League Gothic", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: black;
    text-align: left;
    position: relative;
}

.track-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.track-toggle {
    background: white;
    border-radius: 50px;
    border: none;
    padding: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    display: flex;
}

/* Plus/Minus Icon */
.plus-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.plus-icon::before,
.plus-icon::after {
    content: "";
    position: absolute;
    background-color: #d9d9d9;
    transition: all 0.3s ease;
}

/* Horizontal line */
.plus-icon::before {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
}

/* Vertical line - starts rotated 90deg (invisible as minus) */
.plus-icon::after {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

/* Collapsed state - rotate to visible plus sign */
.breakout-track-section.collapsed .plus-icon::after {
    transform: translateX(-50%) rotate(0);
    opacity: 1;
}

/* Hide/Show slider */
.breakout-track-section.collapsed .breakout-slider {
    display: none;
}

/* Update existing track name styling */
.track-name {
    margin-bottom: 0;
    /* Remove margin since it's now handled by track-header */
}

.breakout-card {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    /* Drop Shadow */
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.breakout-track-section {
    margin-bottom: 48px;
    padding: 0 40px;
}

.breakout-card-divider {
    height: 1px;
    width: 100%;
    background-color: #00b1e1;
    border: none;
    margin: 12px 0;
}

.breakout-time {
    color: #00b1e1;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    /* 20px */
    text-transform: uppercase;
}

.breakout-title {
    color: black;
    font-family: "League Gothic";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 28.8px */
    text-transform: uppercase;
}

.breakout-details {
    padding: 4px 0px 4px;
}

.breakout-details>span {
    color: #00b1e1;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    /* 21.6px */
}

.breakout-description {
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 18.9px */
}

.breakout-slider {
    margin: 0 -15px;
    /* Compensate for slide padding */
}

/* Ensure cards are equal height within a row */
.breakout-slider .slick-track {
    display: flex !important;
    gap: 24px;
}

.breakout-slider .slick-slide {
    height: inherit !important;
}

.breakout-slider .breakout-card {
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

/* Accommodations Section */
.accommodations-section {
    width: 100%;
    padding: 80px 24px;
}

#accommodations-title {
    color: #00b1e1;
}

#accommodations-text {
    padding-bottom: 40px;
}

.accommodations-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 24px;
}

.accommodations-tab-title {
    color: black;
    text-align: center;
    font-family: "League Gothic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 43.2px */
    text-transform: uppercase;
}

.accommodations-slider {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.accommodation-card {
    grid-column: span 3;
}

.accommodation-card.featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    padding: 0;
    margin-top: 24px;
}

.featured .featured-image {
    grid-column: 1 / 7;
}

.accommodations-tabs-divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    margin: 0;
    margin-bottom: 40px;
}

.accommodations-container>.tabs-group {
    margin-bottom: 32px;
}

.accommodation-tab-title {
    color: black;
    text-align: center;
    font-family: "League Gothic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 43.2px */
    text-transform: uppercase;
}

.accommodation-overview {
    display: flex;
    margin: auto;
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 21.6px */
    max-width: 952px;
    margin-bottom: 32px;
}

.accommodation-title {
    color: black;
    font-family: "League Gothic";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 28.8px */
    text-transform: uppercase;
    padding-bottom: 4px;
}

.accommodation-description {
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 18.9px */
}

.accommodation-image {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    border-radius: 4px;
}

.featured-title {
    color: black;
    font-family: "League Gothic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 43.2px */
    text-transform: uppercase;
}

.featured-description {
    color: black;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 21.6px */
}

.featured .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.featured .featured-content {
    grid-column: 8 / 12;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* FAQ Section */
.faq-section {
    width: 100%;
    padding: 80px 24px;
    background-color: #f2f2f2;
}

.faq-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 24px;
}

#faq-title {
    color: #00b1e1;
}

.question-section-title {
    color: #00b1e1;
    font-family: "League Gothic";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 8px;
}

.divisions-section {
    padding: 80px 24px;
    background: white;
}

.divisions-header {
    font-family: "League Gothic";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: center;
}

.division-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    align-content: center;
}


.division {
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 708px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.age-color {
    color: #FDDA13;
    font-family: "League Gothic";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
}

.standard-division {
    background-image: url('/wp-content/uploads/2025/02/standard-divison.png');
}

.masters-division {
    background-image: url('/wp-content/uploads/2025/02/masters-division.png');
}



.division-name {
    color: white;
    text-align: center;
    font-family: "League Gothic";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 16px;
    border-bottom: 1px solid white;
    width: 80%;
    padding-bottom: 5px;
}

.division p {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "League Gothic";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

.requirements {
    border-radius: 8px;
    background: black;
    color: white;
    padding: 20px;
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    max-width: 1440px;
}

.requirements h3 {
    font-family: "League Gothic";
    color: white;
    margin: 0;
    padding-right: 60px;
    border-right: 1px solid white;
    margin-right: 60px;
    font-size: 64px;
}

.faq-toggle {
    background: white;
    border-radius: 50px;
    border: none;
    padding: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-shrink: 0;
}

.faq-question {
    color: black;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    /* 25px */
    text-transform: uppercase;
    padding-bottom: 0px;
}

.answer-list {
    list-style-type: disc;
    padding-left: 20px;
}

.sub-points {
    list-style-type: circle;
    padding-left: 20px;
    margin-top: 0px;
}

.faq-item {
    margin-bottom: 24px;
}

.faq-answer {
    max-height: 0;
    /* Start collapsed */
    overflow: hidden;
    transition: all 0.3s ease-out;
    /* Smooth transition */
}

/* Collapsed state */
.faq-item.collapsed .plus-icon::after {
    transform: translateX(-50%) rotate(0);
    /* Rotate to plus */
    opacity: 1;
    /* Hide when collapsed */
}

/* Expanded state */
.faq-item:not(.collapsed) .plus-icon::after {
    opacity: 1;
    /* Ensure it's visible when expanded */
}

.faq-question-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px #fff;
    border: none;
    margin: 16px 0;
}

.menu-toggle {
    display: none;
}

/* General Container for Max Width */
.prizes-section,
.locations-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 20px;
}

/* PRIZES SECTION */


.prizes-section-unique {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: 20px auto;
    max-width: 1400px;
}

.prizes-image-unique {
    flex: 1;
}

.prizes-image-unique img {
    max-width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.prizes-content-unique {
    flex: 1;
    padding-left: 80px;
}

.section-subtitle-unique {
    font-family: "League Gothic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 43.2px */
    text-transform: uppercase;
    padding-bottom: 20px;
}

.locations-section-unique {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 20px 0;
    max-width: 1400px;
    margin: 20px auto;
}

.locations-content-unique {
    flex: 1;
    order: 1;
}

.map-content-unique {
    flex: 1;
    order: 2;
}

.map-content-unique img {
    max-width: 100%;
    height: auto;
}

.locations-list-unique {
    columns: 3;
}

.section-disclaimer {
    color: var(--Black, #000);
    /* Body-XSmall */
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 16.2px */
    padding-top: 20px;
}

.section-subtitle {
    color: var(--Black, #000);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    /* 24.3px */
    text-transform: uppercase;

    align-content: left;
}

.section-second-subtitle-unique {
    color: var(--Black, #000);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    /* 24.3px */
}

.prizes-content-unique ul {
    list-style-type: disc;
    /* Adds bullet points */
    padding-left: 20px;
    /* Ensures proper indentation */
}

.prizes-content-unique li {
    color: var(--Black, #000);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 18.9px */
}

.overview-container {
    background-color: #00AEEF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.overview-header {
    font-family: "League Gothic", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.overview-text {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.prize {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: black;
    color: white;
    padding: 40px;
    font-weight: bold;
    max-width: 342px;
    width: 100%;
    text-align: center;
}

.prize h4 {
    color: white;
    margin: 0;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    padding-bottom: 16px;
    border-bottom: 2px solid white;
    font-family: "League Gothic", sans-serif;
}

.prize .amount {
    color: white;
    text-align: center;
    font-family: "League Gothic";
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    margin-top: 16px;
}

.overview-copy-content {
    max-width: 970px;
    flex-direction: column;
    text-align: center;
}

.requirements-list {
    list-style: disc;
}

.requirements-list>li {
    color: white;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

sup {
    font-size: 75%;
    color: black;
    bottom: .5em !IMPORTANT;
    ;
}

@media screen and (max-width: 1023px) {
    .tickets-container {
        display: flex;
        flex-direction: column;
    }

    .ticket-category.finals.desktop {
        display: none;
    }

    .ticket-category.finals.mobile {
        display: block;
    }
}

/* Media Queries */
@media (max-width: 768px) {
    .general-ticket-button {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .nav-wrapper {
        display: flex;
        align-items: center;
    }

    .nav-logo.scrolled {
        /* content: url("/wp-content/uploads/2025/01/BurnBootCamp-Logos-Alt-Blue.png"); */
        width: 95px;
    }

    .hero-section {
        min-height: 560px;
        padding-bottom: 40px;
        /* margin-top: 98px; */
    }

    .hero-card h3 {
        font-size: 14px;
    }

    .hero-card p {
        font-size: 32px;
    }

    .section-title {
        font-size: 44px;
        line-height: 90%;
    }

    .section-subtitle {
        font-size: 20px;
        line-height: 125%;
    }

    .ticket-card {
        padding: 0px 24px 24px;
        max-width: none;
    }


    #tickets-title {
        font-size: 44px;
        margin-bottom: 24px;
    }

    .ticket-header {
        font-size: 32px;
    }

    .ticket-price {
        font-size: 80px;
    }

    .ticket-price>sup {
        font-size: 38px;
    }

    .ticket-button {
        font-size: 16px;
        padding: 16px 24px;
        line-height: 100%;
        width: 100%;
    }

    .tickets-container {
        gap: 16px;
    }

    /* Navigation */
    /* Show the hamburger button */
    /* Hamburger Button Container */
    .menu-toggle {
        position: relative;
        width: 32px;
        /* Width of the hamburger icon */
        height: 24px;
        /* Height for the stacked bars */
        display: flex;
        flex-direction: column;
        gap: 6px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 9999;
        /* Ensure it’s on top of the menu overlay if needed */
        padding: 0;
    }

    .menu-toggle.open .bar {
        background-color: black;
    }

    /* The 3 Bars */
    .menu-toggle .bar {
        display: block;
        width: 100%;
        height: 4px;
        background-color: white;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
    }

    /* Transition to 'X' when .open is added to .menu-toggle */
    .menu-toggle.open .bar:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .menu-toggle.open .bar:nth-child(2) {
        opacity: 0;
        /* Middle bar fades out */
    }

    .menu-toggle.open .bar:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    /* Turn nav-links into a full-screen overlay */
    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        gap: 1rem;
        padding: 100px 2rem;
        transform: translateX(100%);
        /* Slide off-screen by default */
        justify-content: flex-start;
        transition: transform 0.3s ease;
    }

    .nav-links.open {
        transform: translateX(0);
        /* Slide in when open */
    }

    .nav-link {
        color: #000;
        margin: 16px;
    }

    .nav-link:hover {
        color: #00b1e1;
    }

    .nav-button {
        font-size: 16px;
        padding: 16px 24px;
        line-height: 100%;
        display: flex;
        justify-content: center;
        width: 100%;
        background-color: #00b1e1;
        border: 2px solid #00b1e1;
        border-radius: 40px;
        color: black;
        font-weight: bold;
        font-size: 18px;
        transition: all 0.5s;
        cursor: pointer;
        text-transform: uppercase;
        margin: 0 auto;
    }

    .cart-button {
        display: inline-flex;
    }

    .tickets-section,
    .overview-section,
    .workouts-section {
        padding: 40px 24px;
    }

    .agenda-section {
        padding: 40px 24px 40px 24px;
    }

    .faq-section,
    .accommodations-section {
        padding: 40px 24px;
    }

    #agenda-text {
        margin-bottom: 24px;
    }

    .tickets-grid {
        margin: 0;
        /* Remove any existing margins */
    }

    .ticket-card {
        /* margin: 0 10px; */
        /* Add some spacing between slides */
        display: flex !important;
    }

    .workouts-grid {
        margin: 0;
        /* Remove any existing margins */
    }

    .workouts-card {
        margin: 0 10px;
        /* Add some spacing between slides */
        display: flex !important;
    }

    .workouts-container {
        margin-top: 49px;
    }

    .tabs {
        gap: 16px;
    }

    /* [role="tabpanel"] {
    margin-top: 16px;
  } */

    .tabs-full-name {
        display: none;
        /* Hide full names on mobile */
    }

    .tabs-abbr-name {
        display: inline;
        /* Show abbreviated names on mobile */
    }

    .breakouts-container {
        padding-bottom: 0px;
    }

    .breakout-track-divider {
        margin: 16px 0px;
    }

    .breakout-section {
        padding: 40px 24px;
    }

    .breakout-track-section {
        padding: 0px;
        margin-bottom: 16px;
    }

    .track-header {
        margin-bottom: 0px;
    }

    .accommodations-container {
        padding: 0px;
    }

    .accommodations-tab-title {
        font-size: 44px;
    }

    .accommodations-slider {
        display: block;
        margin: 0 -12px;
    }

    .accommodation-card {
        margin: 12px;
    }

    .accommodation-card.featured {
        display: block;
        margin: 12px;
        padding: 0;
    }

    #faq-section-title {
        margin-bottom: 24px;
        padding-bottom: 0px;
    }

    .faq-item,
    .faq-header {
        margin: 0px;
    }

    .question-section-title {
        font-size: 32px;
        padding-top: 8px;
        padding-bottom: 0;
    }

    .featured .featured-image img {
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .featured-title {
        color: black;
        font-family: "League Gothic";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;
        text-transform: uppercase;
        padding-bottom: 4px;
    }

    .featured .featured-content {
        padding: 0px;
    }

    .featured-description {
        font-size: 14px;
    }

    .prizes-section-unique {
        flex-direction: column;
        text-align: left;
    }

    .prizes-content-unique {
        padding-left: 0;
        text-align: left;
    }

    .locations-section-unique {
        flex-direction: column;
        text-align: center;
    }

    .map-content-unique {
        order: -1;
    }

    .locations-content-unique {
        order: 1;
    }

    .locations-list-unique {
        columns: 2;
        align-items: left;
        text-align: left;
    }

    .section-subtitle-unique {
        text-align: left;
    }

    .overview-container {
        flex-direction: column;
    }

    .overview-header {
        font-size: 44px;
    }

    .prize h4 {
        font-size: 32px;
    }

    .prize .amount {
        font-size: 80px;
    }

    .division-container {
        display: flex;
        flex-direction: column;
        /* Items stacked vertically */
        justify-content: center;
        /* Centers vertically (main axis) */
        align-items: center;
    }

    .divisions {
        padding-top: 40px;
    }

    .division {
        width: 100%;
        min-height: 200px;
        max-height: 206px;
        height: 100%;
    }

    .requirements {
        padding: 40px 24px 24px;
    }

    .requirements h3 {
        font-size: 44px;
        border: none;
        padding: 0;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .requirements-list {
        padding: 0px;
        list-style-position: inside;
    }

    .register-btn {
        margin-top: 8px;
    }

    .overview-container {
        gap: 32px;
    }

    .register-btn {
        width: 100%;
    }

    .requirements {
        flex-direction: column;
    }

    .divisions-section {
        padding: 40px 24px;
    }

    .hero-cards {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }

    .division-name {
        font-size: 44px;
    }

    .division>p,
    .age-color {
        font-size: 32px;
    }

    .main-nav.scrolled .nav-link {
        color: black;
    }

    .reg-info>p {
        font-size: 14px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 135%;
    }

    .ticket-category {
        font-size: 36px;
        margin-top: 16px;
    }
}

.workout-card>img {
    border-radius: 8px;
}