/* ============================================================
   PANWAR TAXI AJMER — Premium CSS
   Theme: Royal Gold #F5C518 + Deep Black + Clean White
   Fonts: Bebas Neue (display) + Rajdhani (UI) + Poppins (body)
============================================================ */
:root {
  --gold: #f47c20;
  --gold-d: #d96512;
  --gold-l: #ff9a3d;
  --black: #15182d;
  --black-s: #202442;
  --dark: #f4f7fb;
  --dark2: #fff;
  --dark3: #eef2f7;
  --white: #fff;
  --white-s: #f7f7f7;
  --gray: #5f6678;
  --gray-l: #2e3447;
  --gray-ll: #e5e5e5;
  --green: #25d366;
  --red: #dc143c;
  --blue: #1877f2;
  --shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
  --shadow-g: 0 4px 30px rgba(245, 197, 24, 0.25);
  --r: 6px;
  --r2: 12px;
  --r3: 20px;
  --tr: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #15182d;
  overflow-x: hidden;
  line-height: 1.65;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
  transition: var(--tr);
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-family: inherit;
}
input,
select,
textarea {
  font-family: "Poppins", sans-serif;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ======= TYPOGRAPHY ======= */
.font-display {
  font-family: "Bebas Neue", sans-serif;
}
.font-ui {
  font-family: "Rajdhani", sans-serif;
}

/* ======= MOBILE STICKY BAR ======= */
.mob-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--black);
  border-top: 2px solid var(--gold);
  grid-template-columns: 1fr 1fr;
}
.mob-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.mob-call {
  background: var(--gold);
  color: var(--black);
}
.mob-wa {
  background: var(--green);
  color: var(--white);
}

/* ======= HEADER ======= */
.hdr-top {
  background: var(--dark2);
  border-bottom: 1px solid rgba(245, 197, 24, 0.12);
  padding: 7px 0;
}
.hdr-top-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hdr-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hdr-info span {
  font-size: 12px;
  color: var(--gray-l);
  display: flex;
  align-items: center;
  gap: 5px;
}
.hdr-info i {
  color: var(--gold);
  font-size: 11px;
}
.hdr-social {
  display: flex;
  gap: 7px;
}
.hdr-social a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(245, 197, 24, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--gray-l);
}
.hdr-social a:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

.main-nav {
  background: #fff;
  border-bottom: 3px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 24px rgba(25, 31, 56, 0.12);
}
.nav-in {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 68px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-logo-img {
  width: 235px;
  max-height: 68px;
  object-fit: contain;
}
.footer-logo-img {
  width: 240px;
  max-width: 100%;
  height: auto;
}
.logo-ic {
  width: 48px;
  height: 48px;
  background: var(--gold);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--black);
}
.logo-txt .brand {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 21px;
  letter-spacing: 2px;
  color: var(--gold);
}
.logo-txt .sub {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--gray-l);
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

/* Nav Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}
.nav-menu > li {
  position: relative;
}
.nav-menu > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--white-s);
  border-radius: var(--r);
}
.nav-menu > li > a {
  color: #15182d;
}
.nav-menu > li > a:hover,
.nav-menu > li > a.active {
  color: var(--gold);
  background: rgba(244, 124, 32, 0.08);
}
.nav-menu > li > a i {
  font-size: 9px;
  transition: var(--tr);
}
.nav-menu > li:hover > a i {
  transform: rotate(180deg);
}

.dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: #fff;
  border: 1px solid rgba(21, 24, 45, 0.12);
  border-radius: var(--r);
  min-width: 210px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--tr);
  z-index: 200;
}
.has-drop:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown li a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 15px;
  font-size: 13.5px;
  color: #2e3447;
  border-bottom: 1px solid rgba(21, 24, 45, 0.07);
}
.dropdown li a i {
  font-size: 9px;
  color: var(--gold);
}
.dropdown li a:hover {
  color: var(--gold);
  background: rgba(245, 197, 24, 0.05);
  padding-left: 20px;
}
.dropdown li:last-child a {
  border-bottom: none;
}

/* Header CTA */
.hdr-cta {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}
.btn-call {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  background: var(--gold);
  color: var(--black);
  border-radius: var(--r);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 14.5px;
}
.btn-call:hover {
  background: var(--gold-d);
  transform: translateY(-1px);
}
.btn-wa-hdr {
  width: 42px;
  height: 42px;
  background: var(--green);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: var(--white);
}
.btn-wa-hdr:hover {
  transform: translateY(-1px) scale(1.05);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--tr);
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ======= HERO ======= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.94) 0%,
      rgba(10, 10, 10, 0.72) 55%,
      rgba(0, 0, 0, 0.88) 100%
    ),
    url("https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=1600&q=80")
      center/cover no-repeat;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 39px,
      rgba(245, 197, 24, 0.03) 40px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 39px,
      rgba(245, 197, 24, 0.03) 40px
    );
}
.hero-glow {
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(245, 197, 24, 0.07) 0%,
    transparent 70%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 100px 0 60px;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 56px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(245, 197, 24, 0.1);
  border: 1px solid rgba(245, 197, 24, 0.28);
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 11.5px;
  color: var(--gold);
  letter-spacing: 2px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
  animation: fadeUp 0.6s ease both;
}
.hero-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(50px, 7.5vw, 90px);
  line-height: 0.93;
  letter-spacing: 2px;
  margin-bottom: 18px;
  animation: fadeUp 0.7s 0.1s ease both;
}
.hero-title .g {
  color: var(--gold);
}
.hero-title .w {
  color: var(--white);
}
.hero-sub {
  font-size: 15.5px;
  color: white;
  max-width: 490px;
  margin-bottom: 28px;
  line-height: 1.75;
  animation: fadeUp 0.7s 0.2s ease both;
}
.hero-stats {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
  animation: fadeUp 0.7s 0.3s ease both;
}
.st-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  color: var(--gold);
  line-height: 1;
  letter-spacing: 1px;
}
.st-lbl {
  font-size: 11px;
  color: var(--gray);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  animation: fadeUp 0.7s 0.4s ease both;
}

