body {
  font-family: 'Manrope', sans-serif;
  color: #171717;
  background: #fff;
}

:root {
  --ntll-accent: #ffc107;
  --ntll-accent-dark: #e6b012;
  --ntll-ink: #111111;
  --ntll-primary: #0f1b2d;
  --ntll-primary-light: #1a2d4a;
  --ntll-accent-gradient: linear-gradient(135deg, #fbbf24, #f59e0b);
  --ntll-dark-gradient: linear-gradient(140deg, #0b1422, #162033);
}

.main-nav {
  background: rgba(15, 15, 15, 0.95) !important;
  backdrop-filter: blur(8px);
}

.main-nav .nav-link {
  color: #f5f5f5;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 999px;
  transition: 0.25s ease;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: #111;
  background: #ffc107;
}

.navbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffc107;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  margin-right: 12px;
  padding: 6px 14px;
  border: 1.5px solid rgba(255, 193, 7, 0.3);
  border-radius: 999px;
  transition: all 0.3s ease;
}

.navbar-phone:hover {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
  border-color: rgba(255, 193, 7, 0.6);
}

.navbar-phone i {
  font-size: 14px;
}

.nav-whatsapp {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #fff !important;
  font-size: 20px;
  transition: all 0.3s ease;
}

.nav-whatsapp:hover {
  background: #1da851 !important;
  color: #fff !important;
  transform: scale(1.1);
}

/* Floating WhatsApp button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 36px rgba(37, 211, 102, 0.5);
  color: #fff;
}

@media (max-width: 767px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
    font-size: 24px;
    bottom: 72px;
    right: 16px;
  }
}

.hero-section {
  min-height: 100vh;
  padding-top: 110px;
  position: relative;
  overflow: hidden;
  background: var(--ntll-dark-gradient);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(1400px 700px at 75% 15%, rgba(251, 191, 36, 0.15), transparent 55%),
    radial-gradient(800px 800px at 20% 60%, rgba(255, 255, 255, 0.03), transparent 50%),
    url('../assets/images/hero-bg.jpg') center/cover no-repeat;
}

.hero-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-shapes::before,
.hero-shapes::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hero-shapes::before {
  width: 500px;
  height: 500px;
  top: -200px;
  right: -100px;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.12), transparent 70%);
  animation: heroFloat 8s ease-in-out infinite alternate;
}

.hero-shapes::after {
  width: 350px;
  height: 350px;
  bottom: -100px;
  left: -100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent 70%);
  animation: heroFloat 10s ease-in-out infinite alternate-reverse;
}

@keyframes heroFloat {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(30px, -30px) scale(1.15); }
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}

.hero-left h1 {
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.hero-left .lead {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 460px;
  line-height: 1.7;
}

.hero-trust .trust-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 8px 14px;
  justify-content: center;
}

.hero-trust .trust-pill i {
  color: var(--ntll-accent);
  font-size: 14px;
}

.hero-vehicle-showcase {
  margin-top: 10px;
}

.vehicle-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: var(--ntll-accent-gradient);
  color: #0f1b2d;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.booking-card {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.booking-card-header {
  background: var(--ntll-primary);
  padding: 20px 28px 18px;
  color: #fff;
}

.booking-card-header h4 {
  font-size: 20px;
  letter-spacing: -0.01em;
}

.booking-card-header p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}

.booking-card form {
  padding: 20px 28px 28px;
}

.booking-card .form-control {
  border: 1px solid #e2e6ee;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 500;
  font-size: 14px;
  background: #f8faff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.booking-card .form-control:focus {
  border-color: var(--ntll-accent);
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.12);
  background: #fff;
}

.booking-card .input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #9aa5b8;
  font-size: 14px;
  pointer-events: none;
}

.booking-card .btn {
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.btn-book {
  background: var(--ntll-accent-gradient);
  border: none;
  color: #0f1b2d;
  transition: all 0.3s ease;
}

.btn-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(251, 191, 36, 0.35);
  color: #0f1b2d;
}

.booking-card .form-select {
  border: 1px solid #e2e6ee;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 500;
  font-size: 14px;
  background: #f8faff;
}

.booking-card .form-select:focus {
  border-color: var(--ntll-accent);
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.12);
}

.trip-switch-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.trip-option-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.trip-option {
  border: 1px solid #d7deea;
  border-radius: 16px;
  padding: 10px 8px;
  background: #f6f7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #34445c;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.trip-option .trip-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 20px rgba(15, 33, 55, 0.08);
  color: #ff7b55;
  font-size: 20px;
}

.trip-option.is-active {
  border-color: #ffb48c;
  background: #fff3e6;
  box-shadow: 0 10px 22px rgba(255, 123, 85, 0.18);
  transform: translateY(-1px);
}

.trip-option.is-active .trip-icon {
  background: #ffe2d0;
}

.trip-field.is-hidden {
  display: none;
}

.trip-switch-home label {
  margin: 0;
}

.trip-switch-home input {
  display: none;
}

.trip-switch-home span {
  display: block;
  text-align: center;
  border: 1px solid #d7deea;
  border-radius: 14px;
  padding: 10px;
  font-weight: 700;
  background: #f5f7fb;
  color: #3a4a63;
  transition: all 0.2s ease;
}

.trip-switch-home input:checked + span {
  background: #0b2340;
  color: #fff;
  border-color: #0b2340;
  box-shadow: 0 10px 20px rgba(11, 35, 64, 0.18);
}

.booking-card .form-select {
  border: 1px solid #d8dee8;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 600;
  background: #fbfcff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.booking-card .form-select:focus {
  border-color: #2f6dd2;
  box-shadow: 0 0 0 4px rgba(47, 109, 210, 0.12);
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .trip-option-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.car-wrapper {
  position: relative;
  margin-top: 20px;
}

.vehicle-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  transition: 0.4s ease;
  filter: drop-shadow(0 30px 25px rgba(0,0,0,0.45));
}

.vehicle-image.fade {
  opacity: 0;
  transform: scale(0.9);
}

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}

.arrow-btn:hover {
  background: #ffd36a;
  color: #0a1a2b;
}

.left-arrow {
  left: -20px;
}

.right-arrow {
  right: -20px;
}

.btn-warning,
.btn-ref-accent,
.btn-ref-primary {
  background: var(--ntll-accent);
  border: 1px solid var(--ntll-accent);
  color: var(--ntll-ink);
}

.btn-warning:hover,
.btn-ref-accent:hover,
.btn-ref-primary:hover {
  background: var(--ntll-accent-dark);
  border-color: var(--ntll-accent-dark);
  color: var(--ntll-ink);
}

.btn-primary {
  background: var(--ntll-accent);
  border-color: var(--ntll-accent);
  color: var(--ntll-ink);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--ntll-accent-dark) !important;
  border-color: var(--ntll-accent-dark) !important;
  color: var(--ntll-ink) !important;
}

.testimonial-card {
  min-width: 32%;
  background: #ffffff;
  border-radius: 25px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  transition: 0.4s ease;
}

.quote {
  font-size: 60px;
  color: #e0e0e0;
  line-height: 1;
  margin-bottom: 20px;
}

.testimonial-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 30px;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.main-footer {
  background: #111;
  color: #bbb;
}

.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}

.main-footer h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-footer p {
  font-size: 14px;
  line-height: 1.7;
}

.main-footer ul {
  list-style: none;
  padding: 0;
}

.main-footer ul li {
  margin-bottom: 10px;
}

.main-footer ul li a,
.footer-social a {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.main-footer ul li a:hover,
.footer-social a:hover {
  color: #f4b400;
}

.footer-bottom {
  background: #0c0c0c;
  padding: 15px 0;
  font-size: 13px;
}

.subpage-hero {
  background:
    radial-gradient(circle at 20% 15%, rgba(255,193,7,0.3), transparent 45%),
    radial-gradient(circle at 85% 90%, rgba(255,193,7,0.2), transparent 40%),
    linear-gradient(120deg, #101010, #1c1c1c);
  color: #fff;
  padding: 130px 0 70px;
}

.package-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(255,193,7,0.35), transparent 45%),
    radial-gradient(circle at 12% 85%, rgba(255,193,7,0.25), transparent 45%),
    linear-gradient(130deg, #171717, #0c0c0c);
}

.subpage-hero h1 {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.subpage-hero p {
  max-width: 700px;
  color: rgba(255,255,255,0.8);
  font-size: 18px;
  margin-bottom: 0;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.note-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.tariff-estimator-wrap {
  background: linear-gradient(180deg, #f4f5f7 0%, #ffffff 100%);
}

.estimator-card,
.rule-card,
.package-card,
.stat-card,
.testimonial-tile,
.partner-pill,
.booking-shell,
.vehicle-card {
  background: #fff;
  border: 1px solid #ececec;
}

.estimator-card,
.rule-card {
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  padding: 26px;
}

.estimator-card h2 {
  font-size: clamp(24px, 2.5vw, 32px);
  margin-bottom: 0;
}

.rule-card h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

.rule-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.rule-card li {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
}

.rule-card li i {
  color: #f4b400;
  width: 20px;
}

.estimator-tabs .nav-link {
  border-radius: 10px;
  font-weight: 700;
  color: #222;
  background: #f3f3f3;
  border: none;
}

.estimator-tabs .nav-link.active {
  background: #111;
  color: #fff;
}

.estimator-badge,
.package-tag {
  border-radius: 999px;
  background: #fff4cd;
  color: #7b5f00;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 8px 12px;
}

.interactive-column {
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  background: #fff;
}

.interactive-column:hover,
.interactive-column.is-active {
  border-color: #f4b400;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  background: #fffdf5;
}

.modern-select {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f7f7f7);
  font-weight: 600;
}

.ac-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ac-btn {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 700;
  background: #f4f4f4;
  color: #333;
}

.ac-btn.active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.estimate-result {
  border-radius: 14px;
  border: 1px solid #f2df9e;
  background: #fff9e5;
  padding: 14px;
}

.result-main {
  font-size: 20px;
  font-weight: 800;
}

.result-sub {
  color: #555;
  margin-top: 4px;
  font-size: 14px;
}

.table-shell {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  border: 1px solid #ececec;
  overflow: hidden;
}

.tariff-table thead th {
  background: #151515;
  color: #fff;
  border-bottom: none;
  white-space: nowrap;
}

.tariff-table th,
.tariff-table td {
  padding: 12px 14px;
  font-size: 14px;
}

.tariff-table tbody tr:nth-child(odd) {
  background: #fcfcfc;
}

.tariff-table tbody tr:hover,
.tariff-table tbody tr.row-active {
  background: #ffe8a6 !important;
}

.package-card {
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.package-prices {
  display: grid;
  gap: 10px;
}

.package-prices div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
}

.package-prices span {
  font-weight: 700;
  color: #161616;
}

.home-stats {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  position: relative;
  z-index: 1;
}

.stat-card {
  border-radius: 14px;
  padding: 18px;
  height: 100%;
}

.stat-card h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
}

.stat-card p,
.section-head p,
.testimonial-tile p {
  margin: 8px 0 0;
  color: #555;
}

.testimonial-tile {
  border-radius: 14px;
  padding: 18px;
  height: 100%;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.partner-pill {
  border-radius: 12px;
  padding: 12px 14px;
  text-align: center;
  font-weight: 700;
  background: #fafafa;
}

.search-page {
  background: #f3f3f3 !important;
  padding-top: 92px !important;
}

.ref-search-head h1 {
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.ref-search-head p {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #4b5563;
  margin-bottom: 0;
}

.booking-shell {
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.form-control,
.form-select {
  min-height: 46px;
  border-radius: 10px;
}

.map-hint {
  color: #64748b;
  font-size: 12px;
  margin-top: 2px;
}

.place-wrapper {
  position: relative;
}

.place-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
  z-index: 25;
  max-height: 260px;
  overflow-y: auto;
}

.place-item {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
  text-align: left;
  padding: 10px 12px;
  font-size: 13px;
  color: #1e293b;
}

.place-item:hover {
  background: #f8fbff;
}

.vehicle-card {
  border-radius: 14px;
  padding: 14px;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 14px;
  align-items: center;
}

.vehicle-thumb {
  text-align: center;
}

.vehicle-thumb img {
  width: 100%;
  max-width: 130px;
}

.vehicle-eta {
  font-size: 16px;
  color: #374151;
}

.vehicle-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.vehicle-title {
  margin: 0;
  font-size: clamp(22px, 1.9vw, 32px);
  font-weight: 700;
}

.vehicle-pill {
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  background: #fafafa;
}

.promo-pill {
  display: inline-block;
  background: #77d35f;
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
}

.vehicle-features {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 6px;
  color: #1f2937;
  font-size: 17px;
}

.vehicle-features li {
  position: relative;
  padding-left: 14px;
}

.vehicle-features li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f4be17;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.ac-choice {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.ac-choice button {
  border: 1px solid #ddd;
  background: #f5f5f5;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
}

.ac-choice button.active {
  background: #ffc107;
  border-color: #ffc107;
  color: #111;
}

.vehicle-price {
  text-align: right;
}

.vehicle-price .price {
  font-size: clamp(30px, 2.2vw, 40px);
  font-weight: 700;
  line-height: 1;
}

.fare-note {
  color: #374151;
  font-size: 16px;
  margin-top: 6px;
}

.field-error {
  color: #c62828;
  font-size: 12px;
  margin-top: 4px;
  min-height: 16px;
}

.review-box,
.fare-summary {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 12px;
  background: #fcfcfc;
}

.fare-summary {
  display: grid;
  gap: 8px;
}

.fare-summary > div {
  display: flex;
  justify-content: space-between;
}

.fare-summary .total-row {
  border-top: 1px dashed #ccc;
  padding-top: 8px;
  font-size: 20px;
  font-weight: 800;
}

.corp-modal {
  position: fixed;
  inset: 0;
  background: rgba(17, 17, 17, 0.58);
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.corp-modal-dialog {
  width: min(680px, 100%);
  background: #fff;
  border: 1px solid #f3df96;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
}

.corp-modal-dialog h4 {
  font-size: 28px;
  font-weight: 800;
  color: #111;
}

.corp-modal-dialog .form-control {
  min-height: 48px;
  border: 1px solid #d7d7d7;
}

.corp-modal-dialog .form-control:focus {
  border-color: #f4be17;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.22);
}

#sbCloseBtn {
  border-color: #111;
  color: #111;
}

#sbCloseBtn:hover {
  background: #111;
  color: #fff;
}

.fare-summary strong {
  color: #111;
}

@media (max-width: 1024px) {
  .vehicle-card {
    grid-template-columns: 1fr;
  }

  .vehicle-price {
    text-align: left;
  }
}



/* ============================================================
   SECTION: Call Us Banner
   ============================================================ */
.call-banner {
  padding: 56px 44px;
  background: var(--ntll-dark-gradient);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.call-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 50% 0%, rgba(251, 191, 36, 0.08), transparent),
    radial-gradient(400px 400px at 80% 100%, rgba(255, 255, 255, 0.03), transparent);
  pointer-events: none;
}

