:root {
    --primary: #3A3424;
    --accent: #F49B42;
    --cream: #F3F1E8;
    --white: #FFFFFF;
    --text-white: #FFFFFF;
}

@font-face {
    font-family: 'Mofllig';
    src: url('https://spproperties.com.au/wp-content/uploads/2026/06/Mofllig.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';
    src: url('https://spproperties.com.au/wp-content/uploads/2026/06/TERMINA-LIGHT.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';
    src: url('https://spproperties.com.au/wp-content/uploads/2026/06/TERMINA-REGULAR.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';
    src: url('https://spproperties.com.au/wp-content/uploads/2026/06/TERMINA-MEDIUM.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';
    src: url('https://spproperties.com.au/wp-content/uploads/2026/06/TERMINA-DEMI.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    overflow-x: hidden;
}

header, .container {
    padding: 0 40px;
}

h2, h3 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-lr-40 {
    padding: 0 40px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.m-0 {
    margin: 0 !important;
}

.w-70 {
    max-width: 70%;
}

.w-80 {
    max-width: 80%;
}

.w-420 {
    width: 420px;
}

.w-530 {
    width: 530px;
}

.container-narrow {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-small {
    max-width: 1138px;
    margin: 0 auto;
    padding: 60px 40px;
}

.post-container {
    max-width: 1036px;
    margin: 0 auto;
    padding: 80px 40px 0;
}

.post-main-content h2 {
    color: var(--primary) !important;
    margin-top: 40px;
}

.blog-img-detail {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 50px;
}

.post-detail-header {
    margin-bottom: 40px;
}

.full-container {
    max-width: 100%;
}

.text-link-accent {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.2px;
    color: var(--accent);
    text-decoration: underline;
}

header {
    position: absolute; 
    width: 100%; 
    z-index: 99;
    padding: 18px 0;
    background: linear-gradient(180deg, #F3F1E8 0%, rgba(243, 241, 232, 0) 100%);
    backdrop-filter: blur(0px);
    border-radius: 0px;
}

.header-center {
    text-align: center;
}

.menu-toggle {
    min-width: 83px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--primary);
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.2px;
    padding: 11px 16px;
    border-radius: 50px;
}

.icon-bar {
    width: 20px !important;
    height: 20px !important;
}

.icon-bar img {
    width: 20px !important;
    height: 20px !important;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.header-phone {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.2px;
    color: var(--primary);
    text-decoration: none;
}

.print-header {
    display: none !important;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    transition: all 0.3s ease;
}

.site-header.scrolled {
    padding: 12px 0;           /* Reduced height */
    background: rgba(243, 241, 232, 0.98);
    backdrop-filter: blur(12px);
}

/* Logo & Menu adjustment on scroll */
.scrolled .logo img {
    height: 60px;              /* Smaller logo */
    transition: height 0.3s ease;
}

.scrolled .menu-toggle {
    padding: 8px 16px;
}

/* Smooth transition */
.header-left, .header-center, .header-right {
    transition: all 0.3s ease;
}

/* Header Mega Menu */
.menu-content-wrapper {
    margin-top: 160px;
}
.trigger-close {
    display: none;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.trigger-open {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

body.menu-open .trigger-open {
    display: none !important;
}

body.menu-open .trigger-close {
    display: flex !important;
}

.mega-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(270deg, 
        rgba(243, 241, 232, 0) 0%, 
        rgba(243, 241, 232, 0.773665) 48.65%, 
        rgba(243, 241, 232, 0.873897) 69%, 
        rgba(243, 241, 232, 0.952568) 88.22%, 
        #F3F1E8 100%
    ); 
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

body.menu-open .mega-menu-overlay {
    opacity: 1;
    visibility: visible;
}
.menu-main-nav {
    padding-left: 40px;
    position: relative;
    z-index: 10;
}

.mega-menu-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.zoom-150 .mega-menu-list {
        gap: 20px;
}

.mega-menu-list li a {
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    color: rgba(120, 120, 120, 0.5); 
    transition: all 0.3s ease;
}

.mega-menu-list li a:hover,
.mega-menu-list li.current-menu-item a {
    color: var(--primary);
}

.mega-menu-list li.current-menu-item a::after,
.mega-menu-list li a:hover::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 15px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17' stroke='%23322F26' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.mega-menu-list li a:hover::after {
    transform: translate(3px, -3px);
}

.menu-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.menu-bg-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, 
        rgba(243, 241, 232, 0) 0%, 
        rgba(243, 241, 232, 0.773665) 48.65%, 
        rgba(243, 241, 232, 0.873897) 69%, 
        rgba(243, 241, 232, 0.952568) 88.22%, 
        #F3F1E8 100%
    );
    z-index: 2;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
}

.page-template-page-privacy li, .page-template-page-terms li {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: rgb(137, 133, 124);
    margin: 0px;
}

.leaflet-control-attribution.leaflet-control {
    display: none !important;
}

.home .pf-view-toggle {
	display: none;
}

.hero-flex-column {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.section-title {
    font-size: 44px;
    line-height: 60px;
    font-weight: 500;
    color: var(--primary);
    letter-spacing: -2%;
    text-transform: uppercase;
    display: inline-block;
}

.post-main-title {
    font-family: 'Poppins';
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: -2%;
    color: var(--primary);
}

.section-subtitle {
    margin: 0 !important;
}

.section-description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #89857C;
    margin: 0;
}

p.section-description-normal {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #89857C;
    margin: 0;
}

.text-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    color: var(--primary);
}

/* Header Layout */
.grid-header {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: space-between;
    align-items: center;
    justify-items: stretch;
}

.logo img { 
    height: auto; 
    width: auto; 
}

.btn-appraisal {
    border: 1px solid var(--primary);
    padding: 13px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: var(--primary);
    font-family: 'Poppins';
}

/* Hero Section */
.hero-fallback,
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-fallback {
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-video {
    object-fit: cover;
    opacity: 1;
    transition: opacity .8s ease;
    z-index: 2;
}

.hero-section {
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-lcp-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 3;
    max-width: 55vw;
    margin: 0 auto;
}

.hero-title {
    font-size: clamp(36px, 4.17vw, 80px);
    color: var(--text-white);
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Mofllig' !important;
    font-weight: normal;
    letter-spacing: 1px;
}

/* Property Filter Search */
.property-search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 14px;
    background: #FFFFFF50;
}

.filter-group {
    flex: 1;
    position: relative;
    background: var(--cream);
    padding: 6px 18px;
    border-radius: 14px;
}

.filter-group input, 
.filter-group select {
    width: 100%;
    border: none;
    padding: 12px 0;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    appearance: none; /* Removes default arrow */
    outline: none;
}

.filter-group select {
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23333"/></svg>');
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.filter-submit {
    background: var(--accent);
    color: var(--primary);
    border: none;
    padding: 18px 36px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.2s;
}

.filter-submit:hover {
    transform: translateY(-2px);
}

/* Archive Projects */
.post-type-archive-project {
	background: var(--cream);
}

/* Property */
.header-left-featured {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 610px;
}

.header-left-listing {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.header-center-featured {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 670px;
    margin: 0 auto 50px;
}

.text-center {
    text-align: center;
    width: 100%;
}

.property-meta {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: var(--primary);
    opacity: 0.8;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.property-location {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 5px;
}

.property-price {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
}

/* Layout & Spacing */
.section-padding { 
    padding: 160px 0; 
}
.section-header-flex { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-end; 
    margin-bottom: 50px; 
}

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

/* Property Grid */
.property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.property-card { 
    transition: transform 0.3s ease; 
}
.property-card:hover { 
    transform: translateY(-5px); 
}

.card-image-container {
    position: relative;
    border-radius: 24px;
    border-top-right-radius: 0 !important;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.property-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.status-badge {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    width: 117px;
    height: 70px;
    padding: 10px 12px;
    margin-top: -3px;
    margin-right: -3px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    background: var(--cream);
    text-transform: uppercase;
    z-index: 2;
    -webkit-mask-image: url('../images/cutout-shape.svg');
    mask-image: url('../images/cutout-shape.svg');
    -webkit-mask-size: 99% 99%;
    mask-size: 99% 99%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.status-badge-label {
    top: 16px;
    right: 32px;
    position: absolute;
}

/* Card Details */
.loc-tag {
    font-size: 15px;
    color: #787878;
    margin: 30px 0 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.property-card-title { 
    font-size: 26px;
    font-weight: 400; 
    letter-spacing: -0.5px;
    color: var(--primary);
}
.property-card-title a { 
    text-decoration: none; 
    color: inherit; 
}

.property-specs {
    display: flex;
    gap: 10px;
    padding: 16px 0;
    font-family: 'Inter', sans-serif;
    color: #787878;
}

.spec-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.spec-divider { 
    margin: 0 8px; 
    border: 1px solid rgba(58, 52, 36, 0.1);
    height: 20px;
}

.property-card-price {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
    margin: 0;
}

/* Property detail */
.detail-maintitle {
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -2%;
    color: var(--primary);
}

.detail-subtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: var(--primary);
    margin: 0 0 16px;
}

.box-title-main {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    text-align: left;
    color: var(--primary);
}

/* Hero swiper slider */
.property-hero {
    position: relative;
    max-width: 100%;
    height: 924px;
    z-index: 5;
}

.main-property-slider {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -160px;
}

/* Prevent layout shift during slide transition */
.main-property-slider .swiper-slide {
    will-change: opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-property-slider .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1;
}

.main-property-slider .swiper-slide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
}

.thumb-container {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 30;
    pointer-events: none;
    padding: 0 40px;
    overflow: hidden;
}

.thumb-slider {
    max-width: 100% !important;
    margin: 0 auto;
    overflow: visible !important;
    pointer-events: auto;
}

.thumb-slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
}

.thumb-slider .swiper-slide {
    width: 200px;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 110px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--white);
    border-radius: 10px;
    transform: translateZ(0);
    flex-shrink: 0 !important;
}

.thumb-slider .swiper-slide img {
    width: 200px;
    height: 100%;
    object-fit: cover;
}

/* Gallery Lightbox */
.gallery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
}

.lightbox-content {
    position: relative;
    width: 100%;
    max-width: 90%;
    z-index: 10000;
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 40px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
}

.lightbox-swiper {
    width: 100%;
    height: 80vh;
}

.lightbox-swiper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: var(--white);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: var(--white);
}

.back-link {
    position: absolute;
    top: 200px;
    left: 40px;
    z-index: 50;
    color: var(--primary);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.back-to-blog {
    color: var(--primary);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.back-icon {
    width: 16px;
    height: auto;
    display: inline-block;
}

.main-content-grid {
    max-width: 1248px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    padding: 80px 0 0;
    align-items: start;
}
.specs-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    margin-bottom: 80px;
}

.spec {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #787878;
    margin: 0;
}

.prop-address {
    color: #787878;
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items:
    center;
    gap: 10px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.prop-price {
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: var(--primary);
}

.detail-btn-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
}

.mobile-detail-btn-wrapper {
    display: none;
}

/* SHARE POPUP */
.share-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.share-modal-content {
    background: #ffffff;
    padding: 32px 28px 24px;
    border-radius: 16px;
    max-width: 380px;
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.share-modal h3 {
    margin: 0 0 24px 0;
    font-size: 1.45rem;
    font-weight: 600;
    color: #222222;
    letter-spacing: -0.02em;
}

/* Share Row - Matching your reference */
.sp-share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
}

.sp-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #f8f9fa;
    border-radius: 12px;
    color: #333;
    transition: all 0.3s ease;
    border: 1px solid #e5e5e5;
}

.sp-share-btn:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.sp-share-btn svg {
    width: 22px;
    height: 22px;
}

/* Copy Link Button */
.copy-link-btn {
    background: #fff3e0 !important;
    color: #e67e22 !important;
    border: 1px solid #ffe0b2 !important;
    cursor: pointer;
}

.copy-link-btn:hover {
    background: #ffe6c7 !important;
}

/* Close Button */
.close-share-modal {
    width: 100%;
    margin-top: 8px;
    padding: 13px 20px;
    background: #f1f1f1;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: var(--primary);
    font-weight: 500;
}

.close-share-modal:hover {
    background: #e0e0e0;
    color: #333;
}

.share-btn {
    cursor: pointer;
}

.brochure-btn, .share-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 1.2px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-icon {
    width: 24px;
    height: 24px;
}

.btn-icon-sm {
    width: 16px;
    height: 16px;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.btn-outline:hover .btn-icon-sm {
    filter: brightness(0) invert(1);
}

.property-sidebar {
    position: sticky;
    top: 100px;
}

.enquiry-card {
    background: var(--white);
    padding: 30px;
    border-radius: 24px;
    margin-bottom: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Disable textarea resizing in CF7 forms */
.enquiry-form-container textarea,
.wpcf7-textarea {
    resize: none !important;         
}

.investor-card {
    background: var(--white);
    padding: 30px;
    border-radius: 24px;
    margin-bottom: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.enquiry-card {
    text-align: left;
}

.enquiry-card input:not([type="submit"]), .enquiry-card textarea {
    width: stretch;
    background: #F3F1E8 !important;
    border: none !important;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 10px;
    outline: none;
}
.enquiry-card input[type="submit"] {
    width: 100%;
    background: var(--accent);
    color: var(--primary);
    border: none;
    padding: 14px;
    border-radius: 40px;
    font-weight: 500 !important;
    cursor: pointer;
}

.enquiry-card input::placeholder,
.enquiry-card textarea::placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: rgba(58, 52, 36, 0.5);
    opacity: 1;
}

.agent-contact-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile-card-photo img {
    border-radius: 32px;
    width: 448px;
    height: 448px;
    object-position: top;
    object-fit: cover;
}

.agent-profile-card-wrapper {
    display: flex;
    flex-direction: row;
    gap: 100px;
    align-items: center;
}

.agent-listings-section {
    padding: 100px 20px;
}

.agent-projects-section {
    padding-left: 20px !important;
    padding-right: 20px important;
}

.agent-listings-section  .section-title, .agent-projects-section  .section-title {
    font-family: 'Termina';
    font-weight: 500;
    text-transform: capitalize;
    font-size: 44px;
    line-height: 53px;
    letter-spacing: -0.02em;
}

.profile-card-details {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.agent-profile-name {
    font-family: 'Termina';
    font-size: 36px;
    letter-spacing: -2%;
    color: var(--primary);
}

.bio-label {
    font-size: 18px;
    color: var(--primary);
}

.profile-card-details .bio-label {
    font-family: Termina;
    font-size: 16px;
    line-height: 26px;
}

.agent-bio-intro .section-description-normal p {
    font-family: 'Inter';
    color: rgba(58, 52, 36, 0.6);
    font-size: 16px;
    line-height: 24px;
}

.contact-item {
    background: #F3F1E8;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--primary);
    transition: background 0.3s ease;
}

.contact-item:hover {
    background: #ebe9de;
}

.contact-icon {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.agent-contact-icon {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
}

.agent-contact-icon-primary {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.form-field p {
    margin: 0;
}

.accent-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1.2px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.schedule-row {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(58, 52, 36, 0.1);
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.schedule-row p {
    margin: 0;
}

.time-text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(58, 52, 36, 0.6);
}

.day-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600 !important;
    color: var(--primary);
}

.day-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.other-prop-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* About Section Styles */
.bg-cream {
    background-color: var(--cream); /* Uses #F3F1E8 from your root */
    padding: 120px 0;
}  

.about-bg-img {
   min-height: calc(100vw * 1238 / 1920);
   width: 100%;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

.about-section.dynamic-bg {
    padding: 160px 0;
    height: 1080px;
}

.about-main-title {
    font-size: 44px;
    text-transform: uppercase;
    color: var(--primary);
    max-width: 1145px;
    margin: 25px auto;
    line-height: 1.2;
    font-weight: 500;
}

.about-content {
    margin: 0 auto 45px;
    font-size: 18px;
    line-height: 30px;
    color: #89857C;
}

.badge-outline {
    background: #F3F1E8;
    padding: 8px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    border-radius: 100px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 auto;
}

.badge-outline-curated {
    background: #FFFFFF;
    padding: 8px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    border-radius: 100px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--primary);
}

/* Single Project */

.single-project .description-wrap {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #89857C;
}

.single-project .description-wrap h1 {
    font-family: 'Poppins', sans-serif;
	font-size: 32px;
	line-height: 1.3;
	margin: 24px 0;
	color: #343424;
}

.single-project .description-wrap h2 {
    font-family: 'Poppins', sans-serif;
	font-size: 26px;
	line-height: 1.3;
	margin: 24px 0;
		color: #343424;
}

.single-project .description-wrap h3 {
    font-family: 'Poppins', sans-serif;
	font-size: 24px;
		line-height: 1.3;
	margin: 24px 0;
		color: #343424;
}

.single-project .description-wrap h4 {
    font-family: 'Poppins', sans-serif;
	font-size: 20px;
		line-height: 1.3;
	margin: 24px 0;
		color: #343424;
}

.single-project .description-wrap h5 {
    font-family: 'Poppins', sans-serif;
	font-size: 18px;
		line-height: 1.3;
	margin: 24px 0;
		color: #343424;
}

.single-project .description-wrap h6 {
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
		line-height: 1.3;
	margin: 24px 0;
		color: #343424;
}

/* About */
.about-container {
    max-width: 1145px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-section .btn-outline {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1.2px;
    font-family: 'Poppins';
    text-decoration: none;
    padding: 13px 24px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: all 0.3s ease;
}

.about-section .btn-outline:hover {
    background: var(--primary);
    color: white;
}

/* Testimonials */
.testimonials-card {
    background: var(--white);
    border: 1px solid #EDEDED;
    border-radius: 24px;
    padding: 24px;
    min-width: 338px;
    margin: 0 10px 0 0;
     display: flex;
    flex-direction: column;
     height: 100%;
    min-height: 380px; /* adjust */
}

.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 19px 24px rgba(58, 52, 36, 0.2);
}

.testimonials-stars {
    margin-bottom: 20px;
}

.client-role {
    text-align: left;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: rgba(58, 52, 36, 0.6);
}

.client-name {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

.review-description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: var(--primary);
    margin: 0;
    min-height: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease;
}

.testimonials-card.expanded .review-description {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.read-more-btn {
    color: #000;
    font-family: 'Inter';
    margin-top: 12px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

.testimonials-card.expanded .read-more-btn::after {
    content: " Less";
}

.testimonials-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 75px;
}

/* Prev Next controls */
.testimonials-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.testimonials-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--cream);
    color: #3A3424;
    background: transparent;
    cursor: pointer;
    transition: background 250ms ease, border-color 250ms ease, color 250ms ease;
}

.testimonials-btn:hover {
    background: var(--cream);
    border: 1px solid var(--cream);
}

.testimonials-track-outer {
    overflow: hidden;
    width: 100%;
}

.testimonials-track {
    display: flex;
    gap: 10px;
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    align-items: stretch;
}

.review-content {
    flex: 1;
}

.testimonials-controls--mobile {
    display: none;
}

.vertical-center {
    align-items: center !important;
}

/* Services */
.section-header-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 25px;
    align-items: flex-start;
}

.section-left-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-right: 20px;
}

.services-right-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.service-feature-card {
    background: var(--white);
    border-radius: 24px;
    padding: 30px;
    transition: box-shadow 250ms ease, transform 250ms ease;
}

.service-feature-card:hover {
    box-shadow: 0 8px 32px rgba(58, 52, 36, 0.10);
    transform: translateY(-2px);
}

.service-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--cream);
    margin-bottom: 16px;
}

.service-icon-box img {
    width: 32px;
    height: 32px;
}

.service-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 12px 0;
}

.service-card-text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(58, 52, 36, 0.6);
    margin: 0;
}

.cta-section {
    padding-bottom: 100px; /* Spacing below the section */
}

.cta-container {
    max-width: 1248px;
    margin: 0 auto;
}

.post-cta-container {
    max-width: 1036px;
    margin: 0 auto;
}

.cta-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    padding: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border-bottom-right-radius: 0;
}

.post-cta-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    padding: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    min-height: 158px;
}

.cta-content {
    max-width: 50%;
    color: var(--white);
}

.post-cta-content {
    max-width: 767px;
    padding: 30px 0;
    color: var(--white);
}

.cta-title {
    font-size: 60px;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Mofllig';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.post-cta-title {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Mofllig';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cta-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Button Positioning */
.cta-button-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #F3F1E8;
    padding: 16px 20px 6px;
    border-top-left-radius: 35px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Top Inverted Connecting Curve Accent */
.cta-button-wrapper::before {
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    width: 50px;
    height: 40px;
    background-color: transparent;
    border-bottom-right-radius: 25px;
    box-shadow: 20px 20px 0 0 #F3F1E8;
    pointer-events: none;
}

/* Left Inverted Connecting Curve Accent */
.cta-button-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 40px;
    height: 50px;
    background-color: transparent;
    border-bottom-right-radius: 25px;
    box-shadow: 20px 20px 0 0 #F3F1E8;
    pointer-events: none;
}

.post-cta-button-wrapper {
    position: absolute;
    bottom: 0;
    right: 24px;
    background: transparent;
    padding: 0;
}

.btn-primary-orange {
    font-family: 'Inter', sans-serif;
    display: inline-block;
    background-color: #FA9F42;
    color: #000;
    padding: 14px 24px;
    border-radius: 100px;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: transform 0.3s ease;
}

/* Footer */
.footer {
    background-color: var(--primary);
    color: var(--cream);
    padding: 80px 0 40px;
}

.site-footer {
    background-color: #3A3424;
    color: rgba(240, 228, 214, 0.6);
    padding: 80px 0 20px;
    font-family: 'Inter', sans-serif;
}

/* Footer Menu - Active / Current Page Highlight */
.footer-menu .current-menu-item a,
.footer-menu .current_page_item a,
.footer-menu .current-menu-ancestor a,
.footer-menu .current-menu-parent a {
    color: #FFFFFF !important;
}

/* Grid Layout */
.footer-top-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.6fr 1.4fr;
    justify-items: center;
    gap: 80px;
}

