:root {
  --primary: #eb7900;
  --secondary: #012E61;
  --bg-light: #f5f7fa;
  --white: #ffffff;
  --text-main: #1f2937;
  --font-heading: Georgia, "Times New Roman", serif;
  --section-padding-y: 80px;
}

/* Section vertical rhythm — scales down on smaller viewports */
@media (max-width: 991.98px) {
  :root {
    --section-padding-y: 60px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --section-padding-y: 48px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --section-padding-y: 40px;
  }
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--text-main);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.dmc-newsletter-title,
.dmc-dream-title {
  font-family: var(--font-heading);
}

.btn {
  border-radius: 999px;
}

.top-utility-bar {
  background-color: #f3f0e9;
  color: #1f2937;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
}

.rating-pill {
  background-color: #f3f3f3;
  border: 1px solid #e0e0e0;
  /* color: var(--primary); */
  border-radius: 6px;
  padding: 4px 10px;
  font-weight: 600;
}

.utility-links {
  gap: 20px;
}

.utility-links li.with-divider {
  border-left: 1px solid #cfcfcf;
  padding-left: 12px;
}

.utility-links a {
  color: #1f2937;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.utility-links a:hover {
  opacity: 0.9;
}

.top-utility-mobile-support {
  color: #1f2937;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.top-utility-mobile-support:hover {
  color: var(--primary);
}

.login-btn-header-top {
  padding: 6px 14px;
  font-size: 0.85rem;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Sticky header: on mobile this wraps navbar only (utility bar is a sibling above). */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sv-header {
  background-color: #f8f7f3;
  background-image: linear-gradient(to bottom, #fcfbf8 0%, #f4f2ec 100%);
}

.sv-header-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.sv-contact-btn {
  justify-self: end;
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 999px;
  padding: 10px 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sv-contact-btn:hover {
  background-color: var(--primary);
  color: #ffffff;
}

.sv-contact-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 121, 0, 0.25);
}

.sv-logo-wrap {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.sv-logo-image {
  width: 240px;
  max-width: 42vw;
  height: auto;
  display: block;
}

.sv-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: conic-gradient(from 40deg, #f09a2f, #2f8bc2, #0d4f90, #f09a2f);
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}

.sv-logo-mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #f4f2ec;
}

.sv-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.sv-logo-title {
  font-weight: 700;
  letter-spacing: 3px;
  color: #111111;
  font-size: 24px;
}

.sv-logo-tagline {
  color: #1e3a5f;
  font-size: 10px;
  letter-spacing: 2.1px;
  margin-top: 2px;
}

.sv-menu-btn {
  justify-self: start;
  border: 0;
  background: transparent;
  color: #1b1b1b;
  letter-spacing: 0.6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.sv-menu-lines {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.sv-menu-lines i {
  display: block;
  width: 22px;
  height: 1.5px;
  background-color: #1b1b1b;
}

.sv-menu-btn:not(.collapsed) .sv-menu-lines i:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}

.sv-menu-btn:not(.collapsed) .sv-menu-lines i:nth-child(2) {
  opacity: 0;
}

.sv-menu-btn:not(.collapsed) .sv-menu-lines i:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

.sv-menu-lines i {
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.sv-menu-panel {
  border-top: 1px solid #dfddd7;
  padding: 16px 0;
}

.sv-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
}

.sv-menu-list a {
  color: #1f2937;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
}

.sv-menu-list a:hover,
.sv-menu-list a:focus-visible {
  color: var(--primary);
}

.sv-menu-list a[aria-current="page"] {
  color: var(--primary);
  font-weight: 700;
}

.sv-menu-split {
  display: none;
}

.sv-menu-cta {
  background-color: var(--primary);
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 16px;
}

.sv-menu-cta:hover,
.sv-menu-cta:focus-visible {
  background-color: var(--secondary);
  color: #fff !important;
}

.sv-verticals-gallery {
  scroll-margin-top: 104px;
}

@media (min-width: 992px) {
  .sv-menu-list {
    flex-wrap: nowrap;
    gap: 0 14px;
  }

  .sv-menu-split {
    display: block;
    width: 1px;
    height: 16px;
    background: #d7d4cc;
    margin: 0 6px;
    flex-shrink: 0;
  }

  .sv-menu-cta {
    margin-left: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sv-menu-list {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.sv-hero {
  background-color: #f7f5f0;
  background-image:
    radial-gradient(circle at 50% 34%, rgba(188, 176, 152, 0.2), transparent 34%),
    linear-gradient(to bottom, #fcfbf8 0%, #f4f1ea 55%, #f1eee7 100%);
  padding: var(--section-padding-y) 0;
  overflow: hidden;
}

.sv-hero .container {
  position: relative;
}

.sv-hero-doodles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sv-doodle {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(198, 123, 47, 0.28);
  background: rgba(255, 255, 255, 0.58);
  color: #c67b2f;
  opacity: 0.38;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(31, 41, 55, 0.08);
  animation: sv-float 6.5s ease-in-out infinite;
}

.sv-doodle-left-1 {
  left: 4%;
  top: 9%;
}

.sv-doodle-left-2 {
  left: 0%;
  top: 33%;
  width: 38px;
  height: 38px;
  font-size: 15px;
  animation-delay: 0.8s;
}

.sv-doodle-left-3 {
  left: 7%;
  top: 57%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  animation-delay: 1.4s;
}

.sv-doodle-right-1 {
  right: 5%;
  top: 10%;
  animation-delay: 0.6s;
}

.sv-doodle-right-2 {
  right: 1%;
  top: 35%;
  width: 38px;
  height: 38px;
  font-size: 14px;
  animation-delay: 1.1s;
}

.sv-doodle-right-3 {
  right: 8%;
  top: 59%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  animation-delay: 1.8s;
}

.sv-hero-content {
  max-width: 760px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
}

.sv-hero-title {
  margin: 0;
  color: #222637;
  font-size: clamp(2.15rem, 4.6vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: 0.25px;
}

.sv-hero-title span {
  display: block;
  opacity: 0;
  transform: translateY(16px);
  animation: sv-fade-up 0.9s ease forwards;
}

.sv-hero-title em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  color: #c67b2f;
  opacity: 0;
  transform: translateY(14px);
  animation: sv-fade-up 0.9s 0.18s ease forwards;
}

.sv-hero-subtitle {
  margin: 20px 0 0;
  color: #454852;
  font-size: clamp(0.9rem, 1.6vw, 1.2rem);
  line-height: 1.62;
  letter-spacing: 0.18px;
  opacity: 0;
  animation: sv-fade-up 0.85s 0.34s ease forwards;
}

.sv-hero-cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #ffffff;
  opacity: 0;
  transform: translateY(14px);
  animation: sv-fade-up 0.85s 0.46s ease forwards;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.sv-hero-cta:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #ffffff;
}

.sv-hero-mosaic-slider {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.sv-hero-mosaic-swiper {
  overflow: visible;
}

.sv-hero-mosaic-swiper .swiper-wrapper {
  align-items: flex-end;
}

.sv-hero-mosaic-swiper .swiper-slide {
  width: 52px;
  height: auto;
  flex-shrink: 0;
}

.sv-hero-mosaic-tile {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 2px;
  overflow: hidden;
  background: #e8ecf1;
  transition: height 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 6px 18px rgba(31, 41, 55, 0.08);
}

.sv-hero-mosaic-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sv-hero-mosaic-layer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sv-hero-mosaic-swiper .swiper-slide-active .sv-hero-mosaic-tile {
  box-shadow: 0 10px 26px rgba(31, 41, 55, 0.14);
}

.sv-hero-mosaic-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  padding: 20px 12px 12px;
  z-index: 2;
}

.sv-hero-mosaic-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background: rgba(1, 46, 97, 0.22);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, width 0.2s ease;
}

.sv-hero-mosaic-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--primary);
}

.sv-hero-mosaic-dot:hover {
  background: rgba(235, 121, 0, 0.55);
}

.sv-hero-mosaic-dot:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.sv-hero-mosaic {
  --hero-image: url("https://images.unsplash.com/photo-1518509562904-e7ef99cdcc86?auto=format&fit=crop&w=1800&q=80");
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 4px;
  max-width: 920px;
  margin: 0 auto;
  align-items: end;
  perspective: 1000px;
  position: relative;
  z-index: 1;
}

.sv-hero-strip {
  width: 100%;
  height: var(--h, 264px);
  background-image: var(--hero-image);
  background-repeat: no-repeat;
  background-size: 1200% 100%;
  background-position: calc(var(--i) * 9.09%) 50%;
  border-radius: 2px;
  opacity: 0;
  transform: translateY(30px) rotateX(15deg);
  animation: sv-strip-rise 0.85s ease forwards;
  animation-delay: calc(0.42s + (var(--i) * 0.07s));
  transition: transform 0.45s ease, filter 0.35s ease;
  filter: saturate(1.02) contrast(1.01);
}

.sv-hero-mosaic:hover .sv-hero-strip {
  transform: translateY(-7px) scale(1.01);
}

.sv-hero-mosaic:hover .sv-hero-strip:nth-child(odd) {
  transform: translateY(-10px) scale(1.015);
}

@keyframes sv-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sv-strip-rise {
  from {
    opacity: 0;
    transform: translateY(30px) rotateX(15deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }
}

@keyframes sv-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 991.98px) {
  .sv-header-inner {
    min-height: 74px;
  }

  .sv-logo-title {
    font-size: 16px;
    letter-spacing: 1.8px;
  }

  .sv-logo-tagline {
    font-size: 8px;
    letter-spacing: 1.3px;
  }

  .sv-logo-image {
    width: 170px;
  }

  .sv-contact-btn {
    font-size: 10px;
    padding: 8px 14px;
  }

  .sv-menu-btn > span:not(.sv-menu-lines) {
    display: none;
  }

  .sv-menu-panel {
    padding: 8px 0 16px;
  }

  .sv-menu-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .sv-menu-list li {
    width: 100%;
    border-bottom: 1px solid #eceae4;
  }

  .sv-menu-list li:last-child {
    border-bottom: 0;
  }

  .sv-menu-list a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 8px 2px;
    font-size: 15px;
  }

  .sv-menu-cta {
    justify-content: center;
    margin-top: 12px;
  }

  .sv-hero-doodles {
    opacity: 0.58;
  }

  .sv-hero-content {
    margin-bottom: 20px;
  }

  .sv-hero-subtitle br {
    display: none;
  }

  .sv-hero-mosaic-slider {
    padding-bottom: 0;
  }

  .sv-hero-mosaic-pagination {
    margin-top: 22px;
    padding: 16px 8px 10px;
    gap: 12px;
  }

  .sv-hero-mosaic-swiper .swiper-slide {
    width: 42px;
  }

  .sv-hero-mosaic {
    gap: 3px;
  }

  .sv-hero-strip {
    height: clamp(148px, 30vw, 232px);
  }

  .sv-doodle-left-2,
  .sv-doodle-right-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .sv-hero-title {
    line-height: 1.1;
  }

  .sv-hero-mosaic-swiper .swiper-slide {
    width: 36px;
  }

  .sv-hero-strip {
    height: clamp(124px, 31vw, 170px);
  }

  .sv-doodle {
    transform: scale(0.86);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-hero-title span,
  .sv-hero-title em,
  .sv-hero-subtitle,
  .sv-hero-strip {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .sv-hero-mosaic-swiper .swiper-slide-active .sv-hero-mosaic-tile,
  .sv-hero-mosaic:hover .sv-hero-strip,
  .sv-hero-mosaic:hover .sv-hero-strip:nth-child(odd) {
    transform: none;
  }

  .sv-doodle {
    animation: none;
  }
}

.corporate-navbar {
  min-height: 68px;
}

.corporate-navbar .navbar-brand {
  font-size: 1.35rem;
  letter-spacing: 0.2px;
}

.header-main-menu {
  gap: 10px;
}

.header-main-menu .nav-link {
  color: var(--secondary);
  font-weight: 500;
  padding: 0.4rem 0.7rem;
  display: inline-flex;
  align-items: center;
}

.header-main-menu .nav-link:hover {
  color: var(--primary);
}

.login-btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 999px;
  padding: 8px 20px;
  font-weight: 600;
  border: 1px solid var(--primary);
  text-decoration: none;

}

.login-btn:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.icon-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
  text-decoration: none;
  position: relative;
  background-color: var(--white);
}

.badge-dot {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: var(--primary);
  color: var(--white);
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  border: 2px solid var(--white);
}

.flag-india {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: inline-block;
  background: linear-gradient(
    to bottom,
    #ff9933 0%,
    #ff9933 33%,
    #ffffff 33%,
    #ffffff 66%,
    #128807 66%,
    #128807 100%
  );
  position: relative;
}

.flag-india::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0b5cab;
}

.icon-link-nav i.bi-tag-fill {
  color: var(--secondary);
}

.icon-link-nav i.bi-geo-alt-fill {
  color: var(--secondary);
}

