/*
Theme Name: Nostra
Theme URI: https://example.com
Description: Clean Classic WordPress Theme
Version: 1.0
License: GPL v2 or later
Text Domain: nostra
*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

button {
    font-family: var(--work-font);
}

:root {
    --heading-text: #292c32;
    --sub-heading-text: #4a4c54;
    --light-text: #8b8d98;
    --body-text: #80838d;
    --simula-font: "Simula";
    --work-font: "Work Sans", sans-serif;
    --dark-btn-color: #292c32;
    --border-color: #0009321f;
    --primary-color: #4a4c54;
    --tonal-bg: #f7f5f0;
    --subtle-a-bg: #8e763f0a;
    --tonal-a-bg: #a98a4214;
    --tonal-s-bg: #f7f5f0;
    --subtle-bg-200: #f3ece4;
    --neutral-bg: #292c32;
    --bradnd-color: #f06830;
}

.container-box {
    width: 1248px;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

button {
    font-family: var(--work-font);
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@font-face {
    font-family: "Simula";
    src:
        url("./fonts/Simula-Book.woff2") format("woff2"),
        url("./fonts/Simula-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Simula-italic";
    src:
        url("./fonts/Simula-BookItalic.woff2") format("woff2"),
        url("./fonts/Simula-BookItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.light-bg {
    background: var(--tonal-bg);
}

i,
em {
    font-family: "Simula-italic";
}

.overflow-hide {
    overflow: hidden;
    padding-right: 15px;
}

.overflow-hide .header-right {
    padding-right: 15px;
}

body {
    font-family: var(--work-font);
    color: var(--body-text);
    font-size: 16px;
    font-weight: 400;
    background: #fbfbf8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--simula-font);
    color: var(--heading-text);
    font-weight: 400;
    line-height: 1.25;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5,
h6 {
    font-size: 16px;
}

img {
    vertical-align: top;
    max-width: 100%;
}

p {
    color: var(--body-text);
    line-height: 1.35;
    margin-bottom: 20px;
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0 !important;
}

textarea {
    resize: none;
}

/* input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
} */
.header-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 16px 64px;
    z-index: 100;
    background: #fbfbf8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.active-header {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-main {
    position: relative;
    width: 171px;
    height: 42px;
}

.logo-main img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.logo-main img.nostra-logo-black {
    opacity: 1;
}

.hero-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    padding: 120px 16px;
}

.hero-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.hero-banner .secondary-btn:hover,
.hero-banner .secondary-btn:active {
    background: var(--dark-btn-color);
    color: #fff;
}

.hero-banner .secondary-btn:hover svg path,
.hero-banner .secondary-btn:active svg path {
    fill: #fff;
}

.transparent-header {
    background: transparent;
}

.transparent-header .logo-main img.nostra-logo-black {
    opacity: 0;
}

.transparent-header .logo-main img.nostra-logo-white {
    opacity: 1;
}

.transparent-header.active-header .logo-main img.nostra-logo-black {
    opacity: 1;
}

.transparent-header.active-header .logo-main img.nostra-logo-white {
    opacity: 0;
}

.transparent-header.active-header {
    background: #fbfbf8;
}

.transparent-header .main-navigation ul li a {
    color: #fff;
}

.transparent-header.active-header .main-navigation ul li a {
    color: var(--primary-color);
}

.transparent-header .main-navigation {
    background: #0000002e;
}

.transparent-header.active-header .main-navigation {
    background: var(--subtle-a-bg);
}

.main-navigation .enquire-btn a {
    background: var(--bradnd-color) !important;
    color: #fff !important;
    text-transform: uppercase;
}

.transparent-header .menu-toggle {
    background: #0000002e;
    color: #fff;
}

.transparent-header.active-header .menu-toggle {
    background: var(--subtle-a-bg);
    color: var(--primary-color);
}

.transparent-header .menu-toggle svg {
    fill: #fff;
}

.transparent-header.active-header .menu-toggle svg {
    fill: var(--primary-color);
}

.banner-container {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 32px;
    position: relative;
}

.banner-container h1 {
    font-size: 72px;
    color: #fff;
    line-height: 1.1;
}

.banner-container p {
    font-size: 18px;
    color: #ffffffcc;
}

.btn-box {
    border: 1px solid var(--border-color);
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    min-height: 48px;
    padding: 4px 20px;
    gap: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    justify-content: center;
    cursor: pointer;
    border-radius: 24px;
    color: var(--primary-color);
    width: fit-content;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-sm {
    min-height: 40px;
    padding: 4px 16px;
    font-size: 14px;
}

.btn-with-icon {
    justify-content: space-between;
}

/* .banner-container .btn-box {
  border-color: #ffffff5c;
  background: #00000008;
  color: #fff;
  border-radius: 12px;
  margin-top: 8px;
}
.banner-container .btn-box:hover {
  background: var(--dark-btn-color);
  border-color: var(--dark-btn-color);
} */
.banner-marquee-main {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 20px 0;
    border-top: 1px solid #ffffff3d;
    z-index: 1;
}

.banner-marquee-main .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-marquee-main .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.banner-marquee-col {
    display: flex;
    align-items: center;
    gap: 12px;
    width: auto !important;
}

.banner-marquee-col img {
    max-width: 24px;
    max-height: 24px;
}

.banner-marquee-col span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.premium-d-section {
    padding: 128px 0 64px 0;
}

.sub-title-with-text {
    width: 100%;
    /* display: flex; */
}

.sub-title-with-text-col {
    width: 100%;
    max-width: 800px;
}

.sub-title-with-text-col h2 {
    margin: 24px 0;
}

.sub-title-with-text-col h1+h3 {
    margin-top: 48px;
}

.sub-title-with-text-col h3,
.sub-title-with-text-col h4,
.sub-title-with-text-col h5,
.sub-title-with-text-col h6 {
    margin: 20px 0;
}

/* .sub-title-with-text-col h1 em,
.sub-title-with-text-col h2 em,
.sub-title-with-text-col h3 em,
.sub-title-with-text-col h4 em,
.sub-title-with-text-col h5 em,
.sub-title-with-text-col h6 em {
  color: var(--body-text);
} */

.sub-title-center {
    /* justify-content: center; */
    text-align: center;
}

.sub-title-center .sub-title-with-text-col {
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.sub-heading {
    text-transform: uppercase;
    color: var(--light-text);
    font-size: 14px;
    margin-bottom: 24px;
}

.sub-title-with-text-col p {
    font-size: 16px;
    margin: 16px 0;
}

.winning-designs-container .sub-title-with-text-col p {
    font-size: 18px;
}

.sub-title-center .button-box {
    justify-content: center;
}

.sub-title-with-text .button-box {
    margin-top: 40px;
}

.premium-d-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 64px;
}

.premium-d-col {
    width: calc(33.33% - 8px);
    position: relative;
    padding-top: 161px;
    background: var(--tonal-bg);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.premium-d-col:first-child {
    width: calc(66.66% - 4px);
    padding-top: 119px;
}

.premium-d-col:first-child .premium-d-img {
    height: 278px;
}

.premium-d-img {
    height: 236px;
    width: 100%;
    position: relative;
}

.premium-d-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.premium-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 32px 32px 24px 32px;
    z-index: 2;
}

.premium-text a {
    text-decoration: none;
}

.premium-d-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 50%;
    background: #f7f5f0;
    background: linear-gradient(0deg,
            rgba(247, 245, 240, 0) 0%,
            rgba(247, 245, 240, 0.98) 100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.premium-text h3 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.premium-text h3 img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.premium-d-col:hover {
    background: #292C32;
}

.premium-d-col * {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.premium-d-col:hover .premium-d-img::before {
    background: #292C32;
    background: linear-gradient(0deg, rgba(247, 245, 240, 0) 0%, #292C32 100%);

}

.premium-d-col:hover .premium-text h3 {
    color: #fff;
}

.premium-d-col:hover .premium-text h3 img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.premium-text p {
    margin-top: 12px;
}

.building-home .sub-title-with-text-col {
    max-width: 608px;
}

.building-home-row {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 64px;
    background: var(--subtle-a-bg);
    padding: 48px;
    border-radius: 24px;
    align-items: flex-start;
    gap: 64px;
}

.building-home-col {
    width: calc(33.33% - 43px);
    display: flex;
    flex-direction: column;
}

.building-home-col .icon-box {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 32px;
}

.building-home-col .icon-box i {
    font-size: 28px;
}

.building-home-col .icon-box img {
    width: 28px;
}

.icon-box {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--tonal-a-bg);
    flex-shrink: 0;
}

.icon-box i {
    color: #343330;
}

.building-home-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.building-home-info p {
    font-size: 18px;
}

.winning-designs {
    padding: 128px 0;
}

.winning-designs-container {
    padding-left: calc((100% - 1232px) / 2);
    display: flex;
    align-items: center;
    gap: 96px;
}

.winning-designs {
    padding-left: 16px;
}

.winning-designs-left {
    width: 560px;
    flex-shrink: 0;
}

.winning-designs-right {
    width: 100%;
}

.button-box {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.sub-title-with-text-col .button-box {
    margin-top: 48px;
}

.btn-box svg {
    width: 20px;
}

.secondary-btn {
    background: #fff;
}

.secondary-btn:hover {
    background: #a98a4214;
    color: #60646c;
}

.secondary-btn:active {
    background: #9b53001e;
    color: #60646c;
}

.secondary-btn:hover svg,
.secondary-btn:active svg,
.secondary-btn:hover i,
.secondary-btn:active i {
    fill: #60646c;
    color: #60646c;
}

.primary-btn {
    background: var(--dark-btn-color);
    border-color: var(--dark-btn-color);
    color: #fbfbf8;
}

.primary-btn svg,
.primary-btn i {
    fill: #fbfbf8;
    color: #fbfbf8;
}

.primary-btn:hover,
.primary-btn:active {
    background: #60646c;
    border-color: #60646c;
    color: #fffffff5;
}

.primary-btn:hover svg,
.primary-btn:active svg,
.primary-btn:hover i,
.primary-btn:active i {
    fill: #fffffff5;
    color: #fffffff5;
}

.text-img-lg {
    display: flex;
    padding: 80px 0;
}

.text-img-lg-col-box {
    display: flex;
    gap: 80px;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    flex-direction: column;
}

.text-img-lg-col {
    display: flex;
    align-items: center;
}

.text-img-text {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.text-img-text .sub-title-with-text {
    width: 624px;
    max-width: 100%;
    padding-right: 128px;
    padding-left: 16px;
}

.text-img {
    width: 50%;
    padding: 12px;
}

.text-single-img {
    width: 100%;
    aspect-ratio: 15 / 16;
    object-fit: cover;
    border-radius: 20px;
}

.text-icon {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
    margin-top: 48px;
}

.text-icon-col {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.text-icon-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.text-icon-info h5,
.text-icon-info h4,
.text-icon-info p {
    margin: 0 !important;
}


.sub-heading-sm {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.text-icon-info p {
    font-size: 14px;
}

.reverse-row {
    flex-direction: row-reverse;
}

.reverse-row .text-img-text {
    padding-left: 0;
    justify-content: flex-start;
}

.reverse-row .text-img-text .sub-title-with-text {
    padding-left: 128px;
    padding-right: 16px;
}

.box-section {
    padding: 120px;
    display: flex;
    gap: 32px;
}

.property-box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.designs-slider {
    padding-top: 36px;
    margin-top: -36px;
}

.designs-slider .property-box {
    width: 560px;
}

.designs-slider .property-img-box {
    aspect-ratio: 16 / 12;
}

.property-img-box {
    aspect-ratio: 15 / 12;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    flex-shrink: 0;
}

.home-desing-box .property-img-box {
    aspect-ratio: 15 / 17;
}

.property-normal-img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;
    overflow: hidden;
}

.property-normal-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.property-normal-img-name h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    background: #000000;
    background: linear-gradient(181deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 77%,
            rgba(0, 0, 0, 0.71) 100%);
}

.property-floorplan-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--subtle-bg-200);
    padding: 16px;
    display: none;
    border-radius: 16px;
    overflow: hidden;
}

.property-floorplan-img img {
    max-width: 100%;
    max-height: 100%;
}

.property-img-view-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    left: 8px;
    top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.property-img-view {
    display: flex;
    gap: 5px;
    padding: 4px;
    background: #0000003d;
    border-radius: 9px;
}

.property-img-view a {
    position: relative;
    text-decoration: none;
}

.property-img-view a::before {
    content: "";
    height: 14px;
    width: 1px;
    border-radius: 2px;
    background: #ffffff5c;
    right: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.property-img-view a:last-child:before {
    display: none;
}

.property-img-view a svg {
    width: 20px;
}

.property-img-view a:hover {
    /* opacity: 0.7; */
}

.property-new-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    height: 32px;
    border: 1px solid #f06830;
    border-radius: 9px;
    box-shadow: 0px 1px 2px 0px rgba(27, 36, 44, 0.12);
    font-size: 14px;
    font-weight: 500;
    color: #f06830;
    background: #fff;
}

.property-description-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

h3 a {
    color: var(--primary-color);
    text-decoration: none;
}

h3 span,
h3 a span {
    color: var(--body-text);
}

.property-description-main a {
    text-decoration: none;
    color: var(--heading-text);
}

.property-info-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
}

.property-size-main {
    margin-top: auto;
}

.property-info-col {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-size: 16px;
}

.property-info-col img {
    width: 20px;
}

.property-info-text {
    position: relative;
    padding-left: 17px;
    border-left: 1px solid var(--border-color);
}

.property-size-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.property-size-main label {
    width: 100%;
    color: var(--light-text);
    margin: 0px;
    font-size: 14px;
}

.property-size-box {
    display: flex;
    align-items: center;
    height: 24px;
    justify-content: center;
    padding: 0 10px;
    color: #b9bbc6;
    gap: 4px;
    font-size: 12px;
    background: var(--tonal-a-bg);
    border-radius: 12px;
}

.property-size-box span {
    color: var(--primary-color);
}

.property-description {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.property-description b {
    color: var(--primary-color);
    font-weight: 500;
}

.sold-size {
    opacity: 0.5;
}

.slider-bottom-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.designs-slider .slider-bottom-cont {
    width: 560px;
    /* flex-direction: row-reverse; */
}

.slider-bottom-cont .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
}

.swiper-pagination {
    margin-top: 32px;
    display: flex;
    gap: 16px;
}

.swiper-pagination .swiper-pagination-bullet {
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #0000330f !important;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--neutral-bg) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.sider-arrow-box {
    width: 110px;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 60px;
    border: 1px solid var(--border-color);
    margin: 32px 0 0 0;
    height: 48px;
}

.sider-arrow-box::before {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--border-color);
    position: absolute;
    left: 50%;
    top: 0;
}

.sider-arrow-box .swiper-button-prev,
.sider-arrow-box .swiper-button-next {
    width: 50%;
    margin: 0;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.sider-arrow-box .swiper-button-prev svg,
.sider-arrow-box .swiper-button-next svg {
    display: none;
}

.swiper-button-disabled {
    opacity: 0.6 !important;
}

.header-right {
    display: flex;
    gap: 12px;
    align-items: center;
}

.menu-toggle {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 12px;
    background: var(--tonal-a-bg);
    gap: 6px;
    transition: none;
}

.main-navigation {
    display: flex;
    gap: 16px;
    padding: 4px;
    border-radius: 14px;
    background: var(--subtle-a-bg);
}

.main-navigation .primary-menu {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 2px;
}

.main-navigation .primary-menu>li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 12px;
}

.main-navigation .primary-menu>li.current-menu-item a,
.main-navigation .primary-menu>li a:hover,
.transparent-header.active-header .main-navigation .primary-menu>li.current-menu-item a,
.transparent-header.active-header .main-navigation .primary-menu>li a:hover {
    background: var(--tonal-a-bg);
}

.transparent-header .main-navigation .primary-menu>li.current-menu-item a,
.transparent-header .main-navigation .primary-menu>li a:hover {
    background: #00000014;
}

.main-navigation .primary-menu .sub-menu {
    display: none;
}

.testimonial-main {
    padding: 128px 0;
}

.testimonial-main .container-box {
    display: flex;
    gap: 96px;
    align-items: center;
    flex-wrap: wrap;
}

.testimonial-col {
    width: calc(50% - 48px);
}

.testimonial-img {
    width: 100%;
}

.testimonial-img img {
    width: 100%;
    aspect-ratio: 15 / 20;
    object-fit: cover;
    border-radius: 20px;
}

.testimonial-md .testimonial-img img {
    aspect-ratio: 16 / 12;
}

.testimonial-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
}

