/*
Theme Name: Shivam Tourism v4 — Premium SEO
Theme URI: https://shivamtourism.com
Description: Premium, ultra-fast, SEO and AI-citation optimised WordPress theme for Shivam Tourism — Best Taxi Service and Travel Agency in Prayagraj, Uttar Pradesh. Built to rank #1 for "taxi service in Prayagraj" and "travel agency in Prayagraj". Fully server-rendered, structured-data rich, mobile-first design.
Version: 4.0.0
Author: Shivam Tourism
Author URI: https://shivamtourism.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shivam-tourism
Tags: travel, taxi, local-business, seo-optimized, mobile-first, premium
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
*/

/* ============================================================
   SHIVAM TOURISM v4 — MASTER STYLESHEET
   Palette: Saffron Gold · Deep Navy · Ivory White
   Fonts:   Lexend (headings) · DM Sans (body)
   ============================================================ */

:root {
  --gold:        #E8940A;
  --gold-dark:   #C47A08;
  --gold-light:  #FEF8ED;
  --gold-mid:    #FAD87A;
  --gold-glow:   rgba(232,148,10,0.22);
  --navy:        #0D1B2A;
  --navy-mid:    #152236;
  --navy-light:  #1E3A52;
  --white:       #FFFFFF;
  --off:         #FAFAF7;
  --cream:       #FBF8F3;
  --gray-100:    #F5F5F2;
  --gray-200:    #E8E8E3;
  --gray-400:    #9CA3A0;
  --gray-500:    #6B7280;
  --gray-700:    #374151;
  --ink:         #111827;
  --green:       #059669;
  --green-light: #D1FAE5;
  --whatsapp:    #25D366;
  --red:         #DC2626;

  --sh-sm:   0 2px 12px rgba(13,27,42,.07);
  --sh-md:   0 8px 32px rgba(13,27,42,.11);
  --sh-lg:   0 20px 60px rgba(13,27,42,.16);
  --sh-gold: 0 8px 32px rgba(232,148,10,.32);
  --sh-card: 0 4px 24px rgba(13,27,42,.08);

  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;

  --fh: 'Lexend', sans-serif;
  --fb: 'DM Sans', sans-serif;
  --ease: cubic-bezier(.4,0,.2,1);
  --tr: all .3s var(--ease);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 16px; }
body {
  font-family: var(--fb);
  font-size: 16px; line-height: 1.7;
  color: var(--ink); background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: var(--tr); }
a:hover { color: var(--gold-dark); }
h1,h2,h3,h4,h5,h6 {
  font-family: var(--fh); line-height: 1.2;
  color: var(--navy); font-weight: 800;
}
ul { list-style: none; }
address { font-style: normal; }
em { font-style: italic; color: var(--gold); }
strong { font-weight: 700; }

/* ============================================================
   LAYOUT
   ============================================================ */
.container       { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-sm    { max-width: 860px;  margin: 0 auto; padding: 0 24px; }
.container-wide  { max-width: 1360px; margin: 0 auto; padding: 0 24px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--fh); font-weight: 700; font-size: 15px;
  padding: 14px 28px; border-radius: var(--r-sm);
  border: 2px solid transparent; cursor: pointer;
  transition: var(--tr); text-align: center;
  white-space: nowrap; text-decoration: none; line-height: 1.2;
  letter-spacing: -0.01em;
}
.btn-primary {
  background: var(--gold); color: var(--navy);
  border-color: var(--gold); box-shadow: var(--sh-gold);
}
.btn-primary:hover {
  background: var(--gold-dark); border-color: var(--gold-dark);
  color: var(--navy); transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(232,148,10,.44);
}
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-mid); color: var(--white); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.btn-outline-gold { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-outline-gold:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }
.btn-whatsapp { background: var(--whatsapp); color: var(--white); border-color: var(--whatsapp); }
.btn-whatsapp:hover {
  background: #1ebe5a; border-color: #1ebe5a; color: var(--white);
  transform: translateY(-2px); box-shadow: 0 12px 40px rgba(37,211,102,.38);
}
.btn-lg  { padding: 17px 36px; font-size: 17px; }
.btn-sm  { padding: 10px 20px; font-size: 14px; }
.btn-xl  { padding: 20px 48px; font-size: 18px; border-radius: var(--r-md); }
.btn-full { width: 100%; justify-content: center; }

