/* ==========================================================================
   Modern Layout Stylesheet for Parameshwari Car Travels - Kakinada
   Complete Light Mode Theme + Dark SEO Keyword Banner Card
   Responsive Mobile Navigation Drawer
   Secondary Page Breadcrumb Banners
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --primary-color: #ea580c;
  --primary-hover: #c2410c;
  --primary-glow: rgba(234, 88, 12, 0.25);
  --secondary-color: #f8fafc;
  --bg-dark: #f8fafc;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-card-hover: #ffffff;
  --bg-topbar: #0f172a;
  --bg-nav: rgba(255, 255, 255, 0.95);
  --text-main: #334155;
  --text-muted: #64748b;
  --text-heading: #0f172a;
  --accent-gold: #d97706;
  --accent-green: #16a34a;
  --accent-blue: #0284c7;
  --border-color: rgba(0, 0, 0, 0.08);
  --border-hover: rgba(234, 88, 12, 0.4);
  --gradient-card: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  --gradient-badge: linear-gradient(135deg, rgba(234, 88, 12, 0.08) 0%, rgba(249, 115, 22, 0.12) 100%);
  --gradient-accent: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
  --shadow-main: 0 10px 25px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 15px 35px rgba(0, 0, 0, 0.08);
  --shadow-glow: 0 0 20px rgba(234, 88, 12, 0.2);
  --input-bg: #ffffff;
  --input-border: #cbd5e1;
  --input-text: #0f172a;
  --icon-invert: none;
  --accordion-arrow-filter: none;
}

/* Global Font & Body Enhancements */
body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  background-color: var(--bg-dark) !important;
  color: var(--text-main) !important;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif !important;
  color: var(--text-heading) !important;
  font-weight: 700 !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--bg-dark);
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

/* Top Bar */
.header-top {
  background: var(--bg-topbar) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
  font-size: 13px;
}
.header-top-contact-info a {
  color: #cbd5e1 !important;
  transition: all 0.2s ease;
}
.header-top-contact-info a:hover {
  color: #ff9f1c !important;
}
.header-top-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff !important;
  margin-left: 6px;
  transition: all 0.25s ease;
}
.header-top-social a:hover {
  background: var(--gradient-accent);
  transform: translateY(-2px);
  color: #fff !important;
}

/* Header & Navbar */
.header {
  position: relative;
  z-index: 999;
}
.main-navigation {
  background: var(--bg-nav) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.navbar-brand img {
  max-height: 52px;
  width: auto;
}
.navbar-nav .nav-link {
  color: #1e293b !important;
  font-weight: 600 !important;
  font-size: 15px;
  padding: 24px 16px !important;
  transition: all 0.2s ease;
  position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 16px;
  right: 16px;
  height: 3px;
  background: var(--gradient-accent);
  border-radius: 3px;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.2s ease;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Nav Phone Button */
.nav-phone-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gradient-badge);
  border: 1px solid var(--border-hover);
  padding: 8px 18px;
  border-radius: 50px;
  color: var(--text-heading);
  transition: all 0.25s ease;
  text-decoration: none !important;
}
.nav-phone-badge:hover {
  background: var(--gradient-accent);
  box-shadow: var(--shadow-glow);
  transform: translateY(-2px);
  color: #fff !important;
  border-color: transparent;
}
.nav-phone-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.nav-phone-badge:hover .nav-phone-icon {
  background: #fff;
  color: var(--primary-color);
}
.nav-phone-text span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
}
.nav-phone-text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
}
.nav-phone-badge:hover .nav-phone-text span,
.nav-phone-badge:hover .nav-phone-text strong {
  color: #fff;
}

/* Navbar Toggler Modern Mobile Button */
.navbar-toggler {
  border: 1px solid var(--border-hover) !important;
  background: var(--gradient-badge) !important;
  color: var(--primary-color) !important;
  padding: 8px 14px !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.15) !important;
  outline: none !important;
  transition: all 0.25s ease !important;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  background: var(--gradient-accent) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 6px 16px var(--primary-glow) !important;
}
.navbar-toggler i {
  font-size: 18px;
}

/* Page Breadcrumb Banners */
.page-breadcrumb-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  padding: 70px 0 60px !important;
  text-align: center;
  position: relative;
}
.page-breadcrumb-banner h1 {
  color: #ffffff !important;
  font-size: 2.8rem !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}
.page-breadcrumb-banner p {
  color: #cbd5e1 !important;
  font-size: 1.1rem;
}
.page-breadcrumb-banner .breadcrumb-item,
.page-breadcrumb-banner .breadcrumb-item a {
  font-size: 14px;
  font-weight: 600;
}

