/* Responsive Adjustments */

@media (max-width: 991px) {
    .site-header {
        padding: 12px 0;
    }

    .site-logo {
        max-height: 48px;
    }

    .logo-area a {
        display: flex;
        align-items: center;
    }

    .nav-menu {
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
    }

    .nav-menu .nav-link {
        font-size: 1.1rem;
        margin: 0;
        padding: 15px 20px;
        color: #1a1a1a;
        border-bottom: 1px solid #f0f0f0;
        font-weight: 600;
        transition: background-color 0.3s;
    }

    .nav-menu .nav-link:hover {
        background-color: #f9f9f9;
        color: var(--gold);
    }

    .nav-menu .btn-enquire {
        margin: 30px 20px 20px !important;
        width: auto !important;
    }

    .mobile-toggle-btn {
        background: none;
        border: none;
        font-size: 1.8rem;
        color: var(--green-dark);
        margin-left: 20px;
        padding: 0;
        line-height: 1;
        display: flex;
        align-items: center;
    }

    .hero-wrapper::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 100%);
    }

    .hero-title {
        font-size: 3rem;
    }

    .section-heading {
        font-size: 2rem;
        line-height: 1.2;
    }

    .highlights-bar {
        margin-top: 0;
        border-radius: 0;
        padding: 20px 15px;
        /* Reduce horizontal padding on mobile to prevent overflow */
    }

    .about-section,
    .spaces-section,
    .invest-section,
    .overview-section,
    .floor-plan-section,
    .location-contact {
        padding: 50px 0;
    }

    .location-contact .row {
        row-gap: 40px;
    }

    .about-section {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .phone-contact {
        display: none;
    }

    .header-actions {
        justify-content: flex-end;
    }

    .hero-categories {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
        justify-content: flex-start;
        align-items: center;
    }

    .hero-categories .divider {
        display: none;
    }

    .highlights-row>.col-6,
    .highlights-row>.col-12 {
        margin-bottom: 20px;
    }

    .highlight-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 5px;
    }

    .highlight-text-content {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .highlight-title {
        font-size: 0.8rem;
    }

    .about-row {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .about-content {
        text-align: center;
    }

    .about-icons-row {
        flex-wrap: wrap;
        gap: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .about-icon-box {
        flex: 0 0 calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
        background: #ffffff;
        border: 1px solid var(--border-color);
        border-radius: 12px;
        padding: 20px 10px;
        margin-bottom: 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    }

    .center-title {
        font-size: 1.5rem;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .stat-icon {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .stat-desc {
        font-size: 0.75rem;
    }

    .overview-row>.col-6 {
        margin-bottom: 20px;
    }

    .spaces-row>.col-md-6 {
        margin-bottom: 20px;
    }

    .invest-item {
        border-bottom: 1px solid var(--border-color);
    }

    .invest-item:last-child {
        border-bottom: none;
    }

    .floor-plan-row {
        text-align: center;
        gap: 30px;
    }

    .map-view {
        margin: 30px 0;
    }

    .footer-text {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .section-heading {
        font-size: 1.8rem;
    }

    /* .highlights-row > .col-6 {
        width: 100%;
    } */
}