.footer-heading {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    font-weight: 400;
}

.footer-description {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 25px 0;
}

/* Menus & Lists */
.footer-navigation .footer-menu ul {
    list-style: none;
    padding: 0;
}
.footer-menu, .contact-list {
    list-style: none;
    padding: 0;
}

.footer-menu li, .contact-list li, .footer-bottom {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-menu a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    color: rgba(240, 228, 214, 0.6);
}

.contact-list li, .contact-list a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.contact-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-list a:hover {
    color: #FFFFFF;
}

.contact-list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.contact-list .icon img {
    width: auto;
    height: auto;
    display: block;
}

.footer-menu a:hover { 
    color: var(--text-white);
}

/* Social Icons */
.social-links {
    display: flex;
    gap: 20px;
}

/* Large Decorative Logo */
.footer-branding-large {
    padding-top: 60px;
    text-align: center;
}

.footer-branding-large img {
    width: 100%;
    height: auto;
}

/* Bottom Bar */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.footer-container {
    max-width: 1248px;
    margin: 0 auto;
}

.legal-links {
    display: flex;
    gap: 30px;
}

.legal-links a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.legal-links a:hover {
    color: var(--white);
}

.legal-links a.active {
    color: var(--white);
}

/* About Us */
.about-hero {
    padding-top: 80px;
    padding-bottom: 40px;
}

