@import url("remixicon.css");
:root {
  /* Website Color Theme: White and Golden */
  scroll-behavior: inherit;
  --font-fraunces: "Fraunces", serif;
  --font-clashGrotesk: "ClashGrotesk-Variable", sans-serif;
  --highlighted_brown: 178, 130, 40; /* #B28228 */
  --muted_gold: 214, 171, 74; /* #D6AB4A */
  --neutral_mid: 48, 48, 48; /* #303030 */
  --base_black: 22, 22, 22; /* #161616 */
  --bg_accent: 255, 250, 239; /* #FFFAEF */
  --body_bg: 255, 255, 255; /* #FFF */
  --bg_white: 255, 255, 255; /* #FFF */
  --spacing-xs: 1rem;
  --spacing-sm: 2rem;
  --spacing-md: 3rem;
  --spacing-lg: 4rem;
  --spacing-xl: 6rem;
  --spacing-xxl: 7.5rem;
  --transition: all 400ms ease-in-out;
}
@font-face {
  font-family: "ClashGrotesk-Variable";
  src:
    url("fonts/ClashGrotesk-Variable.woff2") format("woff2"),
    url("fonts/ClashGrotesk-Variable.woff") format("woff"),
    url("fonts/ClashGrotesk-Variable.html") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
body {
  font-family: var(--font-clashGrotesk);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: hidden;
  color: rgba(var(--neutral_mid), 0.8);
  background-color: rgb(var(--body_bg));
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
ul:last-child,
ol:last-child,
p:last-child {
  margin-bottom: 0;
}
ol,
ul {
  padding-left: 1.125rem;
}
.container,
.container-fluid {
  padding: 0 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
html,
body {
  height: 100%;
  margin: 0;
}
.site {
  display: flex;
  flex-direction: column;
}
.main-content {
  flex: 1;
}

[data-aos="fade-up"] {
  transform: translate3d(0, 40px, 0);
}

/*------------------------------------------*/
/*    Lenis Scroll
/*------------------------------------------*/

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

/*------------------------------------------*/
/*   LINK SETTINGS
/*------------------------------------------*/
a,
button[type="submit"],
input[type="text"] {
  color: #333;
  text-decoration: none;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -o-transition: var(--transition);
  -ms-transition: var(--transition);
  transition: var(--transition);
}
a:hover {
  color: #666;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
/*------------------------------------------*/
/*    Main Navigatio Style
/*------------------------------------------*/
.site-header {
  will-change: transform;
  backface-visibility: hidden;
  transition: var(--transition);
  z-index: 1024;
  position: sticky;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  top: 0;
  background-color: rgb(var(--bg_white));
}
.site-header.hide {
  opacity: 0;
  transform: translateY(calc(-100% - 10px));
}
.site-header.show {
  transform: translateY(0);
  opacity: 1;
}
.site-header.sticky {
  padding-top: 0px;
}
.site-header.sticky .navbar {
  padding: 0.75rem 1.875rem;
  background-color: rgb(var(--bg_white));
  margin-top: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.navbar-brand {
  width: 130px;
  padding: 0;
  display: flex;
  margin: 0;
  align-items: center;
}
.navbar-brand img,
.footer_v2_brand img {
  height: auto;
  max-width: 100%;
}

.navbar-brand img.logo-gold {
  max-height: 70px;
  width: auto;
}
.footer_v2_brand img.logo-gold {
  max-height: 96px;
  width: auto;
}
.nav_cta {
  display: none;
}
.navbar {
  padding: 1.25rem 1.875rem;
  position: relative;
}
.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
  line-height: 1;
  padding: 0.7rem 0.625rem;
  border-radius: 0;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.navbar-nav .nav-link.has-children .dropdown-toggle-arrow,
.navbar-nav .nav-link.has-children .dropdown-submenu-toggle.icon-left::before,
.navbar-nav .nav-link.has-children .dropdown-submenu-toggle::after,
.navbar-nav .dropdown > a::after {
  line-height: 1;
  display: inline-block;
  font-family: remixicon !important;
  font-size: inherit;
  margin: 0;
  position: relative;
  top: -1px;
  border: none;
  vertical-align: inherit;
  color: rgb(var(--muted_gold));
  content: "\ea4e";
  width: auto;
  margin-left: 4px;
}
.navbar-nav .dropdown-menu > li > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  margin: 0;
}
.navbar-nav .dropdown-submenu > a::after {
  text-align: center;
  content: "\ea6e";
}
.dropdown-menu {
  padding: 0;
  min-width: 200px;
  background: #fff;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 991px) {
  .show > .dropdown-menu {
    display: block;
  }
  .dropdown-menu.show {
    display: none;
  }
}
.dropdown-menu li > .dropdown-menu:after {
  display: none;
}
.dropdown-menu a,
.dropdown-menu li > a {
  font-size: 0.9rem;
  padding: 8px 15px;
  text-transform: capitalize;
  color: rgb(var(--neutral_mid));
  border-bottom: 1px solid rgba(var(--base_black), 0.1);
  text-decoration: none;
  font-weight: 500;
}
.dropdown:hover > .has-children,
.dropdown-menu a:hover,
.dropdown-menu li > a:hover {
  color: rgb(var(--muted_gold));
}
.dropdown-menu li:last-child > a {
  border: none;
}
.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-menu > li.show > a {
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
}
@media (min-width: 991px) {
  .nav-light .navbar-nav .nav-link {
    color: rgb(var(--bg_white));
    position: relative;
  }
  .nav-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(var(--muted_gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .nav-light .navbar-nav .nav-link.active::before,
  .nav-light .navbar-nav .nav-link:hover::before {
    transform: scaleX(1);
  }
  .nav-light .navbar-nav .active .nav-link,
  .nav-light .navbar-nav .active .nav-link:hover,
  .nav-light .navbar-nav .nav-item:hover > a,
  .nav-light .navbar-nav .nav-link:hover {
    color: rgb(var(--muted_gold));
  }
  .navbar-nav .nav-item.dropdown:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    background: transparent;
    top: 100%;
    left: 0;
    bottom: 0;
  }
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    margin-top: 0px;
    margin-left: 7px;
  }
  .navbar-nav .nav-item .dropdown-submenu:hover:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 100%;
    bottom: 0;
  }
}
.header_cta_wrap {
  display: flex;
  align-items: center;
}
.header_cta {
  max-height: 48px;
  color: rgb(var(--bg_white));
  font-weight: 500;
  background-color: rgba(var(--bg_white), 0.2);
  backdrop-filter: blur(20px);
  padding: 16px;
  font-size: 0.875rem;
}
.header_cta:hover {
  color: rgb(var(--bg_white));
  background-color: rgba(var(--highlighted_brown), 0.8);
}
.site-header .navbar {
  background-color: rgb(var(--bg_white));
  box-shadow: 0 8px 24px rgba(var(--base_black), 0.08);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.site-header.sticky .navbar {
  background-color: rgb(var(--bg_white));
  box-shadow: 0 10px 28px rgba(var(--base_black), 0.12);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.site-header .header_cta {
  color: rgb(var(--neutral_mid));
  background-color: rgba(var(--base_black), 0.06);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.site-header .header_cta:hover {
  color: rgb(var(--bg_white));
  background-color: rgba(var(--highlighted_brown), 0.9);
}
.site-header.sticky .header_cta {
  color: rgb(var(--neutral_mid));
  background-color: rgba(var(--base_black), 0.06);
}
.site-header .navbar-toggler .icon-bar {
  background-color: rgb(var(--neutral_mid));
}
.site-header.sticky .navbar-toggler .icon-bar {
  background-color: rgb(var(--neutral_mid));
}
@media (min-width: 991px) {
  .site-header .nav-light .navbar-nav .nav-link {
    color: rgb(var(--neutral_mid));
    text-shadow: none;
  }
  .site-header .nav-light .navbar-nav .active .nav-link,
  .site-header .nav-light .navbar-nav .active .nav-link:hover,
  .site-header .nav-light .navbar-nav .nav-item:hover > a,
  .site-header .nav-light .navbar-nav .nav-link:hover {
    color: rgb(var(--muted_gold));
  }
  .site-header.sticky .nav-light .navbar-nav .nav-link {
    color: rgb(var(--neutral_mid));
    text-shadow: none;
  }
  .site-header.sticky .nav-light .navbar-nav .active .nav-link,
  .site-header.sticky .nav-light .navbar-nav .active .nav-link:hover,
  .site-header.sticky .nav-light .navbar-nav .nav-item:hover > a,
  .site-header.sticky .nav-light .navbar-nav .nav-link:hover {
    color: rgb(var(--muted_gold));
  }
}
@media (min-width: 992px) {
  .site-header .navbar > .container-fluid {
    display: grid;
    grid-template-columns: minmax(190px, 245px) minmax(0, 1fr) auto;
    align-items: center;
    column-gap: clamp(12px, 1.5vw, 28px);
  }
  .site-header .brand-wrap {
    justify-self: start;
    display: flex;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    padding-left: clamp(18px, 2vw, 42px);
  }
  .site-header .navbar-collapse {
    justify-content: center;
    min-width: 0;
  }
  .site-header .offcanvas-body {
    width: auto !important;
    flex: 0 1 auto;
    padding: 0;
    overflow: visible;
  }
  .site-header .navbar-nav {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(4px, 0.75vw, 12px);
    padding-left: 0;
  }
  .site-header .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0;
  }
  .site-header .header_cta_wrap {
    justify-self: end;
    margin-left: 0;
  }
  .site-header .navbar-brand {
    width: 158px;
  }
  .site-header .navbar-brand img.logo-gold {
    max-height: 84px;
  }
}
/*------------------------------------------*/
/*    Typography
/*------------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-style: normal;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
h1,
.h1 {
  font-family: var(--font-fraunces);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02rem;
}
h2,
.h2 {
  font-family: var(--font-fraunces);
  font-size: 3.438rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.07rem;
}
h3,
.h3 {
  font-family: var(--font-fraunces);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03rem;
}
h4,
.h4 {
  font-family: var(--font-fraunces);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.05rem;
}
h5,
.h5 {
  font-family: var(--font-fraunces);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02rem;
}
h6,
.h6 {
  font-family: var(--font-fraunces);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01rem;
}

/*------------------------------------------*/
/*    Listing Style
/*------------------------------------------*/
.arrow_listing li:not(:last-child) {
  margin-bottom: 12px;
}
.arrow_listing li {
  padding: 0 0 0 30px;
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
  color: rgb(var(--neutral_mid));
}
.arrow_listing li::before {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 1.2rem;
  content: "\eb79";
  color: rgb(var(--muted_gold));
  font-family: remixicon !important;
}

/*------------------------------------------*/
/*    Primary Colour
/*------------------------------------------*/
.txt-blue {
  color: var(--secondary-color);
}
.txt-orange {
  color: var(--primary-color);
}
.txt-ligt-gray {
  color: #424242;
}
.txt-white {
  color: rgb(var(--bg_white));
}
.txt-sky-blue {
  color: #fef9f5;
}
/* ANIMATED X */
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler .icon-bar {
  background-color: rgb(var(--bg_accent));
}

/*------------------------------------------*/
/*    Full Width Section
/*------------------------------------------*/
.fullwidth_section {
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 390px 0 90px 0;
}
.fullwidth_section .container {
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*    Section Spacing
/*------------------------------------------*/
.section_spacing {
  padding-top: var(--spacing-xxl);
  padding-bottom: var(--spacing-xxl);
}

/*------------------------------------------*/
/*    Section Title
/*------------------------------------------*/
.section_title {
  position: relative;
}
.section_title:not(:last-child) {
  margin-bottom: 50px;
}
.small_label:not(:last-child) {
  margin-bottom: 25px;
}
.small_label {
  display: flex;
  gap: 20px 10px;
  align-items: center;
  font-family: var(--font-fraunces);
  font-weight: 500;
  font-style: italic;
  color: rgb(var(--muted_gold));
  font-size: 1.125rem;
}
.small_label.svg-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 24px;
}
.section_title_text {
  color: rgb(var(--highlighted_brown));
}
.title_highlight {
  color: rgb(var(--neutral_mid));
}
.title_center .small_label {
  justify-content: center;
}
.title_light .small_label {
  color: rgb(var(--highlighted_brown));
}
.title_light .small_label svg path {
  fill: rgb(var(--highlighted_brown));
}
.title_light .section_title_text {
  color: rgb(var(--bg_white));
}

/*------------------------------------------*/
/*    Media Box
/*------------------------------------------*/
.media_wrap {
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-breadcrumbs .media_wrap img {
  object-position: bottom;
}
.fullwidth_section .media_wrap::before,
.page-breadcrumbs .media_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #3a3a3a;
  background: linear-gradient(
    180deg,
    rgba(var(--base_black), 1) 0%,
    rgba(var(--base_black), 0.7) 40%,
    rgba(var(--base_black), 0) 100%
  );
  z-index: 2;
}
.media_wrap img {
  position: absolute;

  left: 0;
  z-index: 1;
}

/*------------------------------------------*/
/*    On Scroll Text Animation
/*------------------------------------------*/
.reveal-text {
  overflow: hidden;
}
.split-text {
  line-height: 1;
  display: block;
  visibility: hidden;
}
.split-word {
  line-height: 1.25;
  display: inline-block;
  overflow: hidden;
  display: inline-block;
  will-change: transform;
}
.word-wrap {
  display: inline-block;
  /* overflow: hidden; */
  vertical-align: bottom;
  line-height: 1;
  display: inline-flex;
}

/*------------------------------------------*/
/*    Background Color Start
/*------------------------------------------*/
.white_bg {
  background-color: rgb(var(--bg_white));
}
.brown-bg {
  background-color: rgb(var(--highlighted_brown));
}
.muted_gold-bg {
  background-color: rgb(var(--muted_gold));
}
.neutral_mid-bg {
  background-color: rgb(var(--neutral_mid));
}
.base_black-bg {
  background-color: rgb(var(--base_black));
}
.bg_accent-bg {
  background-color: rgb(var(--bg_accent));
}

/*------------------------------------------*/
/*    Scroll To Top Style
/*------------------------------------------*/
#back-to-top {
  position: fixed;
  right: 25px;
  bottom: 90px;
  border-radius: 50%;
  margin: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  z-index: 99;
  color: rgb(var(--bg_white));
  text-align: center;
  -webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
  -moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
  box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
  background-color: rgb(var(--highlighted_brown));
  box-sizing: border-box;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
#back-to-top {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  overflow: hidden;
}
#back-to-top i {
  position: relative;
  z-index: 2;
}
#back-to-top svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  z-index: 1;
}
#back-to-top circle {
  fill: none;
  stroke: rgb(var(--muted_gold));
  stroke-width: 2;
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
}
@-webkit-keyframes toUpFromDown {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

/*------------------------------------------*/
/*    Bootstrap Form Styling
/*------------------------------------------*/
.form-control,
.nice-select .current,
.nice-select .option.selected,
.form-control::placeholder {
  font-size: 0.875rem;
  font-weight: 500;
}
.form-control {
  color: rgb(var(--neutral_mid));
  border-radius: 0;
  border: 1px solid rgba(var(--neutral_mid), 0.1);
  padding: 13px 16px;
}
.form-select:focus,
.form-control:focus {
  border: 1px solid rgba(var(--neutral_mid), 0.35);
  outline: none;
  box-shadow: none;
}
.form-control::placeholder {
  color: rgba(var(--neutral_mid), 0.5);
}
.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  padding-right: 0.75rem;
}
textarea.form-control {
  min-height: 100%;
  height: 100%;
}
.form-control.datepicker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='#B28228'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2 3 3 3H7V1H9ZM20 11H4V19H20V11ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239B6C43'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2 3 3 3H7V1H9ZM20 11H4V19H20V11ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
}

/*------------------------------------------*/
/*    Datepicker Styling
/*------------------------------------------*/
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 9;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(var(--base_black), 0.2);
}
.flatpickr-day {
  font-weight: 500;
  transition: var(--transition);
}
.flatpickr-day.today {
  border-color: transparent;
  background-color: rgb(var(--highlighted_brown));
  color: rgb(var(--body_bg));
}
span.flatpickr-weekday {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(var(--highlighted_brown), 0.7);
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background-color: rgba(var(--highlighted_brown), 0.2);
  color: rgb(var(--neutral_mid));
  border-color: transparent;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: rgb(var(--muted_gold));
  color: rgb(var(--bg_white));
  border-color: transparent;
}

/*------------------------------------------*/
/*    Button Styling
/*------------------------------------------*/
.btn-theme {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  color: rgb(var(--bg_white));
  border: none;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 20px 10px;
}
.btn-theme .btn-text > i {
  line-height: 1;
  position: relative;
  top: -1px;
  font-size: 20px;
  font-weight: normal;
}
/* a + a,
.btn-theme + .btn-theme {
  margin-left: 20px;
} */
.btn-theme.muted_gold {
  background-color: rgb(var(--muted_gold));
}
.btn-theme.muted_gold.btn-explode .btn-circle {
  background-color: rgb(var(--highlighted_brown));
}
.btn-theme.highlighted_brown {
  background-color: rgb(var(--highlighted_brown));
}
.btn-theme.highlighted_brown.btn-explode .btn-circle {
  background-color: rgb(var(--muted_gold));
}

