@font-face {
  font-family: "Saldo";
  src: url("../fonts/saldo-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Amsterdam";
  src: url("../fonts/Amsterdam.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #f7f6e4;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  overflow-x: hidden;
}

.field-error {
  display: block;
  font-size: 12px;
  color: #ff4d4f;
  margin-top: 4px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  background: #f7f6e4;
  border-bottom: 2px solid #F3D197;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 43;
}

.site-header.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.site-header.is-open::after {
  opacity: 1;
  pointer-events: auto;
}

.site-header__inner {
  position: relative;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo img {
  display: block;
  height: auto;
}

.site-header__logo--left img {
  width: 150px;
  padding: 10px 0 ;
}

.site-header__logo--left {
  justify-self: start;
}

.site-header__logo--right img {
  width: 200px;
}

.site-header__logo--right {
  justify-self: end;
}

.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.site-header__nav a {
  font-family: "Saldo", serif;
  font-size: 18px;
  color: #1c1c1c;
  text-decoration: none;
  line-height: 1;
}

.site-header__nav a.nav-enquire-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 22px !important;
  background: #1c1c1c !important;
  color: #F3D197 !important;
  border: 2px solid #F3D197 !important;
  border-radius: 4px !important;
  font-family: 'Satoshi', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25), 0 0 10px rgba(243, 209, 151, 0.2);
  transition: all 0.3s ease !important;
  margin-left: 8px;
}

.site-header__nav a.nav-enquire-btn:hover {
  background: #F3D197 !important;
  color: #1c1c1c !important;
  border-color: #F3D197 !important;
  box-shadow: 0 6px 20px rgba(243, 209, 151, 0.45);
  transform: translateY(-1px);
}

.fixed-btn {
  display: none !important;
}

.site-header__toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.site-header__toggle-line {
  display: block;
  width: 28px;
  height: 2px;
  background: #1c1c1c;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}

.site-header__toggle-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.menu-open {
  overflow: hidden;
}

.scroll-target {
  height: 0;
}

.hero-invitation,
.hero-intro,
.expression,
.connectivity,
.video-gallery,
.legacy,
#home,
#overview,
#amenities,
#plan,
#location,
#gallery {
  scroll-margin-top: 96px;
}

.hero-invitation {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 100vh;
  min-height: 560px;
  max-height: 900px;
  background-image: url("../images/banner_new/Trilogy Banner (Desktop).png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.hero-invitation__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: min(92%, 780px);
}

.hero-invitation__kicker {
  font-family: "Saldo", serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.35em;
  letter-spacing: 0.5px;
}

.hero-invitation__title {
  font-family: "Amsterdam", cursive;
  font-weight: 400;
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 1.15;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.hero-invitation__title span {
  display: block;
}

.hero-invitation__scroll-cue {
  margin-top: 1em;
  display: inline-block;
  font-size: clamp(40px, 4vw, 65px);
  text-decoration: none;
  color: #fff;
  animation: heroArrowFloat 2.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes heroArrowFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.85;
  }
  50% {
    transform: translateY(12px) scale(1.03);
    opacity: 1;
  }
}

.hero-invitation__top-bar {
  position: absolute !important;
  top: 30px !important;
  left: 40px !important;
  right: 40px !important;
  z-index: 25;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  pointer-events: none;
}

.hero-invitation__logo-left img {
  width: 200px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

.hero-invitation__logo-right {
  transform: translateY(6px);
}

.hero-invitation__logo-right img {
  width: 290px;
  height: auto;
  display: block;
  filter: invert(1) brightness(1.2);
  mix-blend-mode: screen;
}

@media (max-width: 767px) {
  .site-header__inner {
    width: 92%;
    max-width: 92%;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-header__logo--left img {
    width: 100%;
    max-width: 168px;
  }

  .site-header__logo--right img {
    width: 100%;
    max-width: 130px;
  }

  .site-header__logo--right {
    justify-self: center;
  }

  .site-header__toggle {
    display: inline-flex;
    justify-self: end;
    z-index: 45;
  }

  .site-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 78%;
    height:100vh;
    max-width: 340px;
    background: #f7f6e4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    
    z-index: 44;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.45s ease;
  }

  .site-header__nav a {
    width: auto;
    padding: 0;
    font-size: 20px;
    color: #1c1c1c;
    font-family: 'Saldo';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .site-header.is-open .site-header__nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header.is-open .site-header__toggle-line {
    background: #1c1c1c;
  }

  .site-header.is-open .site-header__toggle-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .site-header.is-open .site-header__toggle-line:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .site-header__toggle-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hero-invitation {
    max-width: 100%;
    width: 100%;
    height: 100dvh;
    min-height: 520px;
    background-image: url("../images/banner_new/Trilogy Banner (mobile).png");
    background-position: center;
    background-size: cover;
  }

  .hero-invitation__content {
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: min(92%, 460px);
  }

  .hero-invitation__kicker {
    font-size: 20px;
    margin-bottom: 0.9em;
  }

  .hero-invitation__title {
    font-family: "Amsterdam", cursive;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
  }

  .hero-invitation__scroll-cue {
    margin-top: 1em;
    font-size: 45px;
  }

  .hero-invitation__top-bar {
    top: 22px !important;
    left: 20px !important;
    right: 20px !important;
  }

  .hero-invitation__logo-left img {
    width: 150px;
  }

  .hero-invitation__logo-right {
    transform: translateY(4px);
  }

  .hero-invitation__logo-right img {
    width: 180px;
  }
}

@media (max-width: 430px) {
  .hero-invitation__content {
    top: 47%;
    margin: 0 auto;
  }
}

.hero-intro {
  width: 100%;
  max-width: 100%;
  height: 90vh;
  min-height: 540px;
  max-height: 850px;
  background-image: url("../images/desktop_images/brochure-d.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.hero-intro__container {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: min(92%, 1100px);
  margin: 0 auto;
  text-align: center;
  color: #f7f6e4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 65px 20px 45px;
}

.hero-intro__top {
  margin-top: 10px;
}

.hero-intro__bottom {
  margin-bottom: 10px;
}

.hero-intro__heading,
.hero-intro__headline {
  font-family: "Saldo", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.35;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
  text-transform: none;
}

.hero-intro__subheading,
.hero-intro__subtext {
  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 4px 14px rgba(0, 0, 0, 0.85);
  max-width: 680px;
  margin: 0 auto 20px;
}

.hero-intro__divider {
  width: 180px;
  height: 2px;
  background: #F3D197;
  margin: 0 auto 24px;
}

.hero-intro__features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 28px;
}

.hero-intro__feature-item {
  font-family: "Saldo", serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
  letter-spacing: 0.5px;
}

.hero-intro__feature-sep {
  color: rgba(247, 246, 228, 0.5);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  font-weight: 300;
  user-select: none;
}

.hero-intro__cta-wrapper {
  margin-top: 5px;
}

.hero-intro__cta {
  display: inline-block;
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  padding: 12px 32px;
  color: #1c1c1c;
  text-decoration: none;
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  background: #f7f6e4;
  border: 2px solid #F3D197;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.hero-intro__cta:hover {
  background: #1c1c1c;
  color: #f7f6e4;
  border-color: #F3D197;
}

@media (max-width: 767px) {
  .hero-intro {
    aspect-ratio: 6 / 11;
    min-height: 100dvh;
    background-image: url("../images/mobile_images/brochure-m.jpg");
  }

  .hero-intro__container {
    padding: 50px 16px 35px;
  }

  .hero-intro__top {
    margin-top: 15px;
  }

  .hero-intro__headline {
    font-size: 24px;
    letter-spacing: 1.5px;
  }

  .hero-intro__subheading,
  .hero-intro__subtext {
    font-size: 13px;
    line-height: 1.45;
    padding: 10px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .hero-intro__divider {
    width: 130px;
    margin-bottom: 18px;
  }

  .hero-intro__features {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
  }

  .hero-intro__feature-sep {
    display: none;
  }

  .hero-intro__feature-item {
    font-size: 15px;
  }

  .hero-intro__cta {
    padding: 10px 24px;
    font-size: 13px;
    margin-top: 0;
    bottom: auto !important;
  }
}

.expression {
  width: 100%;
  background-color: #F3D197;
  color: #1c1c1c;
}

.expression__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 72px 56px 68px;
  display: grid;
  grid-template-columns: 1.6fr 5fr;
  gap: 24px;
  align-items: center;
}

.expression__heading {
  font-family: "Saldo", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  color: #1c1c1c;
}

.expression__heading span {
  display: block;
}

.expression__heading-wrap,
.expression__item {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  filter: blur(5px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.expression.in-view .expression__heading-wrap,
.expression.in-view .expression__item {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.expression.in-view .expression__heading-wrap {
  transition-delay: 0.1s;
}

.expression.in-view .expression__item:nth-child(1) { transition-delay: 0.2s; }
.expression.in-view .expression__item:nth-child(2) { transition-delay: 0.3s; }
.expression.in-view .expression__item:nth-child(3) { transition-delay: 0.4s; }
.expression.in-view .expression__item:nth-child(4) { transition-delay: 0.5s; }

.expression__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 24px;
}

.expression__item {
  text-align: center;
}

.expression__item img {
  width: 86px;
  height: 86px;
  display: block;
  margin: 0 auto 14px;
  filter: brightness(0);
}

.expression__item p {
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #1c1c1c;
  font-weight: 500;
}

@media (max-width: 768px) {
  .expression__inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 70px 30px 72px;
  }

  .expression__heading-wrap {
    text-align: center;
  }

  .expression__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
    column-gap: 16px;
  }

  .expression__item {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .expression__inner {
    max-width: 600px;
    padding: 72px 22px 74px;
    gap: 46px;
  }

  .expression__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 44px;
    column-gap: 8px;
  }

  .expression__item img {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
  }
}

.fourth-visual {
  width: 100%;
}

.fourth-visual__video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  /*background: #000;*/
}

.fourth-visual__video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%; 
}

.video-section__title {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-family: "Saldo", serif;
  font-size: clamp(22px, 3.2vw, 42px);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  margin: 0;
  text-align: center;
  width: min(90%, 800px);
}

.video-thumbnail.is-playing .video-section__title,
.video-thumbnail.is-playing .play-button {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.video-thumbnail img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play-button::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 20px;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fff;
} 
main > section {
  opacity: 0;
  transform: translateY(30px) scale(0.992);
  filter: blur(3px);
  transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

main > section.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

main > section.hero-invitation {
  opacity: 1;
  transform: none;
}

.city-next {
  width: 100%;
  background: #f7f6e4;
  padding: 72px 24px;
}

.city-next__title {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  line-height: 1.2;
}

.city-next__main {
  font-family: "Saldo", serif;
  font-size: 35px;
  color: #1c1c1c;
  vertical-align: middle;
}

.city-next__accent {
  font-family: "Amsterdam", cursive;
  font-size: 35px;
  color: #F3D197;
  text-shadow: 0 1px 2px rgba(28, 28, 28, 0.5);
  margin-left: 12px;
  vertical-align: middle;
}

.city-next__copy {
  max-width: 780px;
  margin: 22px auto 0;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #1c1c1c;
}

@media (max-width: 767px) {
  .city-next {
    padding: 120px 18px;
  }

  .city-next__title {
    line-height: 1.3;
  }

  .city-next__main,
  .city-next__accent {
    display: block;
    font-size: 35px;
    margin-left: 0;
    line-height: 50p;
  }
}

.yelahanka {
  width: 100%;
  max-width: 100%;
  height: 90vh;
  min-height: 520px;
  max-height: 850px;
  background-image: url("../images/desktop_images/big_address_d.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.yelahanka__inner {
  position: absolute;
  inset: 0;
}

.yelahanka__title {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 880px);
  text-align: center;
  font-family: "Amsterdam", cursive;
  font-size: clamp(38px, 4.5vw, 65px);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.15;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}

.yelahanka__copy {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 840px);
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 4px 16px rgba(0, 0, 0, 0.85);
}

@media (max-width: 767px) {
  .yelahanka {
    max-width: 600px;
    aspect-ratio: 22 / 11;
    background-image: url("../images/mobile_images/big_address-m.jpg");
    background-position: center;
    background-size: cover;
  }

  .yelahanka__title {
    top: 10%;
    width: min(92%, 540px);
    font-size: 42px;
    line-height: 1.15;
  }

  .yelahanka__copy {
    bottom: 5%;
    width: min(92%, 480px);
    font-size: 12px;
    line-height: 1.4;
    padding: 12px 18px;
    border-radius: 12px;
  }
}

.bms {
  width: 100%;
  max-width: 100%;
  height: 90vh;
  min-height: 520px;
  max-height: 850px;
  position: relative;
  overflow: hidden;
}

.bms-slider,
.bms-slider .slick-list,
.bms-slider .slick-track {
  height: 100%;
}

.bms-slide {
  position: relative;
  height: 100%;
}

.bms-slide picture,
.bms-slide picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bms::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.02) 45%, rgba(0, 0, 0, 0.58) 100%);
  pointer-events: none;
}

