@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@300;400;500;700&family=Questrial&display=swap');
@import url(fa-all.min.css);
@import url(animate-v0.0.1.css);

:root {
  --s1: 1rem;
  --primary-bg: #212121;
  --text-color: #ffffff;
}

html {
  min-height: 100vh;
}

/* Global font smoothing to reduce graininess on script fonts */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  background: #592B2B;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  color: var(--text-color);
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.apply {
  background: var(--primary-bg) url('/images/background-25-forms.png') top center / 100% auto repeat-y;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}

h1, h2, h3, h4, p {
  color: var(--text-color);
  margin: 0;
}

h1 {
  font-family: 'Pacifico', cursive;
  font-size: 3em;
}

h2 {
  font-size: 4em;
  font-family: 'Questrial', sans-serif;
}

h3 {
  font-size: 2.5em;
  font-family: 'Questrial', sans-serif;
}

h4 {
  font-size: 2.1em;
  font-family: 'Questrial', sans-serif;
}

p {
  font-size: 1.3em;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

a {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  padding: 1em;
  text-decoration: none;
  color: var(--text-color);
  will-change: transform, color;
}

a:hover {
  color: rgb(254, 227, 140);
  transform: translateY(-2px);
}

hr {
  border: 0.5px solid var(--text-color);
  width: 85%;
  margin: 1em auto;
}

.logo {
  width: 80px;
  padding: 0.3em;
  cursor: pointer;
}

.body-content {
  margin-top: 6em;
}

.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 5em;
  padding-bottom: 2em;
  min-height: 100vh;
  box-sizing: border-box;
}

.main-account {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 5em;
  padding-bottom: 2em;
  min-height: 100vh;
  box-sizing: border-box;
  background: url(/images/background-26-d.png) no-repeat center center fixed;
  background-size: cover;
}

.main-apply {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 5em;
  padding-bottom: 2em;
  min-height: 100vh;
  box-sizing: border-box;
  background: url(/images/background-25-app.png) top center / 100% auto repeat-y;
}

.menu, .menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(33, 33, 33, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  z-index: 90;
  box-sizing: border-box;
}

.menu {
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5em;
  padding: 0 2em;
}

.menu-mobile {
  height: 4.6em;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
}

.menu nav {
  display: flex;
  gap: 1.5em;
}

.menu nav, .menu-mobile nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline;
}

.menu nav a {
  display: inline-block;
  padding: 10px 18px;
  font-size: 1.15rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}

.menu nav a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #FEE38C;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.menu nav a:hover::after {
  width: 70%;
}

.menu nav a:hover {
  color: #FEE38C;
  transform: translateY(-2px);
}

.menu > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.menu > a:hover {
  transform: scale(1.02);
}

.slide-out {
  top: 5em;
  right: 0;
  position: fixed;
  z-index: 1;
  width: 30em;
  height: 90vh;
  overflow-y: scroll;
  background-color: var(--primary-bg);
  padding: 1rem;
}

#opening {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  text-align: center;
  min-height: 100vh;
}

#welcome {
  width: 30em;
}

#hello {
  margin-bottom: 0.5em;
}

#welcome h4 {
  font-size: 1.3em;
}

#welcome h3, #welcome h4 {
  margin: 0.5em 0;
}

#checkin {
  width: 30em;
}

#start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.center-content {
  margin: 0em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.welcome-container {
  width: 90%;
  max-width: 50em;
  margin: 0 auto;
  flex-shrink: 0;
}

.welcome-image {
  width: 100%;
  height: auto;
  display: block;
}

.season-text {
  margin-top: 1em;
  text-align: center;
}

.with-sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s1);
  margin: 3em 6em;
}

.with-sidebar > :first-child {
  flex-basis: 25em;
  flex-grow: 1;
}

.with-sidebar > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-inline-size: 50%;
}

.small-sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s1);
  margin: 3em 6em;
}

.small-sidebar > :first-child {
  flex-basis: 18rem;
  flex-grow: 1;
}

.small-sidebar > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-inline-size: 62%;
}

.side-by-side {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s1);
  margin: 3em 6em;
}

.side-by-side > :first-child {
  flex-grow: 1;
}

.side-by-side > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-inline-size: 50%;
}

li {
  list-style: none;
  color: var(--text-color);
  font-size: 1.4em;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 0.5em;
}

