/* Jost - Medium (Weight 500) */
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Jost - SemiBold (Weight 600) */
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Jost - Variable Font (Weight 100–900) */
@font-face {
  font-family: "Jost";
  src: url("../fonts/JostVariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

/* Houstiq - Heading Font */
@font-face {
  font-family: "Houstiq";
  src: url("../fonts/Houstiq.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* ===============================
   Base Typography Styles
   =============================== */

body,
p,
em,
strong {
  font-family: "Jost", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Houstiq", sans-serif !important;
}

p {
  font-weight: 400;
}

em {
  font-style: italic;
}

.bd-header-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /* background: #162034 !important; */
}

.header-sticky.is-transparent {
  background: #162034;
}

.bd-header__logo {
  width: 100%;
}

.bd-header__logo img {
  max-width: 80px;
}

/* .bd-header-3.header-sticky .bd-header__logo img {
    filter: unset;
} */
.bd-header-3 .bd-header__logo .non_sticky_logo {
  display: block;
}

/* .bd-header-3 .bd-header__logo .sticky_logo {
    display: none;
}
.bd-header-3.header-sticky .bd-header__logo .non_sticky_logo {
    display: none;
}
.bd-header-3.header-sticky .bd-header__logo .sticky_logo {
    display: block;
} */
.bd-main-menu ul li a {
    font-size: 14px;
    padding: unset;
    color: #fff;
}

.bd-main-menu ul li a:hover {
  color: #b3806c !important;
}

/* .bd-header-3.header-sticky .bd-main-menu ul li a {
    color: var(--bd-common-black);
} */
.cstm_bnr {
  display: flex;
  align-items: center !important;
  justify-content: center;
  height: calc(100vh - 0px);
  min-height: 800px;
}

.cstm_bnr>* {
  position: relative;
  z-index: 1;
}

.cstm_bnr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0%);
}

section#hero .bd-hero .bd-hero__content {
  margin-bottom: 0% !important;
}

.down_arrow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.down_arrow i {
  color: #fff;
  font-size: 30px;
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.button_1 {
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 70px 40px 0px;
  text-decoration: none;
}

.button_1:hover:before {
  width: 100%;
  background: #000;
  border: 2px solid #000;
}

.button_1:active:before {
  opacity: 1;
  transition: all 0.05s ease-in-out;
}

.button_1:active span {
  color: white;
  transition: all 0.05s ease-in-out;
}

.button_1:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  background: #ffffff00;
  border: 2px solid #000;
}

.button_1:after {
  content: "\f356";
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #000;
}

.button_1:hover:after {
  color: #fff;
}

.button_1 span {
  display: block;
  position: relative;
  z-index: 3;
  color: #000;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.75s ease-in-out;
  font-size: 16px;
  position: relative;
  left: 0;
}

.button_1:hover span {
  color: #ffffff;
  position: relative;
  left: 20px;
}

.bd-footer__list ul li a {
  text-transform: uppercase;
}

.bd-footer__copyright-text p {
  color: #ffffff;
}

.video_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_area .bd-reel__play-btn {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}

.video_area .bd-reel__play-btn .bd-reel-play-thumb {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}

/* .icons_area .bd-feature__list-item img {
    width: auto;
    height: 60px;
    margin-bottom: 15px;
} */

.icons_area .bd-feature__list-item img {
  width: 50px;
  height: 50px;
  border: 1px solid #b3806c;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 15px;
}

.overview_area .bd-facility-2__list ul {
  display: block;
}

.overview_area .bd-facility-2__list ul li {
  margin-bottom: 15px;
}

.overview_area .bd-facility-2__list ul li:last-child {
  margin-bottom: unset;
}

.overview_area .bd-facility-slider__thumb-wrap img {
  height: 80vh;
  object-fit: cover;
}

.overview_area .bd-foodmenu__tab .nav-tabs .nav-link {
  color: #ffffff;
  text-decoration: unset !important;
  text-transform: uppercase;
}

.overview_area .bd-foodmenu__tab .nav-tabs .nav-link.active {
  color: var(--bd-theme-1);
}

.overview_area .bd-offer__content-visble {
  background: var(--bd-theme-2);
}

.overview_area .bd-offer__content-visble h4 {
  font-size: 20px;
}

.overview_area .bd-offer__content {
  width: 100%;
}

.overview_area .bd-offer__title::before {
  display: none;
}

.overview_area .bd-offer__content h4 {
  font-size: 20px;
}

.overview_area .bd-offer-slider-nav .square-nav {
  border-color: #ffffff;
  color: #ffffff;
}

.icons_area .bd-feature__list-item p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.3;
}

.render_area .bd-facility-side__shape-1 {
  left: 0;
  top: unset;
  bottom: 100px;
  z-index: 1;
}

