html {
  scroll-behavior: smooth;
}

/* Skip to content - visible on focus for accessibility */
.skip-to-content {
  position: absolute;
  left: -9999px;
  z-index: 99998;
  padding: 0.75rem 1rem;
  background: #0f172a;
  color: #fff;
  font-weight: 600;
  border-radius: 0 0 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.skip-to-content:focus {
  left: 0;
  top: 0;
  outline: 2px solid #f97316;
  outline-offset: 2px;
}

* {
  font-family: "Plus Jakarta Sans", __Roboto_7247e5, __Roboto_Fallback_7247e5,
    sans-serif;
}

.page-body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* Site Header - subtle gradient */
.site-header {
  background: linear-gradient(135deg, #374151 0%, #1f2937 50%, #111827 100%);
  border-bottom: 2px solid rgba(249, 115, 22, 0.3);
}

/* ----- Header Call button ----- */
.header-call-btn {
  background: #ea580c;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
  transition: all 0.25s ease;
}

.header-call-btn:hover {
  background: #c2410c;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.4);
  transform: translateY(-1px);
}

/* ========== HERO BANNER ========== */
.hero-image,
.hero-banner {
  background-color: #0f172a;
  background-image: url("img/banner.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 85vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Gradient overlay - text readable, premium depth */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.4) 0%,
    rgba(15, 23, 42, 0.55) 30%,
    rgba(15, 23, 42, 0.78) 65%,
    rgba(15, 23, 42, 0.92) 100%
  );
  z-index: 1;
}

/* Subtle pattern overlay */
.hero-overlay-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(224, 120, 42, 0.03) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  z-index: 2;
}

.hero-badge {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hero-badge {
    font-size: 0.9375rem;
    letter-spacing: 0.25em;
  }
}
.hero-badge-mantra {
  font-family: "Noto Serif Devanagari", Georgia, serif;
  letter-spacing: 0.08em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5), 0 0 24px rgba(255, 255, 255, 0.08);
}
.hero-badge-dot {
  margin: 0 0.35em;
  opacity: 0.85;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.hero-badge-year {
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.2em;
}

.hero-om {
  font-family: "Noto Serif Devanagari", serif;
  line-height: 1;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.hero-title {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5), 0 4px 28px rgba(0, 0, 0, 0.35);
  line-height: 1.15;
}

.hero-tagline {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  font-weight: 500;
  line-height: 1.5;
}

.hero-subtitle {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

/* Route pills in banner */
.hero-routes {
  max-width: 90%;
}

.hero-route-pill {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  backdrop-filter: blur(6px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-cta-wrap {
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.hero-wa-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
}

.hero-cta-btn {
  animation: heroBtnFloat 3s ease-in-out infinite;
}

@keyframes heroBtnFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.hero-cta-btn:hover {
  animation: none;
}

.hero-section .review-overlay {
  z-index: 3;
}

.review-overlay {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
}

.review-overlay .container > div {
  justify-content: center !important;
  flex-wrap: nowrap !important;
}

.review-overlay .container > div > div {
  flex-shrink: 0;
  min-width: fit-content;
}

/* ----- Primary CTA (Book Now) - simple & attractive ----- */
.gradient-btn {
  background: #ea580c;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
  transition: all 0.25s ease;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 12px;
}

.gradient-btn:hover {
  background: #c2410c;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.4);
  transform: translateY(-2px);
}

.gradient-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(234, 88, 12, 0.3);
}

.cta-primary.gradient-btn {
  animation: ctaPulse 2.5s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35); }
  50%      { box-shadow: 0 4px 14px rgba(234, 88, 12, 0.45); }
}

.cta-primary:hover {
  animation: none;
}

/* CTA Trust line — stack on narrow screens; row on tablet+ */
.cta-trust .cta-trust-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  line-height: 1.35;
}

@media (min-width: 640px) {
  .cta-trust .cta-trust-item {
    white-space: nowrap;
  }
}

/* Form select (Travel Month) */
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  padding-right: 44px;
}

