/*
Theme Name: EMFOT Theme
Theme URI: 
Author: 3O1ATECH - MR PATH
Author URI: 
Description: Custom WordPress theme for EMFOT Offshore & Marine Services.
Version: 2.0
Text Domain: emfot
*/

/* MOBILE FIXES - OVERRIDE EVERYTHING */
@media(max-width: 768px) {
    .slider-arrow { display: none !important; }
    .slider-counter { display: none !important; }
    .hero-slide { 
        display: flex !important; 
        align-items: center !important; 
        justify-content: center !important; 
        text-align: center !important;
        padding-top: 0 !important;
    }
    .hero-slide .hero-content { 
        padding-top: 110px !important; 
        padding-bottom: 80px !important;
    }
}