.section-padding,
.section-padding-sm,
section.sv-hero,
.sv-hero {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* Keep section spacing when component rules also set padding */
.section-padding.sv-awards,
.section-padding.sv-trust-section,
.section-padding.sv-insights,
.section-padding.sv-testimonials-showcase,
.section-padding.sv-services-slider,
.section-padding.sv-travel-values,
.section-padding.sv-about-travel,
.section-padding.sv-vision-mission,
.section-padding.sv-team,
.section-padding.sv-page-cta,
.section-padding.sv-contact-page {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

.section-padding.sv-stack-cards {
  padding-top: var(--section-padding-y);
  padding-bottom: 0;
}

.bg-soft {
  background-color: var(--bg-light);
}

.bg-primary-custom {
  background-color: var(--primary);
}

.text-primary-custom {
  color: var(--primary) !important;
}

.text-secondary-custom {
  color: var(--secondary) !important;
}

.btn-primary-custom {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
  background-color: #082f49;
  border-color: #082f49;
  color: var(--white);
}

.btn-outline-primary-custom {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.btn-outline-primary-custom:hover {
  background-color: var(--primary);
  color: var(--white);
}

.card-custom {
  background: var(--white);
  border: 1px solid #e8edf3;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(11, 60, 93, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-custom:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(11, 60, 93, 0.12);
}

.hero {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

.hero .nav-tabs .nav-link {
  color: #64748b;
}

.hero .nav-tabs .nav-link.active {
  color: var(--primary);
  font-weight: 600;
}

.booking-pills .nav-link {
  color: var(--primary);
  border: 1px solid #d7e3ef;
  margin-right: 8px;
}

.booking-pills .nav-link.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

.logo-chip {
  background: var(--white);
  border: 1px solid #dde7f1;
  border-radius: 10px;
  padding: 14px 10px;
  font-weight: 600;
  color: #4b5563;
}

.client-logo-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

.sv-trust-section {
  --sv-trust-bg: #ffffff;
  background-color: #ffffff;
  border: 0;
  overflow: hidden;
}

.sv-trust-head {
  margin-bottom: 24px !important;
}

.sv-trust-marquee {
  position: relative;
  width: 100%;
  margin-top: 4px;
}

.sv-trust-track {
  overflow: hidden;
  width: 100%;
}

.sv-trust-track-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: sv-trust-scroll 38s linear infinite;
  will-change: transform;
}

.sv-trust-marquee:hover .sv-trust-track-inner {
  animation-play-state: paused;
}

@keyframes sv-trust-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.sv-trust-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(48px, 12vw, 140px);
  z-index: 2;
  pointer-events: none;
}

.sv-trust-fade-left {
  left: 0;
  background: linear-gradient(
    to right,
    var(--sv-trust-bg) 0%,
    var(--sv-trust-bg) 18%,
    transparent 100%
  );
}

.sv-trust-fade-right {
  right: 0;
  background: linear-gradient(
    to left,
    var(--sv-trust-bg) 0%,
    var(--sv-trust-bg) 18%,
    transparent 100%
  );
}

.sv-trust-logo-item {
  flex: 0 0 auto;
  width: clamp(150px, 16vw, 200px);
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv-logo-chip {
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  padding: 10px 14px;
  min-height: 78px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(18, 33, 64, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sv-trust-marquee .sv-logo-chip:hover {
  transform: translateY(-2px);
  border-color: #d8e0ea;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.sv-logo-chip .client-logo-img {
  height: 54px;
  object-fit: contain;
  filter: saturate(0.95) contrast(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .sv-trust-track-inner {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
    gap: 12px;
  }

  .sv-trust-logo-item[aria-hidden="true"] {
    display: none;
  }

  .sv-trust-fade {
    display: none;
  }
}

.sv-about-travel {
  background: linear-gradient(180deg, #faf9f6 0%, #f3f1eb 100%);
  position: relative;
  overflow: hidden;
}

.sv-about-travel::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 20%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px dashed rgba(1, 46, 97, 0.1);
  pointer-events: none;
}

/* Scroll reveal — section-wise motion (no layout change) */
.sv-scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--sv-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.sv-scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sv-scroll-reveal--left {
  transform: translate3d(-32px, 0, 0);
}

.sv-scroll-reveal--right {
  transform: translate3d(32px, 0, 0);
}

.sv-scroll-reveal--fade {
  transform: translate3d(0, 16px, 0);
}

.sv-scroll-reveal--left.is-visible,
.sv-scroll-reveal--right.is-visible,
.sv-scroll-reveal--fade.is-visible {
  transform: translate3d(0, 0, 0);
}

@media (max-width: 991.98px) {
  .sv-scroll-reveal--left:not(.is-visible),
  .sv-scroll-reveal--right:not(.is-visible) {
    transform: translate3d(0, 32px, 0);
  }
}

.sv-about-media-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 5;
  max-height: 620px;
  box-shadow: 0 16px 40px rgba(1, 46, 97, 0.1);
}

.sv-about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.sv-about-media-wrap:hover .sv-about-image {
  transform: scale(1.04);
}

.sv-about-media-accent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to top, rgba(1, 46, 97, 0.35), transparent);
  pointer-events: none;
}

.sv-about-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 12px 0 12px 16px;
}

.sv-about-content::before {
  content: "";
  position: absolute;
  left: -72px;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px dashed rgba(235, 121, 0, 0.22);
  z-index: -1;
}

.sv-about-kicker {
  color: var(--primary);
  font-size: 0.78rem;
  letter-spacing: 2px;
  font-weight: 700;
}

.sv-about-title {
  color: #222637;
  font-size: clamp(1.85rem, 2.8vw, 2.75rem);
  line-height: 1.18;
  letter-spacing: -0.2px;
}

.sv-about-text {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
}

.sv-about-highlight {
  color: #9a5f1a;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.65;
  width: 100%;
  max-width: 100%;
  border-left: 3px solid var(--primary);
  padding-left: 14px;
}

.sv-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #e3e0d8;
}

.sv-about-stat-item {
  padding: 0 16px;
  border-right: 1px solid #e8e4dc;
}

.sv-about-stat-item:first-child {
  padding-left: 0;
}

.sv-about-stat-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.sv-about-stats h3 {
  margin: 0;
  color: #1f2430;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.1;
}

.sv-about-stats h3 span {
  color: var(--primary);
}

.sv-about-stats p {
  margin: 6px 0 0;
  color: #545d68;
  font-size: 0.9rem;
  line-height: 1.35;
}

.sv-about-cta {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  .sv-about-media-wrap {
    max-height: 560px;
  }

  .sv-about-content {
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .sv-about-travel {
    overflow: hidden;
  }

  .sv-about-travel::before {
    right: -80px;
    top: 8%;
    width: 200px;
    height: 200px;
  }

  .sv-about-media-wrap {
    max-height: none;
    aspect-ratio: 16 / 10;
    max-width: 100%;
    margin: 0 auto;
  }

  .sv-about-content::before {
    display: none;
  }

  .sv-about-content {
    padding: 0;
    max-width: 100%;
  }

  .sv-about-title {
    font-size: clamp(1.55rem, 5vw, 2.1rem);
    line-height: 1.22;
  }

  .sv-about-text,
  .sv-about-highlight {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .sv-about-stats {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 18px;
    margin-top: 4px;
  }

  .sv-about-stat-item {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid #ebe7df;
    text-align: center;
  }

  .sv-about-stat-item:first-child {
    padding-left: 0;
    padding-top: 0;
  }

  .sv-about-stat-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .sv-about-stats h3 {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }

  .sv-about-stats p {
    font-size: 0.88rem;
  }

  .sv-about-cta {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .sv-about-travel .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sv-about-kicker {
    text-align: center;
    font-size: 0.72rem;
    letter-spacing: 1.4px;
  }

  .sv-about-title {
    text-align: center;
    margin-bottom: 14px !important;
  }

  .sv-about-text {
    text-align: center;
  }

  .sv-about-highlight {
    text-align: center;
    border-left: none;
    border-top: 3px solid var(--primary);
    padding-left: 0;
    padding-top: 14px;
    margin-bottom: 20px !important;
  }

  .sv-about-media-wrap {
    aspect-ratio: 16 / 11;
    border-radius: 8px;
  }
}

@media (max-width: 575.98px) {
  .sv-about-media-wrap {
    aspect-ratio: 4 / 3;
  }

  .sv-about-kicker {
    letter-spacing: 1.2px;
    font-size: 0.68rem;
  }

  .sv-about-title {
    font-size: 1.45rem;
  }

  .sv-about-text,
  .sv-about-highlight {
    font-size: 0.9rem;
  }

  .sv-about-cta {
    font-size: 0.95rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .sv-about-media-wrap:hover .sv-about-image {
    transform: none;
  }
}

/* Travel values — dark principles section */
.sv-travel-values {
  position: relative;
  background-color: var(--secondary);
  background-image:
    radial-gradient(circle at 12% 88%, rgba(235, 121, 0, 0.12), transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.06), transparent 38%),
    linear-gradient(135deg, #011f42 0%, var(--secondary) 48%, #0a3d72 100%);
  color: #f4f6f8;
  overflow: hidden;
}

.sv-values-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sv-values-grain {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  background-size: 140px 140px;
  mix-blend-mode: soft-light;
}

.sv-values-mandala {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px dashed rgba(235, 121, 0, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 0 48px rgba(255, 255, 255, 0.02),
    0 0 0 96px rgba(235, 121, 0, 0.04);
}

.sv-values-mandala::before,
.sv-values-mandala::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}

.sv-values-mandala::before {
  inset: 52px;
}

.sv-values-mandala::after {
  inset: 104px;
  border-color: rgba(235, 121, 0, 0.15);
}

.sv-values-doodle {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(235, 121, 0, 0.22);
  font-size: 1.35rem;
  animation: sv-values-float 7s ease-in-out infinite;
}

.sv-values-doodle-1 {
  left: 6%;
  top: 14%;
  font-size: 1.1rem;
  animation-delay: 0s;
}

.sv-values-doodle-2 {
  left: 18%;
  bottom: 18%;
  animation-delay: 0.8s;
}

.sv-values-doodle-3 {
  right: 42%;
  top: 8%;
  animation-delay: 1.2s;
}

.sv-values-doodle-4 {
  right: 8%;
  bottom: 22%;
  font-size: 1.5rem;
  animation-delay: 0.4s;
}

.sv-values-doodle-5 {
  left: 42%;
  bottom: 8%;
  animation-delay: 1.6s;
}

.sv-values-doodle-6 {
  right: 28%;
  top: 42%;
  animation-delay: 2s;
}

.sv-values-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  color: rgba(255, 255, 255, 0.07);
  opacity: 0.9;
}

@keyframes sv-values-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(4deg);
  }
}

.sv-travel-values .container {
  position: relative;
  z-index: 1;
}

.sv-values-intro {
  position: relative;
}

@media (min-width: 992px) {
  .sv-values-intro {
    padding-right: 24px;
  }
}

.sv-values-kicker {
  color: var(--primary);
  font-size: 0.78rem;
  letter-spacing: 2.2px;
  font-weight: 600;
  margin: 0 0 14px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(235, 121, 0, 0.35);
}

.sv-values-title {
  color: #ffffff;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.12;
  font-weight: 400;
  margin: 0 0 18px;
  max-width: 12ch;
}

.sv-values-title-accent {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.95);
}

.sv-values-lead {
  margin: 0 0 28px;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.sv-values-graphic {
  color: rgba(235, 121, 0, 0.5);
  max-width: 200px;
  margin-bottom: 28px;
}

.sv-values-graphic svg {
  width: 100%;
  height: auto;
  display: block;
}

.sv-values-cta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}

.sv-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.sv-values-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.sv-values-col-offset {
  padding-top: 52px;
}

.sv-value-card {
  padding: 18px 18px 18px 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.sv-value-card:hover {
  border-color: rgba(235, 121, 0, 0.35);
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(4px);
}

.sv-value-num {
  margin: 0 0 10px;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

.sv-value-num span::after {
  content: " —";
  color: rgba(255, 255, 255, 0.35);
}

.sv-value-name {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: clamp(1.28rem, 1.8vw, 1.55rem);
  font-weight: 400;
  line-height: 1.25;
}

.sv-value-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .sv-values-title {
    max-width: none;
  }

  .sv-values-lead {
    max-width: none;
  }

  .sv-values-graphic {
    max-width: 160px;
    margin-bottom: 20px;
  }

  .sv-values-col-offset {
    padding-top: 0;
  }

  .sv-values-grid {
    gap: 20px;
    margin-top: 8px;
  }

  .sv-values-col {
    gap: 20px;
  }

  .sv-value-card:hover {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .sv-values-graphic {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .sv-values-grid {
    grid-template-columns: 1fr;
  }

  .sv-values-cta {
    width: 100%;
    justify-content: center;
  }

  .sv-values-doodle-3,
  .sv-values-doodle-5,
  .sv-values-doodle-6 {
    display: none;
  }

  .sv-values-mandala {
    width: 260px;
    height: 260px;
    top: -60px;
    right: -70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-values-doodle {
    animation: none;
  }
}

/* Shared section heading — matches Trust / Values style */
.sv-section-kicker {
  color: var(--primary);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.sv-section-title {
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 400;
  color: #222637;
  letter-spacing: -0.2px;
  line-height: 1.12;
  margin: 0;
}

.sv-trust-head .sv-section-title {
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  line-height: 1.15;
}

.sv-section-lead {
  color: #5b6472;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.sv-trust-head .sv-section-kicker {
  color: #7d8591;
  letter-spacing: 0.6px;
  font-weight: 500;
}

/* Services slider — Holidays / Flights / Hotels (1 slide, split layout) */
.sv-services-slider {
  background-color: #faf9f6;
}

.sv-services-swiper {
  overflow: hidden;
  border: 1px solid #e8e4dc;
}

.sv-services-swiper .swiper-slide {
  height: auto;
}

.sv-services-pagination {
  display: none;
}

.sv-service-card {
  display: flex;
  flex-direction: row;
  min-height: 460px;
  background: #f9f6f0;
  overflow: hidden;
}

.sv-service-card-content {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 48px 40px 36px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #f9f6f0;
}

.sv-service-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: #5b6472;
  text-transform: uppercase;
}

.sv-service-card-kicker i {
  color: var(--primary);
  font-size: 0.9rem;
}

.sv-service-card-title {
  margin: 0 0 22px;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 400;
  color: #1a1f2b;
  line-height: 1.12;
  letter-spacing: -0.2px;
}

.sv-service-card-text {
  margin: 0 0 28px;
  color: #5b6472;
  font-family: "DM Sans", sans-serif;
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 38ch;
}

.sv-service-card-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}

.sv-service-card-footer {
  margin-top: auto;
  padding-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.sv-service-fraction {
  font-family: "DM Sans", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  color: #3d4550;
  font-weight: 500;
}

.sv-service-arrows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sv-service-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #1a1f2b;
  border-radius: 50%;
  background: transparent;
  color: #1a1f2b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sv-service-arrow:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

.sv-service-card-media {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.sv-service-card-media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .sv-services-swiper {
    border-radius: 18px;
    overflow: hidden;
  }

  .sv-service-card {
    flex-direction: column;
    min-height: 0;
  }

  .sv-service-card-content {
    flex: none;
    max-width: none;
    width: 100%;
    padding: 22px 22px 18px;
    order: 2;
    justify-content: flex-start;
  }

  .sv-service-card-media {
    order: 1;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .sv-service-card-media img {
    position: absolute;
    inset: 0;
    min-height: 0;
    height: 100%;
  }

  .sv-service-card-kicker {
    margin-bottom: 10px;
  }

  .sv-service-card-title {
    margin-bottom: 10px;
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .sv-service-card-text {
    max-width: none;
    margin-bottom: 16px;
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .sv-service-card-footer {
    padding-top: 16px;
    align-items: center;
  }

  .sv-service-arrows {
    flex-direction: row;
  }

  .sv-services-prev i,
  .sv-services-next i {
    transform: rotate(-90deg);
  }

  .sv-service-arrow {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767.98px) {
  .sv-services-head .sv-section-title {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }

  .sv-services-head .sv-section-lead {
    font-size: 0.92rem;
    line-height: 1.6;
    max-width: 38ch;
  }

  .sv-services-head.mb-4 {
    margin-bottom: 1.15rem !important;
  }

  .sv-services-swiper {
    border-radius: 16px;
  }

  .sv-services-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: static !important;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .sv-services-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #c8c2b8;
    opacity: 1;
    border-radius: 999px;
    transition: width 0.2s ease, background-color 0.2s ease;
  }

  .sv-services-pagination .swiper-pagination-bullet-active {
    width: 22px;
    background: var(--primary);
  }
}

@media (max-width: 575.98px) {
  .sv-service-card-content {
    padding: 18px 18px 16px;
  }

  .sv-service-card-title {
    font-size: 1.45rem;
  }

  .sv-service-card-btn {
    width: auto;
    justify-content: center;
    min-height: 42px;
  }

  .sv-service-card-media {
    aspect-ratio: 16 / 10;
  }
}

/* Awards & Recognition — matches Travel Values dark theme */
.sv-awards {
  position: relative;
  background-color: var(--secondary);
  background-image:
    radial-gradient(circle at 12% 88%, rgba(235, 121, 0, 0.12), transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.06), transparent 38%),
    linear-gradient(135deg, #011f42 0%, var(--secondary) 48%, #0a3d72 100%);
  color: #f4f6f8;
  overflow: hidden;
}

.sv-awards-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sv-awards-grain {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  background-size: 140px 140px;
  mix-blend-mode: soft-light;
}

.sv-awards-mandala {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px dashed rgba(235, 121, 0, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 0 48px rgba(255, 255, 255, 0.02),
    0 0 0 96px rgba(235, 121, 0, 0.04);
}

.sv-awards-mandala::before,
.sv-awards-mandala::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}

.sv-awards-mandala::before {
  inset: 52px;
}

.sv-awards-mandala::after {
  inset: 104px;
  border-color: rgba(235, 121, 0, 0.15);
}

.sv-awards-doodle {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(235, 121, 0, 0.22);
  font-size: 1.35rem;
  animation: sv-values-float 7s ease-in-out infinite;
}

.sv-awards-doodle-1 {
  left: 6%;
  top: 14%;
  font-size: 1.1rem;
}

.sv-awards-doodle-2 {
  right: 10%;
  top: 22%;
  animation-delay: 1.2s;
}

.sv-awards-doodle-3 {
  left: 18%;
  bottom: 18%;
  animation-delay: 2s;
}

.sv-awards-doodle-4 {
  right: 22%;
  bottom: 28%;
  animation-delay: 0.6s;
}

.sv-awards-doodle-5 {
  left: 42%;
  top: 8%;
  animation-delay: 1.8s;
}

.sv-awards-doodle-6 {
  right: 6%;
  bottom: 12%;
  animation-delay: 2.4s;
}

.sv-awards-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100%, 420px);
  height: auto;
  color: rgba(255, 255, 255, 0.08);
}

.sv-awards-wrap {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.sv-awards-row {
  min-height: 520px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  outline: none;
}

.sv-awards-row:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(235, 121, 0, 0.45);
}

.sv-awards-row > [class*="col-"] {
  overflow: hidden;
}

.sv-awards-visual {
  position: relative;
  display: flex;
  align-items: stretch;
  background: transparent;
  min-height: 480px;
  overflow: hidden;
}

.sv-awards-year-wrap {
  flex: 0 0 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 2;
  overflow: hidden;
}

.sv-awards-year {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
  user-select: none;
  transition: opacity 0.22s ease;
}

.sv-awards-stage {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 28px 48px 20px;
  overflow: hidden;
  min-width: 0;
}

.sv-awards-spotlight {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 28px;
  border-radius: 4px 4px 12px 12px;
  background: linear-gradient(180deg, #c9a227 0%, #8a6f1a 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
  z-index: 4;
}

.sv-awards-spotlight::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 200px;
  background: radial-gradient(
    ellipse at center top,
    rgba(255, 214, 140, 0.35) 0%,
    rgba(255, 214, 140, 0.08) 45%,
    transparent 70%
  );
  pointer-events: none;
}

.sv-awards-wood {
  position: relative;
  width: min(100%, 300px);
  max-width: 100%;
  padding: 36px 24px 32px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, transparent 18%, transparent 82%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(180deg, #3d2818 0%, #2a1a0f 40%, #1f140c 100%);
  background-color: #2c1d12;
  box-shadow: 8px 16px 32px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.sv-awards-wood::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -10px;
  bottom: 8px;
  width: 10px;
  background: linear-gradient(90deg, #e8e4dc 0%, #f0ece4 100%);
  pointer-events: none;
}

.sv-awards-wood::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px,
    transparent 14px
  );
  pointer-events: none;
}

.sv-awards-frame {
  position: relative;
  padding: 10px;
  background: linear-gradient(145deg, #d4af37 0%, #b8922a 35%, #f0d878 50%, #9a7b1f 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.sv-awards-frame img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 320px;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  background: #f8f4ea;
}

.sv-awards-stage-shadow {
  position: absolute;
  right: 0;
  bottom: 12%;
  width: 45%;
  height: 65%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.sv-awards-panel {
  position: relative;
  background: transparent;
  display: flex;
  align-items: stretch;
  min-height: 480px;
  overflow: hidden;
  min-width: 0;
}

.sv-awards-panel-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  min-height: 480px;
}

.sv-awards-header {
  margin-bottom: 28px;
}

.sv-awards-kicker {
  color: var(--primary);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 2.2px;
  font-weight: 600;
  margin: 0 0 14px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(235, 121, 0, 0.35);
}

.sv-awards-lead {
  margin: 14px 0 0;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.72);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.sv-awards-detail-card {
  padding: 24px 24px 22px;
  margin-bottom: 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  min-height: 200px;
  transition: opacity 0.26s ease, transform 0.26s ease, border-color 0.26s ease;
}

.sv-awards-detail-card:hover {
  border-color: rgba(235, 121, 0, 0.28);
}

.sv-awards-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.sv-awards-year-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(235, 121, 0, 0.18);
  border: 1px solid rgba(235, 121, 0, 0.35);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.sv-awards-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.sv-awards-media-swap,
.sv-awards-content-swap {
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.sv-awards-media-swap.is-fading,
.sv-awards-content-swap.is-fading {
  opacity: 0;
  transform: translateY(6px);
}

.sv-awards-visual.is-fading .sv-awards-year {
  opacity: 0.35;
}

.sv-awards-heading {
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.12;
  letter-spacing: -0.2px;
  margin: 0;
}

.sv-awards-detail {
  margin-bottom: 0;
}

.sv-awards-detail-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.sv-awards-medal {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(235, 121, 0, 0.15);
  border: 1px solid rgba(235, 121, 0, 0.35);
  color: var(--primary);
  font-size: 1.2rem;
  line-height: 1;
}

.sv-awards-detail-title {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.2;
}

.sv-awards-detail-text {
  margin: 0;
  padding-left: 58px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "DM Sans", sans-serif;
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 54ch;
}

.sv-awards-nav {
  margin-bottom: 28px;
}

.sv-awards-progress {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.sv-awards-progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), #f0a04d);
  transition: width 0.35s ease;
}

.sv-awards-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 420px;
}

.sv-awards-fraction {
  font-family: "DM Sans", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}

.sv-awards-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.sv-awards-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.sv-awards-dot:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.15);
}

.sv-awards-dot.is-active {
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(235, 121, 0, 0.25);
  transform: scale(1.2);
}

.sv-awards-dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.sv-awards-arrows {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.sv-awards-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sv-awards-arrow:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateY(-1px);
}

.sv-awards-arrow:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.sv-awards-arrow:active {
  transform: translateY(0);
}

.sv-awards-footer {
  margin-top: 8px;
  padding-top: 32px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sv-awards-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin: 0;
  padding: 0 4px;
}

.sv-awards-stats li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 120px;
}

.sv-awards-stats strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.sv-awards-stats span {
  font-family: "DM Sans", sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0.02em;
}

.sv-awards:focus-within .sv-awards-arrow,
.sv-awards:focus-within .sv-awards-dot {
  scroll-margin: 4px;
}

@media (max-width: 991.98px) {
  .sv-awards-doodle-3,
  .sv-awards-doodle-5,
  .sv-awards-doodle-6 {
    display: none;
  }

  .sv-awards-mandala {
    width: 260px;
    height: 260px;
    top: -60px;
    right: -70px;
  }

  .sv-awards-row {
    min-height: 0;
  }

  .sv-awards-visual {
    min-height: 360px;
  }

  .sv-awards-year-wrap {
    flex: 0 0 56px;
  }

  .sv-awards-stage {
    padding: 36px 20px;
  }

  .sv-awards-frame img {
    min-height: 260px;
    max-height: 360px;
  }

  .sv-awards-panel {
    min-height: 0;
  }

  .sv-awards-panel-inner {
    padding: 28px 24px 24px;
    min-height: 0;
  }

  .sv-awards-detail-text {
    padding-left: 0;
    max-width: none;
  }

  .sv-awards-controls {
    max-width: none;
  }

  .sv-awards-dots {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    margin-top: 4px;
  }

  .sv-awards-fraction {
    order: 1;
  }

  .sv-awards-arrows {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .sv-awards-visual {
    min-height: 300px;
  }

  .sv-awards-year {
    font-size: 3rem;
  }

  .sv-awards-panel-inner {
    padding: 24px 18px 20px;
  }

  .sv-awards-detail-card {
    padding: 20px 18px;
    min-height: 0;
  }

  .sv-awards-footer {
    padding-top: 28px;
    padding-bottom: 8px;
  }

  .sv-awards-stats {
    gap: 20px 32px;
    margin-bottom: 28px;
  }

  .sv-awards-stats strong {
    font-size: 1.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-awards-doodle {
    animation: none;
  }

  .sv-awards-media-swap,
  .sv-awards-content-swap,
  .sv-awards-progress-fill {
    transition: none;
  }

  .sv-awards-media-swap.is-fading,
  .sv-awards-content-swap.is-fading {
    transform: none;
  }
}

/* Insights / Blog grid */
.sv-insights {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.sv-insights-kicker {
  color: var(--primary);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 2.2px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.sv-insights-title {
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 400;
  color: #222637;
  line-height: 1.12;
  letter-spacing: -0.2px;
}

.sv-insights-all-btn {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

.sv-insight-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sv-insight-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #e8e4dc;
}

.sv-insight-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.sv-insight-card:hover .sv-insight-card-media img {
  transform: scale(1.04);
}

.sv-insight-card-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
}

.sv-insight-card-title {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.sv-insight-card-title a {
  color: #222637;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sv-insight-card-title a:hover {
  color: var(--primary);
}

.sv-insight-card-arrow {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border: 1px solid #1a1f2b;
  border-radius: 50%;
  background: transparent;
  color: #1a1f2b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.05rem;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sv-insight-card-arrow:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translate(2px, -2px);
}

.sv-insight-card-arrow:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  .sv-insights-head {
    text-align: left;
  }

}

@media (max-width: 575.98px) {
  .sv-insight-card-foot {
    padding-top: 18px;
  }
}

/* Testimonials showcase — distinct from Insights cream section */
.sv-testimonials-showcase {
  position: relative;
  background-color: #f0f4f9;
  background-image:
    radial-gradient(circle at 8% 12%, rgba(1, 46, 97, 0.07), transparent 42%),
    radial-gradient(circle at 92% 88%, rgba(235, 121, 0, 0.06), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #eef3f8 55%, #e8eef5 100%);
  overflow-x: clip;
  overflow-y: visible;
}

.sv-testimonials-showcase-head {
  margin-bottom: 32px;
}

.sv-tshow-slider-outer {
  overflow: visible;
  padding-left: max(16px, calc((100vw - 1320px) / 2 + 12px));
  padding-right: 0;
  margin-right: 0;
}

.sv-tshow-swiper {
  overflow: visible;
}

.sv-tshow-swiper .swiper-wrapper {
  align-items: stretch;
}

.sv-tshow-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.sv-tshow-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #1a1f2b;
  border-radius: 50%;
  background: transparent;
  color: #1a1f2b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sv-tshow-arrow:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.sv-tshow-arrow:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.sv-tshow-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.sv-testimonials-showcase-kicker {
  color: var(--primary);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 2.2px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.sv-testimonials-showcase-title {
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 400;
  color: #222637;
  line-height: 1.12;
  letter-spacing: -0.2px;
}

.sv-tshow-card {
  position: relative;
  min-height: 420px;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sv-tshow-card--quote {
  padding: 28px 24px 26px;
  background: #ebe6dc;
}

.sv-tshow-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.sv-tshow-card--quote .sv-tshow-avatar {
  border-color: #fff;
  margin-bottom: 22px;
}

.sv-tshow-avatar--overlay {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
}

.sv-tshow-quote {
  margin: 0 0 auto;
  padding: 0;
  border: none;
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  font-weight: 400;
  line-height: 1.55;
  color: #222637;
  flex: 1;
}

.sv-tshow-meta {
  margin-top: 28px;
  padding-top: 4px;
}

.sv-tshow-name {
  margin: 0 0 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #222637;
  line-height: 1.2;
}

.sv-tshow-location {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
}

.sv-tshow-meta--light .sv-tshow-name,
.sv-tshow-meta--light .sv-tshow-location {
  color: #fff;
}

.sv-tshow-meta--light .sv-tshow-location {
  color: rgba(255, 255, 255, 0.78);
}

.sv-tshow-card--video {
  min-height: 420px;
}

.sv-tshow-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #1a1f2b;
}

.sv-tshow-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 20, 40, 0.35) 0%,
    rgba(10, 20, 40, 0.25) 45%,
    rgba(10, 20, 40, 0.72) 100%
  );
  z-index: 1;
  transition: opacity 0.25s ease;
}

.sv-tshow-video-wrap.is-playing::after {
  opacity: 0.35;
}

.sv-tshow-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sv-tshow-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-left: 4px;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sv-tshow-play:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translate(-50%, -50%) scale(1.05);
}

.sv-tshow-play:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 4px;
}

.sv-tshow-video-wrap.is-playing .sv-tshow-play {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.95);
}

.sv-tshow-play .bi-pause-fill {
  padding-left: 0;
}

.sv-tshow-card--video .sv-tshow-meta {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  z-index: 3;
  margin-top: 0;
}

@media (max-width: 1399.98px) {
  .sv-tshow-slider-outer {
    padding-left: max(16px, calc((100vw - 1140px) / 2 + 12px));
  }
}

@media (max-width: 1199.98px) {
  .sv-tshow-slider-outer {
    padding-left: max(16px, calc((100vw - 960px) / 2 + 12px));
  }
}

@media (max-width: 991.98px) {
  .sv-tshow-card {
    min-height: 380px;
  }

  .sv-tshow-slider-outer {
    padding-left: max(16px, calc((100vw - 720px) / 2 + 12px));
  }
}

@media (max-width: 767.98px) {
  .sv-tshow-slider-outer {
    padding-left: max(16px, calc((100vw - 540px) / 2 + 12px));
  }
}

@media (max-width: 575.98px) {
  .sv-testimonials-showcase-head {
    margin-bottom: 24px;
  }

  .sv-tshow-slider-outer {
    padding-left: 16px;
  }

  .sv-tshow-card {
    min-height: 360px;
  }

  .sv-tshow-card--quote {
    padding: 24px 20px 22px;
  }

  .sv-tshow-quote {
    font-size: 1.05rem;
  }
}

.special-offer-tabs {
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 6px;
}

.special-offer-tabs .nav-link {
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #4b5563;
  background: #fff;
  padding: 0.35rem 1.1rem;
  white-space: nowrap;
  font-size: 0.9rem;
}

.special-offer-tabs .nav-link.active {
  background: #fbe7ea;
  color: #c24155;
  border-color: #f6ccd3;
  font-weight: 600;
}

.special-offer-next-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.offer-promo-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.offer-brand-strip {
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: #c2185b;
  padding: 6px 10px;
  letter-spacing: 0.3px;
}

.offer-promo-body {
  display: flex;
  min-height: 185px;
}

.offer-promo-media {
  width: 128px;
  min-width: 128px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  overflow: hidden;
}

.offer-promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-promo-content {
  padding: 15px 20px 15px;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.offer-promo-title {
  margin: 0 0 6px;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}

.offer-promo-subtitle {
  margin: 0 0 4px;
  color: #374151;
  font-size: 0.95rem;
}

.offer-promo-copy {
  margin: 0 0 10px;
  color: #4b5563;
  font-size: 0.86rem;
  line-height: 1.25;
}

.offer-code-pill {
  background: #f5536a;
  color: #fff;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.76rem;
  font-weight: 700;
}

.offer-details-link {
  color: #0f766e;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
}

.service-card .card-body {
  min-height: 180px;
}

.trip-tabs {
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.trip-tabs .nav-link {
  border-radius: 999px;
  color: #374151;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
}

.trip-tabs .nav-link.active {
  color: #0b5cab;
  border-color: #87b3e6;
  background-color: #edf5ff;
  font-weight: 600;
}

.trip-swiper {
  position: relative;
  padding: 0 2px 6px;
}

.trip-card {
  display: block;
}

.trip-card-image {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.trip-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
  color: #1f2937;
}

.trip-card-subtext {
  margin: 2px 0 0;
  font-size: 0.98rem;
  color: #6b7280;
}

.trip-swiper .swiper-button-next,
.trip-swiper .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.16);
  color: #374151;
  top: 40%;
}

.trip-swiper .swiper-button-next::after,
.trip-swiper .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
}