/* Modern Hero Section */
.modern-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: #f1f5f9;
  overflow: hidden;
  padding: 100px 0 80px;
}
.hero-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-slider-bg .owl-stage-outer,
.hero-slider-bg .owl-stage,
.hero-slider-bg .owl-item {
  height: 100%;
}
.hero-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65) contrast(1.05);
}
.hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.75) 0%, rgba(15, 23, 42, 0.88) 100%),
              radial-gradient(circle at 20% 40%, rgba(234, 88, 12, 0.2) 0%, transparent 60%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
}

.hero-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-title {
  font-size: 3.5rem !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.hero-title span {
  background: linear-gradient(135deg, #ffffff 30%, #ff9f1c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-subtitle {
  font-size: 1.15rem;
  color: #e2e8f0;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 600px;
}

/* Feature Highlights Pill Badges */
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hero-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.hero-badge-item i {
  color: #ff9f1c;
}

/* Instant Booking Card */
.booking-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.booking-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.booking-card-title {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f172a !important;
}
.booking-card-title i {
  color: var(--primary-color);
}
.booking-status-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--accent-green);
  font-weight: 600;
  background: rgba(22, 163, 74, 0.1);
  padding: 4px 12px;
  border-radius: 50px;
}
.booking-status-dot::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--accent-green);
  border-radius: 50%;
  animation: blink 1.5s infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.booking-form .form-group {
  margin-bottom: 18px;
}
.booking-form label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  margin-bottom: 6px;
  font-weight: 700;
}
.booking-form .form-control,
.booking-form .form-select {
  background: #f8fafc !important;
  border: 1px solid #cbd5e1 !important;
  color: #0f172a !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  transition: all 0.25s ease !important;
}
.booking-form .form-control:focus,
.booking-form .form-select:focus {
  background: #ffffff !important;
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 3px var(--primary-glow) !important;
  outline: none !important;
}
.booking-form .form-select option {
  background: #ffffff;
  color: #0f172a;
}

.btn-whatsapp-book {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.25);
  transition: all 0.25s ease;
  text-decoration: none !important;
  cursor: pointer;
}
.btn-whatsapp-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(22, 163, 74, 0.35);
  color: #fff !important;
}
.btn-call-book {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  background: var(--gradient-accent);
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  box-shadow: var(--shadow-glow);
  transition: all 0.25s ease;
  text-decoration: none !important;
  margin-top: 10px;
}
.btn-call-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px var(--primary-glow);
  color: #fff !important;
}

/* POPULAR TAXI SERVICES SEARCHES CARD (Exact User Image Design) */
.seo-keywords-card {
  background: #091122;
  background: linear-gradient(145deg, #0b1329 0%, #060b17 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 50px 35px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
  margin-bottom: 50px;
}
.seo-keywords-title {
  color: #ffffff !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.3px;
}
.seo-keywords-subtitle {
  color: #94a3b8;
  font-size: 1.05rem;
  margin-bottom: 35px;
  font-weight: 500;
}
.keywords-chips-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}
.keyword-search-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #f8fafc !important;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.keyword-search-chip i {
  color: #ffffff;
  font-size: 13px;
  transition: all 0.3s ease;
}
.keyword-search-chip:hover {
  background: rgba(234, 88, 12, 0.25);
  border-color: #ea580c;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(234, 88, 12, 0.35);
}
.keyword-search-chip:hover i {
  color: #ff9f1c;
  transform: scale(1.15);
}

/* Modern Section Titles */
.modern-heading {
  margin-bottom: 50px;
  position: relative;
}
.site-title-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gradient-badge);
  border: 1px solid var(--border-hover);
  color: var(--primary-color) !important;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.modern-heading h2 {
  font-size: 2.5rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: var(--text-heading) !important;
}
.modern-heading h2 span {
  color: var(--primary-color);
  position: relative;
}
.modern-heading p {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 650px;
  margin: 12px auto 0;
}

/* Section Background Utilities */
.section-bg-dark {
  background-color: #f8fafc !important;
}
.section-bg-surface {
  background-color: #ffffff !important;
}

/* About Us Section Modern Card */
.about-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.35s ease;
}
.about-image-wrapper:hover img {
  transform: scale(1.03);
}
.about-experience-badge {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  padding: 18px 24px;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 16px;
}
.exp-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}
.exp-text {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-heading);
  line-height: 1.3;
}

