/* ==========================================================================
   Holiday Themes (Circular Avatars with Gold Halos)
   ========================================================================== */

.themes-section {
  padding: 40px 0 20px;
  background: var(--bg-surface-tint);
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
}

.themes-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.themes-title {
  font-family: 'Cinzel', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text-heading);
}

.carousel-nav-btns {
  display: flex;
  gap: 8px;
}

.carousel-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid var(--gold-300);
  color: var(--gold-800);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-fast);
}

.carousel-nav-btn:hover {
  background: var(--gold-100);
  border-color: var(--gold-500);
  transform: scale(1.08);
}

.themes-track {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  overflow-x: auto;
  padding: 10px 4px 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.themes-track::-webkit-scrollbar {
  display: none;
}

.theme-circle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 110px;
  cursor: pointer;
  transition: transform var(--transition-normal);
  text-decoration: none;
}

.theme-circle-card:hover {
  transform: translateY(-6px);
}

.theme-avatar-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 3.5px;
  background: var(--gold-gradient);
  box-shadow: 0 6px 18px rgba(200, 146, 40, 0.28);
  margin-bottom: 12px;
  transition: box-shadow var(--transition-normal), transform var(--transition-normal);
  overflow: hidden;
}

.theme-circle-card:hover .theme-avatar-wrapper {
  box-shadow: 0 10px 25px rgba(200, 146, 40, 0.45);
  transform: scale(1.05);
}

.theme-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #1c1917;
  transition: transform var(--transition-smooth);
}

.theme-circle-card:hover .theme-avatar-img {
  transform: scale(1.1);
}

.theme-name {
  font-family: 'Outfit', sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 3px;
  white-space: nowrap;
}

.theme-trips-badge {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--gold-700);
  background: var(--gold-100);
  border: 1px solid var(--gold-300);
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

/* ==========================================================================
   Trending Indian Holiday Destinations (Rounded Cards Track)
   ========================================================================== */

.trending-dest-section {
  padding: 40px 0 50px;
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
}

.trending-dest-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 4px 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.trending-dest-track::-webkit-scrollbar {
  display: none;
}

.trending-dest-card {
  min-width: 200px;
  max-width: 200px;
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);
  text-decoration: none;
  position: relative;
}

.trending-dest-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-400);
  box-shadow: var(--shadow-gold);
}

.trending-dest-img-wrap {
  position: relative;
  height: 140px;
  background: #1c1917;
  overflow: hidden;
}

.trending-dest-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
}

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

.trending-dest-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(17, 24, 39, 0.82);
  color: var(--gold-300);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(4px);
}

.trending-dest-info {
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #ffffff;
}

.trending-dest-title {
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 6px;
  line-height: 1.3;
}

.trending-dest-price {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--gold-700);
  margin-top: auto;
}

/* ==========================================================================
   Interactive Gold-Glowing Search & Filter Bar
   ========================================================================== */

.filter-bar-wrapper {
  background: var(--bg-surface);
  border: 1.5px solid var(--gold-border);
  border-radius: var(--radius-xl);
  padding: 24px;
  box-shadow: 0 10px 35px rgba(200, 146, 40, 0.12);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

/* Glowing Gold Interactive Spotlight Container */
.search-input-group {
  position: relative;
  margin-bottom: 20px;
  border-radius: var(--radius-full);
  padding: 3px;
  background: linear-gradient(135deg, rgba(217, 155, 38, 0.4) 0%, rgba(246, 206, 101, 0.8) 50%, rgba(184, 124, 20, 0.4) 100%);
  box-shadow: 0 0 20px rgba(217, 155, 38, 0.28);
  transition: box-shadow var(--transition-normal), transform var(--transition-fast);
}

.search-input-group:hover, .search-input-group:focus-within {
  box-shadow: 0 0 30px rgba(217, 155, 38, 0.5), 0 0 10px rgba(246, 206, 101, 0.7);
  transform: translateY(-1px);
}

.search-input-inner {
  position: relative;
  background: #ffffff;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.search-input {
  width: 100%;
  padding: 16px 20px 16px 52px;
  border: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  background: transparent;
  color: var(--text-heading);
  outline: none;
}

.search-input::placeholder {
  color: #78716c;
  font-weight: 500;
}

.search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-600);
  pointer-events: none;
  filter: drop-shadow(0 2px 4px rgba(200, 146, 40, 0.4));
  transition: transform var(--transition-fast);
}

.search-input-group:focus-within .search-icon {
  transform: translateY(-50%) scale(1.15);
  color: var(--gold-700);
}

/* Hide Scrollbar completely from Filter Pills */
.filter-pills-row {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.filter-pills-row::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.filter-pill {
  padding: 9px 20px;
  border-radius: var(--radius-full);
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1.5px solid var(--border-light);
  background: var(--bg-surface-tint);
  color: var(--text-muted);
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition-fast);
}

