@charset "UTF-8";
/***************************************************************************************************
********************************* STAGE STYLES ****************************************************
***************************************************************************************************/
html, body {
  overflow-x: hidden !important;
}

@font-face {
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  src: url("/public/fonts/HelveticaNeueLTStd-HvEx-title.woff2") format("woff2"), url("/public/fonts/HelveticaNeueLTStd-HvEx-title.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
  src: url("/public/fonts/HelveticaNeueLTStd-BdEx-subheading.woff2") format("woff2"), url("/public/fonts/HelveticaNeueLTStd-BdEx-subheading.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std Medium Copy";
  src: url("/public/fonts/HelveticaNeueLTStd-Md-copy.woff2") format("woff2"), url("/public/fonts/HelveticaNeueLTStd-Md-copy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std Blk Ex Buttons";
  src: url("/public/fonts/HelveticaNeueLTStd-Ex-buttons.woff2") format("woff2"), url("/public/fonts/HelveticaNeueLTStd-Ex-buttons.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
sup {
  font-family: "Helvetica Neue LT Heavy Ex Heading";
}

:root {
  --primary: #037FB0;
  --secondary: #161925;
  --accent: #ff6600;
  --text: #161925;
  --lightgrey: #8EA8C3;
  --mediumgrey: #406E8E;
  --darkgrey: #23395B;
  --teal: #449F93;
  --darkteal: #006153;
  --cream: #EEE8A9;
  --dark-bg: #161925;
  --yellow: #e2b12e;
  --error: #b92924;
  --rust: #C15450;
  --brand: #E30024;
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

.bg-accent {
  background-color: var(--accent);
}

.bg-text {
  background-color: var(--text);
}

.bg-lightgrey {
  background-color: var(--lightgrey);
}

.bg-mediumgrey {
  background-color: var(--mediumgrey);
}

.bg-darkgrey {
  background-color: var(--darkgrey);
}

.bg-teal {
  background-color: var(--teal);
}

.bg-darkteal {
  background-color: var(--darkteal);
}

.bg-cream {
  background-color: var(--cream);
}

.bg-dark-bg {
  background-color: var(--dark-bg);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-error {
  background-color: var(--error);
}

.bg-rust {
  background-color: var(--rust);
}

.bg-brand {
  background-color: var(--brand);
}

login {
  background-image: url(/public/img/background.webp) !important;
}

.grecaptcha-badge {
  display: none !important;
}

.min-vh-25 {
  min-height: 25vh;
}

.min-vh-50 {
  min-height: 50vh;
}

.min-vh-75 {
  min-height: 75vh;
}

.navbar .navbar-brand img {
  width: 125px;
}

.underline-link {
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  padding-bottom: 6px;
  letter-spacing: 1.5px;
  text-align: center;
  border: none;
}

.underline-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 75%;
  height: 3px;
  background-color: white;
  transform: translateX(-50%);
}

.find-event-button {
  border: 1px solid white;
}

.btn-brand {
  background-color: var(--brand);
  color: white;
  border: 2px solid white;
  border-radius: 0px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
}
.btn-brand:hover {
  background-color: white;
  color: var(--brand);
  border: 2px solid white;
}
.btn-brand:focus {
  background-color: white;
  color: var(--brand);
  border: 2px solid white;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  filter: grayscale(100%);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: grayscale(100%);
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  z-index: 1;
}
.hero .hero-event-container {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: -4rem;
}
.hero .hero-event-container .hero-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-event-container .hero-logo {
  width: 732px;
  max-width: 100%;
}
.hero .hero-event-container .hero-event-title h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  color: white;
}
.hero .hero-event-container .find-event-btn {
  background-color: var(--brand);
  color: white;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 5px;
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
  transition: background 0.3s ease-in-out;
}
.hero .hero-event-container .find-event-btn:hover {
  background-color: white;
  color: var(--brand);
}

.icon-text {
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
}

.register-btn-top {
  background-color: var(--brand) !important;
  color: white !important;
}
.register-btn-top:hover {
  background-color: white !important;
  color: var(--brand) !important;
}

.prize-section {
  background: url("/public/img/auto-service-electric-vehicle-engine-maintenance-two-car-mechanics-working-on-an-elect-SBI-351110639.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.prize-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(227, 0, 36, 0.8), rgba(0, 0, 0, 0.9));
  mix-blend-mode: multiply;
  opacity: 1;
}

.tour-section {
  background: url("/public/img/pexels-milo-textures-1387944-2768389.png") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1068px) {
  .tour-section .register-text {
    font-size: 4rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tour-section {
    background: url("/public/img/pexels-milo-textures-1387944-2768389.png") no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
}
.tour-container {
  background: url("/public/img/FindATour-Collage.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: auto;
}

.bottom-image {
  background: url("/public/img/RegisterAttend copy.webp") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  z-index: -3;
  mix-blend-mode: multiply;
}

@media (max-width: 1068px) {
  .icon-text {
    font-size: 1rem;
  }
  .bottom-image {
    background: url("/public/img/RegisterAttend copy.webp") no-repeat center bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: -3;
    mix-blend-mode: multiply;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .bottom-image {
    background: url("/public/img/RegisterAttend copy.webp") no-repeat center bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88vh;
    z-index: -3;
    mix-blend-mode: multiply;
    opacity: 1;
  }
}
.tour-logo {
  height: 150px;
}

@media (max-width: 768px) {
  .tour-logo {
    display: flex;
    place-self: center;
  }
}
.register-text {
  font-family: "Helvetica Neue LT Heavy Ex Heading";
}

.enter-text-home {
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
}

.money-text {
  font-size: 6rem;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
}
.money-text .dollarsign {
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  top: -2rem;
  font-size: 0.5em;
}

.mil-sup {
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  top: -0.95rem;
  font-size: 0.5em;
}

.money-text-form {
  font-size: 5rem;
}

.exclusive-text {
  font-size: 2.25rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
}

@media (max-width: 768px) {
  .exclusive-text {
    font-size: 1.35rem;
  }
}
.collage-container {
  position: relative;
  justify-items: center;
  z-index: 3;
}

.milwaukee-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 768px) {
  .milwaukee-products {
    position: relative;
    bottom: -15px;
  }
}
.products-img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1268px) {
  .products-img {
    width: 75%;
  }
  .text-container {
    text-align: center;
  }
  .milwaukee-products {
    bottom: unset;
  }
  .tour-container {
    height: 130vh;
  }
  .enter-container {
    text-align: center;
  }
}
@media (min-width: 1269px) {
  .products-img {
    width: 100%;
  }
}
@media (max-width: 1269px) {
  .justify-content-center-money {
    justify-content: center;
  }
}
.two-column {
  display: flex;
  flex-direction: column;
}
.two-column .left-column-container {
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 3rem;
}
.two-column .left-column-container.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -96px;
  height: 100px;
  width: 100px;
  background-color: var(--brand);
  -webkit-clip-path: polygon(50% 50%, 0 0, 0 100%);
          clip-path: polygon(50% 50%, 0 0, 0 100%);
  transform: translateY(-50%);
  z-index: 100;
  display: none;
}
.two-column .left-column-container .why-attend-text {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
}
.two-column .left-column-container .why-attend-french {
  font-size: 2.5rem;
}
.two-column .left-column-container .icons-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.two-column .left-column-container .icon-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.two-column .left-column-container .icon {
  width: 60px;
  background-color: #000;
  padding: 0.5rem;
}
.two-column .video-full {
  width: 100%;
  display: block;
}
.two-column .video-play:hover {
  cursor: pointer;
}
.two-column .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 5px solid white;
  color: white;
  font-size: 24px;
  padding: 15px 20px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.two-column .play-button.hidden {
  display: none;
}
.two-column .right-column-container {
  position: relative;
  display: flex;
}
.two-column .right-column-container.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -98px;
  height: 60px;
  width: 100px;
  background-color: var(--brand);
  -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 100%);
          clip-path: polygon(50% 50%, 100% 0, 100% 100%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .two-column {
    flex-direction: column;
  }
  .two-column .left-column-container {
    padding: 2rem;
    text-align: center;
    justify-content: center;
  }
  .two-column .left-column-container .why-attend-text {
    font-size: 3rem;
    text-align: center;
  }
  .two-column .left-column-container .icons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .two-column .left-column-container .icon-container {
    justify-content: center;
  }
  .two-column .left-column-container.arrow::before {
    content: "";
    position: absolute;
    top: 315px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .two-column .right-column-container.arrow::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
}
.left-column-container-bottom {
  background: url("/public/img/saw.png") no-repeat center center;
  background-size: cover;
}

.one-column {
  padding: 4rem;
}

@media (max-width: 375px) {
  .two-column .left-column-container.arrow::before {
    content: "";
    top: 345px;
  }
}
@media (max-width: 768px) {
  .one-column {
    padding: 2rem;
  }
}
.video-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.right-column-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.icons-container {
  place-content: center;
}

.innovation-container {
  padding: 6rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .innovation-container {
    padding: 3rem 2rem;
  }
}
.innovation-text {
  font-size: 5rem;
  line-height: 1;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  z-index: 1000;
}

@media (max-width: 1350px) {
  .innovation-text {
    font-size: 5rem;
  }
}
@media (max-width: 1268px) {
  .innovation-text {
    font-size: 4rem;
  }
}
@media (max-width: 1068px) {
  .innovation-text {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .innovation-text {
    font-size: 2.25rem;
  }
}
.innovation-subtext {
  float: inline-end;
  font-size: 1.25rem;
  font-family: "Helvetica Neue LT Std Medium Copy";
}

@media (max-width: 768px) {
  .innovation-subtext {
    font-size: 1rem;
  }
}
.shop-button {
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
  background-color: black;
  color: white;
  font-size: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid white;
  line-height: 1;
}
.shop-button:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.divider {
  height: auto;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.divider h2 {
  font-size: 2.5rem;
  letter-spacing: 0.15rem;
  padding: 1.5rem;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
}

@media (max-width: 768px) {
  .divider h2 {
    font-size: 1.5rem;
  }
}
.divider-red {
  height: 100px;
  background-color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.divider-red h2 {
  font-size: 3.5rem;
  letter-spacing: 0.15rem;
  padding: 1.5rem;
}

.program-card {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.program-card:hover {
  transform: scale(1.02);
}
.program-card .card-header {
  background-size: cover;
  background-position: center;
  height: 100px;
  background-image: url("/public/img/land.jpg");
}
.program-card .card-header .program-stage {
  font-size: 0.8rem;
}
.program-card .card-header .program-location {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), transparent);
  width: 30%;
}
.program-card .card-body {
  padding: 1.5rem 1rem;
}
.program-card .card-body .program-title {
  color: #4ed2f7;
}
.program-card .card-body .program-address {
  font-size: 0.7rem;
}
.program-card .card-body .program-stats {
  row-gap: 0.5rem;
}
.program-card .card-body .program-stats .stat {
  line-height: 1;
}
.program-card .card-body .program-stats .value {
  font-size: 1.25rem;
}
.program-card .card-body .program-stats .small {
  font-size: 0.75rem;
  color: #6c757d;
}
.program-card .card-footer {
  border-top: 1px solid #e9ecef;
  background-color: #fff;
}
.program-card .card-footer .action-btn {
  text-align: center;
  background-color: white;
  border: none;
}
.program-card .card-footer .action-btn:hover {
  color: #007bff;
}

tbody, td, tfoot, th, thead, tr {
  border-style: unset;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}
.table th, .table td {
  padding: 10px;
}
.table th {
  background-color: #666666;
  color: white;
  font-weight: 400;
}
.table .btn-link {
  color: #007bff;
  text-decoration: none;
}
.table .btn-link:hover {
  text-decoration: underline;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #eef8f8;
}

td:has(.module-edit-button) {
  text-align: right;
}

.module-edit-button {
  text-align: right;
}

.module-delete-button {
  text-align: right;
}

.module-add-button {
  background-color: #23395B;
  color: white;
  border-radius: 20px;
}

.fg-logo {
  width: 150px;
  margin-left: 2rem;
}

.modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 2rem;
}
.modal-header .modal-header-content {
  text-align: center;
}
.modal-header .modal-title {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
.modal-header .modal-subtitle {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #6c757d;
}
.modal-header .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal-body .form-label {
  margin-bottom: 0.5rem;
}
.modal-body .form-select {
  font-size: 1rem;
  padding: 0.5rem;
}

.form-indicators {
  display: none !important;
}

.stage-select {
  min-width: 300px;
  padding: 0.25rem;
  border-radius: 5px;
}

.form-page .mb-3 {
  display: flex;
  align-items: center;
}

.form-page .form-label {
  width: 150px;
  margin-right: 4rem;
  text-align: left;
  font-family: "Helvetica Neue LT Std Medium Copy";
}

label[for=max_distance] {
  margin-bottom: 0 !important;
}

.form-page .form-control {
  flex-grow: 1;
}

.form-control {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 12px;
  font-size: 12px;
  font-family: "Helvetica Neue LT Std Medium Copy";
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem var(--brand) !important;
}
.form-control::-moz-placeholder {
  text-transform: uppercase;
  color: #adadad;
  opacity: 1;
}
.form-control::placeholder {
  text-transform: uppercase;
  color: #adadad;
  opacity: 1;
}

input::-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  color: grey;
}

input::placeholder {
  text-transform: uppercase;
  font-weight: bold;
  color: grey;
}

.form-select {
  font-family: "Helvetica Neue LT Heavy Ex Heading" !important;
  color: #adadad;
  text-transform: uppercase;
  color: rgb(94, 94, 94);
  font-size: 14px;
}

input {
  text-transform: none;
  font-weight: normal;
  font-family: "Helvetica Neue LT Heavy Ex Heading" !important;
  font-weight: bolder !important;
  color: black;
}

@media (max-width: 768px) {
  .form-control {
    font-size: 8px;
  }
}
#contestForm input {
  font-size: 14px;
}

#contestForm input::-moz-placeholder {
  font-size: 14px;
  color: rgb(94, 94, 94);
}

#contestForm input::placeholder {
  font-size: 14px;
  color: rgb(94, 94, 94);
}

.pac-target-input {
  font-family: "Helvetica Neue LT Std Medium Copy" !important;
}

.carousel-indicators li::marker {
  content: none;
  display: none;
}

.card .row .group-title {
  background-color: #666666;
  color: #FFF;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-text {
  font-size: 10rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
  transform: rotate(352deg);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.row.card-section-container {
  position: relative;
}

button:disabled {
  background-color: #e0e0e0;
  color: #a0a0a0;
  border: 1px solid #d0d0d0;
  cursor: not-allowed;
  opacity: 0.7;
}

button:disabled:hover {
  background-color: #e0e0e0;
  color: #a0a0a0;
}

.quick-links .filter-button:disabled {
  background-color: #e0e0e0;
  color: #a0a0a0;
  border: 1px solid #d0d0d0;
  cursor: not-allowed;
  opacity: 0.7;
}

.plan-visit {
  background-color: #000;
  padding: 3rem 0;
}

.plan-visit h2 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  margin-bottom: 2rem;
}

.visit-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.visit-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 300px;
}

.visit-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.visit-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #fff;
}

.visit-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
}

.button-text {
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
}

.btn-outline {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #fff;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-outline:hover {
  background: #fff;
  color: #000;
}

.visit-image {
  min-height: 300px;
}

@media (max-width: 768px) {
  .plan-visit h2 {
    font-size: 2rem;
  }
  .visit-content h3 {
    font-size: 1.25rem;
  }
  .btn-outline {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .visit-container {
    padding: 2rem;
  }
}
@media (max-width: 1350px) {
  .innovation-text {
    font-size: 5rem;
  }
}
@media (min-width: 1268px) {
  .tour-container {
    height: auto;
  }
  .register-text {
    font-size: 5rem;
    line-height: 1;
  }
}
@media (max-width: 1268px) {
  .innovation-text {
    font-size: 4rem;
  }
  .tour-container {
    background: none;
  }
}
@media (max-width: 1068px) {
  .innovation-text {
    font-size: 3rem;
  }
  .icon-text {
    font-size: 1rem;
    text-align: left;
  }
  .bottom-image {
    background: url("/public/img/RegisterAttend copy.webp") no-repeat center bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: -3;
    mix-blend-mode: multiply;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .two-column {
    flex-direction: column;
  }
  .two-column .left-column-container {
    padding: 2rem;
    text-align: center;
    justify-content: center;
  }
  .two-column .left-column-container .why-attend-text {
    font-size: 3rem;
    text-align: center;
  }
  .two-column .left-column-container .why-attend-french {
    font-size: 2rem;
  }
  .two-column .left-column-container .icons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .two-column .left-column-container .icon-container {
    justify-content: center;
  }
  .two-column .left-column-container.arrow::before {
    content: "";
    position: absolute;
    top: 315px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .two-column .right-column-container.arrow::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .tour-section .register-text {
    font-size: 2.75rem;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
  .tour-section .register-text br {
    display: none;
  }
  .divider h2 {
    font-size: 1.5rem;
  }
  .one-column {
    padding: 2rem;
  }
  .money-text {
    font-size: 4rem;
  }
  .money-text-form {
    font-size: 3rem;
  }
  .exclusive-text {
    font-size: 1.35rem;
  }
  .innovation-text {
    font-size: 2.25rem;
  }
  .innovation-subtext {
    font-size: 1rem;
  }
  .innovation-container {
    padding: 3rem 2rem;
  }
  .enter-container {
    text-align: center;
  }
  .icon-text {
    font-size: 1rem;
  }
}
.icon-text-french {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .icon-text-french {
    font-size: 1.05rem;
  }
}
.hero-section {
  background: url("/public/img/pexels-milo-textures-Square.webp") no-repeat center;
  background-size: cover;
  position: relative;
  height: auto;
  padding-bottom: 2rem;
  /* FULL DARK OVERLAY (20% Visible Background, 80% Black) */
  /* EXPECTATION SECTION */
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgb(0, 0, 0) 25%);
  z-index: 1;
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .get-directions-btn {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.hero-section .hero-header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.hero-section .hero-header .hero-logo {
  height: 200px;
}
.hero-section .hero-header .hero-text {
  color: white;
  text-align: left;
  line-height: 0.6;
}
.hero-section .hero-header .hero-text .event-title-location, .hero-section .hero-header .hero-text .event-title-store {
  font-size: 4rem;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  margin: 0rem;
}
.hero-section .hero-header .hero-text .event-title-date {
  line-height: 1;
  font-size: 1.5rem;
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
}
.hero-section .expect-title {
  font-size: 4rem;
  text-align: center;
  color: white;
  position: relative;
  z-index: 10;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  margin-top: 2rem;
}
.hero-section .expect-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  border: 2px solid white;
  overflow: hidden;
  background: transparent;
  z-index: 3;
}
.hero-section .expect-top {
  position: relative;
  z-index: 5;
}
.hero-section .expect-top img {
  width: 100%;
  display: block;
}
.hero-section .expect-bottom {
  position: relative;
  background: url("/public/img/ContestBground.webp") no-repeat center;
  background-size: cover;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}
.hero-section .expect-bottom .expect-content {
  position: relative;
  z-index: 6;
  color: white;
  width: 90%;
  max-width: 800px;
}
.hero-section .expect-bottom .icons-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
}
.hero-section .expect-bottom .icons-row .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 120px;
}
.hero-section .expect-bottom .icons-row .icon-box img {
  height: 50px;
  margin-bottom: 0.5rem;
  background: black;
  padding: 0.25rem;
}
.hero-section .expect-bottom .icons-row .icon-box p {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
}
.hero-section .expect-bottom .btn-register {
  font-family: "Helvetica Neue LT Std Blk Ex Buttons";
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  background-color: red;
  border: 2px solid white;
  transition: all 0.3s ease-in-out;
}
.hero-section .expect-bottom .btn-register:hover {
  background-color: white;
  color: red;
}

.money-text-form {
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
}

.attend-btn-float {
  float: left;
}

@media (min-width: 1268px) {
  .attend-btn-container {
    flex-direction: row;
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
}
.slider-section {
  position: relative;
  z-index: 100;
}
.slider-section .slider-text-container {
  line-height: 0.5;
}
.slider-section .slider-text-container .one-day-text {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.6;
  margin-top: 4rem;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
}
.slider-section .slider-text-container .event-deals-text {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  margin-bottom: 2rem;
  line-height: 0.6;
}

.etnered-text-event, .exclusive-subtext {
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .hero-header {
    flex-direction: column;
    text-align: center;
  }
  .pipe {
    display: none;
  }
  .icons-row {
    flex-direction: column;
    gap: 0.75rem;
  }
  .hero-section .expect-title {
    font-size: 3rem;
  }
  .hero-section .expect-container {
    width: inherit;
    margin: 1.5rem;
  }
  .hero-section .hero-header .hero-text .event-title-location {
    font-size: 3rem;
  }
  .hero-section .hero-header .hero-text .event-title-store {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.expect-title-french {
  font-size: 3.5rem !important;
}

@media (max-width: 768px) {
  .expect-title-french {
    font-size: 1.5rem !important;
  }
}
.slider-section {
  text-align: center;
  background: black;
  padding: 3rem 0;
}

.carousel {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.single-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  background: url("/public/img/pexels-milo-textures-Square.webp") no-repeat center;
  background-size: cover;
  padding: 2rem;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px;
}

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

.card-text {
  flex: 1;
  text-align: center;
}

.card-image img {
  max-width: 350px;
  height: auto;
}

.price-box {
  background: black;
  color: white;
  padding: 0.3rem 0.5rem;
  font-weight: bold;
}

.free-box {
  background: black;
  color: white;
  font-size: 3.5rem;
  font-weight: bold;
}

.prize-text {
  font-size: 1.5rem;
}

.item-text {
  font-size: 1.25rem;
  font-weight: 400;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.form-section {
  background: url("/public/img/ContestBground.webp") no-repeat center;
  background-size: cover;
  position: relative;
  height: auto;
  padding-bottom: 2rem;
}
.form-section .form-container {
  position: relative;
  z-index: 5;
}

.form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 32%, rgb(0, 0, 0) 43%);
  z-index: 1;
}

.form-wrapper {
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

.products-img-form {
  max-width: 100%;
  height: auto;
}

.form-select, .form-select option {
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.form-select {
  border: 1px solid black;
}

#formulaMultiform {
  border-bottom: 1px solid black;
  padding-bottom: 2rem;
}

.form-button--next {
  background-color: var(--brand);
  color: white;
  border: 2px solid white;
  border-radius: 0px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
  width: 100%;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  background-image: none !important;
}

.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--brand) !important;
  border-color: var(--brand) !important;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem var(--brand) !important;
}

.form-check-label a {
  color: white;
  text-decoration: underline;
}

.register-btn {
  background: #d90429;
  color: #fff;
  font-weight: bold;
  padding: 12px 24px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s;
}

.form-check-label {
  font-family: "Helvetica Neue LT Std Medium Copy";
}

.register-btn:hover {
  background: #a70321;
}

@media (max-width: 1068px) {
  .hero-section .expect-container {
    width: inherit;
    margin: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1268px) {
  .milwaukee-products-form {
    position: absolute;
    bottom: 0;
  }
}
.event-sidebar {
  position: fixed;
  top: 0;
  right: -30%;
  width: 30%;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease-in-out;
  padding: 20px;
  overflow-y: auto;
  z-index: 1001;
}
.event-sidebar.show-sidebar {
  right: 0;
}
.event-sidebar .close-sidebar {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}
.event-sidebar .sidebar-title {
  text-align: left;
  font-size: 1.25rem;
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
}
.event-sidebar .event-search {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  font-family: "Helvetica Neue LT Std Medium Copy";
}
.event-sidebar .event-search input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.event-sidebar .event-search .search-btn {
  padding: 10px;
  background: #f00;
  color: white;
  border: none;
  cursor: pointer;
}
.event-sidebar .event-list {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  font-family: "Helvetica Neue LT Std Medium Copy";
}
.event-sidebar .event-list .event-card {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.event-sidebar .event-list .event-card .event-title {
  font-size: 1.1rem;
  font-family: "Helvetica Neue LT Std Medium Copy";
  font-weight: bold;
}
.event-sidebar .event-list .event-card .event-date {
  font-size: 0.95rem;
  font-family: "Helvetica Neue LT Std Medium Copy";
  color: #555;
  margin-bottom: 8px;
}
.event-sidebar .event-list .event-card .event-location {
  font-size: 0.9rem;
  color: #666;
  font-family: "Helvetica Neue LT Std Medium Copy";
  margin-bottom: 12px;
}
.event-sidebar .event-list .event-card .event-location p {
  margin: 3px 0;
  font-family: "Helvetica Neue LT Std Medium Copy";
}
.event-sidebar .event-list .event-card .event-location strong {
  font-family: "Helvetica Neue LT Std Medium Copy";
}
.event-sidebar .event-list .event-card .event-links {
  display: flex;
  gap: 8px;
  font-family: "Helvetica Neue LT Std Medium Copy";
}
.event-sidebar .event-list .event-card .event-links .event-link {
  text-decoration: none;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-family: "Helvetica Neue LT Std Medium Copy";
  transition: 0.3s;
  text-align: center;
}
.event-sidebar .event-list .event-card .event-links .event-link.learn-more {
  background: #f3f3f3;
  color: #000;
  font-family: "Helvetica Neue LT Std Blk Ex Buttons";
}
.event-sidebar .event-list .event-card .event-links .event-link.register {
  background: red;
  color: white;
  font-family: "Helvetica Neue LT Std Blk Ex Buttons";
}
.event-sidebar .event-list .event-card .event-links .event-link:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .event-sidebar {
    width: 100%;
    right: -100%;
  }
  .event-sidebar.show-sidebar {
    right: 0;
  }
}

/* Show instruction container only when sidebar is open */
.event-sidebar.show-sidebar .instruction-container {
  display: block;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}

.sidebar-overlay.show-overlay {
  opacity: 1;
  visibility: visible;
}

/* Hide the label but keep accessibility */
label[for=region] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Force placeholder text on the region input */
#region::-moz-placeholder {
  content: "Search by address, city or postal code";
}
#region::placeholder {
  content: "Search by address, city or postal code";
}

/* For older browsers */
#region::-webkit-input-placeholder {
  content: "Search by address, city or postal code";
}

#region:-moz-placeholder {
  content: "Search by address, city or postal code";
}

#region::-moz-placeholder {
  content: "Search by address, city or postal code";
}

#region:-ms-input-placeholder {
  content: "Search by address, city or postal code";
}