/* ======= BUTTONS ======= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--r);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: var(--tr);
  border: none;
}
.btn-gold {
  background: var(--gold);
  color: var(--black);
}
.btn-gold:hover {
  background: var(--gold-d);
  transform: translateY(-2px);
  box-shadow: var(--shadow-g);
}
.btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  background: transparent;
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.btn-wa {
  background: var(--green);
  color: var(--white);
}
.btn-wa:hover {
  background: #1aad55;
  transform: translateY(-2px);
}
.btn-dark {
  background: var(--dark3);
}
.btn-dark:hover {
  background: var(--dark2);
  color: var(--gold);
}
.btn-sm {
  padding: 9px 18px;
  font-size: 14px;
}
.btn-lg {
  padding: 16px 36px;
  font-size: 18px;
}
.btn-block {
  width: 100%;
  justify-content: center;
}
.btn-red {
  background: var(--red);
  color: var(--white);
}
.btn-red:hover {
  background: #b50f31;
}

/* ======= BOOKING FORM ======= */
.book-card {
  background: var(--dark2);
  border: 1px solid rgba(245, 197, 24, 0.18);
  border-radius: var(--r2);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  animation: fadeRight 0.8s 0.2s ease both;
}
.book-hdr {
  background: var(--gold);
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.book-hdr i {
  font-size: 20px;
  color: var(--black);
}
.book-hdr h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 21px;
  letter-spacing: 2px;
  color: var(--black);
}
.trip-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: var(--dark3);
  border-bottom: 1px solid rgba(245, 197, 24, 0.1);
}
.ttab {
  padding: 11px 6px;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--gray);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: var(--tr);
}
.ttab.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
  background: rgba(245, 197, 24, 0.05);
}
.ttab:hover:not(.active) {
  color: black;
}
.book-body {
  padding: 22px;
}
.fg {
  margin-bottom: 13px;
}
.fg label {
  display: block;
  font-size: 11px;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: 600;
}
.fg label i {
  color: var(--gold);
  margin-right: 3px;
}
.fg input,
.fg select,
.fg textarea {
  width: 100%;
  padding: 11px 13px;
  background: var(--dark3);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--r);
  color: var(--white);
  font-size: 13.5px;
  transition: var(--tr);
}
.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(245, 197, 24, 0.04);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.07);
}
.fg input::placeholder {
  color: var(--gray);
}
.fg select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 34px;
  appearance: none;
  cursor: pointer;
}
.fg textarea {
  resize: vertical;
  min-height: 80px;
}
.fg select option {
  background: var(--dark2);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
  gap: 13px !important;
}
.btn-book {
  width: 100%;
  padding: 15px;
  background: var(--gold);
  color: var(--black);
  border-radius: var(--r);
  border: none;
  cursor: pointer;
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: var(--tr);
  margin-top: 5px;
}
.btn-book:hover {
  background: var(--gold-d);
  transform: translateY(-1px);
  box-shadow: var(--shadow-g);
}
.book-note {
  text-align: center;
  margin-top: 12px;
  font-size: 11.5px;
  color: var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.book-note i {
  color: var(--green);
}

/* ======= SECTIONS ======= */
.sec {
  padding: 76px 0;
}
.sec-alt {
  background: var(--dark);
}
.sec-hdr {
  text-align: center;
  margin-bottom: 52px;
}
.sec-lbl {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.sec-lbl::before,
.sec-lbl::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.sec-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(34px, 5vw, 50px);
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 12px;
}
.sec-title span {
  color: var(--gold);
}
.sec-desc {
  color: var(--gray-l);
  max-width: 540px;
  margin: 0 auto;
  font-size: 14.5px;
}

/* ======= TICKER ======= */
.ticker {
  background: var(--gold);
  padding: 11px 0;
  overflow: hidden;
}
.ticker-in {
  display: flex;
  animation: tick 28s linear infinite;
  white-space: nowrap;
}
.tick-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 28px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--black);
  flex-shrink: 0;
}
@keyframes tick {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ======= SERVICE CARDS ======= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
  gap: 18px;
}
.svc-card {
  background: var(--dark2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r2);
  padding: 30px 22px;
  text-align: center;
  cursor: pointer;
  transition: var(--tr);
  position: relative;
  overflow: hidden;
}
.svc-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: var(--tr);
  transform-origin: left;
}
.svc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 197, 24, 0.2);
}
.svc-card:hover::after {
  transform: scaleX(1);
}
.svc-ic {
  width: 62px;
  height: 62px;
  background: rgba(245, 197, 24, 0.09);
  border: 1px solid rgba(245, 197, 24, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 25px;
  color: var(--gold);
  transition: var(--tr);
}
.svc-card:hover .svc-ic {
  background: var(--gold);
  color: var(--black);
}
.svc-card h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 7px;
}
.svc-card p {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.65;
}

/* ======= ROUTE CARDS ======= */
.routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 18px;
}
.route-card {
  background: var(--dark2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r2);
  overflow: hidden;
  transition: var(--tr);
}
.route-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 197, 24, 0.22);
}
.rc-hdr {
  background: linear-gradient(135deg, var(--dark3), var(--dark2));
  padding: 18px 22px;
  border-bottom: 1px solid rgba(245, 197, 24, 0.09);
}
.rc-cities {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 6px;
}
.city {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.rc-arrow {
  color: var(--gold);
  font-size: 14px;
}
.rc-meta {
  font-size: 12px;
  color: var(--gray);
}
.rc-meta i {
  color: var(--gold);
  margin-right: 3px;
}
.rc-body {
  padding: 18px 22px;
}
.rc-fare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.fare-lbl {
  font-size: 11px;
  color: var(--gray);
}
.fare-amt {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  color: var(--gold);
}
.fare-note {
  font-size: 10.5px;
  color: var(--gray);
}
.rc-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.rtag {
  font-size: 11px;
  padding: 3px 9px;
  background: rgba(245, 197, 24, 0.07);
  border: 1px solid rgba(245, 197, 24, 0.14);
  border-radius: 20px;
  color: var(--gold);
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.btn-rc {
  display: block;
  text-align: center;
  padding: 11px;
  background: transparent;
  border: 1px solid rgba(245, 197, 24, 0.28);
  border-radius: var(--r);
  color: var(--gold);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  transition: var(--tr);
}
.btn-rc:hover {
  background: var(--gold);
  color: var(--black);
}

/* ======= FLEET ======= */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
}
.veh-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,253,.96));
  border: 1px solid rgba(21, 24, 45, 0.09);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(21, 24, 45, 0.08);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
  position: relative;
}
.veh-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 197, 24, 0.55);
  box-shadow: 0 24px 60px rgba(21, 24, 45, 0.14);
}
.veh-img {
  height: clamp(190px, 18vw, 230px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 76%, rgba(245, 197, 24, .18) 0 18%, transparent 19%),
    linear-gradient(145deg, #ffffff 0%, #f4f7fb 62%, #eef3f8 100%);
  font-size: 62px;
  color: rgba(255, 122, 24, 0.2);
  overflow: hidden;
  padding: 24px 20px 18px;
}
.veh-img::before {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  bottom: 16px;
  height: 18px;
  border-radius: 50%;
  background: rgba(21, 24, 45, .12);
  filter: blur(12px);
}
.veh-photo {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 1;
  filter: drop-shadow(0 18px 16px rgba(21, 24, 45, .18));
}
.veh-img > i {
  position: relative;
  z-index: 2;
}
.veh-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  background: #ff7a18;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(255, 122, 24, .24);
}
.veh-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}
.veh-name {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.1;
  color: #061331;
  margin-bottom: 5px;
}
.veh-type {
  font-size: 13px;
  color: #667089;
  min-height: 20px;
  margin-bottom: 16px;
}
.veh-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}
.spec {
  min-width: 0;
  text-align: left;
  padding: 12px 10px;
  border: 1px solid rgba(21, 24, 45, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
}
.spec-v {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.1;
  color: #ff6b00;
  white-space: nowrap;
}
.spec-l {
  font-size: 10.5px;
  color: #667089;
  margin-top: 4px;
  white-space: nowrap;
}
.veh-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(21, 24, 45, .08);
}
.pr-from {
  font-size: 12px;
  color: #667089;
  margin-bottom: 2px;
}
.pr-amt {
  font-family: "Bebas Neue", sans-serif;
  font-size: 33px;
  color: #ff6b00;
  line-height: 1;
}
.pr-unit {
  font-size: 11px;
  color: #667089;
}