/* ----- Mobile sticky footer (Call + WhatsApp) ----- */
.mobile-sticky-footer .cta-call {
  background: #2563eb;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}

.mobile-sticky-footer .cta-whatsapp {
  background: #22c55e;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.35);
}

.mobile-sticky-footer .cta-call,
.mobile-sticky-footer .cta-whatsapp,
.mobile-sticky-footer .cta-quote {
  min-height: 48px;
  border-radius: 0;
  transition: all 0.25s ease;
}

.mobile-sticky-footer .cta-quote.gradient-btn {
  border-radius: 0 !important;
}

.mobile-sticky-footer .cta-call:hover {
  background: #1d4ed8;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.mobile-sticky-footer .cta-whatsapp:hover {
  background: #16a34a;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

.mobile-sticky-footer .cta-call:hover,
.mobile-sticky-footer .cta-whatsapp:hover {
  transform: translateY(-1px);
}

.mobile-sticky-footer .cta-call:active,
.mobile-sticky-footer .cta-whatsapp:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* ----- WhatsApp button ----- */
.whatsapp-btn {
  background: #22c55e;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.35);
  transition: all 0.25s ease;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 12px;
}

.whatsapp-btn:hover {
  background: #16a34a;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.4);
  transform: translateY(-2px);
}

.whatsapp-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(34, 197, 94, 0.3);
}

.limited-deal-btn {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 4px 20px rgba(249, 115, 22, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
}

.limited-deal-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
}

.limited-deal-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.limited-deal-btn:hover::before {
  left: 100%;
}

.limited-deal-btn:hover {
  background: linear-gradient(135deg, #ea580c 0%, #dc2626 100%);
  box-shadow: 0 6px 25px rgba(249, 115, 22, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.limited-deal-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(249, 115, 22, 0.4);
}

.strikethrough-price {
  text-decoration: line-through;
  opacity: 0.6;
}

/* Pricing & CTA section */
.pricing-cta-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
  border-bottom: 1px solid #e2e8f0;
}

/* 340px and small screens: keep Book Now + Chat on WhatsApp in one line */
.pricing-cta-buttons {
  flex-wrap: nowrap;
  min-width: 0;
}
@media (max-width: 400px) {
  .pricing-cta-buttons {
    gap: 6px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .pricing-cta-buttons .pricing-cta-book,
  .pricing-cta-buttons .pricing-cta-wa {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    border-radius: 8px;
  }
  .pricing-cta-buttons .pricing-cta-wa span,
  .pricing-cta-buttons .pricing-cta-book span {
    white-space: nowrap;
  }
}

.section-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.02em;
}

.section-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.02em;
  color: #1e293b;
}

/* Packages section */
.packages-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.shadow-card {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06),
    0 10px 20px -4px rgba(0, 0, 0, 0.08);
}

.package-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s;
}

.package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.12),
    0 8px 16px -4px rgba(249, 115, 22, 0.08);
  border-color: rgba(249, 115, 22, 0.2) !important;
}

.package-card .package-image img {
  border-radius: 16px 0 0 16px;
}

@media (max-width: 767px) {
  .package-card .package-image img {
    border-radius: 16px 16px 0 0;
  }
}

.package-image {
  min-height: 300px;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.collapsible-content.active {
  max-height: 500px;
  display: block;
}

.collapsible-btn.active i {
  transform: rotate(180deg);
}

.floating-whatsapp {
  animation: pulse 2s infinite;
  background-color: #25d366 !important;
}

.floating-whatsapp:hover {
  background-color: #20ba5a !important;
}

/* Mobile Sticky Footer — Call Now + Get Free Quote */
.mobile-sticky-footer {
  display: block;
  z-index: 45;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
}

.mobile-sticky-footer .gradient-btn {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mobile-sticky-footer .cta-quote {
  -webkit-tap-highlight-color: transparent;
}

.mobile-sticky-footer a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .mobile-sticky-footer {
    display: none;
  }
}

/* Enquiry Modal Styles */
.enquiry-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
}

.enquiry-modal.active {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.enquiry-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease;
}

.enquiry-modal-content {
  position: relative;
  background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  border-radius: 24px 24px 0 0;
  padding: 28px;
  z-index: 1;
  transform: translateY(100%);
  animation: slideUp 0.4s ease forwards;
  overflow-y: auto;
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-bottom: none;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.enquiry-modal-header {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.enquiry-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}

.enquiry-modal-close:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.query-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  width: 100%;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 16px;
  color: #1a5d92;
  font-size: 18px;
  z-index: 1;
}

.form-input {
  width: 100%;
  padding: 14px 16px 14px 48px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  transition: all 0.2s;
  font-family: __Roboto_7247e5, __Roboto_Fallback_7247e5, sans-serif;
}

.form-input:focus {
  outline: none;
  border-color: #1a5d92;
  box-shadow: 0 0 0 3px rgba(26, 93, 146, 0.1);
}

.form-input::placeholder {
  color: #9ca3af;
}

/* ----- Modal submit (Book Now) ----- */
.enquiry-submit-btn {
  width: 100%;
  padding: 14px 20px;
  background: #ea580c;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-top: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
}

.enquiry-submit-btn:disabled,
.enquiry-submit-btn.loading {
  opacity: 0.85;
  cursor: not-allowed;
  pointer-events: none;
  background: #ea580c;
}

.enquiry-submit-btn.loading .fa-spinner {
  margin-right: 8px;
  display: inline-block;
  animation: spin 0.8s linear infinite;
}
.enquiry-submit-btn:hover:disabled,
.enquiry-submit-btn:hover.loading {
  transform: none;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.enquiry-submit-btn:hover {
  background: #c2410c;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.4);
}

.enquiry-submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(234, 88, 12, 0.3);
}