.about-hero-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 120px 40px 40px;
    gap: 40px;
}

.hero-main-title {
    font-family: 'Mofllig';
    font-size: clamp(36px, 4.17vw, 80px);
    font-weight: normal;
    color: var(--primary);
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

.hero-side-text {
    font-size: 18px;
    line-height: 30px;
    flex: 1;
    max-width: 328px;
    color: #89857C;
    margin: 0;
}

.about-hero-image-wrap {
    width: 100%;
}

.about-hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Story Specifics */
.story-content-wrap {
    max-width: 1249px;
    margin: 0 auto;
}

.story-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 6px;
}

.story-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #89857C;
    font-family: 'Inter', sans-serif;
}

/* Stats Layout inside Story */
.story-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 62px;
}

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

.stat-number {
    font-family: 'Poppins';
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -2%;
    color: #FA9F42;
    line-height: 1;
    margin-bottom: 16px;
}

.stat-label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #89857C;
    margin: 0;
}

.values-header, .team-header, .partners-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1248px;
    margin: 0 auto;
}

.value-card {
    padding: 30px;
    text-align: left;
    position: relative;
}

/* Vertical Dividers */
.value-card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%; /* Starts lower than the card top */
    height: 70%; /* Ends before the card bottom */
    width: 1px;
    background-color: #E5E1D8; /* Subtle warm grey */
}

