/*
Theme Name: 7 Heaven Holidays
Theme URI: https://7heavenholidays.com

*/

/* =========================================================
   CSS CUSTOM PROPERTIES
   ========================================================= */
:root {
  --gold: #3AB1C2;
  --gold-light: #20456E;
  --gold-pale: #f5e6c0;
  --ink: #fff;
  --ink-mid: #0E1520;
  --ink-light: #16202E;
  --cream: #F7F2E8;
  --muted: #8A96A8;
  --white: #ffffff;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', 'Helvetica Neue', sans-serif;

  --radius: 4px;
  --transition: 0.3s ease;
  --container: 1440px;
}

/* =========================================================
   RESET & BASE
   ========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: var(--font-body);
  cursor: pointer;
}

ul {
  list-style: none;
}

/* =========================================================
   SCROLLBAR
   ========================================================= */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: var(--ink);
}

::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 2px;
}

/* =========================================================
   CUSTOM CURSOR
   ========================================================= */
/* .sh-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}

.sh-cursor__dot {
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.sh-cursor__ring {
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.18s ease;
}

.sh-cursor--active .sh-cursor__ring {
  transform: translate(-50%, -50%) scale(1.8);
  border-color: var(--gold);
} */

/* =========================================================
   TYPOGRAPHY UTILITIES
   ========================================================= */
.sh-display {
  font-family: var(--font-display);
  font-weight: bold;
  color: var(--gold-light);
}

.sh-display em {
  font-style: italic;
  color: var(--gold-light)
}

.sh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gold);
}

.sh-eyebrow::before,
.sh-eyebrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: var(--gold);
}

.sh-eyebrow--center {
  justify-content: center;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.sh-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
 padding: 13px 28px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all var(--transition);
  border: none;
  cursor: pointer;
}

.sh-btn img.emoji {
  display: none !important;
}

.sh-btn--primary {
  background: var(--gold-light);
  color: #fff;
}

.sh-btn--primary:hover {
  background: #fff;
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
}

.sh-btn--ghost {
  background: #fff;
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
  font-weight: 600;
  width: max-content;
}

.sh-btn--ghost:hover {
  border-color: var(--gold-light);
  color: #fff;
  background-color: var(--gold-light);
}



/* =========================================================
   LAYOUT
   ========================================================= */
.sh-container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

.sh-section {
  padding: 100px 0;
}

.sh-section--mid {
  background: #fff;
}

.sh-section--ink {
  background: #fff !important;
}

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.sh-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.sh-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
      padding-bottom: 30px;
}

/* =========================================================
   NAVIGATION
   ========================================================= */
.sh-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
}

.nav-bar-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.sh-nav.is-scrolled {
  background: #fff;
  backdrop-filter: blur(16px);
  padding: 0px 0px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
}

.sh-nav__logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sh-nav__logo-mark {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.3);
  overflow: hidden;
}

.sh-nav__logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.sh-nav__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.sh-nav__logo-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--gold-light);
}

.sh-nav__logo-sub {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
}

.sh-nav__menu {
  display: flex;
  align-items: center;
  gap: 38px;
}

.sh-nav__link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #20456E;
  position: relative;
  transition: color var(--transition);
}


.sh-nav__link:hover::after {
  content: '';

  background: var(--gold);
  transition: width var(--transition);

}

.sh-nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: transparent;
  transition: width var(--transition);
}

.sh-nav__link:hover,
.sh-nav__link.current-menu-item {
  color: var(--gold-light);
}

.sh-nav__link:hover::after,
.sh-nav__link.current-menu-item::after {
  width: 100%;
}

.sh-nav__cta {
  background: #20456E;
  border: 1px solid #20456E;
  color: #FFF;
 padding: 13px 28px;
  border-radius: var(--radius);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all var(--transition);
  border: 1px solid #20456E;
}

.sh-nav__cta:hover {
  background: none !important;
  border: 1px solid #20456E;
  color: var(--gold-light) !important;
}

.sh-nav__cta::after {
  display: none !important;
}

.sh-nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
}

.sh-nav__hamburger span {
  width: 24px;
  height: 2px;
  background: var(--gold-light);
  display: block;
  transition: all 0.3s;
}

/* Mobile Drawer */
.sh-nav-drawer {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--ink);
  z-index: 199;
  flex-direction: column;
padding: 124px 20px 40px;
  gap: 0;
}

.sh-nav-drawer.is-open {
  display: flex;
}

.sh-nav-drawer a {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  color: var(--gold-light);
  padding: 4px 0;
  border-bottom: 1px solid var(--gold-light);
  transition: color var(--transition);
}

.sh-nav-drawer a:hover {
  color: var(--gold);
}