.btn-theme.btn_white {
  background-color: rgb(var(--bg_white));
  color: rgb(var(--base_black));
}
.btn-theme.btn_white .btn-text {
  color: rgb(var(--base_black));
}
.btn-theme.btn_white:hover .btn-text {
  color: rgb(var(--bg_white));
}
.btn-theme.btn_white.btn-explode .btn-circle {
  background-color: rgb(var(--highlighted_brown));
}
.btn-explode .btn-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  transform: translate(-50%, -50%) scale(0) translateZ(0);
  will-change: transform;
  opacity: 0;
}
.btn-theme .btn-text {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgb(var(--body_bg));
}
.btn-theme .btn-text::after {
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 24px;
  position: relative;
  transition: var(--transition);
  font-size: 22px;
  content: "\ea6e";
  font-family: "remixicon" !important;
  line-height: 0;
  top: -1px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme.no-icon .btn-text::after {
  display: none;
}
.btn-theme.no-icon {
  padding: 16px 20px 13px;
}
.btn-theme:hover .btn-text::after {
  transform: translateX(3px);
}
.cta_link {
  display: flex;
  gap: 4px;
  align-items: center;
  color: rgb(var(--highlighted_brown));
  line-height: 1;
  overflow: hidden;
  max-width: fit-content;
  font-weight: 600;
}
.cta_link:hover {
  color: rgb(var(--muted_gold));
}
.cta_link::after {
  font-size: 18px;
  line-height: 1;
  content: "\ea70";
  width: 16px;
  height: 16px;
  font-family: "remixicon" !important;
  transition: var(--transition);
  display: inline-block;
  position: relative;
  top: 0;
  font-weight: normal;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
.cta_link:hover::after {
  animation: toDiagonal 0.4s forwards;
}
@-webkit-keyframes toDiagonal {
  49% {
    -webkit-transform: translate3d(100%, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toDiagonal {
  49% {
    transform: translate3d(100%, -100%, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  51% {
    opacity: 1;
  }
}
/*------------------------------------------*/
/*    Nice Select Styling
/*------------------------------------------*/
.nice-select .list {
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid rgba(var(--neutral_mid), 0.15);
  box-shadow: none;
  border-radius: 0;
}
.nice-select {
  float: none;
  line-height: inherit;
  height: auto;
  padding: 0.661rem 0.75rem;
  border-radius: 0;
}
.nice-select::after {
  border: none;
  content: "\ea4e";
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  transform: none;
  width: 24px;
  height: 24px;
  font-size: 24px;
  transform: translateY(-50%);
  margin: 0;
  line-height: 1;
  color: rgba(var(--highlighted_brown), 1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.nice-select.open:after {
  -webkit-transform: rotate(-180deg) translateY(50%);
  -ms-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}
.nice-select .current {
  color: rgba(var(--neutral_mid), 0.5);
}
.nice-select.has-value .current {
  color: rgba(var(--neutral_mid), 1);
}
.nice-select .option.disabled {
  background-color: transparent;
  cursor: default;
  color: rgba(var(--neutral_mid), 0.5);
  font-weight: 500;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: rgba(var(--muted_gold), 0.2);
}
.nice-select .option {
  font-weight: 500;
  min-height: auto;
  line-height: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0.75rem 1rem;
}

/*------------------------------------------*/
/*    Footer Style
/*------------------------------------------*/
.modal-open {
  padding: 0 !important;
}
.site-footer {
  background-color: rgb(var(--base_black));
  position: relative;
}
.site-footer .media_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(var(--base_black), 1) 0%,
    rgba(var(--base_black), 0.8) 80%,
    rgba(var(--base_black), 0) 100%
  );
  z-index: 2;
}
.footer_top_content {
  display: flex;
  justify-content: space-between;
  column-gap: 90px;
}
.footer_form {
  background-color: rgb(var(--body_bg));
  max-width: 453px;
  width: 100%;
  margin-top: -80px;
  padding: 35px;
  display: flex;
  flex-direction: column;
}
.footer_form .section_title:not(:last-child) {
  margin-bottom: 30px;
}
.booking-form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.booking-form .form_middle {
  flex-grow: 1;
}
.footer_content {
  flex-grow: 1;
  color: rgb(var(--bg_white));
  padding: 100px 0 40px;
  max-width: 812px;
}
.footer_logo_wrap:not(:last-child) {
  margin-bottom: 50px;
}
.footer_logo_wrap {
  display: flex;
  row-gap: 20px;
  column-gap: 40px;
}
.footer_logo {
  width: 150px;
  flex-shrink: 0;
}
.footer_logo a {
  display: block;
}
.footer_description {
  color: rgb(var(--bg_accent));
  line-height: 1.25;
}
.footer_details_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}
.footer_detail_item {
  padding: 14px 16px;
  background-color: rgba(var(--bg_white), 0.08);
  border: 1px solid rgba(var(--bg_white), 0.16);
}
.footer_detail_item.full {
  grid-column: 1 / -1;
}
.footer_detail_item span,
.footer_detail_item strong {
  display: block;
}
.footer_detail_item span {
  margin-bottom: 5px;
  color: rgba(var(--bg_accent), 0.72);
  font-size: 0.85rem;
  line-height: 1.2;
}
.footer_detail_item strong,
.footer_detail_item a {
  color: rgb(var(--bg_white));
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.footer_detail_item a:hover {
  color: rgb(var(--muted_gold));
}
.footer_links_wrap:not(:last-child) {
  border-bottom: 1px solid rgba(var(--bg_white), 0.25);
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.footer_menu_link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.footer_menu_link ul li {
  font-size: 1rem;
  font-weight: 600;
  width: calc(33.33% - 15px);
}
.footer_menu_link ul li a {
  color: rgb(var(--bg_accent));
}
.footer_menu_link ul li a:hover {
  color: rgb(var(--muted_gold));
}
.footer_contact_wrap {
  margin-bottom: -45px;
}
.footer_contact_item {
  margin-bottom: 45px;
  display: flex;
  gap: 12px;
}
.footer_contact_item .icon_wrap {
  color: rgb(var(--muted_gold));
  font-size: 1.25rem;
}
.footer_contact_item .contact_details,
.footer_contact_item .contact_details a {
  display: block;
  color: rgb(var(--bg_accent));
  font-weight: 600;
}
.footer_contact_item .contact_details a:hover {
  color: rgb(var(--muted_gold));
}
.footer_heading {
  font-size: 1.5rem;
  color: rgb(var(--bg_white));
  line-height: 1.2;
  font-weight: 600;
}
.footer_heading:not(:last-child) {
  margin-bottom: 30px;
}
.footer_social {
  font-size: 20px;
  color: rgb(6, 22, 58);
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 45px;
}
.footer_social a {
  color: rgba(var(--bg_white), 0.6);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--bg_white), 0.6);
}
.footer_social a:hover {
  color: rgb(var(--muted_gold));
  border: 1px solid rgb(var(--muted_gold));
}
.copyright-wrap {
  line-height: 28px;
  margin-top: 56px;
  color: rgb(var(--bg_white));
  font-size: 0.9rem;
  padding: 1.563rem 0;
  background-color: rgb(var(--muted_gold));
  letter-spacing: 0;
}
.copyright-wrap a {
  color: rgb(var(--bg_white));
  font-weight: 600;
}
.copyright-wrap a:hover {
  color: rgba(var(--base_black), 0.5);
}
.copyright-wrap span {
  padding: 0 9px;
}
.copyright-wrap span#yearText {
  padding: 0;
}
.copyright-links li:not(:last-child)::after {
  position: relative;
  content: "|";
  left: -1px;
  margin: 0 0 0 0.5rem;
}

/* Footer V2 */
.footer_v2 {
  padding-top: 90px;
}
.footer_v2 .media_wrap::before {
  background: linear-gradient(
    180deg,
    rgba(var(--base_black), 0.88) 0%,
    rgba(var(--base_black), 0.94) 100%
  );
}
.footer_v2_hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(var(--bg_white), 0.16);
}
.footer_v2_brand {
  max-width: 620px;
  color: rgb(var(--bg_accent));
}
.footer_v2_brand a {
  width: 170px;
  display: block;
  margin-bottom: 24px;
}
.footer_v2_brand p {
  margin-bottom: 0;
  max-width: 600px;
  color: rgba(var(--bg_accent), 0.86);
  font-size: 1.12rem;
}
.footer_v2_actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer_v2_call {
  min-width: 205px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  align-items: center;
  color: rgb(var(--bg_white));
  background-color: rgba(var(--bg_white), 0.1);
  border: 1px solid rgba(var(--bg_white), 0.16);
}
.footer_v2_call i {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--muted_gold));
  color: rgb(var(--base_black));
  font-size: 1.35rem;
}
.footer_v2_call span,
.footer_v2_call strong {
  display: block;
  line-height: 1.2;
}
.footer_v2_call span {
  color: rgba(var(--bg_accent), 0.75);
  font-size: 0.85rem;
}
.footer_v2_call strong {
  color: rgb(var(--bg_white));
  font-size: 1.05rem;
}
.footer_v2_call:hover {
  border-color: rgb(var(--muted_gold));
}
.footer_v2_panel {
  padding: 48px 0 0;
}
.footer_v2_info {
  display: grid;
  gap: 28px;
  color: rgb(var(--bg_white));
}
.footer_v2_contact_strip {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: 28px;
  align-items: stretch;
}
.footer_v2_address {
  padding: 34px;
  background-color: rgba(var(--bg_white), 0.08);
  border: 1px solid rgba(var(--bg_white), 0.14);
}
.footer_v2_visit_box {
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(var(--muted_gold), 0.14);
  border: 1px solid rgba(var(--muted_gold), 0.34);
}
.footer_v2_visit_box p {
  margin-bottom: 24px;
  color: rgba(var(--bg_accent), 0.84);
}
.footer_v2_visit_box .btn-theme {
  margin-top: auto;
}
.footer_v2_label {
  display: block;
  margin-bottom: 12px;
  color: rgb(var(--muted_gold));
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer_v2_address .h4 {
  max-width: 760px;
  margin-bottom: 18px;
  color: rgb(var(--bg_white));
  line-height: 1.22;
}
.footer_v2_address a {
  color: rgba(var(--bg_accent), 0.86);
  font-weight: 600;
  overflow-wrap: anywhere;
}
.footer_v2_address a:hover {
  color: rgb(var(--muted_gold));
}
.footer_v2 .footer_details_grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.footer_v2 .footer_detail_item {
  background-color: rgba(var(--bg_white), 0.08);
  border: 1px solid rgba(var(--bg_white), 0.12);
}
.footer_v2 .footer_detail_item.full {
  grid-column: 1 / -1;
}
.footer_v2_lower {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
  padding: 32px;
  background-color: rgba(var(--bg_white), 0.06);
  border: 1px solid rgba(var(--bg_white), 0.12);
}
.footer_v2_column ul {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
}
.footer_v2_column a {
  color: rgb(var(--bg_accent));
  font-weight: 600;
}
.footer_v2_column a:hover {
  color: rgb(var(--muted_gold));
}
.footer_v2_contact_info li {
  display: flex;
  gap: 10px;
  color: rgb(var(--bg_accent));
  font-weight: 600;
  line-height: 1.35;
}
.footer_v2_contact_info li i {
  color: rgb(var(--muted_gold));
  flex-shrink: 0;
  line-height: 1.35;
}
.footer_v2_contact_info li span {
  overflow-wrap: anywhere;
}
.footer_v2 .footer_social {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer_v2 .footer_social a {
  background-color: rgba(var(--bg_white), 0.08);
}
.footer_v2 .copyright-wrap {
  margin-top: 48px;
  padding: 1.25rem 0;
  background-color: rgba(var(--base_black), 0.84);
  border-top: 1px solid rgba(var(--bg_white), 0.14);
}
.footer_v2_copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(var(--bg_accent), 0.86);
  flex-wrap: wrap;
}
.footer_v2_copyright .copyright-links {
  display: flex;
  gap: 16px;
}

/*------------------------------------------*/
/*    On Scroll Header Animaion
/*------------------------------------------*/

@media (min-width: 991.99px) {
  .dropdown-submenu .dropdown-menu-right {
    left: auto;
    right: 100%;
  }
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .dropdown-submenu .dropdown-menu-right {
    left: auto;
    right: 100%;
  }
  .nav-item.dropdown.dropdown-mega {
    position: static;
  }
  .dropdown:hover > .dropdown-menu {
    margin-top: 1.1rem;
  }
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    -webkit-animation-name: slideInDownMenu;
    -moz-animation-name: slideInDownMenu;
    -o-animation-name: slideInDownMenu;
    animation-name: slideInDownMenu;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar .dropdown-menu.fade-up.show {
    -webkit-animation-name: slideInDownMenu;
    -moz-animation-name: slideInDownMenu;
    -o-animation-name: slideInDownMenu;
    animation-name: slideInDownMenu;

    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes slideInDownMenu {
    0% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-moz-keyframes slideInDownMenu {
    0% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-o-keyframes slideInDownMenu {
    0% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slideInDownMenu {
    0% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}

/*------------------------------------------*/
/*    Page Breadcrumbs Style
/*------------------------------------------*/
.page-breadcrumbs {
  padding: 390px 0 90px 0;
  background-color: rgb(var(--neutral_mid));
  z-index: 4;
}
.page-breadcrumbs .breadcrumb {
  background: transparent;
  color: rgb(var(--bg_white));
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  flex-wrap: nowrap;
  overflow: hidden;
  max-width: 100%;
  flex-wrap: nowrap;
}
.page-breadcrumbs nav:last-child .breadcrumb {
  margin-bottom: 0;
}
.page-breadcrumbs .breadcrumb a,
.page-breadcrumbs .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active {
  color: rgb(var(--bg_white));
}
.breadcrumb-item + .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: 0.375rem;
  white-space: nowrap;
  flex: 0 0 auto;
}
.page-breadcrumbs .breadcrumb-item.active {
  flex: 1 1 0%;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb-item + .breadcrumb-item.active span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 1;
  min-width: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.page-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  top: 0;
  position: relative;
  content: "";
  width: 16px;
  display: block;
  height: 2px;
  background-color: rgb(var(--muted_gold));
  margin-right: 0.375rem;
  border-radius: 10px;
  flex-shrink: 0;
}
.page-breadcrumbs h1 {
  color: rgb(var(--bg_white));
}

/*------------------------------------------*/
/*    Overlapping Section
/*------------------------------------------*/
.overlapping_light_wrap {
  overflow: hidden;
  background-color: #f0e7df;
  padding: 275px 0;
  margin: -155px 0;
}
.overlapping_light_wrap.white_bg {
  background-color: rgb(var(--bg_white));
}
.overlapping_light_wrap.only_top {
  padding-bottom: 120px;
  margin-bottom: 120px;
}

/*------------------------------------------*/
/*    Home Banner  Section
/*------------------------------------------*/
.home_banner_carousel {
  position: relative;
  overflow: hidden;
  background-color: rgb(var(--base_black));
}
.home_banner_carousel .carousel-item {
  position: relative;
  height: clamp(430px, 48vw, 760px);
  overflow: hidden;
  background-color: rgb(var(--base_black));
}
.home_banner_carousel .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(var(--base_black), 0.76) 0%,
    rgba(var(--base_black), 0.48) 40%,
    rgba(var(--base_black), 0.1) 100%
  );
  pointer-events: none;
}
.home_banner_media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home_banner_media img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  object-position: center;
  animation: homeBannerImageMotion 6.5s ease-in-out both;
}
.home_banner_caption {
  position: absolute;
  left: clamp(24px, 5vw, 82px);
  bottom: clamp(78px, 7vw, 120px);
  z-index: 4;
  max-width: 680px;
  color: rgb(var(--bg_white));
}
.home_banner_caption span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  margin-bottom: 18px;
  background-color: rgba(var(--muted_gold), 0.92);
  color: rgb(var(--base_black));
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.home_banner_caption h1 {
  max-width: 640px;
  color: rgb(var(--bg_white));
  font-size: 3.2rem;
  line-height: 1.05;
}
.home_banner_caption p {
  max-width: 560px;
  margin: 18px 0 26px;
  color: rgba(var(--bg_white), 0.86);
  font-size: 1.08rem;
  line-height: 1.55;
}
.home_banner_carousel .carousel-control-prev,
.home_banner_carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 6;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: rgba(var(--bg_white), 0.9);
  border: 1px solid rgba(var(--bg_white), 0.55);
  box-shadow: 0 18px 45px rgba(var(--base_black), 0.18);
}
.home_banner_carousel .carousel-control-prev {
  left: clamp(14px, 2.5vw, 36px);
}
.home_banner_carousel .carousel-control-next {
  right: clamp(14px, 2.5vw, 36px);
}
.home_banner_carousel .carousel-control-prev:hover,
.home_banner_carousel .carousel-control-next:hover {
  background-color: rgb(var(--muted_gold));
}
.home_banner_carousel .carousel-control-prev-icon,
.home_banner_carousel .carousel-control-next-icon {
  position: relative;
  width: 18px;
  height: 18px;
  background-image: none;
}
.home_banner_carousel .carousel-control-prev-icon::before,
.home_banner_carousel .carousel-control-next-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  width: 12px;
  height: 12px;
  border-left: 2px solid rgb(var(--neutral_mid));
  border-bottom: 2px solid rgb(var(--neutral_mid));
}
.home_banner_carousel .carousel-control-prev-icon::before {
  left: 5px;
  transform: rotate(45deg);
}
.home_banner_carousel .carousel-control-next-icon::before {
  right: 5px;
  transform: rotate(225deg);
}
.home_banner_carousel .carousel-indicators {
  right: auto;
  bottom: clamp(18px, 3vw, 34px);
  left: clamp(20px, 4vw, 70px);
  z-index: 6;
  justify-content: flex-start;
  margin: 0;
  gap: 9px;
}
.home_banner_carousel .carousel-indicators [data-bs-target] {
  width: 34px;
  height: 4px;
  margin: 0;
  border: 0;
  opacity: 1;
  background-color: rgba(var(--bg_white), 0.62);
}
.home_banner_carousel .carousel-indicators .active {
  width: 54px;
  background-color: rgb(var(--muted_gold));
}
@keyframes homeBannerImageMotion {
  0% {
    transform: scale(1) translateX(0);
  }
  50% {
    transform: scale(1.018) translateX(-0.8%);
  }
  to {
    transform: scale(1.008) translateX(0.6%);
  }
}

/*------------------------------------------*/
/*    Project Overview Section
/*------------------------------------------*/
.project_overview {
  overflow: hidden;
  background-color: rgb(var(--bg_accent));
  padding: var(--spacing-xxl) 0;
  margin: 0;
}
.project_overview_content {
  position: relative;
}
.about_company_layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(35px, 5vw, 80px);
  align-items: center;
}
.about_company_media {
  min-height: 560px;
  padding: 0 58px 58px 0;
  position: relative;
}
.about_company_media::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 58px);
  height: calc(100% - 58px);
  background-color: rgba(var(--muted_gold), 0.28);
  z-index: 1;
}
.about_media_large,
.about_media_small {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: rgb(var(--highlighted_brown));
}
.about_media_large {
  height: 520px;
}
.about_media_small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 300px;
  z-index: 3;
  border: 10px solid rgb(var(--bg_accent));
}
.about_media_large img,
.about_media_small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_media_badge {
  position: absolute;
  left: 0px;
  bottom: -23px;
  z-index: 4;
  width: 180px;
  padding: 18px;
  background-color: rgb(var(--neutral_mid));
  color: rgb(var(--bg_white));
}
.about_media_badge strong {
  display: block;
  font-family: var(--font-fraunces);
  font-size: 2.6rem;
  line-height: 1;
  color: rgb(var(--muted_gold));
}
.about_media_badge span {
  display: block;
  margin-top: 8px;
  line-height: 1.2;
}
.project_overview_content_inner {
  background: transparent;
  padding: 0;
  text-align: left;
  max-width: 760px;
}
.project_overview_content_inner .section_title {
  max-width: 700px;
}
.project_overview_content_inner p:first-of-type {
  color: rgb(var(--base_black));
}
.project_overview_content_inner p {
  font-size: 1.125rem;
  max-width: 690px;
}
.about_company_points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}
.about_company_point {
  min-height: 150px;
  padding: 20px;
  background-color: rgba(var(--bg_white), 0.72);
  border: 1px solid rgba(var(--base_black), 0.08);
}
.about_company_point i {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--muted_gold));
  color: rgb(var(--base_black));
  font-size: 1.45rem;
}
.about_company_point strong,
.about_company_point span {
  display: block;
}
.about_company_point strong {
  color: rgb(var(--neutral_mid));
  font-size: 1rem;
  line-height: 1.2;
}
.about_company_point span {
  margin-top: 8px;
  color: rgba(var(--neutral_mid), 0.78);
  font-size: 0.95rem;
  line-height: 1.35;
}
.about_company_stats {
  margin-top: 60px;
}
.about_company_stats .stats_content {
  position: static;
  color: rgb(var(--neutral_mid));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.about_company_stats .stats_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 165px;
  gap: 22px;
  padding: 28px;
  background-color: rgb(var(--bg_white));
  border: 1px solid rgba(var(--base_black), 0.08);
  font-size: 1rem;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  align-items: flex-start;
  transition: var(--transition);
}
.about_company_stats .stats_item:hover {
  border-color: rgba(var(--muted_gold), 0.75);
  transform: translateY(-4px);
}
.about_company_stats .stats_item:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(var(--base_black), 0.08);
}
.about_company_stats .count_number {
  min-width: auto;
  font-size: 3rem;
  line-height: 1;
  font-family: var(--font-fraunces);
  font-weight: 800;
  display: flex;
  align-items: flex-end;
  color: rgb(var(--highlighted_brown));
}
.about_company_stats .count_number small {
  font-size: 1rem;
  line-height: 20px;
  color: rgb(var(--neutral_mid));
}
.about_company_stats .small_text {
  color: rgb(var(--neutral_mid));
  line-height: 1.25;
}

