/* New Delhi Tour Packages
   Uses the established Pioneer Holidays indigo-and-green package-page palette. */

.ndp-hero-bg {
  background-image: url('/images/new-delhi-tour-packages.jpg');
  background-position: center 52%;
}

.ndp-hero .ph-hero-overlay {
  background:
    linear-gradient(90deg, rgba(23, 19, 67, .9) 0%, rgba(33, 28, 110, .66) 52%, rgba(23, 19, 67, .38) 100%),
    linear-gradient(180deg, rgba(23, 19, 67, .16), rgba(23, 19, 67, .8));
}

.ndp-hero h1 span { color: #c6e9b5; }

.ndp-intro,
.ndp-prose { max-width: 960px; margin: 0 auto; }

.ndp-intro p,
.ndp-prose p,
.ndp-card p,
.ndp-trip-card p,
.ndp-fact-card p,
.ndp-season-card p {
  color: var(--ph-muted);
  font-size: 16px;
  line-height: 1.84;
}

.ndp-intro p,
.ndp-prose p { margin: 0 0 20px; }

.ndp-intro p:first-child {
  color: var(--ph-ink);
  font-size: 19px;
  font-weight: 500;
}

.ndp-intro p:last-child,
.ndp-prose p:last-child,
.ndp-card p:last-child,
.ndp-trip-card p:last-child,
.ndp-fact-card p:last-child,
.ndp-season-card p:last-child { margin-bottom: 0; }

.ndp-intro::before {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-bottom: 22px;
  background: var(--ph-green);
}

.ndp-overview-grid,
.ndp-package-grid,
.ndp-trip-grid,
.ndp-audience-grid,
.ndp-facts-grid,
.ndp-inclusion-grid,
.ndp-season-grid,
.ndp-etiquette-grid {
  display: grid;
  gap: 20px;
}

.ndp-overview-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; }
.ndp-package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; }
.ndp-trip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 30px; }
.ndp-audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; }
.ndp-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 30px; }
.ndp-inclusion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 30px; }
.ndp-season-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; }
.ndp-etiquette-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 30px; }

.ndp-card,
.ndp-trip-card,
.ndp-fact-card,
.ndp-season-card,
.ndp-etiquette-card {
  background: #fff;
  border: 1px solid var(--ph-border);
  box-shadow: var(--ph-shadow);
}

.ndp-card,
.ndp-trip-card,
.ndp-fact-card,
.ndp-season-card {
  border-radius: 16px;
  padding: 29px 27px;
}

.ndp-card,
.ndp-trip-card,
.ndp-fact-card {
  transition: transform .25s ease, box-shadow .25s ease;
}

.ndp-card:hover,
.ndp-trip-card:hover,
.ndp-fact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ph-shadow-lg);
}

.ndp-card { border-top: 4px solid var(--ph-green); }
.ndp-trip-card { border-left: 4px solid var(--ph-indigo); }
.ndp-fact-card { border-top: 4px solid var(--ph-indigo); }
.ndp-season-card { border-top: 4px solid var(--ph-green); }

.ndp-card h3,
.ndp-trip-card h3,
.ndp-fact-card h3,
.ndp-season-card h3,
.ndp-etiquette-card h3 {
  margin: 0 0 14px;
  color: var(--ph-indigo-dark);
  font-size: 20px;
  line-height: 1.38;
}

.ndp-card p,
.ndp-trip-card p,
.ndp-fact-card p,
.ndp-season-card p { margin: 0 0 15px; }

.ndp-meta {
  display: inline-block;
  margin-top: 4px;
  color: var(--ph-green-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.ndp-price { display: block; }

.ndp-tour-list { margin-top: 34px; }

.ndp-trust {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 22px;
}

.ndp-trust-panel {
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(108, 194, 74, .2), transparent 34%),
    linear-gradient(135deg, var(--ph-indigo-dark), var(--ph-indigo-deep));
  border-radius: 5px 22px 22px 22px;
  box-shadow: var(--ph-shadow-lg);
}

.ndp-trust-panel p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.9);
  font-size: 15.8px;
  line-height: 1.82;
}

