/*
Theme Name: Holiday Valley
Theme URI: https://thewebpeople.in/
Author: The Web People
Author URI: https://thewebpeople.in/
Description: Holiday Valley Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: holiday-valley
*/

/* Import Fonts */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");

@font-face {
  font-family: "Aime";
  src: url("/wp-content/themes/holiday-valley/assets/fonts/Aime-Light.woff2")
    format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Aime";
  src: url("/wp-content/themes/holiday-valley/assets/fonts/Aime-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
}

/* Global Styles */

:root {
  --body-font-family: "Inter", sans-serif;
  --head-font-family-v2: "Dancing Script", cursive;
  --head-font-v2-regular: 400;
  --body-font-regular: 400;
  --body-font-light: 300;

  --body-font-regular-size: 20px;
  --body-font-regular-2-size: 16px;
  --body-font-regular-lh: 1.6em;
  --body-font-light-size: 16px;
  --body-font-light-lh: 1.6em;
  --head-font-v2-size: 70px;

  --color-white: #ffffff;
  --color-primary-light: #cfd1bf;
  --color-neutral-black: #121212;
  --color-primary-dark: #2b3530;
  --color-neutral-medium: #616161;
  --color-primary-medium: #30493d;
  --color-neutral-light: #d4d4d4;
  --color-card-bg: #d1cebf;
  --color-accent-secondary: #ca9257;
  --color-accent-light: #efdecd;
}

.hv-body-regular {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-regular);
  font-size: var(--body-font-regular-size);
  line-height: var(--body-font-regular-lh);
}

.hv-body-regular-2 {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-regular);
  font-size: var(--body-font-regular-2-size);
  line-height: var(--body-font-regular-lh);
}

.hv-body-light {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-light);
  font-size: var(--body-font-light-size);
  line-height: var(--body-font-light-lh);
}

.hv-captions {
  font-size: 14px;
  letter-spacing: 1.4px;
}

.hv-label-regular {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-regular);
  font-size: 18px;
  line-height: var(--body-font-regular-lh);
  letter-spacing: 1px;
}

.hv-label-two-regular {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-regular);
  font-size: 16px;
  line-height: var(--body-font-regular-lh);
  letter-spacing: 1px;
}

.head-h1 {
  font-family: "Aime", serif;
  font-size: 72px;
  font-weight: 100;
  line-height: 1.1em;
}

.head-h2 {
  font-family: "Aime", serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1em;
}

.head-h3 {
  font-family: "Aime", serif;
  font-size: 44px;
  font-weight: 100;
}

.head-h3-2 {
  font-family: "Aime", serif;
  font-size: 36px;
  font-weight: 300;
}

.head-h4 {
  font-family: "Aime", serif;
  font-size: 32px;
  font-weight: 100;
}

.head-h5 {
  font-weight: 300;
  font-size: 24;
  letter-spacing: 0.24px;
}

.display-d1 {
  font-family: var(--head-font-family-v2);
  font-size: 84px;
  font-weight: 400;
}

.hv-ss-200 {
  margin-top: 200px;
}

.hv-mb-150 {
  margin-bottom: 200px;
}

.hv-ts-200 {
  padding-top: 200px !important;
}

.hv-ts-150 {
  padding-top: 150px;
}

.hv-tb-200 {
  padding-bottom: 200px;
}

.hv-ss-150 {
  padding-bottom: 150px !important;
}

.hv-mb-100 {
  margin-bottom: 100px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

img {
  width: 100%;
}

.hv-full-width {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.hv-container-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1380px;
  padding: 0 50px;
  position: relative;
}

@media screen and (max-width: 1023.98px) {
  .hv-container-wrapper {
    padding: 0 20px;
  }

  .hv-ss-150 {
    padding-bottom: 100px !important;
  }

  .hv-tb-200 {
    padding-bottom: 100px;
  }

  .hv-ts-200 {
    padding-top: 100px;
  }

  .hv-ts-150 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767.98px) {
  .hv-container-wrapper {
    padding: 0 15px;
  }

  :root {
    --body-font-regular-size: 14px;
    --body-font-light-size: 14px;
    --body-font-regular-2-size: 12px;
    --head-font-v2-size: 42px;
  }

  .hv-label-regular {
    font-size: 16px;
  }

  .head-h1 {
    font-size: 60px;
  }

  .head-h2 {
    font-size: 32px;
  }

  .head-h3 {
    font-size: 28px;
  }

  .head-h4 {
    font-size: 24px;
  }

  .display-d1 {
    font-size: 72px;
  }

  .hv-ss-200 {
    margin-top: 130px;
  }

  .hv-ss-150 {
    padding-bottom: 60px;
  }

  .hv-ts-150 {
    padding-top: 60px;
  }

  .hv-tb-200 {
    padding-bottom: 60px;
  }

  .hv-ts-200 {
    padding-top: 60px !important;
  }

  .hv-ss-150 {
    padding-bottom: 60px !important;
  }

  .hv-mb-100 {
    margin-bottom: 50px;
  }

  .hv-mb-150 {
    margin-bottom: 60px;
  }

  .hv-label-two-regular {
    font-size: 14px;
  }
}

/* Header */

.hv-main-header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}


.hv-header-menu-cntr {
  width: 100%;
  padding-inline: 50px;
  padding-block: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 30px;
}

.hv-header-hamburger {
  width: 18px;
  height: 18px;
  height: auto;
  cursor: pointer;
}

.hv-header-menu-class .sub-menu {
  display: none;
}

.header-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
}

.home .header-logo > .hv-site-logo {
  display: none;
}

.hv-header-menu-left,
.hv-header-menu-right {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-shrink: 0;
}

.hv-menu {
  list-style: none;
  color: #fff;
  display: flex;
  gap: 25px;
}

.hv-menu-item {
  display: flex;
}

.hv-menu-link {
  display: flex;
  text-decoration: none;
  color: #fff;
  align-items: center;
  gap: 6px;
}

.hv-menu-link > .hv-menu-drop-icon {
  width: 13px;
  height: 14px;
  margin-bottom: -2px;
}

.hv-menu-link > .hv-menu-drop-icon.diff-size {
  width: 14px;
  height: 16px;
}

.hv-dropdown-menu {
  position: absolute;
  top: 100px;
  padding: 35px 20px;
  background-color: var(--color-primary-dark);
  width: 100%;
  max-width: 900px;
  min-height: 360px;
}

.hv-dropdown-menu.exp-drop {
  max-width: 450px;
}

.hv-dropdown-menu-exp,
.hv-dropdown-image-exp {
  width: 50%;
}

.hv-dropdown-image-exp > img {
  height: 100%;
  object-fit: cover;
}

.hv-dropdown-menu {
  display: flex;
  gap: 20px;
}

.hv-dropdown-menu-1,
.hv-dropdown-menu-2 {
  width: 35%;
  padding-top: 8px;
}

.hv-dropdown-menu-1 {
  border-right: 1px solid rgba(97, 97, 97, 0.7);
}

.hv-dropdown-menu-2 {
  padding-left: 25px;
}

.hv-dropdown-image {
  width: 30%;
}

.hv-dropdown-menu-cntr {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#menu-stays-menu {
  position: relative;
}

#menu-stays-menu > li.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/2025/08/menu-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(50%);
}

#menu-stays-menu > li.active a {
  color: var(--color-accent-secondary);
  font-weight: 400;
}

.hv-dropdown-menu-cntr li a {
  text-decoration: none;
  color: #fff;
  font-family: var(--body-font-family);
  font-weight: 200;
  font-size: 20px;
  line-height: var(--body-font-regular-lh);
}
.hv-dropdown-image {
  display: flex;
  object-fit: cover;
}

.hv-hamburger-menu-cntr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 850px;
  display: flex;
  overflow: auto;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.8s ease-out;
}

.hv-hamburger-menu-cntr.active {
  transform: translateY(0%);
}

.hv-hamburger-menu-cntr-wrap {
  display: flex;
  width: 100%;
  background-color: var(--color-primary-dark);
  height: max-content;
}