.call-heading {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.call-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 28px;
}

.call-number {
  display: block;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  color: var(--ntll-accent);
  text-decoration: none;
  letter-spacing: 2px;
  margin-bottom: 24px;
  transition: opacity 0.3s ease;
}

.call-number:hover {
  opacity: 0.85;
  color: var(--ntll-accent);
}

.call-number i {
  font-size: clamp(28px, 4vw, 40px);
  color: var(--ntll-accent);
  animation: callPulse 2s ease-in-out infinite;
}

@keyframes callPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.call-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-call-primary {
  background: var(--ntll-accent-gradient);
  border: none;
  color: #0f1b2d;
  padding: 14px 36px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.btn-call-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(251, 191, 36, 0.3);
  color: #0f1b2d;
}

.btn-call-whatsapp {
  background: #25d366;
  border: none;
  color: #fff;
  padding: 14px 36px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.btn-call-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.3);
  color: #fff;
}

@media (max-width: 767px) {
  .call-banner {
    padding: 36px 24px;
    border-radius: 20px;
  }

  .call-number {
    font-size: clamp(26px, 7vw, 36px);
    letter-spacing: 1px;
  }

  .call-number i {
    font-size: clamp(22px, 5vw, 30px);
  }

  .btn-call-primary,
  .btn-call-whatsapp {
    padding: 12px 24px;
    font-size: 15px;
    width: 100%;
  }
}

