@font-face {
  font-family: 'Hanson';
  font-weight: bold;
  src: url('/fonts/hanson-bold.otf') format('opentype');
}

@font-face {
  font-family: 'Adobe Clean UX';
  font-weight: normal;
  src: url('/fonts/adobe-clean-ux.otf') format('opentype');
}


@font-face {
	font-family: 'Kode Mono';
	src: url('/fonts/KodeMono-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Kode Mono';
	font-weight: bold;
	src: url('/fonts/KodeMono-Bold.ttf') format('truetype');
}



body {
  font: 14px 'Adobe Clean UX', 'Inter', 'Lucida Grande', Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #f2f1f0;
  background-image: url('/images/mel_light_background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0px;
  padding: 0px;
  min-height: 100vh;
  max-height: 100vh;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* selection to be #e86f17 */
::selection {
  background-color: #e86f17;
  color: white;
}

/* Hide mobile navigation on desktop */
.mobile_bottom_nav {
  display: none;
}

/* Hide mobile sidebar on desktop */
.mobile_sidebar_overlay {
  display: none;
}



a {
  color: #e86f17;
}

h1, h2, h3, h4{
  font-family: 'Hanson';
  font-weight: bold;
  margin: 0px;
}

img {
	max-width: 100%;
}

.orange_text {
  color: #e86f17;
}


.main_container {
	display: flex;
	min-height: 100vh;
	overflow-y: auto;
}

.left_column {
	width: 80px;
	display: flex;
	border-right: 2px solid #d1d1d1;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	flex-direction: column;
	position: fixed;
	height: 100vh;
	z-index: 3;
}


.right_column {
	width: 80px;
	display: flex;
	border-left: 2px solid #d1d1d1;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	position: fixed;
	height: 100vh;
	right: 0px;
}

nav.main_menu {
	display: flex;
	width: 100%;
	height: 70px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	gap: 50px;
	font-family: 'Kode Mono';
	border-bottom: 2px solid #d1d1d1;
}

nav.main_menu a {
	text-decoration: none;
	color: gray;
	font-size: 1.4rem;
	text-transform: uppercase;
}

nav.main_menu a.active {
	color: #e86f17;
}

.main_menu_item:hover {
	border-color: #e86f17;
}

.main_menu_item {
	border-bottom: 2px solid transparent;
}

img.home_logo {
	width: 60px;
	margin: 6px;
}

.content_box {
	margin: 50px;
	background: white;
	padding: 50px;
	box-shadow: 0px 10px 20px #00000017;
	max-width: 1120px;
	width: 100%;
}

h1.hero_title {
	font-size: 110px;
}

p.hero_text {
	max-width: 520px;
	line-height: 1.5;
	margin: 0px;
	font-size: 18px;
}

.main_column {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 80px;
	margin-right: 80px;
	padding-bottom: 100px;
	min-height: 100vh;
	/* overflow-y: scroll; */
	position: relative;
}

img.au_logo {
	width: 40px;
	margin: 15px;
}

a.au_link {
	position: relative;
	display: inline-block;
}

.au_tooltip {
	position: absolute;
	left: calc(100% + 8px);
	top: 50%;
	transform: translateY(-50%);
	background-color: #e86f17;
	color: white;
	font-family: 'Kode Mono';
	font-size: 12px;
	padding: 8px 12px;
	white-space: nowrap;
	border-radius: 4px;
	opacity: 0;
	max-width: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	pointer-events: none;
	z-index: 10;
}

.au_tooltip::before {
	content: '';
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #e86f17;
}

a.au_link:hover .au_tooltip {
	opacity: 1;
	max-width: 300px;
}

.hero_container {
	display: flex;
	position: relative;
	justify-content: space-between;
	height: 670px;
	overflow: hidden;
}

.hero_characters {
	display: flex;
	position: absolute;
	width: 500px;
	height: 500px;
	z-index: 2;
}

img.hero_character {
	width: 180px;
	position: absolute;
  transform: translateY(150%);
  animation: slideUpCharacter 0.75s ease-out forwards;
}

@keyframes slideUpCharacter {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0%);
  }
}



.hero_character_background {
	background: url('/images/mel_dark_background.jpg');
	width: 600px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.hero_column {
	padding: 50px;
	position: relative;
	min-width: 500px;
}

img.hero_character.char_1 {
	z-index: 4;
	width: 246px;
	left: -90px;
}

img.hero_character.char_2 {
	z-index: 3;
	width: 216px;
	left: 110px;
	filter: brightness(0.4);
	margin-top: 29px;
	animation-delay: 0.25s;
}

img.hero_character.char_3 {
	z-index: 2;
	width: 186px;
	left: 268px;
	filter: brightness(0.3);
	margin-top: 66px;
	animation-delay: 0.50s;
}

.stroke_text{
	
}


@supports (-webkit-text-stroke: 1px black) {
  .stroke_text {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: transparent;
  }
}

h3.hero_stroke_text {
	font-size: 50px;
	text-transform: uppercase;
	line-height: 0.96;
	margin: 20px 0px;
	-webkit-text-stroke-color: #e86f17;
	max-width: 520px;
}

/* Word animation styles */
.hero_stroke_text .word {
	display: inline-block;
	opacity: 0;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #e86f17;
	animation: wordAnimation 0.4s ease-out forwards;
	margin-right: 0.2em;
}

.hero_stroke_text .word:nth-child(1) { animation-delay: 0.65s; }
.hero_stroke_text .word:nth-child(2) { animation-delay: 1.00s; }
.hero_stroke_text .word:nth-child(3) { animation-delay: 1.35s; }
.hero_stroke_text .word:nth-child(4) { 
	animation: wordAnimationLast 0.4s ease-out forwards;
	animation-delay: 1.70s; 
}

@keyframes wordAnimation {
	0% {
		opacity: 0;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke: 1px transparent;
	}
	50% {
		opacity: 1;
		-webkit-text-fill-color: #e86f17;
		-webkit-text-stroke: 1px transparent;
	}
	100% {
		opacity: 1;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke: 1px #e86f17;
	}
}

@keyframes wordAnimationLast {
	0% {
		opacity: 0;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke: 1px transparent;
	}
	50% {
		opacity: 1;
		-webkit-text-fill-color: #e86f17;
		-webkit-text-stroke: 1px transparent;
	}
	100% {
		opacity: 1;
		-webkit-text-fill-color: #e86f17;
		-webkit-text-stroke: 1px transparent;
	}
}

h2.content_title {
	text-transform: uppercase;
}

.content_box.hero_content_box {
	padding: 0px;
}

h3.content_list_item_title {
	font-family: 'Kode Mono';
}

p.content_list_item_text {
	margin-top: 0px;
	opacity: 0.5;
}

.content_section {
	margin-bottom: 60px;
}

.content_list {
	list-style: none;
	padding-left: 0;
}

.content_list_item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.content_list_item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #e86f17;
	transform: rotate(45deg);
}

p.content_text {
	/* max-width: 620px; */
	line-height: 1.5;
	font-size: 18px;
}

/* Pre-registration CTA Button Styles */
.center_section {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.button.cta_button {
	display: inline-block;
	background-color: #e86f17;
	color: white;
	text-decoration: none;
	padding: 20px 40px;
	/* border-radius: 8px; */
	cursor: pointer;
	font-family: 'Hanson';
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	/* box-shadow: 0 4px 15px rgba(232, 111, 23, 0.3); */
	border: 2px solid #e86f17;
}

.button.cta_button:hover {
	background-color: #d65a0a;
	border-color: #d65a0a;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(232, 111, 23, 0.4);
}

.button.cta_button:active {
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(232, 111, 23, 0.3);
}

.button_text {
	margin: 0;
}

/* Pre-registration Form Styles */
.pre-registration-form {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid #d1d1d1;
	border-radius: 0px;
}

/* Tier Cards Styles */
.tiers_grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 40px;
}

.tier_card {
	background-color: rgb(255 255 255 / 0%);
	border: 2px solid #d1d1d1;
	padding: 30px;
	position: relative;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
}

.tier_card:hover {
	transform: translateY(-2px);
	/* box-shadow: 0 10px 30px rgba(232, 111, 23, 0.2); */
	border-color: #e86f17;
}

.tier_icon {
	margin-right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background-color: rgba(232, 111, 23, 0.1);
	/* border-radius: 50%; */
	flex-shrink: 0;
}

.tier_icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.tier_content {
	flex-grow: 1;
}

.tier_title {
	font-family: 'Hanson';
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	color: #000000;
}

.tier_description {
	line-height: 1.6;
	font-size: 16px;
	color: #333333;
	margin: 0;
}

.tier_badge {
	background-color: transparent;
	color: #ffffff;
	font-family: 'Hanson';
	font-weight: bold;
	font-size: 52px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 16px;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-text-stroke: 1px #e6e6e6;
}

.leadership_text {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	margin-top: 40px;
	padding: 30px;
	background-color: rgba(232, 111, 23, 0.1);
	border-left: 4px solid #e86f17;
	font-weight: 500;
}

@media (max-width: 768px) {
	.tiers_grid {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-top: 30px;
	}
	
	.tier_card {
		padding: 20px;
		flex-direction: column;
		text-align: center;
	}
	
	.tier_icon {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.tier_title {
		font-size: 20px;
	}
	
	.tier_description {
		font-size: 15px;
	}

	.tier_badge{
		display: none;
	}
}

.form-group {
	margin-bottom: 30px;
}

.form-label {
	display: block;
	font-family: 'Hanson';
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000000;
}

.form-input,
.form-select {
	width: 100%;
	padding: 15px 20px;
	font-size: 16px;
	font-family: 'Adobe Clean UX', 'Inter', 'Lucida Grande', Helvetica, Arial, sans-serif;
	border: 2px solid #d1d1d1;
	border-radius: 4px;
	background-color: white;
	transition: all 0.3s ease;
}

.form-input:focus,
.form-select:focus {
	outline: none;
	border-color: #e86f17;
	box-shadow: 0 0 0 3px rgba(232, 111, 23, 0.1);
}

.form-input::placeholder {
	color: #999;
}

.form-submit {
	width: 100%;
	margin-top: 20px;
	font-size: 20px;
	padding: 20px 40px;
}

.form-submit:disabled {
	background-color: #999;
	border-color: #999;
	cursor: not-allowed;
	transform: none;
}

.form-submit:disabled:hover {
	background-color: #999;
	border-color: #999;
	transform: none;
	box-shadow: none;
}

/* Thank You Message Styles */
.thank-you-message {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid #e86f17;
	border-radius: 0px;
	text-align: center;
}

.thank-you-title {
	font-family: 'Hanson';
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #e86f17;
	margin-bottom: 20px;
}

.thank-you-text {
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	margin: 0;
}

/* Countdown Timer Styles */
.countdown-container {
	text-align: center;
	margin-top: 60px;
}

.countdown-title {
	font-family: 'Hanson';
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #000000;
}

.countdown-timer {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 120px;
}

.countdown-number {
	font-family: 'Hanson';
	font-weight: bold;
	font-size: 48px;
	line-height: 1;
	-webkit-text-stroke: 2px #e86f17;
	-webkit-text-fill-color: transparent;
	color: transparent;
	margin-bottom: 10px;
}

.countdown-label {
	font-family: 'Adobe Clean UX', 'Inter', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
}

.content_subtitle {
	-webkit-text-stroke-color: #e86f17;
	text-transform: uppercase;
	font-size: 32px;
}

/* Events Page Styles */
.events_container {
  /* display: flex; */
  /* gap: 50px; */
  /* align-items: flex-start; */
  padding: 50px;
  position: relative;
}

.events_column {
  flex: 1;
  position: relative;
}

.events_title {
  font-size: 40px;
  margin-bottom: 10px;
  color: #e86f17;
  text-transform: uppercase;
}

.events_subtitle {
  font-size: 22px;
  margin-bottom: 30px;
  color: #000000;
  text-transform: uppercase;
}

.events_text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #000000;
}



.events_dates {
  background: rgba(232, 111, 23, 0.1);
  padding: 20px;
  margin: 30px 0;
  border-left: 4px solid #e86f17;
}

.events_dates_title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #e86f17;
  text-transform: uppercase;
}

