* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
body {
padding-top: 70px; /* Match the header height */
}
/* Basic Header Styles */
/* Basic Header Styles */
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
height: 70px;
background-color: #7d6c45;
color: white;
position: fixed; /* Make the header fixed */
top: 0; /* Position it at the top */
left: 0;
width: 100%; /* Ensure full width */ 
z-index: 1000; /* Ensure it stays above other content */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow effect */
}

/* Logo Styling */
.logo-container img {
max-width: 150px;
height: auto;
}

/* Hamburger Icon */
.hamburger {
font-size: 30px;
cursor: pointer;
display: none;
color: white;
background: none;
border: none;
}

/* Navigation for Desktop */
.nav-container {
display: flex;
height: 100%;
}

.navigation {
display: flex;
list-style: none;
height: 100%;
margin-right: 288px;
}

.navigation li {
height: 100%;
display: flex;
align-items: center;
}

.navigation a {
color: white;
text-decoration: none;
padding: 0 15px;
height: 100%;
display: flex;
align-items: center;
transition: background-color 0.3s;
font-family: helvetica;
}

.navigation a:hover {
background-color: #21341f;
}
.close-icon{
display: none;
}


.card0{
margin-top: 98px;
}

/* .card1{
transform: translate(0px, 32px) !important;
} */
/* Responsive Design */
@media (max-width: 768px) {
.header {
padding: 10px 20px;
}

/* Show Hamburger Icon */
.hamburger {
display: block;
margin-top: -70px;
margin-right: 280px;
}
.header-li{
background-color: #ffffff00 !important;
}

/* Hide Navigation by Default */
.nav-container {
position: fixed;
top: 0;
left: -100%;
width: 80%;
height: 100%;
background-color: #7d6c45;
display: flex;
flex-direction: column;
text-align: center;
z-index: 1000;
transition: left 0.3s ease-in-out;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
}

.navigation {
flex-direction: column;
padding: 0;
width: 100%;
margin-top: 50px;
}

.navigation li {
padding: 15px 0;
width: 100%;
}

.navigation a {
display: block;
width: 100%;
padding: 15px;
text-align: center;
font-size: 18px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navigation a:hover {
background-color: rgba(255, 255, 255, 0.2);
}

/* Show Menu When Active */
.nav-container.show {
left: 0;
}

/* Close Icon */
.close-icon {
font-size: 30px;
color: white;
position: absolute;
right: 20px;
top: 15px;
cursor: pointer;
display: block;
}
}

/* 2nd main  */

.mainsec {
    width: 100%;
}


.about-section {
    background-color: #8b7959;
    padding: 60px 20px;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
}

.about-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: helvetica; 
}

.about-description {
    max-width: 1000px;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 16px;
    font-family: helvetica;
}

.property-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.property-card {
    background-color: #21341f;
    border-radius: 25px;
    width: 320px;
    padding: 20px;
    margin-bottom: 20px;
}

.property-image {
    width: 100%;
    height: 180px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 15px;
}

.property-type {
    font-size: 28px;
    font-style: italic;
    margin-bottom: 20px;
    color: white;
    font-family: "Fraunces", serif;
    font-weight: 100    ;
}

.property-details {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 10px;
}

.property-size {
    flex: 1;
    padding: 15px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    /* font-weight: bold; */
    font-weight: 100;
    /* font-family: "Fraunces", serif; */

}

.property-price {
    flex: 1;
    padding: 15px 0;
    /* font-weight: bold; */
    font-weight: 100;
}

@media (max-width: 768px) {
    .property-cards {
        flex-direction: column;
        align-items: center;
    }

    .property-card {
        width: 100%;
        max-width: 350px;
    }
}

.highlights-section {
    background-color: #21341f;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: white;
}

.bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 316px;
    background-color: #d3c9b7;
    /* clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 50%); */
    clip-path: circle(100% at 50% 340%);
    z-index: 1;
}

