/* ==========================================================================
   RABAB SAFAR PREMIUM LUXURY WEBSITE - COMPLETE COMPACT STYLESHEET
   Apple-inspired, calm, cinematic, minimal, and luxurious design language.
   Includes Draggable SVG Route, Testimonials, Accordion FAQs, 
   Volvo Key Handover Photo, Exact Contact Details & Developer LinkedIn Badge.
   ========================================================================== */

:root {
  --red: #8d1823;
  --red-dark: #68101a;
  --red-soft: #f4e4e4;
  --cream: #faf8f3;
  --paper: #fffefa;
  --ink: #1d1b19;
  --muted: #716c66;
  --line: #e7e1d8;
  --gold: #c89a51;
  --gold-light: #f4d28e;
  --dark: #251f1c;
  --shadow-sm: 0 6px 18px rgba(42, 29, 24, 0.04);
  --shadow: 0 14px 35px rgba(42, 29, 24, 0.06);
  --shadow-hover: 0 16px 36px rgba(141, 24, 35, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 13px/1.6 Inter, Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.section-wrap {
  width: min(1040px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -60px;
  left: 12px;
  z-index: 50;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 12px;
}

/* =========================
   HEADER AND LOGO
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(231, 225, 216, 0.8);
  background: rgba(250, 248, 243, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s ease;
}

.nav-wrap {
  width: min(1040px, calc(100% - 40px));
  height: 64px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 32px;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.wordmark:hover {
  transform: translateY(-1px);
}

.wordmark img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.fallback-logo-text {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: var(--red);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links a {
  color: #625d57;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--red);
}

.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--red);
  border-radius: 2px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--red);
  color: white;
  box-shadow: 0 6px 14px rgba(141, 24, 35, 0.16);
  cursor: pointer;
  font: 700 12px Inter, sans-serif;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: var(--red-dark);
  box-shadow: 0 8px 18px rgba(141, 24, 35, 0.22);
}

.button-small {
  min-height: 34px;
  padding: 7px 14px;
  font-size: 11px;
}

.menu-toggle {
  display: none;
  padding: 4px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 20px;
}

/* =========================
   HERO SECTION
========================= */

.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  padding: 45px 0 35px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section-intro h2,
.rabab-copy h2,
.about-copy h2,
.closing h2,
.section-header h2 {
  margin: 0;
  font: 800 clamp(30px, 3.8vw, 44px) / 1.08 Manrope, sans-serif;
  letter-spacing: -0.06em;
}

.hero h1 em {
  color: var(--red);
  font-style: normal;
}

.lede {
  max-width: 400px;
  margin: 14px 0 22px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
}

.actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.text-link {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.text-link:hover {
  color: var(--red);
}

.text-link span {
  margin-left: 5px;
  color: var(--red);
}

.hero-media {
  position: relative;
  height: 340px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #ede8df;
  box-shadow: var(--shadow);
}

.hero-media img,
.story-image img,
.stop-card img,
.rabab-media img,
.owner-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hero-media:hover img {
  transform: scale(1.02);
}

.hero-media figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(28, 23, 20, 0.68);
  backdrop-filter: blur(8px);
  color: white;
  font-size: 10px;
  font-weight: 600;
}

/* Specific Image Alignments to ensure bus is clearly visible */
.img-hero-bus {
  object-position: center 60% !important;
}

.img-story-01 {
  object-position: center 30% !important;
}

.img-story-02 {
  object-position: center 40% !important;
}

.img-story-03 {
  object-position: center 35% !important;
}

.img-story-04 {
  object-position: center 60% !important;
}

.img-stop-srinagar {
  object-position: center 50% !important;
}

.img-stop-jammu {
  object-position: center 85% !important;
}

.img-stop-ludhiana {
  object-position: center 65% !important;
}

.img-stop-chandigarh {
  object-position: center 60% !important;
}

.img-stop-delhi {
  object-position: center 65% !important;
}

/* =========================
   TRUST BAR
========================= */

.trust-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: var(--paper);
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  color: #615c56;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 48px;
}

.trust-bar span::before {
  content: "✓";
  margin-right: 6px;
  color: var(--red);
  font-weight: bold;
}

/* =========================
   STORY SECTIONS
========================= */

.story-grid {
  padding: 20px 0 15px;
}

.story-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 40px;
  background: var(--paper);
  padding: 24px 28px;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.story-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(141, 24, 35, 0.25);
}

.story-card.flipped .story-image {
  order: 2;
}

.story-image {
  height: 240px;
  overflow: hidden;
  border-radius: 12px;
  background: #eee8de;
}

.story-card h2 {
  margin: 0;
  font: 800 26px / 1.15 Manrope, sans-serif;
  letter-spacing: -0.05em;
}

.story-card p:not(.eyebrow) {
  max-width: 340px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13.5px;
}

/* =========================
   JOURNEY SECTION (DRAGGABLE ANIMATED CURVED SVG ROUTE)
========================= */

.journey-section {
  padding: 50px 0;
  background: #f1eee7;
}

.section-intro {
  max-width: 500px;
  margin-bottom: 32px;
}

.route-rail-container {
  background: var(--paper);
  border-radius: 16px;
  padding: 24px 20px 12px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  margin-bottom: 32px;
  position: relative;
}

.svg-curved-track {
  width: 100%;
  overflow: visible;
  position: relative;
}

#route-svg {
  width: 100%;
  height: auto;
  cursor: pointer;
  touch-action: none;
}