.bms-slide__overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 20px 45px;
}

.bms-slide__script {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  font-family: "Saldo", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  margin-top: 15px;
}

.bms-slide__bottom-content {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}

.bms-slide__title {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  width: min(92%, 720px);
  margin: 0 auto 10px;
  font-family: "Saldo", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.bms-slide__copy {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  width: min(92%, 780px);
  margin: 0 auto;
  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 4px 14px rgba(0, 0, 0, 0.85);
}

.bms .slick-dots {
  position: absolute;
  right: 2.4%;
  bottom: 3.5%;
  z-index: 4;
  display: inline-flex;
  gap: 8px;
  width: auto;
}

.bms .slick-dots li {
  margin: 0;
  width: 13px;
  height: 13px;
}

.bms .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  background: url("../images/icons/pagination-compressed.webp") center/contain no-repeat;
  cursor: pointer;
}

.bms .slick-dots li button::before {
  content: "";
}

.bms .slick-dots li.slick-active button {
  background-image: url("../images/icons/pagination-active-compressed.webp");
}

@media (max-width: 767px) {
  .bms {
    max-width: 600px;
    aspect-ratio: 6 / 11;
    min-height: 100dvh;
  }

  .bms-slide__overlay {
    padding: 40px 16px 50px;
  }

  .bms-slide__script {
    font-size: 26px;
    line-height: 1.25;
    margin-top: 20px;
  }

  .bms-slide__title {
    width: min(92%, 520px);
    font-size: 22px;
    margin-bottom: 8px;
  }

  .bms-slide__copy {
    width: min(92%, 460px);
    font-size: 12px;
    line-height: 1.4;
    padding: 10px 16px;
    border-radius: 12px;
  }

  .bms .slick-dots {
    right: 50%;
    transform: translateX(50%);
    bottom: 5%;
  }
}

