@import url(https://fonts.googleapis.com/css2?family=Fraunces:wght@300;400;500;600;700&family=Manrope:wght@300;400;500;600;700;800&display=swap);

.nav-link.active,
.nav-link:focus,
.nav-link:hover,
.top-link i,
.top-link:hover {
    color: #f4e7c6
}

.badge-type,
.hero-eyebrow {
    letter-spacing: 4px;
    text-transform: uppercase
}

.btn-ghost-white,
.btn-secondary-custom {
    backdrop-filter: blur(10px);
    text-decoration: none
}

.about-title,
.asking-price,
.contact-card-title,
.contact-hero-title,
.footer-logo-title,
.hero-title,
.journal-card h3,
.journal-title,
.logo-title,
.page-hero-title,
.property-block h3,
.property-body h3,
.property-detail-title,
.section-title,
.single-post-title,
.visit-title {
    font-family: Fraunces, serif
}

.feature-list,
.ideal-for-list,
.location-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr)
}

.navbar::before,
.property-image::after,
.trust-strip::before {
    pointer-events: none;
    content: ''
}

.back-link,
.back-to-blog,
.btn-call,
.btn-ghost-white,
.btn-outline-custom,
.btn-primary-custom,
.btn-secondary-custom,
.btn-whatsapp,
.contact-info-list a,
.direct-contact-card a,
.journal-card,
.mobile-nav a,
.property-back-link,
.sidebar-contact-link,
.top-link,
.visit-link,
.visit-location {
    text-decoration: none
}

.page-hero,
.property-archive-section,
.site-footer,
body,
html {
    overflow-x: hidden
}

.hero-bg,
.hero-overlay,
.navbar::before,
.page-hero-bg,
.property-image::after,
.trust-strip::before {
    inset: 0;
    inset: 0
}

.about-image img,
.footer-brand img,
.footer-logo,
.gallery-thumb,
.journal-image img,
.logo-img,
.main-gallery-image img,
.property-image img,
.related-post-image img,
.single-post-image img {
    object-fit: cover;
    object-fit: cover
}

:root {
    --green: #233d33;
    --green-dark: #142620;
    --green-soft: #3d5c47;
    --gold: #b18f54;
    --gold-soft: #f4e7c6;
    --cream: #faf6ef;
    --white: #ffffff;
    --green: #233d33;
    --green-dark: #142620;
    --gold: #b18f54;
    --cream: #faf6ef
}

body {
    font-family: Manrope, sans-serif;
    color: #233d33
}

a {
    transition: .3s
}

.container,
.container-fluid,
.property-card,
img {
    max-width: 100%
}

.top-bar {
    background: #142620;
    height: 42px;
    display: flex;
    align-items: center
}

.btn-call,
.navbar-brand {
    align-items: center;
    display: flex
}

.top-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.top-link i {
    margin-right: 8px
}

.navbar.scrolled {
    background: #dfd3d380
}

.navbar-brand {
    gap: 15px
}

.logo-text {
    line-height: 1
}

.footer-logo-subtitle,
.logo-subtitle {
    letter-spacing: 4px
}

.navbar-nav {
    gap: 22px
}

.nav-link {
    color: #fff !important
}

.nav-link:hover {
    color: #e8cf8e !important
}

.btn-call {
    background: #b18f54;
    box-shadow: 0 8px 20px rgba(177, 143, 84, .25)
}

.btn-whatsapp,
.property-meta span {
    display: flex;
    align-items: center
}

.contact-form-card .wpcf7-submit:hover,
.offcanvas,
.property-submit:hover,
.site-footer {
    background: #142620
}

.mobile-nav li {
    margin-bottom: 15px
}

.mobile-nav a {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.about-title span,
.hero-title span {
    font-style: italic;
    font-weight: 300
}

.hero-section {
    position: relative;
    height: 100vh;
    min-height: 760px;
    overflow: hidden
}

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

.hero-container {
    position: relative;
    z-index: 3;
    height: 100%
}

.hero-content {
    position: absolute;
    bottom: 110px;
    max-width: 900px
}

.hero-eyebrow {
    color: #f4e7c6;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 25px
}

.hero-title {
    color: #fff;
    font-size: 54px;
    line-height: 1.02;
    font-weight: 600;
    margin-bottom: 28px
}

.hero-title span {
    display: block
}

.hero-description {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    max-width: 700px;
    margin-bottom: 40px
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.btn-primary-custom {
    background: #233d33;
    color: #fff;
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(35, 61, 51, .25);
    max-width: 200px
}

.btn-primary-custom:hover {
    background: #142620;
    color: #fff
}

.btn-secondary-custom {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 700
}

.btn-secondary-custom:hover {
    background: #fff;
    color: #233d33
}

.animate-hero {
    animation: .8s forwards heroFade
}

@keyframes heroFade {
    from {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 18px
}

.trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    color: #1c6d87;
    font-size: 20px
}

.trust-content h3 {
    color: #1e293b
}

.featured-properties {
    padding: 110px 0
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px
}

.section-title {
    font-size: 64px;
    color: #233d33;
    max-width: 650px;
    line-height: 1.05
}

.btn-outline-custom {
    border: 1px solid #233d33;
    padding: 14px 28px;
    border-radius: 50px;
    color: #233d33;
    font-weight: 700
}

.property-card:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08)
}

.property-image {
    aspect-ratio: 4/3;
    height: 340px
}

.property-body h3 {
    font-size: 16px;
    margin-bottom: 12px
}

.property-meta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap
}

.property-card {
    color: inherit;
    display: block;
    color: inherit
}

.about-buttons,
.property-badges,
.property-card,
.property-meta {
    display: flex;
    display: flex
}

.property-badges {
    justify-content: center;
    align-items: center;
    gap: 14px
}

.badge-type {
    line-height: 1;
    color: #233d33;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px
}

.badge-status {
    background: #233d33;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1
}

.about-eyebrow,
.journal-eyebrow,
.visit-eyebrow {
    text-transform: uppercase;
    letter-spacing: 3px
}

.property-header,
.property-price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.footer-links li,
.property-price {
    margin-bottom: 14px
}

.property-body hr {
    margin: 0 0 24px;
    border-color: #e6eaee
}

.property-meta {
    gap: 30px;
    flex-wrap: wrap
}

.property-body {
    padding: 22px
}

.property-meta {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: nowrap;
    font-size: 14px
}

.estate-ribbon {
    text-transform: uppercase;
    z-index: 11
}

.property-card {
    flex-direction: column
}

.about-section {
    background: #142620;
    padding: 110px 0
}

.about-eyebrow {
    color: #8fc9d8;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px
}

.about-title {
    color: #fff;
    font-size: 64px;
    line-height: 1.05;
    margin-bottom: 28px
}

.about-description {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    line-height: 1.9;
    max-width: 720px
}

.about-buttons {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px
}

.about-image {
    border-radius: 20px;
    overflow: hidden
}

.about-image img {
    width: 100%;
    height: 420px;
    display: block
}

.btn-ghost-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, .12);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255, 255, 255, .45);
    color: #fff;
    padding: 16px 30px;
    min-height: 52px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    transition: .3s
}

.footer-bottom,
.journal-header {
    justify-content: space-between;
    display: flex
}

.btn-ghost-white:hover {
    background: #fff;
    color: #233d33;
    border-color: #fff
}

.btn-ghost-white i {
    font-size: 18px
}

.journal-header {
    align-items: flex-end
}

.journal-eyebrow {
    color: #233d33
}

.journal-card {
    color: inherit
}

.journal-card:hover .journal-image img,
.journal-card:hover img,
.related-post-card:hover .related-post-image img {
    transform: scale(1.05)
}

.journal-card h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #0f172a;
    transition: .3s
}

.journal-card:hover h3 {
    color: #0ea5e9
}

.visit-cta {
    padding: 110px 0;
    background: #fff
}

.visit-box {
    background: linear-gradient(135deg, #f3f9fb 0, #fff 50%, #eef8fb 100%);
    border: 1px solid #dbeaf0;
    border-radius: 28px;
    padding: 60px
}

.visit-eyebrow {
    font-size: 14px;
    font-weight: 700;
    color: #233d33;
    margin-bottom: 14px
}

.footer-heading,
.page-hero-eyebrow,
.property-type {
    text-transform: uppercase;
    letter-spacing: 4px
}

.visit-title {
    font-size: 48px;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 20px
}

.visit-description {
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
    max-width: 500px
}

.visit-links {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.visit-link,
.visit-location {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2937;
    font-size: 18px
}

.visit-link:hover {
    color: #000
}

.visit-link i,
.visit-location i {
    color: #000;
    font-size: 18px
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 16px
}

.footer-brand img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .15)
}

.footer-contact li {
    display: flex
}

.footer-bottom {
    flex-wrap: wrap;
    gap: 10px
}

.page-hero {
    padding-top: 180px;
    padding-bottom: 100px;
    overflow: hidden
}

.page-hero-bg {
    background-repeat: no-repeat
}

.page-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 38, 32, .4) 0, rgba(20, 38, 32, .15) 40%, rgba(20, 38, 32, .85) 100%);
    z-index: 2
}

.page-hero-eyebrow {
    color: #f4e7c6;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px
}

.page-hero-title {
    color: #fff;
    font-size: 72px;
    line-height: 1.03;
    margin-bottom: 25px;
    max-width: 900px
}

.page-hero-description {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    max-width: 700px
}

.property-badges {
    display: flex;
    justify-content: space-between
}

.property-status {
    letter-spacing: 0;
    text-transform: uppercase
}

.contact-hero-eyebrow,
.estate-ribbon {
    letter-spacing: 4px;
    text-transform: uppercase
}

.property-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.property-price {
    font-weight: 400
}

.property-arrow {
    margin-top: 6px
}

.property-subtitle {
    line-height: 1.6
}

.property-location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
    margin-bottom: 26px
}

.property-location i {
    color: #b18f54;
    margin-top: 3px
}

.property-meta {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap
}

.property-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #18352f;
    font-size: 12px
}

.contact-info-list a:hover,
.ideal-for-list i,
.journal-card:hover .journal-title,
.property-meta i {
    color: #b18f54
}

.estate-ribbon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    overflow: hidden;
    z-index: 8
}

.estate-ribbon {
    position: absolute;
    top: 28px;
    left: -45px;
    width: 190px;
    transform: rotate(-45deg);
    background: #9e1b1b;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 800
}

.col-lg-4.col-md-6.d-flex {
    margin-top: 50px;
    margin-bottom: 50px
}

.blog-listing-section {
    background: #fff
}

.journal-card {
    color: inherit;
    display: block;
    color: inherit;
    width: 100%
}

.journal-image img {
    display: block
}

.contact-icon,
.contact-info-list li {
    display: flex;
    display: flex
}

.journal-image {
    margin-bottom: 20px
}