/* =========================================================
   HERO SECTION
   ========================================================= */
.sh-hero {
  position: relative;
  padding: calc(111px + 0px) 0 80px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.sh-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #fff;
}

.sh-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(201, 168, 76, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 70% at 60% 40%, black 0%, transparent 70%);
}

.sh-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.sh-hero__orb--1 {
  width: 500px;
  height: 500px;
  background: #deebf8;
  ;
  top: -100px;
  right: 10%;
}

.sh-hero__orb--2 {
  width: 300px;
  height: 300px;
  background: rgba(14, 60, 120, 0.12);
  bottom: 10%;
  left: 20%;
}

.sh-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-top: 80px;
}

.sh-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--gold-light);
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 32px;
  animation: fadeUp 0.8s ease both;
}

.sh-hero__tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.sh-hero__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 82px);
  font-weight: bold;
  line-height: 1.05;
  color: var(--gold-light);
  animation: fadeUp 0.8s 0.15s ease both;
}

.sh-hero__title em {
  font-style: italic;
 color: #46b1c1;
}

.sh-hero__subtitle {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--gold-light);
  max-width: 460px;
  animation: fadeUp 0.8s 0.3s ease both;
}

.sh-hero__actions {
  margin-top: 44px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeUp 0.8s 0.45s ease both;
}

.sh-hero__stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  animation: fadeUp 0.8s 0.6s ease both;
}

.sh-hero__stat-num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: bold;
  color: var(--gold-light);
  line-height: 1;
}

.sh-hero__stat-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-top: 4px;
  font-weight: bold;
}

.sh-hero__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 480px;
  animation: fadeIn 1.2s 0.3s ease both;
}

.sh-hero__photo {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}

.sh-hero__photo:nth-child(1) {
  grid-row: 1/3;
}

.sh-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.sh-hero__photo:hover img {
  transform: scale(1.05);
}

.sh-hero__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 12, 20, 0.6), transparent 50%);
}

.sh-hero__photo-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  background: rgba(8, 12, 20, 0.5);
  backdrop-filter: blur(8px);
  padding: 5px 10px;
  border-radius: 2px;
}

.sh-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.sh-hero__scroll span {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
}

.sh-hero__scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollLine 2s infinite;
}

/* =========================================================
   MARQUEE
   ========================================================= */
.sh-marquee {
  padding: 24px 0;
  overflow: hidden;
  background: var(--gold-light);
  border-top: 1px solid rgba(201, 168, 76, 0.1);
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.sh-marquee__track {
  display: flex;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}

.sh-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 40px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.sh-marquee__dot {
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}
.sh-marquee {
  overflow: hidden;
}

.sh-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee2 20s linear infinite;
}

.sh-marquee__item {
  white-space: nowrap;
  padding: 0 30px;
  flex-shrink: 0;
}

@keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
/* =========================================================
   ABOUT
   ========================================================= */
.sh-about__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.sh-about__visual {
  position: relative;
}

.sh-about__img-main {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius);
}

.sh-about__img-secondary {
width: 60%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--radius);
  position: absolute;
    bottom: 0;
  right: -30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.sh-about__badge {
  position: absolute;
  top: 30px;
  left: -20px;
  background: var(--gold);
  color: var(--ink);
  padding: 16px 20px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 10px 30px rgba(201, 168, 76, 0.3);
}

.sh-about__badge-num {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 600;
  display: block;
  line-height: 1;
  color: #fff;
}

.sh-about__badge-text {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
  display: block;
  font-weight: bold;
}

.sh-about__title {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: bold;
  line-height: 1.1;
  color: var(--gold-light);
}

.sh-about__title em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: bold;
}

.sh-about__body {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--gold-light);
}

.sh-about__features {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sh-about__feat {
  display: flex;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--gold-light);
  border-radius: var(--radius);
  background: var(--gold-light);
  transition: all var(--transition);
}

.sh-about__feat:hover {
  border-color: var(--gold-light);
  background: #fff;
 color: #ffffff;
}


.sh-about__feat:hover .sh-about__feat-title {
  color: var(--gold-light);
}

.sh-about__feat:hover .sh-about__feat-icon {
  background: var(--gold-light);

}

.sh-about__feat:hover .sh-about__feat-body {
  color: var(--gold-light);
}


.sh-about__feat-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
    background: rgb(70 177 193);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.sh-about__feat-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.sh-about__feat-body {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  margin-top: 3px;
  line-height: 1.5;
}

/* =========================================================
   SERVICES STRIP
   ========================================================= */
.sh-services {
  padding: 60px 0;
  background: #e1eaf6;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.sh-services__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.sh-services__item {
  padding: 30px 24px;
  text-align: center;
  border-right: 1px solid rgb(36 69 109 / 32%);
}

