@font-face {
    font-family: "MyFont";
    src: url("/assets/fonts/file.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: "MyFont", sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.content-wrapper{
    padding-top: 77px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Horizontal center */
    align-items: center;
    width: 100%;
}

.home-logo img{
    width: 458px;
    max-width: 100%;
}

.op{
    width: 100%;
    height: 100%;
    background-color: rgba(58, 103, 83, 0.801);
}

header {
    position: fixed;
    width: 98%;
    display: flex;
    justify-content: space-between; /* Pushes content to opposite ends */
    align-items: center;
    background-color: #93bcaad7;
    height: 77px;
    padding: 0px 20px 0px 30px;
    z-index: 999;
}

/* Navigation Links Style */
.header-nav {
    display: flex;
    gap: 50px; /* Space between links */
}

.header-nav a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: opacity 0.3s;
}

.header-nav a:hover {
    opacity: 0.7;
}

/* Tools (Social/Lang) Container */
.header-tools {
    display: flex;
    align-items: center;
}

/* Clean up existing header a if needed */
header .header-tools a {
    margin: 0 5px;
}

header .header-tools a{
    align-self: center;
    margin: 5px;
    border: 0;
    cursor: pointer;
}

header .header-tools a img{
    width: 30px;
    height: 30px;
    filter: invert(100%) brightness(0%);
}
.home-bg-image{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: -8;
}

.home-bg-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main{
    position: relative;
    margin: auto;
    padding-top: 4%;
    align-self: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main div{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.home-nav button{
    cursor: pointer;
    margin: 10px;
    padding: 20px 35px;;
    color: white;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    box-shadow:  0.00px 1.00px 4px 0px rgba(0, 0, 0, 0.6);
    transition: color 0.3s ease;
}

.home-nav button:hover{
    color: rgb(190, 190, 190);
}

.home-nav a{
    text-decoration: none;
    cursor: pointer;
    margin: 10px;
    padding: 20px 35px;;
    color: white;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    box-shadow:  0.00px 1.00px 4px 0px rgba(0, 0, 0, 0.6);
    transition: color 0.3s ease;
}

.home-nav a:hover{
    color: rgb(190, 190, 190);
}

.language-wrapper {
    font-size: smaller;
    position: relative;
    margin: auto 10px;
}

.language{
    padding: 0 10px;
    margin: auto 10px;
    cursor: pointer;
    width: 60px;
    height: 37px;
    display: flex;
    background-color: transparent;
    border: 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    justify-content: center;
}

.language svg{
    height: auto;
    width: 12px;
}

.language-selected{
    color: white;
    text-align: left;
    width: inherit;
    align-self: center;
}

.language-dropdown {
    background-color: #93BCAA;
    text-align: left;
    z-index: 3;
    display: none;
    position: absolute;
    border-top: none;
    padding: 0 10px;
    margin: auto 10px;
    cursor: pointer;
    width: 60px;
    border: 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    justify-content: center;
}

.language-option {
    height: 37px;
    color: white;
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
}

.rotate {
    transform: rotate(180deg);
}

/* Modal Background Overlay */
.modal-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 103, 83, 0.85); /* Matches your theme green */
    backdrop-filter: blur(5px);
}

/* Modal Content Container */
.modal-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.modal-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.card {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    width: 350px;
}

.card img {
    width: 100%;
    height: auto;
}

.card h3 {
    color: white;
    margin: 20px 0;
    font-size: 1.2rem;
}

.see-more {
    display: inline-block;
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    transition: 0.3s;
}

.see-more:hover {
    background: white;
    color: #3a6753;
}

/* Base background: always static */
.fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('/assets/images/f6d0b8_47fe60aaaf0e4da3a90fd4f15644863c~mv2.avif') no-repeat center center;
    background-size: cover;
    z-index: -2;
}

/* Parallax layer: will be moved by JS */
.parallax-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh; /* Slightly taller to prevent gaps during scroll */
    background: url('/assets/images/image0_edited.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none; /* Allows clicks to pass through to content */
}

/* Hero section takes full screen height to center the logo */
.hero-section {
    height: 60vh; /* Adjust based on your 7% header height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-box {
    background-color: rgba(147, 188, 170, 0.815); /* Semi-transparent green box */
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.849);
    border-radius: 3px;
}

.logo-box img {
    width: 319px;
}

/* Description area with solid green background */
.description-section {
    color: #FFFFFF;
    background-color: #93bcaac5;
    padding: 30px 10%;
    text-align: center;
    height: auto;
    margin-bottom: 50px;
}