.journal-title {
    color: #233d33;
    font-size: 26px
}

.contact-page-hero {
    position: relative;
    padding-top: 180px;
    padding-bottom: 100px;
    overflow: hidden;
    background: linear-gradient(180deg, #faf6ef 0, #fff 100%)
}

.contact-hero-eyebrow {
    color: #233d33;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px
}

.contact-hero-title {
    color: #233d33;
    font-size: 72px;
    line-height: 1.03;
    margin-bottom: 24px
}

.contact-hero-description {
    max-width: 720px;
    color: #3d5c47;
    font-size: 20px;
    line-height: 1.8
}

.contact-info-list a,
.contact-info-list p {
    color: #fff;
    text-decoration: none;
    margin: 0
}

.contact-form-card .screen-reader-response ul,
.contact-form-card .wpcf7-response-output ol,
.contact-form-card .wpcf7-response-output ul,
.office-hours-card ul,
.office-hours-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.office-hours-card li {
    margin-bottom: 10px
}

.contact-main-section {
    padding: 80px 0 120px
}

.contact-form-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .04)
}

.contact-info-card {
    background: #142620;
    color: #fff;
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 25px
}

.office-hours-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 35px
}

.contact-card-eyebrow {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #b18f54;
    margin-bottom: 15px
}

.property-eyebrow,
.section-eyebrow {
    letter-spacing: 4px;
    text-transform: uppercase
}

.contact-card-title {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 35px;
    font-weight: 600
}

.contact-info-list,
.direct-contact-card ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-info-list li {
    gap: 15px;
    gap: 16px;
    margin-bottom: 24px
}

.contact-info-list li:last-child,
.direct-contact-card li:last-child {
    margin-bottom: 0
}

.contact-icon {
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    align-items: center;
    justify-content: center;
    color: #b18f54;
    flex-shrink: 0;
    font-size: 18px
}

.contact-info-list span {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d1d5db;
    margin-bottom: 5px;
    font-weight: 600
}

.contact-info-list a {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.contact-info-list p {
    margin: 0;
    color: #fff
}

.office-hours-list li {
    font-size: 15px;
    color: #475569;
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0
}

.office-hours-list li:last-child {
    border-bottom: none
}

.contact-form-card .wpcf7 {
    width: 100%
}

.contact-form-card label {
    width: 100%;
    display: block;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #233d33
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
    width: 100%;
    border: 1.5px solid #dbe3e7;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    color: #233d33;
    background: #fff;
    transition: .3s
}

.contact-form-card textarea {
    min-height: 160px;
    resize: none
}

.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
    outline: 0;
    border-color: #233d33;
    box-shadow: 0 0 0 4px rgba(177, 143, 84, .15)
}

.contact-form-card .wpcf7-submit {
    background: #233d33;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 16px 34px;
    font-weight: 600;
    transition: .3s;
    width: auto
}

@media(max-width:991px) {
    .contact-main-section {
        padding: 60px 0 80px
    }

    .contact-form-card,
    .contact-info-card,
    .office-hours-card {
        padding: 30px
    }

    .contact-card-title {
        font-size: 28px
    }
}

.single-post-header {
    max-width: 900px;
    margin: 0 auto
}

.back-to-blog {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.back-to-blog:hover .single-post-meta {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 20px
}

.single-post-title {
    font-size: 72px;
    color: #233d33
}

.single-post-image img {
    height: auto;
    display: block;
    width: 100%;
    aspect-ratio: 16/9
}

.single-post-content {
    max-width: 900px;
    margin: 60px auto 0
}

.single-post-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #475569
}

.property-description h2,
.property-description h3,
.related-post-title,
.single-post-content h2,
.single-post-content h3 {
    font-family: Fraunces, serif;
    color: #233d33
}

.section-eyebrow {
    color: #b18f54
}

.contact-form-card .wpcf7-form-control-wrap,
.related-post-card,
.wpcf7-form-control-wrap {
    display: block
}

.related-post-image {
    aspect-ratio: 4/3;
    margin-bottom: 18px
}

.form-input:focus,
.form-textarea:focus,
.gallery-thumb:hover {
    border-color: #b18f54
}

.feature-list,
.location-list {
    display: grid;
    gap: 12px
}

.property-detail-header {
    padding-top: 150px;
    padding-bottom: 50px
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    margin-bottom: 20px
}

.property-eyebrow {
    color: #b18f54
}

.property-detail-title {
    font-size: 68px;
    line-height: 1.05;
    color: #233d33;
    margin-bottom: 15px
}

.property-subtitle-detail {
    font-size: 22px;
    color: #475569;
    margin-bottom: 15px
}

.property-location-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #64748b
}

.asking-price-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #64748b;
    margin-bottom: 10px
}

.asking-price {
    font-size: 56px;
    color: #233d33
}

.bottom-price,
.property-price,
.property-title {
    font-family: Georgia, serif
}

.property-meta-section {
    margin-bottom: 50px
}

.property-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 25px;
    background: #faf6ef;
    border-radius: 14px
}

.property-specs span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600
}

.property-gallery-wrap {
    margin-bottom: 60px
}

.property-content-section,
.property-gallery-section {
    margin-bottom: 70px
}

.property-block {
    margin-top: 50px
}

.property-block h3 {
    margin-bottom: 20px
}

.feature-list,
.location-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.feature-list li,
.ideal-for-list li,
.location-list li {
    display: flex;
    gap: 10px
}

.property-contact-card {
    background: #233d33;
    color: #fff;
    padding: 35px;
    border-radius: 20px;
    position: sticky;
    top: 140px
}

.sidebar-contact-link {
    display: flex;
    gap: 12px;
    color: #fff;
    margin-top: 15px
}

.property-form-card .wpcf7 {
    margin-top: 20px
}

.form-input,
.form-textarea {
    color: #233d33
}

.property-submit {
    background: #233d33
}

.wpcf7-spinner {
    margin-top: 10px
}

.property-single-page {
    background: #faf9f6;
    padding-bottom: 100px
}

.property-back-wrap {
    padding-top: 140px;
    margin-bottom: 30px
}

.property-back-link {
    color: #6b7280;
    font-size: 14px;
    font-weight: 500
}

.property-eyebrow,
.property-form-card label,
.property-form-eyebrow,
.property-section-label {
    text-transform: uppercase;
    font-weight: 700
}

.property-back-link i {
    margin-right: 8px
}

.property-back-link:hover {
    color: var(--green)
}

.property-header {
    margin-bottom: 40px
}

.property-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--gold);
    margin-bottom: 15px
}

.property-title {
    color: var(--green-dark);
    margin-bottom: 15px
}

.property-subtitle {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px
}

.property-location {
    color: #475569;
    font-size: 14px
}

.property-location i {
    color: var(--gold);
    margin-right: 8px
}

.price-label {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 10px
}

.property-price {
    color: var(--green-dark)
}

.property-divider {
    margin: 35px 0;
    border-color: #e5e7eb
}

.property-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

.property-meta-row span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 15px
}

.back-to-blog:hover,
.meta-dot,
.property-meta-row i {
    color: var(--gold)
}

.main-gallery-image {
    overflow: hidden;
    border-radius: 20px
}

.main-gallery-image img {
    width: 100%;
    height: 650px;
    display: block
}

.gallery-thumb {
    width: 100%;
    height: 90px;
    border-radius: 10px
}

.gallery-thumb.active,
.gallery-thumb:hover {
    border-color: var(--gold)
}

.property-content-section {
    margin-top: 60px
}

.property-section-label {
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--gold);
    margin-bottom: 15px
}

.property-description {
    color: #475569;
    line-height: 1.9;
    font-size: 17px
}

.journal-card-title,
.property-block h2 {
    color: var(--green-dark)
}

.feature-list,
.location-list {
    columns: 2;
    column-gap: 60px
}

.feature-list li,
.location-list li {
    break-inside: avoid
}

.feature-list i,
.location-list i {
    color: var(--gold);
    margin-right: 10px
}

.opportunity-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 30px;
    margin-top: 40px
}

.opportunity-box p {
    margin: 0;
    line-height: 1.8;
    color: #475569
}

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

.property-form-card {
    background: #fff;
    border: 1px solid #dbe4e8;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 25px
}

.property-form-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    color: #94a3b8;
    margin-bottom: 12px
}

.property-form-card h3 {
    font-size: 30px;
    color: var(--green-dark);
    margin-bottom: 25px;
    line-height: 1.2
}

.property-form-card label {
    display: block;
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 2px;
    color: #64748b
}

.property-form-card input,
.property-form-card textarea {
    width: 100%;
    border: 1px solid #dbe4e8;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 8px
}

.property-form-card textarea {
    min-height: 140px;
    resize: none
}

.property-form-card input:focus,
.property-form-card textarea:focus {
    outline: 0;
    border-color: var(--gold)
}

.property-submit,
.wpcf7-submit {
    width: 100%;
    background: var(--green);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    font-weight: 600;
    transition: .3s
}

.direct-contact-card,
.offcanvas,
.property-submit:hover,
.wpcf7-submit:hover {
    background: var(--green-dark)
}

.direct-contact-card {
    border-radius: 18px;
    padding: 30px;
    color: #fff
}

.direct-contact-card li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px
}

.direct-contact-card i {
    color: #8cc7d8;
    font-size: 18px
}

.direct-contact-card a {
    color: #fff
}

.property-bottom-cta {
    margin-top: 80px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px
}

.bottom-price {
    font-size: 42px;
    color: var(--green-dark)
}

.property-bottom-cta .btn-primary-custom {
    min-width: 240px
}

@media(max-width:1199px) {
    .property-title {
        font-size: 56px
    }

    .main-gallery-image img {
        height: 550px
    }

    .logo-title {
        font-size: 1.6rem
    }
}

@media(max-width:991px) {
    .property-sidebar {
        position: relative;
        top: auto
    }

    .property-title {
        font-size: 48px
    }

    .property-price {
        margin-top: 25px;
        text-align: left
    }

    .main-gallery-image img {
        height: 450px
    }

    .feature-list,
    .location-list {
        columns: 1
    }
}

.gallery-thumb {
    cursor: pointer;
    transition: .3s;
    border: 2px solid transparent
}

.gallery-thumb.active {
    border-color: #b18f54;
    transform: scale(.96)
}

.property-short-description {
    font-size: 22px;
    line-height: 1.7;
    color: #64748b;
    max-width: 850px;
    margin: 20px 0
}

.property-status,
.property-type {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase
}

.ideal-for-list {
    display: grid;
    gap: 14px
}

.trust-strip {
    position: relative;
    background: rgba(250, 246, 239, .75);
    border-top: 1px solid rgba(177, 143, 84, .12);
    border-bottom: 1px solid rgba(177, 143, 84, .12);
    backdrop-filter: blur(14px);
    overflow: hidden
}

