@font-face {
  font-family: Lyon Display Web;
  src:
    url(../fonts/LyonDisplay-Light-Web.woff2) format("woff2"),
    url(../font/LyonDisplay-Light-Web.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Lyon Text Web;
  src:
    url(../fonts/LyonText-Regular-Web.woff2) format("woff2"),
    url(../fonts/LyonText-Regular-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: WhitneyBook;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/Whitney-Book-Pro_2.woff) format("woff2"),
    url(../fonts/Whitney-Book-Pro_2.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: WhitneyBook;
  font-style: normal;
  font-weight: 200;
  src:
    url(../fonts/Whitney-Light-Pro.woff) format("woff2"),
    url(../fonts/Whitney-Light-Pro.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: WhitneyBook;
  font-style: normal;
  font-weight: 300;
  src:
    url(../fonts/Whitney-Medium.woff) format("woff2"),
    url(../fonts/Whitney-Medium.woff) format("woff");
}

:root {
  --web-wash: #fff;
  --body-bg: #f3eee7;
  --primary: #1b1b1b;
  --secondary: #505050;
  --text-color: rgb(49, 49, 49);
  --ternary: #d8d8d7;
  --gray: #f7f7f5;
  --border: #eaeaea;
  --accent: #aa8453;
  --accent-2: #253714;
  --btn-color: #313131;
  --primary-font: Lyon Text Web, Lyon Display Web;
  --whitney-font: WhitneyBook;
  --libre-font: "Libre Baskerville", serif;
  --montserrat-font: "Montserrat", sans-serif;
  --Cormorant-font: "Cormorant Garamond", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  background: #f0ece4;
  font-family: var(--primary-font);
  padding-top: 40px;
  /*overflow-x: hidden !important;*/
}

p {
  font-family: var(--primary-font);
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.3px;
}

a{
  text-decoration: none ;
}

.container-large {
  max-width: 1600px;
  margin: 0 auto;
}

.gutter {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

.default-section {
  padding: 50px 0;
}

.section-b {
  padding: 0 0 50px 0;
}

.section-t {
  padding: 60px 0 0 0;
}

@media (max-width: 768px) {

  .package-table th, .package-table td{
    padding: 8px !important;}

.package-table td {
    font-size: 14px!important;}


  .section-tb {
    padding: 30px 0;
  }
  .section-b {
    padding: 0 0 30px 0;
  }

  .default-section {
    padding: 30px 0;
  }
}

.default-bg-color{
  background-color: #2b2b270f;
}

.default-bg-white{
  background-color: #fffefeb3;
}

.main-heading {
  font-size: 2.22rem;
  font-weight: 400;
  line-height: 45.42px;
  color: rgb(49, 49, 49);
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-family: var(--primary-font);
}

.sub-heading {
      font-size: 18px;
    font-weight: 400;
    color: #2b2b27;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    font-family: var(--whitney-font);
    margin-bottom: 20px;
    position: relative;
    display: inline-flex;
}

/* .sub-heading::before {
      content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1.2px;
    width: 66px;
    background-color: #2b2b27bd;
} */

.content-body {
  font-family: var(--primary-font);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26.3px;
}

.underline-btn {
  position: relative;
  display: inline-flex;
  font-family: var(--whitney-font);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: inherit;
  color: var(--btn-color);
  text-decoration: none;
  transition: gap 0.3s ease;
}

.underline-btn::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--btn-color);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ══════════════════════════════════
       HEADER
    ══════════════════════════════════ */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background-color: #f0ece4;
}

.solang-header {
  background: #f0ece4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  position: relative;
  z-index: 10;
}

.header-item {
  display: flex;
  flex: 1 1 100%;
  /* margin: 0 1.75rem 1.4285714286rem; */
}

.left-group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.center-group {
  display: flex;
  justify-content: center;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #2b2b27;
  transition: all 0.35s ease;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.menu-label {
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: capitalize;
  font-family: var(--whitney-font);
  color: #2b2b27;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}
.search-btn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: 4px;
}
.search-btn svg {
  width: 17px;
  height: 17px;
  stroke: #2b2b27;
  stroke-width: 1.5;
  fill: none;
}

.solang-logo img {
  width: 140px;
  height: auto;
  transition: width 0.6s ease;
}

@media (max-width: 1100px) {
  .solang-logo img {
    width: 120px;
    height: auto;
  }
}

.sticky-header .solang-logo img {
  width: 100px;
}

.right-group {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.lang-wrap {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.phone-text {
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2b2b27;
  font-weight: 300;
  text-decoration: none;
}
.lang-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #2b2b27;
  margin-top: 2px;
}
.reserve-btn {
  background: #2b2b27;
  color: #f0ece4;
  border: none;
  font-family: var(--whitney-font);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 32px;
  cursor: pointer;
  transition: background 0.25s;
}
.reserve-btn:hover {
  background: #4a4a40;
}
@media (max-width: 480px) {
  .lang-wrap {
    display: none;
  }
  .reserve-btn {
    padding: 10px 14px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
.reserve-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
}

/* ══════════════════════════════════
       OVERLAY WRAPPER
    ══════════════════════════════════ */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 1000;
  pointer-events: none;
  visibility: hidden;
}
.menu-overlay.open {
  pointer-events: all;
  visibility: visible;
}

.overlay-dark {
  flex: 1;
  background: rgba(36, 34, 30, 0.52);
  height: 100%;
  opacity: 0;
  transition: opacity 0.45s ease;
  cursor: pointer;
}
.menu-overlay.open .overlay-dark {
  opacity: 1;
}

/* ══════════════════════════════════
       DESKTOP PANEL (≥1101px)  2 cols
    ══════════════════════════════════ */
.menu-panel-desktop {
  width: 720px;
  max-width: 76vw;
  background: #faf8f4;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.menu-overlay.open .menu-panel-desktop {
  transform: translateX(0);
}
@media (max-width: 1100px) {
  .menu-panel-desktop {
    display: none !important;
  }
}

/* panel top bar */
.panel-topbar {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 60px;
  flex-shrink: 0;
  border-bottom: 1px solid #e4e0d8;
}
.panel-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.4em;
  color: #2b2b27;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 0.4em;
}

.panel-logo img {
  width: 120px;
  height: auto;
}
.close-x {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 35px;
  color: #2b2b27;
  line-height: 1;
  font-weight: 300;
  padding: 4px;
}
.close-x:hover {
  color: #7a6a50;
}

/* body = col-nav + col-content */
.panel-body {
  display: flex;
  flex: 1;
  overflow: hidden;
}

/* Col 1 — main nav list */
.col-nav {
  width: 360px;
  flex-shrink: 0;
  padding: 20px 20px 40px 60px;
  border-right: 1px solid #e4e0d8;
  overflow-y: auto;
}
.nav-list {
  list-style: none;
}
.nav-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer;
}

.nav-list li .nl {
  font-size: 20px;
  font-weight: 400;
  line-height: 32.8px;
  color: rgb(49, 49, 49);
  letter-spacing: 0.03em;
  transition: color 0.2s;
  text-transform: capitalize;
  font-family: var(--whitney-font);
  text-decoration: none;
}
.nav-list li .nl a {
  font-size: 20px;
  font-weight: 400;
  line-height: 32.8px;
  color: rgb(49, 49, 49);
  letter-spacing: 0.03em;
  transition: color 0.2s;
  text-transform: capitalize;
  font-family: var(--whitney-font);
  text-decoration: none;
}
.nav-list li.active .nl a {
  font-weight: 600;
}
.nav-list li:hover .nl a {
  color: #7a6a50;
}
.nav-list li.active .nl a {
  color: #2b2b27;
}
.na {
  width: 12px;
  height: 12px;
  stroke: #c4c0b8;
  stroke-width: 1.5;
  fill: none;
  transition: stroke 0.2s;
}
.nav-list li:hover .na,
.nav-list li.active .na {
  stroke: #7a6a50;
}
.ndiv {
  height: 1px;
  background: #e4e0d8;
  margin: 4px 0;
  pointer-events: none;
}

/* Col 2 — sub items */
.col-content {
  flex: 1;
  padding: 24px 36px 40px 36px;
  overflow-y: auto;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.28s,
    transform 0.28s;
  pointer-events: none;
}
.col-content.vis {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}

.sub-list {
  list-style: none;
}
.sub-list li {
  padding: 11px 0;
  border-bottom: 1px solid #ece8e0;
  cursor: pointer;
}
/* .sub-list li:first-child { border-top: 1px solid #ece8e0; } */
.sub-list li a {
  font-size: 18px;
  color: #2b2b27;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  font-family: var(--whitney-font);
  text-decoration: none;
}
.sub-list li a.active,
.sub-list li.active > a {
  font-weight: 600;
}
.sub-list li:hover a {
  color: #7a6a50;
}

/* ══════════════════════════════════
       MOBILE PANEL (≤1100px)
    ══════════════════════════════════ */
.menu-panel-mobile {
  width: 100%;
  background: #faf8f4;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.menu-overlay.open .menu-panel-mobile {
  transform: translateX(0);
}
@media (min-width: 1101px) {
  .menu-panel-mobile {
    display: none !important;
  }
}

/* stacked screens */
.mob-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background: #faf8f4;
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s;
}
.mob-root {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}
.mob-root.pushed {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}
.mob-sub {
  transform: translateX(100%);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
}
.mob-sub.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}