/* locations */
/*------------------------------------------*/
/*    Location Advantage
/*------------------------------------------*/
.location_advantage_wrap {
  position: relative;
  overflow: hidden;
}
.location_advantage_wrap .title_light *,
.location_advantage_wrap .title_light .small_label {
  color: rgb(var(--bg_white));
}
.location_advantage_wrap .title_light {
  max-width: 650px;
}
.location_advantage_wrap .title_light .small_label svg path {
  fill: rgb(var(--bg_white));
}
.location_advantage_wrap .container {
  position: relative;
  z-index: 3;
}
.location_advantage_bg_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.location_advantage_bg_wrap::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(var(--base_black), 0.7);
  z-index: 1;
}
.location_advantage_bg_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: var(--transition);
  position: absolute;
  inset: 0;
}
.location_advantage_bg_wrap img.active {
  opacity: 1;
}
.location_advantage_listing {
  padding-top: 5rem;
  color: rgb(var(--bg_white));
}
.location_advantage_listing li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.location_advantage_listing li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 100%;
  cursor: pointer;
  opacity: 0.7;
}
.location_advantage_listing li a {
  font-size: 1.1rem;
  line-height: 32px;
  font-weight: 400;
  color: rgba(var(--bg_white), 1);
}
.location_advantage_listing li.active {
  pointer-events: auto;
  opacity: 1;
}
.location_advantage_listing li.active a {
  color: rgb(var(--bg_white));
}
.location_advantage_listing li .circle-progress {
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
  flex-shrink: 0;
}
.location_advantage_listing .circle-progress svg {
  transform: rotate(-90deg);
  position: relative;
  z-index: 3;
}
.location_advantage_listing .circle-progress circle {
  fill: none;
  stroke-width: 2;
}
.location_advantage_listing .circle-progress .bg {
  stroke: rgba(var(--bg_white), 0.2);
}
.location_advantage_listing .circle-progress .progress {
  stroke: rgb(var(--bg_white));
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
  transition: stroke-dashoffset linear;
  opacity: 0;
}
.location_advantage_listing li.active .progress {
  stroke-dashoffset: 0;
  opacity: 1;
}
.location_advantage_listing ul {
  counter-reset: item;
}
.location_advantage_listing li .circle-progress::before {
  counter-increment: item;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(item, decimal-leading-zero);
  backdrop-filter: blur(12px);
  z-index: 1;
}
/*------------------------------------------*/
/*    Responsive CSS
/*------------------------------------------*/

@media (max-width: 991px) {
  .location_advantage_wrap .title_light {
    max-width: 100%;
  }

  .location_advantage_listing {
    padding-top: 3rem;
  }

  .location_advantage_listing li {
    gap: 15px;
  }

  .location_advantage_listing li a {
    font-size: 1rem;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .location_advantage_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .location_advantage_wrap .section_title_text {
    font-size: 2rem;
    line-height: 1.3;
  }

  .location_advantage_listing {
    padding-top: 2rem;
  }

  .location_advantage_listing li {
    gap: 12px;
    margin-bottom: 1.25rem;
  }

  .location_advantage_listing li a {
    font-size: 0.95rem;
    line-height: 26px;
  }

  .location_advantage_listing li .circle-progress {
    width: 32px;
    height: 32px;
  }

  .location_advantage_listing li .circle-progress::before {
    font-size: 0.75rem;
  }
}

@media (max-width: 575px) {
  .location_advantage_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .location_advantage_wrap .small_label {
    font-size: 0.85rem;
  }

  .location_advantage_wrap .section_title_text {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .location_advantage_listing li {
    align-items: flex-start;
  }

  .location_advantage_listing li a {
    font-size: 0.9rem;
    line-height: 24px;
  }

  .location_advantage_listing li .circle-progress {
    width: 28px;
    height: 28px;
  }
}

/*------------------------------------------*/
/*    Key Highlights
/*------------------------------------------*/
.key_highlights_wrap {
  position: relative;
  overflow: hidden;
}
.key_highlights_wrap .title_light *,
.key_highlights_wrap .title_light .small_label {
  color: rgb(var(--bg_white));
}
.key_highlights_wrap .title_light {
  max-width: 530px;
}
.key_highlights_wrap .title_light .small_label svg path {
  fill: rgb(var(--bg_white));
}
.key_highlights_wrap .container {
  position: relative;
  z-index: 3;
}
.key_highlights_bg_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.key_highlights_bg_wrap::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(var(--base_black), 0.7);
  z-index: 1;
}
.key_highlights_bg_wrap img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  object-fit: cover;
  opacity: 0;
  transition: var(--transition);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.key_highlights_bg_wrap img.active {
  opacity: 1;
}
.key_highlights_listing {
  padding-top: 12.5rem;
  color: rgb(var(--bg_white));
}
.key_highlights_listing li:not(:last-child) {
  margin-bottom: 1.125rem;
}
.key_highlights_listing li {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: fit-content;
  cursor: pointer;
  opacity: 0.5;
}
.key_highlights_listing li a {
  font-size: 1.25rem;
  line-height: 22px;
  font-weight: 500;
  color: rgba(var(--bg_white), 1);
}
.key_highlights_listing li.active {
  pointer-events: none;
  opacity: 1;
}
.key_highlights_listing li.active a {
  color: rgb(var(--bg_white));
}
.key_highlights_listing li .circle-progress {
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
}
.circle-progress svg {
  transform: rotate(-90deg);
  position: relative;
  z-index: 3;
}
.circle-progress circle {
  fill: none;
  stroke-width: 2;
}
.circle-progress .bg {
  stroke: rgba(var(--bg_white), 0.2);
}
.circle-progress .progress {
  stroke: rgb(var(--bg_white));
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
  transition: stroke-dashoffset linear;
  opacity: 0;
}
.key_highlights_listing li.active .progress {
  stroke-dashoffset: 0;
  opacity: 1;
}
.key_highlights_listing ul {
  counter-reset: item;
}
.key_highlights_listing li .circle-progress::before {
  counter-increment: item;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(item, decimal-leading-zero);
  backdrop-filter: blur(12px);
  z-index: 1;
}

.key_highlights_wrap.fullwidth_section {
  min-height: auto;
  padding: clamp(80px, 8vw, 118px) 0;
  background-color: rgb(var(--base_black));
}
.key_highlights_wrap .split-text {
  visibility: visible;
}
.key_highlights_wrap .title_light {
  max-width: 650px;
}
.key_highlights_wrap .title_light .small_label,
.key_highlights_wrap .title_light .small_label * {
  color: rgb(var(--muted_gold));
}
.key_highlights_wrap .title_light .section_title_text {
  letter-spacing: 0;
}
.key_highlights_bg_wrap::before {
  background:
    linear-gradient(
      90deg,
      rgba(var(--base_black), 0.96) 0%,
      rgba(var(--base_black), 0.82) 42%,
      rgba(var(--base_black), 0.48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(var(--base_black), 0.3) 0%,
      rgba(var(--base_black), 0.88) 100%
    );
}
.key_highlights_bg_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(90deg, rgba(var(--bg_white), 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(var(--bg_white), 0.035) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.7;
  pointer-events: none;
}
.key_highlights_bg_wrap img {
  filter: saturate(0.95) contrast(1.05);
  transform: scale(1.04);
  transition:
    opacity 700ms ease,
    transform 900ms ease;
}
.key_highlights_bg_wrap img.active {
  transform: scale(1);
}
.trust_section_layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: center;
}
.trust_intro_panel {
  position: relative;
  animation: trustMoveIn 720ms ease both;
}
.trust_intro_panel .section_title:not(:last-child) {
  margin-bottom: 24px;
}
.trust_intro_text {
  max-width: 560px;
  color: rgba(var(--bg_white), 0.78);
  font-size: 1.08rem;
  line-height: 1.72;
}
.trust_micro_stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 520px;
  margin-top: 34px;
}
.trust_micro_stats div {
  min-height: 118px;
  padding: 22px;
  border: 1px solid rgba(var(--bg_white), 0.12);
  border-radius: 8px;
  background-color: rgba(var(--bg_white), 0.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.trust_micro_stats strong,
.trust_micro_stats span {
  display: block;
}
.trust_micro_stats strong {
  color: rgb(var(--muted_gold));
  font-family: var(--font-fraunces);
  font-size: 1.45rem;
  line-height: 1;
}
.trust_micro_stats span {
  margin-top: 12px;
  color: rgba(var(--bg_white), 0.72);
  font-size: 0.92rem;
}
.key_highlights_wrap .key_highlights_listing {
  padding-top: 0;
}
.key_highlights_wrap .key_highlights_listing ul {
  display: grid;
  gap: 14px;
}
.key_highlights_wrap .key_highlights_listing li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
  max-width: none;
  margin: 0;
  opacity: 1;
  cursor: default;
  animation: trustMoveIn 650ms ease both;
}
.key_highlights_wrap .key_highlights_listing li:nth-child(2) {
  animation-delay: 80ms;
}
.key_highlights_wrap .key_highlights_listing li:nth-child(3) {
  animation-delay: 160ms;
}
.key_highlights_wrap .key_highlights_listing li:nth-child(4) {
  animation-delay: 240ms;
}
.key_highlights_wrap .key_highlights_listing li:not(:last-child) {
  margin-bottom: 0;
}
.key_highlights_wrap .key_highlights_listing li.active {
  pointer-events: auto;
}
.key_highlights_wrap .key_highlights_listing li .circle-progress {
  width: 42px;
  height: 42px;
  align-self: center;
}
.key_highlights_wrap .circle-progress .bg {
  stroke: rgba(var(--bg_white), 0.22);
}
.key_highlights_wrap .circle-progress .progress {
  stroke: rgb(var(--muted_gold));
}
.key_highlights_wrap .key_highlights_listing li .circle-progress::before {
  color: rgb(var(--bg_white));
  background-color: rgba(var(--bg_white), 0.08);
  border: 1px solid rgba(var(--bg_white), 0.1);
}
.trust_card {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(var(--bg_white), 0.12);
  border-radius: 8px;
  color: rgb(var(--bg_white));
  text-align: left;
  background-color: rgba(var(--bg_white), 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition:
    transform 450ms ease,
    border-color 450ms ease,
    background-color 450ms ease,
    box-shadow 450ms ease;
}
.trust_card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(
    135deg,
    rgba(var(--muted_gold), 0.22) 0%,
    rgba(var(--bg_white), 0.04) 58%,
    rgba(var(--highlighted_brown), 0.18) 100%
  );
  transition: opacity 450ms ease;
}
.trust_card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36%;
  width: 30%;
  opacity: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(var(--bg_white), 0.15) 50%,
    transparent 100%
  );
  transform: skewX(-16deg);
  transition:
    left 900ms ease,
    opacity 450ms ease;
}
.key_highlights_wrap .key_highlights_listing li.active .trust_card,
.trust_card:hover,
.trust_card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(var(--muted_gold), 0.55);
  background-color: rgba(var(--bg_white), 0.12);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}
