.product-detail-page {
  --detail-ink: #17202a;
  --detail-muted: #667085;
  --detail-soft: #f5f7f9;
  --detail-line: #e5e7eb;
  --detail-brand: #f58220;
  --detail-brand-dark: #d86509;
  --detail-green: #138a61;
  margin-top: 0;
  background: #fff;
  color: var(--detail-ink);
  font-size: 15px;
  line-height: 1.6;
}

header,
header.sticky,
header#plain,
header#plain.sticky,
header#colored,
header#colored.sticky {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100%;
  z-index: 10040;
  padding: 10px 0 0;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

header #top_line,
header.sticky #top_line {
  height: auto;
  overflow: visible;
  padding: 0;
  opacity: 1;
  background: #fff !important;
  color: #475467;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

header .container,
header nav,
header #logo,
#top_line {
  background: transparent !important;
}

header #logo_home h1,
header.sticky #logo_home h1 {
  margin: 0 0 10px;
}

header #logo_home h1 a,
header #logo_home .logo-mark,
header.sticky #logo_home h1 a,
header.sticky #logo_home .logo-mark,
header#plain #logo_home h1 a,
header#plain #logo_home .logo-mark,
header#colored #logo_home h1 a,
header#colored #logo_home .logo-mark,
header.sticky#colored #logo_home h1 a {
  background-image: url(../img/logo_sticky.png);
}

header nav,
header.sticky nav {
  margin-top: 10px !important;
}

header .main-menu > ul > li > a,
header.sticky .main-menu > ul > li > a {
  color: #333;
}

header .main-menu > ul > li:hover > a,
header.sticky .main-menu > ul > li:hover > a {
  color: #ff671f;
}

.detail-container {
  width: min(100% - 48px, 1400px);
  margin: 0 auto;
}

.detail-full-band {
  width: 100%;
  background:
    linear-gradient(120deg, rgba(245, 130, 32, 0.1), rgba(19, 138, 97, 0.08)),
    #f7fafc;
}

.product-hero-section {
  padding: 40px 0 32px;
  margin-bottom: 0;
  border-bottom: 1px solid #e9edf2;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
  align-items: center;
}

.detail-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border: 1px solid rgba(245, 130, 32, 0.28);
  border-radius: 999px;
  background: #fff7ed;
  color: #b45309;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.product-hero-copy h1 {
  margin: 0;
  color: #111827;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.product-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
}

.product-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

.product-hero-meta i {
  color: var(--detail-orange);
  font-size: 16px;
}

.product-hero-summary {
  margin: 14px 0 0;
  max-width: 720px;
  color: var(--detail-muted);
  font-size: 16px;
  line-height: 1.7;
}

.product-hero-card,
.booking-card-modern {
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.1);
}

.product-hero-card {
  position: relative;
  padding: 24px;
}

.hero-price-label {
  color: var(--detail-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.product-hero-card #price_single_main {
  padding: 0;
  margin: 8px 0;
  background: transparent;
  color: #111827;
  font-size: 15px;
  text-align: left;
}

.product-hero-card #price_single_main sup {
  top: -0.45em;
  color: var(--detail-brand);
  font-size: 20px;
  font-weight: 800;
}

.product-hero-card #price_single_main .total_price {
  color: #111827;
  font-size: 34px;
  font-weight: 800;
}

.product-hero-card #price_single_main small {
  display: block;
  margin-top: 2px;
  color: var(--detail-muted);
  font-size: 13px;
}

.hero-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.detail-utility-actions,
.booking-utility-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.product-hero-card .detail-utility-actions {
  display: none;
}

.detail-utility-btn,
.booking-utility-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.detail-utility-btn {
  width: 100%;
  cursor: pointer;
}

.detail-utility-btn:hover,
.booking-utility-link:hover {
  border-color: rgba(245, 130, 32, 0.38);
  background: #fff7ed;
  color: #c2410c;
  text-decoration: none;
}

