/* HIMACHAL PAGE */
.destination-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.destination-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(12, 48, 41, 0.95),
    rgba(12, 48, 41, 0.78) 45%,
    rgba(12, 48, 41, 0.2)
  );
}
.destination-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 100px 0;
  color: #fff;
}
.destination-hero .section-label {
  color: #f2a064 !important;
}
.destination-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(3rem, 5.6vw, 5.3rem);
  line-height: 1.05;
  font-weight: 700;
}
.destination-hero h1 span,
.packages-heading h2 em,
.destination-intro-section h2 em {
  font-family: "Dancing Script", cursive;
  color: var(--orange);
}
.destination-hero-content > p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.8;
}
.hero-route-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}
.hero-route-info span {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  border-radius: 30px;
  font-size: 0.82rem;
}
.hero-route-info i {
  color: #f2a064;
  margin-right: 6px;
}
.hero-package-btn,
.package-main-btn,
.custom-package-box a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
}
.hero-package-btn:hover,
.package-main-btn:hover {
  color: #fff;
  background: #dd8240;
}
.destination-quick-info {
  background: #fff;
  border-bottom: 1px solid #edf0ef;
}
.quick-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.quick-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 27px 20px;
  border-right: 1px solid #edf0ef;
}
.quick-info-item:first-child {
  padding-left: 0;
}
.quick-info-item:last-child {
  border-right: 0;
}
.quick-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #edf5f3;
  color: var(--dark-green);
}
.quick-info-item small,
.quick-info-item strong {
  display: block;
}
.quick-info-item small {
  font-size: 0.68rem;
  color: #888;
  text-transform: uppercase;
}
.quick-info-item strong {
  margin-top: 3px;
  color: #34423e;
  font-size: 0.78rem;
}
.destination-intro-section,
.packages-section {
  padding: 100px 0;
}
.destination-intro-section h2,
.packages-heading h2 {
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1.12;
  font-weight: 700;
  color: var(--dark-green);
}
.destination-intro-section p {
  color: #737373;
  line-height: 1.85;
}
.destination-experience-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 25px;
}
.destination-experience-tags span {
  font-size: 0.84rem;
  color: #51605c;
}
.destination-experience-tags i {
  color: var(--orange);
  margin-right: 7px;
}
.destination-intro-image {
  position: relative;
  padding: 0 22px 24px 0;
}
.destination-intro-image img {
  width: 100%;
  min-height: 440px;
  max-height: 640px;
  object-fit: cover;
  border-radius: 24px;
}
.intro-image-card {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 24px;
  border-radius: 16px;
  background: var(--dark-green);
  color: #fff;
}
.intro-image-card strong,
.intro-image-card span {
  display: block;
}
.intro-image-card span {
  margin-top: 4px;
  color: #b9d1cb;
  font-size: 0.72rem;
}
.packages-section {
  background: #f7faf9;
}
.packages-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 36px;
}
.packages-heading > p {
  max-width: 480px;
  margin: 0;
  color: #737373;
  line-height: 1.8;
}
.package-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.package-filter button {
  padding: 10px 18px;
  border: 1px solid #dce7e3;
  border-radius: 30px;
  background: #fff;
  color: #62706c;
  font-size: 0.82rem;
}

