
@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Regular.woff2') format('woff2'),
    url('fonts/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-semibold';
    src: url('fonts/Barlow-SemiBold.woff2') format('woff2'),
    url('fonts/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-medium';
    src: url('fonts/Barlow-Medium.woff2') format('woff2'),
    url('fonts/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-italic';
    src: url('fonts/Barlow-MediumItalic.woff2') format('woff2'),
    url('fonts/Barlow-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Sterling Heights Font';
    src: url('fonts/SterlingHeightsFont.woff2') format('woff2'),
    url('fonts/SterlingHeightsFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{word-wrap:break-word;}
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{border:0;font-size: 100%;margin:0;padding:0}
*{margin:0;padding:0;}
::-ms-clear{display:none;}
:focus{outline:none !important;}
textarea{resize:none;}
i,
em,
ul, ol{list-style:none;}
a, a:hover, a:visited, a:focus{text-decoration:none;}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

:root {
    /* Background Colors */
    --bg-color-1: #000;
    --bg-color-2: #fff;

    /* Text Colors */
    --text-color-1: #000;
    --text-color-2: #fff;

    /* Spacing */
    --space-xl-tb: 5vw 0;
    --space-lg-bottom: 0 0 3vw;
    --space-xl-bottom: 0 0 5vw;

    /* Font Family */
    --font-family-regular: 'Barlow', 'Montserrat', 'Noto Sans Armenian', sans-serif;
    --font-family-medium: 'Barlow-medium', 'Montserrat', 'Noto Sans Armenian', sans-serif;
    --font-family-semibold: 'Barlow-semibold', 'Montserrat', 'Noto Sans Armenian', sans-serif;
    --font-family-handwrite: 'Sterling Heights Font', 'Playfair Display', serif;

    /* Font Sizes */
    --font-size-xxs: 1.4rem;
    --font-size-xs: 1.6rem;
    --font-size-md: 2rem;
    --font-size-lg: 3rem;
    --font-size-xxl: 5.2rem;
    --font-size-xxxl: 6rem;

    /* Letter Spacing */
    --letter-spacing-default: 0.8px;
    --letter-spacing-heading1: 3px;
    --letter-spacing-heading2: 2.6px;
    --letter-spacing-heading3: 2.1px;

    /* Line Height */
    --line-height-sm: 2.2rem;
}

/* Armenian Language Typography Override */
html[lang="hy"] {
    --font-family-regular: 'Noto Sans Armenian', Arial, sans-serif;
    --font-family-medium: 'Noto Sans Armenian', Arial, sans-serif;
    --font-family-semibold: 'Noto Sans Armenian', Arial, sans-serif;
    --letter-spacing-default: 0.3px;
    --letter-spacing-heading1: 0.8px;
    --letter-spacing-heading2: 0.6px;
    --letter-spacing-heading3: 0.5px;
}

/* Russian Language Typography Override */
html[lang="ru"] {
    --font-family-regular: 'Montserrat', Arial, sans-serif;
    --font-family-medium: 'Montserrat', Arial, sans-serif;
    --font-family-semibold: 'Montserrat', Arial, sans-serif;
    --letter-spacing-default: 0.4px;
    --letter-spacing-heading1: 1.2px;
    --letter-spacing-heading2: 1px;
    --letter-spacing-heading3: 0.8px;
}

body {
    font-family: var(--font-family-regular);
    font-size: var(--font-size-xs);
    overflow-x: hidden;
    width: 100%;
}

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

.divider {
    display: block;
}

.bg_style {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.center {
    text-align: center;
}

.m_cell, .menu_btn, .menu_close {
    display: none;
}

.space_xl_tb {
    padding: var(--space-xl-tb);
}

.space_lg_bottom {
    padding: var(--space-lg-bottom);
}

.space_xl_bottom {
    padding: var(--space-xl-bottom);
}

.content {
    width: 85%;
    margin: 0 auto;
}

.basedark {
    color: var(--text-color-1);
}

.baselight {
    color: var(--text-color-2);
}

main {
    min-height: 100vh;
}

h2 {
    font-size: var(--font-size-xxxl);
    font-family: var(--font-family-semibold);
    letter-spacing: var(--letter-spacing-heading1);
    line-height: 1.2;
    text-transform: uppercase;
}

h3 {
    font-size: var(--font-size-xxl);
    font-family: var(--font-family-semibold);
    letter-spacing: var(--letter-spacing-heading2);
    line-height: 1.2;
}

h4 {
    font-size: var(--font-size-lg);
    font-family: var(--font-family-semibold);
    letter-spacing: var(--letter-spacing-heading2);
    line-height: 1.2;
}

h5 {
    font-family: var(--font-family-semibold);
    letter-spacing: var(--letter-spacing-default);
}

p {
    line-height: var(--line-height-sm);
}

a.link_module {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-md);
    font-family: var(--font-family-medium);
    letter-spacing: var(--letter-spacing-default);
    padding: 1vw 2.2vw;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 40px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

header {
    padding: 0 7.5vw;
    height: 7.8vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

header.header_scrolled {
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5);
}

#lands {
    scroll-margin-top: 0;
    padding-top: clamp(120px, 12vw, 180px);
}

#aboutUs, #contact {
    scroll-margin-top: clamp(80px, 8vw, 120px);
}

h1 {
    width: 10%;
    line-height: 0;
}

h1 a {
    display: inline-flex;
}

/* Logo Styling */
.logo_svg {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    overflow: visible;
}

.logo_why, .logo_invest {
    fill: var(--text-color-2);
    font-family: var(--font-family-semibold), sans-serif;
    font-size: 260px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

nav {
    width: 50%;
    max-width: 580px;
}

nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

nav ul li  a {
    position: relative;
    font-family: var(--font-family-medium);
    font-size: clamp(1rem, 1.1vw, 2rem);
    letter-spacing: var(--letter-spacing-default);
    text-transform: uppercase;
    padding-bottom: 0.5vw;
}

nav ul li  a, nav ul li  a:hover, nav ul li  a:visited,
a.link_module, a.link_module:visited
{
    color: var(--text-color-2);
}

a.link_module:hover {
    background-color: var(--bg-color-2);
    color: var(--text-color-1);
}

header nav ul li a:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    transition: transform .35s ease;
    background: var(--bg-color-2);
}

header nav ul li a:hover:after, header nav ul li a.active:after {
    transform: scaleX(1);
}

.header_module, .aboutUs_module > div:first-child {
    position: relative;
}

.header_module {
    height: 100vh;
}

.header_module:before, .aboutUs_module > div:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, .5);
    width: 100%;
    height: 100%;
}

.header_module > div {
    position: absolute;
    top: 0;
    left: 7.3vw;
    width: 48%;
    max-width: 820px;
    height: 100%;
    display: grid;
    place-content: center;
    gap: 1.8vw;
}

.header_module h2 {
    font-size: clamp(2.8rem, 3.4vw, 5rem);
    line-height: 1.15;
    text-transform: uppercase;
}

.header_module p {
    font-size: clamp(1.4rem, 1.1vw, 1.8rem);
    line-height: 1.65;
    opacity: 0.92;
    max-width: 680px;
}

.header_module > div a.link_module {
    justify-self: start;
    width: fit-content;
    margin-top: 0.5vw;
}

main {
    background-color: var(--bg-color-1);
}

.aboutUs_module {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
}

.aboutUs_module > div:last-child {
    width: 30vw;
    display: grid;
    gap: 2vw;
}

.aboutUs_module > div:last-child h3 {
    text-transform: uppercase;
    font-size: clamp(1.7rem, 2vw, 5.2rem);
}

.aboutUs_module > div:last-child > div {
    display: grid;
    gap: 1.2vw;
}

.aboutUs_module > div:last-child p {
    font-size: clamp(1.4rem, 1.1vw, 1.95rem);
    line-height: 1.7;
    opacity: 0.92;
}

.contact_module {
    display: grid;
    gap: 1.5vw;
    width: 50%;
    margin: 0 auto;
}

.form_layout {
    margin-bottom: 1.5vw;
}

.form_layout input,
.form_layout textarea {
    text-align: center;
    font-family: var(--font-family-regular);
    font-size: var(--font-size-xs);
    letter-spacing: var(--letter-spacing-default);
    color: #fff;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form_layout input {
    height: 3.5vw;
    min-height: 45px;
}

.form_layout textarea {
    padding: 1vw 0;
    min-height: 80px;
    line-height: var(--line-height-sm);
}

.form_layout input:focus,
.form_layout textarea:focus {
    border-bottom: 1px solid #fff;
}

::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-family-regular);
}