.description-section h2 {
    font-size: 36px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.split-section {
    display: flex;
    width: 90%;
    justify-self: center;
    height: auto; /* Adjust height based on content */
    background-color: #93bcaac5; /* Your brand green */
    color: white;
    margin-bottom: 50px;
}

/* Use flex-direction: row-reverse to flip the order easily */
.split-section.reverse {
    flex-direction: row-reverse;
}

.split-image, .split-text {
    flex: 1; /* Each side takes exactly 50% */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the half without stretching */
}

.split-text {
    padding: 1% 8%; /* Generous padding for a luxury feel */
}

.split-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.split-text p {
    line-height: 1.6;
    font-size: 14px;
}

p {
    font-size: 14px !important;
}

/* Partners Section Container */
.partners-section {
    display: flex;
    width: 90%;
    margin: 50px auto;
    gap: 40px;
    align-items: stretch;
}

/* Left Info Box - Matching your brand green with specific opacity */
.partners-info-box {
    flex: 1.2;
    background-color: #93bcaac5; /* Brand green with light tint */
    padding: 40px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
}

.partners-info-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.partners-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.partners-list li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
}

/* Right Logo Grid - 2 columns, 2 rows */
.partners-logo-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.logo-item {
    background-color: rgba(255, 255, 255, 0); /* White background for logos to pop */
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1; /* Keeps them perfectly square */
    height: 190px;
    transition: transform 0.3s ease;
}

.logo-item:hover {
    transform: scale(1.05);
}

.logo-item img {
    max-width: 90%;
    max-height: 40%;
    object-fit: contain;
}

.developer-info {
    margin-bottom: 50px;
    text-align: center;
    color: white; /* White text on concrete as per image */
}

.lang-presentation-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0 60px;
}

.lang-presentation-btns a {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    
    /* Smooth transition for both color and shadow */
    transition: all 0.3s ease-in-out;
}

.lang-presentation-btns a:hover {
    color: #333;
}

.dev-logo-box img {
    filter: invert(100%);
    height: 101px;
    margin: 20px 0;
}

.website-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .partners-section {
        flex-direction: column;
    }
    .partners-info-box, .partners-logo-grid {
        width: 100%;
    }
}

/* Container holding the link and the hidden buttons */
.nav-item-hover-container {
    top: -3px;
    position: relative;
    display: inline-block;
}

/* Base style for the buttons container */
.home-sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: rgba(147, 188, 170, 0.815); /* Solid theme green */
    min-width: 140px;
    padding: 10px 0;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

/* Trigger visibility on hover */
.nav-item-hover-container:hover .home-sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Sub-button styling */
.sub-btn {
    display: block !important;
    padding: 10px 20px !important;
    color: white !important;
    text-decoration: none;
    font-size: 0.75rem !important;
    letter-spacing: 1px;
    text-align: center;
    transition: color 0.3s ease;
}

/* Hover: Modern Grey text */
.sub-btn:hover {
    color: #A0A0A0 !important; /* Modern Grey */
}