.is-hidden {
  display: none !important;
}

.plan-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.plan-section__left {
  background: #f7f6e4;
  color: #1c1c1c;
}

.plan-section__left-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 130px 70px 96px;
}

.plan-section__heading {
  position: relative;
  font-weight: 400;
  margin-bottom: 38px;
}

.plan-section__heading-main {
  font-family: "Saldo", serif;
  font-size: 24px;
  line-height: 30px;
}

.plan-section__heading-accent {
  font-family: "Amsterdam", cursive;
  font-size: 24px;
  line-height: 35px;
  color: #cb4f27;
}

.plan-section__intro {
  width: 100%;
  max-width: 100%;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 32px;
}

.plan-section__primary-tabs,
.plan-section__secondary-tabs {
  display: grid;
  gap: 0;
}

.plan-section__primary-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.plan-section__secondary-tabs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.plan-tab {
  border: 2px solid #F3D197;
  background: transparent;
  color: #1c1c1c;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1;
  min-height: 52px;
  cursor: pointer;
}

.plan-tab--secondary {
  min-height: 46px;
  font-size: 12px;
}

.plan-tab.is-active {
  background: #cb4f27;
  border-color: #cb4f27;
  color: #f7f6e4;
}

.plan-section__stats {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.45;
  color: #1c1c1c;
}

