/* Self-hosted Sora Font */
@font-face {
  font-family: 'Sora';
  src: url('../fonts/sora-v17-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/sora-v17-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/sora-v17-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/sora-v17-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/sora-v17-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/sora-v17-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* =====================================================
   BookUmrahCabs — Main Website Styles
   Concept C: Destination Dot | Minimalist | Billion-dollar feel
   ===================================================== */


:root {
  --emerald: #0C6B3A; --emerald-deep: #064A28; --emerald-dark: #042E1A;
  --emerald-light: #E8F5EE; --gold: #C9A84C; --gold-accessible: #8B6914; --gold-light: #F5EDCF;
  --green: #00C853; --cream: #FBF8F0;
  --dark: #0A0A0A; --dark2: #1A1A1A; --gray: #555F6E;
  --grayLight: #E5E7EB; --white: #FFFFFF;
  --radius: 12px; --radius-lg: 16px;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Sora',sans-serif; color:var(--dark); background:var(--white); -webkit-font-smoothing:antialiased; overflow-x:hidden; }
.container { max-width:1200px; margin:0 auto; padding:0 24px; }
img { max-width:100%; height:auto; }

/* ===== NAVBAR ===== */
.navbar { position:fixed; top:0; left:0; right:0; z-index:100; background:rgba(255,255,255,0.97); backdrop-filter:blur(12px); border-bottom:1px solid rgba(0,0,0,0.04); transition:box-shadow 0.3s; }
.navbar.scrolled { box-shadow:0 2px 20px rgba(0,0,0,0.06); }
.nav-inner { max-width:1200px; margin:0 auto; padding:0 24px; display:flex; align-items:center; justify-content:space-between; height:64px; }
.logo { display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--dark); }
.logo-mark { color:var(--dark); }
.logo-text { font-size:17px; font-weight:800; letter-spacing:-0.5px; }
.nav-links { display:flex; align-items:center; gap:28px; list-style:none; }
.nav-links a { text-decoration:none; color:var(--gray); font-size:13px; font-weight:500; transition:color 0.2s; }
.nav-links a:hover { color:var(--dark); }
.nav-cta { display:inline-flex; align-items:center; gap:6px; background:#25D366; color:white !important; padding:9px 20px; border-radius:50px; font-weight:600 !important; transition:all 0.2s; box-shadow:0 2px 12px rgba(37,211,102,0.25); }
.nav-cta:hover { transform:translateY(-1px); box-shadow:0 4px 20px rgba(37,211,102,0.35); }
.lang-switcher { display:flex; gap:6px; margin-left:8px; }
.lang-switcher a { font-size:11px; padding:4px 8px; border-radius:4px; text-decoration:none; color:var(--gray); border:1px solid transparent; }
.lang-switcher a.active { background:var(--dark); color:white; }
.lang-switcher a:hover { border-color:var(--grayLight); }
.hamburger { display:none; background:none; border:none; cursor:pointer; padding:8px; flex-direction:column; gap:5px; }
.hamburger span { width:22px; height:2px; background:var(--dark); border-radius:2px; }

/* ===== HERO ===== */
.hero { min-height:100vh; display:flex; align-items:center; background:var(--dark); padding:80px 0 60px; position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; top:-40%; right:-15%; width:600px; height:600px; background:radial-gradient(circle,rgba(0,200,83,0.08),transparent 70%); border-radius:50%; }
.hero-inner { max-width:1200px; margin:0 auto; padding:0 24px; display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; width:100%; }
.hero-content { color:white; }
.hero-badge { display:inline-block; font-size:11px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; color:var(--green); background:rgba(0,200,83,0.1); border:1px solid rgba(0,200,83,0.2); padding:6px 16px; border-radius:50px; margin-bottom:24px; }
.hero h1 { font-size:clamp(2rem,4vw,3.2rem); font-weight:800; line-height:1.12; letter-spacing:-0.03em; margin-bottom:16px; }
.hero p { font-size:15px; line-height:1.7; color:rgba(255,255,255,0.78); max-width:460px; margin-bottom:32px; }
.hero-stats { display:flex; gap:32px; margin-top:36px; }
.hero-stat { text-align:center; }
.hero-stat .num { font-size:28px; font-weight:800; color:var(--green); }
.hero-stat .label { font-size:11px; color:rgba(255,255,255,0.70); text-transform:uppercase; letter-spacing:0.08em; margin-top:4px; }

/* ===== BOOKING CARD ===== */
.booking-card { background:var(--white); border-radius:var(--radius-lg); padding:32px; box-shadow:0 20px 60px rgba(0,0,0,0.3); }
.booking-card h2 { font-size:20px; font-weight:800; margin-bottom:4px; }
.booking-subtitle { font-size:13px; color:var(--gray); margin-bottom:20px; }
.booking-card-sm { padding:24px; }
.booking-card-sm h3 { font-size:17px; font-weight:700; margin-bottom:14px; }

.form-group { margin-bottom:14px; }
.form-group label, .form-label-sm { display:block; font-size:11px; font-weight:600; color:var(--gray); text-transform:uppercase; letter-spacing:0.06em; margin-bottom:6px; }
.form-group select, .form-group input, .form-group textarea {
  width:100%; padding:12px 14px; border:1.5px solid var(--grayLight); border-radius:10px; font-family:'Sora',sans-serif; font-size:13px; color:var(--dark); transition:border-color 0.2s; background:white; }
.form-group select:focus, .form-group input:focus, .form-group textarea:focus { outline:none; border-color:var(--green); box-shadow:0 0 0 3px rgba(0,200,83,0.08); }
.form-group select { appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236B7280' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 5.646a.5.5 0 01.708 0L8 8.293l2.646-2.647a.5.5 0 01.708.708l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708z'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 14px center; padding-right:36px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }

/* Vehicle selector */
.vehicle-selector { display:grid; grid-template-columns:repeat(3,1fr); gap:6px; margin-bottom:16px; }
.vehicle-option { padding:10px 6px; border:1.5px solid var(--grayLight); border-radius:10px; text-align:center; cursor:pointer; transition:all 0.2s; }
.vehicle-option:hover { border-color:var(--green); background:rgba(0,200,83,0.03); }
.vehicle-option.active { border-color:var(--green); background:rgba(0,200,83,0.06); box-shadow:0 0 0 2px rgba(0,200,83,0.12); }
.v-icon { font-size:22px; margin-bottom:2px; }
.v-name { font-size:11px; font-weight:600; color:var(--dark); }
.v-seats { font-size:10px; color:var(--gray); }

/* Price display */
.price-display { background:var(--cream); border:1px solid var(--gold-light); border-radius:10px; padding:14px; text-align:center; margin-bottom:16px; display:none; }
.price-display.visible { display:block; }
.price-label { font-size:11px; color:var(--gray); text-transform:uppercase; letter-spacing:0.06em; }
.price-value { font-size:32px; font-weight:800; color:var(--dark); letter-spacing:-1px; }
.price-value .currency { font-size:14px; font-weight:500; color:var(--gray); }
.seasonal-note { font-size:11px; color:#8B6914; margin-top:4px; }

/* Buttons */
.btn-book { width:100%; padding:14px; background:var(--green); color:white; border:none; border-radius:10px; font-family:'Sora',sans-serif; font-size:14px; font-weight:700; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px; transition:all 0.2s; box-shadow:0 3px 15px rgba(0,200,83,0.25); text-decoration:none; }
.btn-book:hover { transform:translateY(-1px); box-shadow:0 5px 25px rgba(0,200,83,0.35); }
.btn-book-wa { background:var(--dark); margin-top:10px; box-shadow:none; }
.btn-book-wa:hover { background:var(--dark2); }
.btn-call { display:block; width:100%; padding:12px; text-align:center; color:var(--dark); border:1.5px solid var(--grayLight); border-radius:10px; font-size:13px; font-weight:600; text-decoration:none; margin-top:10px; transition:all 0.2s; }
.btn-call:hover { border-color:var(--dark); background:var(--cream); }
.btn-book-sm { display:block; padding:10px; background:var(--green); color:white; border-radius:8px; text-align:center; text-decoration:none; font-size:13px; font-weight:600; margin-top:10px; }

/* ===== BOOKING TABS ===== */
.booking-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  background: var(--cream);
  padding: 4px;
  border-radius: 12px;
}
.booking-tab {
  flex: 1;
  padding: 10px 12px;
  border: none;
  background: transparent;
  border-radius: 9px;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: var(--gray);
  transition: all 0.2s;
  white-space: nowrap;
}
.booking-tab.active {
  background: white;
  color: var(--dark);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.booking-tab:hover:not(.active) {
  color: var(--dark);
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
  animation: fadeIn 0.2s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== TRUST BAR ===== */
.trust-bar { background:var(--cream); padding:20px 0; border-bottom:1px solid rgba(0,0,0,0.04); }
.trust-inner { display:flex; justify-content:center; gap:32px; flex-wrap:wrap; }
.trust-item { display:flex; align-items:center; gap:8px; font-size:12px; font-weight:500; color:var(--dark2); }
.trust-icon { font-size:16px; }

/* ===== SECTIONS ===== */
.section { padding:80px 0; }
.section-alt { background:var(--cream); }
.section-dark { background:var(--dark); color:white; }
.section-label { font-size:11px; font-weight:700; color:var(--emerald); text-transform:uppercase; letter-spacing:0.15em; margin-bottom:10px; }
.section-title { font-size:clamp(1.6rem,3vw,2.4rem); font-weight:800; letter-spacing:-0.02em; margin-bottom:14px; line-height:1.2; }
.section-dark .section-title { color:white; }

/* ===== ROUTES ===== */
.routes-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:12px; margin-top:32px; }
.route-card { display:flex; align-items:center; gap:14px; padding:18px 20px; border:1.5px solid var(--grayLight); border-radius:var(--radius); transition:all 0.2s; text-decoration:none; color:var(--dark); background:white; }
.route-card:hover { border-color:var(--green); box-shadow:0 4px 20px rgba(0,0,0,0.06); transform:translateY(-2px); }
.route-icon { font-size:24px; width:44px; height:44px; display:flex; align-items:center; justify-content:center; background:rgba(0,200,83,0.06); border-radius:10px; flex-shrink:0; }
.route-info h3 { font-size:14px; font-weight:600; margin-bottom:2px; }
.route-info p { font-size:12px; color:var(--gray); }
.route-price { margin-left:auto; text-align:right; flex-shrink:0; }
.route-price .from { font-size:9px; color:var(--gray); text-transform:uppercase; }
.route-price .amount { font-size:20px; font-weight:800; color:var(--dark); }
.route-price .currency-sm { font-size:10px; color:var(--gray); }

/* ===== FLEET ===== */
.fleet-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:16px; margin-top:32px; }
.fleet-card { background:white; border-radius:var(--radius-lg); overflow:hidden; border:1px solid rgba(0,0,0,0.05); transition:all 0.2s; }
.fleet-card:hover { transform:translateY(-3px); box-shadow:0 8px 30px rgba(0,0,0,0.08); }
.fleet-img { height:160px; background:var(--cream); display:flex; align-items:center; justify-content:center; overflow:hidden; }
.fleet-img img { width:100%; height:100%; object-fit:cover; }
.fleet-emoji { font-size:56px; }
.fleet-body { padding:18px; }
.fleet-body h3 { font-size:15px; font-weight:700; margin-bottom:2px; }
.fleet-seats { font-size:12px; color:var(--gray); margin-bottom:10px; }
.fleet-tags { display:flex; gap:4px; flex-wrap:wrap; }
.fleet-tag { font-size:10px; padding:3px 8px; background:rgba(0,200,83,0.08); color:var(--emerald); border-radius:20px; font-weight:500; }

/* ===== WHY US ===== */
.why-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:16px; margin-top:36px; }
.why-card { background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:var(--radius-lg); padding:28px 24px; transition:all 0.2s; }
.why-card:hover { background:rgba(255,255,255,0.08); transform:translateY(-2px); }
.why-icon { font-size:28px; margin-bottom:14px; }
.why-card h3 { font-size:15px; font-weight:700; margin-bottom:8px; }
.why-card p { font-size:13px; color:rgba(255,255,255,0.78); line-height:1.6; }

/* ===== PRICING TABLE ===== */
.pricing-table-wrap { overflow-x:auto; margin-top:32px; border-radius:var(--radius-lg); border:1px solid var(--grayLight); }
.pricing-table { width:100%; border-collapse:collapse; min-width:700px; }
.pricing-table th { background:var(--dark); color:white; padding:14px 16px; font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:0.04em; text-align:center; }
.pricing-table th:first-child { text-align:left; }
.pricing-table td { padding:12px 16px; border-bottom:1px solid var(--grayLight); text-align:center; font-size:13px; font-weight:600; }
.pricing-table tr:hover td { background:rgba(0,200,83,0.03); }
.route-name-cell { text-align:left !important; font-size:12px; }
.price-cell-pub { color:var(--dark); }
.pricing-note { text-align:center; font-size:12px; color:var(--gray); margin-top:16px; }
.seasonal-notice { text-align:center; font-size:12px; color:#8B6914; font-weight:600; margin-top:12px; }

/* ===== TESTIMONIALS ===== */
.testimonials-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:16px; margin-top:32px; }
.testimonial-card { background:white; border-radius:var(--radius-lg); padding:24px; border:1px solid rgba(0,0,0,0.05); transition:all 0.2s; }
.testimonial-card:hover { box-shadow:0 4px 20px rgba(0,0,0,0.06); transform:translateY(-2px); }
.testimonial-stars { color:#8B6914; font-size:14px; letter-spacing:2px; margin-bottom:12px; }
.testimonial-text { font-size:14px; line-height:1.65; color:var(--dark2); margin-bottom:16px; font-style:italic; }
.testimonial-author { display:flex; align-items:center; gap:10px; }
.testimonial-avatar { width:40px; height:40px; border-radius:50%; background:var(--dark); color:white; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; }
.testimonial-name { font-size:13px; font-weight:600; }
.testimonial-route { font-size:11px; color:var(--gray); }

/* ===== CTA ===== */
.cta-section { background:var(--dark); padding:64px 24px; text-align:center; }
.cta-section h2 { font-size:clamp(1.5rem,3vw,2.2rem); font-weight:800; color:white; margin-bottom:10px; letter-spacing:-0.02em; }
.cta-section p { color:rgba(255,255,255,0.78); margin-bottom:28px; }
.cta-buttons { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
.btn-cta-whatsapp { display:inline-flex; align-items:center; gap:8px; background:var(--green); color:white; padding:14px 32px; border-radius:50px; font-size:15px; font-weight:700; text-decoration:none; transition:all 0.2s; }
.btn-cta-whatsapp:hover { transform:translateY(-2px); box-shadow:0 4px 20px rgba(0,200,83,0.3); }
.btn-cta-call { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,0.08); color:white; padding:14px 32px; border-radius:50px; font-size:15px; font-weight:700; text-decoration:none; border:1px solid rgba(255,255,255,0.15); }
.btn-cta-call:hover { background:rgba(255,255,255,0.12); }

/* ===== FOOTER ===== */
.footer { background:var(--dark); color:rgba(255,255,255,0.80); padding:56px 0 28px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:36px; }
.footer-logo { display:flex; align-items:center; gap:10px; margin-bottom:12px; }
.footer-logo span { font-size:16px; font-weight:800; color:white; }
.footer-brand p { font-size:13px; line-height:1.6; }
.footer h4 { color:white; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:14px; }
.footer ul { list-style:none; }
.footer li { margin-bottom:8px; }
.footer a { color:rgba(255,255,255,0.78); text-decoration:none; font-size:13px; transition:color 0.2s; }
.footer a:hover { color:var(--green); }
.footer-contact-list li { font-size:13px; margin-bottom:8px; }
.footer-social { display:flex; gap:10px; margin-top:14px; }
.footer-social a { padding:4px 10px; border:1px solid rgba(255,255,255,0.15); border-radius:4px; font-size:11px; }
.footer-bottom { margin-top:40px; padding-top:20px; border-top:1px solid rgba(255,255,255,0.08); display:flex; justify-content:space-between; align-items:center; font-size:12px; color:rgba(255,255,255,0.65); }
.footer-langs { display:flex; gap:14px; }
.footer-langs a { color:rgba(255,255,255,0.65); font-size:12px; text-decoration:none; }
.footer-langs a:hover { color:var(--green); }

/* ===== FLOATING WHATSAPP ===== */
.whatsapp-float { position:fixed; bottom:20px; right:20px; z-index:90; width:56px; height:56px; background:#25D366; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 20px rgba(37,211,102,0.35); transition:all 0.2s; animation:pulse 2s infinite; }
.whatsapp-float:hover { transform:scale(1.08); }
@keyframes pulse { 0%,100% { box-shadow:0 3px 20px rgba(37,211,102,0.35); } 50% { box-shadow:0 3px 30px rgba(37,211,102,0.5); } }

/* ===== ROUTE PAGE ===== */
.route-hero { background:var(--dark); padding:100px 0 60px; color:white; }
.route-hero-grid { display:grid; grid-template-columns:1fr 400px; gap:40px; align-items:start; }
.route-hero-icon { font-size:40px; display:block; margin-bottom:12px; }
.route-hero h1 { font-size:clamp(1.6rem,3vw,2.4rem); font-weight:800; letter-spacing:-0.02em; margin-bottom:14px; }
.route-meta { display:flex; gap:20px; font-size:13px; color:rgba(255,255,255,0.78); }
.breadcrumb { font-size:12px; color:rgba(255,255,255,0.70); margin-bottom:24px; }
.breadcrumb a { color:rgba(255,255,255,0.78); text-decoration:none; }
.breadcrumb a:hover { color:white; }

.route-pricing-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(180px,1fr)); gap:14px; margin-top:24px; }
.route-price-card { background:white; border:1px solid var(--grayLight); border-radius:var(--radius); padding:20px; text-align:center; transition:all 0.2s; }
.route-price-card:hover { border-color:var(--green); box-shadow:0 4px 16px rgba(0,0,0,0.06); }
.rpc-icon { font-size:28px; margin-bottom:6px; }
.route-price-card h4 { font-size:14px; font-weight:700; margin-bottom:2px; }
.rpc-seats { font-size:12px; color:var(--gray); margin-bottom:10px; }
.rpc-price { font-size:24px; font-weight:800; color:var(--dark); margin-bottom:10px; }

/* FAQ */
.faq-list { max-width:700px; margin-top:24px; }
.faq-item { border-bottom:1px solid var(--grayLight); }
.faq-question { display:flex; justify-content:space-between; align-items:center; width:100%; padding:16px 0; background:none; border:none; font-family:'Sora',sans-serif; font-size:14px; font-weight:600; cursor:pointer; text-align:left; color:var(--dark); }
.faq-toggle { font-size:20px; color:var(--gray); transition:transform 0.2s; }
.faq-item.open .faq-toggle { transform:rotate(45deg); }
.faq-answer { max-height:0; overflow:hidden; transition:max-height 0.3s; }
.faq-item.open .faq-answer { max-height:200px; }
.faq-answer p { padding:0 0 16px; font-size:13px; color:var(--gray); line-height:1.6; }

/* Page hero */
.page-hero { background:var(--dark); padding:100px 0 48px; color:white; }
.page-hero h1 { font-size:clamp(1.6rem,3vw,2.4rem); font-weight:800; letter-spacing:-0.02em; }
.page-hero p { color:rgba(255,255,255,0.78); margin-top:8px; }

/* Booking form page */
.booking-form-grid { display:grid; grid-template-columns:1fr 320px; gap:32px; align-items:start; }
.booking-form-card { background:white; border-radius:var(--radius-lg); padding:32px; border:1px solid var(--grayLight); }
.booking-form-card h3 { font-size:16px; font-weight:700; margin-bottom:16px; padding-bottom:10px; border-bottom:1px solid var(--grayLight); }
.booking-form-buttons { display:grid; gap:8px; margin-top:12px; }
.booking-sidebar { display:flex; flex-direction:column; gap:16px; }
.sidebar-card { background:var(--cream); border-radius:var(--radius); padding:20px; }
.sidebar-card h4 { font-size:14px; font-weight:700; margin-bottom:6px; }
.sidebar-card p { font-size:12px; color:var(--gray); margin-bottom:12px; }
.sidebar-card ul { list-style:none; font-size:12px; line-height:2; }
.btn-call-full, .btn-wa-full { display:block; padding:10px; text-align:center; border-radius:8px; text-decoration:none; font-size:13px; font-weight:600; }
.btn-call-full { background:var(--dark); color:white; }
.btn-wa-full { background:#25D366; color:white; }
.booking-success { text-align:center; padding:40px; }
.success-icon { font-size:48px; margin-bottom:12px; }
.booking-success h3 { font-size:22px; font-weight:800; margin-bottom:8px; }
.booking-success p { color:var(--gray); }

/* Content block */
.content-block { max-width:800px; font-size:15px; line-height:1.8; color:var(--dark2); }
.content-block h2 { font-size:22px; font-weight:700; margin:24px 0 12px; }
.content-block h3 { font-size:18px; font-weight:600; margin:20px 0 10px; }
.content-block p { margin-bottom:14px; }
.content-block ul { padding-left:24px; margin-bottom:14px; }
.content-block li { margin-bottom:6px; }

/* Scroll animations */
.animate-on-scroll { opacity:0; transform:translateY(20px); transition:opacity 0.5s,transform 0.5s; }
.animate-on-scroll.visible { opacity:1; transform:translateY(0); }


/* ===== ACCESSIBILITY: Focus visible styles ===== */
:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
a:focus-visible,
button:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
  border-radius: 4px;
}
/* Skip to main content link (screen readers) */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--green);
  color: white;
  padding: 8px 16px;
  z-index: 9999;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 0 8px 0;
  text-decoration: none;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0;
}