.trust-strip::before {
    position: absolute;
    background: radial-gradient(circle at top left, rgba(177, 143, 84, .08), transparent 35%), radial-gradient(circle at bottom right, rgba(35, 61, 51, .06), transparent 40%)
}

.trust-strip .container {
    position: relative;
    z-index: 2
}

.trust-strip .row {
    align-items: center
}

.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    height: 100%;
    padding: 34px 12px
}

.property-badges,
.trust-icon {
    display: flex;
    align-items: center
}

.trust-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    justify-content: center;
    background: #fff;
    color: var(--gold);
    box-shadow: 0 10px 30px rgba(20, 38, 32, .08), inset 0 0 0 1px rgba(177, 143, 84, .1)
}

.logo-img,
.property-status {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18)
}

.trust-icon i {
    font-size: 1.4rem;
    line-height: 1
}

.trust-content {
    flex: 1
}

.trust-content h3 {
    margin: 0 0 8px;
    color: var(--green-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.02em
}

.trust-content p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
    max-width: 320px
}

.page-hero,
.trust-strip .col-md-4 {
    position: relative
}

.trust-strip .col-md-4:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 72px;
    background: linear-gradient(to bottom, transparent, rgba(177, 143, 84, .18), transparent)
}

@media(max-width:991px) {
    .trust-item {
        padding: 28px 0;
        gap: 18px
    }

    .trust-content h3 {
        font-size: 1.2rem
    }

    .trust-content p {
        font-size: 1rem;
        max-width: none
    }

    .trust-strip .col-md-4:not(:last-child)::after {
        display: none
    }
}

@media(max-width:767px) {

    .contact-form-card,
    .contact-info-card,
    .office-hours-card {
        padding: 25px;
        border-radius: 18px
    }

    .contact-card-title,
    .property-form-card h3 {
        font-size: 24px
    }

    .contact-info-list li {
        gap: 12px
    }

    .property-back-wrap {
        padding-top: 120px
    }

    .property-price,
    .property-title {
        font-size: 38px
    }

    .property-meta-row {
        flex-direction: column;
        gap: 15px
    }

    .main-gallery-image img {
        height: 300px
    }

    .gallery-thumb {
        height: 70px
    }

    .direct-contact-card,
    .property-form-card {
        padding: 24px
    }

    .trust-strip {
        padding: 12px 0
    }

    .trust-item {
        padding: 18px 0
    }

    .trust-icon {
        width: 54px;
        height: 54px;
        min-width: 54px
    }

    .trust-icon i {
        font-size: 1.15rem
    }

    .trust-content h3 {
        font-size: 1.1rem
    }

    .trust-content p {
        font-size: .95rem;
        line-height: 1.6
    }
}

.page-hero-bg {
    position: absolute;
    z-index: 1;
    background-size: cover;
    background-position: center
}

.page-hero .container {
    position: relative;
    z-index: 3
}

.hero-overlay {
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, rgba(20, 38, 32, .72) 0, rgba(20, 38, 32, .45) 45%, rgba(20, 38, 32, .2) 100%), linear-gradient(180deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .35) 100%)
}

.property-image {
    position: relative;
    overflow: hidden;
    border-radius: 28px 28px 0 0
}

.property-image::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(20, 38, 32, .42) 0, rgba(20, 38, 32, .12) 35%, rgba(20, 38, 32, 0) 60%)
}

.property-badges {
    position: absolute;
    top: 18px;
    left: 20px;
    right: 20px;
    z-index: 2;
    justify-content: space-between
}

.property-type {
    color: #f4e7c6;
    letter-spacing: .28em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .45)
}

.logo-subtitle,
.logo-title {
    text-shadow: 0 2px 12px rgba(0, 0, 0, .45)
}

.property-status {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(20, 38, 32, .92);
    color: #fff;
    letter-spacing: .08em;
    backdrop-filter: blur(12px)
}

.sol-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

.nav-link,
.navbar {
    position: relative
}

.navbar {
    padding: 22px 0;
    background: 0 0;
    transition: background .35s, padding .35s, box-shadow .35s
}

.navbar::before {
    position: absolute;
    background: linear-gradient(180deg, rgba(20, 38, 32, .65) 0, rgba(20, 38, 32, .38) 55%, rgba(20, 38, 32, 0) 100%);
    z-index: -1
}

.navbar.scrolled {
    padding: 14px 0;
    background: rgba(20, 38, 32, .88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18)
}

.contact-form-card .screen-reader-response,
.contact-form-card .wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type),
.navbar.scrolled::before,
.offcanvas .nav-link::after {
    display: none
}

.logo-img {
    border: 2px solid rgba(255, 255, 255, .18);
    flex-shrink: 0
}

.logo-text {
    margin-left: 14px;
    min-width: 0
}

.logo-subtitle {
    margin-top: 6px;
    letter-spacing: .28em
}

.form-label,
.journal-eyebrow {
    letter-spacing: .22em;
    text-transform: uppercase
}

.navbar-nav {
    gap: 10px
}

.nav-link {
    font-size: .95rem;
    font-weight: 600;
    padding: .75rem 1rem !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
    transition: color .3s
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: .4rem;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s
}

.nav-link.active::after,
.nav-link:hover::after {
    transform: scaleX(1)
}

.btn-call,
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 700;
    transition: .3s
}

.btn-call {
    background: var(--gold);
    color: #fff;
    box-shadow: 0 10px 24px rgba(177, 143, 84, .35)
}

.btn-call:hover {
    background: #9f7d45;
    color: #fff;
    transform: translateY(-2px)
}

.btn-whatsapp {
    background: #25d366;
    color: #fff;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .28)
}

.btn-whatsapp:hover {
    background: #1ebd57;
    color: #fff;
    transform: translateY(-2px)
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-toggler-icon {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .4))
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.offcanvas-title {
    color: #fff
}

.offcanvas .btn-close {
    filter: invert(1)
}

.offcanvas .nav-link {
    display: block;
    padding: 14px 0 !important;
    color: #fff;
    text-shadow: none
}

@media(max-width:991px) {
    .navbar {
        padding: 14px 0;
        background: rgba(20, 38, 32, .82);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px)
    }

    .navbar::before {
        display: none
    }

    .logo-img {
        width: 52px;
        height: 52px
    }

    .logo-text {
        margin-left: 12px
    }

    .logo-title {
        font-size: 1.4rem
    }

    .logo-subtitle {
        font-size: .62rem;
        letter-spacing: .22em
    }
}

@media(max-width:575px) {
    .logo-title {
        font-size: 1.15rem
    }

    .logo-subtitle {
        font-size: .55rem
    }

    .logo-img {
        width: 46px;
        height: 46px
    }
}

.property-enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.form-label {
    display: block;
    margin: 0;
    color: #64748b;
    font-size: .72rem;
    font-weight: 700
}

.form-input,
.form-textarea,
.wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    margin-top: 12px;
    padding: 16px 18px;
    border: 1px solid rgba(35, 61, 51, .12);
    border-radius: 16px;
    background: #fff;
    color: var(--green-dark);
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color .25s, box-shadow .25s
}

.form-textarea {
    resize: none;
    min-height: 180px;
    resize: vertical
}

.form-input:focus,
.form-textarea:focus {
    outline: 0;
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(177, 143, 84, .12)
}

.form-input[readonly] {
    background: #faf6ef;
    color: #64748b;
    cursor: not-allowed
}

.wpcf7-not-valid {
    border-color: #dc3545 !important
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: 8px;
    color: #dc3545;
    font-size: .875rem;
    line-height: 1.4
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
    display: none !important
}

.wpcf7-response-output {
    margin: 24px 0 0 !important;
    padding: 14px 18px !important;
    border-radius: 12px;
    font-size: .95rem
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #dc3545;
    background: rgba(220, 53, 69, .06);
    color: #dc3545
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #198754;
    background: rgba(25, 135, 84, .08);
    color: #198754
}

.property-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 30px;
    border: 0;
    border-radius: 999px;
    background: var(--green-dark);
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform .25s, background .25s
}

.property-submit:hover {
    background: var(--green);
    transform: translateY(-2px)
}

.property-submit:disabled {
    opacity: .65;
    cursor: not-allowed
}

.property-block {
    margin-bottom: 4rem
}

.property-block h2 {
    margin: 0 0 2rem;
    color: #13231d;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2
}

.feature-list,
.ideal-for-list,
.location-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 3rem;
    margin: 0;
    padding: 0;
    list-style: none
}

.feature-list li,
.ideal-for-list li,
.location-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: #4f6270;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    min-height: 3.5rem;
    padding-right: 1rem
}

.feature-list li i,
.ideal-for-list li i,
.location-list li i {
    flex-shrink: 0;
    width: 18px;
    margin-top: .25rem;
    color: #b18f54;
    font-size: .95rem;
    line-height: 1
}

.journal-section {
    padding: 120px 0;
    background: rgba(232, 242, 245, .35)
}

.journal-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 4rem
}

.journal-card {
    flex-direction: column;
    display: flex
}

.journal-eyebrow {
    margin-bottom: 1rem;
    color: var(--gold);
    font-size: .78rem;
    font-weight: 700
}

.journal-title {
    margin: 0;
    color: var(--green-dark);
    font-size: clamp(2.75rem, 5vw, 4.5rem);
    font-weight: 500;
    line-height: 1.05
}

.journal-card {
    color: inherit
}

.journal-date,
.journal-meta {
    margin-bottom: .75rem;
    color: #64748b;
    font-size: .82rem;
    font-weight: 500
}

@media (max-width:767px) {
    .journal-title {
        font-size: 2.5rem
    }

    .journal-card-title {
        font-size: 1.3rem
    }
}

.blog-listing-section {
    padding: 100px 0 120px
}

.journal-card {
    height: 100%;
    color: inherit
}

.journal-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 1.5rem
}

.journal-image,
.related-post-image {
    overflow: hidden;
    border-radius: 1.25rem;
    aspect-ratio: 4/3
}

.journal-image img {
    width: 100%;
    height: 100%;
    transition: transform .7s
}

.journal-card-title {
    margin: 0 0 1rem;
    color: var(--green-dark);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.35;
    transition: color .3s
}

.back-to-blog,
.single-post-content p {
    margin-bottom: 2rem
}

.contact-form-card .form-label,
.footer-heading,
.footer-logo-subtitle,
.journal-read-more,
.related-post-read-more,
.section-eyebrow {
    font-weight: 700;
    text-transform: uppercase
}

.back-to-blog,
.journal-read-more {
    display: inline-flex;
    transition: .3s
}

.journal-card:hover .journal-card-title,
.related-post-card:hover .related-post-title {
    color: #1f5f52
}

.journal-excerpt {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.7
}

.journal-read-more {
    align-items: center;
    gap: .75rem;
    margin-top: auto;
    padding-top: 1.5rem;
    color: var(--gold);
    font-size: .85rem;
    letter-spacing: .12em
}