.sh-services__item:last-child {
  border-right: none;
}

.sh-services__icon {
  font-size: 30px;
  margin-bottom: 14px;
  display: block;
}

.sh-services__icon i {
  color: var(--gold-light);
}

.sh-services__name {
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  color: #24456d;
  font-weight: 600;
}

.sh-services__sub {
  font-size: 14px;
  color: var(--gold-light);
  margin-top: 6px;
  font-weight: 500;
}

/* =========================================================
   DESTINATIONS
   ========================================================= */

.sh-destination-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.sh-dest__header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sh-dest__sub-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sh-dest__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sh-dest__card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;

}

.sh-dest__card--tall {
  grid-row: span 2;
}

.sh-dest__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.sh-dest__card--tall .sh-dest__img {
  height: 100%;
  min-height: 616px;
}

.sh-dest__card:hover .sh-dest__img {
  transform: scale(1.06);
}

.sh-dest__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 12, 20, 0.85) 0%, rgba(8, 12, 20, 0.1) 50%, transparent);
  transition: background var(--transition);
}

.sh-dest__card:hover .sh-dest__overlay {
  background: linear-gradient(to top, rgba(8, 12, 20, 0.92) 0%, rgba(8, 12, 20, 0.3) 60%, transparent);
}

.sh-dest__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px;
  transform: translateY(12px);
  transition: transform 0.3s ease;
}

.sh-dest__card:hover .sh-dest__info {
  transform: translateY(0);
}

.sh-dest__region {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 8px;
  background: rgba(8, 12, 20, 0.5);
  backdrop-filter: blur(8px);
  padding: 5px 10px;
  border-radius: 2px;
  width: max-content;
}

.sh-dest__name {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--white);
}

.sh-dest__detail {
  font-size: 16px;
  color: white;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s 0.05s ease;
}

.sh-dest__card:hover .sh-dest__detail {
  opacity: 1;
  transform: translateY(0);
}

.sh-dest__arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 14px;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s 0.1s ease;
}

.sh-dest__card:hover .sh-dest__arrow {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   PACKAGES
   ========================================================= */

.sh-pkg__tab {
  padding: 12px 28px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-light);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 0.3s;
}

.sh-pkg__tab.is-active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}


.sh-pkg__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 24px;
}
.sh-pkg__card .sh-pkg__body{
    height: 100%;
}
.sh-pkg__card {
  background: var(--ink);
  border: 1px solid rgba(201, 168, 76, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  /* height: max-content; */
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.sh-pkg__card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 168, 76, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.sh-pkg__img-wrap {
  position: relative;
}

.sh-pkg__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.sh-pkg__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--gold);
  color: var(--ink);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  font-weight: 500;
}

.sh-pkg__body {
  padding: 24px;
  background: var(--gold-light);
}

.sh-pkg__duration {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 10px;
}

.sh-pkg__name {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 12px;
}

.sh-pkg__features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 17px 0;
 
    justify-content: left;

    flex-grow: 1; /* THIS is the key */
}

.sh-pkg__feat {
  font-size: 12px;
  font-weight: 400;
  background: rgba(201, 168, 76, 0.06);
  border: 1px solid white;
  color: var(--ink);
  padding: 4px 10px;
      height: fit-content;
  border-radius: 100px;
}

.sh-pkg__footer {
    display: flex;
    align-items: start;
    justify-content: space-between;
  margin-top: auto; /* pushes footer to bottom */
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    flex-direction: column;
    gap: 16px;
}

.sh-pkg__price-label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
}

.sh-pkg__price {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  color: var(--ink);
}

.sh-pkg__price span {
  font-size: 14px;
  color: var(--ink);
}

/* =========================================================
   WHY US
   ========================================================= */
.sh-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 60px;
}

.sh-why__card {
  padding: 50px 32px;
  background: var(--gold-light);
  border: 1px solid var(--gold-light);
  text-align: center;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
}

.sh-why__card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: transform 0.4s;
}

.sh-why__card:hover::before {
  transform: scaleX(1);
}

.sh-why__card:hover {
  background: var(--ink);
}

.sh-why__icon {
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
  color: white;
}

.sh-why__card:hover .sh-why__icon {
  color: var(--gold-light);
}

.sh-why__title {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 12px;
}

.sh-why__body {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--muted);
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.sh-testi__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.sh-testi__card {
  padding: 36px;
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: var(--radius);
  background: rgba(201, 168, 76, 0.02);
  transition: border-color var(--transition);
}

.sh-testi__card:hover {
  border-color: rgba(201, 168, 76, 0.25);
}

.sh-testi__quote {
  font-family: var(--font-display);
  font-size: 60px;
  color: var(--gold);
  line-height: 0.5;
  margin-bottom: 20px;
  display: block;
  opacity: 0.6;
}