.events_dates_text {
  font-size: 20px;
  margin: 0;
  color: #000000;
  font-family: 'Kode Mono';
}

.highlight_dates {
  color: #e86f17;
  font-weight: bold;
  font-size: 1.1em;
}

.events_venue_image {
  position: absolute;
  width: 570px;
  height: 330px;
  right: 0px;
  top: 0px;
  overflow: hidden;
  clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 0% 100%);
  /* border-radius: 10px; */
}

.events_venue_image::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #e86f17, black);
	z-index: 15;
	left: 0px;
	top: 0px;
	mix-blend-mode: color;
	opacity: 1;
}

.venue_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.2);
}

.events_header {
	min-height: 300px;
}

.events_header_titles {
	max-width: 580px;
}

/* FAQ Styles */
.faq_item {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #e86f17;
  border-radius: 0 8px 8px 0;
}

.faq_question {
  font-size: 20px;
  margin-bottom: 10px;
  color: #e86f17;
  text-transform: uppercase;
}

.faq_answer {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #000000;
}

/* Showmatch Section Styles */
.showmatch_section {
  margin: 40px 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.showmatch_title {
  font-size: 2.5rem;
  color: #e86f17;
  margin-bottom: 10px;
  text-align: center;
}

.showmatch_subtitle {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}

.showmatch_section_title {
  font-size: 1.4rem;
  color: #e86f17;
  margin-bottom: 20px;
  text-align: center;
}

.participants_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.participant {
  text-align: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease;
}

.participant:hover {
  transform: translateY(-5px);
}

.participant_image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #e86f17;
}

