/*
Theme Name: Odyssey Pro Theme
Theme URI: https://example.com/
Author: Generated by GPT
Author URI: https://example.com/
Description: A modern WordPress theme inspired by odysseysafaris.com, focused on Travel Insurance & Car Hire.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: odyssey-pro
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

:root {
  --accent: #0d6efd;
  --muted: #6c757d;
}
body { font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:#222; }
.hero { min-height:420px; color:#fff; position:relative; }
.hero::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.55)); }
.hero .container { position:relative; z-index:2; }
.site-header .navbar-brand { font-weight:700; }
.site-footer a { color:inherit; text-decoration:none; }
.card { border:0; }
.blockquote { background:#f8f9fa; border-left:4px solid var(--accent); padding:20px; border-radius:8px; }
@media (max-width:767px){ .hero{ padding:60px 0; } }


/* Additional theme enhancements */
.header-cta { background: linear-gradient(90deg, #0d6efd 0%, #6610f2 100%); color: white; padding:6px 12px; border-radius:6px; }
.hero .lead { font-size:1.125rem; opacity:0.95; }
.service-card { transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(10,10,10,0.08); }
.pack-price { font-weight:700; font-size:1.25rem; color:var(--accent); }
.badge-feature { background:#ffdd57; color:#222; padding:6px 10px; border-radius:999px; font-weight:600; display:inline-block; }
.footer-legal { font-size:.9rem; color:var(--muted); }
.container-narrow { max-width:1100px; margin:0 auto; }
