/* ==========================================================================
   Nisha Tourism L.L.C. - Ultra-Modern & Realistic Dubai DMC Travel Theme
   Local Bootstrap 5 Design Framework (No External CDN Required)
   ========================================================================== */

:root {
  --primary-navy: #07345f;
  --secondary-navy: #041f3a;
  --navy-darkest: #021426;
  --brand-blue: #0b5d91;
  --brand-teal: #00a5ad;
  --brand-teal-light: #e6f9fa;
  --brand-orange: #f47b20;
  --brand-orange-hover: #e0680e;
  --brand-orange-light: #fff2e8;
  --brand-gold: #d4af37;
  --text-ink: #17324d;
  --text-muted: #64748b;
  --bg-light: #f8fafc;
  --white: #ffffff;
  --card-shadow: 0 10px 30px rgba(7, 52, 95, 0.07);
  --hover-shadow: 0 22px 45px rgba(7, 52, 95, 0.14);
  --glow-orange: 0 8px 25px rgba(244, 123, 32, 0.35);
  --glow-teal: 0 8px 25px rgba(0, 165, 173, 0.35);
  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

html, body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Plus Jakarta Sans', 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-ink);
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Ensure all images and videos fit 100% screen gracefully without spilling */
img, video {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, .font-serif {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--primary-navy);
  letter-spacing: -0.3px;
}

a {
  text-decoration: none;
  transition: var(--transition-smooth);
}

/* ==========================================================================
   BUTTONS & MICRO-INTERACTIONS
   ========================================================================== */
.btn-primary-orange {
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
  color: #ffffff !important;
  font-weight: 700;
  padding: 0.72rem 1.8rem;
  border-radius: 8px;
  box-shadow: var(--glow-orange);
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-primary-orange:hover,
.btn-primary-orange:focus {
  background-color: var(--brand-orange-hover);
  border-color: var(--brand-orange-hover);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(244, 123, 32, 0.45);
}

.btn-brand-teal {
  background-color: var(--brand-teal);
  border-color: var(--brand-teal);
  color: #ffffff !important;
  font-weight: 700;
  padding: 0.72rem 1.8rem;
  border-radius: 8px;
  box-shadow: var(--glow-teal);
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-brand-teal:hover {
  background-color: #008990;
  border-color: #008990;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.btn-outline-white {
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #ffffff !important;
  font-weight: 700;
  padding: 0.72rem 1.8rem;
  border-radius: 8px;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.12);
  transition: var(--transition-smooth);
}

.btn-outline-white:hover {
  background: #ffffff;
  color: var(--primary-navy) !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.btn-outline-navy {
  border: 2px solid var(--primary-navy);
  color: var(--primary-navy);
  font-weight: 700;
  padding: 0.72rem 1.8rem;
  border-radius: 8px;
}

.btn-outline-navy:hover {
  background: var(--primary-navy);
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* ==========================================================================
   HEADER: LUXURY TRUST & MODERN NAVIGATION BAR
   ========================================================================== */
.header-luxury-wrapper {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* --- Top Luxury Trust & Contact Strip (Balanced) --- */
.top-header-bar {
  background: linear-gradient(90deg, #021426 0%, #052341 50%, #021426 100%);
  color: #cbd5e1;
  font-size: 0.75rem;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  letter-spacing: 0.2px;
  line-height: 1.3;
}

.top-badge-license {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 2px 9px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  font-size: 0.72rem;
  line-height: 1.3;
}

.uae-flag-pill {
  font-size: 0.82rem;
}

.gov-text {
  color: #e2e8f0;
  font-weight: 500;
}

.gov-text strong {
  color: #f47b20;
}

.top-divider {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 0 4px;
  vertical-align: middle;
}

.top-contact-item {
  color: #cbd5e1;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: var(--transition-smooth);
}

.top-contact-item:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.top-icon {
  font-size: 0.82rem;
  opacity: 0.9;
}

/* Top Bar Social Links (Highlighted with Actual App Colors) */
.top-social-link {
  font-size: 0.74rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 14px;
  text-decoration: none;
  transition: var(--transition-smooth);
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.top-social-link.instagram-top-btn {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 8px rgba(220, 39, 67, 0.35);
}

.top-social-link.instagram-top-btn:hover {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 4px 12px rgba(220, 39, 67, 0.55);
  filter: brightness(1.1);
  color: #ffffff !important;
}

.top-social-link.facebook-top-btn {
  background: #1877f2;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 8px rgba(24, 119, 242, 0.35);
}

.top-social-link.facebook-top-btn:hover {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.55);
  background: #166fe5;
  color: #ffffff !important;
}

/* Footer Social Buttons */
.footer-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none;
  transition: var(--transition-smooth);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-social-btn.instagram-btn {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color: transparent;
}

.footer-social-btn.facebook-btn {
  background: #1877f2;
  border-color: transparent;
}

.footer-social-btn.whatsapp-btn {
  background: #25d366;
  border-color: transparent;
}

.footer-social-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  filter: brightness(1.1);
}

/* Page / General Social Action Buttons with Authentic Brand Colors */
.btn-social-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(220, 39, 67, 0.35);
  transition: all 0.25s ease;
  border-radius: 8px;
}

.btn-social-instagram:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(220, 39, 67, 0.55);
  filter: brightness(1.1);
  color: #ffffff !important;
}

.btn-social-facebook {
  background: #1877f2 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.35);
  transition: all 0.25s ease;
  border-radius: 8px;
}

.btn-social-facebook:hover {
  background: #166fe5 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(24, 119, 242, 0.55);
  filter: brightness(1.08);
  color: #ffffff !important;
}

.currency-indicator {
  font-size: 0.72rem;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.currency-tag {
  background: rgba(212, 175, 55, 0.18);
  color: #d4af37;
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.68rem;
  line-height: 1.2;
}

/* Pulsing 24/7 WhatsApp Concierge Button */
.whatsapp-live-btn {
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.3);
  color: #25d366 !important;
  font-weight: 700;
  font-size: 0.74rem;
  padding: 2px 10px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.25;
  transition: var(--transition-smooth);
}

.whatsapp-live-btn:hover {
  background: #25d366;
  color: #ffffff !important;
  box-shadow: 0 3px 12px rgba(37, 211, 102, 0.4);
  transform: translateY(-1px);
}

.pulse-radar {
  position: relative;
  width: 7px;
  height: 7px;
  display: inline-flex;
}

.pulse-radar-dot {
  width: 7px;
  height: 7px;
  background-color: #25d366;
  border-radius: 50%;
}

.pulse-radar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #25d366;
  animation: radarWave 1.8s infinite ease-out;
}

@keyframes radarWave {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}

/* --- Main Glassmorphic Navbar (Balanced & Elegant) --- */
.main-navbar {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 9px 0;
  border-bottom: 1px solid rgba(7, 52, 95, 0.08);
  box-shadow: 0 6px 22px rgba(4, 31, 58, 0.05);
  transition: all 0.25s ease;
}

.main-navbar.scrolled {
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 25px rgba(4, 31, 58, 0.09);
}

/* --- Modern Brand Crest & Typography (Balanced) --- */
.navbar-brand-modern {
  display: flex;
  align-items: center;
  transition: var(--transition-smooth);
}

.brand-logo-img {
  height: 48px;
  max-width: 220px;
  width: auto;
  object-fit: contain;
  transition: var(--transition-smooth);
}

.navbar-brand-modern:hover {
  transform: translateY(-1px);
}

.brand-crest-box {
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #07345f 0%, #041f3a 100%);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(7, 52, 95, 0.2);
  border: 1px solid rgba(244, 123, 32, 0.35);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-crest-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(244, 123, 32, 0.2) 0%, transparent 60%);
  pointer-events: none;
}

.brand-symbol {
  font-size: 1rem;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}

.brand-text-stack {
  display: flex;
  flex-direction: column;
}

.brand-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--primary-navy);
  letter-spacing: -0.3px;
  line-height: 1.05;
}

