/* ===== BASE & RESET STYLES ===== */
* {
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
}

*,
::before,
::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

h1,
h4 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

ul {
    margin: 0;
}

section h1 {
    margin: 0;
}

/* ===== GLOBAL MOBILE FIXES ===== */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

* {
    box-sizing: border-box;
}

/* Prevent any element from exceeding viewport width */
.container,
.container-fluid,
.row,
.col,
[class*="col-"] {
    /* max-width: 100%; */
    overflow-x: hidden;
}

/* ===== IMAGE RESPONSIVE FIXES ===== */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== TYPOGRAPHY STYLES ===== */
.theme-font {
    font-family: Philosopher;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 48px;
    font-size: 48px;
}

.pre-launch-text {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    text-align: center;
    line-height: 24px;
}

.pre-launch-text strong {
    font-weight: bold;
}

.pre-launch-text p:empty::after {
    content: " ";
    white-space: pre;
}

.main-heading {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-family: Philosopher;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 48px;
}

.main-heading strong {
    font-weight: bold;
}

.main-heading h1 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-family: Philosopher;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 48px;
}

.location-text {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    text-align: center;
    line-height: 24px;
}

.location-text p:empty::after {
    content: " ";
    white-space: pre;
}

.price-heading {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-family: Philosopher;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 28.8px;
}

.price-heading strong {
    font-weight: bold;
}

.price-heading h4 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-family: Philosopher;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 28.8px;
}

.offer-text {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    text-align: center;
    line-height: 24px;
}

.offer-text strong {
    font-weight: bold;
}

.offer-text p:empty::after {
    content: " ";
    white-space: pre;
}

.features-list-text {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
    padding: 5px;
}

.features-list-text strong {
    font-weight: bold;
}

.features-list-text p:empty::after {
    content: " ";
    white-space: pre;
}

.section-title {
    font-size: 36px;
    font-weight: 400;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}

.overview-title {
    font-family: 'Philosopher', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 3rem;
}

.cta-heading {
    font-size: 32px;
    color: #fff;
    font-family: Philosopher;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 38.4px;
}

.cta-text {
    font-size: 20px;
    color: #fff;
    font-family: Montserrat;
    text-align: left;
    line-height: 24px;
}

/* ===== HEADER & NAVIGATION STYLES ===== */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #333 !important;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ffd700, #ffb700);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: white;
    font-weight: bold;
}


.header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--bs-white);
    z-index: 999;
}

.logo-image {
    max-width: 150px !important;
    height: auto;
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ffd700 !important;
}

.phone-number {
    color: #333 !important;
    font-weight: 600;
}