.detail-share-toast {
  position: absolute;
  right: 22px;
  bottom: -14px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.detail-share-toast.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.detail-primary-cta,
.detail-secondary-cta,
.mobile-enquiry-cta,
.mobile-call-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.detail-primary-cta,
.mobile-enquiry-cta {
  background: var(--detail-brand);
  color: #fff;
  box-shadow: 0 10px 22px rgba(245, 130, 32, 0.24);
}

.detail-secondary-cta,
.mobile-call-cta {
  gap: 7px;
  border: 1px solid #cfd6df;
  background: #fff;
  color: #111827;
}

.detail-primary-cta:hover,
.detail-secondary-cta:hover,
.mobile-enquiry-cta:hover,
.mobile-call-cta:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.detail-primary-cta:hover,
.mobile-enquiry-cta:hover {
  background: var(--detail-brand-dark);
  color: #fff;
}

.detail-media-band {
  padding: 28px 0 10px;
  background: #fff;
}

.detail-gallery-section {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.08);
}

.detail-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 0.82fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  height: clamp(340px, 34vw, 430px);
  padding: 0;
}

.detail-media-grid-single {
  display: block;
  height: clamp(320px, 34vw, 420px);
}

.detail-media-tile {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #eef2f6;
  color: #fff;
  text-decoration: none;
}

.detail-media-primary {
  grid-row: 1 / span 2;
}

.detail-media-grid-two .detail-media-side {
  grid-row: 1 / span 2;
}

.detail-media-tile img,
.detail-media-empty img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.detail-media-tile:hover img {
  transform: scale(1.025);
}

.detail-gallery-count {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 8px;
  background: rgba(17, 24, 39, 0.88);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.detail-gallery-hidden {
  display: none;
}

.detail-media-empty {
  height: clamp(320px, 34vw, 420px);
  background: #eef2f6;
}

.detail-quick-facts {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.6fr) minmax(180px, 0.7fr);
  gap: 12px;
  margin-top: 16px;
}

.quick-fact {
  min-height: 86px;
  padding: 16px;
  border: 1px solid var(--detail-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.05);
}

.quick-fact-wide strong {
  font-size: 15px;
}

.quick-fact i {
  display: block;
  color: var(--detail-brand);
  font-size: 22px;
  margin-bottom: 8px;
}

