/* Holiday Detail Page v2 — scoped to .hv2-hd* classes only */
body{
  font-family: var(--hv2-font-family, 'Plus Jakarta Sans', sans-serif);
}
.hv2-hd {
  background: #f8fafc;
  padding-bottom: 2.5rem;
}

.hv2-hd__container {
  max-width: 1200px;
}

/* ── Breadcrumbs ── */
.hv2-hd__breadcrumbs {
  margin-bottom: 0.75rem;
}

.hv2-hd__breadcrumbs .list-inline-item a {
  color: #2563eb;
  text-decoration: none;
  font-size: 0.8125rem;
}

.hv2-hd__breadcrumbs .list-inline-item span {
  color: #6b7280;
  font-size: 0.8125rem;
}

/* ── Header ── */
.hv2-hd__header {
  margin-bottom: 1.25rem;
}

.hv2-hd__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}

.hv2-hd__title {
  font-size: 1.65rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.25;
}

.hv2-hd__theme-badge {
  display: inline-block;
  background: #f3f4f6;
  color: #4b5563;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.hv2-hd__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  color: #6b7280;
  font-size: 0.8125rem;
}

.hv2-hd__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hv2-hd__meta-item i {
  color: #9ca3af;
  font-size: 0.75rem;
}

.hv2-hd__meta-sep {
  color: #d1d5db;
}

/* ── Gallery ── */
.hv2-hd__gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  border-radius: 14px;
  overflow: hidden;
}

.hv2-hd__gallery--single {
  grid-template-columns: 1fr;
}

.hv2-hd__gallery-main {
  position: relative;
  min-height: 280px;
  border-radius: 14px;
  overflow: hidden;
}

.hv2-hd__gallery-main img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.hv2-hd__gallery-view-btn {
  position: absolute;
  bottom: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  background: #fff;
  color: #374151;
  border: none;
  border-radius: 8px;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  text-decoration: none;
}

.hv2-hd__gallery-view-btn:hover {
  background: #f9fafb;
  color: #111827;
}

.hv2-hd__gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.65rem;
}

.hv2-hd__gallery-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 0;
}

.hv2-hd__gallery-thumb img {
  width: 100%;
  height: 100%;
  min-height: 130px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.hv2-hd__gallery-more {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
}

/* Hidden carousel for gallery modal */
.hv2-hd__gallery-modal .carousel-item img {
  max-height: 70vh;
  object-fit: contain;
  margin: 0 auto;
}

/* ── Tabs (pill buttons below banner) ── */
.hv2-hd__tabs-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e5e7eb;
}

.hv2-hd__tabs {
  display: inline-flex;
  gap: 0.5rem;
}

.hv2-hd__tab {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 0.45rem 1.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  line-height: 1.3;
}

.hv2-hd__tab:hover {
  border-color: #93c5fd;
  color: #2563eb;
}

.hv2-hd__tab--active {
  background: #eff6ff;
  border-color: #2563eb;
  color: #2563eb;
}

.hv2-hd__share {
  font-size: 0.8125rem;
  color: #2563eb;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  font-weight: 500;
}

.hv2-hd__share:hover {
  color: #1d4ed8;
}

/* ── Panels ── */
.hv2-hd__panel--hidden {
  display: none !important;
}

/* ── Itinerary timeline (Figma) ── */
.hv2-hd__timeline-wrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.35rem 1.5rem 1.15rem;
}

/* Kill legacy timeline styles from custom.css */
.hv2-hd ul.timeline::before,
.hv2-hd .hv2-hd__timeline::before {
  display: none !important;
  content: none !important;
}

.hv2-hd .timeline-arrow {
  display: none !important;
}

.hv2-hd .hv2-hd__timeline {
  list-style: none !important;
  padding: 0;
  margin: 0;
  position: relative;
}

.hv2-hd__timeline-item {
  position: relative;
  display: flex;
  gap: 1rem;
  padding-bottom: 1.65rem;
  margin: 0 !important;
  list-style: none !important;
}

.hv2-hd__timeline-item::before {
  display: none !important;
  content: none !important;
}

.hv2-hd__timeline-item:last-child {
  padding-bottom: 0;
}

/* Light-blue vertical line connecting day circles (Figma) */
.hv2-hd__timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 1rem;
  top: 2.15rem;
  bottom: 0;
  width: 2px;
  background: #bfdbfe;
  transform: translateX(-50%);
  z-index: 0;
}