/* Style the input like the reference image */
#region {
  border: 1px solid #000;
  color: #333;
}

/* Ensure this styling is only applied to the region input */
.mb-3:has(#region) {
  position: relative;
}

.mb-3:has(#region)::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
  transition: left 0.3s ease-in-out;
  z-index: 6;
  right: 2rem;
}

.mb-3:has(.is-invalid)::before {
  right: 3rem !important;
}

.instruction-text {
  color: #adadad;
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
  text-align: center;
  font-size: 1rem;
}

.instruction-container {
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  text-align: center;
  padding: 20px;
}

.map-icon {
  max-width: 100px;
  opacity: 1;
  margin-bottom: 10px;
}

.add-calendar-btn {
  background-color: white;
  color: black;
  border: 2px solid black;
  font-family: "Helvetica Neue LT Std Blk Ex Buttons";
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.add-calendar-btn:hover,
.dropdown-toggle.show {
  background-color: black;
  color: white;
}

.calendar-dropdown {
  width: 100%;
  border: 2px solid black;
  border-radius: 0;
  padding: 0;
  text-align: center;
}

.dropdown {
  display: inline-block;
}

.dropdown-menu {
  width: 100%;
  min-width: unset;
  border: 2px solid black;
  border-radius: 0;
  padding: 0;
  text-align: center;
}

.calendar-dropdown {
  background-color: white;
  border: 2px solid black;
  border-radius: 0;
  padding: 0;
  min-width: 200px;
}

.calendar-dropdown .dropdown-item {
  font-family: "Helvetica Neue LT Std Blk Ex Buttons";
  font-size: 1rem;
  font-weight: bold;
  color: black;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}

.calendar-icon {
  margin-bottom: 0.25rem;
}

.calendar-dropdown .dropdown-item:hover {
  background-color: black;
  color: white;
}

.footer-logo {
  max-width: 200px;
  place-self: anchor-center;
}

.btn-light {
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 20px;
  font-family: "Helvetica Neue LT Std Blk Ex Buttons";
  font-size: 1rem;
}

.footer-copyright {
  font-size: 14px;
  font-family: "Helvetica Neue LT Std Medium Copy";
}

.get-directions {
  font-family: "Helvetica Neue LT Std Blk Ex Buttons";
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: white;
  background-color: transparent;
}
.get-directions:hover {
  color: white;
  background-color: #000;
}

.get-directions:hover {
  color: white;
  background-color: #000;
}

.visit-button {
  background: #000;
  color: white;
  border: 2px solid white;
  font-family: "Helvetica Neue LT Std Blk Ex Buttons";
}

.invalid-feedback {
  font-family: "Helvetica Neue LT Std Medium Copy";
}

.instruction-calendar {
  font-family: "Helvetica Neue LT Std Medium Copy";
  line-height: 1;
}

.visit-button:hover {
  background-color: white;
  color: black;
}

.card-background {
  background: url("/public/img/pexels-milo-textures-1387944-2768389.png") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 100;
  padding: 20px;
  margin-top: 2rem;
}

.official-rules {
  font-family: "Helvetica Neue LT Std Medium Copy";
}

.card img {
  max-width: 100%;
  height: auto;
}

.inactive-event-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  background: #111;
  color: white;
  text-align: center;
  background: url("/public/img/pexels-milo-textures-1387944-2768389.png") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 100vh;
}