.quick-fact span {
  display: block;
  color: var(--detail-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.quick-fact strong {
  display: block;
  margin-top: 3px;
  color: #111827;
  font-size: 14px;
  line-height: 1.35;
}

.booking-card-modern {
  padding: 0 22px 22px;
  position: relative;
}

.booking-card-modern h3.inner {
  margin: 0 -22px 20px;
  padding: 18px 22px;
  border-radius: 8px 8px 0 0;
  background: #111827;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}

.booking-card-modern label {
  margin-bottom: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}

.booking-card-modern .form-control {
  min-height: 44px;
  border-color: #d8dde5;
  border-radius: 8px;
  box-shadow: none;
}

.booking-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0;
  padding: 14px 0;
  border-top: 1px solid var(--detail-line);
  border-bottom: 1px solid var(--detail-line);
}

.booking-price-row span {
  color: var(--detail-muted);
  font-size: 13px;
  font-weight: 700;
}

.booking-price-row strong {
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  text-align: right;
}

.booking-card-modern .btn_full {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  background: var(--detail-brand);
  font-weight: 900;
  text-transform: none;
}

.booking-card-modern .btn_full:hover {
  background: var(--detail-brand-dark);
}

.booking-utility-actions {
  margin-top: 12px;
  padding-bottom: 2px;
}

.booking-utility-link {
  border: 0;
  background: transparent;
  color: #475467;
  min-height: 34px;
  padding: 6px 4px;
  cursor: pointer;
}

.phone-contact-widget {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #e8ecf2;
  border-radius: 8px;
  background: #f8fafc;
}

.phone-header i {
  color: var(--detail-green);
}

.phone-header h4 {
  margin: 6px 0 2px;
  color: #111827;
  font-size: 16px;
}

.phone-header h4 span {
  display: block;
  color: var(--detail-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.phone-number {
  display: inline-block;
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}

.phone-hours {
  display: block;
  margin-top: 3px;
  color: var(--detail-muted);
}

.detail-content-band {
  padding: 22px 0 70px;
  background: linear-gradient(#fff 0, #fff 48px, #f8fafc 48px, #f8fafc 100%);
}

.related-yatra-section {
  padding: 54px 0 66px;
  background: #fff;
  border-top: 1px solid #e8ecf2;
}

.related-yatra-section .detail-container {
  width: min(100% - 48px, 1400px);
}

.related-yatra-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.related-yatra-heading .detail-eyebrow {
  margin: 0;
}

.related-yatra-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.related-yatra-heading .related-yatra-title-pill {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 34px;
  margin: 0;
  padding: 7px 16px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #c15a00;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.related-yatra-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.related-yatra-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #fff;
  color: #172842;
  box-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.related-yatra-card:hover {
  transform: translateY(-2px);
  color: #172842;
  box-shadow: 0 12px 28px rgba(34, 49, 76, 0.12);
  text-decoration: none;
}

.related-yatra-card img {
  width: 100%;
  height: 136px;
  object-fit: cover;
  display: block;
  background: #dfe6ee;
}

.related-yatra-card div {
  padding: 12px;
}

.related-yatra-card em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff3e5;
  color: #c76512;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.related-yatra-card strong {
  display: block;
  color: #172842;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.related-yatra-card span {
  display: block;
  margin-top: 4px;
  color: #68778c;
  font-size: 13px;
  line-height: 1.45;
}

.related-yatra-card b {
  display: block;
  margin-top: 7px;
  color: #0b6b57;
  font-size: 14px;
  font-weight: 800;
}

.related-yatra-all {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.related-yatra-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 42px;
  padding: 12px 22px;
  border-radius: 8px;
  background: var(--detail-brand);
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(245, 130, 32, 0.22);
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.related-yatra-all-btn:hover {
  transform: translateY(-1px);
  background: var(--detail-brand-dark);
  color: #fff;
  text-decoration: none;
}

.detail-main-column {
  width: 68%;
  max-width: 68%;
  flex: 0 0 68%;
}

.detail-booking-column {
  width: 32%;
  max-width: 32%;
  flex: 0 0 32%;
}

.detail-booking-column .theiaStickySidebar {
  position: sticky;
  top: 24px;
}

.detail-overview-section,
.detail-best-time-section,
.detail-feature-icons-section,
.detail-highlights-section,
.detail-tabs-section,
.detail-faq-section,
.detail-reviews-section {
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid #e8ecf2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.045);
}

.detail-tabs-section {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.detail-overview-section h2,
.detail-best-time-section h2,
.detail-feature-icons-section h2,
.detail-highlights-section h2,
.detail-faq-section h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
}

.detail-overview-section p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.8;
}

.best-time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.best-time-grid article {
  display: flex;
  gap: 12px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f8fafc;
}

.best-time-grid i {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #fff7ed;
  color: var(--detail-orange);
  font-size: 18px;
}

.best-time-grid strong {
  display: block;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.best-time-grid p {
  margin: 5px 0 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.65;
}

.detail-hidden-item {
  display: none !important;
}

.detail-hidden-item.is-visible {
  display: block !important;
}

.detail-load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 8px 16px;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #fff7ed;
  color: #c15a00;
  font-size: 13px;
  font-weight: 800;
}

.detail-load-more-btn:hover {
  background: #ffedd5;
  color: #9a3412;
}

.package-include-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-include-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 14px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}

.package-include-grid li i {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #ecfdf5;
  color: var(--detail-green);
  font-size: 17px;
}

.package-include-grid li span {
  min-width: 0;
  line-height: 1.35;
}

.detail-highlight-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.detail-highlight-list li {
  position: relative;
  padding-left: 24px;
  color: #475467;
  font-size: 14px;
  line-height: 1.4;
}

.detail-highlight-list li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  color: var(--detail-green);
  content: "\2713";
}

.detail-tabs-section .product-info-tabs .tab-btns,
.prod-tabs .tab-btns {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding: 6px;
  margin: 0 0 18px;
  background: #f8fafc;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.06);
  scrollbar-width: none;
}

.detail-tabs-section .product-info-tabs,
.detail-tabs-section .prod-tabs,
.detail-tabs-section .tabs-container {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.detail-tabs-section .product-info-tabs {
  display: block;
}

.detail-tabs-section .prod-tabs {
  display: block;
}

.detail-tabs-section .tabs-container {
  padding: 0;
  overflow: visible;
}

.detail-tabs-section .prod-tabs .tabs-container .tab,
.detail-tabs-section .prod-tabs .tabs-container .tab.active-tab {
  padding: 0;
}

#prod-hotels {
  margin: 0;
  padding: 0;
}

.detail-tabs-section .product-info-tabs .tab-btns {
  align-items: center;
}

.prod-tabs .tab-btns::-webkit-scrollbar {
  display: none;
}

.detail-tabs-section .product-info-tabs .tab-btn,
.prod-tabs .tab-btn {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 9px 16px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #475467;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.detail-tabs-section .product-info-tabs .tab-btn:hover,
.prod-tabs .tab-btn:hover {
  background: #ffffff;
  color: #ea580c;
}

.detail-tabs-section .product-info-tabs .tab-btn.active-btn,
.prod-tabs .tab-btn.active-btn {
  background: #ffffff;
  color: #e65300;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.08), inset 0 -2px 0 var(--detail-brand);
}

.prod-tabs .tab {
  display: none;
}

.prod-tabs .tab.active-tab {
  display: block;
}

#single_tour_desc,
.product-info-tabs,
.prod-tabs,
.tabs-container,
.prod-tabs .tab,
#prod-activities {
  overflow: visible !important;
}

.accordion_styled .card {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.045);
}

.accordion_styled .card-header {
  padding: 0;
  border-bottom: 0;
  background: #fff;
}

.accordion_styled .card-header h4 {
  margin: 0;
}

.accordion_styled .accordion-toggle {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 15px 18px;
  color: #162033;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.accordion_styled .highlight {
  flex: 0 0 auto;
  min-width: 58px;
  padding: 5px 8px;
  margin-top: 1px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.itinerary-title-text {
  display: grid;
  gap: 3px;
  flex: 1;
  min-width: 0;
}

.itinerary-day-title {
  color: #111827;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.28;
}

.itinerary-day-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: #667085;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.35;
}

.itinerary-day-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.itinerary-day-meta span::before {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #cbd5e1;
  content: "";
}

.activity-indicator {
  margin-left: auto;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #f58220;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  text-align: center;
}

.accordion_styled .card-body {
  padding: 16px 18px 18px;
  border-top: 1px solid #eef2f6;
  color: #475467;
  font-size: 14px;
  line-height: 1.5;
}

#prod-itinerary .card-body,
#prod-itinerary .card-body * {
  color: #475467 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

#prod-itinerary .card-body h1,
#prod-itinerary .card-body h2,
#prod-itinerary .card-body h3,
#prod-itinerary .card-body h4,
#prod-itinerary .card-body h5,
#prod-itinerary .card-body h6 {
  margin: 12px 0 5px !important;
  color: #243044 !important;
  font-size: 14.5px !important;
  line-height: 1.32 !important;
  font-weight: 800 !important;
}

#prod-itinerary .card-body p,
#prod-itinerary .card-body ul,
#prod-itinerary .card-body ol {
  margin-top: 0 !important;
  margin-bottom: 7px !important;
}

