@media (max-width: 768px) {
    main {
        padding-inline: 0rem;
        max-width: 95vw;
    }

    html {
        font-size: 16px;
        overflow-x: hidden;
    }
    .nav-container-flex {
        padding: 1rem 5%;
    }

    .navigation-menu-items {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: var(--nav-light);
        flex-direction: column;
        gap: 2.5rem;
        padding: 3rem 0;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: inset 0 10px 15px -15px rgba(0, 0, 0, 0.1);
    }

    .navigation-menu-items.active {
        left: 0;
    }
    .mobile-toggle-btn {
        display: block;
    }

    .cta-button-nav {
        margin-left: 0;
        margin-top: 1rem;
    }

    .hero-right::before {
        content: '';
        position: absolute;
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
        background: radial-gradient(ellipse at center,
                rgba(0, 0, 0, 0.1) 0%,
                transparent 80%);
        filter: blur(30px);
        z-index: -1;
    }

    .hero {
        flex-direction: column;
        text-align: center;
        padding: 3rem 1.5rem;
        /* background: url('Background_doodle.png') no-repeat  */
    }

    .btn-container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .hero-left {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .main-heading {
        font-size: 2.5rem;
        text-align: left;
        /* Smaller for mobile */
    }

    .subtitle {
        font-size: 1rem;
    }

    .book-btn {
        font-size: 1.1rem;
        padding: 0.75rem 1.75rem;
    }

    .hero-right {
        display: none;
        max-width: 100%;
        margin-left: 0;
        margin-top: 2rem;
    }

    .chat-img {
        width: 30%;
        left: 30%;
    }

    .maid-img {
        width: 20%;
        left: 55%;
        bottom: -6%;
    }

    .features-container {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .feature-card {
        max-width: 45%;
        padding: 1rem;
    }

    .feature-card h3 {
        font-size: 1.2rem;
    }

    .feature-card p {
        font-size: 0.95rem;
    }

    .grid-placeholder {
        width: 100%;
        aspect-ratio: unset;
        /* Allow natural resizing on mobile */
        margin: 2rem auto 0 auto;
    }

    .whatsapp-container {
        flex-direction: column;
        align-items: center;
        padding: 0.2rem;
    }

    .chat-phone {
        display: none;
    }

    .whatsapp-features {
        max-width: 100%;
    }

    .whatsapp-features {
        margin-top: 2rem;
        align-items: center;
        text-align: center;
    }

    .whatsapp-features h2 {
        font-size: 1.5rem;
    }

    .feature-icon {
        width: 36px;
        height: 36px;
        margin: 0px auto 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
        padding: 0.5rem;
        border-radius: 10px;
    }

    .feature-card h3 {
        font-size: 1rem;
    }

    .feature-card p {
        font-size: 0.7rem;
    }

    .services-section {
        flex-direction: column;
        padding: 0.3rem;
    }

    .services-section p {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .grid-placeholder {
        margin-top: 2rem;
    }

    .book-now-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .book-now-left,
    .book-now-right {
        width: 100%;
    }

    .service-container {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }

    .service-box {
        width: 45%;
        height: 16.5rem;
    }

    .book-now-left h2 {
        font-size: 1.8rem;
    }

    .book-now-left p {
        font-size: 1rem;
    }

    .book-now-img {
        max-width: 300px;
    }

    .services-content {
        position: relative;
        z-index: 1;
        padding: 2rem 1rem;
        background: transparent;
    }

    .services-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background-color: #ffe4da;
        /* your peachy background */
        z-index: -1;
        box-shadow: 0 0 10px rgba(255, 228, 218, 0.9);
    }

    .services-content h2 {
        font-size: 1.5rem;
    }

    .service-box h3 {
        text-align: center;
        font-size: 1rem;
        text-align: cen;
    }

    .service-box p {
        text-align: center;
        font-size: 0.8rem;
        text-align: cen;
    }

    .line {
        height: 2px;
        width: 80%;
        background-color: rgb(230, 146, 29);
        margin: 0 auto;
        margin-bottom: 0.4rem;
    }

    .feature-container-last {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        align-items: center;
        justify-content: center;
    }

    .feature-item {
        height: 17rem;
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .feature-item h4 {
        font-size: 1rem;
        height: 2.4rem;
    }

    .feature-item p {
        font-size: 0.8rem;
    }

    /* .footer-column1 {
        flex: 1;
        min-width: 200px;
        margin: 0;
        margin-bottom: 40px;
    }

    .footer-column1 h3 {
        font-weight: 600;
        margin-bottom: 15px;
    }

    .footer-column1 ul {
        list-style: none;
        padding: 0;
        margin: 0;
    } */
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
    .faq-section h2 {
        font-size: 1.5rem;
    }

    .faq-question {
        font-size: 1.1rem;
    }

    .faq-answer {
        font-size: 0.95rem;
    }

    .book-now-left h2 {
        font-size: 2rem;
    }

    .book-now-left p {
        font-size: 1rem;
    }

    .book-now-button {
        padding: 0.9rem 1.8rem;
        font-size: 0.95rem;
    }
}