:root {
  --tour-text-dark: #0f172a;
  --tour-text-muted: #475467;
  --tour-card-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

body.tour-agra {
  --tour-accent: #f97316;
  --tour-accent-soft: rgba(249, 115, 22, 0.14);
  --tour-gradient: linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(15, 23, 42, 0.9));
}

.tour-page-main {
  background: #fff;
  position: relative;
}

/* Mobile Hero Content */
.mobile-hero-content {
  display: none; /* Hidden by default */
  padding: 25px 15px;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 0;
  position: relative;
  z-index: 2;
}

.mobile-hero-tag {
  display: inline-block;
  background: #f97316;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mobile-hero-title {
  font-size: 1.5rem;
  color: #2c3e50;
  margin: 0;
  line-height: 1.3;
}

.tour-hero {
  padding: 0;
  background: #fff;
  position: relative;
}

.tour-hero__image {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 540px;
    /* max-height: 126vh; */
}

/* Show mobile content only on mobile */
@media (max-width: 767px) {
  .mobile-hero-content {
    display: block;
    padding: 20px 15px;
    margin: 0;
  }
  
  .tour-hero__image {
    width: 100%;
    height: 225px;
    max-height: 60vh;
    /* object-fit contain; */
  }
  
  .desktop-only {
    display: none;
  }
  
  .tour-hero {
    padding-top: 20px;
  }
}

/* Hide mobile content on desktop */
@media (min-width: 768px) {
  .mobile-hero-content {
    display: none;
  }
  
  .desktop-only {
    display: block;
  }
}

.tour-hero__image-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--tour-card-shadow);
}

/* .tour-hero__image {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 250px;
} */

.tour-hero__image:hover {
  transform: none !important;
}

.tour-overview {
  padding: 70px 20px;
}

.tour-overview__wrapper {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  gap: 32px;
  align-items: center;
}

.tour-overview__media {
  position: relative;
}

.tour-overview__video {
  width: 100%;
  max-width: 500px;
  display: block;
  border-radius:10px;
  margin: 0 auto;
  box-shadow: var(--tour-card-shadow);
  object-fit: cover;
  aspect-ratio: 4 / 3;
  height: 300px;
}

.tour-overview__media img {
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--tour-card-shadow);
  object-fit: cover;
}

.tour-overview__tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(15, 23, 42, 0.85);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.tour-overview__content h2 {
  font-size: 34px;
  color: var(--tour-text-dark);
  margin-bottom: 16px;
}

.tour-overview__content p {
  color: var(--tour-text-muted);
  margin-bottom: 18px;
}

.tour-overview__content ul {
  margin: 0;
  padding-left: 22px;
  color: #334155;
  display: grid;
  gap: 10px;
}

.tour-overview__content li::marker {
  color: var(--tour-accent);
}

.tour-highlights {
  padding: 70px 20px;
  background: #f8fafc;
}

.tour-highlights__wrapper,
.tour-itinerary__wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.section-heading {
  text-align: center;
  margin-bottom: 36px;
}

.section-heading h2 {
  font-size: 34px;
  color: var(--tour-text-dark);
}

.section-heading p {
  color: var(--tour-text-muted);
}

.tour-highlights__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.tour-highlight-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--tour-card-shadow);
  border-top: 4px solid var(--tour-accent);
}

.tour-highlight-card h3 {
  margin-bottom: 8px;
  color: var(--tour-text-dark);
}

.tour-highlight-card p {
  color: var(--tour-text-muted);
  font-size: 15px;
}

.tour-itinerary {
  padding: 50px 20px 90px;
}

.itinerary-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.itinerary-day {
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 22px;
}

.itinerary-day h4 {
  margin-bottom: 6px;
  color: var(--tour-text-dark);
}

.itinerary-day p {
  color: var(--tour-text-muted);
  margin: 0;
}

.tour-cta {
  background: var(--tour-accent);
  color: #fff;
  border-radius: 30px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--tour-card-shadow);
  margin-top: 40px;
}

.tour-cta .btn {
  align-self: flex-start;
  background: #fff;
  color: var(--tour-accent);
}

.tour-cta small {
  opacity: 0.9;
}

.agra-faq {
  padding: 40px 20px 70px;
  background: #fff;
}

.agra-faq__layout {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  gap: 32px;
}

.agra-faq__title {
  font-size: 28px;
  color: var(--tour-accent);
  margin-bottom: 20px;
}

.agra-faq__item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}

.agra-faq__question {
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.agra-faq__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  font-size: 14px;
  color: var(--tour-text-muted);
  line-height: 1.6;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.agra-faq__item.active .agra-faq__answer {
  max-height: 320px;
  padding: 0 18px 16px;
}

.agra-faq__form {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--tour-card-shadow);
  padding: 24px;
}

.agra-faq__form-title {
  font-size: 22px;
  margin-bottom: 18px;
}

.agra-faq__form-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.agra-faq__form-group label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: var(--tour-text-dark);
}

.agra-faq__form-group input,
.agra-faq__form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
}

.agra-faq__form-group--inline {
  display: flex;
  gap: 10px;
}

.agra-faq__form-group--inline > * {
  flex: 1;
}

@media (max-width: 992px) {
  .tour-hero__title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .tour-hero__wrapper {
    flex-direction: column;
  }
  .tour-hero__card {
    padding: 24px;
  }
  .tour-hero__stats {
    width: 100%;
  }
  .tour-overview__wrapper,
  .agra-faq__layout {
    grid-template-columns: 1fr;
  }
  .tour-overview__tag {
    bottom: 12px;
    left: 12px;
  }
}
