/*
* 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: #636363 !important;
}

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

#page-container {
  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 {
  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;
}

/* 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;
  text-align: center;
}

.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: 15px;
  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 */
.summit-container {
  display: flex;
  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: 800px;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}

.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: white;
  position: fixed;
  z-index: 100;
  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: white;
  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: black;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 135%;
  transition: color 0.2s;
}

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

.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;
  text-transform: uppercase;
  transition: 0.5s;
}

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

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

/* 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;
}

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

.tickets-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

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

.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: 0rem 40px 40px;
  max-width: 450px;
  margin-top: 0;
  min-height: fit-content;
}

/* #franchise-partner-ticket,
#vibo-only-ticket {
  margin-top: 72px;
} */

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

.ticket-badge {
  position: relative;
  background-color: #fdda13;
  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;
}

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

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

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: 100%;
  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;
}

.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;
}

.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: 8px 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: var(--Black, #000);
  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: 56px;
}

#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%;
  /* 36px */
  text-transform: uppercase;
}

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

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

.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;
}

.sponsors-section {
  width: 100%;
  padding: 80px 24px;
  background-color: rgba(242, 242, 242, 0.50);

}

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

.sponsors-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1440px;
  margin: 60px auto 40px;
  width: 100%;
}

.sponser-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sponser-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  border-radius: 8px;
}

/* Media Queries */
@media (max-width: 1024px) {
  .sponsors-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .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: 520px;
  }

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

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

  .ticket-card {
    padding: 0px 24px 24px;

  }

  #tickets-title {
    font-size: 36px;
  }

  .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%;
  }

  /* 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;
  }

  /* The 3 Bars */
  .menu-toggle .bar {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #333;
    /* Adjust to your desired color */
    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 {
    padding: 40px 24px;
  }

  .agenda-section {
    padding: 0px 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;
    min-height: fit-content;
  }

  .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;
  }

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

  .sponsors-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 24px auto;
  }

}