.map-wrapper {
    position: relative; /* All children with 'absolute' will stay inside here */
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.base-map {
    width: 100%;
    height: auto;
    display: block;
}

/* Base button style */
.map-btn {
    position: absolute;
    padding: 10px 10px;
    cursor: pointer;
    background: rgba(58, 103, 83, 0); /* Your theme green */
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    box-shadow: 0 1px 0px 2px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
    transform: translate(-50%, -50%); /* Centers the button on the exact coordinate */
}

.map-btn:hover {
    background: rgba(147, 188, 170, 0.596);
    transform: translate(-50%, -55%); /* Slight lift effect */
}

.house-btn-sold:hover {
    background: rgba(177, 58, 58, 0.596) !important;
}

/* Specific Positions - Adjust these % values to fit your image */
.house1 {
    top: 64%;
    left: 30%;
}
.house2 {
    top: 63%;
    left: 35%;
}
.house3 {
    top: 61%;
    left: 39%;
}
.house4 {
    top: 59%;
    left: 43%;
}
.house5 {
    top: 57%;
    left: 46%;
}
.house6 {
    top: 56%;
    left: 49%;
}
.house7 {
    top: 54%;
    left: 52%;
}
.house8 {
    top: 59%;
    left: 56%;
}
.house9 {
    top: 61%;
    left: 52%;
}
.house10 {
    top: 63%;
    left: 49%;
}
.house11 {
    top: 64%;
    left: 46%;
}
.house12 {
    top: 66%;
    left: 42%;
}
.house13 {
    top: 68%;
    left: 38%;
}
.house14 {
    top: 70%;
    left: 34%;
}
.house15 {
    top: 71%;
    left: 29%;
}

.land1 {
    top: 83%;
    left: 54%;
}
.land2 {
    top: 79%;
    left: 62%;
}
.land3 {
    top: 79%;
    left: 71%;
}
.land4 {
    top: 67%;
    left: 57%;
}
.land5 {
    top: 67%;
    left: 63%;
}
.land6 {
    top: 65%;
    left: 69%;
}
.land7 {
    top: 67%;
    left: 75%;
}
.land8 {
    top: 59%;
    left: 73%;
}
.land9 {
    top: 55%;
    left: 77%;
}
.land10 {
    top: 54%;
    left: 82%;
}
.land11 {
    top: 48%;
    left: 80%;
}
.land12 {
    top: 58%;
    left: 54%;
}
.land13 {
    top: 55%;
    left: 59%;
}
.land14 {
    top: 53%;
    left: 64%;
}
.land15 {
    top: 50%;
    left: 68%;
}

.land16 {
    top: 48%;
    left: 72%;
}

.land17 {
    top: 45%;
    left: 76%;
}

.land18 {
    top: 48%;
    left: 53%;
}

.land19 {
    top: 46%;
    left: 58%;
}

.land20 {
    top: 43%;
    left: 64%;
}

.property-details-view {
    width: 100%;
    background-color: rgba(147, 188, 170, 0.2);
    background-size: cover;
    padding: 10px 0;
    margin: 50px;
    color: white;
    position: relative;
}

.details-inner {
    max-width: 988px;
    margin: 0 auto;
    padding: 0 40px;
}

.text-sold { color: #ff6b6b; font-weight: bold; }

.specs-container {
    margin: 40px 0;
    line-height: 0.8;
}

.specs-floors {
    display: flex;
    gap: 80px;
    margin-top: 30px;
    opacity: 0.8;
}

.gallery-slider {
    position: relative;
    width: 100%; /* Or your specific max-width */
    overflow: hidden; /* This hides the images that don't fit */
    display: flex;
    align-items: center;
}

.slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out; /* This creates the smooth slide */
    will-change: transform;
}

.gallery-img {
    width: 350px; /* Fixed width for consistent sliding */
    height: 250px;
    object-fit: cover;
    flex-shrink: 0; /* Prevents images from squishing */
    cursor: zoom-in;
}

.slider-arrow {
    position: absolute;
    z-index: 10;
    background: rgba(147, 188, 170, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Fullscreen Overlay Style */
.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.overlay-tools {
    position: absolute;
    top: 20px; right: 30px;
    display: flex; gap: 20px;
}

.overlay-tools button {
    background: none; border: none; color: white; font-size: 40px; cursor: pointer;
}

#overlayImg {
    max-width: 90%;
    max-height: 85%;
    transition: transform 0.3s ease;
}

.overlay-arrow {
    position: absolute;
    color: white; font-size: 40px; background: none; border: none; cursor: pointer;
    top: 50%; transform: translateY(-50%);
}
.prev-arrow { left: 10px; }
.next-arrow { right: 10px; }

.prev { left: 10px; }
.next { right: 10px; }

.plot-info-popup {
    display: none; /* Hidden until clicked */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(147, 188, 170, 0.85); /* Greenish transparent theme */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0px 19px 20px 20px;
    z-index: 1000;
    min-width: 300px;
    text-align: center;
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.plot-info-popup h2 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#land-sold {
    color: #ff6b6b;
}

.plot-info-popup p {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.close-popup:hover {
    color: #A0A0A0; /* Modern Grey */
}

.gallery-images {
    margin-bottom: 50px;
}

.gallery-images img{
    width: 70%;
    margin-top: 100px;
}

.contact-concrete-section {
    width: 100%;
    background: url('/assets/images/concrete_texture.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    font-weight: 100;
    color: white; /* Darker text for readability on light concrete */
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns as per image */
    grid-template-rows: repeat(2, 1fr);
    gap: 80px 100px; /* Large spacing between items */
    max-width: 900px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-icon svg {
    width: 35px;
    height: auto;
    margin-bottom: 20px;
    opacity: 0.8;
}

.contact-label {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    opacity: 0.6;
    text-transform: uppercase;
}

.contact-info {
    font-weight: lighter !important;
}

.contact-info, .contact-info a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: white;
    text-decoration: none;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-icon-img {
    width: 30px;
    filter: invert(100%);
    height: 30px;
    transition: transform 0.3s ease;
}

.social-icon-img:hover {
    transform: scale(1.1);
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}