:root {
    --primary-bg-color: #F6EEE8;
    --font-body: "Inter", Arial, Helvetica, sans-serif;
    --font-heading: "Stack Sans Headline", Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("/assets/font/static/StackSansHeadline-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("/assets/font/static/StackSansHeadline-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("/assets/font/static/StackSansHeadline-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("/assets/font/static/StackSansHeadline-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("/assets/font/static/StackSansHeadline-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("/assets/font/static/StackSansHeadline-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    font-family: var(--font-body);
    color: rgb(16, 33, 59);
}

h1,
h2,
h3,
h4,
h5,
h6,
.accordion-header,
.section-label,
.solution-label {
    font-family: var(--font-heading);
}

img {
    max-width: 100%;
    display: block;
}

.main-container {
    width: min(1760px, 90% - 120px);
    margin: 0px auto;
}

.domi-hero {
    min-height: 100vh;
    padding: 133px 0px 25px;
    position: relative;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgba(7, 22, 40, 0.25), rgb(7 22 40 / 60%)), url(/assets/home-page/top-hero.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.domi-header {
    width: min(1760px, 100% - 120px);
    height: 85px;
    padding: 0px 12px 0px 28px;
    border-radius: 8px;
    background: rgb(245, 238, 232);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    box-shadow: rgba(5, 25, 54, 0.14) 0px 16px 40px;
}

.domi-logo img {
    width: 95px;
    height: auto;
}

.domi-nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.domi-nav a {
    color: rgb(16, 33, 59);
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.domi-nav a:first-child {
    color: rgb(168, 168, 168);
}

.domi-nav span {
    font-size: 13px;
}

.domi-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.domi-actions a {
    color: rgb(16, 33, 59);
    font-size: 22px;
    text-decoration: none;
}

.domi-btn {
    padding: 17px 27px;
    border-radius: 40px;
    background: rgb(217, 148, 126);
    font-weight: 700;
    color: rgb(255, 255, 255) !important;
    font-size: 16px !important;
}

.domi-menu {
    display: none;
    border: 0px;
    background: transparent;
    color: rgb(16, 33, 59);
    font-size: 30px;
    cursor: pointer;
}

.domi-hero-content {
    position: relative;
    min-height: calc(-96px + 100vh);
}

.domi-hero-left {
    position: absolute;
    left: 0px;
    top: 18%;
}

.domi-hero-left p {
    margin: 0px 0px 34px;
    color: rgb(217, 148, 126);
    font-size: 20px;
    font-weight: 600;
}

.domi-hero-left h1,
.domi-hero-right h2 {
    margin: 0px;
    font-size: clamp(72px, 6.1vw, 136px);
    line-height: 0.99;
    font-weight: 500;
}

.domi-scroll {
    position: absolute;
    left: 0px;
    bottom: 10%;
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
}

.domi-scroll svg {
    width: 31px;
    height: 40px;
    fill: rgb(217, 148, 126);
}

.domi-hero-right {
    position: absolute;
    right: 0px;
    bottom: 10%;
}

.domi-city-row {
    display: flex;
    align-items: flex-start;
    gap: 44px;
}

.domi-city-row p {
    max-width: 275px;
    margin: 28px 0px 0px;
    font-size: 20px;
    line-height: 1.35;
    text-align: end;
}

.page-hero {
    background: rgb(5, 25, 54);
    color: rgb(255, 255, 255);
    padding: 133px 0px 120px;
    overflow: hidden;
}

.page-hero-inner {
    min-height: 280px;
    align-items: center;
    padding-top: 130px;
    text-align: center;
}

.page-hero-copy p {
    margin: 0px 0px 24px;
    color: rgb(217, 148, 126);
    font-size: 20px;
    font-weight: 600;
}

.page-hero-copy h1 {
    margin: 0px;
    font-size: clamp(78px, 6vw, 160px);
    line-height: 0.9;
    font-weight: 400;
}

.approach-section {
    background: rgb(249, 240, 232);
    padding: 130px 0px;
    color: rgb(16, 33, 59);
}

.approach-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 145px;
    align-items: start;
}

.section-label {
    display: block;
    margin-bottom: 26px;
    color: rgb(217, 148, 126);
    font-size: 20px;
    font-weight: 600;
}

.approach-left h2 {
    max-width: 760px;
    margin: 0px 0px 38px;
    line-height: 0.92;
    font-weight: 500;
    font-size: 57px;
}

.approach-text {
    max-width: 720px;
    margin-bottom: 110px;
    display: grid;
    gap: 16px;
}

.approach-text p,
.approach-side-text {
    margin: 0px;
    color: rgb(165, 160, 156);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--font-body);
}

.approach-img {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.approach-img img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

.approach-img-left {
    max-width: 760px;
}

.approach-img-right {
    width: 100%;
    height: 780px;
}

.approach-wrap {
    display: flex;
    align-items: stretch;
}

.approach-right {
    display: flex;
    flex-direction: column;
}

.approach-side-text {
    margin-top: auto;
}

.approach-side-text {
    max-width: 690px;
}

.services-section {
    padding: 30px 0px 80px;
    background: var(--primary-bg-color);
}

.services-left h2 {
    font-size: clamp(48px, 5.5vw, 100px);
    line-height: 0.95;
    margin: 20px 0px 0px;
}

.accordion-item {
    border-top: 1px solid rgb(229, 229, 229);
}

.accordion-header {
    width: 100%;
    padding: 28px 0px;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 46px;
    font-weight: 600;
    cursor: pointer;
    color: rgb(16, 33, 59);
}

.accordion-header .icon {
    font-size: 44px;
    color: rgb(217, 148, 126);
    transition: transform 0.3s;
}

.accordion-item.active .icon {
    transform: rotate(90deg);
}

.accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s;
    color: rgb(57, 71, 95);
}

.accordion-content p {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.6;
}

.accordion-content ul {
    padding-left: 18px;
}

.accordion-content li {
    margin-bottom: 6px;
    font-size: 16px;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
    padding-bottom: 20px;
}

.skyline-divider-section {
    padding-top: 150px;
    position: relative;
    background: rgb(246, 238, 232);
    overflow: hidden;
}

.skyline-shape {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.skyline-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

.featured-section {
    border-top: 0.1px solid rgb(165, 160, 156);
    background-color: rgb(5, 25, 54);
    background-image: url("/assets/home-page/decor-modern-03-copyright.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 350px;
    color: rgb(255, 255, 255);
    padding: 120px 0px 60px;
    position: relative;
    overflow: hidden;
}

.featured-header {
    margin-bottom: 80px;
}

.featured-header .section-label {
    text-align: center;
}

.featured-header h2 {
    margin-top: 20px;
    font-size: 57px;
    line-height: 0.95;
    font-weight: 400;
    text-align: center;
}

.featured-header .highlight {
    color: rgb(211, 149, 131);
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.property-card {
    display: flex;
    flex-direction: column;
}

.property-img {
    display: block;
    overflow: hidden;
    border-radius: 7px 7px 0px 0px;
}

.property-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.property-card:hover img {
    transform: scale(1.05);
}

.property-content {
    background-color: rgb(11, 32, 64);
    padding: 25px 20px;
}

.property-content h5 {
    font-size: 22px;
    margin: 0px;
}

.property-content h5 a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.property-location {
    margin: 8px 0px 18px;
    color: rgb(185, 195, 208);
    font-size: 16px;
}

.property-meta {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: rgb(185, 195, 208);
    margin-bottom: 10px;
    border-bottom: 0.1px solid rgba(241, 241, 241, 0.1);
    padding-bottom: 8px;
}

.featured-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 78px;
}

.featured-btn {
    min-width: 194px;
    height: 70px;
    padding: 0px 42px;
    border-radius: 999px;
    background: rgb(93, 179, 204);
    color: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s, background 0.3s;
}

.featured-btn:hover {
    background: rgb(217, 148, 126);
    transform: translateY(-2px);
}

.map-wrap,
.map-wrapper {
    position: relative;
    width: 100%;
}

.map-wrap img,
.map-img {
    width: 100%;
    display: block;
}

.map-pin {
    --pin-height: 38px;
    --pin-icon-width: 38px;
    --pin-icon-height: 34px;
    --pin-icon-size: 18px;
    --pin-icon-dot: 6px;
    --pin-label-padding: 14px;
    --pin-font-size: 16px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    height: var(--pin-height);
    background: rgb(248, 243, 234);
    border: 2px solid rgb(20, 40, 69);
    color: rgb(20, 40, 69);
    box-sizing: border-box;
    z-index: 5;
    transform: translate(-50%, -50%);
    transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}

.pin-1 {
    top: 39%;
    left: 37%;
}

.pin-2 {
    top: 40%;
    left: 48%;
}

.pin-3 {
    top: 52%;
    left: 35%;
}

.pin-4 {
    top: 45%;
    left: 70%;
}

.pin-5 {
    top: 60%;
    left: 55%;
}

.pin-6 {
    top: 30%;
    left: 65%;
}

.pin-7 {
    top: 70%;
    left: 40%;
}

.pin-8 {
    top: 81%;
    left: 63%;
}

.map-pin span {
    width: var(--pin-icon-width);
    height: var(--pin-icon-height);
    display: grid;
    place-items: center;
    background: transparent;
    border-radius: 0px;
    border-right: 2px solid rgb(20, 40, 69);
    margin: 0px;
    position: relative;
    flex: 0 0 var(--pin-icon-width);
    transition: border-color 0.25s;
}

.map-pin span::before {
    content: "";
    width: var(--pin-icon-size);
    height: var(--pin-icon-size);
    border: 2px solid;
    border-radius: 50% 50% 50% 0px;
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.map-pin span::after {
    content: "";
    position: absolute;
    width: var(--pin-icon-dot);
    height: var(--pin-icon-dot);
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
}

.map-pin p {
    margin: 0px;
    padding: 0 var(--pin-label-padding);
    color: currentcolor;
    font-size: var(--pin-font-size);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.map-pin:hover {
    background: rgb(6, 31, 61);
    border-color: rgb(6, 31, 61);
    color: rgb(248, 243, 234);
}

.map-pin.pin-1 {
    background: rgb(6, 31, 61);
    border-color: rgb(6, 31, 61);
    color: rgb(248, 243, 234);
}

.map-pin:hover span,
.map-pin.pin-1 span {
    border-right-color: rgba(248, 243, 234, 0.35);
}

.stats-section {
    position: relative;
    background: rgb(5, 25, 54);
    padding: 110px 0px;
    overflow: hidden;
    color: rgb(16, 33, 59);
}

.stats-decor {
    position: absolute;
    right: -90px;
    bottom: 0px;
    width: 330px;
    transform: scaleX(-1);
    pointer-events: none;
}

.stats-header {
    display: grid;
    grid-template-columns: 0.9fr 1.5fr;
    gap: 200px;
    align-items: start;
    margin-bottom: 80px;
}

.stats-header h2 {
    margin: 0px;
    font-size: clamp(54px, 6vw, 110px);
    line-height: 0.95;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.stats-content {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 70px;
    align-items: stretch;
}

.stats-shape {
    min-height: 310px;
    border-radius: 8px;
    background: rgb(217, 148, 126);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    border-top: 1px solid rgba(16, 33, 59, 0.18);
    border-bottom: 1px solid rgba(16, 33, 59, 0.18);
    text-align: left;
}

.stats-item {
    padding: 46px 34px;
    border-right: 1px solid rgba(16, 33, 59, 0.18);
}

.stats-item:last-child {
    border-right: 0px;
}

.stats-item h3 {
    margin: 0px 0px 18px;
    font-size: clamp(56px, 5vw, 96px);
    line-height: 0.9;
    letter-spacing: -4px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.stats-item h3 span {
    color: rgb(255, 255, 255);
}

.stats-item p {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    text-align: left;
}

.gallery-slider-section {
    background: rgb(246, 238, 232);
    padding: 40px 0px;
    overflow: hidden;
}

.gallery-slider {
    position: relative;
    width: 100%;
}

.gallery-track {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
}

.gallery-track::-webkit-scrollbar {
    display: none;
}

.gallery-slide {
    flex: 0 0 calc(50% - 7.5px);
    scroll-snap-align: center;
    overflow: hidden;
}

.gallery-slide img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 74px;
    height: 74px;
    border: 0px;
    border-radius: 50%;
    background: rgb(246, 238, 232);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
}

.gallery-arrow svg {
    width: 41px;
    height: 19px;
    fill: rgb(16, 33, 59);
}

.gallery-prev {
    left: 24px;
}

.gallery-next {
    right: 24px;
}

.gallery-arrow:hover {
    background: rgb(217, 148, 126);
}

.gallery-arrow:hover svg {
    fill: rgb(255, 255, 255);
}

.estate-section {
    position: relative;
    background: rgb(246, 238, 232);
    padding: 140px 0px;
    overflow: hidden;
    color: rgb(16, 33, 59);
}

.estate-decor {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.estate-decor-left {
    left: 0px;
    top: 90px;
    width: 180px;
}

.estate-decor-right {
    right: 0px;
    bottom: 0px;
    width: 180px;
}

.estate-section .main-container {
    position: relative;
    z-index: 1;
}

.estate-header {
    max-width: 950px;
    margin: 0px auto 78px;
    text-align: center;
}

.estate-header h2 {
    margin: 20px 0px 0px;
    font-size: clamp(52px, 4.5vw, 110px);
    line-height: 0.95;
    font-weight: 500;
}

.estate-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.estate-card {
    min-width: 0px;
}

.estate-img {
    display: block;
    overflow: hidden;
    border-radius: 7px;
}

.estate-img img {
    width: 100%;
    aspect-ratio: 779 / 988;
    object-fit: cover;
    transition: transform 0.5s;
}

.estate-card:hover .estate-img img {
    transform: scale(1.05);
}

.estate-content {
    padding-top: 28px;
}

.estate-content h3 {
    margin: 0px 0px 12px;
    font-size: clamp(28px, 2.3vw, 42px);
    line-height: 1;
    font-weight: 500;
}

.estate-content h3 a {
    color: rgb(16, 33, 59);
    text-decoration: none;
}

.estate-content h5 {
    margin: 0px 0px 24px;
    color: rgb(217, 148, 126);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}

.estate-meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(16, 33, 59, 0.16);
    color: rgb(57, 71, 95);
    font-size: 17px;
    font-weight: 500;
}

.marquee-section {
    background: rgb(255, 255, 255);
    padding: 0px 0px 80px;
}

.sticky-feature-section {
    position: relative;
    min-height: 260vh;
    background: rgb(246, 238, 232);
    color: rgb(16, 33, 59);
    overflow: clip;
}

.sticky-heading {
    position: sticky;
    top: 0px;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.marquee-line {
    display: flex;
    gap: 90px;
    white-space: nowrap;
    animation: 26s linear 0s infinite normal none running stickyTextMove;
}

.marquee-line span {
    font-size: clamp(110px, 18vw, 330px);
    line-height: 0.8;
    font-weight: 700;
    color: rgb(217, 148, 126);
}

.sticky-card-stack {
    position: relative;
    z-index: 3;
    margin-top: -100vh;
    padding: 120vh 0px 80vh;
}

.sticky-card {
    width: min(470px, 100%);
    min-height: 390px;
    padding: 60px 52px;
    margin-bottom: 130px;
    background: rgb(244, 233, 224);
    backdrop-filter: blur(6px);
    border-radius: 6px;
}

.card-right {
    margin-left: auto;
}

.card-left {
    margin-right: auto;
}

.sticky-icon {
    color: rgb(217, 148, 126);
    font-size: 54px;
    margin-bottom: 46px;
}

.sticky-card h3 {
    margin: 0px 0px 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(16, 33, 59, 0.16);
    font-size: 28px;
    font-weight: 500;
}

.sticky-card p {
    margin: 0px;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 500;
}

@keyframes stickyTextMove {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-40%);
    }
}

.solution-section {
    background: rgb(5, 25, 54);
    overflow: hidden;
}

.solution-grid {
    display: grid;
    grid-template-columns: 52.4% 47.6%;
    min-height: 800px;
}

.solution-content {
    position: relative;
    background: rgb(5, 25, 54);
    color: rgb(255, 255, 255);
    padding: 96px 4vw 70px;
    overflow: hidden;
}

.solution-text {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.solution-label {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 38px;
}

.solution-text h2 {
    margin: 0px;
    max-width: 760px;
    font-size: 57px;
    line-height: 0.98;
    font-weight: 500;
}

.solution-bottom {
    margin-top: auto;
    max-width: 760px;
}

.solution-bottom p {
    margin: 0px 0px 42px;
    max-width: 730px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.55;
}

.solution-btn {
    min-width: 180px;
    height: 70px;
    padding: 0px 38px;
    border-radius: 999px;
    background: rgb(93, 183, 209);
    color: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
}

.solution-btn:hover {
    background: rgb(217, 148, 126);
}

.solution-decor {
    position: absolute;
    right: 0px;
    bottom: 1px;
    width: 320px;
    opacity: 0.34;
    pointer-events: none;
    transform: scaleX(-1);
}

.solution-image {
    min-height: 800px;
}

.solution-image img {
    width: 100%;
    height: 100%;
    object-position: center center;
}

.site-footer {
    position: relative;
    background: var(--primary-bg-color);
    color: rgb(5, 25, 54);
    padding: 90px 0px 32px;
    overflow: hidden;
    border-top: 1px solid rgba(5, 25, 54, 0.12);
}

.site-footer::before {
    content: "";
    position: absolute;
    left: -170px;
    bottom: -160px;
    width: 540px;
    height: 540px;
    background: url("/assets/home-page/decor-modern-03-copyright.svg") center center / contain no-repeat;
    opacity: 0.12;
    pointer-events: none;
}

.footer-main {
    position: relative;
    z-index: 1;
    padding: 0px 0px 64px;
    display: grid;
    grid-template-columns: 1.5fr 0.8fr 0.8fr 1fr;
    gap: 60px;
    border-bottom: 1px solid rgba(5, 25, 54, 0.14);
}

.footer-about img {
    width: 130px;
    margin-bottom: 26px;
}

.footer-about p,
.footer-col p {
    margin: 0px 0px 12px;
    color: rgb(57, 71, 95);
    font-size: 17px;
    line-height: 1.6;
}

.footer-about p {
    max-width: 430px;
}

.footer-col h5 {
    margin: 0px 0px 24px;
    color: rgb(217, 148, 126);
    font-size: 18px;
    font-weight: 700;
}

.footer-col a {
    display: block;
    margin-bottom: 14px;
    color: rgb(5, 25, 54);
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s;
}

.footer-col a:hover {
    color: rgb(217, 148, 126);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    padding-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    margin: 0px;
    color: rgb(57, 71, 95);
    font-size: 15px;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgb(5, 25, 54);
    color: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s;
}

.footer-socials a:hover {
    background: rgb(217, 148, 126);
    transform: translateY(-2px);
}

.about-page .numbers-section {
    background: rgb(245, 238, 232);
    padding: 120px 0px 105px;
}

.about-page .numbers-wrap {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.about-page .numbers-top {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    gap: 80px;
    align-items: start;
}

.about-page .numbers-intro h3 {
    font-size: 57px;
    line-height: 1.1;
    font-weight: 400;
    color: rgb(0, 27, 63);
    margin: 0px 0px 28px;
}

.about-page .numbers-intro p {
    max-width: 520px;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 400;
    color: rgb(157, 154, 154);
    margin: 0px;
}

.about-page .numbers-featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
}

.about-page .numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
}

.about-page .number-item h2 {
    font-size: 95px;
    line-height: 0.9;
    font-weight: 400;
    color: rgb(0, 27, 63);
    margin: 0px 0px 18px;
}

.about-page .number-item p {
    font-size: 25px;
    line-height: 1.15;
    font-weight: 400;
    color: rgb(0, 27, 63);
    margin: 0px;
}

.about-page .gallery-accordion-section {
    background: rgb(245, 238, 232);
    padding: 36px 0px 70px;
}

.about-page .gallery-accordion-wrap {
    display: flex;
    gap: 24px;
    width: 100%;
}

.about-page .gallery-accordion-item {
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    transition: flex 0.45s;
}

.about-page .gallery-accordion-item {
    flex: 1 1 0px;
}

.about-page .gallery-accordion-wrap:hover .gallery-accordion-item {
    flex: 1 1 0px;
}

.about-page .gallery-accordion-wrap .gallery-accordion-item:hover {
    flex: 4 1 0px;
}

.about-page .gallery-accordion-item.active {
    flex: 4 1 0px;
}

.about-page .gallery-accordion-img {
    width: 100%;
    height: 550px;
    border-radius: 7px;
    overflow: hidden;
}

.about-page .gallery-accordion-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s;
}

.about-page .gallery-accordion-item:hover .gallery-accordion-img img {
    transform: scale(1.04);
}

.about-page .gallery-accordion-content {
    padding-top: 30px;
}

.about-page .gallery-accordion-content h6 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: rgb(0, 27, 63);
    margin: 0px 0px 8px;
}

.about-page .gallery-accordion-content p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: rgb(160, 154, 150);
    margin: 0px;
}

.about-page .services-section {
    background: rgb(245, 238, 232);
    padding: 35px 0px 100px;
}

.about-page .services-heading {
    margin-bottom: 70px;
}

.about-page .services-heading .section-label {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    color: rgb(0, 27, 63);
    margin-bottom: 30px;
}

.about-page .services-heading h2 {
    max-width: 760px;
    font-size: 57px;
    line-height: 1.08;
    font-weight: 400;
    color: rgb(0, 27, 63);
    margin: 0px;
}

.about-page .services-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-page .service-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    min-height: 100px;
    border: 1px solid rgb(223, 206, 192);
    border-radius: 7px;
    padding: 25px 30px;
}

.about-page .service-item h3 {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -1px;
    color: rgb(0, 27, 63);
    margin: 0px;
}

.about-page .service-item p {
    max-width: 680px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(157, 154, 154);
    margin: 0px;
}

.about-page .blog-section {
    background: rgb(245, 238, 232);
    padding: 55px 0px 95px;
}

.about-page .blog-heading {
    text-align: center;
    margin-bottom: 58px;
}

.about-page .blog-heading .section-label {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    color: rgb(0, 27, 63);
    margin-bottom: 28px;
}

.about-page .blog-heading h2 {
    font-size: 57px;
    line-height: 1.05;
    font-weight: 400;
    color: rgb(0, 27, 63);
    margin: 0px;
}

.about-page .blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.about-page .blog-card {
    min-width: 0px;
}

.about-page .blog-img {
    display: block;
    height: 285px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
}

.about-page .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s;
}

.about-page .blog-card:hover .blog-img img {
    transform: scale(1.04);
}

.about-page .blog-category {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(0, 27, 63);
    margin-bottom: 13px;
}

.about-page .blog-content h3 {
    font-size: 27px;
    line-height: 1.08;
    font-weight: 400;
    color: rgb(0, 27, 63);
    margin: 0px 0px 12px;
}

.about-page .blog-content h3 a {
    color: inherit;
    text-decoration: none;
}

.about-page .blog-content p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: rgb(176, 169, 164);
    margin: 0px;
}

.about-page .blog-content p span {
    margin: 0px 5px;
}

.properties-page .properties-featured-section {
    border-top: 0px;
    background-color: rgb(249, 240, 232);
    background-image: none;
    color: rgb(16, 33, 59);
    padding: 80px 0px 100px;
}

.properties-page .properties-featured-section .featured-header {
    margin-bottom: 70px;
}

.properties-page .properties-featured-section .featured-header .section-label {
    color: rgb(0, 27, 63);
}

.properties-page .properties-featured-section .featured-header h2 {
    color: rgb(0, 27, 63);
}

.properties-page .properties-featured-section .featured-header .highlight {
    color: rgb(0, 27, 63);
}

.properties-page .properties-featured-section .featured-grid {
    gap: 34px;
}

.properties-page .properties-featured-section .property-card {
    overflow: hidden;
    border: 1px solid rgb(223, 206, 192);
    border-radius: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(5, 25, 54, 0.06) 0px 16px 40px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.properties-page .properties-featured-section .property-card:hover {
    transform: translateY(-6px);
    box-shadow: rgba(5, 25, 54, 0.12) 0px 24px 50px;
}

.properties-page .properties-featured-section .property-img {
    border-radius: 0px;
}

.properties-page .properties-featured-section .property-content {
    background-color: rgb(244, 233, 224);
    padding: 28px 26px 24px;
}

.properties-page .properties-featured-section .property-content h5 a,
.properties-page .properties-featured-section .property-location,
.properties-page .properties-featured-section .property-meta {
    color: rgb(0, 27, 63);
}

.properties-page .properties-featured-section .property-meta {
    border-bottom-color: rgba(0, 27, 63, 0.12);
}

.properties-page .properties-featured-section .featured-btn {
    background: rgb(0, 27, 63);
}

.properties-page .properties-featured-section .featured-btn:hover {
    background: rgb(217, 148, 126);
}

.properties-page .faq-section {
    background: rgb(245, 238, 232);
    padding: 155px 0px 130px;
}

.properties-page .faq-wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 120px;
    align-items: start;
}

.properties-page .faq-left .section-label {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    color: rgb(0, 27, 63);
    margin-bottom: 30px;
}

.properties-page .faq-left h2 {
    font-size: 57px;
    line-height: 1.08;
    font-weight: 400;
    color: rgb(0, 27, 63);
    margin: 0px 0px 30px;
}

.properties-page .faq-left p {
    max-width: 610px;
    font-size: 18px;
    line-height: 1.55;
    color: rgb(157, 154, 154);
    margin: 0px;
}

.properties-page .faq-item {
    border-bottom: 1px solid rgb(223, 206, 192);
}

.properties-page .faq-item input {
    display: none;
}

.properties-page .faq-item label {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    cursor: pointer;
    padding: 28px 0px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 400;
    color: rgb(0, 27, 63);
}

.properties-page .faq-item label i {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 7px;
}

.properties-page .faq-item label i::before,
.properties-page .faq-item label i::after {
    content: "";
    position: absolute;
    background: rgb(0, 27, 63);
}

.properties-page .faq-item label i::before {
    width: 16px;
    height: 2px;
    top: 7px;
    left: 0px;
}

.properties-page .faq-item label i::after {
    width: 2px;
    height: 16px;
    top: 0px;
    left: 7px;
    transition: opacity 0.25s;
}

.properties-page .faq-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.35s;
}