/* ============================================================
   SECTION: CTA Banner
   ============================================================ */
.section-cta {
  background: #fff;
}

.cta-banner {
  background: var(--ntll-dark-gradient);
  border-radius: 24px;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 400px at 20% 50%, rgba(251, 191, 36, 0.08), transparent),
    radial-gradient(500px 500px at 85% 20%, rgba(255, 255, 255, 0.03), transparent);
  pointer-events: none;
}

.cta-banner h3 {
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.02em;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.7);
}

.btn-cta {
  background: var(--ntll-accent-gradient);
  border: none;
  color: #0f1b2d;
  padding: 14px 36px;
  border-radius: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(251, 191, 36, 0.3);
  color: #0f1b2d;
}

/* ============================================================
   SECTION: Why Slider Slide Styles
   ============================================================ */
.why-slide {
  position: relative;
  padding: 56px 56px 56px 48px;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
}

.why-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.why-slide-overlay {
  position: absolute;
  inset: 0;
}

.why-slide-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.why-slide h3 {
  color: #fff;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.why-slide p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.7;
  max-width: 460px;
  margin-bottom: 20px;
}

.why-slide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.why-slide-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
}

.why-slide-tags span i {
  color: var(--ntll-accent);
  font-size: 12px;
}

@media (max-width: 991px) {
  .why-slide-img {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .why-slide {
    padding: 32px 20px;
    min-height: auto;
    text-align: center;
  }

  .why-slide-img {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }

  .why-slide h3 {
    font-size: 22px;
  }

  .why-slide p {
    font-size: 14px;
    max-width: 100%;
  }

  .why-slide-tags {
    justify-content: center;
  }

  .why-slide-tags span {
    font-size: 12px;
    padding: 5px 12px;
  }
}

/* ============================================================
   SECTION: Why Slider Controls
   ============================================================ */
.why-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 18px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.why-arrow:hover {
  background: var(--ntll-accent);
  color: #0f1b2d;
}

.why-arrow-prev { left: 16px; }
.why-arrow-next { right: 16px; }

.why-controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 0 20px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.why-controls button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid #d1d5db;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.why-controls button.active {
  background: var(--ntll-accent);
  border-color: var(--ntll-accent);
  width: 28px;
}