.participant_placeholder {
  opacity: 0.3;
  border: 3px solid #ccc !important;
}

.participant_name {
  font-family: 'Hanson';
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
  margin: 5px 0;
  line-height: 1.2;
}

.participant_branch {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  font-style: italic;
}

.showmatch_how_it_works {
  margin-top: 30px;
}

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

.showmatch_list_item {
  padding: 10px 0;
  color: #333;
  font-size: 1rem;
  position: relative;
  padding-left: 25px;
}

.showmatch_list_item::before {
  content: "•";
  color: #e86f17;
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 8px;
}

/* Contact Form Styles */
.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form .form-input[type="textarea"],
.contact-form textarea.form-input {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

/* Email Alternative Styles */
.email-alternative {
  background: rgba(232, 111, 23, 0.1);
  padding: 30px;
  margin-top: 40px;
  border-left: 4px solid #e86f17;
  border-radius: 0 8px 8px 0;
  text-align: center;
}

.email-alternative-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #e86f17;
  text-transform: uppercase;
}

.email-alternative-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: #000000;
}

.email-link {
  color: #e86f17;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.email-link:hover {
  color: #d15a0a;
  text-decoration: underline;
}

span.form-note {margin-top: -5px;margin-bottom: 10px;display: inline-block;opacity: 0.5;}