.brand-gold-text {
  color: var(--brand-orange);
  font-weight: 800;
  background: linear-gradient(135deg, #f47b20 0%, #ff9f43 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-tagline {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--brand-blue);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 1px;
  line-height: 1;
}

.tagline-dot {
  color: var(--brand-orange);
  font-size: 0.55rem;
}

/* --- Modern Luxury Navigation Links (Balanced Spacing) --- */
.navbar-nav .nav-link-lux {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--text-ink);
  padding: 6px 10px !important;
  border-radius: 6px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
  white-space: nowrap;
  line-height: 1.25;
}

@media (min-width: 1400px) {
  .navbar-nav .nav-link-lux {
    font-size: 0.89rem;
    padding: 6px 13px !important;
  }
}

.navbar-nav .nav-link-lux:hover {
  color: var(--brand-orange);
  background: rgba(244, 123, 32, 0.07);
}

.navbar-nav .nav-link-lux.active {
  color: var(--brand-orange);
  background: rgba(244, 123, 32, 0.1);
  font-weight: 700;
}

.navbar-nav .nav-link-lux.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 9px;
  right: 9px;
  height: 2.5px;
  background: linear-gradient(90deg, var(--brand-orange), #ff9f43);
  border-radius: 2px;
}

/* Chevron indicator */
.dropdown-chevron {
  font-size: 0.65rem;
  opacity: 0.7;
  transition: transform 0.25s ease;
}

