/* Template theme bundle. Compile this file to greenz_beta/assets/css/theme.css. */
:root {
  --heading: "Satoshi", "Helvetica Neue", Arial, sans-serif;
  --body: "Satoshi", "Helvetica Neue", Arial, sans-serif;
  --theme-color-ivory: #FFF2E8;
  --theme-color-ink: #111111;
  --theme-color-white: #FFFFFF;
  --theme-color-body-light: var(--theme-color-ivory);
  --theme-color-text-light: var(--theme-color-ink);
  --theme-color-secondary-light: #F4DCC9;
  --theme-color-priority-card-light: #EFD6C0;
  --theme-color-priority-card-head-light: var(--theme-color-secondary-light);
  --theme-color-priority-chip-border-light: #AAA;
  --theme-color-payment-timeline-card-light: #F7E7D9;
  --theme-color-scroll-top-bg-light: rgba(17, 17, 17, 0.92);
  --theme-color-accent-start: #B87C01;
  --theme-color-accent-mid: #D7AC50;
  --theme-color-accent-end: #DC9B15;
  --theme-button-gold: linear-gradient(92.88deg, var(--theme-color-accent-start) 0%, var(--theme-color-accent-mid) 19.71%, var(--theme-color-accent-end) 100%);
  --theme-button-gold-hover: linear-gradient(92.88deg, var(--theme-color-accent-start) 0%, var(--theme-color-accent-mid) 19.71%, var(--theme-color-accent-end) 100%);
  --theme-color-modal-overlay: rgba(0, 0, 0, 0.2);
  --theme-color-lightbox-overlay: rgba(10, 10, 10, 0.72);
  --theme-color-hero-overlay-start: rgba(0, 0, 0, 0);
  --theme-color-hero-overlay-end: rgba(0, 0, 0, 0.8);
  --theme-color-hero-blur-fill: rgba(0, 0, 0, 0.01);
  --theme-color-payment-cta-overlay: rgba(7, 23, 20, 0.22);
  --theme-color-priority-banner-glow-core: rgba(173, 220, 79, 0.45);
  --theme-color-priority-banner-glow-mid: rgba(173, 220, 79, 0.08);
  --theme-color-priority-banner-glow-edge: rgba(173, 220, 79, 0);
  --theme-color-body-dark: var(--theme-color-ink);
  --theme-color-text-dark: var(--theme-color-ivory);
  --theme-color-secondary-dark: #1C1C1C;
  --theme-color-priority-card-dark: #1A1A1A;
  --theme-color-priority-card-head-dark: var(--theme-color-ink);
  --theme-color-priority-chip-border-dark: rgba(255, 255, 255, 0.1);
  --theme-color-payment-timeline-card-dark: var(--theme-color-ink);
  --theme-color-scroll-top-bg-dark: color-mix(in srgb, var(--theme-color-ivory) 94%, transparent);
  --color-ivory: var(--theme-color-ivory);
  --color-ink: var(--theme-color-ink);
  --color-white: var(--theme-color-white);
  --color-body: var(--theme-color-body-light);
  --color-text: var(--theme-color-text-light);
  --color-secondary: var(--theme-color-secondary-light);
  --color-priority-card: var(--theme-color-priority-card-light);
  --color-tertiary: var(--theme-color-accent-start);
  --color-button-mid: var(--theme-color-accent-mid);
  --color-button-end: var(--theme-color-accent-end);
  --color-priority-chip-border: var(--theme-color-priority-chip-border-light);
  --color-payment-timeline-card: var(--theme-color-payment-timeline-card-light);
  --color-priority-card-head: var(--theme-color-priority-card-head-light);
  --color-button-active: var(--theme-button-gold);
  --color-button-hover: var(--theme-button-gold-hover);
  --color-theme-switch-bg: color-mix(in srgb, var(--color-white) 50%, transparent);
  --color-modal-overlay: var(--theme-color-modal-overlay);
  --color-lightbox-overlay: var(--theme-color-lightbox-overlay);
  --color-text-on-media-strong: color-mix(in srgb, var(--color-ivory) 98%, transparent);
  --color-text-on-media: color-mix(in srgb, var(--color-ivory) 90%, transparent);
  --color-hero-overlay: linear-gradient(180deg, var(--theme-color-hero-overlay-start) 30%, var(--theme-color-hero-overlay-end) 100%);
  --color-hero-blur-fill: var(--theme-color-hero-blur-fill);
  --color-payment-cta-overlay: linear-gradient(0deg, var(--theme-color-payment-cta-overlay), var(--theme-color-payment-cta-overlay));
  --color-priority-banner-glow: radial-gradient(circle at 50% 46%, var(--theme-color-priority-banner-glow-core) 0%, var(--theme-color-priority-banner-glow-mid) 18%, var(--theme-color-priority-banner-glow-edge) 34%);
  --color-scroll-top-bg: var(--theme-color-scroll-top-bg-light);
  --shadow-card-soft: 0 10px 20px rgba(17, 17, 17, 0.06);
  --shadow-panel: 0 32px 80px rgba(0, 0, 0, 0.18);
  --shadow-floating: 0 18px 42px rgba(0, 0, 0, 0.22);
  --shadow-lightbox: 0 24px 60px rgba(0, 0, 0, 0.32);
  --filter-icon-dark: brightness(0) saturate(100%);
  --filter-icon-light: brightness(0) saturate(100%) invert(1);
  --shadow-sm: none;
  --shadow: none;
  --shadow-lg: none;
  --page-gutter: 7.3vw;
  --container: calc(100vw - (var(--page-gutter) * 2));
  --title-size: 3vw;
  --title-size-sm: 2.3438vw;
  --hero-title-size: 3.6042vw;
  --card-title-size: 1.125vw;
  --button-size: 0.879vw;
  --button-height: 3.5083vw;
  --button-padding-x: 1.4542vw;
  --fs-overline: 0.78vw;
  --fs-caption: 0.72vw;
  --fs-tag: 0.74vw;
  --fs-label: 0.8vw;
  --fs-footer: 0.82vw;
  --fs-sm: 0.86vw;
  --fs-input: 0.92vw;
  --fs-copy: 0.93vw;
  --fs-body: 1.2vw;
  --fs-stat: 1.35vw;
  --fs-feature: 1.5vw;
  --fs-note: 1.1vw;
  --fs-timeline: 1.6vw;
  --fs-metric-sm: 1.7vw;
  --fs-metric: 2vw;
  --fs-hero-stat: 1.05vw;
}