.properties-page .faq-content p {
    max-width: 700px;
    font-size: 18px;
    line-height: 1.55;
    color: rgb(157, 154, 154);
    margin: 0px;
    padding: 0px 45px 35px 0px;
}

.properties-page .faq-item input:checked~.faq-content {
    max-height: 260px;
}

.properties-page .faq-item input:checked+label i::after {
    opacity: 0;
}

.properties-page .cta-section {
    background: rgb(245, 238, 232);
}

.properties-page .cta-wrap {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(0, 27, 63, 0.35), rgba(0, 27, 63, 0.35)), url("/assets/property-page/cta.jpg");
    background-size: cover;
    background-position: center center;
}

.properties-page .cta-content {
    text-align: center;
    padding: 80px 20px;
}

.properties-page .cta-content h2 {
    max-width: 820px;
    font-size: 57px;
    line-height: 1.08;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin: 0px auto 42px;
}

.properties-page .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 60px;
    padding: 20px 38px;
    border-radius: 50px;
    background: rgb(98, 191, 214);
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.properties-page .cta-btn:hover {
    background: rgb(0, 27, 63);
    transform: translateY(-2px);
}

/* contact us page  */
.contact-page .contact-form-section {
    background: #f5eee8;
}

.contact-page .contact-form-wrap {
    min-height: 790px;
    display: flex;
    align-items: center;
    background-image: url("/assets/contact-us-page/top-image.jpg");
    background-size: cover;
    background-position: center;
}