.star-icon-box {
    display: flex;
    gap: 4px;
}

.testimonial-by {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 16px;
}

.testimonial-by b {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--primary-color);
    font-weight: 500;
}

.testimonial-slider-main {
    position: relative;
}

.testimonial-slider-main .slider-bottom-cont {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.testimonial-slider-main .sider-arrow-box .swiper-button-prev,
.testimonial-slider-main .sider-arrow-box .swiper-button-next {
    margin: 0;
}

.news-section {
    padding: 128px 0;
}

.title-btn {
    gap: 32px;
    align-items: flex-end;
    justify-content: space-between;
}

.title-btn .button-box {
    flex-shrink: 0;
}

.blog-card,
.blog-card-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-decoration: none;
}

.blog-card-img {
    width: 100%;
    aspect-ratio: 16 / 13;
    border-radius: 16px;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-video {
    width: 100%;
    aspect-ratio: 16 / 13;
    border-radius: 16px;
    overflow: hidden;
}

.blog-card-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-bottom {
    display: flex;
    gap: 11px;
    align-items: center;
}

.blog-tag-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-tag-box span {
    border-radius: 6px;
    background: var(--subtle-a-bg);
    padding: 0 8px;
    line-height: 24px;
    color: var(--primary-color);
    font-size: 12px;
}

.blog-card-date {
    color: var(--light-text);
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.blog-card-bottom .icon-box {
    margin-left: auto;
    width: 24px;
    height: 24px;
    border-radius: 7px;
}

.blog-slider-main {
    margin-top: 48px;
}

.blog-slider-main .swiper-pagination {
    margin-top: 48px;
}

.footer-main {
    background: var(--neutral-bg);
    padding: 128px 0;
    overflow: hidden;
}

.footer-top {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-logo img {
    width: 114px;
}

.footer-top h2 {
    font-size: 72px;
    color: #fff;
    max-width: 800px;
    letter-spacing: -1.5px;
}

.footer-top h2 span {
    opacity: 0.64;
}

.footer-top .btn-box {
    color: var(--heading-text);
}

.footer-center {
    display: flex;
    justify-content: space-between;
    padding: 96px 0;
}

.footer-link-main {
    display: flex;
    width: 65.79%;
    gap: 24px;
}

.footer-link-col {
    width: calc(25% - 18px);
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.title-label {
    color: #ffffff5c;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-link-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 12px;
}

.footer-link-col ul li a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    min-height: 21px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.footer-link-col ul li a:hover {
    color: var(--bradnd-color);
    text-decoration: underline;
}

.footer-link-col ul li a span {
    display: inline-block;
    line-height: 24px;
    padding: 0 8px;
    color: var(--bradnd-color);
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid var(--bradnd-color);
}

.footer-link-col ul li a:hover span {
    text-decoration: none;
}

.footer-right {
    width: 26.32%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-newsletter-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-newsletter-form .form-group label {
    color: #ffffff8f;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-newsletter-form .form-group input {
    border-radius: 12px;
    border: 1px solid #ffffff5c;
    background: #00000008;
    color: #fff;
    padding: 12px 16px;
    min-height: 48px;
    font-size: 16px;
}

.footer-newsletter-form .form-group input:focus {
    outline: none;
    border-color: var(--bradnd-color);
}

.footer-newsletter-form .form-group input::placeholder {
    color: #ffffff8f;
}

.footer-newsletter-form .btn-box {
    color: var(--heading-text);
}

.footer-socila {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-socila .title-label {
    color: #ffffff8f;
}

.footer-social-icon {
    display: flex;
    gap: 20px;
}

.footer-social-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.footer-bottom {
    border-top: 1px solid #ffffff1a;
    padding: 32px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom-left ul {
    display: flex;
    gap: 32px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    align-items: center;
}

.footer-bottom-left ul li a {
    font-size: 16px;
    color: #ffffff8f;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.footer-bottom-left ul li:first-child a {
    color: #fff;
}

.footer-bottom-left ul li a:hover {
    color: var(--bradnd-color);
    text-decoration: underline;
}

.footer-bottom-right {
    display: flex;
    gap: 4px;
    align-items: center;
}

.footer-bottom-right span {
    color: #ffffffa3;
    font-size: 11px;
}

.footer-bottom-right img {
    width: 64px;
    vertical-align: inherit;
}

.footer-big-logo {
    width: 100%;
    margin-top: 96px;
    text-align: center;
}

.footer-big-logo img {
    width: 100%;
}

.projects-main {
    padding: 128px 0 0 0;
}

.projects-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.projects-header h2 {
    font-size: 56px;
}

.projects-header-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.projects-header-text a {
    color: var(--body-text);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.projects-header-text a:hover {
    color: var(--bradnd-color);
    text-decoration: none;
}

.projects-tab-main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    padding-bottom: 24px;
}

.project-tabs {
    display: flex;
    gap: 12px;
    position: relative;
}

.project-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 12px;
    color: var(--body-text);
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 48px;
    position: relative;
}

.project-tabs a.active {
    color: var(--heading-text);
    pointer-events: none;
    font-weight: 500;
}

.project-tabs a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 2px;
    background: var(--neutral-bg);
    border-radius: 2px;
}

.project-tabs a:hover {
    color: #60646c;
    background: var(--tonal-a-bg);
}

.project-tab-content {
    padding-bottom: 128px;
    padding-top: 56px;
}

.filter-section-main {
    display: flex;
    gap: 6px;
    margin-left: 16px;
    padding-left: 32px;
    position: relative;
}

.filter-section-main::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 24px;
    background: #0009321f;
}

.filter-section-main a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 20px;
    color: var(--primary-color);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
    gap: 8px;
    background: var(--tonal-a-bg);
    position: relative;
}

.projects-header-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projects-header-text p.expanded {
    -webkit-line-clamp: unset;
}

.project-row {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 16px;
}

.project-col {
    width: calc(33.33% - 11px);
    display: flex;
    flex-direction: column;
}

.mega-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 837px;
    height: 100vh;
    z-index: 9999;
    transition: all 0.3s ease;
    transform: translateX(100%);
}

.mega-menu-box {
    display: flex;
    flex-direction: column;
    background: var(--neutral-bg);
    padding: 0 64px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.mega-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1c2024;
    opacity: 0.7;
    display: none;
}

.mega-menu-btn {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.mega-menu-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    gap: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 48px;
    position: relative;
    border: 4px solid #43464b;
    background: #ffffff2e;
}

.mega-menu-btn .enquire-btn {
    background: var(--bradnd-color);
    text-transform: uppercase;
    padding: 0 16px;
}

.mega-menu-box .mega-menu-nav .enquire-btn {
    display: none;
}

.mega-menu-nav {
    margin-bottom: 64px;
}

.mega-menu-nav>ul {
    gap: 32px;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mega-menu-nav>ul>li>a {
    color: #fff;
    font-family: var(--simula-font);
    font-size: 32px;
    letter-spacing: -0.5px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}

.mega-menu-nav>ul>li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 19px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(225deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mega-menu-nav>ul>li>a:hover {
    color: var(--bradnd-color);
    text-decoration: underline;
}

.mega-menu-nav>ul>li.menu-item-has-children>a {
    padding-right: 18px;
}

.mega-menu-nav>ul>li.menu-item-has-children>a:hover::after {
    border-top: 1px solid var(--bradnd-color);
    border-left: 1px solid var(--bradnd-color);
}

.mega-menu-nav>ul>li.menu-item-has-children>a.active {
    color: #ffffff8f;
}

.mega-menu-nav>ul>li.menu-item-has-children>a.active::after {
    border-top: 1px solid #ffffff8f;
    border-left: 1px solid #ffffff8f;
    transform: rotate(45deg);
    top: 21px;
}

.mega-menu-nav>ul>li .sub-menu {
    display: none;
}

.mega-menu-nav ul ul {
    border-left: 1px solid #ffffff1a;
    padding-left: 16px;
    display: block;
    list-style: none;
    margin: 20px 0 0 0;
}

.mega-menu-nav ul ul li {
    display: block;
    margin-bottom: 14px;
}

.mega-menu-nav ul ul li:last-child {
    margin-bottom: 0;
}

.mega-menu-nav ul ul li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 400;
    text-decoration: none;
}

.mega-menu-nav ul ul li a:hover {
    color: var(--bradnd-color);
    text-decoration: underline;
}

.mega-menu-bottom {
    margin-top: auto;
    padding: 64px 0;
    border-top: 1px solid #ffffff3d;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.mega-menu-b-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(33.33% - 16px);
}

.mega-menu-b-nav label {
    color: #ffffffa3;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.mega-menu-b-nav ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    padding: 0 0 0 16px;
    margin: 0px;
    border-left: 1px solid #ffffff1a;
}

.mega-menu-b-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.mega-menu-b-nav li a:hover {
    color: var(--bradnd-color);
    text-decoration: underline;
}

.mega-menu-active {
    overflow: hidden;
    padding-right: 15px;
}

.mega-menu.active {
    transform: translateX(0);
}

.mega-menu-active .header-right {
    padding-right: 15px;
}

.mega-menu-active .logo-main {
    z-index: 99991;
}

.mega-menu-active .logo-main img.nostra-logo-black {
    opacity: 0;
}

.mega-menu-active .logo-main img.nostra-logo-white {
    opacity: 1 !important;
}

.property-pagination {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.property-pagination button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 0;
    border-radius: 12px;
    background: #fff;
    color: var(--body-text);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 48px;
    width: 48px;
    position: relative;
    cursor: pointer;
}

.property-pagination button:hover {
    color: var(--bradnd-color);
    text-decoration: underline;
}

.property-pagination button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.prev-btn img {
    transform: rotate(180deg);
}

.property-pagination span {
    font-size: 14px;
    color: var(--primary-color);
}

.promo-ribbon {
    background: var(--bradnd-color);
    color: #fbfbf8;
    font-size: 12px;
    padding: 0 8px;
    height: 24px;
    border-radius: 6px 6px 0 6px;
    position: absolute;
    right: -9px;
    top: 15px;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* right triangle */
.promo-ribbon::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 23px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #bf562b;
    transform: rotateZ(316deg);
}

.project-detail-banner {
    padding: 128px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 80px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: #000;
    position: relative;
}

.project-detail-banner img.inner-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.project-detail-banner .container-box {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.project-detail-banner-info {
    display: flex;
    padding: 88px 0;
    position: relative;
    max-width: 608px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 644px;
}

.project-detail-banner-info img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 17px;
    max-width: 152px;
}

.project-detail-banner-info h1 {
    color: #fff;
    font-size: 72px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-family: var(--simula-font);
    line-height: 1.1;
}

.project-detail-banner-info p {
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-top: 24px;
}

.project-detail-banner-info h1 span {
    opacity: 0.64;
}

.bradcrumb {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    justify-content: center;
}

.bradcrumb i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.bradcrumb i.ph-caret-right {
    font-size: 12px;
    color: #b9bbc6;
}

.bradcrumb a,
.bradcrumb span {
    text-decoration: none;
    color: #4a4c54;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    font-size: 12px;
}

.bradcrumb a:first-child {
    padding: 0px;
    width: 26px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-detail-banner .bradcrumb {
    height: 48px;
    background: #0000003d;
    border-radius: 12px;
    padding: 0 16px;
}

.project-detail-banner .bradcrumb a,
.project-detail-banner .bradcrumb span {
    color: #fff;
    font-size: 12px;
}

.sub-banner-box .bradcrumb {
    height: 48px;
    backdrop-filter: blur(10px);
    background-color: rgb(0 0 0 / 10%);
    border-radius: 12px;
    padding: 0 16px;
    display: inline-flex;
    width: fit-content;
    margin: 0;
}

.sub-banner-box .bradcrumb a,
.sub-banner-box .bradcrumb span {
    color: #fff;
    font-size: 12px;
}

.project-overview-section .container-box {
    display: flex;
    justify-content: space-between;
    gap: 96px;
    align-items: flex-start;
}

.project-overview-right {
    width: 480px;
    padding-left: 32px;
    border-left: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.project-overview-section {
    padding: 188px 0;
}

.project-overview-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 640px;
    max-width: 100%;
}

/* .project-overview-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
} */

.project-overview-info label {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--light-text);
    margin-bottom: 32px;
}

.project-overview-info h2 {
    margin-bottom: 32px;
}

.project-overview-info h4 {
    margin-bottom: 24px;
    color: var(--sub-heading-text);
}

.project-overview-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-top: 1px solid var(--border-color);
    padding-top: 32px;
}

.project-overview-tag-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 480px;
    width: 100%;
}

.project-overview-bottom label,
.space-info label,
.project-overview-display label {
    color: #b9bbc6;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    font-weight: 500;
}

.project-overview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.project-overview-tags a {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    background: var(--tonal-a-bg);
    padding: 0 12px;
    display: flex;
    align-items: center;
    height: 32px;
    border-radius: 20px;
    text-decoration: none;
}

.project-overview-attach {
    display: flex;
    max-width: 480px;
    width: 100%;
    gap: 12px;
    flex-direction: column;
}

.project-overview-attach-box {
    width: 100%;
    display: flex;
    gap: 12px;
    border: 1px solid var(--border-color);
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    align-items: flex-start;
}

.apattach-icon {
    width: 40px;
    flex-shrink: 0;
}

.apattach-name {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--sub-heading-text);
    line-height: 1.1;
    display: block;
    overflow-wrap: anywhere;
}

