:root {
  --mountain-midnight: #040b1c;
  --mountain-sky: #7bc5ff;
  --mountain-dusk: #ff8e4d;
  --mountain-snow: #f5f8ff;
  --mountain-glass: rgba(255, 255, 255, 0.65);
  --mountain-gradient: radial-gradient(circle at 20% 20%, rgba(255, 142, 77, 0.4), rgba(28, 60, 125, 0.9));
}

.mountain-main {
  /* background: linear-gradient(180deg, #050d1f 0%, #0b1e3a 35%, #0b1228 70%, #060910 100%); */
  color: var(--mountain-snow);
  overflow: hidden;
}



.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));
  padding: 0 15px;
  /* 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.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.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;
}

.section-block {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: clamp(2rem, 5vw, 4rem) 0;
  border-radius: 0;
  background: rgba(7, 11, 22, 0.65);
  border: none;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.section-head {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  /* color: black; */
}

.section-head h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  color: #fff;
  margin: 0.35rem 0 0.5rem;
}

.testimonials {
  width: 100%;
  margin: 0;
  border-radius: 0;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: rgba(7, 11, 22, 0.65);
}

.section-head p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  max-width: 720px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.82rem;
  color: var(--mountain-sky);
  font-weight: 600;
}

.mountain-hero {
  position: relative;
  width: 100vw;
  margin: -40px calc(50% - 50vw) clamp(2rem, 5vw, 4rem);
  padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 6vw, 7rem);
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  background: url('../images/mountain_1.jpg') center/cover no-repeat;
}

.hero-gradient-layer {
  position: absolute;
  inset: -20%;
  opacity: 0.45;
  filter: blur(90px);
  z-index: 0;
}

.hero-gradient-layer.layer-one {
  /* background: radial-gradient(circle, rgba(123, 197, 255, 0.9), rgba(6, 13, 30, 0)); */
  animation: pulse 12s ease-in-out infinite;
}

.hero-gradient-layer.layer-two {
  /* background: radial-gradient(circle at 80% 20%, rgba(255, 142, 77, 0.8), rgba(6, 13, 30, 0)); */
  animation: pulse 14s ease-in-out infinite reverse;
}

.mountain-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
  width: min(1200px, 92vw);
  color: #fff;
}

.hero-copy {
  /* text-align:right ; */
   width: 100%;
  justify-self: flex-start;
  margin-left:650px;
}

.hero-copy h1 {
  font-size: 2.3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  /* position: absolute;
  top:50px; */
}

.hero-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  /* position: absolute;
        top: 57px; */
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.cta-primary {
  background: linear-gradient(120deg, #ffb25f, #ff6d45);
  border: none;
  box-shadow: 0 20px 40px rgba(255, 125, 73, 0.45);
}

.cta-ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
  backdrop-filter: blur(6px);
}

.hero-ctas .btn {
  padding: 0.95rem 1.9rem;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-ctas .btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(255, 255, 255, 0.1);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1rem;
}

.hero-stats article {
  padding: 1.2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 25px rgba(123, 197, 255, 0.08);
}

.hero-stats h3 {
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.parallax-mountains {
  position: absolute;
  inset: auto 0 10%;
  display: flex;
  gap: 1rem;
  justify-content: center;
  pointer-events: none;
}

.parallax-mountains .mountain {
  width: 130px;
  height: 160px;
  border-radius: 40% 40% 10% 10%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(10, 27, 53, 0.3));
  opacity: 0.7;
  animation: float 10s ease-in-out infinite;
}

.parallax-mountains .peak-two { transform: translateY(20px) scale(1.1); }
.parallax-mountains .peak-three { transform: translateY(40px) scale(1.25); opacity: 0.45; }

.hero-figure {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45);
  height: 400px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.hero-figure img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  filter: saturate(1.05);
  object-fit: cover;
  object-position: center;
}

.hero-figure figcaption {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.hero-badge {
  align-self: flex-end;
  background: rgba(123, 197, 255, 0.15);
  border: 1px solid rgba(123, 197, 255, 0.4);
  padding: 1rem 1.5rem;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(3, 14, 32, 0.6);
}

.hero-badge strong {
  display: block;
  font-size: 1.2rem;
}

.floating-snow {
  list-style: none;
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
  overflow: hidden;
}

.floating-snow li {
  position: absolute;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  animation: snow 10s linear infinite;
}

.floating-snow li:nth-child(2) { left: 20%; animation-duration: 18s; }
.floating-snow li:nth-child(3) { left: 40%; animation-duration: 14s; }
.floating-snow li:nth-child(4) { left: 60%; animation-duration: 20s; }
.floating-snow li:nth-child(5) { left: 80%; animation-duration: 12s; }
.floating-snow li:nth-child(6) { left: 10%; animation-duration: 22s; }
.floating-snow li:nth-child(7) { left: 50%; animation-duration: 17s; }
.floating-snow li:nth-child(8) { left: 70%; animation-duration: 19s; }

.destination-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.75rem;
}

.destination-card {
  border-radius: 30px;
  background: #fff;
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  position: relative;
  box-shadow: 0 25px 65px rgba(7, 11, 22, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.destination-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 75px rgba(7, 11, 22, 0.2);
}

.dest-media {
  height: 180px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.dest-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  color: #1b1f2f;
}

.dest-body h3 {
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
}

.dest-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #6b7280;
}

.dest-meta i {
  color: var(--mountain-dusk);
  margin-right: 0.35rem;
}