.filter-pill:hover {
  border-color: var(--gold-400);
  color: var(--gold-800);
  background: var(--gold-100);
  transform: translateY(-1px);
}

.filter-pill.active {
  background: var(--gold-gradient);
  color: #111827;
  border-color: var(--gold-500);
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(200, 146, 40, 0.35);
  transform: translateY(-1px);
}

/* ==========================================================================
   Package Cards Grid (Entire Card Clickable)
   ========================================================================== */

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.package-card {
  background: var(--bg-surface);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);
  position: relative;
  cursor: pointer;
}

.package-card:hover {
  transform: translateY(-7px);
  border-color: var(--gold-400);
  box-shadow: 0 16px 36px rgba(200, 146, 40, 0.22);
}

.package-card-media {
  position: relative;
  height: 230px;
  background: #1c1917;
  overflow: hidden;
}

.package-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
}

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

.package-badge-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--gold-gradient);
  color: #111827;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.package-duration-badge {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(17, 24, 39, 0.85);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.package-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.package-card-route {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold-700);
  margin-bottom: 8px;
}

.package-card-title {
  font-family: 'Cinzel', serif;
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.35;
  margin-bottom: 12px;
  min-height: 2.7em;
}

.package-card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.package-highlights-mini {
  margin-bottom: 18px;
  background: var(--bg-surface-tint);
  border: 1px dashed var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
}

.highlight-mini-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-main);
  margin-bottom: 4px;
}

.highlight-mini-item:last-child {
  margin-bottom: 0;
}

.highlight-mini-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-500);
  flex-shrink: 0;
}

.package-card-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.package-price-wrap {
  display: flex;
  flex-direction: column;
}

.price-label {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--text-light);
  text-transform: uppercase;
}

.price-amount {
  font-family: 'Cinzel', serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold-700);
}

.package-btn-group {
  display: flex;
  gap: 8px;
}

.btn-card-details {
  padding: 8px 14px;
  border-radius: var(--radius-full);
  font-family: 'Outfit', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  background: var(--gold-100);
  color: var(--gold-800);
  border: 1px solid var(--gold-300);
  cursor: pointer;
  transition: var(--transition-fast);
}

.btn-card-details:hover {
  background: var(--gold-200);
  border-color: var(--gold-500);
}

.btn-card-book {
  padding: 8px 14px;
  border-radius: var(--radius-full);
  font-family: 'Outfit', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
  transition: var(--transition-fast);
}

.btn-card-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.45);
}

/* ==========================================================================
   Package Customizer & Tariff Calculator Widget
   ========================================================================== */

.calculator-wrapper {
  background: #ffffff;
  border: 2px solid var(--gold-border);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-elevated);
  position: relative;
  overflow: hidden;
}

.calculator-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--gold-gradient);
}

.calc-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
}

.calc-form-group {
  margin-bottom: 20px;
}

.calc-label {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 8px;
}

.calc-select, .calc-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  background: var(--bg-surface-tint);
  color: var(--text-heading);
  outline: none;
  transition: var(--transition-fast);
}

.calc-select:focus, .calc-input:focus {
  border-color: var(--gold-500);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(200, 146, 40, 0.15);
}

.vehicle-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}

.vehicle-choice-card {
  border: 1.5px solid var(--border-light);
  background: var(--bg-surface-tint);
  border-radius: var(--radius-md);
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-fast);
}

.vehicle-choice-card:hover {
  border-color: var(--gold-400);
  background: var(--gold-100);
}

.vehicle-choice-card.selected {
  border-color: var(--gold-600);
  background: var(--gold-200);
  box-shadow: var(--shadow-sm);
}

.vehicle-icon {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.vehicle-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-heading);
  display: block;
}

.vehicle-cap {
  font-size: 0.74rem;
  color: var(--text-light);
}

/* Calculator Estimate Receipt Card */
.calc-receipt-card {
  background: linear-gradient(145deg, #fffdfa 0%, #fbf8ef 100%);
  border: 1.5px solid var(--gold-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-md);
}

.receipt-header {
  border-bottom: 1px dashed var(--gold-300);
  padding-bottom: 16px;
  margin-bottom: 18px;
}

.receipt-title {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold-800);
  margin-bottom: 4px;
}

.receipt-package-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-main);
}

.receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  margin-bottom: 10px;
  color: var(--text-muted);
}

.receipt-total-box {
  background: var(--gold-100);
  border: 1px solid var(--gold-300);
  border-radius: var(--radius-md);
  padding: 16px;
  text-align: center;
  margin: 20px 0;
}

.receipt-total-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-light);
  text-transform: uppercase;
}

.receipt-total-price {
  font-family: 'Cinzel', serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--gold-700);
}

.btn-book-whatsapp-lg {
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  border-radius: var(--radius-full);
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: var(--transition-normal);
}

.btn-book-whatsapp-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.5);
}