.trip-swiper .swiper-button-prev {
  left: -14px;
}

.trip-swiper .swiper-button-next {
  right: -14px;
}

.trip-swiper .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.platform-mock {
  min-height: 320px;
}

.platform-list li {
  margin-bottom: 10px;
  color: #334155;
}

.platform-list i {
  color: var(--secondary);
}

.city-grid-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 245px;
}

.city-grid-card-sm {
  height: 230px;
}

.city-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.city-grid-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(17, 24, 39, 0.55) 0%, rgba(17, 24, 39, 0.1) 55%, rgba(17, 24, 39, 0.2) 100%);
}

.city-grid-title {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
  z-index: 1;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.city-flag-icon {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.city-grid-card:hover .city-grid-image {
  transform: scale(1.04);
}

.video-testimonials-section.section-padding {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

.video-testimonial-card {
  display: flex;
  flex-direction: column;
}

.video-testimonial-video-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 260px;
  background: #111827;
}

.video-testimonial-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.35);
  transition: opacity 0.2s ease;
  z-index: 1;
}

.video-testimonial-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-testimonial-video-wrap.is-playing::after {
  opacity: 0;
}

.video-play-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-play-overlay i {
  color: #111827;
  font-size: 26px;
}

.video-testimonial-video-wrap.is-playing .video-play-overlay {
  opacity: 0;
  pointer-events: none;
}