/* mobile topbar */
.mob-topbar {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #e4e0d8;
  flex-shrink: 0;
}
.mob-title {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b27;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  font-family: var(--whitney-font);
}
.mob-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 45px;
  color: #2b2b27;
}

/* back button */
.mob-back {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #e4e0d8;
  background: none;
  width: 100%;
  text-align: left;
}
.mob-back svg {
  width: 13px;
  height: 13px;
  stroke: #2b2b27;
  stroke-width: 1.5;
  fill: none;
}
.mob-back span {
  font-size: 18px;
  color: #2b2b27;
  letter-spacing: 0.08em;
  font-family: var(--whitney-font);
}

/* mobile nav list */
.mob-nav-list {
  list-style: none;
  overflow-y: auto;
  flex: 1;
}
.mob-nav-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #ece8e0;
  cursor: pointer;
}
.mob-nav-list li span {
  font-size: 18px;
  color: #2b2b27;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  font-family: var(--whitney-font);
}

.mob-nav-list li.active span,
.mob-nav-list li.active span a {
  font-weight: 600;
}

.mob-nav-list li span a {
  font-size: 18px;
  color: #2b2b27;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  font-family: var(--whitney-font);
  text-decoration: none;
}
.mob-nav-list li:hover span {
  color: #7a6a50;
}
.mob-na {
  width: 13px;
  height: 13px;
  stroke: #c4c0b8;
  stroke-width: 1.5;
  fill: none;
}
.mob-ndiv {
  height: 1px;
  background: #e4e0d8;
}

/* mobile sub content */
.mob-sub-content {
  overflow-y: auto;
  flex: 1;
}
.mob-sub-list {
  list-style: none;
}
.mob-sub-list li {
  padding: 15px 20px;
  border-bottom: 1px solid #ece8e0;
  cursor: pointer;
  font-family: var(--whitney-font);

}


.mob-sub-list li a , .mob-sub-list li span{
  font-size: 18px;
  color: #2b2b27;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  font-family: var(--whitney-font);
  text-decoration: none;
}
.mob-sub-list li a.active,
.mob-sub-list li.active > a {
  font-weight: 600;
}
.mob-sub-list li:hover a {
  color: #7a6a50;
}


/* desktop nav */
/* NAV WRAPPER */
.main-nav {
      display: flex;
    justify-content: center;
    background-color: #f0ece4;
    padding: 12px 0 12px 0;
    border-top: 1px solid #d5cfcf;
    border-bottom: 1px solid #d5cfcf;
}

/* MENU */
.main-nav .main-nav-items {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* LINKS */
.main-nav .main-nav-items li {
  position: relative;
}

.main-nav .main-nav-items li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #2b2b27;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  transition: color 0.3s ease;
  font-family: var(--whitney-font);
}

.main-nav .main-nav-items li a.active {
  color: #000;
}

.main-nav .main-nav-items > li > a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13.5px;
  height: 2px;
  background: #7271719e;
 
}


.main-nav .has-dropdown .dropdown {
      flex-direction: column;
    gap: 0;
    padding: 10px 0;
    background-color: #f0ede6;
}

/* HOVER COLOR */
.main-nav ul li a:hover {
  color: #000;
}


/* ICON */
.nav-arrow {
  font-size: 10px;
  transition: transform 0.3s ease;
}

/* ROTATE ICON */
.has-dropdown:hover .nav-arrow {
  transform: rotate(180deg);
}

/* DROPDOWN */
.dropdown {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  min-width: 245px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* DROPDOWN ITEMS */
.dropdown li {
  padding: 8px 15px;
}

.dropdown li a {
  font-size: 13px;
  display: block;
}

.dropdown li a.active,
.mega-links li a.active,
.inner-room-dropdown ul li a.active {
  font-weight: 500;
}

/* HOVER EFFECT */
.dropdown li a:hover {
  padding-left: 5px;
}

/* SHOW DROPDOWN */
.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
  top: 100%;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .main-nav {
    display: none;
  }
}


@media (min-width:992px) and (max-width:1240px){
  .main-nav .main-nav-items{
        gap: 16px;
  }
}


.sub-list li {
    position: relative;
}

.sub-list .has-nested-sub > .sub-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    padding: 10px 0;
    color: inherit;
}

.sub-list .has-nested-sub > .sub-trigger .sub-na {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.nested-sub-list-wrap {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    min-width: 260px;
    background: #fff;
    padding: 18px 20px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
    z-index: 10;
}

.has-nested-sub:hover > .nested-sub-list-wrap {
    opacity: 1;
    visibility: visible;
}

.desk-sub-panel {
    width: 100%;
}

.desk-sub-back {
        display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 20px;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #e4e0d8;
    background: none;
    width: 100%;
    text-align: left;
}

.desk-sub-back span{
      font-size: 18px;
    color: #2b2b27;
    letter-spacing: 0.08em;
    font-family: var(--whitney-font);
}

.desk-sub-back svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.sub-link-with-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    width: 100%;
}

.sub-link-with-arrow span{
      font-size: 18px;
    color: #2b2b27;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    font-family: var(--whitney-font);
    text-decoration: none;
}

.has-desktop-child {
    cursor: pointer;
}


/* MEGA DROPDOWN LAYOUT */
.mega-dropdown {
  display: flex !important;
  flex-direction: row !important;
  min-width: 620px;
  padding: 0 !important;
  align-items: stretch;
  max-height: 280px;
}

/* LEFT — links column */
.mega-links {
  flex: 1;          /* was flex: 1 — keep */
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.mega-links li {
  padding: 8px 15px;
}

.mega-links li a {
  font-size: 13px;
  display: block;
  color: #2b2b27;
  text-decoration: none;
  letter-spacing: 0.04em;
  border-left: 2px solid transparent;
  padding-left: 8px;
  transition: all 0.2s ease;
  font-family: var(--whitney-font);
}

.mega-links li a:hover,
.mega-links li a.active {
  border-left-color: #8a6a2a;
  padding-left: 12px;
  color: #000;
}

.mega-links li a.active { 
  
  font-weight: 600;
}

.has-inner-dropdown.active > a {
  font-weight: 600;
  color: #000;
}

/* RIGHT — image column */
.mega-img {
    flex: 1;          /* changed from width: 180px to flex: 1 */
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  height: 278px;
  min-height: 100%; /* fills full dropdown height */
}

.mega-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: scale 0.4s ease;
}