.sh-testi__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--muted);
  font-style: italic;
}



.sh-testi__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.sh-testi__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--ink);
  font-weight: 600;
  flex-shrink: 0;
}

.sh-testi__name {
  font-size: 14px;
  font-weight: 500;
}

.sh-testi__dest {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

.sh-testi__stars {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 6px;
}

/* =========================================================
   CTA BANNER
   ========================================================= */
.sh-cta {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background: #ebf3fd;
}


.sh-cta__inner {
  text-align: center;
  position: relative;
  z-index: 2;
}

.sh-cta__contact-item a,
.sh-cta__contact-text {
  color: rgb(36 69 109);
  font-weight: 600;
}

.sh-cta__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #24456d;
}

.sh-cta__title em {
  font-style: italic;
  color: var(--gold-light);
}

.sh-cta__sub {
  font-size: 16px;
  font-weight: 500;
  color: var(--muted);
  max-width: 500px;
  margin: 0 auto 44px;
  line-height: 1.8;
}

.sh-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.sh-cta__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.sh-cta__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.sh-cta__contact-icon {
  font-size: 20px;
  color: var(--gold-light);
}

.sh-cta__contact-text {
  font-size: 16px;
}

.sh-cta__contact-sub {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  margin-top: 2px;
}

.sh-cta__divider {
  width: 1px;
  height: 40px;
  background: var(--gold-light);
}

/* =========================================================
   FOOTER
   ========================================================= */
.sh-footer {
  background: var(--gold-light);
  padding: 80px 0 40px;
  border-top: 1px solid rgba(201, 168, 76, 0.1);
}

.sh-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 270px 270px 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.sh-footer__desc {
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 280px;
}

.sh-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.sh-footer__social-link {
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  transition: all var(--transition);
}

.sh-footer__social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.ul-wrapper {
  display: flex;

  gap: 30px;
}

.sh-footer__links li {
  display: flex;
  align-items: center;
  gap: 9px;

  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
  transition: color var(--transition);
}

.sh-footer__links span {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  transition: all var(--transition);
}

.sh-footer__heading {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.sh-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0px;
  margin-bottom : 0px;
}

.sh-footer__links a {
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
  transition: color var(--transition);
}

.sh-footer__links a:hover {
  color: var(--gold);
}

.sh-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-wrap: wrap;
  gap: 16px;
}

.sh-footer__copy {
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
}

.sh-footer__copy a {
  color: var(--gold);
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.sh-page-hero {
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  background: var(--gold-light);
}

.sh-page-hero .sh-breadcrumb {
  color: var(--ink);
}

.sh-page-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 30%, rgba(201, 168, 76, 0.07), transparent 50%),
    radial-gradient(ellipse 40% 60% at 10% 70%, rgba(14, 60, 120, 0.1), transparent 40%);
}

.sh-page-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(201, 168, 76, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 168, 76, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, black, transparent 80%);
}

.sh-page-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 160px;
}

.sh-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 24px;
}

.sh-breadcrumb a {
  color: var(--gold);
}

.sh-page-title {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 500;
  line-height: 0.9;
}

.sh-page-title em {
  font-style: italic;
    color: #46b1c1
}

.sh-contact {
  padding: 100px 0;
}

.sh-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}

.sh-contact__info {
  position: sticky;
  top: 120px;
}

.sh-contact__info-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sh-contact__info-label::before {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--gold);
}

.sh-contact__info-title {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--gold-light);
}

.sh-contact__info-title em {
  font-style: italic;
  color: var(--gold);
}

.sh-contact__info-desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--gold-light);
  margin-bottom: 48px;
  font-weight : 400;
}

.sh-contact__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sh-contact__card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 24px;
  border: 1px solid var(--gold-light);
  border-radius: var(--radius);
  background: var(--gold-light);
  transition: all var(--transition);
}

.sh-contact__card:hover {
  background: var(--ink);
  color: var(--gold-light);
}

.sh-contact__card:hover  .sh-contact__card-sub{
  color: var(--gold-light);
}

.sh-contact__card-icon i {
  color: var(--ink);
}

.sh-contact__card:hover .sh-contact__card-icon i {
  color: var(--gold-light);
}

.sh-contact__card:hover .sh-contact__card-label {
  color: var(--gold-light);
}

.sh-contact__card-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}



.sh-contact__card-label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: bold;
  margin-bottom: 6px;
}

.sh-contact__card-value {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.sh-contact__card-sub {
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin-top: 3px;
}

.sh-owner {
  margin-top: 30px;
  padding: 28px;
  border: 1px solid var(--gold-light);
  border-radius: var(--radius);
  background: var(--gold-light);
  display: flex;
  gap: 18px;
  align-items: center;
}

.sh-owner__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--ink);
  flex-shrink: 0;
}