.content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}
.map-heading{
font-family: "Helvetica Now Display";
}
.highlights-title {
    font-size: 36px;
    font-weight: 600;
    font-family: "Helvetica Now Display";
    margin-bottom: 10px;
}
.nearme{
color: #FFF;

/* text-align: center; */
/* H3 */
font-family: Helvetica, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 36px; /* 150% */
letter-spacing: -0.12px;
}
.near{
margin-right: 1096px;
padding: 26px   ;
}
.highlights-subtitle {
    font-size: 36px;
    /* font-style: italic; */
    font-family: "Helvetica Now Display";
    font-weight: 300;
    margin-bottom: 30px;
}

.highlights-description {
    max-width: 800px;
    margin: 0 auto 50px;
    font-family: Helvetica, sans-serif;
    line-height: 1.6;
}

.landmarks-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.landmark-card {
    position: relative;
    width: 250px;
    height: 350px;
    border-radius: 25px;
    overflow: hidden;
}

.landmark-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landmark-label {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(70, 120, 80, 0.85);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    min-width: 180px;
    text-align: center;
}

.highlight-note {
    margin-top: 30px;
    color: #b16821;
    font-weight: 500;
    font-family:  Helvetica, sans-serif;
}

@media (max-width: 768px) {
    .landmarks-container {
        flex-direction: column;
        align-items: center;
    }

    .landmark-card {
        width: 100%;
        max-width: 300px;
        height: 250px;
    }

    .bottom-shape {
        height: 60px;
    }
}

.gallery-container {
    width: 100%;
    padding: 20px 0;
    background-color: #f0f0f0;
}

.gallery-title {
    text-align: center;
    color: #2c3e2e;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 15px;
}

.gallery-item {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-label {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(64, 103, 68, 0.85);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .gallery-item {
        max-width: 100%;
    }
    
    .solitarian-luxury-text{
       font-size:52px; 
    }
}

.floor-plans-container {
    width: 100%;
    padding: 20px 0 40px;
}

.floor-plans-title {
    text-align: center;
    margin-bottom: 30px;
}

.floor-plans-title h1 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}

.floor-plans-title h1 span {
    font-style: italic;
    font-weight: 300;
}

.tabs-container {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.phase-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

.phase-tab {
    padding: 10px 30px;
    cursor: pointer;
    position: relative;
}

.phase-tab:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 0.5);
}

.phase-tab.active {
    color: white;
}

.phase-tab:not(.active) {
    color: #b09d65;
}

.type-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.type-tab {
    padding: 10px 30px;
    cursor: pointer;
    position: relative;
}

.type-tab:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 0.5);
}

.type-tab:not(.active) {
    color: #b09d65;
}

.tab-lines {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: -1;
}

.left-line {
    position: absolute;
    left: 0;
    top: 70px;
    width: 30%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.left-vertical-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.3);
}

.right-line {
    position: absolute;
    right: 0;
    top: 150px;
    width: 60%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.right-vertical-line {
    position: absolute;
    right: 0;
    top: 80px;
    width: 1px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.3);
}

.floor-plan-content {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    margin: 20px auto;
    width: 90%;
    max-width: 1200px;
}

.floor-plan-image {
    width: 50%;
    background-color: #fffadc;
    padding: 10px;
    border-radius: 5px;
}

.floor-plan-image img {
    width: 100%;
    height: auto;
}

.floor-plan-details {
    width: 50%;
    padding-left: 30px;
    color: #333;
}

.floor-plan-details h2 {
    color: #333;
    margin-top: 0;
    font-size: 28px;
    font-weight: normal;
}

.floor-plan-details h3 {
    color: #b09d65;
    font-weight: normal;
    margin-top: 5px;
}

.specs-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.specs-table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.specs-table td {
    padding: 15px 10px;
}

.specs-table td:last-child {
    text-align: right;
    font-weight: 500;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 5px;
    cursor: pointer;
}

.pagination-dot.active {
    background-color: white;
}

.location-container {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #21341f;
    margin-top: -4px;
}

.location-header {
    text-align: center;
    margin-bottom: 40px;
}

.location-header h2 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}

.location-header h2 span {
    color: #e2c675;
    font-style: italic;
    font-weight: 300;
}

.location-content {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: space-between;
}

.location-advantages {
    width: 55%;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}

.advantage-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2c675;
}