#prod-itinerary .card-body li {
  margin-bottom: 3px !important;
}

#prod-itinerary .card-body :last-child {
  margin-bottom: 0 !important;
}

#prod-activities .accordion_styled,
#prod-activities .card,
#prod-activities .card-header,
#prod-activities .card-body {
  display: block;
  width: 100%;
  overflow: visible !important;
  position: relative;
}

#prod-activities .collapse {
  padding: 0 12px 18px;
}

.activity-panel {
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f8fafc;
  padding: 14px 16px 18px;
  margin-top: 10px;
}

.activity-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.activity-panel-header h5 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #111827;
  font-weight: 750;
}

.activity-slider-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.activity-nav {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #cfc8bf;
  background: #fff;
  color: #9a948b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  transition: all 0.22s ease;
}

.activity-nav.next {
  border-color: var(--detail-brand);
  color: var(--detail-brand);
}

.activity-nav:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(17, 24, 39, 0.08);
}

.activity-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.activity-slider-shell {
  overflow: hidden;
}

.activity-slider-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}

.activity-slider-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.activity-slider-track::-webkit-scrollbar {
  display: none;
}

.activity-card {
  flex: 0 0 calc((100% - 28px) / 3);
  min-width: calc((100% - 28px) / 3);
  background: transparent;
  border-radius: 0;
  overflow: visible;
  border: 0;
  box-shadow: none;
  scroll-snap-align: start;
}

