html {
  overflow-x: hidden;
}

body {
  min-height: 100%;
  height: auto !important;
  overflow-x: hidden;
}

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

iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

select,
.btn {
  min-height: 42px;
}

.lux-guide-page {
  background: #fbfaf8;
  color: #202020;
}

.lux-guide-page .container {
  max-width: 900px;
  padding-top: 20px;
  padding-bottom: 44px;
}

.lux-guide-page .row {
  row-gap: 18px;
}

.lux-guide-page .col-md-4,
.lux-guide-page .col-md-6 {
  margin-left: auto;
  margin-right: auto;
}

.lux-guide-page p {
  font-size: 17px;
  line-height: 1.6;
}

.lux-guide-page img {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  body > .container:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  body > .container:first-child .col[style*="height"] {
    height: auto !important;
  }

  body > .container:first-child .row {
    row-gap: 8px;
  }

  body > .container:first-child .row.mt-0 .col {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  body > .container:first-child img[src*="Lux%20get%20away%20text%20logo"] {
    width: min(341px, 86vw);
    height: auto;
    margin-top: 10px !important;
  }

  body > .container:first-child .fs-4 {
    justify-content: center !important;
    min-height: 44px;
    align-items: center;
    font-size: 18px !important;
    white-space: nowrap;
  }

  #carousel-1 {
    width: 100%;
    margin-top: 12px !important;
  }

  #carousel-1 .carousel-item img {
    height: min(62vh, 520px);
    object-fit: cover;
  }

  #welcomeHeading {
    margin: 28px auto 12px !important;
    padding: 0 14px;
    font-size: 25px !important;
    line-height: 1.18;
  }

  #introText,
  #introText2 {
    max-width: 680px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 1.55;
  }

  .container.d-none.d-md-block {
    display: block !important;
  }

  .container.d-none.d-md-block .row {
    gap: 14px;
  }

  .container.d-none.d-md-block .col-md-4 {
    width: 100%;
  }

  .container.d-none.d-md-block img {
    display: block;
    width: min(100%, 420px);
    margin: 14px auto !important;
    border-radius: 16px !important;
  }

  .container.d-flex.flex-column {
    padding-left: 14px;
    padding-right: 14px;
  }

  .container.d-flex.flex-column h1,
  .container.d-flex.flex-column h2 {
    font-size: 27px;
    line-height: 1.18;
  }

  [data-dynamic-gallery] {
    max-width: 100% !important;
  }

  [data-dynamic-gallery] .card {
    border-radius: 8px;
    overflow: hidden;
  }

  [data-dynamic-gallery] .col,
  [data-dynamic-gallery] [class*="col-"] {
    width: 100%;
  }

  [data-dynamic-gallery] + img,
  .container.d-flex.flex-column > img {
    border-radius: 12px !important;
  }

  .lux-image-zoom {
    padding: 12px;
  }

  .lux-image-zoom img {
    max-width: 96vw;
    max-height: 86vh;
  }

  .lux-image-zoom button {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 420px) {
  body > .container:first-child .fs-4 {
    font-size: 16px !important;
  }

  #welcomeHeading {
    font-size: 23px !important;
  }
}