.video-testimonial-caption {
  margin-top: 10px;
  text-align: center;
  font-size: 0.98rem;
  color: #111827;
  font-weight: 600;
  padding: 0 6px;
}

.video-testimonials-section .video-testimonial-swiper {
  padding-bottom: 10px;
}

.video-testimonial-swiper .swiper-button-next,
.video-testimonial-swiper .swiper-button-prev {
  display: none;
}

.video-testimonial-pagination {
  position: relative;
  margin-top: 14px;
  text-align: center;
}

.video-testimonial-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e5e7eb;
  opacity: 1;
  border-radius: 999px;
  margin: 0 6px;
}

.video-testimonial-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  width: 22px;
}

@media (max-width: 991.98px) {
  .video-testimonial-video-wrap {
    height: 230px;
  }
}

@media (max-width: 575.98px) {
  .video-testimonial-video-wrap {
    height: 190px;
  }

  /* mobile responsive */
  .nepal-bg:after {
    display: none;
  }
  .journey-card .jouney-img .img-1 {
    display: none;
  }
  .hero {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
  }

}

.step-card .step-icon {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  background: #e9f4fe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  font-size: 1.5rem;
}
/* 
.about-us-content {
  background: #ffffff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: 0 10px 26px rgba(11, 60, 93, 0.06);
} */

.about-us-kicker {
  letter-spacing: 0.8px;
}

.about-us-points {
  display: grid;
  gap: 12px;
}

.about-us-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #334155;
  font-size: 1rem;
  line-height: 1.35;
}

/* .about-us-point-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #edf5ff;
  border: 1px solid #cfe3ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  flex-shrink: 0;
} */

.about-us-image-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e8edf3;
  box-shadow: 0 10px 26px rgba(11, 60, 93, 0.06);
}

.about-us-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.about-page-story-image {
  height: 320px;
}

@media (max-width: 991.98px) {
  .about-page-story-image {
    height: 260px;
  }

  .about-page-story .row {
    --bs-gutter-y: 1.75rem;
  }

  .about-page-story h2 {
    font-size: clamp(1.35rem, 4vw, 1.65rem);
  }
}

.about-page-intro h1.display-6 {
  font-size: clamp(1.55rem, 5vw, 2.25rem);
  line-height: 1.2;
}

.about-page-intro .lead {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1.65;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .about-page-intro {
    text-align: center;
  }

  .about-page-intro .lead {
    margin-left: auto;
    margin-right: auto;
  }

  .about-page-story h2 {
    text-align: center;
  }

  .about-page-story p {
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .about-page-story .col-lg-5 {
    order: 2;
  }

  .about-page-story .col-lg-7 {
    order: 1;
  }

  .about-us-image-wrap {
    max-width: 100%;
    margin: 0 auto;
  }

  .about-page-story-image {
    height: 220px;
  }

  .about-page-why h2,
  .about-page-why .col-lg-8 p,
  .about-page-team h2,
  .about-page-team .col-lg-8 p {
    text-align: center;
  }

  .about-page-cta-card {
    padding: 1.75rem 1.25rem;
    text-align: center;
    border-radius: 14px;
  }

  .about-page-cta-card .col-lg-8,
  .about-page-cta-card .col-lg-4 {
    text-align: center !important;
  }

  .about-page-cta-card .btn {
    width: 100%;
    max-width: 300px;
    margin-top: 4px;
  }

  .about-page-cta-card h2 {
    font-size: 1.35rem;
  }

  .about-page-cta-card p {
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  .about-page-intro h1.display-6 {
    font-size: 1.45rem;
  }

  .about-page-story-image {
    height: 200px;
  }

  .team-card-photo-wrap {
    width: 120px;
    height: 120px;
  }
}

.about-page-cta-card {
  background: linear-gradient(135deg, var(--secondary) 0%, #0a4a7a 100%);
  border-radius: 16px;
  padding: 2.25rem 2rem;
  box-shadow: 0 14px 40px rgba(1, 46, 97, 0.25);
}

.team-card {
  padding: 0.5rem 0;
}

.team-card-photo-wrap {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e8edf3;
  box-shadow: 0 8px 24px rgba(11, 60, 93, 0.1);
}

.team-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Contact page */
.sv-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px 36px;
  align-items: stretch;
}

.sv-contact-form-panel {
  min-width: 0;
}

.sv-contact-kicker,
.sv-contact-aside-kicker {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 0.78rem;
  letter-spacing: 2px;
  font-weight: 700;
}

.sv-contact-title {
  margin: 0 0 10px;
  color: #222637;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.2px;
}

.sv-contact-lead {
  margin: 0 0 28px;
  max-width: 52ch;
  color: #454852;
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.7;
}

.sv-contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}

.sv-contact-field--full {
  grid-column: 1 / -1;
}

.sv-contact-field label {
  display: block;
  margin-bottom: 6px;
  color: #222637;
  font-size: 0.82rem;
  font-weight: 600;
}

.sv-contact-field input,
.sv-contact-field select,
.sv-contact-field textarea {
  width: 100%;
  border: 1px solid #e3e0d8;
  border-radius: 12px;
  background: #faf9f6;
  color: #222637;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.4;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.sv-contact-field textarea {
  resize: vertical;
  min-height: 140px;
}

.sv-contact-field input::placeholder,
.sv-contact-field textarea::placeholder {
  color: #9aa0a8;
}

.sv-contact-field input:focus,
.sv-contact-field select:focus,
.sv-contact-field textarea:focus {
  border-color: var(--primary);
  background: #ffffff;
}

.sv-contact-form-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 22px;
}

.sv-contact-submit {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
}

.sv-contact-note {
  margin: 0;
  color: #6b7280;
  font-size: 0.82rem;
  line-height: 1.5;
  max-width: 36ch;
}

.sv-contact-aside {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 36px 32px;
  border-radius: 20px;
  color: #f4f6f8;
  background-color: var(--secondary);
  background-image:
    radial-gradient(circle at 12% 88%, rgba(235, 121, 0, 0.14), transparent 42%),
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.07), transparent 36%),
    linear-gradient(135deg, #011f42 0%, var(--secondary) 48%, #0a3d72 100%);
}

.sv-contact-aside::before,
.sv-contact-aside::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.sv-contact-aside::before {
  right: -70px;
  top: -80px;
  width: 220px;
  height: 220px;
  border: 1px dashed rgba(235, 121, 0, 0.28);
}

.sv-contact-aside::after {
  left: -50px;
  bottom: -90px;
  width: 180px;
  height: 180px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.sv-contact-aside-title {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.sv-contact-aside-kicker,
.sv-contact-aside-text,
.sv-contact-direct,
.sv-contact-offices {
  position: relative;
  z-index: 1;
}

.sv-contact-aside-text {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.65;
}

.sv-contact-direct {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  color: inherit;
  text-decoration: none;
}

a.sv-contact-direct:hover .sv-contact-direct-value {
  color: var(--primary);
}

.sv-contact-direct-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--primary);
  font-size: 1rem;
}