.hv-hamburger-menu-left {
  padding-top: 100px;
  padding-bottom: 50px;
  width: 40%;
  background-image: url("/wp-content/uploads/2025/08/hamburger-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-inline: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.hv-hamburger-menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}

.hv-hamburger-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 295px;
}

.hv-hamburger-call,
.hv-hamburger-email,
.hv-hamburger-address {
  color: #fff;
  text-align: center;
}

.hv-hamburger-logo {
  width: 100%;
  max-width: 340px;
}

.hv-hamburger-menu-right {
  width: 60%;
  padding-top: 100px;
  padding-inline: 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.hv-hamburger-close {
  display: flex;
  gap: 8px;
  align-items: center;
  width: max-content;
  height: max-content;
  position: absolute;
  left: 30px;
  top: 30px;
  cursor: pointer;
}

.hv-hamburger-close > img {
  width: 24px;
  height: 24px;
}

.hv-hamburger-close > span {
  color: #fff;
}

.hv-hamburger-btn-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}

.hv-hamburger-btn-contact {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.hv-hamberger-btn-reserve {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: var(--color-accent-secondary);
  padding: 15px 10px;
  text-decoration: none;
}

.hv-hamburger-btn-contact > span {
  color: #fff;
  margin-top: -2px;
}

.hv-hamberger-btn-reserve > span {
  color: #fff;
  margin-top: -2px;
}

.hv-hamburger-btn-contact > img,
.hv-hamberger-btn-reserve > img {
  width: 24px;
  height: 24px;
}

.hv-mega-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hv-mega-menu li a {
  text-decoration: none;
  color: #fff;
  font-family: "Aime", serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.24px;
}

.hv-mega-menu .main-menu {
  font-size: 24px;
}

.hv-mega-menu .main-menu.menu-item-has-children {
  position: relative;
}

.hv-mega-menu .main-menu.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
}

.hv-mega-menu .sub-menu {
  position: absolute;
  left: 75%;
  width: 300px;
  top: -5px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  list-style: none;
  opacity: 0;
  transition: .2s linear;
}

.hv-hamburger-menu-item-cntr {
  width: 60%;
}

.hv-hamburger-menu-item-image {
  width: 40%;
  background-image: url("/wp-content/uploads/2025/08/stays.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hv-hamburger-menu-item-wrap {
  display: flex;
}

.hv-hamburger-menu-top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hv-mega-menu-credits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  flex-wrap: wrap;
  gap: 15px;
}

/* Home Page Styles */

.hv-home-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/wp-content/uploads/2025/08/hv-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hv-hero-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hv-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.3);
}

.hv-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: center;
  z-index: 9;
}

.hv-hero-bl {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 30%;
  max-width: 410px;
  padding-left: inherit;
}

.hv-hero-bl .hv-hero-txt {
  text-align: left;
  color: var(--color-white);
  font-size: 18px;
}

.hv-overlap-img {
  position: absolute;
  width: 100%;
  max-width: 315px;
  left: 50%;
  transform: translate(-50%, 290px);
  bottom: 0;
}

.hv-window-bg {
  /* background-image: url("/wp-content/uploads/2025/08/hv-window-bg.png"); */
  background-position: center top;
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.hv-home-features {
  background-color: var(--color-primary-dark);
}

.hv-luxury-section {
  display: flex;
  gap: 115px;
  padding-top: 400px;
}

.hv-home-luxury-caption {
  color: #fff;
}

.hv-home-luxury-sub-caption {
  color: #fff;
}

.hv-home-info-txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
}

.hv-home-info-subhead {
  color: var(--color-accent-secondary);
}

.hv-home-info-head {
  color: #fff;
}

.hv-home-info-sub {
  color: #fff;
}

.hv-info-left {
  width: 60%;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: end;
}

.hv-info-img-big-cntr {
  width: 60%;
  display: flex;
}

.hv-info-img-small-cntr {
  position: relative;
  width: 40%;
  display: flex;
}

.hv-home-luxury-caption {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  text-align: left;
}

.hv-luxury-sub-section {
  display: flex;
  justify-content: start;
  gap: 60px;
}

.hv-info-sub-left {
  display: flex;
  width: 50%;
  justify-content: center;
}

.hv-info-sub-right {
  display: flex;
  width: 50%;
  justify-content: center;
}

.hv-info-img-sub-cntr {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 320px;
}

.hv-info-img-sub-large {
  max-width: 500px;
  padding-top: 80px;
}

.hv-featured-section {
  min-height: 100vh;
  position: relative;
  justify-content: center;
  flex-direction: column;
}

.hv-featured-items-cntr {
  position: relative;
  flex-grow: 1;
  display: grid;
  place-items: center;
  justify-content: center;
  padding-block: 50px;
}

.hv-featured-img-cntr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: -1;
}

.hv-featured-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hv-featured-item-title-card {
  color: var(--color-neutral-black);
  text-align: left;
  text-align: center;
  margin-top: -10px;
}

.hv-featured-item-title {
  text-align: left;
  color: #fff;
  position: relative;
  font-weight: 300;
  cursor: pointer;
}

.hv-featured-item-title.active {
  font-weight: 400;
}

.hv-featured-item-title.active::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
}

.hv-featured-items-title-cntr {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30%;
  padding: inherit;
}

.hv-featured-items-title-cntr-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: start;
  width: 100%;
}

.hv-featured-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 420px;
  background-color: var(--color-primary-light);
  padding: 50px 30px;
  grid-area: 1 / 1;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  gap: 40px;
}

.hv-featured-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.hv-featured-item-vlink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: var(--color-primary-dark);
  transition: 0.2s linear;
}

.hv-featured-item-vlink:hover {
  opacity: 0.7;
}

.hv-featured-item-vlink img {
  width: 10px;
  height: 10px;
}

.hv-featured-item-content {
  text-align: center;
  color: var(--color-neutral-black);
}

.hv-featured-item-type {
  color: var(--color-neutral-black);
}

.hv-stays-headings {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.hv-stays-heading-txt {
  color: var(--color-white);
}

.hv-stays-heading-para {
  color: var(--color-white);
  width: 100%;
  max-width: 575px;
  text-align: center;
}

.hv-stays-section {
  width: 100%;
  height: 100vh;
  display: flex;
}

.hv-stays-section-warp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
}

.hv-stays-left {
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hv-stays-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.hv-stays-img-m {
  display: none;
}

.hv-stays-right {
  width: 50%;
  display: flex;
  justify-content: start;
  position: relative;
  overflow: hidden;
}

.hv-stays-right-wrapper {
  padding: 50px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: absolute;
  background-color: #fff;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.hv-stays-sub-head {
  color: var(--color-neutral-black);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hv-stays-head {
  margin-bottom: 30px;
  max-width: 480px;
}

.hv-stays-points {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-bottom: 20px;
}

.hv-stays-point-circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-primary-dark);
  flex-shrink: 0;
}

.hv-stays-cta-cntr {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.hv-stays-desc {
  color: var(--color-neutral-medium);
  max-width: 480px;
  margin-bottom: 65px;
}

.hv-stays-cta-div {
  height: 25px;
  width: 1px;
  background-color: var(--color-primary-dark);
}

.hv-curated-section {
  justify-content: center;
}

.hv-curated {
  display: flex;
  gap: 100px;
}

.hv-ce-left {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.hv-ce-head {
  margin-bottom: 30px;
  max-width: 300px;
}

.hv-ce-right {
  width: 60%;
}

.hv-ce-para {
  color: var(--color-neutral-medium);
  margin-bottom: 40px;
}

.hv-ce-link {
  text-decoration: none;
  color: var(--color-primary-dark);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  transition: 0.2s linear;
}

.hv-ce-link > img {
  width: 10px;
  height: 16px;
  margin-bottom: -3px;
}

.hv-ce-link:hover {
  opacity: 0.7;
}

.hv-scatter-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hv-image-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: auto;
  aspect-ratio: 1280 / 500; /* keeps a nice proportion for pin */
}

.hv-image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% / 6);
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

.hv-ce-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}

.hv-ce-item.active {
  transform: translateX(0) scale(1);
  z-index: 5;
  transition: 0.5s ease-in-out;
}

.hv-ce-item .hv-ce-item-title {
  opacity: 1;
}

.hv-ce-item:not(.active) .hv-ce-item-title {
  opacity: 0;
}

.hv-ce-item.next {
  transform: translateX(10%) scale(0.95);
  z-index: 4;
  filter: blur(3px);
}

.hv-ce-item.last {
  transform: translateX(20%) scale(0.9);
  z-index: 3;
  opacity: 0.5;
  filter: blur(6px);
}

