.kv-home {
  background: #fff;
}

.kv-home .kv-section-heading {
  max-width: 760px;
}

.kvh-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 46px;
}

.kvh-section-intro .kv-section-heading {
  margin-bottom: 0;
}

.kvh-text-link,
.kvh-inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(1, 23, 69, 0.2);
  color: var(--kv-primary) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none !important;
}

.kvh-text-link span,
.kvh-inline-cta span {
  transition: transform 0.22s ease;
}

.kvh-text-link:hover span,
.kvh-inline-cta:hover span {
  transform: translateX(4px);
}

/* Hero */
.kvh-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  isolation: isolate;
  background: var(--kv-primary);
}

.kvh-hero__bg,
.kvh-hero__overlay,
.kvh-hero__texture {
  position: absolute;
  inset: 0;
}

.kvh-hero__bg {
  z-index: -4;
  background: url("https://www.kashmirvendor.com/wp-content/uploads/2024/10/Pahalgam.jpg") center 58% / cover no-repeat;
  transform: scale(1.04);
}

.kvh-hero__overlay {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(1, 15, 48, 0.98) 0%, rgba(1, 23, 69, 0.93) 46%, rgba(1, 23, 69, 0.62) 72%, rgba(1, 23, 69, 0.52) 100%),
    linear-gradient(0deg, rgba(1, 15, 48, 0.58), transparent 55%);
}

.kvh-hero__texture {
  z-index: -2;
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 25% 22%, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.5px),
    radial-gradient(circle at 73% 68%, rgba(255, 255, 255, 0.5) 0 1px, transparent 1.5px);
  background-size: 42px 42px, 68px 68px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 78%);
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.kvh-hero::before,
.kvh-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.kvh-hero::before {
  top: -300px;
  right: -190px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.025),
    0 0 0 140px rgba(255, 255, 255, 0.018);
}

.kvh-hero::after {
  bottom: -140px;
  left: 40%;
  width: 310px;
  height: 310px;
  background: rgba(232, 53, 136, 0.17);
  filter: blur(95px);
}

.kvh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.58fr);
  gap: clamp(50px, 7vw, 96px);
  align-items: center;
  min-height: 820px;
  padding-block: 96px 118px;
}

.kvh-hero__content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.kvh-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.93);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.kvh-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ee2b8;
  box-shadow: 0 0 0 5px rgba(126, 226, 184, 0.14);
}

.kvh-hero h1 {
  margin-bottom: 25px;
  color: #fff;
  font-size: clamp(54px, 6.6vw, 88px);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.kvh-title-line {
  display: block;
  padding-bottom: 0.06em;
  overflow: hidden;
}

.kvh-title-line > span {
  display: block;
}

.kvh-hero h1 em {
  color: var(--kv-accent);
  font-style: normal;
}

.kvh-hero__lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.75;
}

.kvh-hero__actions {
  position: relative;
  z-index: 1;
}

.kvh-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.kvh-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.kvh-hero__proof svg {
  width: 17px;
  height: 17px;
  padding: 3px;
  border-radius: 50%;
  color: #b7f7dc;
  background: rgba(126, 226, 184, 0.14);
}

.kvh-hero-card {
  position: relative;
  z-index: 1;
  padding: 31px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.115);
  box-shadow: 0 32px 90px rgba(1, 9, 31, 0.34);
  backdrop-filter: blur(20px);
}

.kvh-hero-card::after {
  position: absolute;
  top: -72px;
  right: -70px;
  width: 190px;
  height: 190px;
  content: "";
  border-radius: 50%;
  background: rgba(232, 53, 136, 0.25);
  filter: blur(4px);
  pointer-events: none;
}