.activity-card-image {
  height: 258px;
  background: #efefef;
  border-radius: 8px;
  overflow: hidden;
}

.activity-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.activity-card-body {
  padding: 10px 4px 0;
}

.activity-card-index {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  color: #3f3f46;
  margin: 0 4px 0 0;
}

.activity-card-body h3 {
  display: inline;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #3f3f46;
}

.activity-card-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #eef7f1;
  color: #247045;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  vertical-align: middle;
}

.activity-card-body p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #6b7280;
}

.activity-accordion-toggle .activity-indicator {
  width: 22px;
  display: inline-block;
  text-align: center;
}

.hotel-showcase {
  display: grid;
  gap: 18px;
  width: 100%;
  min-width: 0;
}

#prod-hotels .hotel-city-section,
.hotel-city-section {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 16px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.hotel-city-header h3 {
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 850;
}

.hotel-city-header p,
.hotel-city-subtitle,
.hotel-selection-summary {
  margin: 3px 0 0;
  color: var(--detail-muted);
  font-size: 13px;
}

.hotel-selection-summary span {
  color: var(--detail-green);
  font-weight: 800;
}

#prod-hotels .hotel-carousel-shell,
.hotel-carousel-shell {
  position: relative;
  margin-top: 12px;
  padding: 0 38px;
  overflow: hidden;
}

#prod-hotels .hotel-carousel-track,
.hotel-carousel-track {
  display: flex;
  gap: 16px;
  align-items: stretch;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 2px 2px 4px;
  scrollbar-width: none;
}

.hotel-carousel-track::-webkit-scrollbar {
  display: none;
}

#prod-hotels .hotel-option-card,
.hotel-option-card {
  position: relative;
  display: flex;
  flex: 0 0 260px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #fff;
  scroll-snap-align: start;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.055);
}

#prod-hotels .hotel-option-card-single,
.hotel-option-card-single {
  flex-basis: min(100%, 420px);
}

#prod-hotels .hotel-option-card.is-selected,
.hotel-option-card.is-selected {
  border-color: rgba(245, 130, 32, 0.75);
  box-shadow: 0 10px 26px rgba(245, 130, 32, 0.12);
}

.hotel-option-media {
  height: 122px;
  margin: 0;
  background: #e5e7eb;
}

.hotel-option-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hotel-option-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px 12px 12px;
}

.hotel-selected-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(236, 253, 243, 0.96);
  color: #027a48;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.16);
}

.hotel-option-body h4 {
  display: -webkit-box;
  margin: 0 0 6px;
  overflow: hidden;
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hotel-option-rating-row,
.hotel-option-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.hotel-option-stars {
  color: #ffb400;
  font-size: 13px;
  line-height: 1;
}

.hotel-option-review,
.hotel-option-meta,
.hotel-option-description {
  color: #667085;
  font-size: 11px;
  line-height: 1.45;
}

.hotel-option-meta {
  margin-top: 6px;
}

.hotel-option-meta strong {
  display: block;
  color: #344054;
  font-size: 12px;
}

.hotel-option-meta span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hotel-option-inline {
  margin-top: 8px;
}

.hotel-option-inline span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f3f6fa;
  color: #526176;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
}