.journal-read-more i,
.related-post-read-more i {
    transition: transform .3s
}

.journal-card:hover .journal-read-more {
    color: #8f6f3d
}

.journal-card:hover .journal-read-more i,
.related-post-card:hover .related-post-read-more i {
    transform: translateX(4px)
}

.single-blog-post {
    padding: 148px 0 120px;
    background: #fff
}

.back-to-blog {
    align-items: center;
    gap: .65rem;
    color: #64748b;
    font-size: .95rem
}

.back-to-blog i {
    font-size: .9rem
}

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.5rem;
    color: #64748b;
    font-size: .95rem
}

.property-card,
.related-post-card {
    flex-direction: column;
    text-decoration: none
}

.single-post-title {
    margin: 0 0 1.75rem;
    color: var(--green-dark);
    font-size: clamp(3rem, 6vw, 2.5rem);
    line-height: 1.03;
    letter-spacing: -.03em
}

.single-post-excerpt {
    color: #4f6270;
    font-size: 1.3rem;
    line-height: 1.8
}

.single-post-image {
    overflow: hidden;
    border-radius: 1.5rem;
    margin: 4rem auto 0
}

.single-post-content {
    margin-top: 4rem;
    color: #4f6270;
    font-size: 1.1rem;
    line-height: 1.9
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    margin: 3rem 0 1.5rem;
    color: var(--green-dark);
    line-height: 1.2
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem
}

.single-post-content ol,
.single-post-content ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem
}

.single-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 6rem 0 4rem
}

.section-eyebrow {
    margin-bottom: 2rem;
    color: var(--gold);
    font-size: .78rem;
    letter-spacing: .22em
}

.related-post-card {
    display: flex;
    height: 100%;
    color: inherit
}

.related-post-image img {
    width: 100%;
    height: 100%;
    transition: transform .7s
}

.related-post-date {
    margin: 1rem 0 .75rem;
    color: #64748b;
    font-size: .82rem
}

.related-post-title {
    margin: 0;
    color: var(--green-dark);
    font-size: 1.5rem;
    line-height: 1.35;
    transition: color .3s
}

.related-post-read-more {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-top: auto;
    padding-top: 1.5rem;
    color: var(--gold);
    font-size: .85rem;
    letter-spacing: .12em;
    transition: .3s
}

.contact-form-card .wpcf7,
.contact-form-grid {
    margin-top: 0
}

.contact-form-card .wpcf7 form,
.contact-form-card .wpcf7 p {
    margin: 0
}

.contact-form-card .form-label {
    display: block;
    margin-bottom: 8px;
    color: #0f2d27;
    font-size: .82rem;
    letter-spacing: .16em
}

.contact-form-card .col-12,
.contact-form-card .col-md-6 {
    margin-bottom: 12px
}

.contact-form-card .form-control {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 1px solid #d6dee5;
    border-radius: 14px;
    background: #fff;
    color: #18352d;
    font-size: 1rem;
    transition: .3s
}

.contact-form-card .message-field,
.contact-form-card textarea.form-control {
    min-height: 180px;
    height: 180px;
    padding: 16px 18px;
    resize: none
}

.contact-form-card .form-control:focus {
    border-color: #b18f54;
    box-shadow: 0 0 0 4px rgba(177, 143, 84, .12);
    outline: 0
}

.contact-form-card .btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 54px;
    margin-top: 4px;
    padding: 0 28px;
    border: none;
    border-radius: 999px;
    background: #12352c;
    color: #fff;
    font-size: .95rem;
    font-weight: 600;
    transition: .3s
}

.contact-form-card .btn-submit:hover {
    background: #1b4b3f;
    transform: translateY(-2px)
}

.contact-form-card .wpcf7-not-valid-tip {
    display: block;
    margin-top: 8px;
    color: #ef4444;
    font-size: .85rem;
    font-weight: 500
}

.contact-form-card .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 14px 18px !important;
    border-radius: 14px;
    font-size: .95rem
}

.contact-form-card .wpcf7-spinner {
    margin-left: 10px
}

.site-footer {
    background: linear-gradient(90deg, #062b23 0, #031d18 100%);
    color: #fff;
    padding: 90px 0 32px
}

.footer-divider,
.navbar-toggler {
    background: rgba(255, 255, 255, .08)
}

.site-footer .container {
    max-width: 1320px
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px
}

.footer-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .15);
    flex-shrink: 0
}

.footer-logo-title {
    color: #fff;
    font-size: 2rem;
    font-family: var(--font-display);
    line-height: 1.1
}

.footer-logo-subtitle {
    margin-top: 4px;
    color: #e8cf8e;
    font-size: .72rem;
    letter-spacing: .24em
}

.footer-description {
    max-width: 420px;
    color: rgba(255, 255, 255, .82);
    font-size: .96rem;
    line-height: 1.85
}

.footer-heading {
    margin: 0 0 24px;
    color: #e8cf8e;
    font-size: .74rem;
    letter-spacing: .26em
}

.footer-contact,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: .3s
}

.footer-links a:hover {
    color: #e8cf8e;
    padding-left: 4px
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: #fff
}

.footer-contact i {
    color: #e8cf8e;
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0
}

.footer-contact a,
.footer-contact span {
    color: #fff;
    text-decoration: none;
    line-height: 1.6;
    word-break: break-word
}

.footer-contact a:hover {
    color: #e8cf8e
}

.footer-divider {
    height: 1px;
    margin: 48px 0 24px
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255, 255, 255, .65);
    font-size: .82rem
}

@media (max-width:991px) {

    .feature-list,
    .ideal-for-list,
    .location-list {
        grid-template-columns: 1fr;
        gap: 1.25rem
    }

    .feature-list li,
    .ideal-for-list li,
    .location-list li {
        min-height: auto
    }

    .journal-section {
        padding: 90px 0
    }

    .journal-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 3rem
    }

    .single-blog-post {
        padding: 120px 0 90px
    }

    .single-post-title {
        font-size: clamp(2.5rem, 8vw, 4rem)
    }

    .single-post-excerpt {
        font-size: 1.15rem
    }

    .site-footer {
        padding: 70px 0 28px
    }

    .footer-brand {
        margin-bottom: 22px
    }

    .footer-logo-title {
        font-size: 1.8rem
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:767px) {
    .blog-listing-section {
        padding: 80px 0
    }

    .journal-card-title {
        font-size: 1.3rem
    }

    .single-blog-post {
        padding: 100px 0 80px
    }

    .single-post-image {
        margin-top: 3rem;
        border-radius: 1rem
    }

    .single-post-content {
        font-size: 1rem;
        line-height: 1.8
    }

    .contact-form-card .form-control {
        height: 50px
    }

    .contact-form-card .message-field,
    .contact-form-card textarea.form-control {
        min-height: 160px;
        height: 160px
    }

    .site-footer {
        text-align: left
    }

    .footer-brand {
        gap: 14px
    }

    .footer-logo {
        width: 56px;
        height: 56px
    }

    .footer-logo-title {
        font-size: 1.6rem
    }

    .footer-description {
        max-width: 100%
    }

    .footer-heading {
        margin-top: 8px
    }

    .footer-divider {
        margin: 40px 0 20px
    }
}

body,
html {
    max-width: 100%
}

.row {
    --bs-gutter-x: 1.5rem;
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.page-hero {
    width: 100%;
    min-height: 650px
}

.hero-overlay,
.page-hero-bg {
    width: 100%
}

.property-image img {
    width: 100%;
    height: auto;
    display: block
}

@media (min-width:768px) and (max-width:991.98px) {
    .page-hero-title {
        font-size: 3.5rem;
        line-height: 1.08
    }

    .page-hero-description {
        font-size: 1.1rem;
        max-width: 620px
    }

    .property-price {
        font-size: 2rem
    }

    .property-title {
        font-size: 2rem;
        line-height: 1.2
    }

    .property-location,
    .property-meta,
    .property-subtitle {
        font-size: .9rem
    }

    .property-archive-section .col-md-6 {
        width: 50%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .page-hero-title {
        font-size: 4.5rem
    }

    .property-title {
        font-size: 2.1rem
    }
}

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

.navbar-brand {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 1rem
}

.logo-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0
}

.logo-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.05;
    white-space: nowrap
}

.logo-subtitle {
    color: #e8cf8e;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    white-space: nowrap
}

.navbar-toggler {
    box-shadow: none !important;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px
}

@media (max-width:575.98px) {
    .navbar {
        padding: 12px 0
    }

    .logo-img {
        width: 42px;
        height: 42px
    }

    .logo-title {
        font-size: 1.75rem
    }

    .logo-subtitle {
        font-size: .62rem;
        letter-spacing: .18em
    }

    .navbar-brand {
        gap: 10px;
        margin-right: .75rem
    }
}

@media (max-width:399.98px) {
    .logo-title {
        font-size: 1.45rem
    }

    .logo-subtitle {
        font-size: .56rem;
        letter-spacing: .14em
    }

    .logo-img {
        width: 38px;
        height: 38px
    }
}

.property-card {
    display: flex;
    height: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #e7e4de;
    border-radius: 28px;
    overflow: hidden;
    color: inherit;
    transition: transform .35s, box-shadow .35s
}

.property-location span,
.property-title {
    overflow-wrap: break-word
}

.property-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08)
}

.property-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0
}

.property-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%
}

.property-price {
    flex: 1;
    min-width: 0;
    font-family: var(--font-display, serif);
    font-size: 2.1rem;
    line-height: 1.1;
    color: #0d2b24
}

.property-arrow {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c59b48;
    font-size: 1.25rem
}

.property-title {
    font-size: 1.15rem;
    line-height: 1.2;
    color: #122d25
}

.property-location,
.property-meta {
    min-width: 0
}

.property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid #ece8e2
}

.property-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0
}

@media (max-width:767.98px) {

    .page-hero .container,
    .property-archive-section .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .page-hero {
        min-height: 520px
    }

    .page-hero-title {
        font-size: 3rem;
        line-height: 1.08
    }

    .page-hero-description {
        font-size: 1rem;
        max-width: 100%
    }

    .property-content {
        padding: 22px
    }

    .property-price {
        font-size: 1.9rem
    }

    .property-title {
        font-size: 1.05rem
    }

    .property-location,
    .property-meta,
    .property-subtitle {
        font-size: .875rem
    }
}

@media (max-width:480px) {
    .page-hero-title {
        font-size: 2.5rem
    }

    .property-content {
        padding: 18px
    }

    .property-price {
        font-size: 1.7rem
    }

    .property-arrow {
        width: 36px;
        height: 36px;
        font-size: 1rem
    }
}

/* ==========================================
   PROPERTY ENQUIRY FORM
========================================== */

.property-form-card .wpcf7{
    margin-top:0;
}

