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

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #0e0e0e;
    color: white;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
    font-family: 'Didot', 'Bodoni MT', 'Times New Roman', serif;
    font-weight: normal;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: inherit;
}

.header-table {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.logo {
    font-family: 'Didot', 'Bodoni MT', serif;
    font-size: 24px;
    letter-spacing: 2px;
}


.book-btn {
    display: inline-block;
    background-color: white;
    color: black;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

.nav-link {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 25px;
    text-transform: uppercase;
    color: white;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.nav-link:hover {
    opacity: 1;
}

.hero-bg {
    background-image: url('assets/homepage/hero-bg.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
}

.hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.hero-bg table {
    position: relative;
    z-index: 1;
    height: 100%;
}

.hero-desc-container {
    padding: 0;
    max-width: 450px;
    text-align: left;
}

.section-table {
    width: 100%;
    background-color: #0e0e0e;
}

.dark-bg {
    background-color: #0e0e0e;
    color: white;
}

.section-heading {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.big-heading {
    font-size: 80px;
}

.about-text-col p {
    font-size: 14px;
    line-height: 1.8;
    color: #cccccc;
}

.outline-btn {
    display: inline-block;
    border: 1px solid white;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.stat-item {
    margin-bottom: 40px;
}

.stat-number {
    font-family: 'Didot', serif;
    font-size: 100px;
    line-height: 1;
}

.stat-unit {
    font-family: 'Didot', serif;
    font-size: 40px;
}

.stat-desc {
    font-size: 14px;
    color: #cccccc;
    margin-top: 10px;
    line-height: 1.5;
}

.projects-title-container {
    position: relative;
    z-index: 2;
    margin-bottom: -50px;
}

.projects-title {
    font-size: 80px;
    text-align: center;
    line-height: 0.9;
}

.project-img {
    display: block;
    filter: brightness(0.7);
    transition: filter 0.3s;
}

.project-img:hover {
    filter: brightness(1);
}

.main-project-img {
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.project-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    max-width: 400px;
    margin: 0 auto;
}

.footer-table {
    border-top: 1px solid #333;
}


.search-input-cell {
    padding: 10px 20px;
    vertical-align: middle;
}

.search-input-cell label {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: white;
    margin-bottom: 2px;
}

.search-input {
    background: transparent;
    border: none;
    color: #cccccc;
    font-size: 14px;
    outline: none;
    width: 120px;
    font-family: 'Helvetica Neue', sans-serif;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
    opacity: 0.6;
}

.search-btn {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    padding: 0;
}

.search-btn svg {
    vertical-align: middle;
    margin-top: -2px;
}

.property-card {
    margin-bottom: 20px;
}

.property-img {
    width: 100%;
    border-radius: 10px;
    display: block;
    margin-bottom: 15px;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.property-info {
    text-align: left;
}

.prop-loc {
    font-size: 10px;
    font-weight: bold;
    color: #999;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prop-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Helvetica Neue', sans-serif;
}

.prop-meta {
    font-size: 12px;
    color: #999;
}

.contact-desc {
    font-size: 18px;
    color: #cccccc;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 400px;
}

.contact-details {
    margin-bottom: 40px;
}

.contact-link {
    font-size: 16px;
    margin-bottom: 10px;
    color: white;
}

.small-heading {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.small-desc {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
}

.contact-form-card {
    background-color: #1a1a1a;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.form-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-family: 'Didot', serif;
}

.form-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    background-color: #2a2a2a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 15px;
    color: white;
    font-size: 14px;
    font-family: 'Helvetica Neue', sans-serif;
    outline: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: #555;
}

.form-textarea {
    height: 120px;
    resize: none;
}

.submit-btn {
    width: 100%;
    background-color: #ccff00;
    color: black;
    border: none;
    padding: 15px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #b3e600;
}

.form-footer {
    font-size: 10px;
    color: #666;
    margin-top: 10px;
}

.newsletter-input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 25px;
    padding: 12px 20px;
    color: white;
    font-size: 14px;
    outline: none;
}

.faq-list {
    border-top: 1px solid #333;
}

.faq-item {
    border-bottom: 1px solid #333;
    padding: 20px 0;
}

.faq-question {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    font-family: 'Didot', serif;
}

.faq-answer {
    font-size: 14px;
    color: #cccccc;
    line-height: 1.6;
    margin-left: 0;
}

.metric-number {
    font-family: 'Didot', serif;
    font-size: 48px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

.metric-label {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.values-list {
    border-top: 1px solid #333;
}

.value-item {
    border-bottom: 1px solid #333;
    padding: 30px 0;
}

.value-title {
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
    font-weight: normal;
}

.value-desc {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
}

.team-card {
    margin-bottom: 20px;
}

.team-img {
    width: 100%;
    max-width: 70%;
    aspect-ratio: 3/4;
    object-fit: cover;
    filter: grayscale(100%);
    display: block;
    margin: 0 auto 15px auto;
}

.team-name {
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.terms-section {
    margin-bottom: 40px;
}

.terms-heading {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}

.review-card {
    display: inline-block;
    width: 350px;
    background-color: #1a1a1a;
    border-radius: 15px;
    padding: 30px;
    margin-right: 30px;
    vertical-align: top;
    white-space: normal;
    text-align: left;
}

.review-header {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.review-avatar-cell {
    width: 60px;
    vertical-align: middle;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.review-info-cell {
    vertical-align: middle;
    padding-left: 15px;
}

.review-name {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.review-role {
    font-size: 12px;
    color: #999;
}

.review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    font-style: italic;
}

.footer-table {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #0e0e0e;
}

.footer-heading {
    font-family: 'Didot', serif;
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
    text-transform: uppercase;
}

.footer-link {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 10px;
    transition: color 0.3s;
    text-decoration: none;
}

.footer-link:hover {
    color: white;
}

.footer-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.footer-bottom-text {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-input {
    width: 100%;
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 50px;
    outline: none;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-btn {
    display: inline-block;
    background-color: #ccff00;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    transition: background-color 0.3s;
}

.newsletter-btn:hover {
    background-color: #b3e600;
}