/* ===== RTL SUPPORT ===== */
[dir="rtl"] .nav-links { direction:rtl; }
[dir="rtl"] .route-price { margin-left:0; margin-right:auto; }
[dir="rtl"] .footer-grid { direction:rtl; }

/* ===== RESPONSIVE ===== */
@media(max-width:1024px) {
  .hero-inner { grid-template-columns:1fr; }
  .hero-content { text-align:center; }
  .hero p { margin:0 auto 32px; }
  .hero-stats { justify-content:center; }
  .route-hero-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .booking-form-grid { grid-template-columns:1fr; }
}
@media(max-width:768px) {
  .nav-links { display:none; position:absolute; top:64px; left:0; right:0; background:white; flex-direction:column; padding:20px 24px; border-bottom:1px solid var(--grayLight); box-shadow:0 4px 20px rgba(0,0,0,0.06); gap:14px; }
  .nav-links.open { display:flex; }
  .hamburger { display:flex; }
  .lang-switcher { display:none; }
  .hero { min-height:auto; padding:90px 0 40px; }
  .booking-card { padding:24px; }
  .form-row { grid-template-columns:1fr; }
  .vehicle-selector { grid-template-columns:repeat(2,1fr); }
  .routes-grid { grid-template-columns:1fr; }
  .fleet-grid { grid-template-columns:1fr 1fr; }
  .why-grid { grid-template-columns:1fr; }
  .testimonials-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-bottom { flex-direction:column; gap:10px; text-align:center; }
  .cta-buttons { flex-direction:column; align-items:center; }
  .section { padding:56px 0; }
  .trust-inner { gap:16px; }
  .trust-item { font-size:11px; }
  .route-pricing-grid { grid-template-columns:1fr 1fr; }
  .booking-tab { font-size:12px; padding:9px 8px; }
}
@media(max-width:480px) {
  .fleet-grid { grid-template-columns:1fr; }
  .hero h1 { font-size:1.8rem; }
  .route-pricing-grid { grid-template-columns:1fr; }
}