/* BookUrTaxi-style vehicle list */
.fleet-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.veh-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 190px;
  align-items: stretch;
  gap: 10px 26px;
  min-height: 170px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(244, 124, 32, 0.18);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(244, 124, 32, 0.08);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.veh-card:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 124, 32, 0.36);
  box-shadow: 0 18px 42px rgba(244, 124, 32, 0.14);
}
.veh-img {
  width: 120px;
  height: 120px;
  align-self: center;
  padding: 12px 8px;
  background: linear-gradient(180deg, #fff1e6 0 18px, #fff 18px 74px, #fff4eb 74px 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--gold);
  font-size: 42px;
  position: relative;
}
.veh-img::before {
  display: none;
}
.veh-photo {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
  z-index: 1;
}
.veh-body {
  min-width: 0;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.veh-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}
.veh-name {
  font-family: "Rajdhani", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  color: #061331;
  margin: 0 0 8px;
}
.veh-type {
  font-size: 15px;
  font-weight: 600;
  color: #63708a;
  margin: 0;
}
.veh-badge {
  position: static;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(244, 124, 32, 0.1);
  color: var(--gold);
  box-shadow: none;
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
}
.veh-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0 0 26px;
}
.spec {
  width: auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  border: 0;
  border-right: 1px solid rgba(244, 124, 32, 0.2);
  border-radius: 0;
  background: transparent;
  color: #263a5e;
  font-size: 14px;
  line-height: 1.2;
}
.spec:first-child {
  padding-left: 0;
}
.spec:last-child {
  border-right: 0;
}
.spec i {
  color: var(--gold);
  font-size: 16px;
  width: 17px;
  text-align: center;
}
.spec.no i {
  color: #ff1f2d;
}
.spec.ok i {
  color: var(--gold);
}
.spec span {
  white-space: nowrap;
}
.veh-price {
  min-width: 0;
  padding: 10px 0 0;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  text-align: right;
}
.fare-wrap {
  min-width: 0;
}
.pr-old {
  font-size: 13px;
  color: #a7afbf;
  text-decoration: line-through;
  margin-bottom: 2px;
}
.pr-amt {
  font-family: "Rajdhani", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #000;
}
.pr-unit {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #74513c;
}
.veh-price .btn,
.veh-price .vehicle-book-btn {
  min-width: 124px;
  height: 34px;
  border-radius: 9px;
  background: var(--gold);
  color: #fff;
  box-shadow: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 16px;
}
.veh-price .btn:hover,
.veh-price .vehicle-book-btn:hover {
  background: var(--gold-d);
  color: #fff;
}
@media (max-width: 1020px) {
  .veh-card {
    grid-template-columns: 118px minmax(0, 1fr);
  }
  .veh-price {
    grid-column: 2;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding-top: 4px;
  }
}
@media (max-width: 680px) {
  .veh-card {
    grid-template-columns: 132px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 10px 12px;
    min-height: 236px;
    padding: 10px 12px 14px;
    border-radius: 14px;
    position: relative;
  }
  .veh-img {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    padding: 7px 8px;
    background: linear-gradient(180deg, #edf2f8 0 14px, #fff 14px 58px, #e8eef6 58px 100%);
    border-radius: 9px;
  }
  .veh-photo {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .veh-head {
    display: block;
    margin-bottom: 12px;
  }
  .veh-name {
    font-size: 21px;
    margin-bottom: 8px;
  }
  .veh-type {
    font-size: 14px;
    font-weight: 700;
  }
  .veh-badge {
    display: none;
  }
  .veh-body {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 0 0 40px;
  }
  .veh-specs {
    gap: 10px 0;
    margin: 0;
  }
  .spec {
    padding: 0 12px;
    font-size: 13px;
  }
  .spec:first-child,
  .spec:nth-child(4) {
    padding-left: 0;
  }
  .spec:nth-child(3) {
    border-right: 1px solid #cfd8e8;
  }
  .spec:nth-child(4) {
    flex-basis: 100%;
    border-right: 0;
    margin-top: 2px;
  }
  .spec i {
    font-size: 15px;
  }
  .veh-price {
    grid-column: 2;
    grid-row: 1;
    min-height: 78px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
    padding: 4px 0 0;
    border-top: 0;
    margin: auto 0;
  }
  .fare-wrap {
    width: 100%;
  }
  .pr-old {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .pr-amt {
    font-size: 24px;
  }
  .pr-unit {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.25;
  }
  .veh-price .btn,
  .veh-price .vehicle-book-btn {
    position: absolute;
    right: 12px;
    bottom: 18px;
    min-width: 122px;
    height: 34px;
    padding: 0 13px;
    border-radius: 9px;
  }
}
/* ======= WHY US ======= */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 22px;
}
.why-card {
  text-align: center;
  padding: 34px 22px;
  background: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--r2);
  transition: var(--tr);
}
.why-card:hover {
  border-color: rgba(245, 197, 24, 0.18);
  transform: translateY(-4px);
}
.why-ic {
  width: 68px;
  height: 68px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 26px;
  color: var(--gold);
  position: relative;
}
.why-ic::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: rgba(245, 197, 24, 0.07);
}
.why-card h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 8px;
}
.why-card p {
  font-size: 12.5px;
  color: var(--gray);
  line-height: 1.7;
}

/* ======= TESTIMONIALS ======= */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px;
}
.testi-card {
  background: var(--dark2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r2);
  padding: 26px;
  transition: var(--tr);
}
.testi-card:hover {
  border-color: rgba(245, 197, 24, 0.18);
}
.testi-quote {
  font-size: 46px;
  color: rgba(245, 197, 24, 0.1);
  line-height: 1;
  margin-bottom: 10px;
  font-family: Georgia;
}
.testi-stars {
  color: var(--gold);
  font-size: 12px;
  margin-bottom: 10px;
}
.testi-txt {
  font-size: 13.5px;
  color: var(--gray-l);
  line-height: 1.8;
  margin-bottom: 18px;
  font-style: italic;
}
.testi-auth {
  display: flex;
  align-items: center;
  gap: 11px;
}
.auth-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  color: var(--black);
  flex-shrink: 0;
}
.auth-name {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.auth-route {
  font-size: 11.5px;
  color: var(--gray);
}

/* ======= PACKAGES ======= */
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(290px, 1fr));
  gap: 22px;
}
.pkg-card {
  background: var(--dark2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r2);
  overflow: hidden;
  transition: var(--tr);
}
.pkg-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 197, 24, 0.2);
}
.pkg-img {
  height: 195px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark3);
  font-size: 72px;
  overflow: hidden;
}
.pkg-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pkg-dur {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--gold);
  color: var(--black);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 3px 11px;
  border-radius: 20px;
  z-index: 2;
}
.pkg-body {
  padding: 20px;
}
.pkg-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 7px;
}
.pkg-title a{color:inherit;text-decoration:none}
.pkg-link-img{display:block;width:100%;height:100%}
.pkg-link-img img{display:block}
.pkg-hl {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0 14px;
}
.pkg-hl li {
  font-size: 13px;
  color: var(--gray-l);
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.pkg-hl li i {
  color: var(--gold);
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 11px;
}
.pkg-ft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.pkg-pr-lbl {
  font-size: 11px;
  color: var(--gray);
}
.pkg-pr {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  color: var(--gold);
}
.package-detail-image {
  margin-bottom: 18px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(21, 24, 45, 0.1);
  box-shadow: 0 10px 30px rgba(21, 24, 45, 0.08);
  background: #fff;
}
.package-detail-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* ======= CTA BANNER ======= */
.cta-ban {
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.cta-ban::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 20px,
    rgba(0, 0, 0, 0.025) 20px,
    rgba(0, 0, 0, 0.025) 40px
  );
}
.cta-ban-in {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}
.cta-ban-txt h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(30px, 5vw, 50px);
  color: var(--black);
  letter-spacing: 2px;
  line-height: 1;
}
.cta-ban-txt p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  margin-top: 6px;
}
.cta-ban-btns {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.btn-ban-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  background: var(--black);
  color: var(--gold);
  border-radius: var(--r);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.btn-ban-dark:hover {
  background: var(--dark2);
}
.btn-ban-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 24px;
  background: var(--green);
  color: var(--white);
  border-radius: var(--r);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.btn-ban-wa:hover {
  background: #1aad55;
}

/* ======= FAQ ======= */
.faq-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--r);
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: left;
  padding: 17px 19px;
  background: var(--dark2);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  cursor: pointer;
  transition: var(--tr);
}
.faq-q:hover {
  background: var(--dark3);
  color: var(--gold);
}
.faq-q.open {
  color: var(--gold);
  background: rgba(245, 197, 24, 0.05);
}
.faq-ic {
  color: var(--gold);
  font-size: 13px;
  transition: var(--tr);
}
.faq-q.open .faq-ic {
  transform: rotate(45deg);
}
.faq-a {
  padding: 0 19px;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}