.apattach-name span {
    display: block;
    color: var(--body-text);
    margin-top: 3px;
}

.icon-box-white {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 9px;
    background: #fff;
    color: #343330;
    text-decoration: none;
    border: 1px solid var(--border-color);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.icon-box-white i {
    font-size: 20px;
}

.space-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 48px;
}

.space-info-col {
    display: flex;
    align-items: center;
    gap: 12px;
    width: calc(50% - 24px);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    font-size: 16px;
    color: var(--heading-text);
    font-weight: 500;
}

.space-info-col img,
.space-info-col i {
    width: 24px;
    flex-shrink: 0;
}

.space-info-col i {
    font-size: 24px;
}

.space-info-col span {
    font-weight: 500;
}

.project-overview-display {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.overview-display-col {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    font-size: 16px;
    color: var(--heading-text);
    font-weight: 500;
}

.overview-display-col b,
.overview-display-col strong {
    font-weight: 500;
    color: #292c32;
}

.overview-display-col img,
.overview-display-col i {
    width: 24px;
    flex-shrink: 0;
}

.overview-display-col i {
    font-size: 24px;
}

.overview-display-col a {
    font-weight: 500;
    font-size: 16px;
    color: var(--heading-text);
}

.overview-display-col div {
    font-weight: 500;
}

.overview-display-col a:hover {
    text-decoration: none;
    color: var(--bradnd-color);
}

.proj-over-right-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.agent-section {
    padding: 12px;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.agent-info-box {
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 18px;
    background: var(--subtle-a-bg);
    padding: 24px;
}

.agent-avatar {
    width: 84px;
    height: 126px;
    border-radius: 64px;
    background: var(--tonal-a-bg);
    flex-shrink: 0;
    overflow: hidden;
}

.agent-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agent-info {
    display: flex;
    flex-direction: column;
}

.agent-info span {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text);
}

.agent-info a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--heading-text);
    font-size: 16px;
    text-decoration: none;
    margin-top: 16px;
}

.agent-info a i {
    font-size: 20px;
}

.agent-info a:hover {
    text-decoration: underline;
    color: var(--bradnd-color);
}

.agent-section h3 i,
.agent-section h3 em {
    text-align: center;
    display: block;
}

.btn-full {
    width: 100%;
}

.light-bg.text-img-lg {
    padding: 128px 16px;
}

.swiper-pagination-lock {
    display: none !important;
}

.project-overview-section+.floor-plan-section {
    padding-top: 0;
}

.floor-plan-section {
    padding: 188px 0;
    width: 100%;
}

.floor-plan-tab-main {
    padding: 32px 0 0 0;
    width: 100%;
}

.floor-plan-tab-top {
    display: flex;
    width: 100%;
    justify-content: center;
}

.floor-plan-tab-top ul {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--border-color);
}

.floor-plan-tab-top ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text);
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    border-radius: 12px;
    position: relative;
}

.floor-plan-tab-top ul li a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 32px);
    height: 2px;
    background: var(--neutral-bg);
    border-radius: 12px;
    z-index: -1;
    /* opacity: 0; */
    transition: all 0.3s ease;
}

.floor-plan-tab-top ul li a.active {
    color: var(--heading-text) !important;
    font-weight: 500;
    background: transparent !important;
    pointer-events: none;
}

.floor-plan-tab-top ul li a:hover {
    background: #a98a4214;
    color: #60646c;
}

.floor-plan-tab-cont-box {
    margin-top: 64px;
    position: relative;
}

.floor-plan-tab-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 373px;
    display: flex;
    justify-content: flex-end;
}

.floor-plan-tab {
    width: 92px;
    display: flex;
    border: 1px solid var(--border-color);
    height: 40px;
    border-radius: 20px;
    justify-content: flex-end;
}

.floor-plan-tab a:first-child {
    border-right: 1px solid var(--border-color);
}

.floor-plan-tab a {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.floor-plan-tab-inner {
    display: flex;
    justify-content: space-between;
    gap: 96px;
}

.floor-plan-tab-left {
    width: 373px;
    flex-shrink: 0;
}

.floor-plan-tab-right {
    width: 100%;
}

.floor-plan-option-box {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floor-plan-option-row {
    display: flex;
    gap: 24px;
}

.floor-plan-option-col {
    display: flex;
    align-items: center;
    gap: 12px;
}

.floor-plan-option-col input {
    width: 20px;
    height: 20px;
}

.floor-plan-option-col label {
    font-size: 16px;
    font-weight: 400;
    color: var(--heading-text);
}

.floor-plan-inti {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
}

.floor-plan-inti div {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    width: calc(33.33% - 14px);
    color: var(--heading-text);
    padding-bottom: 17px;
    border-bottom: 1px solid var(--border-color);
}

.floor-pslan-info-desc {
    margin-top: 32px;
}

.floor-pslan-info-desc p {
    font-size: 16px;
}

.floor-plan-info-meas {
    margin-top: 32px;
}

.floor-plan-label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--light-text);
    margin-bottom: 12px;
}

.floor-plan-info-meas-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
}

.floor-plan-info-meas-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 8px;
    gap: 10px;
    flex-wrap: wrap;
}

.floor-plan-info-meas-row span:last-child {
    width: 82px;
    text-align: right;
    flex-shrink: 0;
}

.floor-plan-info-meas-row span:nth-child(2) {
    width: 82px;
    text-align: left;
    flex-shrink: 0;
    margin-left: auto;
}

.floor-plan-info-meas-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.floor-plan-info-meas-label {
    font-size: 14px;
    font-weight: 400;
    color: var(--heading-text);
}

.floor-plan-info-meas-m {
    font-size: 14px;
    font-weight: 400;
    color: var(--sub-heading-text);
}

.floor-plan-info-meas-sq {
    font-size: 14px;
    font-weight: 400;
    color: #b9bbc6;
}

.floor-plan-option-main {
    margin-top: 24px;
}

.custom-check-box {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: var(--sub-heading-text);
    cursor: pointer;
}

.custom-check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-check-box span {
    position: relative;
    padding-left: 28px;
}

.custom-check-box span:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    content: "";
    width: 16px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #0009321f;
}

.custom-check-box input:checked~span::before {
    background: url(./assets/images/check-mark.svg) no-repeat center center #292c32;
}

.custom-check-box input:checked~span {
    color: #292c32;
    font-weight: 500;
}

.floor-plan-btn-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
}

.floor-plan-tab-cont {
    display: none;
}

.floor-plan-image-box {
    position: relative;
    width: 100%;
    height: 896px;
    background: #00005503;
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 124px 0 156px 0;
}

.floor-plan-image-box span {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 410px;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: var(--body-text);
}

.zomm-img {
    position: absolute;
    top: 24px;
    right: 24px;
}

.zoom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f5f0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.zoom-popup img {
    max-width: 95%;
    max-height: 95%;
    border-radius: 6px;
}

.zoom-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #292c32;
    cursor: pointer;
}

.text-img-slider,
.text-img-slider-click {
    border-radius: 20px;
    overflow: hidden;
}

.text-img-slider .swiper-slide,
.text-img-slider-click .swiper-slide {
    width: 100%;
}

.text-img-slider .swiper-slide img,
.text-img-slider-click .swiper-slide img {
    width: 100%;

    aspect-ratio: 15 / 16;
    object-fit: cover;
}

.text-img-slider .swiper-slide::before,
.text-img-slider-click .swiper-slide::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 200px;
    z-index: 1;
    background: #000000;
    background: linear-gradient(181deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.47) 51%,
            rgba(0, 0, 0, 0.66) 100%);
}

.text-img-slider-desc {
    position: absolute;
    left: 0;
    bottom: 92px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    color: #fff;
    font-size: 12px;
    padding: 0 40px;
    font-weight: 400;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.text-img-slider-desc .slide-fraction {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--simula-font);
}

.text-img-slider-desc h5 {
    font-family: var(--simula-font);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.text-img-slider-desc p {
    color: #ffffffcc;
    font-size: 16px;
    font-weight: 400;
}

.text-img-slider .swiper-pagination,
.text-img-slider-click .swiper-pagination {
    bottom: 40px;
    margin-top: 0;
    left: 40px;
    height: 32px;
    background: #00000036;
    border-radius: 20px;
    padding: 11px 13px;
    width: auto;
}

.text-img-slider .swiper-pagination .swiper-pagination-bullet,
.text-img-slider-click .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #ffffff24 !important;
    width: 10px;
    height: 10px;
}

.text-img-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.text-img-slider-click .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
    box-shadow: none !important;
}

.text-img-tab-wrapper {
    position: relative;
}

.text-img-tab-wrapper .text-img-slider-click {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}

.text-img-tab-wrapper .text-img-slider-click.active-slider {
    display: block !important;
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.accordion-item {
    border-bottom: 1px solid var(--border-color);
    padding: 32px 0;
}

.accordion-item:first-child {
    border-top: 1px solid var(--border-color);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
    gap: 10px;
}

.accordion-header h5 {
    font-size: 18px;
    font-weight: 400;
    color: var(--heading-text);
    cursor: pointer;
    margin: 0 !important;
}

.accordion-header h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-text);
    cursor: pointer;
    margin: 0 !important;
}

.accordion-content {
    display: none;
    padding-top: 12px;
}

.accordion-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text);
}

.acc-icon {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color);
    justify-content: center;
    flex-shrink: 0;
}