.hv-ce-item > img {
  width: auto;
  aspect-ratio: 1 / 1;
  height: 80vh;
  object-fit: cover;
}

.hv-ce-item-title > img {
  width: 10px;
  height: 14px;
  margin-bottom: -4px;
}

.hv-ce-img {
  display: flex;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hv-ce-item-title {
  color: var(--color-primary-dark);
  display: flex;
  align-items: center;
  gap: 10px;
}

.hv-ce-carousel {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.hv-ce-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hv-ce-prev,
.hv-ce-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s linear;
}

.hv-ce-prev:hover,
.hv-ce-next:hover {
  opacity: 0.6;
}

.hv-ce-nav-cntr {
  display: flex;
  gap: 20px;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: max-content;
}

.hv-ce-prev > img,
.hv-ce-next > img {
  width: 24px;
  height: 24px;
  display: flex;
}

.hv-ce-prev > img {
  transform: rotate(180deg);
}

.hv-events-section {
  justify-content: center;
}

.hv-events-home {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hv-events-top-wrap,
.hv-events-bottom-wrap {
  display: flex;
  gap: 25px;
}

.hv-events-top-wrap {
  margin-bottom: 50px;
}

.hv-events-top-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  text-decoration: none;
}

.hv-events-top-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  text-decoration: none;
}

.hv-events-bottom-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  text-decoration: none;
}

.hv-events-bottom-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  text-decoration: none;
}

.hv-events-head-home {
  margin-bottom: 40px;
}

.hv-events-para-home {
  width: 100%;
  max-width: 277px;
  margin-bottom: 50px;
  text-align: center;
}

.hv-events-top-img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1023.98px) {
  .hv-home-banner {
    height: auto;
    padding-bottom: 50px;
  }
  .hv-hero {
    align-items: center;
  }

  .hv-logo {
    margin-block: 80px;
  }

  .hv-hero-bl {
    position: static;
    width: 100%;
    max-width: 600px;
    order: 2;
    padding-left: unset;
  }

  .hv-overlap-img {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }

  .hv-luxury-section {
    padding-top: 100px;
    gap: 80px;
  }

  .hv-featured-item {
    max-width: 300px;
  }

  .hv-stays-right-wrapper {
    padding-block: 0px;
    padding-inline: 20px;
  }

  .hv-stays-img-m {
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 25px;
  }

  .hv-stays-desc {
    margin-bottom: 40px;
  }

  .hv-stays-left {
    display: none;
  }

  .hv-stays-right {
    width: 100%;
    gap: 80px;
    padding-top: 100px;
  }

  .hv-stays-section-warp {
    height: auto;
  }

  .hv-stays-section {
    height: auto;
  }

  .hv-stays-right {
    flex-direction: column;
    width: 100%;
  }

  .hv-stays-right-wrapper {
    position: static;
  }
}

@media screen and (max-width: 767.98px) {
  .hv-luxury-section {
    padding-top: 60px;
    padding-inline: 0px;
  }

  .hv-home-info-sub {
    margin-bottom: 10px;
  }

  .hv-info-right {
    padding-right: 40px;
    position: absolute;
    right: 0px;
  }

  .hv-info-left {
    flex-direction: column;
    margin-top: 200px;
    align-items: start;
    gap: 0px;
    width: 100%;
  }

  .hv-info-img-big-cntr {
    width: 100%;
    margin-left: -40%;
  }

  .hv-info-img-small-cntr {
    width: 100%;
    padding-left: 15%;
    margin-top: -95px;
  }

  .hv-home-luxury-caption {
    padding-left: inherit;
    padding-right: 15px;
  }

  .hv-luxury-section {
    gap: 0px;
    position: relative;
  }

  .hv-home-info-txt {
    max-width: 200px;
  }

  .hv-luxury-sub-section {
    flex-direction: column;
    gap: 30px;
  }

  .hv-info-sub-left {
    width: 65%;
  }

  .hv-info-sub-right {
    width: 100%;
  }

  .hv-info-img-sub-large {
    width: 70%;
    padding: 0;
  }

  .hv-featured-section {
    min-height: auto;
  }
  .hv-featured-items-title-cntr {
    transform: none;
    width: 100%;
    height: 35px;
    overflow-y: auto;
    scrollbar-width: none;
    padding: 0px;
    padding-left: 15px;
    top: 65px;
  }

  .hv-featured-items-title-cntr::-webkit-scrollbar {
    display: none;
  }

  .hv-featured-items-title-cntr-wrap {
    flex-direction: row;
    width: max-content;
    padding-right: 15px;
  }

  .hv-featured-items-cntr {
    padding-inline: 0px;
    padding-top: 120px;
  }

  .hv-featured-item {
    width: calc(100% - 30px);
    max-width: 100%;
  }

  .hv-featured-wrapper {
    gap: 30px;
  }

  .hv-ce-head {
    margin-bottom: 20px;
  }

  .hv-ce-left {
    width: 100%;
  }

  .hv-ce-right {
    width: 100%;
  }

  .hv-curated {
    flex-direction: column;
    gap: 40px;
  }

  .hv-ce-prev,
  .hv-ce-next {
    width: 35px;
    height: 35px;
  }

  .hv-ce-prev > img,
  .hv-ce-next > img {
    width: 15px;
    height: 15px;
  }

  .hv-ce-para {
    margin-bottom: 25px;
  }

  .hv-ce-item {
    width: 90%;
    height: auto;
  }

  .hv-ce-item.next {
    transform: translateX(12%) scale(0.95);
  }

  .hv-ce-item.last {
    transform: translateX(0%) scale(0.9);
  }

  .hv-stays-right {
    padding-top: 60px;
    gap: 60px;
  }

  .hv-stays-head {
    margin-bottom: 15px;
  }
  .hv-stays-points {
    margin-bottom: 15px;
  }

  .hv-stays-desc {
    margin-bottom: 30px;
  }
}

/* Conact Us Page */