/* ============================================================
   UTILITY
   ============================================================ */
.text-center { text-align: center; }
.text-white  { color: var(--white) !important; }
.text-gold   { color: var(--gold) !important; }
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }
.mt-56 { margin-top: 56px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-40 { margin-bottom: 40px; }

.section    { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.section-lg { padding: 110px 0; }
.bg-off     { background: var(--off); }
.bg-cream   { background: var(--cream); }
.bg-navy    { background: var(--navy); }
.bg-dark-pattern {
  background: var(--navy);
  background-image:
    radial-gradient(circle at 20% 50%, rgba(232,148,10,.07) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(232,148,10,.05) 0%, transparent 50%);
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
[data-animate] {
  opacity: 0; transform: translateY(32px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
[data-animate].animated { opacity: 1; transform: translateY(0); }
[data-delay="1"] { transition-delay: .1s; }
[data-delay="2"] { transition-delay: .2s; }
[data-delay="3"] { transition-delay: .3s; }
[data-delay="4"] { transition-delay: .4s; }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.section-label {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--fh); font-weight: 700; font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase;
  background: var(--gold-light); color: var(--gold-dark);
  padding: 6px 16px; border-radius: 99px; margin-bottom: 16px;
  border: 1px solid rgba(232,148,10,.2);
}
.section-title {
  font-family: var(--fh);
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900; color: var(--navy);
  line-height: 1.15; margin-bottom: 16px;
  letter-spacing: -0.022em;
}
.section-title span, .section-title em { color: var(--gold); font-style: normal; }
.section-sub {
  font-size: 17px; color: var(--gray-500); line-height: 1.8; max-width: 620px;
}
.section-header { margin-bottom: 56px; }
.section-header.center { text-align: center; }
.section-header.center .section-sub { margin: 0 auto; }

/* ============================================================
   TOP BAR
   ============================================================ */
.header-topbar {
  background: var(--navy-mid);
  padding: 9px 0; font-size: 13px;
  color: rgba(255,255,255,.8);
  font-family: var(--fb);
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: fixed; top: 0; left: 0; right: 0; z-index: 9001;
  transition: transform .35s var(--ease);
}
.header-topbar.hidden { transform: translateY(-100%); }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.topbar-left  { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.topbar-item  { display: flex; align-items: center; gap: 5px; font-size: 12.5px; }
.topbar-right a {
  color: var(--gold); font-weight: 700; font-size: 13.5px;
  display: flex; align-items: center; gap: 6px;
  background: rgba(232,148,10,.12); padding: 4px 14px;
  border-radius: 99px; border: 1px solid rgba(232,148,10,.3); transition: var(--tr);
}
.topbar-right a:hover { background: var(--gold); color: var(--navy); }

/* ============================================================
   HEADER
   ============================================================ */
#site-header {
  position: fixed; top: 40px; left: 0; right: 0; z-index: 9000;
  background: transparent; transition: all .35s var(--ease);
}
#site-header.scrolled {
  background: rgba(9,17,29,.97);
  backdrop-filter: blur(18px) saturate(1.6);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 4px 40px rgba(0,0,0,.32);
  top: 0 !important;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 20px;
}
.site-logo {
  display: flex; flex-direction: column; gap: 0;
  text-decoration: none; flex-shrink: 0;
}
.logo-img { height: 46px; width: auto; }
.logo-text-wrap { display: flex; flex-direction: column; }
.logo-main {
  font-family: var(--fh); font-weight: 900; font-size: 22px;
  color: var(--white); line-height: 1; letter-spacing: -0.02em;
}
.logo-main span { color: var(--gold); }
.logo-sub {
  font-family: var(--fb); font-size: 11px;
  color: rgba(255,255,255,.6);
  letter-spacing: .08em; text-transform: uppercase; margin-top: 2px;
}

/* Desktop nav */
.primary-nav { display: flex; align-items: center; gap: 2px; }
.primary-nav a {
  font-family: var(--fh); font-weight: 600; font-size: 13.5px;
  color: rgba(255,255,255,.85); padding: 8px 11px;
  border-radius: var(--r-sm); transition: var(--tr); white-space: nowrap;
}
.primary-nav a:hover, .primary-nav a.active {
  color: var(--gold); background: rgba(232,148,10,.1);
}
.nav-cta {
  margin-left: 8px; padding: 9px 18px !important;
  background: var(--gold) !important; color: var(--navy) !important;
  border-radius: var(--r-sm) !important; font-size: 13px !important;
  box-shadow: var(--sh-gold);
}
.nav-cta:hover { background: var(--gold-dark) !important; color: var(--navy) !important; }

/* Mobile toggle */
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: transparent; border: none; cursor: pointer;
  padding: 8px; border-radius: var(--r-sm);
}
.nav-toggle span {
  width: 24px; height: 2px; background: var(--white);
  border-radius: 99px; display: block; transition: var(--tr);
}
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav {
  display: none; flex-direction: column;
  background: var(--navy); padding: 16px 20px 24px;
  border-top: 1px solid rgba(255,255,255,.1);
  max-height: 80vh; overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: var(--fh); font-weight: 600; font-size: 15px;
  color: rgba(255,255,255,.85); padding: 13px 16px;
  border-radius: var(--r-sm); transition: var(--tr);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.mobile-nav a:hover { color: var(--gold); background: rgba(232,148,10,.1); }
.mobile-nav .btn { margin-top: 12px; width: 100%; justify-content: center; }

/* ============================================================
   HERO
   ============================================================ */
#hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding: 130px 0 80px; background: var(--navy); overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    108deg,
    rgba(7,13,24,.93) 0%,
    rgba(13,27,42,.8) 45%,
    rgba(13,27,42,.42) 100%
  );
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 420px; gap: 52px; align-items: center;
}
.hero-content { max-width: 580px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,148,10,.16); border: 1px solid rgba(232,148,10,.4);
  color: var(--gold-mid); font-family: var(--fh);
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 99px; margin-bottom: 20px;
  backdrop-filter: blur(8px);
}
.hero-h1 {
  font-family: var(--fh); font-weight: 900;
  font-size: clamp(32px, 5.5vw, 60px);
  color: var(--white); line-height: 1.1; margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.hero-h1 em { color: var(--gold); font-style: normal; }
.hero-desc {
  font-size: 17px; color: rgba(255,255,255,.82);
  line-height: 1.8; margin-bottom: 32px; max-width: 520px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-trust { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-trust-item {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--fh); font-size: 12.5px; font-weight: 600;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.08); backdrop-filter: blur(8px);
  padding: 7px 14px; border-radius: 99px;
  border: 1px solid rgba(255,255,255,.12);
}

/* Booking Card */
.hero-card {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(20px);
  border-radius: var(--r-lg); padding: 32px 28px;
  box-shadow: 0 28px 80px rgba(0,0,0,.44);
  border: 1px solid rgba(255,255,255,.3);
}
.hero-card-title {
  font-family: var(--fh); font-weight: 800; font-size: 17px;
  color: var(--navy); margin-bottom: 20px; padding-bottom: 16px;
  border-bottom: 2px solid var(--gold-light);
  display: flex; align-items: center; gap: 8px;
}
.booking-form { display: flex; flex-direction: column; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label {
  font-family: var(--fh); font-size: 11.5px; font-weight: 700;
  color: var(--navy); text-transform: uppercase; letter-spacing: .06em;
}
.form-group input, .form-group select {
  padding: 12px 14px; border: 2px solid var(--gray-200);
  border-radius: var(--r-sm); font-family: var(--fb);
  font-size: 14px; color: var(--ink); background: var(--white);
  transition: var(--tr); width: 100%; outline: none;
}
.form-group input:focus, .form-group select:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(232,148,10,.14);
}
.form-group textarea {
  padding: 12px 14px; border: 2px solid var(--gray-200);
  border-radius: var(--r-sm); font-family: var(--fb); font-size: 14px;
  color: var(--ink); background: var(--white); transition: var(--tr);
  width: 100%; outline: none; resize: vertical;
}
.form-group textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(232,148,10,.14); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-guarantee {
  text-align: center; font-size: 11.5px; color: var(--gray-400);
  margin-top: 4px; font-family: var(--fh);
}
#heroSuccess, #contactSuccess, #sidebarSuccess,
#pageBookingSuccess, #airportBookingSuccess,
#outstationBookingSuccess, #sightseeingBookingSuccess {
  display: none; text-align: center; padding: 28px 16px;
}
.success-icon { font-size: 52px; margin-bottom: 12px; }

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar { background: var(--gold); padding: 0; }
.stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); text-align: center;
}
.stat-item {
  padding: 24px 20px;
  border-right: 1px solid rgba(13,27,42,.12); position: relative;
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: var(--fh); font-weight: 900;
  font-size: clamp(26px, 3vw, 38px);
  color: var(--navy); line-height: 1; margin-bottom: 4px; letter-spacing: -0.02em;
}
.stat-label {
  font-family: var(--fb); font-size: 13px;
  color: rgba(13,27,42,.72); font-weight: 600; letter-spacing: .02em;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--cream); border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200); padding: 20px 0;
}
.trust-items {
  display: flex; align-items: center; justify-content: space-around;
  flex-wrap: wrap;
}
.trust-item {
  display: flex; gap: 10px; align-items: center;
  padding: 8px 20px; border-right: 1px solid var(--gray-200);
}
.trust-item:last-child { border-right: none; }
.trust-item-icon { font-size: 28px; }
.trust-item-text strong {
  font-family: var(--fh); font-weight: 800; font-size: 15px;
  color: var(--navy); display: block; line-height: 1;
}
.trust-item-text span {
  font-size: 12px; color: var(--gray-400); margin-top: 2px; display: block;
}