.contact-page .contact-form-wrap .main-container {
    display: flex;
    justify-content: flex-end;
}

.contact-page .contact-form-box {
    width: 500px;
    background: #f5eee8;
    border-radius: 7px;
    padding: 48px 36px 55px;
}

.contact-page .contact-form-box h2 {
    font-size: 36px;
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: -1px;
    color: #001b3f;
    margin: 0 0 30px;
}

.contact-page .contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-page .contact-form input,
.contact-page .contact-form textarea {
    width: 100%;
    border: 1px solid #dfcec0;
    border-radius: 50px;
    background: transparent;
    padding: 0 16px;
    height: 48px;
    font-size: 15px;
    color: #001b3f;
    outline: none;
}

.contact-page .contact-form textarea {
    height: 135px;
    border-radius: 28px;
    padding: 16px;
    resize: none;
}

.contact-page .contact-form input::placeholder,
.contact-page .contact-form textarea::placeholder {
    color: #b9aca3;
}

.contact-page .contact-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.3;
    color: #b9aca3;
    margin-top: 4px;
}

.contact-page .contact-check input {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    padding: 0;
    border-radius: 4px;
}

.contact-page .contact-form button {
    height: 54px;
    border: none;
    border-radius: 50px;
    background: #d59684;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-page .contact-form button:hover {
    background: #001b3f;
}