/* Modal Popup Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.show {
    display: flex;
    opacity: 1;
}

.modal-dialog {
    position: relative;
    width: 90%;
    max-width: clamp(410px, 26vw, 490px);
    margin: auto;
    pointer-events: auto;
    z-index: 1051;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border-radius: 14px;
    outline: 0;
    color: #000;
    padding: clamp(32px, 2.3vw, 42px) clamp(35px, 2.7vw, 50px) clamp(35px, 2.5vw, 45px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.65);
    box-sizing: border-box;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
}

.modal-body h3 {
    color: #000;
    font-size: clamp(2rem, 1.3vw, 2.3rem);
    font-family: var(--font-family-semibold);
    letter-spacing: var(--letter-spacing-heading2);
}

.modal_plot_name {
    opacity: 0.75;
    margin: 6px 0 18px;
    font-size: clamp(1.25rem, 0.9vw, 1.45rem);
    line-height: 1.4;
    color: #000;
}

.contact_modal {
    padding: 8px 0 0 0;
    width: 100%;
    box-sizing: border-box;
}

.contact_modal .contact_module {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 1.1vw, 20px);
}

.contact_modal .form_layout {
    width: 100%;
    margin-bottom: 0;
}

.contact_modal .form_layout input {
    width: 100%;
    height: 38px;
    min-height: 38px;
    font-size: clamp(1.35rem, 0.95vw, 1.55rem);
    color: #000;
    border-bottom: 1.5px solid #333;
    text-align: center;
    padding: 0 0 6px 0;
    box-sizing: border-box;
}

.contact_modal .form_layout input::placeholder {
    color: #777;
    font-family: var(--font-family-regular);
    text-align: center;
}

.contact_modal .form_layout input:focus {
    border-bottom: 2px solid #000;
}

#contactModal h3 {
    text-transform: uppercase;
    padding-top: 0.3vw;
}

.close_btn {
    position: absolute;
    right: 18px;
    top: 18px;
    opacity: 1;
    z-index: 10;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 6px;
}

.close_icon {
    background-image: url(../images/close_btn.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.contact_module button[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #fff;
    font-family: var(--font-family-semibold);
    letter-spacing: var(--letter-spacing-heading3);
    font-size: var(--font-size-md);
    text-transform: uppercase;
    padding: 0.5vw 3vw;
    margin: 1.3vw 0 0;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #fff;
    transition: 0.4s ease;
}

.contact_modal button[type=submit] {
    background-color: #000;
    border: 1.5px solid #000;
    color: #fff;
    padding: clamp(11px, 0.8vw, 14px) clamp(35px, 2.5vw, 50px);
    font-size: clamp(1.3rem, 0.9vw, 1.5rem);
    font-family: var(--font-family-semibold);
    letter-spacing: var(--letter-spacing-heading3);
    text-transform: uppercase;
    margin: 10px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact_module button[type=submit]:hover {
    background-color: var(--bg-color-2);
    color: var(--text-color-1);
}

.contact_modal button[type=submit]:hover {
    background-color: transparent;
    color: #000;
}

/* Swiper Slider Overlay for Detail Pages */
.pr_slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.pr_slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: clamp(140px, 16vw, 220px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.pr_slide .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* Swiper Pagination Bullets override */
.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 0.6;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1vw;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    border-color: #fff;
}