/* ===== HERO BANNER SECTION ===== */
.hero-banner-section {
    display: flex;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    padding: 60px 40px;
    background-image: url("../images/banner-2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner-container {
    max-width: 1120px;
    width: 100%;
    margin: auto;
}

.hero-banner-wrapper {
    position: relative;
    text-align: initial;
    margin: 0;
}

.hero-banner-grid {
    display: grid;
    position: relative;
    justify-content: space-between;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
    padding: 10px;
    background-image: none;
}

.hero-banner-left-column {
    display: flex;
    flex-direction: column;
    grid-column: 1 / 8;
    align-self: flex-start;
}

.hero-banner-right-column {
    display: flex;
    flex-direction: column;
    grid-column: 8 / 13;
    align-self: flex-start;
}

/* Property Info Card */
.property-info-card-wrapper {
    position: relative;
    text-align: initial;
    margin: 0;
}

.property-info-card {
    display: grid;
    position: relative;
    justify-content: space-between;
    grid-template-columns: repeat(12, 1fr);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px 20px;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(180,148,108);
    box-shadow: rgba(0, 0, 0, 0.7) 0 1px 5px;
    background-image: none;
    column-gap: unset !important;
}

.property-info-card-content {
    display: flex;
    flex-direction: column;
    grid-column: 1 / 13;
    align-self: flex-start;
}

/* Content Wrappers */
.pre-launch-text-wrapper {
    position: relative;
    margin: 0;
}

.location-text-wrapper {
    position: relative;
    margin: 5px 0;
}

.main-heading-wrapper {
    position: relative;
    text-align: initial;
    margin: 5px 0 0;
}

.features-list-wrapper {
    position: relative;
    text-align: initial;
    margin: 0 0 0 30px;
}

.cta-button-wrapper {
    margin: 22px 0 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

/* ===== BUTTON STYLES ===== */
.download-brochure-button {
    align-self: center;
    opacity: 1;
    cursor: pointer;
    transition: 0.3s;
    background: rgb(0, 0, 0);
    padding: 15px 40px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(180,148,108);
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px 0;
    line-height: 30px;
}

.download-brochure-button:hover {
    color: rgb(180,148,108);
    /* transform: scale(1.02); */
}

.button-content-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.button-icon {
    margin-left: 0;
    margin-right: 15px;
}

.download-btn {
    background-color: #000;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.download-btn:hover {
    background-color: #333;
}

.download-btn::before {
    content: '↓';
    font-size: 16px;
}

.prelaunch-button {
    background: #000;
    color: #fff;
    border: 2px solid #ffd700;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 280px;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.prelaunch-button:hover {
    background: #ffd700;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.prelaunch-button i {
    margin-right: 10px;
    font-size: 14px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
}

.whatsapp-btn:hover {
    background: #128c7e;
    color: white;
    transform: scale(1.1);
}

/* ===== LIST STYLES ===== */
.property-features-list {
    width: 100%;
    list-style: none;
}

.property-features-list ul {
    margin-left: 25px;
    padding-left: 0;
}

.property-features-list li {
    display: flex;
    align-items: baseline;
    min-height: 20px;
    list-style: none !important;
    margin-left: 0 !important;
}

.property-features-list li:last-of-type {
    margin-bottom: 0;
}

.property-features-list li div {
    display: inline;
    position: relative;
}

.property-features-list li>i {
    font-feature-settings: normal;
    margin-left: -25px;
    margin-right: 10px;
    color: rgb(180,148,108);
    font-size: 20px;
}

.amenities-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amenities-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}

.amenities-list li::before {
    content: '✓';
    width: 20px;
    height: 20px;
    border: 2px solid #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #f1f3f4;
}

.location-item:last-child {
    border-bottom: none;
}

.location-icon {
    width: 32px;
    height: 32px;
    background-color: rgb(9, 69, 79);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.location-icon::after {
    content: '→';
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.location-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-name {
    color: #333;
    font-weight: 500;
    margin: 0;
}

.location-distance {
    color: rgb(9, 69, 79);
    font-weight: 600;
    font-size: 0.9rem;
}

/* ===== SECTION STYLES ===== */
.section {
    padding: 60px 16px 100px;
}

.amenities-section {
    display: flex;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 100px 40px;
    background-image: none;
}

.gallery-section,
.location-section {
    padding: 60px 10px;
    background: #fff;
}

.overview-section {
    background: rgba(208, 161, 95, 0.1);
    padding: 80px 0;
    font-family: 'Montserrat', sans-serif;
}

section.cta {
    padding: 60px 40px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-image: url("../images/cta-bg.png");
}

/* ===== DIVIDERS & BORDERS ===== */
.section-divider {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
}

.section-boarder {
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}

/* ===== OVERVIEW SECTION SPECIFIC ===== */
.overview-container {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
}

.overview-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.overview-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.overview-table tr:nth-child(even) {
    background-color: rgba(176, 196, 196, 0.3);
}

.overview-table tr:nth-child(odd) {
    background-color: transparent;
}

.overview-table td {
    padding: 15px 20px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.5;
}

.overview-table td:first-child {
    font-weight: 600;
    color: #333;
    width: 35%;
    background-color: inherit !important;
}

.overview-table td:last-child {
    color: #555;
    font-weight: 400;
}

.overview-table .highlight-text {
    color: #007bff;
    font-weight: 500;
    text-decoration: none;
}

.overview-table .highlight-text:hover {
    text-decoration: underline;
}

.offer-notice {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 30px 0 20px 0;
    line-height: 1.4;
}

.amenities-box {
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
    background-image: none;
    column-gap: unset !important;
}

/* ===== CONTAINER & LAYOUT ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== SWIPER / GALLERY STYLES ===== */
.gallery-swiper {
    width: 100%;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    opacity: 0;
    animation: fadeInSlide 0.6s ease forwards;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.swiper-slide.master-plan img {
    filter: blur(10px);
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

.swiper-pagination {
    bottom: 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.2);
}

.slide-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.1), transparent);
    pointer-events: none;
}

.slide-title {
    position: absolute;
    bottom: 60px;
    left: 40px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.swiper-slide-active .slide-title {
    opacity: 1;
    transform: translateY(0);
}

/* ===== ACCORDION STYLES ===== */
.custom-accordion {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
    border: none;
    position: relative;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #333;
}

.accordion-button::after {
    content: '';
    width: 24px;
    height: 24px;
    background-color: #6c757d;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    transform: rotate(-90deg);
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.accordion-body {
    padding: 0;
    background-color: white;
}

.contact-section{
    background-color: rgba(255, 255, 255, 0);
    padding: 100px 40px;
    background-image: url('../images/37.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: initial;
}

.callback-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.callback-form h2 {
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.callback-form .subtitle {
    color: #5a6c7d;
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.5;
    font-weight: 400;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    border: 2px solid #e8ecef;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: none;
    height: auto;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.1);
    background: #ffffff;
}

.form-control::placeholder {
    color: #a0a8b0;
    font-weight: 400;
}

.submit-btn {
    background: #000000;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #333333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-icon {
    font-size: 14px;
}

footer{
    background-color: rgb(0, 0, 0);
    padding: 40px;
    background-image: none;

    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}

.modal-title{
    font-size: 40px;
    line-height: 48px;
    font-family: Philosopher;
    font-weight: 700;
}

.modal-subtitle{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.intl-tel-input {
    width: 100%;
}

body.modal-open{
    padding-right: 0px !important;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInSlide {
    to {
        opacity: 1;
    }
}

/* ===== RESPONSIVE DESIGN ===== */
/* Container Constraints */
@media (min-width: 1400px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        max-width: 1120px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 600px;
    }
}

/* Tablet & Mobile Styles */
@media (max-width: 768px) {
    /* Navigation */
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 10px;
        margin-top: 10px;
        padding: 15px;
    }

    /* Typography */
    .theme-font {
        padding: 0px;
        font-size: 30px;
        font-family: Philosopher;
        text-align: center;
        line-height: 36px;
    }

    .main-heading {
        padding: 0;
        font-size: 30px;
        font-family: Philosopher;
        text-align: center;
        line-height: 36px;
    }

    .main-heading h1 {
        font-size: 30px;
        font-family: Philosopher;
        text-align: center;
        line-height: 36px;
    }

    .pre-launch-text {
        padding: 0;
        font-size: 16px;
        text-align: center;
    }

    .location-text {
        padding: 0;
        font-size: 16px;
        text-align: center;
    }

    .price-heading {
        padding: 0;
        font-size: 20px;
        font-family: Philosopher;
        text-align: center;
        line-height: 24px;
    }

    .price-heading h4 {
        font-size: 20px;
        font-family: Philosopher;
        text-align: center;
        line-height: 24px;
    }

    .offer-text {
        padding: 0;
        font-size: 16px;
        text-align: center;
    }

    .features-list-text {
        font-size: 13px;
        font-family: Montserrat;
        line-height: 23px;
    }

    /* Hero Banner */
    .hero-banner-section {
        padding: 20px 16px 40px;
        background-color: rgba(0, 0, 0, 0.1);
        background-image: url("../images/banner-1.jpg");
    }

    .hero-banner-container {
        max-width: initial;
    }

    .hero-banner-wrapper {
        margin: 0;
    }

    .hero-banner-grid {
        padding: 5px;
        display: flex;
        flex-direction: column;
        grid-template-columns: auto;
        background-image: none;
    }

    .hero-banner-left-column {
        align-self: unset;
        width: 100%;
        grid-column: 1 / 12;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-banner-right-column {
        align-self: unset;
        width: 100%;
        grid-column: 1 / 12;
        padding-left: 0;
        padding-right: 0;
    }

    .property-info-card-wrapper {
        margin: 230px 0 0;
    }

    .property-info-card {
        padding: 20px 16px;
        background-color: rgb(9, 69, 79);
        display: flex;
        flex-direction: column;
        grid-template-columns: auto;
        background-image: none;
    }

    .property-info-card-content {
        align-self: unset;
        width: 100%;
        grid-column: 1 / 12;
        padding-left: 0;
        padding-right: 0;
    }

    /* Wrappers */
    .pre-launch-text-wrapper {
        margin: 0;
    }

    .location-text-wrapper {
        margin: 0;
    }

    .main-heading-wrapper {
        margin: 0;
    }

    .features-list-wrapper {
        margin: 0 0 0 10px;
    }

    .cta-button-wrapper {
        margin: 10px 0;
    }

    /* Buttons */
    .download-brochure-button {
        width: 100%;
        align-self: center;
        opacity: 1;
        padding: 16px 10px;
        font-size: 17px;
        box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px 0;
        line-height: 30px;
    }

    /* Sections */
    .overview-section {
        padding: 60px 0;
    }

    .overview-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .overview-container {
        /* margin: 0 15px; */
        padding: 25px;
        border-radius: 15px;
    }

    .overview-table td {
        padding: 12px 15px;
        font-size: 14px;
    }

    .overview-table td:first-child {
        width: 40%;
    }

    .offer-notice {
        font-size: 15px;
        margin: 25px 0 15px 0;
    }

    .prelaunch-button {
        font-size: 15px;
        padding: 10px 25px;
        max-width: 100%;
    }

    .amenities-box {
        margin: 0 15px;
        padding: 25px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .col-md-6:first-child {
        margin-bottom: 20px;
    }

    /* Gallery & Swiper */
    .gallery-swiper {
        height: 400px;
        border-radius: 15px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 16px;
    }

    .slide-title {
        font-size: 1.2rem;
        bottom: 40px;
        left: 20px;
    }
    .contact-section {
        padding: 60px 20px;
    }

    .callback-form {
        padding: 30px 25px;
        margin: 20px;
    }

    .callback-form h2 {
        font-size: 28px;
    }

    .modal-title{
        font-size: 40px;
        line-height: 36px;
        font-family: Philosopher;
        font-weight: 700;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .overview-table td {
        padding: 10px 12px;
        font-size: 13px;
    }

    .overview-table td:first-child {
        width: 45%;
    }

    .overview-title {
        font-size: 1.8rem;
    }

    .gallery-swiper {
        height: 300px;
        border-radius: 10px;
    }

    .container {
        padding: 0 15px;
    }

    .overview-title {
        font-size: 1.5rem;
    }

    .callback-form {
        padding: 25px 20px;
    }

    .callback-form h2 {
        font-size: 24px;
    }

    .form-control {
        padding: 12px 15px;
        font-size: 15px;
    }
}

/* Large Tablet Styles */
@media only screen and (max-width: 800px) {
    .hero-banner-section {
        padding: 20px 16px 40px;
        background-color: rgba(0, 0, 0, 0.1);
        background-image: url("../images/banner-1.jpg");
    }

    .hero-banner-container {
        max-width: initial;
    }

    .hero-banner-wrapper {
        margin: 0;
    }

    .hero-banner-grid {
        padding: 5px;
        display: flex;
        flex-direction: column;
        grid-template-columns: auto;
        background-image: none;
    }

    .hero-banner-left-column {
        align-self: unset;
        width: 100%;
        grid-column: 1 / 12;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-banner-right-column {
        align-self: unset;
        width: 100%;
        grid-column: 1 / 12;
        padding-left: 0;
        padding-right: 0;
    }

    .property-info-card-wrapper {
        margin: 230px 0 0;
    }

    .property-info-card {
        padding: 20px 16px;
        background-color: rgb(9, 69, 79);
        display: flex;
        flex-direction: column;
        grid-template-columns: auto;
        background-image: none;
    }

    .property-info-card-content {
        align-self: unset;
        width: 100%;
        grid-column: 1 / 12;
        padding-left: 0;
        padding-right: 0;
    }

    .pre-launch-text-wrapper {
        margin: 0;
    }

    .location-text-wrapper {
        margin: 0;
    }

    .main-heading-wrapper {
        margin: 0;
    }

    .features-list-wrapper {
        margin: 0 0 0 10px;
    }

    .cta-button-wrapper {
        margin: 10px 0;
    }

    .pre-launch-text {
        padding: 0;
        font-size: 16px;
        text-align: center;
    }

    .main-heading {
        padding: 0;
        font-size: 30px;
        font-family: Philosopher;
        text-align: center;
        line-height: 36px;
    }

    .main-heading h1 {
        font-size: 30px;
        font-family: Philosopher;
        text-align: center;
        line-height: 36px;
    }

    .location-text {
        padding: 0;
        font-size: 16px;
        text-align: center;
    }

    .price-heading {
        padding: 0;
        font-size: 20px;
        font-family: Philosopher;
        text-align: center;
        line-height: 24px;
    }

    .price-heading h4 {
        font-size: 20px;
        font-family: Philosopher;
        text-align: center;
        line-height: 24px;
    }

    .offer-text {
        padding: 0;
        font-size: 16px;
        text-align: center;
    }

    .features-list-text {
        font-size: 13px;
        font-family: Montserrat;
        line-height: 23px;
    }

    .download-brochure-button {
        width: 100%;
        align-self: center;
        opacity: 1;
        padding: 16px 10px;
        font-size: 17px;
        box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px 0;
        line-height: 30px;
    }
}


/* Add these fixes to your existing CSS */



/* ===== PADDING FIXES FOR MOBILE ===== */
@media (max-width: 768px) {
    
    /* Fix container padding */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
        overflow-x: hidden;
    }
    
    /* Fix sections with px-0 that cause edge-to-edge content */
    .col-md-6.px-0,
    .col-12.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Fix hero banner container */
    .hero-banner-container {
        max-width: 100% !important;
        padding: 0 15px;
        overflow-x: hidden;
    }
    
    .hero-banner-section {
        padding: 20px 15px 40px !important;
        overflow-x: hidden;
    }
    
    /* Fix property info card */
    .property-info-card {
        margin: 0 10px;
        max-width: calc(100vw - 30px);
        overflow-x: hidden;
    }
    
    .property-info-card-wrapper {
        margin: 230px 10px 0 !important;
        overflow-x: hidden;
    }
    
    /* Fix button width issues */
    .download-brochure-button {
        max-width: 100%;
        word-wrap: break-word;
        white-space: normal;
        overflow: hidden;
    }
    
    /* Fix table overflow */
    .overview-table {
        width: 100%;
        table-layout: fixed;
        word-wrap: break-word;
    }
    
    .overview-table td {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    /* Fix overview container */
    .overview-container {
        margin: 0 10px !important;
        max-width: calc(100vw - 20px);
        overflow-x: hidden;
    }
    
    /* Fix amenities box */
    .amenities-box {
        margin: 0 10px !important;
        max-width: calc(100vw - 20px);
        overflow-x: hidden;
    }
    
    /* Fix swiper container */
    .gallery-swiper {
        max-width: 100%;
        overflow: hidden;
    }
    
    .swiper-slide img {
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    
    /* Fix accordion */
    .custom-accordion {
        max-width: 100%;
        overflow: hidden;
    }
    
    .accordion-button {
        word-wrap: break-word;
        white-space: normal;
    }
    
    /* Fix location content */
    .location-content {
        flex-wrap: wrap;
        word-wrap: break-word;
    }
    
    .location-name {
        flex: 1;
        min-width: 0;
        word-wrap: break-word;
    }
    
    /* Fix CTA sections */
    section.cta {
        padding: 40px 15px !important;
        overflow-x: hidden;
    }
    
    section.cta .container {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* Fix text content */
    .cta-heading,
    .cta-text {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    /* Fix navbar */
    .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .navbar-nav {
        max-width: 100%;
        overflow: hidden;
    }
    
    /* Fix any remaining width issues */
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
    }
    
    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
    }
    
    /* Specific fix for sections that still cause issues */
    .section {
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow-x: hidden;
    }
    
    .amenities-section,
    .gallery-section,
    .location-section,
    .overview-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow-x: hidden;
    }
    
    /* Fix any floating elements */
    .float-end {
        float: none !important;
        display: block;
        margin: 0 auto;
    }
    
    /* Additional safety measures */
    body {
        position: relative;
        overflow-x: hidden !important;
    }
    
    .hero-banner-wrapper {
        overflow-x: hidden;
        max-width: 100vw;
    }
}

/* ===== EXTRA SMALL MOBILE FIXES ===== */
@media (max-width: 480px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .property-info-card {
        margin: 0 5px;
        max-width: calc(100vw - 10px);
    }
    
    .property-info-card-wrapper {
        margin: 230px 5px 0 !important;
    }
    
    .overview-container,
    .amenities-box {
        margin: 0 5px !important;
        padding: 15px !important;
        max-width: calc(100vw - 10px);
    }
    
    section.cta {
        padding: 30px 10px !important;
    }
}

/* ===== FORCE PREVENT HORIZONTAL SCROLL ===== */
html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    position: relative;
}

/* Catch-all for any missed elements */
@media (max-width: 768px) {
    * {
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }
    
    
}