/*
Theme Name: Corporation Travel (Child)
Theme URI: https://www.corporationtravel.com/
Author: Umara - Creative Tugs
Author URI: https://www.creativetugs.com/
Template: twentytwentyfour
Version: 1.0
Description: Custom child theme for Corporation Travel website.
*/

/* 1. TOP OF FILE: CRITICAL PERFORMANCE */
html {
    font-display: swap !important;
}

.hero-section {
    background-color: #000; /* Prevents white flash on mobile */
}

.hero-section video {
    aspect-ratio: 16 / 9; /* Fixes layout shift */
    width: 100%;
    height: auto;
}

/* 2. REST OF YOUR CUSTOM DESIGN CSS BELOW */
/* (Paste all your button, managed section, and hover styles here) */

/* 3. BOTTOM OF FILE: ALL MOBILE FIXES */
@media (max-width: 768px) {
    /* Put ALL your mobile @media code here ONLY once */
}