.render_area .bd-facility-side__shape-1 img {
  width: 200px;
  filter: invert(1);
}

.render_area .bd-facility-side__shape-2 {
  right: 0;
  top: 150px;
}

.render_area .bd-facility-side__shape-2 img {
  width: 200px;
  filter: invert(1);
}

.pre_img {
  width: 40px;
  margin-bottom: 15px;
}

.bd-section__title-wrapper h3 {
  color: #000000;
}

.cstm_counter .bd-feature__list-item {
  display: block;
  text-align: center;
}

.cstm-qr-code {
  width: 50px;
}

@media screen and (min-width: 1200px) {
  .container-fluid {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .about_area .bd-section__subtitle img {
    width: 200px;
  }

  .render_area .bd-facility-side__shape-1 {
    bottom: 0;
  }

  .render_area .bd-facility-side__shape-1 img {
    width: 100px;
  }

  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }

  .render_area .bd-facility-side__shape-2 img {
    width: 100px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  section {
    max-width: 100%;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .bd-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bd-header__logo {
    width: 100%;
  }

  .bd-header__logo img {
    max-width: 80px;
  }

  .about_area .bd-section__subtitle img {
    width: 200px;
  }

  .render_area .bd-facility-side__shape-1 {
    bottom: 0;
  }

  .render_area .bd-facility-side__shape-1 img {
    width: 80px;
  }

  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }

  .render_area .bd-facility-side__shape-2 img {
    width: 80px;
  }

  .bd-hero__content {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  section {
    max-width: 100%;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bd-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bd-header__logo img {
    max-width: 70px;
  }

  .about_area .bd-section__subtitle img {
    width: 200px;
  }

  .render_area .bd-facility-side__shape-1 {
    bottom: 0;
  }

  .render_area .bd-facility-side__shape-1 img {
    width: 80px;
  }

  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }

  .render_area .bd-facility-side__shape-2 img {
    width: 80px;
  }

  .down_arrow {
    bottom: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  section {
    max-width: 100%;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bd-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bd-header__logo img {
    max-width: 60px;
  }

  .cstm_bnr {
    min-height: 700px;
  }

  .about_area .bd-section__subtitle img {
    width: 200px;
  }

  .render_area .bd-facility-side__shape-1 {
    top: 0;
  }

  .render_area .bd-facility-side__shape-1 img {
    width: 50px;
  }

  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }

  .render_area .bd-facility-side__shape-2 img {
    width: 50px;
  }

  .down_arrow {
    bottom: 0;
  }

  /* .cstm_about {
    text-align: center;
    padding-top: 30px;
  } */
}


@media (max-width: 479px) {
  .cstm_bnr {
    min-height: 600px;
  }
}

.artist-impression::before {
  bottom: 5px;
  right: 10px;
  left: auto;
  position: absolute !important;
  overflow: hidden !important;
  content: "Artist's Impression";
  color: #fff;
  z-index: 9;
  text-shadow: 0px 0px 4px #000000;
}

.bd-hero {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.bd-hero p.bd-hero__subtitle {
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

span.hero-inner-left {
  max-width: 650px;
}

span.hero-inner-right {
  max-width: 650px;
}

@media screen and (max-width: 991px) {
  .bd-header__logo {
    width: min(180px, 42vw);
  }

  .bd-header__logo img {
    max-width: min(100px, 22vw);
  }

  .cstm_bnr {
    min-height: 100svh;
    height: 100svh;
  }

  .bd-hero {
    padding: 0 24px;
  }

  .bd-hero p.bd-hero__subtitle {
    max-width: 100%;
    gap: 24px;
    align-items: center;
  }

  span.hero-inner-left,
  span.hero-inner-right {
    max-width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cstm_bnr {
    min-height: 100svh;
    height: auto;
  }

  .bd-hero {
    top: auto;
    bottom: 48px;
    transform: none;
    padding: 0 20px;
  }

  .bd-hero p.bd-hero__subtitle {
    display: block;
    padding: 0;
    font-size: 20px !important;
    line-height: 1.4 !important;
    text-align: center;
  }

  .bd-hero__content.is-white .bd-hero__subtitle span {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.06em !important;
    margin-bottom: 18px;
  }

  span.hero-inner-left,
  span.hero-inner-right {
    max-width: 100%;
  }

  .icons_area .bd-feature__list-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .icons_area .bd-feature__list-item p {
    font-size: 16px;
    line-height: 1.7;
  }

  .artist-impression::before {
    font-size: 12px;
    right: 8px;
    bottom: 8px;
  }
}

@media screen and (max-width: 575px) {
  .bd-hero {
    bottom: 40px;
    padding: 0 16px;
  }

  .bd-hero p.bd-hero__subtitle {
    font-size: 18px !important;
  }

  .bd-hero__content.is-white .bd-hero__subtitle span {
    font-size: 13px;
    letter-spacing: 0.05em !important;
  }
}

.floating-contact-buttons {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-contact-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.floating-contact-button:hover {
  color: #fff;
  transform: translateY(-2px);
}

.floating-contact-button--whatsapp {
  background: #25d366;
}

.floating-contact-button--call {
  background: #162034;
}

@media screen and (max-width: 767px) {
  .floating-contact-buttons {
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }

  .floating-contact-button {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
}

.configuration-section {
  background: #fff;
}

.configuration-table-wrap {
  border: 1px solid rgba(22, 32, 52, 0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(22, 32, 52, 0.08);
}

.configuration-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.configuration-table th, .configuration-table td {
    padding: 10px 28px;
    text-align: left;
    border-bottom: 1px solid rgba(22, 32, 52, 0.08);
}

.configuration-table th {
  background: #162034;
  color: #fff;
  font-family: "Houstiq", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.configuration-table td {
  color: #162034;
  font-size: 18px;
  font-weight: 500;
}

.configuration-table tbody tr:last-child td {
  border-bottom: 0;
}

.floor-plan-section {
  background: linear-gradient(180deg, #fffdf9 0%, #f5efe6 100%);
}

.floor_plan_slider .swiper-slide {
  height: auto;
}

.floor-plan-card {
  display: block;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(22, 32, 52, 0.1);
  cursor: pointer;
}

.floor-plan-card__image {
    position: relative;
    /* aspect-ratio: 4 / 5; */
    overflow: hidden;
}

.floor-plan-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
  transform: scale(1.05);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.floor-plan-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 32, 52, 0.28);
  backdrop-filter: blur(1px);
}

.floor-plan-card:hover .floor-plan-card__image img {
  filter: blur(4px);
  transform: scale(1.08);
}

.floor-plan-card__unlock {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #162034;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.floor-plan-card__unlock::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

body.content-protected {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

body.content-protected img {
  -webkit-user-drag: none;
  user-drag: none;
}

body.content-protected input,
body.content-protected textarea,
body.content-protected select,
body.content-protected button,
body.content-protected [contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

.about-developer-section {
  background: linear-gradient(180deg, #f8f5f0 0%, #fffdf9 100%);
}

.about-developer-copy p:last-child {
  margin-bottom: 0;
}

.about-developer-card {
  background: #162034;
  color: #fff;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 24px 50px rgba(22, 32, 52, 0.18);
}

.about-developer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 18px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: "Houstiq", sans-serif;
  font-size: 30px;
  letter-spacing: 0.12em;
}

.about-developer-tagline {
  margin: 24px 0 28px;
  color: #faaf40;
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-developer-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-developer-point {
  min-height: 100%;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}

.enquire-cta-section {
  background: linear-gradient(180deg, #f5efe6 0%, #fff 100%);
}

.enquire-cta-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 40px;
  border-radius: 32px;
  background: linear-gradient(135deg, #162034 0%, #243452 100%);
  color: #fff;
  box-shadow: 0 28px 60px rgba(22, 32, 52, 0.2);
}

.enquire-cta-card .pre_img {
  margin-bottom: 18px;
}

.enquire-cta-card h3,
.enquire-cta-card p {
  color: #fff;
}

.enquire-cta-copy {
  max-width: 680px;
  margin: 0 auto 28px;
  opacity: 0.9;
}

.enquire-cta-actions {
  gap: 16px;
}

.enquire-cta-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.enquire-cta-call:hover {
  color: #162034;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .configuration-table th {
    font-size: 20px;
  }

  .enquire-cta-card {
    padding: 44px 28px;
  }

  .about-developer-card {
    padding: 28px;
  }

  .about-developer-logo {
    min-height: 78px;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .configuration-table-wrap,
  .floor-plan-card {
    border-radius: 22px;
  }

  .configuration-table th,
  .configuration-table td {
    padding: 16px 18px;
  }

  .configuration-table th {
    font-size: 18px;
  }

  .configuration-table td {
    font-size: 16px;
  }

  .floor-plan-card__unlock {
    padding: 12px 18px;
    font-size: 12px;
  }

  .enquire-cta-card {
    padding: 36px 20px;
    border-radius: 24px;
  }

  .enquire-cta-call {
    width: 100%;
  }

  .about-developer-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .about-developer-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .about-developer-logo {
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.1em;
  }

  .about-developer-tagline {
    font-size: 16px;
    letter-spacing: 0.12em;
  }

  .about-developer-points {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  .configuration-table th,
  .configuration-table td {
    padding: 14px 14px;
  }
}

 