.success_wrapper {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}

.success_message {
    line-height: 1.6;
    max-width: 90%;
    justify-self: center;
    margin: 0 auto;
    text-align: center;
}

footer {
    background-color: var(--bg-color-1);
    padding: 3vw 0;
}

footer > div {
    display: grid;
    gap: 1vw;
}

.social {
    display: flex;
    justify-content: center;
    gap: 1.3vw;
}

.social a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.social a svg {
    width: var(--font-size-md);
    height: var(--font-size-md);
    fill: currentColor;
}

.social a:hover {
    opacity: .7;
}

.social a i {
    font-size: var(--font-size-md);
}

footer p {
    font-size: var(--font-size-xxs);
}

.header_module, .pr_module {
    overflow: hidden;
}

.header_module img {
    opacity: .5;
    transform: scale(1.1);
    transform-origin: center;
    width: 100%;
}

.header_module img.has_animated {
    opacity: .5;
    transform: scale(1);
    transition-delay: 0s;
    transition-duration: 3s;
    transition-property: opacity, transform;
    transition-timing-function: ease;
}

.link_module {
    opacity: 1;
    transform: translateX(0);
}

.top_space {
    padding-top: 10vw;
}

.pr_module {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 6vw 3vw;
}

a.pic_module {
    position: relative;
    display: inline-flex;
    height: 28vw;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.pr_module > div {
    text-transform: uppercase;
    display: grid;
    gap: 16px;
}

.pr_info {
    display: grid;
    gap: 7px;
}

.pr_info a,
.pr_info a:visited,
.pr_info a:active,
.pr_info a:focus {
    color: #fff;
    text-decoration: none;
}

.pr_info > div {
    display: flex;
    gap: 0.5vw;
}

.pr_info > div:first-child a {
    display: block;
    font-size: clamp(1.8rem, 1.25vw, 2.3rem);
    line-height: 1.25;
    color: #fff;
}

.pr_info h5 {
    font-size: clamp(1.45rem, 0.95vw, 1.75rem);
    line-height: 1.35;
    opacity: 0.85;
}

.pr_info > div:nth-child(3) {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

.pr_info > div:nth-child(3) span {
    opacity: 0.6;
    font-size: clamp(1.3rem, 0.9vw, 1.55rem);
}

.pr_info > div:nth-child(3) p {
    font-size: clamp(1.4rem, 0.9vw, 1.65rem);
}

.pr_btn_module {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    place-items: center;
    width: 100%;
    height: 100%;
    display: grid;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.pic_module:hover .pr_btn_module {
    opacity: 1;
}

.pr_btn_module > div {
    display: flex;
    gap: 2vw;
}

.pr_btn_module button {
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 2vw;
    font-family: var(--font-family-semibold);
    letter-spacing: var(--letter-spacing-default);
    padding: 0.8vw 3vw;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pr_btn_module button:hover {
    background-color: #fff;
    color: #000;
}

.pr_btn_module button:hover i {
    color: #000;
}

.pr_info > div.pr_actions_wrap {
    display: flex;
    align-items: center;
    gap: clamp(24px, 1.8vw, 36px);
    margin-top: 6px;
}

.pr_actions_row1 {
    display: flex;
    align-items: center;
    gap: clamp(24px, 1.8vw, 36px);
}

.pr_actions_row2 {
    display: flex;
    align-items: center;
}

.pr_action_link {
    text-transform: uppercase;
    font-size: clamp(1.4rem, 0.9vw, 1.6rem);
    font-family: var(--font-family-semibold);
    letter-spacing: var(--letter-spacing-default);
    color: var(--text-color-2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s ease;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

.pr_action_link:hover {
    opacity: 0.8;
}

.pr_action_link i {
    margin: 0;
}

.pr_view_details_link {
    display: none; /* Hidden on desktop, desktop uses image hover overlay */
}

.pr_info a.pr_more_btn:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.pr_info a.pr_more_btn:hover i {
    color: #000;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    height: 100vh;
}

.am_icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5vw 2vw;
}

.am_icons li {
    display: grid;
    place-items: center;
    gap: 1vw;
}

.am_icons svg {
    width: 5vw;
}

/* Base Specifications / Amenities (Desktop 4-column) */
.spec_icons_grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 30px;
    align-items: start;
}

.spec_icons_grid li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.spec_icon_svg_wrap {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.spec_icon_svg {
    fill: #fff;
    width: 42px;
    height: 42px;
    max-height: 42px;
    object-fit: contain;
}

.spec_label {
    font-family: var(--font-family-semibold);
    font-size: 1.55rem;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-default);
    margin-bottom: 8px;
    min-height: 24px;
    line-height: 1.3;
    display: block;
}

.spec_value {
    font-size: 1.48rem;
    line-height: 1.55;
    opacity: 0.85;
    text-align: center;
    padding: 0;
    max-width: 280px;
    display: block;
}

/* ==========================================================================
   Mobile Responsiveness (Media Queries)
   ========================================================================== */

@media screen and (max-width: 768px) {
    :root {
        --font-size-xxl: 2.3rem;
        --font-size-xxxl: clamp(2.35rem, 6.4vw, 2.9rem);
        --space-xl-tb: 12vw 0;
    }

    h2 {
        font-size: clamp(2.35rem, 6.4vw, 2.9rem);
        line-height: 1.34;
        letter-spacing: 0.03em;
        word-break: keep-all;
        overflow-wrap: normal;
        hyphens: none;
    }

    /* Header & Mobile Menu */
    header {
        height: 80px;
        padding: 0 7.5vw;
        background: transparent; /* Transparent by default, JS controls background color */
    }

    h1 {
        width: 75px;
        margin-left: 6px; /* Offset SVG internal text centering spacing */
    }

    .m_cell {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: var(--text-color-2);
        font-size: 2.4rem;
        width: 44px;
        height: 44px;
    }

    .menu_btn {
        display: inline-flex;
        z-index: 5;
        margin-right: -10px; /* Offset icon centering inside 44px touch target */
    }

    nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 75%;
        height: 100vh;
        background: #0d0d0d;
        z-index: 10;
        padding: 80px 8vw 40px;
        box-sizing: border-box;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        display: block;
    }

    header.menu_open nav {
        transform: translateX(0);
    }

    .menu_close {
        position: absolute;
        top: 18px;
        right: 7.5vw;
        margin-right: -10px; /* Offset icon centering inside 44px touch target */
    }

    nav ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
        width: 100%;
    }

    nav ul li a {
        font-size: 2.2rem;
        display: inline-block;
    }

    /* Hero / Header Module */
    .header_module {
        height: 100vh;
    }

    .header_module > div {
        left: 7.5vw;
        width: 85%;
        gap: 24px;
    }

    .header_module h2 {
        font-size: clamp(2.45rem, 7vw, 3.1rem);
        line-height: 1.28;
        letter-spacing: 0.03em;
        word-break: keep-all;
        overflow-wrap: normal;
        hyphens: none;
        max-width: 100%;
        text-wrap: balance;
    }

    .header_module p {
        font-size: 1.45rem;
        line-height: 1.6;
    }

    /* About Us */
    .aboutUs_module {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .aboutUs_module > div:last-child {
        width: 100%;
    }

    /* Projects Grid */
    .top_space {
        padding-top: 130px; /* 80px header + 50px gap */
    }

    .pr_module {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .pr_module > div {
        gap: 12px; /* Gap between image and text block */
    }

    .pr_info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        width: 100%;
        gap: 8px; /* Uniform 8px vertical spacing */
    }

    .pr_info a,
    .pr_info a:visited,
    .pr_info a:active,
    .pr_info a:focus {
        color: #fff;
        text-decoration: none;
    }

    .pr_info > div {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
    }

    .pr_info > div:first-child a {
        font-size: 1.85rem;
        line-height: 1.4;
        letter-spacing: 0.02em;
        display: block;
        color: #fff;
        text-align: left;
        margin: 0;
    }

    .pr_info h5 {
        font-size: 1.35rem;
        line-height: 1.38;
        opacity: 0.85;
        letter-spacing: 0.03em;
        text-align: left;
        margin: 0;
    }

    .pr_info > div:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin: 0;
    }

    .pr_info > div:nth-child(3) p {
        font-size: 1.35rem;
        margin: 0;
        text-align: left;
    }

    a.pic_module {
        height: 240px;
    }

    .pr_btn_module {
        display: none;
    }

    .pr_info > div.pr_actions_wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        gap: 2.5vw;
        margin-top: 0;
    }

    .pr_actions_row1 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        gap: 20px;
    }

    .pr_actions_row1 a.pr_view_details_link {
        display: inline-flex;
    }

    .pr_actions_row2 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .pr_action_link {
        font-size: 1.35rem;
        gap: 7px;
        display: inline-flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.88);
        text-transform: uppercase;
        font-family: var(--font-family-semibold);
        letter-spacing: var(--letter-spacing-default);
        text-align: left;
    }

    .pr_action_link i {
        font-size: 1.15rem;
        color: #fff;
    }

    /* Project Page & Amenities */
    .am_icons {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 15px;
    }

    .am_icons svg {
        width: 45px;
    }

    /* Contact Form */
    .contact_module {
        width: 95%;
        gap: 20px;
    }

    .form_layout input {
        height: 45px;
        font-size: 1.5rem;
    }

    .contact_module button[type=submit] {
        padding: 12px 40px;
        font-size: 1.6rem;
    }

    /* Footer */
    footer {
        padding: 30px 0;
    }

    .social {
        gap: 20px;
    }

    .social a i {
        font-size: 2.4rem;
    }

    .social a svg {
        width: 2.4rem;
        height: 2.4rem;
    }

    #lands {
        scroll-margin-top: 0;
    }

    #aboutUs, #contact {
        scroll-margin-top: 40px;
    }

    /* Modal / Contact Pop-up Spacing */
    #contactModal .modal-dialog {
        width: 92%;
        max-width: 380px; /* Increased from 320px to fit success message in 2 lines */
        margin: 80px auto; /* Center horizontally and push down from header */
    }

    .contact_modal {
        padding: 20px 15px 30px; /* Reduced side padding to give text more space */
    }

    #contactModal h3 {
        padding-top: 15px;
        font-size: 2rem; /* slightly smaller to fit well with new width */
        letter-spacing: 1.5px;
    }

    .close_btn {
        top: 15px;
        right: 15px;
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .close_icon {
        width: 16px;
        height: 16px;
        background-size: contain;
    }

    .form_layout {
        margin-bottom: 15px;
    }

    .contact_modal button[type=submit] {
        margin-top: 15px;
        padding: 12px 35px;
        font-size: 1.6rem;
    }

    /* Footer Spacing */
    footer > div {
        gap: 15px; 
    }

    /* Land Details on Mobile */
    .detail_header_wrap {
        margin-bottom: 12px;
        gap: 10px;
    }

    .detail_header_wrap h2 {
        font-size: clamp(2.35rem, 6.4vw, 2.9rem);
        line-height: 1.32;
        word-break: keep-all;
        hyphens: none;
    }

    .land_price {
        font-size: 2.2rem;
    }

    .land_area_label {
        font-size: 1.45rem;
        margin-bottom: 18px;
    }

    .land_description {
        font-size: 1.45rem;
        line-height: 1.6;
    }

    .land_actions_wrap {
        margin-top: 25px;
        gap: 12px;
    }

    .land_action_btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 1.35rem;
    }

    .spec_icons_grid {
        grid-template-columns: 1fr;
        gap: 36px;
        max-width: 380px;
        margin: 0 auto;
    }

    .spec_icon_svg_wrap {
        height: 44px;
        margin-bottom: 10px;
    }

    .spec_icon_svg {
        width: 40px;
        height: 40px;
    }

    .spec_label {
        font-size: 1.45rem;
        word-break: keep-all;
        margin-bottom: 8px;
        letter-spacing: 0.05em;
    }

    .spec_value {
        font-size: 1.35rem;
        line-height: 1.5;
        max-width: 320px;
    }

    #aboutUs, #contact {
        scroll-margin-top: 10vw;
    }

    a.link_module {
        font-size: clamp(1.25rem, 3.8vw, 1.45rem);
        padding: 12px 24px;
        white-space: nowrap;
        max-width: 100%;
    }

    .aboutUs_module > div:last-child {
        gap: 5vw;
    }

    .space_lg_bottom {
        padding: 0 0 4.5vw;
    }

    .space_xl_bottom {
        padding: 0 0 8vw;
    }

    .success_wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    .success_message {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 1.5;
        max-width: 100%;
    }

    .swiper-horizontal > .swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 15px;
    }
}