.property-enquiry-form{
    width:100%;
}

.property-enquiry-form .row{
    --bs-gutter-x:24px;
    --bs-gutter-y:20px;
}

.property-enquiry-form p{
    margin:0;
}

.property-enquiry-form label{
    display:block;
    width:100%;

    margin:0;

    color:#0f2e28;

    font-size:.78rem;
    font-weight:700;

    letter-spacing:.18em;
    text-transform:uppercase;
}

.property-enquiry-form .wpcf7-form-control-wrap{
    display:block;
    margin-top:10px;
}

/* INPUTS */

.property-enquiry-form .form-input,
.property-enquiry-form input[type="text"],
.property-enquiry-form input[type="email"],
.property-enquiry-form input[type="tel"]{

    width:100%;
    height:58px;

    padding:0 18px;

    border:1px solid #d9dfdf;
    border-radius:12px;

    background:#fff;

    font-size:15px;
    color:#17342f;

    transition:.25s ease;
}

.property-enquiry-form .form-input:focus,
.property-enquiry-form input:focus{

    border-color:#b8934b;
    box-shadow:none;
    outline:none;
}

/* TEXTAREA */

.property-enquiry-form .form-textarea,
.property-enquiry-form textarea{

    width:100%;
    min-height:180px;

    padding:18px;

    border:1px solid #d9dfdf;
    border-radius:12px;

    resize:vertical;

    font-size:15px;
    color:#17342f;

    transition:.25s ease;
}

.property-enquiry-form textarea:focus{

    border-color:#b8934b;
    box-shadow:none;
    outline:none;
}

/* SUBJECT FIELD */

#propertyInquirySubject{
    background:#faf9f7;
    color:#17342f;
    font-weight:500;
}

/* BUTTON */

.property-enquiry-form .contact-submit,
.property-enquiry-form .property-submit{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:56px;
    min-width:190px;

    padding:0 32px;

    border:none;
    border-radius:999px;

    background:#11372f;
    color:#fff;

    font-size:15px;
    font-weight:600;

    transition:.3s ease;
}

.property-enquiry-form .contact-submit:hover,
.property-enquiry-form .property-submit:hover{

    background:#0c2923;
    transform:translateY(-2px);
}

/* ERROR MESSAGE */

.property-enquiry-form .wpcf7-not-valid-tip{

    margin-top:8px;

    color:#dc3545;

    font-size:13px;
    font-weight:500;

    text-transform:none;
    letter-spacing:normal;
}

/* RESPONSE OUTPUT */

.property-enquiry-form .wpcf7-response-output{

    margin-top:24px !important;

    padding:14px 18px !important;

    border-radius:12px;

    font-size:14px;
}

/* SUCCESS */

.property-enquiry-form .wpcf7 form.sent .wpcf7-response-output{

    border:1px solid #198754;
    background:#e8f7ee;
    color:#198754;
}

/* ERROR */

.property-enquiry-form .wpcf7 form.invalid .wpcf7-response-output{

    border:1px solid #dc3545;
    background:#fff5f5;
    color:#dc3545;
}

/* MOBILE */

@media (max-width:767px){

    .property-enquiry-form .contact-submit,
    .property-enquiry-form .property-submit{

        width:100%;
    }

    .property-enquiry-form textarea{

        min-height:160px;
    }
}

/* ==========================================
   GLOBAL SITE SPACING IMPROVEMENT
========================================== */

.container,
.container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

section {
    overflow: hidden;
}

/* Better content width */
.container {
    max-width: 1360px;
}

/* Hero Sections */
.hero-content,
.page-hero .container {
    padding-left: 20px;
    padding-right: 20px;
}

/* Featured Properties */
.featured-properties,
.about-section,
.journal-section,
.visit-cta,
.contact-main-section,
.property-archive-section,
.blog-listing-section {
    padding-left: 0;
    padding-right: 0;
}

/* Property Cards */
.property-content {
    padding: 32px;
}

/* Journal Cards */
.journal-content {
    padding: 24px 8px 0;
}

/* Footer */
.site-footer .container {
    padding-left: 40px;
    padding-right: 40px;
}

/* Tablet */
@media (max-width: 991px) {

    .container,
    .container-fluid {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .property-content {
        padding: 28px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .container,
    .container-fluid,
    .page-hero .container,
    .property-archive-section .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .hero-content {
        left: 24px;
        right: 24px;
        max-width: calc(100% - 48px);
    }

    .section-title,
    .about-title,
    .page-hero-title,
    .contact-hero-title {
        word-break: break-word;
    }

    .property-content {
        padding: 22px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {

    .container,
    .container-fluid,
    .page-hero .container,
    .property-archive-section .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .hero-content {
        left: 20px;
        right: 20px;
        max-width: calc(100% - 40px);
    }
}

.hero-title {
    color: #fff;
    font-size: 36px;
    line-height: 1.02;
    font-weight: 600;
    margin-bottom: 28px;
}

/* ==========================================
   CONSISTENT GLOBAL HEADER
========================================== */

.sol-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
}

/* Main Navbar */

.navbar{
    background:#142620 !important;
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);

    padding:16px 0 !important;

    border-bottom:1px solid rgba(255,255,255,0.08);

    box-shadow:0 8px 30px rgba(0,0,0,0.15);

    transition:all .3s ease;
}

.navbar::before{
    display:none !important;
}

/* Keep same style when scrolling */

.navbar.scrolled{
    background:#142620 !important;
    padding:16px 0 !important;
    box-shadow:0 8px 30px rgba(0,0,0,0.15);
}

/* Container Width */

.navbar .container{
    max-width:1360px;
    padding-left:40px;
    padding-right:40px;
}

/* Logo */

.logo-img{
    width:54px;
    height:54px;
    border-radius:50%;
}

.logo-title{
    color:#fff;
    font-size:1.9rem;
    line-height:1;
    margin:0;
}

.logo-subtitle{
    color:#e8cf8e;
    font-size:.70rem;
    letter-spacing:.25em;
}

/* Navigation */

.navbar-nav{
    gap:12px;
}

.nav-link{
    color:#fff !important;
    font-size:.95rem;
    font-weight:600;
    padding:12px 18px !important;
    text-shadow:none;
}

.nav-link:hover,
.nav-link.active{
    color:#e8cf8e !important;
}

.nav-link::after{
    background:#b18f54;
    height:2px;
}

/* CTA Button */

.btn-call{
    background:#b18f54;
    color:#fff;
    min-height:50px;
    padding:0 24px;
    border-radius:999px;
    font-weight:700;
    box-shadow:none;
}

.btn-call:hover{
    background:#9f7d45;
    color:#fff;
}

/* Mobile Menu */

.offcanvas{
    background:#142620;
}

.offcanvas .nav-link{
    color:#fff !important;
    padding:16px 0 !important;
}

.offcanvas .nav-link:hover{
    color:#e8cf8e !important;
}

/* Prevent content hiding under fixed header */

body{
    padding-top:95px;
}

/* Tablet */

@media (max-width:991px){

    body{
        padding-top:82px;
    }

    .navbar .container{
        padding-left:28px;
        padding-right:28px;
    }

    .logo-title{
        font-size:1.5rem;
    }

    .logo-img{
        width:48px;
        height:48px;
    }
}

/* Mobile */

@media (max-width:767px){

    body{
        padding-top:78px;
    }

    .navbar .container{
        padding-left:20px;
        padding-right:20px;
    }

    .logo-title{
        font-size:1.3rem;
    }

    .logo-subtitle{
        font-size:.58rem;
    }

    .logo-img{
        width:42px;
        height:42px;
    }
}

.price-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b18f54;
    margin-bottom: 10px;
}

.direct-contact-card i {
    color: #b18f54;
    font-size: 18px;
}

.property-form-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    color: #b18f54;
    margin-bottom: 12px;
}

/* ==========================================
   JOURNAL SECTION
========================================== */

.journal-section{
    padding:120px 0;
    background:rgba(232,242,245,.35);
}

.journal-header{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:2rem;
    margin-bottom:60px;
}

.journal-eyebrow{
    margin-bottom:1rem;
    color:var(--gold);
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.22em;
    text-transform:uppercase;
}

.journal-title{
    margin:0;
    color:var(--green-dark);
    font-size:clamp(2.75rem,5vw,4.5rem);
    font-weight:500;
    line-height:1.05;
}

.journal-section .row{
    row-gap:32px;
}

.journal-card{
    display:flex;
    flex-direction:column;
    height:100%;
    color:inherit;
    text-decoration:none;
}

.journal-image{
    overflow:hidden;
    border-radius:20px;
    aspect-ratio:4/3;
}

.journal-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .7s ease;
}

.journal-card:hover .journal-image img{
    transform:scale(1.05);
}

.journal-content{
    display:flex;
    flex-direction:column;
    flex:1;
    padding-top:24px;
}

.journal-date{
    margin-bottom:12px;
    color:#64748b;
    font-size:.82rem;
    font-weight:500;
}

.journal-card-title{
    margin:0 0 16px;
    color:var(--green-dark);
    font-size:1.5rem;
    font-weight:500;
    line-height:1.35;
    transition:.3s;
}

.journal-card:hover .journal-card-title{
    color:#1f5f52;
}

.journal-read-more{
    margin-top:auto;
    display:inline-flex;
    align-items:center;
    gap:.75rem;
    padding-top:24px;
    color:var(--gold);
    font-size:.85rem;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.journal-read-more i{
    transition:.3s;
}

.journal-card:hover .journal-read-more i{
    transform:translateX(4px);
}

/* Tablet */

@media (max-width:991px){

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

    .journal-header{
        flex-direction:column;
        align-items:flex-start;
        margin-bottom:50px;
    }
}

/* Mobile */

@media (max-width:767px){

    .journal-section{
        padding:80px 0;
    }

    .journal-title{
        font-size:2.5rem;
    }

    .journal-card-title{
        font-size:1.3rem;
    }

    .journal-header{
        margin-bottom:40px;
    }
}

/* =====================================
   CARD
===================================== */

.property-card{
    position:relative;

    display:flex;
    flex-direction:column;

    height:100%;

    background:#fff;

    border:1px solid #ddd;

    border-radius:30px;

    overflow:hidden;

    text-decoration:none;

    transition:.35s ease;

    box-shadow:
    0 12px 30px rgba(0,0,0,.05);
}

.property-card:hover{
    transform:translateY(-6px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}

/* =====================================
   IMAGE
===================================== */

.property-image{
    position:relative;
    overflow:hidden;

    aspect-ratio:4/3;
}

.property-image img{
    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    transition:1s ease;
}

.property-card:hover img{
    transform:scale(1.05);
}

.property-image::after{
    content:"";

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.30),
        rgba(0,0,0,0)
    );
}

/* =====================================
   BADGES
===================================== */