.dropdown-hover:hover .dropdown-chevron {
  transform: rotate(180deg);
}

/* Micro-Badges on Nav Items */
.nav-pill-tag {
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 2px 5px;
  border-radius: 20px;
  line-height: 1;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.tag-hot {
  background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
  color: #ffffff;
}

.tag-instant {
  background: linear-gradient(135deg, #0284c7 0%, #00a5ad 100%);
  color: #ffffff;
}

/* Modern Hover Dropdown Menu */
.modern-dropdown-menu {
  border-radius: 14px;
  padding: 8px;
  min-width: 310px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(7, 52, 95, 0.1) !important;
  box-shadow: 0 16px 36px rgba(7, 52, 95, 0.12) !important;
  animation: dropdownFade 0.22s ease forwards;
  margin-top: 6px;
}

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

@media (min-width: 992px) {
  .dropdown-hover:hover .modern-dropdown-menu {
    display: block;
  }
}

.modern-dropdown-menu .dropdown-item {
  border-radius: 8px;
  transition: var(--transition-smooth);
}

.modern-dropdown-menu .dropdown-item:hover {
  background: rgba(244, 123, 32, 0.08);
  transform: translateX(3px);
}

.dropdown-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.bg-orange-subtle { background-color: #fff2e8; }
.bg-blue-subtle   { background-color: #e6f0fa; }
.bg-gold-subtle   { background-color: #fef9e7; }
.bg-green-subtle  { background-color: #eafaf1; }
.bg-red-subtle    { background-color: #fdeed9; }
.bg-purple-subtle { background-color: #f0f4ff; }

.dropdown-item-title {
  color: var(--primary-navy);
  font-size: 0.84rem;
}

/* --- Advanced Action Buttons in Header (Slim & Compact) --- */
.btn-phone-quick {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(7, 52, 95, 0.06);
  border: 1px solid rgba(7, 52, 95, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  color: var(--primary-navy);
  transition: var(--transition-smooth);
  text-decoration: none;
}

.btn-phone-quick:hover {
  background: var(--primary-navy);
  color: #ffffff;
  transform: scale(1.05);
}

.btn-quote-modern {
  background: linear-gradient(135deg, #f47b20 0%, #ff8c37 50%, #f47b20 100%);
  background-size: 200% auto;
  border: none;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.83rem;
  padding: 0.44rem 1.25rem;
  border-radius: 25px;
  box-shadow: 0 6px 18px rgba(244, 123, 32, 0.32);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
  white-space: nowrap;
  line-height: 1.25;
}

.btn-quote-modern:hover {
  background-position: right center;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(244, 123, 32, 0.42);
}

.btn-quote-arrow {
  transition: transform 0.25s ease;
}

.btn-quote-modern:hover .btn-quote-arrow {
  transform: translateX(3px);
}

/* Shimmer Light Reflection on Quote Button */
.btn-quote-modern::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: rotate(25deg);
  animation: buttonShimmer 4s infinite;
}

@keyframes buttonShimmer {
  0%, 60% {
    left: -60%;
  }
  100% {
    left: 140%;
  }
}

/* --- Modern Mobile Toggler & Buttons --- */
.btn-whatsapp-mobile {
  background: #25d366;
  color: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.modern-toggler {
  width: 38px;
  height: 38px;
  padding: 8px 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: rgba(7, 52, 95, 0.06);
  border-radius: 8px;
}

.toggler-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--primary-navy);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.modern-toggler:not(.collapsed) .bar1 {
  transform: translateY(7px) rotate(45deg);
}

.modern-toggler:not(.collapsed) .bar2 {
  opacity: 0;
  transform: scaleX(0);
}

.modern-toggler:not(.collapsed) .bar3 {
  transform: translateY(-7px) rotate(-45deg);
}

/* ==========================================================================
   BANNER SLIDER (IMAGE & VIDEO SLIDING HERO)
   ========================================================================== */
.hero-slider-wrapper {
  position: relative;
  width: 100%;
  min-height: 620px;
  height: clamp(620px, 76vh, 720px);
  overflow: hidden;
  background-color: var(--secondary-navy);
  margin-top: 0;
}

.hero-slider-wrapper .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.95s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.95s;
  z-index: 1;
}

.hero-slider-wrapper .slide-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.slide-media-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide-media-box img,
.slide-media-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 6s cubic-bezier(0.25, 1, 0.5, 1);
}

.slide-item.active .slide-media-box img {
  transform: scale(1.05);
}

.slide-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(2, 20, 38, 0.92) 0%,
    rgba(7, 52, 95, 0.78) 45%,
    rgba(7, 52, 95, 0.35) 100%
  );
  z-index: 2;
}

.slide-caption-container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 60px;
}

.slide-caption-box {
  max-width: 720px;
  color: #ffffff;
  transform: translateY(28px);
  opacity: 0;
  transition: all 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  margin-top: 15px;
}

.slide-item.active .slide-caption-box {
  transform: translateY(0);
  opacity: 1;
}

.slide-tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 165, 173, 0.25);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 165, 173, 0.65);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  color: #83f5fa;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slide-eyebrow {
  color: #ffc28d;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.slide-caption-box h1 {
  font-size: clamp(2.4rem, 5.2vw, 4.3rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  line-height: 1.1;
}

.slide-caption-box h1 em {
  font-style: normal;
  color: #ff9b49;
  background: linear-gradient(120deg, #ffb36b, #f47b20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide-caption-box p {
  font-size: 1.12rem;
  color: #e2e8f0;
  line-height: 1.75;
  margin-bottom: 2rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

/* Slider Controls */
.slider-nav-arrows {
  position: absolute;
  bottom: 40px;
  right: 5%;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.slider-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.25rem;
  transition: var(--transition-smooth);
}

.slider-nav-btn:hover {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  transform: scale(1.08);
}

.slider-nav-dots {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}

.slider-dot-item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.slider-dot-item.active {
  width: 34px;
  border-radius: 10px;
  background: var(--brand-orange);
}

/* ==========================================================================
   SEARCH & BOOKING BAR (BELOW BANNER)
   ========================================================================== */
.hero-search-wrapper {
  position: relative;
  z-index: 20;
  margin-top: 0;
  padding: 40px 0;
  background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%);
  border-bottom: 1px solid #e2e8f0;
}

.search-card-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(7, 52, 95, 0.08);
  padding: 26px 30px;
  border: 1px solid #e2e8f0;
}

.search-input-field {
  background-color: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px 14px;
  transition: var(--transition-smooth);
}

.search-input-field:focus-within {
  border-color: var(--brand-teal);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 165, 173, 0.15);
}

.search-input-field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.search-input-field select,
.search-input-field input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-ink);
  outline: none;
}