.paragraph h4 {
  margin-top: 0;
}

.paragraph li {
  list-style: circle;
  font-size: 1.3em;
  padding: 0.3em;
}

#forms {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-content: center;
  text-align: center;
  margin: 4em 0 8em;
  min-height: 100vh;
}

#index-menu h2 {
  line-height: 0.6em;
  font-weight: 100;
}

#index-menu h3 {
  font-size: 1.3em;
  font-weight: 100;
}

#user-data {
  display: flex;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  height: 100vh;
}

#user-data h1 {
  font-size: 3.5em;
  line-height: 0.2em;
}

#user-data a {
  font-size: 1.5em;
  line-height: 0.5em;
}

#ITwo {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#info {
  width: 25em;
  display: block;
}

#info h2 {
  font-size: 2.2em;
}

#info a {
  font-size: 1.18em;
  font-weight: 500;
  padding: 0.7em;
  font-family: 'Poppins', sans-serif;
}

#info a:hover {
  background-color: #00313d;
  color: var(--text-color);
  border-radius: 2px;
}

#info-mobile h2 {
  font-size: 2.2em;
}

#info-mobile a {
  font-size: 1.18em;
  font-weight: 500;
  padding: 0.7em;
  font-family: 'Poppins', sans-serif;
}

#info-mobile a:hover {
  background-color: #00313d;
  color: var(--text-color);
  border-radius: 2px;
}

#small-menu {
  display: none;
}

#dates {
  width: 25em;
  display: block;
}

#dates h2 {
  font-size: 2.2em;
}

#dates ul {
  color: var(--text-color);
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

#dates li {
  font-size: 1.05em;
  font-weight: 700;
  padding: 0.4em;
  margin-bottom: 1em;
}

#dates-mobile h2 {
  font-size: 2.2em;
}

#dates-mobile ul {
  color: var(--text-color);
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

#dates-mobile li {
  font-size: 1.05em;
  font-weight: 700;
  padding: 0.4em;
  margin-bottom: 1em;
}

#thecolumn {
  text-align: left;
  text-indent: 3em;
  padding-bottom: 5%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=number],
select,
textarea {
  width: 100%;
  max-width: 400px;
  padding: 14px 20px;
  margin: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  outline: none;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
  color: var(--text-color);
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #74bcff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(116, 188, 255, 0.2);
  transform: translateY(-1px);
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

label {
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
}

.nav {
  padding-top: 0.35em;
}

.nav a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

.indexnav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.indexnav li {
  display: inline;
}

.indexnav a {
  display: inline-block;
  padding: 10px;
  color: var(--text-color);
  text-decoration: none;
  font-size: 24px;
  border: none;
  font-family: 'Poppins', sans-serif;
}

.indexnav a:hover {
  color: #00313d;
}

.account-menu {
  border: 0.7px solid var(--text-color);
  background-image: url(/images/white.png);
  background-position: center;
  background-size: cover;
  backdrop-filter: blur(25px);
  border-radius: 5px;
  margin: 0.75em auto;
  max-width: fit-content;
}

.account-menu nav {
  list-style: none;
}

.account-menu li {
  display: inline;
}

.account-menu a {
  display: inline-block;
  padding: 0.5em;
  font-size: 1.35rem;
  color: #1F4C3F;
  font-family: 'Poppins', sans-serif;
}

.account-menu a:hover {
  color: #FEE38C;
}

.video-wrapper {
  position: relative;
}

.video-wrapper > video {
  width: 100%;
  vertical-align: middle;
  z-index: auto;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  background-image: linear-gradient(transparent, #000);
  transition: opacity 150ms;
}

.video-overlay-play-button:hover {
  opacity: 1;
}

.video-overlay-play-button.is-hidden {
  display: none;
}

.close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 5;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform, fill;
}

.close:hover {
  fill: #b92a2a;
  transform: scale(1.1) rotate(90deg);
}

.back {
  position: fixed;
  top: 10px;
  left: 28px;
  z-index: 5;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform, fill;
}

.back:hover {
  fill: #2a84b9;
  transform: scale(1.1) translateX(-3px);
}

footer {
  bottom: 0;
  align-self: flex-end;
  justify-content: center;
  color: var(--text-color);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  background: rgba(33, 33, 33, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5em 1em;
  width: 100%;
  box-sizing: border-box;
}

footer .copyright {
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  list-style: none;
}

footer li {
  display: inline-block;
  padding: 0 1em;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

footer li:hover {
  opacity: 1;
}

footer img {
  opacity: 0.9;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

footer img:hover {
  opacity: 1;
  transform: scale(1.05);
}



.button, .button-legal {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8em;
  font-size: 1.1em;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 0.5em 2em;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--text-color);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.button:hover, .button-legal:hover {
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
  border: 1px solid #ffffff;
  color: #592B2B;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.button:active, .button-legal:active {
  transform: translateY(-1px) scale(0.98);
}

.button-legal {
  margin: 0.5em;
}

svg {
  fill: var(--text-color);
}

body.is-legal {
  background: #c3d8c7 center / cover;
  overflow: auto;
}

.is-legal {
  color: #000000;
  fill: #000000;
}

#loading {
  stroke: #000000;
}

#mobile-toggle {
  display: none;
}

.list-link {
  padding-top: 1rem;
}

.list-link a {
  font-size: 1.5rem;
  padding: 0.5rem;
  font-family: 'Poppins', sans-serif;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2em 0;
  background: rgba(33, 33, 33, 0.4);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

th, td {
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  color: var(--text-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 1rem;
}

th {
  background: rgba(0, 0, 0, 0.2);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

tr:last-child td {
  border-bottom: none;
}

tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}

/* Responsive Table Wrapper */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.waivers table {
  max-width: 100%;
  width: 100%;
}

.waivers td, .waivers th {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: 1em;
}

/* Modal Overlay */
.modal-overlay {
  visibility: hidden; /* Hidden by default */
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.75); /* Dark semi-transparent overlay */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0s linear 0.4s;
  will-change: opacity;
}

/* Modal active state */
.modal-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0s linear 0s;
}

/* Modal Box */
.modal-box {
  background-color: rgba(33, 33, 33, 0.65); /* Made more transparent for glassmorphism */
  background-position: center;
  background-size: cover;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.15); /* More subtle border */
  border-radius: 12px; /* Slightly rounder */
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.5em 2em;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  transform: scale(0.95) translateY(10px);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); /* Springy effect */
  will-change: transform;
}