.property-badges{
    position:absolute;

    top:16px;
    left:20px;
    right:20px;

    z-index:5;

    display:flex;
    justify-content:space-between;
    align-items:flex-start;

    gap:10px;
}

.property-type{
    background:rgba(255,255,255,.95);

    color:#12362f;

    font-size:.65rem;

    font-weight:700;

    letter-spacing:.12em;

    text-transform:uppercase;

    padding:9px 14px;

    border-radius:999px;

    white-space:nowrap;

    flex-shrink:0;
}

.property-status{
    background:#14372f;

    color:#fff;

    font-size:.65rem;

    font-weight:700;

    line-height:1.3;

    padding:10px 16px;

    border-radius:999px;

    max-width:210px;

    text-align:center;
}

/* =====================================
   ESTATE RIBBON
===================================== */

.estate-ribbon-wrap{
    position:absolute;

    top:0;
    left:0;

    z-index:10;

    pointer-events:none;
}

.estate-ribbon{
    position:absolute;

    top:24px;
    left:-50px;

    width:170px;

    text-align:center;

    background:#b42323;

    color:#fff;

    font-size:.68rem;

    font-weight:700;

    letter-spacing:.15em;

    text-transform:uppercase;

    padding:8px 0;

    transform:rotate(-45deg);
}

/* =====================================
   CONTENT
===================================== */

.property-content{
    padding:28px;
}

.property-price-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;

    gap:16px;

    margin-bottom:20px;
}

.property-price{
    font-family:Georgia, serif;

    font-size:2.1rem;

    line-height:1.1;

    color:#102f29;

    word-break:break-word;
}

.property-arrow{
    flex-shrink:0;

    width:40px;
    height:40px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#c49a4a;

    font-size:1.3rem;
}

/* =====================================
   TITLE
===================================== */

.property-title{
    font-family:Georgia, serif;

    font-size:2rem;

    line-height:1.08;

    color:#102f29;

    margin-bottom:14px;

    overflow-wrap:break-word;
}

/* =====================================
   SUBTITLE
===================================== */

.property-subtitle{
    font-size:.92rem;

    line-height:1.6;

    color:#6b7275;

    margin-bottom:14px;
}

/* =====================================
   LOCATION
===================================== */

.property-location{
    display:flex;
    align-items:flex-start;

    gap:8px;

    color:#616b70;

    font-size:.9rem;

    line-height:1.5;

    margin-bottom:18px;
}

.property-location i{
    color:#c49a4a;
    margin-top:2px;
}

/* =====================================
   META
===================================== */

.property-meta{
    border-top:1px solid #ece6dd;

    padding-top:16px;

    display:flex;
    flex-wrap:wrap;

    gap:16px;

    color:#60686d;

    font-size:.82rem;
}

.property-meta span{
    display:flex;
    align-items:center;

    gap:6px;
}

.property-meta i{
    color:#c49a4a;
}

/* Hide empty fields */

.property-meta span:empty{
    display:none;
}

/* =====================================
   MOBILE
===================================== */

@media(max-width:767px){

    .property-content{
        padding:22px;
    }

    .property-price{
        font-size:1.75rem;
    }

    .property-title{
        font-size:1.8rem;
    }

    .property-status{
        max-width:170px;
        font-size:.60rem;
    }

    .property-type{
        font-size:.60rem;
    }

    .estate-ribbon{
        width:150px;
        left:-45px;
    }
}

/* ==========================================
   PROPERTY ARCHIVE SECTION
========================================== */

.property-archive-section{
    padding:90px 0;
    background:#faf8f4;
}

.property-archive-section .row{
    align-items:stretch;
}

/* ==========================================
   CARD
========================================== */

.property-card{
    position:relative;

    display:flex;
    flex-direction:column;

    width:100%;
    height:100%;

    background:#fff;

    border:1px solid #e5e0d8;
    border-radius:28px;

    overflow:hidden;

    text-decoration:none;

    transition:all .35s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.04);
}

.property-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.10);
}

/* ==========================================
   IMAGE
========================================== */

.property-image{
    position:relative;

    aspect-ratio:4/3;

    overflow:hidden;
}

.property-image img{
    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    transition:1s ease;
}

.property-card:hover .property-image img{
    transform:scale(1.05);
}

.property-image::after{
    content:"";

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.30),
        rgba(0,0,0,0)
    );
}

/* ==========================================
   BADGES
========================================== */

.property-badges{
    position:absolute;

    top:18px;
    left:18px;
    right:18px;

    z-index:5;

    display:flex;
    justify-content:space-between;
    align-items:flex-start;

    gap:10px;
}

.property-type{
    background:rgba(255,255,255,.95);

    color:#17342f;

    padding:8px 14px;

    border-radius:999px;

    font-size:.68rem;

    font-weight:700;

    letter-spacing:.12em;

    text-transform:uppercase;

    white-space:nowrap;
}

.property-status{
    background:#14372f;

    color:#fff;

    padding:10px 16px;

    border-radius:999px;

    font-size:.65rem;

    font-weight:700;

    line-height:1.3;

    max-width:220px;

    text-align:center;
}

/* ==========================================
   ESTATE SALE RIBBON
========================================== */

.estate-ribbon-wrap{
    position:absolute;
    top:0;
    left:0;

    z-index:10;
}

.estate-ribbon{
    position:absolute;

    top:22px;
    left:-48px;

    width:170px;

    text-align:center;

    background:#b42828;
    color:#fff;

    padding:8px 0;

    font-size:.7rem;

    font-weight:700;

    letter-spacing:.15em;

    text-transform:uppercase;

    transform:rotate(-45deg);
}

/* ==========================================
   CONTENT
========================================== */

.property-content{
    display:flex;
    flex-direction:column;
    flex:1;

    padding:30px;
}

.property-price-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;

    gap:15px;

    margin-bottom:18px;
}

.property-price{
    font-family:Georgia, serif;

    font-size:2rem;
    line-height:1.05;

    color:#102f29;
}

.property-arrow{
    flex-shrink:0;

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#c49a4a;

    font-size:1.3rem;

    transition:.3s ease;
}

.property-card:hover .property-arrow{
    transform:translate(4px,-4px);
}

/* ==========================================
   TITLE
========================================== */

.property-title{
    font-family:Georgia, serif;

    font-size:2rem;
    line-height:1.08;

    color:#102f29;

    margin-bottom:14px;

    min-height:88px;
}

/* ==========================================
   SUBTITLE
========================================== */

.property-subtitle{
    color:#6b7275;

    font-size:.92rem;
    line-height:1.6;

    margin-bottom:16px;

    min-height:48px;
}

/* ==========================================
   LOCATION
========================================== */

.property-location{
    display:flex;
    align-items:flex-start;

    gap:8px;

    color:#606b70;

    font-size:.9rem;
    line-height:1.5;

    margin-bottom:20px;

    min-height:48px;
}

.property-location i{
    color:#c49a4a;
    margin-top:2px;
}

/* ==========================================
   META
========================================== */

.property-meta{
    margin-top:auto;

    border-top:1px solid #ece6dd;

    padding-top:18px;

    display:flex;
    flex-wrap:wrap;

    gap:18px;

    color:#60686d;

    font-size:.82rem;
}

.property-meta span{
    display:flex;
    align-items:center;

    gap:6px;
}

.property-meta i{
    color:#c49a4a;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width:991px){

    .property-archive-section{
        padding:70px 0;
    }

    .property-content{
        padding:26px;
    }

    .property-price{
        font-size:1.8rem;
    }

    .property-title{
        font-size:1.8rem;
        min-height:75px;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:767px){

    .property-archive-section{
        padding:50px 0;
    }

    .property-content{
        padding:22px;
    }

    .property-price{
        font-size:1.65rem;
    }

    .property-title{
        font-size:1.65rem;
        min-height:auto;
    }

    .property-subtitle{
        min-height:auto;
    }

    .property-location{
        min-height:auto;
    }

    .property-status{
        max-width:170px;
        font-size:.6rem;
    }

    .property-type{
        font-size:.6rem;
    }

    .estate-ribbon{
        width:150px;
        left:-45px;
    }
}

/* =========================================
   PREMIUM PROPERTY CARDS
========================================= */

.property-archive-section{
    padding:100px 0;
    background:#faf8f4;
}

.property-archive-section .row{
    align-items:stretch;
}

/* CARD */

.property-card{
    position:relative;

    display:flex;
    flex-direction:column;

    width:100%;
    height:100%;

    padding:28px;

    background:#fff;

    border:1px solid #e8e1d8;
    border-radius:28px;

    text-decoration:none;

    overflow:hidden;

    transition:all .4s ease;

    box-shadow:
    0 10px 35px rgba(0,0,0,.04);
}

.property-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 25px 70px rgba(0,0,0,.10);
}

/* IMAGE */

.property-image{
    position:relative;

    width:100%;

    aspect-ratio:4/3;

    border-radius:22px;

    overflow:hidden;

    margin-bottom:24px;
}

.property-image img{
    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    transition:1s ease;
}

.property-card:hover .property-image img{
    transform:scale(1.05);
}

/* IMAGE OVERLAY */

.property-image::after{
    content:"";

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.45),
        rgba(0,0,0,.05)
    );
}

/* BADGES */

.property-badges{
    position:absolute;

    left:16px;
    right:16px;
    bottom:16px;

    z-index:5;

    display:flex;
    justify-content:space-between;
    align-items:flex-end;

    gap:10px;
}

.property-type{
    display:inline-flex;

    background:rgba(255,255,255,.96);

    color:#17352f;

    padding:10px 14px;

    border-radius:999px;

    font-size:.68rem;

    font-weight:700;

    letter-spacing:.14em;

    text-transform:uppercase;

    backdrop-filter:blur(10px);
}

.property-status{
    background:rgba(18,44,38,.92);

    color:#fff;

    padding:10px 14px;

    border-radius:999px;

    font-size:.65rem;

    font-weight:700;

    line-height:1.3;

    text-align:center;

    backdrop-filter:blur(10px);
}

/* ESTATE SALE */

.estate-ribbon-wrap{
    position:absolute;
    top:18px;
    left:18px;
    z-index:10;
}

.estate-ribbon{
    background:#b72b2b;

    color:#fff;

    padding:8px 14px;

    border-radius:999px;

    font-size:.65rem;

    font-weight:700;

    letter-spacing:.12em;

    text-transform:uppercase;
}

/* CONTENT */

.property-content{
    display:flex;
    flex-direction:column;
    flex:1;
}

/* PRICE ROW */

.property-price-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;

    gap:16px;

    margin-bottom:18px;
}

.property-price{
    font-size:2rem;

    font-weight:600;

    line-height:1.05;

    color:#14352f;

    letter-spacing:-.02em;
}

.property-arrow{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#c49b55;

    font-size:1.25rem;

    flex-shrink:0;

    transition:.3s ease;
}