.has-dropdown:hover .mega-img img {
  scale: 1.05;
}

.mega-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(20, 15, 5, 0.68);
  color: #fff;
  padding: 0.7rem 0.9rem;
  font-size: 11px;
  line-height: 1.5;
  font-family: var(--whitney-font);
}

.mega-img-caption strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: 0.04em;
}


.amenities-links {
    position: relative;
}

.amenities-links .has-inner-dropdown {
    position: relative;
}

.inner-room-dropdown {
        position: absolute;
    left: 100%;
    top: -10px;
    /*top: 11px;*/
    min-width: 300px;
    background: #f0ede6;
    padding: 0 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 99;
}

.amenities-links .has-inner-dropdown:hover .inner-room-dropdown {
    opacity: 1;
    visibility: visible;
}

.inner-room-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner-room-dropdown ul li a {
    display: block;
    padding: 6px 0;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.inner-room-dropdown ul li:last-child a {
    border-bottom: none;
}

.inner-room-dropdown ul li a:hover,
.inner-room-dropdown ul li a.active {
    color: #8a6b45;
    padding-left: 6px;
  }
  
  .inner-room-dropdown ul li a.active { 
  font-weight: 600;

}

.has-inner-dropdown.active > a {
    font-weight: 600;
    color: #000;
}

/* ══════════════════════════════════
       HERO
    ══════════════════════════════════ */


    .amenities-links {
    position: relative;
}
 
.amenities-links .has-inner-dropdown {
    position: relative;
}
 
.inner-room-dropdown {
        position: absolute;
    left: 60%;
    top: 3px;
    min-width: 250px;
    background: #f0ede6;
    padding: 0 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 99;
}
 
.amenities-links .has-inner-dropdown:hover .inner-room-dropdown {
    opacity: 1;
    visibility: visible;
}
 
.inner-room-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.inner-room-dropdown ul li a {
    display: block;
    padding: 6px 0;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    transition: 0.3s ease;
}
 
.inner-room-dropdown ul li:last-child a {
    border-bottom: none;
}
 
.inner-room-dropdown ul li a:hover {
    color: #8a6b45;
    padding-left: 6px;
}
 



.hero {
  width: calc(100% - 160px);
  margin: 0 auto;
  height: 500px;
  background: linear-gradient(
    135deg,
    #c4b8a8,
    #8a7e6e 40%,
    #6b5f52 70%,
    #4a3f35
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .hero {
    width: 100%;
    height: 280px;
  }
}

/* ══════════════════════════════════
       VIDEO BANNER
    ══════════════════════════════════ */
.video-banner {
  background: #f0ece4;
}
@media (max-width: 1100px) {
  .video-banner {
    padding: 0 20px 28px;
  }
}
@media (max-width: 600px) {
  .video-banner {
    padding: 0 0 20px;
  }
}

.video-banner video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  background: #000;
  /* show the native browser controls bar at bottom */
}

.video-banner {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(80vh * 16 / 9);
  min-height: calc(100vw * 9 / 16);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* make the native controls bar look flush — no extra chrome */
/* .video-banner video::-webkit-media-controls-panel {
      background: rgba(0,0,0,0.72);
    } */

/* ══════════════════════════════════
       WELCOME SECTION
    ══════════════════════════════════ */
.welcome-section {
  background: #f0ece4;
  padding:  0 0 50px 0;
}

.welcome-eyebrow {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9a9790;
  margin-bottom: 24px;
  display: block;
}

.welcome-heading {
  font-size: clamp(32px, 3.6vw, 52px);
  font-weight: 300;
  color: #2b2b27;
  letter-spacing: 0.01em;
  line-height: 1.18;
  margin: 0;
}

.welcome-rule {
  width: 32px;
  height: 1px;
  background: #2b2b27;
  margin-bottom: 4px;
  flex-shrink: 0;
}

.welcome-body {
  font-family: var(--primary);
  font-size: 18px;
  font-weight: 300;
  color: #807e78;
  line-height: 1.95;
  letter-spacing: 0.01em;
  margin: 0;
}

@media (max-width: 900px) {
  .welcome-section {
    flex-direction: column;
    gap: 36px;
  }
  .welcome-left {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .welcome-heading {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .welcome-watermark {
    font-size: 56px;
    top: 16px;
  }
}

/* solang cards */

.solang-cards .card-img {
  width: 100%;
  /* height: auto; */
  margin-bottom: 16px;
  height: 470px;
  max-height: 100%;
  object-fit: cover;
}

.solang-cards .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.rooms-section .solang-cards .card-img {
  height: auto;
}
.solang-cards .main-heading {
  font-size: 20px;
  line-height: 30px;
      padding-top: 10px;
}

.rooms-section .solang-cards .content-body {
  font-family: var(--primary-font);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26.3px;
}

.rooms-section .solang-cards .content-body {
      display: -webkit-box;
    -webkit-line-clamp: 3; /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Swiper overrides */
.seasonal-swiper {
  overflow: visible !important;
  padding-bottom: 48px !important;
}
.seasonal-swiper .swiper-slide {
  opacity: 0.38;
  transition: opacity 0.4s ease;
  height: auto;
}
.seasonal-swiper .swiper-slide-active,
.seasonal-swiper .swiper-slide-next {
  opacity: 1;
}

/* service box items */
.hover-gallery {
  display: flex;
  height: 530px;
  gap: 38px;
  overflow: hidden;
}

.panel {
  position: relative;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

/* Hover: expand hovered panel */
.hover-gallery .panel:hover {
  flex: 2;
}

@media (max-width: 1050px) {
  .hover-gallery {
    flex-direction: column;
    height: 900px;
  }

  .hover-gallery .panel:hover {
    flex: 1;
  }
}

/* Background images via CSS */
.panel__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.75s cubic-bezier(0.77, 0, 0.175, 1),
    filter 0.75s ease;
  filter: brightness(0.75);
}

.panel:hover .panel__img {
  transform: scale(1.04);
  filter: brightness(0.5);
}

/* Overlay gradient */
.panel__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 55%
  );
  transition: opacity 0.75s ease;
}

.panel:hover .panel__overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

/* Label at bottom – always visible */
.panel__label {
  position: absolute;
  bottom: 62px;
  left: 28px;
  right: 28px;
  font-family: var(--whitney-font);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  transition:
    opacity 0.4s ease,
    transform 0.5s ease;
}

.panel__sublabel {
  position: absolute;
  bottom: 32px;
  left: 28px;
  right: 28px;
  font-family: var(--whitney-font);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  opacity: 1;
  transition:
    opacity 0.4s ease,
    transform 0.5s ease;
}

.panel:hover .panel__label {
  opacity: 0;
  transform: translateY(8px);
  transition-delay: 0s;
}

/* Center content – revealed on hover */
.panel__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease 0.2s,
    transform 0.55s ease 0.2s;
  pointer-events: none;
}

.panel:hover .panel__content {
  opacity: 1;
  transform: translateY(0);
}

.panel__content-line {
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  margin-bottom: 22px;
}

.panel__content h2 {
  font-family: var(--primary-font);
  font-size: clamp(28px, 3.5vw, 32px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  line-height: 1.15;
}

.panel__content p {
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.4;
  letter-spacing: 0.04em;
  max-width: 280px;
  font-family: var(--primary-font);
}

.panel__content-line-bottom {
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  margin-top: 22px;
}

/* Thin border reveal on active panel */
.panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: border-color 0.5s ease 0.25s;
  pointer-events: none;
}
.panel:hover::after {
  border-color: rgba(255, 255, 255, 0.12);
}

/* packages */
.package-box {
  position: relative;
}

.package-box .img {
  height: 424px;
  min-height: 100%;
}

.package-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-box .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 55%
  );
  transition: opacity 0.75s ease;
}