/* ============================================================
   SECTION: Testimonials Carousel Indicators
   ============================================================ */
.carousel-indicators-wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.carousel-indicators-wrap button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid #d1d5db;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicators-wrap button.active {
  background: var(--ntll-accent);
  border-color: var(--ntll-accent);
  width: 28px;
}

/* ============================================================
   SECTION: Testimonials Enhanced
   ============================================================ */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.partner-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px 14px;
  font-weight: 700;
  font-size: 14px;
  color: #374151;
  background: #fff;
  transition: all 0.3s ease;
}

.partner-pill i {
  font-size: 18px;
  color: var(--ntll-accent);
}

.partner-pill:hover {
  background: var(--ntll-accent-gradient);
  border-color: transparent;
  color: #0f1b2d;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(251, 191, 36, 0.2);
}

.partner-pill:hover i {
  color: #0f1b2d;
}

/* ============================================================
   SECTION: Counter Animation
   ============================================================ */
.counter {
  display: inline-block;
}

/* ============================================================
   SECTION: Place input icon support (hero booking card)
   ============================================================ */
.place-wrapper {
  position: relative;
}

.booking-card .place-wrapper .input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: #9ca3af;
  font-size: 14px;
  pointer-events: none;
}

.booking-card .place-wrapper .form-control {
  padding-left: 38px;
}