.key_highlights_wrap .key_highlights_listing li.active .trust_card::before,
.trust_card:hover::before,
.trust_card:focus-visible::before {
  opacity: 1;
}
.key_highlights_wrap .key_highlights_listing li.active .trust_card::after,
.trust_card:hover::after,
.trust_card:focus-visible::after {
  left: 112%;
  opacity: 1;
}
.trust_icon,
.trust_copy {
  position: relative;
  z-index: 2;
}
.trust_icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 8px;
  color: rgb(var(--base_black));
  background-color: rgb(var(--muted_gold));
  font-size: 1.45rem;
  box-shadow: 0 18px 32px rgba(var(--muted_gold), 0.18);
}
.trust_copy strong,
.trust_copy span {
  display: block;
}
.trust_copy strong {
  color: rgb(var(--bg_white));
  font-size: 1.18rem;
  line-height: 1.2;
}
.trust_copy span {
  margin-top: 10px;
  color: rgba(var(--bg_white), 0.72);
  font-size: 0.96rem;
  line-height: 1.55;
}

@keyframes trustMoveIn {
  from {
    transform: translateY(24px);
  }
  to {
    transform: translateY(0);
  }
}

/*------------------------------------------*/
/*    Signature Living
/*------------------------------------------*/
.signature_living_wrap {
  position: relative;
}
.living_tabs {
  position: relative;
}
.living_tabbing_wrap {
  background-color: rgb(var(--bg_white));
  padding: 100px 0 0;
  max-width: 1562px;
  margin-left: auto;
  margin-right: auto;
}
.living_tabbing_wrap ul.living_tabs {
  flex-wrap: nowrap;
}
.living_tabbing_wrap ul.nav-fill > li {
  flex: 1 1 100%;
}
.tab-indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: all 0.35s ease;
  height: 100%;
  background: rgb(var(--muted_gold));
  z-index: 0;
}
.living_tabs .nav-link,
.living_tabs .nav-link.active {
  line-height: 1;
  padding: 0.75rem 1.25rem;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 0;
  font-size: 1.25rem;
  color: rgb(var(--neutral_mid));
  font-weight: 500;
}
.living_tabs .nav-link.active {
  color: rgb(var(--bg_white));
}
.living_tabbing_wrap .tab-content {
  margin-top: 50px;
}
.living_tabbing_wrap .tab-content .tab-pane {
  padding-bottom: 100px;
  position: relative;
}
.two_col_living_tab_pane {
  display: flex;
  gap: 60px;
  min-height: 600px;
}
.two_col_living_tab_pane .content_left,
.two_col_living_tab_pane .img_right {
  width: 50%;
  flex-shrink: 0;
}
.two_col_living_tab_pane .content_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.two_col_living_tab_pane .content_left .size_wrap {
  padding: 7px 15px;
  background-color: rgb(var(--neutral_mid));
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgb(var(--bg_white));
  max-width: fit-content;
  margin-bottom: 15px;
}
.content_left .text_content_top p {
  font-size: 1.125rem;
  color: rgb(var(--neutral_mid));
}
.two_col_living_tab_pane .img_right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  /* overflow: hidden; */
  width: calc(50% - 100px);
}
.two_col_living_tab_pane .img_right .img_floating img,
.two_col_living_tab_pane .img_right .img_fullwidth img {
  width: 100%;
  height: 100%;
}
.two_col_living_tab_pane .img_right .img_fullwidth {
  height: 100%;
  padding: 100px 0 0 100px;
  position: relative;
  z-index: 2;
}
.two_col_living_tab_pane .img_right .img_floating {
  position: absolute;
  width: 300px;
  height: 330px;
  z-index: 2;
  bottom: 100px;
  left: -100px;
  border: 10px solid rgb(var(--bg_white));
}
.two_col_living_tab_pane .img_right .img_fullwidth::before {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background-color: rgba(var(--muted_gold), 0.2);
  left: 0;
  top: 0;
  z-index: -1;
}
.inner_content_only {
  position: relative;
  min-height: 500px;
}
.inner_content_only.two_col_living_tab_pane .content_left {
  max-width: 495px;
}
.inner_content_only.two_col_living_tab_pane .content_left p {
  opacity: 0.7;
}
.inner_content_only.two_col_living_tab_pane .img_right {
  flex-grow: 1;
  width: calc(100% - 650px);
}
.inner_content_only.two_col_living_tab_pane
  .content_left
  .text_content_top
  .h4 {
  color: rgb(var(--neutral_mid));
  margin-bottom: 25px;
}
.inner_content_only.two_col_living_tab_pane .img_right .img_fullwidth {
  padding: 70px 0 0 70px;
}
.inner_content_only.two_col_living_tab_pane .img_right .img_floating {
  width: 210px;
  height: 230px;
  bottom: 70px;
  left: -70px;
  border: 7px solid rgb(var(--bg_white));
}

.signature_living_wrap {
  scroll-margin-top: 95px;
  overflow: hidden;
  background-color: #f1e9d6;
}

.signature_living_wrap .section_title:not(:last-child) {
  margin-bottom: 30px;
}
.signature_living_wrap .small_label:not(:last-child) {
  margin-bottom: 14px;
}
.signature_living_wrap .split-text {
  visibility: visible;
}
.signature_living_wrap .section_title .small_label,
.signature_living_wrap .section_title_text {
  animation: propertyContentIn 650ms ease both;
}
.signature_living_wrap .section_title_text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
}
.signature_living_wrap .living_tabbing_wrap {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  padding: 0;
  background-color: transparent;
}
.signature_living_wrap .living_tabbing_wrap .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.signature_living_wrap .living_tabs_wrap {
  position: relative;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(var(--muted_gold), 0.28);
  border-radius: 8px;
  background-color: rgba(var(--bg_white), 0.82);
  box-shadow: 0 18px 50px rgba(var(--base_black), 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.signature_living_wrap .living_tabbing_wrap ul.living_tabs {
  gap: 6px;
}
.signature_living_wrap .living_tabbing_wrap ul.nav-fill > li {
  flex: 1 1 0;
}
.signature_living_wrap .tab-indicator {
  top: 6px;
  bottom: auto;
  height: calc(100% - 12px);
  border-radius: 6px;
  background: linear-gradient(
    135deg,
    rgb(var(--highlighted_brown)) 0%,
    rgb(var(--muted_gold)) 100%
  );
  box-shadow: 0 12px 28px rgba(var(--highlighted_brown), 0.22);
}
.signature_living_wrap .living_tabs .nav-link,
.signature_living_wrap .living_tabs .nav-link.active {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 0.85rem 0.9rem;
  border-radius: 6px;
  font-size: 0.98rem;
  font-weight: 600;
  color: rgb(var(--neutral_mid));
}
.signature_living_wrap .living_tabs .nav-link i {
  font-size: 1.1rem;
  line-height: 1;
  color: rgb(var(--highlighted_brown));
  transition: var(--transition);
}
.signature_living_wrap .living_tabs .nav-link.active {
  color: rgb(var(--bg_white));
  background: linear-gradient(
    135deg,
    rgb(var(--highlighted_brown)) 0%,
    rgb(var(--muted_gold)) 100%
  );
  box-shadow: 0 12px 28px rgba(var(--highlighted_brown), 0.18);
}
.signature_living_wrap .living_tabs .nav-link.active i {
  color: rgb(var(--bg_white));
}
.signature_living_wrap .living_tabbing_wrap .tab-content {
  margin-top: 24px;
}
.signature_living_wrap .living_tabbing_wrap .tab-content .tab-pane {
  padding-bottom: 0;
}
.signature_living_wrap .two_col_living_tab_pane {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: stretch;
  min-height: 0;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(var(--muted_gold), 0.24);
  border-radius: 8px;
  background-color: rgba(var(--bg_white), 0.96);
  box-shadow: 0 24px 70px rgba(var(--base_black), 0.09);
}
.signature_living_wrap .two_col_living_tab_pane::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 4px solid rgba(var(--muted_gold), 0.65);
  pointer-events: none;
}
.signature_living_wrap .two_col_living_tab_pane .content_left,
.signature_living_wrap .two_col_living_tab_pane .img_right {
  width: auto;
  flex-shrink: 1;
}
.signature_living_wrap .two_col_living_tab_pane .content_left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}
.signature_living_wrap .two_col_living_tab_pane .content_left .size_wrap {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 14px 7px;
  border-radius: 4px;
  background-color: rgba(var(--base_black), 0.92);
  color: rgb(var(--bg_white));
  font-size: 0.82rem;
  letter-spacing: 0;
}
.signature_living_wrap .content_left .text_content_top p {
  max-width: 530px;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(var(--neutral_mid), 0.82);
}
.signature_living_wrap .text_content_bottom .arrow_listing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 20px;
}
.signature_living_wrap .text_content_bottom .arrow_listing li {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: rgba(var(--neutral_mid), 0.9);
}
.property_tab_actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.property_tab_cta,
.property_tab_location {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}
.property_tab_cta {
  padding: 12px 16px 10px;
  color: rgb(var(--bg_white));
  background-color: rgb(var(--highlighted_brown));
  box-shadow: 0 14px 30px rgba(var(--highlighted_brown), 0.22);
}
.property_tab_cta:hover {
  color: rgb(var(--bg_white));
  background-color: rgb(var(--neutral_mid));
  transform: translateY(-2px);
}
.property_tab_location {
  padding: 11px 14px 9px;
  color: rgb(var(--highlighted_brown));
  background-color: rgba(var(--muted_gold), 0.12);
}
.property_tab_actions i {
  line-height: 1;
  font-size: 1.08rem;
}
.signature_living_wrap .two_col_living_tab_pane .img_right {
  position: relative;
  inset: auto;
  height: auto;
  min-height: 365px;
  overflow: visible;
}
.signature_living_wrap .two_col_living_tab_pane .img_right::before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 70%;
  height: 70%;
  border-radius: 8px;
  background-color: rgba(var(--muted_gold), 0.18);
}
.signature_living_wrap .two_col_living_tab_pane .img_right .img_fullwidth {
  height: 100%;
  min-height: 365px;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgb(var(--bg_accent));
  box-shadow: 0 18px 45px rgba(var(--base_black), 0.12);
}
.signature_living_wrap
  .two_col_living_tab_pane
  .img_right
  .img_fullwidth::before {
  display: none;
}
.signature_living_wrap
  .two_col_living_tab_pane
  .img_right
  .img_fullwidth::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(var(--bg_white), 0) 40%,
    rgba(var(--bg_white), 0.32) 50%,
    rgba(var(--bg_white), 0) 60%
  );
  transform: translateX(-120%);
  pointer-events: none;
}
.signature_living_wrap .two_col_living_tab_pane .img_right .img_fullwidth img {
  transform: scale(1.02);
  transition: transform 700ms ease;
}
.signature_living_wrap
  .two_col_living_tab_pane:hover
  .img_right
  .img_fullwidth
  img {
  transform: scale(1.065);
}
.signature_living_wrap .tab-pane.show.active .content_left {
  opacity: 1;
  animation: propertyContentIn 620ms ease both;
}
.signature_living_wrap .tab-pane.show.active .img_fullwidth {
  opacity: 1;
  animation: propertyImageIn 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.signature_living_wrap .tab-pane.show.active .img_fullwidth::after {
  animation: propertyImageShine 900ms ease 180ms both;
}

@keyframes propertyContentIn {
  from {
    transform: translateY(18px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes propertyImageIn {
  from {
    clip-path: inset(0 0 0 32%);
    transform: translateX(22px);
  }
  to {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}
@keyframes propertyImageShine {
  to {
    transform: translateX(120%);
  }
}

/* Refined Property Categories */
.signature_living_wrap {
  isolation: isolate;
}
.signature_living_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(var(--highlighted_brown), 0.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      180deg,
      rgba(var(--highlighted_brown), 0.045) 1px,
      transparent 1px
    );
  background-size: 82px 82px;
  pointer-events: none;
}
.signature_living_wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: 0;
  height: 38%;
  background: linear-gradient(
    180deg,
    rgba(var(--bg_white), 0) 0%,
    rgba(var(--muted_gold), 0.12) 100%
  );
  pointer-events: none;
}
.signature_living_wrap > .section_title,
.signature_living_wrap .living_tabbing_wrap {
  position: relative;
  z-index: 2;
}
.signature_living_wrap .section_title_text {
  font-size: clamp(2.05rem, 4.2vw, 3.55rem);
}
.signature_living_wrap .living_tabs_wrap {
  padding: 7px;
  border-color: rgba(var(--highlighted_brown), 0.18);
  background-color: rgba(var(--bg_white), 0.92);
  box-shadow: 0 18px 55px rgba(var(--highlighted_brown), 0.09);
}
.signature_living_wrap .living_tabs .nav-link,
.signature_living_wrap .living_tabs .nav-link.active {
  text-transform: none;
  letter-spacing: 0;
}
.signature_living_wrap .living_tabs .nav-link:not(.active):hover {
  background-color: rgba(var(--muted_gold), 0.11);
  color: rgb(var(--highlighted_brown));
}
.signature_living_wrap .two_col_living_tab_pane {
  padding: clamp(18px, 3vw, 30px);
  border-color: rgba(var(--highlighted_brown), 0.18);
  background: linear-gradient(
    135deg,
    rgba(var(--bg_white), 0.98) 0%,
    rgba(var(--bg_accent), 0.9) 100%
  );
  box-shadow: 0 18px 60px rgba(var(--base_black), 0.08);
}
.signature_living_wrap .two_col_living_tab_pane::before {
  border-top: 0;
  border-left: 5px solid rgb(var(--muted_gold));
}
.signature_living_wrap .two_col_living_tab_pane::after {
  content: "";
  position: absolute;
  left: clamp(18px, 3vw, 30px);
  right: clamp(18px, 3vw, 30px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(var(--muted_gold), 0),
    rgba(var(--muted_gold), 0.7),
    rgba(var(--muted_gold), 0)
  );
  pointer-events: none;
}
.signature_living_wrap .two_col_living_tab_pane .content_left .size_wrap {
  background-color: rgb(var(--highlighted_brown));
  box-shadow: 0 10px 24px rgba(var(--highlighted_brown), 0.18);
}
.signature_living_wrap .text_content_bottom .arrow_listing li {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 11px 12px 9px 38px;
  border: 1px solid rgba(var(--muted_gold), 0.18);
  border-radius: 6px;
  background-color: rgba(var(--bg_white), 0.72);
}
.signature_living_wrap .text_content_bottom .arrow_listing li::before {
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.property_tab_cta {
  background: linear-gradient(
    135deg,
    rgb(var(--highlighted_brown)) 0%,
    rgb(var(--muted_gold)) 100%
  );
}
.property_tab_location {
  border: 1px solid rgba(var(--muted_gold), 0.2);
  background-color: rgba(var(--bg_white), 0.72);
}
.signature_living_wrap .two_col_living_tab_pane .img_right::before {
  right: -10px;
  bottom: -10px;
  border: 1px solid rgba(var(--muted_gold), 0.25);
  background-color: rgba(var(--muted_gold), 0.13);
}
.signature_living_wrap .two_col_living_tab_pane .img_right .img_fullwidth {
  border: 8px solid rgb(var(--bg_white));
  box-shadow: 0 22px 52px rgba(var(--base_black), 0.14);
}
.signature_living_wrap .two_col_living_tab_pane .img_right .img_fullwidth img {
  filter: saturate(1.02) contrast(1.02);
}

/*------------------------------------------*/
/*    Property FAQ
/*------------------------------------------*/
.property_faq_wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgb(var(--bg_accent)) 0%,
    rgb(var(--bg_white)) 100%
  );
}
.property_faq_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(var(--highlighted_brown), 0.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      180deg,
      rgba(var(--highlighted_brown), 0.045) 1px,
      transparent 1px
    );
  background-size: 76px 76px;
  pointer-events: none;
}
.property_faq_wrap .container {
  position: relative;
  z-index: 2;
}
.property_faq_layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
}
.property_faq_intro {
  position: sticky;
  top: 120px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(var(--muted_gold), 0.24);
  border-radius: 8px;
  background-color: rgba(var(--bg_white), 0.78);
  box-shadow: 0 22px 60px rgba(var(--base_black), 0.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  animation: faqMoveIn 680ms ease both;
}
.property_faq_intro .section_title:not(:last-child) {
  margin-bottom: 22px;
}
.property_faq_intro .section_title_text {
  letter-spacing: 0;
}
.property_faq_intro p {
  max-width: 520px;
  margin-top: 24px;
  color: rgba(var(--neutral_mid), 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}
.property_faq_visual {
  position: relative;
  min-height: 230px;
  margin-top: 28px;
  overflow: hidden;
  border: 8px solid rgb(var(--bg_white));
  border-radius: 8px;
  background-color: rgba(var(--muted_gold), 0.12);
  box-shadow: 0 18px 44px rgba(var(--base_black), 0.12);
}
.property_faq_visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(var(--base_black), 0.02) 0%,
    rgba(var(--base_black), 0.52) 100%
  );
  pointer-events: none;
}
.property_faq_visual img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 700ms ease;
}
.property_faq_visual:hover img {
  transform: scale(1.07);
}
.property_faq_visual span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  display: inline-flex;
  padding: 10px 14px 8px;
  border-radius: 6px;
  color: rgb(var(--bg_white));
  background-color: rgba(var(--base_black), 0.52);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 0.9rem;
  font-weight: 700;
}
.property_faq_help {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  padding: 18px;
  border-radius: 8px;
  color: rgb(var(--bg_white));
  background: linear-gradient(
    135deg,
    rgb(var(--highlighted_brown)) 0%,
    rgb(var(--muted_gold)) 100%
  );
  box-shadow: 0 18px 36px rgba(var(--highlighted_brown), 0.18);
}
.property_faq_help i {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgb(var(--highlighted_brown));
  background-color: rgb(var(--bg_white));
  font-size: 1.35rem;
}
.property_faq_help span,
.property_faq_help a {
  display: block;
}
.property_faq_help span {
  color: rgba(var(--bg_white), 0.82);
  font-size: 0.9rem;
}
.property_faq_help a {
  color: rgb(var(--bg_white));
  font-size: 1.1rem;
  font-weight: 700;
}
.property_faq_accordion {
  display: grid;
  gap: 14px;
}
.property_faq_accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(var(--muted_gold), 0.24);
  border-radius: 8px;
  background-color: rgba(var(--bg_white), 0.92);
  box-shadow: 0 16px 45px rgba(var(--base_black), 0.065);
  animation: faqMoveIn 650ms ease both;
}
.property_faq_accordion .accordion-item:nth-child(2) {
  animation-delay: 70ms;
}
.property_faq_accordion .accordion-item:nth-child(3) {
  animation-delay: 140ms;
}
.property_faq_accordion .accordion-item:nth-child(4) {
  animation-delay: 210ms;
}
.property_faq_accordion .accordion-item:nth-child(5) {
  animation-delay: 280ms;
}
.property_faq_accordion .accordion-button {
  gap: 16px;
  padding: 22px 60px 22px 22px;
  color: rgb(var(--neutral_mid));
  background-color: transparent;
  box-shadow: none;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.35;
}
.property_faq_accordion .accordion-button:not(.collapsed) {
  color: rgb(var(--highlighted_brown));
  background: linear-gradient(
    135deg,
    rgba(var(--muted_gold), 0.16) 0%,
    rgba(var(--bg_white), 0.92) 100%
  );
}
.property_faq_accordion .accordion-button::after {
  position: absolute;
  right: 22px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: none;
  background-color: rgba(var(--muted_gold), 0.18);
  color: rgb(var(--highlighted_brown));
  font-family: remixicon !important;
  content: "\ea13";
  font-size: 1.15rem;
  line-height: 1;
  transform: none;
}
.property_faq_accordion .accordion-button:not(.collapsed)::after {
  color: rgb(var(--bg_white));
  background-color: rgb(var(--highlighted_brown));
  content: "\f1af";
}
.property_faq_accordion .faq_icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 8px;
  color: rgb(var(--base_black));
  background-color: rgb(var(--muted_gold));
  font-size: 1.28rem;
}
.property_faq_accordion .accordion-body {
  padding: 0 24px 24px 86px;
  color: rgba(var(--neutral_mid), 0.78);
  font-size: 1rem;
  line-height: 1.68;
}
.property_faq_accordion .accordion-body ul {
  margin: 8px 0 10px;
  padding-left: 1.15rem;
}
.property_faq_accordion .accordion-body li + li {
  margin-top: 4px;
}