@media (max-width: 991px) {
  :root {
    --page-gutter: 24px;
    --title-size: 2.75rem;
    --title-size-sm: 2.125rem;
    --hero-title-size: 3.5rem;
    --card-title-size: 1.1875rem;
    --button-size: 0.875rem;
    --button-height: 3.25rem;
    --button-padding-x: 1.5rem;
    --fs-caption: 0.75rem;
    --fs-tag: 0.75rem;
    --fs-footer: 0.875rem;
    --fs-sm: 0.9375rem;
    --fs-input: 1rem;
    --fs-copy: 1rem;
    --fs-body: 1rem;
    --fs-stat: 1.25rem;
    --fs-feature: 1.25rem;
    --fs-note: 1rem;
    --fs-timeline: 1.375rem;
    --fs-metric-sm: 1.75rem;
    --fs-metric: 2rem;
    --fs-hero-stat: 1rem;
  }
}
@media (max-width: 560px) {
  :root {
    --page-gutter: 1.5rem;
    --title-size: 2.25rem;
    --title-size-sm: 1.75rem;
    --hero-title-size: 2rem;
    --card-title-size: 1.0625rem;
    --button-size: 0.8125rem;
    --button-height: 3rem;
    --button-padding-x: 1.25rem;
    --fs-caption: 0.75rem;
    --fs-tag: 0.72rem;
    --fs-footer: 0.875rem;
    --fs-sm: 0.875rem;
    --fs-input: 0.95rem;
    --fs-copy: 0.95rem;
    --fs-body: 1rem;
    --fs-stat: 1.125rem;
    --fs-feature: 1.125rem;
    --fs-note: 0.95rem;
    --fs-timeline: 1.25rem;
    --fs-metric-sm: 1.5rem;
    --fs-metric: 1.75rem;
    --fs-hero-stat: 0.9375rem;
  }
}
[data-theme=dark],
.theme-dark {
  --color-body: var(--theme-color-body-dark);
  --color-text: var(--theme-color-text-dark);
  --color-secondary: var(--theme-color-secondary-dark);
  --color-priority-card: var(--theme-color-priority-card-dark);
  --color-priority-card-head: var(--theme-color-priority-card-head-dark);
  --color-priority-chip-border: var(--theme-color-priority-chip-border-dark);
  --color-payment-timeline-card: var(--theme-color-payment-timeline-card-dark);
  --color-scroll-top-bg: var(--theme-color-scroll-top-bg-dark);
}