.plan-section__right {
  background: #1c1c1c;
  color: #f7f6e4;
  padding: 90px 60px 56px;
}

.plan-section__image-wrap {
  display: flex;
  justify-content: center;
  width: 54%;
  max-width: 54%;
  margin: 0 auto 20px;
  background: #fff;
  padding: 14px;
}

.plan-section__image {
  display: block;
  width: 100%;
  height: auto;
}

.plan-section__note {
  width: 54%;
  max-width: 54%;
  margin: 0 auto;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .plan-section {
    grid-template-columns: 1fr;
  }

  .plan-section__left-inner {
    width: 72%;
    max-width: 72%;
    padding: 70px 26px 56px;
    text-align: center;
  }

  .plan-section__heading-main {
    font-size: 24px;
  }

  .plan-section__heading-accent {
    position: static;
    display: inline-block;
    margin-left: 8px;
    font-size: 24px;
    transform: translateY(-1px);
  }

  .plan-section__intro {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    font-size: 12px;
  }

  .plan-tab {
    min-height: 46px;
    font-size: 12px;
    border-width: 1px;
  }

  .plan-tab--secondary {
    min-height: 42px;
    font-size: 12px;
  }

  .plan-section__secondary-tabs {
    gap: 10px;
    margin-bottom: 20px;
  }

  .plan-section__stats {
    font-size: 12px;
    line-height: 1.45;
  }

  .plan-section__right {
    padding: 28px 14px 26px;
  }

  .plan-section__image-wrap {
    width: 70%;
    max-width: 70%;
    margin-bottom: 14px;
    padding: 14px;
  }

  .plan-section__note {
    width: 70%;
    max-width: 70%;
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  .plan-section__left-inner {
    width: 82%;
    max-width: 82%;
    padding: 58px 0 48px;
  }

  .plan-section__image-wrap {
    width: 88%;
    max-width: 88%;
    padding: 10px;
  }

  .plan-section__note {
    width: 88%;
    max-width: 88%;
    font-size: 12px;
  }
}

.connectivity {
  width: 100%;
  display: grid;
  grid-template-columns: 52% 48%;
}

.connectivity__map {
  background: #1c1c1c;
  position: relative;
}

.connectivity__map picture,
.connectivity__map img {
  display: block;
  width: 100%;
  height: 100%;
}

.connectivity__map img {
  object-fit: cover;
}

.connectivity__map-controls {
  position: absolute;
  right: 3%;
  bottom: 7.5%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.connectivity__map-controls button {
  width: 28px;
  height: 28px;
  border: 0;
  background: #ece8d9;
  color: #1c1c1c;
  font-size: 20px;
  line-height: 1;
}

.connectivity__content {
  background: #f7f6e4;
  color: #1c1c1c;
  padding: 7.5% 8.8% 7%;
  height:580px;
}

.connectivity__heading {
  margin-bottom: 5.8%;
  font-weight: 400;
  line-height: 1.1;
}

.connectivity__heading span {
  display: block;
  font-family: "Saldo", serif;
  font-size: 24px;
}

.connectivity__heading-accent {
  display: inline-block !important;
  font-family: "Amsterdam", cursive !important;
  color: #cb4f27;
  margin-left: 6px;
}

.connectivity__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.connectivity-item {
  border-bottom: 1px solid #F3D197;
  padding-bottom: 2px;
}

.connectivity-item__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
}

.connectivity-item__left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
}

