@media (max-width: 768px) {
    /* ============================================= */
    /* Hero Section Override                     */
    /* ============================================= */

    .hero-bg {
        /* Force static background, disable all animations */
        animation: none !important;
        transform: none !important;
        transition: background-image 1s ease-in-out !important;

        /* Ensure full screen coverage */
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        min-height: 100vh; /* Fallback for older browsers */
        min-height: 100dvh; /* Dynamic viewport height for mobile */
    }

    .hero-content h1 {
        font-size: 2.5rem !important; /* 40px */
        line-height: 1.2 !important;
        animation: none !important; /* Disable floating text animation */
    }

    .hero-content p {
        font-size: 1.125rem !important; /* 18px */
    }

    /* Disable scroll-down arrow animation */
    .animate-bounce {
        animation: none !important;
    }
}