/* second section contact us  */
.contact-page .office-section {
    background: #f5eee8;
    padding: 95px 0 70px;
}

.contact-page .office-wrap h2 {
    font-size: 57px;
    line-height: 1.05;
    font-weight: 400;
    color: #001b3f;
    margin: 0 0 68px;
}

.contact-page .office-list {
    border-top: 1px solid #dfcec0;
}

.contact-page .office-item {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr auto;
    align-items: center;
    gap: 60px;
    border-bottom: 1px solid #dfcec0;
    padding: 65px 0;
}

.contact-page .office-item h3 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    color: #001b3f;
    margin: 0;
}

.contact-page .office-address p,
.contact-page .office-contact p {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #001b3f;
    margin: 0;
}

.contact-page .office-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #001b3f;
    text-decoration: none;
}

.contact-page .office-link span {
    font-size: 28px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.contact-page .office-link:hover span {
    transform: translateX(6px);
}

/* property detail page */
.property-detail-page .property-summary-section {
    background: #f5eee8;
    padding: 90px 0 110px;
}

.property-detail-page .property-summary-top {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 46px;
    align-items: start;
    margin-bottom: 42px;
}

.property-detail-page .property-summary-copy h2 {
    max-width: 820px;
    margin: 0 0 28px;
    font-size: 57px;
    line-height: 1.02;
    font-weight: 400;
    color: #001b3f;
}

.property-detail-page .property-summary-copy p {
    max-width: 760px;
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.6;
    color: #7d7d7d;
}

.property-detail-page .property-summary-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.property-detail-page .property-summary-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #dfcec0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: #001b3f;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.property-detail-page .property-summary-card {
    padding: 34px 32px;
    border: 1px solid #dfcec0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(5, 25, 54, 0.08);
}