.connectivity-item__left img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.connectivity-item__left i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 4px;
  color: #1c1c1c;
  background: #F3D197;
  flex-shrink: 0;
}

.connectivity-item__icon {
  font-family: "Satoshi", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-left: 10px;
}

.connectivity-item__panel {
  display: none;
  margin-top: 9px;
  padding-left: 39px;
}

.connectivity-item.is-open .connectivity-item__panel {
  display: block;
}

.connectivity-item__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}

.connectivity-item__cols ul {
  list-style: none;
}

.connectivity-item__cols li {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #014e6d;
  list-style: disc;
}

@media (max-width: 768px) {
  .connectivity {
    grid-template-columns: 1fr;
  }

  .connectivity__content {
    order: 1;
    padding: 8% 5.8% 7.5%;
    height: auto;
  }

  .connectivity__map {
    order: 2;
    aspect-ratio: 375 / 279;
  }

  .connectivity__heading {
    text-align: center;
    margin-bottom: 7%;
  }

  .connectivity__heading-accent {
    margin-left: 4px;
  }

  .connectivity-item__panel {
    padding-left: 30px;
  }

  .connectivity-item__cols {
    grid-template-columns: 1fr 1fr;
    gap: 7%;
  }

  .connectivity__map-controls {
    right: 15%;
    bottom: 7%;
  }
}