@media (min-width: 768px) {
  .enquiry-modal-content {
    border-radius: 20px;
    max-width: 500px;
    margin-bottom: 20px;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.logo-pin::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #fbbf24;
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 0;
}

/* Itinerary List Styling */
.itinerary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.itinerary-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  background: #f8fafc;
  border-left: 3px solid #3b82f6;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

.itinerary-list li:hover {
  background: #e0f2fe;
  transform: translateX(4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.itinerary-list li i {
  font-size: 0.875rem;
  flex-shrink: 0;
}

.itinerary-list li span {
  flex: 1;
  color: #374151;
  font-weight: 500;
}

/* Attractions List Styling */
.attractions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attractions-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  background: #fffbeb;
  border-left: 3px solid #f59e0b;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

.attractions-list li:hover {
  background: #fef3c7;
  transform: translateX(4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.attractions-list li i {
  font-size: 0.875rem;
  flex-shrink: 0;
}

.attractions-list li span {
  flex: 1;
  color: #374151;
  font-weight: 500;
}

.mb-3.text-sm.text-gray-600 {
  display: flex;
  gap: 4px;
  -moz-box-align: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  color: rgb(0, 42, 51);
  font-size: 10px;
  padding: 6px 12px;
  border-radius: 100px;
  text-wrap: nowrap;
  background-color: rgb(227, 250, 255);
  scrollbar-width: none;
}

.mb-3.text-sm.text-gray-600::-webkit-scrollbar {
  display: none;
}

.inclusions-text {
  font-size: 12px;
}

.inclusions-text span {
  font-size: 12px;
}

.package-title {
  font-size: 16px;
}

.starts-from-text {
  font-size: 12px;
  font-weight: 200;
  color: rgb(75, 85, 99);
}

/* ----- Package card "Book Now" buttons ----- */
.package-enquire-btn {
  background: #ea580c;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(234, 88, 12, 0.3);
  border-radius: 9999px;
  font-weight: 600;
}

.package-enquire-btn:hover {
  background: #c2410c;
  box-shadow: 0 3px 10px rgba(234, 88, 12, 0.35);
  transform: translateY(-1px);
}

.package-enquire-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(234, 88, 12, 0.25);
}

/* ----- Package card: 3 buttons in one line (WhatsApp, Call Now, Enquire Now) ----- */
.package-card-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 1rem;
}

.package-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.25s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

.package-card-btn i {
  font-size: 1em;
  flex-shrink: 0;
}

.package-card-btn-whatsapp {
  background: #22c55e;
  color: white;
  box-shadow: 0 2px 6px rgba(34, 197, 94, 0.3);
}

.package-card-btn-whatsapp:hover {
  background: #16a34a;
  color: white;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
  transform: translateY(-1px);
}

.package-card-btn-call {
  background: #2563eb;
  color: white;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
}

.package-card-btn-call:hover {
  background: #1d4ed8;
  color: white;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
  transform: translateY(-1px);
}

.package-card-btn-enquire {
  background: #ea580c;
  color: white;
  box-shadow: 0 2px 6px rgba(234, 88, 12, 0.3);
}

.package-card-btn-enquire:hover {
  background: #c2410c;
  color: white;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.35);
  transform: translateY(-1px);
}

.package-card-btn:active {
  transform: translateY(0);
}

@media (max-width: 480px) {
  .package-card-btn {
    padding: 10px 8px;
    font-size: 12px;
    gap: 4px;
  }
}

/* Yatri reviews (Google-style cards) */
.yatri-reviews-section .google-review-card {
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.yatri-reviews-section .google-review-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: #e2e8f0;
}

/* FAQ Section Styles */
.faq-section {
  margin-top: 4rem;
}

.faq-section-design {
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
}

.faq-section-design h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.02em;
  color: #1e293b;
}

.faq-item {
  transition: all 0.3s ease;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.faq-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(249, 115, 22, 0.2);
}

.faq-question {
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.faq-question.active {
  background-color: #f3f4f6;
}

.faq-question i {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.faq-answer:not(.hidden) {
  max-height: 500px;
  opacity: 1;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-answer p {
  line-height: 1.6;
  font-size: 14px;
}

/* Desktop Footer - refreshed */
.desktop-footer {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #020617 100%);
  border-top: 2px solid rgba(249, 115, 22, 0.25);
}

.desktop-footer h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.desktop-footer a:hover,
.desktop-footer .text-gray-300:hover {
  color: #f97316 !important;
}

/* ----- Chatbot Widget (WhatsApp style) ----- */
.chatbot-widget {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9998;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.chatbot-panel {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 360px;
  max-width: calc(100vw - 24px);
  max-height: 480px;
  background: #e5ddd5;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.chatbot-widget.open .chatbot-panel {
  display: flex;
}

/* WhatsApp-style header */
.chatbot-header-wa {
  background: #075e54;
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chatbot-header-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.chatbot-title {
  font-weight: 600;
  font-size: 16px;
}

.chatbot-subtitle {
  font-size: 12px;
  opacity: 0.85;
}

.chatbot-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.chatbot-close:hover {
  background: rgba(255, 255, 255, 0.35);
}

/* Chat area - WhatsApp bg */
.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 12px 10px;
  min-height: 240px;
  max-height: 320px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #e5ddd5;
}

.chatbot-msg-wrap {
  display: flex;
  max-width: 85%;
}

.chatbot-msg-wrap-bot {
  align-self: flex-start;
}

.chatbot-msg-wrap-user {
  align-self: flex-end;
}

.chatbot-msg {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-line;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.chatbot-msg.bot {
  background: #fff;
  color: #303030;
  border-top-left-radius: 2px;
}

.chatbot-msg.user {
  background: #dcf8c6;
  color: #303030;
  border-top-right-radius: 2px;
}

/* Typing indicator - 3 dots like WhatsApp */
.chatbot-typing {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.chatbot-typing span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8696a0;
  animation: chatbotTyping 1.4s ease-in-out infinite both;
}

.chatbot-typing span:nth-child(1) { animation-delay: 0s; }
.chatbot-typing span:nth-child(2) { animation-delay: 0.2s; }
.chatbot-typing span:nth-child(3) { animation-delay: 0.4s; }

@keyframes chatbotTyping {
  0%, 80%, 100% { transform: scale(0.8); opacity: 0.5; }
  40% { transform: scale(1.1); opacity: 1; }
}

/* Message appear animation */
.chatbot-msg-appear {
  animation: chatbotMsgIn 0.3s ease-out;
}

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

.chatbot-quick-replies {
  padding: 10px 12px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: #e5ddd5;
}

.chatbot-quick-reply {
  padding: 8px 14px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  background: #fff;
  color: #075e54;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.chatbot-quick-reply:hover {
  background: #075e54;
  color: #fff;
}

.chatbot-input-wrap {
  padding: 10px 12px 12px;
  display: flex;
  gap: 8px;
  background: #f0f2f5;
  border-top: 1px solid #e0e0e0;
}

.chatbot-input {
  flex: 1;
  padding: 10px 14px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  outline: none;
  background: #fff;
  transition: box-shadow 0.2s;
}

.chatbot-input:focus {
  box-shadow: 0 0 0 2px #25d366;
}

.chatbot-send {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #25d366;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.chatbot-send:hover {
  background: #20bd5a;
}

/* Chatbot icon pulse ring animation */
@keyframes chatbot-pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
    border-width: 2px;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes chatbot-icon-bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.chatbot-toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #25d366;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  animation: chatbot-icon-bounce 2s ease-in-out infinite;
}

/* Pulse ring around chatbot button */
.chatbot-toggle::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #25d366;
  opacity: 0;
  animation: chatbot-pulse-ring 1.8s ease-out infinite;
  pointer-events: none;
}

.chatbot-toggle::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #25d366;
  opacity: 0;
  animation: chatbot-pulse-ring 1.8s ease-out infinite 0.9s;
  pointer-events: none;
}

.chatbot-toggle:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.6);
  animation: none;
}

.chatbot-toggle:hover::before,
.chatbot-toggle:hover::after {
  animation: none;
  opacity: 0;
}

/* Chatbot toggle wrapper - message above + badge */
.chatbot-toggle-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.chatbot-ping-msg {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  background: #fff;
  color: #1f2937;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  white-space: normal;
  width: 70vw;
  max-width: 70vw;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.95);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  pointer-events: none;
}