/* phones */

@media (max-width: 768px) {
  /* Hide sidebars on mobile */
  .left_column,
  .right_column {
    display: none;
  }

  /* Adjust main column for mobile */
  .main_column {
    padding-left: 0;
    margin-right: 0;
    width: 100%;
  }

  /* Mobile bottom navigation */
  .mobile_bottom_nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 2px solid #d1d1d1;
    z-index: 1000;
    padding: 10px 0;
  }

  .mobile_bottom_nav .mobile_nav_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: gray;
    font-size: 12px;
    font-family: 'Kode Mono';
    text-transform: uppercase;
  }

  .mobile_bottom_nav .mobile_nav_item.active {
    color: #e86f17;
  }

  .mobile_bottom_nav .mobile_nav_icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }



  /* Three dots menu styles */
  .mobile_menu_trigger {
    cursor: pointer;
  }

  .mobile_menu_dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-bottom: 4px;
  }

  .mobile_menu_dots .dot {
    width: 4px;
    height: 4px;
    background-color: gray;
    border-radius: 50%;
  }

  .mobile_menu_trigger:hover .mobile_menu_dots .dot {
    background-color: #e86f17;
  }

  /* Mobile sidebar styles */
  .mobile_sidebar_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .mobile_sidebar_overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile_sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: white;
    z-index: 2001;
    transition: right 0.3s ease;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .mobile_sidebar_overlay.active .mobile_sidebar {
    right: 0;
  }

  .mobile_sidebar_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
  }

  .mobile_sidebar_close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: #e86f17;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }

  .mobile_sidebar_close:hover {
    background-color: #d15a0a;
  }

  .mobile_sidebar_title {
    font-family: 'Kode Mono';
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    color: #000;
  }

  .mobile_au_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
  }

  .mobile_au_link:hover {
    color: #e86f17;
  }

  .mobile_au_logo {
    width: 40px;
    height: 40px;
  }

  .mobile_sidebar_links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0;
    padding: 0 20px;
  }

  .mobile_sidebar_link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    text-decoration: none;
    font-family: 'Kode Mono';
    font-size: 16px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .mobile_sidebar_link:hover {
    background: rgba(232, 111, 23, 0.1);
    color: #e86f17;
  }

  .mobile_sidebar_icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.4) contrast(100%);
  }

  .mobile_sidebar_link:hover .mobile_sidebar_icon {
    filter: brightness(0) saturate(100%) invert(45%) sepia(100%) saturate(1000%) hue-rotate(15deg) brightness(0.9) contrast(100%);
  }

  .mobile_sidebar_socials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .mobile_social_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
    font-family: 'Kode Mono';
    font-size: 14px;
    text-transform: uppercase;
  }

  .mobile_social_link:hover {
    color: #e86f17;
  }

  .mobile_social_icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  /* Hide desktop navigation on mobile */
  nav.main_menu {
    display: none;
  }

  /* Show mobile bottom navigation on mobile */
  .mobile_bottom_nav {
    display: flex;
  }

  /* Show mobile sidebar on mobile */
  .mobile_sidebar_overlay {
    display: block;
  }

  /* Adjust content box for mobile */
  .content_box {
    margin: 20px;
    padding: 30px;
  }

  /* Adjust hero container for mobile */
  .hero_container {
    flex-direction: column;
    height: auto;
    min-height: 600px;
    justify-content: flex-start;
  }

  .hero_characters {
    width: 100%;
    height: 300px;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: -30px;
  }

  /* Adjust character positioning for mobile */
  img.hero_character.char_1 {
    width: 180px;
    left: auto;
	margin-left: -120px;
  }

  img.hero_character.char_2 {
    width: 150px;
margin-left: 150px;
	left: auto;
  }

  img.hero_character.char_3 {
    width: 120px;
margin-left: 350px;
    left: auto;
  }

  .hero_character_background {
    width: 100%;
    height: 300px;
    /* position: relative; */
    clip-path: none;
  }

  .hero_column {
    padding: 30px;
    min-width: auto;
  }

  /* Adjust hero title for mobile */
  h1.hero_title {
    font-size: 60px;
    line-height: 1.1;
  }

  /* Adjust hero text for mobile */
  p.hero_text {
    font-size: 16px;
    max-width: 100%;
  }

  /* Adjust hero stroke text for mobile */
  h3.hero_stroke_text {
    font-size: 32px;
  }

  /* Adjust content subtitle for mobile */
  .content_subtitle {
    font-size: 24px;
  }

  /* Adjust events container for mobile */
  .events_container {
    padding: 30px;
  }

  .events_venue_image {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 30px;
    clip-path: none;
  }

  .events_header_titles {
    max-width: 100%;
  }

  /* Adjust countdown timer for mobile */
  .countdown-timer {
    gap: 20px;
  }

  .countdown-item {
    min-width: 80px;
  }

  .countdown-number {
    font-size: 32px;
  }

  /* Add bottom padding to account for mobile navigation */
  .main_column {
    padding-bottom: 80px;
  }

  /* Improve touch targets for mobile */
  .mobile_menu_item,
  .mobile_nav_item {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Improve button touch targets */
  .button.cta_button {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0px 10px; */
    text-align: center;
  }

  /* Improve form input touch targets */
  .form-input,
  .form-select {
    min-height: 44px;
  }

  /* Adjust form styles for mobile */
  .pre-registration-form {
    /* margin: 20px; */
    padding: 15px;
  }

  .contact-form {
    /* margin: 20px; */
  }

  /* Adjust email alternative for mobile */
  .email-alternative {
    /* margin: 20px; */
    padding: 20px;
  }

  /* Improve mobile scrolling */
  .main_container {
    overflow-x: hidden;
  }

  /* Ensure proper spacing for mobile */
  .content_section {
    margin-bottom: 40px;
  }

  /* Improve list readability on mobile */
  .content_list_item {
    margin-bottom: 15px;
    padding-left: 15px;
  }

  /* Improve FAQ readability on mobile */
  .faq_item {
    margin-bottom: 20px;
    padding: 15px;
  }

  .faq_question {
    font-size: 18px;
  }

  .faq_answer {
    font-size: 14px;
  }

  /* Showmatch mobile styles */
  .showmatch_section {
    margin: 20px 0;
    padding: 20px;
  }

  .showmatch_title {
    font-size: 1.8rem;
  }

  .showmatch_subtitle {
    font-size: 1.1rem;
  }

  .participants_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .participant_image {
    width: 80px;
    height: 80px;
  }

  .participant_name {
    font-size: 0.8rem;
  }

  .participant_branch {
    font-size: 0.7rem;
  }

	.center_section {
		margin: 40px 20px;
	}
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .content_box {
    margin: 30px;
    padding: 40px;
  }

  h1.hero_title {
    font-size: 80px;
  }

  .hero_container {
    height: 500px;
  }

  .hero_characters {
    width: 400px;
    height: 400px;
  }

  .hero_character_background {
    width: 500px;
  }
}