.package-box .content {
  position: absolute;
  bottom: 28px;
  text-align: left;
  width: 100%;
  background-color: #2727278f;
  text-align: center;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.package-box .content .main-heading {
  color: #fff;
  /* font-family: var(--whitney-font); */
}

.package-box .content .content-body {
  color: #fff;
  margin: 0;
  /* font-family: var(--whitney-font); */
}

.swiper {
  width: 100%;
  padding-bottom: 52px !important;
}

/* ── Custom dots ── */
.swiper-pagination {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.swiper-pagination-bullet {
  width: 28px !important;
  height: 3px !important;
  border-radius: 0 !important;
  background: #b0a98f !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition:
    width 0.35s ease,
    background 0.35s ease;
}

.swiper-pagination-bullet-active {
  width: 52px !important;
  background: #5a4e36 !important;
}

/* testimonial css */
#testiSwiper {
  width: 100%;
  padding-bottom: 36px !important;
}

.testi-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 3rem;
  box-sizing: border-box;
}

.testi-quote {
  font-family: var(--whitney-font);
  font-size: 80px;
  line-height: 0.6;
  color: #6e6e6e;
  margin-bottom: 28px;
  font-style: italic;
  user-select: none;
}

.testi-text {
  font-family: var(--whitney-font);
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #61605f;
  line-height: 1.85;
  letter-spacing: 0.02em;
  max-width: 680px;
  margin: 0 36px 20px;
}

.testi-divider {
  width: 40px;
  height: 1px;
  background: #b0a68c;
  margin: 0 auto 24px;
}

.testi-name {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3a3228;
  margin-bottom: 6px;
}

.testi-company {
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #615a4f;
  text-transform: uppercase;
}

/* footer */
.ft {
  /* padding: 3.5rem 2rem 0; */
  font-family: var(--whitney-font);
  background-color: #181308;
  padding: 60px 0 0 0;
}

.ft-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.5px solid #c8c0b0;
}

/* Left col */
.ft-left h4 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 1.2rem;
  letter-spacing: 0.02em;
}

.ft-left ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.ft-left ul li {
  margin-bottom: 7px;
}

.ft-left ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s;
}

.ft-left ul li a:hover {
  color: #fff;
}

/* Contact list */
.ft-contact {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.ft-contact li {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px !important;
}

.ft-contact li svg {
  width: 15px;
  height: 15px;
  min-width: 15px;
  stroke: #8a7e6a;
  fill: none;
  stroke-width: 1.5;
  margin-top: 2px;
}

.ft-contact li span,
.ft-contact li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.ft-contact li a:hover {
  color: #fff;
}

/* Book button */
.ft-book-btn {
  display: inline-block;
  border: 1px solid #8a7e6a;
  color: #d6cbbe;
  font-family: var(--whitney-font);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 10px 22px;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s;
  margin-top: 0.5rem;
}

.ft-book-btn:hover {
  background: #3a3228;
  color: #f0ece3;
}

/* Right col */
.ft-right h4 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 1.2rem;
  letter-spacing: 0.02em;
}

.ft-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2rem;
}

.ft-nav-col h5 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 0.8rem;
  font-family: var(--primary-font);
}

.ft-nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-nav-col ul li {
  margin-bottom: 7px;
}

.ft-nav-col ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s;
}

.ft-nav-col ul li a:hover {
  color: #fff;
}

/* Bottom bar */
.ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1.4rem 0;
  flex-wrap: wrap;
  gap: 10px;
}

.ft-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.ft-logo img {
  width: 130px;
  height: auto;
}

.ft-social {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ft-social span {
  font-size: 15px;
  font-weight: 300;
  color: #a69780;
  letter-spacing: 0.08em;
  margin-right: 10px;
}

.ft-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2e2a24;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s;
}

.ft-social a:hover {
  background: #8a7e6a;
}

.ft-social a svg {
  width: 24px;
  height: 24px;
  fill: #f0ece3;
  stroke: none;
}

.ft-copy {
  font-size: 15px;
  font-weight: 300;
  color: #a69780;
  letter-spacing: 0.04em;
}

.ft-copy a{
    font-size: 15px;
  font-weight: 300;
  color: #a69780;
  letter-spacing: 0.04em;
  text-decoration: none;

}

.ft-copy a span{
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .ft-top {
    grid-template-columns: 1fr;
  }
  .ft-nav-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ft-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}

@media (max-width: 480px) {
  .ft-nav-grid {
    grid-template-columns: 1fr;
  }
}

/* sticky form */
.enquiry-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl !important;
  background: #2b2b27;
  color: #fff;
  padding: 26px 10px;
  border: none;
  z-index: 999;
  font-size: 15px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #2d2d29 !important;
  color: #fff !important;
  border: none !important;
}

.flatpickr-day.inRange {
  background: #cdcbcb !important;
}

.flatpickr-day:hover {
  background: #2b2b27;
  color: #fff;
}

.form-control {
  border: 1px solid #d9d9d9;
  padding: 8px 12px;
  font-family: var(--primary-font);
  font-size: 14px;
  color: #2b2b27;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #c5c5c5;
}

.modal-content {
  position: relative;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

/* cta */
.cta-section {
  position: relative;
  /* height: 50vh; */
  background: url("../images/cta-bg.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0;
}

/* 🔥 DARK OVERLAY */
.cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(41 40 40 / 17%);
}

/* CONTENT */
.cta-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
}

/* TAG */
.cta-tag {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.8;
  font-family: var(--whitney-font);
}

/* TITLE */
.cta-title {
  font-size: 42px;
  font-weight: 300;
  margin: 20px 0;
  line-height: 1.3;
  color: #bfb59b;
}

/* SUBTEXT */
.cta-sub {
  font-family: var(--primary-font);
  margin-bottom: 28px;
  line-height: 40px;
}
.cta-sub a {
  font-size: 30px;
  text-decoration: none;
  color: #ebebeb;
}

.cta-sub a:hover {
  text-decoration: underline;
}

/* BUTTON */
.cta-btn {
  padding: 12px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  font-family: var(--whitney-font);
}

/* HOVER */
.cta-btn:hover {
  background: #fff;
  color: #000;
}

/* MOBILE */
@media (max-width: 768px) {
  .cta-title {
    font-size: 28px;
  }
}
.cta-section {
  position: relative;
}
.cta-section .left-fav {
  position: absolute;
  width: 110px;
  left: 12%;
  filter: brightness(0) invert(1);
}

.cta-section .right-fav {
  position: absolute;
  width: 110px;
  right: 12%;
  filter: brightness(0) invert(1);
}

@media (max-width: 1200px) {
  .cta-section .left-fav,
  .cta-section .right-fav {
    display: none;
  }
}

/* gallery */
.gridAme {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  gap: 12px;
  /* max-width: 74%; */
  margin: 0 auto;
}

.gridAme .imgbox:first-child {
  grid-area: 1/ 1/ 3/ 2;
}

.gridAme .imgbox:nth-child(4) {
  grid-area: 1/ 4/ 3/ 5;
}

figure {
  margin: 0;
}

@media (max-width: 768px) {
  .gridAme {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 30px;
  }
}

/* ══════════════════════════════════
       INSTAGRAM FEED SECTION
    ══════════════════════════════════ */
