/* ========================================
   NAVDEEP TRAVELS — MAIN STYLESHEET
   Design by Joboo Web
======================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --gold: #F5A623; --gold-dark: #D4880A; --gold-light: #fff8ec;
  --dark: #1A1A2E; --dark2: #16213E; --dark3: #0F3460;
  --white: #fff; --gray: #f6f7f9; --text: #2d2d2d; --muted: #666;
  --font-h: 'Montserrat', sans-serif; --font-b: 'Open Sans', sans-serif;
  --radius: 12px; --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --transition: all 0.25s ease;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); color: var(--text); background: #fff; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
section { padding: 80px 0; }

/* ---- TOPBAR ---- */
.topbar { background: var(--dark2); color: #bbb; font-size: 12px; padding: 7px 0; }
.topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar-left { display: flex; align-items: center; gap: 10px; }
.topbar-right { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar-right span { display: flex; align-items: center; gap: 5px; }
.topbar a { color: #bbb; text-decoration: none; transition: color .2s; }
.topbar a:hover { color: var(--gold); }
.fb-icon { width: 18px; height: 18px; background: var(--gold); border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; color: var(--dark); font-weight: 700; font-size: 11px; font-family: var(--font-h); }

/* ---- NAVBAR ---- */
nav { background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,0.07); position: sticky; top: 0; z-index: 1000; transition: box-shadow .3s; }
nav.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.13); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon { width: 44px; height: 44px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.logo-text .brand { font-family: var(--font-h); font-weight: 800; font-size: 19px; color: var(--dark); line-height: 1.1; }
.logo-text .sub { font-family: var(--font-h); font-weight: 700; font-size: 10px; color: var(--gold); letter-spacing: 4px; }
.nav-links { display: flex; align-items: center; list-style: none; gap: 2px; }
.nav-links > li { position: relative; }
.nav-links > li > a { display: block; padding: 8px 13px; font-family: var(--font-h); font-size: 13px; font-weight: 600; color: var(--dark); text-decoration: none; border-radius: 6px; transition: color .2s; white-space: nowrap; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--gold); }
.caret { font-size: 9px; }
.has-dropdown:hover .dropdown, .has-mega:hover .mega-menu { display: block; }
.dropdown { display: none; position: absolute; top: calc(100% + 2px); left: 0; background: #fff; border: 1px solid #eee; border-radius: 10px; box-shadow: 0 12px 40px rgba(0,0,0,0.12); min-width: 210px; padding: 8px 0; z-index: 999; }
.dropdown a { display: block; padding: 10px 20px; font-size: 13px; color: var(--text); text-decoration: none; transition: var(--transition); }
.dropdown a:hover { background: var(--gold); color: #fff; padding-left: 26px; }
.mega-menu { display: none; position: absolute; top: calc(100% + 2px); left: 50%; transform: translateX(-50%); background: #fff; border: 1px solid #eee; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.12); width: 700px; padding: 28px; z-index: 999; }
.mega-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; }
.mega-col h4 { font-family: var(--font-h); font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
.mega-col a { display: flex; align-items: center; gap: 6px; padding: 7px 8px; font-size: 13px; color: var(--text); text-decoration: none; border-radius: 6px; transition: var(--transition); }
.mega-col a::before { content: '→'; color: var(--gold); font-weight: 700; }
.mega-col a:hover { background: var(--gold-light); color: var(--gold-dark); }
.book-btn { background: var(--gold); color: var(--dark); font-family: var(--font-h); font-weight: 700; font-size: 13px; padding: 10px 22px; border-radius: 8px; text-decoration: none; display: flex; align-items: center; gap: 6px; transition: var(--transition); white-space: nowrap; }
.book-btn:hover { background: var(--gold-dark); transform: translateY(-1px); }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.hamburger span { width: 24px; height: 2px; background: var(--dark); display: block; transition: var(--transition); border-radius: 2px; }
.mobile-menu { display: none; background: #fff; padding: 16px 20px; border-top: 3px solid var(--gold); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 12px 4px; font-family: var(--font-h); font-weight: 600; font-size: 14px; color: var(--dark); text-decoration: none; border-bottom: 1px solid #f0f0f0; transition: var(--transition); }
.mobile-menu a:hover { color: var(--gold); padding-left: 10px; }

/* ---- HERO ---- */
.hero { position: relative; height: 100vh; min-height: 600px; overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; display: flex; align-items: center; }
.slide.active { opacity: 1; }
.slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 8s ease; }
.slide.active .slide-bg { transform: scale(1.05); }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,26,46,.88) 0%, rgba(26,26,46,.35) 100%); }
.slide-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.hero-tag { display: inline-block; background: var(--gold); color: var(--dark); font-family: var(--font-h); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 20px; margin-bottom: 20px; }
.hero-title { font-family: var(--font-h); font-size: clamp(30px,4.5vw,62px); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 20px; max-width: 680px; }
.hero-title span { color: var(--gold); }
.hero-desc { font-size: 17px; color: rgba(255,255,255,.85); max-width: 520px; margin-bottom: 32px; line-height: 1.7; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary { background: var(--gold); color: var(--dark); font-family: var(--font-h); font-weight: 700; font-size: 15px; padding: 14px 32px; border-radius: 8px; text-decoration: none; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,166,35,.4); }
.btn-secondary { background: transparent; color: #fff; font-family: var(--font-h); font-weight: 600; font-size: 15px; padding: 14px 32px; border-radius: 8px; text-decoration: none; border: 2px solid rgba(255,255,255,.5); transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; }
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.btn-dark { background: var(--dark); color: #fff; font-family: var(--font-h); font-weight: 700; font-size: 15px; padding: 13px 30px; border-radius: 8px; text-decoration: none; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--dark); }
.btn-dark:hover { background: transparent; color: var(--dark); }
.hero-stats { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(26,26,46,.7); backdrop-filter: blur(6px); padding: 20px 0; }
.hero-stats-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; gap: 0; }
.stat { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,.12); padding: 8px 0; }
.stat:last-child { border-right: none; }
.stat-num { font-family: var(--font-h); font-size: 28px; font-weight: 800; color: var(--gold); }
.stat-label { font-size: 12px; color: rgba(255,255,255,.65); margin-top: 2px; letter-spacing: .5px; }
.slider-dots { position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; transition: var(--transition); border: none; }
.dot.active { background: var(--gold); width: 26px; border-radius: 4px; }
.slider-arrows { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: flex; justify-content: space-between; padding: 0 20px; z-index: 10; pointer-events: none; }
.arrow-btn { pointer-events: all; background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.3); color: #fff; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; font-size: 20px; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); transition: var(--transition); }
.arrow-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }

/* ---- SECTION TITLES ---- */
.section-label { font-family: var(--font-h); font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; display: block; }
.section-title { font-family: var(--font-h); font-size: clamp(24px,3.5vw,38px); font-weight: 800; color: var(--dark); line-height: 1.2; margin-bottom: 14px; }
.section-desc { font-size: 16px; color: var(--muted); max-width: 600px; line-height: 1.75; margin-bottom: 48px; }
.text-center { text-align: center; }
.text-center .section-desc { margin-left: auto; margin-right: auto; }

/* ---- BOOKING STRIP ---- */
.booking-section { background: var(--dark); padding: 44px 0; }
.booking-tabs { display: flex; gap: 6px; margin-bottom: 22px; flex-wrap: wrap; }
.tab-btn { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.65); font-family: var(--font-h); font-weight: 600; font-size: 13px; padding: 9px 22px; border-radius: 7px; cursor: pointer; transition: var(--transition); }
.tab-btn.active, .tab-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.booking-form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: 12px; align-items: end; }
.bfg-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 5px; }
.bfg-label .req { color: #e74c3c; }
.bfg-input { width: 100%; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); color: #fff; padding: 12px 14px; border-radius: 8px; font-size: 14px; font-family: var(--font-b); outline: none; transition: var(--transition); }
.bfg-input::placeholder { color: rgba(255,255,255,.28); }
.bfg-input:focus { border-color: var(--gold); background: rgba(245,166,35,.08); }
.bfg-input option { background: var(--dark2); color: #fff; }
.bfg-submit { background: var(--gold); border: none; color: var(--dark); font-family: var(--font-h); font-weight: 700; font-size: 15px; padding: 12px 28px; border-radius: 8px; cursor: pointer; transition: var(--transition); width: 100%; }
.bfg-submit:hover { background: var(--gold-dark); }

/* ---- SERVICES ---- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.service-card { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 32px; transition: var(--transition); position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 0; background: var(--gold); transition: height .35s; border-radius: 0 0 4px 0; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,.08); border-color: var(--gold); }
.service-card:hover::before { height: 100%; }
.svc-icon { width: 60px; height: 60px; background: var(--gold-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 20px; }
.svc-title { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.svc-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ---- FLEET ---- */
.fleet-section { background: var(--gray); }
.fleet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.car-card { background: #fff; border-radius: 16px; overflow: hidden; transition: var(--transition); box-shadow: 0 2px 12px rgba(0,0,0,.05); }
.car-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,.12); }
.car-img { height: 185px; background: var(--dark2); display: flex; align-items: center; justify-content: center; font-size: 60px; position: relative; overflow: hidden; }
.car-img img { width: 100%; height: 100%; object-fit: cover; }
.car-img-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.5)); }
.car-badge { position: absolute; top: 12px; right: 12px; background: var(--gold); color: var(--dark); font-family: var(--font-h); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; z-index: 2; }
.car-info { padding: 20px 20px 0; }
.car-name { font-family: var(--font-h); font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.car-meta { display: flex; gap: 12px; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.car-footer { padding: 16px 20px 20px; display: flex; justify-content: space-between; align-items: center; }
.car-tag { font-size: 12px; color: var(--muted); background: var(--gray); padding: 4px 10px; border-radius: 20px; }
.car-book { background: var(--dark); color: #fff; font-family: var(--font-h); font-size: 13px; font-weight: 600; padding: 8px 20px; border-radius: 8px; text-decoration: none; transition: var(--transition); }
.car-book:hover { background: var(--gold); color: var(--dark); }

/* ---- ROUTES ---- */
.route-tabs { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.route-tab-btn { background: #fff; border: 1.5px solid #ddd; color: var(--text); font-family: var(--font-h); font-size: 13px; font-weight: 600; padding: 10px 22px; border-radius: 8px; cursor: pointer; transition: var(--transition); }
.route-tab-btn.active, .route-tab-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.routes-panel { display: none; }
.routes-panel.active { display: block; }
.routes-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.route-card { background: #fff; border: 1.5px solid #eee; border-radius: 12px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; transition: var(--transition); text-decoration: none; color: inherit; }
.route-card:hover { border-color: var(--gold); box-shadow: 0 4px 20px rgba(245,166,35,.12); transform: translateX(4px); }
.route-icon { width: 44px; height: 44px; background: var(--gold-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.route-name { font-family: var(--font-h); font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 3px; }
.route-sub { font-size: 12px; color: var(--muted); }
.route-arrow { margin-left: auto; color: var(--gold); font-size: 18px; font-weight: 700; }

/* ---- ABOUT ---- */
.about-section { background: var(--dark); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img { width: 100%; height: 420px; background: #1e2d4a; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 80px; overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--gold); color: var(--dark); border-radius: 16px; padding: 24px; text-align: center; box-shadow: 0 8px 28px rgba(245,166,35,.3); }
.about-badge-num { font-family: var(--font-h); font-size: 36px; font-weight: 800; line-height: 1; }
.about-badge-label { font-family: var(--font-h); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; }
.about-content .section-title { color: #fff; }
.about-content .section-desc { color: rgba(255,255,255,.68); margin-bottom: 28px; }
.about-points { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.about-point { display: flex; align-items: flex-start; gap: 14px; }
.point-icon { width: 38px; height: 38px; background: rgba(245,166,35,.15); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; }
.point-title { font-family: var(--font-h); font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.point-desc { font-size: 13px; color: rgba(255,255,255,.58); line-height: 1.55; }

/* ---- WHY US ---- */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; margin-top: 48px; }
.why-card { text-align: center; padding: 32px 18px; border-radius: 14px; transition: var(--transition); }
.why-card:hover { background: var(--gold-light); }
.why-icon { font-size: 40px; margin-bottom: 14px; }
.why-title { font-family: var(--font-h); font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.why-desc { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ---- TESTIMONIALS ---- */
.testimonials-section { background: var(--dark2); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.review-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 28px; transition: var(--transition); }
.review-card:hover { background: rgba(255,255,255,.09); }
.review-stars { color: var(--gold); font-size: 16px; margin-bottom: 14px; letter-spacing: 2px; }
.review-text { font-size: 14px; color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-h); font-weight: 700; font-size: 16px; color: var(--dark); flex-shrink: 0; }
.review-name { font-family: var(--font-h); font-size: 14px; font-weight: 700; color: #fff; }
.review-loc { font-size: 12px; color: rgba(255,255,255,.45); }

/* ---- FAQ ---- */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1.5px solid #eee; border-radius: 12px; overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: var(--gold); }
.faq-question { padding: 18px 24px; font-family: var(--font-h); font-size: 15px; font-weight: 600; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; user-select: none; }
.faq-question:hover { color: var(--gold); }
.faq-icon { font-size: 20px; transition: transform .3s; color: var(--gold); flex-shrink: 0; }
.faq-icon.open { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 24px 18px; font-size: 14px; color: var(--muted); line-height: 1.75; }
.faq-answer.open { display: block; }

/* ---- CONTACT/BOOKING FORM ---- */
.contact-section { background: var(--gray); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.contact-info {}
.contact-title { font-family: var(--font-h); font-size: 28px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.contact-sub { font-size: 15px; color: var(--muted); margin-bottom: 32px; line-height: 1.6; }
.contact-items { display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.c-icon { width: 48px; height: 48px; background: var(--gold); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.c-label { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.c-val { font-family: var(--font-h); font-weight: 600; color: var(--dark); font-size: 14px; line-height: 1.5; }
.c-val a { color: var(--dark); text-decoration: none; }
.c-val a:hover { color: var(--gold); }
.wa-btn { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; font-family: var(--font-h); font-weight: 700; font-size: 15px; padding: 13px 26px; border-radius: 10px; text-decoration: none; transition: var(--transition); }
.wa-btn:hover { background: #1daa55; transform: translateY(-2px); }

/* ---- BOOK FORM ---- */
.book-form-card { background: #fff; border-radius: 20px; padding: 36px; box-shadow: 0 8px 32px rgba(0,0,0,.08); }
.book-form-title { font-family: var(--font-h); font-size: 22px; font-weight: 800; color: var(--dark); margin-bottom: 22px; }
.bform { display: flex; flex-direction: column; gap: 15px; }
.bform label { font-family: var(--font-h); font-size: 12px; font-weight: 600; color: var(--muted); letter-spacing: .5px; text-transform: uppercase; display: block; margin-bottom: 5px; }
.bform label .req { color: #e74c3c; }
.bform input, .bform select, .bform textarea { width: 100%; padding: 12px 15px; border: 1.5px solid #e5e5e5; border-radius: 9px; font-size: 14px; font-family: var(--font-b); outline: none; transition: var(--transition); color: var(--text); background: #fafafa; }
.bform input:focus, .bform select:focus, .bform textarea:focus { border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(245,166,35,.1); }
.bform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bform textarea { resize: vertical; min-height: 85px; }
.bform-submit { background: var(--gold); border: none; color: var(--dark); font-family: var(--font-h); font-weight: 700; font-size: 16px; padding: 15px; border-radius: 10px; cursor: pointer; transition: var(--transition); width: 100%; }
.bform-submit:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,166,35,.3); }

/* ---- ALERTS ---- */
.alert { padding: 14px 20px; border-radius: 10px; font-size: 14px; margin-bottom: 20px; font-weight: 500; }
.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.alert-info { background: var(--gold-light); color: var(--gold-dark); border: 1px solid var(--gold); }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero { background: var(--dark); padding: 60px 0; text-align: center; }
.page-hero-title { font-family: var(--font-h); font-size: clamp(28px,4vw,46px); font-weight: 800; color: #fff; margin-bottom: 12px; }
.page-hero-title span { color: var(--gold); }
.page-hero-sub { font-size: 16px; color: rgba(255,255,255,.65); max-width: 600px; margin: 0 auto; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 16px; }
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ---- FOOTER ---- */
footer { background: var(--dark); color: rgba(255,255,255,.65); }
.footer-top { padding: 60px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; }
.footer-logo { font-family: var(--font-h); font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.footer-desc { font-size: 14px; line-height: 1.7; margin-bottom: 22px; }
.social-links { display: flex; gap: 10px; }
.social-link { width: 36px; height: 36px; background: rgba(255,255,255,.07); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; color: #fff; text-decoration: none; transition: var(--transition); }
.social-link:hover { background: var(--gold); color: var(--dark); }
.footer-col h4 { font-family: var(--font-h); font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 18px; letter-spacing: .5px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,.58); text-decoration: none; transition: var(--transition); display: flex; align-items: center; gap: 6px; }
.footer-col ul li a::before { content: '›'; color: var(--gold); }
.footer-col ul li a:hover { color: var(--gold); padding-left: 4px; }
.footer-bottom { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; }
.footer-bottom span { color: var(--gold); font-weight: 600; }

/* ---- FLOATING BTNS ---- */
.float-btn { position: fixed; right: 22px; width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; text-decoration: none; box-shadow: 0 4px 18px rgba(0,0,0,.22); transition: var(--transition); z-index: 900; }
.float-btn:hover { transform: scale(1.1); }
.float-wa { bottom: 90px; background: #25D366; }
.float-call { bottom: 22px; background: var(--gold); }

/* ---- PAGE BOOKING ---- */
.booking-page-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }
.booking-sidebar { background: var(--dark); border-radius: 16px; padding: 32px; color: #fff; }
.booking-sidebar h3 { font-family: var(--font-h); font-size: 18px; font-weight: 700; margin-bottom: 20px; color: var(--gold); }
.sidebar-route { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; color: rgba(255,255,255,.7); cursor: pointer; transition: var(--transition); }
.sidebar-route:hover { color: var(--gold); }
.sidebar-route::before { content: '🛣'; }

/* ---- ANIMATIONS ---- */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.slide.active .hero-tag { animation: fadeInUp .6s ease both; }
.slide.active .hero-title { animation: fadeInUp .7s .1s ease both; }
.slide.active .hero-desc { animation: fadeInUp .7s .2s ease both; }
.slide.active .hero-btns { animation: fadeInUp .7s .3s ease both; }

/* ---- SUCCESS PAGE ---- */
.success-wrap { text-align: center; padding: 80px 20px; max-width: 600px; margin: 0 auto; }
.success-icon { font-size: 72px; margin-bottom: 24px; }
.success-title { font-family: var(--font-h); font-size: 32px; font-weight: 800; color: var(--dark); margin-bottom: 12px; }
.success-desc { font-size: 16px; color: var(--muted); line-height: 1.7; margin-bottom: 32px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .booking-page-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  nav .nav-links, .topbar-left { display: none; }
  .hamburger { display: flex; }
  .hero { height: 90vh; }
  .hero-stats { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .about-badge { right: 10px; bottom: -8px; }
  .mega-menu { width: 300px; left: -120px; transform: none; }
  .booking-form-grid { grid-template-columns: 1fr; }
  .bform-row { grid-template-columns: 1fr; }
  section { padding: 56px 0; }
  .slider-arrows { display: none; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .booking-tabs, .route-tabs { gap: 6px; }
  .tab-btn, .route-tab-btn { font-size: 12px; padding: 8px 14px; }
  .book-form-card { padding: 24px 20px; }
}