/* Social Media Icons */
.column_socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 20px 0;
  height: 100%;
}

.social_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}

.social_link:hover {
  transform: scale(1.1);
  opacity: 1;
}

.social_icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%);
}

/* Mobile adjustments for social icons */
@media (max-width: 768px) {
  .column_socials {
    display: none;
  }
  
  .social_link {
    margin: 0 5px;
  }
  
  .social_icon {
    width: 20px;
    height: 20px;
  }
}

/* Footer Styles */
.main_footer {
  margin-top: 60px;
  padding: 40px 0;
  border-top: 2px solid #d1d1d1;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  width: calc(100% - 80px);
  position: absolute;
  bottom: 0px;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_links {
  display: flex;
  gap: 30px;
}

.footer_link {
  color: #e86f17;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer_link:hover {
  color: #d15a0a;
  text-decoration: underline;
}

.footer_copyright {
  color: #666;
  font-size: 14px;
}

.footer_copyright p {
  margin: 0;
}

@media (max-width: 768px) {
  .main_footer {
    display: none;
  }
}

/* Teams Grid Styles */
.teams_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.team_card {
  /* border-radius: 15px; */
  background-color: rgb(255 255 255 / 0%);
  border: 2px solid #d1d1d1;
  padding: 25px;
  text-align: center;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #d1d1d1;
}

.team_card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
  border-color: #e86f17;
}