.faq-a.show {
  padding: 15px 19px;
  max-height: 250px;
}
.faq-a p {
  font-size: 13.5px;
  color: var(--gray-l);
  line-height: 1.8;
}

/* ======= FOOTER ======= */
.footer {
  background: var(--black-s);
  border-top: 1px solid rgba(245, 197, 24, 0.12);
}
.footer-top {
  padding: 56px 0 38px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 38px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}
.footer-logo i {
  font-size: 28px;
  color: var(--gold);
}
.f-brand {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  color: var(--gold);
  letter-spacing: 2px;
}
.f-sub {
  display: block;
  font-size: 10.5px;
  color: var(--gray);
  letter-spacing: 3px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.footer-about p {
  font-size: 12.5px;
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 18px;
}
.f-contacts {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.f-contacts a,
.f-contacts span {
  font-size: 12.5px;
  color: var(--gray-l);
  display: flex;
  align-items: center;
  gap: 7px;
}
.f-contacts a:hover {
  color: var(--gold);
}
.f-contacts i {
  color: var(--gold);
  width: 13px;
}
.footer-col h4 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--gold);
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(245, 197, 24, 0.18);
  text-transform: uppercase;
}
.f-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.f-links li a {
  font-size: 12.5px;
  color: var(--gray-l);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: var(--tr);
}
.f-links li a i {
  font-size: 9px;
  color: var(--gold);
}
.f-links li a:hover {
  color: var(--gold);
  padding-left: 3px;
}
.f-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  flex-direction: row !important;
}
.f-cities li a {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 11.5px !important;
  display: inline-block !important;
}
.f-cities li a:hover {
  background: rgba(245, 197, 24, 0.1);
  border-color: rgba(245, 197, 24, 0.28);
  color: var(--gold) !important;
}
.footer-bot {
  background: var(--black);
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.footer-bot-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-bot p {
  font-size: 12px;
  color: var(--gray);
}
.footer-bot p i {
  color: var(--red);
}
.footer-bot-links {
  display: flex;
  gap: 18px;
}
.footer-bot-links a {
  font-size: 11.5px;
  color: var(--gray);
}
.footer-bot-links a:hover {
  color: var(--gold);
}

/* ======= FLOATING WA ======= */
.float-wa {
  position: fixed;
  bottom: 30px;
  right: 22px;
  z-index: 998;
  width: 54px;
  height: 54px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--white);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: var(--tr);
  animation: pulse-g 2.5s infinite;
}
.float-wa:hover {
  transform: scale(1.1);
}
.wa-tip {
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--dark2);
  color: black;
  padding: 5px 11px;
  border-radius: var(--r);
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: var(--tr);
  box-shadow: var(--shadow);
}
.float-wa:hover .wa-tip {
  opacity: 1;
  visibility: visible;
  right: 60px;
}
@keyframes pulse-g {
  0%,
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 32px rgba(37, 211, 102, 0.7);
  }
}

/* ======= PAGE HERO (inner pages) ======= */
.page-hero {
  background: linear-gradient(135deg, var(--black) 0%, var(--dark2) 100%);
  padding: 80px 0 50px;
  border-bottom: 2px solid rgba(245, 197, 24, 0.15);
  position: relative;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 39px,
      rgba(245, 197, 24, 0.025) 40px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 39px,
      rgba(245, 197, 24, 0.025) 40px
    );
}
.page-hero-in {
  position: relative;
  z-index: 2;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--gold);
}
.breadcrumb i {
  font-size: 9px;
}
.page-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(36px, 6vw, 60px);
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 12px;
}
.page-title span {
  color: var(--gold);
}
.page-desc {
  font-size: 15px;
  color: var(--gray-l);
  max-width: 580px;
  line-height: 1.75;
}

/* ======= CONTENT SECTIONS ======= */
.content-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}
.content-main {
}
.content-side {
}
.sticky-side {
  position: sticky;
  top: 90px;
}
.prose h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--gold);
  margin: 28px 0 12px;
}
.prose h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  margin: 20px 0 10px;
}
.prose p {
  color: var(--gray-l);
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 14px;
}
.prose ul {
  color: var(--gray-l);
  font-size: 14px;
  line-height: 2;
  padding-left: 20px;
  margin-bottom: 14px;
}
.prose ul li {
  list-style: disc;
}
.info-box {
  background: var(--dark2);
  border: 1px solid rgba(245, 197, 24, 0.18);
  border-radius: var(--r2);
  padding: 22px;
  margin-bottom: 22px;
}
.info-box h4 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(245, 197, 24, 0.15);
}
.info-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13.5px;
}
.info-row:last-child {
  border-bottom: none;
}
.info-key {
  color: var(--gray);
}
.info-val {
  color: var(--white);
  font-weight: 600;
}
.info-val.gold {
  color: var(--gold);
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
}

/* ======= ALERTS ======= */
.alert {
  padding: 13px 17px;
  border-radius: var(--r);
  font-size: 13.5px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.alert-ok {
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.3);
  color: #25d366;
}
.alert-err {
  background: rgba(220, 20, 60, 0.1);
  border: 1px solid rgba(220, 20, 60, 0.28);
  color: var(--red);
}
.alert-warn {
  background: rgba(245, 197, 24, 0.1);
  border: 1px solid rgba(245, 197, 24, 0.28);
  color: var(--gold);
}