.dest-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.dest-price small {
  display: block;
  font-size: 0.8rem;
  color: #9ca3af;
}

.dest-price strong {
  font-size: 1.25rem;
  color: var(--mountain-dusk);
}

.dest-btn {
  border-radius: 999px;
  padding: 0.55rem 1.4rem;
  background: linear-gradient(120deg, #ffb25f, #ff8e4d);
  color: #fff;
  border: none;
  box-shadow: 0 15px 35px rgba(255, 145, 89, 0.35);
  font-weight: 600;
}

.himalaya-tours .tour-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) minmax(280px, 1fr);
  gap: 2rem;
}

.tour-highlight {
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(255, 142, 77, 0.18), rgba(51, 121, 199, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.07);
}

.tour-highlight ul {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.tour-highlight li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.tour-highlight i { color: var(--mountain-sky); }

.tour-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.tour-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.tour-card {
  padding: 1.4rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tour-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.south-packages .package-ribbon {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.south-card {
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 1.6rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  gap: 1rem;
}

.south-card .tag {
  align-self: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255, 142, 77, 0.2);
  border: 1px solid rgba(255, 142, 77, 0.4);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.testimonial-card {
  padding: 1.5rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  font-size: 0.95rem;
}

.testimonial-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.client {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.client img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.itinerary .timeline {
  position: relative;
  margin-top: 2rem;
  padding-left: 1rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 142, 77, 0.8), rgba(123, 197, 255, 0.8));
}

.timeline-step {
  position: relative;
  padding-left: 80px;
  margin-bottom: 2rem;
}

.timeline-dot {
  position: absolute;
  left: 20px;
  top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--mountain-snow);
  border: 4px solid rgba(255, 142, 77, 0.65);
  box-shadow: 0 0 25px rgba(123, 197, 255, 0.5);
}

.timeline-content h3 {
  margin-bottom: 0.4rem;
}

.timeline-content p {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1024px) {
  .himalaya-tours .tour-showcase {
    grid-template-columns: 1fr;
  }

  .section-block {
    padding: clamp(1.5rem, 5vw, 3rem) 0;
  }
}

@media (max-width: 768px) {
  .hero-ctas {
    flex-direction: column;
    align-items: flex-start;
  }

  .parallax-mountains {
    position: relative;
    inset: auto;
    margin-top: 1rem;
  }

  .timeline::before {
    left: 12px;
  }

  .timeline-step {
    padding-left: 60px;
  }

  .timeline-dot {
    left: 2px;
  }
}

@media (max-width: 1024px) {
  .mountain-hero {
    padding: 2rem 1rem;
    min-height: auto;
  }
  .hero-figure {
    height: 360px;
  }
  
  .hero-copy {
    margin-left: 0;
    text-align: center;
  }
  
  .hero-ctas {
    justify-content: center;
  }
  
  .package-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .mountain-hero {
    padding: 1.5rem 1rem;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .mountain-hero__content {
    width: 100%;
    padding: 1rem 0;
  }
  
  .hero-copy {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1rem;
  }
  
  .hero-copy h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }
  
  .hero-desc {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  
  .hero-ctas {
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .hero-figure {
    height: 250px;
    margin: 0 auto 1.5rem;
    max-width: 95%;
  }
  
  .package-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .package-media {
    height: 200px;
  }
  
  .package-body {
    padding: 1.25rem;
  }
  
  .package-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  
  .package-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  
  .package-meta {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  .package-meta .btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .mountain-hero {
    padding: 0.5rem 0.75rem;
    min-height: auto;
    text-align: center;
  }
  
  .pilgrimage-packages header {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
  
  .pilgrimage-packages header h2 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }
  
  .pilgrimage-packages header p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 90%;
    margin: 0 auto;
  }
  
  .hero-copy {
    padding: 0 0.5rem;
  }
  
  .hero-copy h1 {
    font-size: 21px;
        margin-bottom: 1rem;
        line-height: 1.3;
        position: relative;
        top: 79px;
        color: white;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        padding: 0 10px;
  }
  
  .hero-desc {
    font-size: 0.95rem;
    margin: 0 auto 1.5rem;
    max-width: 90%;
    position: relative;
    top: 68px;
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
    padding: 0 10px;
  }
  
  .hero-ctas {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  
  .hero-ctas {
    position: relative;
    z-index: 2;
    margin-top: 1rem;
  }
  
  .hero-ctas .btn {
         width: 100%;
        max-width: 240px;
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
        margin: 0.5rem 0;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s 
ease;
        position: relative;
        top: 60px;
  }
  
  .hero-ctas .btn:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
  }
  
  .hero-figure {
    height: 260px;
    margin: 0 auto 1.5rem;
    padding: 0.25rem;
    border-radius: 12px;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  
  .hero-figure img {
    border-radius: 10px;
  }
  
  .package-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 0 15px;
  }
  
  .package-card {
    border-radius: 16px;
  }
  
  .package-media {
    height: 180px;
    border-radius: 12px 12px 0 0;
  }
  
  .package-body {
    padding: 1rem;
  }
  
  .package-desc {
    font-size: 0.9rem;
  }
  
  .package-meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  
  .package-meta .btn {
    width: auto;
    padding: 0.5rem 1rem;
  }
  
  .destination-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.75; }
}

@keyframes snow {
  0% { transform: translateY(-10vh) translateX(0); opacity: 0; }
  10% { opacity: 0.7; }
  100% { transform: translateY(80vh) translateX(40px); opacity: 0; }
}