/* ============================================================
   SERVICES GRID
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: var(--white); border-radius: var(--r-md);
  padding: 32px 28px; border: 2px solid var(--gray-100);
  transition: var(--tr); position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease);
}
.service-card:hover {
  border-color: var(--gold-light); box-shadow: var(--sh-lg); transform: translateY(-6px);
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 60px; height: 60px; background: var(--gold-light);
  border-radius: var(--r-md); display: flex; align-items: center;
  justify-content: center; font-size: 26px; margin-bottom: 20px;
  border: 1px solid rgba(232,148,10,.2); transition: var(--tr);
}
.service-card:hover .service-icon { background: var(--gold); transform: scale(1.05); }
.service-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 12px; line-height: 1.3; }
.service-card p { font-size: 14px; color: var(--gray-500); line-height: 1.75; margin-bottom: 20px; }
.service-link {
  font-family: var(--fh); font-size: 13px; font-weight: 700;
  color: var(--gold); display: inline-flex; align-items: center; gap: 6px;
  text-transform: uppercase; letter-spacing: .06em;
}
.service-link:hover { gap: 10px; }

/* ============================================================
   WHY US
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.why-card {
  padding: 32px; background: var(--cream);
  border-radius: var(--r-md); border: 1px solid var(--gray-200); transition: var(--tr);
}
.why-card:hover { box-shadow: var(--sh-md); border-color: rgba(232,148,10,.3); transform: translateY(-4px); }
.why-icon {
  width: 54px; height: 54px; background: var(--navy);
  border-radius: var(--r-sm); display: flex; align-items: center;
  justify-content: center; font-size: 24px; margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(13,27,42,.2); transition: var(--tr);
}
.why-card:hover .why-icon { background: var(--gold); transform: rotate(-3deg) scale(1.05); }
.why-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 10px; letter-spacing: -0.01em; }
.why-card p { font-size: 14px; color: var(--gray-500); line-height: 1.75; }

/* ============================================================
   ROUTES
   ============================================================ */