/* ======= CONTACT PAGE ======= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.contact-info-card {
  background: var(--dark2);
  border: 1px solid rgba(245, 197, 24, 0.18);
  border-radius: var(--r2);
  padding: 30px;
}
.ci-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.ci-ic {
  width: 46px;
  height: 46px;
  background: rgba(245, 197, 24, 0.1);
  border: 1px solid rgba(245, 197, 24, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--gold);
  flex-shrink: 0;
}
.ci-label {
  font-size: 11px;
  color: var(--gray-l);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.ci-val {
  font-size: 15px;
  color: var(--black);
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.ci-val a {
  color: var(--black);
}
.ci-val a:hover {
  color: var(--gold);
}

/* ======= ADMIN - FULL PANEL ======= */
.admin-body {
  background: #0f0f0f;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
}
.admin-topbar {
  background: #161616;
  border-bottom: 2px solid var(--gold);
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 500;
}
.admin-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-brand i {
  font-size: 20px;
  color: white;
}
.admin-brand span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--gold);
}
.admin-topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.admin-user {
  font-size: 13px;
  color: var(--gray-l);
}
.admin-logout {
  font-size: 12px;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 5px;
}
.admin-logout:hover {
  color: var(--white);
}
.admin-layout {
  display: flex;
  flex: 1;
}
.admin-sidebar {
  width: 230px;
  background: #161616;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  min-height: calc(100vh - 60px);
  flex-shrink: 0;
  padding: 20px 0;
}
.sidebar-section {
  margin-bottom: 6px;
}
.sidebar-section-title {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  padding: 8px 20px;
  font-weight: 600;
}
.sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 13.5px;
  color: var(--gray-l);
  transition: var(--tr);
  border-left: 3px solid transparent;
}
.sidebar-link:hover,
.sidebar-link.active {
  color: var(--gold);
  background: rgba(245, 197, 24, 0.06);
  border-left-color: var(--gold);
}
.sidebar-link i {
  width: 17px;
  font-size: 14px;
  text-align: center;
}
.admin-main {
  flex: 1;
  padding: 28px;
  overflow-x: auto;
}
.admin-page-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 6px;
}
.admin-breadcrumb {
  font-size: 12px;
  color: var(--gray);
  margin-bottom: 24px;
}
.admin-breadcrumb a {
  color: var(--gold);
}

/* Admin stats cards */
.stat-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}
.stat-card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--r2);
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: var(--tr);
}
.stat-card:hover {
  border-color: rgba(245, 197, 24, 0.2);
}
.stat-card-ic {
  width: 52px;
  height: 52px;
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.ic-gold {
  background: rgba(245, 197, 24, 0.15);
  color: var(--gold);
}
.ic-green {
  background: rgba(37, 211, 102, 0.15);
  color: var(--green);
}
.ic-blue {
  background: rgba(59, 130, 246, 0.15);
  color: #3b82f6;
}
.ic-red {
  background: rgba(220, 20, 60, 0.15);
  color: var(--red);
}
.ic-purple {
  background: rgba(168, 85, 247, 0.15);
  color: #a855f7;
}
.stat-card-info .num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
}
.stat-card-info .lbl {
  font-size: 12px;
  color: var(--gray);
}

/* Admin table */
.admin-card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--r2);
  overflow: hidden;
  margin-bottom: 22px;
}
.admin-card-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.admin-card-hdr h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
}
.admin-table-wrap {
  overflow-x: auto;
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
}
.admin-table th {
  background: #222;
  padding: 11px 14px;
  text-align: left;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray);
  font-weight: 600;
}
.admin-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 13.5px;
  color: var(--gray-l);
  vertical-align: middle;
}
.admin-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}
.admin-table tr:last-child td {
  border-bottom: none;
}
.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}
.badge-pending {
  background: rgba(245, 197, 24, 0.15);
  color: var(--gold);
}
.badge-confirmed {
  background: rgba(37, 211, 102, 0.15);
  color: var(--green);
}
.badge-completed {
  background: rgba(59, 130, 246, 0.15);
  color: #3b82f6;
}
.badge-cancelled {
  background: rgba(220, 20, 60, 0.15);
  color: var(--red);
}
.badge-new {
  background: rgba(168, 85, 247, 0.15);
  color: #a855f7;
}
.badge-contacted {
  background: rgba(251, 146, 60, 0.15);
  color: #fb923c;
}

/* Admin form */
.admin-form-card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--r2);
  padding: 28px;
}
.form-section-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--gold);
  margin: 20px 0 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(245, 197, 24, 0.15);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.fg-admin label {
  display: block;
  font-size: 11.5px;
  color: var(--gray);
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.fg-admin input,
.fg-admin select,
.fg-admin textarea {
  width: 100%;
  padding: 10px 13px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r);
  color: var(--white);
  font-size: 13.5px;
  transition: var(--tr);
  font-family: "Poppins", sans-serif;
}
.fg-admin input:focus,
.fg-admin select:focus,
.fg-admin textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.08);
}
.fg-admin textarea {
  resize: vertical;
  min-height: 90px;
}
.fg-admin select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 34px;
}
.fg-admin select option {
  background: #1a1a1a;
  color: var(--white);
}

/* ======= LOGIN PAGE ======= */
.login-body {
  background: var(--black);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-card {
  width: 100%;
  max-width: 420px;
  background: #1a1a1a;
  border: 1px solid rgba(245, 197, 24, 0.2);
  border-radius: var(--r2);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}
.login-hdr {
  background: var(--gold);
  padding: 28px;
  text-align: center;
}
.login-hdr i {
  font-size: 36px;
  color: var(--black);
  margin-bottom: 6px;
  display: block;
}
.login-hdr h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
  color: var(--black);
}
.login-hdr p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.login-body-card {
  padding: 30px;
}

/* ======= ANIMATIONS ======= */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(38px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.vis {
  opacity: 1;
  transform: translateY(0);
}

/* ======= RESPONSIVE ======= */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .book-card {
    max-width: 100%;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    width: 200px;
  }
  /* Adjust header sizing on medium screens to avoid overflow without wrapping */
  .nav-in{gap:12px}
  .brand-logo-img{max-width:180px;width:auto}
  .nav-menu > li > a{padding:6px 10px;font-size:14px}
}