.chatbot-ping-msg::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 18px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #fff;
}

.chatbot-widget.chatbot-show-ping .chatbot-ping-msg {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chatbot-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 10px;
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}

.chatbot-widget.chatbot-show-ping .chatbot-badge {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.chatbot-widget.open .chatbot-ping-msg,
.chatbot-widget.open .chatbot-badge {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Chatbot full screen on mobile only */
@media (max-width: 767px) {
  .chatbot-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }

  .chatbot-widget.open .chatbot-panel {
    display: flex;
  }

  .chatbot-messages {
    min-height: 180px;
    max-height: none;
    flex: 1;
  }

  .chatbot-widget.open .chatbot-toggle {
    display: none;
  }
}

/* ========== PILGRIM THEME (Amarnath Yatra) ========== */
.pilgrim-theme {
  --pilgrim-saffron: #d97706;
  --pilgrim-saffron-light: #f59e0b;
  --pilgrim-saffron-dark: #b45309;
  --pilgrim-cream: #fffbeb;
  --pilgrim-cream-dark: #fef3c7;
  --pilgrim-maroon: #7c2d12;
  --pilgrim-gold: #ca8a04;
  background-color: #fefce8;
  background-image:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(253, 230, 138, 0.25) 0%, transparent 50%),
    radial-gradient(ellipse 80% 50% at 100% 50%, rgba(251, 191, 36, 0.08) 0%, transparent 45%),
    radial-gradient(ellipse 80% 50% at 0% 80%, rgba(251, 191, 36, 0.06) 0%, transparent 45%);
}

