/*
Theme Name: Udaipur Tours & Cab Services
Theme URI: https://udaipurtourscabservices.com
Author: Udaipur Tours & Cab Services
Description: Professional WordPress theme for Udaipur Tour & Cab Service. Elementor Full Width compatible. 15 pages, Lead CRM, Booking System.
Version: 3.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: udaipur-tours
Tags: travel, tour, cab, elementor, custom-colors, full-width-template, responsive
*/

/* ============================================================
   ROOT VARIABLES
============================================================ */
:root {
  --red:       #C8102E;
  --red-dark:  #a50d24;
  --gold:      #D4AF37;
  --white:     #ffffff;
  --off:       #f9f6f2;
  --dark:      #1c1c1c;
  --gray:      #666f7a;
  --border:    #e4e4e4;
  --shadow:    0 6px 30px rgba(200,16,46,0.13);
  --radius:    10px;
  --font:      'Poppins', sans-serif;
  --serif:     'Playfair Display', Georgia, serif;
  --ease:      all 0.3s ease;
}

/* ============================================================
   RESET & BASE
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html   { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body   { font-family: var(--font); color: var(--dark); background: var(--white); line-height: 1.7; overflow-x: hidden; }
img    { max-width: 100%; height: auto; display: block; }
a      { color: var(--red); text-decoration: none; transition: var(--ease); }
a:hover{ color: var(--red-dark); }
ul, ol { list-style: none; }
button { font-family: var(--font); cursor: pointer; border: none; outline: none; }
input, select, textarea { font-family: var(--font); outline: none; }

h1,h2,h3,h4,h5 { font-family: var(--serif); font-weight: 700; line-height: 1.25; color: var(--dark); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 3vw, 1.8rem); }
h4 { font-size: 1.15rem; }
p  { margin-bottom: 1em; color: var(--gray); }

/* ============================================================
   LAYOUT
============================================================ */
.site           { display: flex; flex-direction: column; min-height: 100vh; }
.site-content   { flex: 1; }
.wrap           { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap-sm        { max-width: 900px;  margin: 0 auto; padding: 0 24px; }
.wrap-lg        { max-width: 1400px; margin: 0 auto; padding: 0 24px; }

/* Elementor full-width override */
body .elementor-section.elementor-section-full_width,
body .elementor-section.elementor-section-full_width > .elementor-container { max-width: 100% !important; }

/* ============================================================
   UTILITY
============================================================ */
.text-center { text-align: center; }
.text-red    { color: var(--red); }
.bg-off      { background: var(--off); }
.bg-dark     { background: var(--dark); }
.bg-red      { background: var(--red); }

.section     { padding: 80px 0; }
.section-sm  { padding: 50px 0; }

.tag-line {
  display: inline-block;
  color: var(--red); font-size: .75rem; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 10px;
}
.tag-line::before, .tag-line::after { content: '—'; margin: 0 8px; }

.sec-title       { margin-bottom: 12px; }
.sec-title span  { color: var(--red); }
.sec-desc        { color: var(--gray); max-width: 600px; margin: 0 auto 50px; font-size: .95rem; }

/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: 50px;
  font-weight: 700; font-size: .9rem; transition: var(--ease);
  white-space: nowrap; border: 2px solid transparent;
}
.btn-red      { background: var(--red);   color: #fff; border-color: var(--red);   box-shadow: 0 5px 20px rgba(200,16,46,.35); }
.btn-red:hover{ background: var(--red-dark); border-color: var(--red-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(200,16,46,.45); }
.btn-white    { background: #fff;   color: var(--red); border-color: #fff; }
.btn-white:hover { background: transparent; color: #fff; }
.btn-outline  { background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }
.btn-outline:hover { background: #fff; color: var(--red); }
.btn-outline-red { background: transparent; color: var(--red); border-color: var(--red); }
.btn-outline-red:hover { background: var(--red); color: #fff; }
.btn-gold     { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.btn-gold:hover { opacity: .9; transform: translateY(-2px); }
.btn-lg { padding: 14px 34px; font-size: 1rem; }
.btn-sm { padding: 8px 20px; font-size: .82rem; }

/* ============================================================
   HEADER
============================================================ */
#site-header {
  position: sticky; top: 0; z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,.07);
  transition: box-shadow .3s ease;
}
#site-header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,.13); }

/* Top bar */
.header-bar {
  background: var(--red);
  padding: 6px 0;
}
.header-bar .wrap {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 6px;
}
.hbar-left, .hbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hbar-item {
  display: flex; align-items: center; gap: 6px;
  font-size: .76rem; color: rgba(255,255,255,.92);
}
.hbar-item a { color: rgba(255,255,255,.92); }
.hbar-item a:hover { color: var(--gold); }
.hbar-item i { font-size: .8rem; color: var(--gold); }
.hbar-social { display: flex; gap: 12px; }
.hbar-social a { color: rgba(255,255,255,.8); font-size: .85rem; transition: var(--ease); }
.hbar-social a:hover { color: var(--gold); }

/* Header main */
.header-main { padding: 12px 0; }
.header-main .wrap { display: flex; justify-content: space-between; align-items: center; gap: 20px; }

/* Logo */
.site-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.logo-emblem {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--red); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; box-shadow: 0 4px 14px rgba(200,16,46,.3);
}
.logo-emblem svg { width: 32px; height: 32px; fill: #fff; }
.logo-words { display: flex; flex-direction: column; }
.logo-name {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 700;
  color: var(--red); line-height: 1.15; letter-spacing: .2px;
}
.logo-tagline { font-size: .58rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1.5px; }

/* Desktop nav */
.nav-desktop { display: flex; align-items: center; gap: 6px; }
.nav-menu    { display: flex; align-items: center; gap: 2px; }
.nav-menu > li { position: relative; }
.nav-menu > li > a {
  display: block; padding: 8px 11px;
  font-size: .82rem; font-weight: 600; color: var(--dark);
  border-radius: 6px; white-space: nowrap; transition: var(--ease);
}
.nav-menu > li > a:hover,
.nav-menu > li.current > a { color: var(--red); background: rgba(200,16,46,.07); }
.nav-menu > li.has-sub > a::after { content: ' ▾'; font-size: .6rem; opacity: .7; }

/* Dropdown */
.nav-drop {
  display: none; position: absolute; top: calc(100% + 6px); left: 0;
  min-width: 215px; background: #fff;
  border-top: 3px solid var(--red); border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 35px rgba(0,0,0,.13); z-index: 9999;
}
.nav-drop li a {
  display: block; padding: 10px 18px;
  font-size: .82rem; color: var(--dark);
  border-bottom: 1px solid var(--border); transition: var(--ease);
}
.nav-drop li:last-child a { border-bottom: none; }
.nav-drop li a:hover { color: var(--red); background: var(--off); padding-left: 24px; }
.nav-menu > li:hover .nav-drop { display: block; animation: fadeDown .2s ease; }
@keyframes fadeDown { from { opacity:0; transform: translateY(-8px); } to { opacity:1; transform: translateY(0); } }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 5px; cursor: pointer; z-index: 10001;
}
.hamburger span { display: block; width: 25px; height: 2.5px; background: var(--red); border-radius: 2px; transition: var(--ease); }
.hamburger.is-open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.is-open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ============================================================
   MOBILE NAV DRAWER
============================================================ */
.nav-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.55); z-index: 9998;
  backdrop-filter: blur(2px);
}
.nav-overlay.is-open { display: block; }

.nav-drawer {
  position: fixed; top: 0; right: -320px; width: 300px; max-width: 100vw;
  height: 100%; background: #fff; z-index: 9999; overflow-y: auto;
  transition: right .35s cubic-bezier(.4,0,.2,1);
  box-shadow: -8px 0 40px rgba(0,0,0,.15);
  display: flex; flex-direction: column;
}
.nav-drawer.is-open { right: 0; }

.drawer-head {
  background: var(--red); padding: 20px; flex-shrink: 0;
  display: flex; justify-content: space-between; align-items: center;
}
.drawer-head .logo-name { color: #fff; font-size: 1rem; }
.drawer-head .logo-tagline { color: rgba(255,255,255,.75); }
.drawer-close {
  background: rgba(255,255,255,.15); border: none; color: #fff;
  width: 32px; height: 32px; border-radius: 50%; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: var(--ease);
}
.drawer-close:hover { background: rgba(255,255,255,.3); }

.drawer-menu { flex: 1; overflow-y: auto; }
.drawer-menu > li { border-bottom: 1px solid var(--border); }
.drawer-menu > li > .dm-link {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 20px; font-weight: 600; font-size: .92rem; color: var(--dark);
  transition: var(--ease);
}
.drawer-menu > li > .dm-link:hover { color: var(--red); background: var(--off); }
.dm-arrow { font-size: .9rem; color: var(--red); transition: transform .3s ease; flex-shrink: 0; cursor: pointer; padding: 0 4px; }
.dm-arrow.open { transform: rotate(180deg); }

.drawer-sub { display: none; background: var(--off); }
.drawer-sub.open { display: block; }
.drawer-sub li a {
  display: block; padding: 11px 20px 11px 35px;
  font-size: .85rem; color: var(--gray); border-bottom: 1px solid var(--border);
  transition: var(--ease);
}
.drawer-sub li:last-child a { border-bottom: none; }
.drawer-sub li a:hover { color: var(--red); padding-left: 40px; }

.drawer-contact { padding: 20px; background: var(--off); flex-shrink: 0; }
.drawer-contact p { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gray); margin-bottom: 12px; }
.drawer-contact a { display: flex; align-items: center; gap: 10px; padding: 9px 0; font-weight: 600; font-size: .88rem; color: var(--dark); border-bottom: 1px solid var(--border); }
.drawer-contact a:last-child { border-bottom: none; }
.drawer-contact a i { color: var(--red); width: 18px; text-align: center; }
.drawer-contact a.wa i { color: #25D366; }

.drawer-cta { padding: 16px 20px; flex-shrink: 0; }
.drawer-cta .btn { width: 100%; justify-content: center; border-radius: 8px; }

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative; min-height: 92vh;
  display: flex; align-items: center; overflow: hidden;
}
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slides .swiper,
.hero-swiper  { width: 100%; height: 100%; }
.hero-slide   { height: 92vh; background-size: cover; background-position: center; }
.hero-dim     { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(20,20,20,.75) 0%, rgba(200,16,46,.45) 100%); z-index: 1; }

.hero-body { position: relative; z-index: 2; padding: 80px 0 130px; width: 100%; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--gold); background: rgba(212,175,55,.15);
  color: var(--gold); padding: 5px 16px; border-radius: 50px;
  font-size: .74rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px;
}
.hero-title  { color: #fff; margin-bottom: 16px; text-shadow: 0 2px 14px rgba(0,0,0,.35); }
.hero-title span { color: var(--gold); }
.hero-sub    { color: rgba(255,255,255,.9); font-size: 1.05rem; max-width: 540px; margin-bottom: 26px; }
.hero-trust  { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 32px; }
.trust-item  { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.9); font-size: .84rem; }
.trust-item i { color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Swiper pagination override */
.hero .swiper-pagination-bullet { background: rgba(255,255,255,.5); opacity: 1; }
.hero .swiper-pagination-bullet-active { background: var(--red); transform: scale(1.3); }

/* ============================================================
   BOOKING BAR
============================================================ */
.booking-bar-outer { padding: 0 24px; }
.booking-bar {
  background: #fff; border-radius: 14px;
  box-shadow: 0 10px 50px rgba(0,0,0,.14);
  padding: 26px 30px; margin: -60px auto 0;
  position: relative; z-index: 100; max-width: 1100px;
}
.bb-label {
  text-align: center; margin-bottom: 18px;
  font-size: .95rem; font-weight: 700; color: var(--dark);
}
.bb-label i { color: var(--red); margin-right: 7px; }
.bb-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 14px; align-items: end;
}
.bb-field label { display: block; font-size: .7rem; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 5px; }
.bb-field input, .bb-field select {
  width: 100%; padding: 11px 13px;
  border: 1.5px solid var(--border); border-radius: 8px;
  font-size: .87rem; color: var(--dark); background: var(--off); transition: var(--ease);
}
.bb-field input:focus, .bb-field select:focus { border-color: var(--red); background: #fff; box-shadow: 0 0 0 3px rgba(200,16,46,.1); }
.bb-btn { background: var(--red); color: #fff; border: none; padding: 12px 24px; border-radius: 8px; font-weight: 700; font-size: .9rem; transition: var(--ease); white-space: nowrap; display: flex; align-items: center; gap: 7px; }
.bb-btn:hover { background: var(--red-dark); transform: translateY(-2px); }

/* ============================================================
   TOUR / SERVICE CARDS (No Price)
============================================================ */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.cards-grid-2 { grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); }

.tour-card {
  background: #fff; border-radius: var(--radius);
  box-shadow: 0 4px 20px rgba(0,0,0,.07); overflow: hidden;
  transition: var(--ease); display: flex; flex-direction: column;
}
.tour-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }

.card-thumb { position: relative; overflow: hidden; height: 220px; }
.card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.tour-card:hover .card-thumb img { transform: scale(1.08); }
.card-label {
  position: absolute; top: 14px; left: 14px;
  background: var(--red); color: #fff;
  padding: 4px 13px; border-radius: 50px; font-size: .72rem; font-weight: 700; z-index: 1;
}
.card-label.gold { background: var(--gold); color: var(--dark); }

.card-body { padding: 22px; flex: 1; }
.card-meta { display: flex; align-items: center; gap: 6px; color: var(--gray); font-size: .78rem; margin-bottom: 9px; }
.card-title { font-size: 1.08rem; margin-bottom: 9px; color: var(--dark); line-height: 1.35; }
.card-desc  { font-size: .85rem; color: var(--gray); line-height: 1.65; margin-bottom: 0; }
.card-tags  { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.card-tag   { background: rgba(200,16,46,.08); color: var(--red); padding: 3px 10px; border-radius: 50px; font-size: .72rem; font-weight: 600; }

.card-foot {
  display: flex; gap: 10px; padding: 16px 22px;
  border-top: 1px solid var(--border); background: var(--off);
}
.card-foot .btn { flex: 1; justify-content: center; }

/* ============================================================
   CAB / FLEET CARDS (With Car Images, No Price)
============================================================ */
.cab-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 26px; }