#moving-bus {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

#moving-bus:hover circle {
  fill: var(--red-dark);
  transform: scale(1.15);
  transition: transform 0.2s ease, fill 0.2s ease;
}

#moving-bus.dragging {
  cursor: grabbing;
}

#moving-bus.dragging circle {
  fill: var(--red-dark);
}

.route-rail ol {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0;
  padding: 12px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.route-stop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 8px;
  transition: all 0.25s ease;
  color: #857f77;
}

.route-stop-item:hover {
  background: rgba(141, 24, 35, 0.04);
}

.route-stop-item.active {
  color: var(--red);
}

.stop-dot {
  width: 10px;
  height: 10px;
  background: #cbc5bd;
  border-radius: 50%;
  margin-bottom: 4px;
  transition: all 0.25s ease;
}

.route-stop-item.active .stop-dot {
  background: var(--red);
  transform: scale(1.25);
  box-shadow: 0 0 0 4px rgba(141, 24, 35, 0.18);
}

.route-stop-item b {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.route-stop-item span {
  margin-top: 2px;
  font-size: 9.5px;
  color: var(--muted);
}

.journey-stops {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.stop-card {
  display: none;
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  grid-template-columns: 60px 1fr 1.1fr;
  gap: 24px;
  padding: 24px;
  align-items: center;
}

.stop-card.active {
  display: grid;
  animation: fadeIn 0.35s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.stop-number {
  font-family: Manrope, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: rgba(141, 24, 35, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.stop-card img {
  height: 220px;
  border-radius: 10px;
}

.stop-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stop-copy h3 {
  margin: 4px 0 8px;
  font: 700 21px Manrope, sans-serif;
  letter-spacing: -0.04em;
}

.stop-copy p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 14px;
}

.stop-details-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--cream);
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 11px;
}

.stop-details-box strong {
  color: var(--red);
}

/* =========================
   RABABWAY SECTION
========================= */

.rababway {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: center;
  padding: 60px 0;
}

.rabab-media {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 16px;
  background: #e8e2d7;
  box-shadow: var(--shadow);
}

.media-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 6px 14px;
  border-radius: 16px;
  background: rgba(250, 248, 243, 0.92);
  backdrop-filter: blur(8px);
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
}

.rabab-copy h2 {
  font-size: 36px;
}

.rabab-copy > p:not(.eyebrow) {
  max-width: 400px;
  margin: 12px 0 20px;
  color: var(--muted);
  font-size: 13.5px;
}

.amenity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.amenity-grid div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  background: var(--paper);
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  color: var(--red);
  font-size: 15px;
}