.hv-contact-hero {
  background-image: url("/wp-content/uploads/2025/08/Contact-us-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 630px;
}

.hv-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hv-contact-form {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.hv-form-cntr {
  justify-content: center;
  margin-top: -20%;
}

.hv-contact-left {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 60%;
  background-color: var(--color-primary-light);
  padding: 80px 50px;
}

.hv-contact-left .wpforms-container {
  width: 100%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.hv-contact-left .wpforms-container .wpforms-field-label {
  margin-bottom: 10px !important;
  font-family: var(--body-font-family) !important;
  font-weight: var(--body-font-regular) !important;
  font-size: var(--body-font-regular-size) !important;
  line-height: var(--body-font-regular-lh) !important;
  color: var(--color-neutral-black) !important;
}

.hv-contact-left .wpforms-container input,
.hv-contact-left .wpforms-container textarea {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(18, 18, 18, 0.4) !important;
  border-radius: 0px !important;
  padding-left: 0px !important;
  color: var(--color-neutral-black) !important;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-light);
  font-size: var(--body-font-light-size);
  line-height: var(--body-font-light-lh);
  box-shadow: none !important;
}

.hv-contact-left .choices__list.choices__list--single {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.hv-contact-left .wpforms-container .wpforms-field .wpforms-field-row::before {
  display: none !important;
}

.hv-contact-left
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field.wpforms-field-select-style-modern
  .choices
  .choices__list--dropdown {
  background-color: var(--color-card-bg) !important;
}

div.wpforms-container-full input[type="date"]::placeholder,
div.wpforms-container-full input[type="datetime"]::placeholder,
div.wpforms-container-full input[type="datetime-local"]::placeholder,
div.wpforms-container-full input[type="email"]::placeholder,
div.wpforms-container-full input[type="month"]::placeholder,
div.wpforms-container-full input[type="number"]::placeholder,
div.wpforms-container-full input[type="password"]::placeholder,
div.wpforms-container-full input[type="range"]::placeholder,
div.wpforms-container-full input[type="search"]::placeholder,
div.wpforms-container-full input[type="tel"]::placeholder,
div.wpforms-container-full input[type="text"]::placeholder,
div.wpforms-container-full input[type="time"]::placeholder,
div.wpforms-container-full input[type="url"]::placeholder,
div.wpforms-container-full input[type="week"]::placeholder,
div.wpforms-container-full select::placeholder,
div.wpforms-container-full textarea::placeholder,
.wp-core-ui div.wpforms-container-full input[type="date"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="datetime"]::placeholder,
.wp-core-ui
  div.wpforms-container-full
  input[type="datetime-local"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="email"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="month"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="number"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="password"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="range"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="search"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="tel"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="text"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="time"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="url"]::placeholder,
.wp-core-ui div.wpforms-container-full input[type="week"]::placeholder,
.wp-core-ui div.wpforms-container-full select::placeholder,
.wp-core-ui div.wpforms-container-full textarea::placeholder {
  color: var(--color-neutral-medium) !important;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-light);
  font-size: var(--body-font-light-size);
  line-height: var(--body-font-light-lh);
}

.hv-contact-left .wpforms-container .choices__inner {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(18, 18, 18, 0.4) !important;
  border-radius: 0px !important;
  padding-left: 0px !important;
  color: var(--color-neutral-black) !important;
  font-family: var(--body-font-family) !important;
  font-weight: var(--body-font-light) !important;
  font-size: var(--body-font-light-size) !important;
  line-height: var(--body-font-light-lh) !important;
}

.hv-contact-left .wpforms-container .choices.is-open .choices__inner,
.hv-contact-left .wpforms-container .choices.is-open .choices__list--dropdown {
  box-shadow: none !important;
}

.hv-contact-left .wpforms-container .choices.is-open .choices__list--dropdown {
  box-shadow: none !important;
  border-color: var(--color-neutral-medium) !important;
}

.hv-contact-left .wpforms-container .choices__list--dropdown .choices__item {
  color: var(--color-neutral-black) !important;
  font-family: var(--body-font-family) !important;
  font-weight: var(--body-font-light) !important;
  font-size: var(--body-font-light-size) !important;
  line-height: var(--body-font-light-lh) !important;
}

.hv-contact-left
  .wpforms-container
  .choices__list--dropdown
  .choices__item.is-highlighted {
  color: #fff !important;
  background-color: var(--color-primary-medium) !important;
}

.hv-contact-left .wpforms-submit {
  background-color: var(--color-primary-dark) !important;
  font-family: var(--body-font-family) !important;
  font-weight: var(--body-font-regular) !important;
  font-size: var(--body-font-regular-2-size) !important;
  line-height: var(--body-font-regular-lh) !important;
  border-radius: 0px !important;
}

.hv-contact-left .wpforms-submit-container {
  display: flex;
  justify-content: end;
}

.hv-contact-right {
  width: 40%;
  background-color: var(--color-primary-light);
  padding: 80px 60px;
}

.hv-office {
  display: flex;
  gap: 15px;
}

.hv-office-head {
  color: var(--color-neutral-black);
}

.hv-office-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hv-office-icon img {
  width: 12px;
  padding-top: 7px;
}

.hv-office-desc {
  max-width: 260px;
  color: var(--color-neutral-black);
}

.hv-office-desc > a {
  color: var(--color-neutral-black);
  text-decoration: none !important;
  transition: 0.2s linear;
}

.hv-office-desc:hover > a {
  opacity: 0.7;
}

.hv-office-link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  color: var(--color-primary-medium);
  text-decoration: none;
  transition: 0.2s linear;
}

.hv-office-link:hover {
  opacity: 0.7;
}

.hv-office-link img {
  width: 10px;
  height: 10px;
}

.hv-contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.hv-email-icon img {
  width: 16px;
  padding-top: 7px;
}

.hv-mobile-icon img {
  width: 16px;
  padding-top: 7px;
}

.hv-reach-icon img {
  width: 20px;
  padding-top: 7px;
}

.hv-social-icons {
  display: flex;
  gap: 30px;
  margin-top: 5px;
}

.hv-social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1023.98px) {
  .hv-contact-form {
    flex-direction: column;
    gap: 40px;
  }

  .hv-contact-left {
    width: 100%;
  }

  .hv-contact-right {
    width: 100%;
  }

  .hv-form-cntr {
    margin-top: -350px;
  }
}

@media screen and (max-width: 767.98px) {
  .hv-contact-left,
  .hv-contact-right {
    padding: 40px 20px;
  }

  .hv-contact-left {
    gap: 10px;
  }

  .hv-contact-wrapper {
    gap: 25px;
  }

  .hv-contact-left .wpforms-submit {
    width: 100%;
  }
}

/* Special Offers Page */

.hv-special-offers-hero {
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-primary-medium);
}

.hv-sp-head-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.hv-sp-head {
  margin-bottom: 40px;
  color: var(--color-accent-secondary);
}

.hv-sp-desc {
  color: var(--color-neutral-light);
  text-align: center;
  max-width: 500px;
  margin-bottom: 80px;
}

.hv-pfy-section {
  justify-content: center;
}

.hv-pfy {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.hv-pfy-head {
  margin-bottom: 20px;
}

.hv-pfy-desc {
  max-width: 700px;
  margin-bottom: 50px;
  color: var(--color-neutral-medium);
}

.hv-pfy-slider-wrapper {
  width: 100%;
}

.hv-pfy-card {
  position: relative;
  height: 600px !important;
}

.hv-pfy-card-wrapper {
  position: relative;
  z-index: 10;
  padding: 40px;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.hv-pfy-card-head {
  margin-bottom: 15px;
  font-family: 'Aime', cursive;
  font-weight: 600;
  font-size: 28px;
  color: var(--color-primary-medium);
}

.hv-pfy-card-desc {
  text-align: center;
  color: var(--color-neutral-black);
  margin-bottom: 30px;
}

.hv-pfy-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hv-pfy-card-img img {
  height: 100%;
  object-fit: cover;
}

.hv-pfy-sw-cntr .hv-pfy-card:first-child .hv-pfy-card-wrapper {
  border: 1px solid var(--color-primary-light);
  border-bottom: 0px;
  background-color: #fff;
}

.hv-pfy-sw-cntr .hv-pfy-card:not(:first-child) .hv-pfy-card-wrapper {
  background-color: var(--color-card-bg);
}

.hv-pfy-card-price {
  color: var(--color-primary-medium);
  font-size: 26px !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hv-pfy-card-price span {
  font-size: 18px !important;
  font-weight: var(--body-font-light);
}

/* Experiences */

.hv-experiences-hero {
  min-height: 100vh;
  background-image: url("/wp-content/uploads/2025/08/Experience-Hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hv-experiences-cntr {
  justify-content: center;
}

.hv-experiences-listing {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  margin-top: -120px;
  background-color: var(--color-white);
}

.hv-experiences-lisitng-head {
  margin-bottom: 70px;
}

.hv-experiences-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-decoration: none;
  gap: 25px;
}

.hv-experiences-item > img {
  aspect-ratio: 0.8 / 1;
  object-fit: cover;
}

.hv-experiences-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: var(--color-primary-dark);
}

.hv-experiences-item-title img {
  width: 8px;
  margin-bottom: -3px;
}

.hv-experiences-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
  row-gap: 50px;
}

.hv-experiences-grid > .hv-experiences-item:nth-child(2n + 2) {
  transform: translateY(60px);
}

.hv-exp-add-info {
  width: 100%;
  max-width: 640px;
  color: var(--color-neutral-medium);
  text-align: center;
  font-weight: 300;
}

.hv-featured-items-list-v2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
}

.hv-featured-content-v2 {
  width: 60%;
  position: relative;
  display: grid;
  place-items: center;
}

.hv-featured-section-v2 {
  min-height: 100vh;
  justify-content: center;
  background-color: var(--color-primary-medium);
}