.ndp-trust-panel p:last-child { margin-bottom: 0; }
.ndp-trust-panel .ph-inline { color: #fff; text-decoration-color: var(--ph-green); }

.ndp-check-list,
.ndp-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ndp-check-list li,
.ndp-list li {
  position: relative;
  padding: 15px 17px 15px 49px;
  color: var(--ph-ink);
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 12px;
  box-shadow: var(--ph-shadow);
  font-size: 15.3px;
  line-height: 1.52;
}

.ndp-check-list li::before,
.ndp-list li::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 18px;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--ph-green);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  transform: translateY(-50%);
}

.ndp-numbered {
  counter-reset: delhi-number;
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.ndp-place {
  position: relative;
  padding: 29px 30px 29px 87px;
  background: #fff;
  border: 1px solid var(--ph-border);
  border-radius: 5px 19px 19px 19px;
  box-shadow: var(--ph-shadow);
}

.ndp-place::before {
  counter-increment: delhi-number;
  content: counter(delhi-number);
  position: absolute;
  top: 26px;
  left: 26px;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--ph-green);
  background: var(--ph-indigo-dark);
  border-radius: 12px 12px 12px 3px;
  font-weight: 800;
}

.ndp-place h3 {
  margin: 0 0 13px;
  color: var(--ph-indigo-dark);
  font-size: 21px;
  line-height: 1.35;
}

.ndp-place p {
  margin: 0 0 16px;
  color: var(--ph-muted);
  font-size: 15.8px;
  line-height: 1.8;
}

.ndp-place p:last-child { margin-bottom: 0; }

.ndp-faith-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  margin: 25px 0 22px;
}

.ndp-faith-card {
  padding: 23px;
  background: var(--ph-soft);
  border: 1px solid var(--ph-border);
  border-radius: 14px;
}

.ndp-faith-card h4 {
  margin: 0 0 12px;
  color: var(--ph-indigo);
  font-size: 17px;
}

.ndp-faith-card p {
  margin: 0 0 8px;
  color: var(--ph-muted);
  font-size: 15px;
  line-height: 1.58;
}

.ndp-faith-card p:last-child { margin-bottom: 0; }

.ndp-etiquette-card {
  padding: 26px 28px;
  border-radius: 16px;
}

.ndp-etiquette-card p {
  margin: 0;
  color: var(--ph-muted);
  font-size: 15.8px;
  line-height: 1.8;
}

.ndp-cta {
  background-image: url('/images/new-delhi-tour-packages.jpg');
  background-position: center;
}

.ndp-cta .ph-final-overlay {
  background: linear-gradient(110deg, rgba(23,19,67,.95), rgba(33,28,110,.78));
}

@media (max-width: 1024px) {
  .ndp-overview-grid,
  .ndp-package-grid,
  .ndp-audience-grid,
  .ndp-faith-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ndp-card:last-child,
  .ndp-faith-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .ndp-trip-grid,
  .ndp-trust,
  .ndp-facts-grid,
  .ndp-inclusion-grid,
  .ndp-etiquette-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .ndp-overview-grid,
  .ndp-package-grid,
  .ndp-audience-grid,
  .ndp-season-grid,
  .ndp-faith-grid { grid-template-columns: 1fr; }
  .ndp-card:last-child,
  .ndp-faith-card:last-child { grid-column: auto; }
  .ndp-card,
  .ndp-trip-card,
  .ndp-fact-card,
  .ndp-season-card,
  .ndp-etiquette-card { padding: 24px 21px; }
  .ndp-trust-panel { padding: 30px 24px; }
  .ndp-place { padding: 75px 22px 24px; }
  .ndp-place::before { top: 22px; left: 22px; }
  .ndp-hero .ph-hero-stats {
    border-left: 0;
    border-top: 3px solid var(--ph-green);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ndp-card,
  .ndp-trip-card,
  .ndp-fact-card { transition: none; }
  .ndp-card:hover,
  .ndp-trip-card:hover,
  .ndp-fact-card:hover { transform: none; }
}