/*
Theme Name: LudhianaCab
Theme URI: https://ludhianacab.com
Author: LudhianaCab
Author URI: https://ludhianacab.com
Description: Premium taxi booking theme for LudhianaCab - Local & Outstation Taxi Service in Ludhiana
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ludhianacab
Tags: taxi, cab, booking, ludhiana, transport
*/

/* Core Layout Enforcements */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

#main-content, main, article, section, .hero, .route-hero, .trust-bar, .cta-banner, .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    box-sizing: border-box !important;
}

.container {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    box-sizing: border-box !important;
}