.property-card:hover .property-arrow{
    transform:translate(4px,-4px);
}

/* TITLE */

.property-title{
    margin:0 0 12px;

    font-size:1.95rem;

    line-height:1.08;

    color:#14352f;

    letter-spacing:-.02em;
}

/* SUBTITLE */

.property-subtitle{
    margin-bottom:16px;

    font-size:.95rem;

    line-height:1.7;

    color:#6b7175;
}

/* LOCATION */

.property-location{
    display:flex;
    align-items:flex-start;

    gap:8px;

    margin-bottom:24px;

    color:#677176;

    line-height:1.6;
}

.property-location i{
    color:#c49b55;

    margin-top:2px;
}

/* META */

.property-meta{
    margin-top:auto;

    padding-top:20px;

    border-top:1px solid #ece5db;

    display:flex;
    flex-wrap:wrap;

    gap:18px;

    color:#5f666a;

    font-size:.85rem;
}

.property-meta span{
    display:flex;
    align-items:center;

    gap:6px;
}

.property-meta i{
    color:#c49b55;
}

/* TABLET */

@media (max-width:991px){

    .property-archive-section{
        padding:80px 0;
    }

    .property-card{
        padding:24px;
    }

    .property-title{
        font-size:1.65rem;
    }

    .property-price{
        font-size:1.7rem;
    }
}

/* MOBILE */

@media (max-width:767px){

    .property-archive-section{
        padding:60px 0;
    }

    .property-card{
        padding:20px;
        border-radius:24px;
    }

    .property-image{
        border-radius:18px;
    }

    .property-title{
        font-size:1.45rem;
    }

    .property-price{
        font-size:1.5rem;
    }

    .property-meta{
        gap:12px;
    }

    .property-badges{
        flex-direction:column;
        align-items:flex-start;
    }
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:18px;

    text-decoration:none;
    color:inherit;
}

.footer-brand:hover{
    text-decoration:none;
}

.footer-brand:hover .footer-logo-title{
    color:#e8cf8e;
}

.footer-website-link{
    color:rgba(255,255,255,.75);
    text-decoration:none;

    transition:.3s ease;
}

.footer-website-link:hover{
    color:#e8cf8e;
}

/* =====================================
   TRUST STRIP
===================================== */

.trust-strip{
    padding:90px 0;
    background:#faf8f4;
}

/* =====================================
   CARD
===================================== */

.trust-item{

    display:flex;
    align-items:flex-start;
    gap:22px;

    height:100%;

    padding:32px;

    background:#fff;

    border:1px solid #e7e1d8;

    border-radius:28px;

    transition:.35s ease;

    box-shadow:
    0 10px 35px rgba(0,0,0,.04);
}

.trust-item:hover{

    transform:translateY(-6px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.08);
}

/* =====================================
   ICON
===================================== */

.trust-icon{

    width:64px;
    height:64px;

    min-width:64px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:
    linear-gradient(
        135deg,
        #e9d8a6,
        #c49a4a
    );

    color:#14372f;

    font-size:1.4rem;

    box-shadow:
    0 8px 20px rgba(196,154,74,.25);
}

.trust-icon i{
    line-height:1;
}

/* =====================================
   CONTENT
===================================== */

.trust-content{
    flex:1;
}

.trust-content h3{

    margin:0 0 10px;

    color:#14372f;

    font-size:1.3rem;

    font-weight:600;

    line-height:1.25;
}

.trust-content p{

    margin:0;

    color:#667277;

    font-size:.95rem;

    line-height:1.75;
}

/* =====================================
   TABLET
===================================== */