.pilgrim-theme .site-header {
  background: linear-gradient(135deg, #b45309 0%, #92400e 40%, #78350f 100%);
  border-bottom: 3px solid rgba(253, 230, 138, 0.4);
  box-shadow: 0 2px 12px rgba(124, 45, 18, 0.2);
}

.pilgrim-theme .header-call-btn {
  background: linear-gradient(180deg, #fbbf24 0%, #d97706 100%);
  color: #1c1917;
  box-shadow: 0 2px 10px rgba(180, 83, 9, 0.4);
}

.pilgrim-theme .header-call-btn:hover {
  background: linear-gradient(180deg, #fcd34d 0%, #b45309 100%);
  color: #1c1917;
}

.pilgrim-theme .hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(124, 45, 18, 0.25) 0%,
    rgba(69, 26, 3, 0.5) 40%,
    rgba(41, 37, 36, 0.82) 100%
  );
}

.pilgrim-theme .hero-badge {
  color: #fef3c7;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.pilgrim-theme .review-overlay {
  background: linear-gradient(0deg, rgba(69, 26, 3, 0.92) 0%, rgba(41, 37, 36, 0.85) 100%);
}

.pilgrim-theme .pricing-cta-section {
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 50%, #fef9c3 100%);
  border-bottom: 1px solid #fde68a;
}

.pilgrim-theme .section-title,
.pilgrim-theme .section-heading {
  color: #78350f;
  font-family: "Noto Serif Devanagari", "Plus Jakarta Sans", serif;
  font-weight: 700;
}

.pilgrim-theme .packages-section {
  background: linear-gradient(180deg, #fefce8 0%, #fef9c3 30%, #fef3c7 100%);
}

.pilgrim-theme .packages-section.bg-gray-50 {
  background: linear-gradient(180deg, #fef9c3 0%, #fef3c7 50%, #fde68a 30%);
}

.pilgrim-theme .package-card {
  border: 1px solid #fde68a;
  background: #fffbeb;
  box-shadow: 0 4px 14px rgba(180, 83, 9, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pilgrim-theme .package-card:hover {
  border-color: #f59e0b;
  box-shadow: 0 12px 28px rgba(180, 83, 9, 0.15), 0 4px 12px rgba(124, 45, 18, 0.08);
}

.pilgrim-theme .package-card .package-details {
  border-left: 3px solid transparent;
}

@media (min-width: 768px) {
  .pilgrim-theme .package-card .package-details {
  border-left: 3px solid #d97706;
  }
}

.pilgrim-theme .package-title {
  color: #78350f;
  font-family: "Noto Serif Devanagari", "Plus Jakarta Sans", serif;
}

.pilgrim-theme .trending-tag {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%) !important;
  color: #1c1917 !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(180, 83, 9, 0.3);
}

.pilgrim-theme .itinerary-list li {
  background: #fffbeb;
  border-left-color: #d97706;
}

.pilgrim-theme .itinerary-list li:hover {
  background: #fef3c7;
}

.pilgrim-theme .attractions-list li {
  background: #fef9c3;
  border-left-color: #b45309;
}

.pilgrim-theme .attractions-list li:hover {
  background: #fef3c7;
}

.pilgrim-theme .gradient-btn,
.pilgrim-theme .cta-primary.gradient-btn {
  background: linear-gradient(180deg, #fbbf24 0%, #d97706 100%);
  color: #1c1917;
  box-shadow: 0 2px 10px rgba(180, 83, 9, 0.35);
}

.pilgrim-theme .gradient-btn:hover,
.pilgrim-theme .cta-primary.gradient-btn:hover {
  background: linear-gradient(180deg, #fcd34d 0%, #b45309 100%);
  color: #1c1917;
}

.pilgrim-theme .package-card-btn-enquire,
.pilgrim-theme .package-enquire-btn {
  background: linear-gradient(180deg, #f59e0b 0%, #d97706 100%) !important;
  color: #1c1917 !important;
  box-shadow: 0 2px 8px rgba(180, 83, 9, 0.3);
}

.pilgrim-theme .package-card-btn-enquire:hover,
.pilgrim-theme .package-enquire-btn:hover {
  background: linear-gradient(180deg, #fbbf24 0%, #b45309 100%) !important;
  color: #1c1917 !important;
}

.pilgrim-theme .enquiry-submit-btn {
  background: linear-gradient(180deg, #fbbf24 0%, #d97706 100%);
  color: #1c1917;
  box-shadow: 0 2px 10px rgba(180, 83, 9, 0.35);
}

.pilgrim-theme .enquiry-submit-btn:hover {
  background: linear-gradient(180deg, #fcd34d 0%, #b45309 100%);
  color: #1c1917;
}

.pilgrim-theme .enquiry-modal-content {
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
  border-color: rgba(217, 119, 6, 0.25);
}

.pilgrim-theme .faq-section-design {
  background: linear-gradient(180deg, #fef9c3 0%, #fef3c7 50%, #fde68a 100%);
}

.pilgrim-theme .faq-section-design h2 {
  color: #78350f;
  font-family: "Noto Serif Devanagari", "Plus Jakarta Sans", serif;
}

.pilgrim-theme .faq-item {
  background: #fffbeb !important;
  border-color: #fde68a;
}

.pilgrim-theme .faq-item:hover {
  border-color: #f59e0b;
  box-shadow: 0 4px 16px rgba(180, 83, 9, 0.12);
}

.pilgrim-theme .faq-question {
  color: #78350f;
}

.pilgrim-theme .desktop-footer {
  background: linear-gradient(135deg, #78350f 0%, #451a03 50%, #292524 100%);
  border-top: 3px solid rgba(251, 191, 36, 0.4);
}

.pilgrim-theme .desktop-footer a:hover,
.pilgrim-theme .desktop-footer .text-gray-300:hover {
  color: #fbbf24 !important;
}

.pilgrim-theme .mid-cta-section {
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
  border-color: #fde68a;
}

.pilgrim-theme .mid-cta-section h2 {
  color: #78350f;
}

.pilgrim-theme .input-icon {
  color: #b45309;
}

.pilgrim-theme .form-input:focus {
  border-color: #d97706;
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
}

.pilgrim-theme .collapsible-btn {
  color: #78350f;
}

.pilgrim-theme .text-gray-500 {
  color: #92400e !important;
}

.pilgrim-theme .text-amber-700 {
  color: #b45309 !important;
}

.pilgrim-theme .mb-3.text-sm.text-gray-600 {
  background-color: #fef3c7;
  color: #78350f;
}

.pilgrim-theme .inclusions-text {
  color: #92400e;
}

/* ========== OM NAMAH SHIVAY THEME (Shiva / Devotional) ========== */
.om-shiva-theme {
  --shiva-dark: #0f0f0f;
  --shiva-saffron: #ff6b35;
  --shiva-saffron-light: #f59e0b;
  --shiva-red: #991b1b;
  --shiva-cream: #fef3c7;
  background-color: #1c1917;
  background-image:
    radial-gradient(ellipse 100% 60% at 50% 0%, rgba(120, 53, 15, 0.4) 0%, transparent 50%),
    radial-gradient(ellipse 80% 40% at 80% 60%, rgba(153, 27, 27, 0.15) 0%, transparent 45%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(180, 83, 9, 0.12) 0%, transparent 45%);
}

.om-shiva-theme .site-header {
  background: linear-gradient(135deg, #0f0f0f 0%, #1c1917 50%, #292524 100%);
  border-bottom: 3px solid #ea580c;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.om-shiva-theme .header-call-btn {
  background: linear-gradient(180deg, #ea580c 0%, #c2410c 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(234, 88, 12, 0.5);
}

.om-shiva-theme .header-call-btn:hover {
  background: linear-gradient(180deg, #f97316 0%, #9a3412 100%);
  color: #fff;
}

.om-shiva-theme .hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0.4) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    rgba(0, 0, 0, 0.88) 100%
  );
}

.om-shiva-theme .hero-content .hero-badge:first-of-type {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #fcd34d;
  text-shadow: 0 0 20px rgba(251, 191, 36, 0.5);
}

.om-shiva-theme .review-overlay {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.95) 0%, rgba(0, 0, 0, 0.9) 100%);
  border-top: 1px solid rgba(234, 88, 12, 0.3);
}

.om-shiva-theme .pricing-cta-section {
  background: linear-gradient(180deg, #292524 0%, #1c1917 50%, #0f0f0f 100%);
  border-bottom: 1px solid #44403c;
}

.om-shiva-theme .pricing-cta-section .section-title,
.om-shiva-theme .pricing-cta-section .text-gray-500 {
  color: #78350f !important;
}

.om-shiva-theme .packages-section {
  background: linear-gradient(180deg, #1c1917 0%, #292524 30%, #1c1917 100%);
}

.om-shiva-theme .packages-section.bg-gray-50 {
  background: linear-gradient(180deg, #292524 0%, #1c1917 50%, #0f0f0f 100%);
}

.om-shiva-theme .packages-section .section-heading,
.om-shiva-theme .packages-section .section-title {
  color: #fef3c7 !important;
}

.om-shiva-theme .packages-section .text-gray-500 {
  color: #d6d3d1 !important;
}

.om-shiva-theme .package-card {
  border: 1px solid #e7e5e4;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(234, 88, 12, 0.08);
}

.om-shiva-theme .package-card:hover {
  border-color: #ea580c;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2), 0 0 24px rgba(234, 88, 12, 0.12);
}

.om-shiva-theme .package-card .package-details {
  border-left-color: #ea580c !important;
}

.om-shiva-theme .package-title {
  color: #1c1917 !important;
}

.om-shiva-theme .package-card .text-gray-600,
.om-shiva-theme .package-details .text-sm {
  color: #57534e !important;
}

.om-shiva-theme .trending-tag {
  background: linear-gradient(135deg, #ea580c 0%, #9a3412 100%) !important;
  color: #fff !important;
  box-shadow: 0 2px 10px rgba(234, 88, 12, 0.5);
}

.om-shiva-theme .itinerary-list li {
  background: #fffbeb;
  border-left-color: #ea580c;
  color: #44403c;
}

.om-shiva-theme .itinerary-list li:hover {
  background: #fef3c7;
}

.om-shiva-theme .attractions-list li {
  background: #fff7ed;
  border-left-color: #f59e0b;
  color: #44403c;
}

.om-shiva-theme .attractions-list li:hover {
  background: #ffedd5;
}

.om-shiva-theme .gradient-btn,
.om-shiva-theme .cta-primary.gradient-btn {
  background: linear-gradient(180deg, #ea580c 0%, #9a3412 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(234, 88, 12, 0.5);
}

.om-shiva-theme .gradient-btn:hover,
.om-shiva-theme .cta-primary.gradient-btn:hover {
  background: linear-gradient(180deg, #f97316 0%, #c2410c 100%);
  color: #fff;
}

.om-shiva-theme .package-card-btn-enquire,
.om-shiva-theme .package-enquire-btn {
  background: linear-gradient(180deg, #ea580c 0%, #9a3412 100%) !important;
  color: #fff !important;
  box-shadow: 0 2px 10px rgba(234, 88, 12, 0.4);
}

.om-shiva-theme .package-card-btn-enquire:hover,
.om-shiva-theme .package-enquire-btn:hover {
  background: linear-gradient(180deg, #f97316 0%, #c2410c 100%) !important;
  color: #fff !important;
}

.om-shiva-theme .enquiry-submit-btn {
  background: linear-gradient(180deg, #ea580c 0%, #9a3412 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(234, 88, 12, 0.5);
}

.om-shiva-theme .enquiry-submit-btn:hover {
  background: linear-gradient(180deg, #f97316 0%, #c2410c 100%);
  color: #fff;
}

.om-shiva-theme .enquiry-modal-content {
  background: linear-gradient(180deg, #292524 0%, #1c1917 100%);
  border-color: rgba(234, 88, 12, 0.4);
}

.om-shiva-theme .enquiry-modal-header h3,
.om-shiva-theme .enquiry-modal-header p {
  color: #fef3c7 !important;
}

.om-shiva-theme .faq-section-design {
  background: linear-gradient(180deg, #1c1917 0%, #292524 50%, #0f0f0f 100%);
}

.om-shiva-theme .faq-section-design h2 {
  color: #fef3c7 !important;
}

.om-shiva-theme .faq-item {
  background: #292524 !important;
  border-color: #57534e;
}

.om-shiva-theme .faq-item:hover {
  border-color: #ea580c;
  box-shadow: 0 4px 20px rgba(234, 88, 12, 0.15);
}

.om-shiva-theme .faq-question {
  color: #fef3c7 !important;
}

.om-shiva-theme .faq-answer,
.om-shiva-theme .faq-answer p {
  color: #d6d3d1 !important;
}

.om-shiva-theme .desktop-footer {
  background: linear-gradient(135deg, #0f0f0f 0%, #1c1917 50%, #0f0f0f 100%);
  border-top: 3px solid #ea580c;
}

.om-shiva-theme .desktop-footer a:hover,
.om-shiva-theme .desktop-footer .text-gray-300:hover {
  color: #f97316 !important;
}

.om-shiva-theme .mid-cta-section {
  background: linear-gradient(180deg, #292524 0%, #1c1917 100%);
  border-color: #44403c;
}

.om-shiva-theme .mid-cta-section h2 {
  color: #fef3c7 !important;
}

.om-shiva-theme .mid-cta-section .text-gray-500 {
  color: #d6d3d1 !important;
}

.om-shiva-theme .collapsible-btn {
  color: #1c1917 !important;
}

.om-shiva-theme .package-card .mb-3.text-sm.text-gray-600 {
  background-color: #fef3c7;
  color: #78350f;
  border: 1px solid #fde68a;
}

.om-shiva-theme .package-card .inclusions-text,
.om-shiva-theme .package-card .inclusions-text span {
  color: #57534e !important;
}

.om-shiva-theme .cta-trust .cta-trust-item {
  color: #78350f !important;
}

/* ========== AMARNATH PREMIUM THEME ========== */
.amarnath-premium-theme {
  --amarnath-gold: #d4af37;
  --amarnath-gold-light: #f4e4bc;
  --amarnath-saffron: #e0782a;
  --amarnath-snow: #f0f9ff;
  --amarnath-cave: #0f172a;
  --premium-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(212, 175, 55, 0.08);
  --premium-shadow-hover: 0 32px 64px -12px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(212, 175, 55, 0.15);
}

/* Premium Hero / Banner - Amarnath */
.amarnath-premium-theme .hero-image,
.amarnath-premium-theme .hero-banner {
  min-height: 82vh;
  position: relative;
}
.amarnath-premium-theme .hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.3) 0%,
    rgba(15, 23, 42, 0.52) 35%,
    rgba(15, 23, 42, 0.82) 100%
  );
}
.amarnath-premium-theme .hero-overlay-pattern {
  background-image: radial-gradient(circle at 30% 40%, rgba(212, 175, 55, 0.06) 0%, transparent 45%),
    radial-gradient(circle at 70% 60%, rgba(224, 120, 42, 0.05) 0%, transparent 45%);
}
.amarnath-premium-theme .hero-badge {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.28), rgba(224, 120, 42, 0.22));
  backdrop-filter: blur(8px);
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  letter-spacing: 0.2em;
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 2px 8px rgba(0, 0, 0, 0.4);
}
.amarnath-premium-theme .hero-badge-mantra {
  color: #fff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.25);
}
.amarnath-premium-theme .hero-badge-year {
  color: rgba(255, 255, 255, 0.98) !important;
}
.amarnath-premium-theme .hero-om {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 0 24px rgba(212, 175, 55, 0.25);
}
.amarnath-premium-theme .hero-title {
  color: #ffffff !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6), 0 4px 24px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.02em;
}
.amarnath-premium-theme .hero-tagline,
.amarnath-premium-theme .hero-subtitle {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.4);
}
.amarnath-premium-theme .hero-route-pill {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(212, 175, 55, 0.35);
  color: rgba(255, 255, 255, 0.98);
}
.amarnath-premium-theme .hero-cta-btn {
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.amarnath-premium-theme .hero-wa-btn {
  background: #22c55e;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35);
}
.amarnath-premium-theme .hero-wa-btn:hover {
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.45);
}

/* Hero text visibility - force white on dark background */
.amarnath-premium-theme .hero-content,
.amarnath-premium-theme .hero-content .hero-badge,
.amarnath-premium-theme .hero-content .hero-title,
.amarnath-premium-theme .hero-content .hero-tagline,
.amarnath-premium-theme .hero-content .hero-subtitle {
  color: #ffffff !important;
}
.amarnath-premium-theme .hero-content .hero-tagline,
.amarnath-premium-theme .hero-content .hero-subtitle {
  color: rgba(255, 255, 255, 0.95) !important;
}

/* Premium Header */
.amarnath-premium-theme .site-header {
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}
.amarnath-premium-theme .header-call-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.4);
}

/* Premium Package Cards */
.amarnath-premium-theme .package-card {
  box-shadow: var(--premium-shadow);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.amarnath-premium-theme .package-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--premium-shadow-hover);
  border-color: rgba(212, 175, 55, 0.25);
}
.amarnath-premium-theme .package-card .package-image {
  position: relative;
}
.amarnath-premium-theme .package-card .package-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 50%, rgba(15, 23, 42, 0.15) 100%);
  pointer-events: none;
}
.amarnath-premium-theme .trending-tag {
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

/* About Amarnath Section - Premium */
.amarnath-about-section {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  position: relative;
  overflow: hidden;
}
.amarnath-about-section::before {
  content: "ॐ";
  position: absolute;
  font-size: 12rem;
  opacity: 0.06;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif Devanagari", serif;
  pointer-events: none;
}
.amarnath-about-section .amarnath-about-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.amarnath-about-section .amarnath-mantra {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fcd34d;
  letter-spacing: 0.15em;
  text-shadow: 0 0 30px rgba(252, 211, 77, 0.3);
  margin-bottom: 1rem;
}
.amarnath-about-section .amarnath-about-title {
  font-family: "Noto Serif Devanagari", "Plus Jakarta Sans", serif;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 1rem;
}
.amarnath-about-section .amarnath-about-text {
  color: #cbd5e1;
  line-height: 1.75;
  font-size: 0.95rem;
}
.amarnath-about-section .amarnath-about-line1 {
  display: inline;
}
.amarnath-about-section .amarnath-about-more {
  display: none;
}
.amarnath-about-section .amarnath-about-more.is-open {
  display: inline;
}
.amarnath-about-section .amarnath-read-more-btn {
  transition: color 0.2s ease;
}
.amarnath-about-section .amarnath-highlight-box {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(224, 120, 42, 0.08));
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
}
.amarnath-about-section .amarnath-highlight-box p {
  color: #fef3c7;
  margin: 0;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Premium Section Headings - Amarnath */
.amarnath-premium-theme .section-title,
.amarnath-premium-theme .section-heading {
  position: relative;
  display: inline-block;
}
.amarnath-premium-theme .section-title::after,
.amarnath-premium-theme .section-heading::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--amarnath-gold), var(--amarnath-saffron));
  border-radius: 2px;
}

/* Premium CTA / Pricing section */
.amarnath-premium-theme .pricing-cta-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

/* Premium FAQ */
.amarnath-premium-theme .faq-item {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.1);
}
.amarnath-premium-theme .faq-item:hover {
  border-color: rgba(212, 175, 55, 0.2);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* Premium Footer */
.amarnath-premium-theme .desktop-footer {
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
}

/* Premium Modal */
.amarnath-premium-theme .enquiry-modal-content {
  border-radius: 24px;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.15);
}

/* Amarnath full-page accent - subtle gold divider */
.amarnath-premium-theme .packages-section::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--amarnath-gold), var(--amarnath-saffron), transparent);
  opacity: 0.6;
  margin-bottom: 2rem;
  border-radius: 2px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