.acc-icon img:last-child {
    display: none;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active .acc-icon {
    border-color: var(--primary-color);
}

.accordion-item.active .acc-icon img:first-child {
    display: none;
}

.accordion-item.active .acc-icon img:last-child {
    display: block;
}

.text-img-md-col {
    display: flex;
    align-items: center;
    gap: 96px;
}

.text-img-md-col-box {
    display: flex;
    gap: 128px;
    width: 1248px;
    padding: 0 16px;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
}

.text-img-md-col-img {
    width: 100%;
    aspect-ratio: 15 / 10;
    overflow: hidden;
    border-radius: 24px;
}

.text-img-md-col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-img-text-md-col {
    width: 448px;
    max-width: 100%;
    flex-shrink: 0;
}

.text-img-text-md-col p {
    font-size: 16px;
}

.p-128 {
    padding: 128px 0;
}

.getin-touch-center {
    width: 512px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 16px;
}

.getin-touch-info-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    margin-top: 48px;
}

.getin-touch-box {
    width: 100%;
    background: var(--subtle-a-bg);
    border-radius: 24px;
    padding: 32px;
}

.consult-avatar {
    width: 84px;
    height: 126px;
    border-radius: 64px;
    background: var(--tonal-a-bg);
    flex-shrink: 0;
    overflow: hidden;
    flex-shrink: 0;
}

.consult-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consult-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.consult-avatar-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.consult-avatar-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.text-center {
    text-align: center;
    justify-content: center;
}

.consult-btn {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    gap: 10px;
}

.normal-link {
    color: var(--body-text);
    font-size: 16px;
}

.consult-btn .btn-box {
    width: 100%;
}

.getin-touch-or {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--body-text);
}

.wpforms-main .wpforms-container {
    margin: 0;
}

.wpforms-main .wpforms-container .wpforms-field {
    padding: 0 0 42px 0;
}

.wpforms-main .wpforms-container .wpforms-form .wpforms-field-label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--heading-text);
    line-height: 17px;
}

.with-btn {
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.right-btn {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
}

.right-btn.sub-title-center .sub-title-with-text-col {
    justify-content: flex-start;
    text-align: left;
}

.right-btn .sub-title-with-text-col {
    max-width: 608px;
}

.accordion-section-row {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
}

.accordion-section-col {
    flex: 1 0 0%;
    position: relative;
}

.accordion-section-col::before {
    position: absolute;
    left: -30px;
    width: 1px;
    background: var(--border-color);
    content: "";
    height: 100%;
}

.accordion-section-col:first-child::before {
    display: none;
}

.accordion-section-main .container-box {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.questions-section-main .questions-section {
    margin-top: 48px;
}

.questions-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: var(--subtle-a-bg);
    padding: 32px;
    border-radius: 12px;
    gap: 64px;
    width: 100%;
}

.questions-section .btn-box {
    flex-shrink: 0;
}

.questions-section .btn-box svg {
    transform: rotateZ(-45deg);
}

.questions-section-left h3 {
    margin-bottom: 12px;
}

.virtual-tour-iframe {
    width: 100%;
    margin-top: 64px;
}

.display-location-box {
    display: flex;
    align-items: flex-start;
    padding: 64px;
    gap: 48px;
    border-radius: 32px;
    background: var(--tonal-bg);
    margin-top: 64px;
}

.display-location-left {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex-shrink: 0;
}

.display-location-right {
    width: 100%;
}

.display-location-right .property-img-box {
    margin-bottom: 0;
}

.display-location-name {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text);
}

.display-location-name span {
    color: var(--sub-heading-text);
    font-weight: 500;
}

.display-location-disc p {
    font-size: 18px;
}

.display-location-btn {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.more-link-row {
    display: flex;
    gap: 12px;
}

.more-link-col {
    width: calc(25% - 9px);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #ede1d4;
}

.more-link-col img {
    width: 100%;
    height: 424px;
    object-fit: cover;
}

.more-link-section {}

.more-link-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    width: 100%;
    padding: 16px;
    left: 0;
    top: 0;
}

.more-link-info a {
    display: flex;
    gap: 2px;
    align-items: center;
    color: var(--heading-text);
    text-decoration: none;
    font-family: var(--simula-font);
    font-size: 20px;
}

.more-link-info a svg {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.more-link-info a:hover svg {
    transform: rotateZ(0deg);
}

.more-link-info h4 {
    opacity: 0.6;
}

.more-link-info a svg {
    transform: rotateZ(-45deg);
}

.more-link-col::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: #000000;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(255, 255, 255, 0.47) 50%,
            rgba(255, 255, 255, 0.66) 100%);
    opacity: 0.3;
}

.white-text h4 {
    color: #fff;
}

.white-text a {
    color: #fff;
}

.white-text a svg {
    fill: #fff;
}

.more-link-col.white-text::before {
    display: none;
}

.map-active .container-box {
    width: 1504px;
}

.map-active .project-col {
    width: calc(50% - 8px);
}

.map-active .project-tab-item {
    display: flex;
    gap: 44px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.map-active .project-tab-list {
    width: calc(50% - 22px);
    flex-shrink: 0;
}

.project-tab-list .button-box {
    margin-top: 80px;
}

.map-view.active {
    background: var(--primary-color);
    color: #fff;
}

.map-view.active svg path {
    fill: #fff;
}

.project-tab-map {
    overflow: hidden;
    border-radius: 24px;
    width: calc(50% - 22px);
    position: sticky;
    top: 130px;
    display: none;
}

.map-active .project-tab-map {
    display: block;
}

.project-tab-map iframe {
    width: 100%;
    height: 702px;
}

.full-image-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 124px 64px;
}

.full-image-section-box img {
    width: auto;
    max-width: 100%;
    border-radius: 30px;
}

.full-image-section-box {
    max-width: 100%;
    position: relative;
}

.full-image-section-box::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 30px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}



.full-image-section .container-box {
    position: absolute;
    left: 0;
    bottom: 64px;
    right: 0;
    margin: auto;
    z-index: 2;
}

.full-image-text {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.full-image-text h3 {
    color: #fff;
}

.full-image-text p {
    color: #fff;
    opacity: 0.8;
}

.full-image-text span {
    color: #fff;
    opacity: 0.9;
    font-weight: 500;
}

.gallery-slider-full {
    padding: 0 64px;
    margin-top: 64px;
}

.gallery-slider-full .swiper-slide {
    width: 75.5%;
    height: 869px;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-slider-full .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    margin-top: 24px;
    width: 100%;
    left: 0;
    top: 0;
    background: #a98a4214;
    right: 0;
}

.swiper-scrollbar-drag {
    opacity: 1;
    background: #292c32;
}

.completed-tag {
    padding: 4px 10px;
    background: #0000003d;
    display: flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.gallery-slider-half {
    padding: 0;
    margin: 64px auto 0 auto;
    width: 1216px;
    max-width: 100%;
}

.gallery-slider-half .swiper-slide {
    width: auto;
}

.gallery-slider-half .swiper-slide img {
    width: auto;
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
}

.gallery-slider-half-slider {
    overflow: visible;
}

.gallery-slider-half-slider .ph-arrows-out-simple {
    width: 40px;
    height: 40px;
    background: #0000003d;
    display: flex;
    position: absolute;
    right: 12px;
    top: 12px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 12px;
}

.gallery-slider-text {
    width: 100%;
}

.gallery-slider-half.gallery-slider-with-text .swiper-slide {
    width: 1050px;
}

.gallery-slider-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.floor-plan-image {
    height: 596px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floor-plan-image img {
    max-width: 100%;
    max-height: 100%;
}

.text-icon-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin-top: 48px;
}

.text-icon-row-box {
    background: #8e763f0a;
    border-radius: 20px;
    padding: 28px;
    gap: 20px;
    display: flex;
    align-items: flex-start;
}

.text-icon-row-box .icon-box {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}

.text-icon-row-box .icon-box img,
.text-icon-row-box .icon-box i {
    width: 28px;
    font-size: 28px;
}

.text-icon-row-info {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.text-icon-row-info a {
    width: fit-content;
    gap: 4px;
    text-decoration: none;
    color: #292c32;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.text-icon-row-info a i {
    font-size: 20px;
}

.text-mode-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
    margin-top: 48px;
}

.text-mode-col {
    display: flex;
    cursor: pointer;
    width: 100%;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border: 1px solid #0009321f;
    border-radius: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.text-mode-col.active {
    border-color: #4a4c54;
    background: #8e763f0a;
}

.text-mode-col b,
.text-mode-col strong {
    font-weight: normal;
    color: var(--heading-text);
    font-size: 14px;
}

.text-mode-col p {
    font-size: 14px;
    margin: 0 !important;
}

.contact-section-main {
    background: #1c2024;
}

.popup-box-main {
    position: relative;
    z-index: 999;
    display: none;
}

.popup-box-sub {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    width: 100%;
    align-items: center;
}

#enquire-popup .popup-box-sub {
    align-items: flex-start;
}

.popup-box-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c2024;
    opacity: 0.7;
}

.popup-box-center {
    margin: 64px auto;
    width: 600px;
    position: relative;
    background: #fbfbf8;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
}

.filter-popup-footer {
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.06);
    border-top: 1px solid #0009321f;
}

.filter-popup-body .scrollbar-inner {
    height: calc(100dvh - 352px);
}

.filter-popup-body .scroll-wrapper.scrollbar-inner {
    padding: 0 32px !important;
}

.filter-popup-body {
    width: 100%;
    padding: 24px 0;
}

.filter-popup-head,
.team-bio-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    height: 79px;
    border-bottom: 1px solid #0009321f;
}

.filter-popup-head h3 {
    padding: 0 0 0 32px;
}

.filter-popup-close {
    flex-shrink: 0;
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #0009321f;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    cursor: pointer;
}

.filter-popup-close i {
    font-size: 20px;
    color: #343330;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filter-popup-close:hover i {
    color: #fff;
}

.filter-popup-close:hover {
    border-color: #4a4c54;
    background: #292c32;
}

.scrollbar-inner>.scroll-element.scroll-y {
    width: 4px;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background: #a98a4214;
    opacity: 1;
    border-radius: 20px;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #292c32 !important;
    opacity: 1 !important;
}

.filter-popup-body .scrollbar-inner>.scroll-element.scroll-y {
    right: 8px;
}

.filter-box-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #0009321f;
}

.filter-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--heading-text);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}

.filter-box-title span {
    color: var(--heading-text);
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.availab-reset {
    color: var(--primary-color);
    font-size: 14px;
}

.availab-reset:hover {
    text-decoration: none;
}

.filter-box-content-form-row {
    display: flex;
    gap: 12px;
}

.filter-box-content-form-col {
    position: relative;
    width: calc(50% - 6px);
}

.filter-form-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #4a4c54;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 22px !important;
    border-color: #0009321f;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #80838d;
    font-size: 14px;
    padding: 0 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 24px;
    background: url(assets/images/dropdown-arrow.svg) no-repeat center;
    top: 0;
    right: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-dropdown {
    border: 1px solid #0009321f !important;
}

.select2-results__option {
    padding: 10px 12px;
    font-size: 14px;
}

.select2-container--default .select2-results__option--selected {
    background: var(--heading-text) !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--tonal-bg);
    color: var(--heading-text);
}

.filter-type-box {
    display: flex;
    background: #f7f5f0;
    border-radius: 22px;
}

.filter-type-box-item {
    width: 50%;
}

.filter-type-box-item input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.filter-type-box-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 22px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 14px;
    gap: 6px;
    color: #4a4c54;
}

.filter-type-box-item label i {
    font-size: 20px;
}

.filter-type-box-item input:checked~label {
    border-color: #4a4c54;
    color: var(--heading-text);
    background: #fff;
    font-weight: 500;
}

.availabilites-box {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-box-content-checkbox input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.filter-box-content-checkbox label {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 14px;
    border-radius: 22px;
    font-size: 14px;
    color: #4a4c54;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(27, 36, 44, 0.05);
    border: 1px solid #0009321f;
}

.filter-box-content-checkbox label i {
    font-size: 20px;
}

.filter-box-content-checkbox label i.ph-x {
    display: none;
}

.filter-box-content-checkbox input:checked~label i.ph-x {
    display: block;
}

.filter-box-content-checkbox input:checked~label {
    border-color: #4a4c54;
    color: var(--heading-text);
    background: #fff;
    font-weight: 500;
}

.filter-box-row {
    display: flex;
    align-items: flex-start;
}

.filter-box-col-2 {
    width: 50%;
}

.filter-box-content-form-row {
    display: flex;
    gap: 12px;
}

.filter-box-content-form-col {
    width: 50%;
}

.filter-box-content-form-col .filter-type-box {
    width: 100%;
}

.filter-vari-box {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.filter-vari-box-item input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.filter-vari-box-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 0;
    font-size: 14px;
    color: #4a4c54;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(27, 36, 44, 0.05);
    border-top: 1px solid #0009321f;
    position: relative;
    border-bottom: 1px solid #0009321f;
}

.filter-vari-box-item label:after {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    height: 40px;
    width: 1px;
    background: #d6d6d6;
}

.filter-vari-box-item label::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    height: 40px;
    width: 1px;
    background: #d6d6d6;
}

.filter-vari-box-item:first-child label:before {
    display: none;
}

.filter-vari-box-item:first-child label {
    border-left: 1px solid #0009321f;
}

.filter-vari-box-item:last-child label {
    border-right: 1px solid #0009321f;
}

.filter-vari-box-item:last-child label:after {
    display: none;
}

