/*
Theme Name: Simple Pick & Drop Sydney
Theme URI: https://simplypickdrop.com
Author: Simple Pick & Drop Sydney
Author URI: https://simplypickdrop.com
Description: Official Sydney Airport Chauffeurs & Transfers Custom WordPress Theme with dark executive aesthetic, live fare calculator, fleet showcase, suburb rate tables, and automated WP REST API booking sync.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple-pick-drop-theme
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.2
Tags: custom-background, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, theme-options
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #030712;
    color: #f8fafc;
}

.spd-site-header {
    background: #012169;
    border-bottom: 2px solid #FF8C00;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spd-booking-hero {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
}