@keyframes faqMoveIn {
  from {
    transform: translateY(22px);
  }
  to {
    transform: translateY(0);
  }
}

/*------------------------------------------*/
/*    Neighborhood
/*------------------------------------------*/
.company_story_wrap {
  position: relative;
  overflow: hidden;
  background-color: rgb(var(--bg_white));
}
.company_story_wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 48%;
  background-color: rgba(var(--muted_gold), 0.12);
  pointer-events: none;
}
.company_story_layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(35px, 5vw, 80px);
  align-items: center;
}
.company_story_visual {
  position: relative;
  min-height: 590px;
  padding: 0 54px 54px 0;
}
.company_story_visual::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 54px);
  height: calc(100% - 54px);
  background-color: rgb(var(--highlighted_brown));
  z-index: 1;
}
.company_story_image {
  position: relative;
  z-index: 2;
  height: 590px;
  overflow: hidden;
  background-color: rgb(var(--neutral_mid));
}
.company_story_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company_story_since {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 220px;
  padding: 24px;
  background-color: rgb(var(--neutral_mid));
  color: rgb(var(--bg_white));
}
.company_story_since span,
.company_story_since strong {
  display: block;
}
.company_story_since span {
  margin-bottom: 8px;
  color: rgb(var(--muted_gold));
  font-size: 0.9rem;
  text-transform: uppercase;
}
.company_story_since strong {
  font-family: var(--font-fraunces);
  font-size: 2rem;
  line-height: 1.05;
}
.company_story_content_area {
  max-width: 760px;
}
.company_story_lead {
  margin-top: 28px;
  font-size: 1.15rem;
  color: rgba(var(--neutral_mid), 0.86);
}
.company_story_timeline {
  display: grid;
  gap: 18px;
  margin-top: 35px;
}
.company_story_step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  padding: 26px;
  background-color: rgb(var(--bg_accent));
  border-left: 4px solid rgb(var(--muted_gold));
}
.story_step_number {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: rgb(var(--neutral_mid));
  color: rgb(var(--bg_white));
  font-family: var(--font-fraunces);
  font-weight: 700;
  line-height: 1;
}
.company_story_step .h5 {
  margin-bottom: 8px;
  color: rgb(var(--highlighted_brown));
}
.company_story_step p {
  margin-bottom: 0;
  color: rgba(var(--neutral_mid), 0.82);
}

/*------------------------------------------*/
/*    Neighborhood
/*------------------------------------------*/
.neighborhood_wrap {
  background-color: rgb(var(--neutral_mid));
  margin-top: 0;
}
.neighborhood_wrap * {
  color: rgb(var(--bg_white));
}
.title_map_wrap:not(:last-child) {
  margin-bottom: 40px;
}
.title_map_wrap {
  display: flex;
  position: relative;
}
.title_map_wrap .map_bg {
  right: 0;
  top: 0;
  max-width: 800px;
  right: -150px;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
}
.title_map_wrap .title_light .small_label {
  color: rgb(var(--muted_gold));
}
.title_map_wrap .title_light .small_label svg path {
  fill: rgb(var(--muted_gold));
}
.neighborhood_carousel_wrap::before,
.neighborhood_carousel_wrap::after {
  position: absolute;
  content: "";
  width: 450px;
  height: 100%;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
.neighborhood_carousel_wrap::before {
  left: 0;
  background: #3a3a3a;
  background: linear-gradient(
    90deg,
    rgba(58, 58, 58, 1) 0%,
    rgba(58, 58, 58, 0.5) 60%,
    rgba(58, 58, 58, 0) 100%
  );
}
.neighborhood_carousel_wrap::after {
  right: 0;
  background: #3a3a3a;
  background: linear-gradient(
    -90deg,
    rgba(58, 58, 58, 1) 0%,
    rgba(58, 58, 58, 0.5) 60%,
    rgba(58, 58, 58, 0) 100%
  );
}
.neighborhood_carousel_wrap {
  margin-top: 50px;
  position: relative;
}
.neighborhood_slider_wrap {
  display: block;
  width: 360px;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.neighborhood_slider_wrap .h5 i {
  color: rgb(var(--muted_gold));
  font-weight: normal;
}
.neighborhood_slider_wrap .h5 {
  opacity: 0;
  transition: var(--transition);
  visibility: hidden;
  margin-bottom: 30px;
  transform: translateY(40px);
}
.neighborhood_slider_wrap.swiper-slide-active .h5 {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.neighborhood_slider_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.neighborhood_slider_wrap.swiper-slide-active {
  filter: none;
}
.neighborhood_carousel .swiper-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(50vw - 70px);
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  justify-content: space-between;
}
@media (min-width: 1920px) {
  .neighborhood_carousel .swiper-actions {
    max-width: 49.5vw;
  }
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .neighborhood_carousel .swiper-actions {
    max-width: 54vw;
  }
}
@media (max-width: 1439px) and (min-width: 991px) {
  .neighborhood_carousel .swiper-actions {
    max-width: 61vw;
  }
}
.neighborhood_carousel .swiper-btn {
  position: static;
  height: 22px;
  margin: 0;
  width: 50px;
  height: 50px;
  background-color: rgb(var(--muted_gold));
  border-radius: 50%;
  display: flex;
  transition: var(--transition);
}
.neighborhood_carousel .swiper-btn:hover {
  background-color: rgb(var(--highlighted_brown));
}
.swiper-button-prev:after {
  font-family: remixicon !important;
  content: "\f493";
}
.swiper-button-next:after {
  font-family: remixicon !important;
  content: "\f495";
}
.neighborhood_carousel .swiper-btn:after {
  font-size: 28px;
  line-height: 1;
  color: rgb(var(--bg_accent));
}
.neighborhood_carousel .swiper-slide {
  transition: var(--transition);
}
.neighborhood_carousel .swiper-slide:not(.swiper-slide-active) {
  transform: none !important;
  padding-top: 40px;
  transition: var(--transition);
}
.neighborhood_carousel .swiper-slide-active {
  transform: translateY(0) scale(1) !important;
  padding-top: 0;
}
.neighborhood_slider_wrap {
  transition: var(--transition);
  transform: scale(0.75);
}
.neighborhood_slider_wrap .h5 {
  text-align: center;
}
.neighborhood_slider_wrap .img_wrap {
  height: 480px;
}
.neighborhood_slider_wrap .img_wrap img {
  height: 100%;
  object-fit: cover;
  height: calc(100% + 40px);
}
.neighborhood_slider_wrap.swiper-slide-active .img_wrap img {
  height: calc(100% + 40px);
}

/*------------------------------------------*/
/*    The Amenity Collection
/*------------------------------------------*/
.amenity_collection {
  min-height: 100vh;
}
.amenities_row_wrap {
  position: relative;
  z-index: 3;
  padding-top: 40px;
}
.amenities_item {
  margin-top: 60px;
  display: flex;
  gap: 0;
  background-color: rgba(var(--muted_gold), 0.2);
  position: relative;
  margin-bottom: 60px;
}
.amenities_item:not(:last-child) {
  margin-bottom: 120px;
}
.amenities_item:nth-child(even) {
  flex-direction: row-reverse;
  background-color: rgb(var(--bg_white));
}
.amenities_item .img_wrap {
  width: 50%;
  flex-shrink: 0;
  position: absolute;
  height: calc(100% + 60px);
  bottom: 0;
  overflow: hidden;
  background-color: rgb(var(--muted_gold));
}
.amenities_item .img_wrap img {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: calc(100% + 180px);
  object-fit: cover;
}
@media (min-width: 992px) {
  .amenities_item .img_wrap img {
    top: -90px;
    height: calc(100% + 180px);
    width: 100%;
    clip-path: inset(0 0 0 100%);
    transform: scale(1.1);
  }
}
.amenities_item .content_wrap {
  padding: 110px 75px;
  color: rgb(var(--highlighted_brown));
  width: 50%;
  margin-left: auto;
}
.amenities_item:nth-child(even) .content_wrap {
  text-align: right;
  margin-left: unset;
  margin-right: auto;
}
.more_amenities_btn {
  margin-top: 60px;
}

/*------------------------------------------*/
/*    Floor Plans
/*------------------------------------------*/
.floor_plans {
  overflow: hidden;
}
.floor_plans + .fullwidth_section {
  margin-top: 120px;
}
.floor_plan_tabs {
  gap: 60px;
  padding: 60px 60px 60px 0;
  background-color: rgba(var(--muted_gold), 0.1);
}
.floor_plan_tabs .nav {
  width: 212px;
  padding: 60px 0 0 45px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.floor_plan_tabs .nav::before {
  position: absolute;
  content: "";
  background-color: rgb(var(--neutral_mid));
  width: calc(100% + 1000px);
  top: 0;
  right: 0;
  height: calc(100% + 1000px);
}
.floor_plan_tabs .nav .nav-link:not(:last-child) {
  margin-bottom: 24px;
}
.floor_plan_tabs .nav .nav-link {
  white-space: nowrap;
  text-align: left;
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 3;
  color: rgb(var(--bg_white));
  position: relative;
  max-width: fit-content;
  padding: 0 0 5px 0;
}
.floor_plan_tabs .nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(var(--muted_gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.floor_plan_tabs .nav .nav-link.active::after,
.floor_plan_tabs .nav .nav-link:hover::after {
  transform: scaleX(1);
}
.floor_plan_tabs .tab-pane {
  flex-grow: 1;
}
.two_col_floor_plan {
  display: flex;
  gap: 60px;
}
.two_col_floor_plan .plan_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background-color: rgb(var(--bg_white));
  padding: 30px;
}
.two_col_floor_plan .plan_table {
  flex-shrink: 0;
  width: 315px;
}
.plan_table .table:last-child {
  margin-bottom: 0;
}
.plan_table .table {
  border-color: rgba(var(--bg_white), 1);
  font-weight: 500;
}
.plan_table .table > tbody > tr:nth-of-type(odd) > * {
  background-color: #fbf6f1;
  box-shadow: none;
}
.plan_table .table > tbody > tr:nth-of-type(odd) > * {
  border-bottom: 0;
}
.plan_table .table > tbody > tr > td:last-child {
  border-left: 1px solid rgb(var(--bg_white));
  font-weight: 600;
}
.plan_table .table > :not(caption) > * > * {
  padding: 10px 20px;
}

/* Premium Property Gallery */
.dicover_gallery_wrap {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
  background: linear-gradient(
    135deg,
    rgba(var(--base_black), 0.98) 0%,
    rgba(var(--neutral_mid), 0.98) 100%
  );
}
.dicover_gallery_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(var(--bg_white), 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(var(--bg_white), 0.035) 1px, transparent 1px);
  background-size: 90px 90px;
}
.dicover_gallery_wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: -1;
  height: 44%;
  background: linear-gradient(
    180deg,
    rgba(var(--base_black), 0) 0%,
    rgba(var(--base_black), 0.45) 100%
  );
  pointer-events: none;
}
.dicover_gallery_wrap .container {
  position: relative;
  z-index: 2;
}
.dicover_gallery_wrap .title_tabs_wrap {
  gap: 25px;
}
.dicover_gallery_wrap .title_tabs_wrap:not(:last-child) {
  margin-bottom: 34px;
}
.dicover_gallery_wrap .section_title .small_label {
  color: rgb(var(--muted_gold));
}
.dicover_gallery_wrap .split-text {
  visibility: visible;
}
.dicover_gallery_wrap .section_title_text {
  color: rgb(var(--bg_white));
  letter-spacing: 0;
}
.dicover_gallery_wrap .gallery_title_text {
  opacity: 1;
  animation: galleryHeadingIn 700ms ease both;
}
.dicover_gallery_wrap .title_highlight {
  color: rgb(var(--muted_gold));
}
.dicover_gallery_wrap .living_tabs_wrap {
  padding: 6px;
  border: 1px solid rgba(var(--muted_gold), 0.35);
  border-radius: 8px;
  background-color: rgba(var(--bg_white), 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.dicover_gallery_wrap .living_tabs {
  gap: 6px;
}
.dicover_gallery_wrap .tab-indicator {
  top: 6px;
  bottom: auto;
  height: calc(100% - 12px);
  border-radius: 6px;
  background: linear-gradient(
    135deg,
    rgb(var(--highlighted_brown)) 0%,
    rgb(var(--muted_gold)) 100%
  );
  box-shadow: 0 12px 32px rgba(var(--muted_gold), 0.2);
}
.dicover_gallery_wrap .living_tabs .nav-link,
.dicover_gallery_wrap .living_tabs .nav-link.active {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.78rem 1.1rem;
  border-radius: 6px;
  color: rgb(var(--bg_white));
  font-size: 0.95rem;
  font-weight: 600;
}
.dicover_gallery_wrap .living_tabs .nav-link i {
  color: rgb(var(--muted_gold));
  font-size: 1.1rem;
  line-height: 1;
  transition: var(--transition);
}
.dicover_gallery_wrap .living_tabs .nav-link.active {
  background: linear-gradient(
    135deg,
    rgb(var(--highlighted_brown)) 0%,
    rgb(var(--muted_gold)) 100%
  );
  color: rgb(var(--bg_white));
}
.dicover_gallery_wrap .living_tabs .nav-link.active i {
  color: rgb(var(--bg_white));
}
.dicover_gallery_wrap .tab-content .tab-pane {
  transform: translateY(18px);
  transition:
    opacity 350ms ease,
    transform 550ms ease;
}
.dicover_gallery_wrap .tab-content .tab-pane.show {
  transform: translateY(0);
}
.dicover_gallery_wrap .gallery-slider-wrap {
  position: relative;
  padding-top: 8px;
}
.dicover_gallery_wrap .gallery_content_reveal {
  opacity: 1;
  animation: galleryContentIn 760ms ease both;
}
.dicover_gallery_wrap .gallery-slider-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgb(var(--muted_gold)) 0%,
    rgba(var(--muted_gold), 0) 100%
  );
}
.dicover_gallery_wrap .gallery-slider-wrap .gallery_carousel {
  margin: 0 auto;
  padding: 22px 0 46px;
  position: relative;
  overflow: hidden;
}
.dicover_gallery_wrap .gallery_carousel .swiper-wrapper {
  align-items: stretch;
}
.dicover_gallery_wrap .gallery_carousel .swiper-slide:last-child {
  margin-right: 0;
}
.dicover_gallery_wrap .gallery_carousel .swiper-slide.gallery_item {
  width: 390px;
  height: 470px;
  border: 1px solid rgba(var(--bg_white), 0.12);
  border-radius: 8px;
  overflow: hidden;
  background-color: rgb(var(--base_black));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  transform: translateY(16px);
  opacity: 0.88;
  transition:
    transform 600ms ease,
    opacity 600ms ease,
    border-color 400ms ease;
}
.dicover_gallery_wrap
  .gallery_carousel
  .swiper-slide.gallery_item:nth-child(2n) {
  width: 320px;
  height: 410px;
  margin-top: 42px;
}
.dicover_gallery_wrap
  .gallery_carousel
  .swiper-slide.gallery_item:nth-child(3n) {
  width: 430px;
}
.dicover_gallery_wrap .gallery_carousel .swiper-slide-visible {
  animation: galleryCardIn 720ms ease both;
}
.dicover_gallery_wrap .gallery_carousel .swiper-slide-active,
.dicover_gallery_wrap .gallery_carousel .swiper-slide:hover {
  transform: translateY(0);
  opacity: 1;
  border-color: rgba(var(--muted_gold), 0.42);
}
.dicover_gallery_wrap .gallery_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dicover_gallery_wrap .gallery_item a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(var(--base_black), 0.04) 0%,
    rgba(var(--base_black), 0.1) 42%,
    rgba(var(--base_black), 0.78) 100%
  );
  transition: opacity 450ms ease;
}
.dicover_gallery_wrap .gallery_item a::after {
  content: "\f4b1";
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 4;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: remixicon !important;
  font-size: 1.15rem;
  font-weight: normal;
  line-height: 1;
  color: rgb(var(--base_black));
  background-color: rgb(var(--muted_gold));
  transform: translateY(-12px) scale(0.88);
  opacity: 0;
  transition: var(--transition);
}
.dicover_gallery_wrap .gallery_item a:hover::after {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.dicover_gallery_wrap .gallery_item img {
  height: 100%;
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transform: scale(1.02);
  transition:
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 450ms ease;
}
.dicover_gallery_wrap .gallery_item a:hover img {
  transform: scale(1.1);
  opacity: 0.82;
}
.dicover_gallery_wrap .gallery_title_wrap {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  width: auto;
  display: block;
  padding: 18px 18px 16px;
  border: 1px solid rgba(var(--bg_white), 0.16);
  border-radius: 8px;
  color: rgb(var(--bg_white));
  background-color: rgba(var(--base_black), 0.36);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateY(16px);
  opacity: 0.95;
}
.dicover_gallery_wrap .gallery_title_wrap span {
  display: inline-flex;
  margin-bottom: 8px;
  color: rgb(var(--muted_gold));
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}
.dicover_gallery_wrap .gallery_title_wrap .h6 {
  color: rgb(var(--bg_white));
  font-size: 1.18rem;
  letter-spacing: 0;
}
.dicover_gallery_wrap .gallery_title_wrap::after {
  display: none;
}
.dicover_gallery_wrap .gallery_item a:hover .gallery_title_wrap,
.dicover_gallery_wrap .swiper-slide-active .gallery_title_wrap {
  opacity: 1;
  transform: translateY(0);
}
.dicover_gallery_wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  bottom: 0;
  width: min(520px, calc(100% - 30px));
  height: 4px;
  background-color: rgba(var(--bg_white), 0.14);
}
.dicover_gallery_wrap .swiper-scrollbar-drag {
  background: linear-gradient(
    90deg,
    rgb(var(--highlighted_brown)) 0%,
    rgb(var(--muted_gold)) 100%
  );
}
.dicover_gallery_wrap .gallery-slider-wrap .swiper-actions {
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 18px;
  width: auto;
  display: flex;
  gap: 10px;
  z-index: 8;
}
.dicover_gallery_wrap .gallery-slider-wrap .swiper-button-next,
.dicover_gallery_wrap .gallery-slider-wrap .swiper-button-prev {
  position: static;
  width: 48px;
  height: 48px;
  margin: 0;
  border: 1px solid rgba(var(--bg_white), 0.14);
  border-radius: 50%;
  color: rgb(var(--base_black));
  background-color: rgb(var(--muted_gold));
}
.dicover_gallery_wrap .gallery-slider-wrap .swiper-button-next:hover,
.dicover_gallery_wrap .gallery-slider-wrap .swiper-button-prev:hover {
  background-color: rgb(var(--bg_white));
}
.dicover_gallery_wrap .gallery-slider-wrap .swiper-button-next:after,
.dicover_gallery_wrap .gallery-slider-wrap .swiper-button-prev:after {
  color: rgb(var(--base_black));
  font-size: 1.25rem;
}
.dicover_gallery_wrap .gallery-slider-wrap .swiper-button-prev:after {
  font-family: remixicon !important;
  content: "\f493";
}
.dicover_gallery_wrap .gallery-slider-wrap .swiper-button-next:after {
  font-family: remixicon !important;
  content: "\f495";
}