.insta-section {
  background: #f0ece4;
  padding: 50px 0 50px;
  border-top: 1px solid #e4e0d8;
}

/* — top header row — */
.insta-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 42px;
  gap: 8px;
}

.insta-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9a9790;
}

.insta-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 300;
  color: #2b2b27;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 4px 0 0;
}

.insta-handle-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.insta-handle-link:hover {
  opacity: 0.65;
}

.ig-icon-wrap {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 55%, #6228d7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ig-icon-wrap svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  stroke-width: 1.8;
  fill: none;
}

.insta-handle-text {
  font-family: var(--whitney-font);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2b2b27;
}

/* — 4-column grid — */
.insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 767px) {
  .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .insta-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* — individual post card — */
.ig-post {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
  text-decoration: none;
  background: #c8bfb0;
}

.ig-post-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.55s ease;
}

.ig-post:hover .ig-post-bg {
  transform: scale(1.07);
}

/* gradient placeholder colours for posts without real images */
.ig-post:nth-child(1) .ig-post-bg {
  background-color: #b8a898;
}

.ig-post:nth-child(2) .ig-post-bg {
  background-color: #9aaba8;
}

.ig-post:nth-child(3) .ig-post-bg {
  background-color: #a89880;
}

.ig-post:nth-child(4) .ig-post-bg {
  background-color: #8a9898;
}

/* hover overlay */
.ig-post-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 14, 0.58);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.32s ease;
}

.ig-post:hover .ig-post-overlay {
  opacity: 1;
}

/* like + comment stats */
.ig-stats {
  display: flex;
  align-items: center;
  gap: 22px;
}

.ig-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
}

.ig-stat svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 1.8;
  fill: none;
}

.ig-stat.is-heart svg {
  fill: #fff;
}

/* caption */
.ig-caption {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  letter-spacing: 0.03em;
  text-align: center;
}

/* — follow button — */
.insta-follow-wrap {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.insta-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--primary-font);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #faf8f4;
  background: #2b2b27;
  border: none;
  padding: 14px 40px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s;
}

.insta-follow-btn:hover {
  background: #4a4a40;
  color: #faf8f4;
}

.insta-follow-btn .ig-btn-icon {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 55%, #6228d7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.insta-follow-btn .ig-btn-icon svg {
  width: 11px;
  height: 11px;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

/* toast */
.promo-toast {
    
        right: 2px;
    bottom: 30px;
    width: 370px;
  position: fixed;

  background: #bfb59b;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(120%);
  transition: 0.5s ease;
  z-index: 999;
}

/* show */
.promo-toast.active {
  transform: translateY(-102%);
}

/* close btn */
.toast-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}

/* text */
.promo-toast h4 {
  margin-bottom: 10px;
  font-family: var(--primary-font);
}

.promo-toast p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-family: var(--primary-font);
}

/* button */
.toast-btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-family: var(--whitney-font);
  transition:
    background 0.25s,
    color 0.25s;
}

.toast-btn:hover {
  background: #4a4a40;
  color: #fff;
}


/* new gallery */
/* Photo Gallery */
.gallery-two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  grid-auto-rows: 12.5rem;
  grid-auto-flow: dense;
  gap: 0.75rem;
}

.gallery-two figure {
  /* container-type: inline-size; */
  container: figure / inline-size;
  overflow: hidden;

  display: grid;
  /* grid-template-columns: 1fr; */
  /* grid-template-rows: 1fr; */

  /*
    Because 1fr = minmax(auto, 1fr),
    to prevent the grid blowout,
    set the minimum to zero.
  */
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}

.gallery-two img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;

  /* grid-row: 1 / -1; */
  /* grid-column: 1 / -1; */
  grid-area: 1 / 1 / -1 / -1;

  transition: scale 1s ease-in-out;
}

.gallery-two figure:hover img {
  scale: 1.125;
}

.gallery-two figcaption {
  grid-area: 1 / 1 / -1 / -1;
  align-self: end;
  z-index: 1;

  padding: 3em 15% 1em 1em;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  background: linear-gradient(transparent 25%, rgb(0 0 0 / 0.75));
  display: none;
}

@container figure (width > 20rem) {
  .gallery-two figcaption {
    display: block;
  }
}

.gallery-two figcaption h3 {
  font-size: 1.0625rem;
}

.gallery-two figcaption p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (width > 600px) {
  /* First image - large hero */
  .gallery-two figure:nth-child(1) {
    grid-area: span 2 / span 2;
  }

  /* Every 5th item starting from 3 - tall */
  .gallery-two figure:nth-child(3n + 1) {
    grid-row: span 2;
  }

  /* Every 5th item starting from 2 - wide */
  .gallery-two figure:nth-child(3n + 2) {
    grid-column: span 2;
  }

  /* Last image - force it to stay in the grid row cleanly */
  .gallery-two figure:last-child {
    grid-column: span 1;
    grid-row: span 1;
  }
}


.breadcrumb-section {
position: relative;
margin-top: 60px;
}

.breadcrumb-section .breadcrumb-title{

}

.breadcrumb-section .breadcrumb-menu {

}

.breadcrumb-menu .b-menu-list {

}

.breadcrumb-menu .b-menu-list li{

}

.breadcrumb-menu .b-menu-list li a{
}


.awards-box {
      display: flex;
    flex-direction: column;
    text-align: center;
}

.awards-box .icon {
  text-align: center;
}

.awards-box .award-title {
  font-size: 28px;
  font-weight: 500;
}

.awards-box .icon img {
  max-width: 100px;
  margin-bottom: 20px;

}

.bathroom-slider-section {
  padding: 24px;
}

.bathroom-slide img {
  width: 100%;
  max-height: 610px;
  object-fit: cover;
  display: block;
}

.bathroom-bottom {
      display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.bathroom-bottom .slide-title {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.bathroom-nav {
      display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}
.bathroom-nav .nav-buttons {
      display: flex;
    gap: 25px;
}


.room-desc-sec {
  padding: 0 0 60px 0;
}


.room-desc-sec .desc-img {
    height: clamp(280px, 42vw, 480px);
    width: 100%;
}

.room-desc-sec .desc-img img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.room-desc-content {
  height: 100%;
}


.stay-include-section {
    background: #e7e3dc;
    padding: 80px 0;
}


.include-box {
        background: #fff;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 2px 6px 14px 5px #cecdcd87;
}

.include-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.include-item .dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    background: #2f2a26;
    border-radius: 50%;
    margin-top: 10px;
}

.include-item .dot img{
  width: 100%;
height: auto;}

.include-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #2f2a26;
    font-weight: 400;
}

@media (max-width: 991px) {
   

    .include-box {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .stay-include-section {
        padding: 60px 0;
    }

   
    .include-box {
        padding: 30px 20px;
    }

    .include-item p {
        font-size: 16px;
    }
}


.restaurant-section {
    padding: 50px 0;
}

.restaurant-item {
    margin: 0 0 100px 0;
}

.restaurant-img {
    overflow: hidden;
}

.restaurant-img img {
    width: 100%;
        height: 510px;
    object-fit: cover;
    display: block;
}

.restaurant-content {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 20px;
}

.reverse .restaurant-content {
    margin-left: 0;
}



.restaurant-content h3 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 400;
}

.restaurant-content p {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(0,0,0,0.75);
    margin-bottom: 40px;
}

.restaurant-content hr{
  margin-top: 10px;
  border-color: #dad9d6;
  opacity: 1;
}

.discover-btn {
    width: fit-content;
    border: 1px solid #000;
        padding: 10px 24px;
    text-decoration: none;
    color: #000;
    font-family: var(--whitney-font);
    font-size: 15px;
    transition: 0.3s ease;
}

