
.slashFill {
  color: #212121;
  background-color: #212121;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Background */

.backgroundLines {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.extendLines {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 1;
  pointer-events: none;
}

.backgroundLines,
.extendLines {
  left: 50%;
  transform: translateX(-50%);
}

/* Intro */

.introWrapper {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.displayMap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.introTextWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'SquaresBold', sans-serif;
  font-weight: bold;
  color: white;
  z-index: 2;
}

.introTitle {
  font-size: 8rem;
  margin: 0;
}

.introSub {
  font-size: 2rem;
  margin: 0;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* WWDHID */

.descWrapper {
  display: flex;
  justify-content: center;
  padding-left: 6rem;
  padding-right: 6rem;
}

.descFrame {
  display: flex;
  width: 100%;
  gap: 4rem;
  max-width: 66rem;
  min-width: 13.5rem;
}

.descBody {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.descBody h2 {
  font-size: 2rem;
  padding-bottom: 1rem;
  text-align: center;
}

.descContentWrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  max-height: min(50vh, 18rem);
  width: 100%;
  flex: 1;
  text-align: center;
  overflow: hidden;
}

.descSlash {
  display: flex;
  width: 100%;
}

.descContent {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 1rem 0.5rem;
  overflow-y: scroll;
}

.descLeft,
.descRight {
  scrollbar-width: none;    /* Firefox */
}

.descLeft::-webkit-scrollbar,
.descRight::-webkit-scrollbar {
  display: none;
}

.descLeft {
  direction: rtl;
}

.descBody,
.descContentWrapper { 
  min-width: 0; 
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Filter */

.filterWrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 12.5rem;
  width: 100%;
  padding: 0rem 6rem;
}

.filterWrapper h2 {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.filterFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1;
  width: 100%;
  max-width: 66rem;
  min-width: 13.5rem;
}

.filterBody {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 1;
  width: 100%;
}

.filterContentWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;    /* internal centering only */
  height: 100%;
  width: 100%;
  padding: 0rem 1rem;
  gap: 2rem;
  text-align: center;
}

.filterContent {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 10rem;
  min-width: 6rem;
  max-width: 16rem;
  text-align: left;
  z-index: 1;
}

.filterLabel {
  align-self: flex-start;
  margin-bottom: 0.1rem;
  padding-left: 0.5rem;
  color: white;
  font-family: 'SquaresBold';
  font-size: 0.75rem;
}

.selectWrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 2.4rem;
  width: 100%;
}

.customSelect,
.customInput {
  height: 2.4rem; 
  width: 100%; 
  padding: 0rem 1rem; 
  background-color: #212121; 
  color: #fff; 

  appearance: none; /* Remove default styling */ 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  border: none; /* Remove border */ 

  font-size: 1rem; 
  line-height: 1.6rem; 
  box-sizing: border-box; 
  background-repeat: no-repeat; 
  background-position: right 0.75rem center; 
  background-size: 0.65rem; 
  cursor: pointer;
}

.customSelect {
  background-image: url("data:image/svg+xml,%3Csvg fill='white' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z'/%3E%3C/svg%3E");
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Map */

.mapWrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-left: 6rem;
  padding-right: 6rem;
}

.mapWrapper h2 {
  padding-bottom: 1rem;
  font-size: 2rem;
}

.mapFrame {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 66rem;
  min-width: 13.5rem;
}

.mapBody {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.mapContentWrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.map {
  height: 50vh;
  max-height: 35rem;
  width: 100%;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}

.mapButtonWrapper {
  position: absolute;
  top: 1.75rem;
  right: 0;
}

.mapKey {
  position: absolute;

  right: 5rem;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  background: none;
  border: none;
  z-index: 3;
  cursor: pointer;
  pointer-events: auto;
}

.mapKey img {
  display: block;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.mapKey img[src$="Keyafter.svg"]:hover {
  content: url("assets/Keyafterhover.svg");
}

.mapKey img[src$="Keybefore.svg"]:hover {
  content: url("assets/Keybeforehover.svg");
}

.mapControl {
  position: absolute;
  right: 1.75rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: none;
  border: none;
  z-index: 3;
  cursor: pointer;
  pointer-events: auto;
}

.mapControl img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.mapControl img[src$="Centerafter.svg"]:hover {
  content: url("assets/Centerafterhover.svg");
}

.mapControl img[src$="Centerbefore.svg"]:hover {
  content: url("assets/Centerbeforehover.svg");
}

.mapPrompt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2rem;
  font-family: 'SquaresBold', sans-serif;
  text-align: center;
  z-index: 3;
  pointer-events: none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* CTA */

.ctaWrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}

.ctaFrame {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 66rem;
  min-width: 13.5rem;
  gap: 4rem;
  text-align: left;
}

.ctaBodyWrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  gap: 4rem;
  align-items: stretch;
}

.ctaBody {
  display: flex;
  flex-direction: column;
  align-items: center; /* or left-aligned if you want that */
  height: auto;
  width: 100%;
}

.ctaBody h2 {
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.ctaContentWrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-grow: 1;
}

.ctaContent {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 1rem;
  flex-grow: 1;
}

.ctaContent p {
  padding-bottom: 1rem;
}

.ctaButton {
  font-size: 0.875rem;
}

.ctaBody,
.ctaContentWrapper { 
  min-width: 0; 
}

.descContentWrapper,
.filterContentWrapper,
.map,
.ctaContent {
  background-color: none;
  border: 0px solid #1c1c1c; 
  border-radius: 0rem;
  border-style: solid;
}

.descContentWrapper,
.filterBody,
.mapContentWrapper,
.ctaContentWrapper {
  padding: 1rem 1rem;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Media Resize */

.introTall { display: none; }

@media (max-aspect-ratio: 16/9) {
  .introWide { display: none; }
  .introTall { display: block; }
}

@media (max-width: 800px) {
  .descFrame {
    display: flex;
    flex-direction: column;
    align-items: center;
    aspect-ratio: unset;
  }

  .ctaBodyWrapper {
    flex-direction: column;
  }
}

/*
* {
  outline: 2px solid red !important;
  background-color: rgba(255, 0, 0, 0.1) !important;
}