.about-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.about-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.about-feat-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: var(--gradient-badge);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.about-feat-info h5 {
  font-size: 15px !important;
  margin-bottom: 4px !important;
  color: var(--text-heading) !important;
}
.about-feat-info p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Service Card Modern Light Design */
.service-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 32px 28px;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}
.service-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.service-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--gradient-badge);
  border: 1px solid var(--border-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  transition: all 0.25s ease;
}
.service-card:hover .service-icon-box {
  background: var(--gradient-accent);
  box-shadow: 0 8px 20px var(--primary-glow);
}
.service-icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}
.service-card:hover .service-icon-box img {
  filter: brightness(0) invert(1);
}
.service-num {
  font-size: 2rem;
  font-weight: 800;
  color: #cbd5e1;
  font-family: 'Outfit', sans-serif;
  transition: all 0.25s ease;
}
.service-card:hover .service-num {
  color: var(--primary-color);
}
.service-card h4 {
  font-size: 1.25rem !important;
  margin-bottom: 12px !important;
  color: var(--text-heading) !important;
  transition: all 0.25s ease;
}
.service-card:hover h4 {
  color: var(--primary-color) !important;
}
.service-card p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.service-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none !important;
  transition: all 0.25s ease;
}
.service-action-btn:hover {
  color: var(--text-heading);
  gap: 12px;
}

/* Vehicle Fleet Section Cards */
.fleet-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.fleet-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}
.fleet-img-box {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f1f5f9;
}
.fleet-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}
.fleet-card:hover .fleet-img-box img {
  transform: scale(1.08);
}
.fleet-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ffffff;
  border: 1px solid var(--border-hover);
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.fleet-body {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.fleet-title {
  font-size: 1.25rem !important;
  margin-bottom: 14px !important;
  color: var(--text-heading) !important;
}
.fleet-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.fleet-spec-pill {
  font-size: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 4px 10px;
  border-radius: 6px;
  color: var(--text-main);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.fleet-spec-pill i {
  color: var(--primary-color);
}
.fleet-footer-btn {
  margin-top: auto;
  display: flex;
  gap: 10px;
}

/* Tourist Package Card Modern Light Styling */
.package-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.package-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}
.package-thumb {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #f1f5f9;
}
.package-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}
.package-card:hover .package-thumb img {
  transform: scale(1.08);
}
.package-badge-duration {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  color: var(--text-heading);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.package-badge-duration i {
  color: var(--primary-color);
}

.package-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.package-title {
  font-size: 1.2rem !important;
  margin-bottom: 14px !important;
  line-height: 1.3 !important;
  color: var(--text-heading) !important;
}
.package-details-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.package-details-list li {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.package-details-list li i {
  color: var(--primary-color);
  margin-top: 3px;
  font-size: 14px;
}
.package-note {
  font-size: 11px;
  color: #c2410c;
  background: var(--gradient-badge);
  border: 1px dashed var(--border-hover);
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.package-card-footer {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.btn-pkg-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.3);
  color: #16a34a !important;
  font-weight: 700;
  font-size: 13px;
  padding: 10px;
  border-radius: 12px;
  transition: all 0.25s ease;
  text-decoration: none !important;
}
.btn-pkg-wa:hover {
  background: #16a34a;
  color: #fff !important;
}
.btn-pkg-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--gradient-badge);
  border: 1px solid var(--border-hover);
  color: var(--primary-color) !important;
  font-weight: 700;
  font-size: 13px;
  padding: 10px;
  border-radius: 12px;
  transition: all 0.25s ease;
  text-decoration: none !important;
}
.btn-pkg-call:hover {
  background: var(--gradient-accent);
  color: #fff !important;
}

/* Why Choose Us Modern Light Grid */
.why-choose-section {
  background: #f8fafc;
  padding: 90px 0;
  position: relative;
}
.why-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.why-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-color: var(--border-hover);
  box-shadow: var(--shadow-lg);
}
.why-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--gradient-badge);
  border: 1px solid var(--border-hover);
  color: var(--primary-color);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.why-card h4 {
  font-size: 1.15rem !important;
  margin-bottom: 10px !important;
  color: var(--text-heading) !important;
}
.why-card p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Airport Spotlight Section */
.airport-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  transition: all 0.35s ease;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.airport-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow-lg);
}
.airport-img-box {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
  background: #f1f5f9;
}
.airport-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease;
}
.airport-card:hover .airport-img-box img {
  transform: scale(1.06);
}

/* FAQ Accordion Modern Light Styling */
.modern-accordion .accordion-item {
  background: #ffffff !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 14px !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.modern-accordion .accordion-button {
  background: transparent !important;
  color: var(--text-heading) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 20px 24px !important;
  box-shadow: none !important;
}
.modern-accordion .accordion-button:not(.collapsed) {
  color: var(--primary-color) !important;
}
.modern-accordion .accordion-button::after {
  filter: none;
}
.modern-accordion .accordion-body {
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.7;
  padding: 0 24px 20px 24px !important;
}