@media (max-width: 992px) {

   .btn-call span {
    display: none;
  }

  .pkg-grid{
    grid-template-columns: repeat(2, minmax(290px, 1fr));
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--dark2);
    padding: 16px;
    gap: 0;
    border-bottom: 2px solid var(--gold);
    z-index: 999;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
  }
  .nav-menu.open {
    display: flex;
  }
  .nav-menu > li > a {
    padding: 11px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    display: none;
    margin: 0;
  }
  .has-drop.open .dropdown {
    display: block;
  }
  .hdr-top-in{
    justify-content: center;
    gap: 5px;
  }
  .hamburger {
    display: flex;
  }


  .pkg-grid{
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
 
  .mob-bar {
    display: grid;
  }
  body {
    padding-bottom: 54px;
  }
  .float-wa {
    display: none;
  }
  .float-call {
    display: none;
  }
  .cta-ban-in {
    flex-direction: column;
    text-align: center;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .form-row,
  .form-grid,
  .form-grid-3 {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    padding: 50px 0;
  }
  .admin-layout {
    flex-direction: column;
  }
  .admin-sidebar {
    width: 100%;
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .admin-main {
    padding: 18px;
  }

  .hdr-cta {
    display: none;
  }
}

@media (max-width: 576px){
  .pkg-grid{
    grid-template-columns: 1fr;
  }
  .hdr-info{
    justify-content: center;
    gap: 0px 15px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 44px;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-ctas {
    flex-direction: column;
  }
  .btn {
    justify-content: center;
  }
}

/* Logo-led Panwar Taxi refresh */
.hero-bg {
  background:
    linear-gradient(135deg, rgba(21, 24, 45, 0.94), rgba(32, 36, 66, 0.78)),
    url("https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=1600&q=80")
      center/cover no-repeat;
}
.hero-glow {
  display: none;
}
.sec-alt {
  background: #f4f7fb;
}
.svc-card,
.route-card,
.veh-card,
.why-card,
.testi-card,
.pkg-card,
.info-box,
.book-card {
  background: #fff;
  border-color: rgba(21, 24, 45, 0.1);
  box-shadow: 0 10px 30px rgba(21, 24, 45, 0.08);
}
.book-card {
  color: #15182d;
}
.book-body,
.trip-tabs {
  background: #fff;
}
.ttab {
  background: #f4f7fb;
  color: #5f6678;
}
.fg input,
.fg select,
.fg textarea {
  background: #f7f9fc;
  color: #15182d;
  border-color: rgba(21, 24, 45, 0.14);
}
.fg select option {
  background: #fff;
  color: #15182d;
}
.rc-hdr,
.veh-img {
  background: linear-gradient(135deg, #f7f9fc, #fff);
  border-bottom-color: rgba(21, 24, 45, 0.08);
}
.veh-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,253,.96));
}
.page-hero {
  background: linear-gradient(135deg, #15182d 0%, #272b4d 100%);
}
.footer {
  background: #15182d;
  border-top: 1px solid rgba(244, 124, 32, 0.22);
  color: #fff;
}
.footer .f-links li a,
.footer-about p,
.footer-bot p {
  color: rgba(255, 255, 255, 0.76);
}
.footer-bot {
  background: #111428;
}
.admin-table th {
  background: #eef2f7;
  color: #5f6678;
}
.admin-table td {
  color: #2e3447;
  border-bottom-color: rgba(21, 24, 45, 0.08);
}
.admin-table tr:hover td {
  background: #f7f9fc;
}
.city-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}
.city-link-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 12px;
  background: #f7f9fc;
  border: 1px solid rgba(21, 24, 45, 0.1);
  border-radius: 6px;
  color: #15182d;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
.city-link-grid a:hover,
.city-link-grid a.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
@media (max-width: 768px) {
  .brand-logo-img {
    width: 190px;
  }
  .nav-menu {
    background: #fff;
  }
  .hamburger span {
    background: #15182d;
  }
}

/* Contrast fixes after light theme conversion */
.page-hero .page-title,
.page-hero .breadcrumb,
.page-hero .page-desc {
  color: #fff;
}
.page-hero .breadcrumb a,
.page-hero .breadcrumb i,
.page-title span {
  color: var(--gold);
}
.faq-q {
  background: #fff;
  color: #15182d;
  border: 1px solid rgba(21, 24, 45, 0.08);
}
.faq-q:hover,
.faq-q.open {
  background: #f4f7fb;
  color: var(--gold);
}
.faq-a p,
.prose p,
.prose ul,
.svc-card p,
.why-card p,
.testi-txt,
.pkg-hl li {
  color: #2e3447;
}
.info-key {
  color: #5f6678;
}
.info-val {
  color: #15182d;
}
.admin-table td strong[style] {
  color: #15182d !important;
}
.footer .f-contacts a,
.footer .f-contacts span {
  color: rgba(255, 255, 255, 0.88);
}
.footer .f-contacts i {
  color: var(--gold);
}
.footer .f-links li a:hover,
.footer-bot-links a:hover {
  color: var(--gold);
}
.book-note {
  color: #5f6678;
}
.fare-amt,
.pr-amt,
.pkg-pr {
  color: var(--gold);
}

/* Blog listing and detail */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 34px;
  align-items: start;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.blog-card {
  background: #fff;
  border: 1px solid rgba(21, 24, 45, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(21, 24, 45, 0.08);
}
.blog-card-featured {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
.blog-img-link {
  display: block;
  position: relative;
  min-height: 210px;
  overflow: hidden;
}
.blog-card-featured .blog-img-link {
  min-height: 300px;
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.35s ease;
}
.blog-card:hover .blog-card-img {
  transform: scale(1.04);
}
.blog-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gold);
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
}
.blog-cat.static {
  position: static;
  display: inline-flex;
  margin-bottom: 14px;
}
.blog-card-body {
  padding: 20px;
}
.blog-date {
  font-size: 12px;
  color: #5f6678;
  margin-bottom: 8px;
}
.blog-date i {
  color: var(--gold);
  margin-right: 5px;
}
.blog-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.blog-title a {
  color: #15182d;
}
.blog-title a:hover {
  color: var(--gold);
}
.blog-card-body p {
  font-size: 13.5px;
  color: #2e3447;
  line-height: 1.75;
  margin-bottom: 14px;
}
.blog-compact-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.blog-card-compact {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 136px;
}
.blog-card-compact .blog-img-link {
  min-height: 136px;
  height: 100%;
}
.blog-card-compact .blog-card-img {
  height: 100%;
}
.blog-card-compact .blog-card-body {
  padding: 16px 18px;
}
.blog-card-compact .blog-title {
  font-size: 19px;
  margin-bottom: 7px;
}
.blog-card-compact .blog-card-body p {
  margin-bottom: 10px;
}
.blog-card-compact .btn {
  padding: 8px 12px;
  font-size: 12px;
}
.other-blogs-box {
  margin-top: 18px;
}
.other-blog-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
.other-blog-item {
  display: block;
  padding: 11px 12px;
  border: 1px solid rgba(21, 24, 45, .09);
  border-radius: 8px;
  background: #f7f9fc;
  color: #15182d;
  transition: var(--tr);
}
.other-blog-item:hover {
  border-color: rgba(244, 124, 32, .35);
  background: #fff;
  transform: translateY(-1px);
}
.other-blog-item span {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
}
.other-blog-item small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  color: #6f7890;
  font-size: 11px;
}
.blog-side {
  position: sticky;
  top: 92px;
}
.blog-topic {
  display: inline-flex;
  margin: 4px;
  padding: 5px 10px;
  background: #f7f9fc;
  border: 1px solid rgba(21, 24, 45, 0.1);
  border-radius: 20px;
  font-size: 12px;
  color: #15182d;
  align-items: center;
}
.blog-cta {
  background: #15182d;
  color: #fff;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.blog-cta i {
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 10px;
}
.blog-cta h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  margin-bottom: 6px;
}
.blog-cta p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 14px;
}
.blog-cta a {
  display: block;
  background: var(--gold);
  color: #fff;
  border-radius: 6px;
  padding: 11px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
.blog-detail-hero {
  background: #15182d;
  color: #fff;
  padding: 58px 0;
  border-bottom: 4px solid var(--gold);
}
.blog-detail-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 36px;
  align-items: center;
}
.blog-detail-grid h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.blog-detail-grid p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.8;
}
.blog-detail-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.blog-detail-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}
.blog-detail-meta i {
  color: var(--gold);
  margin-right: 5px;
}
.blog-post-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 38px;
  align-items: start;
}
.blog-prose {
  background: #fff;
  border: 1px solid rgba(21, 24, 45, 0.1);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 10px 30px rgba(21, 24, 45, 0.08);
}
.blog-prose h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 28px;
  color: #15182d;
  margin: 26px 0 12px;
}
.blog-prose h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  color: #15182d;
  margin: 22px 0 10px;
}
.blog-prose p,
.blog-prose li {
  font-size: 15px;
  color: #2e3447;
  line-height: 1.9;
}
.blog-prose ul,
.blog-prose ol {
  padding-left: 22px;
  margin: 12px 0;
}
.blog-prose a {
  font-weight: 600;
}
.blog-book-box {
  margin-top: 32px;
  background: #f7f9fc;
  border: 1px solid rgba(244, 124, 32, 0.2);
  border-radius: 8px;
  padding: 22px;
}
.blog-book-box h3 {
  margin-top: 0;
  color: var(--gold);
}
.blog-book-box div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.service-rich-content {
  font-size: 14px;
  color: var(--gray-l);
  line-height: 1.85;
  margin-top: 8px;
}
.service-rich-content p {
  margin: 0 0 12px;
}
.service-rich-content ul,
.service-rich-content ol {
  padding-left: 22px;
  margin: 10px 0 12px;
}
.service-rich-content li {
  margin-bottom: 7px;
}
.service-rich-content a {
  color: var(--gold);
  font-weight: 600;
}
.service-rich-content h2,
.service-rich-content h3,
.service-rich-content h4 {
  font-family: "Rajdhani", sans-serif;
  color: #15182d;
  margin: 16px 0 8px;
}