.property-detail-page .property-summary-price {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 27, 63, 0.12);
    margin-bottom: 26px;
}

.property-detail-page .property-summary-price p {
    margin: 0 0 12px;
    color: #7d7d7d;
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.property-detail-page .property-summary-price h3 {
    margin: 0;
    font-size: 57px;
    line-height: 0.95;
    font-weight: 400;
    color: #001b3f;
}

.property-detail-page .property-summary-specs {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}

.property-detail-page .property-summary-spec {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 27, 63, 0.08);
}

.property-detail-page .property-summary-spec span {
    color: #7d7d7d;
    font-size: 15px;
}

.property-detail-page .property-summary-spec strong {
    color: #001b3f;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.property-detail-page .property-summary-btn,
.property-detail-page .property-inquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    background: #001b3f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.property-detail-page .property-summary-btn:hover,
.property-detail-page .property-inquiry-btn:hover {
    background: #d9947e;
    transform: translateY(-2px);
}

.property-detail-page .property-summary-media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.property-detail-page .property-summary-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.property-detail-page .property-summary-slide {
    flex: 0 0 100%;
}

.property-detail-page .property-summary-media img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.property-detail-page .property-summary-arrow {
    position: absolute;
    top: 50%;
    width: 62px;
    height: 62px;
    border: 0;
    border-radius: 50%;
    background: rgba(245, 238, 232, 0.92);
    color: #001b3f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.property-detail-page .property-summary-arrow span {
    font-size: 28px;
    line-height: 1;
}

.property-detail-page .property-summary-arrow:hover {
    background: #001b3f;
    color: #fff;
}

.property-detail-page .property-summary-arrow-prev {
    left: 24px;
}

.property-detail-page .property-summary-arrow-next {
    right: 24px;
}

.property-detail-page .property-summary-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.property-detail-page .property-summary-stat {
    padding: 28px 24px;
    border: 1px solid #dfcec0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.68);
}

.property-detail-page .property-summary-stat span {
    display: block;
    margin-bottom: 12px;
    color: #7d7d7d;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.property-detail-page .property-summary-stat strong {
    color: #001b3f;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 400;
}

.property-detail-page .property-story-section {
    background: #fff;
    padding: 110px 0;
}

.property-detail-page .property-story-grid {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 60px;
    align-items: start;
}

.property-detail-page .property-story-copy h2,
.property-detail-page .property-gallery-header h2,
.property-detail-page .property-features-header h2,
.property-detail-page .property-inquiry-copy h2 {
    margin: 0 0 28px;
    font-size: 57px;
    line-height: 1.02;
    font-weight: 400;
    color: #001b3f;
}

.property-detail-page .property-story-copy p,
.property-detail-page .property-inquiry-copy p {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.6;
    color: #7d7d7d;
}

.property-detail-page .property-story-panel {
    padding: 34px 32px;
    border-radius: 10px;
    background: #f5eee8;
}

.property-detail-page .property-story-panel h3,
.property-detail-page .property-feature-card h3 {
    margin: 0 0 22px;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 400;
    color: #001b3f;
}

.property-detail-page .property-story-details {
    display: grid;
    gap: 18px;
}

.property-detail-page .property-story-detail {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 27, 63, 0.1);
}