/* ==========================================================================
   TRUST STATS STRIP
   ========================================================================== */
.trust-stats-section {
  background: var(--primary-navy);
  color: #ffffff;
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-item-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stat-icon {
  font-size: 2.2rem;
}

.stat-number {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  font-family: 'Playfair Display', serif;
}

.stat-label {
  font-size: 0.85rem;
  color: #94a3b8;
  font-weight: 500;
}

/* ==========================================================================
   DUBAI EXCURSIONS & TOURS (DMC SPECIALTY CARDS)
   ========================================================================== */
.dubai-tour-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1px solid #e2e8f0;
  transition: var(--transition-smooth);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.dubai-tour-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hover-shadow);
}

.dubai-tour-img-holder {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.dubai-tour-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.dubai-tour-card:hover .dubai-tour-img-holder img {
  transform: scale(1.08);
}

.dubai-tour-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--brand-orange);
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 14px;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.dubai-tour-duration {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(4, 31, 58, 0.85);
  backdrop-filter: blur(4px);
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.dubai-tour-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand-orange);
}

.dubai-highlights-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 16px;
}

.dubai-highlights-list li {
  font-size: 0.82rem;
  color: var(--text-ink);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dubai-highlights-list li::before {
  content: '✓';
  color: var(--brand-teal);
  font-weight: 900;
  font-size: 0.85rem;
}

/* ==========================================================================
   UAE VISA PRICING CARDS
   ========================================================================== */
.visa-pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 28px;
  box-shadow: var(--card-shadow);
  border: 1px solid #e2e8f0;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--transition-smooth);
}