.section-payment .payment-cta-panel {
  background-image: url("../images/payment/payment_unsplash.jpg");
}

.priority-section .priority-banner {
  background-image: url("../images/priority_unsplash.webp");
}

#amenities .amenity-panel {
  transition: none;
}
#amenities .amenity-panel.is-switching {
  opacity: 1;
  transform: none;
  filter: none;
}

.button-gold {
  background: var(--theme-button-gold);
  color: var(--color-ink);
  border: 0;
  padding: 0 calc(var(--button-padding-x) + 0.5vw);
}
.button-gold:hover {
  background: var(--theme-button-gold-hover);
}

/* === HERO TEMP SETTINGS === */
.hero-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.25rem;
  min-height: 100vh;
}
.hero-section .hero-layout {
  width: 55%;
  flex: 0 0 55%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5vw;
  max-width: none;
  padding: 0;
  min-height: 100vh;
}
.hero-section .hero-layout:before {
  display: none;
}
.hero-section .hero-layout__barcode {
  position: absolute;
  bottom: 2vw;
  right: 0;
  width: 100px;
}
@media (max-width: 767px) {
  .hero-section .hero-layout__barcode {
    display: none;
  }
}
@media (max-width: 560px) {
  .hero-section .hero-layout {
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 2rem;
  }
}
.hero-section .hero-copy h1 {
  text-align: left;
  color: var(--color-ivory);
  font-size: calc(var(--hero-title-size) - 0.17vw);
}
@media (max-width: 560px) {
  .hero-section .hero-copy h1 {
    text-align: center;
    font-size: calc(var(--hero-title-size) - 0.1rem);
  }
}
.hero-section .hero-actions {
  justify-content: flex-start;
  gap: 1rem;
}
.hero-section .hero-actions .button-ghost {
  backdrop-filter: blur(6px);
}
.hero-section .hero-extra-text {
  width: 100%;
  max-width: 50rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  padding-top: 5vw;
}
@media (max-width: 991px) {
  .hero-section .hero-extra-text {
    padding-top: 0;
  }
}
.hero-section .hero-extra-text__item {
  display: grid;
  gap: 0.25rem;
  text-align: left;
}
.hero-section .hero-extra-text strong {
  color: var(--color-ivory);
  font-size: calc(var(--fs-metric-sm) - 0.3vw);
  font-weight: 700;
  line-height: 1.05;
}
.hero-section .hero-extra-text span {
  color: var(--color-text-on-media);
  font-size: var(--fs-copy);
  line-height: 1.3;
}
@media (max-width: 991px) {
  .hero-section .enquiry-form--shared {
    display: none !important;
  }
}
.hero-section .enquiry-form {
  width: 45%;
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
}
.hero-section .enquiry-form .disclaimer {
  display: none;
}
.hero-section .default_form {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 2vw;
  border-radius: clamp(2rem, 4vw, 3.25rem);
  background: var(--color-secondary);
  border: 0;
  box-shadow: var(--shadow-panel);
  color: var(--color-text);
  overflow: hidden;
}
.hero-section .default_form .grid.grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1vw;
  width: 100%;
}
.hero-section .default_form > .form_control {
  width: 47%;
  margin-bottom: 0 !important;
  margin-right: 3%;
}
.hero-section .default_form > .form_control:first-of-type, .hero-section .default_form > .form_control:last-of-type {
  width: 100%;
}
.hero-section .default_form > .form_control:nth-last-child(3) {
  order: 6;
  width: 100%;
}
.hero-section .default_form > .disclaimer {
  order: 7;
}
.hero-section .default_form > .form_control:last-child {
  order: 5;
  width: 100%;
  margin-top: 0.5rem !important;
}
.hero-section .default_form .form_label {
  display: block;
  position: absolute;
  top: 1.25rem;
  left: var(--floating-label-offset, 0px);
  z-index: 2;
  margin: 0;
  color: var(--color-text);
  font-size: var(--fs-copy) !important;
  font-weight: 400;
  line-height: 1.2;
  pointer-events: none;
  transform-origin: left top;
  transition: transform 0.22s ease, color 0.22s ease, opacity 0.22s ease, top 0.22s ease;
}
.hero-section .default_form .floating-field {
  position: relative;
  --floating-label-offset: 0px;
}
.hero-section .default_form .floating-field.is-focused .form_label, .hero-section .default_form .floating-field.has-value .form_label {
  top: 0.2rem;
  transform: scale(0.82);
  color: color-mix(in srgb, var(--color-text) 72%, transparent);
}
.hero-section .default_form .floating-field.is-focused .form_label {
  color: var(--color-tertiary);
}
.hero-section .default_form .floating-field.is-empty select.form_field {
  color: transparent !important;
}
.hero-section .default_form .floating-field .iti {
  width: 100%;
}
.hero-section .default_form > .form_control:nth-of-type(6),
.hero-section .default_form > .form_control:nth-of-type(7) {
  margin-top: 1.5rem;
}
.hero-section .default_form .form_field {
  width: 100%;
  min-height: var(--button-height);
  padding: 0 var(--button-padding-x);
  padding-top: 1.45rem;
  padding-bottom: 0.35rem;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--color-text) 42%, transparent) !important;
  border-radius: 0;
  background: transparent;
  color: var(--color-text) !important;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.2;
  outline: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.hero-section .default_form .form_field:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: var(--color-tertiary) !important;
}
.hero-section .default_form .form_field::-moz-placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
.hero-section .default_form .form_field::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
.hero-section .default_form select.form_field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14' viewBox='0 0 22 14' fill='none'%3E%3Cpath d='M2 2L11 11L20 2' stroke='%23111111' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5vw center;
  background-size: 1vw auto;
}
.hero-section .default_form select.form_field option,
.hero-section .default_form select.form_field optgroup {
  color: var(--color-ink) !important;
  background-color: var(--color-white) !important;
}
.hero-section .default_form .iti,
.hero-section .default_form .cf-turnstile,
.hero-section .default_form .disclaimer {
  width: 100%;
  max-width: 100%;
}
.hero-section .default_form .iti {
  display: block;
}
.hero-section .default_form .iti input.form_field.phone::placeholder, .hero-section .default_form .iti input.form_field.phone::-webkit-input-placeholder, .hero-section .default_form .iti input.form_field.phone::-moz-placeholder, .hero-section .default_form .iti input.form_field.phone:-ms-input-placeholder, .hero-section .default_form .iti input.form_field.phone::-ms-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
.hero-section .default_form .iti__selected-dial-code {
  color: var(--color-text);
}
.hero-section .default_form .disclaimer {
  margin: 0;
  color: color-mix(in srgb, var(--color-text) 58%, transparent);
  font-size: var(--fs-caption);
  line-height: 1.6;
}
.hero-section .default_form .error-message {
  font-size: var(--fs-caption);
  min-height: 20px;
}
.hero-section .default_form .form_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--button-height);
  padding: 0 var(--button-padding-x);
  margin-top: 0;
  padding: 0 calc(var(--button-padding-x) + 0.5vw);
  border-radius: 999px;
  border: 0;
  background: var(--theme-button-gold);
  color: var(--color-ink);
  font-size: var(--button-size);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 100%;
  margin-top: 0.5vw;
}
.hero-section .default_form .form_submit:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.hero-section .hero-price {
  color: var(--color-text-on-media-strong);
  font-size: calc(var(--title-size) - 0.35vw);
  font-weight: 600;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.hero-section .hero-price span {
  background: linear-gradient(92.88deg, var(--color-tertiary) 0%, var(--color-button-mid) 41.35%, var(--color-button-end) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 560px) {
  .hero-section .hero-price {
    font-size: calc(var(--title-size) - 0.9rem);
  }
}
@media (max-width: 991px) {
  .hero-section .container {
    display: block;
    min-height: auto;
  }
  .hero-section .hero-layout {
    width: 100%;
    flex: none;
    gap: 1.5rem;
    padding: 7rem 0 1.5rem;
  }
  .hero-section .hero-extra-text {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .hero-section .enquiry-form {
    width: min(40rem, 100%);
    max-width: none;
    margin: 0 auto 1.5rem;
    padding: 2.25rem 1.5rem 1.5rem;
    border-radius: 1.5rem;
  }
}
@media (max-width: 560px) {
  .hero-section .container {
    display: block;
  }
  .hero-section .hero-layout {
    gap: 1rem;
    padding: 6.5rem 0 2rem;
  }
  .hero-section .hero-extra-text {
    gap: 0.85rem;
    padding: 0.9rem 0;
  }
  .hero-section .enquiry-form {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1.25rem 1rem;
    border-radius: 1.75rem;
  }
}

.section-overview .overview-awards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
  flex-wrap: wrap;
}
.section-overview .overview-awards img {
  width: 12%;
}
@media (max-width: 767px) {
  .section-overview .overview-awards img {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .section-overview .overview-showcase {
    gap: 2rem;
  }
}

.site-header {
  padding-top: 1rem;
  pointer-events: none;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header nav {
  justify-self: center;
  pointer-events: auto;
}
.site-header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header nav a {
  color: var(--color-white);
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease-in-out;
}
.site-header nav a:hover {
  opacity: 0.7;
}
.site-header .brand {
  justify-self: start;
}
.site-header__toggle {
  display: none;
  pointer-events: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  justify-self: end;
  cursor: pointer;
}
.site-header__toggle span {
  display: block;
  width: 1.35rem;
  height: 2px;
  border-radius: 999px;
  background: var(--color-white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.site-header .btn {
  justify-self: end;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: var(--button-height);
  padding: 0 calc(var(--button-padding-x) + 0.5vw);
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  font-size: var(--button-size);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .site-header .container {
    grid-template-columns: auto auto;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0.85rem;
  }
  .site-header__toggle {
    display: inline-flex;
  }
  .site-header .brand img {
    width: 8rem;
  }
  .site-header nav {
    grid-column: 1/-1;
    order: 3;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-0.5rem);
    transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.2s ease;
  }
  .site-header nav ul {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .site-header nav ul li {
    display: block;
    width: 100%;
    padding: 10px 20px 0;
  }
  .site-header nav ul li:last-child {
    padding-bottom: 10px;
  }
  .site-header.is-menu-open nav {
    max-height: 18rem;
    opacity: 1;
    transform: translateY(0);
    background-color: var(--theme-color-ivory);
  }
  .site-header.is-menu-open nav ul li a {
    color: var(--theme-color-ink);
  }
  .site-header.is-menu-open .site-header__toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .site-header.is-menu-open .site-header__toggle span:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-menu-open .site-header__toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .site-header .btn {
    display: none;
  }
}
@media (max-width: 560px) {
  .site-header {
    padding-top: 1rem;
  }
  .site-header .container {
    grid-template-columns: 1fr auto;
  }
  .site-header .brand img {
    width: 7.5rem;
  }
  .site-header nav a {
    font-size: 0.8125rem;
  }
}
.section-projects {
  padding-top: 0;
}
.section-projects__heading {
  max-width: 54rem;
  margin: 0 auto 2.5rem;
}
.section-projects__heading h2 {
  margin-bottom: 0.7rem;
}
.section-projects__heading p {
  margin: 0;
}
.section-projects .projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.section-projects .project-listing-card__media {
  margin: 0 0 1rem;
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 1.55;
}
.section-projects .project-listing-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-projects .project-listing-card__body h3 {
  margin: 0 0 0.35vw;
  font-size: calc(var(--card-title-size) + 0.45vw);
}
.section-projects .project-listing-card__location, .section-projects .project-listing-card__meta p {
  margin: 0;
  font-size: var(--fs-sm);
  color: var(--color-text);
}
.section-projects .project-listing-card__location {
  margin-bottom: 0.95rem;
}
.section-projects .project-listing-card__meta {
  display: grid;
  gap: 0.65rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}
.section-projects .project-listing-card__details {
  display: flex;
  gap: 0.75vw;
}
.section-projects .project-listing-card__location, .section-projects .project-listing-card__meta > p, .section-projects .project-listing-card__details p {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.section-projects .project-listing-card__location::before, .section-projects .project-listing-card__meta > p::before, .section-projects .project-listing-card__details p::before {
  content: "";
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-projects .project-listing-card__location::before {
  background-image: url("../images/icons/pin.svg");
}
.section-projects .project-listing-card__meta p:first-child:before {
  background-image: url("../images/icons/bed.svg");
}
.section-projects .project-listing-card__meta p:last-child:before {
  background-image: url("../images/icons/clock.svg");
}
.section-projects .project-listing-card__details p:first-child:before {
  background-image: url("../images/icons/card.svg");
}
.section-projects .project-listing-card__details p:last-child:before {
  background-image: url("../images/icons/handover.svg");
}
.section-projects .project-listing-card__footer {
  margin-top: 0.9rem;
  padding: 1rem 1.25rem;
  border-radius: 1.1rem;
  background: rgba(244, 220, 201, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.section-projects .project-listing-card__price {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.section-projects .project-listing-card__price span {
  font-size: var(--fs-sm);
}
.section-projects .project-listing-card__price strong {
  font-size: calc(var(--fs-feature) - 0.05rem);
  line-height: 1.15;
}
.section-projects .project-listing-card__cta {
  color: var(--color-tertiary);
  font-size: var(--button-size);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
.section-projects .project-listing-card__cta:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .section-projects {
    padding-top: 5rem;
  }
}

@media (max-width: 991px) {
  .projects-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .project-listing-card__body h3 {
    font-size: 1.45rem;
  }
}
@media (max-width: 767px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .section-projects__heading {
    margin-bottom: 1.75rem;
  }
  .project-listing-card__details {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
  .project-listing-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-cta {
  position: relative;
  padding: 0;
  min-height: 38vw;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-cta .cta-image-link {
  position: absolute;
  inset: 0;
  display: block;
  cursor: pointer;
}
.section-cta .cta-layout {
  position: relative;
  z-index: 1;
  padding: 4vw 0;
}
.section-cta .cta-card {
  background: var(--color-ivory);
  border-radius: clamp(1.5rem, 2.2vw, 2rem);
  padding: clamp(1.75rem, 2.5vw, 2.75rem);
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.section-cta .cta-card h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: calc(var(--title-size) - 0.7vw);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
.section-cta .cta-card p {
  margin: 0;
  color: var(--color-text);
  font-size: var(--fs-copy);
  line-height: 1.5;
}
.section-cta .cta-card__button {
  align-self: flex-start;
  margin-top: 0.6vw;
}
@media (max-width: 991px) {
  .section-cta {
    min-height: 26rem;
  }
  .section-cta .cta-layout {
    padding: 2.5rem 0;
  }
  .section-cta .cta-card {
    gap: 0.85rem;
    max-width: 28rem;
  }
  .section-cta .cta-card__button {
    margin-top: 0.5rem;
  }
}
@media (max-width: 560px) {
  .section-cta {
    min-height: 22rem;
  }
  .section-cta .cta-card {
    max-width: 100%;
    padding: 1.5rem;
  }
}

.monthly-plan-section .monthly-plan-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5vw;
  align-items: stretch;
}
.monthly-plan-section .monthly-plan-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2vw;
  padding: 1vw 0;
}
.monthly-plan-section .monthly-plan-kicker {
  margin: 0;
  font-size: calc(var(--fs-body) + 0.2vw);
  color: var(--color-text);
  opacity: 0.85;
}
.monthly-plan-section .monthly-plan-title {
  margin: 0;
  font-family: var(--heading);
  font-size: var(--title-size);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--color-text);
}
.monthly-plan-section .monthly-plan-body {
  margin: 0;
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--color-text);
  max-width: 34rem;
}
.monthly-plan-section .monthly-plan-list {
  list-style: disc;
  padding-left: 1.2rem;
  margin: 3vw 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.4vw;
  color: var(--color-text);
  font-size: var(--fs-body);
}
.monthly-plan-section .monthly-plan-list li {
  line-height: 1.45;
}
.monthly-plan-section .monthly-plan-cta {
  margin-top: 1vw;
}
.monthly-plan-section .monthly-plan-card {
  background: var(--color-secondary);
  border-radius: clamp(1.5rem, 2.2vw, 2rem);
  padding: clamp(1.5rem, 2.5vw, 2.75rem);
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
}
.monthly-plan-section .monthly-plan-card__kicker {
  margin: 0;
  font-size: calc(var(--fs-body) + 0.2vw);
  color: var(--color-text);
  opacity: 0.85;
}
.monthly-plan-section .monthly-plan-card__headline {
  margin: 0 0 0.8vw;
  font-family: var(--heading);
  font-size: calc(var(--title-size) - 0.3vw);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-text);
}
.monthly-plan-section .monthly-plan-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8vw;
  margin-top: 3vw;
}
.monthly-plan-section .monthly-plan-tile {
  position: relative;
  background: var(--color-payment-timeline-card);
  border-radius: clamp(0.9rem, 1.4vw, 1.25rem);
  padding: 2vw 1vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4vw;
}
.monthly-plan-section .monthly-plan-tile__amount {
  margin: 0;
  font-family: var(--heading);
  font-size: var(--fs-metric);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1;
}
.monthly-plan-section .monthly-plan-tile__label {
  margin: 0;
  font-size: var(--fs-copy);
  color: var(--color-text);
  line-height: 1.3;
}
.monthly-plan-section .monthly-plan-tile__badge {
  position: absolute;
  top: -0.85vw;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-ink);
  color: var(--color-ivory);
  font-size: var(--fs-tag);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45vw 1vw;
  border-radius: 999px;
  white-space: nowrap;
}
.monthly-plan-section .monthly-plan-card__note {
  margin: 0.4vw 0 0;
  font-size: var(--fs-copy);
  color: var(--color-text);
  opacity: 0.75;
}
@media (max-width: 991px) {
  .monthly-plan-section .monthly-plan-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .monthly-plan-section .monthly-plan-copy {
    gap: 1rem;
    padding: 0;
  }
  .monthly-plan-section .monthly-plan-list {
    gap: 0.4rem;
    margin-top: 0.25rem;
  }
  .monthly-plan-section .monthly-plan-card {
    gap: 1rem;
  }
  .monthly-plan-section .monthly-plan-card__headline {
    margin-bottom: 0.5rem;
  }
  .monthly-plan-section .monthly-plan-tiles {
    gap: 0.75rem;
  }
  .monthly-plan-section .monthly-plan-tile {
    padding: 1.5rem 0.75rem;
    gap: 0.35rem;
  }
  .monthly-plan-section .monthly-plan-tile__badge {
    top: -0.75rem;
    padding: 0.35rem 0.75rem;
  }
  .monthly-plan-section .monthly-plan-card__note {
    margin-top: 0.5rem;
  }
}
@media (max-width: 560px) {
  .monthly-plan-section .monthly-plan-tiles {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .monthly-plan-section .monthly-plan-tile {
    padding: 1.5rem 1rem;
  }
  .monthly-plan-section .monthly-plan-tile__badge {
    top: -0.65rem;
  }
}

.standapart-section {
  padding-top: 10vw;
}
.standapart-section .standapart-grid {
  grid-template-columns: 0.78fr 0.78fr 0.78fr;
  text-align: center;
}

.why-dubai-section {
  padding-top: 0;
}
.why-dubai-section .why-dubai-top {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 2vw;
  align-items: stretch;
  margin-bottom: 2.5vw;
}
.why-dubai-section .why-dubai-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2vw;
  padding: 1vw 0;
}
.why-dubai-section .why-dubai-intro h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: var(--title-size);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--color-text);
}
.why-dubai-section .why-dubai-intro p {
  margin: 0;
  color: var(--color-text);
  font-size: var(--fs-body);
  line-height: 1.45;
  max-width: 32rem;
}
.why-dubai-section .why-dubai-cta {
  margin-top: 0.5vw;
}
.why-dubai-section .why-dubai-hero {
  position: relative;
  border-radius: clamp(1.25rem, 1.8vw, 1.75rem);
  overflow: hidden;
  min-height: 17vw;
}
.why-dubai-section .why-dubai-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.why-dubai-section .why-dubai-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.15) 100%);
}
.why-dubai-section .why-dubai-hero__content {
  position: relative;
  z-index: 1;
  padding: 2vw 2.25vw;
  max-width: 60%;
}
.why-dubai-section .why-dubai-hero__content h3 {
  margin: 0 0 0.6vw;
  font-family: var(--heading);
  font-size: var(--fs-feature);
  font-weight: 500;
  color: var(--color-ivory);
}
.why-dubai-section .why-dubai-hero__content p {
  margin: 0;
  font-size: var(--fs-copy);
  line-height: 1.45;
  color: var(--color-text-on-media);
}
.why-dubai-section .why-dubai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
.why-dubai-section .why-dubai-card {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.why-dubai-section .why-dubai-card__media {
  border-radius: clamp(1.25rem, 1.8vw, 1.75rem);
  overflow: hidden;
  margin: 0;
  background: var(--color-secondary);
}
.why-dubai-section .why-dubai-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.why-dubai-section .why-dubai-card__title {
  margin: 0;
  font-family: var(--heading);
  font-size: var(--fs-feature);
  font-weight: 500;
  line-height: 1.15;
  color: var(--color-text);
}
.why-dubai-section .why-dubai-card__body {
  margin: 0;
  font-size: var(--fs-copy);
  line-height: 1.45;
  color: var(--color-text);
}
@media (max-width: 991px) {
  .why-dubai-section .why-dubai-top {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .why-dubai-section .why-dubai-intro {
    gap: 1rem;
    padding: 0;
  }
  .why-dubai-section .why-dubai-hero {
    min-height: 16rem;
  }
  .why-dubai-section .why-dubai-hero__content {
    padding: 1.5rem;
    max-width: 85%;
  }
  .why-dubai-section .why-dubai-hero__content h3 {
    margin-bottom: 0.5rem;
  }
  .why-dubai-section .why-dubai-grid {
    gap: 1.25rem;
  }
  .why-dubai-section .why-dubai-card {
    gap: 0.75rem;
  }
}
@media (max-width: 560px) {
  .why-dubai-section .why-dubai-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .why-dubai-section .why-dubai-hero__content {
    max-width: 100%;
  }
}

.section-faqs {
  padding-top: 0;
}

@media (max-width: 991px) {
  .theme-switch--floating {
    right: 1.6rem;
  }
}

.hero-section .form_control:has(.cf-turnstile) {
  position: relative;
}
.hero-section .form_control:has(.cf-turnstile) .cf-turnstile:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3vw;
  width: 6vw;
  background: var(--theme-color-secondary-light);
  height: 100%;
}
@media (max-width: 560px) {
  .hero-section .form_control:has(.cf-turnstile) .cf-turnstile:before {
    display: none;
  }
}

.form_control:has(label[for=Purchase_Timeline__c]) {
  margin-top: 1vw;
}

.section-overview .highlight-pill {
  flex-direction: column-reverse;
}

@media (max-width: 767px) {
  .standapart-section .standapart-grid.standapart-grid--uniform {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .standapart-section .standapart-grid.standapart-grid--uniform {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.floating-cta {
  display: none;
}

@media (max-width: 991px) {
  .floating-cta {
    position: fixed;
    left: 1.6rem;
    z-index: 150;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    box-shadow: var(--shadow-floating);
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0.875rem);
    transition: opacity 0.28s ease, visibility 0s linear 0.28s, transform 0.28s ease, background 0.2s ease;
  }
  .floating-cta img {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    filter: var(--filter-icon-light);
  }
  .floating-cta:hover {
    transform: translateY(-2px);
  }
  .floating-cta--phone {
    bottom: 2rem;
    background: var(--color-body);
  }
  .floating-cta--phone img {
    filter: var(--filter-icon-dark);
  }
  .floating-cta--whatsapp {
    bottom: 5.75rem;
    background: #25D366;
  }
  .scroll-top-button.is-visible ~ .floating-cta {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.28s ease, visibility 0s linear 0s, transform 0.28s ease, background 0.2s ease;
  }
}/*# sourceMappingURL=theme.css.map */