.filter-vari-box-item:first-child label {
    border-radius: 22px 0 0 22px;
}

.filter-vari-box-item:last-child label {
    border-radius: 0 22px 22px 0;
}

.filter-vari-box-item label i {
    font-size: 20px;
}

.filter-vari-box-item label i.ph-x {
    display: none;
}

.filter-vari-box-item input:checked~label i.ph-x {
    display: block;
}

.filter-vari-box-item input:checked~label {
    border-color: #4a4c54;
    color: var(--heading-text);
    background: #fff;
    font-weight: 500;
}

.filter-vari-box-item input:checked~label:after {
    background: #4a4c54;
    z-index: 1;
}

.filter-vari-box-item input:checked~label::before {
    background: #4a4c54;
    z-index: 1;
}

.icon-tooltip {
    position: absolute;
    left: 0;
    top: -48px;
    background: #1c2024;
    color: #fff;
    padding: 6px;
    width: max-content;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    gap: 6px;
    border-radius: 9px;
    display: none;
}

.icon-tooltip span {
    font-size: 14px;
    color: #ffffffe5;
}

.icon-tooltip i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #ffffff2e;
    border-radius: 4px;
}

.prov-view-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.3s ease;
    border-radius: 7px;
}

.property-img-view a:hover .prov-view-icon {
    background: #0000003d;
}

.property-img-view a:hover .icon-tooltip {
    display: flex;
}

.gm-ui-hover-effect {
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px;
    opacity: 1 !important;
    right: -15px !important;
    top: -15px !important;
    position: absolute !important;
    z-index: 9 !important;
    border: 1px solid var(--heading-text) !important;
    background: #fff !important;
}

.gm-ui-hover-effect span {
    width: 20px !important;
    height: 20px !important;
    margin: 10px !important;
    background: url("assets/images/close-map.svg") no-repeat center !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

.gm-style .gm-style-iw-c {
    overflow: inherit !important;
}

.gm-style-iw.gm-style-iw-c {
    max-height: inherit !important;
    padding: 12px !important;
    height: auto !important;
    border-radius: 18px;
    width: 306px;
}

.gm-style-iw-d {
    max-height: inherit !important;
    height: auto !important;
    overflow: inherit !important;
}

.map-info-window-card {
    max-width: 100% !important;
}

.map-info-window-card .property-img-box {
    height: 205px;
    margin-bottom: 12px;
}

.gm-style-iw-ch {
    padding: 0 !important;
}

.map-info-window-card .property-description-main {
    gap: 8px;
}

.map-info-window-card .property-info-col {
    font-size: 14px;
}

.map-info-window-card .property-normal-img {
    border-radius: 12px;
}

.similar-projects-slider {
    padding-top: 64px;
    padding-right: 10px;
}

.map-info-window-card h3 {
    font-size: 16px;
}

.project-detail-top {
    padding: 80px 16px 128px 16px;
}

.project-detail-top .container-box {
    display: flex;
    gap: 96px;
    align-items: flex-start;
    width: 1632px;
}

.project-detail-top-left {
    width: 100%;
    overflow: hidden;
}

.project-detail-top-right {
    width: 480px;
    flex-shrink: 0;
    border-left: 1px solid #0009321f;
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.project-detail-top-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pdp-top-section-slider-img .swiper-slide,
.pdp-top-section-slider-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.pdp-top-section-slider-img img {
    height: 812px;
    object-fit: cover;
    width: 100%;
}

.pdp-top-slider-prev,
.pdp-top-slider-next {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    border: 1px solid #0009321f;
}

.pdp-top-slider-prev i,
.pdp-top-slider-next i {
    font-size: 20px;
}

.pdp-top-slider-prev {
    left: 16px;
}

.pdp-top-slider-next {
    right: 16px;
}

.pdp-top-section-slider-img-thumb .swiper-slide {
    width: 96px;
    overflow: hidden;
    border-radius: 14px;
    height: 96px;
    position: relative;
    cursor: pointer;
}

.pdp-top-section-slider-img-thumb .swiper-slide::after {
    -webkit-box-shadow: inset 0px 0px 0px 1px #0009321f;
    -moz-box-shadow: inset 0px 0px 0px 1px #0009321f;
    box-shadow: inset 0px 0px 0px 1px #0009321f;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.pdp-top-section-slider-img-thumb .swiper-slide-thumb-active::after {
    -webkit-box-shadow: inset 0px 0px 0px 3px #0009321f;
    -moz-box-shadow: inset 0px 0px 0px 3px #0009321f;
    box-shadow: inset 0px 0px 0px 3px #0009321f;
}

.pdp-top-section-slider-img-thumb .swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.pdp-top-section-slider-img-thumb {
    margin-top: 24px;
}

.swiper-button-disabled {
    cursor: not-allowed;
}

.gform_heading {
    display: none !important;
}

.getin-touch-box .gform-theme--foundation .ginput_complex input,
.getin-touch-box .gform-theme--foundation .ginput_complex select,
.getin-touch-box .gform-theme--framework input,
.getin-touch-box .gform-theme--framework textarea,
.enquire-form .gform-theme--foundation .ginput_complex input,
.enquire-form .gform-theme--foundation .ginput_complex select,
.enquire-form .gform-theme--framework input,
.enquire-form .gform-theme--framework textarea,
.enquire-form .gform-theme--framework select {
    border: 1px solid #0009321f !important;
    border-radius: 25px !important;
    padding: 10px 16px !important;
    height: 48px !important;
    font-size: 14px !important;
    color: #000932 !important;
    background: #fff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.enquire-form .gform-theme--framework select {
    padding: 4px 16px !important;
}

.enquire-form .ginput_container_select {
    position: relative;
}

.enquire-form .ginput_container_select::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("./assets/images/select-drop-arrow.svg") no-repeat center;
    position: absolute;
    right: 16px;
    top: 19px;
    pointer-events: none;
}

.getin-touch-box .gform-theme--foundation .ginput_complex input::placeholder,
.getin-touch-box .gform-theme--foundation .ginput_complex select::placeholder,
.getin-touch-box .gform-theme--framework input::placeholder,
.getin-touch-box .gform-theme--framework textarea::placeholder,
.enquire-form .gform-theme--foundation .ginput_complex input::placeholder,
.enquire-form .gform-theme--foundation .ginput_complex select::placeholder,
.enquire-form .gform-theme--framework input::placeholder,
.enquire-form .gform-theme--framework textarea::placeholder {
    color: var(--body-text) !important;
}

.getin-touch-box .gform-theme--foundation .gform-field-label:where( :not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)),
.getin-touch-box .gform-theme--framework .gform-field-label--type-sub,
.enquire-form .gform-theme--foundation .gform-field-label:where( :not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)),
.enquire-form .gform-theme--framework .gform-field-label--type-sub {
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #4a4c54 !important;
    text-transform: uppercase;
    margin-bottom: 8px !important;
}

.getin-touch-box .gform-theme--foundation .gform_fields,
.enquire-form .gform-theme--foundation .gform_fields {
    row-gap: 24px !important;
}

.getin-touch-box .gform-theme--framework input.gform_button.button,
.enquire-form .gform-theme--framework input.gform_button.button {
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    background: var(--dark-btn-color) !important;
    border-color: var(--dark-btn-color) !important;
    color: #fbfbf8 !important;
}

.enquire-form .gform-theme--framework input.gform_button.button {
    width: fit-content !important;
    padding: 10px 20px !important;
}

.getin-touch-box .form-bottom-text,
.enquire-form .form-bottom-text {
    margin-top: 12px;
    font-size: 12px;
}

.getin-touch-box .gfield_description,
.enquire-form .gfield_description {
    margin-top: 8px !important;
    color: #8b8d98 !important;
    font-size: 12px !important;
}

.getin-touch-box .validation_message,
.enquire-form .validation_message {
    color: #c02b0a !important;
}

.contact-top {
    padding-top: 248px;
    display: flex;
    gap: 48px;
    justify-content: space-between;
}

.contact-top-left,
.contact-address-left {
    flex-shrink: 0;
    width: 373px;
}

.contact-top-left h1 {
    font-size: 56px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 32px;
}

.contact-top-left p {
    font-size: 18px;
    color: #ffffffa3;
}

.contact-top-right,
.contact-address-right {
    width: 714px;
}

.contact-address-section {
    padding: 188px 0 128px 0;
    display: flex;
    gap: 48px;
    justify-content: space-between;
}

.email-call-section {
    display: flex;
    flex-direction: column;
    margin-top: 64px;
}

.email-call-section label {
    color: #ffffff80;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 400;
}

.email-call-section a {
    color: #ffffffe5;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    padding: 24px 40px 23px 24px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    background: #ffffff1f;
    border-radius: 18px;
    min-height: 80px;
    font-family: var(--simula-font);
    position: relative;
}

.email-call-section a i {
    font-size: 32px;
}

.email-call-section a i.ph-arrow-up-right {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 24px;
    color: #ffffff5c;
}

.email-call-section a:hover {
    background: var(--dark-btn-color);
}

.contact-address-right-img {
    width: 100%;
    aspect-ratio: 16/16;
    border-radius: 24px;
    overflow: hidden;
}

.contact-address-right-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contact-address-left label {
    font-size: 14px;
    color: #ffffff80;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 400;
    display: block;
}

.contact-address-left h2 {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 24px;
}

.address-box {
    display: flex;
    flex-direction: column;
}

.address-box p,
.address-box p a {
    font-size: 16px;
    color: #ffffffa3;
    text-decoration: none;
}

.contact-map-btn {
    margin-top: 48px;
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    gap: 8px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff3d;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.contact-map-btn i {
    font-size: 20px;
}

.contact-map-btn:hover {
    color: var(--heading-text);
    background: #fff;
}

.contact-form .gform-theme--foundation .gform-field-label:where( :not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)),
.contact-form .gform-theme--framework .gform-field-label--type-sub,
.contact-form .gform-theme--framework .gform-field-label:where( :not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)) {
    color: #ffffffe5 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-form .gform-theme--foundation .ginput_complex input,
.contact-form .gform-theme--foundation .ginput_complex select,
.contact-form .gform-theme--framework input,
.contact-form .gform-theme--framework textarea,
.contact-form .gform-theme--framework select {
    border: 1px solid #ffffff3d !important;
    border-radius: 12px !important;
    padding: 10px 16px !important;
    height: 48px !important;
    font-size: 14px !important;
    color: #fff !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.contact-form .gform-theme--framework select {
    padding: 4px 16px !important;
    background: url(./assets/images/select-arrow.svg) no-repeat right 10px center #1c2024 !important
}

.contact-form .gform-theme--framework select * {
    color: #fff !important;
}

.contact-form .gform-theme--foundation .ginput_complex input::placeholder,
.contact-form .gform-theme--foundation .ginput_complex select::placeholder,
.contact-form .gform-theme--framework input::placeholder,
.contact-form .gform-theme--framework textarea::placeholder {
    color: #ffffffa3 !important;
}

.contact-form .gform-theme--foundation .gform_fields {
    row-gap: 24px !important;
}

.contact-form .gform-theme--framework input.gform_button.button {
    width: fit-content !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    background: #fff !important;
    border-color: var(--dark-btn-color) !important;
    color: var(--heading-text) !important;
    padding: 0 18px;
    height: 48px !important;
}

.contact-form .gform-theme--framework input.gform_button.button:hover {
    background: var(--dark-btn-color) !important;
    color: #fff !important;
}

.optional-text {
    color: #ffffff80 !important;
    text-transform: none !important;
    font-size: 14px !important;
}

.noUi-horizontal {
    height: 8px;
    border: none;
    box-shadow: none;
    background: #9b53001e;
    padding: 0 1px;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    right: 0;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: -1px;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
    display: none;
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    top: -8px;
    border: 1px solid #0009321f;
}

.noUi-connect {
    background: #f06830;
    border: none;
}

.noUi-connects {
    border-radius: 0;
}

.noUi-base {
    padding: 0;
    margin-left: 23px;
    width: calc(100% - 23px);
}

.filter-value-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.filter-value-box {
    display: flex;
    width: calc(50% - 6px);
    flex-direction: column;
}

.filter-value-box label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #4a4c54;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.filter-validation-error {
    display: none;
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
    color: #c02b0a;
}

.filter-box-main.filter-has-error .select-wrapper .select2-container .select2-selection {
    border-color: #c02b0a;
}

.filter-box-main.filter-has-error .filter-price-box #filter-slider {
    border-color: #c02b0a;
}

.filter-value-box span {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0 12px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #0009321f;
    color: var(--heading-text);
    font-size: 14px;
}

.footer-text-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-text-main h4 {
    color: #ffffffa3;
}

.building-home .button-box {
    margin-top: 64px;
}

.building-home-sm-row {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 64px;
}

.building-home-sm-col {
    width: calc(20% - 7px);
    padding: 20px;
    background: var(--subtle-a-bg);
    border-radius: 20px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
}

.building-home-sm-col .icon-box {
    margin-bottom: 24px;
}

.building-home-sm-info {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.building-home-sm-info p {
    font-size: 14px;
}

.enquire-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-bottom: 1px solid #0009321f;
    margin-bottom: 32px;
    padding-bottom: 32px;
    width: 100%;
}