.sv-contact-direct-label {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  letter-spacing: 1.4px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.sv-contact-direct-value {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
  transition: color 0.2s ease;
}

.sv-contact-direct-hint {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  line-height: 1.4;
}

.sv-contact-offices {
  display: grid;
  gap: 16px;
  margin-top: 12px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sv-contact-office {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.sv-contact-office h3 {
  margin: 0 0 6px;
  color: var(--primary);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 1.4px;
  font-weight: 700;
  text-transform: uppercase;
}

.sv-contact-office p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

.sv-contact-map {
  margin-top: 36px;
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
}

.sv-contact-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

@media (max-width: 991.98px) {
  .sv-contact-grid {
    grid-template-columns: 1fr;
  }

  .sv-contact-aside {
    padding: 28px 24px;
    border-radius: 16px;
  }
}

@media (max-width: 575.98px) {
  .sv-contact-fields {
    grid-template-columns: 1fr;
  }

  .sv-contact-submit {
    width: 100%;
    justify-content: center;
  }

  .sv-contact-map,
  .sv-contact-map iframe {
    border-radius: 16px;
  }

  .sv-contact-map iframe {
    height: 240px;
  }
}

/* About — Why choose us (step-style cards) */
.why-feature-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid #eef2f7;
  box-shadow: 0 4px 22px rgba(15, 23, 42, 0.07);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.why-feature-card:hover {
  box-shadow: 0 12px 36px rgba(11, 60, 93, 0.11);
  transform: translateY(-3px);
}

.why-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #e9f4fe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  font-size: 1.35rem;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.why-feature-title {
  font-size: 1.12rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.why-feature-text {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 575.98px) {
  .why-feature-card {
    padding: 22px;
  }

  .why-feature-title {
    font-size: 1.05rem;
  }

  .why-feature-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 991.98px) {
  .about-us-image {
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .about-us-content {
    padding: 20px 16px;
  }

  .about-us-image {
    height: 220px;
  }
}


/* Event Highlights */

.journey-card {
  padding: 3.125rem 1.875rem;
  position: relative;
  z-index: 0;
  height: 100%;
}

.journey-card {
  border-radius: 1.25rem;
  overflow: hidden;
}

.card-blue {
  background: #012E61;
}
.journey-card .jouney-img :where(.img-1, .img-2) {
  position: absolute;
  right: 0;
  border-radius: 0 0 1.25rem 0;
}
.journey-card .jouney-img .img-1 {
  bottom: 0;
  height: 100%;
}

.card-pink {
  background: #FF385C;
}

.featured-packages-swiper {
  padding: 2px 2px 8px;
}

.featured-package-card {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  /* flex column so body stretches and price stays at bottom */
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.featured-package-card:hover {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.13);
  transform: translateY(-3px);
}

.featured-package-image-wrap {
  position: relative;
  flex-shrink: 0;
}

.featured-package-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.featured-package-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff8a00;
  color: #ffffff;
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 0.78rem;
  font-weight: 700;
}

.featured-package-body {
  padding: 14px;
  /* stretch body + push price-box to bottom */
  display: flex;
  flex-direction: column;
  flex: 1;
}

.featured-package-rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.featured-package-stars {
  color: #f59e0b;
  font-size: 0.88rem;
  display: inline-flex;
  gap: 3px;
}

.featured-package-stars i:last-child {
  color: #d1d5db;
}

.featured-package-reviews {
  color: #4b5563;
  font-size: 0.84rem;
}

.featured-package-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
  /* clamp to 2 lines so all cards stay same height */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.5rem;
  line-height: 1.3;
}

.featured-package-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.featured-package-tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 999px;
  padding: 4px 10px;
}

.featured-package-meta-row {
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #6b7280;
  font-size: 0.86rem;
  padding: 8px 0;
}

.featured-package-meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.featured-package-meta-row i {
  color: #f97316;
}

.featured-package-price-box {
  border-top: 1px solid #e8edf3;
  border-radius: 0 0 10px 10px;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  /* always sits at the bottom of the card body */
  margin-top: auto;
  justify-content: space-between;
  gap: 10px;
}

.featured-package-old-price {
  color: #9ca3af;
  text-decoration: line-through;
  font-size: 0.82rem;
  line-height: 1.1;
}

.featured-package-new-price {
  color: var(--secondary);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.1;
}

.featured-package-btn {
  background: var(--primary);
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
}

.featured-package-btn:hover {
  background: var(--secondary);
  color: #ffffff;
}
.nepal-bg {
  position: relative;
}

.nepal-bg:after {
  content: '';
  position: absolute;
  right: 0;
  top: -70px;
  background: url(https://sketchforyou.com/design/easyconnectdestinations/web/wp-content/uploads/2025/09/nepal.png) no-repeat;
  height: 350px;
  width: 280px;
}

.cta-form {
  border-radius: 12px;
}

.footer-link {
  color: #4b5563;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--primary);
}

.social-icon {
  width: 34px;
  height: 34px;
  border: 1px solid #d8e4ef;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--primary);
  transition: all 0.2s ease;
}

.social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.dmc-footer {
  background: #0b1220;
  color: #cbd5e1;
}

.dmc-footer a {
  color: inherit;
}

.dmc-footer-brand-logo {
  height: 44px;
  width: auto;
}

.dmc-footer-tagline {
  font-size: 0.85rem;
  color: #94a3b8;
}

.dmc-footer-line {
  color: #e5e7eb;
  font-weight: 500;
}

.dmc-footer-heading {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}

.dmc-footer-list li {
  margin-bottom: 10px;
}

.dmc-footer-link {
  color: #cbd5e1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.dmc-footer-link:hover {
  color: var(--primary);
}

.dmc-footer-muted {
  color: #94a3b8;
}

.dmc-footer-info .dmc-footer-info-label {
  color: #94a3b8;
  font-weight: 600;
  margin-right: 8px;
}

.dmc-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.dmc-social-btn:hover {
  background: rgba(235, 121, 0, 0.18);
  border-color: rgba(235, 121, 0, 0.35);
}

.dmc-footer-payments-title {
  color: #e5e7eb;
  font-weight: 600;
}

.dmc-payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dmc-payment-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #e5e7eb;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dmc-payment-badge svg {
  width: 70px;
  height: 26px;
  display: block;
}

.dmc-footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dmc-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dmc-footer-v2 {
  background: #05080f;
}

.dmc-footer-v2 .dmc-newsletter-wrap {
  padding-top: 26px;
}

.dmc-footer-v2 .dmc-newsletter-card {
  background: #f8fafc;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.15);
}

.dmc-footer-v2 .dmc-newsletter-title {
  color: #111827;
  font-weight: 600;
  font-size: 26px;
}

.dmc-footer-v2 .dmc-newsletter-title span {
  color: #eb7900;
}

.dmc-footer-v2 .dmc-newsletter-input {
  border: 0;
  border-bottom: 2px solid #9ca3af;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.dmc-footer-v2 .dmc-newsletter-input:focus {
  box-shadow: none;
  border-bottom-color: #eb7900;
}

.dmc-footer-v2 .dmc-newsletter-btn {
  background: #eb7900;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.78rem;
  font-weight: 700;
}

.dmc-footer-v2 .dmc-footer-main {
  margin-top: 14px;
}

.dmc-footer-v2 .dmc-footer-top-cols {
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 22px;
  position: relative;
  z-index: 2;
}

.dmc-footer-v2 .dmc-footer-col-heading {
  color: #111827;
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 14px;
  position: relative;
}

.dmc-footer-v2 .dmc-footer-col-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 18px;
  height: 2px;
  background: #eb7900;
}

.dmc-footer-v2 .dmc-footer-col-list li {
  margin-bottom: 8px;
}

.dmc-footer-v2 .dmc-footer-col-link {
  color: #111827;
  text-decoration: none;
}

.dmc-footer-v2 .dmc-footer-col-link:hover {
  color: #eb7900;
}

.dmc-footer-v2 .dmc-footer-watermark {
  font-size: 5.1rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.06);
  text-align: center;
  line-height: 1;
  margin: -20px 0 8px;
  letter-spacing: 1px;
}

.dmc-footer-v2 .dmc-footer-bottom-cols {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 16px;
}

.dmc-footer-v2 .dmc-office-stack {
  display: grid;
  gap: 20px;
}

.dmc-footer-v2 .dmc-office-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.dmc-footer-v2 .dmc-office-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.dmc-footer-v2 .dmc-office-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 2px;
}

.dmc-footer-v2 .dmc-office-line {
  color: #cbd5e1;
  font-size: 0.9rem;
}

.dmc-footer-v2 .dmc-dream-card {
  background: radial-gradient(circle at top, #8b5a2b 0%, #2f1b0f 52%, #17130f 100%);
  border-radius: 12px;
  padding: 30px;
  min-height: 210px;
  text-align: center;
}

.dmc-footer-v2 .dmc-dream-title {
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.dmc-footer-v2 .dmc-dream-copy {
  color: #e5e7eb;
  /* font-size: 0.9rem; */
  margin-bottom: 12px;
}

.dmc-footer-v2 .dmc-dream-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  border-radius: 999px;
  padding: 9px 18px;
  font-weight: 700;
}

.dmc-footer-v2 .dmc-payment-label {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 8px;
}

.dmc-footer-v2 .dmc-payment-badges {
  gap: 8px;
}

.dmc-footer-v2 .dmc-payment-badge {
  background: #ffffff;
  border: 0;
  color: #111827;
  border-radius: 6px;
  padding: 6px 9px;
  font-size: 0.72rem;
  font-weight: 700;
}

.dmc-footer-v2 .dmc-social-circle {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9rem;
}

.dmc-footer-v2 .dmc-social-facebook {
  background: #1877f2;
}

.dmc-footer-v2 .dmc-social-instagram {
  background: #e1306c;
}

.dmc-footer-v2 .dmc-social-x {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dmc-footer-v2 .dmc-social-youtube {
  background: #ff0000;
}

.dmc-footer-v2 .dmc-footer-bottombar {
  background: #eb7900;
  padding: 7px 0;
}

.dmc-footer-v2 .dmc-footer-bottombar-text {
  color: #ffffff;
  /* font-size: 0.78rem; */
}

/* ══════════════════════════════
   SINGLE TOUR DETAIL PAGE
═══════════════════════════════ */

/* Hero Banner — plain navy gradient, split layout */
.tour-hero {
  background: linear-gradient(135deg, #012E61 0%, #083d7a 55%, #0d5296 100%);
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  position: relative;
  overflow: hidden;
}

/* subtle decorative circles */
.tour-hero::before,
.tour-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.tour-hero::before {
  width: 500px; height: 500px;
  background: rgba(255,255,255,0.04);
  top: -180px; right: -120px;
}
.tour-hero::after {
  width: 260px; height: 260px;
  background: rgba(235,121,0,0.10);
  bottom: -80px; left: -60px;
}

/* Breadcrumb */
.tour-breadcrumb { font-size: 0.82rem; }
.tour-breadcrumb .breadcrumb-item a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
}
.tour-breadcrumb .breadcrumb-item a:hover { color: #fff; }
.tour-breadcrumb .breadcrumb-item.active,
.tour-breadcrumb .breadcrumb-item::before {
  color: rgba(255,255,255,0.45);
}

/* Category pill tags */
.tour-tag-pill {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
  border-radius: 999px;
  padding: 4px 13px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.tour-tag-honeymoon {
  background: rgba(220,30,110,0.55);
  border-color: rgba(220,30,110,0.7);
}

/* Title & subtitle */
.tour-hero-title {
  color: #ffffff;
  font-size: clamp(1.55rem, 3.5vw, 2.2rem);
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.22;
}
.tour-hero-subtitle {
  color: rgba(255,255,255,0.78);
  font-size: 0.97rem;
  margin: 0 0 18px;
}

/* Stat chips */
.tour-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tour-stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  color: rgba(255,255,255,0.9);
  padding: 5px 13px;
  font-size: 0.83rem;
  font-weight: 500;
}
.tour-stat-price {
  background: var(--primary);
  border-color: var(--primary);
  font-weight: 700;
  color: #fff;
}

/* Price row + CTA inside hero */
.tour-hero-price-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.tour-hero-price-old {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  text-decoration: line-through;
  margin-right: 4px;
}
.tour-hero-price-new {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}
.tour-hero-price-unit {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  margin-left: 3px;
}
.tour-hero-cta {
  background: var(--primary);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.tour-hero-cta:hover {
  background: #c96400;
  color: #fff;
  transform: translateY(-1px);
}

/* Right-side photo card */
.tour-hero-photo-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  position: relative;
  z-index: 1;
}
.tour-hero-photo-img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  display: block;
  transition: opacity 0.25s ease;
}
.tour-hero-photo-thumbs {
  display: flex;
  gap: 4px;
  padding: 6px;
  background: rgba(1,46,97,0.85);
}
.tour-hero-thumb {
  width: calc(20% - 4px);
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.55;
  border: 2px solid transparent;
  transition: opacity 0.2s, border-color 0.2s;
  flex-shrink: 0;
}
.tour-hero-thumb:hover { opacity: 0.85; }
.tour-hero-thumb.active {
  opacity: 1;
  border-color: var(--primary);
}

@media (max-width: 991.98px) {
  .tour-hero {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
  }
}
@media (max-width: 575.98px) {
  .tour-hero-title { font-size: 1.5rem; }
  .tour-stat-chip { font-size: 0.76rem; padding: 4px 10px; }
  .tour-hero-price-new { font-size: 1.6rem; }
}

/* Gallery (standalone fallback — not used in hero layout) */
.tour-gallery { border-radius: 14px; overflow: hidden; }
.tour-gallery-main-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

/* Section Heading */
.tour-section-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--secondary);
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eef2f7;
  display: flex;
  align-items: center;
}

/* Highlight List */
.tour-highlight-list li {
  padding: 5px 0;
  color: #374151;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

/* Day-by-Day Itinerary */
.tour-itinerary { display: flex; flex-direction: column; gap: 8px; }

.tour-day-card {
  border: 1px solid #e8edf3;
  border-radius: 10px;
  overflow: hidden;
}

.tour-day-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #f8fafc;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  color: var(--secondary);
  transition: background 0.2s;
}

.tour-day-title { flex: 1; min-width: 0; }