.sh-owner__name {
  font-size: 16px;
  font-weight: 500;
}

.sh-owner__role {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  margin-top: 4px;
}

.sh-owner__contact {
  font-size: 13px;
  color: var(--ink);
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.6;
}

/* CONTACT FORM */
.sh-form__title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 300;
  color: var(--gold-light);
}

.sh-form__sub {
  font-size: 14px;
  color: var(--gold-light);
  margin: 8px 0 36px;
  line-height: 1.6;
}

.sh-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sh-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sh-form__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}



.sh-form__textarea {
  resize: vertical;
  min-height: 120px;
}


.sh-form__note {
  font-size: 12px;
  color: var(--gold-light);
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.6;
}

.wpcf7-response-output {
  border: 1px solid rgba(201, 168, 76, 0.3) !important;
  padding: 16px !important;
  margin-top: 20px !important;
  font-size: 13px !important;
  border-radius: var(--radius) !important;
  color: var(--gold-light) !important;
  background: rgba(201, 168, 76, 0.06) !important;
}

/* Quick Reach */
.sh-reach {
  padding: 80px 0;
  background: #ebf3fd;
  border-top: 1px solid var(--gold-light);
}

.sh-reach__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 50px;
}

.sh-reach__card {
  padding: 40px 32px;
  text-align: center;
  background-color: var(--gold-light);
  transition: all var(--transition);
  display: block;
}


.sh-reach__icon {
  font-size: 36px;
  margin-bottom: 16px;
  display: block;
}

.sh-reach__title {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.sh-reach__val {
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 6px;
  font-weight: 400;
}

.sh-reach__sub {
  font-size: 12px;
  color: var(--ink);
  font-weight: 500;
}

/* =========================================================
   ANIMATIONS
   ========================================================= */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .4;
    transform: scale(.7)
  }
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top
  }

  50% {
    transform: scaleY(1);
    transform-origin: top
  }

  51% {
    transform: scaleY(1);
    transform-origin: bottom
  }

  100% {
    transform: scaleY(0);
    transform-origin: bottom;
   
  }
}


/* Error 404 page css */

.sh-error-hero {
  background: var(--ink);
}

.sh-error-hero .sh-breadcrumb {
  color: var(--gold-light);
}

.error-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.error-hero-title {
  font-size: 120px;
  font-family: var(--font-display);
  color: var(--gold-light);
  font-weight: 500;
  line-height: 1;
}

.error-hero h2 {
  color: var(--gold-light);
}

.error-hero p {
  color: var(--gold-light);
}

.btn-404 {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid var(--gold-light);
  border-radius: var(--radius);
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  width: max-content;
}

/* subtle glow line */


/* hover effect */
.btn-404:hover {
  color: #0b1220;
  background: var(--gold);
  border-color: #d4af37;
  box-shadow: 0 0 20px var(--gold-pale)
}

.btn-404:hover::before {
  opacity: 1;
}


.modal-header {
  padding: 20px 26px;
}

.modal-header {
  color: black;
}

.form-outer-field label {
  color: black;
  font-weight: 500;
  font-size: 17px;
}

.modal-body {
  padding: 26px;
}

.form-outer-field textarea {
  height: 100px;
}

.form-outer-field input,
.form-outer-field textarea {
  outline: none;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--gold);
}



.form-outer-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 27px;
}

.sh-nav__logo {
  width: 202px;
}

.modal-dialog {
  max-width: 600px;
  /* optional custom medium */
}

.contact-page-form form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-page-form .sh-form__note {
  margin-top: 23px;
}


.contact-page-form .sh-form__textarea {
  resize: vertical;
  height: 119px;
}


/* Destination section new custom css */

.desti-head-part {
  text-align: center;
}

.curated-form-grid-wrapper {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 100%;
}

/* contact us form */

/* CONTACT FORM */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* padding-right: 30px ; */

  /* Adjust space for custom arrow */
  background: url('./assets/images/arrow-black.png') no-repeat right 16px center !important;
  background-size: 16px !important;
}



select:focus {
  outline: none;
  border-color: #666;
}

.sh-form__sub {
  font-size: 16px;
  color: var(--muted);
  margin: 8px 0 36px;
  line-height: 1.6;
  font-weight : 400;
}

.sh-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sh-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sh-form__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sh-form__label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
}


.sh-form__select option {
  background: var(--ink-mid);
  color: white;
}

.sh-form__textarea {
  resize: vertical;
  min-height: 120px;
}

.wpcf7-response-output {
  border: 1px solid var(--gold-light) !important;
  padding: 16px !important;
  margin-top: 20px !important;
  font-size: 13px !important;
  border-radius: var(--radius) !important;
  color: var(--gold-light) !important;
  background: #d9e6f5 !important;
}

/* new custom class */


/* Quick Reach */
/* .sh-reach {
  padding: 80px 0;
  background: var(--ink-mid);
  border-top: 1px solid rgba(201, 168, 76, 0.08);
} */

.sh-reach__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 50px;
}

.sh-reach__icon {
  font-size: 36px;
  margin-bottom: 16px;
  display: block;
}

.sh-reach__val a {
  font-size: 18px;
  color: white;
  margin-bottom: 6px;
  font-weight: 400;
}



/* Wp floating icon css */


.floating_btn {
  position: fixed;
    bottom: -20px;
    right: -20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}


.contact_icon {
  background-color: #42db87;
  color: #fff;
    width: 40px;
    height: 40px;
    font-size: 21px;
  border-radius: 100%;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}


/* New & updated css */

.sh-left-form-container {
  padding: 0px 60px;
  max-width: 1600px !important;
  width: 100%;
}

.form-wrapper .sh-form__title em {
  color: var(--gold);
}

.sh-form__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
}





.sh-form__input,
.sh-form__select,
.sh-form__textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
 
 padding: 8px 15px;
  font-family: var(--font-body);
  font-size: 14px;
      font-weight: 400;
  border-radius: var(--radius);
  outline: none;
  width: 100%;
  transition: border-color var(--transition), background var(--transition);
  -webkit-appearance: none;
}

.sh-form__input::placeholder,
.sh-form__textarea::placeholder {
  color: var(--gold-light);
  opacity: 70%;
}

.sh-form__input:focus,
.sh-form__select:focus,
.sh-form__textarea:focus {
  border-color: var(--gold-light);
  background: #d9e6f5;
}

.sh-form__select option {
  background: var(--ink);
  color: var(--gold-light);
}


.sh-form__submit {
  background: var(--gold-light);
  color: var(--ink);
  border: none;
  padding: 18px 40px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all var(--transition);
  align-self: flex-start;
  margin-top: 10px;
}

.sh-form__submit:hover {
  background: #fff;
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
}

.sh-btn--primary {
  background: var(--gold-light);
  border: 1px solid var(--gold-light);
  color: #fff;
  width: max-content;
}

.sh-btn--primary:hover {
  background: #fff;
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
}
.contact-page-form form{
  margin-top: 20px;
}
input[type="submit"] {
  background: var(--gold-light);
  color: var(--ink);
  border: none;
padding: 13px 28px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all var(--transition);
  border: 1px solid var(--gold-light);
  align-self: flex-start;
  margin-top: 10px;
}
h2 em{
      color: #46b1c1 !important;
}
.sh-btn--gold-outline {
  background: #fff;
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
  font-weight: 600;
}

.sh-btn--gold-outline:hover {
  border-color: var(--gold);
  color: #fff;
  background-color: var(--gold);
}

.sh-form__title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.sh-pkg__body .sh-btn {
    padding: 8px 19px;
}

.form-wrapper {
  width: 100%;
  max-width: 400px;
  border: 1px solid var(--gold-light);
  border-radius: var(--radius);
  padding: 20px;
  height: min-content;
}

.sh-pkg__tabs {
  overflow-x: scroll;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--muted);
}

.sh-pkg__tabs::-webkit-scrollbar {
  display: none;
}

.sh-pkg__tab:hover {
  color: var(--gold);
}





.sh-why__card:hover .sh-why__title {
  color: var(--gold-light);
}


.sh-testi__card {
  padding: 36px;
  border: 1px solid var(--gold-light);
  border-radius: var(--radius);
  background: var(--gold-light);
  transition: border-color var(--transition);
}


.sh-testi__quote {
  font-family: var(--font-display);
  font-size: 60px;
  color: var(--gold);
  line-height: 0.5;
  margin-bottom: 20px;
  display: block;
  opacity: 0.6;
}

.sh-testi__text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink);
  font-weight: 400;
  font-style: italic;
}

.sh-testi__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.sh-testi__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), rgba(201, 168, 76, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--ink);
  font-weight: 600;
  flex-shrink: 0;
}

.sh-testi__name {
  font-size: 14px;
  font-weight: 500;
}