.enquire-top p {
    font-size: 18px;
}

.enquire-popup-box {
    padding: 48px;
}

.enquire-call-box {
    width: 100%;
    display: flex;
    gap: 16px;
    padding: 24px;
    background: #8e763f0a;
    border-radius: 20px;
}

.enquire-call-box i {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #a98a4214;
    border-radius: 16px;
    flex-shrink: 0;
    color: var(--heading-text);
}

.enquire-call-box-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.enquire-call-box-content h5 {
    color: var(--heading-text);
    font-weight: 500;
}

.enquire-call-box-content p {
    font-size: 14px;
    color: var(--body-text);
}

.enquire-call-box-content p a {
    color: var(--body-text);
    font-weight: 500;
}

.enquire-form-box {
    border-top: 1px solid #0009321f;
    margin-top: 32px;
    padding-top: 32px;
    width: 100%;
}

.gfield_checkbox input.gfield-choice-input {
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    position: relative;
    top: 2px;
}

.gfield_checkbox input.gfield-choice-input:checked {
    background: url(./assets/images/check-mark.svg) no-repeat center center #292c32 !important;
    background-size: 10px !important;
    border-color: #292c32 !important;
}

.gfield_checkbox input.gfield-choice-input::before {
    display: none !important;
}

.gfield_checkbox .gform-field-label {
    margin-left: 4px !important;
}

.terms-check .gfield_description {
    font-size: 14px !important;
    padding-left: 24px;
    margin-top: 3px !important;
}

.enquire-popup-box .filter-popup-close {
    position: absolute;
    right: 24px;
    top: 24px;
}

.scrollbar-inner-normal {
    height: 300px;
    overflow-x: hidden;
}

.swiper-slide {
    height: auto;
}

.virtual-tours-col .display-location-box {
    padding: 0;
    background: none;
    border-radius: 0;
    margin: 0;
}

.virtual-tours-col {
    padding-bottom: 64px;
    margin-bottom: 64px;
    border-bottom: 1px solid #0009321f;
}

.virtual-tours-col:last-child {
    margin-bottom: 0;
}

.map-active .display-location-left {
    width: 333px;
}

.map-active .display-location-right .property-img-box {
    aspect-ratio: 15 / 11;
}

.display-location-right .property-img-box {
    aspect-ratio: 15 / 11;
}

.video-embed {
    width: 100%;
    height: 100%;
}

.video-embed iframe {
    width: 100%;
    height: 100%;
}

.price-box {
    display: flex;
    gap: 5px;
    align-items: flex-end;
}

.blog-listing-top {
    padding: 208px 0 0 0;
}

.blog-listing-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 800px;
    padding-bottom: 64px;
    text-align: center;
    margin: 0 auto;
}

.blog-listing-header h2 {
    font-size: 56px;
}

.blog-listing-tab-main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.blog-listing-tabs {
    display: flex;
    gap: 12px;
    position: relative;
}

.blog-listing-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 12px;
    color: var(--body-text);
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 48px;
    position: relative;
}

.blog-listing-tabs a.active {
    color: var(--heading-text);
    pointer-events: none;
    font-weight: 500;
}

.blog-listing-filter-section {
    display: flex;
    gap: 6px;
    margin-left: 16px;
    padding-left: 32px;
    position: relative;
}

.blog-listing-filter-section a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 20px;
    color: var(--primary-color);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
    gap: 8px;
    background: var(--tonal-a-bg);
    position: relative;
    white-space: nowrap;
}

.blog-listing-filter-section:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 24px;
    background: #0009321f;
}

.blog-listing-tabs a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--neutral-bg);
    border-radius: 2px;
}

.blog-listing-post-section {
    padding: 0;
}

.blog-listing-post-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 16px 96px 16px;
}

.blog-listing-post-first-box {
    display: flex;
    width: 1472px;
    max-width: 100%;
    padding: 12px;
    border-radius: 20px;
    background: #8e763f0a;
    align-items: center;
    text-decoration: none;
}

.blog-listing-post-first-img {
    width: 50%;
    border-radius: 20px;
    height: 576px;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-listing-post-first-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-listing-post-first-content {
    padding: 0 5.7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.blog-listing-post-first-content a {
    text-decoration: none;
}

.blog-listing-post-first-content .blog-card-bottom {
    max-width: 400px;
}

.blog-listing-post-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 64px 20px;
}

.blog-listing-post-main {
    padding-bottom: 128px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.blog-listing-post-grid .blog-card {
    width: calc(33.33% - 13.33px);
}

.blog-listing-top .blog-card-bottom {
    width: 100%;
    justify-content: center;
}

.blog-read-time {
    font-size: 14px;
    color: var(--body-text);
    position: relative;
    margin-left: 13px;
    line-height: 24px;
    white-space: nowrap;
}

.blog-read-time:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -14px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #0009321f;
    width: 4px;
    height: 4px;
}

.single-blog-img-section {
    margin-top: 80px;
}

.single-blog-img-box {
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    aspect-ratio: 16 / 9;
    margin-bottom: 32px;
}

.single-blog-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-blog-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-blog-author {
    display: flex;
    align-items: center;
    gap: 24px;
}

.single-blog-author-img {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.single-blog-author-img img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #00000017;
}

.single-blog-author-img span {
    font-size: 14px;
    color: var(--body-text);
}

.single-blog-author-date {
    font-size: 14px;
    color: var(--body-text);
    position: relative;
}

.single-blog-author-date:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -14px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #0009321f;
    width: 4px;
    height: 4px;
}

.text-content-section h1 {
    margin: 20px 0 32px 0;
}

.text-content-section h2,
.text-content-section h3,
.text-content-section h4,
.text-content-section h5,
.text-content-section h6 {
    margin: 24px 0;
}

.text-content-section h1 {
    font-size: 42px;
    letter-spacing: -0.8px;
    line-height: 1.2;
}

.text-content-section h2 {
    font-size: 32px;
}

.text-content-section p {
    margin: 16px 0;
}

.text-content-section hr {
    margin: 56px 0;
}

.text-content-section ul,
.text-content-section ol {
    margin: 24px 0;
    padding-left: 20px;
}

.text-content-section ul li,
.text-content-section ol li {
    margin: 10px 0;
}

.text-content-section img {
    max-width: 100%;
    border-radius: 20px;
}

.single-blog-content-section .container-box {
    width: 800px;
}

.single-blog-content-section strong {
    font-weight: 500;
}

.wp-caption {
    max-width: 100%;
    width: fit-content !important;
    margin: 56px 0;
}

.wp-caption .wp-caption-text {
    color: #4f5455;
    padding-left: 20px;
    background: url(./assets/images/attach-icon.svg) left 0px center no-repeat;
    text-decoration: underline;
    font-size: 12px;
}

hr {
    border-color: #0009321f;
}

blockquote {
    margin: 24px 0;
    border-left: 1px solid #0009321f;
    color: #292c32;
    font-style: italic;
    font-size: 24px;
    font-weight: 500;
    padding-left: 64px;
    letter-spacing: -0.5px;
}

blockquote p {
    color: #292c32;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-family: var(--simula-font);
}

blockquote p em {
    font-style: normal;
    color: var(--body-text);
    font-size: 16px;
    font-family: var(--work-font);
    display: block;
    margin-top: 12px;
}

blockquote p {
    margin: 0 0 12px 0 !important;
}

blockquote:last-child {
    margin: 0 !important;
}

.blog-detail-footer {
    padding-top: 56px;
    margin-top: 56px;
    border-top: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.blog-detail-footer-top {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.blog-detail-footer-top .blog-footer-col {
    width: 156px;
    flex-shrink: 0;
}

.blog-detail-footer-top .blog-footer-col:last-child {
    width: auto;
}

.blog-footer-col label,
.blog-detail-footer-bottom label {
    font-family: var(--simula-font);
    font-size: 16px;
    color: var(--heading-text);
    margin-bottom: 12px;
    display: block;
}

.blog-footer-col p {
    margin: 0;
}

.blog-footer-col p a {
    color: var(--body-text);
    text-decoration: underline;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
}

ul li::marker {
    font-size: 14px;
    color: var(--body-text);
}

ol li::marker {
    color: var(--heading-text);
    font-family: var(--simula-font);
}

.sub-banner {
    padding: 128px 64px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sub-banner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #000000;
    background: linear-gradient(100deg,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.05) 100%);
}

.sub-banner-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 364px;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.virtual-tour-box {
    width: calc(100% - 154px);
    height: calc(100% - 128px);
    background: #fbfbf8;
    margin: 64px 77px;
    position: relative;
    padding: 48px;
    border-radius: 18px;
}

.virtual-tour-box iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
    border-radius: 12px;
}

.virtual-popup-close {
    flex-shrink: 0;
    display: flex;
    width: 32px;
    height: 32px;
    border: 1px solid #0009321f;
    border-radius: 9px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
}

.virtual-popup-close i {
    font-size: 20px;
    color: #343330;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.virtual-popup-close:hover i {
    color: #fff;
}

.virtual-popup-close:hover {
    border-color: #4a4c54;
    background: #292c32;
}

.sub-banner-box h1 {
    font-size: 72px;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.1;
}

.sub-banner-box p {
    font-size: 16px;
    color: #ffffffa3;
}

.sub-banner-box .editer-box {
    max-width: 768px;
}

.sub-title-with-text-col .project-overview-attach {
    width: 380px;
    max-width: 100%;
    margin-top: 24px;
}

.sub-title-with-text-col label {
    font-size: 12px;
    font-weight: 500;
    color: #8b8d98;
    text-transform: uppercase;
}

.process-section {}

.process-section-slider-box {
    padding-left: calc((100% - 1240px) / 2);
    margin-top: 60px;
}

.process-section-slider-box .swiper-slide {
    width: 393px;
}

.process-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.process-box i {
    font-size: 40px;
    color: #343330;
}

.process-box::before {
    content: "";
    width: calc(100% - 88px);
    height: 1px;
    position: absolute;
    right: 24px;
    top: 20px;
    background: #0009321f;
}

.process-box span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8b8d98;
}

.process-box h3,
.process-box p {
    padding-right: 64px;
}

.process-section-slider-box .slider-bottom-cont {
    margin-top: 36px;
}

.meet-box-row-sm {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 64px 0 32px 0;
}

.meet-col-sm {
    width: calc((100% - 40px) / 6);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 12px;
    border-radius: 12px;
    background: #8e763f0a;
}

.meet-col-sm-img {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    width: 40px;
    height: 55px;
    flex-shrink: 0;
}

.meet-col-sm-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-box-shadow: inset 0px 0px 0px 2px #00093212;
    -moz-box-shadow: inset 0px 0px 0px 2px #00093212;
    box-shadow: inset 0px 0px 0px 2px #00093212;
}

.meet-col-sm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meet-col-sm-text {
    font-size: 14px;
    color: #292c32;
    font-weight: 500;
}

.building-home-col-3 .building-home-sm-col {
    width: calc(33.33% - 7px);
    min-height: 222px;
}

.building-home-col-3 .building-home-sm-col h6 {
    font-size: 18px;
}

.building-home-col-3 .building-home-sm-col p {
    font-size: 16px;
}

.building-home-col-3 .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 16px;
}

.building-home-col-3 .icon-box i {
    font-size: 24px;
}

.building-home-col-3 .icon-box img {
    width: 24px;
}

.text-icon-sm {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.text-icon-sm .text-icon-row-box {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    border-radius: 20px;
    background: #8e763f0a;
}

.text-icon-sm .text-icon-row-box .icon-box {
    width: 36px;
    height: 36px;
    border-radius: 12px;
}

.text-icon-sm .text-icon-row-box .icon-box i,
.text-icon-sm .text-icon-row-box .icon-box img {
    font-size: 20px;
    width: 20px;
}

.text-icon-sm .text-icon-row-info {
    gap: 6px;
}

.text-icon-sm h4 {
    font-size: 16px;
    margin: 6px 0;
}

.sub-title-with-text-col .text-icon-sm p {
    font-size: 14px;
    margin: 6px 0;
}

.text-icon-no-bg .text-icon-row-box {
    background: none;
    border-radius: 0;
    padding: 0;
}

.text-icon-no-bg {
    gap: 32px;
}

.text-icon-no-bg .text-icon-row-box .icon-box {
    background: transparent;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    border-radius: 0;
}

.text-icon-no-bg .text-icon-row-box p {
    font-size: 16px;
    margin: 0;
}

.text-icon-no-bg .text-icon-row-box .icon-box img,
.text-icon-no-bg .text-icon-row-box .icon-box i {
    width: 38px;
    font-size: 38px;
}

.text-icon-no-bg .text-icon-row-info a {
    margin-top: 5px;
}

.text-icon-no-bg-col-2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 16px;
}

.text-icon-no-bg-col-2 .text-icon-row-box {
    width: calc(50% - 8px);
    gap: 10px;
}