.value-icon {
    width: 50px;
    height: 50px;
    margin: 0 0 24px;
}

.value-heading {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.value-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(58, 52, 36, 0.6);
    margin: 0;
}

/* Agents */
.team-container, .partners-container {
    max-width: 1245px;
    margin: 0 auto;
    padding: 0 40px;
}
.agents-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 24px;
    margin-top: 40px;
}

.agent-photo-wrap {
    width: 100%;
    aspect-ratio: 1 / 1.1;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

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

.agent-name {
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--primary);
    text-decoration: none;
}

.agent-role {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(58, 52, 36, 0.8);
    margin: 0;
}

.about-agent-role {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(58, 52, 36, 0.8);
    margin: 0;
}

.agent-listings-section .about-agent-role, .agent-projects-section .about-agent-role {
    font-family: 'Termina';
    letter-spacing: 1.2px;
    font-weight: 500;
}

.agent-listings-section .property-card-title, .agent-projects-section .property-card-title {
    font-family: 'Termina';
    font-weight: 500;
}

.agent-listings-section .property-card-price, .agent-projects-section .property-card-price {
    font-size: 16px;
    font-family: 'Termina';
    font-weight: 500;
}

.agent-listings-section .status-badge-label, .agent-projects-section .status-badge-label {
    font-family: 'Termina';
    font-size: 14px;
}