.not-active-text {
  font-family: "Helvetica Neue LT Std Medium Copy";
  font-size: 1.5rem;
  font-weight: bold;
}

.inactive-message h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .inactive-message h2 {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.event-ended-message {
  background: transparent;
  width: 100%;
  margin-top: 1rem;
}

.event-ended-message h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.event-ended-message p {
  font-size: 1.1rem;
  opacity: 0.8;
}

.ended-message {
  font-family: "Helvetica Neue LT Std Medium Copy";
  font-size: 1.25rem;
}

.inactive-event-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  text-align: center;
}

.inactive-message {
  max-width: 90%;
  width: 900px;
  padding: 30px;
  border-radius: 10px;
}

.inactive-logo {
  width: 90%;
  margin-bottom: 20px;
}

.not-active-text {
  font-size: 1.2rem;
  font-weight: bold;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}

.button-group .btn {
  width: 100%;
  max-width: 300px;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel-inner {
  width: 100%;
}
.carousel-inner:hover {
  cursor: pointer;
}

.carousel-indicators {
  z-index: 20 !important;
}

.carousel-item {
  transition: transform 0.6s ease-in-out;
}

.carousel-control-prev, .carousel-control-next {
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  padding: 1.5rem;
  transform: translateY(-50%);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: background 0.3sease, transform 0.2sease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: #f0f0f0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 1.5rem;
  height: 1.5rem;
}

.carousel-control-prev::after,
.carousel-control-next::after {
  font-size: 2rem;
  color: black;
}

.carousel-control-prev::after {
  content: "❮";
  margin: 2rem;
}

.carousel-control-next::after {
  content: "❯";
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  z-index: 5;
}

/* Mobile View: Stack Images */
@media (max-width: 768px) {
  .row .col-md-6 img {
    display: block;
    width: 100%;
  }
  .button-container-register {
    flex-direction: column;
  }
  .card-container-slider {
    flex-direction: column;
  }
  .card {
    background: url("/public/img/pexels-milo-textures-1387944-2768389.png") no-repeat center;
    background-size: cover;
    padding: 2rem;
    color: white;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px;
  }
}
.innovation-container {
  text-align: end;
}

.oneday-container {
  z-index: 100;
  position: relative;
  line-height: 1;
}

.oneday-heading {
  font-family: "Helvetica Neue LT Heavy Ex Heading";
  font-size: 3rem;
  line-height: 1;
}

.oneday-subheading {
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
  font-size: 3.5rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .oneday-heading {
    font-size: 2rem;
  }
  .oneday-subheading {
    font-size: 2.5rem;
  }
}
.divider-cursor {
  cursor: pointer;
}

.visit-button {
  width: 75%;
}

@media (min-width: 1068px) {
  .visit-button {
    width: 50%;
  }
}
@media (min-width: 250px) and (max-width: 450px) {
  .icon-small-mobile-container {
    flex-direction: column;
    align-items: center;
  }
  .icon-container {
    flex-direction: column;
    margin-top: 1rem;
    width: 80% !important;
  }
  .icon-text {
    text-align: center;
  }
  .why-attend-text {
    text-align: center !important;
  }
  .attend-btn-float {
    margin: unset !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .tour-section .register-text {
    font-size: 2.25rem;
  }
  .civil-engineering-icon-small {
    width: 60px !important;
  }
  .innovation-container {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
/* Modal container adjustments */
.modal-content {
  border: none;
}

/* Styling the modal body */
.modal-body {
  overflow-y: auto;
  font-family: "Arial", sans-serif;
  color: #333;
  line-height: 1.6;
  padding: 0rem;
}

/* Terms container */
.termsbox {
  padding: 20px;
  background-color: #f9f9f9;
}

/* Headings */
.termsbox h1 {
  font-size: 22px;
  font-weight: bold;
  color: #d00;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Helvetica Neue LT Heavy Ex Heading";
}

.termsbox h2, .termsbox h3 {
  font-size: 18px;
  font-family: "Helvetica Neue LT Std Bd Ex Subheading";
  font-weight: bold;
  color: #d00;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Paragraphs */
.termsbox p {
  font-size: 16px;
  color: #444;
  font-family: "Helvetica Neue LT Std Medium Copy";
  margin-bottom: 15px;
  font-weight: bold;
}

/* Lists */
.termsbox ol {
  padding-left: 20px;
}

.termsbox ol li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  font-family: "Helvetica Neue LT Std Medium Copy";
}

/* Links */
.termsbox a {
  color: #d00;
  font-weight: bold;
  font-family: "Helvetica Neue LT Std Medium Copy";
  text-decoration: none;
  font-weight: bold;
}

.highlight.termsbox strong {
  font-family: "Helvetica Neue LT Std Medium Copy";
}

.termsbox a:hover {
  text-decoration: underline;
}

/* Modal Footer */
.modal-footer {
  background-color: #f1f1f1;
  padding: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: center;
}

.modal-footer .btn {
  padding: 10px 20px;
  font-size: 16px;
}

.mini-terms {
  color: #fff;
  font-family: "Helvetica Neue LT Std Medium Copy";
}

.expect-bold {
  font-family: "Helvetica Neue LT Heavy Ex Heading";
}

.register-container {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */