body {
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5;
  background: #ffffff;
  overflow-x: hidden;
  font-size: 14px; }
  :root {
    --brand-navy: #2f1f4d;
    --brand-teal: #d96b58;
    --brand-cyan: #ffb45b;
    --brand-mint: #ffd8a4;
    --brand-ice: #fff6ec;
    --brand-surface: #fffaf5;
    --brand-text: #142033;
    --brand-sand: #f6ecdf;
    --brand-line: rgba(217, 107, 88, 0.14);
    --brand-shadow: 0 24px 80px rgba(10, 26, 48, 0.16);
  }
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

.bg-primary {
  background-color: #1A374D !important; }

.text-black {
  color: #000000 !important; }

a {
  color: #1A374D;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    color: #1A374D;
    text-decoration: none; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

::selection {
  background: #000000;
  color: #ffffff; }

.text-primary {
  color: #1A374D !important; }

a.text-primary {
  color: #1A374D !important; }
  a.text-primary:hover {
    color: #1A374D !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "Cormorant Garamond", serif; }

.btn {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  font-size: 14px; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn.btn-primary {
  background: #1A374D;
  border-color: #1A374D;
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 600; }
    .btn.btn-primary:hover {
      border-color: #1f425c;
      background: #1f425c; }
  .btn.btn-outline-white {
    border: 2px solid #ffffff; }
    .btn.btn-outline-white:hover {
      background: #ffffff;
      color: #1A374D !important; }

.text-white-opacity {
  opacity: .7; }

.form-control, .custom-select {
  border: 2px solid #e9ecef;
  font-size: 16px;
  height: 45px; }
  .form-control:active, .form-control:focus, .custom-select:active, .custom-select:focus {
    border-color: #1A374D;
    -webkit-box-shadow: none;
    box-shadow: none; }

.gutter-v1 {
  margin-right: -20px;
  margin-left: -20px; }
  @media (max-width: 991.98px) {
    .gutter-v1 {
      margin-left: -15px;
      margin-right: -15px; } }
  .gutter-v1 > .col,
  .gutter-v1 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .gutter-v1 > .col,
      .gutter-v1 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px; }
  @media (max-width: 991.98px) {
    .gutter-v2 {
      margin-left: -15px;
      margin-right: -15px; } }
  .gutter-v2 > .col,
  .gutter-v2 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
    @media (max-width: 991.98px) {
      .gutter-v2 > .col,
      .gutter-v2 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

.spinner-border {
  color: #1A374D; }

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.position-relative {
  position: relative; }

.logo {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700; }
  .logo:hover {
    color: #ffffff; }

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important; }
  .nav-brand img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    -webkit-transform: scale(1.16);
    -ms-transform: scale(1.16);
    transform: scale(1.16);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: drop-shadow(0 10px 18px rgba(4, 18, 33, 0.2));
    filter: drop-shadow(0 10px 18px rgba(4, 18, 33, 0.2));
    -webkit-transition: .35s transform ease, .35s box-shadow ease;
    -o-transition: .35s transform ease, .35s box-shadow ease;
    transition: .35s transform ease, .35s box-shadow ease; }
  .nav-brand span {
    display: inline-block;
    max-width: 320px;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    opacity: 0.98; }
  .nav-brand:hover img {
    -webkit-transform: scale(1.22) rotate(-3deg);
    -ms-transform: scale(1.22) rotate(-3deg);
    transform: scale(1.22) rotate(-3deg);
    -webkit-filter: drop-shadow(0 14px 24px rgba(20, 150, 166, 0.28));
    filter: drop-shadow(0 14px 24px rgba(20, 150, 166, 0.28)); }
  @media (max-width: 575.98px) {
    .nav-brand img {
      width: 52px;
      height: 52px; }
    .nav-brand span {
      max-width: 190px;
      font-size: 20px; } }

.site-nav {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%; }

.site-nav {
  padding-top: 20px;
  padding-bottom: 20px; }
  .site-nav .site-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
  .site-nav h1 {
    margin: 0;
    padding: 0;
    font-size: 24px; }
  .site-nav .site-navigation .site-menu {
    margin-bottom: 0;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 247, 238, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18); }
    .site-nav .site-navigation .site-menu > li {
      display: inline-block; }
  .site-nav .site-navigation .site-menu > li > a {
        font-size: 14px;
        padding: 10px 15px;
        display: inline-block;
        text-decoration: none !important;
        color: rgba(255, 255, 255, 0.78);
        position: relative;
        -webkit-transition: .3s color ease, .3s transform ease;
        -o-transition: .3s color ease, .3s transform ease;
        transition: .3s color ease, .3s transform ease; }
        .site-nav .site-navigation .site-menu > li > a:after {
          content: "";
          position: absolute;
          left: 15px;
          right: 15px;
          bottom: 4px;
          height: 2px;
          border-radius: 999px;
          background: -webkit-linear-gradient(left, var(--brand-mint), var(--brand-cyan));
          background: -o-linear-gradient(left, var(--brand-mint), var(--brand-cyan));
          background: linear-gradient(90deg, var(--brand-mint), var(--brand-cyan));
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transition: .3s transform ease;
          -o-transition: .3s transform ease;
          transition: .3s transform ease; }
        .site-nav .site-navigation .site-menu > li > a:hover {
          color: #ffffff;
          -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
          transform: translateY(-1px); }
          .site-nav .site-navigation .site-menu > li > a:hover:after {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
      .site-nav .site-navigation .site-menu > li.cta-button a {
        padding: 6px 20px;
        border: 2px solid rgba(255, 255, 255, 0.1);
        color: #000000;
        border-radius: 30px; }
        .site-nav .site-navigation .site-menu > li.cta-button a:hover {
          color: #000000;
          background: #1A374D;
          border-color: #1A374D; }
      .site-nav .site-navigation .site-menu > li.active > a {
        color: #ffffff; }
        .site-nav .site-navigation .site-menu > li.active > a:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
    .site-nav .site-navigation .site-menu .has-children {
      position: relative; }
      .site-nav .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-nav .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 14px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-nav .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        z-index: 999;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 20px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #ffffff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
        .site-nav .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000000; }
        .site-nav .site-navigation .site-menu .has-children .dropdown .active a {
          color: #1A374D !important; }
        .site-nav .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 180px; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #1A374D; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
              color: #1A374D; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #1A374D; }
      .site-nav .site-navigation .site-menu .has-children:hover > a, .site-nav .site-navigation .site-menu .has-children:focus > a, .site-nav .site-navigation .site-menu .has-children:active > a {
        color: #ffffff; }
      .site-nav .site-navigation .site-menu .has-children:hover, .site-nav .site-navigation .site-menu .has-children:focus, .site-nav .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-nav .site-navigation .site-menu .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px; }
  .site-mobile-menu-close > span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px; }
    .site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 30px;
      background: #000000; }
    .site-mobile-menu-close > span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .site-mobile-menu-close > span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #ffffff;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
  .offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 48px; }
  .site-mobile-menu .site-nav-wrap {
    display: flow-root;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 5px 20px;
      display: block;
      position: relative;
      color: #000000; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #1A374D; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #1A374D; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 14px;
        z-index: 20;
        font-family: "icomoon";
        content: "\e313";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 14px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 14px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 14px;
                padding-left: 60px; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar .site-menu-toggle {
    color: #000000; }
  .sticky-wrapper .site-navbar .site-logo a {
    color: #000000; }
  .sticky-wrapper .site-navbar .site-menu > li > a {
    color: rgba(0, 0, 0, 0.8) !important; }
    .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
      color: #000000 !important; }
  .sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
    background: #000000;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #000000;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000000 !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #1A374D !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
      color: #1A374D !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative; }
  .burger.light:before, .burger.light span, .burger.light:after {
    background: #ffffff; }

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1; }

.burger:before, .burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: ""; }

.burger:before {
  top: 4px; }

.burger span {
  top: 15px; }

.burger:after {
  top: 26px; }

/* Hover */
.burger:hover:before {
  top: 7px; }

.burger:hover:after {
  top: 23px; }

/* Click */
.burger.active span {
  opacity: 0; }

.burger.active:before, .burger.active:after {
  top: 40%; }

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/ }

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/ }

.burger:focus {
  outline: none; }

.hero {
  padding: 7rem 0 10rem 0;
  background: #6998AB;
  margin-bottom: 100px; }
  .hero.hero-inner {
    padding: 9rem 0 7rem 0;
    margin-bottom: auto;
    background: #1A374D; }
.hero h1 {
  color: #ffffff;
  font-size: 68px;
  line-height: 1.05; }
  @media (max-width: 991.98px) {
      .hero h1 {
        font-size: 46px; } }
  @media (max-width: 575.98px) {
      .hero h1 {
        font-size: 38px; } }
    .hero h1 .typed-words {
      position: relative; }
      .hero h1 .typed-words:before {
        position: absolute;
        height: 7px;
        background-color: #B1D0E0;
        bottom: 0;
        left: 0;
        right: 0;
        content: ""; }
  .hero .intro-wrap {
    position: relative;
    z-index: 1;
    max-width: 640px; }
  .hero p.text-white {
    max-width: 560px;
    font-size: 17px;
    line-height: 1.8; }
  .hero .static-highlight:before {
    opacity: 0.85; }
  .hero .slides {
    background: #ffffff;
    max-width: 800px;
    left: -100px;
    z-index: 0;
    position: relative;
    overflow: hidden;
    border-radius: 200px;
    -webkit-box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
    box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
    height: 608px;
    margin-bottom: -200px; }
    @media (max-width: 991.98px) {
      .hero .slides {
        left: 0;
        max-width: 100%;
        height: 420px;
        margin-top: 30px;
        margin-bottom: 0; } }
    .hero .slides img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 200px;
      opacity: 0;
      -webkit-transition: 4s opacity ease;
      -o-transition: 4s opacity ease;
      transition: 4s opacity ease;
      background: #ffffff;
      display: block; }
      .hero .slides img.active {
        opacity: 1;
        z-index: 1; }
    @media (max-width: 575.98px) {
      .hero .slides {
        height: 300px;
        border-radius: 40px; }
        .hero .slides img {
          border-radius: 40px; } }

.untree_co-section {
  padding: 70px 0; }

.media-thumb {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px; }
  .media-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(26, 55, 77, 0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .media-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease; }
  .media-thumb .media-text {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 20px; }
    .media-thumb .media-text h3 {
      font-size: 1rem;
      font-weight: 900;
      color: #1A374D;
      margin: 0;
      padding: 0; }
    .media-thumb .media-text .location {
      font-size: .8rem;
      color: rgba(26, 55, 77, 0.5); }
    .media-thumb .media-text h3, .media-thumb .media-text .location {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .media-thumb:hover {
    z-index: 3; }
    .media-thumb:hover h3 {
      color: #ffffff; }
    .media-thumb:hover .location {
      color: rgba(255, 255, 255, 0.5); }
    .media-thumb:hover img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .media-thumb:hover:after {
      opacity: 1;
      visibility: visible; }
    .media-thumb:hover .media-text {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 1;
      visibility: visible; }

.section-title {
  position: relative;
  padding-bottom: 20px;
  display: inline-block; }
  .section-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #1A374D; }
  .section-title.text-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.media-1 {
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 255, 0.94));
  padding: 18px;
  border-radius: 28px;
  -webkit-box-shadow: 0 22px 65px rgba(10, 28, 52, 0.1);
  box-shadow: 0 22px 65px rgba(10, 28, 52, 0.1);
  border: 1px solid rgba(99, 214, 255, 0.14);
  overflow: hidden;
  height: 100%;
  position: relative;
  -webkit-transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  -o-transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
  .media-1:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #d96b58 0%, #ffb45b 55%, #ffd8a4 100%);
    opacity: 0.92; }
  .media-1 img {
    border-radius: 22px; }
  .media-1 .route-photo {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    -webkit-transition: transform .35s ease, filter .35s ease;
    -o-transition: transform .35s ease, filter .35s ease;
    transition: transform .35s ease, filter .35s ease;
    -webkit-filter: saturate(1.02) contrast(1.02);
    filter: saturate(1.02) contrast(1.02); }
  .media-1 .media-copy {
    padding-top: 16px; }
  .media-1 .route-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--brand-teal);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 180, 91, 0.14);
    border: 1px solid rgba(217, 107, 88, 0.14); }
  .media-1 .loc .icon-room {
    position: relative; }
    .media-1 .loc .icon-room:after {
      content: "";
      width: 24px;
      height: 24px;
      background: rgba(26, 55, 77, 0.1);
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .media-1 .deal {
    font-size: 16px;
    margin-bottom: 20px;
    display: block; }
  .media-1 h3 {
    font-size: 20px;
    line-height: 1.16;
    margin-bottom: 12px; }
    .media-1 h3 a {
      color: #081426; }
  .media-1 p {
    color: rgba(20, 32, 51, 0.78);
    font-size: 15px;
    line-height: 1.72;
    margin-bottom: 0; }
  .media-1:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    border-color: rgba(217, 107, 88, 0.18);
    -webkit-box-shadow: 0 24px 70px rgba(10, 28, 52, 0.14);
    box-shadow: 0 24px 70px rgba(10, 28, 52, 0.14); }
    .media-1:hover .route-photo {
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      -webkit-filter: saturate(1.06) contrast(1.03) brightness(1.01);
      filter: saturate(1.06) contrast(1.03) brightness(1.01); }
  .media-1 .price {
    font-size: 15px;
    color: #1A374D;
    font-weight: 700;
    position: relative;
    top: -2px; }
    .media-1 .price sup {
      font-weight: 400;
      font-size: 16px;
      top: -7px; }

.owl-3-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .owl-3-slider .owl-nav .owl-prev, .owl-3-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    @media (max-width: 767.98px) {
      .owl-3-slider .owl-nav .owl-prev, .owl-3-slider .owl-nav .owl-next {
        display: none; } }
  .owl-3-slider .owl-nav .owl-prev {
    left: -50px; }
    .owl-3-slider .owl-nav .owl-prev:hover {
      left: -65px;
      color: #1A374D; }
  .owl-3-slider .owl-nav .owl-next {
    right: -50px; }
    .owl-3-slider .owl-nav .owl-next:hover {
      color: #1A374D;
      right: -65px; }
    .owl-3-slider .owl-nav .owl-next span {
      display: inline-block;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.owl-3-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible; }

.title-with-bg {
  font-size: 50px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-left: 0.5em; }
  .title-with-bg.overlap-right {
    position: relative;
    right: -30px;
    top: 20px;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .title-with-bg.overlap-right {
        right: auto; } }
  .title-with-bg span {
    color: white;
    background-color: #1A374D;
    -webkit-box-shadow: 0.5em 0 0 #1A374D, -0.5em 0 0 #1A374D;
    box-shadow: 0.5em 0 0 #1A374D, -0.5em 0 0 #1A374D; }
  @media (max-width: 991.98px) {
    .title-with-bg {
      font-size: 40px; } }

.feature-1-wrap {
  position: relative; }

.feature-1 {
  padding: 30px;
  background: rgba(26, 55, 77, 0.05);
  border-radius: 20px;
  min-height: calc(50% - 15px);
  top: 0;
  margin-bottom: 30px !important; }
  @media (max-width: 991.98px) {
    .feature-1 {
      display: block !important; } }
  .feature-1 h3 {
    font-size: 1.2rem;
    font-weight: 700; }

.form {
  position: relative;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 9;
  padding: 30px;
  background: #ffffff; }
  .form .btn {
    width: 100%; }
  @media (max-width: 991.98px) {
    .form {
      padding: 22px; } }

#map {
  position: relative;
  width: 100%;
  height: 400px; }
  #map iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.quick-contact-item [class*="flaticon-"] {
  font-size: 2rem;
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 30px;
  border-radius: 50%;
  border: 2px solid #f8f9fa;
  text-align: center;
  position: relative; }
  .quick-contact-item [class*="flaticon-"]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.quick-contact-item .text {
  font-size: 20px; }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: $primary; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #204560;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #1A374D;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

.video-play-button:hover:after {
  background-color: #204560; }

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

.img-play-video {
  position: relative; }

.service [class*="icon-"] {
  font-size: 30px;
  margin-bottom: 20px;
  display: block; }

.service {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px 22px;
  height: 100%;
  -webkit-box-shadow: 0 16px 50px rgba(17, 38, 60, 0.06);
  box-shadow: 0 16px 50px rgba(17, 38, 60, 0.06); }

.service h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700; }

.feature-img-bg {
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  min-height: 100%; }
  @media (max-width: 991.98px) {
    .feature-img-bg {
      height: 300px !important;
      margin-bottom: 30px; } }

@media (max-width: 991.98px) {
  .counter-wrap {
    margin-bottom: 30px; } }

.counter-wrap .caption {
  color: #1A374D;
  font-weight: bold;
  display: block;
  max-width: 180px;
  margin: 0 auto; }

.counter-wrap .counter {
  font-size: 3rem; }
  .counter-wrap .counter span {
    color: #1A374D; }
  @media (max-width: 991.98px) {
    .counter-wrap .counter {
      font-size: 2.5rem; } }

.rounded-20 {
  border-radius: 20px; }

.owl-dots {
  position: relative;
  margin-top: 25px; }

.testimonial-section {
  background: #f8f9fa;
  padding-top: 5rem !important;
  padding-bottom: 7rem !important; }

.two-col li {
  display: inline-block;
  width: 48%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  vertical-align: text-top;
  float: left; }
  .two-col li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #1A374D;
    left: 0;
    top: 7px;
    border-radius: 50%; }

.cta-section {
  background: #1A374D; }

.custom-block {
  margin-bottom: 30px; }
  .custom-block .section-title {
    font-size: 18px;
    font-weight: 700; }

.custom-accordion .accordion-item {
  background-color: #f9f9f9;
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden; }
  .custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-align: left;
    color: #999;
    border: none;
    padding-left: 40px;
    border-radius: 0;
    position: relative;
    background: #ffffff; }
    .custom-accordion .accordion-item .btn-link:before {
      font-family: 'icomoon';
      content: "\f067";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 15px; }
    .custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
      font-weight: 700;
      color: #1A374D; }
      .custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
        font-family: 'icomoon';
        content: "\f068";
        position: absolute;
        color: #1A374D;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px; }
  .custom-accordion .accordion-item.active {
    z-index: 2; }
    .custom-accordion .accordion-item.active .btn-link {
      color: #1A374D;
      -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }
  .custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
    color: #888; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px; }
  .control .caption {
    position: relative;
    top: -3px;
    font-size: 16px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #1A374D; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #204560; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 14px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #1A374D;
  opacity: .2; }

.gal-item {
  display: block;
  margin-bottom: 8px; }
  .gal-item img {
    border-radius: 4px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1; }
  .gal-item:hover img {
    opacity: .5; }

.social-icons li {
  display: inline-block; }
  .social-icons li a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: #303030; }
    .social-icons li a span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .social-icons li a:hover {
      color: #ffffff; }
  .social-icons li:first-child a {
    padding-left: 0; }

.social-icons.light li a {
  color: #000000;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #f8f9fa; }

.video-wrap {
  position: relative;
  display: block; }
  .video-wrap .play-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .video-wrap .play-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #ffffff;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .video-wrap:hover .play-wrap {
    width: 60px;
    height: 60px; }

.owl-single.dots-absolute .owl-dots, .owl-carousel.dots-absolute .owl-dots {
  bottom: 40px; }
  .owl-single.dots-absolute .owl-dots .owl-dot span, .owl-carousel.dots-absolute .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5); }

.owl-single .owl-dots, .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-single .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .owl-single .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2); }
    .owl-single .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot.active span {
      background: #1A374D; }

.owl-single.no-dots .owl-dots, .owl-carousel.no-dots .owl-dots {
  display: none; }

.owl-single.no-nav .owl-nav, .owl-carousel.no-nav .owl-nav {
  display: none; }

.testimonial {
  max-width: 500px;
  text-align: center;
  margin-bottom: 30px; }
  .testimonial .name {
    font-size: 18px;
    color: #000000; }
  .testimonial .img-wrap img {
    margin: 0 auto;
    width: 70px;
    border-radius: 50%; }

.list-check li {
  display: block;
  padding-left: 30px;
  position: relative; }
  .list-check li:before {
    content: "\e5ca";
    font-family: 'icomoon';
    position: absolute;
    top: -.3rem;
    font-size: 20px;
    left: 0; }

.owl-single .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .owl-single .owl-nav {
      display: none; } }
  .owl-single .owl-nav .owl-prev, .owl-single .owl-nav .owl-next {
    position: absolute;
    top: 0; }
    .owl-single .owl-nav .owl-prev span, .owl-single .owl-nav .owl-next span {
      display: block;
      background: #ffffff;
      padding: 15px; }
  .owl-single .owl-nav .owl-prev {
    left: -30px; }
  .owl-single .owl-nav .owl-next {
    right: -30px; }
    .owl-single .owl-nav .owl-next > span {
      position: relative;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.team h3 {
  font-size: 20px; }

.site-footer {
  font-size: 13px;
  color: #777;
  line-height: 1.5; }
  .site-footer .footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1A374D;
    text-decoration: none !important; }
    .site-footer .footer-brand img {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: transparent;
      padding: 0;
      object-fit: cover;
      object-position: center;
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08);
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-filter: drop-shadow(0 10px 18px rgba(15, 23, 47, 0.15));
      filter: drop-shadow(0 10px 18px rgba(15, 23, 47, 0.15)); }
  .site-footer .inner {
    padding-top: 0px;
    padding-bottom: 28px;
    background: #f8f9fa; }
    .site-footer .inner.first {
      padding-top: 42px; }
  @media (max-width: 991.98px) {
    .site-footer {
      padding-top: 14px; } }
  .site-footer a {
    color: #000000; }
    .site-footer a:hover {
      color: #000000;
      text-decoration: underline; }
  .site-footer .widget {
    margin-bottom: 18px; }
    .site-footer .widget p {
      margin-bottom: 0;
      font-size: 13px;
      line-height: 1.65; }
    .site-footer .widget h3 {
      font-size: 13px;
      margin-bottom: 12px;
      color: #000000;
      font-family: "Plus Jakarta Sans", sans-serif; }
    .site-footer .footer-brand + .heading {
      display: none; }
    .site-footer .widget .social li {
      display: inline-block; }
      .site-footer .widget .social li a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #1A374D;
        display: inline-block;
        position: relative;
        color: #ffffff;
        -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2); }
        .site-footer .widget .social li a span {
          font-size: 16px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .site-footer .widget .social li a:hover {
          background-color: #1A374D;
          color: #ffffff; }
    .site-footer .widget .links li {
      display: block;
      margin-bottom: 6px;
      line-height: 1.4; }
      .site-footer .widget .links li a {
        color: #000000; }
        .site-footer .widget .links li a:hover {
          color: #000000;
          text-decoration: underline; }
  .site-footer ul.quick-info li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    line-height: 1.45; }
    .site-footer ul.quick-info li:before {
      left: 0;
      position: absolute;
      content: "";
      font-family: 'icomoon';
      color: #6998AB; }
    .site-footer ul.quick-info li.email:before {
      content: "\f0e0"; }
    .site-footer ul.quick-info li.phone:before {
      content: "\f095"; }
    .site-footer ul.quick-info li.address:before {
      content: "\e8b4"; }

.tour-detail-section {
  padding: 70px 0; }

.tour-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px; }
  .tour-hero-meta span {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px; }

.tour-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 18px 60px rgba(17, 38, 60, 0.08);
  box-shadow: 0 18px 60px rgba(17, 38, 60, 0.08);
  margin-bottom: 30px; }

.tour-card h3,
.tour-card h4 {
  margin-bottom: 16px; }

.tour-list {
  padding-left: 18px; }
  .tour-list li {
    margin-bottom: 10px; }

.tour-cta-box {
  background: #1A374D;
  color: #ffffff;
  border-radius: 24px;
  padding: 30px; }
  .tour-cta-box a {
    margin-right: 10px;
    margin-bottom: 10px; }

.policy-copy {
  max-width: 850px; }
  .policy-copy h2 {
    margin-top: 30px;
    margin-bottom: 15px; }

.thank-you-box {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 0 18px 60px rgba(17, 38, 60, 0.08);
  box-shadow: 0 18px 60px rgba(17, 38, 60, 0.08); }

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #ffffff;
  font-size: 26px;
  -webkit-box-shadow: 0 18px 40px rgba(37, 211, 102, 0.32);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.32); }
  .floating-whatsapp:hover {
    color: #ffffff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

.contact-form {
  background: #ffffff;
  padding: 32px;
  border-radius: 24px;
  -webkit-box-shadow: 0 22px 70px rgba(17, 38, 60, 0.08);
  box-shadow: 0 22px 70px rgba(17, 38, 60, 0.08); }
  @media (max-width: 575.98px) {
    .contact-form {
      padding: 22px; } }

.contact-form .form-control,
.contact-form .custom-select {
  min-height: 54px;
  border-radius: 14px; }

.contact-form textarea.form-control {
  min-height: 150px; }

.form-response {
  display: none;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 500; }

.form-response.is-visible {
  display: block; }

.form-response.is-success {
  background: rgba(40, 167, 69, 0.12);
  color: #1d6a36; }

.form-response.is-error {
  background: rgba(220, 53, 69, 0.12);
  color: #9f1f32; }

body {
  color: var(--brand-text);
  background:
    radial-gradient(circle at top left, rgba(255, 180, 91, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(217, 107, 88, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 246, 236, 0.94), rgba(255, 255, 255, 0.99)),
    #ffffff;
  background-size: auto, auto, auto, auto; }

a {
  color: var(--brand-teal); }
  a:hover {
    color: var(--brand-navy); }

.text-primary,
a.text-primary,
a.text-primary:hover,
.bg-primary,
.spinner-border,
.counter-wrap .caption,
.counter-wrap .counter span {
  color: var(--brand-teal) !important; }

.counter-wrap.stat-card .counter {
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 14px; }

.counter-wrap.stat-card .caption {
  margin: 0 0 10px 0;
  max-width: none;
  font-size: 1.05rem;
  line-height: 1.35; }

.counter-wrap.stat-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(20, 32, 51, 0.72); }

.bg-primary {
  background-color: var(--brand-teal) !important; }

.btn.btn-primary {
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-teal));
  border-color: transparent;
  box-shadow: 0 18px 35px rgba(217, 107, 88, 0.24); }
  .btn.btn-primary:hover {
    background: linear-gradient(135deg, #3f275f, #e78a4d);
    border-color: transparent;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(217, 107, 88, 0.28); }

.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12); }

.form-control:active, .form-control:focus, .custom-select:active, .custom-select:focus {
  border-color: var(--brand-cyan);
  box-shadow: 0 0 0 4px rgba(255, 180, 91, 0.16); }

.hero {
  position: relative;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 216, 164, 0.24), transparent 18%),
    radial-gradient(circle at 82% 14%, rgba(255, 180, 91, 0.16), transparent 16%),
    linear-gradient(135deg, #2f1f4d 0%, #8f4e5a 48%, #f0a45b 100%); }
  .hero:before,
  .hero:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.4; }
  .hero:before {
    width: 140px;
    height: 140px;
    top: 110px;
    right: 14%;
    background: radial-gradient(circle, rgba(255, 232, 187, 0.42), transparent 70%); }
  .hero:after {
    width: 180px;
    height: 180px;
    left: -40px;
    bottom: 40px;
    background: radial-gradient(circle, rgba(217, 107, 88, 0.16), transparent 70%); }

.hero.hero-inner {
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 180, 91, 0.14), transparent 16%),
    linear-gradient(135deg, #2d1d48 0%, #7b4255 55%, #d88653 100%); }

.hero.hero-inner.tour-hero-bg {
  background-position: center;
  background-size: cover;
  min-height: 520px;
  isolation: isolate; }
  .hero.hero-inner.tour-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: linear-gradient(135deg, rgba(47, 31, 77, 0.72), rgba(112, 64, 82, 0.48));
    opacity: 1;
    z-index: -1; }
  .hero.hero-inner.tour-hero-bg:after {
    display: none; }

.route-golden-triangle {
  background-image: url("../images/routes/golden-triangle.jpg") !important; }

.route-varanasi {
  background-image: url("../images/locations/varanasi.jpg") !important; }

.route-spiritual {
  background-image: url("../images/locations/rishikesh.jpg") !important; }

.route-india-nepal {
  background-image: url("../images/routes/india-nepal.webp") !important; }

.route-rajasthan {
  background-image: url("../images/locations/ranthambore.jpg") !important; }

.route-ladakh,
.route-spiti {
  background-image: url("../images/routes/kashmir-leh-ladakh.webp") !important; }

.route-south-india {
  background-image: url("../images/routes/south-india.webp") !important; }

.route-himachal {
  background-image: url("../images/routes/himachal.webp") !important; }

.route-shimla {
  background-image: url("../images/locations/shimla.jpg") !important; }

.hero .intro-wrap {
  animation: rise-in .85s ease both; }

.hero .slides {
  box-shadow: 0 28px 80px rgba(7, 20, 34, 0.32); }

.section-title {
  letter-spacing: -0.03em; }

.untree_co-section .section-title + p,
.untree_co-section .col-lg-8 > p,
.untree_co-section .col-lg-7 > p,
.untree_co-section .col-lg-5 > p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(20, 32, 51, 0.78); }

.untree_co-section.count-numbers {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 180, 91, 0.14), transparent 22%),
    radial-gradient(circle at bottom right, rgba(217, 107, 88, 0.1), transparent 22%),
    linear-gradient(135deg, rgba(255, 248, 239, 0.98), rgba(255, 252, 247, 0.96));
  border-top: 1px solid rgba(217, 107, 88, 0.08);
  border-bottom: 1px solid rgba(217, 107, 88, 0.08); }
  .untree_co-section.count-numbers:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: -180px;
    right: -140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 180, 91, 0.12), transparent 70%); }

.count-grid {
  position: relative;
  z-index: 2; }

.stat-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 34px 24px 28px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  border: 1px solid rgba(217, 107, 88, 0.1);
  box-shadow: var(--brand-shadow);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }

.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(10, 26, 48, 0.2);
  border-color: rgba(217, 107, 88, 0.18); }

.stat-orb {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 180, 91, 0.22), rgba(255, 180, 91, 0.02) 72%);
  pointer-events: none; }

.feature-1,
.media-1,
.tour-card,
.service,
.form {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--brand-shadow);
  border: 1px solid rgba(217, 107, 88, 0.08);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }

.feature-1:hover,
.media-1:hover,
.tour-card:hover,
.service:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 28px 90px rgba(10, 26, 48, 0.2);
  border-color: rgba(217, 107, 88, 0.18); }

.feature-1 [class*="flaticon-"],
.service [class*="icon-"],
.service [class*="flaticon-"] {
  color: var(--brand-teal);
  text-shadow: 0 8px 28px rgba(99, 214, 255, 0.24); }

.feature-img-bg,
.rounded-20,
.media-1 .route-photo,
.media-thumb img {
  box-shadow: 0 18px 50px rgba(8, 21, 35, 0.12); }

.cta-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, #2f1f4d 0%, #8c4b58 54%, #efab62 100%); }
  .cta-section:before {
    content: "";
    position: absolute;
    inset: -30% auto auto -10%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 226, 170, 0.18), transparent 70%); }

.site-footer .inner.first {
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.95), rgba(251, 242, 235, 0.95)); }

.site-footer .inner.dark {
  background: linear-gradient(135deg, #2d1d48, #6f3f58);
  color: rgba(255, 255, 255, 0.82);
  padding: 14px 0 12px; }
  .site-footer .inner.dark p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.45; }

.floating-whatsapp {
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.28); }

.floating-whatsapp .icon-whatsapp {
  display: none;
}

.floating-whatsapp::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16.02 4.02A11.9 11.9 0 0 0 5.67 21.86L4 28l6.3-1.65a11.86 11.86 0 0 0 5.72 1.46h.01A11.9 11.9 0 0 0 16.02 4.02Zm6.99 16.84c-.29.82-1.66 1.56-2.32 1.62-.6.06-1.35.09-2.18-.14-.5-.16-1.15-.37-1.97-.72-3.46-1.49-5.72-4.96-5.89-5.19-.17-.23-1.41-1.88-1.41-3.58 0-1.7.89-2.54 1.21-2.89.32-.35.7-.44.93-.44.23 0 .47 0 .67.01.22.01.5-.08.78.6.29.7 1 2.43 1.09 2.61.09.17.15.38.03.61-.12.23-.18.37-.35.57-.17.2-.37.45-.52.6-.17.17-.35.36-.15.71.2.35.89 1.47 1.91 2.38 1.31 1.17 2.42 1.53 2.77 1.7.35.17.55.15.76-.09.2-.23.87-1.02 1.1-1.37.23-.35.47-.29.79-.17.32.12 2.05.96 2.4 1.14.35.17.58.26.67.41.08.14.08.84-.21 1.66Z'/%3E%3C/svg%3E");
}

.language-switcher {
  position: fixed;
  right: 22px;
  bottom: 112px;
  z-index: 999;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 26, 46, 0.94), rgba(15, 118, 111, 0.92));
  box-shadow: 0 18px 46px rgba(7, 26, 46, 0.24);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.language-toggle:hover,
.language-toggle:focus {
  transform: translateY(-3px);
  border-color: rgba(247, 178, 103, 0.5);
  box-shadow: 0 24px 60px rgba(7, 26, 46, 0.3);
  outline: none;
}

.language-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #071a2e;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-mint));
  font-size: 12px;
  font-weight: 800;
}

.language-label {
  display: none;
}

.language-panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: 260px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 155, 142, 0.16);
  box-shadow: 0 24px 80px rgba(7, 26, 46, 0.22);
}

.language-panel label {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-navy);
  font-size: 13px;
  font-weight: 800;
}

.language-select {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 155, 142, 0.18);
  color: var(--brand-text);
  background: #ffffff;
  font-weight: 700;
}

.language-panel p {
  margin: 10px 0 0;
  color: rgba(22, 34, 53, 0.62);
  font-size: 12px;
  line-height: 1.5;
}

#google_translate_element {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.goog-te-banner-frame,
.goog-te-gadget-icon,
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
iframe.skiptranslate,
body > .skiptranslate,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}

body {
  top: 0 !important;
}

html.translated-ltr,
html.translated-rtl,
body.translated-ltr,
body.translated-rtl,
body.translate-active {
  top: 0 !important;
  margin-top: 0 !important;
}

.tour-inquiry-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #071a2e;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-mint));
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(7, 26, 46, 0.12);
}

.tour-inquiry-link:hover {
  color: #071a2e;
  transform: translateY(-2px);
}

.journey-toolbar {
  display: grid;
  gap: 16px;
  margin: 0 auto 34px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(217, 107, 88, 0.12);
  box-shadow: 0 20px 70px rgba(7, 26, 46, 0.08);
}

.journey-toolbar input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(7, 26, 46, 0.1);
  border-radius: 999px;
  color: var(--brand-text);
  background: #ffffff;
  font-weight: 700;
}

.journey-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.journey-filter-buttons button {
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(20, 32, 51, 0.76);
  background: rgba(7, 26, 46, 0.06);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.journey-filter-buttons button.active,
.journey-filter-buttons button:hover {
  color: #071a2e;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-mint));
  transform: translateY(-2px);
}

[data-journey-card].is-filtered-out {
  display: none !important;
}

.himachal-destination-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.himachal-destination-card {
  position: relative;
  min-height: 100%;
  padding: 24px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.9)),
    radial-gradient(circle at top right, rgba(255, 180, 91, 0.18), transparent 34%);
  border: 1px solid rgba(217, 107, 88, 0.14);
  box-shadow: 0 24px 70px rgba(7, 26, 46, 0.1);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.himachal-destination-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-cyan), var(--brand-teal), #63d8b5);
}

.himachal-destination-card:hover {
  transform: translateY(-7px);
  border-color: rgba(15, 155, 142, 0.22);
  box-shadow: 0 34px 90px rgba(7, 26, 46, 0.16);
}

.himachal-destination-card.highlight {
  background:
    linear-gradient(145deg, rgba(7, 26, 46, 0.94), rgba(15, 118, 111, 0.88)),
    radial-gradient(circle at top right, rgba(255, 180, 91, 0.22), transparent 35%);
  border-color: rgba(255, 255, 255, 0.12);
}

.himachal-destination-card.highlight h3,
.himachal-destination-card.highlight p {
  color: #ffffff;
}

.destination-region {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0a736b;
  background: rgba(15, 155, 142, 0.1);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.himachal-destination-card.highlight .destination-region {
  color: #071a2e;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-mint));
}

.himachal-destination-card h3 {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.himachal-destination-card p {
  min-height: 104px;
  color: rgba(20, 32, 51, 0.74);
  line-height: 1.7;
}

.destination-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.destination-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(20, 32, 51, 0.78);
  background: rgba(255, 180, 91, 0.14);
  font-size: 11px;
  font-weight: 800;
}

.himachal-destination-card.highlight .destination-tags span {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
}

.source-note {
  margin: 28px 0 0;
  color: rgba(20, 32, 51, 0.52);
  font-size: 12px;
  text-align: center;
}

.himachal-slider-intro {
  display: flex;
  justify-content: center;
  margin: -10px 0 20px;
}

.himachal-slider-intro span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(20, 32, 51, 0.72);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 155, 142, 0.1);
  box-shadow: 0 16px 34px rgba(7, 26, 46, 0.06);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.trip-card-sorted {
  height: 100%;
}

.trip-card-sorted .media-copy p {
  min-height: 96px;
}

.detailed-himachal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.himachal-slider-shell {
  position: relative;
  margin: 0 -6px;
}

.himachal-slider-shell:before,
.himachal-slider-shell:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 18px;
  width: 52px;
  z-index: 2;
  pointer-events: none;
}

.himachal-slider-shell:before {
  left: 6px;
  background: linear-gradient(90deg, rgba(248, 249, 250, 0.98), rgba(248, 249, 250, 0));
}

.himachal-slider-shell:after {
  right: 6px;
  background: linear-gradient(270deg, rgba(248, 249, 250, 0.98), rgba(248, 249, 250, 0));
}

.himachal-slider-track.himachal-destination-grid,
.himachal-slider-track.detailed-himachal-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 12px 20px;
  margin: 0;
  scroll-snap-type: x proximity;
  scroll-padding-left: 12px;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.himachal-slider-track.himachal-destination-grid::-webkit-scrollbar {
  height: 10px;
}

.himachal-slider-track.himachal-destination-grid::-webkit-scrollbar-track {
  background: rgba(7, 26, 46, 0.06);
  border-radius: 999px;
}

.himachal-slider-track.himachal-destination-grid::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-mint));
  border-radius: 999px;
}

.himachal-slider-track > [data-journey-card] {
  flex: 0 0 min(360px, 78vw);
  width: min(360px, 78vw);
  scroll-snap-align: start;
}

@media (max-width: 991.98px) {
  .himachal-slider-track > [data-journey-card] {
    flex-basis: min(340px, 64vw);
    width: min(340px, 64vw);
  }
}

@media (max-width: 575.98px) {
  .himachal-slider-shell:before,
  .himachal-slider-shell:after {
    width: 28px;
  }

  .himachal-slider-track > [data-journey-card] {
    flex-basis: min(320px, 84vw);
    width: min(320px, 84vw);
  }
}

.detailed-destination-card {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.detailed-destination-card > img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
  filter: saturate(1.08) contrast(1.03);
  background:
    linear-gradient(90deg, rgba(7, 26, 46, 0.06), rgba(255, 180, 91, 0.16), rgba(7, 26, 46, 0.06));
}

.destination-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.destination-card-body p {
  min-height: 86px;
}

.destination-detail-list {
  display: none;
  gap: 10px;
  margin-top: 18px;
}

.destination-detail-panel .destination-detail-list {
  display: grid;
}

.destination-detail-list div {
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(7, 26, 46, 0.045);
  border: 1px solid rgba(7, 26, 46, 0.06);
}

.destination-detail-list strong,
.destination-detail-list span {
  display: block;
}

.destination-detail-list strong {
  margin-bottom: 5px;
  color: var(--brand-text);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.destination-detail-list span {
  color: rgba(20, 32, 51, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.detailed-destination-card .tour-inquiry-link {
  margin-top: auto;
}

.detailed-destination-card {
  cursor: pointer;
}

.destination-detail-visual {
  position: sticky;
  top: 110px;
  overflow: hidden;
  border-radius: 34px;
  background: #071a2e;
  box-shadow: var(--brand-shadow);
}

.destination-detail-visual img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
  background:
    linear-gradient(90deg, rgba(7, 26, 46, 0.08), rgba(255, 180, 91, 0.16), rgba(7, 26, 46, 0.08));
}

.destination-detail-badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  color: #ffffff;
  background: rgba(7, 26, 46, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.destination-detail-badge span,
.destination-detail-badge strong {
  display: block;
}

.destination-detail-badge span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.destination-detail-badge strong {
  font-size: 28px;
  line-height: 1.1;
}

.destination-detail-panel {
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 180, 91, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(217, 107, 88, 0.12);
  box-shadow: var(--brand-shadow);
}

.destination-detail-block {
  margin-top: 18px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(7, 26, 46, 0.045);
  border: 1px solid rgba(7, 26, 46, 0.06);
}

.destination-detail-block h3 {
  margin-bottom: 12px;
  font-size: 28px;
}

.destination-detail-block p,
.destination-detail-block li {
  color: rgba(20, 32, 51, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.destination-detail-block ul {
  margin: 0;
  padding-left: 20px;
}

.destination-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.related-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.related-destination-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 28px;
  color: #ffffff;
  background: #071a2e;
  box-shadow: var(--brand-shadow);
}

.related-destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: .78;
  transition: transform .5s ease, opacity .5s ease;
}

.related-destination-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(7, 26, 46, 0.88));
}

.related-destination-card span,
.related-destination-card strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: 22px;
  margin-right: 22px;
}

.related-destination-card span {
  margin-top: 170px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.related-destination-card strong {
  margin-top: 6px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1;
}

.related-destination-card:hover {
  color: #ffffff;
}

.related-destination-card:hover img {
  opacity: .92;
  transform: scale(1.06);
}

.itinerary-builder {
  padding: 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(217, 107, 88, 0.12);
  box-shadow: var(--brand-shadow);
}

.builder-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 6px;
  margin-bottom: 18px;
}

.builder-destination-grid label {
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  color: var(--brand-text);
  background: rgba(7, 26, 46, 0.045);
  font-weight: 800;
  cursor: pointer;
}

.builder-destination-grid input {
  margin-right: 8px;
}

.builder-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.builder-controls input,
.builder-controls select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(7, 26, 46, 0.1);
  border-radius: 999px;
  background: #ffffff;
}

.destination-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 18px;
}

.gallery-tile {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--brand-shadow);
  background: #071a2e;
}

.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .7s ease, filter .7s ease;
}

.gallery-tile:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 26, 46, 0.76));
}

.gallery-tile span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
}

.gallery-tile:hover img {
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.04);
}

.journey-quiz {
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(247, 178, 103, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 155, 142, 0.14);
  box-shadow: var(--brand-shadow);
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quiz-options button {
  min-height: 58px;
  padding: 13px 16px;
  border: 1px solid rgba(15, 155, 142, 0.16);
  border-radius: 18px;
  color: var(--brand-text);
  background: #ffffff;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.quiz-options button:hover,
.quiz-options button:focus {
  transform: translateY(-3px);
  background: linear-gradient(135deg, rgba(247, 178, 103, 0.18), rgba(99, 216, 181, 0.14));
  box-shadow: 0 16px 34px rgba(7, 26, 46, 0.1);
  outline: none;
}

.quiz-result {
  margin-top: 20px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #071a2e, #0f766f);
  color: #ffffff;
}

.quiz-result span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quiz-result h3 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 8px;
}

.quiz-result p {
  color: rgba(255, 255, 255, 0.78);
}

.itinerary-card,
.faq-card,
.contact-trust-panel {
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 155, 142, 0.14);
  box-shadow: var(--brand-shadow);
}

.itinerary-card > span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0a736b;
  background: rgba(15, 155, 142, 0.1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.itinerary-card h3,
.faq-card h3,
.contact-trust-panel h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.itinerary-card ol {
  margin: 0;
  padding-left: 20px;
}

.itinerary-card li,
.faq-card p {
  color: rgba(22, 34, 53, 0.74);
  line-height: 1.75;
}

.contact-trust-panel {
  height: auto;
  margin-top: 28px;
}

.contact-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.contact-trust-grid span {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(15, 155, 142, 0.08);
  color: var(--brand-text);
  font-size: 12px;
  font-weight: 800;
}

.mobile-action-panel {
  clear: both;
  display: block;
  margin: 18px 20px 0;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(15, 118, 111, 0.08);
  box-shadow: 0 18px 32px rgba(7, 26, 46, 0.08);
}

.mobile-action-panel .mobile-action-button {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 18px;
  padding: 14px 18px;
  line-height: 1.25;
}

.mobile-whatsapp-link {
  display: block;
  margin-top: 12px;
  font-weight: 800;
  color: #0f766f;
}

.mobile-action-panel span {
  display: block;
  margin-top: 10px;
  color: rgba(22, 34, 53, 0.62);
  font-size: 12px;
}

.mega-menu-item {
  position: relative;
}

.site-mobile-menu .mega-menu-item,
.site-mobile-menu .mega-menu-panel {
  display: none !important;
}

.mega-menu-panel {
  position: absolute;
  top: calc(100% + 22px);
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 18px;
  width: min(760px, 82vw);
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 155, 142, 0.14);
  box-shadow: 0 28px 90px rgba(7, 26, 46, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.mega-menu-item:hover .mega-menu-panel,
.mega-menu-item:focus-within .mega-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-column span {
  display: block;
  margin-bottom: 12px;
  color: #0a736b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mega-menu-column a {
  display: block;
  padding: 8px 0;
  color: var(--brand-text) !important;
  font-weight: 800;
}

.mega-menu-feature {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(247, 178, 103, 0.16), rgba(15, 155, 142, 0.1));
}

.mega-menu-feature p {
  color: rgba(22, 34, 53, 0.7);
  line-height: 1.6;
}

.mega-menu-cta {
  display: inline-flex !important;
  width: auto;
  margin-top: 6px;
  padding: 10px 14px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-mint));
}

.image-fade {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .5s ease, transform .5s ease;
}

.image-fade.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.tour-template-page .tour-detail-section {
  background:
    radial-gradient(circle at top left, rgba(247, 178, 103, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.72), rgba(255, 255, 255, 0.98));
}

.sticky-booking-card {
  position: sticky;
  top: 96px;
  overflow: hidden;
}

.sticky-booking-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-coral), var(--brand-cyan), var(--brand-mint));
}

.template-sidebar-list {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.template-sidebar-list span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--brand-text);
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.template-sidebar-list strong {
  color: rgba(22, 34, 53, 0.58);
  font-weight: 800;
}

.generated-booking-card {
  max-width: 420px;
  margin: 28px auto 0;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, #071a2e, #0f766f);
  color: #ffffff;
  box-shadow: var(--brand-shadow);
}

.generated-booking-card h3 {
  color: #ffffff;
}

.tour-template-extras {
  padding: 82px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(247, 178, 103, 0.14), transparent 24%),
    radial-gradient(circle at 88% 22%, rgba(15, 155, 142, 0.12), transparent 24%),
    #ffffff;
}

.template-extra-card {
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 155, 142, 0.14);
  box-shadow: var(--brand-shadow);
}

.template-extra-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0a736b;
  background: rgba(15, 155, 142, 0.1);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.template-extra-card h3 {
  font-size: 26px;
}

.tour-testimonial-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.tour-testimonial-strip > div {
  padding: 24px;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, #071a2e, #0f766f);
  box-shadow: var(--brand-shadow);
}

.tour-testimonial-strip strong,
.tour-testimonial-strip span {
  display: block;
}

.tour-testimonial-strip p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.tour-testimonial-strip span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.tour-faq-mini {
  margin-top: 30px;
  padding: 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 155, 142, 0.14);
  box-shadow: var(--brand-shadow);
}

.tour-faq-mini h2 {
  margin-bottom: 24px;
}

.tour-faq-mini h3 {
  font-size: 21px;
}

.itinerary-print-button {
  width: 100%;
  margin-top: 12px;
}

.itinerary-mini ol {
  margin: 0;
  padding-left: 20px;
}

.itinerary-mini li {
  margin-bottom: 8px;
  color: rgba(22, 34, 53, 0.74);
  line-height: 1.7;
}

@media print {
  .site-nav,
  .site-mobile-menu,
  .floating-whatsapp,
  .language-switcher,
  .site-footer,
  .mega-menu-panel,
  .btn,
  .tour-template-extras {
    display: none !important;
  }
  .hero {
    min-height: auto !important;
    padding: 40px 0 !important;
  }
  .tour-card,
  .tour-cta-box {
    box-shadow: none !important;
    border: 1px solid #cccccc !important;
  }
}

@keyframes rise-in {
  0% {
    opacity: 0;
    transform: translateY(24px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes whatsapp-pulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); } }

.section-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-teal);
  background: rgba(255, 180, 91, 0.14);
  border: 1px solid rgba(217, 107, 88, 0.14); }

.hero-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px; }

.hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18); }

.hero-form-note {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.7; }

.trust-band {
  position: relative;
  z-index: 4;
  margin-top: -34px;
  margin-bottom: 26px; }

.trust-band .container {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(217, 107, 88, 0.12);
  border-radius: 28px;
  box-shadow: var(--brand-shadow);
  padding: 22px 26px; }

.trust-band-label {
  display: inline-block;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.5; }

.trust-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px; }

.trust-band-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--brand-navy); }

.trust-band-item span {
  display: block;
  color: rgba(20, 32, 51, 0.78);
  font-size: 13px;
  line-height: 1.55; }

.process-grid {
  position: relative; }

.process-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(217, 107, 88, 0.12);
  box-shadow: var(--brand-shadow);
  transition: transform .35s ease, box-shadow .35s ease;
  position: relative;
  overflow: hidden; }
  .process-card:after {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 180, 91, 0.14), transparent 72%);
    pointer-events: none; }

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 90px rgba(10, 26, 48, 0.2); }

.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-teal));
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 34px rgba(20, 150, 166, 0.25); }

.process-card h3 {
  font-size: 20px;
  margin-bottom: 14px; }

.journey-showcase {
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.36), rgba(255, 248, 240, 0)); }

.journey-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(47, 31, 77, 0.98), rgba(140, 75, 88, 0.92));
  box-shadow: 0 28px 80px rgba(8, 21, 35, 0.2); }

.bg-light {
  background:
    radial-gradient(circle at top left, rgba(255, 180, 91, 0.08), transparent 22%),
    radial-gradient(circle at bottom right, rgba(217, 107, 88, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255, 249, 242, 0.92), rgba(255, 255, 255, 0.98)) !important; }

.journey-chip {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform .3s ease, background .3s ease; }

.journey-chip:hover {
  transform: translateY(-3px);
  background: rgba(99, 214, 255, 0.16); }

.testimonial-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 252, 0.92));
  border: 1px solid rgba(99, 214, 255, 0.1);
  box-shadow: var(--brand-shadow);
  transition: transform .35s ease, box-shadow .35s ease; }
  .testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 90px rgba(10, 26, 48, 0.2); }

.testimonial-stars {
  margin-bottom: 14px;
  color: #ffbb37;
  letter-spacing: 0.16em;
  font-size: 15px; }

.testimonial-meta {
  margin-top: 18px; }

.testimonial-meta strong {
  display: block;
  color: var(--brand-navy); }

.testimonial-meta span {
  display: block;
  font-size: 13px;
  color: rgba(20, 32, 51, 0.72); }

.team-card {
  height: 100%;
  padding: 30px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 249, 252, 0.92));
  border: 1px solid rgba(99, 214, 255, 0.1);
  box-shadow: var(--brand-shadow);
  transition: transform .35s ease, box-shadow .35s ease; }
  .team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 90px rgba(10, 26, 48, 0.2); }

.team-role {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #0a736b;
  background: rgba(15, 155, 142, 0.1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase; }

.team-card h3 {
  margin-bottom: 12px;
  color: var(--brand-navy);
  font-size: 31px; }

.team-card p {
  margin-bottom: 18px; }

.team-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.team-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(7, 26, 46, 0.05);
  color: var(--brand-text);
  font-size: 13px;
  font-weight: 700; }

.homepage-proof {
  position: relative;
  z-index: 4;
  margin-top: -34px;
  padding-top: 0; }

.homepage-proof .container {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(217, 107, 88, 0.12);
  box-shadow: var(--brand-shadow); }

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px; }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px; }

.homepage-signature .media-1 {
  height: 100%; }

.premium-route-card .media-copy {
  display: flex;
  flex-direction: column;
  min-height: 250px; }

.premium-route-card .media-copy p {
  flex: 1; }

.journey-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 14px; }

.editorial-split-section {
  background:
    radial-gradient(circle at top left, rgba(255, 180, 91, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 242, 0.9)); }

.editorial-image-stack {
  position: relative;
  margin-top: 12px; }

.editorial-image-stack > img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(7, 26, 46, 0.16); }

.editorial-note {
  position: absolute;
  left: 24px;
  right: auto;
  bottom: 24px;
  max-width: min(76%, 620px);
  padding: 18px 20px;
  border-radius: 22px;
  color: #ffffff;
  background: rgba(7, 26, 46, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); }

.editorial-note span,
.editorial-note strong {
  display: block; }

.editorial-note span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase; }

.editorial-note strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25; }

.travel-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0; }

.travel-pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(7, 26, 46, 0.05);
  color: var(--brand-text);
  font-size: 13px;
  font-weight: 700; }

.team-card-compact h3 {
  font-size: 27px; }

.featured-contact-panel {
  height: 100%;
  margin-top: 0;
  padding: 30px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #071a2e, #0f766f);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--brand-shadow); }

.featured-contact-panel h3,
.featured-contact-panel p {
  color: #ffffff; }

.featured-contact-panel p {
  color: rgba(255, 255, 255, 0.8); }

.featured-contact-panel .team-role {
  color: #071a2e;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-mint)); }

.contact-action-stack {
  display: grid;
  gap: 10px;
  margin-top: 18px; }

.contact-link-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transition: transform .25s ease, background .25s ease, border-color .25s ease; }

.contact-link-pill:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.26); }

.trust-proof-card {
  height: 100%;
  padding: 26px 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(217, 107, 88, 0.1);
  box-shadow: 0 18px 50px rgba(10, 28, 52, 0.08); }

.trust-proof-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--brand-teal);
  background: rgba(255, 180, 91, 0.14);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.trust-proof-card h3 {
  font-size: 20px;
  margin-bottom: 10px; }

.trust-proof-card p {
  margin-bottom: 0;
  color: rgba(20, 32, 51, 0.76);
  line-height: 1.7; }

/* Premium international refresh */
:root {
  --brand-navy: #071a2e;
  --brand-teal: #0f9b8e;
  --brand-cyan: #f7b267;
  --brand-mint: #63d8b5;
  --brand-coral: #ef6f5e;
  --brand-ice: #f7fbf8;
  --brand-surface: #fffaf0;
  --brand-text: #162235;
  --brand-sand: #f2e7d5;
  --brand-line: rgba(15, 155, 142, 0.16);
  --brand-shadow: 0 22px 68px rgba(7, 26, 46, 0.14);
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(247, 178, 103, 0.14), transparent 26%),
    radial-gradient(circle at 94% 14%, rgba(15, 155, 142, 0.11), transparent 24%),
    linear-gradient(180deg, #fffaf0 0%, #f8fbf8 46%, #ffffff 100%);
  color: var(--brand-text);
}

.site-nav {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-nav .site-navigation .site-menu > li > a {
  position: relative;
  font-weight: 700;
}

.site-nav .site-navigation .site-menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand-cyan), var(--brand-mint));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}

.site-nav .site-navigation .site-menu > li.active > a:after,
.site-nav .site-navigation .site-menu > li > a:hover:after {
  transform: scaleX(1);
}

.logo.nav-brand img,
.footer-brand img {
  background: transparent;
  filter: drop-shadow(0 12px 24px rgba(7, 26, 46, 0.16));
}

.hero {
  min-height: 880px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(247, 178, 103, 0.28), transparent 18%),
    radial-gradient(circle at 86% 24%, rgba(99, 216, 181, 0.18), transparent 19%),
    radial-gradient(circle at 70% 74%, rgba(239, 111, 94, 0.16), transparent 22%),
    linear-gradient(135deg, #071a2e 0%, #0d3d4a 44%, #0f766f 100%);
}

.hero.hero-inner {
  min-height: 360px;
  padding: 150px 0 78px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.hero.hero-inner .container {
  position: relative;
  z-index: 2;
}

.hero.hero-inner .intro-wrap {
  margin: 0 auto;
}

.hero.hero-inner + .untree_co-section,
.hero.hero-inner + .tour-detail-section {
  padding-top: 64px;
}

@media (max-width: 991.98px) {
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .himachal-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detailed-himachal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-destination-grid,
  .builder-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .builder-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero.hero-inner {
    min-height: 300px;
    padding: 126px 0 58px;
  }

  .hero.hero-inner h1 {
    font-size: 48px;
  }
}

@media (max-width: 575.98px) {
  .trip-card-sorted,
  .trip-card-sorted.media-1 {
    height: auto;
  }

  .trip-card-sorted .media-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .trip-card-sorted .media-copy p,
  .trip-card-sorted .journey-meta,
  .trip-card-sorted .tour-inquiry-link {
    margin-top: 0;
  }

  .trip-card-sorted .tour-inquiry-link {
    align-self: flex-start;
  }

  .himachal-destination-grid {
    grid-template-columns: 1fr;
  }

  .detailed-himachal-grid {
    grid-template-columns: 1fr;
  }

  .related-destination-grid,
  .builder-destination-grid,
  .builder-controls {
    grid-template-columns: 1fr;
  }

  .himachal-destination-card p {
    min-height: 0;
  }

  .trip-card-sorted .media-copy p,
  .destination-card-body p {
    min-height: 0;
  }

  .destination-detail-visual {
    position: relative;
    top: auto;
  }

  .destination-detail-visual img {
    min-height: 340px;
  }

  .destination-detail-panel {
    padding: 24px;
  }

  .hero.hero-inner {
    min-height: 260px;
    padding: 112px 0 44px;
  }

  .hero.hero-inner h1 {
    font-size: 40px;
  }

  .hero.hero-inner p.text-white {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero.hero-inner + .untree_co-section,
  .hero.hero-inner + .tour-detail-section {
    padding-top: 42px;
  }
}

.hero:before {
  width: 560px;
  height: 560px;
  top: auto;
  right: -180px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(247, 178, 103, 0.22), transparent 68%);
}

.hero:after {
  width: 520px;
  height: 520px;
  left: -210px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(99, 216, 181, 0.13), transparent 70%);
}

.hero h1 {
  letter-spacing: -0.055em;
  text-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

.hero:not(.hero-inner) {
  min-height: 840px;
  padding-top: 150px;
  padding-bottom: 70px;
  background:
    linear-gradient(90deg, rgba(7, 26, 46, 0.96) 0%, rgba(7, 45, 58, 0.9) 43%, rgba(12, 118, 103, 0.78) 100%),
    radial-gradient(circle at 82% 18%, rgba(255, 180, 91, 0.18), transparent 22%);
}

.hero .intro-wrap p {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.86) !important;
}

.hero .form {
  position: relative;
  overflow: hidden;
  max-width: 780px;
  margin-top: 30px;
  padding: 26px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 250, 248, 0.76)),
    radial-gradient(circle at 12% 100%, rgba(255, 180, 91, 0.22), transparent 32%),
    radial-gradient(circle at 90% 10%, rgba(99, 216, 181, 0.18), transparent 28%);
  backdrop-filter: blur(26px) saturate(1.08);
  -webkit-backdrop-filter: blur(26px) saturate(1.08);
  box-shadow:
    0 34px 90px rgba(2, 12, 24, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.hero .form:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-cyan), var(--brand-mint), var(--brand-coral));
}

.hero .form .row {
  row-gap: 14px;
}

.hero .form .form-control,
.hero .form .custom-select {
  height: 54px;
  border: 1px solid rgba(7, 26, 46, 0.08);
  border-radius: 14px;
  color: rgba(20, 32, 51, 0.86);
  background-color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
  box-shadow:
    0 10px 24px rgba(7, 26, 46, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero .form .form-control::placeholder {
  color: rgba(20, 32, 51, 0.55);
}

.hero .form .form-control:focus,
.hero .form .custom-select:focus {
  border-color: rgba(15, 155, 142, 0.48);
  background-color: #ffffff;
  box-shadow:
    0 0 0 4px rgba(99, 216, 181, 0.16),
    0 16px 34px rgba(7, 26, 46, 0.08);
}

.hero .form .btn.btn-primary {
  height: 58px;
  padding: 0 26px;
  border: 0;
  background:
    linear-gradient(135deg, #061c32 0%, #0f766f 58%, #13a58f 100%);
  box-shadow:
    0 18px 38px rgba(15, 118, 111, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero .form .btn.btn-primary:hover {
  background:
    linear-gradient(135deg, #08253e 0%, #128378 58%, #18bca4 100%);
  box-shadow:
    0 24px 48px rgba(15, 118, 111, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero .form .control {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  margin: 0;
  padding-left: 46px;
  color: rgba(20, 32, 51, 0.86);
  font-size: 16px;
  font-weight: 700;
}

.hero .form .control__indicator {
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  border: 1px solid rgba(7, 26, 46, 0.16);
  background: rgba(255, 255, 255, 0.86);
  transform: translateY(-50%);
  box-shadow: 0 8px 18px rgba(7, 26, 46, 0.1);
}

.hero .form .control input:checked ~ .control__indicator {
  background: linear-gradient(135deg, #08253e, #0f766f);
  border-color: transparent;
}

.hero-visual-shell {
  --hero-shift-x: 16px;
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(var(--hero-shift-x), 0, 0);
}

.hero-visual-shell .slides {
  position: relative;
  z-index: 2;
  width: min(520px, 92vw);
  height: 590px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.34);
  animation: premiumHeroLift 9s ease-in-out infinite;
}

.hero-visual-shell .slides:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 26, 46, 0.02), rgba(7, 26, 46, 0.26)),
    linear-gradient(90deg, rgba(7, 26, 46, 0.18), transparent 45%);
}

.hero-visual-shell .slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.orbit-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.orbit-ring-one {
  width: 620px;
  height: 620px;
  animation: orbitDrift 16s linear infinite;
}

.orbit-ring-two {
  width: 470px;
  height: 470px;
  border-color: rgba(247, 178, 103, 0.22);
  animation: orbitDrift 22s linear infinite reverse;
}

.hero-float-card {
  position: absolute;
  z-index: 3;
  min-width: 210px;
  padding: 18px 20px;
  border-radius: 20px;
  color: #ffffff;
  background: rgba(7, 26, 46, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.hero-float-card span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-float-card strong {
  display: block;
  font-size: 15px;
}

.hero-float-card-top {
  top: 56px;
  right: -36px;
  animation: floatSoft 6s ease-in-out infinite;
}

.hero-float-card-bottom {
  left: -34px;
  bottom: 70px;
  animation: floatSoft 7s ease-in-out infinite reverse;
}

@keyframes premiumHeroLift {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.hero-pill {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.trust-band .container,
.feature-1,
.media-1,
.service,
.process-card,
.testimonial-card,
.stat-card,
.trust-proof-card {
  border-color: rgba(15, 155, 142, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--brand-shadow);
}

.media-1 {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 30px;
}

.media-1:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-coral), var(--brand-cyan), var(--brand-mint));
  opacity: 0.9;
}

.media-1 .d-block {
  overflow: hidden;
  border-radius: 22px;
}

.media-1 .route-photo {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .7s ease, filter .7s ease;
}

.media-1:hover .route-photo {
  transform: scale(1.07);
  filter: saturate(1.12) contrast(1.04);
}

.media-copy {
  padding-top: 4px;
}

.route-kicker,
.section-eyebrow,
.trust-proof-label {
  color: #0a736b;
  background: rgba(15, 155, 142, 0.1);
  border-color: rgba(15, 155, 142, 0.13);
}

.journey-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.journey-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  color: #24504c;
  background: linear-gradient(180deg, rgba(247, 178, 103, 0.16), rgba(15, 155, 142, 0.1));
  border: 1px solid rgba(15, 155, 142, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.route-map-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(247, 178, 103, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 247, 0.92));
}

.route-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.route-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 155, 142, 0.12);
  box-shadow: 0 12px 30px rgba(7, 26, 46, 0.08);
  font-size: 12px;
  font-weight: 800;
}

.legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
}

.legend-dot.gold { background: var(--brand-cyan); }
.legend-dot.rose { background: var(--brand-coral); }
.legend-dot.blue { background: #6aa7ff; }
.legend-dot.green { background: var(--brand-teal); }

.india-route-map {
  position: relative;
  min-height: 500px;
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 16%, rgba(106, 167, 255, 0.2), transparent 24%),
    radial-gradient(circle at 40% 50%, rgba(247, 178, 103, 0.18), transparent 22%),
    radial-gradient(circle at 58% 80%, rgba(15, 155, 142, 0.18), transparent 22%),
    linear-gradient(145deg, #071a2e, #0d3d4a 52%, #0f766f);
  box-shadow: 0 30px 100px rgba(7, 26, 46, 0.24);
}

.india-route-map:before {
  content: "";
  position: absolute;
  inset: 52px 130px 48px 150px;
  border-radius: 54% 46% 58% 42% / 36% 42% 58% 64%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 60% 82%, rgba(247, 178, 103, 0.16), transparent 24%);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.route-line {
  position: absolute;
  height: 2px;
  transform-origin: left;
  background: linear-gradient(90deg, transparent, rgba(247, 178, 103, 0.9), rgba(99, 216, 181, 0.9), transparent);
  box-shadow: 0 0 18px rgba(247, 178, 103, 0.42);
}

.route-line-one {
  left: 30%;
  top: 42%;
  width: 280px;
  transform: rotate(20deg);
}

.route-line-two {
  left: 42%;
  top: 54%;
  width: 250px;
  transform: rotate(76deg);
}

.map-node {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
  border: 4px solid var(--brand-cyan);
  box-shadow: 0 0 0 8px rgba(247, 178, 103, 0.14), 0 0 28px rgba(247, 178, 103, 0.38);
  animation: nodePulse 2.8s ease-in-out infinite;
}

.map-node span {
  position: absolute;
  left: 22px;
  top: -9px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(7, 26, 46, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.node-delhi { left: 32%; top: 38%; }
.node-agra { left: 41%; top: 47%; animation-delay: .25s; }
.node-jaipur { left: 29%; top: 52%; animation-delay: .5s; }
.node-varanasi { left: 59%; top: 49%; animation-delay: .75s; }
.node-ladakh { left: 43%; top: 20%; border-color: #6aa7ff; animation-delay: 1s; }
.node-kerala { left: 48%; top: 78%; border-color: var(--brand-mint); animation-delay: 1.25s; }

.map-card {
  position: absolute;
  width: 210px;
  padding: 16px;
  border-radius: 22px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.map-card strong,
.map-card span {
  display: block;
}

.map-card strong {
  margin-bottom: 6px;
}

.map-card span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.55;
}

.map-card-north {
  top: 34px;
  left: 34px;
}

.map-card-south {
  right: 34px;
  bottom: 34px;
}

.service {
  border-radius: 26px;
}

.process-card {
  isolation: isolate;
}

.process-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(140deg, rgba(15, 155, 142, 0.08), rgba(247, 178, 103, 0.12));
  transition: opacity .35s ease;
}

.process-card:hover:before {
  opacity: 1;
}

.journey-panel {
  background:
    radial-gradient(circle at 14% 16%, rgba(247, 178, 103, 0.24), transparent 22%),
    linear-gradient(145deg, #071a2e, #0d3d4a 58%, #0f766f);
}

.journey-chip {
  border-color: rgba(255, 255, 255, 0.18);
}

.cta-section {
  background:
    radial-gradient(circle at 16% 16%, rgba(247, 178, 103, 0.2), transparent 22%),
    radial-gradient(circle at 84% 50%, rgba(99, 216, 181, 0.15), transparent 24%),
    linear-gradient(120deg, #071a2e 0%, #0d3d4a 54%, #0f766f 100%);
}

@keyframes heroMorph {
  0%, 100% {
    border-radius: 46% 54% 42% 58% / 46% 44% 56% 54%;
  }
  50% {
    border-radius: 55% 45% 52% 48% / 40% 56% 44% 60%;
  }
}

@keyframes floatSoft {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes orbitDrift {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.02);
  }
}

@keyframes nodePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(247, 178, 103, 0.14), 0 0 28px rgba(247, 178, 103, 0.34);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 14px rgba(247, 178, 103, 0.06), 0 0 36px rgba(99, 216, 181, 0.34);
  }
}

.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 4px;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #63d8b5 0%, #f7b267 52%, #ff6f61 100%);
  box-shadow: 0 0 22px rgba(99, 216, 181, 0.72), 0 0 34px rgba(247, 178, 103, 0.42);
  transition: transform .08s linear;
}

.scroll-experience-ready {
  scroll-behavior: smooth;
}

.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  filter: blur(9px);
  transition:
    opacity .85s cubic-bezier(.2, .8, .2, 1),
    transform .85s cubic-bezier(.2, .8, .2, 1),
    filter .85s cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.scroll-reveal.media-1,
.scroll-reveal.service,
.scroll-reveal.process-card,
.scroll-reveal.testimonial-card,
.scroll-reveal.template-extra-card,
.scroll-reveal.tour-card,
.scroll-reveal.destination-info-card,
.scroll-reveal.stat-card {
  transform: translate3d(0, 42px, 0) rotateX(5deg) scale(0.98);
  transform-origin: center top;
}

.scroll-reveal.media-1.is-visible,
.scroll-reveal.service.is-visible,
.scroll-reveal.process-card.is-visible,
.scroll-reveal.testimonial-card.is-visible,
.scroll-reveal.template-extra-card.is-visible,
.scroll-reveal.tour-card.is-visible,
.scroll-reveal.destination-info-card.is-visible,
.scroll-reveal.stat-card.is-visible {
  transform: translate3d(0, 0, 0) rotateX(0) scale(1);
}

.hero-visual-shell,
.hero .slides,
.tour-hero-bg,
.destination-hero-media {
  --scroll-drift: 0px;
}

.hero-visual-shell {
  transform: translate3d(var(--hero-shift-x, 0px), var(--scroll-drift), 0);
}

.tour-hero-bg,
.destination-hero-media {
  background-position: center calc(50% + var(--scroll-drift));
}

.scroll-experience-ready .media-1,
.scroll-experience-ready .service,
.scroll-experience-ready .process-card,
.scroll-experience-ready .testimonial-card,
.scroll-experience-ready .template-extra-card,
.scroll-experience-ready .tour-card,
.scroll-experience-ready .destination-info-card,
.scroll-experience-ready .stat-card {
  backface-visibility: hidden;
}

@media (max-width: 991.98px) {
  .trust-band {
    margin-top: 0; }
  .trust-band .container {
    padding: 22px; }
  .trust-band-grid {
    grid-template-columns: 1fr;
    margin-top: 18px; }
  .journey-panel {
    margin-top: 24px; } }

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    padding-bottom: 90px;
  }
  .hero-visual-shell {
    min-height: 480px;
    margin-top: 40px;
    --hero-shift-x: 0px;
    transform: none;
  }
  .hero-visual-shell .slides {
    height: 480px;
    width: 100%;
    border-radius: 34px;
  }
  .hero-float-card-top {
    right: 8px;
    top: 24px;
  }
  .hero-float-card-bottom {
    left: 8px;
    bottom: 24px;
  }
  .india-route-map {
    min-height: 430px;
  }
  .map-card {
    width: 190px;
  }
}

@media (max-width: 575.98px) {
  .homepage-proof {
    margin-top: -20px;
  }
  .homepage-proof .container {
    padding: 24px;
    border-radius: 26px;
  }
  .proof-actions,
  .journey-cta-row {
    flex-direction: column;
  }
  .editorial-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    padding: 14px 16px;
  }
  .editorial-note strong {
    font-size: 19px;
  }
  .language-switcher {
    right: 18px;
    bottom: 94px;
  }
  .language-toggle {
    width: 48px;
    height: 48px;
  }
  .language-panel {
    width: min(250px, calc(100vw - 36px));
    right: 0;
  }
  .hero-pill-group {
    gap: 10px; }
  .hero-pill {
    font-size: 12px; }
  .journey-panel {
    grid-template-columns: 1fr;
    padding: 20px; }
  .process-card,
  .testimonial-card {
    padding: 22px 20px; } }

@media (max-width: 575.98px) {
  .hero-visual-shell {
    min-height: 390px;
  }
  .hero-visual-shell .slides {
    height: 390px;
    border-radius: 34px;
    animation: none;
  }
  .orbit-ring {
    display: none;
  }
  .hero-float-card {
    min-width: 170px;
    padding: 13px 14px;
  }
  .hero-float-card strong {
    font-size: 13px;
  }
  .india-route-map {
    min-height: 470px;
  }
  .india-route-map:before {
    inset: 76px 60px 84px 64px;
  }
  .map-card {
    width: calc(100% - 48px);
    left: 24px;
    right: 24px;
  }
  .map-card-south {
    left: 24px;
    right: auto;
  }
  .map-node span {
    left: 18px;
    font-size: 10px;
  }
  .media-1 {
    padding: 16px;
  }
  .media-1 .route-photo {
    height: 190px;
  }
  .destination-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }
  .gallery-large {
    grid-column: span 1;
    grid-row: span 1;
  }
  .quiz-options,
  .contact-trust-grid {
    grid-template-columns: 1fr;
  }
  .tour-testimonial-strip,
  .mega-menu-panel {
    grid-template-columns: 1fr;
  }
  .mega-menu-panel {
    display: none;
  }
  .sticky-booking-card {
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual-shell .slides,
  .orbit-ring,
  .hero-float-card,
  .map-node,
  .scroll-reveal,
  .scroll-progress-bar {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 767.98px) {
  .site-footer .inner.first .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .site-footer .inner.first .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-footer .inner.first .row > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .site-footer .inner.first .row > [class*="col-"]:first-child,
  .site-footer .inner.first .row > [class*="col-"]:last-child {
    grid-column: 1 / -1;
  }

  .site-footer .inner.first {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .site-footer .widget {
    margin-bottom: 8px;
  }

  .site-footer .footer-brand {
    margin-bottom: 8px !important;
  }

  .site-footer .widget p {
    font-size: 12px;
    line-height: 1.5;
    max-width: 30ch;
  }

  .site-footer .widget .links li,
  .site-footer ul.quick-info li {
    margin-bottom: 5px;
  }

  .site-footer .widget .links a,
  .site-footer ul.quick-info a {
    font-size: 12px;
  }

  .site-footer ul.quick-info li.address {
    margin-bottom: 0;
  }

  .site-footer .inner.dark {
    padding: 10px 0;
  }

  .site-footer .inner.dark p {
    font-size: 11px;
    line-height: 1.35;
  }

  .scroll-experience-ready {
    scroll-behavior: auto;
  }

  .scroll-reveal,
  .scroll-reveal.media-1,
  .scroll-reveal.service,
  .scroll-reveal.process-card,
  .scroll-reveal.testimonial-card,
  .scroll-reveal.template-extra-card,
  .scroll-reveal.tour-card,
  .scroll-reveal.destination-info-card,
  .scroll-reveal.stat-card,
  [data-aos] {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  .counter-wrap.stat-card .counter {
    font-size: 3.4rem; }
  .counter-wrap.stat-card .caption {
    font-size: 1rem; }
  .stat-card {
    padding: 28px 20px 24px; } }

body.translate-active .scroll-reveal,
body.translate-active .scroll-reveal.media-1,
body.translate-active .scroll-reveal.service,
body.translate-active .scroll-reveal.process-card,
body.translate-active .scroll-reveal.testimonial-card,
body.translate-active .scroll-reveal.template-extra-card,
body.translate-active .scroll-reveal.tour-card,
body.translate-active .scroll-reveal.destination-info-card,
body.translate-active .scroll-reveal.stat-card,
body.translate-active [data-aos] {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important; } }

/* Mobile compatibility layer */
html,
body {
  max-width: 100%;
}

html {
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

.btn,
.contact-link-pill,
.tour-inquiry-link,
.mobile-action-button {
  white-space: normal;
}

.site-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1900;
  background: rgba(7, 26, 46, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 40px rgba(7, 26, 46, 0.16);
}

@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }

  .site-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-nav .site-navigation {
    min-height: 56px;
    display: flex;
    align-items: center;
  }

  .site-nav .burger {
    flex: 0 0 auto;
    margin-top: 0;
  }

  .hero:not(.hero-inner) {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 56px;
  }

  .hero .intro-wrap {
    text-align: left;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero .form {
    max-width: none;
  }

  .hero .form .col-lg-8,
  .hero .form .col-lg-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .hero-form-note {
    margin-top: 10px !important;
  }

  .hero-visual-shell {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .untree_co-section {
    padding: 54px 0;
  }

  .section-title {
    font-size: 38px;
    line-height: 1.08;
  }

  .proof-actions,
  .contact-action-stack,
  .destination-detail-actions,
  .route-map-legend {
    gap: 10px;
  }

  .proof-actions .btn,
  .journey-cta-row .btn,
  .destination-detail-actions .btn,
  .contact-action-stack .contact-link-pill {
    flex: 1 1 220px;
    text-align: center;
  }

  .india-route-map {
    border-radius: 28px;
  }

  .route-line {
    display: none;
  }

  .tour-testimonial-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body {
    min-width: 0;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-brand {
    min-width: 0;
    gap: 10px;
  }

  .nav-brand span {
    max-width: 220px;
    font-size: 22px;
    letter-spacing: 0;
  }

  .site-mobile-menu {
    width: min(320px, 86vw);
  }

  .hero h1,
  .hero.hero-inner h1,
  .section-title,
  .title-with-bg {
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 46px;
    line-height: 0.98;
    margin-bottom: 24px !important;
  }

  .hero:not(.hero-inner) {
    padding-top: 108px;
    padding-bottom: 42px;
  }

  .hero p.text-white,
  .hero .intro-wrap p {
    max-width: none;
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-pill-group {
    align-items: stretch;
  }

  .hero-pill {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    text-align: center;
  }

  .hero .form {
    margin-top: 22px;
    padding: 18px;
    border-radius: 24px;
  }

  .hero .form .form-control,
  .hero .form .custom-select,
  .hero .form .btn.btn-primary {
    height: 50px;
    border-radius: 13px;
    font-size: 14px;
  }

  .hero .form .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .hero .form [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .hero-visual-shell {
    min-height: auto;
    margin-top: 28px;
  }

  .hero-visual-shell .slides {
    aspect-ratio: 4 / 5;
    height: auto;
    border-radius: 26px;
  }

  .hero-float-card {
    max-width: calc(100% - 28px);
    border-radius: 16px;
  }

  .hero-float-card-top {
    top: 14px;
    right: 14px;
  }

  .hero-float-card-bottom {
    left: 14px;
    bottom: 14px;
  }

  .hero.hero-inner {
    min-height: auto;
    padding-top: 108px;
    padding-bottom: 42px;
  }

  .hero.hero-inner h1 {
    font-size: 38px;
  }

  .untree_co-section {
    padding: 44px 0;
  }

  .section-title {
    display: block;
    font-size: 32px;
  }

  .section-title.text-center:before {
    left: 0;
    transform: none;
  }

  .media-1,
  .service,
  .trust-proof-card,
  .itinerary-card,
  .faq-card,
  .contact-trust-panel,
  .journey-quiz,
  .template-extra-card,
  .tour-testimonial-strip > div {
    border-radius: 20px;
  }

  .media-1,
  .service,
  .trust-proof-card,
  .itinerary-card,
  .faq-card,
  .contact-trust-panel,
  .journey-quiz,
  .template-extra-card {
    padding: 20px;
  }

  .media-1 .d-block,
  .media-1 img,
  .media-1 .route-photo,
  .destination-detail-visual,
  .destination-detail-visual img,
  .gallery-tile {
    border-radius: 18px;
  }

  .media-1 .route-photo {
    height: auto;
    aspect-ratio: 16 / 11;
  }

  .media-1 h3,
  .itinerary-card h3,
  .faq-card h3,
  .contact-trust-panel h3,
  .template-extra-card h3 {
    font-size: 22px;
  }

  .proof-actions,
  .journey-cta-row,
  .destination-detail-actions,
  .contact-action-stack {
    display: grid;
    grid-template-columns: 1fr;
  }

  .proof-actions .btn,
  .journey-cta-row .btn,
  .destination-detail-actions .btn,
  .contact-action-stack .contact-link-pill,
  .cta-section .btn,
  .mobile-action-panel .mobile-action-button {
    width: 100%;
  }

  .quick-contact-item {
    align-items: flex-start !important;
  }

  .quick-contact-item [class*="flaticon-"] {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    margin-right: 14px;
    font-size: 1.35rem;
  }

  .contact-form {
    padding: 22px;
  }

  .contact-form .row {
    row-gap: 0;
  }

  .contact-form .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .contact-form .form-control,
  .contact-form .custom-select,
  .builder-controls input,
  .builder-controls select {
    min-height: 50px;
    border-radius: 14px;
  }

  .contact-form textarea.form-control {
    min-height: 138px;
  }

  .control {
    line-height: 1.45;
  }

  .destination-detail-panel,
  .generated-booking-card {
    padding: 20px;
    border-radius: 22px;
  }

  .destination-detail-visual img {
    min-height: 260px;
  }

  .destination-detail-badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .destination-gallery-grid {
    gap: 12px;
  }

  .india-route-map {
    min-height: 390px;
  }

  .map-node span {
    max-width: 112px;
    white-space: normal;
    line-height: 1.15;
  }

  .map-card {
    padding: 14px;
    border-radius: 18px;
  }

  .builder-destination-grid label,
  .quiz-options button {
    min-height: 48px;
    padding: 12px 14px;
  }

  .mobile-action-panel {
    margin-left: 0;
    margin-right: 0;
  }

  .language-switcher {
    display: none;
  }

  .floating-whatsapp {
    display: inline-flex;
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo.nav-brand img,
  .nav-brand img {
    width: 48px;
    height: 48px;
  }

  .nav-brand span {
    max-width: 176px;
    font-size: 18px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero .typed-words {
    display: inline-block;
  }

  .hero-pill {
    flex-basis: 100%;
  }

  .hero .form {
    padding: 16px;
    border-radius: 20px;
  }

  .hero-visual-shell .slides {
    aspect-ratio: 1 / 1.12;
  }

  .hero-float-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    width: calc(50% - 6px);
    min-width: 0;
    margin-top: 12px;
    vertical-align: top;
  }

  .hero-float-card-bottom {
    margin-left: 8px;
  }

  .hero-float-card span {
    font-size: 9px;
  }

  .hero-float-card strong {
    font-size: 12px;
    line-height: 1.25;
  }

  .section-title {
    font-size: 29px;
  }

  .homepage-proof .container {
    padding: 20px 16px;
  }

  .media-1,
  .service,
  .trust-proof-card,
  .itinerary-card,
  .faq-card,
  .contact-trust-panel,
  .journey-quiz,
  .template-extra-card {
    padding: 18px;
  }

  .journey-meta span,
  .destination-tags span,
  .route-kicker,
  .section-eyebrow,
  .trust-proof-label,
  .itinerary-card > span,
  .template-extra-card span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .quiz-options {
    grid-template-columns: 1fr;
  }

  .itinerary-builder {
    padding: 18px;
    border-radius: 22px;
  }

  .builder-destination-grid label {
    border-radius: 14px;
  }

  .india-route-map {
    min-height: 420px;
  }

  .map-node {
    width: 16px;
    height: 16px;
    border-width: 3px;
  }

  .map-node span {
    left: 16px;
    max-width: 84px;
    padding: 4px 7px;
    font-size: 9px;
  }

  .contact-trust-grid {
    gap: 8px;
  }

  .contact-trust-grid span {
    padding: 9px 10px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 34px;
  }

  .hero.hero-inner h1,
  .section-title {
    font-size: 27px;
  }

  .hero-float-card {
    width: 100%;
    margin-left: 0;
  }

  .hero .form,
  .contact-form,
  .media-1,
  .service,
  .trust-proof-card,
  .itinerary-card,
  .faq-card,
  .contact-trust-panel,
  .journey-quiz,
  .template-extra-card {
    padding: 16px;
  }

  .site-mobile-menu {
    width: 88vw;
  }
}

/* Mobile homepage experience */
.mobile-hero-stats {
  display: none;
}

.mobile-photo-dots {
  display: none;
}

@media (max-width: 767.98px) {
  body:has(.homepage-proof) .site-nav {
    background:
      linear-gradient(90deg, rgba(7, 26, 46, 0.9), rgba(14, 70, 72, 0.8)),
      rgba(7, 26, 46, 0.86);
  }

  body:has(.homepage-proof) .hero:not(.hero-inner) {
    position: relative;
    min-height: auto;
    padding-top: 102px;
    padding-bottom: 34px;
    background:
      linear-gradient(180deg, rgba(7, 26, 46, 0.28) 0%, rgba(7, 26, 46, 0.66) 44%, rgba(5, 13, 30, 0.96) 100%),
      linear-gradient(135deg, rgba(99, 216, 181, 0.38), rgba(247, 178, 103, 0.28) 45%, rgba(239, 111, 94, 0.24)),
      url("../images/locations/varanasi.jpg") center / cover;
  }

  body:has(.homepage-proof) .hero:not(.hero-inner):before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 74%);
  }

  body:has(.homepage-proof) .hero:not(.hero-inner):after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 92px;
    height: 1px;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(99, 216, 181, 0.95), rgba(247, 178, 103, 0.85), transparent);
    box-shadow: 0 0 22px rgba(99, 216, 181, 0.42);
  }

  body:has(.homepage-proof) .hero .container,
  body:has(.homepage-proof) .hero .row,
  body:has(.homepage-proof) .hero .intro-wrap {
    position: relative;
    z-index: 2;
  }

  body:has(.homepage-proof) .hero h1 {
    font-size: 39px;
    line-height: 0.95;
    max-width: 9.5ch;
    margin-bottom: 18px !important;
    text-shadow: 0 18px 52px rgba(0, 0, 0, 0.34);
  }

  body:has(.homepage-proof) .hero h1 .typed-words {
    color: #ffffff;
    text-shadow:
      0 0 18px rgba(99, 216, 181, 0.72),
      0 10px 34px rgba(0, 0, 0, 0.28);
  }

  body:has(.homepage-proof) .hero p.text-white {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.86) !important;
    background: rgba(7, 26, 46, 0.34);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  body:has(.homepage-proof) .hero-pill-group {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 14px;
    gap: 9px;
  }

  body:has(.homepage-proof) .hero-pill {
    position: relative;
    min-height: 44px;
    justify-content: flex-start;
    padding-left: 44px;
    color: #ffffff;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(99, 216, 181, 0.14)),
      rgba(7, 26, 46, 0.28);
    border-color: rgba(255, 255, 255, 0.18);
  }

  body:has(.homepage-proof) .hero-pill:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--brand-mint);
    box-shadow: 0 0 0 6px rgba(99, 216, 181, 0.13), 0 0 20px rgba(99, 216, 181, 0.76);
    transform: translateY(-50%);
  }

  .mobile-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 16px 0 18px;
  }

  .mobile-hero-stats div {
    position: relative;
    overflow: hidden;
    min-height: 82px;
    padding: 13px 10px;
    border-radius: 20px;
    color: #ffffff;
    background:
      linear-gradient(150deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
      rgba(7, 26, 46, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .mobile-hero-stats div:after {
    content: "";
    position: absolute;
    inset: auto 12px 10px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--brand-mint), var(--brand-cyan), var(--brand-coral));
  }

  .mobile-hero-stats strong,
  .mobile-hero-stats span {
    display: block;
  }

  .mobile-hero-stats strong {
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
  }

  .mobile-hero-stats span {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
  }

  body:has(.homepage-proof) .hero .form {
    margin-top: 16px;
    border-radius: 26px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 250, 244, 0.86)),
      linear-gradient(90deg, rgba(99, 216, 181, 0.18), rgba(247, 178, 103, 0.14));
    box-shadow:
      0 24px 60px rgba(2, 12, 24, 0.38),
      0 0 0 1px rgba(255, 255, 255, 0.5);
  }

  body:has(.homepage-proof) .hero .form .form-control,
  body:has(.homepage-proof) .hero .form .custom-select {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
  }

  body:has(.homepage-proof) .hero .form .btn.btn-primary {
    border-radius: 16px;
    background: linear-gradient(135deg, #061c32 0%, #0f9b8e 54%, #f7b267 130%);
    box-shadow: 0 18px 40px rgba(15, 155, 142, 0.36);
  }

  body:has(.homepage-proof) .hero-visual-shell {
    min-height: auto;
    margin-top: 18px;
  }

  body:has(.homepage-proof) .hero-visual-shell .slides {
    height: 280px;
    aspect-ratio: auto;
    border-radius: 30px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  }

  body:has(.homepage-proof) .hero-float-card {
    position: absolute;
    width: auto;
    margin: 0;
    color: #ffffff;
    background: rgba(7, 26, 46, 0.68);
  }

  body:has(.homepage-proof) .hero-float-card-top {
    top: 14px;
    right: 12px;
  }

  body:has(.homepage-proof) .hero-float-card-bottom {
    left: 12px;
    bottom: 14px;
  }

  .homepage-proof {
    position: relative;
    margin-top: 0;
    background:
      linear-gradient(180deg, #061c32 0%, #0d3d4a 48%, #fffaf0 48%, #fffaf0 100%);
  }

  .homepage-proof .container {
    border-radius: 30px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 248, 0.94)),
      linear-gradient(135deg, rgba(99, 216, 181, 0.16), rgba(247, 178, 103, 0.16));
    box-shadow: 0 26px 70px rgba(7, 26, 46, 0.16);
  }

  .homepage-proof .section-title {
    font-size: 28px;
  }

  .proof-grid {
    display: flex;
    gap: 14px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 2px 16px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .proof-grid::-webkit-scrollbar,
  .mobile-route-strip::-webkit-scrollbar {
    display: none;
  }

  .proof-grid .trust-proof-card {
    min-width: 82%;
    scroll-snap-align: start;
  }

  .homepage-signature {
    overflow: hidden;
    background:
      linear-gradient(180deg, #fffaf0 0%, #f7fbf8 100%);
  }

  .homepage-signature .section-title {
    font-size: 30px;
  }

  .mobile-route-strip {
    flex-wrap: nowrap;
    gap: 14px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 2px 16px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-route-strip > [class*="col-"] {
    min-width: 82%;
    max-width: 82%;
    flex: 0 0 82%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    scroll-snap-align: start;
  }

  .mobile-route-strip .media-1 {
    min-height: 100%;
    border-radius: 26px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 251, 249, 0.94)),
      linear-gradient(135deg, rgba(99, 216, 181, 0.16), rgba(247, 178, 103, 0.16));
    box-shadow: 0 24px 58px rgba(7, 26, 46, 0.14);
  }

  .mobile-route-strip .media-1 .route-photo {
    height: 210px;
    aspect-ratio: auto;
    border-radius: 22px;
  }

  .mobile-route-strip .media-1:after {
    content: "Explore";
    position: absolute;
    top: 188px;
    right: 30px;
    z-index: 2;
    padding: 8px 11px;
    border-radius: 999px;
    color: #071a2e;
    background: linear-gradient(135deg, var(--brand-cyan), var(--brand-mint));
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(7, 26, 46, 0.2);
  }

  .journey-cta-row {
    margin-top: 8px;
  }
}

@media (max-width: 340px) {
  body:has(.homepage-proof) .hero h1 {
    font-size: 35px;
  }

  .mobile-hero-stats {
    grid-template-columns: 1fr;
  }

  .mobile-hero-stats div {
    min-height: 58px;
  }

  .mobile-route-strip > [class*="col-"],
  .proof-grid .trust-proof-card {
    min-width: 88%;
    max-width: 88%;
    flex-basis: 88%;
  }
}

/* Sharper animated mobile hero */
@media (max-width: 767.98px) {
  body:has(.homepage-proof) .hero:not(.hero-inner) {
    background:
      radial-gradient(circle at 18% 16%, rgba(99, 216, 181, 0.28), transparent 28%),
      radial-gradient(circle at 84% 28%, rgba(247, 178, 103, 0.22), transparent 26%),
      linear-gradient(180deg, #061625 0%, #08263a 44%, #071a2e 100%);
  }

  body:has(.homepage-proof) .hero .row.align-items-center {
    display: flex;
  }

  body:has(.homepage-proof) .hero .col-lg-5 {
    order: -1;
  }

  body:has(.homepage-proof) .hero .col-lg-7 {
    order: 1;
  }

  body:has(.homepage-proof) .hero-visual-shell {
    isolation: isolate;
    margin-top: 2px;
    margin-bottom: 22px;
    padding: 10px;
  }

  body:has(.homepage-proof) .hero-visual-shell:before,
  body:has(.homepage-proof) .hero-visual-shell:after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 999px;
  }

  body:has(.homepage-proof) .hero-visual-shell:before {
    inset: 2px 18px auto 18px;
    height: 260px;
    border: 1px solid rgba(99, 216, 181, 0.24);
    box-shadow:
      0 0 36px rgba(99, 216, 181, 0.2),
      inset 0 0 34px rgba(247, 178, 103, 0.08);
    animation: mobileHaloSpin 12s linear infinite;
  }

  body:has(.homepage-proof) .hero-visual-shell:after {
    left: 50%;
    top: 26px;
    width: 130px;
    height: 130px;
    background: radial-gradient(circle, rgba(247, 178, 103, 0.3), transparent 68%);
    filter: blur(4px);
    transform: translateX(-50%);
    animation: mobileGlowDrift 7s ease-in-out infinite;
  }

  body:has(.homepage-proof) .hero-visual-shell .slides {
    position: relative;
    z-index: 2;
    height: 286px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: #071a2e;
    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.42),
      0 0 0 8px rgba(255, 255, 255, 0.035);
    animation: none;
  }

  body:has(.homepage-proof) .hero-visual-shell .slides:before {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: 4;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
  }

  body:has(.homepage-proof) .hero-visual-shell .slides:after {
    z-index: 3;
    background:
      linear-gradient(180deg, rgba(7, 26, 46, 0.02) 20%, rgba(7, 26, 46, 0.42) 100%),
      linear-gradient(90deg, rgba(7, 26, 46, 0.44), transparent 56%);
  }

  body:has(.homepage-proof) .hero-visual-shell .slides img {
    filter: saturate(1.16) contrast(1.06);
    transform: scale(1.05);
    transition: opacity .8s ease, transform 5.6s ease;
  }

  body:has(.homepage-proof) .hero-visual-shell .slides img.active {
    opacity: 1;
    transform: scale(1);
    animation: mobilePhotoBreath 5.6s ease-in-out both;
  }

  body:has(.homepage-proof) .hero-float-card {
    z-index: 5;
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(7, 26, 46, 0.78), rgba(15, 118, 111, 0.54));
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  }

  body:has(.homepage-proof) .hero-float-card-top {
    top: 26px;
    right: 22px;
  }

  body:has(.homepage-proof) .hero-float-card-bottom {
    left: 22px;
    bottom: 24px;
  }

  .mobile-photo-dots {
    position: absolute;
    left: 50%;
    bottom: 6px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(7, 26, 46, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: translateX(-50%);
  }

  .mobile-photo-dots span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    animation: mobileDotCycle 28s linear infinite;
    transition: width .35s ease, background .35s ease, box-shadow .35s ease;
  }

  .mobile-photo-dots span:nth-child(2) {
    animation-delay: 5.6s;
  }

  .mobile-photo-dots span:nth-child(3) {
    animation-delay: 11.2s;
  }

  .mobile-photo-dots span:nth-child(4) {
    animation-delay: 16.8s;
  }

  .mobile-photo-dots span:nth-child(5) {
    animation-delay: 22.4s;
  }

  .mobile-photo-dots span.active {
    width: 25px;
    background: linear-gradient(90deg, var(--brand-mint), var(--brand-cyan));
    box-shadow: 0 0 16px rgba(99, 216, 181, 0.7);
  }

  body:has(.homepage-proof) .hero .intro-wrap {
    margin-top: -8px;
  }

  body:has(.homepage-proof) .hero h1 {
    max-width: 100%;
    font-size: 38px;
  }

  body:has(.homepage-proof) .hero h1 .d-block {
    max-width: 9.5ch;
  }

  body:has(.homepage-proof) .hero p.text-white {
    background: rgba(7, 26, 46, 0.5);
  }
}

