@media (max-width: 768px) {
    /* Navigation */
    nav {
        height: auto !important;
        padding: 12px 0;
    }

    nav .max-w-container-max {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Layout & Borders */
    .border,
    .border-t,
    .border-b,
    .border-l,
    .border-r {
        border-width: 1px !important;
    }

    .solar-glow {
        box-shadow: none;
    }

    /* Hero Section */
    #heroContent {
        text-align: left !important;
    }

    #home button {
        width: 100%;
    }

    .energy-chart {
        height: 90px;
    }

    .text-display-lg {
        font-size: 32px !important;
    }

    /* Services & PM Surya Ghar Sections */
    #services img {
        height: 220px !important;
    }

    #surya-ghar {
        text-align: left;
    }

    #surya-ghar .md\:w-1\/3 {
        padding: 24px;
    }

    /* Gallery */
    .group:hover img {
        transform: none !important;
    }

    /* Contact Form */
    #contact {
        padding-top: 48px;
    }

    #contact input,
    #contact select {
        font-size: 16px;
    }

    /* Mobile Utility Helper Classes */
    .mobile-full-width {
        width: 100% !important;
    }

    .mobile-text-center {
        text-align: center !important;
    }

    .mobile-text-left {
        text-align: left !important;
    }

    .mobile-hidden {
        display: none !important;
    }
}