/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.jl-navbar-dropdown {
  width: 180px;
}
.jl-navbar-dropdown {
  width: 180px;
}
.airport-board-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.airport-board {
  display: flex;
  justify-content: center;
  gap: 0.12em;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: white;
}
.airport-board span {
  width: 1ch;
  text-align: center;
  background: linear-gradient(180deg, #6d6d6d 0%, #e5e5e5 40%, #6d6d6d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /*text-shadow:
    0 1px 0 rgba(255,255,255,.12),
    0 -1px 0 rgba(0,0,0,.65);*/
}
.airport-board-line span {
  display: inline-block;
  animation: flip 1.4s steps(12) forwards;
}
@keyframes flip {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
box-shadow-light {
  box-shadow: 0 14px 25px rgba(255, 255, 255, 0.12);
}
body {
  font-size: 18px;
}
h1, h2, h3, h4 {
  font-weight: 600;
}
strong {
  color: #000000;
}
.border-white {
  border: 1px solid #fff;
}
.overlay-dark {
  background-color: rgba(0, 0, 0, 0.4);
  color: #d2d2d2;
}
.jl-button-default {
  position: relative;
  overflow: hidden;
}
.jl-button-default:hover {
  background-color: transparent;
}
.jl-button-default::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  opacity: 0;
}
:hover::after {
  opacity: 1;
  animation: chrome-shine 0.9s linear forwards;
}
.border-light {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.info-boxes {
  position: absolute;
  left: 0;
  bottom: 0;
}
.info-boxes > div {
  z-index: 3;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 2rem;
  padding: 0.4rem 0.8rem;
  background-position: 100% 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.info-boxes > div:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-shadow: 1px 1px 3px black;
}
.svc-acc .jl-accordion .tm-item .jl-accordion-content {
  transition: all 0.7s ease-in-out;
  margin-left: 0rem;
}
.svc-acc .jl-accordion .tm-item.jl-open .jl-accordion-title {
  text-decoration: underline;
}
.svc-acc .jl-accordion .tm-item.jl-open .jl-accordion-content {
  margin-left: 1rem;
}
/*body {
    &.g-home {
        #g-top-b {
            background-color: #222222;
            background: url('../images/interior.jpg') no-repeat center center;
            background-size: cover;
            position: relative; // needed for absolute positioning of shine

            &::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 0;
                background-color: rgba(0,0,0,0.7);
            }
        }
    }
}*/
/* -------- backgrounds -------- */
.shine-bg, .shine-bg-static, .info-boxes > div:hover {
  background-color: transparent;
  background: linear-gradient(135deg, rgba(229, 229, 229, 0) 5%, rgba(229, 229, 229, 0.2) 15%, rgba(229, 229, 229, 0.45) 25%, rgba(229, 229, 229, 0.2) 35%, rgba(229, 229, 229, 0.12) 45%, rgba(229, 229, 229, 0) 70%);
  background-size: 200% 200%;
  background-position: -100% -100%;
}
.shine-bg-static, .info-boxes > div:hover {
  background-size: 200% 100%;
  background-position: 200% 200%;
}
/* -------- overlays -------- */
.overlay-gold {
  background-color: rgba(177, 151, 107, 0.6);
  color: #222222;
}
.overlay-gold h1, .overlay-gold h2, .overlay-gold h3, .overlay-gold h4, .overlay-gold h5, .overlay-gold h6, .overlay-gold a {
  color: #000000;
}
.overlay-dark {
  background-color: rgba(0, 0, 0, 0.5);
  color: #d2d2d2;
}
/* -------- Gradient text only -------- */
.text-chrome, .text-chrome-3d {
  background: linear-gradient(135deg, #6d6d6d 0%, #e5e5e5 40%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* ensures Chrome shows gradient */
}
/* -------- Gradient + 3D depth -------- */
.text-chrome-3d {
  /* optional if you want automatic gradient inheritance */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.65), 0 3px 8px rgba(0, 0, 0, 0.45);
}
/* -------- effects -------- */
.has-shine {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.has-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  pointer-events: none;
  transform: translateX(-120%);
  opacity: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(229, 229, 229, 0) 35%, rgba(229, 229, 229, 0.35) 45%, rgba(229, 229, 229, 0.22) 50%, rgba(229, 229, 229, 0) 60%);
}
.has-shine.shine-active::before {
  animation: diagonal-shine-sweep 1.4s ease-out forwards;
}
.background-shine {
  position: relative;
}
.background-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  pointer-events: none;
  transform: translateX(-120%);
  opacity: 0;
  z-index: 2;
  background: linear-gradient(135deg, rgba(229, 229, 229, 0) 35%, rgba(229, 229, 229, 0.35) 45%, rgba(229, 229, 229, 0.22) 50%, rgba(229, 229, 229, 0) 60%);
}
.background-shine.shine-active::before {
  animation: diagonal-shine-sweep 1.4s ease-out forwards;
}
.hover-shine:hover, .traveler-favorites article:hover .hover-shine, .traveler-favorites article:focus-within .hover-shine {
  transition: all 0.3s ease-in-out;
}
.hover-shine:hover.overlay-gold, .traveler-favorites article:hover .overlay-gold.hover-shine, .traveler-favorites article:focus-within .overlay-gold.hover-shine {
  background-color: rgba(0, 0, 0, 0.8);
  color: #d2d2d2;
}
.hover-shine:hover.overlay-gold h1, .traveler-favorites article:hover .overlay-gold.hover-shine h1, .traveler-favorites article:focus-within .overlay-gold.hover-shine h1, .hover-shine:hover.overlay-gold h2, .traveler-favorites article:hover .overlay-gold.hover-shine h2, .traveler-favorites article:focus-within .overlay-gold.hover-shine h2, .hover-shine:hover.overlay-gold h3, .traveler-favorites article:hover .overlay-gold.hover-shine h3, .traveler-favorites article:focus-within .overlay-gold.hover-shine h3, .hover-shine:hover.overlay-gold h4, .traveler-favorites article:hover .overlay-gold.hover-shine h4, .traveler-favorites article:focus-within .overlay-gold.hover-shine h4, .hover-shine:hover.overlay-gold h5, .traveler-favorites article:hover .overlay-gold.hover-shine h5, .traveler-favorites article:focus-within .overlay-gold.hover-shine h5, .hover-shine:hover.overlay-gold h6, .traveler-favorites article:hover .overlay-gold.hover-shine h6, .traveler-favorites article:focus-within .overlay-gold.hover-shine h6, .hover-shine:hover.overlay-gold a, .traveler-favorites article:hover .overlay-gold.hover-shine a, .traveler-favorites article:focus-within .overlay-gold.hover-shine a {
  transition: all 0.3s ease-in-out;
  color: #b1976b;
}
.hover-shine:hover::before, .traveler-favorites article:hover .hover-shine::before, .traveler-favorites article:focus-within .hover-shine::before {
  animation: diagonal-shine-sweep 1s ease-out forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  pointer-events: none;
  transform: translateX(-120%);
  opacity: 0;
  z-index: 2;
  background: linear-gradient(135deg, rgba(229, 229, 229, 0) 35%, rgba(229, 229, 229, 0.35) 45%, rgba(229, 229, 229, 0.22) 50%, rgba(229, 229, 229, 0) 60%);
}
.popout-card {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  overflow: visible;
}
.popout-card:hover {
  transform: scale(1.1);
  z-index: 30;
  box-shadow: 0 20px 50px rgba(177, 151, 107, 0.35);
  transition: all 0.3s ease;
}
@keyframes diagonal-shine-sweep {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}
.more-indicator {
  display: inline-flex;
  gap: 6px;
  margin-top: 12px;
  justify-content: center;
  overflow: hidden;
  max-height: 20px;
  transition: opacity 0.2s ease, max-height 0.25s ease, margin 0.25s ease, transform 0.25s ease;
}
.more-indicator span {
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.4;
  animation: dotWave 1.4s infinite ease-in-out both;
}
.more-indicator span:nth-child(1) {
  animation-delay: 0s;
}
.more-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}
.more-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}
.traveler-favorites article {
  text-shadow: 1px 1px 0 black;
}
.traveler-favorites article > a {
  z-index: 3;
}
.traveler-favorites article:hover .overlay-dark, .traveler-favorites article:focus-within .overlay-dark {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-height: 420px) and (orientation: landscape) {
  .traveler-favorites article .overlay-dark {
    justify-content: space-around;
  }
}
@media (max-height: 420px) and (orientation: landscape) {
  .traveler-favorites article .jl-card-body {
    display: none;
  }
}
@keyframes dotWave {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes chrome-bg-shine {
  100% {
    background-position: -200% -200%;
  }
}
@keyframes chrome-shine {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}
.shine-bg-active {
  animation: chrome-bg-shine 2.8s ease-out forwards;
}
/* Stop animation once expanded */
.popout-card:hover .more-indicator {
  opacity: 0;
  transition: opacity 0.2s ease;
  max-height: 0;
  margin-top: 0;
  transform: translateY(-6px);
  pointer-events: none;
}
.how-it-works-list.jl-light .jl-list-bullet .tm-item > div {
  margin-left: 0.5rem !important;
}
.how-it-works-list.jl-light .jl-list-bullet .tm-item:before {
  margin-left: -0.5rem;
  height: 80px;
  background-image: url('../images/icons/ba-star-silver.png');
  background-size: contain;
  margin-right: 0.5rem;
}
.blog .jl-article {
  background-color: #000000;
  color: #ffffff;
  padding: 0;
}
.blog .jl-article a {
  color: #e5e5e5;
}
.jl-light .formRequired {
  color: #6d6d6d;
}
.jl-light input, .jl-light select, .jl-light textarea {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
  color: #ffffff !important;
}
.jl-light input:hover, .jl-light select:hover, .jl-light textarea:hover {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.jl-light input:focus, .jl-light select:focus, .jl-light textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.75) !important;
}
.jl-light label {
  display: flex;
  align-items: center;
}
.jl-light label:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  font-style: italic;
  pointer-events: none;
}
.jl-light label:has(input:disabled) {
  opacity: 0.45;
  cursor: not-allowed;
  font-style: italic;
}
.jl-light .rsform .rsform-block {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}
.jl-light .rsform .rsform-block:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.jl-light .uk-form-controls label {
  display: flex;
  align-items: center;
}
/*# sourceMappingURL=custom_14.css.map */