.video-gallery {
  width: 100%;
  background: #1e130c;
  color: #f7f6e4;
  padding: 5.8% 0 3.8%;
  overflow: hidden;
}

.video-gallery__inner {
  width: 92%;
  max-width: 92%;
  margin: 0 auto;
}

.video-gallery__heading {
  font-family: "Amsterdam", cursive;
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2em;
}

.video-gallery__slider-wrap {
  position: relative;
  overflow: hidden;
}

.video-gallery__slider {
  width: 100%;
}

.video-gallery__slider .slick-list {
  overflow: hidden;
}

.video-card {
  padding: 0 0.1%;
}

.video-card a {
  display: block;
  text-decoration: none;
}

.video-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 3px solid #F3D197;
  border-radius: 6px;
}

.video-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 34px solid #fff;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.video-card__title {
  margin-top: 16px;
  font-family: "Saldo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  color: #F3D197;
  letter-spacing: 0.8px;
}

.video-gallery__slider .slick-slide {
  transform: scale(0.78);
  transform-origin: center center;
  opacity: 0.75;
  transition: transform 0.32s ease, opacity 0.32s ease;
}

.video-gallery__slider .slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.video-gallery__arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
}

.video-gallery__arrow img {
  width: 34px;
  height: 34px;
  display: block;
}

.video-gallery__arrow--prev {
  left: 0%;
}

.video-gallery__arrow--next {
  right: 0%;
}

.video-gallery .slick-dots {
  position: static;
  margin-top: 2.8%;
}

.video-gallery .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 3px;
}

.video-gallery .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  background: url("../images/icons/pagination-compressed.webp") center/contain no-repeat;
}

.video-gallery .slick-dots li button::before {
  content: "";
}

.video-gallery .slick-dots li.slick-active button {
  background-image: url("../images/icons/pagination-active-compressed.webp");
}

@media (max-width: 768px) {
  .video-gallery {
    padding: 25% 0 20%;
  }

  .video-gallery__inner {
    width: 90%;
    max-width: 90%;
  }

  .video-gallery__heading {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 2.5em;
  }

  .video-card {
    padding: 0;
  }

  .video-card__title {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.5;
  }

  .video-gallery__slider .slick-slide,
  .video-gallery__slider .slick-center {
    transform: none;
    opacity: 1;
  }

  .video-gallery__arrow {
    display: none !important;
  }

  .video-gallery .slick-dots {
    margin-top: 20%;
  }

  .video-card__play {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 26px;
  }
}