/* Compact route cards */
.routes-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}
.route-card {
  border-radius: 8px;
}
.rc-hdr {
  padding: 12px 14px;
}
.rc-cities {
  gap: 6px;
  margin-bottom: 4px;
}
.city {
  font-size: 15.5px;
}
.rc-meta {
  font-size: 11px;
}
.rc-body {
  padding: 12px 14px 14px;
}
.rc-fare {
  margin-bottom: 10px;
}
.fare-amt {
  font-size: 23px;
}
.btn-rc {
  padding: 8px 10px;
  font-size: 13.5px;
}

/* Vehicle booking modal */
body.modal-open {
  overflow: hidden;
}
.vehicle-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.vehicle-modal.show {
  display: flex;
}
.vehicle-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 24, 45, 0.66);
}
.vehicle-modal-panel {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}
.vehicle-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: rgba(21, 24, 45, 0.08);
  color: #fff;
  z-index: 2;
}
.vehicle-modal-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  background: #15182d;
  color: #fff;
  border-bottom: 3px solid var(--gold);
}
.vehicle-modal-head i {
  color: var(--gold);
  font-size: 25px;
}
.vehicle-modal-head h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 23px;
  line-height: 1.1;
}
.vehicle-modal-head p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}
.vehicle-modal .book-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.vehicle-modal .book-hdr {
  display: none;
}
@media (max-width: 1024px) {
  .blog-layout,
  .blog-post-layout,
  .blog-detail-grid {
    grid-template-columns: 1fr;
  }
  .blog-side {
    position: static;
  }
  .blog-card-featured {
    grid-template-columns: 1fr;
  }
  .blog-card-compact {
    grid-template-columns: 116px minmax(0, 1fr);
    min-height: 118px;
  }
  .blog-card-compact .blog-img-link {
    min-height: 118px;
  }
  .blog-card-compact .blog-card-body {
    padding: 12px;
  }
  .blog-card-compact .blog-title {
    font-size: 16px;
  }
  .blog-card-compact .blog-card-body p {
    display: none;
  }
}

@media (max-width: 992px){
  .blog-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  
  .blog-compact-grid {
    gap: 12px;
  }
  .blog-card-compact {
    grid-template-columns: 115px minmax(0, 1fr);
    min-height: 112px;
  }
  .blog-card-compact .blog-img-link {
    min-height: 112px;
  }
  .blog-card-compact .blog-cat {
    display: none;
  }
  .blog-card-compact .blog-date {
    font-size: 10.5px;
    margin-bottom: 5px;
  }
  .blog-card-compact .btn {
    padding: 7px 10px;
  }
  .blog-prose {
    padding: 22px;
  }
  .blog-card-featured .blog-img-link {
    min-height: 220px;
  }
}

@media (max-width: 575.98px){
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Final mobile polish */
@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .nav-in {
    min-height: 52px;
    gap: 8px;
  }
  .brand-logo-img {
    width: min(176px, calc(100vw - 88px));
    max-height: 50px;
  }
  .main-nav {
    border-bottom-width: 2px;
  }
  .hamburger {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
  }
  .nav-menu {
    top: 52px;
    max-height: calc(100vh - 52px);
  }
  .hero {
    min-height: auto;
    padding: 0;
  }
  .hero-content {
    padding: 34px 0 42px;
  }
  .hero-inner,
  .content-grid,
  .blog-layout,
  .blog-post-layout,
  .blog-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    gap: 22px;
  }
  .hero-title {
    font-size: clamp(42px, 15vw, 58px);
    line-height: 0.98;
  }
  .hero-sub,
  .page-desc {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.75;
  }

  .book-card {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
  }
  .book-body {
    padding: 18px 14px;
  }
  .trip-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ttab {
    min-width: 0;
    font-size: 12px;
    white-space: nowrap;
  }
  .fg input,
  .fg select,
  .fg textarea {
    min-width: 0;
  }
  .page-hero {
    padding: 46px 0;
    min-height: auto;
  }
  .page-hero-in {
    max-width: 100%;
  }
  .breadcrumb {
    flex-wrap: wrap;
    gap: 6px;
    font-size: 11px;
    line-height: 1.5;
  }
  .page-title {
    font-size: clamp(34px, 13vw, 48px);
    line-height: 1;
    letter-spacing: 1px;
    overflow-wrap: anywhere;
  }
  .sec {
    padding: 48px 0;
  }
  .sec-hdr {
    margin-bottom: 28px;
  }
  .services-grid,
  .routes-grid,
  .fleet-grid,
  .city-link-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px;
  }
  .svc-card {
    padding: 22px 18px;
    min-height: auto;
  }
  .svc-card p {
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
  }
  .info-box,
  .blog-prose {
    padding: 18px 14px;
    border-radius: 8px;
  }
  .sticky-side {
    position: static;
  }
  .float-wa {
    right: 14px;
    bottom: 72px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 380px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .brand-logo-img {
    width: min(160px, calc(100vw - 78px));
  }
  .page-title {
    font-size: clamp(31px, 12.5vw, 42px);
  }
  .hero-title {
    font-size: clamp(38px, 14vw, 50px);
  }
  .book-hdr {
    padding: 14px 16px;
  }
  .book-hdr h3 {
    font-size: 19px;
  }
  .ttab {
    font-size: 11px;
    padding: 10px 3px;
  }
  .mob-bar a {
    padding: 12px 8px;
    font-size: 14px;
  }
}