.hv-featured-items-cntr-v2 {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.hv-featured-v2-vlink {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 10px;
  text-decoration: none;
}

.hv-featured-v2-vlink img {
  width: 10px;
}

.hv-featured-content-item-v2 {
  width: 100%;
  grid-area: 1 / 1;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.hv-featured-content-item-v2.active {
  display: flex;
}

.hv-featured-v2-img {
  max-height: 70vh;
  object-fit: cover;
  object-position: center;
  margin-bottom: 25px;
}

.hv-featured-content-txt {
  font-size: 18px;
  color: var(--color-neutral-light);
  margin-bottom: 50px;
}
.hv-featured-title-v2 {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.2s linear;
}

.hv-featured-title-v2.active {
  color: var(--color-white);
  transform: translateX(20px);
}

@media screen and (max-width: 1023.98px) {
  .hv-featured-section-v2 {
    min-height: auto;
  }
}

@media screen and (max-width: 767.98px) {
  .hv-featured-items-cntr-v2 {
    gap: 25px;
    padding-right: 0px;
  }

  .hv-featured-items-list-v2 {
    gap: 20px;
  }

  .hv-featured-content-txt {
    font-size: unset;
    margin-bottom: 20px;
    padding-right: 15px;
  }

  .hv-featured-title-v2 {
    font-size: 24px;
  }

  .hv-featured-v2-img {
    margin-bottom: 15px;
  }

  .hv-featured-title-v2.active {
    transform: none;
  }
}

/* Footer */

.hv-footer-section {
  background-color: var(--color-primary-medium);
  justify-content: center;
  flex-direction: column;
}

.hv-testimonials-head {
  margin-bottom: 70px;
  color: #fff;
}

.hv-ratings-grid {
  width: 100%;
  max-width: 960px;
  align-self: center;
  display: grid;
  grid-template-columns: 0.4fr 0.2fr 0.2fr 0.2fr;
  gap: 50px;
  margin-bottom: 60px;
  justify-content: center;
}

.hv-testimonials-section {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.hv-testimonials-profile-img {
  display: none;
}

.hv-ratings {
  display: flex;
  gap: 5px;
}

.hv-ratings-grid .hv-ratings-item:first-child {
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}

.hv-ratings-img {
  max-width: 90px;
}

.hv-ratings-item {
  padding: 15px 15px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hv-testimonials-sub-head {
  color: #fff;
  font-size: 24px;
  font-family: "Aime", serif;
  font-weight: 600;
}

.hv-ratings-title {
  color: var(--color-neutral-light);
}

.hv-testimonials-head {
  color: #fff;
}

.hv-ratings-item-img {
  height: 45px;
  width: auto;
  object-fit: contain;
}

.hv-ratings span {
  font-size: 14px;
  color: #e0e0e0;
}

.hv-testimonials-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  opacity: 0.7;
  transition: 0.2s ease-in;
}

.hv-testimonials-item:hover {
  opacity: 1;
}

.hv-tst-ratings-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 40px;
}

.hv-testimonials-item-wrapper {
  display: flex;
  flex-direction: column;
  padding: 45px 20px;
  background-color: #fff;
  justify-content: start;
  align-items: start;
}

.hv-tst-ratings-wrap img {
  max-width: 90px;
}

.hv-tst-para {
  color: #2b3530;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.hv-tst-name {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  font-size: 24px;
  color: #2b3530;
}

.hv-testimonials-profile-img {
  height: 270px;
  object-fit: cover;
  object-position: center top;
}

.hv-testimonials-slider {
  width: 100%;
  overflow: hidden;
}

.hv-testimonials-slider .swiper-wrapper .hv-testimonials-item:first-child {
  margin-top: 60px;
}

.hv-testimonials-slider .swiper-wrapper .hv-testimonials-item:nth-child(2) {
  margin-top: 120px;
}

.hv-testimonials-slider .swiper-wrapper .hv-testimonials-item:nth-child(4) {
  margin-top: 50px;
}

.hv-footer {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hv-footer-logo-cntr {
  width: 100%;
  max-width: 915px;
}

.hv-ftr-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.hv-ftr-cnt-info {
  width: 65%;
}

.hv-ftr-menu-wrap {
  width: 35%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.hv-ftr-menu-items {
  width: 50%;
}

.hv-ftr-menu-others {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: start;
}

.hv-ftr-cnt-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hv-ftr-address {
  color: #fff;
  max-width: 230px;
}

.hv-ftr-phone,
.hv-ftr-email {
  color: var(--color-accent-secondary);
  font-size: 16px;
}

.hv-ftr-menu-wrap #menu-footer-menu-1,
.hv-ftr-menu-wrap #menu-footer-menu-2 {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: start;
  align-items: start;
}

.hv-ftr-menu-wrap #menu-footer-menu-1 a,
.hv-ftr-menu-wrap #menu-footer-menu-2 a {
  text-decoration: none;
  color: #fff;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-light);
  font-size: 20px;
  transition: 0.2s linear;
}

.hv-ftr-menu-wrap #menu-footer-menu-1 a:hover,
.hv-ftr-menu-wrap #menu-footer-menu-2 a:hover {
  text-decoration: underline;
}

.hv-ftr-credits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 65px;
}

.hv-circle {
  width: 4px;
  height: 4px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}

.hv-ftr-policy-menu {
  display: flex;
  gap: 10px;
  list-style: none;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.hv-ftr-copyright {
  color: #fff;
}

.hv-ftr-policy-menu li a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
}

.hv-ftr-policy-menu li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .hv-ratings-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0;
    row-gap: 20px;
  }

  .hv-testimonials-head {
    margin-bottom: 40px;
  }

  .hv-testimonials-sub-head {
    text-align: center;
  }

  .hv-ratings-item {
    padding: 20px 30px;
  }

  .hv-ratings-grid .hv-ratings-item:nth-child(3) {
    border-right: 1px solid rgba(204, 204, 204, 0.5);
  }

  .hv-testimonials-section {
    align-items: center;
  }

  .hv-testimonials-slider .swiper-wrapper .hv-testimonials-item:first-child {
    margin-top: 0px;
  }

  .hv-testimonials-slider .swiper-wrapper .hv-testimonials-item:nth-child(2) {
    margin-top: 0px;
  }

  .hv-testimonials-slider .swiper-wrapper .hv-testimonials-item:nth-child(4) {
    margin-top: 0px;
  }

  .hv-footer {
    margin-top: 40px;
  }

  .hv-ftr-cnt-info {
    order: 2;
    width: 100%;
    align-items: center;
  }

  .hv-ftr-menu-wrap {
    order: 1;
    width: 100%;
    gap: 50px;
  }
  .hv-ftr-menu {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 50px;
  }

  .hv-ftr-credits {
    padding-top: 40px;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 50px;
  }

  .hv-ftr-menu-others {
    justify-content: flex-start;
  }

  .hv-ftr-menu-wrap #menu-footer-menu-1 a,
  .hv-ftr-menu-wrap #menu-footer-menu-2 a {
    font-size: 16px;
  }

  .hv-ftr-address {
    text-align: center;
  }

  .hv-ftr-copyright {
    order: 2;
  }

  .hv-ftr-policy-menu {
    order: 1;
    flex-direction: column;
    align-items: center;
  }

  .hv-circle {
    display: none;
  }

  .hv-ratings-title {
    text-align: center;
  }
}

/* Water Lilly Gardenia */

.hv-wlg-hero {
  background-image: url("/wp-content/uploads/2025/11/Water-Lilly-Gadernia.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.hv-wlg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.hv-acmd-amenities-wrap {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hv-acmd-amenities {
  width: 100%;
  max-width: 1060px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(44px);
  min-height: 100px;
  gap: 15px;
  padding-block: 20px;
  padding-inline: 10px;
}

.hv-acmd-amenities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hv-acmd-amenities-item {
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  font-size: 16px;
}

.hv-acmd-amenities-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.hv-wlg-features-head {
  text-align: center;
  margin-bottom: 110px;
  font-family: var(--head-font-family-v2);
  font-size: var(--head-font-v2-size);
  color: var(--color-accent-secondary);
  font-weight: var(--head-font-v2-regular);
  position: relative;
  width: 100%;
}

.hv-wlg-features-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  height: 1px;
  width: 100%;
  max-width: 300px;
  background-color: rgba(207, 209, 191, 0.5);
  transform: translateX(-50%);
}

.hv-acmd-amenities-icon {
  height: 16px;
}

.hv-acmd-amenities-item span {
  color: #fff;
}

.hv-wlg-features-list {
  width: 100%;
  max-width: 1170px;
}

.hv-wlg-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: -70px;
}

.hv-wlg-feature-head {
  color: var(--color-primary-dark);
  font-family: "Aime", serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 1.1em;
}

.hv-wlg-features-grid .hv-wlg-feature:first-child {
  grid-row: span 2;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 50px;
}

.hv-wlg-features-grid .hv-wlg-feature:first-child .hv-wlg-features-wrap {
  padding-right: 60px;
  padding-bottom: 60px;
}

.hv-wlg-features-grid .hv-wlg-feature:nth-child(2) .hv-wlg-features-wrap {
  padding-right: 15px;
  width: 50%;
}