.modal-overlay.active .modal-box {
  transform: scale(1) translateY(0);
}

/* Modal Close Button */
.modal-close {
  position: absolute;
  top: 12px;
  right: 18px;
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 2.2em;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform, background-color, color;
}

.modal-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #b92a2a;
  transform: scale(1.1) rotate(90deg);
}

/* Modal Title */
.modal-title {
  font-family: 'Questrial', sans-serif;
  font-size: 2.4em;
  margin: 0 0 0.8em 0;
  text-align: center;
}

/* Modal Content */
.modal-content p {
  font-size: 1.3em;
  line-height: 1.6;
  margin: 1em 0;
}

/* Optional: Responsive adjustment */
@media screen and (max-width: 480px) {
  .modal-box {
    width: 95%;
    padding: 2em 1.5em;
  }
  
  .modal-title {
    font-size: 2.1em;
  }
}

/* Info Modal Overlay - same as before but with a different class for multiple modals */
.info-modal-overlay {
  visibility: hidden;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.75); /* Dark semi-transparent overlay */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0s linear 0.4s;
  overflow-y: auto; /* Allows scrolling if modal itself is too tall on small screens */
  will-change: opacity;
}

.info-modal-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0s linear 0s;
}

/* Info Modal Box - taller and wider for detailed content */
.info-modal-box {
  background-color: rgba(33, 33, 33, 0.65); /* Modern glassmorphism */
  background-position: center;
  background-size: cover;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.15); /* More subtle border */
  border-radius: 12px;
  width: 90%;
  max-width: 800px;            /* Wider than the previous modal */
  max-height: 85vh;            /* Takes most of the screen height */
  overflow-y: auto;            /* Internal scrolling for long content */
  padding: 3em 2.5em 2.5em;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(0.95) translateY(10px);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform;
}

.info-modal-overlay.active .info-modal-box {
  transform: scale(1) translateY(0);
}

/* Scrollbar styling to match your dark theme */
.info-modal-box::-webkit-scrollbar {
  width: 10px;
}
.info-modal-box::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
.info-modal-box::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.info-modal-box::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Close button - same style as before */
.info-modal-close {
  position: absolute;
  top: 14px;
  right: 20px;
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 2.4em;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform, background-color, color;
}