/* Counter Box Upgrade Light */
.counter-box-modern {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.counter-box-modern:hover {
  transform: translateY(-5px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow-lg);
}
.counter-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--gradient-badge);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 26px;
}
.counter-num {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-heading);
  font-family: 'Outfit', sans-serif;
  margin-bottom: 4px;
}
.counter-num span {
  color: var(--primary-color);
}
.counter-label {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 600;
}

/* Testimonial Card Modern Light Styling */
.testimonial-card-modern {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.testi-stars {
  color: var(--accent-gold);
  font-size: 15px;
  margin-bottom: 16px;
}
.testi-quote {
  font-size: 15px;
  color: var(--text-main);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 24px;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testi-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  object-fit: cover;
}
.testi-author-info h5 {
  font-size: 15px !important;
  margin-bottom: 2px !important;
  color: var(--text-heading) !important;
}
.testi-author-info span {
  font-size: 12px;
  color: var(--text-muted);
}

/* Footer High-Contrast Dark Footer */
.footer-area {
  background: var(--bg-topbar) !important;
  border-top: 1px solid var(--border-color);
  color: #94a3b8;
  position: relative;
}
.footer-widget-title {
  color: #ffffff !important;
  font-size: 1.25rem !important;
  margin-bottom: 24px !important;
  position: relative;
  padding-bottom: 10px;
}
.footer-widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--gradient-accent);
  border-radius: 3px;
}
.footer-list li {
  margin-bottom: 10px;
}
.footer-list a {
  color: #cbd5e1 !important;
  font-size: 14px;
  transition: all 0.2s ease;
}
.footer-list a:hover {
  color: #ff9f1c !important;
  padding-left: 6px;
}
.copyright {
  background: #020408;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 0;
}

/* Floating Action Buttons */
.floating-actions {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: all 0.25s ease;
  text-decoration: none !important;
}
.float-btn:hover {
  transform: scale(1.1);
  color: #fff !important;
}
.float-whatsapp {
  background: #16a34a;
  box-shadow: 0 8px 25px rgba(22, 163, 74, 0.4);
  animation: pulse-wa 2s infinite;
}
@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(22, 163, 74, 0); }
}
.float-call {
  background: var(--gradient-accent);
  box-shadow: 0 8px 25px var(--primary-glow);
}

/* Mobile Sticky Bottom Call/WA Bar */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-color);
  padding: 10px 16px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}
.mobile-bottom-bar .row {
  margin: 0;
}

/* ==========================================================================
   RESPONSIVE MOBILE MENU DRAWER STYLES
   ========================================================================== */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.4rem !important;
  }
  .modern-hero {
    padding: 60px 0 40px;
  }
  .page-breadcrumb-banner {
    padding: 50px 0 40px !important;
  }
  .page-breadcrumb-banner h1 {
    font-size: 2rem !important;
  }
  .booking-card {
    margin-top: 30px;
    padding: 24px;
  }
  .about-features-grid {
    grid-template-columns: 1fr;
  }
  .mobile-bottom-bar {
    display: block;
  }
  .floating-actions {
    bottom: 80px;
    right: 15px;
  }

  /* Floating Overlay Mobile Menu Drawer */
  .main-navigation .navbar-collapse.show,
  .main-navigation .navbar-collapse.collapsing {
    position: absolute !important;
    top: 100% !important;
    left: 12px !important;
    right: 12px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 18px !important;
    padding: 20px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25) !important;
    z-index: 99999 !important;
  }

  .main-navigation .navbar-nav {
    margin-bottom: 15px;
  }

  .main-navigation .navbar-nav .nav-item {
    border-bottom: 1px solid #f1f5f9;
  }
  .main-navigation .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .main-navigation .navbar-nav .nav-link {
    color: #0f172a !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 18px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    transition: all 0.25s ease;
  }
  .main-navigation .navbar-nav .nav-link::after {
    display: none !important;
  }
  .main-navigation .navbar-nav .nav-link:hover,
  .main-navigation .navbar-nav .nav-link.active {
    background: var(--gradient-badge) !important;
    color: var(--primary-color) !important;
    padding-left: 22px !important;
  }

  /* Mobile Drawer CTAs */
  .mobile-drawer-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
  }
  .mobile-drawer-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #16a34a;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.2);
  }
  .mobile-drawer-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--gradient-accent);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none !important;
    box-shadow: var(--shadow-glow);
  }
}