@keyframes galleryCardIn {
  from {
    transform: translateY(28px) scale(0.97);
  }
  to {
    transform: translateY(16px) scale(1);
  }
}
@keyframes galleryHeadingIn {
  from {
    transform: translateY(18px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes galleryContentIn {
  from {
    transform: translateY(24px);
  }
  to {
    transform: translateY(0);
  }
}

/*------------------------------------------*/
/*    Testimonials Style
/*------------------------------------------*/
.testimonials_wrap {
  margin-top: 0;
}
.testimonials_wrap.fullwidth_section .media_wrap::before {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none;
}
.testimonials_wrap .title_light .small_label {
  color: rgb(var(--muted_gold));
}
.testimonials_wrap .title_light .small_label svg path {
  fill: rgb(var(--muted_gold));
}
.rating_wrap {
  color: rgb(var(--bg_white));
  display: flex;
  gap: 15px;
  align-items: center;
}
.rating_wrap .number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.rating_wrap .star_wrap i {
  color: rgb(var(--muted_gold));
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.25rem;
}
.rating_wrap .star_wrap span {
  color: rgba(var(--bg_white), 0.7);
  display: block;
}
.testimonial_slider_wrap * {
  color: rgb(var(--bg_white));
}
.testimonial_slider_wrap {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  position: relative;
}
.testimonial_item {
  padding: 45px 0 0 45px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.testimonial_item::before {
  position: absolute;
  content: "\ec51";
  font-family: "remixicon" !important;
  font-size: 4.5rem;
  top: 20px;
  left: 0;
  line-height: 1;
  z-index: -1;
  opacity: 0.2;
}
.testimonial_item .quote_text {
  flex-grow: 1;
  margin-bottom: 50px;
}
.testimonial_item .quote_text p {
  font-size: 1.75rem;
  line-height: 1.3;
}
.testimonial_item .client_info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial_item .avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.testimonial_item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial_item .details h6 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
}
.testimonial_item .verified {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(var(--bg_white), 0.7);
}
.testimonial_slider .swiper-wrapper {
  align-items: stretch;
}
.testimonial_slider .swiper-slide {
  height: auto;
  display: flex;
}
/* Arrows */
.testimonial_slider .swiper-actions {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 33;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial_slider .swiper-button-next,
.testimonial_slider .swiper-button-prev {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgb(var(--muted_gold));
  border-radius: 50%;
  display: flex;
  transition: var(--transition);
  margin: 0;
  left: unset;
  right: unset;
  transition: var(--transition);
}
.testimonial_slider .swiper-button-next::after,
.testimonial_slider .swiper-button-prev::after {
  font-size: 18px;
  color: rgb(var(--muted_gold));
  transition: var(--transition);
}
.testimonial_slider .swiper-button-disabled,
.testimonial_slider .swiper-button-next:hover,
.testimonial_slider .swiper-button-prev:hover {
  border: 1px solid rgb(var(--bg_accent));
  color: rgb(var(--bg_accent));
}
.testimonial_slider .swiper-button-disabled::after,
.testimonial_slider .swiper-button-next:hover::after,
.testimonial_slider .swiper-button-prev:hover::after {
  color: rgb(var(--bg_accent));
}
.testimonial_slider .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.4s ease;
}
.testimonial_slider .swiper-slide-active {
  opacity: 1;
}

/*------------------------------------------*/
/*    Our Blog Style
/*------------------------------------------*/
.our_blog .title_with_cta:not(:last-child) {
  margin-bottom: 50px;
}
.our_blog .title_with_cta .section_title {
  margin-bottom: 0;
}
.our_blog_outer {
  max-width: 1562px;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 0 0 0;
  position: relative;
}
.our_blog_outer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 90px);
  background-color: rgb(var(--bg_white));
  z-index: 1;
  top: 0;
}
.our_blog_outer > .container {
  position: relative;
  z-index: 2;
}
.blog_post_wrap {
  margin-bottom: -40px;
}
.our_blog_item {
  margin-bottom: 40px;
  display: flex;
  height: calc(100% - 40px);
  border: 1px solid rgba(var(--neutral_mid), 0.1);
  background-color: rgb(var(--bg_white));
}
.our_blog_item .img_wrap,
.our_blog_item .content_wrap {
  width: 50%;
  min-height: 365px;
}
.our_blog_item .img_wrap {
  background-color: rgb(var(--base_black));
  overflow: hidden;
}
.our_blog_item .img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transform-origin: center;
  transition: var(--transition);
}
.our_blog_item:hover .img_wrap img {
  transform: scale(1.05);
}
.our_blog_item .content_wrap {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  height: 100%;
}
.category_meta_wrap {
  flex-wrap: wrap;
  margin-top: auto;
  display: flex;
  gap: 7px;
}
.category_meta_wrap a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 7px;
  gap: 10px;
  background-color: rgb(var(--body_bg));
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgb(var(--neutral_mid));
}
.category_meta_wrap a:hover {
  background-color: rgb(var(--neutral_mid));
  color: rgb(var(--bg_white));
}
.our_blog_item .cta_wrap {
  margin-top: 30px;
  border-top: 1px solid rgba(var(--highlighted_brown), 0.25);
  padding-top: 25px;
}
.our_blog_item .title_wrap:not(:last-child) {
  margin-bottom: 1rem;
}
.our_blog_item .title_wrap a {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: rgb(var(--neutral_mid));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  max-height: calc(1.4em * 2);
}
.our_blog_item .title_wrap a:hover {
  color: rgb(var(--highlighted_brown));
}
.date_author_meta:not(:last-child) {
  margin-bottom: 10px;
}
.our_blog_item .date_author_meta {
  display: flex;
}
.date_author_meta a,
.date_author_meta {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgb(var(--highlighted_brown));
}
.date_author_meta a {
  text-decoration: underline;
}
.date_author_meta a:hover {
  color: rgb(var(--neutral_mid));
}
.date_author_meta span:not(:last-child)::after {
  position: relative;
  content: "|";
  left: -1px;
  margin: 0 7px;
  color: rgb(var(--neutral_mid));
}
.pagination_center {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  background-color: rgb(var(--body_bg));
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 14px;
}
.pagination_center .page-numbers {
  font-family: var(--font-clashGrotesk);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: rgb(var(--base_black));
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.pagination_center span.page-numbers {
  opacity: 0.4;
  pointer-events: none;
}
.pagination_center .page-numbers:hover,
.pagination_center .page-numbers.current {
  color: rgb(var(--highlighted_brown));
  opacity: 1;
}
.pagination_center .page-numbers.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.pagination_center .page-numbers.prev::after,
.pagination_center .page-numbers.next::after {
  color: rgb(var(--highlighted_brown));
  position: absolute;
  font-size: 24px;
  font-family: remixicon !important;
  line-height: 1;
  font-style: normal;
}
.pagination_center .page-numbers.prev::after {
  content: "\ea64";
}
.pagination_center .page-numbers.next::after {
  content: "\ea6e";
}
.pagination_center a + a {
  margin: 0;
}
.our_blog_post .our_blog_outer {
  padding: 0;
}
.our_blog_post .blog-sorting:not(:last-child) {
  margin-bottom: 70px;
}
.our_blog_post .blog-sorting {
  padding: 0px 45px;
  gap: 20px;
  background-color: rgb(var(--body_bg));
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
}
.our_blog_post .blog-sorting a {
  padding: 14px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 28px;
  color: rgb(var(--base_black));
}
.our_blog_post .blog-sorting a:hover {
  color: rgb(var(--highlighted_brown));
}
.our_blog_post .blog-sorting a + a {
  margin: 0;
}
.wp-block-heading:not(:last-child) {
  margin-bottom: 20px;
}
.wp-block-heading {
  font-family: var(--font-clashGrotesk);
  font-weight: 500;
  color: rgb(var(--base_black));
}
.blog_single_inner p + .wp-block-heading {
  margin-top: 50px;
}
.blog_single_inner p + ul {
  margin-top: -10px;
}
.blog_single_inner ul:not(:last-child) {
  margin-bottom: 30px;
}
.blog_thumbnail,
.blog_single_inner p + .wp-block-image {
  margin-top: 50px;
}
.blog_thumbnail,
.blog_single_inner .wp-block-image {
  margin-bottom: 50px;
}
.blog_single_inner .wp-block-image {
  max-height: 450px;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.blog_thumbnail img,
.blog_single_inner .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_thumbnail {
  aspect-ratio: 16 / 9;
  max-height: 650px;
  width: 100%;
}
.blog_single_inner .title {
  font-family: var(--font-fraunces);
  font-style: normal;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: normal;
  color: rgb(var(--base_black));
  margin-bottom: 25px;
}
.blog_single_inner .category_meta_wrap {
  margin-bottom: 50px;
}
.blog_single_inner .back-to-blog {
  margin-bottom: 30px;
}
.blog_single_inner .back-to-blog a {
  display: flex;
  gap: 10px;
  font-weight: 600;
  align-items: center;
  max-width: fit-content;
  color: rgb(var(--base_black));
}
.blog_single_inner .back-to-blog a:hover {
  color: rgb(var(--highlighted_brown));
}
.blog_single_inner .back-to-blog a i {
  font-size: 22px;
  line-height: 1;
  color: rgb(var(--highlighted_brown));
}
.blog_single_inner blockquote {
  margin: 40px 0;
  background-color: rgb(var(--highlighted_brown));
  padding: 40px 20px 40px 86px;
  position: relative;
}
.blog_single_inner blockquote::before {
  content: "\ec51";
  font-family: remixicon !important;
  font-weight: normal;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 4.375rem;
  color: rgb(var(--muted_gold));
  left: 30px;
  top: 40px;
}
.blog_single_inner blockquote p {
  color: rgb(var(--bg_white));
  font-family: var(--font-clashGrotesk);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 30px;
}
.blog_single_inner blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  color: rgb(var(--bg_white));
  font-family: var(--font-clashGrotesk);
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog_single_inner blockquote cite::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: rgba(var(--bg_white), 0.5);
  position: relative;
  top: 1px;
}
.posted_in:not(:last-child) {
  margin-bottom: 50px;
}
.posted_in {
  margin-top: 50px;
  padding: 15px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(var(--base_black), 0.1);
}
.posted_in strong {
  font-weight: 600;
  color: rgb(var(--base_black));
  margin-right: 7px;
}
.posted_in a + a {
  margin-left: 7px;
}
.posted_in a {
  font-family: var(--font-clashGrotesk);
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  color: rgb(var(--muted_gold));
}
.posted_in a:hover {
  color: rgb(var(--base_black));
}
.post-navigation:not(:last-child) {
  margin-bottom: 80px;
}
.post-navigation {
  background-color: #ede0d4;
  padding: 30px;
  position: relative;
  gap: 40px;
}
.post-navigation::before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 60px);
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  background-color: rgba(var(--neutral_mid), 0.2);
}
.post-navigation .nav_link {
  width: 50%;
}
.post-navigation .nav_link a {
  font-family: var(--font-clashGrotesk);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgb(var(--highlighted_brown));
  max-width: fit-content;
}
.post-navigation .nav_link a:hover {
  color: rgb(var(--neutral_mid));
}
.post-navigation .nav_link a .label {
  transition: var(--transition);
  font-family: var(--font-clashGrotesk);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgb(var(--neutral_mid));
  display: flex;
  margin-bottom: 7px;
  gap: 7px;
}
.post-navigation .prev_link a .label::before,
.post-navigation .next_link a .label::after {
  font-weight: normal;
  font-size: 22px;
  font-family: remixicon !important;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1px;
  position: relative;
}
.post-navigation .prev_link a .label::before {
  content: "\ea64";
}
.post-navigation .next_link a .label::after {
  content: "\ea6e";
}
.post-navigation .next_link {
  text-align: right;
}
.post-navigation .next_link a .label {
  justify-content: flex-end;
}
.comment-respond,
.blog_single_inner {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.comments-title:not(:last-child) {
  margin-bottom: 40px;
}
.comment-reply-title:not(:last-child) {
  margin-bottom: 20px;
}
.comments-title,
.comment-reply-title {
  font-family: var(--font-clashGrotesk);
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 44px;
  color: rgb(var(--base_black));
}
.comment-list .comment_box:not(:last-child),
.comment-list .comment:not(:last-child) {
  margin-bottom: 40px;
}
.comment-list .comment .comment_reply {
  margin-left: 60px;
}
.comment_box .comment_top:not(:last-child) {
  margin-bottom: 28px;
}
.comment_box .comment_top {
  gap: 25px;
  align-items: center;
}
.comment_box .comment_top .comment_avatar {
  width: 70px;
  height: 70px;
  overflow: hidden;
  background-color: rgb(var(--base_black));
}
.comment_box .comment_top .comment_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-list .comment .comment_name_reply {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment_name_reply .name_date {
  flex-grow: 1;
}
.comment_name_reply .name_date .name {
  font-family: var(--font-clashGrotesk);
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  color: rgb(var(--base_black));
}
.comment_name_reply .name_date .date {
  font-family: var(--font-clashGrotesk);
  color: rgb(var(--base_black));
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.4;
  margin-top: 4px;
}
.comment_name_reply .reply_cta a {
  font-family: var(--font-clashGrotesk);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: rgb(var(--highlighted_brown));
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 5px;
}
.comment_name_reply .reply_cta a:hover {
  color: rgb(var(--base_black));
}
.comment_name_reply .reply_cta a::after {
  font-family: remixicon !important;
  content: "\f313";
  font-weight: normal;
  font-size: 24px;
}
.comment-respond {
  background-color: rgb(var(--bg_white));
  padding: 30px;
}
.comment-form [class*="col-"]:not(:last-child) {
  margin-bottom: 25px;
}
.comment-form .form-control,
.comment-form .form-select {
  background-color: rgb(var(--bg_accent));
  border: none !important;
}
.comment-form .form-check-input:focus,
.comment-form .form-check-input {
  outline: none;
  box-shadow: none;
}
.comment-form .form-check-input {
  border-radius: 0;
  border-color: rgb(var(--bg_accent));
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
}
.comment-form .form-check-input:checked {
  background-color: rgb(var(--highlighted_brown));
}
.comment-form .form-check {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
.comment-form .form-check label {
  padding-top: 3px;
  font-family: var(--font-clashGrotesk);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgb(var(--neutral_mid));
  cursor: pointer;
}

/*------------------------------------------*/
/*    About Our Company
/*------------------------------------------*/
.two_col_about_section:not(:last-child) {
  margin-bottom: 100px;
}
.two_col_about_section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.two_col_about_section .small_description_right p {
  font-size: 1.125rem;
}
.two_col_about_section .small_description_right {
  max-width: 600px;
}
.two_col_tabbing_wrap {
  gap: 60px;
}
.years_experience_rating {
  margin-top: 30px;
  background-color: rgba(var(--highlighted_brown), 0.2);
  overflow: hidden;
  gap: 25px;
}
.years_experience_rating .years_wrap {
  width: 50%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  font-weight: 600;
}
.years_experience_rating .years_wrap span {
  font-size: 3rem;
  line-height: 0.8;
  font-weight: 700;
  color: rgb(var(--highlighted_brown));
}
.years_experience_rating .rating_content {
  padding: 10px 20px;
  gap: 20px;
  width: 50%;
  background-color: rgba(var(--neutral_mid), 0.9);
  color: rgb(var(--bg_white));
  display: flex;
  align-items: center;
}
.number_wrap {
  line-height: 1;
  display: flex;
  flex-direction: column;
}
.years_experience_rating .rating_content .number_wrap {
  flex-grow: 1;
  justify-content: flex-end;
  text-align: right;
}
.years_experience_rating .rating_content .number_wrap > div {
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.8;
}
.rating_content .img_wrap {
  flex-shrink: 0;
}
.rating_content .img_wrap img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.rating_content .img_wrap img:not(:first-child) {
  margin-left: -15px;
  z-index: 1;
}
.two_col_tabbing_wrap .overlapping_img::before {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  height: calc(100% - 50px);
  background-color: rgba(var(--muted_gold), 0.95);
  bottom: 0;
  right: 30px;
  width: calc(100% - 90px);
  height: 100%;
  z-index: 1;
}
.two_col_tabbing_wrap .overlapping_img {
  height: 100%;
  align-items: center;
  position: relative;
  display: flex;
  padding: 50px 0;
  justify-content: flex-end;
}
.two_col_tabbing_wrap .overlapping_img .img_wrap {
  width: 50%;
  height: 380px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  background-color: rgb(var(--neutral_mid));
}
.two_col_tabbing_wrap .overlapping_img .img_wrap img {
  height: 120%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: -10%;
}
.two_col_tabbing_wrap .overlapping_img .img_wrap:not(:first-child) {
  margin-top: 50px;
  margin-left: -30px;
}

.tabbing_col .tab-content {
  margin-top: 32px;
}

/*------------------------------------------*/
/*    Our Video/Statistics
/*------------------------------------------*/
.video_statistics_wrap {
  background-color: rgb(var(--neutral_mid));
}
.video_statistics_wrap .media_wrap::before {
  background: rgba(var(--base_black), 0.7);
}
.video_statistics_wrap * {
  color: rgb(var(--bg_white));
}
.top_video_play_wrap {
  padding: 120px 0 220px;
  text-align: center;
}
.top_video_play_wrap .video-cta {
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
}
.top_video_play_wrap .video-cta a {
  width: 100%;
  height: 100%;
  background: rgba(240, 237, 233, 0.3);
  -webkit-backdrop-filter: blur(8.5px);
  backdrop-filter: blur(8.5px);
  display: block;
  border-radius: 50%;
}
.top_video_play_wrap .video-cta a:hover {
  background: rgba(240, 237, 233, 0.7);
}
.top_video_play_wrap .rotating-text {
  width: 100%;
  height: 100%;
  -webkit-animation: rotateText 12s linear infinite;
  animation: rotateText 12s linear infinite;
  position: relative;
  z-index: 3;
}
.top_video_play_wrap .rotating-text text {
  font-size: 1rem;
  letter-spacing: 2px;
  fill: rgb(var(--bg_white)); /* change color */
  text-transform: uppercase;
  font-family: var(--font-clashGrotesk);
}
.top_video_play_wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
  font-weight: normal;
}
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.video_statistic_numbers .stats_content {
  display: flex;
}
.video_statistic_numbers .stats_content .stats_item:not(:last-child) {
  margin: 0;
  border-right: 1px solid rgba(var(--bg_white), 0.4);
  border-bottom: 0;
  padding: 0;
}
.video_statistic_numbers .stats_content .stats_item {
  align-items: center;
  flex-direction: column;
  width: 25%;
  text-align: center;
}
.video_statistic_numbers .stats_content .count_number {
  justify-content: center;
}
.video_statistic_numbers .stats_content .stats_item br {
  display: none;
}

/*------------------------------------------*/
/*    Gallery Page
/*------------------------------------------*/
.gallery_wrap {
  position: relative;
}
.gallery_wrap .row {
  margin-bottom: -30px;
}
.gallery_wrap .gallery_item {
  margin-bottom: 30px;
}
.gallery_wrap .gallery_item img {
  aspect-ratio: 1 / 1;
}

/*------------------------------------------*/
/*    Floor Plan Cards
/*------------------------------------------*/
.floor_plan_cards {
  position: relative;
  background-color: #ede0d4;
}
.floor_plan_sorting:not(:last-child) {
  margin-bottom: 70px;
}
.floor_plan_sorting {
  display: flex;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(var(--bg_white));
  padding: 0 45px;
}
.floor_plan_sorting .nav-item:not(:last-child) {
  margin-right: 1rem;
}
.floor_plan_sorting .nav-item {
  position: relative;
  z-index: 3;
}
.floor_plan_sorting .nav-link {
  border-radius: 0;
  font-weight: 600;
  color: rgb(var(--base_black));
  font-size: 1rem;
  padding: 16px 0px;
}
.floor_plan_sorting .nav-link.active {
  background-color: transparent;
  color: rgb(var(--muted_gold));
}
.floor_plan_sorting .tab-indicator {
  height: 3px;
}
.plans_cards_row.animating {
  filter: blur(4px);
  transition: 0.3s;
}
.plans_cards_row .col {
  will-change: transform, opacity;
}
.plans_cards_row {
  position: relative;
  min-height: 400px;
  transition: opacity 0.3s ease;
  margin-bottom: -30px;
}
.plans_cards_item {
  margin-bottom: 30px;
  text-align: center;
  background-color: rgb(var(--bg_white));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 42px;
  height: calc(100% - 30px);
}
.plans_cards_item .img_wrap:not(:last-child) {
  margin-bottom: 30px;
}
.plans_cards_item .img_wrap {
  border: 1px solid rgba(var(--neutral_mid), 0.1);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex-shrink: 0;
}
.plans_cards_item .img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.plans_cards_item .plans_details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.plans_cards_item .plans_details .title:not(:last-child),
.plans_cards_item .plans_details .price_wrap:not(:last-child) {
  margin-bottom: 20px;
}
.plans_cards_item .plans_details .title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: rgb(var(--highlighted_brown));
}
.plans_cards_item .plans_details .title:after {
  position: relative;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: rgba(var(--neutral_mid), 0.3);
}
.plans_cards_item .plans_details .price_wrap {
  color: rgb(var(--base_black));
  font-weight: 600;
}
.plans_cards_item .plans_details .details_text {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.plans_cards_item .plans_details .details_text span {
  display: flex;
  align-items: center;
  row-gap: 20px;
}
.plans_cards_item .plans_details .details_text span:not(:last-child) {
  margin-right: 7px;
}
.plans_cards_item .plans_details .details_text span:not(:last-child)::after {
  position: relative;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: rgba(var(--neutral_mid), 0.2);
  border-radius: 50%;
  margin-left: 7px;
}
.plans_cards_item .plans_details .cta_wrap {
  margin-top: auto;
  padding-top: 30px;
}
.floor_plan_cards {
  position: relative;
}
.plans_loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--highlighted_brown), 0.7);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 10;
  width: 100%;
  height: 100%;
  z-index: 1080;
}
.plans_loader.active {
  opacity: 1;
  visibility: visible;
}
.plans_loader .spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(var(--bg_accent), 0.4);
  border-top-color: rgb(var(--bg_white));
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*------------------------------------------*/
/*    Contact Section
/*------------------------------------------*/
.two_col_contact_wap {
  margin-top: 120px;
  background-color: rgb(var(--bg_white));
  padding: 100px 0;
  max-width: 1562px;
  margin-left: auto;
  margin-right: auto;
}
.two_col_contact_section {
  position: relative;
  z-index: 3;
}
.two_col_contact {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.two_col_contact .col_content_left {
  max-width: 500px;
  flex-shrink: 0;
}
.two_col_contact .col_content_left .section_title {
  color: rgb(var(--neutral_mid));
}
.two_col_contact .col_content_left .section_title .small_label {
  font-family: var(--font-clashGrotesk);
  font-style: unset;
  color: rgb(var(--highlighted_brown));
  margin-bottom: 15px;
}
.two_col_contact .col_content_left .section_title p {
  margin-top: 30px;
  color: rgba(var(--neutral_mid), 0.8);
}
.contact_details_wrap .contact_details_item:not(:last-child) {
  margin-bottom: 30px;
}
.contact_details_wrap .contact_details_item .labels_wrap {
  color: rgb(var(--muted_gold));
  text-transform: uppercase;
  margin-bottom: 9px;
  font-weight: 600;
}
.contact_details_wrap .contact_details_item a {
  text-decoration: underline;
  font-weight: 500;
}
.contact_details_wrap .contact_details_item a:hover {
  color: rgb(var(--muted_gold));
}
.contact_details_wrap .contact_details_item dl {
  display: flex;
  flex-wrap: wrap;
}
.contact_details_wrap .contact_details_item dt {
  width: 100px;
  flex-shrink: 0;
  text-transform: capitalize;
  color: rgba(var(--neutral_mid), 0.5);
  font-weight: 500;
}
.contact_details_wrap .contact_details_item dd {
  font-weight: 500;
  flex-grow: 1;
  width: calc(100% - 100px);
  padding-left: 10px;
  margin: 0;
  color: rgb(var(--neutral_mid));
}
.two_col_contact .col_content_right {
  flex-grow: 1;
  max-width: 660px;
}
.iframe_wrap {
  padding: 0 0 120px;
  margin-top: -120px;
}
.iframe_wrap iframe {
  margin: 0;
  display: flex;
  width: 100%;
  height: 715px;
  border: 4px solid rgb(var(--bg_white));
}
.contact_main_form .form-control,
.contact_main_form .form-select {
  background-color: rgb(var(--bg_accent));
  border: none !important;
}
.contact_main_form .row [class*="col-"]:not(:last-child) {
  margin-bottom: 25px;
}
.contact_main_form .row div[class*="col-"] > label.error {
  display: block;
  width: 100%;
  margin-top: 7px;
  font-size: 0.875rem;
  color: var(--bs-danger);
  font-weight: 500;
  margin-bottom: 0;
}
.contact_main_form textarea.form-control {
  min-height: unset;
  height: unset;
}

.contact_main_form .form-control.error,
.contact_main_form .form-select.error {
  background-color: rgba(var(--bs-danger-rgb), 0.1);
}
.contact_main_form .row div[class*="col-"] > label {
  color: rgba(var(--base_black), 0.8);
  font-size: 0.875rem;
  margin-bottom: 7px;
}

/*------------------------------------------*/
/*    Our Team
/*------------------------------------------*/
.team_wrap:not(:last-child) {
  margin-bottom: 90px;
}
.team_wrap_row .team_item:not(:last-child) {
  margin-bottom: 30px;
}
.team_wrap_row .team_item {
  display: flex;
  gap: 20px;
  border: 1px solid rgba(var(--muted_gold), 0.3);
  background-color: rgba(var(--muted_gold), 0.1);
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.team_item .team_thumb {
  width: 270px;
  min-height: 270px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.team_item .team_thumb img {
  transition: var(--transition);
  transform: scale(1.01);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.team_wrap_row .team_item:hover .team_thumb img {
  transform: scale(1.07);
}
.team_item .team_details {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  padding: 20px;
  flex-direction: column;
}
.team_item .team_details .name {
  color: rgb(var(--highlighted_brown));
  margin-bottom: 7px;
}
.team_item .team_details .position {
  line-height: normal;
  color: rgba(var(--base_black), 0.5);
}
.team_item .team_details .social_links {
  margin-top: 25px;
}
.team_item .team_details .social_links a {
  color: rgba(var(--neutral_mid), 0.6);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--neutral_mid), 0.6);
}
.team_item .team_details .social_links a:hover {
  color: rgb(var(--bg_white));
  border: 1px solid rgb(var(--highlighted_brown));
  background-color: rgb(var(--highlighted_brown));
}

/*------------------------------------------*/
/*    Glightbox Plugin
/*------------------------------------------*/
.glightbox-container {
  padding: 15px;
}
.glightbox-clean .gclose {
  top: 0;
  right: 0;
}
.glightbox-mobile .goverlay,
.goverlay {
  background-color: rgba(var(--neutral_mid), 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.glightbox-mobile .glightbox-container .gslide-description {
  padding: 0;
  background-color: rgb(var(--highlighted_brown));
}
.glightbox-clean .gslide-media {
  box-shadow: none;
  height: calc(100vh - 120px);
}
.glightbox-clean .gclose svg {
  width: 14px;
}
.glightbox-open .glightbox-clean .gbtn {
  transition: var(--transition);
}
.glightbox-clean .gprev {
  left: 0;
}
.glightbox-clean .gnext {
  right: 0;
}
.glightbox-clean .gslide-title:last-child {
  margin-bottom: 0;
}
.glightbox-clean .gslide-title {
  font-family: var(--font-fraunces);
}
.glightbox-clean .gdesc-inner {
  text-align: center;
}

/*------------------------------------------*/
/*    Error Page
/*------------------------------------------*/
.error_wrap {
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.error_wrap h1 {
  font-size: 18.25rem;
  color: rgba(var(--highlighted_brown), 0.3);
  font-family: var(--font-clashGrotesk);
  position: relative;
  z-index: 1;
  margin-bottom: -60px;
}
.error_wrap .h5 {
  color: rgba(var(--highlighted_brown), 1);
  font-family: var(--font-clashGrotesk);
}
.error_wrap .details_wrap {
  background-color: rgb(var(--bg_white));
  padding: 100px 25px;
  position: relative;
  z-index: 3;
}
.error_wrap .details_wrap strong {
  font-weight: 600;
}

/*------------------------------------------*/
/*    Balanced Section Spacing
/*------------------------------------------*/
.main-content > section.section_spacing,
.project_overview.about_company_section {
  padding-top: clamp(56px, 5.5vw, 78px);
  padding-bottom: clamp(56px, 5.5vw, 78px);
}
.main-content > section.section_spacing + section.section_spacing {
  margin-top: 0;
}
.key_highlights_wrap.fullwidth_section.section_spacing,
.signature_living_wrap.section_spacing,
.property_faq_wrap.section_spacing,
.company_story_wrap.section_spacing,
.dicover_gallery_wrap.section_spacing {
  padding-top: clamp(56px, 5.5vw, 78px);
  padding-bottom: clamp(56px, 5.5vw, 78px);
}
.main-content > section .section_title:not(:last-child) {
  margin-bottom: 34px;
}
.signature_living_wrap .section_title:not(:last-child),
.property_faq_intro .section_title:not(:last-child),
.dicover_gallery_wrap .title_tabs_wrap:not(:last-child) {
  margin-bottom: 26px;
}
.signature_living_wrap .living_tabbing_wrap .tab-content {
  margin-top: 20px;
}
.property_faq_intro p {
  margin-top: 18px;
}
.property_faq_visual {
  margin-top: 22px;
}
.property_faq_help {
  margin-top: 24px;
}
.company_story_wrap::before {
  height: 42%;
}

/*------------------------------------------*/
/*    About and Contact Pages
/*------------------------------------------*/
.about_intro_section {
  overflow: hidden;
  background-color: rgb(var(--bg_white));
}
.about_intro_layout,
.about_specialize_layout,
.about_contact_box {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
}
.about_intro_copy .section_title {
  margin-bottom: 28px;
}
.about_intro_copy p,
.about_content_block p,
.about_mission_card p,
.about_specialize_layout .section_title p,
.about_contact_box p {
  font-size: 1.075rem;
  line-height: 1.72;
  color: rgba(var(--neutral_mid), 0.78);
}
.about_specialize_layout .section_title p {
  margin-top: 24px;
  max-width: 660px;
}
.about_intro_facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}
.about_intro_fact {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 132px;
  padding: 18px;
  background-color: rgb(var(--bg_accent));
  border: 1px solid rgba(var(--base_black), 0.08);
}
.about_intro_fact i,
.about_service_item i,
.about_contact_list i,
.about_mission_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--muted_gold));
  color: rgb(var(--base_black));
}
.about_intro_fact i {
  width: 44px;
  height: 44px;
  font-size: 1.28rem;
}
.about_intro_fact span,
.about_content_kicker {
  display: block;
  color: rgb(var(--muted_gold));
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.about_intro_fact strong {
  display: block;
  margin-top: 7px;
  color: rgb(var(--neutral_mid));
  font-size: 1.08rem;
  line-height: 1.25;
}
.about_intro_media {
  position: relative;
  min-height: 560px;
  padding: 0 0 54px 54px;
}
.about_intro_media::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 54px);
  height: calc(100% - 54px);
  background-color: rgba(var(--muted_gold), 0.28);
  z-index: 1;
}
.about_intro_image {
  position: relative;
  z-index: 2;
  height: 520px;
  overflow: hidden;
  background-color: rgb(var(--bg_accent));
}
.about_intro_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_intro_badge {
  position: absolute;
  left: 0;
  bottom: 28px;
  z-index: 3;
  width: 210px;
  padding: 20px;
  background-color: rgb(var(--neutral_mid));
  color: rgb(var(--bg_white));
}
.about_intro_badge strong {
  display: block;
  color: rgb(var(--muted_gold));
  font-family: var(--font-fraunces);
  font-size: 2.8rem;
  line-height: 1;
}
.about_intro_badge span {
  display: block;
  margin-top: 8px;
  line-height: 1.25;
}
.about_story_section {
  overflow: hidden;
  background-color: rgb(var(--bg_accent));
}
.about_story_row {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.about_story_row:not(:last-child) {
  margin-bottom: clamp(42px, 6vw, 82px);
}
.about_story_row_reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}
.about_story_row_reverse .about_story_media {
  order: 2;
}
.about_story_row_reverse .about_content_block {
  order: 1;
}
.about_story_media {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background-color: rgb(var(--bg_white));
}
.about_story_media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  transition: var(--transition);
}
.about_story_row:hover .about_story_media img {
  transform: scale(1.04);
}
.about_content_block {
  position: relative;
  padding: clamp(28px, 4vw, 46px);
  background-color: rgb(var(--bg_white));
  border: 1px solid rgba(var(--base_black), 0.08);
  box-shadow: 0 18px 55px rgba(var(--base_black), 0.06);
}
.about_content_block_dark {
  background-color: rgb(var(--neutral_mid));
  border-color: rgba(var(--bg_white), 0.08);
  box-shadow: none;
}
.about_content_block h3 {
  margin: 12px 0 24px;
  color: rgb(var(--highlighted_brown));
}
.about_content_block_dark h3,
.about_content_block_dark p {
  color: rgb(var(--bg_white));
}
.about_content_block_dark p {
  color: rgba(var(--bg_white), 0.78);
}
.about_mission_vision_section {
  overflow: hidden;
  background-color: rgb(var(--bg_white));
}
.about_mission_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.about_mission_card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  min-height: 100%;
  padding: clamp(26px, 4vw, 42px);
  background-color: rgb(var(--bg_accent));
  border: 1px solid rgba(var(--base_black), 0.08);
}
.about_mission_card_gold {
  background-color: rgba(var(--muted_gold), 0.16);
}
.about_mission_icon {
  width: 58px;
  height: 58px;
  font-size: 1.65rem;
}
.about_mission_card h3 {
  margin: 12px 0 16px;
  color: rgb(var(--highlighted_brown));
}
.about_mission_card .arrow_listing {
  margin-top: 24px;
}
.about_specialize_section {
  overflow: hidden;
  background-color: rgb(var(--bg_white));
}
.about_service_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.about_service_item {
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  background-color: rgb(var(--bg_accent));
  border: 1px solid rgba(var(--base_black), 0.08);
}
.about_service_item i {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  font-size: 1.32rem;
}
.about_service_item strong {
  color: rgb(var(--neutral_mid));
  font-size: 1.02rem;
  line-height: 1.35;
}
.about_contact_strip {
  padding-top: 0;
  background-color: rgb(var(--bg_white));
}
.about_contact_box {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  padding: clamp(30px, 5vw, 58px);
  align-items: center;
  background-color: rgb(var(--neutral_mid));
  color: rgb(var(--bg_white));
}
.about_contact_box h2 {
  margin: 12px 0 16px;
  color: rgb(var(--bg_white));
}
.about_contact_box p {
  max-width: 720px;
  color: rgba(var(--bg_white), 0.78);
}
.about_contact_list {
  margin: 0;
  padding: 0;
}
.about_contact_list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: rgba(var(--bg_white), 0.86);
}
.about_contact_list li:not(:last-child) {
  margin-bottom: 16px;
}
.about_contact_list i {
  width: 42px;
  height: 42px;
  font-size: 1.15rem;
}
.about_contact_list a,
.about_contact_list span {
  color: rgba(var(--bg_white), 0.9);
  overflow-wrap: anywhere;
}
.about_contact_list a:hover {
  color: rgb(var(--muted_gold));
}
.contact_page_section {
  background-color: rgb(var(--bg_accent));
}
.contact_page_head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 64px);
}
.contact_page_head p {
  margin: 0;
  color: rgba(var(--neutral_mid), 0.78);
  font-size: 1.075rem;
  line-height: 1.7;
}
.contact_page_layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 4.5vw, 68px);
  align-items: stretch;
}
.contact_page_info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact_info_card,
.contact_support_note {
  min-height: 150px;
  padding: 22px;
  background-color: rgb(var(--bg_white));
  border: 1px solid rgba(var(--base_black), 0.08);
  box-shadow: 0 16px 45px rgba(var(--base_black), 0.05);
}
.contact_info_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: rgb(var(--neutral_mid));
}
.contact_info_card_wide,
.contact_support_note {
  grid-column: 1 / -1;
}
.contact_info_card i,
.contact_support_note i {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background-color: rgb(var(--muted_gold));
  color: rgb(var(--base_black));
  font-size: 1.35rem;
}
.contact_info_card span {
  color: rgb(var(--muted_gold));
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.contact_info_card strong {
  display: block;
  margin-top: 10px;
  color: rgb(var(--neutral_mid));
  font-size: 13px !important;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.contact_info_card:hover {
  border-color: rgba(var(--muted_gold), 0.65);
  transform: translateY(-3px);
}
.contact_support_note {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: auto;
  background-color: rgb(var(--neutral_mid));
  color: rgb(var(--bg_white));
}
.contact_support_note i {
  margin-bottom: 0;
}
.contact_support_note strong {
  display: block;
  color: rgb(var(--bg_white));
  font-size: 1.12rem;
  line-height: 1.25;
}
.contact_support_note p {
  margin-top: 8px;
  color: rgba(var(--bg_white), 0.78);
  line-height: 1.55;
}
.contact_page_form {
  height: 100%;
  padding: clamp(24px, 3vw, 38px);
  background-color: rgb(var(--bg_white));
  border: 1px solid rgba(var(--base_black), 0.08);
  box-shadow: 0 20px 60px rgba(var(--base_black), 0.07);
}
.contact_form_title {
  margin-bottom: 26px;
}
.contact_form_title span {
  display: block;
  color: rgb(var(--muted_gold));
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}
.contact_form_title h3 {
  margin-top: 10px;
  color: rgb(var(--highlighted_brown));
}
.contact_page_form .form-control,
.contact_page_form .form-select {
  min-height: 54px;
}
.contact_page_form textarea.form-control {
  min-height: 160px;
}
.contact_page_form .btn-theme {
  margin-top: 4px;
}
.contact_map_section {
  padding-top: 0;
  background-color: rgb(var(--bg_accent));
}
.contact_map_panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.46fr) minmax(0, 1fr);
  min-height: 560px;
  background-color: rgb(var(--neutral_mid));
  box-shadow: 0 24px 70px rgba(var(--base_black), 0.12);
}
.contact_map_content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
  color: rgb(var(--bg_white));
}
.contact_map_content h2 {
  margin: 12px 0 18px;
  color: rgb(var(--bg_white));
}
.contact_map_content p {
  color: rgba(var(--bg_white), 0.78);
  line-height: 1.65;
}
.contact_map_content ul {
  margin: 26px 0;
  padding: 0;
}
.contact_map_content li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: rgba(var(--bg_white), 0.86);
}
.contact_map_content li:not(:last-child) {
  margin-bottom: 14px;
}
.contact_map_content li i {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--bg_white), 0.1);
  color: rgb(var(--muted_gold));
}
.contact_map_content a:not(.btn-theme) {
  color: rgba(var(--bg_white), 0.86);
}
.contact_map_frame {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 12px solid rgb(var(--neutral_mid));
  border-left: 0;
}
.contact_map_frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 536px;
  border: none;
}