.amenity-grid span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.note {
  margin-top: 18px;
  font-size: 11px;
  color: var(--muted);
}

/* =========================
   ABOUT SECTION & VOLVO KEY PHOTO STYLES
========================= */

.about-section {
  padding: 60px 0;
  background: var(--dark);
  color: white;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.about-copy h2 {
  font-size: 38px;
  color: #FFFFFF;
}

.about-copy > p:not(.eyebrow) {
  max-width: 460px;
  color: #d6cec5;
  font-size: 13.5px;
}

.mission {
  display: flex;
  gap: 28px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.mission div {
  display: grid;
  gap: 3px;
}

.mission b {
  color: var(--gold-light);
  font-size: 12px;
}

.mission span {
  color: #cbc2b9;
  font-size: 11px;
}

.owner-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #352c28;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
}

.owner-photo-wrap {
  position: relative;
  height: 220px;
  width: 100%;
  overflow: hidden;
}

.photo-caption-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}

.owner-card-body {
  padding: 24px;
}

.owner-card h3 {
  margin: 6px 0 10px;
  font: 700 20px Manrope, sans-serif;
  color: #FFFFFF;
}

.owner-card p:not(.eyebrow) {
  margin: 6px 0 14px;
  color: #d3cbc2;
  font-size: 13px;
}

.owner-quote {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 12px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-style: italic;
  color: var(--gold-light);
}

/* =========================
   TESTIMONIALS SECTION
========================= */