/* ==========================================================================
   Package Details Modal (Proper Image Accommodation & Zero Scrollbars)
   ========================================================================== */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-normal), visibility var(--transition-normal);
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background: var(--bg-surface);
  border: 2px solid var(--gold-border);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  transform: translateY(20px) scale(0.97);
  transition: transform var(--transition-normal);
  scrollbar-width: none; /* Hide scrollbar */
  -ms-overflow-style: none;
}

.modal-container::-webkit-scrollbar {
  display: none;
}

.modal-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid var(--gold-300);
  color: var(--text-heading);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 20;
  transition: var(--transition-fast);
}

.modal-close-btn:hover {
  background: var(--vermilion);
  border-color: var(--vermilion);
  color: #ffffff;
  transform: scale(1.08);
}

/* Beautiful Modal Banner with Proper Contained Image Aspect */
.modal-header-hero {
  position: relative;
  height: 280px;
  background: #1c1917;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 2px solid var(--gold-500);
}

.modal-header-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.modal-header-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(17, 24, 39, 0.92) 0%, rgba(17, 24, 39, 0.4) 65%, transparent 100%);
  color: #ffffff;
}

.modal-pkg-title {
  font-family: 'Cinzel', serif;
  font-size: 1.55rem;
  color: #ffffff;
  margin-bottom: 8px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.modal-pkg-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
  color: var(--gold-200);
  font-weight: 600;
}

.modal-tabs-nav {
  display: flex;
  background: var(--bg-surface-alt);
  border-bottom: 1.5px solid var(--border-subtle);
  padding: 0 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal-tabs-nav::-webkit-scrollbar {
  display: none;
}

.modal-tab-btn {
  padding: 14px 20px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--text-muted);
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: var(--transition-fast);
}

.modal-tab-btn.active {
  color: var(--gold-800);
}

.modal-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gold-gradient);
}

.modal-body {
  padding: 28px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal-body::-webkit-scrollbar {
  display: none;
}

.modal-tab-pane {
  display: none;
}

.modal-tab-pane.active {
  display: block;
}

/* ==========================================================================
   Day-by-Day Timeline Itinerary (No Scrollbars, Clean Layout)
   ========================================================================== */

.itinerary-timeline {
  position: relative;
  padding-left: 32px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.itinerary-timeline::-webkit-scrollbar {
  display: none;
}

.itinerary-timeline::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 2.5px;
  background: var(--gold-400);
}

.timeline-day-block {
  position: relative;
  margin-bottom: 26px;
}

.timeline-day-block:last-child {
  margin-bottom: 0;
}

.timeline-day-pin {
  position: absolute;
  left: -32px;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gold-gradient);
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px var(--gold-500);
}

.timeline-day-card {
  background: var(--bg-surface);
  border: 1.5px solid var(--gold-200);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}

.timeline-day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.timeline-day-name {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold-800);
}

.timeline-events-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.timeline-event-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--text-main);
  line-height: 1.5;
}

.event-time-badge {
  background: var(--gold-100);
  border: 1px solid var(--gold-400);
  color: var(--gold-800);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ==========================================================================
   Vehicle Tariff Table in Modal
   ========================================================================== */

.tariff-table-wrapper {
  overflow-x: auto;
  border: 1.5px solid var(--gold-300);
  border-radius: var(--radius-md);
  margin-bottom: 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tariff-table-wrapper::-webkit-scrollbar {
  display: none;
}

.tariff-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.94rem;
}

.tariff-table th {
  background: var(--gold-100);
  color: var(--gold-800);
  padding: 14px 18px;
  font-weight: 700;
  border-bottom: 1.5px solid var(--gold-300);
}

.tariff-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-main);
}

.tariff-table tr:hover td {
  background: var(--bg-surface-tint);
}

.tariff-price {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gold-700);
}

/* ==========================================================================
   Inclusions & Exclusions Lists
   ========================================================================== */

.inc-exc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.inc-box, .exc-box {
  padding: 22px;
  border-radius: var(--radius-md);
}

.inc-box {
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
}

.exc-box {
  background: #fef2f2;
  border: 1.5px solid #fecaca;
}

.inc-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #166534;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.exc-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #991b1b;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.inc-list li, .exc-list li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45;
}

.inc-list li {
  color: #14532d;
}

.exc-list li {
  color: #7f1d1d;
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */

.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-fast);
}

.faq-item:hover {
  border-color: var(--gold-400);
}

.faq-question {
  width: 100%;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-heading);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-icon {
  font-size: 1.2rem;
  color: var(--gold-600);
  transition: transform var(--transition-normal);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-normal);
  padding: 0 22px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 18px;
}

.faq-answer p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   Floating Action Bar (Mobile & Desktop)
   ========================================================================== */

.floating-action-bar {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 99;
}

.floating-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.22);
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
  cursor: pointer;
}

.floating-btn:hover {
  transform: scale(1.1);
}

.floating-btn.whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}

.floating-btn.call {
  background: var(--gold-gradient);
  color: #111827;
  box-shadow: var(--shadow-gold);
}