.legacy {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 1;
  min-height: 700px;
  background-image: url("../images/desktop_images/Legacy_of_Trust-compressed.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.legacy__content {
  position: absolute;
  top: 6.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 64%;
  max-width: 64%;
  text-align: center;
  color: #014e6d;
}

.legacy__heading {
  margin-bottom: 2.6%;
  font-weight: 400;
}

.legacy__heading-main {
  font-family: "Saldo", serif;
  font-size: 24px;
  line-height: 1.2;
}

.legacy__heading-accent {
  font-family: "Amsterdam", cursive;
  font-size: 24px;
  line-height: 1;
  color: #cb4f27;
  margin-left: 8px;
}

.legacy__copy {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.legacy__copy + .legacy__copy {
  margin-top: 2.4%;
}

@media (max-width: 767px) {
  .legacy {
    aspect-ratio: 375 / 667;
    min-height: 100dvh;
    background-image: url("../images/mobile_images/Legacy_of_trust-compressed.webp");
    background-position: center;
  }

  .legacy__content {
    top: 9.5%;
    width: 84%;
    max-width: 84%;
  }

  .legacy__heading {
    margin-bottom: 8%;
    line-height: 1.2;
  }

  .legacy__heading-main,
  .legacy__heading-accent {
    font-size: 24px;
  }

  .legacy__copy {
    font-size: 12px;
    line-height: 1.45;
  }

  .legacy__copy + .legacy__copy {
    margin-top: 7%;
  }
}

.disclaimer {
  width: 100%;
  background: #f7f6e4;
  color: #014e6d;
  padding: 48px 0 54px;
}

.disclaimer__inner {
  width: 88%;
  max-width: 88%;
  margin: 0 auto;
}

.disclaimer__title {
  text-align: center;
  font-family: "Saldo", serif;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.disclaimer__text {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 767px) {
  .disclaimer {
    padding: 34px 0 40px;
  }

  .disclaimer__inner {
    width: 90%;
    max-width: 90%;
  }

  .disclaimer__title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.submit-btn.loading {
        opacity: 0.7;
        pointer-events: none;
      }

      .submit-btn.loading::after {
        content: "";
        width: 16px;
        height: 16px;
        margin-left: 10px;
        border: 2px solid #fff;
        border-top: 2px solid transparent;
        border-radius: 50%;
        display: inline-block;
        animation: spin 0.6s linear infinite;
        vertical-align: middle;
      }

      @keyframes spin {
        to {
          transform: rotate(360deg);
        }
      }

      .error-border {
        border-bottom: 1px solid red !important;
      }

.error-border {
    border-bottom: 1px solid red !important;
  }
  .enquiry-form-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  padding: 20px;
}

.enquiry-form-overlay.active {
  display: flex;
}

/* ============================================
   POPUP CARD
============================================ */
.enquiry-form {
  background: #000000;
  width: 100%;
  max-width: 330px;
  padding: 32px 32px 10px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeIn 0.35s ease;
  border: 1px solid #eaeaea;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CLOSE ICON */
.enquiryFormClose {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  opacity: 0.75;
  transition: 0.25s;
}

.enquiryFormClose:hover {
  opacity: 1;
}

/* ============================================
   TITLE
============================================ */
.enquiry-form h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff;
  letter-spacing: 0.2px;
}

/* ============================================
   FLOATING INPUT BOXES
============================================ */
.ip-box {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
#txt_country {
  width: 25%;
}

.ip-box input,
.ip-box select {
  width: 100%;
  padding: 14px 14px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}
.ip-box input::placeholder,
.ip-box select::placeholder {
  color: #fff;
}
.ip-box input:focus,
.ip-box select:focus {
  background: transparent;
  outline: none;
}

/* FLOATING LABELS */
.ip-box label {
  position: absolute;
  left: 14px;
  top: 13px;
  color: #6a7890;
  font-size: 15px;
  pointer-events: none;
  transition: 0.25s ease;
}

.ip-box input:not(:placeholder-shown) + label,
.ip-box input:focus + label,
.ip-box select:focus + label {
  top: -10px;
  left: 10px;
  background: transparent;
  padding: 0 6px;
  font-size: 13px;
  color: #0a63aa;
}
.iti {
  width: 100%;
}

/* ============================================
   VALIDATION MESSAGES
============================================ */
#valid-msg,
#error-msg {
  font-size: 13px;
  margin-top: -12px;
  margin-bottom: 10px;
  display: block;
}

#valid-msg {
  color: #0a8235;
}

#error-msg {
  color: #d30000;
}

/* ============================================
   CHECKBOX SECTION
============================================ */
.homeally_dwnld_checklist {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 18px 0 10px;
  align-items: flex-start;
}

.homeally_dwnld_checklist input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #0a63aa;
}

.homeally_dwnld_checklist span {
  font-size: 10px;
  color: #fff;
  line-height: 1.4;
  margin-top: 0px;
}

/* ============================================
   SUBMIT BUTTON
============================================ */
.submit-btn {
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  border-radius: 0px;
  border: 1px solid #fff;
  cursor: pointer;
  background: transparent;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: 0.3s ease;
  margin-top: 12px;
}

.submit-btn:hover {
  background-color: #fff;
  color: #000;
}