.hotel-option-inline span i {
  flex: 0 0 auto;
  margin-right: 5px;
  color: #64748b;
}

.hotel-select-cta {
  width: 100%;
  min-height: 36px;
  margin-top: auto;
  border: 1px solid var(--detail-brand);
  border-radius: 8px;
  background: #fff7ed;
  color: #c45a07;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.hotel-availability-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff8ef;
  color: #5f6f85;
  font-size: 13px;
  line-height: 1.45;
}

.hotel-availability-note i {
  flex: 0 0 auto;
  color: var(--detail-brand);
  font-size: 18px;
  line-height: 1.2;
}

.hotel-select-cta.is-active {
  background: var(--detail-brand);
  color: #fff;
}

.hotel-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  transform: translateY(-50%);
}

.hotel-carousel-nav.prev {
  left: -6px;
}

.hotel-carousel-nav.next {
  right: -6px;
}

.hotel-empty-state {
  padding: 18px;
  border: 1px dashed #cfd6df;
  border-radius: 8px;
  color: var(--detail-muted);
  background: #f8fafc;
}

.mobile-booking-bar {
  display: none;
}

.mobile-category-select {
  display: none;
}

@media (max-width: 991px) {
  header,
  header.sticky,
  header#plain,
  header#plain.sticky,
  header#colored,
  header#colored.sticky {
    position: relative !important;
    top: auto !important;
    z-index: 10040;
    padding: 0 !important;
  }

  header .cmn-toggle-switch span,
  header .cmn-toggle-switch span::before,
  header .cmn-toggle-switch span::after,
  header.sticky .cmn-toggle-switch span,
  header.sticky .cmn-toggle-switch span::before,
  header.sticky .cmn-toggle-switch span::after {
    background-color: #1f2937 !important;
  }

  header .cmn-toggle-switch__htx.active span {
    background: none !important;
  }

  header .cmn-toggle-switch {
    right: 14px !important;
    width: 38px;
    height: 38px;
  }

  .product-hero-grid {
    grid-template-columns: 1fr;
  }

  .product-hero-card {
    max-width: 520px;
  }

  .related-yatra-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-media-grid {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.5fr);
    height: 380px;
  }

  .detail-main-column,
  .detail-booking-column {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .detail-booking-column .theiaStickySidebar {
    position: static;
  }

  #sidebar {
    margin-top: 10px;
  }

  .package-include-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #prod-hotels .hotel-carousel-shell,
  .hotel-carousel-shell {
    padding: 0;
  }

  .activity-card {
    flex-basis: 260px;
    min-width: 260px;
  }

  .activity-card-image {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .detail-container {
    width: min(100% - 24px, 1400px);
  }

  .product-detail-page {
    padding-bottom: calc(136px + env(safe-area-inset-bottom, 0px));
  }

  .related-yatra-section {
    padding: 34px 0 44px;
  }

  .related-yatra-heading {
    display: block;
    margin-bottom: 16px;
  }

  .related-yatra-heading .detail-eyebrow {
    margin-bottom: 10px;
  }

  .related-yatra-heading h2 {
    font-size: 24px;
  }

  .related-yatra-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-hero-section {
    padding: 22px 0 20px;
  }

  .product-hero-copy h1 {
    font-size: 29px;
    line-height: 1.18;
  }

  .product-hero-meta {
    gap: 8px;
  }

  .product-hero-meta span {
    max-width: 100%;
    min-height: 34px;
    padding: 7px 9px;
    font-size: 12px;
    line-height: 1.25;
  }

  .product-hero-summary {
    font-size: 14px;
  }

  .product-hero-card {
    padding: 18px;
  }

  .product-hero-card #price_single_main .total_price {
    font-size: 29px;
  }

  .hero-card-actions {
    grid-template-columns: 1fr;
  }

  .product-hero-card .detail-utility-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .detail-media-band {
    padding-top: 18px;
  }

  .detail-gallery-section {
    margin: 0 -2px;
  }

  .detail-media-grid,
  .detail-media-grid-single {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    gap: 8px;
  }

  .detail-media-primary {
    grid-row: auto;
    height: 260px;
  }

  .detail-media-grid-two .detail-media-side {
    grid-row: auto;
  }

  .detail-media-side {
    height: 92px;
  }

  .detail-gallery-count {
    right: 10px;
    bottom: 10px;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .detail-media-empty {
    height: 260px;
  }

  .detail-quick-facts {
    grid-template-columns: 1fr;
  }

  .quick-fact {
    min-height: auto;
  }

  .detail-overview-section,
  .detail-best-time-section,
  .detail-feature-icons-section,
  .detail-highlights-section,
  .detail-faq-section,
  .detail-reviews-section {
    padding: 18px;
  }

  .detail-tabs-section {
    padding: 0;
  }

  .detail-overview-section h2,
  .detail-best-time-section h2,
  .detail-feature-icons-section h2,
  .detail-highlights-section h2,
  .detail-faq-section h2 {
    font-size: 21px;
  }

  .best-time-grid {
    grid-template-columns: 1fr;
  }

  .package-include-grid {
    grid-template-columns: 1fr;
  }

  .package-include-grid li {
    min-height: 62px;
    padding: 12px;
  }

  #prod-hotels .hotel-city-section,
  .hotel-city-section {
    padding: 14px;
  }

  .detail-tabs-section .product-info-tabs .tab-btns,
  .prod-tabs .tab-btns {
    top: 0;
    margin: 0 0 16px;
    padding: 8px;
    border-radius: 8px;
  }

  .accordion_styled .accordion-toggle {
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    font-size: 14px;
  }

  .itinerary-title-text {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .accordion_styled .highlight {
    padding: 5px 8px;
  }

  .itinerary-day-title {
    font-size: 15.5px;
  }

  .itinerary-day-meta {
    font-size: 12px;
  }

  .activity-indicator {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    font-size: 17px;
    line-height: 23px;
  }

  #prod-activities .collapse {
    padding: 0 8px 14px;
  }

  .activity-panel {
    padding: 12px;
  }

  .activity-panel-header {
    margin-bottom: 12px;
  }

  .activity-panel-header h5 {
    font-size: 15px;
    max-width: 220px;
  }

  .activity-card {
    flex-basis: 82%;
    min-width: 82%;
  }

  .activity-card-image {
    height: 230px;
  }

  .booking-card-modern {
    display: none;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
  }

  .mobile-booking-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px minmax(98px, 30vw);
    gap: 8px;
    align-items: center;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #e4e7ec;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -10px 28px rgba(16, 24, 40, 0.12);
    backdrop-filter: blur(10px);
  }

  .mobile-category-select {
    display: block;
    grid-column: 1 / -1;
    min-width: 0;
    margin: 0;
  }

  .mobile-category-select span {
    display: block;
    margin-bottom: 4px;
    color: var(--detail-muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .mobile-category-select select {
    width: 100%;
    min-height: 36px;
    border: 1px solid #d8dde5;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
  }

  .mobile-booking-price {
    min-width: 0;
  }

  .mobile-booking-price span {
    display: block;
    color: var(--detail-muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .mobile-booking-price strong {
    display: flex;
    align-items: baseline;
    gap: 3px;
    min-width: 0;
    color: #0c2b4e;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .mobile-booking-price .total_price {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-call-cta,
  .mobile-enquiry-cta {
    min-height: 42px;
  }

  .mobile-call-cta {
    font-size: 20px;
  }

  .mobile-enquiry-cta {
    font-size: 14px;
  }

  #toTop {
    right: 12px;
    bottom: calc(122px + env(safe-area-inset-bottom, 0px));
    margin-right: 0;
    z-index: 990;
  }
}
