:root {
  --spiritual-gradient: linear-gradient(120deg, rgba(255, 196, 0, 0.18), rgba(119, 0, 255, 0.2));
  --spiritual-deep: #0e0b23;
}

.spiritual-main {
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.85), #f5f6fb);
  min-height: 0vh;
  padding: clamp(4rem, 5vw, 6rem) 1.5rem 4rem;
}

.spiritual-hero {
  width: 100vw;
  margin: -40px calc(50% - 50vw) 3rem;
  padding: clamp(2.5rem, 8vw, 4.5rem);
  border-radius: 0;
  /* background-image: url('../images/vishwanath.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  isolation: isolate;
  bottom: 28px;
}

.spiritual-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(115deg, rgba(5, 9, 46, 0.85), rgba(69, 10, 96, 0.55)); */
  /* background:  linear-gradient(90deg, #2eacac, #008080); */
  background-image: url('../images/vishwanath.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.hero-info {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #ffd27f;
}

.hero-info h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin: 1rem 0;
}

.hero-desc {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.5rem;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: 18px;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-points span {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: #ffba24;
  color: #1a1033;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 25px rgba(255, 186, 36, 0.45);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.hero-cta .btn {
  border-radius: 14px;
  padding: 0.9rem 1.9rem;
  background: linear-gradient(120deg, #ffce6d, #ff9d35);
  border: none;
  color: #1a1033;
  font-weight: 700;
  box-shadow: 0 20px 45px rgba(255, 157, 53, 0.4);
}

.hero-cta .link-more {
  color: #fff;
  font-weight: 600;
}

.hero-card-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.25rem;
}

.glow-card {
  background:rgba(255, 255, 255, 0.15);
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  border-radius: 24px;
  padding: 1.75rem;
  color: #fff;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  animation: float 7s ease-in-out infinite;
  background-image: url('../images/goldentemple.jpg');

}
.glow-card_m {
  background:rgba(255, 255, 255, 0.15);
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  border-radius: 24px;
  padding: 1.75rem;
  color: #fff;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  animation: float 7s ease-in-out infinite;
  background-image: url('../images/mahakalimg.jpg');

}

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.btn.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.spiritual-highlight {
  max-width: 1200px;
  margin: 0 auto 3.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}

.highlight-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(34, 9, 53, 0.15);
}

.highlight-media {
  min-height: 260px;
  background-size: cover;
  background-position: center;
}

.highlight-body {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.highlight-body ul {
  padding-left: 1.1rem;
  margin: 0;
  color: #4b4f61;
}

.highlight-card.golden {
  background: linear-gradient(125deg, #fff8e8, #ffe1b8);
}

.highlight-card.ujjain {
  background: linear-gradient(125deg, #f6f2ff, #e3d9ff);
}

.pilgrimage-packages header {
  text-align: center;
  margin-bottom: 2rem;
}
.package-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  /* gap: 0.9rem; */
}

.package-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(6, 17, 44, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  /* animation: float 7s ease-in-out infinite; */
   height:100%;
  width:90%;
}

.package-card:nth-child(2n) {
  animation-delay: 1s;
}

.package-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(6, 17, 44, 0.18);
}

.package-media {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.package-body {
  padding: 1.75rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.package-badge {
  align-self: flex-start;
  /* padding: 0.3rem 0.9rem; */
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(5, 94, 206, 0.12);
  color: #055ece;
}

.package-card h3 {
  margin: 0;
  font-size: 1.3rem;
  color: var(--title-color, #06112c);
}

.package-desc {
  color: var(--text-color, #4b5563);
  line-height: 1.6;
}

.package-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.package-list li {
  background: rgba(6, 17, 44, 0.06);
  padding: 0.35rem 0.75rem;
  border-radius: 10px;
  font-size: 0.85rem;
  color: var(--text-color, #4b5563);
}

.package-meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(6, 17, 44, 0.08);
}

.package-meta strong {
  font-size: 1.25rem;
  color: var(--orange-color, #ff6b00);
}

.package-card .btn {
  border-radius: 12px;
  padding: 0.65rem 1.5rem;
}


.journey-cta {
  max-width: 1200px;
  margin: 3rem auto 0;
  padding: clamp(2rem, 6vw, 3rem);
  border-radius: 28px;
  background: linear-gradient(90deg, #2eacac, #008080);
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 25px 60px rgba(6, 17, 44, 0.35);
}

.journey-cta h3 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  margin: 0 0 0.5rem;
  color: white;
}

.domestic-cta p {
  margin: 0;
  max-width: 480px;
  line-height: 1.6;
}

.domestic-cta .btn {
  background: #fff;
  color: #06112c;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.85rem 2rem;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@media (max-width: 900px) {
  .highlight-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .spiritual-main {
    padding: 3rem 1rem 2rem;
  }

  .spiritual-hero {
    margin: 1 auto 1.5rem;
    padding: 1rem 1rem;
    top:40px;

    grid-template-columns: 1fr;
    grid-template-areas:
      "info"
      "cards";
  }

  .hero-info {
    grid-area: info;
  }

  .hero-card-stack {
    grid-area: cards;
  }

  .package-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .package-card {
    width: 100%;
  }

  .package-body {
    padding: 3rem 1.25rem;
  }

  .pilgrimage-packages
  {
    padding: 0rem;
  }
  .package-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .package-meta .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-points li {
    flex-direction: column;
    align-items: flex-start;
  }

  .journey-cta {
    /* text-align: center;
    justify-content: center; */
    padding: 1rem;
    border-radius: 22px;
    gap: 1.25rem;
  }

  .journey-cta .btn {
    width: 100%;
  }
}