.discover-btn:hover {
    background: #2b2b27;
    color: #fff;
}

@media (max-width: 991px) {

    .restaurant-section {
        padding: 0 0;
    }

    .restaurant-item {
        margin: 50px 0;
    }

    .restaurant-img img {
        height: 420px;
    }

    .restaurant-content {
        max-width: 100%;
        margin-left: 0;
    }

    .restaurant-content h3 {
        font-size: 28px;
    }

    .restaurant-content p {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .restaurant-img img {
        height: 300px;
    }

    .restaurant-content h3 {
        font-size: 24px;
    }

    .discover-btn {
        padding: 10px 24px;
    }
}



.room-slider-section{
  padding: 50px 0;
}

.room-card h3{
  font-size: 24px;
  font-style: italic;
  margin-top: 20px;
  color: #2f2a24;
  font-family: serif;
}

.room-img{
      overflow: hidden;
    height: 100%;
}

.room-img img{
     width: 100%;
    display: block;
    transition: 0.5s ease;
    height: 100%;
}

.room-card:hover .room-img img{
  transform: scale(1.05);
}

/* Pagination Style Like Image */
.roomSwiper .swiper-wrapper {
  padding: 30px 0;
}
.roomSwiper  .swiper-slide {
display: flex;
 height: auto !important;
}

.roomSwiper  .swiper-slide .room-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.roomSwiper .swiper-pagination{
  position: relative;
  margin-top: 45px;
  text-align: center;
}

.roomSwiper .swiper-pagination-bullet{
  width: 38px;
  height: 2px;
  border-radius: 0;
  background: #b8b29f;
  opacity: 1;
  margin: 0 6px !important;
  transition: 0.3s ease;
}

.roomSwiper .swiper-pagination-bullet-active{
  background: #3d372f;
  width: 50px;
}

@media(max-width:767px){

  .room-slider-section{
    padding: 60px 0;
  }

  .room-card h3{
    font-size: 22px;
  }

}



.venues-section{
    padding: 0 0 60px 0;
    /* background: #f5f2eb; */
}

.section-title{
    text-align: center;
    margin-bottom: 70px;
}

.section-title h2{
    font-size: 48px;
    font-weight: 400;
    color: #1f1f1f;
    margin: 0;
    font-family: serif;
}

.venue-grid{
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 40px;
}

.venue-item{
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.venue-img{
    width: 46%;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    max-height: 100%;
    height: 330px;
}

.venue-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.2);
    clip-path: inset(0 100% 0 0);
    transition: none;
}

/* Reveal Active */
.venue-item.show .venue-img img{
    animation: imageReveal 1.4s ease forwards;
}

@keyframes imageReveal{

    0%{
        clip-path: inset(0 100% 0 0);
        transform: scale(1.2);
    }

    100%{
        clip-path: inset(0 0 0 0);
        transform: scale(1);
    }

}

.venue-content{
    flex: 1;
}

.venue-content h3{
    font-size: 28px;
    margin-bottom: 18px;
    color: #1f1f1f;
    font-family: serif;
    font-weight: 400;
}

.venue-content p{
    font-size: 16px;
    line-height: 1.9;
    color: #2f2f2f;
    /* margin: 0; */
}

.venue-content p:first-child{
  margin-bottom: 10px;
}

/* Responsive */

@media (max-width: 991px){

    .venue-grid{
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .section-title h2{
        font-size: 38px;
    }

}

@media (max-width: 767px){

  

    .venue-item{
        flex-direction: column;
    }

    .venue-img{
        width: 100%;
    }

    .venue-content{
        padding-top: 0;
    }

    .venue-content h3{
        font-size: 26px;
        margin-bottom: 12px;
    }

    .venue-content p{
        font-size: 15px;
        line-height: 1.7;
    }

    .section-title{
        margin-bottom: 45px;
    }

    .section-title h2{
        font-size: 32px;
    }

}


/* package page */
/* =========================
   AMAN STYLE PACKAGE PAGE
========================= */

.package-page {
    background: #f4f1ea;
    color: #1f1f1f;
    overflow: hidden;
}

/* spacing */

.package-block {
    padding: 60px 0;
}

.package-block-sm {
    padding: 50px 0;
}

/* typography */

.package-label {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
    color: var(--text-color);
}

.package-heading {
        font-size: clamp(34px, 4vw, 34px);
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 900px;
}

.package-subtext {
    max-width: 760px;
    font-size: 20px;
    line-height: 1.9;
    color: var(--text-color);
}

/* hero */

.package-hero {
       position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.package-hero-img {
    position: absolute;
    inset: 0;
}

.package-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 44%);
}

.package-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.package-hero-content .package-heading {
    max-width: 850px;
    color: #fff;
}

/* pricing table */

.package-table-wrap {
    border-top: 1px solid rgba(0,0,0,0.12);
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.package-table {
    width: 100%;
}

.package-table tr {
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.package-table th,
.package-table td {
    padding: 14px;
    font-size: 14px;
    font-weight: 400;
}

.package-table th {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: white;
}

.package-table td {
    font-size: 15px;
}

.package-table thead {
    background-color: black;
}

/* image section */

.package-image-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 80px;
    align-items: center;
}

.package-image-grid.reverse {
    grid-template-columns: .8fr 1.2fr;
}

.package-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* amenities */

.package-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.package-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 2px;
    line-height: 1.8;
    color: rgba(0,0,0,0.78);
}

.package-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}

/* cards */

.package-card {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
}

.package-card h4 {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 400;
}

.package-card p {
    line-height: 1.9;
    color: rgba(0,0,0,0.75);
}

/* button */

.package-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    padding: 14px 34px;
    min-width: 180px;
    transition: .4s ease;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.package-btn:hover {
    background: #000;
    color: #fff;
}

/* footer note */

.package-note {
    padding: 24px;
    background: #b99773;
    text-align: center;
    color: #fff;
}

.package-note h5 {
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: 400;
}

.package-note p {
    margin-bottom: 0;
    opacity: .85;
     
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}

/* mobile */

@media (max-width: 991px) {

    .package-block {
        padding: 40px 0;
    }

    .package-image-grid,
    .package-image-grid.reverse {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .package-image img {
        height: 420px;
    }

    .package-heading {
        font-size: 28px;
    }

    .package-note {
        padding: 45px 25px;
    }

    .package-note h5 {
        font-size: 28px;
    }

    .package-table-wrap {
        overflow-x: auto;
    }

    .package-table {
        min-width: 900px;
    }
}

@media (max-width: 767px) {

    .package-hero {
        min-height: 80vh;
    }

    .package-heading {
        font-size: 26px;
    }

    .package-subtext {
        font-size: 15px;
    }

    .package-image img {
        height: 300px;
    }

    .package-card h4 {
        font-size: 26px;
    }
}

.activities .package-box .img{
height:300px;}

.activities .package-box .content .main-heading{
      font-size: 20px;
    font-weight: 400;
    line-height: 25px;

}

.activities .package-box .content{
      position: absolute;
    bottom: 0px;
}



.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:42px;
    color:#222;
    margin-bottom:12px;
    position:relative;
}

.section-title h2::after{
    content:"";
    width:80px;
    height:3px;
    background:#a87c50;
    display:block;
    margin:15px auto 0;
}

.section-title p{
    color:#777;
    max-width:600px;
    margin:auto;
}

.amenities-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}

.amenity-card{
    background:#fff;
    padding:15px 15px;
    border-radius:18px;
    text-align:center;
    transition:.35s ease;
    border:1px solid #eee;
    position:relative;
    overflow:hidden;
    border: 1px solid #8a7e6a;
}

