/* Mobile Optimization for Search Form Spacing */
@media (max-width: 768px) {
    /* Reduce gap between search form and Popular Tours section */
    .search-container {
        margin-bottom: 20px !important;
    }
    
    /* Reduce top padding of Popular Tours section on mobile */
    #popular-tours.section-padding {
        padding-top: 30px !important;
    }
    
    /* Reduce top padding of Umroh & Haji section on mobile */
    #umroh-haji.section-padding {
        padding-top: 30px !important;
    }
}