.property-detail-page .property-story-detail span {
    display: block;
    margin-bottom: 8px;
    color: #7d7d7d;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.property-detail-page .property-story-detail strong {
    color: #001b3f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.property-detail-page .property-gallery-section,
.property-detail-page .property-features-section {
    background: #f5eee8;
    padding: 110px 0;
}

.property-detail-page .property-gallery-header,
.property-detail-page .property-features-header {
    margin-bottom: 54px;
}

.property-detail-page .property-gallery-grid {
    display: grid;
    grid-template-columns: 1.18fr 0.82fr 0.82fr;
    gap: 24px;
}

.property-detail-page .property-gallery-card {
    overflow: hidden;
    border-radius: 12px;
}

.property-detail-page .property-gallery-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

.property-detail-page .property-gallery-card-large img {
    height: 340px;
}

.property-detail-page .property-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.property-detail-page .property-feature-card {
    min-height: 250px;
    padding: 34px 30px;
    border: 1px solid #dfcec0;
    border-radius: 10px;
    background: #fff;
}

.property-detail-page .property-feature-card p {
    margin: 0;
    color: #7d7d7d;
    font-size: 17px;
    line-height: 1.65;
}

.property-detail-page .property-inquiry-section {
    background: #051936;
    padding: 110px 0;
}

.property-detail-page .property-inquiry-card {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 50px;
    align-items: center;
    padding: 46px 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.property-detail-page .property-inquiry-copy .section-label {
    color: #d9947e;
}

.property-detail-page .property-inquiry-copy h2,
.property-detail-page .property-inquiry-copy p {
    color: #fff;
}

.property-detail-page .property-inquiry-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.property-detail-page .property-inquiry-actions p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.5;
}