.visa-pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hover-shadow);
}

.visa-pricing-card.popular {
  border: 2px solid var(--brand-orange) !important;
  box-shadow: 0 15px 40px rgba(244, 123, 32, 0.15);
}

.visa-price-badge {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-navy);
  font-family: 'Playfair Display', serif;
  margin: 10px 0;
}

.visa-feature-list li {
  font-size: 0.88rem;
  color: var(--text-ink);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.visa-feature-list li::before {
  content: '✓';
  color: #10b981;
  font-weight: 900;
}

/* ==========================================================================
   CHAUFFEUR FLEET CARDS
   ========================================================================== */
.fleet-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1px solid #e2e8f0;
  transition: var(--transition-smooth);
  height: 100%;
}

.fleet-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hover-shadow);
}

.fleet-img-holder {
  height: 200px;
  overflow: hidden;
}

.fleet-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.fleet-card:hover .fleet-img-holder img {
  transform: scale(1.08);
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px !important;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.accordion-button {
  font-weight: 700;
  color: var(--primary-navy);
  padding: 18px 24px;
  background-color: #ffffff;
  font-size: 1.05rem;
}

.accordion-button:not(.collapsed) {
  color: var(--brand-orange);
  background-color: var(--bg-light);
  box-shadow: none;
}

.accordion-body {
  padding: 20px 24px;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Travel Categories */
.category-card-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 200px;
  box-shadow: var(--card-shadow);
  transition: var(--transition-smooth);
}

.category-card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.category-card-item:hover img {
  transform: scale(1.1);
}

.category-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 52, 95, 0.2) 0%, rgba(4, 31, 58, 0.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #ffffff;
}

.category-card-overlay h5 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: #ffffff;
}

.category-card-overlay span {
  font-size: 0.8rem;
  color: #ffbe88;
  font-weight: 600;
}

#categories.section-py {
  padding-bottom: 25px;
}

#chauffeurFleet.section-py {
  padding-top: 35px;
}

/* Section Helpers */
.section-py {
  padding: 85px 0;
}

.bg-travel-light {
  background-color: var(--bg-light);
}

.section-eyebrow {
  display: inline-block;
  color: var(--brand-orange);
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.section-title {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 0.8rem;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 680px;
  margin-inline: auto;
}

/* Feature Cards */
.feature-service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 26px;
  text-align: center;
  border: 1px solid #e2e8f0;
  box-shadow: var(--card-shadow);
  transition: var(--transition-smooth);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-teal), var(--brand-orange));
  opacity: 0;
  transition: var(--transition-smooth);
}

.feature-service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hover-shadow);
  border-color: transparent;
}

.feature-service-card:hover::before {
  opacity: 1;
}

.feature-icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: var(--brand-teal-light);
  color: var(--brand-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: var(--transition-smooth);
}

.feature-service-card:hover .feature-icon-circle {
  background-color: var(--brand-teal);
  color: #ffffff;
  transform: scale(1.1);
}

/* Destination Cards */
.destination-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1px solid #e2e8f0;
  transition: var(--transition-smooth);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.destination-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hover-shadow);
}

.dest-img-container {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.dest-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.destination-card:hover .dest-img-container img {
  transform: scale(1.08);
}

.dest-rating-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(5px);
  color: #ffc107;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 4px 10px;
  border-radius: 12px;
}

.dest-price-pill {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(7, 52, 95, 0.92);
  backdrop-filter: blur(5px);
  color: #ff9d50;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 5px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.dest-region-tag {
  color: var(--brand-teal);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Split Image Card */
.split-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--hover-shadow);
  min-height: 460px;
}

.split-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-badge-overlay {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #ffffff;
  padding: 16px 22px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  gap: 14px;
}