.advantage-icon i {
    font-size: 24px;
}

.advantage-text {
    flex: 1;
}

.advantage-title {
    font-size: 18px;
    margin-bottom: 5px;
    color: white;
}

.advantage-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

.location-map {
    width: 40%;
}

.location-maps {
    width: 20%;
}

.map-container {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.map-containers {
    width: 120%;
    height: 100%;
    /* background-color: #f0f0f0; */
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    padding: 10px;
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Icon placeholders */
.icon-circuit {
    display: inline-block;
    width: 30px;
    height: 20px;
    border: 2px solid #e2c675;
    position: relative;
}

.icon-airport {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
}

.icon-airport:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #e2c675;
    transform: rotate(45deg);
    top: 10px;
    left: 0;
}

.icon-metro {
    display: inline-block;
    width: 30px;
    height: 20px;
    border-top: 2px solid #e2c675;
    position: relative;
}

.icon-education {
    display: inline-block;
    width: 25px;
    height: 20px;
    border: 2px solid #e2c675;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.icon-education:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    background-color: #e2c675;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px 5px 0 0;
}

.contact-container {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background-color: #80808017;
}

.contact-header {
    text-align: center;
    margin-bottom: 15px;
    font-family:  Helvetica, sans-serif;
}

.contact-header h2 {
    font-size: 36px;
    color: #2d3c2e;
    margin: 0;
    font-weight: 600;
}

.contact-subheader {
    text-align: center;
    color: #777;
    margin-bottom: 30px;
    max-width: 600px;
    line-height: 1.5;
    font-family:  Helvetica, sans-serif;
}

.form-container {
    background-color: white;
    border-radius: 8px;
    padding: 40px;
    width: 100%;
    max-width: 1100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.form-group {
    width: 31%;
}

.form-control {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    font-size: 16px;
}

.form-control:focus {
    border-bottom: 2px solid #2d3c2e;
}

.form-label {
    font-size: 16px;
    color: #555;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.checkbox-input {
    margin-top: 3px;
    margin-right: 10px;
}

.checkbox-label {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    font-family:  Helvetica, sans-serif;
}

.form-button {
    display: flex;
    justify-content: flex-end;
}

.submit-btn {
    background-color: #2d3c2e;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #1e291f;
}

@media (max-width: 768px) {
    .form-group {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .form-container {
        padding: 30px 20px;
    }
    .left-section {
    flex: 1;
    min-width: 316px !important;
}
.location-map
{
    display: none !important;
}
}

.footer {
    background-color: #1d3a1d;
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-section {
    flex: 1;
    min-width: 600px;
    margin-right: 500px;
}

.right-section {
    flex: 1;
    min-width: 300px;
}

.heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.logo-container {
    margin: 20px 0;
}

.logo {
    max-width: 400px;
}

.project-info {
    margin-bottom: 20px;
}

.address {
    line-height: 1.5;
    margin-bottom: 20px;
}

.disclaimer-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    width: fit-content;
}

.disclaimer-text {
    line-height: 1.6;
    font-size: 14px;
}

.contact-heading {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact-info {
    margin-bottom: 15px;
    line-height: 1.5;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    color: white;
    font-size: 24px;
}

.bottom-bar {
    display: flex;
    justify-content: space-between;
    padding: 15px 50px;
    background-color: #1a331a;
    color: white;
    font-size: 14px;
}

a {
    color: white;
    text-decoration: none;
}

/*a:hover {*/
/*    text-decoration: underline;*/
/*}*/
@media screen and (max-width: 768px) {
.header {
display: flex;
flex-direction: column;
align-items: center;
padding: 10px;
}
.solitarian-luxury-text{
font-size:52px !important;
}
.logo-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}

.logo-container img {
max-width: 150px;
height: auto;
        margin-top: -10px;
}

.nav-container {
width: 100%;
text-align: center;
margin-top: 10px;
}

.navigation {
display: flex;
flex-direction: column;
gap: 10px;
padding: 0;
}

.navigation li {
list-style: none;
}

.navigation li a {
display: block;
padding: 10px;
background-color: #f8f9fa;
border-radius: 5px;
text-decoration: none;
color: #333;
}

.navigation li a:hover {
background-color: #ddd;
}
}

.popup-container {
    display: none; /* Initially hidden */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 980px;
    width: 100%;
    height: 530px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1000;
}

.form-section {
    width: 42%;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.image-section {
    width: 58%;
    background-color: #333;
    position: relative;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-text {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.form-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}

.form-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}

.form-label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.form-label .required {
    color: #ff4d4d;
    margin-left: 3px;
}

.form-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}

.submit-button {
    background-color: #111;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #333;
}

.terms-text {
    font-size: 14px;
    color: #777;
    margin-top: 15px;
}

.terms-link {
    color: #3498db;
    text-decoration: none;
}

.terms-link:hover {
    text-decoration: underline;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
    z-index: 10;
}

.f1-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: auto;
}

.arrow-indicators {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 5px;
}

.arrow {
    color: #ff6600;
    font-size: 28px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.blue-arrow {
    color: #3498db;
}
.mainsec{
width: 100%;
}
@keyframes showPopup {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styling */
@media (min-width: 768px) {
    .popup-container {
        flex-direction: row;
        max-width: 900px;
        width: 100%;
        display:none !important;
    }

    .image-section {
        width: 50%;
    }

    .form-section {
        width: 50%;
        padding: 40px;
    }

    .form-title {
        font-size: 28px;
    }

    .overlay-text {
        font-size: 28px;
    }}
    
      .floating-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.floating-icons a {
    width: 50px;
    height: 50px;
    background-color: #7d6c45; /* WhatsApp Green */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    text-decoration: none;
}

.floating-icons a:hover {
    transform: scale(1.1);
}

.call-icon {
    background-color: #34b7f1; /* Blue for Call */
}

.floating-icons img {
    width: 30px;
    height: 30px;
}

/* Media Query for smaller screens */
@media (max-width: 768px) {
    .floating-icons {
        right: 10px;
        bottom: 15px;
    }

    .floating-icons a {
        width: 45px;
        height: 45px;
    }

    .floating-icons img {
        width: 28px;
        height: 28px;
    }
}

.solitarian-container {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
font-family: 'Georgia', serif;
}

/* Header section */
.solitarian-header {
text-align: center;
margin-bottom: 40px;
padding: 0 15px;
}

#solitarian-unleashing-title {
font-size: 36px;
font-weight: normal;
margin-bottom: 10px;
color: #3c5a3c;
}

.solitarian-luxury-text {
font-style: italic;
font-weight: 400;
font-family:"Luxurious Script", cursive;
font-size: 86px;
color: #557552;

}

/* Description */
.solitarian-project-description {
text-align: center; 
max-width: 800px;
margin: 0 auto 50px;
line-height: 1.6;
color: #695c4e;
font-family: helvetica;
padding: 0 15px;
}

/* Amenities section */
.marquee-wrapper {
width: 90%; 
overflow: hidden;
margin-left: 194px;
position: relative;
top: -218px;
}

.solitarian-amenities-cards {
display: flex;
gap: 15px;
}

.solitarian-amenity-card {
background-color: #8b5a2b;
color: white;
border-radius: 10px;
padding: 25px 15px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 150px;
/* align-self: stretch; */
word-wrap: break-word;  
min-height: 180px;
flex: 0 0 auto;
}

.solitarian-amenity-icon {
font-size: 70px;
margin-bottom: 12px;
color: #ffd700;
}

.solitarian-amenity-name {
font-size: 14px;
line-height: 1.4;
}

/* Optional: Pause marquee on hover */
marquee:hover {
animation-play-state: paused;
-webkit-animation-play-state: paused;
}

/* Hide the popup initially */
.popup-container-responsive {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
max-width: 600px;
background: white;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
z-index: 1000;
}

/* Responsive styles */
@media (max-width: 768px) {
.popup-container-responsive {
width: 95%;
padding: 15px;
}

.form-section-responsive, .image-section-responsive {
flex-direction: column;
}

.form-input-responsive {
width: 100%;
margin-bottom: 10px;
}

.submit-button-responsive {
width: 100%;
}

.image-section-responsive img {
width: 100%;
height: auto;
}
}

/* Additional styles for the form */
/* Popup Container */
.popup-container-responsive {
display: none; /* Hidden by default */
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
max-width: 1020px; /* Adjust as needed */
background: white;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
border-radius: 2px;
overflow: hidden;
z-index: 1000;
animation: fadeIn 0.5s ease-in-out; /* Fade-in animation */
}

@keyframes fadeIn {
from {
opacity: 0;
transform: translate(-50%, -60%);
}
to {
opacity: 1;
transform: translate(-50%, -50%);
}
}

/* Popup Content - Split Layout */
.popup-content-responsive {
display: flex;
height: 100%;
}

/* Form Section */
.form-section-responsive {
flex: 1;
padding: 30px;
background: #f9f9f9;
font-family:cursive;
}

.form-title-responsive {
font-size: 28px;
margin-bottom: 10px;
color: #333;
font-family: Fraunces;
}

.form-subtitle-responsive {
font-size: 16px;
color: #666;
margin-bottom: 20px;
font-family: Helvetica, sans-serif;
}

.form-label-responsive {
font-size: 14px;
color: #333;
margin-bottom: 5px;
display: block;
}

.form-input-responsive {
width: 100%;
padding: 12px;
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 14px;
transition: border-color 0.3s ease;
}

.form-input-responsive:focus {
border-color: #007BFF;
outline: none;
}

.submit-button-responsive {
width: 100%;
padding: 12px;
background-color: #8b7959;
color: white;
border: none;
border-radius: 8px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.submit-button-responsive:hover {
background-color: #21341f;
}

.terms-text-responsive {
font-size: 12px;
color: #666;
margin-top: 10px;
text-align: center;
}

.terms-link-responsive {
color: #007BFF;
text-decoration: none;
transition: color 0.3s ease;
}

.terms-link-responsive:hover {
color: #005bb5; 
}

/* Image Section */
.image-section-responsive {
flex: 1;
position: relative;
background: #000;
overflow: hidden;
}

.image-section-responsive img.responsive-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

/* .image-section-responsive:hover img.responsive-image {
transform: scale(1.1); /* Zoom effect on hover */
/* } */ 

/* Overlay Text */
.overlay-text-responsive {
position: absolute;
top: 20px;
left: 20px;
color: white;
font-size: 24px;
font-weight: bold;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Arrow Indicators */
.arrow-indicators-responsive {
position: absolute;
bottom: 20px;
left: 20px;
display: flex;
gap: 10px;
}

.arrow-responsive {
color: white;
font-size: 20px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.blue-arrow-responsive {
color: #007BFF;
}

/* F1 Logo */
.f1-logo-responsive {
position: absolute;
bottom: 20px;
right: 20px;
width: 50px;
height: auto;
filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
.vl {
border-left: 2px solid #fff;
height: 40px;
margin-right: 30px;
margin-top: 16px;
}
.amenities-vl{
border-left: 6px solid #DEDEDE80;
height: 206px;
/* margin-right: 30px;
margin-top: 16px; */
position: relative;
left: 170px;
/* background: linear-gradient(270deg, #dedede80 -1386.36%, rgba(217, 217, 217, 0.40) 100%); */
}
.contact{
/* margin-top: 28px; */
margin-right: 130px;
height: 100%;
width: 100px;
}
.navigationc a:hover {
background-color: #21341f;
}
.navigationc a{
height: 100%;
display: flex;
align-items: center;
font-family: helvetica;
}
/* Close Button */
.close-button-responsive {
position: absolute;
top: 15px;
right: 15px;
background: rgba(255, 255, 255, 0.8);
border: none;
color: #333;
font-size: 24px;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background 0.3s ease, color 0.3s ease;
z-index: 1001;
}

.close-button-responsive:hover {
background: #ff0000;
color: white;
}

.solitarian-amenities-left{
position: relative;
top: 106px;
}

.solitarian-amenities-title{
line-height: 42px;
font-family: "Fraunces", serif;
font-style: italic;
font-weight: 200;
color: #162015;
}
.solitarian-amenities-subtitle{
color: #9A5E39;
font-family:Helvetica, sans-serif;
}
.solitarian-amenities-container{
height: 276px;
margin-top:-100px;
}
/* Responsive Styles */
@media (max-width: 768px) {
.popup-container-responsive {
max-width: 90%;
}

.popup-content-responsive {
flex-direction: column;
}

.image-section-responsive {
order: -1; /* Image on top for mobile */
height: 200px; /* Fixed height for image section on mobile */
}

.form-section-responsive {
padding: 20px;
}

.form-title-responsive {
font-size: 24px;
}

.form-subtitle-responsive {
font-size: 14px;
}

.overlay-text-responsive {
font-size: 20px;
}

.arrow-indicators-responsive {
bottom: 10px;
left: 10px;
}

.f1-logo-responsive {
bottom: 10px;
right: 10px;
width: 40px;
}
}


.eb-wrapper {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

.eb-page {
    background-color: #f8f8f8;
    color: #21341F;
    font-family:Helvetica, sans-serif;
    line-height: 1.6;
}

.eb-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.eb-headline {
    text-align: center;
    margin-bottom: 30px;
}

.eb-headline__title {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 15px;
}

.eb-headline__summary {
    font-size: 16px;
    color: #666;
    max-width: 800px;
    font-family:Helvetica, sans-serif;
    margin: 0 auto;
}

.eb-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.eb-story {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.eb-story:hover {
    transform: translateY(-5px);
}

.eb-story__thumbnail {
    height: 232px;
    width: 100%;
    object-fit: cover;
}

.eb-story__body {
    padding: 20px;
}

.eb-story__heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
    font-family:Helvetica, sans-serif;
}

.eb-story__excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    font-family:Helvetica, sans-serif;
}

.eb-story__cta {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #3498db;
    font-size: 14px;
    font-weight: 300;
    font-family:Helvetica, sans-serif;
}

.eb-story__arrow {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .eb-articles {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .eb-articles {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 767px) and (min-width: 576px) {
    #home{ display: none; }
    #brochure{display: none;}
    /* #highlight{display: none;} */
    #amenities-id{display: none;}
    .marquee-wrapper{
        width: 100% !important;
        margin-left: 0px !important;
        top: 72px !important;
    }
    .near{
        display: none;
    }
    .location-advantages {
        width: 100%;
    }
    .location-map-mobile{
        height: 220px;
    }
    .map-container-mobile{
        height: 200px;
    }
    .highlight-note{display: none;}
    .bottom-shape{
        display: none;
    }
    .card0{
        margin-top:0px;
    }
    .landmark-card{
        max-width: 100%;
    }
    
}

/* Smallest screens (Very small phones) */
@media (max-width: 575px) {
   #home { display: none; }
   .bottom-shape{
    display: none;
   }
   .card0{
    margin-top:0px;
   }
   .landmark-card{
    max-width: 100%;
   }
   .highlight-note{display: none;}
   #brochure{
    display: none;
   }
   /* #highlight{display: none;} */
   #amenities-id{
    display: none;
   }
   .marquee-wrapper{
    width: 100% !important;
    margin-left: 0px !important;
    top: 72px !important;
   }
   .near{
    display: none;
   }
   .location-advantages {
    width: 100%;
   }
   .location-map-mobile{
    height: 220px;
   }
   .map-container-mobile{
    height: 200px;
   }
}

@media (min-width: 1200px) {
    .location-map-mobile { display: none; }
    #hero-mobile{
        display: none;
    }.mobile-gallery{
        display: none;
    }

  
    
}

/* Medium screens (Tablets, Small Laptops) */
@media (max-width: 1199px) and (min-width: 992px) {
    .location-map-mobile{ display: none; }
    #hero-mobile{
        display: none;
    }.mobile-gallery{
        display: none;
    }
}

/* Small screens (Tablets, Large Phones) */
@media (max-width: 991px) and (min-width: 768px) {
    .location-map-mobile{ display: none; }
    #hero-mobile{
        display: none;
    }
    .mobile-gallery{
        display: none;
    }

}

.mobile-hero{
    width: 100% !important;
}
.mobile-gallery{
    width: 100% !important;
}