.sh-testi__dest {
  font-size: 11px;
  color: var(--ink);
  font-weight: 500px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

.sh-testi__stars {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 6px;
}

.sh-contact__card:hover  .sh-contact__card-sub{
  color: var(--gold-light);
}

.sh-footer__grid .footer-contact{
        width: 223px !important;
}


.sh-dest__card--hidden {
    display: none;
}

.view-more-btn{
      margin: 0 auto;
    display: flex;
    margin-top: 60px;

}

.package-sub-content p{
  margin-bottom : 0px;
      font-size: 13px;
    margin-top: 15px;
    color: #57e0f5;
}
p.pkg-sub-highlight{
      font-family: var(--font-body);
       margin-top: 41px !important;
      text-align: center;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */
@media screen and (max-width:1350px) {
.sh-footer__grid {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width:1560px) {
  .sh-pkg__grid {
    grid-template-columns: 1fr 1fr;
  }

  /* .sh-footer__grid {
    grid-template-columns: 2fr 1fr 270px 270px;
    grid-template-rows: 1fr 1fr;
  } */
}

@media  screen and (max-width : 1299px) {

  .form-wrapper {
    width: 100%;
    max-width: 301px;
  }
  
}

@media  screen and (max-width : 1230px) {
  .sh-contact__card-sub br{
    display : none;
  }

}

@media (max-width:1099px) {
  .curated-form-grid-wrapper {
    flex-direction: column-reverse;
  }
      .form-wrapper {
        width: 100%;
        max-width: 510px;
        margin: 0 auto;
      }
}

@media (max-width: 1024px) {

  .sh-page-hero  .sh-container{
        padding-top: 160px;
  }
  .sh-hero {
    min-height: 80vh;
  }

  .sh-container {
    padding: 0 40px;
  }

  .sh-nav {
    padding: 0px 0px;
  }

  .sh-nav.is-scrolled {
    padding: 0px 0px;
  }

  .sh-nav__menu {
    display: none;
  }

  .sh-nav__hamburger {
    display: flex;
  }

  .sh-section {
    padding: 60px 0px
  }

  .sh-hero__inner {
    grid-template-columns: 1fr;
    /* padding: 0px 0px 0; */
  }

  .sh-hero__photos {
    /* display: none; */
  }

  .sh-about__grid {
    grid-template-columns: 1fr;
  }

  .sh-about__visual {
    /* display: none; */
  }

  .sh-dest__grid {
    grid-template-columns: 1fr 1fr;
  }

  .sh-dest__card--tall {
    grid-row: 1;
  }

  .sh-dest__card--tall .sh-dest__img {
    min-height: 300px;
  }

  .sh-why__grid {
    grid-template-columns: 1fr 1fr;
  }

  .sh-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sh-testi__grid {
    grid-template-columns: 1fr 1fr;
  }

  .sh-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .sh-contact__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .sh-contact__info {
    position: static;
  }

  .sh-reach__grid {
    grid-template-columns: 1fr 1fr;
  }

  .sh-form__row {
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    width: 100% !important;
  }

  .left-form-submit {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .sh-left-form-container {
    padding: 0px 40px !important;
  }

  .wpcf7-spinner {
    position: absolute;
  }

  .sh-section {
    padding: 60px 0px;
  }

  .sh-cta {
    padding: 60px 0px;
  }

  .sh-services__item {
    border: none;
  }

}

@media screen and (max-width : 850px){
 
}

@media screen and (max-width: 820px) {
  .pkg-sub-highlight {
    margin-top: 52px !important;
    text-align: center;
  }
  .sh-page-hero {
    padding-bottom: 60px;
  }
    .sh-pkg__features {
        margin: 17px 0;
        min-height: auto;
        height: auto !important;
  }
  .sh-pkg__features {
    row-gap: 12px;
  }

  .sh-pkg__grid {
    grid-template-columns: 1fr !important;
  }

  .sh-nav {
    padding: 0px;
  }

  .sh-nav__logo {
    max-width: 160px;
  }

  .sh-cta__contacts .sh-cta__divider {
    display: none;
  }
}

@media (max-width: 640px) {
  .sh-about__badge {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .sh-about__img-secondary {
    bottom: 0;
            right: 14px;
  }
  .sh-pkg__tabs {
    overflow-x: scroll;
    display: flex;
    justify-content: start;
  }
  .sh-container {
    padding: 0 12px;
  }

  .sh-nav.is-scrolled {
    padding: 4px 0px;
  }

  .sh-nav {
    padding: 16px 24px;
  }

  .sh-services {
    padding: 60px 0px;
  }

  .sh-nav {
    padding: 4px 0px;
  }

  .sh-nav__logo {
    max-width: 154px;
  }

  .sh-hero__inner {
    grid-template-columns: 1fr;
    padding: 0px 12px 0;
  }

  .sh-section {
     
        padding: 60px 0;
  }

  .sh-dest__grid {
    grid-template-columns: 1fr;
  }

  .sh-pkg__grid {
    grid-template-columns: 1fr;
  }
  .sh-footer__desc {
    max-width: 100%;
  }

  .sh-why__grid {
    grid-template-columns: 1fr;
  }

  .sh-services__grid {
    grid-template-columns: 1fr 1fr;
  }

     .sh-footer__grid {
        grid-template-columns: 100%;
        gap: 30px;
  }

  .sh-testi__grid {
    grid-template-columns: 1fr;
  }

  .sh-reach__grid {
    grid-template-columns: 1fr;
  }

  .sh-cta__contacts {
    flex-direction: column;
    gap: 20px;
  }


  .sh-hero__stats {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    gap: 24px;
  }

  .sh-page-title {
    font-size: 52px;
  }

  .sh-about__features {
    grid-template-columns: 1fr;
  }

  .sh-cta {
    padding: 60px 0px;
  }

  .sh-left-form-container {
    padding: 0px 10px !important;
  }

  /* error page css */
  .error-hero-title {
    font-size: 52px;
  }

  .btn-404 {
    font-size: 11px;
    padding: 10px 14px;
  }
}

@media (max-width: 470px) {


  .sh-services__grid  .sh-services__item:first-child{
    padding-top: 0px;
  }


  .sh-pkg__card .sh-pkg__footer {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .sh-btn {
    padding: 10px 12px;
  }

  .sh-services__grid {
    grid-template-columns: 1fr;
  }

  .sh-services__item {
    border-right: none;
    border-bottom: 1px solid var(--gold-light);
  }

  .sh-pkg__price {
    line-height: 1;
    padding-bottom: 10px;
  }

  .sh-pkg__price {
    font-size: 20px;
  }

  .sh-pkg__footer_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
}


@media screen and (max-width: 1440px) {
  .sh-hero {
    min-height: auto;
    padding: calc(111px + 80px) 0 80px 0;
  }

  .sh-hero__inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px){
  .sh-cta__contact-text br{
    display : none;
  }
   .sh-cta__contacts {
                 max-width: 282px;
        width: 100%;
        margin: 0 auto;
        justify-content: start;
        gap: 15px;
        margin-top: 33px;
  }
  .sh-cta__contact-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    text-align: left;
        background: #ffffff;
    padding: 11px;
    border: 1px solid #dddbdb;
  }

  .sh-cta__contacts .sh-cta__divider{
    display : none;
  }
  .sh-footer__grid .footer-contact {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .sh-footer__links li {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .sh-hero {
    min-height: auto;
    padding: calc(88px + 80px) 0 80px 0;
  }
}

@media screen and (max-width: 575px) {
  .sh-testi__grid {
    margin-top: 19px;
  }
  .sh-why__grid {
    margin-top: 19px;
  }
  .view-more-btn {
    margin: 0 auto;
    display: flex;
    margin-top: 5px;
  }
  .sh-footer__links{

    gap : 8px;
  }
  .sh-contact {
    padding: 80px 0;
  }
  .sh-contact__card {
    padding: 15px 13px;
  }

  .ul-wrapper{
    gap : 60px;
  }

  .sh-footer__heading {
  margin-bottom: 10px;
}


  .contact_icon {
    width: 47px;
    height: 48px;
  }
  .sh-footer__grid {
    margin-bottom: 12px;
  }
  .sh-footer__bottom {
    gap: 0;
  }
  .sh-footer__bottom p {
    width : 100%;
  }
  .sh-footer {
    padding-bottom: 10px;
  }
  .sh-owner div{
    
  }
  .sh-owner {
        align-items: start;
    margin-top: 30px;
    padding: 21px;
    border: 1px solid var(--gold-light);
    border-radius: var(--radius);
    background: var(--gold-light);
    display: flex;
    gap: 18px;

    flex-direction: column;
  }
  .sh-hero {
    min-height: auto;
   padding: calc(88px + 60px) 0 60px 0;
  }

  .floating_btn {
    position: fixed;
    bottom: 30px;
    right: 18px;
    width: auto;
    height: 100px;
  }
}

@media screen and (max-width : 425px){
  .sh-pkg__body {
    padding: 16px;
  }
  .sh-hero__inner {
    gap: 50px;
  }
  .sh-hero__stats {
    margin-top: 40px;

  }
  .sh-dest__region {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;

  }

  .sh-hero__photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 244px;
  }
  .sh-hero__photo-label {
    position: absolute;
    bottom: 9px;
    left: 8px;
    font-size: 9px;
    letter-spacing: 1px;
  }
  .modal-title{
    font-size: 17px;
  }
  .sh-eyebrow {
    font-size: 11px;
  }
  .modal-body {
    padding: 26px 16px;
  }
  .modal-header {
    padding: 20px 16px;

  }
  .sh-cta__contacts {
        max-width: 100%;
  }
}






