/*
Theme Name: Traveler Shuttles
Theme URI: https://example.com/traveler-shuttles
Author: Jarrold Taylor
Author URI: https://example.com
Description: A modern Southern California passenger transportation theme with Elementor support, destination layouts, booking integration, and a mobile/tablet sticky footer menu.
Version: 1.6.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: traveler-shuttles
Tags: transportation, elementor, custom-logo, custom-menu, responsive-layout, accessibility-ready
*/

:root {
  --ts-navy: #071a2c;
  --ts-navy-2: #0c2942;
  --ts-aqua: #33e6cf;
  --ts-coral: #ff6b5f;
  --ts-sun: #ffd166;
  --ts-sky: #eaf8ff;
  --ts-ink: #102538;
  --ts-muted: #587184;
  --ts-white: #ffffff;
  --ts-line: #cfe3ec;
  --ts-radius: 26px;
  --ts-shadow: 0 24px 70px rgba(7, 26, 44, .15);
}

html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body { margin:0; color:var(--ts-ink); background:#fff; font-family:"Aptos", "Segoe UI", Arial, sans-serif; line-height:1.65; }
a { color:inherit; }
img { max-width:100%; height:auto; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