.kvh-hero-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.kvh-hero-card__eyebrow {
  color: var(--kv-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kvh-hero-card__icon {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: var(--kv-primary);
  background: #fff;
  font-size: 22px;
}

.kvh-hero-card h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.kvh-hero-card > p {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.65;
}

.kvh-hero-card__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 0 0 22px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.kvh-hero-card__list li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kvh-hero-card__list li > span {
  color: var(--kv-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.kvh-hero-card__list strong,
.kvh-hero-card__list small {
  display: block;
}

.kvh-hero-card__list strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.kvh-hero-card__list small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  line-height: 1.5;
}

.kvh-hero-card__cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 52px;
  padding: 13px 16px;
  border-radius: 11px;
  color: #fff !important;
  background: var(--kv-accent-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.kvh-hero-card__cta:hover {
  background: var(--kv-accent-hover);
  transform: translateY(-2px);
}

.kvh-hero-card__call {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  text-align: center;
}

.kvh-hero-card__call a {
  margin-left: 4px;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

/* Trust strip */
.kvh-trust {
  position: relative;
  z-index: 4;
  margin-top: -42px;
}

.kvh-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--kv-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(1, 23, 69, 0.13);
}

.kvh-trust-item {
  display: flex;
  gap: 13px;
  align-items: center;
  min-width: 0;
  padding: 25px 22px;
  border-right: 1px solid var(--kv-line);
}

.kvh-trust-item:last-child {
  border-right: 0;
}

.kvh-trust-item__icon {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: var(--kv-primary);
  background: var(--kv-accent-soft);
  font-size: 19px;
}

.kvh-trust-item strong,
.kvh-trust-item span {
  display: block;
}

.kvh-trust-item strong {
  margin-bottom: 3px;
  color: var(--kv-primary);
  font-size: 14px;
  line-height: 1.35;
}

.kvh-trust-item div > span {
  color: var(--kv-muted);
  font-size: 10px;
  line-height: 1.45;
}

/* Packages */
.kvh-packages {
  padding: 128px 0 112px;
  background: #fff;
}

.kvh-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.kvh-package-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--kv-line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 13px 40px rgba(1, 23, 69, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.kvh-package-card:hover {
  border-color: rgba(232, 53, 136, 0.3);
  box-shadow: 0 25px 58px rgba(1, 23, 69, 0.13);
  transform: translateY(-7px);
}

.kvh-package-card__media {
  position: relative;
  height: 215px;
  overflow: hidden;
  background: var(--kv-soft);
}

.kvh-package-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(1, 15, 48, 0.45), transparent 53%);
  pointer-events: none;
}

.kvh-package-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.kvh-package-card:hover .kvh-package-card__media img {
  transform: scale(1.06);
}

.kvh-package-card__tag,
.kvh-package-card__duration {
  position: absolute;
  z-index: 1;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.kvh-package-card__tag {
  left: 14px;
  color: #fff;
  background: rgba(1, 23, 69, 0.72);
}

.kvh-package-card__duration {
  right: 14px;
  color: var(--kv-primary);
  background: rgba(255, 255, 255, 0.9);
}

.kvh-package-card__body {
  padding: 22px 20px 20px;
}

.kvh-package-card__rating {
  margin-bottom: 9px;
  color: var(--kv-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kvh-package-card__rating span {
  margin-right: 4px;
  color: #e9a23b;
}

.kvh-package-card h3 {
  min-height: 47px;
  margin-bottom: 10px;
  color: var(--kv-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.kvh-package-card__route {
  min-height: 61px;
  margin-bottom: 18px;
  color: var(--kv-muted);
  font-size: 11px;
  line-height: 1.65;
}

.kvh-package-card__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 17px;
  border-top: 1px solid var(--kv-line);
}

.kvh-package-card__bottom small,
.kvh-package-card__bottom strong {
  display: block;
}

.kvh-package-card__bottom small {
  margin-bottom: 3px;
  color: var(--kv-muted);
  font-size: 9px;
  line-height: 1.3;
  text-transform: uppercase;
}

.kvh-package-card__bottom strong {
  color: var(--kv-primary);
  font-size: 18px;
  line-height: 1.2;
}

.kvh-package-card__bottom strong span {
  color: var(--kv-muted);
  font-size: 9px;
  font-weight: 700;
}

.kvh-package-card__bottom a {
  flex: 0 0 auto;
  color: var(--kv-accent-dark) !important;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none !important;
}

.kvh-package-card__bottom a span {
  display: inline-block;
  transition: transform 0.2s ease;
}

.kvh-package-card__bottom a:hover span {
  transform: translateX(3px);
}

.kvh-rate-note {
  max-width: 860px;
  margin: 20px auto 0;
  color: #858b98;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

/* Travel styles */
.kvh-experiences {
  padding: 112px 0;
  background:
    radial-gradient(circle at 0 100%, rgba(232, 53, 136, 0.09), transparent 25%),
    var(--kv-soft);
}

.kvh-experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.kvh-experience-card {
  position: relative;
  min-height: 310px;
  padding: 29px 25px;
  overflow: hidden;
  border: 1px solid rgba(1, 23, 69, 0.08);
  border-radius: 19px;
  color: inherit !important;
  background: #fff;
  box-shadow: 0 12px 36px rgba(1, 23, 69, 0.055);
  text-decoration: none !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.kvh-experience-card::after {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  content: "";
  border: 24px solid rgba(232, 53, 136, 0.06);
  border-radius: 50%;
}

.kvh-experience-card:hover {
  box-shadow: 0 22px 54px rgba(1, 23, 69, 0.11);
  transform: translateY(-6px);
}

.kvh-experience-card:nth-child(2) .kvh-experience-card__icon {
  color: var(--kv-green);
  background: var(--kv-green-soft);
}

.kvh-experience-card:nth-child(3) .kvh-experience-card__icon {
  color: #8a5b1d;
  background: #fff2dc;
}

.kvh-experience-card:nth-child(4) .kvh-experience-card__icon {
  color: #4e3c91;
  background: #eeeafd;
}

.kvh-experience-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 42px;
  place-items: center;
  border-radius: 15px;
  color: var(--kv-accent-dark);
  background: var(--kv-accent-soft);
  font-size: 23px;
}

.kvh-experience-card__number {
  position: absolute;
  top: 27px;
  right: 25px;
  color: rgba(1, 23, 69, 0.18);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.kvh-experience-card h3 {
  margin-bottom: 11px;
  color: var(--kv-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.kvh-experience-card p {
  margin-bottom: 22px;
  color: var(--kv-muted);
  font-size: 12px;
  line-height: 1.7;
}

.kvh-experience-card__link {
  position: relative;
  z-index: 1;
  color: var(--kv-primary);
  font-size: 11px;
  font-weight: 900;
}

/* About preview */
.kvh-about {
  padding: 122px 0;
  background: #fff;
}

.kvh-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.88fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}

.kvh-about__visual {
  position: relative;
  min-height: 600px;
}

.kvh-about__main-image,
.kvh-about__small-image {
  overflow: hidden;
  border-radius: 24px;
  background: var(--kv-soft);
  box-shadow: var(--kv-shadow);
}

.kvh-about__main-image {
  width: calc(100% - 62px);
  height: 550px;
}

.kvh-about__small-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47%;
  height: 240px;
  border: 8px solid #fff;
  border-radius: 20px;
}

.kvh-about__main-image img,
.kvh-about__small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kvh-about__seal {
  position: absolute;
  top: 36px;
  right: 9px;
  display: grid;
  width: 128px;
  height: 128px;
  padding: 18px;
  place-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--kv-primary);
  box-shadow: 0 18px 45px rgba(1, 23, 69, 0.24);
  text-align: center;
}

.kvh-about__seal strong,
.kvh-about__seal span {
  display: block;
}

.kvh-about__seal strong {
  margin-bottom: 3px;
  color: var(--kv-accent);
  font-size: 18px;
  line-height: 1.2;
}

.kvh-about__seal span {
  font-size: 9px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kvh-about__copy h2,
.kvh-planner__copy h2,
.kvh-faq__intro h2,
.kvh-cta__copy h2 {
  margin-bottom: 19px;
  color: var(--kv-ink);
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.kvh-about__copy > p {
  margin-bottom: 17px;
  color: var(--kv-muted);
  font-size: 16px;
  line-height: 1.8;
}

.kvh-about__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 31px 0 29px;
}

.kvh-about__stats div {
  padding: 17px 13px;
  border: 1px solid var(--kv-line);
  border-radius: 13px;
  background: var(--kv-soft);
}

.kvh-about__stats strong,
.kvh-about__stats span {
  display: block;
}

.kvh-about__stats strong {
  margin-bottom: 4px;
  color: var(--kv-primary);
  font-size: 21px;
  line-height: 1.2;
}

.kvh-about__stats span {
  color: var(--kv-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Destinations */
.kvh-destinations {
  padding: 114px 0 120px;
  background: var(--kv-soft);
}

.kvh-destination-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 235px;
  gap: 17px;
}

.kvh-destination-card {
  position: relative;
  grid-column: span 3;
  overflow: hidden;
  border-radius: 20px;
  color: #fff !important;
  background: var(--kv-primary);
  isolation: isolate;
  text-decoration: none !important;
}

.kvh-destination-card--featured {
  grid-column: span 6;
  grid-row: span 2;
}

.kvh-destination-card--wide {
  grid-column: span 6;
}

.kvh-destination-card img,
.kvh-destination-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.kvh-destination-card img {
  z-index: -2;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.kvh-destination-card__shade {
  z-index: -1;
  background: linear-gradient(0deg, rgba(1, 15, 48, 0.9), rgba(1, 23, 69, 0.04) 68%);
}

.kvh-destination-card:hover img {
  transform: scale(1.06);
}

.kvh-destination-card__content {
  position: absolute;
  right: 23px;
  bottom: 22px;
  left: 23px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 15px;
  align-items: end;
}

.kvh-destination-card__content small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kvh-destination-card__content strong {
  color: #fff;
  font-size: clamp(22px, 2.8vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.kvh-destination-card:not(.kvh-destination-card--featured) .kvh-destination-card__content strong {
  font-size: 23px;
}

.kvh-destination-card__content > span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-weight: 800;
}

/* Why choose us */
.kvh-why {
  position: relative;
  padding: 118px 0 124px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(1, 15, 48, 0.99), rgba(5, 43, 92, 0.97)),
    url("https://www.kashmirvendor.com/wp-content/uploads/2024/10/Gulmarg.jpg") center / cover;
}

.kvh-why__glow {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.02),
    0 0 0 140px rgba(255, 255, 255, 0.015);
}

.kvh-why__intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.62fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.kvh-why .kv-section-heading {
  margin-bottom: 0;
}

.kvh-why .kv-eyebrow,
.kvh-why .kv-section-heading h2 {
  color: #fff;
}

.kvh-why__intro > p {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.8;
}

.kvh-why__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kvh-why-card {
  position: relative;
  min-height: 315px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  transition: transform 0.27s ease, background-color 0.27s ease, border-color 0.27s ease;
}

.kvh-why-card:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-5px);
}

.kvh-why-card__number {
  position: absolute;
  top: 28px;
  right: 24px;
  color: rgba(255, 255, 255, 0.28);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.kvh-why-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 55px;
  place-items: center;
  border-radius: 14px;
  color: var(--kv-primary);
  background: var(--kv-accent);
  font-size: 23px;
}

.kvh-why-card:nth-child(even) .kvh-why-card__icon {
  background: #7ee2b8;
}

.kvh-why-card h3 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.kvh-why-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  line-height: 1.7;
}

/* Process */
.kvh-process {
  padding: 116px 0 122px;
  background: #fff;
}

.kvh-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.kvh-process__grid::before {
  position: absolute;
  top: 35px;
  right: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(1, 23, 69, 0.22) 12%, rgba(1, 23, 69, 0.22) 88%, transparent);
}

.kvh-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.kvh-step__icon {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 23px;
  place-items: center;
  border: 8px solid #fff;
  border-radius: 50%;
  color: var(--kv-primary);
  background: var(--kv-accent-soft);
  box-shadow: 0 0 0 1px var(--kv-line);
  font-size: 23px;
}

.kvh-step:nth-child(even) .kvh-step__icon {
  color: var(--kv-green);
  background: var(--kv-green-soft);
}

.kvh-step__number {
  display: block;
  margin-bottom: 13px;
  color: var(--kv-accent-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.kvh-step h3 {
  margin-bottom: 9px;
  color: var(--kv-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.kvh-step p {
  max-width: 230px;
  margin: 0 auto;
  color: var(--kv-muted);
  font-size: 11px;
  line-height: 1.7;
}

/* Planner / lead form */
.kvh-planner {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 100%, rgba(232, 53, 136, 0.12), transparent 26%),
    var(--kv-soft);
}

.kvh-planner::after {
  position: absolute;
  top: -170px;
  right: -130px;
  width: 430px;
  height: 430px;
  content: "";
  border: 70px solid rgba(1, 23, 69, 0.03);
  border-radius: 50%;
}

.kvh-planner__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.68fr);
  gap: clamp(54px, 8vw, 104px);
  align-items: center;
}

.kvh-planner__copy > p {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--kv-muted);
  font-size: 16px;
  line-height: 1.8;
}

.kvh-planner__benefits {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.kvh-planner__benefits li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.kvh-planner__benefits li > span {
  display: grid;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  margin-top: 2px;
  place-items: center;
  border-radius: 50%;
  color: var(--kv-green);
  background: var(--kv-green-soft);
  font-size: 13px;
  font-weight: 900;
}

.kvh-planner__benefits strong,
.kvh-planner__benefits small {
  display: block;
}

.kvh-planner__benefits strong {
  margin-bottom: 3px;
  color: var(--kv-ink);
  font-size: 14px;
  line-height: 1.35;
}

.kvh-planner__benefits small {
  color: var(--kv-muted);
  font-size: 11px;
  line-height: 1.55;
}

.kvh-planner__contact {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 18px;
  border-left: 3px solid var(--kv-accent);
  background: #fff;
}

.kvh-planner__contact small {
  color: var(--kv-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kvh-planner__contact a {
  color: var(--kv-primary) !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
}

.kvh-form-card {
  position: relative;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(1, 23, 69, 0.08);
  border-radius: 23px;
  background: #fff;
  box-shadow: var(--kv-shadow);
}

.kvh-form-card::before {
  position: absolute;
  top: 0;
  right: 34px;
  left: 34px;
  height: 4px;
  content: "";
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg, var(--kv-accent), #f685b9, var(--kv-green));
}

.kvh-form-card__heading {
  margin-bottom: 25px;
}

.kvh-form-card__heading > span {
  display: block;
  margin-bottom: 7px;
  color: var(--kv-accent-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kvh-form-card__heading h3 {
  margin-bottom: 7px;
  color: var(--kv-ink);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.kvh-form-card__heading p {
  margin-bottom: 0;
  color: var(--kv-muted);
  font-size: 11px;
}

.kvh-form-card .wpcf7 form,
.kvh-form-card .wpcf7-form {
  display: grid;
  gap: 13px;
  margin: 0;
}

.kvh-form-card .wpcf7 p {
  margin: 0;
}

.kvh-form-card .wpcf7 label {
  display: block;
  color: var(--kv-ink);
  font-size: 11px;
  font-weight: 800;
}

.kvh-form-card .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}

.kvh-form-card .wpcf7 input:not([type="submit"]),
.kvh-form-card .wpcf7 select,
.kvh-form-card .wpcf7 textarea {
  width: 100%;
  min-height: 49px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--kv-line);
  border-radius: 10px;
  color: var(--kv-ink);
  background: var(--kv-soft);
  box-shadow: none;
  font: inherit;
  font-size: 12px;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.kvh-form-card .wpcf7 textarea {
  min-height: 105px;
  resize: vertical;
}

.kvh-form-card .wpcf7 input:not([type="submit"]):focus,
.kvh-form-card .wpcf7 select:focus,
.kvh-form-card .wpcf7 textarea:focus {
  border-color: var(--kv-accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(232, 53, 136, 0.1);
}

.kvh-form-card .wpcf7 input[type="submit"] {
  width: 100%;
  min-height: 52px;
  margin: 2px 0 0;
  padding: 13px 20px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--kv-accent-dark);
  box-shadow: 0 12px 26px rgba(197, 29, 112, 0.22);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.kvh-form-card .wpcf7 input[type="submit"]:hover {
  background: var(--kv-accent-hover);
  transform: translateY(-2px);
}

.kvh-form-card .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 10px;
}

.kvh-form-card .wpcf7-response-output {
  margin: 4px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 8px;
  font-size: 10px;
}

.kvh-form-card__privacy {
  margin: 13px 0 0;
  color: #8b91a0;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

/* FAQ */
.kvh-faq {
  padding: 118px 0;
  background: #fff;
}

.kvh-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.55fr) minmax(0, 0.85fr);
  gap: clamp(55px, 8vw, 105px);
  align-items: start;
}

.kvh-faq__intro {
  position: sticky;
  top: 110px;
}

.kvh-faq__intro > p {
  margin-bottom: 27px;
  color: var(--kv-muted);
  font-size: 15px;
  line-height: 1.8;
}

.kvh-faq__list {
  display: grid;
  gap: 12px;
}

.kvh-faq-item {
  overflow: hidden;
  border: 1px solid var(--kv-line);
  border-radius: 14px;
  background: #fff;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.kvh-faq-item[open] {
  border-color: rgba(232, 53, 136, 0.27);
  box-shadow: 0 12px 35px rgba(1, 23, 69, 0.06);
}

.kvh-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  color: var(--kv-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.kvh-faq-item summary::-webkit-details-marker {
  display: none;
}

.kvh-faq-item summary > span {
  position: relative;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--kv-accent-soft);
}

.kvh-faq-item summary > span::before,
.kvh-faq-item summary > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  content: "";
  border-radius: 99px;
  background: var(--kv-accent-dark);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.kvh-faq-item summary > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.kvh-faq-item[open] summary > span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.kvh-faq-item__answer {
  padding: 0 22px 20px;
}

.kvh-faq-item__answer p {
  margin-bottom: 0;
  padding-top: 16px;
  border-top: 1px solid var(--kv-line);
  color: var(--kv-muted);
  font-size: 12px;
  line-height: 1.75;
}

/* Final CTA */
.kvh-cta {
  padding: 0 0 100px;
  background: #fff;
}

.kvh-cta__box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
  padding: clamp(42px, 6vw, 72px);
  overflow: hidden;
  border-radius: 25px;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(1, 15, 48, 0.98), rgba(5, 45, 94, 0.88)),
    url("https://www.kashmirvendor.com/wp-content/uploads/2024/10/Sonamarg.jpg") center 54% / cover;
  box-shadow: 0 28px 75px rgba(1, 23, 69, 0.2);
}

.kvh-cta__box::after {
  position: absolute;
  top: -110px;
  right: -90px;
  width: 310px;
  height: 310px;
  content: "";
  border: 55px solid rgba(232, 53, 136, 0.13);
  border-radius: 50%;
}

.kvh-cta__copy,
.kvh-cta__actions {
  position: relative;
  z-index: 1;
}

.kvh-cta__copy {
  max-width: 740px;
}

.kvh-cta__copy .kv-eyebrow,
.kvh-cta__copy h2 {
  color: #fff;
}

.kvh-cta__copy > p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.75;
}

.kvh-cta__actions {
  display: grid;
  gap: 12px;
  min-width: 225px;
}

.kvh-cta__call {
  display: block;
  color: rgba(255, 255, 255, 0.73) !important;
  text-align: center;
  text-decoration: none !important;
}

.kvh-cta__call small,
.kvh-cta__call strong {
  display: block;
}

.kvh-cta__call small {
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kvh-cta__call strong {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .kvh-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
    gap: 48px;
  }

  .kvh-package-grid,
  .kvh-experience-grid,
  .kvh-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kvh-package-card h3,
  .kvh-package-card__route {
    min-height: auto;
  }

  .kvh-experience-card,
  .kvh-why-card {
    min-height: 275px;
  }
}

@media (max-width: 960px) {
  .kvh-hero,
  .kvh-hero__grid {
    min-height: auto;
  }

  .kvh-hero__grid {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-block: 110px 120px;
  }

  .kvh-hero__content {
    max-width: 760px;
  }

  .kvh-hero-card {
    max-width: 660px;
  }

  .kvh-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kvh-trust-item:nth-child(2) {
    border-right: 0;
  }

  .kvh-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--kv-line);
  }

  .kvh-about__grid,
  .kvh-planner__grid,
  .kvh-faq__grid {
    grid-template-columns: 1fr;
  }

  .kvh-about__visual {
    max-width: 650px;
  }

  .kvh-about__copy,
  .kvh-planner__copy {
    max-width: 760px;
  }

  .kvh-why__intro {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kvh-why__intro > p {
    max-width: 680px;
  }

  .kvh-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 30px;
  }

  .kvh-process__grid::before {
    display: none;
  }

  .kvh-step p {
    max-width: 300px;
  }

  .kvh-planner__grid {
    gap: 54px;
  }

  .kvh-form-card {
    max-width: 700px;
  }

  .kvh-faq__intro {
    position: static;
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .kvh-section-intro {
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: start;
  }

  .kvh-section-intro .kv-section-heading {
    margin-bottom: 20px;
  }

  .kvh-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 265px;
  }

  .kvh-destination-card,
  .kvh-destination-card--featured,
  .kvh-destination-card--wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .kvh-destination-card__content strong,
  .kvh-destination-card:not(.kvh-destination-card--featured) .kvh-destination-card__content strong {
    font-size: 24px;
  }

  .kvh-cta__box {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .kvh-cta__actions {
    width: min(100%, 320px);
  }
}

@media (max-width: 680px) {
  .kvh-hero__grid {
    gap: 42px;
    padding-block: 88px 105px;
  }

  .kvh-hero h1 {
    font-size: clamp(46px, 15vw, 66px);
  }

  .kvh-hero__lead {
    font-size: 16px;
  }

  .kvh-hero__proof {
    display: grid;
    gap: 9px;
  }

  .kvh-hero-card {
    padding: 25px 21px;
    border-radius: 19px;
  }

  .kvh-trust {
    margin-top: -28px;
  }

  .kvh-trust__grid,
  .kvh-package-grid,
  .kvh-experience-grid,
  .kvh-why__grid,
  .kvh-process__grid,
  .kvh-destination-grid {
    grid-template-columns: 1fr;
  }

  .kvh-trust-item,
  .kvh-trust-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--kv-line);
  }

  .kvh-trust-item:last-child {
    border-bottom: 0;
  }

  .kvh-packages {
    padding: 108px 0 88px;
  }

  .kvh-experiences,
  .kvh-about,
  .kvh-destinations,
  .kvh-why,
  .kvh-process,
  .kvh-planner,
  .kvh-faq {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .kvh-package-card__media {
    height: 235px;
  }

  .kvh-experience-card,
  .kvh-why-card {
    min-height: auto;
  }

  .kvh-experience-card__icon,
  .kvh-why-card__icon {
    margin-bottom: 34px;
  }

  .kvh-about__visual {
    min-height: 460px;
  }

  .kvh-about__main-image {
    width: calc(100% - 30px);
    height: 420px;
  }

  .kvh-about__small-image {
    width: 50%;
    height: 180px;
    border-width: 6px;
  }

  .kvh-about__seal {
    top: 22px;
    width: 105px;
    height: 105px;
  }

  .kvh-about__stats {
    grid-template-columns: 1fr;
  }

  .kvh-destination-grid {
    grid-auto-rows: 310px;
  }

  .kvh-why__intro {
    margin-bottom: 40px;
  }

  .kvh-step {
    padding: 0 15px 15px;
  }

  .kvh-form-card {
    padding: 30px 22px;
  }

  .kvh-faq-item summary {
    padding: 18px;
    font-size: 13px;
  }

  .kvh-faq-item__answer {
    padding: 0 18px 18px;
  }

  .kvh-cta {
    padding-bottom: 70px;
  }

  .kvh-cta__box {
    padding: 35px 25px;
    border-radius: 20px;
  }
}

@media (max-width: 420px) {
  .kvh-hero__badge {
    font-size: 10px;
  }

  .kvh-package-card__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .kvh-about__visual {
    min-height: 410px;
  }

  .kvh-about__main-image {
    height: 370px;
  }

  .kvh-about__small-image {
    height: 150px;
  }

  .kvh-about__seal {
    width: 92px;
    height: 92px;
  }
}

/* Live destination weather */
.kvh-weather {
  position: relative;
  padding: 108px 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 95% 0, rgba(232, 53, 136, 0.2), transparent 28%),
    linear-gradient(135deg, var(--kv-primary), var(--kv-primary-2));
}

.kvh-weather::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.12;
  background-image: radial-gradient(circle, #fff 0 1px, transparent 1.5px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 78%);
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.kvh-weather .kv-shell {
  position: relative;
}

.kvh-weather .kv-section-heading {
  max-width: 760px;
}

.kvh-weather .kv-eyebrow,
.kvh-weather .kv-section-heading h2 {
  color: #fff;
}

.kvh-weather .kv-section-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.kvh-weather__intro {
  align-items: end;
}

.kvh-weather__status {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: right;
}

.kvh-weather__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kvh-weather-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(1, 15, 48, 0.16);
  opacity: 0.78;
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.kvh-weather-card.is-ready {
  opacity: 1;
}

.kvh-weather-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}

.kvh-weather-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 27px;
}

.kvh-weather-card__top span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kvh-weather-card__top h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}

.kvh-weather-card__icon {
  display: grid !important;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  place-items: center;
}

.kvh-weather-card__icon svg {
  width: 25px;
  height: 25px;
}

.kvh-weather-card__current {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.kvh-weather-card__current strong {
  color: #fff;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 750;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.kvh-weather-card__current span {
  max-width: 96px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}

.kvh-weather-card__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.kvh-weather-card__details div {
  min-width: 0;
  padding: 11px;
  background: rgba(1, 23, 69, 0.46);
}

.kvh-weather-card__details dt {
  overflow: hidden;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.kvh-weather-card__details dd {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

.kvh-weather__note {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.kvh-weather.is-unavailable .kvh-weather-card {
  opacity: 0.65;
}

@media (max-width: 1050px) {
  .kvh-weather__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .kvh-weather {
    padding: 82px 0;
  }

  .kvh-weather__intro {
    display: block;
  }

  .kvh-weather__status {
    margin-top: 18px;
    text-align: left;
  }

  .kvh-weather__grid {
    grid-template-columns: 1fr;
  }

  .kvh-weather-card {
    padding: 22px;
  }

  .kvh-weather-card__current strong {
    font-size: 52px;
  }
}