.hide {
  display: none;
}
.fixed-btn.services {
  position: fixed;
  right: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 9999;
}
.services a {
  background: #f7f6e4;
  margin-top: 2em;
  padding: 10px;
  color: #014e6d;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Satoshi", sans-serif;
}
.services a:hover{
   background: #014e6d;
  color: #f7f6e4;
}

.get-direction{
  background: #f7f6e4;
  margin-top: 2em;
  margin-right:3em;
  padding: 10px;
  color: #014e6d;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Satoshi", sans-serif;
  display: flex;
    align-items: center;
    gap: 10px;
    border-radius:50px;
}

#formHeading span{
  font-size: 10px;
  line-height: 16px !important;
  font-weight: 400;
}
.get-direction .arrow {
    width: 30px;
    height: 30px;
    background: #446e34;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.25s ease;
}

.formobile{
  display: none;
}
@media(max-width: 768px){
  .formobile{
    display: block;
  }
  #formHeading span{
    font-size: 11px;
  }
}

.scroll_btn {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
}

.scroll_btn img {
  width: 50px;
  animation: bounce 1.5s infinite;
}

/* smooth bounce animation */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

/* make parent relative & add section borders */
section {
  position: relative;
  border-bottom: 2px solid #F3D197;
}

.qr-section {
  padding: 30px 20px 50px;
  background: #f7f6e4;
  text-align: center;
}

.qr-container {
  max-width: 1100px;
  margin: 0 auto;
}

.qr-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.qr-item img {
  width: 140px;
  height: 140px;
  display: block;
  object-fit: contain;
  border: 3px solid #F3D197;
  border-radius: 8px;
  padding: 6px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .qr-section {
    padding: 30px 16px;
  }
  .qr-grid {
    gap: 16px;
  }
  .qr-item img {
    width: 110px;
    height: 110px;
  }
}

/* ============================================================
   CLIENT REVISIONS
   ============================================================ */

/* (E) Section titles -> Montserrat  (+ gallery caption) */
.hero-invitation__kicker,
.hero-intro__headline,
.expression__heading,
.expression__heading span,
.city-next__main,
.connectivity .plan-section__heading-main,
.bms-slide__script,
.legacy__heading-main,
.hero-intro__feature-item,
.video-section__title,
.bms-slide__title,
.video-card__title {
  font-family: "Montserrat", sans-serif;
}

/* (B3) Section 1 only - "Enquire Now" vertical tab on the right edge (tilted) */
.hero-enquire-rail {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 62px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.hero-enquire-tab {
  pointer-events: auto;
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: center center;
  white-space: nowrap;
  padding: 12px 26px;
  background: #F3D197;
  color: #14343f;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.hero-enquire-tab:hover {
  background: #e9c07f;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}
@media (max-width: 767px) {
  .hero-enquire-rail { display: none; }  /* keep the mobile hero uncluttered */
}

/* (C) Section 4 - video fills exactly one screen, no scroll */
.fourth-visual {
  height: 100vh;
  min-height: 560px;
  max-height: 900px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.fourth-visual__video-wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: auto;
  margin: 0;
}

/* (D) Section 10 - "A Legacy Of Trust" fits one screen (desktop) */
@media (min-width: 768px) {
  .legacy {
    height: 100vh;
    min-height: 560px;
    max-height: 100vh;
    aspect-ratio: auto;
  }
}

/* ============================================
   STICKY "ENQUIRE NOW" BAR - MOBILE ONLY
   ============================================ */
.mobile-enquiry-bar { display: none; }

@media (max-width: 767px) {
  .mobile-enquiry-bar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(28, 28, 28, 0.92);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-top: 2px solid #F3D197;
    box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.3);
  }
  .mobile-enquiry-bar__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    padding: 14px 20px;
    background: #F3D197;
    color: #14343f;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(243, 209, 151, 0.35);
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.15s ease, background 0.2s ease;
  }
  .mobile-enquiry-bar__btn i { font-size: 15px; }
  .mobile-enquiry-bar__btn:active {
    transform: translateY(1px);
    background: #e9c07f;
  }
  /* keep the last section clear of the sticky bar */
  main { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
}