.hv2-hd__day-tags:empty {
  display: none;
  margin: 0;
}

.hv2-hd__timeline-num {
  position: relative;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #2563eb;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-top: 0.1rem;
}

.hv2-hd__timeline-item:first-child .hv2-hd__timeline-num {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.hv2-hd__timeline-body {
  flex: 1;
  min-width: 0;
  padding-top: 0.1rem;
}

.hv2-hd__timeline-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}

.hv2-hd__timeline-desc {
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 0.65rem;
}

.hv2-hd__timeline-desc p:last-child {
  margin-bottom: 0;
}

/* Day tags — below description per Figma */
.hv2-hd__day-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
}

.hv2-hd__day-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #eff6ff;
  color: #2563eb;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  border: 1px solid #dbeafe;
}

.hv2-hd__day-tag i {
  font-size: 0.68rem;
}

.hv2-hd__timeline-img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  margin-top: 0.5rem;
  object-fit: cover;
}

.hv2-hd__timeline-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 0.65rem;
}

.hv2-hd__timeline-imgs img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

/* Detailed flight/hotel/transfer blocks */
.hv2-hd__timeline-extras {
  margin-top: 0.5rem;
}

.hv2-hd__timeline-extras .i-inclusions {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid #f3f4f6;
}

.hv2-hd__timeline-extras .i-inclusions ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.4rem;
}

.hv2-hd__timeline-extras .i-inclusions .break-fast {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #f9fafb;
  color: #374151;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.3rem 0.55rem;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  width: auto !important;
  margin-bottom: 0.4rem;
}

/* ── Sidebar ── */
.hv2-hd__sidebar {
  position: sticky;
  top: 1rem;
}

.hv2-hd__booking-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem;
}

.hv2-hd__booking-label {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
}

.hv2-hd__booking-price {
  font-size: 1.65rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 0.15rem;
}

.hv2-hd__booking-price .fa-inr,
.hv2-hd__booking-price i {
  font-size: 1.25rem;
}

.hv2-hd__booking-unit {
  font-size: 0.85rem;
  font-weight: 400;
  color: #6b7280;
}

.hv2-hd__booking-emi {
  font-size: 0.78rem;
  color: #16a34a;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hv2-hd__book-btn {
  display: block;
  width: 100%;
  background: #ef4444;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s;
}

.hv2-hd__book-btn:hover {
  background: #dc2626;
  color: #fff !important;
}

.hv2-hd__flash-sale {
  display: flex;
  gap: 0.65rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 0.75rem;
  margin-top: 1rem;
}

.hv2-hd__flash-sale__icon {
  width: 2rem;
  height: 2rem;
  background: #fbbf24;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  font-size: 0.85rem;
}

.hv2-hd__flash-sale__title {
  font-size: 0.78rem;
  font-weight: 700;
  color: #92400e;
  margin: 0 0 0.15rem;
}

.hv2-hd__flash-sale__text {
  font-size: 0.72rem;
  color: #a16207;
  margin: 0;
  line-height: 1.4;
}

/* Coupons card */
.hv2-hd__coupons-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.15rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 1rem;
}

.hv2-hd__coupons-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.85rem;
}

.hv2-hd__coupon-item {
  padding: 0.65rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.hv2-hd__coupon-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hv2-hd__coupon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}

.hv2-hd__coupon-code {
  font-size: 0.82rem;
  font-weight: 700;
  color: #2563eb;
  border: 1px dashed #93c5fd;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
}

.hv2-hd__coupon-apply {
  font-size: 0.72rem;
  font-weight: 700;
  color: #16a34a;
  text-decoration: none;
}

.hv2-hd__coupon-desc {
  font-size: 0.72rem;
  color: #6b7280;
  margin: 0;
}

/* Tour includes (sidebar) */
.hv2-hd__includes-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.15rem;
  margin-bottom: 1rem;
}

.hv2-hd__includes-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.75rem;
}

.hv2-hd__includes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}

.hv2-hd__include-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.7rem;
  color: #4b5563;
  min-width: 3.5rem;
}

.hv2-hd__include-item i,
.hv2-hd__include-item svg {
  font-size: 1.1rem;
  color: #6b7280;
}

/* Contact card */
.hv2-hd__contact-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.15rem;
}

.hv2-hd__contact-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.65rem;
}