.check-item-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.check-item-box span.check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--brand-teal-light);
  color: var(--brand-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* Package Cards */
.package-card-box {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1px solid #e2e8f0;
  transition: var(--transition-smooth);
  height: 100%;
}

.package-card-box:hover {
  transform: translateY(-8px);
  box-shadow: var(--hover-shadow);
}

.package-img-holder {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.package-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.package-card-box:hover .package-img-holder img {
  transform: scale(1.08);
}

.pkg-tag-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--brand-orange);
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pkg-duration-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(7, 52, 95, 0.88);
  backdrop-filter: blur(5px);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 14px;
  font-size: 0.78rem;
  font-weight: 600;
}

/* Promo Banner */
.promo-offer-section {
  background: linear-gradient(
      90deg,
      rgba(2, 20, 38, 0.95) 0%,
      rgba(7, 52, 95, 0.85) 60%,
      rgba(7, 52, 95, 0.45) 100%
    ),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2000&q=90')
      center/cover;
  padding: 95px 0;
  color: #ffffff;
}

/* Testimonial Cards */
.testimonial-bubble-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 28px;
  box-shadow: var(--card-shadow);
  border: 1px solid #e2e8f0;
  height: 100%;
  transition: var(--transition-smooth);
}

.testimonial-bubble-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--hover-shadow);
}

.stars-rating {
  color: #ffb800;
  font-size: 1.15rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.reviewer-avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--brand-teal);
}

/* Page Hero for Subpages */
.subpage-hero-banner {
  background: linear-gradient(
      135deg,
      rgba(2, 20, 38, 0.94) 0%,
      rgba(7, 52, 95, 0.88) 100%
    ),
    url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=2000&q=90')
      center/cover;
  padding: 50px 0 42px;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
}

/* Contact Info Card */
.contact-navy-card {
  background-color: var(--primary-navy);
  color: #ffffff;
  border-radius: 18px;
  padding: 45px 35px;
  box-shadow: var(--hover-shadow);
}

.contact-info-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-icon-sq {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--brand-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

/* Footer */
.main-footer-area {
  background-color: var(--navy-darkest);
  color: #cbd5e1;
  padding: 80px 0 25px;
}

.footer-heading {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 8px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: var(--brand-orange);
}

.footer-link-item {
  color: #94a3b8;
  font-size: 0.92rem;
  margin-bottom: 10px;
  display: inline-block;
}

.footer-link-item:hover {
  color: var(--brand-orange);
  transform: translateX(4px);
}

/* WhatsApp Floating Button with pulse */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #ffffff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
  z-index: 1050;
  transition: var(--transition-smooth);
}

.floating-whatsapp-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.65);
}

/* ==========================================================================
   COMPREHENSIVE MOBILE RESPONSIVENESS (ALL SCREEN BREAKPOINTS)
   ========================================================================== */

/* --- Breakpoint: Large Tablets & Small Laptops (max-width: 1199.98px) --- */
@media (max-width: 1199.98px) {
  .navbar-nav .nav-link-lux {
    font-size: 0.82rem;
    padding: 6px 8px !important;
  }
  .slide-caption-box h1 {
    font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  }
  .section-py {
    padding: 70px 0;
  }
}

/* --- Breakpoint: Tablets & Mobile Landscape / Drawer (max-width: 991.98px) --- */
@media (max-width: 991.98px) {
  /* Header & Mobile Drawer */
  .brand-logo-img {
    height: 40px;
    max-width: 180px;
  }

  .main-navbar {
    padding: 8px 0;
  }

  #nishaNav.navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 16px;
    padding: 16px 18px;
    margin-top: 10px;
    box-shadow: 0 16px 40px rgba(4, 31, 58, 0.12);
    border: 1px solid rgba(7, 52, 95, 0.08);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link-lux {
    width: 100%;
    padding: 10px 14px !important;
    font-size: 0.94rem;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--primary-navy);
  }

  .navbar-nav .nav-link-lux:hover,
  .navbar-nav .nav-link-lux:focus {
    background: rgba(244, 123, 32, 0.08);
    color: var(--brand-orange);
  }

  .navbar-nav .nav-link-lux.active {
    background: rgba(244, 123, 32, 0.12);
    color: var(--brand-orange);
    font-weight: 700;
  }

  .navbar-nav .nav-link-lux.active::after {
    display: none;
  }

  /* Mobile Dropdown Menu (Accordion-style within drawer) */
  .modern-dropdown-menu {
    position: static !important;
    transform: none !important;
    min-width: 100% !important;
    width: 100% !important;
    box-shadow: none !important;
    background: rgba(7, 52, 95, 0.03) !important;
    border: 1px solid rgba(7, 52, 95, 0.08) !important;
    border-radius: 10px !important;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 8px !important;
    animation: none;
  }

  .modern-dropdown-menu .dropdown-item {
    padding: 9px 12px;
    border-radius: 8px;
    white-space: normal;
  }

  .dropdown-item-title {
    font-size: 0.88rem;
  }

  /* Hero Slider for Tablets */
  .hero-slider-wrapper {
    height: 540px;
  }

  .slide-caption-box {
    margin-top: 0;
  }

  .slide-caption-box h1 {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  /* Why Choose Us Split Section */
  .split-image-wrapper {
    min-height: 320px;
    max-height: 400px;
    margin-bottom: 25px;
  }

  .split-badge-overlay {
    bottom: 18px;
    left: 18px;
    right: 18px;
    padding: 12px 18px;
  }
}

