body, h1, p {
  color: #fff;
}
body h1 a, h1 h1 a, p h1 a {
  text-decoration: none;
  color: #fff;
}

body {
  background-color: #294d58 !important;
  padding: 0;
  margin: 0;
  font-family: "Century Gothic", sans-serif;
}

.floorplan-title {
  width: 100%;
  border-bottom: solid 1px #1e5558;
  padding: 10px;
  text-align: center;
}

.floorplan_container h1 {
  color: #2E2F30;
}
.floorplan_container {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  color: #2E2F30;
  min-height: calc(100vh - 160px);
}

#overlay-title {
  position: absolute;
  top: 200px;
  color: #2E2F30;
  left: 320px;
  z-index: 9999;
}

.floorplan-image-container {
  width: auto;
  overflow: scroll;
  position: relative;
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  padding-top: var(--ruler-height, 0px);
  box-sizing: border-box;
}
.floorplan-image-container .floorplan-figure {
  position: relative;
  width: 100%;
}
.floorplan-image-container img {
  z-index: 9900;
  width: 100%;
  height: auto;
  display: block;
}

.ruler-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10000;
  --ruler-height: 48px;
  --left-buffer-px: 0px;
}

.ruler-vertical-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10001;
  --ruler-height: 48px;
  display: none;
}

.ruler-band {
  position: absolute;
  top: 0;
  height: var(--ruler-height);
  background: rgba(28, 32, 36, 0.08);
  z-index: 0;
}

.ruler-band--alt {
  background: rgba(28, 32, 36, 0.16);
}

.ruler-sub-band {
  position: absolute;
  top: 0;
  height: calc(var(--ruler-height) / 2);
  background: rgba(28, 32, 36, 0.12);
  z-index: 1;
}

.ruler-sub-band--alt {
  background: rgba(28, 32, 36, 0.2);
}

.ruler-tick {
  position: absolute;
  top: 0;
  width: 1px;
  height: calc(var(--ruler-height) * 0.55);
  background: #2e2f30;
  z-index: 2;
}

.ruler-tick--major {
  height: calc(var(--ruler-height) * 0.55);
  background: #1b1c1d;
  z-index: 3;
}

.ruler-label {
  position: absolute;
  top: calc(var(--ruler-height) * 0.65);
  left: -10px;
  font-size: 11px;
  color: #2e2f30;
  white-space: nowrap;
}

.length-marker-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #1b1c1d;
  transform: translateX(-1px);
  z-index: 4;
  display: none;
}

.length-marker-label {
  position: absolute;
  top: 80px;
  transform: translateX(8px);
  font-size: 18px;
  font-weight: 600;
  color: #1b1c1d;
  white-space: nowrap;
  z-index: 5;
  display: none;
}

.ruler-v-band {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(28, 32, 36, 0.08);
  z-index: 0;
}

.ruler-v-band--alt {
  background: rgba(28, 32, 36, 0.16);
}

.ruler-v-sub-band {
  position: absolute;
  left: 0;
  width: 50%;
  background: rgba(28, 32, 36, 0.12);
  z-index: 1;
}

.ruler-v-sub-band--alt {
  background: rgba(28, 32, 36, 0.2);
}

.ruler-v-tick {
  position: absolute;
  left: 0;
  height: 1px;
  width: 60%;
  background: #2e2f30;
  z-index: 2;
}

.ruler-v-tick--major {
  width: 60%;
  background: #1b1c1d;
  z-index: 3;
}

.ruler-v-label {
  position: absolute;
  font-size: 11px;
  color: #2e2f30;
  white-space: nowrap;
  text-align: right;
  transform: translateY(-50%);
  display: none;
}

.preview {
  font-style: italic;
  font-size: 14px;
  color: #a0a0a0;
}

.welcome-text {
  z-index: 10;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  vertical-align: bottom;
}

.units-toggle {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(27, 28, 29, 0.2);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  color: #1b1c1d;
}

.units-toggle__label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  color: #3a3b3c;
  text-align: center;
  width: 100%;
}

.units-toggle__segmented {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(27, 28, 29, 0.2);
  overflow: hidden;
}

.units-toggle__button {
  border: none;
  background: transparent;
  padding: 6px 12px;
  font-size: 12px;
  color: #1b1c1d;
  cursor: pointer;
}

.units-toggle__button.is-active {
  background: #145e7d;
  color: #f9fafb;
}

.compare-container {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  border-bottom: solid 1px #65BDC0;
}

.action-container {
  display: none;
  padding-left: 10px;
  margin-top: -1px;
  margin-bottom: 1px;
}
.action-container .action {
  font-size: 12px;
  padding: 0 12px;
  cursor: pointer;
}
.action-container .action-selected {
  font-weight: bold;
  color: #00474f;
}

ul.compare-list {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.compare-list li {
  padding: 5px 3px;
  padding-left: 0;
  font-size: 15px;
  list-style: none;
  display: inline-block;
  width: 100%;
}
ul.compare-list li .cabin-layout {
  font-size: 12px;
  color: #434546;
}

.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
  font-style: italic;
}

#clear-filter {
  font-size: 12px;
  cursor: pointer;
}

.floorplan-list-container h1 {
  font-size: 25px;
  margin: 0;
  margin-bottom: 18px;
}
.floorplan-list-container ul.list {
  height: 600px;
  overflow: scroll;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  border-bottom: solid 1px #ccc;
}
.floorplan-list-container ul.list li {
  padding: 5px 3px;
  padding-left: 0;
  font-size: 15px;
  list-style: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.floorplan-list-container ul.list li .cabin-layout {
  font-size: 12px;
  color: #434546;
}
.floorplan-list-container ul.list li:hover {
  background-color: #9be4ff;
}
.floorplan-list-container {
  float: left;
  width: 220px;
  padding: 15px;
  padding-top: 0;
  height: 100%;
  border-right: solid 1px #1e5558;
}

a {
  text-decoration: none;
  color: #005456;
}
a :visited {
  color: #607581;
}

.nav-container {
  width: 100%;
}
.nav-container a {
  cursor: pointer;
}
.nav-container {
  position: relative;
  /*width: 200px;*/
  min-height: 160px;
  margin: 0 auto;
  padding-top: 10px;
  vertical-align: middle;
  z-index: 1;
  background: no-repeat center;
  background-size: cover;
}

.nav-container-banner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f6f4ef;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-container-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 24, 32, 0.7), rgba(10, 24, 32, 0.35));
  z-index: 0;
}

.banner-inner {
  position: relative;
  z-index: 1;
  padding: 18px 22px;
  max-width: 880px;
  width: 100%;
}

.banner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.banner-eyebrow {
  margin: 0;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a9c0cf;
}

.banner-title {
  margin: 12px 0 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #f9fafb;
  text-align: left;
}

.banner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-cta {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #145e7d;
  color: #f9fafb;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.banner-cta:hover {
  background: #145e64;
}

.banner-cta.banner-cta--ghost {
  background: transparent;
  border: 1px solid rgba(169, 192, 207, 0.7);
  color: #a9c0cf;
  padding: 8px 16px;
}

.banner-cta.banner-cta--ghost:hover {
  background: rgba(20, 94, 125, 0.15);
}

.banner-divider {
  width: 7rem;
  height: 4px;
  margin: 16px 0 0;
  background-color: #ed7a27;
  border-radius: 15px;
  border: none;
}

.banner-container {
  z-index: 1000;
  text-align: center;
  background-color: rgba(0, 15, 30, 0.29);
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -5px;
  width: 100%;
}