.info-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #b92a2a;
  transform: scale(1.1) rotate(90deg);
}

/* Optional: Title styling if you want one */
.info-modal-title {
  font-family: 'Questrial', sans-serif;
  font-size: 2.6em;
  text-align: center;
  margin: 0 0 1.5em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Responsive adjustments */
@media screen and (max-width: 680px) {
  .info-modal-box {
    width: 95%;
    max-width: none;
    padding: 3em 1.5em 2em;
    max-height: 90vh;
  }
  
  .info-modal-title {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 950px) {
  #info, #dates {
    display: none;
  }
  #welcome, #info-mobile, #dates-mobile {
    width: max-content;
  }
  #small-menu {
    display: block;
  }
  #t-hide {
    display: none;
  }
  .main-account {
    background: url(/images/background-26-m.png) center / cover no-repeat;
  }
  .menu {
    display: none;
  }
  .menu-mobile {
    display: flex;
    justify-content: space-between;
    padding: 0 1.5em;
  }
  .menu-mobile h1 {
    font-size: 1.4em;
  }
  .slide-out {
    top: 4.6em;
    width: 100%;
  }
  .mm {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    cursor: default;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    z-index: 100;
    background-color: rgba(33, 33, 33, 0.85);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
  }
  .mm a {
    font-size: 2.2em;
    padding: 0.9rem;
    font-family: 'Poppins', sans-serif;
  }
  .mm-close {
    position: fixed;
    top: 20px;
    right: 28px;
    z-index: 105;
  }
  .with-sidebar, .small-sidebar, .side-by-side {
    margin: 1em 1.8em;
  }
  .body-content {
    margin: 4.8em 0.5em 0 0.5em;
  }
  .waivers td, .waivers th {
    font-size: 0.7em;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.4em;
  }
  h2 {
    font-size: 2.9em;
  }
  h3 {
    font-size: 2.1em;
  }
  h4 {
    font-size: 1.8em;
  }
  p {
    font-size: 1.2em;
  }
  .nav a {
    display: block;
  }
  .with-sidebar {
    margin: 0.6em;
  }
  #m-hide {
    display: none;
  }
  #mobile-toggle {
    display: flex;
  }
  .indexnav li {
    display: block;
  }
  .indexnav a {
    display: block;
    padding: 16px;
    border-bottom: none;
  }
  footer li {
    display: block;
  }
}
/* Cognito Forms Custom Theming based on Advanced CSS Guide */
:root .cog-cognito {
  --font-family: 'Poppins', sans-serif;
  --border-radius: 8px;
  
  --input__background-color: rgba(255, 255, 255, 0.05);
  --input__border-color: rgba(255, 255, 255, 0.2);
  --input__border-width: 1px;
  --input__color: #ffffff;
  --input__padding-h: 20px;
  --input__padding-v: 14px;
  
  --highlight: #74bcff;
  --highlight-reverse: #000000;
  --negative: #ff6b6b;
  --negative-reverse: #ffffff;
  
  --button__background-color: transparent;
  --button__border-color: rgba(255, 255, 255, 0.3);
  --button__color: #ffffff;
  --button__border-radius: 8px;

  --label__color: #ffffff;
  --text-color: #ffffff;
}

/* Specific overrides using BEM selectors from the guide */
.cog-cognito .cog-label {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
}

.cog-cognito .el-input__inner,
.cog-cognito .el-textarea__inner,
.cog-cognito .el-radio__inner,
.cog-cognito .el-checkbox__inner {
  font-family: 'Poppins', sans-serif !important;
  color: #ffffff !important;
}

.cog-cognito .cog-button--primary {
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0)) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  border-radius: 8px !important;
  padding: 0.8em 2.5em !important;
}

.cog-cognito .cog-button--primary:hover {
  background: linear-gradient(135deg, rgba(255,255,255,0.9), #ffffff) !important;
  border: 1px solid #ffffff !important;
  color: #592B2B !important;
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25) !important;
}

.cog-cognito .cog-header h1,
.cog-cognito .cog-section__heading {
  color: #ffffff !important;
  font-family: 'Questrial', sans-serif !important;
}

.cog-cognito .cog-error-message {
  color: #ff6b6b !important;
}