/* --- Breakpoint: Standard Mobile Phones (max-width: 767.98px) --- */
@media (max-width: 767.98px) {
  /* General Typography & Spacing */
  .section-py {
    padding: 48px 0;
  }

  #categories.section-py {
    padding-bottom: 20px;
  }

  #chauffeurFleet.section-py {
    padding-top: 25px;
  }

  .section-title {
    font-size: clamp(1.6rem, 5.5vw, 2.1rem);
    line-height: 1.22;
    margin-bottom: 0.6rem;
  }

  .section-subtitle {
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .section-eyebrow {
    font-size: 0.76rem;
    letter-spacing: 1.5px;
  }

  /* Hero Slider on Mobile */
  .hero-slider-wrapper {
    height: auto;
    min-height: 520px;
  }

  .slide-caption-container {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .slide-caption-box {
    padding-right: 0;
    margin-top: 10px;
  }

  .slide-tag-badge {
    font-size: 0.72rem;
    padding: 4px 10px;
  }

  .slide-eyebrow {
    font-size: 0.76rem;
    letter-spacing: 1.8px;
    margin-bottom: 0.4rem;
  }

  .slide-caption-box h1 {
    font-size: clamp(1.75rem, 6.6vw, 2.3rem);
    line-height: 1.15;
    margin-bottom: 0.85rem;
  }

  .slide-caption-box p {
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 1.35rem;
  }

  .slide-caption-box .btn {
    padding: 0.65rem 1.4rem;
    font-size: 0.9rem;
  }

  /* Slider Controls on Mobile */
  .slider-nav-arrows {
    bottom: 20px;
    right: 16px;
    gap: 8px;
  }

  .slider-nav-btn {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }

  .slider-nav-dots {
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    gap: 8px;
  }

  .slider-dot-item {
    width: 8px;
    height: 8px;
  }

  .slider-dot-item.active {
    width: 24px;
  }

  /* Trust Stats Strip 2x2 Grid */
  .trust-stats-section {
    padding: 24px 0;
  }

  .stat-item-box {
    gap: 10px;
  }

  .stat-icon {
    font-size: 1.75rem;
  }

  .stat-number {
    font-size: 1.35rem;
  }

  .stat-label {
    font-size: 0.74rem;
    line-height: 1.25;
  }

  /* Subpage Hero Banners */
  .subpage-hero-banner {
    padding: 38px 0 28px;
  }

  .subpage-hero-banner h1.display-4 {
    font-size: clamp(1.75rem, 6.4vw, 2.3rem) !important;
  }

  .subpage-hero-banner p.fs-5 {
    font-size: 0.94rem !important;
    line-height: 1.5;
  }

  /* Card Heights & Spacing */
  .dubai-tour-img-holder,
  .package-img-holder,
  .dest-img-container {
    height: 195px;
  }

  .dubai-tour-card .p-4,
  .package-card-box .p-4,
  .destination-card .p-4,
  .fleet-card .p-4 {
    padding: 1.2rem !important;
  }

  .category-card-item {
    height: 155px;
  }

  .category-card-overlay {
    padding: 14px;
  }

  .category-card-overlay h5 {
    font-size: 1rem;
  }

  .fleet-img-holder {
    height: 180px;
  }

  /* Feature Cards */
  .feature-service-card {
    padding: 26px 18px;
  }

  .feature-icon-circle {
    width: 56px;
    height: 56px;
    font-size: 1.6rem;
    margin-bottom: 14px;
  }

  /* Visa Pricing Cards */
  .visa-pricing-card {
    padding: 26px 18px;
  }

  .visa-price-badge {
    font-size: 1.75rem;
  }

  /* Testimonials */
  .testimonial-bubble-card {
    padding: 24px 18px;
  }

  /* Contact Page Navy Card */
  .contact-navy-card {
    padding: 28px 18px;
  }

  .contact-icon-sq {
    width: 40px;
    height: 40px;
    font-size: 1.15rem;
    border-radius: 10px;
  }

  .contact-info-row {
    gap: 12px;
    margin-bottom: 18px;
  }

  /* Promo Section */
  .promo-offer-section {
    padding: 55px 0;
  }

  .promo-offer-section h2 {
    font-size: 1.85rem !important;
    line-height: 1.2;
  }

  .promo-offer-section p.fs-5 {
    font-size: 0.94rem !important;
    line-height: 1.6;
  }

  /* FAQ Accordion */
  .accordion-button {
    padding: 14px 18px;
    font-size: 0.95rem;
  }

  .accordion-body {
    padding: 16px 18px;
    font-size: 0.9rem;
  }

  /* Tables & Horizontal Touch Scrolling */
  .table-responsive {
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
  }

  .table th, .table td {
    padding: 10px 12px;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  /* Footer */
  .main-footer-area {
    padding: 48px 0 20px;
  }

  .footer-heading {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }

  .footer-heading::after {
    width: 28px;
  }

  /* Floating WhatsApp Button on Mobile */
  .floating-whatsapp-btn {
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    font-size: 1.6rem;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  }

  /* Reservation Service Filter Pills Horizontal Scroll */
  #allPackages + section .d-flex,
  #reserveList + section .d-flex,
  section.border-bottom .d-flex.flex-wrap {
    flex-wrap: wrap !important;
    gap: 6px !important;
  }
}

/* --- Breakpoint: Compact Smartphones (max-width: 575.98px) --- */
@media (max-width: 575.98px) {
  /* Prevent iOS Auto-Zoom on form input focus */
  .form-control,
  .form-select,
  .search-input-field input,
  .search-input-field select {
    font-size: 16px !important;
  }

  /* Brand Logo */
  .brand-logo-img {
    height: 36px;
    max-width: 155px;
  }

  /* Hero Slider Buttons Stack Full Width on Small Screens */
  .slide-caption-box .d-flex.flex-wrap {
    flex-direction: column;
    gap: 8px !important;
  }

  .slide-caption-box .btn {
    width: 100%;
    text-align: center;
  }

  .promo-offer-section .d-flex.flex-wrap {
    flex-direction: column;
    gap: 8px !important;
  }

  .promo-offer-section .btn {
    width: 100%;
    text-align: center;
  }

  /* Form Submit Buttons */
  form button[type="submit"] {
    width: 100% !important;
  }

  /* Quick Quote Modal */
  .modal-dialog {
    margin: 10px;
  }

  .modal-content {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  /* Card Prices */
  .dubai-tour-price {
    font-size: 1.15rem;
  }

  /* Split Badge Overlay on Mobile */
  .split-badge-overlay {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: -30px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .split-badge-overlay .fs-2 {
    font-size: 1.35rem !important;
  }

  .split-badge-overlay strong {
    font-size: 0.88rem;
  }

  .split-badge-overlay small {
    font-size: 0.74rem;
  }
}

/* --- Breakpoint: Ultra-Compact Phones (max-width: 375px) --- */
@media (max-width: 375px) {
  .brand-logo-img {
    height: 32px;
    max-width: 132px;
  }

  .btn-whatsapp-mobile {
    width: 32px;
    height: 32px;
    font-size: 0.95rem;
  }

  .modern-toggler {
    width: 34px;
    height: 34px;
    padding: 6px 5px;
  }

  .hero-slider-wrapper {
    height: 490px;
    min-height: 470px;
  }

  .slide-caption-box h1 {
    font-size: 1.65rem;
  }

  .stat-item-box {
    gap: 8px;
  }

  .stat-icon {
    font-size: 1.5rem;
  }

  .stat-number {
    font-size: 1.2rem;
  }

  .dubai-tour-card .p-4,
  .package-card-box .p-4,
  .destination-card .p-4 {
    padding: 0.95rem !important;
  }

  .footer-social-btn {
    padding: 5px 10px;
    font-size: 0.74rem;
  }
}