.hv-wlg-features-grid .hv-wlg-feature:first-child .hv-wlg-features-img {
  max-height: 550px;
}

.hv-wlg-features-grid .hv-wlg-feature:nth-child(2) .hv-wlg-features-img {
  width: 50%;
}

.hv-wlg-feature {
  display: flex;
}

.hv-wlg-features-grid .hv-wlg-feature:nth-child(2) {
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 35px;
}

.hv-wlg-features-grid .hv-wlg-feature:nth-child(3) {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: #f1f1f1;
  gap: 35px;
  padding: 60px;
}

.hv-wlg-features-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 25px;
}

.hv-wlg-features-para {
  color: var(--color-neutral-medium);
  font-size: 18px;
}

.hv-wlg-features-img {
  height: 100%;
  object-fit: cover;
}

.hv-wlg-feature-divider {
  height: 1px;
  width: 100%;
  background-color: var(--color-primary-light);
  opacity: 0.3;
}

.hv-wlg-stays-section {
  min-height: 100vh;
  flex-direction: column;
  background-color: var(--color-primary-medium);
}

.hv-sa-head-cntr {
  width: 30%;
  background-color: var(--color-primary-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-block: 50px;
}

.hv-sa-head-name {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  cursor: pointer;
}

.hv-sa-head-name.active {
  font-size: 30px;
}

.hv-sa-head-name span {
  font-family: var(--body-font-family);
  font-size: 20px;
  color: var(--color-accent-secondary);
  font-weight: 500;
}

.hv-sa-head-item {
  padding-inline: 50px;
  padding-block: 35px;
  border-bottom: 1px solid rgba(97, 97, 97, 0.2);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}

.hv-sa-circle {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-primary-light);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.hv-sa-head-item .hv-sa-circle.active {
  display: flex;
}

.hv-sa-circle > img {
  width: 11px;
  height: auto;
}

.hv-sa-info-cntr {
  width: 70%;
  display: flex;
  justify-content: start;
}

.hv-sa-info-cntr-wrap {
  display: none;
  width: 100%;
}

.hv-sa-info-cntr-wrap.active {
  display: flex;
}

.hv-sa-info-img {
  width: 50%;
  display: flex;
}

.hv-sa-info-img img {
  height: 100%;
  object-fit: cover;
}

.hv-sa-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.hv-wlg-stays-wrap {
  display: flex;
  width: 100%;
}

.hv-wlg-stays-head {
  margin-top: 50px;
  color: #fff;
}

.hv-sa-info-wrap {
  padding-inline: 50px;
  display: flex;
  flex-direction: column;
}

.hv-sa-info-head {
  color: #fff;
  margin-bottom: 30px;
}

.hv-sa-info-para {
  color: var(--color-neutral-light);
  margin-bottom: 70px;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 200;
}

.hv-sa-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hv-sa-info-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding-inline: 15px;
}

.hv-sa-info-grid-item:not(:last-child) {
  border-right: 1px solid rgba(97, 97, 97, 0.8);
}

.hv-sa-info-grid-item > img {
  width: auto;
  height: 28px;
}

.hv-sa-info-grid-item > span {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.hv-sa-info-price {
  background-color: #fff;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 5px;
  text-decoration: none;
  color: var(--color-neutral-medium);
  font-size: 14px;
}

.hv-sa-info-price > span {
  font-size: 20px;
  color: var(--color-primary-dark);
}

.hv-sa-info-book {
  background-color: var(--color-neutral-black);
  font-size: 16px;
  padding: 20px 25px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
}

.hv-sa-btn-cntr {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0px;
}

.hv-stays-gallery {
  overflow: hidden;
  background-color: var(--color-primary-medium);
}

.hv-stays-gallery-slider {
  width: 100%;
}

.hv-wlg-amenities-section {
  background-color: var(--color-primary-medium);
  justify-content: center;
}

.hv-wlg-amenities {
  max-width: 990px;
  display: flex;
  gap: 0px;
  justify-content: center;
  align-items: center;
}

.hv-amenities-list-cntr {
  width: 60%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 55px;
  margin-right: -30%;
  z-index: 9;
  gap: 35px;
  position: relative;
}

.hv-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 80px;
}

.hv-amenities-item {
  font-size: 18px;
  color: var(--color-neutral-black);
}

.hv-amenities-image {
  display: flex;
  width: 85%;
  z-index: 5;
  position: relative;
}

.hv-amenities-image > img {
  height: 600px;
  object-fit: cover;
}

/* Events page */

.hv-events-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.hv-events {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.hv-events-heading {
  width: 100%;
  max-width: 500px;
  color: var(--color-white);
}

.hv-events-heading > span {
  color: var(--color-accent-secondary);
}

.hv-events-info {
  gap: 80px;
}

.hv-events-info-head {
  font-family: "Aime", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1em;
  color: var(--color-primary-dark);
}

.hv-events-info-1 {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hv-events-info-1-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 300px;
}

.hv-events-info-1-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: start;
}

.hv-events-info-1-img {
  width: 50%;
  display: flex;
}

.hv-events-info-2 {
  display: flex;
  flex-direction: center;
  align-items: center;
  gap: 220px;
}

.hv-events-info-2-img {
  display: flex;
  width: 65%;
}

.hv-events-info-2-text {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
}

.hv-events-info-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}

.hv-events-info-3-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  width: 60%;
}

.hv-events-info-3-img > img:first-child {
  display: flex;
  width: 55%;
}

.hv-events-info-3-img > img:last-child {
  padding-block: 60px;
  width: 45%;
  display: flex;
}

.hv-events-info-3-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
  width: 40%;
}

.hv-events-catering-section {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 80px;
  overflow: hidden;
}

.hv-catering-gallery-slider {
  width: 100%;
  position: relative;
}

.hv-events-stays-head {
  color: #fff;
}

.hv-featured-section-v3 {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.hv-f3-headings-cntr {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  gap: 100px;
}

.hv-f3-img-cntr {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.hv-f3-img-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hv-f3-img-head-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
}

.hv-f3-img-scroll-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.hv-f3-img-scroll-btn > img {
  width: 35px;
}

.hv-f3-img-scroll-btn > span {
  color: var(--color-white);
}

.hv-f3-scroll-progress-wrap {
  width: 100%;
  max-width: 235px;
  height: 4px;
  align-self: flex-end;
  position: relative;
}

.hv-f3-scroll-progress-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  opacity: 0.3;
  z-index: 3;
  display: flex;
}

.hv-f3-scroll-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--color-white);
  opacity: 1;
  z-index: 5;
  display: flex;
  transition: width 0.1s linear;
}

.hv-f3-img-head {
  color: var(--color-white);
}

.hv-f3-img-para-wrap {
  position: absolute;
  left: 0;
  bottom: 80px;
  padding: inherit;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  width: 100%;
}

.hv-f3-img-para {
  font-weight: 500;
  max-width: 700px;
  color: var(--color-white);
}

.hv-featured-section-v3 .hv-f3-img-cntr:nth-of-type(2) {
  transform: scale(0.5);
  z-index: 2;
  opacity: 1;
}

.hv-f3-img-cntr:nth-of-type(3) {
  z-index: 3;
}

.hv-f3-img-cntr:nth-of-type(4) {
  z-index: 4;
}

.hv-f3-img-cntr:nth-of-type(5) {
  z-index: 5;
}

.hv-f3-headings-cntr {
  display: flex;
  gap: 50px;
  flex-wrap: nowrap;
}

.hv-f3-heading {
  font-size: 128px;
  font-family: "Aime", serif;
  font-weight: 600;
  white-space: nowrap;
  color: var(--color-neutral-medium);
  opacity: 0.1;
}

.hv-tm-only {
  display: none;
}

.hv-events-catering-head {
  color: var(--color-primary-medium);
}

.hv-slider-item > img {
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
}

.hv-slider-item {
  position: relative;
  overflow: hidden;
}

.hv-slider-img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 25px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(30px);
  background-color: rgba(48, 73, 61, 0.5);
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s ease-out;
}

.hv-slider-item.swiper-slide-active .hv-slider-img-wrap {
  opacity: 1;
  transform: translateY(0);
}

.hv-slider-img-head {
  color: var(--color-white);
}