.agent-listings-section .status-badge-label, .agent-projects-section .status-badge-label {
    right: 18px;
}

.agent-contact {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-link {
    font-family: 'Inter', sans-serif;
    color: var(--accent); /* Brand Orange */
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-link-primary {
    font-family: 'Inter', sans-serif;
    color: var(--primary);
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.partners-section {
    padding: 100px 0;
}

.partners-header {
    margin-bottom: 60px;
}

.partners-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 60px;
}

.partners-swiper {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    /* Fade edges on both sides for infinite feel */
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        #fff 8%,
        #fff 92%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        #fff 8%,
        #fff 92%,
        transparent 100%
    );
}

.partners-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: auto;
}

.partner-item {
    max-width: 180px; /* Controls the size of the logos */
    flex: 0 0 auto;
}

.partner-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Contact Us */
.contact-hero {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #3A3424;
}

.contact-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1248px;
    margin: 30px auto 80px;
    gap: 24px;
    align-items: start;
}

.contact-header, .blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 30px;
}

.contact-hero-sidetext, .blog-hero-sidetext {
    max-width: 484px;
    font-size: 18px;
    line-height: 30px;
    color: #89857C;
    margin: 0;
}

/* --- Info Cards (Left Side) --- */
.info-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card {
    background: var(--white);
    padding: 40px 60px;
    border-radius: 24px;
    display: flex;
    align-items: stretch;
    gap: 16px;
    transition: transform 0.3s ease;
    flex-direction: row;
    justify-content: flex-start;
}

.card-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
    display: inline-block;
}

.card-link:hover {
    color: var(--accent); /* Brand Orange */
}

.info-icon-wrap {
    height: 60px;
}

.info-icon-wrap img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.info-text h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--primary);
    margin: 0 !important;
}

.info-text p {
   color: rgba(58, 52, 36, 0.6);
   margin: 0 !important;
   line-height: 26px;
}

.info-text {
    display: flex;
    gap: 6px;
    flex-direction: column;
    justify-content: center;
}

/* --- Contact Form Wrapper (Right Side) --- */
.form-wrapper {
    background: var(--white);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.04);
}

.form-wrapper h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -2%;
    margin-bottom: 16px;
    color: var(--primary);
}

/* Map */
.map-container {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    position: relative;
}

/* Map Fallback Image */
.map-fallback-img {
    margin: 0 auto;
    width: 1248px;
    display: block;
}

.map-container iframe {
    width: 100%;
    max-height: 428px;
    border: 0;
    display: block;
    border-radius: 30px;
}

.form-wrapper input:not([type="submit"]), 
.form-wrapper textarea {
    background-color: #F3F1E8 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px !important;
    width: 100%;
    box-sizing: border-box;
}

.form-wrapper .wpcf7-submit {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background-color: var(--accent) !important; /* Brand Orange */
    border-radius: 50px !important;
    padding: 13px 16px !important;
    font-family: inherit;
    font-weight: 600 !important;
    transition: all 0.3s ease;
    border: none !important;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-weight: 600 !important;
}

.form-submit-row p {
    margin: 0 !important;
}

.form-wrapper .wpcf7-submit:hover {
    background-color: #e88d2d !important;
}

.wpcf7-spinner {
    display: none;
}

/* Modern Browsers */
.sp-contact-form ::placeholder {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2; /* Approximately 19px */
    color: rgba(58, 52, 36, 0.5);
    opacity: 1; /* Firefox fix: ensures the color isn't washed out */
    display: flex;
    align-items: center;
}

/* WebKit (Chrome, Safari, Edge) */
.sp-contact-form ::-webkit-input-placeholder {
    font-family: 'Inter', sans-serif;
    color: rgba(58, 52, 36, 0.5);
}

/* Firefox 19+ */
.sp-contact-form ::-moz-placeholder {
    font-family: 'Inter', sans-serif;
    color: rgba(58, 52, 36, 0.5);
    opacity: 1;
}

/* IE 10-11 */
.sp-contact-form :-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    color: rgba(58, 52, 36, 0.5);
}

/* Pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 80px;
    position: relative;
}

.pagination-wrapper .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #E0DDD3; /* Light beige/grey background from image */
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.pagination-wrapper .prev {
    margin-right: 20px;
}

.pagination-wrapper .next {
    margin-left: 20px;
}

.pagination-wrapper a.page-numbers:not(.prev):not(.next),
.pagination-wrapper span.page-numbers.current {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin: 0 4px;
}

.pagination-wrapper .page-numbers.current {
    background: var(--primary);
    color: #FFFFFF;
}

.pagination-wrapper a.page-numbers:hover {
    background: #D4D1C680;
}