.routes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.route-card {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--white); border: 2px solid var(--gray-200);
  border-radius: var(--r-md); padding: 20px 24px; transition: var(--tr); gap: 16px;
}
.route-card:hover { border-color: var(--gold); box-shadow: var(--sh-card); transform: translateX(4px); }
.route-route { font-family: var(--fh); font-weight: 800; font-size: 15px; color: var(--navy); margin-bottom: 4px; }
.route-sub { font-size: 12px; color: var(--gray-400); font-weight: 500; }
.route-right { text-align: right; flex-shrink: 0; }
.route-price { font-family: var(--fh); font-weight: 900; font-size: 22px; color: var(--gold); line-height: 1; }
.route-price-sub { font-size: 11px; color: var(--gray-400); margin-top: 2px; font-weight: 500; }

/* Price table (used in inner pages) */
.price-table { width: 100%; border-collapse: collapse; }
.price-table th {
  font-family: var(--fh); font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--white); background: var(--navy); padding: 13px 16px; text-align: left;
}
.price-table td { padding: 13px 16px; border-bottom: 1px solid var(--gray-200); font-size: 14px; }
.price-table tr:hover td { background: var(--gold-light); }
.price-table .route-from-to { font-weight: 700; color: var(--navy); }
.price-table .price-cell { font-family: var(--fh); font-weight: 800; color: var(--gold); }