/*.amenity-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:100%;
    background:#c59d5f;
    transform:scaleY(0);
    transition:.35s ease;
}*/

.amenity-card:hover{
    /*transform:translateY(-8px);*/
    /*box-shadow:0 15px 35px rgba(0,0,0,.08);*/
}

.amenity-card:hover::before{
    transform:scaleY(1);
}

.amenity-card h3{
    font-size:15px;
    /*color:#333;*/
    font-weight:500;
    margin-bottom:0px;
  
}

/*.contact-info h3{
    font-size:18px;
    margin-bottom:10px;
    font-weight:700;
}

.contact-info p{
    margin-bottom:5px;
    font-size:15px;
}*/


.contact-info a{
    color:#c79c6e;
    text-decoration:none;
}

.contact-info  .office{
    margin-top:25px;
}

.contact-form{
    flex:1;
}

.form-group{
    margin-bottom:18px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-size:15px;
}

.form-group input,
.form-group textarea{
    width:100%;
    border:1px solid #d8d8d8;
    background:#fff;
    padding:12px;
    font-size:15px;
}

.form-group textarea{
    height:160px;
    resize:none;
}

.checkbox{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin:15px 0 25px;
    font-size:14px;
}

.checkbox input{
    margin-top:3px;
}

.checkbox a{
    color:#0a3c70;
    text-decoration:none;
}

.btn{
    background:#c79c6e;
    color:#fff;
    border:none;
    padding:15px 35px;
    text-transform:uppercase;
    font-size:14px;
    cursor:pointer;
}

.btn:hover{
    opacity:.9;
}



@media(max-width:768px){
    .contact-wrapper{
        flex-direction:column;
        gap:30px;
    }
}

.package-table-wrap .package-table table{
 background-color: #d9d8d5;}

 .package-block .terms-box .Plan i{
    color: #594a42;
}

.package-block .terms-box .NOTE{
    margin-top:45px;
}
.terms-box .Plan{
    display: flex;
    align-items: baseline;
        gap: 10px;
}

.contact-info p{
margin-bottom: 0px;
    font-size: 16px;
}

.amenity-card i{

color: #594a42;
padding-right: 20px;
}

.Adventure-Activities .main-heading{
font-size: 26px;}

.Adventure-Activities .package-box .content {
    position: absolute;
    bottom: 0px;}

#Honeymoon,
#Holiday,
#Conferences {
    scroll-margin-top: 120px; 
}

.package-card h3.mini-title{
    background-color: #2b2b27;
    color: white;
    padding: 10px;}

    .note-para p{
      font-size: 15px;
    }
    
    
    
    .whatsapp-widget {
    position: fixed;
    content: "";
    right: 24px;
    bottom: 140px;
    z-index: 6;}

.whatsapp-widget img {
    width: auto;
    max-width: 100%;
}

   .phone-call-widget {
    position: fixed;
    content: "";
    right: 24px;
    bottom: 80px;
    z-index: 6;}
    
.phone-call-widget img {
    width: auto;
    width: 50px;
    height: 50px;
    color: blue;
}

/*.phone-call-widget i {
    width: auto;
    max-width: 100%;
    font-size: 20px;
    border-radius: 50% ;
    background-color: #c79c6e;
    color: white;
    padding: 10px;

}*/
    
    
    
      .hero-section {
    position: relative;
}

.hero-slider {
    width: 100%;
    height: 80vh;
    margin-top:100px;
}

.hero-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}

.hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* Start zoomed in */
    transform: scale(1.35);
    transition: transform 5s ease;
}

/* Active slide slowly scales down */
.hero-slider .swiper-slide-active img {
    transform: scale(1);
}

.hero-slider .main-heading {
color:white;
font-size: 60px;
    line-height: 72px;
}

.hero-slider p {
color:white;}

/* Dark Overlay */
.hero-slider .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 31%);
    z-index: 1;
}

/* Content */
.slide-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    max-width: 800px;
}

.slide-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

.slide-content p {
    font-size: 22px;
    margin-bottom: 25px;
}

.slide-content .btn {
    display: inline-block;
    padding: 14px 35px;
    background: #d4af37;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
}

.slide-content .btn:hover {
    background: #b58f1d;
}

/* Responsive */
@media (max-width:768px) {
    .gutter {
    padding-right: 1rem;
    padding-left: 1rem;
    }

    .hero-slider {
        height: 60vh;
        margin-top: 20px;
    }
    .hero-slider .main-heading{
                   font-size: 45px;
        font-weight: 400;
        line-height: 50px;
        margin-bottom: 2px;
    }


    .slide-content {
        left: 6%;
        right: 6%;
    }

    .slide-content h1 {
        font-size: 36px;
    }

    .slide-content p {
        font-size: 18px;
    }
}
   
    .seasonal-Facilitiesswiper .solang-cards .card-img{

    height: 240px;}

.images-gallery img{
  width:100%;
  /*height:220px;*/
  object-fit:cover;
}

.hero-section .reserve-btn{
text-transform: uppercase;}





        /* Blog */

        .blog-card {
            /*background: #fff;*/
            /*border-radius: 12px;*/
            overflow: hidden;
            /*box-shadow: 0 10px 25px rgba(0, 0, 0, .08);*/
            margin-bottom: 45px;
            transition: .4s;
        }

        .blog-card:hover {
            transform: translateY(-8px);
        }

        .blog-card img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

  

      

        .blog-content h3 {
            margin: 11px 0;
            font-size: 24px;
         
        }


            .btn-read {
            background: #a87c50;
            color: #fff;
            padding: 12px 30px;
            text-decoration: none;
            border-radius: 5px;
            width: fit-content;
            /* border: 1px solid #000; */
            padding: 10px 24px;
            text-decoration: none;
            color: #ffffff;
            font-family: var(--whitney-font);
            font-size: 15px;
            transition: 0.3s ease;
        }

        .btn-read:hover {
            background: #000;
            color: #fff;
        }

        /* Sidebar */

  

        /*.sidebar-box h4 {
            font-weight: bold;
            margin-bottom: 25px;
            position: relative;
        }*/

        .sidebar-box h4::after {
            content: "";
            width: 60px;
            height: 3px;
            background: #a87c50;
            display: block;
            margin-top: 10px;
        }

        /* Search */

        .search-box {
            position: relative;
        }

        .search-box input {
            border-radius: 30px;
            padding: 14px 50px 14px 20px;
        }

        .search-box button {
            position: absolute;
            right: 5px;
            top: 5px;
            border: none;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #a87c50;
            color: #fff;
        }

        /* Contact */

        .contact-list {
            list-style: none;
            padding: 0;
        }

        .contact-list li {
            margin-bottom: 18px;
        }

        .contact-list i {
            color: #594a42;
            width: 25px;
           
        }

          .contact-list a{
           text-decoration: none;
           color:#2b2b27;
            word-break: break-word;
          }

        /* Categories */

        .category-list {
            list-style: none;
            padding: 0;
        }

        .category-list li {
            border-bottom: 1px solid #eee;
        }

        .category-list a {
            display: flex;
            justify-content: space-between;
            text-decoration: none;
            color: #444;
            /*padding: 15px 0;*/
        }

        .category-list a:hover {
            color: #a87c50;
        }

        /* Latest Blog */

        .latest-blog {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }

        .latest-blog:last-child {
            margin-bottom: 0;
        }

        .latest-blog img {
            width: 90px;
            height: 75px;
            border-radius: 8px;
            object-fit: cover;
        }

        .latest-blog h6 {
            margin: 0 0 5px;
        }

        .latest-blog h6 a {
            text-decoration: none;
            color: #222;
        }

        .latest-blog h6 a:hover {
            color: #a87c50;
        }

        /* Pagination */

        .pagination .page-link {
            color: #a87c50;
        }

        .pagination .active .page-link {
            background: #a87c50;
            border-color: #a87c50;
            color: #fff;
        }

        .sticky-sidebar {
    position: sticky;
    top: 155px; 
    background-color: #faf8f48c;
    border: 1px solid #e4e0d8;
    padding: 10px;
}
.blog-content {
    padding: 15px 0px;
}