.package-card {
  display: grid;
  grid-template-columns: 39% 61%;
  margin-bottom: 30px;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e5ece9;
  box-shadow: 0 12px 35px rgba(18, 60, 52, 0.055);
  transition: 0.35s;
}
.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(18, 60, 52, 0.12);
}
.package-image {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}
.package-image img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  transition: 0.65s;
}
.package-card:hover .package-image img {
  transform: scale(1.06);
}
.package-duration {
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding: 8px 13px;
  border-radius: 30px;
  background: #fff;
  color: var(--dark-green);
  font-size: 0.74rem;
  font-weight: 700;
}
.package-number {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(18, 60, 52, 0.82);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}
.package-content {
  padding: 30px 34px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.package-title-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.package-category {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--orange);
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.package-title-row h3 {
  margin: 0;
  color: #1c332d;
  font-size: 1.72rem;
  font-weight: 700;
}
.package-rating {
  white-space: nowrap;
  padding: 6px 10px;
  background: #fff8ec;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 700;
}
.package-rating i {
  color: var(--orange);
}
.package-route {
  margin: 20px 0 22px;
  padding: 13px 15px;
  background: #f3f8f6;
  border-radius: 12px;
}
.route-label {
  display: block;
  margin-bottom: 7px;
  color: #8a9894;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.route-label i {
  color: var(--orange);
  margin-right: 5px;
}
.route-points {
  color: #3e504a;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.7;
}
.package-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.package-info-box {
  padding: 16px 17px;
  border: 1px solid #e8efec;
  border-radius: 12px;
}
.package-info-box.excluded {
  background: #fcfcfc;
}
.info-heading {
  display: block;
  margin-bottom: 10px;
  color: var(--dark-green);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.package-info-box.excluded .info-heading {
  color: #8a8a8a;
}
.package-info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.package-info-box li {
  margin-bottom: 6px;
  color: #66716e;
  font-size: 0.73rem;
}
.package-info-box li i {
  width: 15px;
  color: var(--dark-green);
}
.package-info-box.excluded li i {
  color: #bdc4c1;
}
.package-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #edf0ef;
}
.package-price small,
.package-price strong,
.package-price span {
  display: block;
}
.package-price small,
.package-price span {
  color: #969696;
  font-size: 0.65rem;
}
.package-price strong {
  color: var(--dark-green);
  font-size: 1.7rem;
  line-height: 1.1;
}
.package-actions {
  display: flex;
  gap: 10px;
}
.package-outline-btn,
.package-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 9px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
}
.package-outline-btn {
  border: 1px solid #d6e0dc;
  color: var(--dark-green);
  background: #fff;
}
.package-main-btn {
  padding: 11px 16px;
  background: var(--dark-green);
}


.custom-package-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 45px;
  padding: 52px 60px;
  border-radius: 24px;
  background: linear-gradient(125deg, #0c332b, #174d42);
  color: #fff;
}
.custom-package-box .section-label {
  color: #f2a064 !important;
}
.custom-package-box h2 {
  margin: 0 0 15px;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  line-height: 1.1;
  font-weight: 700;
}
.custom-package-box h2 span {
  font-family: "Dancing Script", cursive;
  color: #f2a064;
}
.custom-package-box p:not(.section-label) {
  max-width: 600px;
  margin: 0;
  color: #c7dad5;
  line-height: 1.7;
}
.custom-package-box a {
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .quick-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .quick-info-item:nth-child(2) {
    border-right: 0;
  }
  .packages-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .package-card {
    grid-template-columns: 1fr;
  }
  .package-image {
    min-height: 340px;
  }
  .custom-package-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .destination-hero {
    min-height: 490px;
  }
  .destination-hero-overlay {
    background: rgba(12, 48, 41, 0.78);
  }
  .destination-hero-content {
    padding: 70px 0;
  }
  .quick-info-grid {
    grid-template-columns: 1fr;
  }
  .quick-info-item,
  .quick-info-item:first-child {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #edf0ef;
  }
  .destination-intro-section,
  .packages-section {
    padding: 70px 0;
  }
  .destination-experience-tags,
  .package-info-grid {
    grid-template-columns: 1fr;
  }
  .package-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .package-filter button {
    flex-shrink: 0;
  }
  .package-image {
    min-height: 260px;
  }
  .package-content {
    padding: 25px 20px;
  }
  .package-title-row h3 {
    font-size: 1.35rem;
  }
  .package-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .package-actions {
    width: 100%;
  }
  .package-outline-btn,
  .package-main-btn {
    flex: 1;
  }
  .custom-package-box {
    margin-top: 30px;
    padding: 35px 25px;
  }
  .custom-package-box a {
    width: 100%;
    justify-content: center;
  }
}


.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* space between icon and text */
}

.whatsapp-btn i {
    color: #25d366;
    font-size: 20px; /* larger WhatsApp icon */
    line-height: 1;
    flex-shrink: 0;
}

.whatsapp-btn:hover {
    background: #f1fff5;
    border-color: #25d366;
    color: var(--dark-green);
}

.whatsapp-btn:hover i {
    color: #20b957;
}