.cab-card {
  background: #fff; border-radius: var(--radius);
  box-shadow: 0 4px 20px rgba(0,0,0,.07);
  border: 1.5px solid var(--border); overflow: hidden;
  transition: var(--ease); display: flex; flex-direction: column;
}
.cab-card:hover { border-color: var(--red); transform: translateY(-6px); box-shadow: var(--shadow); }

.cab-photo { height: 190px; overflow: hidden; background: var(--off); }
.cab-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.cab-card:hover .cab-photo img { transform: scale(1.07); }

.cab-body { padding: 20px; flex: 1; }
.cab-name { font-weight: 800; font-size: 1.05rem; margin-bottom: 4px; color: var(--dark); }
.cab-cap  { display: flex; align-items: center; gap: 6px; color: var(--gray); font-size: .8rem; margin-bottom: 13px; }
.cab-list { list-style: none; margin-bottom: 0; }
.cab-list li { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--gray); padding: 4px 0; }
.cab-list li::before { content: '✓'; color: var(--red); font-weight: 800; flex-shrink: 0; }

.cab-foot { padding: 15px 20px; border-top: 1px solid var(--border); background: var(--off); }
.cab-foot .btn { width: 100%; justify-content: center; }

/* ============================================================
   FEATURES
============================================================ */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 26px; }
.feat-card {
  text-align: center; padding: 32px 22px; border-radius: var(--radius);
  background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.06);
  border-bottom: 3px solid transparent; transition: var(--ease);
}
.feat-card:hover { border-bottom-color: var(--red); transform: translateY(-5px); box-shadow: var(--shadow); }
.feat-icon {
  width: 62px; height: 62px; background: rgba(200,16,46,.09);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; font-size: 1.5rem; transition: var(--ease);
}
.feat-card:hover .feat-icon { background: var(--red); }
.feat-card:hover .feat-icon i { color: #fff !important; }
.feat-title { font-size: 1rem; font-family: var(--font); font-weight: 700; margin-bottom: 8px; }
.feat-text  { font-size: .83rem; color: var(--gray); line-height: 1.65; margin: 0; }

/* ============================================================
   STATS
============================================================ */
.stats-strip { background: var(--red); padding: 44px 0; }
.stats-grid  { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stat-box    { color: #fff; }
.stat-num    { font-family: var(--serif); font-size: 2.8rem; font-weight: 800; line-height: 1; margin-bottom: 6px; }
.stat-num span { color: var(--gold); }
.stat-txt    { font-size: .78rem; opacity: .9; text-transform: uppercase; letter-spacing: 1.2px; }

/* ============================================================
   TESTIMONIALS
============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px,1fr)); gap: 24px; }
.testi-card { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: 0 4px 18px rgba(0,0,0,.07); position: relative; }
.testi-card::before { content:'"'; position:absolute; top:10px; right:18px; font-size:5rem; color:rgba(200,16,46,.06); font-family:Georgia,serif; line-height:1; pointer-events:none; }
.testi-stars { color:#FFB800; font-size:.9rem; margin-bottom:11px; letter-spacing:2px; }
.testi-text  { font-size:.87rem; color:var(--gray); font-style:italic; line-height:1.75; margin-bottom:18px; }
.testi-author{ display:flex; align-items:center; gap:12px; }
.testi-av    { width:44px; height:44px; background:var(--red); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:800; font-size:1rem; flex-shrink:0; }
.testi-name  { font-weight:700; font-size:.88rem; margin-bottom:2px; color:var(--dark); }
.testi-place { font-size:.75rem; color:var(--gray); }

/* ============================================================
   GALLERY
============================================================ */
.gal-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.gal-item { overflow:hidden; border-radius:8px; }
.gal-item a { display:block; }
.gal-item img { width:100%; height:200px; object-fit:cover; transition:transform .5s ease; }
.gal-item:hover img { transform:scale(1.09); }
.gal-item:first-child { grid-column:span 2; }
.gal-item:first-child img { height:290px; }

/* ============================================================
   CTA STRIP
============================================================ */
.cta-strip {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  padding: 70px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-strip::before {
  content:''; position:absolute; inset:0;
  background: radial-gradient(circle at 20% 50%, rgba(255,255,255,.05) 0%, transparent 60%),
              radial-gradient(circle at 80% 50%, rgba(255,255,255,.05) 0%, transparent 60%);
}
.cta-strip > .wrap { position: relative; z-index: 1; }
.cta-strip h2 { color:#fff; margin-bottom:12px; }
.cta-strip p  { color:rgba(255,255,255,.9); max-width:520px; margin:0 auto 30px; }
.cta-btns     { display:flex; justify-content:center; flex-wrap:wrap; gap:14px; }

/* ============================================================
   PAGE HERO (Inner Pages)
============================================================ */
.page-hero {
  min-height: 370px; display: flex; align-items: center;
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, rgba(20,20,20,.8) 0%, rgba(200,16,46,.6) 100%),
              url('assets/images/udaipur-city-palace.webp') center/cover no-repeat;
}
.page-hero[data-bg] { background-image: none; } /* JS will set bg */
.page-hero-inner  { position:relative; z-index:2; color:#fff; }
.page-hero h1     { color:#fff; margin-bottom:10px; text-shadow:0 2px 12px rgba(0,0,0,.35); }
.page-hero p      { color:rgba(255,255,255,.88); font-size:1rem; margin-bottom:14px; }
.breadcrumb       { display:flex; align-items:center; gap:7px; flex-wrap:wrap; }
.breadcrumb li    { font-size:.83rem; color:rgba(255,255,255,.8); }
.breadcrumb li a  { color:var(--gold); }
.breadcrumb li + li::before { content:'›'; margin-right:6px; color:rgba(255,255,255,.5); }

/* ============================================================
   SERVICE / TOUR SINGLE PAGE
============================================================ */
.single-layout { display:grid; grid-template-columns:1fr 340px; gap:40px; align-items:start; }

/* Meta strip */
.detail-meta {
  display:flex; flex-wrap:wrap; gap:18px;
  background:var(--off); border-radius:10px; padding:20px 24px; margin-bottom:28px;
}
.dm-item { display:flex; align-items:center; gap:8px; }
.dm-item i { color:var(--red); width:18px; text-align:center; }
.dm-label { font-size:.7rem; color:var(--gray); text-transform:uppercase; letter-spacing:.5px; display:block; margin-bottom:1px; }
.dm-value { font-size:.88rem; font-weight:700; color:var(--dark); }

/* Itinerary */
.itin { position:relative; padding-left:48px; }
.itin::before { content:''; position:absolute; left:14px; top:0; bottom:0; width:2px; background:linear-gradient(to bottom, var(--red), var(--gold)); border-radius:2px; }
.itin-item { position:relative; margin-bottom:22px; background:#fff; border-radius:10px; padding:20px 24px; box-shadow:0 3px 14px rgba(0,0,0,.07); }
.itin-item::before { content:attr(data-n); position:absolute; left:-50px; top:18px; width:28px; height:28px; background:var(--red); color:#fff; border-radius:50%; font-size:.72rem; font-weight:800; display:flex; align-items:center; justify-content:center; }
.itin-day  { font-size:.75rem; font-weight:700; color:var(--red); text-transform:uppercase; letter-spacing:.5px; margin-bottom:4px; }
.itin-title{ font-size:1rem; font-weight:700; color:var(--dark); margin-bottom:6px; }
.itin-desc { font-size:.85rem; color:var(--gray); margin:0; }

/* Inc / Exc */
.ie-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:30px; }
.ie-box  { background:#fff; border-radius:10px; padding:22px; box-shadow:0 3px 14px rgba(0,0,0,.06); }
.ie-box.inc { border-left:4px solid #22c55e; }
.ie-box.exc { border-left:4px solid var(--red); }
.ie-title{ font-size:.9rem; font-weight:700; margin-bottom:13px; }
.ie-list li { display:flex; gap:8px; font-size:.83rem; color:var(--gray); padding:5px 0; }
.ie-box.inc .ie-list li::before { content:'✓'; color:#22c55e; font-weight:800; flex-shrink:0; }
.ie-box.exc .ie-list li::before { content:'✗'; color:var(--red); font-weight:800; flex-shrink:0; }

/* Sidebar booking card */
.booking-sidebar {
  background:#fff; border-radius:14px; overflow:hidden;
  box-shadow:0 8px 40px rgba(0,0,0,.1); position:sticky; top:90px;
}
.bsb-head { background:var(--red); padding:24px; text-align:center; }
.bsb-head h4 { color:#fff; font-size:1.1rem; margin-bottom:4px; }
.bsb-head p  { color:rgba(255,255,255,.85); font-size:.83rem; margin:0; }
.bsb-body { padding:22px; }
.bsb-actions { display:flex; flex-direction:column; gap:10px; }
.bsb-actions .btn { justify-content:center; border-radius:8px; }
.bsb-info { margin-top:18px; padding-top:18px; border-top:1px solid var(--border); }
.bsb-info p { font-size:.78rem; color:var(--gray); margin-bottom:6px; display:flex; align-items:center; gap:7px; }
.bsb-info p i { color:var(--red); flex-shrink:0; }

/* ============================================================
   CONTACT
============================================================ */
.contact-wrap { display:grid; grid-template-columns:1fr 1fr; gap:45px; align-items:start; }
.contact-card { background:var(--red); border-radius:14px; padding:36px; color:#fff; }
.contact-card h3 { color:#fff; margin-bottom:24px; }
.cc-item { display:flex; gap:14px; margin-bottom:20px; align-items:flex-start; }
.cc-icon { width:42px; height:42px; background:rgba(255,255,255,.15); border-radius:9px; display:flex; align-items:center; justify-content:center; flex-shrink:0; color:#fff; }
.cc-label{ font-size:.7rem; opacity:.8; text-transform:uppercase; letter-spacing:.5px; margin-bottom:3px; }
.cc-value{ font-weight:600; font-size:.9rem; }
.cc-value a { color:#fff; }
.cc-value a:hover { color:var(--gold); }

.form-card { background:#fff; border-radius:14px; padding:36px; box-shadow:0 6px 30px rgba(0,0,0,.08); }
.fg { margin-bottom:18px; }
.fg label { display:block; font-weight:600; font-size:.83rem; margin-bottom:6px; color:var(--dark); }
.fg input, .fg select, .fg textarea {
  width:100%; padding:11px 14px;
  border:1.5px solid var(--border); border-radius:9px;
  font-size:.87rem; color:var(--dark); transition:var(--ease);
}
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color:var(--red); box-shadow:0 0 0 3px rgba(200,16,46,.1); }
.fg textarea { height:130px; resize:vertical; }
.fg-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.btn-form { width:100%; padding:13px; background:var(--red); color:#fff; border:none; border-radius:9px; font-weight:700; font-size:.95rem; transition:var(--ease); }
.btn-form:hover { background:var(--red-dark); }
.form-note { font-size:.76rem; color:var(--gray); text-align:center; margin-top:10px; }
.form-msg { padding:11px 14px; border-radius:8px; margin-bottom:12px; display:none; font-weight:600; font-size:.87rem; }
.form-msg.ok  { background:#dcfce7; color:#166534; border:1px solid #bbf7d0; }
.form-msg.err { background:#fee2e2; color:#991b1b; border:1px solid #fecaca; }

/* ============================================================
   FOOTER
============================================================ */
.site-footer { background:#111; color:rgba(255,255,255,.7); }
.footer-top  { padding:65px 0 40px; }
.footer-cols { display:grid; grid-template-columns:2.2fr 1fr 1fr 1.2fr; gap:40px; }

.fc-brand .site-logo { margin-bottom:16px; }
.fc-brand .logo-name { color:#fff; }
.fc-brand .logo-tagline { color:rgba(255,255,255,.5); }
.fc-desc { font-size:.85rem; line-height:1.85; color:rgba(255,255,255,.55); margin-bottom:20px; }
.fc-social { display:flex; gap:9px; }
.fc-social a {
  width:37px; height:37px; background:rgba(255,255,255,.08); border-radius:8px;
  display:flex; align-items:center; justify-content:center;
  color:rgba(255,255,255,.7); font-size:.9rem; transition:var(--ease);
}
.fc-social a:hover { background:var(--red); color:#fff; }

.fc-head {
  font-size:.78rem; font-weight:800; text-transform:uppercase;
  letter-spacing:1.8px; color:#fff; margin-bottom:18px;
  padding-bottom:9px; border-bottom:2px solid var(--red); display:inline-block;
}
.fc-links { list-style:none; }
.fc-links li { margin-bottom:8px; }
.fc-links a { color:rgba(255,255,255,.55); font-size:.84rem; transition:var(--ease); display:flex; align-items:center; gap:7px; }
.fc-links a::before { content:'›'; color:var(--red); font-size:1rem; }
.fc-links a:hover { color:var(--red); padding-left:4px; }

.fc-contact-item { display:flex; gap:11px; margin-bottom:14px; align-items:flex-start; }
.fc-contact-item i { color:var(--red); margin-top:3px; flex-shrink:0; width:16px; }
.fc-contact-item a, .fc-contact-item span { color:rgba(255,255,255,.7); font-size:.84rem; }
.fc-contact-item a:hover { color:var(--red); }

.footer-bottom { background:#0b0b0b; padding:14px 0; border-top:1px solid rgba(255,255,255,.07); }
.footer-bottom .wrap { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px; }
.footer-bottom p { margin:0; font-size:.78rem; color:rgba(255,255,255,.4); }
.footer-bottom a { color:var(--red); }

/* ============================================================
   WHATSAPP & BACK TO TOP
============================================================ */
.wa-btn {
  position:fixed; bottom:28px; right:28px; z-index:9997;
  width:56px; height:56px; background:#25D366; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 24px rgba(37,211,102,.5); transition:var(--ease);
  animation:waPulse 2.5s infinite;
}
.wa-btn:hover { transform:scale(1.12); }
.wa-btn svg { width:30px; height:30px; fill:#fff; }
@keyframes waPulse { 0%,100%{box-shadow:0 6px 24px rgba(37,211,102,.5)} 50%{box-shadow:0 6px 36px rgba(37,211,102,.8)} }

#btt {
  position:fixed; bottom:95px; right:28px; z-index:9996;
  width:44px; height:44px; background:var(--red); color:#fff;
  border:none; border-radius:50%; font-size:1rem; cursor:pointer;
  box-shadow:0 4px 16px rgba(200,16,46,.4); opacity:0; pointer-events:none;
  transition:var(--ease);
}
#btt.show { opacity:1; pointer-events:auto; }
#btt:hover { background:var(--red-dark); transform:translateY(-3px); }

/* ============================================================
   RESPONSIVE
============================================================ */
@media(max-width:1100px){
  .footer-cols { grid-template-columns:1fr 1fr; }
  .single-layout { grid-template-columns:1fr; }
  .booking-sidebar { position:static; }
}
@media(max-width:1024px){
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .bb-grid    { grid-template-columns:1fr 1fr; }
  .contact-wrap { grid-template-columns:1fr; }
}
@media(max-width:768px){
  /* Header */
  .hbar-left .hbar-item:last-child { display:none; }
  .hbar-right { display:none; }
  .nav-desktop { display:none; }
  .hamburger   { display:flex; }
  /* Hero */
  .hero { min-height:78vh; }
  .hero-slide { height:78vh; }
  .hero-body  { padding:50px 0 90px; }
  .hero-title { font-size:clamp(1.7rem,6vw,2.8rem); }
  .hero-actions { flex-direction:column; }
  .hero-actions .btn { width:100%; justify-content:center; }
  /* Booking bar */
  .booking-bar-outer { padding:0 16px; }
  .booking-bar { margin-top:-30px; padding:18px; }
  .bb-grid { grid-template-columns:1fr; }
  /* Grids */
  .cards-grid  { grid-template-columns:1fr; }
  .cab-grid    { grid-template-columns:1fr; }
  .feat-grid   { grid-template-columns:repeat(2,1fr); }
  .testi-grid  { grid-template-columns:1fr; }
  .ie-grid     { grid-template-columns:1fr; }
  .fg-row      { grid-template-columns:1fr; }
  /* Gallery */
  .gal-grid { grid-template-columns:1fr 1fr; }
  .gal-item:first-child { grid-column:span 1; }
  .gal-item:first-child img, .gal-item img { height:150px; }
  /* Footer */
  .footer-cols { grid-template-columns:1fr; }
  .footer-bottom .wrap { flex-direction:column; text-align:center; }
  /* Sections */
  .section    { padding:55px 0; }
  .section-sm { padding:35px 0; }
  /* Page hero */
  .page-hero  { min-height:260px; }
  /* CTA */
  .cta-btns   { flex-direction:column; align-items:center; }
  .cta-btns .btn { width:100%; max-width:280px; justify-content:center; }
}
@media(max-width:480px){
  .feat-grid  { grid-template-columns:1fr; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .logo-tagline { display:none; }
  .stat-num   { font-size:2.2rem; }
  .gal-grid   { grid-template-columns:1fr; }
  .gal-item img { height:200px; }
  .gal-item:first-child img { height:200px; }
}