/* ===== BLOG STYLES ===== */
.blog-hero-inner { display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:20px; }
.blog-cat-pills { display:flex; gap:8px; flex-wrap:wrap; }
.cat-pill { display:inline-block; padding:6px 16px; border-radius:50px; font-size:12px; font-weight:600; text-decoration:none; color:rgba(255,255,255,0.85); border:1px solid rgba(255,255,255,0.30); transition:all 0.2s; }
.cat-pill:hover, .cat-pill.active { background:white; color:var(--dark); }
.blog-cat-badge { display:inline-block; font-size:11px; font-weight:600; color:var(--emerald); background:var(--emerald-light); padding:3px 10px; border-radius:20px; text-decoration:none; margin-bottom:8px; }

/* Blog Grid */
.blog-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(300px, 1fr)); gap:20px; }
.blog-grid-3 { grid-template-columns:repeat(auto-fill, minmax(260px, 1fr)); }

/* Blog Card */
.blog-card { background:white; border-radius:var(--radius-lg); overflow:hidden; border:1px solid rgba(0,0,0,0.05); transition:all 0.2s; min-height:200px; display:flex; flex-direction:column; }
.blog-card:hover { transform:translateY(-3px); box-shadow:0 8px 30px rgba(0,0,0,0.08); }
.blog-card-featured { grid-column: span 1; display:block; }
.blog-card-img { display:block; height:200px; overflow:hidden; background:var(--cream); }
.blog-card-img img { width:100%; height:100%; object-fit:cover; transition:transform 0.3s; }
.blog-card:hover .blog-card-img img { transform:scale(1.03); }
.blog-card-img-placeholder { display:flex; align-items:center; justify-content:center; font-size:40px; }
.blog-card-featured .blog-card-img { height:100%; min-height:240px; }
.blog-card-body { padding:20px; }
.blog-card-title { font-size:16px; font-weight:700; line-height:1.35; margin-bottom:8px; }
.blog-card-title a { color:var(--dark); text-decoration:none; }
.blog-card-title a:hover { color:var(--emerald); }
.blog-card-excerpt { font-size:13px; color:var(--gray); line-height:1.6; margin-bottom:12px; }
.blog-card-meta { display:flex; align-items:center; gap:12px; font-size:12px; color:var(--gray); flex-wrap:wrap; }
.blog-read-more { margin-left:auto; color:var(--emerald); font-weight:600; text-decoration:none; font-size:12px; }
.blog-read-more:hover { text-decoration:underline; }