.text-icon-no-bg-col-2 .text-icon-row-box .icon-box {
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

.text-icon-no-bg-col-2 .text-icon-row-box .icon-box img,
.text-icon-no-bg-col-2 .text-icon-row-box .icon-box i {
    width: 22px;
    font-size: 22px;
}

.text-icon-no-bg-col-2 .text-icon-row-info {
    gap: 6px;
}

.text-icon-no-bg-col-2 .text-icon-row-info h4 {
    font-size: 16px;
    margin: 6px 0;
}

.text-icon-no-bg-col-2 .text-icon-row-info .text-icon-no-bg-col-2 .text-icon-row-info p {
    font-size: 14px;
    margin: 0;
}

.user-testamonial-slider {
    padding-left: calc((100% - 1240px) / 2);
    margin-top: 60px;
}

.user-testamonial-slider .swiper-slide {
    width: 484px;
    padding: 32px;
    background: #8e763f0a;
    border-radius: 20px;
    opacity: 0.5;
}

.user-testamonial-slider .swiper-slide.swiper-slide-active,
.user-testamonial-slider .swiper-slide.swiper-slide-next {
    opacity: 1;
}

.user-testamonial-author {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 48px;
}

.user-testamonial-author-img {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.user-testamonial-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-testamonial-author-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.user-testamonial-author-text b {
    font-size: 16px;
    color: var(--heading-text);
}

.user-testamonial-author-text p {
    font-size: 16px;
}

.text-img-text .accordion-box {
    margin-top: 48px;
}

.hotspot-tab-main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}

.hotspot-tabs {
    display: flex;
    gap: 12px;
    position: relative;
}

.hotspot-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 12px;
    color: var(--body-text);
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 48px;
    position: relative;
}

.hotspot-tabs a.active {
    color: var(--heading-text);
    pointer-events: none;
    font-weight: 500;
}

.hotspot-tabs a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--neutral-bg);
    border-radius: 2px;
}

.hotspot-tabs a:hover {
    color: #60646c;
    background: var(--tonal-a-bg);
}

.hotspot-tab-content {
    padding-bottom: 128px;
    padding-top: 32px;
}

.hotspot-tab-item-box {
    max-width: 1824px;
    padding: 0 16px;
    margin: 0 auto;
}

.hotspot-tab-item-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotspot-tab-section {
    padding-top: 128px;
}

.hotspot-tab-content .questions-section {
    margin-top: 64px;
}

.only-text-section .container-box {
    max-width: 800px;
    width: 100%;
}

.text-img-sm-col {
    display: flex;
    align-items: center;
    gap: 96px;
}

.text-img-sm-col-box {
    display: flex;
    gap: 128px;
    width: 1248px;
    padding: 0 16px;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
}

.text-img-sm-col-img {
    width: calc(50% - 48px);
    height: 448px;
    overflow: hidden;
    border-radius: 24px;
}

.text-img-sm-col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-img-text-sm-col {
    width: calc(50% - 48px);
    max-width: 100%;
    flex-shrink: 0;
}

.text-img-text-sm-col p {
    font-size: 16px;
}

.single-testimonial .text-img-sm-col-img {
    aspect-ratio: 16/16;
    height: auto;
}

.single-testimonial-by {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 48px;
}

.single-testimonial-logo {
    max-width: 146px;
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #00000029;
    flex-shrink: 0;
}

.single-testimonial-logo img {
    max-height: 40px;
}

.full-img-box {
    margin-top: 64px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.full-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-full-img-sm .full-img-box {
    width: 896px;
    max-width: 100%;
    margin-left: auto;
    height: inherit;
    margin-right: auto;
}

.only-text-800 .sub-title-with-text-col {
    max-width: 832px;
}

.all-links-row {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    background: #f7f5f0;
    margin-bottom: 64px;
}

.all-links-row:last-child {
    margin-bottom: 0;
}

.all-links-info-col {
    padding: 64px;
    width: 100%;
}

.all-links-info-img {
    width: 480px;
    flex-shrink: 0;
}

.all-links-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-404 {
    padding: 96px 0;
    background: #f7f5f0;
}

.section-404 h1 {
    font-size: 72px;
}

.section-404 .sub-title-with-text-col {
    max-width: 1080px;
    padding: 242px 0;
}

.section-404 .sub-title-with-text {
    position: relative;
    z-index: 1;
}

.text-404 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    padding: 0 16px;
}

.text-404 img {
    max-width: 100%;
}

.author-page-section .container-box {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    justify-content: space-between;
}

.author-page-img {
    width: 300px;
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.author-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-page-info {
    width: 754px;
    max-width: 100%;
}

.padding-head,
.error404 {
    padding-top: 0;
}

body {
    padding-top: 80px;
}

.partner-logo-main {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #0009321f;
    border-top: 1px solid #0009321f;
    margin-top: 64px;
}

.partner-logo-col {
    width: 20%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #0009321f;
    border-bottom: 1px solid #0009321f;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.partner-logo-col i {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-size: 20px;
    color: #80838d;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.partner-logo-col img {
    max-width: 140px;
    max-height: 80%;
}

.partner-logo-col:hover {
    background: #a98a4214;
}

.partner-logo-col:hover i {
    opacity: 1;
}

.big-font-text h1 {
    font-size: 56px;
    line-height: 1.1;
}

.our-team-section-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 64px;
}

.our-team-section-col {
    width: calc(33.33% - 6px);
    background: #8e763f0a;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.our-team-section-image {
    width: 140px;
    height: 196px;
    overflow: hidden;
    border-radius: 70px;
    position: relative;
    flex-shrink: 0;
}

.our-team-section-small .our-team-section-image {
    width: 100px;
    height: 140px;
}

.our-team-section-small .our-team-section-col {
    width: calc(25% - 6px);
}

.our-team-section-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 70px;
    -webkit-box-shadow: inset 0px 0px 0px 2px #00093212;
    -moz-box-shadow: inset 0px 0px 0px 2px #00093212;
    box-shadow: inset 0px 0px 0px 2px #00093212;
}

.our-team-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-team-section-content {
    height: 100%;
}

.our-team-section-description {
    display: flex;
    flex-direction: column;
}

.our-team-section-description h3 {
    margin-bottom: 12px;
}

.sing-name-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
}

.sing-name-text img {
    max-width: 120px;
}

.sing-name-text span {
    font-size: 12px;
}

.our-team-social {
    display: flex;
    margin-top: 24px;
    gap: 12px;
}

.our-team-social a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 20px;
}

.our-team-social a:hover svg path {
    fill: var(--heading-text);
}

.join-team-section.light-bg {
    background: #fff;
}

.join-team-section .container-box {
    padding: 64px 80px 0 80px;
    border-radius: 24px;
}

.join-team-section .sub-title-with-text {
    margin-bottom: 64px;
}

.join-team-section.light-bg .container-box {
    background: #f7f5f0;
}

.join-team-img {
    width: 100%;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.join-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-hero .bradcrumb {
    justify-content: flex-start;
    width: fit-content;
    background: #a98a4214;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.text-hero h1 {
    font-size: 96px;
    line-height: 1.1;
    margin-bottom: 24px;
}

.text-hero-with-btn {
    display: flex;
    align-items: flex-end;
    gap: 35px;
}

.text-hero-with-btn .sub-title-with-text-col {
    max-width: 1024px;
}

.text-hero-with-btn .button-box {
    flex-shrink: 0;
}

.text-hero-img {
    margin-top: 80px;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 20px;
    overflow: hidden;
}

.text-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-theme {
    background: #1c2024;
}

.dark-theme .text-hero .bradcrumb {
    background: #ffffff2e;
}

.dark-theme .bradcrumb a,
.dark-theme .bradcrumb span {
    color: #fff;
}

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme .property-description-main a,
.dark-theme .text-mode-col b,
.dark-theme.text-mode-col strong {
    color: #fff;
}

.dark-theme p {
    color: #ffffffa3;
}

.dark-theme .primary-btn {
    background: #ffffff;
    color: #292c32;
}

.dark-theme .primary-btn i {
    color: #292c32;
}

.dark-theme .secondary-btn {
    background: transparent;
    border-color: #ffffff3d;
    color: #fff;
}

.dark-theme .secondary-btn i {
    color: #fff;
}

.dark-theme .sub-heading p {
    color: #ffffff80;
}

.dark-theme .our-team-section-col {
    background: #ffffff1f;
}

.dark-theme .join-team-section.light-bg {
    background: #1c2024;
}

.dark-theme .join-team-section.light-bg .container-box {
    background: #ffffff2e;
}

.dark-theme .transparent-header .main-navigation,
.dark-theme .transparent-header .menu-toggle {
    background: #ffffff2e;
}

.dark-theme .light-bg {
    background: #ffffff2e;
}

.counter-section-row {
    display: flex;
    gap: 12px;
    margin-top: 64px;
    flex-wrap: wrap;
}

.counter-section-col {
    width: calc(25% - 9px);
    background: #8e763f0a;
    padding: 32px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 328px;
}

.xs-btn {
    padding: 0 12px;
    min-height: 32px;
    border-radius: 9px;
    font-size: 14px;
}

.counter-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: auto;
}

.counter-info p {
    font-size: 14px;
}

.counter-count {
    font-size: 56px;
    color: #292c32;
    font-family: var(--simula-font);
}

.timeline-box {
    position: relative;
}

.timeline-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ffffff3d;
}

.timeline-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 64px 0;
    max-width: 896px;
    margin: 0 auto;
    position: relative;
}

.timeline-row::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1c2024;
    margin: auto;
    border: 1px solid #ffffff3d;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 0px 8px #1c2024;
}

.timeline-col {
    width: 43%;
}

.timeline-img {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.timeline-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timline-banner-sub {
    position: relative;
    width: 100%;
}

.timline-banner {
    padding-left: 64px;
    padding-right: 64px;
}

.timline-banner-img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
}

.timline-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-banner-info-box {
    position: absolute;
    left: 20px;
    width: 400px;
    top: 20px;
    padding: 32px 20px;
    border-radius: 12px;
    background: #f7f5f0;
}

.timeline-banner-info-box .sub-title-with-text-col h3 {
    color: #292c32;
}

.timeline-banner-info-box .sub-title-with-text-col p {
    color: var(--body-text);
}

.timeline-col .year-tag {
    margin-bottom: 20px;
}

.year-tag {
    height: 30px;
    padding: 0 8px 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #a98a4214;
    font-size: 16px;
    color: #4a4c54;
    font-weight: 500;
    border-radius: 6px;
    position: relative;
}

.year-tag::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #b9bbc6;
    margin: auto;
}

.dark-theme .timeline-col .year-tag {
    color: #ffffffe5;
    background: #FFFFFF2E;
}

.dark-theme .timeline-col .year-tag::before {
    background: #ffffff5c;
}

.join-team-col.join-team-section .container-box {
    padding: 0;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
}

.join-team-col .join-team-img {
    height: auto;
    border-radius: 0;
    width: 480px;
    flex-shrink: 0;
}

.join-team-col.join-team-section .sub-title-with-text {
    padding: 64px;
    margin: 0;
}

.join-team-col .sub-title-with-text-col {
    max-width: 560px;
}

.gallery-slider-info-box {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 200px;
    z-index: 1;
    background: #000000;
    background: linear-gradient(181deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.47) 51%,
            rgba(0, 0, 0, 0.66) 100%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-end;
    padding: 32px;
    align-items: flex-end;
}

.gallery-slider-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: fit-content;
}

.gallery-slider-info h4 {
    color: #fff;
}

.gallery-slider-info p {
    color: #fff;
    font-size: 20px;
}

.floor-plan-info-main .price-box {
    color: var(--primary-color);
    font-weight: 500;
    margin-top: 32px;
    font-size: 20px;
}

.sub-title-with-text-col h1:first-child,
.sub-title-with-text-col h2:first-child,
.sub-title-with-text-col h3:first-child,
.sub-title-with-text-col h4:first-child,
.sub-title-with-text-col h5:first-child,
.sub-title-with-text-col h6:first-child {
    margin-top: 0;
}

.sub-title-with-text-col h1:last-child,
.sub-title-with-text-col h2:last-child,
.sub-title-with-text-col h3:last-child,
.sub-title-with-text-col h4:last-child,
.sub-title-with-text-col h5:last-child,
.sub-title-with-text-col h6:last-child {
    margin-bottom: 0;
}

.title-btn {
    display: flex;
}

.testimonial-slider .single-testimonial-by {
    margin-top: 0;
    padding-right: 125px;
}

footer .secondary-btn:hover,
footer .secondary-btn:active {
    background: #fff !important;
    opacity: 0.7 !important;
}

.images_wrap img {
    border-radius: 20px;
}

.box_view_html p img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    float: left;
    border-radius: 9px;
    margin-right: 12px;
}

#powerTip {
    border-radius: 18px;
    padding: 12px;
    background: #fff;
    max-width: 343px;
    width: fit-content;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.05);
}

#powerTip.n:before {
    display: none !important;
}

#powerTip .hotspot-popup-image-wrap+p {
    float: right;
    width: 211px;
    text-align: left;
}

#powerTip p {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
}

#powerTip p:has(img) {
    float: left;
}

#powerTip p strong {
    color: var(--heading-text);
    font-weight: 500;
    font-size: 16px;

}

#powerTip p:first-child {
    margin-bottom: 0px;
}

#powerTip a {
    font-size: 13px;
    padding-right: 20px;
    color: var(--primary-color);
    background: url(./assets/images/more-arrow.svg) no-repeat center right;
}

.hotspot-tabs-main {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.hotspot-tabs-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 64px 0 32px 0;
}