/* ==========================================================================
   Language Switcher (Dark Luxury)
   ========================================================================== */
.lang_switcher_wrap {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 3px;
    gap: 3px;
    z-index: 4;
}

.lang_btn {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-family-semibold);
    font-size: clamp(0.9rem, 0.9vw, 1.3rem);
    letter-spacing: 0.05em;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
}

.lang_btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.lang_btn.active {
    background: #fff;
    color: #000;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 768px) {
    .lang_switcher_wrap {
        margin-right: 12px;
        padding: 2px;
        gap: 2px;
    }
    .lang_btn {
        padding: 4px 8px;
        font-size: 1.1rem;
    }
}

/* Land Details Page */
.detail_header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.detail_header_wrap h2 {
    margin: 0;
}

.land_price {
    margin: 0;
    color: #fff;
    font-size: var(--font-size-lg);
}

.land_area_label {
    opacity: 0.85;
    margin-bottom: 24px;
    font-size: 1.6rem;
}

.land_description {
    font-size: 1.65rem;
    line-height: 1.65;
    opacity: 0.92;
    max-width: 950px;
}

.land_actions_wrap {
    margin-top: 35px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.land_action_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 1.45rem;
    padding: 12px 28px;
    transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease !important;
}

.land_action_btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.land_action_btn:hover i {
    color: #000 !important;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .spec_icons_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 20px;
    }
}