/* Unified product pages */
.property-page {
  --primary: #b28228;
  --dark: #1f1f1f;
  --white: #fff;
  --soft: #fff8ec;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.property-page .hero-wrap {
  padding: 40px 15px 70px;
  background: linear-gradient(135deg, #fff8ec 0%, #f2e4cd 100%);
}
.property-page .hero-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  gap: 35px;
}
.property-page .hero-text {
  background: #fff;
  padding: 45px;
  border-radius: 0 60px 0 60px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  border-left: 7px solid var(--primary);
}
.property-page .hero-text h5,
.property-page .hero-text h6,
.property-page .section-heading h5,
.property-page .section-heading h6,
.property-page .split-box h5,
.property-page .split-box h6,
.property-page .icon-card h5,
.property-page .icon-card h6,
.property-page .full-content h5,
.property-page .full-content h6,
.property-page .cta-box h5,
.property-page .cta-box h6,
.property-page .related-card h6 {

  color: var(--primary);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 14px;
}
.property-page .hero-text h5 {
  font-size: 25px;
}
.property-page .hero-text h6 {
  font-size: 20px;
}
.property-page p,
.property-page li {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}
.property-page .hero-img {
  position: relative;
}
.property-page .hero-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 60px 0 60px 0;
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}
.property-page .hero-badge {
  position: absolute;
  left: -25px;
  bottom: 35px;
  background: var(--primary);
  color: #fff;
  padding: 18px 25px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.property-page .hero-badge strong {
  font-size: 26px;
  display: block;
}
.property-page .main-container {
  max-width: 1200px;
  margin: auto;
  padding: 70px 15px;
}
.property-page .section-heading {
  max-width: 850px;
 text-transform: capitalize;
}
.property-page .section-heading h5 {
  font-size: 34px;
}
.property-page .section-heading h6 {
  font-size: 22px;
}
.property-page .split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}
.property-page .split-box {
  background: #fff;
  padding: 35px;
  border-radius: 28px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.property-page .split-box:nth-child(2) {
  background: var(--primary);
}
.property-page .split-box:nth-child(2) h5,
.property-page .split-box:nth-child(2) h6,
.property-page .split-box:nth-child(2) p {
  color: #fff;
}
.property-page .split-box h6 {
  font-size: 24px;
}
.property-page .image-content {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 35px;
  align-items: center;
  margin-bottom: 55px;
}
.property-page .image-content img {
  width: 100%;

  border-radius: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.property-page .full-content {
  background: #fff;
  padding: 38px;
  border-radius: 28px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.property-page .full-content h5 {
  font-size: 30px;
}
.property-page .icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 55px;
}
.property-page .icon-card {
  background: #fff;
  padding: 32px 25px;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
.property-page .icon-card::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: rgba(178, 130, 40, 0.12);
  border-radius: 50%;
  top: -30px;
  right: -30px;
}
.property-page .icon-card span {
  width: 55px;
  height: 55px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
}
.property-page .icon-card h6 {
  font-size: 21px;
}
.property-page .list-box {
  background: #fff;
  padding: 38px;
  border-radius: 28px;
  margin-bottom: 45px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.property-page .list-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 25px;
  padding-left: 0;
  list-style: none;
}
.property-page .list-box li {
  background: #fff8ec;
  padding: 12px 16px;
  border-left: 4px solid var(--primary);
  border-radius: 10px;
}
.property-page .cta-box {
  background: linear-gradient(135deg, #b28228, #8d6419);
  padding: 50px;
  border-radius: 35px;
  text-align: center;
  color: #fff;
  margin-bottom: 55px;
}
.property-page .cta-box h5 {
  color: #fff;
  font-size: 32px;
}
.property-page .cta-box p {
  color: #fff;
}
.property-page .contact-card {
  margin-top: 25px;
  background: #fff;
  padding: 25px;
  border-radius: 22px;
  display: inline-block;
  min-width: 320px;
}
.property-page .contact-card p,
.property-page .contact-card a {
  color: #333;
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
}
.property-page .contact-card a:hover {
  color: var(--primary);
}
.property-page .related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.property-page .related-card {
  display: block;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.property-page .related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.15);
}
.property-page .related-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.property-page .related-card h6 {
  padding: 20px;
  margin: 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  .property-page .hero-container,
  .property-page .image-content,
  .property-page .split-layout {
    grid-template-columns: 1fr;
  }
  .property-page .hero-text h5 {
    font-size: 32px;
  }
  .property-page .hero-img img {
    height: 420px;
  }
  .property-page .hero-badge {
    left: 20px;
  }
  .property-page .icon-grid,
  .property-page .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .property-page .hero-wrap {
    padding: 25px 12px 45px;
  }
  .property-page .hero-text {
    padding: 28px;
    border-radius: 0 35px 0 35px;
  }
  .property-page .hero-text h5,
  .property-page .section-heading h5,
  .property-page .full-content h5,
  .property-page .cta-box h5 {
    font-size: 25px;
  }
  .property-page .hero-text h6,
  .property-page .section-heading h6,
  .property-page .split-box h6,
  .property-page .icon-card h6 {
    font-size: 18px;
  }
  .property-page .hero-img img {
    height: 320px;
    border-radius: 35px 0 35px 0;
  }
  .property-page .icon-grid,
  .property-page .list-box ul,
  .property-page .related-grid {
    grid-template-columns: 1fr;
  }
  .property-page .split-box,
  .property-page .full-content,
  .property-page .list-box,
  .property-page .cta-box {
    padding: 24px;
  }
  .property-page .image-content img {
    height: 280px;
  }
  .property-page .contact-card {
    min-width: 100%;
  }
}