/* Disable sticky on mobile */
@media(max-width: 991px) {
    .sticky-sidebar {
        position: static;
    }
}

.faq-section{
    margin-top:40px;
}


.faq-section h3{
    margin-bottom:25px;
}


.accordion-item{
    border:1px solid #eee;
    margin-bottom:15px;
    border-radius:8px;
    overflow:hidden;
}


.accordion-button{
    font-size:17px;
    font-weight:600;
    padding:18px;
}


.accordion-button:not(.collapsed){
    background:#f8f3ed;
    color:#c27a3a;
    box-shadow:none;
}


.accordion-body{
    padding:20px;
    line-height:1.7;
    color:#555;
}

/*.blog-detail-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}*/


.blog-detail-img{
    width:100%;
    height:450px;
    object-fit:cover;
}


.blog-detail-content{
    padding:35px;
}


.blog-detail-content h1{
    font-size:38px;
    margin:20px 0;
}


.blog-detail-content h3{
    margin-top:30px;
    font-size:26px;
}

.blog-detail-content p{
    font-size:16px;
    line-height:1.8;
    color:#555;
}

.inner-image{
    width:100%;
    height:350px;
    object-fit:cover;
    margin:25px 0;
}

@media(max-width:991px){

    .blog-detail-img{
        height:300px;
    }

    .blog-detail-content h1{
        font-size:28px;
    }

    .sticky-sidebar{
        margin-top:30px;
    }

}

        .blog-title-area {

            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 30px;

        }

        .blog-date {

            font-family: var(--whitney-font);
    font-size: 15px;
    letter-spacing: 0.1em;
    color: var(--btn-color);

        }
        .blog-date a{
          text-decoration: none;
              font-family: var(--whitney-font);
    font-size: 15px;
    letter-spacing: 0.1em;
    color: var(--btn-color);
        }


        .share-icons {

            display: flex;
            gap: 10px;

        }


        .share-icons a {

            color: #000;
            font-size: 24px;
            transition: .3s;
        }

        .share-icons a:hover {

            color: #c27a3a;

        }

        .blog-detail-img {

            width: 100%;
            height: 500px;
            object-fit: cover;

        }

        .inner-image {
            width: 100%;
            height: 350px;
            object-fit: cover;
            margin: 25px 0;

        }

        .faq-section {
            margin-top: 50px;
        }

        .accordion-item {

            border: 1px solid #eee;
            margin-bottom: 15px;
        }

        .accordion-button {

            font-size: 17px;
            font-weight: 600;

        }


        .accordion-button:not(.collapsed) {

            background: #f8f3ed;
            color: #c27a3a;

        }

        .sidebar-box {

            padding: 0px 2px;
            margin-bottom: 20px;
                margin-top: 20px;

        }

        .sidebar-box h4 {

            margin-bottom: 20px;
            font-size: 22px;

        }


        .contact-list,
        .category-list {

            padding: 0;
            margin: 0;
            list-style: none;

        }


        .contact-list li {

            margin-bottom: 15px;

        }


        .contact-list i {

            width: 25px;

        }



        .category-list li {

            padding: 10px 0;
            border-bottom: 1px solid #dadada;

        }


        .category-list a {

            text-decoration: none;
            color: #333;
            display: flex;
            justify-content: space-between;

        }



        /* Latest Blog */


        .latest-blog {

            display: flex;
            gap: 15px;
            margin-bottom: 20px;

        }


        .latest-blog img {

            width: 80px;
            height: 70px;
            object-fit: cover;

        }


        .latest-blog h6 {

            font-size: 15px;

        }





        @media(max-width:991px) {


            .blog-title-area {

                flex-direction: column;
                align-items: flex-start;

            }


            .blog-title-area h1 {

                font-size: 30px;

            }


            .blog-detail-img {

                height: 300px;

            }


            .sticky-sidebar {

                margin-top: 30px;

            }


        }



.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    align-items: baseline;
}



.contact-list span {
    flex: 1;
}
/*
.blog-container .row{
  gap:50px;
}*/

.blog-sidebar{
    width:100%;
}

.blog-title{
    font-size:22px;
    font-weight:400;
    margin-bottom:35px;
}

.blog-tabs{
    display:flex;
    gap:50px;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
    margin-bottom:30px;
}

.tab-btn{
    border:0;
    background:none;
    font-size:14px;
    color:#333;
    cursor:pointer;
}

.tab-btn.active{
    color:#a87c50;
}


.blog-item{
    display:flex;
    gap:20px;
    margin-bottom:28px;
    align-items:center;
}


.blog-item img{
    width:50px;
    height:50px;
    border-radius:50%;
    object-fit:cover;
}


.blog-item h5{
    font-size:14px;
    line-height:1.6;
    font-weight:500;
    color:#a87c50;
    margin:0 0 8px;
}


.blog-item span{
      font-size: 14px;
    color: #333;
}


.more-detalis .solang-cards .card-img{
    height: 220px;}

    .blog-meta-box {
    border-top: 1px solid #ddd;
    padding-top: 25px;
}





.category-list-new {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
}


.category-list-new li a,
.tag-list a {

    display: inline-block;
     padding: 5px 12px;
    border-radius: 4px;
    background: #ffffff;
    color: #594a42;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s;

}


.category-list-new li a:hover,
.tag-list a:hover {

    background: #594a42;
    color: #fff;

}


.tag-list {

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.solang-cards .card-content a{
text-decoration: none;
}

.solang-cards .blog-listing-deatils {
      font-size: 16px;
    line-height: 25px
}

.single-post .blog-detail-card img{
  width: 100%;
}
.single-post .blog-content h1, .single-post .blog-content h2, .single-post .blog-content h3, .single-post .blog-content h4, .single-post .blog-content h5, .single-post .blog-content h6{
margin-bottom: 25px;}
 

.choose-box {
      background-color: #ffffff66;
    padding: 10px;
    box-shadow: 8px 11px 12px 6px #ffffff14;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.awards-box {
    max-width: 750px;
    margin: 0 auto;
}

.awards-box .icon {

    position: relative;
}



.awards-box .icon::before {
    right: 100%;
    margin-right: 20px;
}

.awards-box .icon::after {
    left: 100%;
    margin-left: 20px;
    transform: rotate(180deg);
}

.awards-box .icon img {
    width: 45px;
}

.award-content {
           position: relative;
    margin: 8px 0;
    padding: 14px 25px 14px 65px;
    color: var(--primary);
    font-size: 18px;
    border-left: 2px solid rgb(191 181 155 / 40%);
    transition: .35s ease;
    text-align: left;
}

.award-content::before {
            content: "";
    position: absolute;
    left: -8px;
    top: 16px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #a57f52;
    box-shadow: 0 0 15px rgb(191 181 155 / 71%);
}

.award-content::after {
    content: "🏆";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}

/* .award-content:hover {
    padding-left: 75px;
    color: #c9a961;
} */

@media (max-width:768px) {

    .awards-box .icon::before,
    .awards-box .icon::after {
        width: 60px;
    }

    .award-content {
        font-size: 16px;
        padding-left: 45px;
    }

    .award-content::after {
          left: 12px;
    }
}


.venue-box{
    height:100%;
    border:1px solid #e6dfd2;
    padding:20px  40px;
    background:#faf8f1;
    transition:.3s;
}

.venue-box:hover{
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}