@keyframes mobilePhotoBreath {
  0% {
    transform: scale(1.08) translate3d(0, 0, 0);
  }
  52% {
    transform: scale(1.02) translate3d(-2%, -1%, 0);
  }
  100% {
    transform: scale(1.05) translate3d(1%, 0, 0);
  }
}

@keyframes mobileHaloSpin {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    border-radius: 44% 56% 52% 48% / 42% 48% 52% 58%;
  }
  50% {
    transform: rotate(7deg) scale(1.02);
    border-radius: 58% 42% 45% 55% / 52% 45% 55% 48%;
  }
}

@keyframes mobileGlowDrift {
  0%, 100% {
    opacity: .75;
    transform: translateX(-58%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-42%) translateY(18px);
  }
}

@keyframes mobileDotCycle {
  0%, 18% {
    width: 25px;
    background: linear-gradient(90deg, var(--brand-mint), var(--brand-cyan));
    box-shadow: 0 0 16px rgba(99, 216, 181, 0.7);
  }
  22%, 100% {
    width: 7px;
    background: rgba(255, 255, 255, 0.38);
    box-shadow: none;
  }
}

/* Footer and journey date polish */

.zone-journey-section {
  background:
    radial-gradient(circle at top left, rgba(255, 180, 91, 0.16), transparent 34%),
    linear-gradient(135deg, #fffaf5 0%, #eef9f6 100%);
}

.zone-tablist {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 8px 2px 18px;
  margin-bottom: 22px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.zone-tablist::-webkit-scrollbar,
.zone-destination-slider::-webkit-scrollbar {
  height: 6px;
}

.zone-tablist::-webkit-scrollbar-thumb,
.zone-destination-slider::-webkit-scrollbar-thumb {
  background: rgba(26, 55, 77, 0.28);
  border-radius: 999px;
}

.zone-tablist button {
  border: 1px solid rgba(26, 55, 77, 0.12);
  background: rgba(255, 255, 255, 0.86);
  color: #1b3143;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(20, 32, 51, 0.08);
  scroll-snap-align: start;
}

.zone-tablist button.active,
.zone-tablist button:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #063b4b 0%, #16a085 72%, #ffb45b 100%);
  border-color: transparent;
}

.zone-panel {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(26, 55, 77, 0.12);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 24px 80px rgba(10, 26, 48, 0.12);
}

.zone-panel.active {
  display: block;
}

.zone-panel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.zone-panel-heading span {
  display: inline-block;
  color: #d96b58;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.zone-panel-heading h3 {
  color: #142033;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.zone-panel-heading p {
  color: #5d6b78;
  max-width: 760px;
  margin-bottom: 0;
}

.zone-slider-controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.zone-slider-controls button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #1a374d;
  box-shadow: 0 12px 28px rgba(26, 55, 77, 0.22);
}

.zone-slider-controls button:last-child span {
  transform: rotate(180deg);
}

.zone-destination-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 31%);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 16px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.zone-all-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.zone-all-card {
  scroll-snap-align: unset;
}

.zone-all-card:before {
  content: attr(data-zone-name);
  display: block;
  margin: 18px 18px 0;
  color: #d96b58;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.zone-all-card span {
  margin-top: 8px;
}

.contact-route-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-height: 320px;
  overflow-y: auto;
  padding: 12px;
  border: 1px solid rgba(26, 55, 77, 0.12);
  border-radius: 16px;
  background: #fffaf5;
}

.contact-route-picker label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin: 0;
  padding: 9px 11px;
  border: 1px solid rgba(26, 55, 77, 0.1);
  border-radius: 12px;
  background: #ffffff;
  color: #142033;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.contact-route-picker input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.selected-journey-summary {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(15, 155, 142, 0.28);
  border-left: 4px solid #0f9b8e;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(15, 155, 142, 0.1), rgba(217, 107, 88, 0.06));
  color: #142033;
}

.selected-journey-summary[hidden] {
  display: none;
}

.selected-journey-summary span {
  color: #0b776e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.selected-journey-summary strong {
  font-size: 18px;
  line-height: 1.3;
}

.selected-journey-summary small {
  color: #5d6877;
  line-height: 1.5;
}

.destination-detail-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding: 170px 0 90px;
}

.destination-detail-hero h1 {
  color: #ffffff;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.9;
  margin-bottom: 22px;
}

.destination-detail-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.7;
}

.destination-detail-zone,
.destination-detail-meta span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.destination-detail-zone {
  margin-bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.destination-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.destination-detail-meta span {
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.destination-detail-page {
  background: #fffaf5;
}

.destination-detail-page .section-title {
  color: #142033;
}

.destination-detail-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 26px 0 30px;
  list-style: none;
}

.destination-detail-highlights li {
  min-height: 78px;
  padding: 16px;
  border: 1px solid rgba(26, 55, 77, 0.1);
  border-radius: 14px;
  background: #ffffff;
  color: #142033;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(10, 26, 48, 0.08);
}

.destination-detail-note {
  height: 100%;
  padding: 28px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #063b4b 0%, #16a085 70%, #ffb45b 100%);
  box-shadow: 0 24px 70px rgba(10, 26, 48, 0.16);
}

.destination-detail-note span {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.destination-detail-note h3 {
  color: #ffffff;
  font-size: 34px;
}

.destination-detail-note p {
  color: rgba(255, 255, 255, 0.84);
}

.destination-explore-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.destination-explore-card {
  position: relative;
  min-height: 220px;
  padding: 30px 30px 28px 82px;
  border: 1px solid rgba(26, 55, 77, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(10, 26, 48, 0.08);
}

.destination-explore-number {
  position: absolute;
  top: 30px;
  left: 28px;
  color: #0b817a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.destination-explore-card h3 {
  margin-bottom: 12px;
  color: #10263e;
  font-size: 25px;
  line-height: 1.2;
}

.destination-explore-card p {
  margin: 0;
  color: #526579;
  font-size: 15px;
  line-height: 1.75;
}

.zone-destination-card {
  min-height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(26, 55, 77, 0.1);
  box-shadow: 0 18px 44px rgba(10, 26, 48, 0.1);
  scroll-snap-align: start;
  cursor: pointer;
}

.zone-destination-card img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  display: block;
}

.zone-destination-card span,
.zone-destination-card h4,
.zone-destination-card p,
.zone-destination-card a {
  margin-left: 18px;
  margin-right: 18px;
}

.zone-destination-card span {
  display: inline-block;
  margin-top: 18px;
  color: #16a085;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.zone-destination-card h4 {
  color: #142033;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px;
}

.zone-destination-card p {
  color: #5d6b78;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.zone-destination-card a {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  color: #1a374d;
  font-weight: 900;
}

.zone-destination-card a:after {
  content: "";
  width: 34px;
  height: 2px;
  background: #ffb45b;
  margin-left: 10px;
}

@media (max-width: 991.98px) {
  .zone-panel {
    padding: 18px;
    border-radius: 18px;
  }

  .zone-panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .zone-panel-heading h3 {
    font-size: 25px;
  }

  .zone-slider-controls {
    width: 100%;
    justify-content: flex-end;
  }

  .zone-destination-slider {
    grid-auto-columns: minmax(244px, 82%);
    gap: 14px;
  }

  .zone-all-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .destination-detail-hero {
    min-height: 540px;
    padding: 145px 0 70px;
  }

  .destination-detail-highlights,
  .destination-explore-grid,
  .contact-route-picker {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .destination-explore-card {
    min-height: 0;
    padding: 24px 22px 24px 62px;
  }

  .destination-explore-number {
    top: 25px;
    left: 20px;
  }

  .destination-explore-card h3 {
    font-size: 22px;
  }

  .zone-all-grid {
    grid-template-columns: 1fr;
  }

  .destination-detail-hero h1 {
    font-size: 46px;
  }

  .destination-detail-page .btn {
    width: 100%;
    margin: 0 0 10px !important;
  }
}
.site-footer {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 14% 10%, rgba(99, 216, 181, 0.16), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(247, 178, 103, 0.14), transparent 24%),
    linear-gradient(145deg, #061625 0%, #08263a 48%, #071a2e 100%);
}

.site-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent 86%);
}

.site-footer .inner {
  position: relative;
  z-index: 1;
}

.site-footer .inner.first {
  padding: 72px 0 42px;
}

.site-footer .inner.first .row {
  align-items: stretch;
}

.site-footer .widget {
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px !important;
}

.site-footer .footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
}

.site-footer .footer-brand span {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer .widget .heading {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 12px;
  color: #ffffff;
  font-size: 18px;
}

.site-footer .widget .heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand-mint), var(--brand-cyan), var(--brand-coral));
  box-shadow: 0 0 18px rgba(99, 216, 181, 0.42);
}

.site-footer .widget p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.site-footer .widget .links li,
.site-footer ul.quick-info li {
  margin-bottom: 9px;
}

.site-footer .widget .links a,
.site-footer ul.quick-info a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.site-footer .widget .links a:hover,
.site-footer ul.quick-info a:hover {
  color: #ffffff;
}

.site-footer ul.quick-info li {
  padding-left: 28px;
}

.site-footer ul.quick-info li:before {
  color: var(--brand-mint);
  opacity: 1;
}

.site-footer .inner.dark {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  background: rgba(2, 10, 20, 0.48);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .inner.dark p {
  color: rgba(255, 255, 255, 0.68);
}

.daterangepicker {
  z-index: 10000;
  border: 1px solid rgba(89, 222, 196, 0.3);
  border-radius: 8px;
  background: #f8fbfb;
  box-shadow: 0 28px 90px rgba(2, 18, 34, 0.34);
  overflow: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.daterangepicker .calendar-table {
  border: 0;
  background: transparent;
}

.daterangepicker .calendar-table th {
  color: #10243a;
  font-weight: 800;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  height: 34px;
  border: 1px solid rgba(15, 155, 142, 0.24);
  border-radius: 6px;
  background: #ffffff;
  color: #10243a;
  font-family: inherit;
  font-weight: 800;
  text-align: center;
}

.daterangepicker td {
  border-radius: 6px;
  color: #25364a;
  font-weight: 600;
}

.daterangepicker td.in-range {
  background: rgba(15, 155, 142, 0.13);
  color: #075f58;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #0f9b8e;
  color: #ffffff;
}

.daterangepicker .drp-buttons .btn {
  border-radius: 7px;
  padding: 9px 16px;
}

.js-date-range[readonly] {
  background-color: #ffffff;
  cursor: pointer;
}

body.calendar-picker-open:after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(2, 16, 31, 0.62);
  backdrop-filter: blur(4px);
}

@media (max-width: 767.98px) {
  .site-footer .inner.first {
    padding: 42px 0 24px;
  }

  .site-footer .inner.first .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .site-footer .inner.first .row > [class*="col-"],
  .site-footer .inner.first .row > [class*="col-"]:first-child,
  .site-footer .inner.first .row > [class*="col-"]:last-child {
    grid-column: auto;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .site-footer .widget {
    padding: 20px;
    border-radius: 20px;
  }

  .site-footer .widget p {
    max-width: none;
    font-size: 13px;
  }

  .daterangepicker {
    position: fixed !important;
    top: auto !important;
    bottom: 12px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-color: rgba(89, 222, 196, 0.42);
    background: #f7fbfb;
  }

  .daterangepicker:before,
  .daterangepicker:after {
    display: none;
  }

  .daterangepicker .drp-calendar {
    max-width: none;
    width: 100%;
    padding: 16px;
  }

  .daterangepicker .drp-calendar.left,
  .daterangepicker .drp-calendar.right {
    float: none;
  }

  .daterangepicker .drp-calendar.right {
    display: none;
  }

  .daterangepicker .calendar-table table {
    width: 100%;
    table-layout: fixed;
  }

  .daterangepicker .calendar-table thead tr:last-child th,
  .daterangepicker .calendar-table td {
    width: 14.285%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }

  .daterangepicker .calendar-table th.month {
    height: 42px;
    line-height: 42px;
  }

  .daterangepicker .drp-buttons {
    position: sticky;
    bottom: 0;
    display: grid !important;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-top: 1px solid rgba(20, 32, 51, 0.1);
    background: rgba(247, 251, 251, 0.96);
    white-space: normal;
  }

  .daterangepicker .drp-selected {
    display: block;
    min-width: 0;
    color: #526171;
    font-size: 11px;
    line-height: 1.35;
    text-align: left;
  }

  .daterangepicker .drp-buttons .btn {
    margin: 0;
    min-height: 40px;
  }
}

/* Mobile form cleanup */
@media (max-width: 767.98px) {
  body:has(.homepage-proof) .hero .form {
    padding: 14px;
    border-radius: 22px;
  }

  body:has(.homepage-proof) .hero .form .row {
    row-gap: 10px;
  }

  body:has(.homepage-proof) .hero .form .row.mb-2 {
    margin-bottom: 8px !important;
  }

  body:has(.homepage-proof) .hero .form [class*="col-"] {
    margin-bottom: 0 !important;
  }

  body:has(.homepage-proof) .hero .form .form-control,
  body:has(.homepage-proof) .hero .form .custom-select,
  body:has(.homepage-proof) .hero .form .btn.btn-primary {
    height: 48px;
    min-height: 48px;
  }

  body:has(.homepage-proof) .hero .form input[name="travel_dates"] {
    color: rgba(20, 32, 51, 0.86);
  }

  body:has(.homepage-proof) .hero .form input[name="travel_dates"]::placeholder {
    color: rgba(20, 32, 51, 0.55);
    opacity: 1;
  }

  body:has(.homepage-proof) .hero-form-note {
    display: none;
  }

  body:has(.homepage-proof) .hero:not(.hero-inner) {
    padding-bottom: 18px;
    margin-bottom: 0;
  }

  body:has(.homepage-proof) .homepage-proof {
    padding-top: 18px;
  }
}