.pagination-wrapper .prev.page-numbers,
.pagination-wrapper .next.page-numbers {
    width: 48px;
    height: 48px;
    background: transparent;
    border: 1px solid #D4D1C6;
    border-radius: 8px;
}

.pagination-wrapper .prev.page-numbers:hover,
.pagination-wrapper .next.page-numbers:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* 404 Error */
.error-404-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-padding {
    padding: 160px 40px 150px;
}

.error-sub-title {
    font-size: 24px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 8px;
}

/* Blog */
.blog-card:hover .post-title-sm {
    color: var(--accent);
}

.blog-img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 24px;
}

.blog-date {
    font-family: 'Inter';
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgba(58, 52, 36, 0.6);
    margin: 10px 0 0 0;
}

.filter-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn-filter {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.2px;
    border: 1px solid var(--primary);
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    background: transparent;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.btn-filter.active {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--white);
}
.blog-posts-grid {
    max-width: 1248px;
    margin: 0 auto;
    gap: 58px 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.post-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: var(--accent);
    text-transform: uppercase;
    margin: 20px 0 6px;
}
.post-meta {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: var(--primary);
}
.blog-link {
    text-decoration: none;
}
.post-title-sm {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 26px;
    color: var(--primary);
    margin: 0 0 12px 0;
}