.testimonials-section {
  padding: 60px 0 40px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.testimonial-card {
  background: var(--paper);
  padding: 28px;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-mark {
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(141, 24, 35, 0.2);
  margin-bottom: -15px;
}

.testimonial-text {
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.65;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.author-avatar {
  width: 38px;
  height: 38px;
  background: var(--red);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}

.author-name {
  display: block;
  font-size: 13px;
  color: var(--ink);
}

.author-sub {
  font-size: 10.5px;
  color: var(--muted);
}

/* =========================
   FAQS ACCORDION SECTION
========================= */

.faqs-section {
  padding: 40px 0 50px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--paper);
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.faq-item[open] {
  border-color: rgba(141, 24, 35, 0.3);
}

.faq-question {
  padding: 16px 20px;
  font: 700 14px Manrope, sans-serif;
  color: var(--ink);
  cursor: pointer;
  user-select: none;
  position: relative;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--red);
  font-weight: bold;
}

.faq-item[open] .faq-question::after {
  content: '−';
}

.faq-answer {
  padding: 0 20px 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

/* =========================
   CONTACT US SECTION
========================= */

.contact-section {
  padding: 50px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.contact-card {
  background: var(--paper);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(141, 24, 35, 0.2);
}

.contact-icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-card h3 {
  margin: 0 0 8px;
  font: 700 18px Manrope, sans-serif;
}

.contact-detail-text {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.5;
}

.contact-highlight-link a {
  margin: 0 0 6px;
  font-weight: 800;
  color: var(--red);
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.contact-highlight-link a:hover {
  text-decoration: underline;
}

.contact-sub {
  font-size: 11px;
  color: var(--muted);
}

/* =========================
   FINAL CLOSING CTA
========================= */

.closing {
  padding: 40px 0 50px;
}

.closing-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 44px;
  border-radius: 18px;
  background: var(--red);
  color: white;
  box-shadow: 0 14px 32px rgba(141, 24, 35, 0.22);
}

.closing-card .eyebrow {
  color: var(--gold-light);
}

.closing h2 {
  font-size: 32px;
  color: #FFFFFF;
}

.button-light {
  border-color: rgba(255, 255, 255, 0.15);
  background: var(--gold-light);
  color: var(--red-dark);
  box-shadow: none;
  font-weight: 800;
}

.button-light:hover {
  background: #f8dfa6;
  color: var(--red-dark);
}

/* =========================
   FOOTER & CIRCULAR EMBLEM STYLES
========================= */

.site-footer {
  padding: 48px 0 20px;
  background: #201a17;
  color: #e5ddd4;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.2fr 1fr;
  gap: 28px;
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wordmark.light {
  height: 36px;
  margin-bottom: 8px;
}

.wordmark.light img {
  height: 100%;
  width: auto;
  object-fit: contain;
  mix-blend-mode: screen;
}

.footer-logo-fallback {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: var(--gold-light);
}

.footer-grid p {
  max-width: 220px;
  margin: 4px 0;
  color: #aaa199;
  font-size: 12px;
}

/* CIRCULAR EMBLEM SHAPE */
.emblem,
.emblem-circular {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  aspect-ratio: 1 / 1;
  margin-top: 12px;
  overflow: hidden;
  border: 2px solid rgba(244, 210, 142, 0.4);
  border-radius: 50% !important;
  background: rgba(244, 210, 142, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.emblem img,
.emblem-circular img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  mix-blend-mode: screen;
}

.emblem-text {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: var(--gold-light);
}

.footer-grid b {
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 11px;
}

.footer-grid a,
.footer-grid span {
  color: #c5bbb1;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer-grid a:hover {
  color: white;
}

/* Developer Credit Bar ("Developed By") */
.developer-credit-bar {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.developer-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.dev-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--gold-light);
}

.dev-name {
  margin: 2px 0;
  font: 700 16px Manrope, sans-serif;
  color: #FFFFFF;
}

.dev-bio {
  margin: 0;
  font-size: 11px;
  color: #aaa199;
}

.developer-linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0077b5;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.developer-linkedin-btn:hover {
  background: #005582;
  transform: translateY(-1px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #9e958c;
  font-size: 11px;
}

.back-top {
  border: 0;
  background: transparent;
  color: var(--gold-light);
  cursor: pointer;
  font: 700 11px Inter, sans-serif;
}

/* =========================
   BOOKING MODAL DIALOG & RABABSAFAR.IN
========================= */

.booking-modal {
  width: min(440px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  background: var(--paper);
}

.booking-modal::backdrop {
  background: rgba(30, 24, 22, 0.65);
  backdrop-filter: blur(6px);
}

.booking-modal form {
  position: relative;
  padding: 28px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f0ece5;
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
}

.booking-modal h2 {
  margin: 0;
  font: 800 22px / 1.15 Manrope, sans-serif;
  letter-spacing: -0.05em;
}

.booking-modal p:not(.eyebrow) {
  color: var(--muted);
  font-size: 12.5px;
  margin-bottom: 16px;
}

.partner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 13px 18px;
  border-radius: 12px;
  color: white;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner:hover {
  transform: translateY(-1.5px);
}

/* Primary Official Booking Portal (rababsafar.in) */
.partner.rabab-official {
  background: var(--red);
  border: 1px solid var(--gold);
  box-shadow: 0 6px 16px rgba(141, 24, 35, 0.28);
}

.partner.rabab-official:hover {
  background: var(--red-dark);
  box-shadow: 0 8px 20px rgba(141, 24, 35, 0.35);
}

.partner-tag {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--gold-light);
  margin-top: 2px;
}

.partner-sub-tag {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}

.redbus {
  background: #d13432;
}

.mmt {
  background: #075b8e;
}

.booking-modal small:not(.partner-tag):not(.partner-sub-tag) {
  display: block;
  margin-top: 18px;
  color: #88817a;
  font-size: 10.5px;
  text-align: center;
}

/* =========================
   SCROLL REVEAL ANIMATIONS
========================= */

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* =========================
   RESPONSIVE MEDIA QUERIES
========================= */

@media (max-width: 992px) {
  .hero, .story-card, .rababway, .about-grid, .stop-card, .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .story-card.flipped .story-image {
    order: 0;
  }
}

@media (max-width: 760px) {
  .section-wrap,
  .nav-wrap {
    width: min(100% - 32px, 540px);
  }

  .nav-links {
    display: none;
  }

  .nav-links.mobile-open {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 0 35px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-media {
    order: -1;
    height: 220px;
  }

  .trust-bar {
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .amenity-grid, .mission, .footer-grid {
    grid-template-columns: 1fr;
  }

  .closing-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