.hotspot-tabs-nav button {
    border: none;
    background: transparent;
    height: 48px;
    position: relative;
    padding: 0 16px;
    color: var(--body-text);
    font-size: 20px;
    border-radius: 12px;
    font-family: var(--work-font);
    cursor: pointer;
}

.hotspot-tabs-nav button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 2px;
    background: var(--neutral-bg);
    border-radius: 2px;
    display: none;
}

.hotspot-tabs-nav button:hover {
    color: #60646c;
    background: var(--tonal-a-bg);
}

.hotspot-tabs-nav button.active:before {
    display: block;
}

.hotspot-tabs-nav button.active {
    color: var(--heading-text);
    pointer-events: none;
    font-weight: 500;
}

.hotspot-image-box {
    display: flex;
    justify-content: center;
    width: 100%;
}

.hotspot-image-box img {
    border-radius: 20px;
}

.slider-bottom-cont:has(.swiper-pagination-lock),
.slider-bottom-cont:has(.swiper-button-lock) {
    display: none;
}

.text-img-slider-click {
    display: none;
}

.gallery-slider-over-text {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: fit-content;
    background: #00000057;
    max-width: 350px;
    padding: 15px;
    border-radius: 20px 0 0 20px;
}

.gallery-slider-over-text b,
.gallery-slider-over-text p {
    color: #fff;
}

.team-bio-popup-content {
    width: 100%;
    padding: 24px 0;
}

.team-bio-popup-content .scrollbar-inner {
    max-height: calc(100dvh - 280px) !important;
}

.team-bio-popup-content .scroll-wrapper.scrollbar-inner {
    padding: 0 32px !important;
}

.team-bio-popup-header .team-bio-title {
    padding-left: 32px;
}

.contact-top-left .bradcrumb {
    justify-content: flex-start;
}

.contact-top-left .bradcrumb i,
.contact-top-left .bradcrumb span {
    color: #fff;
}

.contact-top-left .bradcrumb i.ph-caret-right {
    color: #FFFFFF3D;
}

.gallery-slider-half-tag {
    width: 100%;
    position: relative;
}

.text-icon-row-info h4 {
    margin: 0;
}

.text-icon-row-info p {
    margin: 0 !important;
}

.hotspot-tabs-content {
    padding: 0 64px;
}

.hotspot-popup-image-wrap {
    float: left !important;
    width: 96px !important;
    margin-right: 12px !important;
}

.hotspot-popup-image-wrap img {
    width: 96px !important;
    height: 96px !important;
    object-fit: cover !important;
    border-radius: 9px !important;
    margin-bottom: 0 !important;
}

.dark-theme h3.team-bio-popup-name {
    color: var(--heading-text);
}

.dark-theme .team-bio-popup-content p {
    color: var(--body-text);
}

.our-team-section-description .btn {
    margin-top: auto;
}

.text-with-accordion .container-box {
    display: flex;
    gap: 96px;
}

.text-with-accordion-col {
    width: 480px;
    flex-shrink: 0;
}

.gallery-slider {
    overflow: hidden;
}

#powerTip.ne:before,
#powerTip.nw:before {
    display: none !important;
}

.blog-listing-top .bradcrumb {
    margin-bottom: 48px;
}

.join-team-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

/* Inclusions */
@media (max-width: 767px) {
    .mobile-load-item.hidden-mobile-item {
        display: none;
    }

    .accordion-section-main .load-more-wrap {
        display: flex;
    }
}



@media (min-width: 768px) {
    .accordion-section-main .load-more-wrap {
        display: none !important;
    }

    .blog-listing-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Virtual Tour Section Styles */
.virtual-tour-iframe {
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    overflow: hidden;
}

.virtual-tour-iframe iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    display: block;
}

@media (max-width: 767px) {
    .virtual-tour-iframe {
        margin-top: 32px;
        aspect-ratio: 4 / 3;
        border-radius: 16px;
    }
}

.gm-style {
    font-family: var(--work-font) !important;
}

.single-blog-content-section.text-content-section tr td {
    vertical-align: top;
    padding: 5px;
}

.projects-header h1 {
    font-size: 56px;
}

.m-enquire-btn {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    gap: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 48px;
    position: relative;
    border: 4px solid var(--tonal-a-bg);
    background: var(--bradnd-color);
    text-transform: uppercase;
    padding: 0 16px;
}

.popup-box-main h1,
.popup-box-main h2,
.popup-box-main h3,
.popup-box-main h4,
.popup-box-main h5,
.popup-box-main h6,
.popup-box-main .property-description-main a,
.popup-box-main .text-mode-col b,
.popup-box-main.text-mode-col strong {
    color: var(--heading-text);
}

.popup-box-main p {
    color: var(--body-text);
}

/*Hubspot issue */
#hubspot-form form,
#get-in-touch-form form,
#hubspot-form-projects form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px 12px;
}

#hubspot-form .hs-form-field,
#get-in-touch-form .hs-form-field,
#hubspot-form-projects .hs-form-field {
    width: 100%;
    display: flex;
    gap: 8px;
    flex-direction: column
}

#hubspot-form .hs-form-field.hs-firstname,
#hubspot-form .hs-form-field.hs-lastname,
#get-in-touch-form .hs-form-field.hs-firstname,
#get-in-touch-form .hs-form-field.hs-lastname,
#hubspot-form-projects .hs-form-field.hs-firstname,
#hubspot-form-projects .hs-form-field.hs-lastname {
    width: calc(50% - 6px);
}

#hubspot-form .hs-form-field label span,
#get-in-touch-form .hs-form-field label span,
#hubspot-form-projects .hs-form-field label span {
    font-size: 12px;
    text-transform: uppercase;
    color: #4A4C54;
    font-weight: 500;
}

#hubspot-form .hs-form-field .hs-input,
#get-in-touch-form .hs-form-field .hs-input,
#hubspot-form-projects .hs-form-field .hs-input {
    width: 100%;
    height: 48px;
    border: 1px solid #0009321F;
    border-radius: 30px;
    font-size: 14px;
    color: #4A4C54;
    padding: 15px 16px;
    background: #fff;
}

#get-in-touch-form .hs-form-field textarea.hs-input {
    min-height: 50px;
}

#get-in-touch-form .hs_submit.hs-submit {
    margin-top: 123px;
}

#get-in-touch-form .hs_submit.hs-submit,
#get-in-touch-form .hs_submit.hs-submit .hs-button {
    width: 100%;
}

#hubspot-form .hs-form-field select.hs-input,
#get-in-touch-form .hs-form-field select.hs-input,
#hubspot-form-projects .hs-form-field select.hs-input {
    background: url("./assets/images/select-drop-arrow.svg") no-repeat center right 10px #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.hs-field-desc {
    color: #8B8D98;
    font-size: 12px;
    order: 2;
}

#hubspot-form .hs-submit .hs-button,
#get-in-touch-form .hs-submit .hs-button,
#hubspot-form-projects .hs-submit .hs-button {
    border: 1px solid var(--border-color);
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    min-height: 48px;
    padding: 4px 20px;
    gap: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    justify-content: center;
    cursor: pointer;
    border-radius: 24px;
    color: var(--primary-color);
    width: fit-content;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: var(--dark-btn-color);
    border-color: var(--dark-btn-color);
    color: #fbfbf8;
}

#hubspot-form .hs-submit .hs-button:hover,
#hubspot-form .hs-submit .hs-button:active,
#get-in-touch-form .hs-submit .hs-button:hover,
#get-in-touch-form .hs-submit .hs-button:active,
#hubspot-form-projects .hs-submit .hs-button:hover,
#hubspot-form-projects .hs-submit .hs-button:active {
    background: #60646c;
    border-color: #60646c;
    color: #fffffff5;
}

.policy-content em,
.policy-content i {
    font-family: var(--work-font);
}

.policy-content td ul,
.policy-cont td ol {
    margin: 0px;
}

.policy-cont td ul,
.policy-cont td li {
    color: var(--body-text);
    line-height: 1.35;
    margin: 0;
    font-size: 16px;
}

.policy-cont h2,
.policy-cont h3,
.policy-cont h4,
.policy-cont h5 {
    margin-bottom: 5px;
    margin-top: 0;
}

.policy-cont p+table {
    margin-top: 10px;
}

.policy-cont table {
    margin-bottom: 10px;
}

.policy-cont h3 {
    margin-top: 15px;
}

.policy-cont h4 {
    margin-top: 10px;
}

#newsletter-form .hs-email>label {
    display: none !important;
}

#newsletter-form .hs-input {
    height: 48px;
    border: 1px solid #FFFFFF3D;
    background: transparent;
    width: 100%;
    border-radius: 30px;
    padding: 15px 16px;
    color: #fff;
    font-size: 14px;
}

#newsletter-form form {
    position: relative;
}

#newsletter-form .hs-submit .hs-button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    background: url(assets/images/email-arrow.svg) no-repeat center #fff;
}

.hs_error_rollup ul,
.hs-error-msgs ul,
ul.hs_error_rollup li,
ul.hs-error-msgs li {
    list-style: none;
    font-size: 14px;
    color: red;
    margin-top: 5px;
}

.hs_error_rollup {
    width: 100%;
}

.display-consultants {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.policy-cont-header {
    text-align: center;
}



#hubspot-form .hs_i_accept_the_terms__conditions.hs-form-field .hs-input,
#get-in-touch-form .hs_i_accept_the_terms__conditions.hs-form-field .hs-input,
#hubspot-form-projects .hs_i_accept_the_terms__conditions.hs-form-field .hs-input {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

#hubspot-form .hs_i_accept_the_terms__conditions .hs-form-booleancheckbox,
#get-in-touch-form .hs_i_accept_the_terms__conditions .hs-form-booleancheckbox,
#hubspot-form-projects .hs_i_accept_the_terms__conditions .hs-form-booleancheckbox {
    list-style: none;
}

#hubspot-form .hs_i_accept_the_terms__conditions.hs-form-field label span,
#get-in-touch-form .hs_i_accept_the_terms__conditions.hs-form-field label span,
#hubspot-form-projects .hs_i_accept_the_terms__conditions.hs-form-field label span {
    padding-left: 28px;
    position: relative;
    line-height: 18px;
    display: inline-block;
}

#hubspot-form .hs_i_accept_the_terms__conditions.hs-form-field label span .hs-form-required,
#get-in-touch-form .hs_i_accept_the_terms__conditions.hs-form-field label span .hs-form-required,
#hubspot-form-projects .hs_i_accept_the_terms__conditions.hs-form-field label span .hs-form-required {
    display: none;
}

.hs_i_accept_the_terms__conditions .hs-input[type="checkbox"]~span:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #0009321F;
    position: absolute;
    left: 0;
    top: 0;
}

.hs_i_accept_the_terms__conditions .hs-input[type="checkbox"]:checked~span::before {
    position: absolute;
    left: 5px;
    top: 0;
    content: '\2713';
    display: inline-block;
    color: var(--bradnd-color);
    padding: 0;
    z-index: 1;
    font-weight: 700;
}

#hubspot-form .hs_i_accept_the_terms__conditions.hs-form-field label span a,
#get-in-touch-form .hs_i_accept_the_terms__conditions.hs-form-field label span a,
#hubspot-form-projects .hs_i_accept_the_terms__conditions.hs-form-field label span a {
    color: #0C75DE;
    font-weight: 500;
}

.hs_i_accept_the_terms__conditions .hs-field-desc {
    padding-left: 28px;
}

#contact-page-form form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px 12px;
}

#contact-page-form .hs-form-field {
    width: 100%;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

#contact-page-form .hs-form-field.hs-firstname,
#contact-page-form .hs-form-field.hs-lastname {
    width: calc(50% - 6px);
}

#contact-page-form .hs-form-field label span {
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFFE5;
    font-weight: 500;
}

#contact-page-form .hs-form-field .hs-input {
    width: 100%;
    height: 48px;
    border: 1px solid #4B4E51;
    border-radius: 10px;
    font-size: 14px;
    color: #FFFFFFE5;
    padding: 15px 16px;
    background: transparent;
}

#contact-page-form .hs-form-field select.hs-input {
    background: url(./assets/images/select-drop-arrow-w.svg) no-repeat center right 10px transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#contact-page-form .hs-form-field select option {
    color: #000;
}

#contact-page-form .hs-form-field textarea.hs-input {
    height: 160px;
    letter-spacing: 0;
    font-family: var(--work-font);
}

#contact-page-form .hs-submit .hs-button {
    border: 1px solid var(--border-color);
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    min-height: 48px;
    padding: 4px 20px;
    gap: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    justify-content: center;
    cursor: pointer;
    border-radius: 12px;
    width: fit-content;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #FFFFFF;
    border: none;
    color: #292C32;
}

.header-text-left .bradcrumb {
    justify-content: flex-start;
}

.header-text-left .projects-header {
    margin: 0;
    text-align: left;
}

.header-text-left .projects-header-text {
    align-items: flex-start;
}

.designs-slider .property-box .property-info-row {
    margin-top: 0;
}

.designs-slider .property-box .property-size-main {
    margin-top: auto;
}

a {
    color: var(--bradnd-color);
}

.scrollbar-inner>.scroll-element.scroll-x {
    display: none !important;
}

.work-with-us-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}