@media (max-width: 1024px) {
    .ml-100 {
        margin-left: 0 !important;
    }
      .projects-section-header-flex {
        flex-direction: column;
        padding-bottom: 50px;
    }
    .header-center-featured {
        margin-bottom: 16px;
    }
    .hero-container {
        max-width: 75%;
    }
    .trigger-open, body.menu-open .trigger-close {
        flex-direction: row-reverse;
    }
    .btn-appraisal {
        padding: 10px 16px;
    }
    .property-card-title {
        font-size: 20px;
    }
    .bg-cream, .section-padding {
        padding: 80px 0;
    }
    .w-530 {
        width: 100%;
    }
    .team-container, .partners-container {
        padding: 0 20px;
    }
    .container-small {
        max-width: 100%;
        padding: 60px 20px;
    }
    .hero-title {
        font-size: 58px;
    }
    .hero-main-title {
        font-size: 42px;
    }
    .section-title, .about-main-title {
        font-size: 36px;
    }
    .contact-subtitle {
        font-size: 32px;
    }
    .contact-hero-sidetext {
        text-align: center;
    } 
    .about-section.dynamic-bg {
        padding: 80px 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom;
        height: auto;
    }
    .property-card-title {
        font-size: 22px;
    }
    .header-phone, .btn-appraisal {
        display: none;
    }
    header {
        padding: 20px 0;
    }
   .container, .container-narrow, .thumb-container {
        padding: 0 20px;
   }
   .p-lr-40 {
        padding: 0 20px !important;
   }
   .grid-header {
        grid-template-columns: repeat(2, 1fr);
        direction: rtl;
   }
   .logo img {
        width: 150px;
        height: auto;
    }
    .header-center {
        display: flex;
        justify-content: flex-end;
    }
    .cta-container {
        padding: 0 20px;
    }
    .about-container {
        padding: 0;
    }
    .contact-flex { 
        gap: 30px; 
        margin-bottom: 60px;
    }
    .form-wrapper { 
        padding: 40px; 
    }
    .section-header-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .section-left-header .testimonials-controls {
        display: none;
    }
    .testimonials-controls--mobile {
        display: flex;
        gap: 12px;
        justify-content: center;
        margin-top: 24px;
    }
    .section-left-header {
        align-items: center;
        padding: 0;
    }
    .testimonials-section .section-left-header {
        align-items: start !important;
        padding: 0;
    }
    .testimonials-section .section-description {
        text-align: left;
    }
    .team-section .section-description {
        text-align: center;
    }
    .services-section .section-left-header {
        align-items: start;
    }
    .services-section .section-description {
        text-align: left;
    }
    .footer-top-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .service-feature-card {
        padding: 20px;
    }
     .thumb-slider .swiper-slide, .thumb-slider .swiper-slide img {
        width: 125px;
    }
    .cta-banner, .post-cta-banner {
        padding: 40px 30px;
        height: 230px;
        border-radius: 30px;
        border-bottom-right-radius: 0;
    }
    .cta-title, .post-cta-title { 
        font-size: 40px; 
    }
    .cta-content {
        max-width: 70%;
    }
    .about-hero-image-wrap img {
        height: auto;
    }
    .about-hero-image-wrap img {
        gap: 20px;
    }
    .agents-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px;
    }
    .partners-grid {
        grid-template-columns: repeat(3,1fr);
        display: grid;
        gap: 20px;
    }
    .hero-side-text, .contact-hero-sidetext, .story-content p {
        max-width: 100%;
    }
    .about-hero-header {
        flex-direction: column; 
        align-items: flex-start; 
        gap: 16px;
        margin: 80px 20px 30px;
    }
    .about-content {
        max-width: 85%;
    }
    .section-header-flex {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }
    .about-hero {
        padding-bottom: 0;
    }
    .about-story {
        padding-top: 0;
    }
    .agent-profile-card-wrapper {
        gap: 24px;
    }
    .profile-card-details {
        gap: 30px;
    }
    .profile-card-photo img {
        width: 310px; 
    }
    .contact-link-primary {
        font-size: 16px;
    }
    .agent-contact-icon-primary {
        width: 20px;
        height: 20px;
    }
    .agent-profile-name {
        margin: 0;
        font-size: 26px;
    }
    .contact-header {
        margin: 80px 0;
    }
    .testimonials-card {
        padding: 22px;
        min-width: 324px;
    }
    .main-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 80px;
    }
    .specs-bar {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .story-content-wrap {
        padding-top: 80px;
    }
     .main-content-grid {
        padding-top: 40px;
        display: block;
    }
    .property-hero {
        overflow-x: hidden;
    }
    .back-link {
        top: 40px;
        left: 20px;
    }
    .main-property-slider {
        margin-top: 80px;
    }
    .property-hero {
        height: auto;
        margin-top: 40px;
    }
    .property-card-price {
        font-size: 16px;
        line-height: 24px;
    }
    .thumb-slider .swiper-slide {
        height: 72px;
    }
    .thumb-container {
        bottom: 30px;
    }
    .property-sidebar {
        padding-top: 60px;
    }
    .map-container {
        padding-top: 0;
        border-radius: 24px;
    }
    .info-card {
        padding: 40px;
    }
    .form-wrapper h3 {
        font-size: 24px;
    }
    .status-badge {
        font-size: 12px;
    }
    .about-container {
        height: 867px;
    }
    .story-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .btn-filter {
        padding: 10px 18px;
    }
    .blog-posts-grid {
        gap: 40px 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .post-container, .post-cta-container {
        max-width: 800px;
        padding: 80px 20px 0;
        margin: 0 auto;
    }
    .post-main-title {
        font-size: 32px;
        line-height: 48px;
    }
    .contact-header, .blog-header {
        flex-direction: column;
        gap: 16px;
    }
    .map-container {
        height: 400px;
    }
    .contact-map {
        padding: 0 20px 60px;
    }
    .blog-hero-sidetext {
        text-align: center;
    }
    .hero-flex-column {
        width: 100%;
        gap: 16px;
    }
    .contact-header, .blog-header {
        margin: 80px 0;
    }

    .property-grid { 
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px;
    } 
    .contact-flex {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }
    .contact-form-col, .contact-info-col {
        width: 100%;
    }
    .cta-banner,
    .post-cta-banner {
        padding: 30px;
        border-radius: 24px;
        border-bottom-right-radius: 0;
    }

    .cta-content {
        max-width: 65%;
    }

    .cta-title {
        font-size: 44px;
    }

    .post-cta-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .site-header.scrolled {
        padding: 6px 0;
    }
    .agent-listings-section .section-title, .agent-projects-section .section-title {
        font-size: 34px;
        line-height: 43px;
    }
    .agent-listings-section .status-badge-label, .agent-projects-section .status-badge-label {
        font-size: 12px;
    }
    .agent-listings-section {
        padding: 60px 0;
    }
    .agent-projects-section {
        padding-left: 0 !important;
        padding-right: 0 important;
    }
    .hero-container {
        max-width: 100%;
    }
    .logo img {
        width: 90px;
    }
    .p-lr-40 {
        padding: 0 16px !important;
    }
    .w-420, .w-530 {
        width: auto;
    }
    .w-80, .w-70 {
        max-width: 100%;
    }
    .container, .container-narrow, .thumb-container, .about-container, .cta-container, .team-container, .partners-container {
        padding: 0 16px;
    }
    .bg-cream, .section-padding {
        padding: 60px 0;
    }
    .hero-title, .hero-main-title {
        font-size: 36px;
        line-height: 44px;
    }
     .cta-title, .post-cta-title {
        font-size: 36px;
        line-height: 44px;
    }
    .contact-subtitle, .detail-maintitle, .post-main-title {
        font-size: 24px;
        line-height: 32px;
    }
    .badge-outline-curated {
        font-size: 12px;
    }
     .section-title, .about-main-title {
        font-size: 24px;
        line-height: 32px;
    }
    .property-card-title {
        font-size: 20px;
        line-height: 28px;
    }
    .property-card-price, .contact-hero-sidetext, .blog-hero-sidetext, .hero-side-text, .story-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .loc-tag, .back-link, .back-to-blog {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-menu li, .contact-list li, .footer-bottom {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .hero-section {
        height: 100vh;
    }
  .about-section.dynamic-bg {
        padding: 60px 0 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom;
    }
    .text-center {
        width: auto;
    }
    .about-section .btn-outline {
        padding: 10px 14px;
        font-size: 14px;
    }
    .property-search-form {
        flex-direction: column;
    }
    .filter-group {
        width: 100%;
    }
    .property-grid { 
        grid-template-columns: 1fr; 
    }
    .status-badge {
        margin-right: -2px !important;
        margin-top: -2px !important;
        padding: 6px 7px;
    }
    .section-header-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .values-grid { 
        grid-template-columns: 1fr; 
    }
    .value-card:not(:last-child)::after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
        left: 0;
    }
     .services-right-grid {
        grid-template-columns: 1fr;
    }
    .footer-top-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .partner-item {
        max-width: 120px;
    }
    .section-header-flex {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .pagination-wrapper {
        margin-top: 40px;
        padding: 0 16px;
    }
    .cta-banner, .post-cta-banner {
        padding: 0 24px 40px;
        height: 350px;
        border-radius: 24px;
        border-bottom-right-radius: 0;
        background-size: cover;
        object-position: top;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .section-description {
        font-size: 16px;
        line-height: 26px;
    }
    .about-hero-header {
        margin: 80px 16px 40px;
    }
    .story-stats-grid {
        gap: 16px;
        margin-top: 24px;
    }
    .stat-number {
        font-size: 30px;
        margin-top: 10px;
    }
    .value-card {
        padding: 20px;
    }
    .agents-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        justify-items: center;
    }
    .partners-grid {
        gap: 16px;
        justify-items: center;
    }
    .cta-content {
        max-width: 100%;
    }
    .footer-col.footer-navigation, .footer-col {
        width: 100%;
    }
    .footer-branding-large {
        padding-top: 30px;
    }
    .footer-description {
        font-size: 16px;
        line-height: 24px;
        margin: 16px 0;
    }
    .footer-heading {
        margin-bottom: 16px;
    }
    .contact-list li, .contact-list a {
        font-size: 16px;
        line-height: 24px;
    }
    .values-header, .team-header, .partners-header {
        margin-bottom: 24px;
    }
    .story-content-wrap {
        padding-top: 20px;
    }
    .contact-header {
        margin: 80px 0 40px;
        text-align: left;
    }
    .contact-hero-sidetext {
        text-align: left;
    }
    .contact-header, .blog-header {
        align-items: start;
    }
    .contact-subtitle {
        justify-content: left;
    }
    .info-card, .form-wrapper {
        padding: 24px;
    }
    .main-content-grid {
        padding-top: 40px;
        display: block;
    }
    .price-row {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }
    .about-content {
        font-size: 16px;
        line-height: 26px;
    }
    .testimonials-controls {
        gap: 14px;
        margin-top: 0;
    }
    .testimonials-btn {
        width: 50px;
        height: 50px;
    }
    .testimonials-author {
        margin-top: 40px;
    }
    .loc-tag {
        margin: 24px 0 12px;
    }
    .main-property-slider {
        margin-top: 0;
    }
    .property-hero {
        height: 285px;
        padding-top: 16px;
        padding-bottom: 160px;
        margin-top: 16px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .detail-btn-wrapper {
        display: none;
    }
    .prop-price {
        font-size: 16px;
    }
    .prop-address {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .mega-menu-list li a {
        font-size: 24px;
    }
    .menu-content-wrapper {
        margin-top: 120px;
    }
    .mega-menu-list {
        gap: 24px;
    }
    .spec {
        font-size: 14px;
    }
    .specs-bar {
        gap: 16px;
        padding: 10px 0;
        flex-direction: column;
        align-items: self-start;
    }
    .spec-divider {
        display: none;
    }
    .property-sidebar {
        padding-top: 40px;
    }
    .enquiry-card, .investor-card {
        padding: 20px;
    }
    .other-prop-header {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    .detail-subtitle {
        font-size: 20px;
    }
    .day-text {
        font-size: 16px;
        line-height: 24px;
    }
    .schedule-row {
        padding: 16px;
    }
    .day-wrapper {
        gap: 10px;
    }
    .day-wrapper img, .spec img, .prop-address img {
        width: 20px;
    }
    .map-container {
        padding-top: 0;
        border-radius: 24px;
    }
    .thumb-slider .swiper-slide {
        width: 75px !important;
        height: 58px !important;
        border-radius: 6px;
        flex-shrink: 0 !important;
    }
     .thumb-slider .swiper-slide img {
        width: 75px !important;
        height: 58px !important;
        object-fit: cover;
    }
    .thumb-container {
        bottom: 20px;
    }
    .about-container {
        height: auto;
    }
    .about-content-wrapper {
        padding-bottom: 200px;
    }
    .blog-posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-hero-sidetext {
        text-align: left;
    }
    .blog-header {
        margin: 80px 0 40px;
    }
    .filter-wrapper {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .filter-wrapper::-webkit-scrollbar {
        display: none;
    }
    .btn-filter {
        flex: 0 0 auto; 
        padding: 10px 20px;
        font-size: 12px;
    }
    .post-container {
        padding: 40px 16px 0;
    }
    .blog-img-detail {
        border-radius: 24px;
    }
    .btn-primary-orange {
        padding: 12px 18px;
    }
    .about-content {
        max-width: 100%;
    }
    .section-left-header {
        padding: 0;
    }
    .services-section .section-description {
        text-align: left;
    }
    .schedule-wrap.mt-80, .features-wrap.mt-80 {
        margin-top: 40px !important;
    }
    .post-detail-header {
        margin: 30px 0;
    }
     .about-hero {
        padding-bottom: 0;
    }
    .about-story {
        padding-top: 0;
    }
    .testimonials-card {
        padding: 16px;
        min-width: 306px;
        margin: 0 16px 0 0;
    }
    .review-description {
        font-size: 16px;
        line-height: 28px;
    }
    .testimonials-track {
        gap: 0;
    }
    .testimonials-stars {
        margin-bottom: 10px;
    }
    .spec {
        gap: 4px;
    }
    .agent-profile-card-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .container-small {
        padding: 60px 16px;
    }
    .profile-card-details {
        gap: 30px;
    }
    .mega-menu-overlay {
        background: #F3F1E8;
    }
    .trigger-open {
        flex-direction: row-reverse;
    }
    .team-header.text-center {
        align-items: center;
    }
    .agent-img {
        width: 100%;
        height: 300px;
        max-width: 300px;
        aspect-ratio: 1/1;
        object-position: top;
        object-fit: cover;
        border-radius: 14px;
    }
    .agent-photo-wrap {
        aspect-ratio: auto;
        border-radius: 14px;
    }
    .profile-card-photo img {
        width: 100%;
        height: auto;
        border-radius: 24px;
    }
    section.featured-project-section.section-padding.bg-cream.pt-80 {
        padding-top: 20px !important;
    }
    .share-modal-content {
		margin: 16px;
		padding: 20px;
	}
	.single-project .description-wrap {
    font-size: 16px;
		line-height: 28px;
    }
    .single-project .description-wrap h1 {
    	font-size: 24px;
    }
    .single-project .description-wrap h2 {
    	font-size: 22px;
    }
    .single-project .description-wrap h3 {
    	font-size: 20px;
    }
    .single-project .description-wrap h4 {
    	font-size: 18px;
    }
    .single-project .description-wrap h5 {
    	font-size: 16px;
    }
    .single-project .description-wrap h6 {
    	font-size: 14px;
    }
    .property-filter {
        padding-top: 30px !important;
    }
    .post-cta-container {
        padding: 0 16px;
    }
    .mobile-detail-btn-wrapper {
        display: flex !important;
        flex-direction: row-reverse;
        gap: 16px;
    }
    .details-btn-header {
        display: flex;
        justify-content: space-between;
        padding: 20px 16px;
    }
    .back-link {
        position: inherit;
    }
    .back-btn-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .error-center-img {
        width: 80%;
    }
     .property-detail-page .other-properties-section .container {
        display: grid;
        grid-template-columns: 1fr;
        position: relative; 
    }

    .property-detail-page .other-prop-header {
        display: contents; 
    }

    .property-detail-page .other-properties-section .detail-maintitle {
        grid-row: 1; 
			margin-bottom: 24px;
    }

    .property-detail-page .other-properties-section .property-grid {
        grid-row: 2;
        margin-top: 0 !important; 
    }

    .property-detail-page .other-properties-section .accent-link {
        grid-row: 3; 
        justify-self: center; 
        margin-top: 24px;
    }
	
	.property-detail-page .cta-section {
		padding-top: 0 !important;
	}
	
	.property-detail-page .enquiry-card {
		margin-bottom: 0;
	}
	
	.single-project .cta-section {
		padding-top: 60px !important;
	}
	.projects-section-header-flex {
	    padding-bottom: 30px;
    }

}

@media (min-width: 567px) and (max-width: 767px) {
    .about-content-wrapper {
        height: 320px;
        padding-bottom: 280px;
    }
}