/* Homepage hero and header refresh */
body:not(.admin-body) {
  padding-top: 0;
}
.hdr-top {
  display: block;
  position: relative;
  z-index: 1001;
  min-height: 40px;
  background: var(--dark2);
}
.main-nav {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(21, 24, 45, 0.1);
  box-shadow: 0 8px 28px rgba(21, 24, 45, 0.1);
  backdrop-filter: blur(12px);
}
.nav-in {
  min-height: 72px;
  gap: 18px;
}
.brand-logo-img {
  width: 210px;
}
.nav-menu {
  gap: 6px;
}
.nav-menu > li > a {
  color: #15182d;
  border-radius: 7px;
  padding: 10px 13px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.nav-menu > li > a:hover,
.nav-menu > li > a.active {
  color: var(--gold);
  background: rgba(244, 124, 32, 0.09);
}
.dropdown {
  border-radius: 8px;
  padding: 6px;
}
.dropdown li a {
  border-radius: 6px;
  border-bottom: 0;
}
.hamburger span {
  background: #15182d;
}
.btn-call {
  background: #f47c20;
  color: #fff;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(244, 124, 32, 0.22);
}
.btn-call i,
.btn-gold i.fa-phone-alt,
.mob-call i,
.float-call i {
  transform: scaleX(-1);
}
.hero {
  min-height: calc(100vh - 72px);
  background: linear-gradient(180deg, #fff7f0 0%, #fffaf5 58%, #fff 100%);
  align-items: stretch;
}
.hero-bg,
.hero-grid,
.hero-glow {
  display: none;
}
.hero-content {
  padding: 58px 0 46px;
}
.hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 392px);
  gap: 64px;
  align-items: center;
}
.hero-copy {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.hero-badge {
  background: transparent;
  border: 0;
  border-left: 4px solid var(--gold);
  border-radius: 0;
  color: #111827;
  padding: 0 0 0 12px;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.hero-title {
  max-width: 760px;
  color: #030711;
  font-family: "Poppins", sans-serif;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.14;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.hero-title span {
  display: block;
  color: var(--gold);
  font-size: 0.92em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero-points {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 0 0 22px;
  color: #111827;
  font-size: 16px;
  line-height: 1.45;
}
.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.hero-points i {
  margin-top: 3px;
  color: #0f9f4f;
}
.hero-stats {
  margin: 0 0 20px;
  gap: 22px;
}
.st-num {
  color: #f47c20;
}
.st-lbl {
  color: #6b7280;
}
.hero-ctas {
  margin-top: 0;
}
.hero-ctas .btn {
  border-radius: 24px;
}
.hero .book-card {
  background: #fff;
  border: 2px solid var(--gold);
  border-radius: 9px;
  box-shadow: none;
  animation: none;
}
.hero .book-hdr {
  background: #fff;
  justify-content: center;
  padding: 16px 18px 4px;
}
.hero .book-hdr i {
  display: none;
}
.hero .book-hdr h3 {
  color: var(--gold);
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: 0;
}
.hero .trip-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border-bottom: 0;
  padding: 10px 16px 6px;
}
.hero .ttab {
  flex: 0 0 auto;
  border: 1px solid rgba(21, 24, 45, 0.18);
  border-radius: 999px;
  padding: 8px 15px;
  color: #111827;
  background: #fff;
}
.hero .ttab.active {
  background: #030711;
  color: #fff;
  border-color: #030711;
}
.hero .book-body {
  padding: 12px 16px 18px;
}
.hero .form-row {
  grid-template-columns: 1fr;
  gap: 0;
}
.hero .fg {
  margin-bottom: 9px;
}
.hero .fg label {
  color: #111827;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 4px;
}
.hero .fg input,
.hero .fg select,
.hero .fg textarea {
  background: #f7f7f7;
  border: 1px solid #d4d7dd;
  border-radius: 5px;
  color: #111827;
  padding: 10px 12px;
}
.hero .fg input::placeholder {
  color: transparent;
}
.hero .btn-book {
  width: auto;
  min-width: 132px;
  margin: 10px auto 0;
  padding: 11px 24px;
  background: var(--gold);
  color: #fff;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}
.hero .btn-book i,
.hero .book-note {
  display: none;
}
.float-call,
.float-wa {
  right: 22px;
  width: 54px;
  height: 54px;
}
.float-call {
  position: fixed;
  bottom: 94px;
  z-index: 998;
  background: #f47c20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
  box-shadow: 0 4px 20px rgba(244, 124, 32, 0.38);
  transition: var(--tr);
}
.float-call:hover,
.float-wa:hover {
  transform: scale(1.08);
}
.float-call:hover .wa-tip {
  opacity: 1;
  visibility: visible;
  right: 60px;
}

@media (max-width: 900px) {
  body:not(.admin-body) {
    padding-top: 0;
  }
  .hdr-top {
    min-height: 40px;
    padding: 6px 0;
    overflow: hidden;
  }
  .hdr-info span {
    white-space: nowrap;
    font-size: 11px;
  }
  .nav-in {
    min-height: 66px;
  }
  .brand-logo-img {
    width: min(185px, calc(100vw - 92px));
  }
  .nav-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 66px;
    left: 12px;
    right: 12px;
    background: #fff;
    border: 1px solid rgba(21, 24, 45, 0.1);
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 18px 38px rgba(21, 24, 45, 0.16);
    align-items: stretch;
    text-align: left;
  }
  .nav-menu.open {
    display: flex;
  }
  .hamburger {
    display: flex;
  }
  .hdr-cta {
    display: none;
  }
  .nav-menu > li > a {
    justify-content: flex-start;
    color: #15182d;
    border-bottom: 0;
    padding: 12px 14px;
  }
  .dropdown {
    background: #f8fafc;
    border: 0;
    padding: 4px;
  }
  .hero-content {
    padding: 34px 0 36px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hero-copy,
  .hero-points,
  .hero-stats,
  .hero-ctas {
    grid-column: 1;
  }
  .hero-title {
    font-size: clamp(31px, 8vw, 46px);
  }
  .hero-points {
    font-size: 14px;
  }
  .hero .book-card {
    min-width: 80%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .nav-in{
    justify-content: space-between;
  }
}

@media (max-width: 767.98px){
  .float-call{
    display: none;
  }
}

/* Header scroll behavior correction */
body:not(.admin-body) > header {
  display: contents;
}
body:not(.admin-body) .hdr-top {
  position: relative;
  top: auto;
}
body:not(.admin-body) .main-nav {
  position: sticky;
  top: 0;
  z-index: 1200;
}
.hero-title span,
.hero .book-hdr h3 {
  color: var(--gold) !important;
}
.hero .book-card {
  border-color: var(--gold) !important;
}
.hero .btn-book {
  background: var(--gold) !important;
}
.hero .btn-book:hover {
  background: var(--gold-d) !important;
}

@media (max-width: 900px) {
  body:not(.admin-body) .nav-menu {
    top: 66px;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(244, 124, 32, 0.8) rgba(21, 24, 45, 0.08);
  }
  body:not(.admin-body) .nav-menu::-webkit-scrollbar {
    width: 8px;
  }
  body:not(.admin-body) .nav-menu::-webkit-scrollbar-track {
    background: rgba(21, 24, 45, 0.08);
    border-radius: 999px;
  }
  body:not(.admin-body) .nav-menu::-webkit-scrollbar-thumb {
    background: rgba(244, 124, 32, 0.8);
    border-radius: 999px;
  }
  body:not(.admin-body) .dropdown {
    position: static;
    max-height: none;
    overflow: visible;
  }
  body:not(.admin-body) .nav-menu .dropdown {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    margin: 4px 0 8px;
  }
  body:not(.admin-body) .nav-menu .has-drop.open > .dropdown {
    display: block !important;
    width: 100%;
    height: auto;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  body:not(.admin-body) .nav-menu .has-drop.open > .dropdown li a {
    display: flex;
    padding: 10px 14px;
    color: #2e3447;
    background: #fff;
  }
}

@media (max-width: 768px) {
  body:not(.admin-body).mobile-nav-fixed {
    padding-top: 52px;
  }
  body:not(.admin-body).mobile-nav-fixed .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1300;
  }
  body:not(.admin-body).mobile-nav-fixed .nav-menu {
    max-height: calc(80vh - 100px);
    overflow-y: auto;
  }
}