@media (max-width:991px){

    .trust-strip{
        padding:70px 0;
    }

    .trust-item{

        max-width:700px;

        margin:0 auto;
    }

    .trust-content h3{
        font-size:1.2rem;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width:767px){

    .trust-strip{
        padding:50px 0;
    }

    .trust-item{

        padding:24px;

        gap:18px;

        border-radius:22px;
    }

    .trust-icon{

        width:54px;
        height:54px;

        min-width:54px;

        font-size:1.15rem;
    }

    .trust-content h3{

        font-size:1.05rem;
    }

    .trust-content p{

        font-size:.9rem;
        line-height:1.65;
    }
}

/* ==========================================
   FOOTER RESPONSIVE IMPROVEMENTS
========================================== */

/* Tablet (iPad) */
@media (max-width: 991.98px) {

    .site-footer {
        padding: 70px 0 30px;
    }

    .footer-brand {
        justify-content: center;
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-description {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .footer-heading {
        margin-bottom: 18px;
        font-size: 0.8rem;
    }

    .footer-links,
    .footer-contact {
        text-align: left;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        padding-top: 10px;
    }

    .footer-copyright,
    .footer-website {
        width: 100%;
    }
}


/* Mobile */
@media (max-width: 767.98px) {

    .site-footer {
        padding: 55px 0 25px;
    }

    .site-footer .row > div {
        text-align: center;
    }

    .footer-brand {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        justify-content: center;
    }

    .footer-logo {
        width: 70px;
        height: 70px;
    }

    .footer-logo-title {
        font-size: 1.6rem;
    }

    .footer-logo-subtitle {
        font-size: 0.65rem;
        letter-spacing: 3px;
    }

    .footer-description {
        margin: 20px auto 0;
        max-width: 100%;
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .footer-heading {
        margin-top: 20px;
        margin-bottom: 15px;
        text-align: center;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        display: inline-block;
        padding: 4px 0;
    }

    .footer-contact {
        margin-top: 10px;
    }

    .footer-contact li {
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 16px;
    }

    .footer-contact i {
        margin-top: 0;
    }

    .footer-contact a,
    .footer-contact span {
        font-size: 0.95rem;
    }

    .footer-divider {
        margin: 30px 0 20px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-copyright,
    .footer-website {
        width: 100%;
    }

    .footer-website-link {
        display: inline-block;
    }
}


/* Small Phones */
@media (max-width: 480px) {

    .footer-logo {
        width: 60px;
        height: 60px;
    }

    .footer-logo-title {
        font-size: 1.35rem;
    }

    .footer-logo-subtitle {
        font-size: 0.6rem;
    }

    .footer-description {
        font-size: 0.9rem;
    }

    .footer-contact a,
    .footer-contact span {
        font-size: 0.9rem;
    }

    .footer-heading {
        font-size: 0.75rem;
    }
}

/* ==========================================
   HEADER RESPONSIVE IMPROVEMENTS
========================================== */

/* ---------- TABLET ---------- */
@media (max-width: 991.98px) {

    /* Top Bar */
    .top-bar {
        height: auto;
        padding: 10px 0;
    }

    .top-bar .row {
        row-gap: 8px;
    }

    .top-bar .col-md-4,
    .top-bar .col-md-8 {
        text-align: center !important;
    }

    .top-link {
        font-size: 13px;
        display: inline-block;
        word-break: break-word;
    }

    /* Navbar */
    .navbar {
        padding: 12px 0;
    }

    .navbar .container {
        min-height: 70px;
    }

    .navbar-brand {
        flex: 1;
        min-width: 0;
    }

    .logo-img {
        width: 50px;
        height: 50px;
    }

    .logo-title {
        font-size: 1.6rem;
        white-space: nowrap;
    }

    .logo-subtitle {
        font-size: .65rem;
        letter-spacing: .18em;
    }

    .navbar-toggler {
        width: 48px;
        height: 48px;
    }
}


/* ---------- MOBILE ---------- */
@media (max-width: 767.98px) {

    /* Top bar stack */
    .top-bar {
        padding: 8px 0;
    }

    .top-bar .row {
        flex-direction: column;
        text-align: center;
        row-gap: 6px;
    }

    .top-bar .col-md-4,
    .top-bar .col-md-8 {
        width: 100%;
        text-align: center !important;
    }

    .top-link {
        display: block;
        font-size: 12px;
        margin: 0 !important;
        line-height: 1.5;
    }

    .top-link.me-4 {
        margin-right: 0 !important;
    }

    /* Navbar */
    .navbar {
        padding: 10px 0;
    }

    .navbar .container {
        min-height: 64px;
    }

    .navbar-brand {
        gap: 10px;
        margin-right: 10px;
    }

    .logo-img {
        width: 42px;
        height: 42px;
    }

    .logo-text {
        margin-left: 0;
    }

    .logo-title {
        font-size: 1.3rem;
        line-height: 1;
    }

    .logo-subtitle {
        font-size: .55rem;
        letter-spacing: .16em;
    }

    .navbar-toggler {
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }
}


/* ---------- SMALL PHONES ---------- */
@media (max-width: 480px) {

    .top-link {
        font-size: 11px;
    }

    .logo-img {
        width: 38px;
        height: 38px;
    }

    .logo-title {
        font-size: 1.1rem;
    }

    .logo-subtitle {
        font-size: .5rem;
        letter-spacing: .12em;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;
    }
}


/* ---------- OFFCANVAS MENU ---------- */

.offcanvas {
    width: 320px !important;
}

.offcanvas-header {
    padding: 20px 24px;
}

.offcanvas-body {
    padding: 20px 24px 40px;
}

.offcanvas .mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas .mobile-nav li {
    margin-bottom: 18px;
}

.offcanvas .mobile-nav a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0;
}

.offcanvas .mobile-nav a:hover {
    color: #e8cf8e;
}

.mobile-contact-buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-contact-buttons .btn-call,
.mobile-contact-buttons .btn-whatsapp {
    width: 100%;
    justify-content: center;
}

/* Small phones */
@media (max-width: 400px) {

    .offcanvas {
        width: 100% !important;
    }
}

/* ==========================================
   MOBILE PROPERTY PAGE OVERHAUL
========================================== */

@media (max-width: 767px) {

    /* GLOBAL */

    .container{
        padding-left:14px !important;
        padding-right:14px !important;
    }

    /* PAGE */

    .property-single-page{
        padding-bottom:40px !important;
    }

    /* BACK LINK */

    .property-back-wrap{
        padding-top:85px !important;
        margin-bottom:10px !important;
    }

    .property-back-link{
        font-size:12px;
    }

    /* HEADER */

    .property-header{
        margin-bottom:20px !important;
    }

    .property-header .row{
        row-gap:10px !important;
    }

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

    .property-title{
        font-size:32px !important;
        line-height:1.15 !important;
        margin-bottom:10px !important;
    }

    .property-subtitle{
        margin-bottom:10px !important;
    }

    .property-location{
        margin-bottom:0 !important;
    }

    .price-label{
        margin-bottom:4px !important;
    }

    .property-price{
        font-size:38px !important;
        margin-top:0 !important;
        margin-bottom:0 !important;
    }

    /* META */

    .property-meta-row{
        margin-top:15px !important;
        gap:10px !important;
        flex-wrap:wrap !important;
    }

    .property-meta-row span{
        font-size:12px !important;
    }

    /* GALLERY */

    .property-gallery-section{
        margin-bottom:30px !important;
    }

    .main-gallery-image{
        margin-bottom:8px !important;
    }

    .main-gallery-image img{
        height:260px !important;
        border-radius:14px !important;
    }

    .property-gallery-section .row{
        margin-top:0 !important;
        --bs-gutter-x:6px !important;
        --bs-gutter-y:6px !important;
    }

    .gallery-thumb{
        height:58px !important;
        border-radius:6px !important;
    }

    /* CONTENT SECTION */

    .property-content-section{
        margin-top:0 !important;
    }

    .property-content-section .row{
        --bs-gutter-y:25px !important;
    }

    .property-block{
        margin-bottom:30px !important;
    }

    .property-block h2{
        margin-bottom:15px !important;
    }

    .property-section-label{
        margin-bottom:10px !important;
    }

    .property-short-description{
        margin:10px 0 15px !important;
        font-size:16px !important;
        line-height:1.8 !important;
    }

    .property-description p{
        margin-bottom:15px !important;
    }

    /* LISTS */

    .feature-list,
    .location-list,
    .ideal-for-list{
        gap:8px !important;
    }

    .feature-list li,
    .location-list li,
    .ideal-for-list li{
        min-height:auto !important;
        padding-right:0 !important;
        font-size:14px !important;
        line-height:1.6 !important;
    }

    /* SIDEBAR */

    .property-sidebar{
        margin-top:0 !important;
    }

    .property-form-card{
        padding:20px !important;
        margin-bottom:12px !important;
        border-radius:16px !important;
    }

    .property-form-card h3{
        margin-bottom:15px !important;
    }

    .property-form-eyebrow{
        margin-bottom:8px !important;
    }

    /* FORM */

    .property-enquiry-form .row{
        --bs-gutter-x:12px !important;
        --bs-gutter-y:10px !important;
    }

    .property-enquiry-form label{
        margin-bottom:0 !important;
    }

    .form-input,
    .form-textarea,
    .wpcf7-form-control:not(.wpcf7-submit){
        margin-top:6px !important;
    }

    .form-textarea,
    .property-enquiry-form textarea{
        min-height:120px !important;
    }

    .property-submit,
    .wpcf7-submit{
        min-height:48px !important;
        margin-top:8px !important;
    }

    /* CONTACT CARD */

    .direct-contact-card{
        padding:20px !important;
        border-radius:16px !important;
    }

    .direct-contact-card ul{
        margin-top:10px !important;
    }

    .direct-contact-card li{
        margin-bottom:10px !important;
    }

    .direct-contact-card a{
        word-break:break-word;
    }

    /* CTA */

    .property-bottom-cta{
        margin-top:30px !important;
        padding:20px !important;
        border-radius:16px !important;
    }

    .property-bottom-cta .row{
        row-gap:15px !important;
    }

    .bottom-price{
        font-size:32px !important;
        margin-top:4px !important;
    }

    .property-bottom-cta .text-md-end{
        text-align:left !important;
    }

    .property-bottom-cta .btn-primary-custom{
        width:100% !important;
        max-width:none !important;
        justify-content:center !important;
    }

    /* FOOTER */

    .site-footer{
        padding:45px 0 20px !important;
    }

    .site-footer .row{
        --bs-gutter-y:20px !important;
    }

    .footer-brand{
        margin-bottom:15px !important;
    }

    .footer-description{
        margin-top:10px !important;
    }

    .footer-heading{
        margin-bottom:10px !important;
    }

    .footer-links li,
    .footer-contact li{
        margin-bottom:8px !important;
    }

    .footer-divider{
        margin:20px 0 15px !important;
    }

    .footer-bottom{
        gap:6px !important;
    }
}

@media (max-width: 767px) {
    .property-price {
        font-size: 19px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .property-price {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .property-price {
        font-size: 21px;
    }
}

/* ==========================================
   PROPERTY BADGES - TABLET & MOBILE FIX
========================================== */

@media (max-width: 991px) {

    .property-image {
        position: relative;
    }

    .property-badges {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;

        top: auto;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        gap: 10px;
        z-index: 20;
    }

    .property-type {
        display: inline-flex;
        align-items: center;

        width: auto;
        max-width: fit-content;

        padding: 10px 16px;

        font-size: 11px;
        line-height: 1;
        letter-spacing: 2px;

        border-radius: 999px;

        background: rgba(255,255,255,0.95);
        color: #233d33;

        text-shadow: none;
    }

    .property-status {
        display: inline-flex;
        align-items: center;

        width: auto;
        max-width: 100%;

        padding: 12px 18px;

        border-radius: 999px;

        white-space: normal;
        word-break: normal;

        font-size: 13px;
        line-height: 1.4;

        text-align: left;

        background: rgba(20,38,32,0.95);
        color: #fff;

        letter-spacing: 0;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .property-badges {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .property-type {
        font-size: 10px;
        padding: 8px 14px;
    }

    .property-status {
        font-size: 12px;
        line-height: 1.35;
        padding: 10px 16px;
        max-width: 260px;
    }
}


/* ==========================================
   SMALL PHONES
========================================== */

@media (max-width: 480px) {

    .property-status {
        max-width: 220px;
        font-size: 11px;
    }
}

/* ===================================
   CONTACT HERO
=================================== */

.contact-page-hero{
    position:relative;

    overflow:hidden;

    padding:180px 0 120px;

    min-height:650px;

    display:flex;
    align-items:center;
}

.contact-hero-bg{
    position:absolute;

    inset:0;

    background-image:url('https://solunarealtycostarica.com/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-24-at-12.22.27-AM.jpeg');

    background-size:cover;
    background-position:center;

    transform:scale(1.02);
}

.contact-hero-overlay{
    position:absolute;

    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(0,0,0,.55),
        rgba(0,0,0,.45)
    );
}

.contact-page-hero .container{
    position:relative;
    z-index:2;
}

.contact-hero-eyebrow{
    color:#f4e7c6;

    font-size:.78rem;

    font-weight:700;

    letter-spacing:.22em;

    text-transform:uppercase;

    margin-bottom:18px;
}
.contact-hero-title {
    color: #fff;
    font-size: clamp(3rem, 6vw, 3.5rem);
    line-height: 1.03;
    letter-spacing: -.03em;
    margin-bottom: 24px;
}

.contact-hero-description{
    max-width:700px;

    color:rgba(255,255,255,.92);

    font-size:1.15rem;

    line-height:1.8;
}

/* Tablet */

@media(max-width:991px){

    .contact-page-hero{
        min-height:550px;
        padding:160px 0 90px;
    }

    .contact-hero-title{
        font-size:4rem;
    }
}

/* Mobile */

@media(max-width:767px){

    .contact-page-hero{
        min-height:500px;
        padding:140px 0 80px;
    }

    .contact-hero-title{
        font-size:2.8rem;
    }

    .contact-hero-description{
        font-size:1rem;
    }
}

/* =====================================
   HERO
===================================== */

.journal-hero{
    position:relative;
    min-height:90vh;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
}

.journal-hero-image{
    position:absolute;
    inset:0;
}

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

.journal-hero-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.80),
        rgba(0,0,0,.30)
    );
}

.journal-hero .container{
    position:relative;
    z-index:2;
}

.journal-hero-content{
    padding-bottom:100px;
}

.journal-back-link{
    display:inline-flex;
    align-items:center;
    gap:8px;

    color:#fff;
    text-decoration:none;

    margin-bottom:25px;

    font-size:.95rem;
}

.journal-back-link:hover{
    color:#d7bb75;
}

.journal-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;

    color:rgba(255,255,255,.85);

    margin-bottom:20px;

    font-size:.95rem;
}

.journal-hero-title{
    color:#fff;

    font-size:clamp(3rem,7vw,6rem);

    line-height:1.02;

    letter-spacing:-0.04em;

    max-width:1100px;
}

/* =====================================
   CONTENT
===================================== */

.journal-content-section{
    padding:100px 0;
    background:#fff;
}

.journal-content{
    font-size:1.08rem;
    line-height:2;
    color:#40484c;
}

.journal-content p{
    margin-bottom:2rem;
}

.journal-content h2{
    font-size:2.4rem;
    line-height:1.2;

    color:#14372f;

    margin-top:4rem;
    margin-bottom:1.5rem;
}

.journal-content h3{
    font-size:1.8rem;
    line-height:1.3;

    color:#14372f;

    margin-top:3rem;
    margin-bottom:1rem;
}

.journal-content ul,
.journal-content ol{
    margin-bottom:2rem;
    padding-left:1.5rem;
}

.journal-content li{
    margin-bottom:.75rem;
}

.journal-content blockquote{
    border-left:4px solid #c49a4a;

    padding-left:30px;

    margin:50px 0;

    font-size:1.3rem;

    font-style:italic;

    color:#14372f;
}

.journal-content img{
    width:100%;
    height:auto;

    border-radius:24px;

    margin:50px 0;
}

/* =====================================
   RELATED POSTS
===================================== */

.related-journal-section{
    padding:100px 0;
    background:#faf8f4;
}

.section-eyebrow{
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:.75rem;
    font-weight:700;

    color:#b18c4d;

    margin-bottom:30px;
}

.related-card{
    display:block;

    text-decoration:none;

    color:inherit;
}

.related-card-image{
    aspect-ratio:4/3;

    overflow:hidden;

    border-radius:22px;

    margin-bottom:20px;
}

.related-card-image img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:.8s ease;
}

.related-card:hover img{
    transform:scale(1.05);
}

.related-card-date{
    font-size:.85rem;
    color:#7a8286;

    margin-bottom:10px;
}

.related-card h3{
    font-size:1.5rem;
    line-height:1.3;

    color:#14372f;

    margin-bottom:15px;
}

.related-read-more{
    display:flex;
    align-items:center;
    gap:8px;

    color:#c49a4a;

    font-weight:600;
}

/* =====================================
   TABLET
===================================== */

@media(max-width:991px){

    .journal-hero{
        min-height:70vh;
    }

    .journal-hero-content{
        padding-bottom:70px;
    }

    .journal-content-section{
        padding:80px 0;
    }

    .related-journal-section{
        padding:80px 0;
    }

    .journal-content h2{
        font-size:2rem;
    }
}

/* =====================================
   MOBILE
===================================== */

@media(max-width:767px){

    .journal-hero{
        min-height:60vh;
    }

    .journal-hero-content{
        padding-bottom:50px;
    }

    .journal-meta{
        font-size:.85rem;
    }

    .journal-content{
        font-size:1rem;
        line-height:1.9;
    }

    .journal-content h2{
        font-size:1.7rem;
    }

    .journal-content h3{
        font-size:1.4rem;
    }

    .journal-content-section{
        padding:60px 0;
    }

    .related-journal-section{
        padding:60px 0;
    }
}