.hv-slider-img-para {
  color: var(--color-neutral-light);
  text-align: center;
}

.hv-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--color-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  transition: 0.2s linear;
}

.hv-arrow:hover {
  opacity: 0.9;
}

.hv-prev {
  left: 25px;
}

.hv-next {
  right: 25px;
}

.hv-arrow > img {
  width: 10px;
}

.hv-slider-progress {
  display: none;
}

@media screen and (max-width: 1023.98px) {
  .hv-events-info-1-wrap {
    gap: 150px;
  }

  .hv-events-info-2 {
    gap: 100px;
  }

  .hv-events-info-3 {
    gap: 80px;
  }

  .hv-sa-info-cntr {
    width: 100%;
  }

  .hv-sa-info-cntr-wrap {
    flex-direction: column;
  }

  .hv-sa-info-img {
    width: 100%;
  }

  .hv-tm-only {
    display: block;
  }
  .hv-desk-only {
    display: none;
  }

  .hv-wlg-stays-section {
    min-height: auto;
  }

  .hv-sa-info-img img {
    height: auto;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 500px;
  }

  .hv-stays-ab-content {
    display: none;
    overflow: hidden;
  }

  .hv-stays-accordion .hv-stays-accordion-wrap:first-child {
    border-top: 0px;
  }

  .hv-stays-accordion .hv-stays-accordion-wrap:last-child {
    border-bottom: 0px;
  }

  .hv-stays-accordion
    .hv-stays-accordion-wrap:first-child
    .hv-stays-ab-content {
    display: block;
  }

  .hv-sa-info-cntr-wrap {
    display: flex;
  }

  .hv-stays-ab {
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding-block: 20px;
    padding-inline: 20px;
    background-color: var(--color-primary-light);
  }

  .hv-stays-ab-toggle {
    display: flex;
  }

  .hv-stays-ab-toggle > img {
    width: 15px;
    height: auto;
  }

  .hv-stays-ab-head {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .hv-stays-ab-head > span:first-child {
    font-family: var(--body-font-family);
    font-size: 20px;
    color: var(--color-accent-secondary);
    font-weight: 500;
  }

  .hv-stays-ab-head > span:last-child {
    font-family: "Aime", serif;
    font-size: 20px;
    font-weight: 100;
  }

  .hv-stays-ab-head.active-m > span:last-child {
    font-weight: 600;
  }

  .hv-stays-accordion-wrap {
    border-bottom: 1px solid rgba(97, 97, 97, 0.2);
    cursor: pointer;
  }

  .hv-stays-tm {
    padding: 0;
  }

  .hv-sa-info {
    width: 100%;
    padding-inline: 25px;
    padding-top: 35px;
    gap: 50px;
  }

  .hv-sa-info-wrap {
    padding: 0px;
  }

  .hv-sa-info-para {
    margin-bottom: 30px;
  }

  .hv-sa-btn-cntr {
    align-items: stretch;
    justify-content: center;
  }

  .hv-sa-info-book {
    height: auto;
  }
}

@media screen and (max-width: 767.98px) {
  .hv-acmd-amenities {
    grid-template-columns: repeat(1, 1fr);
  }

  .hv-acmd-amenities-item {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 15px;
    font-size: 14px;
  }

  .hv-acmd-amenities-item:not(:last-child) {
    border-right: none;
  }

  .hv-acmd-amenities {
    padding: 20px 25px;
  }

  .hv-acmd-amenities-icon {
    width: 15px;
    height: auto;
  }

  .hv-wlg-features-head::after {
    max-width: 80px;
    bottom: -35px;
  }

  .hv-wlg-features-head {
    margin-bottom: 80px;
    padding-inline: 15px;
  }

  .hv-events-info {
    gap: 60px;
  }

  .hv-wlg-features-para {
    font-size: 14px;
  }

  .hv-events-info-1 {
    padding: 0px;
  }

  .hv-events-info-1-wrap {
    flex-direction: column;
    gap: 20px;
    padding-left: 15px;
    align-items: end;
  }

  .hv-events-info-1-img {
    width: 75%;
  }

  .hv-events-info-1-img > img {
    height: 380px;
    object-fit: cover;
  }

  .hv-events-info-head {
    font-size: 20px;
  }

  .hv-events-info-1-text {
    width: 75%;
    padding-right: 15px;
    gap: 20px;
  }

  .hv-events-info-2 {
    padding: 0px;
    padding-right: 15px;
    flex-direction: column-reverse;
    align-items: start;
    gap: 20px;
  }

  .hv-events-info-2-img {
    width: 75%;
  }

  .hv-events-info-2-text {
    width: 75%;
    padding-left: 15px;
    gap: 20px;
  }

  .hv-events-info-3 {
    flex-direction: column;
    gap: 20px;
  }

  .hv-events-info-3-img {
    width: 100%;
    gap: 15px;
  }

  .hv-events-info-3-text {
    width: 90%;
    gap: 20px;
  }

  .hv-events-info-3-img > img:last-child {
    padding-block: 0px;
  }

  .hv-f3-heading {
    font-size: 70px;
  }

  .hv-f3-img-head {
    font-size: 40px;
  }

  .hv-f3-img-scroll-btn {
    display: none;
  }

  .hv-stays-ab {
    padding-inline: 15px;
  }

  .hv-sa-info {
    padding-inline: 15px;
  }

  .hv-slider-item > img {
    aspect-ratio: 1 / 1.8;
  }

  .hv-arrow {
    display: none;
  }

  .hv-events-catering-section {
    gap: 40px;
  }

  .hv-slider-progress {
    display: block;
    top: calc(100% + 40px) !important;
    width: 75% !important;
    height: 2px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-color: var(--color-accent-light) !important;
  }

  .hv-slider-progress .swiper-pagination-progressbar-fill {
    background-color: var(--color-accent-secondary) !important;
  }
}

/* Suites & Cottages */

.hv-suites {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.hv-stays-sub-heading {
  color: var(--color-white);
  margin-bottom: 20px;
}

.hv-suites-banner {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hv-suites-para {
  position: absolute;
  bottom: 40px;
  left: 0;
  max-width: 500px;
  padding: inherit;
}

.hv-suites-para .hv-hero-txt {
  color: #fff;
  text-align: left;
}

.hv-suites-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: -70px;
}

.hv-suites-feature {
  display: flex;
}

.hv-suites-features-grid .hv-suites-feature:nth-child(2) {
  grid-row: span 2;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 50px;
}

.hv-suites-features-grid .hv-suites-feature:first-child {
  flex-direction: row-reverse;
  justify-content: start;
  align-items: start;
  gap: 35px;
}

.hv-suites-features-grid .hv-suites-feature:first-child > img {
  height: 100%;
  object-fit: cover;
  width: 50%;
}

.hv-suites-features-grid
  .hv-suites-feature:first-child
  > .hv-suites-features-wrap {
  padding-bottom: 40px;
  width: 50%;
}

.hv-suites-feature-head {
  color: var(--color-primary-dark);
  font-family: "Aime", serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 1.1em;
}

.hv-suites-feature-divider {
  height: 1px;
  width: 100%;
  background-color: var(--color-primary-light);
  opacity: 0.3;
}

.hv-suites-features-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 25px;
}

.hv-suites-features-grid .hv-suites-feature:nth-child(3) {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: #f1f1f1;
  gap: 35px;
  padding: 60px;
}

.hv-suites-features-grid
  .hv-suites-feature:nth-child(2)
  .hv-suites-features-img {
  max-height: 550px;
}

.hv-suites-features-grid
  .hv-suites-feature:nth-child(2)
  .hv-suites-features-wrap {
  padding-left: 60px;
  padding-bottom: 60px;
}

.hv-suites-features-grid
  .hv-suites-feature:nth-child(3)
  .hv-suites-features-wrap {
  padding-bottom: 60px;
}

.hv-wlg-features-head.txt-center {
  text-align: center;
}

.hv-suites-section {
  background-color: var(--color-primary-medium);
  flex-direction: column;
  justify-content: start;
  align-items: center;
  overflow: hidden;
}

.hv-suites-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.hv-suites-slider-cntr {
  width: 100%;
  display: flex;
  align-self: end;
  max-width: calc((100% - 1280px) / 2 + 1280px);
  overflow: hidden;
}

.hv-suites-slider {
  width: 100%;
}

.hv-suites-slider .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.hv-suites-slider .swiper-slide img {
  height: 460px;
  width: auto;
  display: block;
}

.hv-suites-head {
  color: #fff;
}

.hv-suites-info-cntr {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 30px;
}

.hv-suites-info-wrap {
  display: flex;
  gap: 200px;
}

.hv-suites-info-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.hv-suites-info-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 30px;
}