.team_logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 10px;
}

.team_name {
  font-family: 'Hanson';
  font-weight: bold;
  color: #333;
  margin: 0;
  font-size: 1.2em;
}

/* CTA Section Styles */
.cta_section {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #d1d1d1;
}

.cta_title {
  font-family: 'Hanson';
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
  color: #000000;
}

.cta_text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}

@media (max-width: 768px) {
  .teams_grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  
  .team_card {
    padding: 20px;
  }
  
  .team_logo {
    width: 100px;
    height: 100px;
  }
  
  .team_name {
    font-size: 1.1em;
  }
}

/* Signup Page Styles */
.signup-options {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  justify-content: center;
}

.signup-option {
  text-align: center;
  flex: 1;
  max-width: 300px;
}

.signup-option .button {
  width: 100%;
  margin-bottom: 15px;
}

.form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #e86f17;
  border-radius: 0px;
}

.form-header {
  margin-bottom: 30px;
}

.back-button {
  background-color: transparent;
  border: 2px solid #e86f17;
  color: #e86f17;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 10px 20px;
}

.back-button:hover {
  background-color: #e86f17;
  color: white;
}

.team-member-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .signup-options {
    flex-direction: column;
    align-items: center;
  }
  
  .signup-option {
    max-width: 100%;
  }
  
  .team-member-section {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .form-container {
    padding: 20px;
  }
}