.tour-day-header:hover { background: #edf5ff; }

.tour-day-num {
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
  padding: 3px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.tour-day-title {
  font-size: 0.97rem;
  font-weight: 600;
  color: #1f2937;
}

.tour-day-chevron {
  transition: transform 0.3s ease;
  color: #6b7280;
  flex-shrink: 0;
}

.tour-day-chevron.rotated { transform: rotate(180deg); }

.tour-day-body {
  padding: 16px 18px;
  background: #fff;
  border-top: 1px solid #e8edf3;
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.6;
}

.tour-day-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tour-day-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 999px;
  padding: 4px 10px;
}

/* Inclusions / Exclusions */
.tour-inc-heading {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.tour-inc-list li,
.tour-exc-list li {
  padding: 5px 0;
  font-size: 0.93rem;
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

/* Hotels */
.tour-hotel-card {
  border: 1px solid #e8edf3;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.tour-hotel-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.tour-hotel-body { padding: 14px; }

.tour-hotel-name {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.tour-hotel-stars {
  color: #f59e0b;
  font-size: 0.75rem;
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}

.tour-hotel-location,
.tour-hotel-nights {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 4px 0 0;
}

.tour-hotel-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.tour-hotel-amenities span {
  font-size: 0.78rem;
  color: var(--secondary);
  background: #edf5ff;
  border-radius: 6px;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Policy */
.tour-policy-list { margin: 0; }

.tour-policy-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 0.9rem;
  color: #374151;
  border-bottom: 1px dashed #e5e7eb;
}

.tour-policy-list li:last-child { border-bottom: 0; }

.tour-policy-badge {
  border-radius: 6px;
  padding: 3px 9px;
  font-size: 0.74rem;
  font-weight: 700;
  white-space: nowrap;
}

.policy-green  { background: #d1fae5; color: #065f46; }
.policy-yellow { background: #fef9c3; color: #854d0e; }
.policy-orange { background: #ffedd5; color: #9a3412; }
.policy-red    { background: #fee2e2; color: #991b1b; }

/* Important Notes */
.tour-notes-list {
  padding-left: 20px;
  margin: 0;
}

.tour-notes-list li {
  padding: 5px 0;
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.55;
}

/* ─── Booking Sidebar ─── */
.tour-price-card { border: 2px solid #e8edf3; }

.tour-price-label {
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 500;
}

.tour-price-badge {
  background: #fef3c7;
  color: #92400e;
  border-radius: 6px;
  padding: 3px 9px;
  font-size: 0.74rem;
  font-weight: 700;
}

.tour-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.tour-price-old {
  font-size: 0.9rem;
  color: #9ca3af;
  text-decoration: line-through;
}

.tour-price-new {
  font-size: 2rem;
  font-weight: 800;
  color: var(--secondary);
  line-height: 1;
}

.tour-price-unit {
  font-size: 0.82rem;
  color: #6b7280;
}

.tour-price-meta { display: flex; flex-direction: column; gap: 8px; }

.tour-price-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: #374151;
}

.tour-price-meta-item i {
  width: 16px;
  color: var(--primary);
  flex-shrink: 0;
}

/* Enquiry Form */
.tour-enquiry-form .form-control,
.tour-enquiry-form .form-select {
  border-radius: 8px;
  border-color: #e2e8f0;
  font-size: 0.9rem;
}

.tour-enquiry-form .form-control:focus,
.tour-enquiry-form .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.18rem rgba(235,121,0,0.15);
}

/* Quick Contact */
.tour-contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #edf5ff;
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════
   SINGLE TOUR — COMPREHENSIVE RESPONSIVE FIXES
═══════════════════════════════════════════ */

/* ── Tablet & below (< 992px) ── */
@media (max-width: 991.98px) {
  /* Sidebar: always static below main on tablet */
  .tour-booking-sidebar { position: static !important; }

  /* Reduce card inner padding */
  .card-custom.p-4 { padding: 1.1rem !important; }
  .card-custom.p-4.p-lg-5 { padding: 1.1rem !important; }

  /* Tour section headings */
  .tour-section-heading { font-size: 1.05rem; margin-bottom: 14px; }

  /* Itinerary day header: keep to single row, shrink title if needed */
  .tour-day-header { padding: 11px 14px; gap: 8px; align-items: flex-start; }
  .tour-day-num { font-size: 0.72rem; padding: 3px 10px; margin-top: 1px; }
  .tour-day-title { font-size: 0.9rem; line-height: 1.35; flex: 1; }
  .tour-day-chevron { margin-left: 0 !important; flex-shrink: 0; margin-top: 2px; }
  .tour-day-body { padding: 14px; font-size: 0.9rem; }

  /* Policy stacks into single column */
  .tour-policy-list li { font-size: 0.85rem; }

  /* Price card sidebar */
  .tour-price-new { font-size: 1.7rem; }
  .tour-price-meta { gap: 6px; }
  .tour-price-meta-item { font-size: 0.84rem; }

  /* Hotel cards */
  .tour-hotel-img { height: 140px; }

  /* Highlight list */
  .tour-highlight-list li { font-size: 0.88rem; }

  /* Notes */
  .tour-notes-list li { font-size: 0.86rem; }
}

/* ── Mobile (< 768px) ── */
@media (max-width: 767.98px) {
  /* Hero */
  .tour-hero {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
  }

  /* Make price & CTA stack */
  .tour-hero-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .tour-hero-cta { width: 100%; text-align: center; justify-content: center; }

  /* Stat chips: smaller, 2 per row max */
  .tour-stat-chip { font-size: 0.75rem; padding: 4px 10px; gap: 5px; }
  .tour-hero-subtitle { font-size: 0.88rem; }

  /* Cards */
  .card-custom.p-4 { padding: 1rem !important; }

  /* Day header small */
  .tour-day-header { padding: 10px 12px; gap: 7px; }
  .tour-day-num { font-size: 0.7rem; padding: 2px 8px; white-space: nowrap; }
  .tour-day-title { font-size: 0.86rem; word-break: break-word; }
  .tour-day-body { padding: 12px; }
  .tour-day-tags { gap: 5px; }
  .tour-day-tags span { font-size: 0.76rem; padding: 3px 8px; }

  /* Inclusions/exclusions: stack on mobile */
  .tour-inc-list li, .tour-exc-list li { font-size: 0.88rem; }

  /* Hotel horizontal layout on mobile */
  .tour-hotel-card {
    display: flex;
    flex-direction: row;
    height: auto !important;
  }
  .tour-hotel-img {
    width: 110px;
    min-width: 110px;
    height: 100% !important;
    min-height: 130px;
    border-radius: 0;
    object-position: center;
  }
  .tour-hotel-body { padding: 10px 12px; flex: 1; min-width: 0; }
  .tour-hotel-name { font-size: 0.9rem; }

  /* Policy */
  .tour-policy-badge { font-size: 0.7rem; padding: 2px 7px; }
  .tour-policy-list li { font-size: 0.82rem; gap: 7px; }

  /* Price card sidebar — compact on mobile */
  .tour-price-card { padding: 1rem !important; }
  .tour-price-new { font-size: 1.55rem; }
  .tour-price-unit { display: block; margin-top: 2px; }

  /* Enquiry form */
  .tour-enquiry-form .form-control,
  .tour-enquiry-form .form-select { font-size: 0.86rem; }

}

/* ── Small mobile (< 576px) ── */
@media (max-width: 575.98px) {
  /* Hero text */
  .tour-hero-title { font-size: 1.35rem; line-height: 1.25; }
  .tour-hero-subtitle { font-size: 0.82rem; margin-bottom: 12px; }
  .tour-stat-strip { gap: 6px; }
  .tour-stat-chip { font-size: 0.72rem; padding: 4px 9px; }

  /* Reduce breadcrumb */
  .tour-breadcrumb { font-size: 0.75rem; }
  .tour-tag-pill { font-size: 0.72rem; padding: 3px 10px; }

  /* Section headings */
  .tour-section-heading { font-size: 0.97rem; padding-bottom: 8px; margin-bottom: 12px; }
  .tour-section-heading i { font-size: 0.95rem; }

  /* Itinerary */
  .tour-itinerary { gap: 6px; }
  .tour-day-header { padding: 9px 10px; gap: 6px; }
  .tour-day-num { font-size: 0.68rem; padding: 2px 7px; }
  .tour-day-title { font-size: 0.82rem; }
  .tour-day-body { padding: 10px; font-size: 0.86rem; line-height: 1.5; }

  /* Hotels stacked */
  .tour-hotel-img { width: 90px; min-width: 90px; }
  .tour-hotel-name { font-size: 0.86rem; }
  .tour-hotel-amenities { gap: 4px; }
  .tour-hotel-amenities span { font-size: 0.72rem; padding: 2px 6px; }

  /* Notes */
  .tour-notes-list { padding-left: 16px; }
  .tour-notes-list li { font-size: 0.82rem; padding: 4px 0; }

  /* Price sidebar card */
  .tour-price-new { font-size: 1.45rem; }
  .tour-price-meta-item { font-size: 0.8rem; }

  /* enquiry form labels */
  .tour-enquiry-form label { font-size: 0.8rem; }
}

/* ── Mobile sticky Book Now bar ── */
.tour-mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: #fff;
  border-top: 1px solid #e8edf3;
  padding: 10px 16px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tour-mobile-sticky-price {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.tour-mobile-sticky-old {
  font-size: 0.75rem;
  color: #9ca3af;
  text-decoration: line-through;
  line-height: 1;
}

.tour-mobile-sticky-new {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--secondary);
  line-height: 1.1;
}

.tour-mobile-sticky-unit {
  font-size: 0.72rem;
  color: #6b7280;
}

.tour-mobile-sticky-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.tour-mobile-sticky-call {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #edf5ff;
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  border: 1px solid #d0e4f7;
  flex-shrink: 0;
}

.tour-mobile-sticky-book {
  background: var(--primary);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 991.98px) {
  .tour-mobile-sticky-bar { display: flex; }
  /* Add bottom padding to main so sticky bar doesn't cover content */
  main { padding-bottom: 70px; }
}

/* ══════════════════════════════
   CATEGORY QUICK-LINKS (category.html intro)
═══════════════════════════════ */
.cat-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cat-quick-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.cat-quick-link:hover { transform: translateY(-1px); opacity: 0.92; }
.cat-ql-himachal  { background: #edf5ff; color: #0b5cab; border-color: #c5ddf9; }
.cat-ql-honeymoon { background: #fce8f3; color: #c2185b; border-color: #f3add0; }
.cat-ql-corporate { background: #edf0f7; color: #012E61; border-color: #c4cedf; }
.cat-ql-adventure { background: #fff3e8; color: #c96400; border-color: #fcd5a5; }
.cat-ql-group     { background: #e8f5e9; color: #2e7d32; border-color: #b3d9b5; }

/* ══════════════════════════════
   SUB-CATEGORY PAGE
═══════════════════════════════ */

/* Banner */
.subcat-banner {
  position: relative;
  background: linear-gradient(135deg, #012E61 0%, #083d7a 55%, #0d5296 100%);
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  overflow: hidden;
}
.subcat-banner::before {
  content: "";
  position: absolute;
  width: 460px; height: 460px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  top: -160px; right: -100px;
  pointer-events: none;
}
/* Himachal variant — add subtle mountain tint */
.subcat-banner-himachal::after {
  content: "";
  position: absolute;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: rgba(11,92,171,0.18);
  bottom: -70px; left: -50px;
  pointer-events: none;
}

.subcat-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.08);
}

.subcat-banner-body {
  position: relative;
  z-index: 1;
}

.subcat-breadcrumb { font-size: 0.82rem; }
.subcat-breadcrumb .breadcrumb-item a { color: rgba(255,255,255,0.65); text-decoration: none; }
.subcat-breadcrumb .breadcrumb-item a:hover { color: #fff; }
.subcat-breadcrumb .breadcrumb-item.active,
.subcat-breadcrumb .breadcrumb-item::before { color: rgba(255,255,255,0.45); }

.subcat-banner-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  flex-shrink: 0;
}

.subcat-banner-kicker {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
}

.subcat-banner-title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.subcat-banner-desc {
  color: rgba(255,255,255,0.78);
  font-size: 0.95rem;
  max-width: 680px;
  margin: 0.75rem 0 1.25rem;
  line-height: 1.6;
}

.subcat-stats-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.subcat-stat {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  color: rgba(255,255,255,0.9);
  padding: 6px 14px;
  font-size: 0.84rem;
}
.subcat-stat i { flex-shrink: 0; }

/* Destination chip strip */
.subcat-dest-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 0.83rem;
  font-weight: 500;
  text-decoration: none;
  border: 1.5px solid #e5e7eb;
  color: #4b5563;
  background: #fff;
  transition: all 0.2s;
}
.subcat-dest-chip:hover { border-color: #0b5cab; color: #0b5cab; background: #edf5ff; }
.subcat-dest-chip.active { border-color: #0b5cab; color: #0b5cab; background: #edf5ff; font-weight: 600; }

/* Sidebar */
.subcat-sidebar { display: flex; flex-direction: column; gap: 16px; }

.subcat-filter-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(15,23,42,0.05);
}

.subcat-filter-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}

.subcat-check-list { display: flex; flex-direction: column; gap: 8px; }

.subcat-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: #374151;
  cursor: pointer;
}
.subcat-check-item input[type="checkbox"] {
  width: 15px; height: 15px;
  accent-color: var(--primary);
  cursor: pointer;
  flex-shrink: 0;
}
.subcat-check-count {
  margin-left: auto;
  background: #f3f4f6;
  color: #6b7280;
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 0.75rem;
  font-weight: 600;
}

.subcat-contact-card { background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%); border-color: #c5ddf9; }

.subcat-contact-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 6px;
}

/* Other categories row */
.subcat-other-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 18px 12px;
  border-radius: 12px;
  border: 1.5px solid #e8edf3;
  background: #f8fafc;
  text-decoration: none;
  color: #374151;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.2s;
}
.subcat-other-card i { font-size: 1.4rem; }
.subcat-other-card small { font-size: 0.75rem; color: #9ca3af; font-weight: 400; }
.subcat-other-card:hover { border-color: var(--primary); color: var(--primary); background: #fff7f0; transform: translateY(-2px); }
.subcat-other-card.active { border-color: #0b5cab; color: #0b5cab; background: #edf5ff; }

.subcat-other-himachal i   { color: #0b5cab; }
.subcat-other-honeymoon i  { color: #c2185b; }
.subcat-other-corporate i  { color: #012E61; }
.subcat-other-adventure i  { color: #c96400; }
.subcat-other-group i      { color: #2e7d32; }

/* ── Sub-category responsive ── */
@media (max-width: 991.98px) {
  .subcat-banner {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
  }
  .subcat-banner-title { font-size: 1.5rem; }
  .subcat-stat { font-size: 0.78rem; padding: 5px 11px; }
  .subcat-sidebar { flex-direction: row; flex-wrap: wrap; }
  .subcat-filter-card { flex: 1 1 calc(50% - 8px); min-width: 160px; }
  .subcat-contact-card { flex: 1 1 100%; }
}
@media (max-width: 575.98px) {
  .subcat-banner-title { font-size: 1.3rem; }
  .subcat-banner-desc { font-size: 0.88rem; }
  .subcat-stats-strip { gap: 7px; }
  .subcat-stat { font-size: 0.74rem; padding: 4px 10px; }
  .subcat-sidebar { flex-direction: column; }
  .subcat-filter-card { flex: none; }
  .subcat-banner-icon { width: 44px; height: 44px; font-size: 1.2rem; }
  .cat-quick-links { gap: 7px; }
  .cat-quick-link { font-size: 0.78rem; padding: 5px 12px; }
}

/* ── Category Archive Page ── */
.category-page-intro .breadcrumb-item + .breadcrumb-item::before {
  color: #9ca3af;
}

.cat-type-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  z-index: 1;
}

.cat-badge-himachal  { background: #0b5cab; color: #fff; }
.cat-badge-honeymoon { background: #e91e7e; color: #fff; }
.cat-badge-corporate { background: #012E61; color: #fff; }
.cat-badge-adventure { background: #e65c00; color: #fff; }
.cat-badge-group     { background: #2e7d32; color: #fff; }

.floating-demo-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1050;
  border-radius: 999px;
  padding: 10px 16px;
}

@media (max-width: 991.98px) {
  .navbar .btn {
    width: 100%;
    margin-top: 8px;
  }

  .header-main-menu {
    gap: 2px;
    margin-top: 10px;
  }

  .icon-btn {
    width: 100%;
    border-radius: 8px;
    margin-top: 8px;
  }

  .badge-dot {
    right: 10px;
    top: 8px;
  }

  .trip-card-title {
    font-size: 1.1rem;
  }

  .trip-card-subtext {
    font-size: 0.9rem;
  }

  .offer-promo-title { font-size: 1.1rem; }
  .offer-promo-subtitle { font-size: 0.88rem; }

  .city-grid-card {
    height: 210px;
  }

  .city-grid-card-sm {
    height: 200px;
  }

  .city-grid-title {
    font-size: 1.25rem;
  }

  .dmc-footer-v2 .dmc-footer-watermark {
    font-size: 3.4rem;
  }

  .featured-package-image {
    height: 190px;
  }
}

/* Sub-category sidebar grid: slightly smaller images in xl-3 columns */
@media (min-width: 1200px) {
  .row-cols-xl-3 .featured-package-image { height: 190px; }
}

@media (max-width: 575.98px) {
  .floating-demo-btn {
    right: 12px;
    bottom: 12px;
    padding: 9px 14px;
    font-size: 0.9rem;
  }

  .trip-card-image {
    height: 130px;
  }

  .trip-swiper .swiper-button-next,
  .trip-swiper .swiper-button-prev {
    display: none;
  }

  .offer-promo-body { min-height: 165px; }
  .offer-promo-media { width: 108px; min-width: 108px; }
  .offer-promo-title { font-size: 1rem; }
  .offer-promo-subtitle { font-size: 0.82rem; }
  .offer-promo-copy { font-size: 0.78rem; }
  .offer-code-pill { font-size: 0.7rem; padding: 5px 9px; }
  .offer-details-link { font-size: 0.8rem; }

  .city-grid-card,
  .city-grid-card-sm {
    height: 185px;
  }

  .city-grid-title {
    font-size: 1.1rem;
    gap: 6px;
  }

  .city-flag-icon {
    width: 18px;
    height: 12px;
  }

  .dmc-footer-v2 .dmc-newsletter-card,
  .dmc-footer-v2 .dmc-footer-top-cols {
    padding: 14px;
  }

  .dmc-footer-v2 .dmc-footer-watermark {
    font-size: 2rem;
    margin-top: -6px;
  }

  .dmc-footer-v2 .dmc-dream-title {
    font-size: 1.25rem;
  }

  .featured-package-new-price {
    font-size: 1.35rem;
  }

  .featured-package-btn {
    font-size: 0.9rem;
    padding: 9px 14px;
  }
}

/* Footer — travel premium (reference layout) */
.sv-footer {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 0;
}

.sv-footer-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.sv-footer-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 15, 35, 0.88) 0%, rgba(1, 30, 60, 0.92) 50%, rgba(1, 12, 28, 0.95) 100%),
    radial-gradient(circle at 15% 50%, rgba(235, 121, 0, 0.08), transparent 45%),
    radial-gradient(circle at 85% 40%, rgba(255, 255, 255, 0.05), transparent 40%);
}

.sv-footer-doodles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.sv-footer-doodle {
  position: absolute;
  color: rgba(255, 255, 255, 0.12);
  font-size: 1.5rem;
}

.sv-footer-doodle-1 {
  top: 18%;
  left: 8%;
  font-size: 1.2rem;
}

.sv-footer-doodle-2 {
  bottom: 22%;
  left: 12%;
}

.sv-footer-doodle-3 {
  top: 25%;
  right: 10%;
  font-size: 2rem;
}

.sv-footer-inner {
  position: relative;
  z-index: 2;
  padding-top: var(--section-padding-y);
  padding-bottom: calc(var(--section-padding-y) * 0.75);
  padding-left: 0;
  padding-right: 0;
}

/* Top row — logo | headline | social */
.sv-footer-top {
  margin-bottom: 48px;
  text-align: center;
}

.sv-footer-col-brand {
  display: flex;
  justify-content: center;
}

.sv-footer-col-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sv-footer-col-social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sv-footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}

.sv-footer-logo {
  height: 52px;
  width: auto;
  max-width: 200px;
  filter: brightness(0) invert(1);
}

.sv-footer-brand-tag {
  font-family: "DM Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.sv-footer-headline {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.2px;
  text-align: center;
}

.sv-footer-subline {
  margin: 0;
  max-width: 46ch;
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.sv-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sv-footer-social-link {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.05rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sv-footer-social-link:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

@media (min-width: 992px) {
  .sv-footer-top {
    text-align: left;
  }

  .sv-footer-col-brand {
    justify-content: flex-start;
  }

  .sv-footer-brand {
    align-items: flex-start;
  }

  .sv-footer-brand-tag {
    text-align: left;
  }

  .sv-footer-col-intro {
    text-align: center;
  }

  .sv-footer-col-social {
    justify-content: flex-end;
  }
}

/* Nav — three balanced columns */
.sv-footer-nav.row {
  --bs-gutter-x: 2rem;
  margin-bottom: 40px;
}

.sv-footer-nav.row > [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

.sv-footer-nav-col {
  display: flex;
}

.sv-footer-nav-col--start {
  justify-content: center;
}

.sv-footer-nav-col--center {
  justify-content: center;
}

.sv-footer-nav-col--end {
  justify-content: center;
}

.sv-footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.sv-footer-links a {
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}

.sv-footer-links a:hover {
  color: var(--primary);
}

@media (min-width: 576px) {
  .sv-footer-nav-col--start {
    justify-content: flex-start;
  }

  .sv-footer-nav-col--center {
    justify-content: center;
  }

  .sv-footer-nav-col--end {
    justify-content: flex-end;
  }

  .sv-footer-nav-col--start .sv-footer-links {
    align-items: flex-start;
  }

  .sv-footer-nav-col--center .sv-footer-links {
    align-items: center;
  }

  .sv-footer-nav-col--end .sv-footer-links {
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .sv-footer-nav.row {
    --bs-gutter-x: 3rem;
  }

  .sv-footer-top.row {
    --bs-gutter-x: 2.5rem;
  }
}

.sv-footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  margin-bottom: 36px;
}

/* Contact — Visit Us / Email At / Call Us */
.sv-footer-contact.row {
  --bs-gutter-x: 1.5rem;
  margin-bottom: 32px;
}

.sv-footer-contact-col {
  display: flex;
  justify-content: center;
}

.sv-footer-contact-col--end {
  justify-content: center;
}

.sv-footer-contact-col--center {
  justify-content: center;
}

@media (min-width: 768px) {
  .sv-footer-contact-col {
    justify-content: flex-start;
  }

  .sv-footer-contact-col--center {
    justify-content: center;
  }

  .sv-footer-contact-col--end {
    justify-content: flex-end;
  }

  .sv-footer-contact-col--center .sv-footer-contact-block {
    margin-left: auto;
    margin-right: auto;
  }

  .sv-footer-contact-col--end .sv-footer-contact-block {
    margin-left: auto;
  }
}
.sv-footer-contact-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: 280px;
  width: 100%;
}

.sv-footer-contact-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.06);
  margin-top: 2px;
}

.sv-footer-contact-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 400;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
}

.sv-footer-contact-text {
  font-family: "DM Sans", sans-serif;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.sv-footer-contact-text a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}

.sv-footer-contact-text a:hover {
  color: var(--primary);
}

.sv-footer-copy {
  font-family: "DM Sans", sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 8px;
}

/* Tablet & mobile — stacked, centered layout */
@media (max-width: 991.98px) {
  .sv-footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sv-footer-top {
    margin-bottom: 36px;
  }

  .sv-footer-nav.row {
    margin-bottom: 32px;
    --bs-gutter-y: 1.25rem;
  }

  .sv-footer-col-brand,
  .sv-footer-col-intro,
  .sv-footer-col-social {
    justify-content: center;
    text-align: center;
  }

  .sv-footer-brand {
    align-items: center;
  }

  .sv-footer-brand-tag {
    text-align: center;
  }

  .sv-footer-headline,
  .sv-footer-subline {
    text-align: center;
  }

  .sv-footer-subline {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sv-footer-nav-col--start,
  .sv-footer-nav-col--center,
  .sv-footer-nav-col--end {
    justify-content: center;
  }

  .sv-footer-nav-col--start .sv-footer-links,
  .sv-footer-nav-col--center .sv-footer-links,
  .sv-footer-nav-col--end .sv-footer-links {
    align-items: center;
    width: 100%;
  }

  .sv-footer-contact-col,
  .sv-footer-contact-col--center,
  .sv-footer-contact-col--end {
    justify-content: center;
  }

  .sv-footer-contact-col--center .sv-footer-contact-block,
  .sv-footer-contact-col--end .sv-footer-contact-block {
    margin-left: 0;
    margin-right: 0;
  }

  .sv-footer-contact-block {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .sv-footer-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sv-footer-top.row {
    --bs-gutter-y: 1.5rem;
    margin-bottom: 32px;
  }

  .sv-footer-headline {
    font-size: clamp(1.5rem, 6.5vw, 2rem);
    line-height: 1.2;
    margin-bottom: 14px;
    padding: 0 4px;
  }

  .sv-footer-subline {
    font-size: 0.9rem;
    line-height: 1.65;
    padding: 0 2px;
  }

  .sv-footer-nav.row {
    --bs-gutter-y: 1.5rem;
    margin-bottom: 28px;
  }

  .sv-footer-links {
    gap: 4px;
  }

  .sv-footer-links li {
    width: 100%;
    text-align: center;
  }

  .sv-footer-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 6px 12px;
    font-size: 0.92rem;
  }

  .sv-footer-divider {
    margin-bottom: 28px;
  }

  .sv-footer-contact.row {
    --bs-gutter-y: 1.75rem;
    margin-bottom: 24px;
  }

  .sv-footer-contact-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 0 8px;
  }

  .sv-footer-contact-icon {
    margin-top: 0;
  }

  .sv-footer-contact-title {
    font-size: 1.2rem;
  }

  .sv-footer-contact-text {
    font-size: 0.88rem;
  }

  .sv-footer-contact-text a {
    word-break: break-word;
  }

  .sv-footer-copy {
    font-size: 0.78rem;
    line-height: 1.5;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sv-footer-doodle-3 {
    display: none;
  }

  .sv-footer-doodle-1,
  .sv-footer-doodle-2 {
    opacity: 0.06;
  }
}

@media (max-width: 575.98px) {
  .sv-footer-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sv-footer-top {
    margin-bottom: 28px;
  }

  .sv-footer-logo {
    height: 42px;
    max-width: 180px;
  }

  .sv-footer-brand-tag {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
  }

  .sv-footer-social {
    gap: 10px;
  }

  .sv-footer-social-link {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .sv-footer-nav.row {
    margin-bottom: 24px;
  }
}

/* Tablet only — 3-column nav, keep balanced alignment */
@media (min-width: 768px) and (max-width: 991.98px) {
  .sv-footer-nav.row > [class*="col-"] {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .sv-footer-nav-col--start {
    justify-content: flex-start;
  }

  .sv-footer-nav-col--center {
    justify-content: center;
  }

  .sv-footer-nav-col--end {
    justify-content: flex-end;
  }

  .sv-footer-nav-col--start .sv-footer-links {
    align-items: flex-start;
  }

  .sv-footer-nav-col--center .sv-footer-links {
    align-items: center;
  }

  .sv-footer-nav-col--end .sv-footer-links {
    align-items: flex-end;
  }

  .sv-footer-links a {
    min-height: auto;
    padding: 4px 0;
    font-size: 0.88rem;
  }

  .sv-footer-contact-block {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }

  .sv-footer-contact-col--center .sv-footer-contact-block {
    margin-left: auto;
    margin-right: auto;
  }

  .sv-footer-contact-col--end .sv-footer-contact-block {
    margin-left: auto;
  }
}

/* ── Site preloader (logo + magnifying glass zoom) ── */
body.sv-preloader-active {
  overflow: hidden;
}

.sv-preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.sv-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sv-preloader-stage {
  position: relative;
  width: min(260px, 74vw);
  animation: sv-preloader-stage-exit 0.55s ease 2.35s forwards;
}

.sv-preloader-stack {
  position: relative;
  width: 100%;
}

.sv-preloader-stack img {
  width: 100%;
  height: auto;
  display: block;
}

.sv-preloader-logo-dim {
  opacity: 0;
  animation: sv-preloader-fade-in 0.45s ease forwards;
}

@keyframes sv-preloader-fade-in {
  to {
    opacity: 0.32;
  }
}

.sv-preloader-logo-zoom {
  position: absolute;
  inset: 0;
  transform: scale(1.9);
  transform-origin: center center;
  clip-path: circle(46px at 18% 50%);
  animation:
    sv-preloader-lens-sweep 1.15s ease-in-out 0.4s forwards,
    sv-preloader-lens-expand 0.7s cubic-bezier(0.4, 0, 0.2, 1) 1.7s forwards;
}

@keyframes sv-preloader-lens-sweep {
  0% {
    clip-path: circle(46px at 16% 50%);
  }

  40% {
    clip-path: circle(46px at 84% 50%);
  }

  100% {
    clip-path: circle(50px at 50% 50%);
  }
}

@keyframes sv-preloader-lens-expand {
  from {
    clip-path: circle(50px at 50% 50%);
  }

  to {
    clip-path: circle(150vmax at 50% 50%);
  }
}

.sv-preloader-glass {
  position: absolute;
  top: 50%;
  left: 16%;
  width: 98px;
  height: 98px;
  transform: translate(-50%, -50%) scale(0.65);
  opacity: 0;
  color: var(--secondary);
  filter: drop-shadow(0 4px 12px rgba(1, 46, 97, 0.18));
  animation:
    sv-preloader-glass-sweep 1.15s ease-in-out 0.4s forwards,
    sv-preloader-glass-expand 0.7s cubic-bezier(0.4, 0, 0.2, 1) 1.7s forwards;
  pointer-events: none;
}

.sv-preloader-glass svg {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes sv-preloader-glass-sweep {
  0% {
    left: 16%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.65);
  }

  12% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  40% {
    left: 84%;
  }

  100% {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes sv-preloader-glass-expand {
  from {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  to {
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(14);
  }
}

@keyframes sv-preloader-stage-exit {
  to {
    opacity: 0;
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-preloader-logo-dim,
  .sv-preloader-logo-zoom,
  .sv-preloader-glass,
  .sv-preloader-stage {
    animation: none !important;
  }

  .sv-preloader-logo-dim {
    opacity: 0.32;
  }

  .sv-preloader-logo-zoom {
    clip-path: none;
    transform: none;
  }

  .sv-preloader-glass {
    display: none;
  }

  .sv-preloader {
    transition-duration: 0.2s;
  }
}

/* ── Scroll stack overlay cards ── */
.sv-stack-cards {
  background-color: var(--bg-light);
  overflow: clip;
}

.sv-stack-cards-head {
  margin-bottom: clamp(28px, 4vw, 48px);
}

.sv-stack-cards-wrap {
  width: 100%;
  padding-bottom: clamp(48px, 8vh, 96px);
}

.sv-stack-card {
  --stack-stick-base: 88px;
  --stack-stick-step: 16px;
  position: sticky;
  top: calc(var(--stack-stick-base) + var(--card-index) * var(--stack-stick-step));
  z-index: calc(var(--card-index) + 1);
  width: 100%;
  height: 450px;
  max-height: 450px;
  margin-bottom: calc(18vh - var(--card-index) * 4px);
  scroll-margin-top: 96px;
}

.sv-stack-card:last-child {
  margin-bottom: clamp(80px, 14vh, 140px);
}

.sv-stack-card-shell {
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-shadow:
    0 24px 48px rgba(1, 46, 97, 0.16),
    0 8px 20px rgba(0, 0, 0, 0.08);
  transform-origin: center top;
  transition: transform 0.4s ease, filter 0.4s ease;
  will-change: transform;
}

.sv-stack-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.sv-stack-card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.84) 0%,
    rgba(0, 0, 0, 0.52) 38%,
    rgba(0, 0, 0, 0.14) 72%,
    rgba(0, 0, 0, 0.04) 100%
  );
}

.sv-stack-card-content {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 3vw, 36px);
  max-width: 640px;
  color: #fff;
}

.sv-stack-card-content h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.12rem, 1.7vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.55rem;
  letter-spacing: -0.01em;
}

.sv-stack-card-content p {
  margin: 0;
  font-size: clamp(0.875rem, 1.1vw, 0.98rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.92);
  max-width: 58ch;
}

@media (max-width: 767.98px) {
  .sv-stack-cards {
    overflow: visible;
  }

  .sv-stack-cards-head {
    margin-bottom: 24px;
  }

  .sv-stack-cards-head .sv-section-title {
    font-size: clamp(1.6rem, 7vw, 2rem);
    line-height: 1.2;
  }

  .sv-stack-cards-head .sv-section-lead {
    font-size: 0.92rem;
    line-height: 1.6;
    max-width: 38ch;
  }

  .sv-stack-cards-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 4px;
  }

  .sv-stack-card {
    position: relative;
    top: auto;
    z-index: auto;
    height: auto;
    max-height: none;
    min-height: 0;
    margin-bottom: 0;
  }

  .sv-stack-card:last-child {
    margin-bottom: 0;
  }

  .sv-stack-card-shell {
    height: auto;
    min-height: 220px;
    border-radius: 16px;
    transform: none !important;
    filter: none !important;
  }

  .sv-stack-card-content {
    padding: 22px 18px 24px;
    max-width: none;
  }

  .sv-stack-card-content h3 {
    font-size: 1.28rem;
    margin-bottom: 0.45rem;
  }

  .sv-stack-card-content p {
    font-size: 0.9rem;
    line-height: 1.55;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-stack-card-shell {
    transition: none;
  }
}

/* Travel verticals — category gallery */
.sv-verticals-gallery {
  background-color: #faf9f6;
}

.sv-verticals-gallery-head {
  margin-bottom: 2rem;
}

.sv-verticals-gallery .container {
  overflow: visible;
}

.sv-vg-tabs-wrap {
  margin-bottom: 1.75rem;
}

.sv-vg-tabs {
  gap: 0.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.25rem 0 0.5rem;
  margin-bottom: 0;
  scrollbar-width: thin;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 1rem;
}

.sv-vg-tabs .nav-item {
  flex-shrink: 0;
  scroll-snap-align: start;
}

@media (max-width: 767.98px) {
  .sv-vg-tabs-wrap {
    width: 100%;
    margin-left: calc(-1 * var(--bs-gutter-x, 0.75rem) * 0.5);
    margin-right: calc(-1 * var(--bs-gutter-x, 0.75rem) * 0.5);
    padding-inline: calc(var(--bs-gutter-x, 0.75rem) * 0.5);
  }

  .sv-vg-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }

  .sv-vg-tabs .nav-item {
    width: 100%;
    margin: 0;
    scroll-snap-align: unset;
  }

  .sv-vg-tabs .nav-link {
    width: 100%;
    justify-content: center;
    font-size: 0.8rem;
    padding: 0.5rem 0.5rem;
    gap: 0.35rem;
  }

  .sv-vg-tabs .nav-link i {
    font-size: 0.88rem;
  }

  #verticalsGalleryTabsContent .row > [class*="col"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sv-vg-tile {
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .sv-vg-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sv-vg-tabs .nav-link {
    font-size: 0.82rem;
    padding: 0.5rem 0.65rem;
  }
}

@media (min-width: 768px) {
  .sv-vg-tabs-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-inline: 0;
  }

  .sv-vg-tabs {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .sv-vg-tabs .nav-item {
    flex-shrink: 0;
  }

  .sv-vg-tabs .nav-link {
    width: auto;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

.sv-vg-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  color: #374151;
  border: 1px solid #e5e7eb;
  background: var(--white);
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.sv-vg-tabs .nav-link i {
  font-size: 0.95rem;
  color: var(--primary);
}

.sv-vg-tabs .nav-link:hover {
  border-color: rgba(235, 121, 0, 0.35);
  color: var(--secondary);
}

.sv-vg-tabs .nav-link.active {
  color: var(--white);
  border-color: var(--primary);
  background-color: var(--primary);
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(235, 121, 0, 0.28);
}

.sv-vg-tabs .nav-link.active i {
  color: var(--white);
}

.sv-vg-tab-content .tab-pane {
  animation: sv-vg-fade-in 0.35s ease;
}

@keyframes sv-vg-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sv-vg-tile {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  text-align: left;
  cursor: pointer;
  background: #1a2332;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sv-vg-tile:hover,
.sv-vg-tile:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(1, 46, 97, 0.18);
  outline: none;
}

.sv-vg-tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.sv-vg-tile:hover .sv-vg-tile-img,
.sv-vg-tile:focus-visible .sv-vg-tile-img {
  transform: scale(1.07);
}

.sv-vg-tile-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(1, 46, 97, 0.05) 0%,
    rgba(1, 46, 97, 0.25) 42%,
    rgba(15, 23, 42, 0.82) 100%
  );
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.sv-vg-tile:hover .sv-vg-tile-scrim,
.sv-vg-tile:focus-visible .sv-vg-tile-scrim {
  background: linear-gradient(
    180deg,
    rgba(1, 46, 97, 0.1) 0%,
    rgba(1, 46, 97, 0.35) 38%,
    rgba(15, 23, 42, 0.9) 100%
  );
}

.sv-vg-tile-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 1rem 0.95rem 0.9rem;
  pointer-events: none;
}

.sv-vg-tile-title {
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.sv-vg-tile-meta {
  font-size: 0.78rem;
  color: #ffd4a8;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.sv-vg-tile-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease;
  pointer-events: none;
}

.sv-vg-tile:hover .sv-vg-tile-zoom,
.sv-vg-tile:focus-visible .sv-vg-tile-zoom {
  opacity: 1;
  transform: scale(1);
}

/* Gallery modal + slider */
.sv-vg-modal .modal-dialog {
  max-width: min(920px, calc(100vw - 1.5rem));
}

.sv-vg-modal-content {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: #111827;
}

.sv-vg-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  opacity: 1;
  padding: 0.65rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.sv-vg-modal-slider-wrap {
  position: relative;
  background: #0f172a;
}

.sv-vg-modal-swiper {
  width: 100%;
}

.sv-vg-modal-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f172a;
}

.sv-vg-modal-swiper .swiper-slide img {
  width: 100%;
  max-height: min(62vh, 520px);
  object-fit: cover;
  display: block;
}

.sv-vg-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sv-vg-modal-arrow:hover {
  background: var(--primary);
  color: var(--white);
}

.sv-vg-modal-prev {
  left: 12px;
}

.sv-vg-modal-next {
  right: 12px;
}

.sv-vg-modal-arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.sv-vg-modal-pagination {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 12px !important;
  z-index: 3;
}

.sv-vg-modal-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
}

.sv-vg-modal-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  width: 22px;
  border-radius: 999px;
}

.sv-vg-modal-footer {
  padding: 1.1rem 1.25rem 1.25rem;
  background: var(--white);
}

.sv-vg-modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222637;
  margin: 0 0 0.35rem;
}

.sv-vg-modal-caption {
  font-size: 0.92rem;
  color: #5b6472;
  line-height: 1.55;
}

@media (max-width: 575.98px) {
  .sv-vg-modal-arrow {
    width: 36px;
    height: 36px;
  }

  .sv-vg-modal-prev {
    left: 8px;
  }

  .sv-vg-modal-next {
    right: 8px;
  }

  .sv-vg-tile-title {
    font-size: 0.88rem;
  }

  .sv-vg-tile-copy {
    padding: 0.75rem 0.8rem 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-vg-tab-content .tab-pane {
    animation: none;
  }

  .sv-vg-tile,
  .sv-vg-tile-img {
    transition: none;
  }
}

/* Inner page hero — shared across About, Contact, and listing pages */
.sv-page-hero {
  position: relative;
  overflow: hidden;
  background-color: #f7f5f0;
  background-image:
    radial-gradient(circle at 88% 18%, rgba(188, 176, 152, 0.16), transparent 42%),
    linear-gradient(180deg, #fcfbf8 0%, #f4f1ea 100%);
  padding: 44px 0 48px;
  border-bottom: 1px solid #ece8df;
}

.sv-page-hero::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -50px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px dashed rgba(1, 46, 97, 0.1);
  pointer-events: none;
}

.sv-page-hero-nav ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 0.82rem;
}

.sv-page-hero-nav li {
  color: #6b7280;
}

.sv-page-hero-nav li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: #c5c0b6;
}

.sv-page-hero-nav a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sv-page-hero-nav a:hover {
  color: var(--primary);
}

.sv-page-hero-nav [aria-current="page"] {
  color: #222637;
  font-weight: 500;
}

.sv-page-hero-kicker {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 0.78rem;
  letter-spacing: 2px;
  font-weight: 700;
}

.sv-page-hero-title {
  margin: 0;
  color: #222637;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.2px;
}

.sv-page-hero-lead {
  margin: 12px 0 0;
  max-width: 62ch;
  color: #454852;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.7;
}

@media (max-width: 575.98px) {
  .sv-page-hero {
    padding: 28px 0 32px;
  }

  .sv-page-hero-title {
    font-size: 1.55rem;
  }
}

.sv-team {
  background: linear-gradient(180deg, #faf9f6 0%, #f3f1eb 100%);
}

.sv-team-card {
  height: 100%;
}

.sv-team-photo {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #e8e4dc;
}

.sv-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.sv-team-card:hover .sv-team-photo img {
  transform: scale(1.04);
}

.sv-team-meta {
  padding-top: 18px;
}

.sv-team-name {
  margin: 0 0 4px;
  color: #222637;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.2px;
}

.sv-team-role {
  margin: 0;
  color: var(--primary);
  font-size: 0.78rem;
  letter-spacing: 1.4px;
  font-weight: 700;
  text-transform: uppercase;
}

.sv-page-cta-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px 40px;
  width: 100%;
  padding: 40px 44px;
  border-radius: 20px;
  color: #f4f6f8;
  background-color: var(--secondary);
  background-image:
    radial-gradient(circle at 12% 88%, rgba(235, 121, 0, 0.14), transparent 42%),
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.07), transparent 36%),
    linear-gradient(135deg, #011f42 0%, var(--secondary) 48%, #0a3d72 100%);
}

.sv-page-cta-banner::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px dashed rgba(235, 121, 0, 0.28);
  pointer-events: none;
}

.sv-page-cta-banner::after {
  content: "";
  position: absolute;
  right: 48px;
  bottom: -90px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.sv-page-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.sv-page-cta-kicker {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 0.78rem;
  letter-spacing: 2px;
  font-weight: 700;
}

.sv-page-cta-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.sv-page-cta-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.92rem, 1.3vw, 1.02rem);
  line-height: 1.65;
  max-width: 52ch;
}

.sv-page-cta-btn {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 12px 24px;
}

@media (max-width: 767.98px) {
  .sv-page-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    border-radius: 16px;
  }

  .sv-page-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .sv-team-photo {
    aspect-ratio: 4 / 5;
  }
}

/* About — Vision & Mission */
.sv-vision-mission {
  background-color: #faf9f6;
}

.sv-vm-head .sv-section-lead {
  max-width: 58ch;
}

.sv-vm-card {
  position: relative;
  height: 100%;
  padding: 32px 32px 36px;
  border-radius: 16px;
  overflow: hidden;
}

.sv-vm-card--vision {
  color: #f4f6f8;
  background-color: var(--secondary);
  background-image:
    radial-gradient(circle at 12% 88%, rgba(235, 121, 0, 0.16), transparent 46%),
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(135deg, #011f42 0%, var(--secondary) 48%, #0a3d72 100%);
}

.sv-vm-card--vision::after {
  content: "";
  position: absolute;
  right: -48px;
  top: -56px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px dashed rgba(235, 121, 0, 0.32);
  pointer-events: none;
}

.sv-vm-card--mission {
  background: #ffffff;
  border: 1px solid #e8e4dc;
}

.sv-vm-label {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: var(--primary);
  font-size: 0.78rem;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

.sv-vm-card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.2px;
}

.sv-vm-card-text {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.7;
}

.sv-vm-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sv-vm-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee8df;
}

.sv-vm-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sv-vm-num {
  flex-shrink: 0;
  min-width: 2.1rem;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-top: 2px;
}

.sv-vm-list-text {
  color: #3d4550;
  font-size: 0.98rem;
  line-height: 1.65;
}

@media (max-width: 575.98px) {
  .sv-vm-card {
    padding: 24px 22px 28px;
    border-radius: 14px;
  }
}