/* Pagination */
.blog-pagination { display:flex; justify-content:center; gap:8px; margin-top:48px; flex-wrap:wrap; }
.page-btn { display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:8px; border:1.5px solid var(--grayLight); text-decoration:none; color:var(--dark); font-size:13px; font-weight:600; transition:all 0.2s; }
.page-btn:hover, .page-btn.active { background:var(--dark); color:white; border-color:var(--dark); }
.page-btn.active { pointer-events:none; }

/* Single Post */
.post-meta { display:flex; gap:16px; font-size:13px; color:rgba(255,255,255,0.70); margin-top:12px; }
.post-layout { display:grid; grid-template-columns:1fr 300px; gap:40px; align-items:start; }
.post-featured-img { border-radius:var(--radius-lg); overflow:hidden; margin-bottom:32px; max-height:420px; }
.post-featured-img img { width:100%; height:100%; object-fit:cover; }
.post-body { font-size:15px; line-height:1.8; color:var(--dark2); }
.post-body h2 { font-size:22px; font-weight:700; margin:32px 0 12px; }
.post-body h3 { font-size:18px; font-weight:600; margin:24px 0 10px; }
.post-body p { margin-bottom:16px; }
.post-body ul, .post-body ol { padding-left:24px; margin-bottom:16px; }
.post-body li { margin-bottom:8px; }
.post-body img { border-radius:var(--radius); max-width:100%; margin:16px 0; }
.post-body blockquote { border-left:3px solid var(--green); padding:12px 20px; background:var(--emerald-light); border-radius:0 8px 8px 0; margin:20px 0; font-style:italic; }
.post-share { display:flex; align-items:center; gap:12px; margin-top:40px; padding-top:20px; border-top:1px solid var(--grayLight); flex-wrap:wrap; }
.post-share span { font-size:13px; font-weight:600; color:var(--gray); }
.share-btn { display:inline-flex; align-items:center; gap:6px; padding:8px 16px; border-radius:50px; font-size:12px; font-weight:600; text-decoration:none; }
.share-wa { background:#25D366; color:white; }
.share-tw { background:#1DA1F2; color:white; }
.post-sidebar { position:sticky; top:80px; display:flex; flex-direction:column; gap:16px; }

/* Responsive */
@media(max-width:1024px) {
  .post-layout { grid-template-columns:1fr; }
  .post-sidebar { position:static; }
  .blog-card-featured { grid-column:span 1; display:block; }
}
@media(max-width:768px) {
  .blog-grid { grid-template-columns:1fr; }
  .blog-hero-inner { flex-direction:column; align-items:flex-start; }
  .blog-cat-pills { margin-top:12px; }
}