/* Outstation routes table */
.routes-table-wrap { overflow-x: auto; border-radius: var(--r-md); box-shadow: var(--sh-md); }
.routes-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.routes-table th {
  font-family: var(--fh); font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--white); background: var(--navy); padding: 14px 18px; text-align: left;
}
.routes-table td { padding: 14px 18px; border-bottom: 1px solid var(--gray-200); font-size: 14px; vertical-align: middle; }
.routes-table tr:hover td { background: var(--gold-light); }
.fare-cell { font-family: var(--fh); font-weight: 800; color: var(--gold); font-size: 15px; }
.route-book-btn {
  font-family: var(--fh); font-weight: 700; font-size: 13px;
  color: var(--white); background: var(--gold); padding: 7px 14px;
  border-radius: var(--r-sm); transition: var(--tr); display: inline-block;
}
.route-book-btn:hover { background: var(--gold-dark); color: var(--white); transform: translateX(2px); }

/* ============================================================
   FLEET
   ============================================================ */
.fleet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fleet-card {
  background: var(--white); border-radius: var(--r-md); overflow: hidden;
  border: 2px solid var(--gray-200); transition: var(--tr);
}
.fleet-card:hover { border-color: var(--gold); box-shadow: var(--sh-md); transform: translateY(-6px); }
.fleet-img-placeholder {
  width: 100%; height: 160px; background: var(--gray-100);
  display: flex; align-items: center; justify-content: center; font-size: 56px;
}
.fleet-img { width: 100%; height: 160px; object-fit: cover; }
.fleet-body { padding: 20px 18px; }
.fleet-name { font-family: var(--fh); font-weight: 800; font-size: 17px; color: var(--navy); margin-bottom: 3px; }
.fleet-eg { font-size: 12px; color: var(--gray-400); margin-bottom: 12px; font-weight: 500; }
.fleet-specs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.fleet-spec {
  font-size: 11px; font-weight: 700; font-family: var(--fh);
  background: var(--gray-100); color: var(--gray-700); padding: 4px 10px; border-radius: 99px;
}
.fleet-price { font-family: var(--fh); font-weight: 800; font-size: 16px; color: var(--gold); }
.fleet-price span { font-size: 12px; color: var(--gray-400); font-weight: 500; }

/* ============================================================
   DESTINATIONS
   ============================================================ */