.hv-suites-feature-cntr {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.hv-suites-feature-list {
  display: flex;
  gap: 8px;
  justify-content: start;
  align-items: center;
}

.hv-suites-feature-list img {
  width: auto;
  height: 16px;
}

.hv-suites-feature-list > span {
  color: var(--color-neutral-light);
  font-size: 14px;
}

.hv-suite-name {
  color: #fff;
}

.hv-suites-info-para {
  color: var(--color-neutral-light);
  margin-bottom: 35px;
  max-width: 500px;
}

.hv-suites-links-cntr {
  display: flex;
  gap: 20px;
}

.hv-suites-link-divider {
  height: 100%;
  width: 1px;
  background-color: var(--color-primary-light);
}

.hv-suites-link {
  color: var(--color-accent-secondary);
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hv-suites-link img {
  width: 10px;
  height: 10px;
}

.hv-suites-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 50px;
}

.hv-suites-amenities {
  color: var(--color-neutral-light);
}

.hv-suites-amenities-link {
  color: #fff;
  font-size: 16px;
}

/* Experiences Details Page */

.hv-exp-d-section {
  min-height: 100vh;
  height: 100vh;
  position: relative;
  justify-content: center;
  background-image: url("/wp-content/uploads/2025/08/exp-bg.png");
  background-size: cover;
  background-size: left center;
  background-repeat: no-repeat;
}

.hv-exp-d-info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 50px;
}

.hv-exp-d-info-wrap {
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 30px;
}

.hv-exp-d-fi-cntr {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}

.hv-exp-d-fi-cntr > img {
  height: 100%;
  object-fit: cover;
}

.hv-exp-d-info-label {
  color: var(--color-neutral-medium);
  text-transform: uppercase;
}

.hv-exp-d-info-excerpt {
  color: var(--color-neutral-medium);
  font-size: 18px;
  max-width: 500px;
}

.hv-exp-features-section {
  justify-content: center;
}

.hv-exp-d-features {
  padding-top: 80px;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.hv-exp-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.hv-exp-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding-block: 15px;
}

.hv-exp-feature:not(:last-child) {
  border-right: 1px solid #f0ebe1;
  padding-right: 20px;
}

.hv-exp-feature-img {
  width: auto;
  height: 16px;
}

.hv-exp-feature-title {
  color: var(--color-neutral-black);
}

/* Privacy Policy page */

.hv-policy-section {
  flex-direction: column;
  align-items: center;
  background-image: url("/wp-content/uploads/2025/08/hv-window-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  gap: 50px;
}

.hv-policy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hv-policy-head {
  color: var(--color-accent-secondary);
}

.hv-policy-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hv-policy-divider {
  width: 100%;
  height: 1px;
  background-color: var(--color-primary-light);
}

.hv-policy-desc {
  color: var(--color-neutral-black);
}

.hv-policy-ab-content {
  display: none;
  overflow: hidden;
}

.hv-policy-accordion .hv-policy-accordion-wrap:first-child {
  border-top: 1px solid rgba(97, 97, 97, 0.2);
}

.hv-policy-accordion
  .hv-policy-accordion-wrap:first-child
  .hv-policy-ab-content {
  display: block;
}

.hv-policy-ab {
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.hv-policy-ab-toggle > img {
  width: 24px;
  height: auto;
}

.hv-policy-ab-head {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hv-policy-accordion-wrap {
  padding-inline: 20px;
  padding-block: 35px;
  border-bottom: 1px solid rgba(97, 97, 97, 0.2);
  cursor: pointer;
}

.hv-policy-ab-para {
  padding-top: 20px;
  color: var(--color-neutral-black);
}

/* Map Section */

.hv-map-section {
  flex-direction: column;
}

.hv-map-main-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: start;
}

.hv-map-main-desc {
  color: var(--color-neutral-medium);
  width: 100%;
  max-width: 550px;
}

.hv-map-main-wrap {
  display: flex;
  background-image: url("/wp-content/uploads/2025/11/hv-map-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.hv-map-cntr {
  width: 70%;
}
.hv-map-main {
  justify-content: center;
  width: 100%;
  background-image: url("/wp-content/uploads/2025/11/hv-map-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hv-map-card-wrap {
  width: 30%;
  display: grid;
  place-items: center;
}

.hv-map-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  background-color: #dbf0f0;
  width: 100%;
  grid-area: 1 / 1;
  opacity: 0;
  z-index: 1;
  transition: 0.2s linear;
}

.hv-map-card.active {
  z-index: 29;
  opacity: 1;
}

.hv-map-head {
  margin-bottom: 30px;
  color: var(--color-neutral-black);
}

.hv-map-image {
  margin-bottom: 30px;
  width: 100%;
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
}

.hv-map-area {
  width: 100%;
}

.hv-map-area .hv-map-group path {
  fill: var(--color-neutral-light);
  transition: 0.2s linear;
}

.hv-map-area .hv-map-group.active path {
  fill: #a3e6e6;
}

.hv-map-area .hv-map-group.active ellipse {
  fill: #a3e6e6;
}

.hv-map-area .hv-map-group.active rect {
  fill: #a3e6e6;
}

.hv-map-para {
  text-align: center;
  color: var(--color-neutral-black);
  margin-bottom: 35px;
}

.hv-map-link-wrap {
  padding: 12px 15px;
  background-color: var(--color-primary-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.2s linear;
}

.hv-map-link-txt {
  color: var(--color-white);
}

.hv-map-link-arrow {
  width: 22px;
}

.hv-map-link-wrap:hover {
  opacity: 0.8;
}

.hv-map-close {
  display: none;
}

@media screen and (max-width: 1023.98px) {
  .hv-map-area {
    height: auto;
  }

  .hv-map-main-wrap {
    position: relative;
  }

  .hv-map-cntr {
    width: 100%;
  }

  .hv-map-card-wrap {
    display: none;
  }

  .hv-map-card-wrap.active {
    display: grid;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    width: 100vw;
    min-height: 100vh;
    background-color: rgba(18, 18, 18, 0.5);
  }

  .hv-map-card {
    max-width: 400px;
  }

  .hv-map-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 30px;
    right: 30px;
    display: block;
    cursor: pointer;
  }
}

@media screen and (max-width: 768.98px) {
  .hv-map-card {
    width: calc(100% - 30px);
  }

  .hv-map-close {
    right: 15px;
  }
}

/* Gallery Section */

.hv-gallery-section {
  justify-content: center;
  min-height: 100vh;
  background-color: var(--color-primary-medium);
}

.hv-gallery-wrap {
  display: block;
  height: 100vh;
  overflow: hidden;
}

.hv-gallery-wrap .hv-gallery-img {
  position: absolute;
}

.hv-gallery-wrap .hv-gallery-img:first-child {
  width: 13vw;
  left: 0vw;
  top: 11vh;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(2) {
  width: 13vw;
  top: 18vh;
  left: 15vw;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(3) {
  width: 9vw;
  left: 30vw;
  top: 25vh;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(4) {
  width: 13vw;
  left: 48vw;
  top: 11vh;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(5) {
  width: 13vw;
  left: 62vw;
  top: 11vh;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(6) {
  width: 13vw;
  left: 77vw;
  top: 22vh;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(7) {
  width: 13vw;
  left: 0vw;
  top: 58vh;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(8) {
  width: 13vw;
  left: 15vw;
  top: 63vh;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(9) {
  width: 13vw;
  left: 30vw;
  top: 63vh;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(10) {
  width: 9vw;
  top: 60vh;
  left: 45vw;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(11) {
  width: 13vw;
  left: 62vw;
  top: 58vh;
}

.hv-gallery-wrap .hv-gallery-img:nth-child(12) {
  width: 13vw;
  left: 77vw;
  top: 64vh;
}

.hv-gallery-heading {
  font-family: "Aime", serif;
  font-size: 96px;
  font-weight: 100;
  color: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.hv-gallery-heading > span {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  font-size: 84px;
  color: var(--color-accent-secondary);
}