/* ============================================================
   SECTION: Responsive � All Pages
   ============================================================ */

/* === 1200px and below === */
@media (max-width: 1199px) {
  .hero-left h1 {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
  }
}

/* === 991px and below (tablet) === */
@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    padding: 100px 0 50px;
  }

  .hero-badge {
    font-size: 11px;
    padding: 6px 14px;
  }

  .hero-left h1 {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  .hero-left .lead {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-vehicle-showcase .car-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .vehicle-image {
    max-width: 360px;
  }

  .hero-trust .trust-pill {
    font-size: 12px;
    padding: 6px 10px;
  }

  .booking-card-header h4 {
    font-size: 18px;
  }

  .booking-card form {
    padding: 16px 18px 20px;
  }

  .cta-banner {
    padding: 32px 24px;
  }

  .cta-banner h3 {
    font-size: clamp(22px, 4vw, 30px);
  }

  .navbar-brand {
    font-size: 16px;
  }

  .nav-link {
    font-size: 14px;
  }

  /* Tariff page tabs */
  .estimator-tabs .nav-link {
    font-size: 13px;
    padding: 8px 14px;
  }

  .rule-card {
    padding: 20px;
  }

  .rule-card li {
    font-size: 13px;
    padding: 10px;
  }

  /* Search page */
  .ref-search-head h1 {
    font-size: clamp(24px, 4vw, 32px);
  }

  /* Package page */
  .package-card {
    padding: 22px;
  }

  /* Navbar */
  .main-nav .navbar-collapse {
    background: rgba(10, 10, 10, 0.98);
    border-radius: 16px;
    margin-top: 8px;
    padding: 12px;
  }

  .main-nav .nav-link {
    padding: 10px 14px;
  }
}

/* === 767px and below (mobile large) === */
@media (max-width: 767px) {
  /* Hero */
  .hero-section {
    padding: 90px 0 40px;
  }

  .hero-left {
    margin-bottom: 10px;
  }

  .hero-left h1 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .hero-left .lead {
    font-size: 0.95rem;
    margin-bottom: 16px !important;
  }

  .hero-badge {
    font-size: 10px;
    padding: 5px 12px;
    margin-bottom: 14px;
  }

  .hero-vehicle-showcase {
    margin-top: 0;
  }

  .vehicle-image {
    max-width: 280px;
  }

  .vehicle-badge {
    font-size: 11px;
    padding: 3px 12px;
  }

  .arrow-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: grid;
    place-items: center;
    font-size: 14px;
  }

  .left-arrow { left: 0; }
  .right-arrow { right: 0; }

  .hero-trust .trust-pill {
    font-size: 11px;
    padding: 5px 8px;
    gap: 4px;
  }

  .hero-trust .trust-pill i {
    font-size: 12px;
  }

  /* Booking card */
  .booking-card {
    border-radius: 18px;
  }

  .booking-card-header {
    padding: 16px 18px;
  }

  .booking-card-header h4 {
    font-size: 17px;
  }

  .booking-card-header p {
    font-size: 12px;
  }

  .booking-card form {
    padding: 14px 16px 18px;
    gap: 10px;
  }

  .booking-card .form-control,
  .booking-card .form-select {
    padding: 10px 12px;
    font-size: 13px;
    min-height: 42px;
  }

  .booking-card .place-wrapper .form-control {
    padding-left: 34px;
  }

  .booking-card .place-wrapper .input-icon {
    left: 12px;
    font-size: 12px;
  }

  .booking-card .btn,
  .btn-book {
    padding: 12px 14px;
    font-size: 14px;
  }

  .trip-option {
    padding: 8px 6px;
    border-radius: 12px;
  }

  .trip-option .trip-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 10px;
  }

  .trip-option .trip-label {
    font-size: 11px;
  }

  .trip-option-grid {
    gap: 6px;
  }

  /* Stats */
  .home-stats {
    margin-top: 0;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .home-stats .stat-card {
    padding: 18px 12px;
    border-radius: 16px;
  }

  .stat-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .home-stats .stat-card h3 {
    font-size: clamp(22px, 5vw, 28px);
  }

  .home-stats .stat-card p {
    font-size: 13px;
  }

  /* Why section */
  .section-why {
    padding: 40px 0 !important;
  }

  /* How it works */
  .section-how {
    padding: 40px 0 !important;
  }

  .step-card {
    padding: 28px 20px;
  }

  .step-number {
    font-size: 42px;
  }

  .step-icon {
    width: 54px;
    height: 54px;
    font-size: 22px;
    margin-bottom: 16px;
  }

  .step-card h5 {
    font-size: 16px;
  }

  .step-card p {
    font-size: 13px;
  }

  /* Fleet */
  .section-fleet {
    padding: 40px 0 !important;
  }

  .fleet-card {
    padding: 14px;
    border-radius: 16px;
  }

  .fleet-img {
    height: 70px;
  }

  .fleet-card h6 {
    font-size: 13px;
  }

  .fleet-seats {
    font-size: 11px;
  }

  /* Testimonials */
  .testimonial-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .stars i {
    font-size: 13px;
  }

  .testimonial-card p {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .testimonial-footer .name {
    font-size: 14px;
  }

  /* Coverage */
  .section-coverage {
    padding: 40px 0 !important;
  }

  /* 3-step grid mobile */
  [style*="grid-template-columns:repeat(3"] { grid-template-columns:1fr !important; }
  [style*="position:absolute; top:60px; left:"] { display:none !important; }

  /* CTA */
  .section-cta {
    padding: 0 0 30px !important;
  }

  .cta-banner {
    padding: 28px 20px;
    border-radius: 18px;
    text-align: center;
  }

  .cta-banner h3 {
    font-size: 22px;
  }

  .cta-banner p {
    font-size: 14px;
  }

  .btn-cta {
    padding: 12px 28px;
    font-size: 15px;
  }

  /* Partners */
  .partners-grid {
    gap: 8px;
  }

  .partner-pill {
    padding: 12px 10px;
    font-size: 12px;
    border-radius: 10px;
    gap: 6px;
  }

  .partner-pill i {
    font-size: 15px;
  }

  /* Section heads */
  .section-head h2 {
    font-size: clamp(22px, 5vw, 28px);
  }

  .section-tag {
    font-size: 10px;
    padding: 5px 12px;
    margin-bottom: 10px;
  }

  .section-head p {
    font-size: 14px;
  }

  /* === Tariff page mobile === */
  .subpage-hero {
    padding: 100px 0 40px;
    text-align: center;
  }

  .subpage-hero h1 {
    font-size: clamp(26px, 6vw, 36px);
  }

  .subpage-hero p {
    font-size: 15px;
  }

  .subpage-hero .d-flex {
    justify-content: center !important;
  }

  .note-chip {
    font-size: 11px;
    padding: 8px 12px;
  }

  .estimator-card {
    padding: 18px;
    border-radius: 16px;
  }

  .estimator-card h2 {
    font-size: 20px;
  }

  .estimator-tabs .nav-link {
    font-size: 12px;
    padding: 7px 12px;
  }

  .interactive-column {
    padding: 10px;
  }

  .interactive-column .form-label {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .interactive-column .form-control,
  .interactive-column .form-select {
    font-size: 13px;
    min-height: 40px;
  }

  .ac-btn {
    font-size: 12px;
    padding: 7px 8px;
  }

  .estimate-result {
    padding: 12px;
    font-size: 13px;
  }

  .result-main {
    font-size: 17px;
  }

  .result-sub {
    font-size: 12px;
  }

  .rule-card {
    padding: 16px;
    border-radius: 16px;
  }

  .rule-card h3 {
    font-size: 18px;
  }

  .rule-card li {
    font-size: 12px;
    padding: 8px;
  }

  /* === Search page mobile === */
  .search-page {
    padding-top: 80px !important;
  }

  .ref-search-head h1 {
    font-size: clamp(20px, 5vw, 26px);
  }

  .ref-search-head p {
    font-size: 14px;
  }

  .booking-shell {
    padding: 14px;
  }

  .booking-shell h3 {
    font-size: 18px;
  }

  .booking-shell .form-control,
  .booking-shell .form-select {
    font-size: 13px;
    min-height: 42px;
  }

  .vehicle-card {
    padding: 12px;
    gap: 10px;
  }

  .vehicle-thumb img {
    max-width: 100px;
  }

  .vehicle-eta {
    font-size: 13px;
  }

  .vehicle-title {
    font-size: clamp(18px, 4vw, 22px);
  }

  .vehicle-pill {
    font-size: 11px;
    padding: 2px 8px;
  }

  .vehicle-features {
    font-size: 13px;
    gap: 4px;
  }

  .vehicle-features li {
    padding-left: 12px;
  }

  .vehicle-features li::before {
    width: 5px;
    height: 5px;
  }

  .vehicle-price .price {
    font-size: clamp(24px, 5vw, 30px);
  }

  .fare-note {
    font-size: 13px;
  }

  .ac-choice button {
    font-size: 11px;
    padding: 3px 10px;
  }

  .promo-pill {
    font-size: 11px;
    padding: 3px 8px;
  }

  .corp-modal-dialog {
    padding: 16px;
    border-radius: 16px;
  }

  .corp-modal-dialog h4 {
    font-size: 20px;
  }

  /* === Package page mobile === */
  .package-card {
    padding: 18px;
    border-radius: 16px;
  }

  .package-tag {
    font-size: 11px;
    padding: 6px 10px;
  }

  .package-card h3 {
    font-size: 18px;
  }

  .package-card p {
    font-size: 13px;
  }

  .package-prices div {
    font-size: 13px;
    padding: 8px 10px;
  }

  /* Partners */
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* === Footer mobile === */
  .main-footer {
    text-align: center;
    padding-bottom: 70px;
  }

  .main-footer .footer-brand p {
    font-size: 13px;
  }

  .main-footer h6 {
    font-size: 14px;
  }

  .main-footer ul li a {
    font-size: 13px;
  }

  .footer-bottom p {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }

  .footer-social {
    width: 100%;
    text-align: center;
    margin-top: 6px;
  }

  .footer-social a {
    font-size: 13px;
  }
}

/* === 480px and below (mobile small) === */
@media (max-width: 480px) {
  .hero-left h1 {
    font-size: 1.6rem;
  }

  .vehicle-image {
    max-width: 220px;
  }

  .vehicle-badge {
    font-size: 10px;
    padding: 2px 10px;
  }

  .hero-trust .trust-pill {
    font-size: 10px;
    padding: 4px 6px;
  }

  .trip-option .trip-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .trip-option .trip-label {
    font-size: 10px;
  }

  .trip-option-grid {
    gap: 4px;
  }

  .booking-card-header h4 {
    font-size: 16px;
  }

  .booking-card .form-control,
  .booking-card .form-select {
    font-size: 12px;
    min-height: 38px;
    padding: 8px 10px;
  }

  .booking-card .place-wrapper .form-control {
    padding-left: 30px;
  }

  .booking-card .place-wrapper .input-icon {
    left: 10px;
    font-size: 11px;
  }

  .booking-card .btn,
  .btn-book {
    font-size: 13px;
    padding: 10px 12px;
  }

  .home-stats .stat-card h3 {
    font-size: 20px;
  }

  .home-stats .stat-card p {
    font-size: 12px;
  }

  .stat-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .partner-pill {
    font-size: 11px;
    padding: 10px 8px;
  }

  .partner-pill i {
    font-size: 13px;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .subpage-hero h1 {
    font-size: 24px;
  }

  .subpage-hero p {
    font-size: 14px;
  }
}

/* ============================================================
   SECTION: Fleet Modal
   ============================================================ */
.fleet-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.fleet-modal {
  background: #fff;
  border-radius: 24px;
  padding: 36px 32px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.fleet-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.fleet-modal-img {
  width: 120px;
  height: auto;
  margin-bottom: 12px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
}

.fleet-modal h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0f1b2d;
  margin-bottom: 4px;
}

.fleet-modal-seats {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}

.fleet-modal-cta {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 20px;
}

.fleet-modal-actions {
  display: flex;
  gap: 10px;
}

.fleet-btn {
  flex: 1;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fleet-btn-call {
  background: #25d366;
  color: #fff;
}

.fleet-btn-call:hover {
  background: #1da851;
  color: #fff;
}

.fleet-btn-wa {
  background: #0f1b2d;
  color: #fff;
}

.fleet-btn-wa:hover {
  background: #1a2d4a;
  color: #fff;
}

/* ============================================================
   SECTION: Mobile Sticky Bar
   ============================================================ */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  display: flex;
  background: #0f1b2d;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-sticky-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.msb-call {
  background: #25d366;
  color: #fff;
}

.msb-call:hover {
  background: #1da851;
  color: #fff;
}

.msb-book {
  background: var(--ntll-accent-gradient);
  color: #0f1b2d;
}

.msb-book:hover {
  color: #0f1b2d;
}

/* ============================================================
   SECTION: Scroll Animations
   ============================================================ */
.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate.animated {
  opacity: 1;
  transform: translateY(0);
}

.animate-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-left.animated {
  opacity: 1;
  transform: translateX(0);
}

.animate-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-right.animated {
  opacity: 1;
  transform: translateX(0);
}

.animate-scale {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-scale.animated {
  opacity: 1;
  transform: scale(1);
}

.animate-stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-stagger.animated > *:nth-child(1) { transition-delay: 0s; }
.animate-stagger.animated > *:nth-child(2) { transition-delay: 0.1s; }
.animate-stagger.animated > *:nth-child(3) { transition-delay: 0.2s; }
.animate-stagger.animated > *:nth-child(4) { transition-delay: 0.3s; }
.animate-stagger.animated > *:nth-child(5) { transition-delay: 0.4s; }
.animate-stagger.animated > *:nth-child(6) { transition-delay: 0.5s; }

.animate-stagger.animated > * {
  opacity: 1;
  transform: translateY(0);
}

/* Hero entrance stagger */
.hero-animate > * {
  opacity: 0;
  transform: translateY(30px);
}

.hero-animate.animated > *:nth-child(1) { animation: heroFadeIn 0.5s ease 0s forwards; }
.hero-animate.animated > *:nth-child(2) { animation: heroFadeIn 0.5s ease 0.15s forwards; }
.hero-animate.animated > *:nth-child(3) { animation: heroFadeIn 0.5s ease 0.3s forwards; }
.hero-animate.animated > *:nth-child(4) { animation: heroFadeIn 0.5s ease 0.45s forwards; }

@keyframes heroFadeIn {
  to { opacity: 1; transform: translateY(0); }
}

/* Carousel item entrance */
.carousel-item .cover-slide,
.carousel-item .why-slide {
  animation: slideIn 0.6s ease;
}

@keyframes slideIn {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Pulse ring for CTA */
.pulse-ring {
  animation: pulseRing 2s ease-in-out infinite;
}

@keyframes pulseRing {
  0% { box-shadow: 0 0 0 0 rgba(251, 191, 36, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(251, 191, 36, 0); }
  100% { box-shadow: 0 0 0 0 rgba(251, 191, 36, 0); }
}

/* Steps section hover */
[style*="grid-template-columns:repeat(3"] > div:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2) !important;
  border-color: rgba(251,191,36,0.2) !important;
}

/* Section heading subtle glow */
.section-head h2 {
  color: #0f1b2d;
}

.section-head h2 .highlight {
  color: var(--ntll-accent);
}