.hv2-hd__contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  padding: 0.35rem 0;
}

.hv2-hd__contact-row a {
  color: #2563eb;
  text-decoration: none;
}

/* ── Policies panel (Figma layout) ── */
.hv2-hd__policies-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.35rem 1.5rem;
}

.hv2-hd__policy-block {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f3f4f6;
}

.hv2-hd__policy-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.hv2-hd__policy-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.85rem;
}

.hv2-hd__policy-subtitle {
  font-size: 0.85rem;
  font-weight: 700;
  color: #374151;
  margin: 0 0 0.55rem;
}

/* Cancellation table */
.hv2-hd__policy-table,
.hv2-hd__policy-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.hv2-hd__policy-table th,
.hv2-hd__policy-table-wrap table th {
  background: #f9fafb;
  color: #374151;
  font-weight: 600;
  text-align: left;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.hv2-hd__policy-table td,
.hv2-hd__policy-table-wrap table td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid #f3f4f6;
  color: #4b5563;
  vertical-align: top;
}

.hv2-hd__policy-table tr:last-child td,
.hv2-hd__policy-table-wrap table tr:last-child td {
  border-bottom: none;
}

.hv2-hd__charge--low,
.hv2-hd__policy-table-wrap table tbody tr:nth-child(1) td:last-child {
  color: #16a34a !important;
  font-weight: 700;
}

.hv2-hd__charge--mid,
.hv2-hd__policy-table-wrap table tbody tr:nth-child(2) td:last-child {
  color: #d97706 !important;
  font-weight: 700;
}

.hv2-hd__charge--high,
.hv2-hd__policy-table-wrap table tbody tr:nth-child(3) td:last-child {
  color: #dc2626 !important;
  font-weight: 700;
}

/* Terms & Conditions list */
.hv2-hd__policy-terms,
.hv2-hd__policy-extra {
  font-size: 0.8125rem;
  color: #4b5563;
  line-height: 1.6;
}

.hv2-hd__policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hv2-hd__policy-list li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.55rem;
  line-height: 1.5;
}

.hv2-hd__policy-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  background: #2563eb;
  border-radius: 1px;
}

.hv2-hd__policy-terms ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hv2-hd__policy-terms ul li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.55rem;
}

.hv2-hd__policy-terms ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  background: #2563eb;
  border-radius: 1px;
}

.hv2-hd__policy-list--check li::before,
.hv2-hd__policy-list--cross li::before {
  display: none;
}

.hv2-hd__policy-list--check li,
.hv2-hd__policy-list--cross li {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.hv2-hd__policy-list--check i {
  color: #16a34a;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.hv2-hd__policy-list--cross i {
  color: #dc2626;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* Important Notes callout */
.hv2-hd__important-note {
  display: flex;
  gap: 0.85rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 1rem 1.15rem;
}

.hv2-hd__important-note__icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #dbeafe;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.hv2-hd__important-note__heading {
  font-size: 0.875rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.35rem;
}

.hv2-hd__important-note__text {
  font-size: 0.8125rem;
  color: #4b5563;
  line-height: 1.55;
}

.hv2-hd__important-note__text p:last-child {
  margin-bottom: 0;
}

/* Inclusions boxes */
.hv2-hd__policy-incl-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

/* FAQ in policies */
.hv2-hd__faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.hv2-hd__faq-q {
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  list-style: none;
}

.hv2-hd__faq-q::-webkit-details-marker {
  display: none;
}

.hv2-hd__faq-a {
  padding: 0 1rem 0.75rem;
  font-size: 0.8125rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.55;
}

/* Hide legacy horizontal nav if present elsewhere */
.hv2-hd .package-details-links:not(.hv2-hd__tabs-bar) {
  display: none;
}

/* Price calendar inside itinerary */
.hv2-hd .Price-Calender {
  margin-top: 1.5rem;
}

.hv2-hd .PriceCalenderbox {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.15rem;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
  .hv2-hd__gallery {
    grid-template-columns: 1fr;
  }

  .hv2-hd__gallery-main img {
    min-height: 220px;
  }

  .hv2-hd__sidebar {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .hv2-hd__title {
    font-size: 1.35rem;
  }

  .hv2-hd__tabs-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hv2-hd__timeline-imgs {
    grid-template-columns: 1fr;
  }

  .hv2-hd__gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