.dest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dest-card {
  background: var(--white); border-radius: var(--r-md); overflow: hidden;
  border: 2px solid var(--gray-200); transition: var(--tr);
}
.dest-card:hover { border-color: var(--gold-light); box-shadow: var(--sh-lg); transform: translateY(-6px); }
.dest-img-wrap {
  position: relative; height: 180px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.dest-emoji { font-size: 64px; opacity: .8; filter: drop-shadow(0 4px 12px rgba(0,0,0,.3)); }
.dest-img { width: 100%; height: 100%; object-fit: cover; }
.dest-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(9,16,28,.82) 0%, transparent 60%);
}
.dest-name-overlay {
  position: absolute; bottom: 14px; left: 16px;
  font-family: var(--fh); font-weight: 800; font-size: 16px;
  color: var(--white); z-index: 1;
}
.dest-body { padding: 20px; }
.dest-body p { font-size: 14px; color: var(--gray-500); line-height: 1.7; margin-bottom: 14px; }
.dest-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.dest-tag {
  font-size: 11px; font-weight: 700; font-family: var(--fh);
  background: var(--gold-light); color: var(--gold-dark);
  padding: 3px 10px; border-radius: 99px; border: 1px solid rgba(232,148,10,.2);
}

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--sh-lg); aspect-ratio: 4/3; object-fit: cover; }
.about-badge-wrap {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--gold); color: var(--navy);
  border-radius: var(--r-md); padding: 18px 24px;
  text-align: center; box-shadow: var(--sh-gold);
}
.about-badge-num { font-family: var(--fh); font-weight: 900; font-size: 28px; line-height: 1; }
.about-badge-label {
  font-family: var(--fh); font-size: 11px; font-weight: 700;
  color: rgba(13,27,42,.7); text-transform: uppercase; letter-spacing: .08em; margin-top: 4px;
}
.about-highlights { display: flex; flex-direction: column; gap: 16px; margin: 28px 0 32px; }
.about-hl { display: flex; gap: 14px; align-items: flex-start; }
.about-hl-icon {
  width: 32px; height: 32px; flex-shrink: 0; background: var(--green-light);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 15px; margin-top: 2px;
}
.about-hl-title { font-family: var(--fh); font-weight: 800; font-size: 15px; color: var(--navy); margin-bottom: 2px; }
.about-hl-desc { font-size: 13px; color: var(--gray-500); line-height: 1.6; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
  background: var(--white); border-radius: var(--r-md); padding: 28px;
  border: 2px solid var(--gray-200); position: relative; transition: var(--tr);
}
.testi-card:hover { border-color: var(--gold-light); box-shadow: var(--sh-md); transform: translateY(-4px); }
.testi-card::before {
  content: '\201C'; position: absolute; top: 20px; right: 24px;
  font-family: Georgia, serif; font-size: 72px;
  color: var(--gold-light); line-height: 1; pointer-events: none;
}
.testi-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; display: block; }
.testi-text { font-size: 14px; color: var(--gray-700); line-height: 1.75; margin-bottom: 20px; position: relative; z-index: 1; }
.testi-author { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.testi-avatar {
  width: 44px; height: 44px; flex-shrink: 0; background: var(--navy); color: var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--fh); font-weight: 800; font-size: 18px;
}
.testi-name { font-family: var(--fh); font-weight: 800; font-size: 15px; color: var(--navy); }
.testi-loc { font-size: 12px; color: var(--gray-400); margin-top: 2px; font-weight: 500; }
.testi-source { font-size: 11px; color: var(--green); font-family: var(--fh); font-weight: 700; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-layout { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 2px solid var(--gray-100); overflow: hidden; }
.faq-item:first-child { border-top: 2px solid var(--gray-100); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 4px; gap: 16px; cursor: pointer;
  font-family: var(--fh); font-weight: 700; font-size: 16px; color: var(--navy);
  transition: color .25s; user-select: none;
}
.faq-q:hover, .faq-item.open .faq-q { color: var(--gold); }
.faq-icon {
  width: 28px; height: 28px; flex-shrink: 0; background: var(--gray-100);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 400; color: var(--gray-500); transition: var(--tr);
}
.faq-item.open .faq-icon { background: var(--gold); color: var(--navy); transform: rotate(45deg); }
.faq-a { display: none; padding: 0 4px 20px; font-size: 15px; color: var(--gray-500); line-height: 1.8; }
.faq-item.open .faq-a { display: block; }
.faq-cta-card {
  background: var(--navy); border-radius: var(--r-lg);
  padding: 32px 28px; position: sticky; top: 100px; color: var(--white);
}
.faq-cta-card h3 { font-size: 20px; font-weight: 800; color: var(--white); margin-bottom: 12px; }
.faq-cta-card p { font-size: 14px; color: rgba(255,255,255,.7); margin-bottom: 24px; line-height: 1.7; }
.contact-row { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; font-size: 13px; color: rgba(255,255,255,.8); padding-top: 10px; }
.contact-row span { flex-shrink: 0; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: var(--r-xl); padding: 56px 52px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  position: relative; overflow: hidden; border: 1px solid rgba(232,148,10,.2);
}
.cta-banner::before {
  content: ''; position: absolute; right: -60px; top: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(232,148,10,.12) 0%, transparent 70%);
  pointer-events: none;
}
.cta-banner h2 {
  font-size: clamp(22px, 3vw, 34px); font-weight: 900;
  color: var(--white); line-height: 1.25; margin-bottom: 10px;
  letter-spacing: -0.02em; position: relative; z-index: 1;
}
.cta-banner h2 span { color: var(--gold); }
.cta-banner p { font-size: 15px; color: rgba(255,255,255,.75); max-width: 480px; position: relative; z-index: 1; }
.cta-actions { display: flex; gap: 12px; flex-shrink: 0; position: relative; z-index: 1; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  padding: 155px 0 72px; background: var(--navy);
  position: relative; overflow: hidden; text-align: center;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(232,148,10,.1) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.breadcrumb {
  display: flex; gap: 8px; align-items: center; justify-content: center;
  font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 16px; flex-wrap: wrap;
}
.breadcrumb a { color: var(--gold); }
.breadcrumb .sep { color: rgba(255,255,255,.3); }
.page-hero h1 {
  font-size: clamp(26px, 4.5vw, 50px); color: var(--white);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.025em; font-weight: 900;
}
.page-hero h1 span { color: var(--gold); }
.page-hero p {
  font-size: 17px; color: rgba(255,255,255,.75); line-height: 1.8;
  margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto;
}
.page-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Inner page content layout */
.content-sidebar-layout { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: start; }

/* Post/article content */
.post-content h2 { font-size: clamp(20px, 2.5vw, 28px); color: var(--navy); margin: 36px 0 14px; letter-spacing: -0.02em; }
.post-content h2:first-child { margin-top: 0; }
.post-content h3 { font-size: 18px; color: var(--navy); margin: 24px 0 10px; font-weight: 800; }
.post-content p { color: var(--gray-500); line-height: 1.8; margin-bottom: 16px; font-size: 16px; }
.post-content ul, .post-content ol { color: var(--gray-500); margin-bottom: 20px; padding-left: 24px; }
.post-content li { margin-bottom: 8px; line-height: 1.7; font-size: 15px; }
.post-content strong { color: var(--ink); font-weight: 700; }

/* Sidebar sticky card */
.sidebar-booking-card {
  background: var(--navy); border-radius: var(--r-lg);
  padding: 28px; position: sticky; top: 110px; color: var(--white);
}
.sidebar-card-title {
  font-family: var(--fh); font-weight: 800; font-size: 18px; color: var(--white);
  margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid rgba(232,148,10,.3);
}
.sidebar-booking-card .form-group label { color: rgba(255,255,255,.7); }
.sidebar-booking-card .form-group input,
.sidebar-booking-card .form-group select,
.sidebar-booking-card .form-group textarea {
  border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.08); color: var(--white);
}
.sidebar-booking-card .form-group input::placeholder { color: rgba(255,255,255,.4); }
.sidebar-booking-card .form-group input:focus,
.sidebar-booking-card .form-group select:focus { border-color: var(--gold); background: rgba(232,148,10,.06); }
.sidebar-booking-card .form-group select option { background: var(--navy); color: var(--white); }
.sidebar-info { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.sidebar-info-row { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; font-size: 13px; color: rgba(255,255,255,.7); }

/* Feature boxes */
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 28px 0; }
.feature-box { background: var(--cream); border-radius: var(--r-md); padding: 24px; border: 2px solid var(--gray-200); }
.feature-box-icon { font-size: 28px; margin-bottom: 10px; }
.feature-box h4 { font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.feature-box p { font-size: 13px; color: var(--gray-500); line-height: 1.65; margin: 0; }

/* Contact page */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.ci-item {
  display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px;
  padding: 20px; background: var(--cream); border-radius: var(--r-md);
  border: 2px solid var(--gray-200); transition: var(--tr);
}
.ci-item:hover { border-color: rgba(232,148,10,.3); box-shadow: var(--sh-sm); }
.ci-icon {
  width: 48px; height: 48px; flex-shrink: 0; background: var(--navy);
  border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.ci-title { font-family: var(--fh); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--gray-400); margin-bottom: 4px; }
.ci-value { font-family: var(--fh); font-size: 17px; font-weight: 800; color: var(--navy); }
.ci-value a { color: var(--gold); }
.contact-form-card { background: var(--white); border-radius: var(--r-lg); padding: 40px; border: 2px solid var(--gray-200); box-shadow: var(--sh-md); }
.contact-form-title { font-family: var(--fh); font-weight: 900; font-size: 22px; color: var(--navy); margin-bottom: 8px; }
.contact-form-sub { font-size: 14px; color: var(--gray-500); margin-bottom: 28px; }

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer { background: var(--navy); }
.footer-main { padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-logo { height: 44px; width: auto; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.75; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 40px; height: 40px; background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; transition: var(--tr); text-decoration: none;
}
.social-btn:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.footer-col h4 {
  font-family: var(--fh); font-weight: 800; font-size: 13px; color: var(--white);
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px;
  padding-bottom: 10px; border-bottom: 2px solid rgba(232,148,10,.3);
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a {
  font-size: 13px; color: rgba(255,255,255,.6); transition: var(--tr);
  padding: 2px 0; display: flex; gap: 6px; align-items: center;
}
.footer-links a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-size: 13px; color: rgba(255,255,255,.65); }
.footer-contact-item .icon { flex-shrink: 0; font-size: 16px; margin-top: 1px; }
.footer-contact-item a { color: rgba(255,255,255,.8); }
.footer-contact-item a:hover { color: var(--gold); }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.08); margin: 0; }
.footer-bottom { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.45); }
.footer-bottom a { color: rgba(255,255,255,.6); }
.footer-bottom a:hover { color: var(--gold); }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-badge {
  font-size: 11px; font-weight: 700; font-family: var(--fh);
  background: rgba(255,255,255,.07); color: rgba(255,255,255,.7);
  padding: 5px 12px; border-radius: 99px; border: 1px solid rgba(255,255,255,.1);
}
.footer-keywords { padding: 16px 0 24px; font-size: 11px; color: rgba(255,255,255,.2); line-height: 1.8; border-top: 1px solid rgba(255,255,255,.05); }

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
.float-whatsapp { position: fixed; bottom: 88px; right: 24px; z-index: 8888; }
.whatsapp-float-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--whatsapp); color: var(--white);
  font-family: var(--fh); font-weight: 700; font-size: 14px;
  padding: 13px 20px; border-radius: 99px;
  box-shadow: 0 8px 32px rgba(37,211,102,.45); transition: var(--tr); text-decoration: none;
}
.whatsapp-float-btn:hover { transform: translateY(-3px) scale(1.03); background: #1ebe5a; color: var(--white); box-shadow: 0 14px 40px rgba(37,211,102,.55); }
.float-call { position: fixed; bottom: 24px; right: 24px; z-index: 8888; }
.call-float-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--navy);
  font-family: var(--fh); font-weight: 700; font-size: 14px;
  padding: 13px 20px; border-radius: 99px;
  box-shadow: var(--sh-gold); transition: var(--tr); text-decoration: none;
}
.call-float-btn:hover { transform: translateY(-3px) scale(1.03); background: var(--gold-dark); color: var(--navy); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-card { max-width: 500px; }
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .content-sidebar-layout { grid-template-columns: 1fr; }
  .sidebar-booking-card { position: static; }
}
@media (max-width: 900px) {
  .primary-nav { display: none; }
  .nav-toggle { display: flex; }
  .section { padding: 64px 0; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .routes-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-cta-card { position: static; }
  .cta-banner { flex-direction: column; padding: 40px 32px; }
  .cta-actions { justify-content: center; flex-wrap: wrap; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stats-inner .stat-item:nth-child(2) { border-right: none; }
  .stats-inner .stat-item:nth-child(3) { border-top: 1px solid rgba(13,27,42,.12); }
  .trust-item { border-right: none; width: 50%; border-bottom: 1px solid var(--gray-200); }
  .contact-layout { grid-template-columns: 1fr; }
  .topbar-left { display: none; }
  .features-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hero-h1 { font-size: 30px; }
  .hero-actions { flex-direction: column; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .dest-grid { grid-template-columns: 1fr; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .about-badge-wrap { right: 12px; bottom: -16px; padding: 14px 18px; }
  .cta-banner { padding: 32px 24px; border-radius: var(--r-lg); }
  .whatsapp-float-btn span, .call-float-btn span { display: none; }
  .whatsapp-float-btn, .call-float-btn {
    padding: 15px; width: 56px; height: 56px; border-radius: 50%; justify-content: center; font-size: 22px;
  }
  .page-hero { padding: 130px 0 56px; }
}