/* Footer styles */
.footer_email_wrap {
    margin: 10px 0;
}

.footer_email_link {
    color: inherit;
    text-decoration: none;
    font-size: var(--font-size-xxs);
}

.tiktok_icon_svg {
    width: var(--font-size-md);
    height: var(--font-size-md);
    fill: currentColor;
}

/* Form status messages */
.success_icon_wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.success_icon_wrap i {
    color: inherit;
}

.modal-content .success_icon_wrap {
    background-color: #000;
    color: #fff;
}

.success_subtext {
    margin-top: 0.5rem;
    opacity: 0.8;
}

.form_error_box {
    color: #ff4d4d;
    text-align: center;
    margin-bottom: 1rem;
    grid-column: 1 / -1;
}

.form_submit_box {
    grid-column: 1 / -1;
}

/* Large Desktop Optimizations (1920px and above) */
@media (min-width: 1600px) {
    /* Header Nav clean grouping & typography */
    nav {
        width: 44%;
        max-width: 640px;
    }

    nav ul li a {
        font-size: 1.85rem;
        letter-spacing: 1px;
    }

    .lang_switcher_wrap {
        padding: 4px;
        gap: 4px;
    }

    .lang_btn {
        font-size: 1.35rem;
        padding: 5px 12px;
    }

    /* Hero typography */
    .header_module > div {
        max-width: 900px;
        gap: 24px;
    }

    .header_module h2 {
        font-size: 4.8rem;
        line-height: 1.18;
    }

    .header_module p {
        font-size: 2rem;
        line-height: 1.65;
        max-width: 780px;
        opacity: 0.94;
    }

    a.link_module {
        font-size: 1.75rem;
        padding: 14px 34px;
    }

    /* Plot Cards Typography & Spacing on 1920px */
    .pr_module {
        gap: 5.5vw 3.5vw;
    }

    .pr_module > div {
        gap: 28px;
    }

    .pr_info {
        gap: 14px;
    }

    .pr_info > div:first-child a {
        font-size: 2.3rem;
        line-height: 1.25;
    }

    .pr_info h5 {
        font-size: 1.7rem;
        line-height: 1.35;
        opacity: 0.88;
    }

    .pr_info > div:nth-child(3) {
        gap: 12px;
    }

    .pr_info > div:nth-child(3) p {
        font-size: 1.65rem;
    }

    .pr_info > div:last-child {
        gap: 26px;
        margin-top: 10px;
    }

    .pr_info button, 
    .pr_info > div:last-child a {
        font-size: 1.55rem;
        gap: 7px;
    }

    .pr_info button i, 
    .pr_info > div:last-child a i {
        font-size: 1.5rem;
        margin: 0;
    }

    .pr_more_wrap a.pr_more_btn {
        font-size: 1.5rem;
        padding: 10px 24px;
    }

    /* About Us on 1920px */
    .aboutUs_module > div:last-child {
        width: 33vw;
        gap: 26px;
    }

    .aboutUs_module > div:last-child h3 {
        font-size: 3.2rem;
        line-height: 1.25;
    }

    .aboutUs_module > div:last-child p {
        font-size: 1.95rem;
        line-height: 1.7;
        opacity: 0.94;
    }

    /* Contact Form Placeholders & Inputs on 1920px */
    .form_layout input,
    .form_layout textarea {
        font-size: 1.85rem;
        height: auto;
        min-height: 48px;
        padding: 4px 10px 10px;
        border-bottom-width: 1.5px;
    }

    .form_layout input::placeholder,
    .form_layout textarea::placeholder {
        font-size: 1.85rem;
    }

    .contact_module button[type=submit] {
        font-size: 1.75rem;
        padding: 14px 48px;
        margin-top: 24px;
    }

    /* Footer on 1920px */
    footer {
        padding: 4vw 0 3vw;
    }

    footer > div {
        gap: 16px;
    }

    .social {
        gap: 24px;
        margin-bottom: 8px;
    }

    .social a svg,
    .social a i {
        font-size: 2.3rem;
        width: 2.3rem;
        height: 2.3rem;
    }

    .footer_email_link {
        font-size: 1.75rem;
    }

    footer p {
        font-size: 1.65rem;
        opacity: 0.88;
    }

    /* Land Details Page on 1920px */
    .detail_header_wrap h2 {
        font-size: 4.2rem;
        line-height: 1.2;
    }

    .land_price {
        font-size: 3.4rem;
    }

    .land_area_label {
        font-size: 1.85rem;
        margin-bottom: 30px;
    }

    .land_description {
        font-size: 1.95rem;
        line-height: 1.7;
        max-width: 1200px;
        opacity: 0.94;
    }

    .land_actions_wrap {
        margin-top: 45px;
        gap: 20px;
    }

    .land_action_btn {
        font-size: 1.65rem;
        padding: 14px 34px;
    }

    .spec_icons_grid {
        gap: 60px 40px;
    }

    .spec_icon_svg_wrap {
        height: 56px;
        margin-bottom: 18px;
    }

    .spec_icon_svg {
        width: 48px;
        height: 48px;
        max-height: 48px;
    }

    .spec_label {
        font-size: 1.85rem;
        min-height: 28px;
        margin-bottom: 12px;
    }

    .spec_value {
        font-size: 1.75rem;
        line-height: 1.6;
        max-width: 320px;
    }
}
