    /* Uniform style for date input fields */
    input[type="date"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff url('data:image/svg+xml;utf8,<svg fill="%23968E7F" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10h2v2H7v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2zm1-7h-1V2h-2v1H7V2H5v1H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H4V8h16v11zm0-13H4V5h16v1z"/></svg>') no-repeat right 1rem center/1.2em auto;
        border: 1px solid #968E7F;
        border-radius: 6px;
        padding: 0.5em 2.5em 0.5em 1em;
        font-size: 1em;
        color: #333;
        box-sizing: border-box;
        width: 100%;
    }

    input[type="date"]::-webkit-input-placeholder { color: #aaa; }
    input[type="date"]::-moz-placeholder { color: #aaa; }
    input[type="date"]:-ms-input-placeholder { color: #aaa; }
    input[type="date"]::placeholder { color: #aaa; }

    /* Hide native calendar icon in Chrome/Android */
    input[type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
        display: none;
    }

    input[type="date"]:focus {
        border-color: #bda57f;
        outline: none;
    }
* {
    line-height: 100%;
}

p {
    line-height: 150%;
}

.mb-0 {
    margin-bottom: 0;
}
.footer {
    background: #968E7F;
}
.projection-table tbody tr:last-child td {
    border-bottom: none !important;
}
.villa-image-wrapper {
    position: relative;
}
.villa-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 2;
}
.villa-card:hover .villa-overlay {
    opacity: 1;
    pointer-events: auto;
}
.villa-overlay-icon {
    width: 64px;
    height: 64px;
    display: block;
}

.villa-card .button {
    padding: 6px;
    border-radius: 40px;
    background: rgba(189, 165, 127, 0.10);
    border: none;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}


.villa-card .button-inner {
    border-radius: 32px;
    border: 1px solid #FFF;
    background: linear-gradient(to right, #E0CFB2 0%, #BDA57F 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 23px 41px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    box-sizing: border-box;
}
.whatsapp-icon-img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.submit-button-inner {
    border-radius: 32px;
    border: 1px solid #FFF;
    background: linear-gradient(to right, #E0CFB2 0%, #BDA57F 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 41px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; 
    letter-spacing: 0.8px;
    text-transform: uppercase;
    height: 100%;
}
.payment-structure-heading {
    font-size: 32px!important;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}
.payment-item .bank-financing-desc {
    font-size: 12px;
    font-weight: 400;
}
.payment-item .bank-financing-label {
    font-size: 14px;
    font-weight: 600;
        margin-bottom: 18px !important;
}
.roi-calculator-wrapper {
    background: #FDFBF8;
    border-radius: 24px;
    padding: 0 0 100px;
}
.aerial-grid {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
}
.trusted-by-investors {
    background: url('../images/trusted-investor-bg.png') center center/cover no-repeat;
    border-top: 1px solid #D5C09C;
    border-bottom: 1px solid #D5C09C;
}
@media (max-width: 768px) {
    .projection-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .accordion-caret {
        display: inline-flex;
        transition: transform 0.2s;
        margin-left: 0.5rem;
    }
    .accordion-caret.open {
        transform: rotate(180deg);
    }
}
@media (max-width: 768px) {
    .projection-table {
        display: none !important;
    }
    .projection-accordion {
        margin: 0 0 40px 0;
        border-radius: 14px;
        border: 1px solid #EEE6D6;
        background: #FDFBF8;
        overflow: hidden;
    }
    .projection-accordion-item + .projection-accordion-item {
        border-top: 1px solid #EEE6D6;
    }
    .projection-accordion-header {
        width: 100%;
        background: none;
        border: none;
        padding: 1.25rem 1rem;
        font-size: 1.1rem;
        font-weight: 600;
        text-align: left;
        cursor: pointer;
        outline: none;
        color: #121212;
        background: none !important;
        transition: background 0.2s;
    }
    .projection-accordion-header:active,
    .projection-accordion-header:focus {
        background: #f5f3ee;
    }
    .projection-accordion-content {
        padding: 0 1rem 1rem 1rem;
        background: #fff;
        font-size: 1rem;
        color: #121212;
    }
    .projection-accordion-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .projection-accordion-content li {
        margin-bottom: 0.5rem;
    }
}
.form-group {
    margin-bottom: 2rem;
}
.calculator-results .columns-wrapper {
    margin: 0 0 28px;
}
.investment-swiper-2 .swiper-slide:nth-child(odd) .investment-item {
    background: #F5F3EE;
}
.investment-swiper-2 .swiper-slide:nth-child(even) .investment-item {
    background: #FDFBF8;
}
.villa-card ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}
.villa-card ul li {
    display: flex;
    align-items: center;
    margin: 0;
}
.villa-card ul li {
    margin-right: 14px;
    font-size: 14px;
    font-weight: 500;
}

.villa-card ul li img {
    margin-right: 6px;
}

.payment-item strong {
    font-size: 26px;
    font-weight: 300;
    color: #121212;
}

@media (min-width: 1025px) {
    .stats-columns {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 2rem !important;
    }
}
@media (min-width: 1025px) {
    .stats-columns {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 2rem !important;
    }
}
.projection-table-wrapper {
    border-radius: 14px;
    border: 1px solid #EEE6D6;
    background: #FDFBF8;
    padding: 0 32px;
    margin: 40px 0;
}
.columns-wrapper .result-column {
    border-radius: 14px;
    border: 1px solid #EEE6D6;
    background: #FDFBF8;
    padding: 32px;
}
.roi-calculator {
    border-radius: 24px;
    border: 1px solid #EEE6D6;
    background: #fff;
    box-shadow: 0 43px 12px 0 rgba(104, 101, 94, 0.00), 0 27px 11px 0 rgba(104, 101, 94, 0.00), 0 15px 9px 0 rgba(104, 101, 94, 0.01), 0 7px 7px 0 rgba(104, 101, 94, 0.02), 0 2px 4px 0 rgba(104, 101, 94, 0.02);
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.roi-calculator .mb-0 {
    margin-bottom: 0;
}
.invest-grid {
    display: flex;
    align-items: stretch;
    gap: 3rem;
}
.invest-column {
    flex: 1 1 0;

    display: flex;
    flex-direction: column;
}

.invest-column {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.investment-reasons li,
.villa-card li,
.invest-column li,
.trust-column li {
    align-items: flex-start;
    border-bottom: none !important;
}
/* Fix .investment-swiper-2 to 3 columns, 2 rows */
.investment-swiper-2 .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    gap: 2rem !important;
}

@media (max-width: 1024px) {
    .investment-swiper-2 .swiper-wrapper {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto !important;
    }
}
@media (max-width: 768px) {
    .investment-swiper-2 .swiper-wrapper {
        display: flex !important;
        flex-direction: row !important;
        gap: 0 !important;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .calculator-inputs .columns-wrapper {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        width: 100%;
    }
}
.payment-item strong {
    margin: 0 !important;
}
@media (max-width: 768px) {
    .payment-item:not(:first-child):not(:last-child) {
        display: flex !important;
        flex-direction: row !important;
        gap: 1rem !important;
        align-items: center !important;
        width: 100%;
    }
}
/* Apply check icon to all lists except .investment-reasons (already styled) */

@media (max-width: 1024px) {
    .investment-reasons {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        padding: 2rem 1rem;
    }
    }

@media (max-width: 768px) {
    .investment-reasons {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        padding: 1.5rem 0.5rem;
        text-align: center;
    }
    .investment-reasons .column1,
    .investment-reasons .stats-columns {
        width: 100% !important;
        margin: 0 auto 1.5rem auto !important;
    }
    .stats-columns {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 1rem !important;
        margin-top: 0 !important;
    }
}
@media (max-width: 1024px) {
    .investment-reasons {
        flex-direction: column;
        padding: 2rem 1rem;
    }
    .stats-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem 1rem;
    }
    .stat-column {
        padding: 50px 16px 24px 16px;
    }
}

@media (max-width: 768px) {
    .investment-reasons {
        flex-direction: column;
        padding: 1.5rem 0.5rem;
        text-align: center;
    }
    .investment-reasons .column1 {
        margin-bottom: 2rem;
        text-align: center;
    }
    .investment-reasons h2 {
        font-size: 2rem;
    }
    .investment-reasons p {
        font-size: 1rem;
    }
    .investment-reasons ul {
        padding-left: 0;
        margin: 0 auto 2rem auto;
    }
    .stats-columns {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-top: 1.5rem;
    }
    .stat-column {
        padding: 40px 8px 16px 8px;
        min-width: 0;
    }
    .stat-column img {
            top: -40px !important;
            max-width: 80px !important;
        }
    .stat-column .stat-number {
        font-size: 1.5rem;
    }
    .stat-column h3 {
        font-size: 1rem;
    }
    .stat-column .stat-label {
        font-size: 0.95rem;
    }
}
@media (max-width: 768px) {
    .stats-columns {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2rem 1rem !important;
        width: 100%;
    }
}
/* Panglao Prime Villas - Main Styles */

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #121212;
    overflow-x: hidden;
    max-width: 100vw;
}
 a {
    color: #121212;
 }



h1, h2, h3, h4, h5, h6 {
    font-family: 'LT Museum Med', serif;
    font-weight: normal;
    color: #121212;
}

section h2 {
    font-size: 50px;
}

/* Header styles */
.header {
    background: #f9f7f3;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0 30px;
}


.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0;
    position: relative;
    max-width: 1720px;
    margin: 0 auto;
}

.logo {
    z-index: 999;
    text-decoration: none;
    display: block;
}

.logo img {
    height: 40px;
    width: auto;
    display: block;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu-open {
    z-index: 999;
}

.mobile-menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1002;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.mobile-menu-close span {
    position: absolute;
}

.mobile-menu-close span:nth-child(1) {
    transform: rotate(45deg);
}

.mobile-menu-close span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-close span:nth-child(3) {
    transform: rotate(-45deg);
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: auto;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

nav a {
    text-decoration: none;
    
    font-weight: 500;
}

nav .button {
    border-radius: 100px;
    border: 1.2px solid #948571;
    background: transparent;
    color: #948571;
    padding: 18px 24px;
    text-decoration: none;
    font-weight: 500;
}

.button {
    border-radius: 100px;
    background: radial-gradient(95.73% 95.73% at 9.34% 23.63%, #D5C09C 0%, #BDA57F 100%);
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-weight: 500;
}

/* Hero banner */
.hero-banner-container{
    background-color: #f9f7f3;
}
.hero-banner {
    background-image: url('../images/hero-banner.png');
    background-size: cover;
    background-position: center;

    color: rgb(255, 255, 255);
    padding: 0;
    min-height: 620px;
    position: relative;
    overflow: hidden;
    max-width: 1720px;
    margin: 0 auto;
    border-radius: 20px;
}

.hero-content {
    position: absolute;
    left: 80px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    padding: 20px 20px 0 20px;
    border-radius: 34px 34px 0 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    text-align: left;
    max-width: 640px;
}

.hero-content .inner-wrapper {
    max-width: 1720px;
    margin: 0 auto;
    padding: 30px 60px 50px 60px;
    border-radius: 24px 24px 0 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    background: url('../images/hero-content-bg.png') lightgray 50% / cover no-repeat;
    color: black;
}

.hero-content h2 {
    font-size: 70px;
    margin-bottom: 1rem;
    line-height: 100%;
}

.hero-content h2 span {
    display: block;
    font-size: 48px;
    opacity: 0.9;
}

.hero-content p {
    font-size: 24px;
    margin: 0;
    opacity: 0.9;
    font-weight: 500;
    line-height: 100%;
}

.inner-wrapper .button {
    border-radius: 40px;
    background: rgba(74, 130, 151, 0.08);
    padding: 6px;
    display: inline-block;
    text-decoration: none;
    margin-top: 2rem;
}

.inner-wrapper .button > span {
    border-radius: 100px;
    border: 1px solid #FFF;
    background: radial-gradient(51.99% 65.52% at 50% 50%, #65A2B9 0%, #558EA4 100%);
    padding: 23px 41px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
}

.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 2rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature img {
    width: auto;
    height: auto;
    flex-shrink: 0;
}

.feature-text {
    flex: 1;
}

.feature p {
    font-size: 14px;
    font-weight: 400;
}

.pre-sale-badge {
    position: absolute;
    right: 80px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
    padding: 28px 32px;
    border-radius: 24px 24px 0 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    text-align: right;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.pre-sale-badge p {
    margin: 0;
    color: #FFF;
    font-size: 1rem;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.pre-sale-badge .price {
    font-size: 24px;
    font-weight: 800;
    color: #FFF;
    margin: 0;
    line-height: 100%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Investment reasons section */
.investment-reasons-container {
       background-color: #f9f7f3;
}
.investment-reasons {
    padding: 4rem 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1720px;
    margin: 0 auto;

}

.column1 {
    text-align: left;
    min-width: 600px;
}

.investment-reasons h2 {
    font-size: 50px;
    margin-bottom: 32px;

}

.investment-reasons p {
    font-size: 18px;
    margin-bottom: 32px;
    font-weight: 500;
    
}

.investment-reasons ul {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.investment-reasons li {
    display: flex;
    align-items: center;
        padding: 7px 0;
    border-bottom: none;
    font-weight: 400;
    border-bottom: none;
}

.investment-reasons li:before,
.invest-column li:before,
.trust-column li:before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icon-list-check.png) no-repeat center center/contain;
    margin-right: 16px;
}

.stats-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.stat-column {
    position: relative;
    text-align: center;
    padding: 70px 41.5px 37px 41.5px;
    border-radius: 24px;
    border: 1px solid #EEE6D6;
    background: #FCFCF9;
    box-shadow: 0 43px 12px 0 rgba(104, 101, 94, 0.00), 0 27px 11px 0 rgba(104, 101, 94, 0.00), 0 15px 9px 0 rgba(104, 101, 94, 0.01), 0 7px 7px 0 rgba(104, 101, 94, 0.02), 0 2px 4px 0 rgba(104, 101, 94, 0.02);
}

.stat-column img {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    margin-bottom: 1rem;
    max-width: none;
}

.stat-column h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.stat-column .stat-number {
    font-size: 40px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 0.5rem;
}

.stat-column .stat-label {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.cta-badge {
    display: block;
    border-radius: 100px;
    background: radial-gradient(95.73% 95.73% at 9.34% 23.63%, #D5C09C 0%, #BDA57F 100%);
    color: white;
    padding: 14px 18px;
    font-weight: 600;
        font-size: 18px;
    margin: 0 auto 1.5rem auto;
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
}

.investment-swiper-1 {
    max-width: 1000px;
    margin: 3rem auto 0;
    padding: 1rem 0 3rem;
    overflow: visible !important;
}

.investment-swiper-2 {
    max-width: 1240px;
    margin: 3rem auto 0;
    padding: 1rem 0 3rem;
    overflow: visible !important;
}

.investment-swiper-1 .swiper-wrapper,
.investment-swiper-2 .swiper-wrapper {
    padding: 1rem 0;
    overflow: visible !important;
}

.investment-swiper-1 .swiper-slide,
.investment-swiper-2 .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    overflow: visible !important;
    border: none;
    /* border-radius, background, and box-shadow removed for flat style */
}

.investment-swiper-2 .swiper-slide:nth-child(even) {
    border: none;
    /* border-radius, background, and box-shadow removed for flat style */
}

.investment-swiper-1 .swiper-pagination,
.investment-swiper-2 .swiper-pagination {
    position: relative;
    margin-top: 2rem;
}

.investment-swiper-1 .swiper-pagination-bullet,
.investment-swiper-2 .swiper-pagination-bullet {
    width: 40px;
    height: 7px;
    border-radius: 5px;
}

.investment-swiper-1 .swiper-pagination-bullet-active,
.investment-swiper-2 .swiper-pagination-bullet-active {
    background: #BDA57F;
}

/* Desktop: Show as grid */
@media (min-width: 768px) {
    /* removed desktop 2-column override for .stats-columns */
    
    .investment-swiper-1 .swiper-slide,
    .investment-swiper-2 .swiper-slide {
        width: auto !important;
        margin: 0 !important;
    }
    
    .investment-swiper-1 .swiper-pagination,
    .investment-swiper-2 .swiper-pagination {
        display: none;
    }
}

.investment-item {
    padding: 38px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
    width: 100%;
}

.investment-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.investment-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.investment-item h4 {
font-size: 26px;
    margin-bottom: 18px;
    margin-top: -35px;

    font-weight: 500;
    line-height: 120%;
}

.investment-item p {
    
    font-size: 0.95rem;
    line-height: 1.4;
}
.villa-selection {
    padding: 4rem 2rem;
    background: white;
}

.villa-selection h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 32px;
    
}

.villa-selection > p {
        text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.villa-swiper {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 2rem 3rem;
}

.villa-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.villa-swiper .swiper-pagination {
    position: relative;
    margin-top: 2rem;
}

.villa-swiper .swiper-pagination-bullet {
    width: 40px;
    height: 7px;
    border-radius: 5px;
}

.villa-swiper .swiper-pagination-bullet-active {
    background: #BDA57F;
}

.villa-card {
    border-radius: 500px 500px 24px 24px;
    border: 1px solid #EEE6D6;
    background: #FCFCF9;
    box-shadow: 0 43px 12px 0 rgba(104, 101, 94, 0.00), 0 27px 11px 0 rgba(104, 101, 94, 0.00), 0 15px 9px 0 rgba(104, 101, 94, 0.01), 0 7px 7px 0 rgba(104, 101, 94, 0.02), 0 2px 4px 0 rgba(104, 101, 94, 0.02);
    padding: 2rem;
    text-align: center;
    width: 100%;
}

.villa-image-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 500px 500px 20px 20px;
    overflow: hidden;
}

.villa-card .villa-image {
    width: 100%;
    height: auto;
    border-radius: 500px 500px 20px 20px;
    background: lightgray -137.778px 0px / 178.283% 100% no-repeat;
    display: block;
}



.villa-card h3 {
    font-size: 40px;

font-weight: 300;
    margin-bottom: 1rem;
    
}

.villa-card .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 1rem;
}

.villa-card ul {
    list-style: none;
    text-align: left;
    margin-bottom: 1.5rem;
}

.villa-card li {
    padding: 0.25rem 0;
    font-size: 0.9rem;
}


.villa-card .button {
    display: inline-block;
    margin-top: 1rem;
}

/* Gallery section */
.gallery {
    padding: 80px 0 100px;
}

.gallery h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 3rem;
    
}

.gallery-swiper {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 50px;
}

.gallery-swiper .swiper-slide {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-swiper .swiper-slide:hover {
    transform: scale(1.05);
}

.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
    display: none;
}

.gallery-swiper .swiper-pagination {
    position: relative;
    margin-top: 2rem;
}

.gallery-swiper .swiper-pagination-bullet {
    width: 40px;
    height: 7px;
    border-radius: 5px;
}

.gallery-swiper .swiper-pagination-bullet-active {
    background: #BDA57F;
}

/* Investment timing section */
.investment-timing {
    padding: 100px 2rem;
    background: #F5F3EE;
}

.investment-timing h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 3rem;
    
}

.invest-grid {
    display: flex;
    gap: 3rem;
    max-width: 1030px;
    margin: 0 auto;
    align-items: stretch;
}

.invest-column {
    flex: 1 1 0;
    background: url(../images/time-to-invest-bg.png)  no-repeat center#f8f9fa;
    background-size: cover;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.invest-column h3 {
    font-size: 26px;
    margin-bottom: 21px;
    color: #121212;
    text-align: left;
    line-height: 100%;
}

.invest-column ul {
    list-style: none;
    padding: 0;
}

.invest-column li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
}


.invest-column li:last-child {
    border-bottom: none;
}

/* Location showcase section */
.location-showcase {
    padding: 100px 2rem;
    background: #f8f9fa;
}

.location-showcase h2 {
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 2rem;
    
}

.location-grid {
    display: flex;
    gap: 3rem;
    max-width: 1720px;
    margin: 0 auto;
    align-items: center;
}

.location-info {
    flex: 0 0 auto;
    padding: 2rem;
}

.location-info h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #121212;
    text-align: left;
}

.location-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 546px;
}

.location-button {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 24px;
    border: 1px solid #EEE6D6;
    background: #FCFCF9;
    box-shadow: 0 43px 12px 0 rgba(104, 101, 94, 0.00), 0 27px 11px 0 rgba(104, 101, 94, 0.00), 0 15px 9px 0 rgba(104, 101, 94, 0.01), 0 7px 7px 0 rgba(104, 101, 94, 0.02), 0 2px 4px 0 rgba(104, 101, 94, 0.02);
    color: #121212;
    padding: 1.2rem 1.5rem;
    text-decoration: none;
    font-weight: 500;
    text-align: left;
}

.button-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.button-text {
    flex: 1;
    font-size: 26px;
    font-family: "LT Museum";
    font-weight: 300;
}

.button-text small {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    font-family: "Plus Jakarta Sans";
    margin-top: 8px;
}

.location-map {
    flex: 1 1 auto;
    border-radius: 8px;
    overflow: hidden;
}

/* Investor section */
.investor {
    padding: 100px 2rem 60px;
    background: #f9f7f3;
}

.investor h2 {
    text-align: center;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 1rem;
    
}

.investor p {
    text-align: center;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

/* Aerial view section */
.aerial-view {
    padding: 0 2rem 100px;
        background: #f9f7f3;
}

.aerial-view h2 {
    text-align: center;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 80px;
    
}

.aerial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 0 auto;
}

.aerial-column {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.aerial-image {
    position: relative;
    height: 400px;
        border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.aerial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.aerial-image:hover img {
    transform: scale(1.05);
}

/* Trusted by investors section */
.trusted-by-investors {
    padding: 4rem 2rem;
    
}

.trusted-by-investors h2 {
    text-align: center;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 3rem;
    
}

.smaller-text {
    font-size: 0.8em;
}

.trust-grid {
    display: flex;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
    align-items: flex-start;
}

.trust-column {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.trust-column h3 {
    font-size: 1.4rem;
    margin-bottom: 17px;
    color: #121212;
    text-align: left;
}

.trust-heading {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: #121212;
}

.trust-heading .trust-icon {
    flex-shrink: 0;
    margin-right: 24px;
    width: 70px;
    height: 70px;
}

.trust-heading span {
    flex: 1;
        font-size: 26px;
}

.trust-heading span.smaller-text {
    font-size: 16px;
}

.trust-column ul {
    list-style: none;
    padding: 0;
}

.trust-column li {
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.trust-column li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/icon-list-check.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Trust stats section */
.trust-stats {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon {
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.stat-item p {
    font-size: 16px;
    margin: 0;
    display: flex;
}

.stat-item strong {
    font-family: 'LT Museum';
    font-size: 24px;
    margin-right: 5px;
}

/* Calculate investment section */
.calculate-investment {
    padding: 4rem 2rem 40px;
    background: #FDFBF8 !important;
}

.calculate-investment h2 {
    text-align: center;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 3rem;
    
}

.payment-grid {
    display: grid;
    grid-template-columns: 234px 1fr 1fr 1fr 234px;
    gap: 2rem;
    max-width: 1240px;
    margin: 0 auto 40px;
    border-radius: 24px;
    padding: 38px;
    border: 1px solid #EEE6D6;
    background: #F5F3EE;
    box-shadow: 0 43px 12px 0 rgba(104, 101, 94, 0.00), 0 27px 11px 0 rgba(104, 101, 94, 0.00), 0 15px 9px 0 rgba(104, 101, 94, 0.01), 0 7px 7px 0 rgba(104, 101, 94, 0.02), 0 2px 4px 0 rgba(104, 101, 94, 0.02);
    align-items: center;
}

.payment-item {
    text-align: left;
    padding: 2rem;
}

.payment-item:nth-child(1),
.payment-item:nth-child(5) {
    padding: 0;
}

.payment-item:nth-child(n+2):nth-child(-n+4) {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.payment-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #121212;
}

.payment-item strong {
    display: block;
    font-family: 'LT Museum';
    font-weight: 500;
}

.payment-item p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

/* Investment highlights section */
.investment-highlights {
    max-width: 1240px;
    padding: 38px;
    border-radius: 24px;
    border: 1px solid #EEE6D6;
    background: #F5F3EE;
    box-shadow: 0 43px 12px 0 rgba(104, 101, 94, 0.00), 0 27px 11px 0 rgba(104, 101, 94, 0.00), 0 15px 9px 0 rgba(104, 101, 94, 0.01), 0 7px 7px 0 rgba(104, 101, 94, 0.02), 0 2px 4px 0 rgba(104, 101, 94, 0.02);
    margin: 0 auto;
}

.highlights-header {
    max-width: 1200px;
    margin: 0 auto;
}

.highlights-header h2 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1rem;
    
}

.highlights-header p {
    text-align: left;
    font-size: 1.2rem;
    
    margin-bottom: 3rem;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.highlight-item {
    text-align: left;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.highlight-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #121212;
    line-height: 120%;
}



/* ROI calculator section */
.roi-calculator {
    padding: 4rem 2rem;
}

.roi-calculator > h2,
.roi-calculator > p {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.roi-calculator h2 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1rem;
    
}

.roi-calculator p {
    text-align: left;
    font-size: 1.2rem;
    
    margin-bottom: 3rem;
}

.calculator-inputs {
    max-width: 1200px;
    margin: 0 auto;
}

.calculator-results {
    max-width: 1200px;
    margin: 0 auto;
}

.projection {
    max-width: 1200px;
    margin: 0 auto;
}

.projection-summary {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.projection-table {
    width: 100%;
    border-collapse: collapse;
}

.projection-table th,
.projection-table td {
    width: 20%;
    padding: 24px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.projection-table th {
    font-weight: bold;
    
}

.projection-table tbody tr:hover {
    background: #f8f9fa;
}

.calculator-results .columns-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 24px;
}

.projection-summary .columns-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
}

.projection-summary .result-column {
    border-radius: 14px;
    border: 1px solid #54879A;
    background: radial-gradient(600.9% 86.86% at 20.16% 45.09%, #65A2B9 0%, #558EA4 100%), #FDFBF8;
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.result-column {
    text-align: left;
}

.result-value {
    font-size: 32px;
    font-family: "LT Museum";
    margin: 0 !important;
}

.projection-summary .result-value {
    color: #FDFBF8;
}

.projection-summary p.result-value  {
    font-family: "LT Museum";
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 100%;
}

.result-column h4 {
    font-weight: normal;
    font-size: 1rem;
    
}

.projection-summary .result-column h4 {
    color: #FDFBF8;

}

.calculation-methodology {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    
    font-size: 0.9rem;
}

.input-heading {
    border-radius: 100px;
    background: radial-gradient(95.73% 95.73% at 9.34% 23.63%, #D5C09C 0%, #BDA57F 100%);
    color: white;
    padding: 14px 18px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin: 28px 0;
}

.input-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.input-grid:has(.grid-heading) {
    display: block;
}

.input-grid:last-child {
    margin-bottom: 0;
}

.grid-heading {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #121212;
}



.columns-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.input-column {
    padding: 0 !important;
    border-radius: 12px;
}

.input-column h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #121212;
}

.input-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    border-radius: 14px;
    border: 1px solid #EEE6D6;
    background: #FDFBF8;
    padding: 18px 24px;
}

.input-row:last-child {
    margin-bottom: 0;
}

.input-row label {
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    width: 50%;
}

.input-row input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    text-align: right;
    width: 100%;
    font-weight: 600;
}

.input-container {
    position: relative;
    width: 50%;
}

.input-placeholder {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9A9A9A;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}

.input-placeholder-right {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9A9A9A;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}

.input-container.text-align-right input{
    padding-right: 50px;
}

.costs .input-container.text-align-right input{
    padding-right: 35px;
}

.input-container input:not(:placeholder-shown) ~ .input-placeholder,
.input-container input:focus ~ .input-placeholder {
    opacity: 1;
}

.input-container input:not(:placeholder-shown) ~ .input-placeholder-right,
.input-container input:focus ~ .input-placeholder-right {
    opacity: 1;
}

.highlights-header {
    max-width: 1200px;
    margin: 0 auto;
}

.highlights-header h2 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1rem;
    
}

.highlights-header p {
    text-align: left;
    font-size: 1.2rem;
    
    margin-bottom: 3rem;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.highlight-item {
    text-align: left;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.highlight-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #121212;
    line-height: 100%;
}



/* ROI calculator section */
.roi-calculator {
    padding: 38px;
}

.roi-calculator > h2,
.roi-calculator > p {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.roi-calculator h2 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1rem;
    
}

.roi-calculator p {
    text-align: left;
    font-size: 1.2rem;
    
    margin-bottom: 3rem;
}

.calculator-inputs {
    max-width: 1200px;
    margin: 0 auto 12px;
}

.calculator-results {
    max-width: 1200px;
    margin: 0 auto;
}

.projection {
    max-width: 1200px;
    margin: 0 auto;
}

.projection-summary {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    font-weight: 500;
}

.projection-table th,
.projection-table td {
    width: 20%;
    padding: 24px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.projection-table th {
    font-weight: bold;
    font-family: "LT Museum";
    
    font-size: 18px;
}

.projection-table tbody tr:hover {
    background: #f8f9fa;
}

.calculator-results .columns-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 24px;
}

.projection-summary .columns-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
}

.projection-summary .result-column {
    border-radius: 14px;
    border: 1px solid #54879A;
    background: radial-gradient(600.9% 86.86% at 20.16% 45.09%, #65A2B9 0%, #558EA4 100%), #FDFBF8;
    display: flex;
    padding: 32px;
    flex-direction: column;
align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

.result-column {
    text-align: left;
}

p.result-value {
    font-size: 32px;
    font-family: "LT Museum Med";
    margin: 0 !important;
    white-space: nowrap;
}

.projection-summary .result-value {
    color: #FDFBF8;
}

.result-column h4 {
font-family: "Plus Jakarta Sans";
font-weight: 500;
    font-size: 14px;
    
}

.projection-summary .result-column h4 {
    color: #FDFBF8;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
}

.calculation-methodology {
    max-width: 1200px;
    margin: 0 auto;

    text-align: center;
    
    font-size: 0.9rem;
}

.calculation-methodology p {
    font-size: 14px;
    margin: 0 0 30px;
}

.calculation-methodology p.disclaimer {
    font-size: 12px;
    margin: 0;
}

.input-heading {
    border-radius: 100px;
    background: radial-gradient(95.73% 95.73% at 9.34% 23.63%, #D5C09C 0%, #BDA57F 100%);
    color: white;
    padding: 14px 18px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
}

.input-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.input-grid:has(.grid-heading) {
    display: block;
}

.grid-heading {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #121212;
}

.columns-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.input-column {
    padding: 0 !important;
    border-radius: 12px;
}

.input-column h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #121212;
}

.input-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    border-radius: 14px;
    border: 1px solid #EEE6D6;
    background: #FDFBF8;
    padding: 18px 24px;
}

.input-row:last-child {
    margin-bottom: 0;
}

.input-row label {
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    width: 50%;
}

.input-row input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    text-align: right;
    width: 100%;
}

.input-container {
    position: relative;
    width: 50%;
}

.input-placeholder {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    
    font-size: 1rem;
    pointer-events: none;
    z-index: 1;
}

.input-placeholder-right {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    
    font-size: 1rem;
    pointer-events: none;
    z-index: 1;
}

.input-container input:not(:placeholder-shown) ~ .input-placeholder,
.input-container input:focus ~ .input-placeholder {
    opacity: 1;
}

.input-container input:not(:placeholder-shown) ~ .input-placeholder-right,
.input-container input:focus ~ .input-placeholder-right {
    opacity: 1;
}

.highlights-header {
    max-width: 1200px;
    margin: 0 auto;
}

.highlights-header h2 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1rem;
    
}

.highlights-header p {
    text-align: left;
    font-size: 1.2rem;
    
    margin-bottom: 3rem;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.highlight-item {
    text-align: left;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.highlight-item h3 {
    font-size: 26px;
    margin-bottom: 0.5rem;
    color: #121212;
    line-height: 120%;
}

.highlight-item p {
    font-size: 14px;
    color: #121212;;
    margin: 0;
    font-weight: 500;
}

/* Footer */
/* Reservation Form Section */
.reservation-form {
    padding: 0 2rem 60px;
    background: #F5F3EE;
    text-align: center;
}

.reservation-form h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    
}

.reservation-form > p {
    font-size: 1.1rem;
    
    margin-bottom: 3rem;
}

.reserve-form {
    border-radius: 24px;
    border: 1px solid #EEE6D6;
    background: #FFF;
    padding: 60px;
    box-shadow: 0 43px 12px 0 rgba(104, 101, 94, 0.00),
                0 27px 11px 0 rgba(104, 101, 94, 0.00),
                0 15px 9px 0 rgba(104, 101, 94, 0.01),
                0 7px 7px 0 rgba(104, 101, 94, 0.02),
                0 2px 4px 0 rgba(104, 101, 94, 0.02);
    max-width: 1240px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    
    font-size: 1rem;
}

.form-group input,
.form-group select {
    padding: 0.875rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #007bff;
}

.form-group select {
    cursor: pointer;
    background-color: white;
}

.submit-button {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    margin-top: 1rem;
    cursor: pointer;
    border: none;
}

/* Spinner for submit button loading state */
.spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #eee6d6;
  border-top: 2px solid #bfa76a;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 8px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.button.submit-button.loading {
  opacity: 0.7;
  pointer-events: none;
}



/* Reservation Form Section */
.reservation-form {
    padding: 4rem 2rem;
    background: #F5F3EE;
    text-align: center;
}

.reservation-form h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    
}

.reservation-form > p {
    font-size: 1.1rem;
    
    margin-bottom: 3rem;
}

.reserve-form {
    margin: 0 auto;
    text-align: left;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    
    font-size: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.875rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
}

.form-group select {
    cursor: pointer;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0L6 4.59L10.59 0L12 1.41l-6 6l-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
    padding-right: 2.5rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
}

.form-group select:hover {
    border-color: #BDA57F;
    background-color: #FAFAFA;
}

.form-group select option {
    padding: 0.5rem;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}


.submit-button {
    padding: 6px;
    border-radius: 40px;
    background: rgba(189, 165, 127, 0.10);
}

.whatsapp-button {
    padding: 6px;
    border-radius: 40px;
    background: rgba(103, 158, 179, 0.08);
    border: none;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}


.whatsapp-button-inner {
    border-radius: 32px;
    border: 1px solid #FFF;
    background: radial-gradient(51.99% 65.52% at 50% 50%, #65A2B9 0%, #558EA4 100%);
    display: block;
    width: 100%;
    padding: 15px 41px;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}


.form-row .form-group {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .reservation-form h2 {
        font-size: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .form-buttons {
        grid-template-columns: 1fr;
    }
}

/* Footer Styles */
.footer {
    color: white;
    
}

.footer-row {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-row:first-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: center;
    padding: 40px 0 24px
}

.footer-column {
    padding: 0;
}

.footer-column:nth-child(2) {
    text-align: center;
}

.footer-column:nth-child(3) {
    text-align: right;
}

.footer-column h4 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.2rem;
}

.footer-column p {
    margin-bottom: 0.5rem;
    color: #ccc;
    line-height: 1.6;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #fff;
    text-decoration: none;
}

.footer-column a:hover {
    color: #D5C09C;
}

.footer-column .inline-nav {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
}

.footer-column .inline-nav li {
    margin-bottom: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.10);;
    padding: 24px 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.footer-bottom p {
    margin: 0;
}

.reserve-form .disclaimer {
font-size: 12px;
font-style: normal;
font-weight: 400;
margin-top: 16px;
}
.date-input {
    color: #8b8787
}

.map-desktop {
    display: block;
}

.map-mobile {
    display: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .header {
        padding: 1rem;
    }

    .mobile-menu-open {
        display: flex;
    }

    .mobile-menu-close {
        display: none;
    }

    .nav-menu.active .mobile-menu-close {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
        flex-direction: column;
        align-items: flex-start;
        padding: 5rem 2rem 2rem;
        gap: 2rem;
        transition: right 0.3s ease;
        z-index: 1001;
        overflow-y: auto;
    }

    .nav-menu.active {
        right: 0;
    }

    nav ul {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
    }

    nav ul li {
        width: 100%;
    }

    nav a {
        display: block;
        padding: 0.5rem 0;
        font-size: 1.1rem;
    }

    .nav-menu .button {
        width: 100%;
        text-align: center;
        padding: 0.75rem 1rem;
    }

    .header {
        padding: 24px;
    }

    .header-container {
        padding: 0;
    }

    .hero-banner {
        min-height: 452px;
        margin: 0 20px;
    }

    .hero-content {
        left: 1rem;
        right: 1rem;
        bottom: 0;
        max-width: calc(100% - 2rem);
        padding: 10px 10px 0;
        text-align: center;
    }

    .hero-content h2 {
        font-size: 36px;
    }

    .hero-content h2 span {
        font-size: 26px;
    }

    .pre-sale-badge {
        right: 1rem;
        bottom: auto;
        top: 1rem;
        padding: 1rem 1.5rem;
    }

    .pre-sale-badge .price {
        font-size: 1.4rem;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        text-align: left;
    }

    .feature {
        gap: 0.5rem;
    }

    .feature img {
        max-width: 40px;
    }

    .hero-content .feature p {
        font-size: 10px;
    }

    .feature-text h3 {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 100%;
    }

    .hero-content .inner-wrapper {
        padding: 30px 24px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .inner-wrapper .button {
        margin-top: 24px;
    }

    .inner-wrapper .button > span {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        padding: 15px 25px;
        border-radius: 10px;
    }

    .button-main {
        font-size: 14px;
    }

    .button-sub {
        font-size: 12px;
    }

    .features {
        margin-top: 24px;
    }

    .villa-grid {
        flex-direction: column;
        align-items: center;
    }

    .villa-grid {
        flex-direction: column;
        align-items: center;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-row:first-child {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }

    .invest-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .location-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .investment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .aerial-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .trust-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .trust-stats {
        flex-direction: column;
        gap: 20px;
    }

    .payment-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .input-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .input-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .input-row label {
        min-width: auto;
    }

    .input-container {
        width: 100%;
    }

    .input-row input {
        width: 100%;
        box-sizing: border-box;
    }

    .calculator-results .columns-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .projection-summary .columns-wrapper {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .projection-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .projection-table th,
    .projection-table td {
        padding: 0.75rem 0.5rem;
        font-size: 0.9rem;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .location-map iframe {
        height: 300px;
    }

    .investment-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .aerial-image {
        height: 300px;
    }

    .trusted-by-investors h2 {
        font-size: 1.5rem;
    }

    .trust-stats {
        flex-direction: column;
        gap: 20px;
    }

    .payment-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .input-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .input-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .input-row label {
        min-width: auto;
    }

    .input-container {
        width: 100%;
    }

    .input-row input {
        width: 100%;
        box-sizing: border-box;
    }

    .calculator-results .columns-wrapper {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .projection-summary .columns-wrapper {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .projection-table th,
    .projection-table td {
        padding: 0.5rem 0.25rem;
        font-size: 0.8rem;
    }
}
/* Final CTA Section */
.final-cta {
    padding: 4rem 2rem;
    text-align: center;
    background: #F5F3EE;
}

.final-cta h2 {
    font-size: 50px;
    margin-bottom: 3rem;
    color: #121212;
}

.secure-steps {
    max-width: 1240px;
    margin: 0 auto;
    border-radius: 24px;
border: 1px solid #EEE6D6;
background: #FDFBF8;
padding: 40px 30px;

box-shadow: 0 43px 12px 0 rgba(104, 101, 94, 0.00), 0 27px 11px 0 rgba(104, 101, 94, 0.00), 0 15px 9px 0 rgba(104, 101, 94, 0.01), 0 7px 7px 0 rgba(104, 101, 94, 0.02), 0 2px 4px 0 rgba(104, 101, 94, 0.02);
}

.secure-steps h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 20px 18px;
    border-radius: 18px;
border: 1px solid #EEE6D6;
background: #FFF;
box-shadow: 0 43px 12px 0 rgba(104, 101, 94, 0.00), 0 27px 11px 0 rgba(104, 101, 94, 0.00), 0 15px 9px 0 rgba(104, 101, 94, 0.01), 0 7px 7px 0 rgba(104, 101, 94, 0.02), 0 2px 4px 0 rgba(104, 101, 94, 0.02);
    transition: transform 0.3s ease;
    text-align: left;
    
}

.step-item:nth-child(1),
.step-item:nth-child(2),
.step-item:nth-child(3) {
    grid-column: span 2;
}

.step-item:nth-child(4),
.step-item:nth-child(5) {
    grid-column: span 3;
}

.step-item:hover {
    transform: translateY(-5px);
}

.step-icon {
    font-size: 3rem;
    flex-shrink: 0;
}
.step-icon img {
    width: 50px;
    margin-bottom: -16px;
}

.step-content {
    flex: 1;
}

.step-content h4 {
    font-size: 24px;
    color: #121212;
    margin: 0 0 8px 0;
}

.step-content p {
    font-size: 14px;
    
    margin: 0;
}

.button-download-guide {
    border-radius: 40px;
background: rgba(103, 158, 179, 0.08);
padding: 6px;
text-transform: uppercase;
display: inline-block;
}

.button-download-guide span{
    border-radius: 32px;
    display: inline-block;
border: 1px solid #FFF;
padding: 23px 41px;
background: radial-gradient(51.99% 65.52% at 50% 50%, #65A2B9 0%, #558EA4 100%);
}

/* Responsive for Final CTA */
@media (max-width: 768px) {
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .step-item:nth-child(1),
  .step-item:nth-child(2),
  .step-item:nth-child(3),
  .step-item:nth-child(4),
  .step-item:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
    .final-cta {
        padding: 3rem 1.5rem;
    }

    .final-cta h2 {
        font-size: 2rem;
    }

    .secure-steps h3 {
        font-size: 1.5rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .step-item:nth-child(1),
    .step-item:nth-child(2),
    .step-item:nth-child(3),
    .step-item:nth-child(4),
    .step-item:nth-child(5) {
        grid-column: span 1;
    }
}

/* Foreign Buyer Section */
.foreign-buyer {
    max-width: 1240px;
    margin: 4rem auto 0;
    padding: 40px 30px;

    border-radius: 24px;
border: 1px solid #EEE6D6;
background: #FDFBF8;
box-shadow: 0 43px 12px 0 rgba(104, 101, 94, 0.00), 0 27px 11px 0 rgba(104, 101, 94, 0.00), 0 15px 9px 0 rgba(104, 101, 94, 0.01), 0 7px 7px 0 rgba(104, 101, 94, 0.02), 0 2px 4px  0 rgba(104, 101, 94, 0.02);
}

.foreign-buyer h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    
}

.foreign-buyer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.foreign-buyer-column {
    text-align: left;
}

.foreign-buyer-column:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.foreign-buyer-column h4 {
    font-size: 1.5rem;
    color: #121212;
    margin-bottom: 1rem;
}

.foreign-buyer-column:nth-child(2) h4 {
    margin-bottom: 0;
}

.foreign-buyer-column .button {
    margin-top: 1rem;
    display: inline-block;
}

@media (max-width: 768px) {
    .foreign-buyer {
        margin-top: 3rem;
        padding-top: 3rem;
    }

    .foreign-buyer h3 {
        font-size: 1.5rem;
    }

    .foreign-buyer-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

input[name="phone"], .intl-tel-input {
  width: 100%;
  box-sizing: border-box;
}

.button.button-sold-out {
 background: none;
}

.button.button-sold-out .button-inner { 
    border: 1px solid #BDA57F;
    background: none;
    color: #BDA57F;
}

.footer .logo-desktop {
    display: block;
}

.footer .logo-mobile {
    display: none;
}

.date-input::placeholder {
  color: #bda57f; /* change to any color */
}

.grecaptcha-badge {
    display: none  !important;
}

.floating-whatsapp {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 70px;
    z-index: 1000;
}

p.result-value {
    white-space: nowrap;
}

@media (max-width: 768px) { 

    .floating-whatsapp {
        position: fixed;
        bottom: 0;
        right: 10px;
        width: 56px;
        z-index: 1000;
    }
    
    .floating-whatsapp img {
        width: 100%;
    }

    ul li {
        line-height: 120%;;
    }

    .investment-reasons ul {
        font-size: 14px;
    }
 .stats-columns {
        gap: 3.125rem 1.25rem !important;
    }
    .stat-column img {
        max-width: 80px !important;
    }
    .investment-reasons .column1 {
        min-width: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        text-align: left;
    }

    .investment-reasons .column1 p {
        font-weight: 700;
    }
    .investment-reasons .column1 h2 {
        font-size: 38px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
    }
    
    #investment {
        padding: 60px 30px;
    }

    .investment-reasons p {
        font-size: 16px;
    }
    .pre-sale-badge {
        display: none;
    }

    .reservation-form h2 {
        font-size: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .location-info {
        padding: 0;
    }

    .villa-card {
        padding: 24px;
    }

    .investment-reasons {
        gap: 0;
    }

    .stat-column {
        padding: 45px 0 37px 0;
    }

    .stat-column h3 {
        font-size: 16px;
    }

    .stat-column .stat-label {
        font-size: 12px;
    }

    .stat-column .stat-number {
        font-size: 24px;
    }

    .villa-selection h2 {
        font-size: 38px;
    }

    .gallery {
        padding: 0 20px 60px;
    }

    .footer-column .inline-nav {
        justify-content: center;
    }

    .footer {
        text-align: center;
    }

    .footer .logo-desktop {
        display: none;
    }

    .footer .logo-mobile {
        display: block;
    }

    .projection-table-wrapper {
        border-radius: inherit;
        border: 0;
        background: 0;
        padding: 0;
        margin: 40px 0;
    }

    .projection-accordion-content li {
        margin-bottom: 0.5rem;
        display: flex;
        justify-content: space-between;
    }

    .roi-calculator-wrapper {
        padding: 30px;
    }

    .roi-calculator {
        padding: 30px;
    }

    .input-row input {
        padding: 11px 1rem;
    }

    .investment-reasons .column1 {
        margin-bottom: 60px  !important;
    }

    .villa-selection {
            padding: 40px 20px;
    }

    .location-showcase h2,
    .gallery h2,
    .investment-timing h2,
    .investor h2,
    .aerial-view h2,
    .final-cta h2 {
        font-size: 38px;
    }

    .secure-steps {
        padding: 32px 18px;
    }

    .reservation-form {
        padding: 4rem 20px;
    }

    .reserve-form {
        padding: 32px 20px;
    }

    .form-group, .form-row {
        margin-bottom: 18px;
    }

    .submit-button,
    .whatsapp-button {
        margin-top: 0;
    }

    .reserve-form .disclaimer {
        text-align: center;
    }

    .calculate-investment h2 {
        font-size: 24px;
    }

    .highlights-header p {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .investment-highlights {
        padding: 30px;
    }

    .highlight-item h3 {
        font-size: 20px;
    }

    .highlight-item h3 br {
        display: none;
    }

    .payment-structure-heading {
        font-size: 24px !important;
    }
    .payment-item {
        padding: 20px;
    }

    .projection-accordion {
        padding: 0 16px;
    }
    .projection-accordion-content {
        background: none;
    }

    .projection-accordion-header {
        padding: 1.25rem 0;
    }

    .projection-accordion-content {
        padding: 0 0 1rem 0;
    }

    .projection-accordion-content li {
        font-size: 14px;
        align-items: center;
        font-weight: 600;
    }
    .projection-accordion-content li strong{
        font-size: 10px;
    }

    .trust-column {
        padding: 30px;
    }
    .trust-heading span {
        font-size: 20px;
    }

    .trust-heading .trust-icon {
        flex-shrink: 0;
        margin-right: 12px;
        width: 60px;
        height: 60px;
    }

    .location-showcase {
        padding: 60px 30px;
    }

    .investment-item h4 {
        font-size: 24px;
    }

    .button-text {
        font-size: 20px;
        font-family: 'LT Museum Med', serif;
    }
    .location-button {
        padding: 16px;
        gap: 12px
    }

    .button-icon img{
        width: 60px;
    }

    .step-item {
        gap: 14px
    }

    .cta-badge {
        font-size: 14px;
    }

    .map-desktop {
        display: none;
    }

    .map-mobile {
        display: block;
    }

    .columns-wrapper .result-column {
        padding: 18px;
        display: flex;
        align-items: center;
    }

    p.result-value {
        font-size: 20px;
    }

    .result-column h4, 
    .result-column p {
        flex: 1 1 0;
    }

    .result-column h4 {
        text-align: right;
    }

    .calculation-methodology p {
        font-size: 12px;
    }

    .projection-summary .result-column {
        align-items: flex-start;
    }

    .projection-summary p.result-value {
        font-size: 24px;
    }

    .projection-summary .result-column h4 {
        font-size: 12px;
        text-align: left;
    }

    .investor  {
        padding: 60px 2rem 60px;
    }

    .foreign-buyer-column:nth-child(2) {
        align-items: flex-start;
    }

    .reservation-form {
        padding-top: 0
    }

    .investment-timing {
        padding-top: 60px;
    }
    
    .trusted-by-investors h2 {
        font-size: 38px;
    }
    
}