@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* Variables */
/* HTML Elements */
html {
  font-size: 16px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100.1%;
  font-size: 1rem;
  color: #141a1a;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6,
body blockquote,
body th {
  font-weight: 700;
}
body h1,
body .h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 80px; /* 111.111% */
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  body h1,
  body .h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 122.222% */
    letter-spacing: 0.02px;
  }
}
body h2,
body .h2 {
  font-family: "Cormorant Garamond", serif;
  color: #2c461f;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 116.667% */
  letter-spacing: 0.2px;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  body h2,
  body .h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
    letter-spacing: 0.2px;
  }
}
body h3,
body .h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 122.222% */
  letter-spacing: 0.02px;
  margin-bottom: 1.5rem;
}
body h4,
body .h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-style: normal;
  color: #2c461f;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
  letter-spacing: 0.2px;
  margin-bottom: 1.5rem;
}
body h5,
body .h5 {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 163.636% */
  letter-spacing: 0.2px;
  margin-bottom: 1.5rem;
}
body h6,
body .h6 {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.2px;
  margin-bottom: 1.5rem;
}
body p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.3px;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
body a {
  color: #2c461f;
  transition: 0.3s ease all;
}
body a:focus, body a:visited, body a:hover, body a:active {
  outline: 0;
  text-decoration: none;
}
body hr {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
body ul,
body ol {
  margin-left: 0;
}
body label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
body input,
body select,
body textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.caption {
  font-family: "Open Sans", sans-serif;
  color: #6b6b6b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.body-2 {
  color: #6b6b6b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.3px;
}

/* Buttons */
.btn,
a.btn,
input.btn,
button.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
}
.btn.btn-square,
a.btn.btn-square,
input.btn.btn-square,
button.btn.btn-square {
  font-size: 1.5rem;
  background: #dfe0f7;
  width: 7.75rem;
  height: 7.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  position: absolute;
  bottom: 0;
  right: 4rem;
}

/* Navigation */
#nav.navbar {
  background: #fff;
  transition: 0.3s ease all;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  backface-visibility: hidden;
}
#nav.navbar #navbar ul.nav.navbar-nav li.nav-item {
  padding: 0 0.5rem;
  margin: 0;
}
#nav.navbar #navbar ul.nav.navbar-nav li.nav-item a.nav-link {
  padding: 0;
  margin: 0;
}
#nav.navbar #navbar ul.nav.navbar-nav li.nav-item .dropdown-menu {
  min-width: 12rem;
}
#nav.navbar #navbar ul.nav.navbar-nav li.nav-item .dropdown-menu li.nav-item a.nav-link {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  #nav.navbar {
    height: 60px;
  }
  #nav.navbar #navbar ul.nav.navbar-nav li.nav-item .dropdown-menu {
    padding: 0.5rem;
    margin: 0.25rem 0 0;
  }
  #nav.navbar #navbar ul.nav.navbar-nav li.nav-item .dropdown-menu li.nav-item {
    width: 100%;
    margin-left: 0 !important;
  }
  #nav.navbar #navbar ul.nav.navbar-nav li.nav-item .dropdown-menu li.nav-item a.nav-link {
    width: 100%;
    margin-left: 0 !important;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  #nav.navbar #navbar ul.nav.navbar-nav > li:first-child,
  #nav.navbar #navbar ul.nav.navbar-nav > li:first-child > a.nav-link {
    padding-left: 0;
  }
  #nav.navbar #navbar ul.nav.navbar-nav > li:last-child,
  #nav.navbar #navbar ul.nav.navbar-nav > li:last-child > a.nav-link {
    padding-right: 0;
  }
  #nav.navbar #navbar .dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s linear;
  }
  .dropdown:hover #nav.navbar #navbar .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  #nav.navbar #navbar .dropdown-menu .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  #nav.navbar #navbar ul.nav.navbar-nav {
    padding: 15px 0;
  }
  #nav.navbar #navbar ul.nav.navbar-nav li.nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #nav.navbar #navbar ul.nav.navbar-nav li.nav-item:last-child {
    border-bottom: none;
  }
  #nav.navbar #navbar ul.nav.navbar-nav li.nav-item .dropdown-menu {
    display: none;
    border: none;
    position: static;
  }
  #nav.navbar #navbar ul.nav.navbar-nav li.nav-item .dropdown-menu.show {
    display: block;
  }
  #nav.navbar #navbar ul.nav.navbar-nav li.nav-item .dropdown-menu li.nav-item {
    border-bottom: 1px solid #f5f5f5;
  }
  #nav.navbar #navbar ul.nav.navbar-nav li.nav-item .dropdown-menu li.nav-item:last-child {
    border-bottom: none;
  }
  #nav.navbar #navbar ul.nav.navbar-nav li.nav-item .dropdown-menu li.nav-item a.nav-link {
    padding: 15px 0 !important;
  }
}
#nav.navbar .navbar-nav {
  gap: 40px;
  align-items: center;
}

.accom {
  height: 16px;
}
@media only screen and (max-width: 768px) {
  .accom {
    height: 100%;
  }
}

.dropdown-toggle::after {
  content: "";
  border-left: 2px solid #2c461f;
  border-bottom: 2px solid #2c461f;
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(-45deg);
  margin-left: 10.255em;
  margin-top: -15px;
  border-top: none;
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .dropdown-toggle::after {
    display: none;
  }
}

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

.submenu-toggle {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.submenu-toggle::before {
  content: "";
  border-left: 2px solid #2c461f;
  border-bottom: 2px solid #2c461f;
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(-45deg);
}

.dropdown-menu {
  border: none;
  border-radius: 0px;
  top: 34px;
  right: -43px;
}
.dropdown-menu .dropdown-item {
  padding: 20px !important;
}
@media only screen and (max-width: 768px) {
  .dropdown-menu .dropdown-item {
    padding: 0px !important;
  }
}
.dropdown-menu li {
  padding: 0px 34px;
}
.dropdown-menu li a {
  border-bottom: solid #2c461f 1px;
  padding-bottom: 12px;
  color: #2c461f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.dropdown-menu li:last-child a {
  border-bottom: none;
}
.dropdown-menu .dropdown-item:active {
  background-color: #2c461f;
}
@media only screen and (max-width: 768px) {
  .dropdown-menu li a {
    border-bottom: none;
  }
}

.mobile-menu-panel {
  position: relative;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.mobile-menu-panel.is-open {
  max-height: 100vh;
}
.mobile-menu-panel .enquire-btn {
  background: #2c461f;
  color: white;
  display: flex;
  justify-content: space-around;
}
.mobile-menu-panel .enquire-btn .nav-link {
  color: white !important;
}
.mobile-menu-panel ul.mobile-nav-list {
  list-style: none;
  margin: 0px 30px 30px 30px;
  padding: 0;
}
.mobile-menu-panel ul.mobile-nav-list li.nav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.mobile-menu-panel ul.mobile-nav-list li.nav-item:last-child {
  border-bottom: none;
}
.mobile-menu-panel ul.mobile-nav-list li.nav-item a.nav-link {
  display: block;
  padding: 14px 0;
  color: #2c461f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.2px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  width: fit-content;
}
.mobile-menu-panel ul.mobile-nav-list li.nav-item .dropdown-menu {
  display: none;
  border: none;
  padding: 0 0 0 16px;
  margin: 0;
  box-shadow: none;
  position: static;
}
.mobile-menu-panel ul.mobile-nav-list li.nav-item .dropdown-menu.show {
  display: block;
}
.mobile-menu-panel ul.mobile-nav-list li.nav-item .dropdown-menu li.nav-item {
  border-bottom: none;
}
.mobile-menu-panel ul.mobile-nav-list li.nav-item .dropdown-menu li.nav-item:last-child {
  border-bottom: none;
}
.mobile-menu-panel ul.mobile-nav-list li.nav-item .dropdown-menu li.nav-item a.nav-link {
  font-size: 0.9rem;
  padding: 10px 0;
}

.burger {
  width: 30px;
  height: 24px;
  position: relative;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger-line {
  width: 100%;
  height: 2.3px;
  background: #2c461f;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}

/* position lines */
.top {
  top: 0;
}

.middle {
  top: 11px;
}

.bottom {
  top: 22px;
}

/* OPEN STATE → morph into X */
#mobile-menu-toggle.is-open .top {
  top: 11px;
  transform: rotate(45deg);
}
#mobile-menu-toggle.is-open .middle {
  opacity: 0;
}
#mobile-menu-toggle.is-open .bottom {
  top: 11px;
  transform: rotate(-45deg);
}

.navbar-toggler {
  line-height: 1;
  background-color: transparent;
  border: none;
  color: #2c461f;
  border-radius: 0px;
  margin: 16px 6px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991px) {
  #nav.navbar .navbar-collapse {
    display: none !important;
  }
}
.nav-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 20px 0px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .nav-wrapper {
    padding: 20px 28px;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    top: 0px;
  }
}
.nav-wrapper li a {
  color: #2c461f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 0px !important;
}
.nav-wrapper .enquire-btn {
  background: #2c461f;
  padding: 12px 37px;
}
.nav-wrapper .enquire-btn a {
  color: white;
}
.nav-wrapper .enquire-btn a:focus,
.nav-wrapper .enquire-btn a:hover {
  color: white;
}

.custom-logo {
  width: 180px;
  height: auto;
}

.secondary-nav-wrapper {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #2c461f;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.secondary-nav-wrapper .secondary-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0px 80px;
  gap: 32px;
  justify-content: space-between;
}
.secondary-nav-wrapper .secondary-nav li a {
  display: block;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.secondary-nav-wrapper .secondary-nav li a:hover, .secondary-nav-wrapper .secondary-nav li a:focus {
  color: rgba(255, 255, 255, 0.4);
  border-bottom-color: #3a5a2a;
}
.secondary-nav-wrapper .secondary-nav li.current-menu-item a {
  color: #3a5a2a;
  border-bottom-color: #3a5a2a;
}
@media (max-width: 768px) {
  .secondary-nav-wrapper .secondary-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 27px 22px;
    gap: 16px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .secondary-nav-wrapper .secondary-nav li a {
    padding: 4px 0;
  }
}
@media (max-width: 768px) {
  .secondary-nav-wrapper {
    position: relative;
  }
}

/* Custom Styles */
.top-banner {
  background-color: #2c461f;
  padding: 13px;
  display: flex;
  text-align: center;
  justify-content: center;
  color: white;
}
.top-banner p {
  margin-bottom: 0px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.top-banner a {
  color: white;
  border-bottom: 0.5px solid;
  text-decoration: none;
}
@media (max-width: 768px) {
  .top-banner {
    padding: 13px 30px;
  }
}

.banner {
  display: flex;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  padding-bottom: 69px;
}
.banner h1 {
  color: white;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .banner {
    background-position: center;
  }
}

.sec-banner {
  display: flex;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  padding-bottom: 69px;
}
.sec-banner h1 {
  color: white;
  margin-bottom: 2rem;
  margin-left: 2rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sec-banner {
    background-position: center;
  }
}

.home-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pad-remove {
  margin-bottom: 5px;
}

.full-width-text-sec {
  background: #ebeae3;
}
.full-width-text-sec .container {
  padding: 80px 150px;
}
.full-width-text-sec h2,
.full-width-text-sec h5,
.full-width-text-sec p {
  margin-bottom: 40px;
}
.full-width-text-sec h2 {
  color: #2c461f;
}
.full-width-text-sec h5:after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background: #6b6b6b;
  margin-top: 0.5rem;
  position: relative;
  left: 47%;
}
@media (max-width: 768px) {
  .full-width-text-sec h5:after {
    left: 40%;
  }
}
.full-width-text-sec .icon-sleeps {
  width: fit-content;
  border: solid 1px;
  padding: 20px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .full-width-text-sec .icon-sleeps {
    margin-left: auto;
  }
}
.full-width-text-sec .icon-sleeps.ml-auto {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .full-width-text-sec .icon-sleeps.ml-auto {
    margin-right: auto;
  }
}
.full-width-text-sec .icon-sleeps .wp-block-column {
  flex-basis: fit-content !important;
}
.full-width-text-sec .icon-sleeps figure {
  width: 20px;
  margin: 0 0 0rem;
}
.full-width-text-sec .icon-sleeps p {
  margin-bottom: 0px !important;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .full-width-text-sec .container {
    padding: 60px 20px;
  }
}
.full-width-text-sec .wp-block-separator {
  border: none;
  border-top: 2px solid #6b6b6b;
  width: 7%;
  opacity: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .full-width-text-sec .wp-block-separator {
    width: 20%;
  }
}

.image-left-right-text .cols {
  gap: 60px;
  margin: 80px 0px;
}
@media (max-width: 768px) {
  .image-left-right-text .cols {
    gap: 60px;
    margin: 60px 0px;
    padding: 0px 20px;
  }
}
@media (max-width: 768px) {
  .image-left-right-text .mobile-image-switch {
    flex-direction: column-reverse;
  }
}
.image-left-right-text p,
.image-left-right-text h2 {
  margin-bottom: 40px;
}
.image-left-right-text .caption {
  margin-bottom: 40px;
}
.image-left-right-text .arrow-text {
  font-family: "Open Sans", sans-serif;
  color: #2c461f;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.2px;
  margin-bottom: 0px !important;
}
.image-left-right-text .arrow-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2c461f;
  position: relative;
  top: 23px;
  right: 0px;
}
.image-left-right-text .cols-arrow {
  width: 50%;
  gap: 18px;
  align-items: center !important;
}
.image-left-right-text .cols-arrow .col-1 {
  flex-basis: fit-content !important;
}
.image-left-right-text .cols-arrow .col-2 {
  width: fit-content;
}
.image-left-right-text .cols-arrow .col-2 figure {
  margin: -1px 0 8px;
}
.image-left-right-text .cols-arrow .col-2 figure img {
  width: 13px;
  height: auto;
}
@media (max-width: 768px) {
  .image-left-right-text .cols-arrow {
    width: 80%;
  }
}
.image-left-right-text .first {
  border-top: solid rgba(128, 128, 128, 0.2117647059) 1px;
}
.image-left-right-text .link-experiences {
  width: 100%;
  gap: 18px;
  align-items: center !important;
  border-bottom: solid rgba(128, 128, 128, 0.2117647059) 1px;
  padding: 7px 0px;
  justify-content: space-between;
  margin-bottom: 0px;
}
.image-left-right-text .link-experiences p {
  margin-bottom: 0px;
}
.image-left-right-text .link-experiences a {
  font-size: 14px;
  margin-bottom: 0px !important;
  text-decoration: none;
  color: #141a1a;
}
.image-left-right-text .link-experiences .col-1 {
  flex-basis: fit-content !important;
}
.image-left-right-text .link-experiences .col-1 figure img {
  width: 13px;
  height: auto;
}
@media (max-width: 768px) {
  .image-left-right-text .link-experiences {
    flex-wrap: nowrap !important;
  }
  .image-left-right-text .link-experiences .col-2 {
    flex-basis: 80% !important;
  }
}
.image-left-right-text .wp-block-embed__wrapper iframe {
  width: 690px;
  height: 520px;
  border: none;
  display: block;
}

.enquire-btn .wp-block-button__link {
  background-color: #2c461f;
  border-radius: 0px;
  color: white;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.green-btn .wp-block-button__link {
  background-color: #2c461f;
  border-radius: 0px;
  color: white;
  box-shadow: none;
  text-decoration: none;
  padding: 16px 48px;
}
.green-btn a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.2px;
}

.amenities-text {
  font-family: "Open Sans", sans-serif;
  color: #2c461f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.2px;
  margin-bottom: 0px !important;
}

.amenities-sec {
  width: fit-content;
  gap: 109px;
  margin-left: auto;
  margin-right: auto;
}
.amenities-sec .cols-amenities {
  width: 113%;
  gap: 18px;
  align-items: center !important;
  border-bottom: solid rgba(128, 128, 128, 0.2117647059) 1px;
  padding-bottom: 19px;
}
.amenities-sec .cols-amenities .col-1 {
  flex-basis: fit-content !important;
}
.amenities-sec .cols-amenities .col-1 figure img {
  width: 20px;
}
@media (max-width: 768px) {
  .amenities-sec .cols-amenities .col-2 {
    flex-basis: 80% !important;
  }
}
@media (max-width: 768px) {
  .amenities-sec {
    gap: 0px;
  }
  .amenities-sec .cols-amenities {
    width: 100%;
    gap: 18px;
    flex-wrap: nowrap !important;
    padding: 20px;
    margin-bottom: 0px;
    justify-content: space-around;
  }
}

.services-sec {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
.services-sec .main-col-1,
.services-sec .main-col-2,
.services-sec .main-col-3 {
  flex-basis: fit-content !important;
}
.services-sec .cols-services {
  gap: 18px;
  align-items: center !important;
}
.services-sec .cols-services p {
  font-family: "Open Sans", sans-serif;
  color: #2c461f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.2px;
  margin-bottom: 0px !important;
}
.services-sec .cols-services .col-1,
.services-sec .cols-services .col-2 {
  flex-basis: fit-content !important;
}
.services-sec .cols-services figure img {
  width: 8px;
}
@media (max-width: 768px) {
  .services-sec .cols-services {
    flex-wrap: nowrap !important;
    margin-bottom: 0px;
    justify-content: space-around;
  }
  .services-sec .cols-services .col-2 {
    flex-basis: 80% !important;
  }
}

.explore-more-section .container {
  padding: 80px 0px;
}
.explore-more-section .wp-block-image img {
  width: 310px;
  height: 380px;
}
.explore-more-section .caption {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .explore-more-section .container {
    padding: 60px 20px;
  }
  .explore-more-section .wp-block-column {
    margin: 0px 32px;
  }
}

.accommodation-sec .container {
  padding: 80px 0px;
}
.accommodation-sec h5 {
  font-family: "Open Sans", sans-serif;
  color: #6b6b6b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.accommodation-sec .accommodation-info {
  width: 36%;
  margin-left: auto;
  margin-right: auto;
}
.accommodation-sec .accommodation-info .col-1 figure img {
  width: 32px;
}
.accommodation-sec .accommodation-info .col-2 figure img {
  height: 96px;
}
.accommodation-sec .accommodation-info .col-3 figure img {
  width: 32px;
}
@media (max-width: 768px) {
  .accommodation-sec .accommodation-info {
    flex-wrap: nowrap !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .accommodation-sec .container {
    padding: 20px;
  }
}

.accommodation-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 80px 60px;
}
.accommodation-card .accommodation-content {
  flex: 1;
  order: 1;
}
.accommodation-card .accommodation-image {
  flex: 1;
  order: 2;
}
.accommodation-card .accommodation-image img {
  width: 690px;
  height: 520px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .accommodation-card .accommodation-image img {
    width: 100%;
    height: 400px;
  }
}
.accommodation-card .accommodation-button {
  border-bottom: solid #2c461f 1px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .accommodation-card {
    margin: 60px 20px;
  }
}

/* Reverse order for alternating cards */
.accommodation-card.image-right {
  gap: 80px;
}
.accommodation-card.image-right .accommodation-content {
  order: 2;
}
.accommodation-card.image-right .accommodation-image {
  order: 1;
}

/* Stack on mobile, content always first */
@media (max-width: 768px) {
  .accommodation-card,
  .accommodation-card.image-right {
    flex-direction: column;
  }
  .accommodation-card .accommodation-content,
  .accommodation-card.image-right .accommodation-content {
    order: 1;
    margin-bottom: 20px;
  }
  .accommodation-card .accommodation-image,
  .accommodation-card.image-right .accommodation-image {
    order: 2;
  }
  .accommodation-card {
    gap: 70px;
  }
}
.book-your-stay {
  background-color: #f0f0eb;
  text-align: center;
  padding: 80px 20px;
}
.book-your-stay h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.book-your-stay p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 32px;
}
.book-your-stay .book-your-stay-btn {
  display: inline-block;
  background-color: #2c461f;
  color: #fff;
  text-decoration: none;
  padding: 16px 48px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.book-your-stay-inner {
  max-width: 800px;
  margin: 0 auto;
}

.gallery-sec .container {
  padding: 80px 0px;
}
.gallery-sec p {
  padding: 0px 150px;
  margin-bottom: 40px !important;
}
.gallery-sec .wp-block-columns {
  margin-bottom: 40px;
  width: fit-content;
  gap: 40px;
}
.gallery-sec figure {
  width: 646px;
  height: auto;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .gallery-sec {
    padding: 0px 20px;
  }
  .gallery-sec figure {
    width: 100%;
  }
  .gallery-sec p {
    padding: 0px 0px;
  }
}

.our-team-sec .container {
  padding: 80px 0px;
}
.our-team-sec h2 {
  margin-bottom: 40px !important;
}
.our-team-sec h4 {
  margin-bottom: 14px !important;
}
.our-team-sec p {
  font-size: 14px;
  margin-bottom: 18px;
}
.our-team-sec .wp-block-columns {
  margin-bottom: 40px;
  width: fit-content;
  gap: 40px;
}
.our-team-sec .wp-block-columns figure {
  width: 420px;
  height: auto;
}
@media (max-width: 768px) {
  .our-team-sec .container {
    padding: 60px 20px;
  }
  .our-team-sec .wp-block-columns figure {
    width: 100%;
  }
}

.guest-info-sec .container {
  padding: 40px 0px;
}
.guest-info-sec h2 {
  margin-bottom: 40px !important;
}
.guest-info-sec .first {
  border-top: solid rgba(128, 128, 128, 0.2117647059) 1px;
}
.guest-info-sec .mobile-first {
  border-top: solid rgba(128, 128, 128, 0.2117647059) 1px;
}
@media (max-width: 768px) {
  .guest-info-sec .mobile-first {
    border-top: solid rgba(203, 21, 21, 0.212) 0px !important;
  }
}
.guest-info-sec .wp-block-columns {
  margin-bottom: 60px;
  width: fit-content;
  gap: 40px;
}
.guest-info-sec .wp-block-column {
  border-bottom: solid rgba(128, 128, 128, 0.2117647059) 1px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.guest-info-sec .wp-block-column figure {
  margin-bottom: 10px;
}
.guest-info-sec .wp-block-column figure img {
  width: 24px;
  height: auto;
}
.guest-info-sec .wp-block-column h4 {
  margin-bottom: 10px !important;
  color: #2c461f;
}
.guest-info-sec .wp-block-column p {
  font-size: 14px;
  color: #6b6b6b;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  .guest-info-sec .container {
    padding: 60px 20px;
  }
}

.carousel-heading {
  margin-top: 80px;
}

.carousel {
  display: block !important;
  overflow: hidden;
  width: 100%;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.carousel .slick-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
  transform: scale(0.85);
}
.carousel .slick-slide.slick-center {
  opacity: 1;
  transform: scale(1);
}
.carousel .slick-slide figure {
  margin: 0;
  height: 400px;
}
.carousel .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
}
.carousel .slick-prev::before,
.carousel .slick-next::before {
  content: "";
}
.carousel .slick-prev {
  left: 10px;
}
.carousel .slick-next {
  right: 10px;
}

.faqs {
  margin: 80px 0px;
}
.faqs .faq-col {
  margin: 0px 151px;
}
.faqs h2 {
  margin-bottom: 94px;
}
.faqs details.wp-block-details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  cursor: pointer;
}
.faqs details.wp-block-details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 163.636% */
  letter-spacing: 0.2px;
}
.faqs details.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.faqs details.wp-block-details summary::after {
  content: "⌃";
  font-size: 1rem;
  color: #1a1a1a;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.faqs details.wp-block-details [open] summary::after {
  transform: rotate(0deg);
}
.faqs details.wp-block-details p {
  margin-top: 12px;
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .faqs {
    margin: 60px 20px;
  }
  .faqs h2 {
    margin-bottom: 60px;
  }
  .faqs .faq-col {
    margin: 0px 0px;
  }
}

/* Content */
.faqs details.wp-block-details #page > section > .container,
.faqs details.wp-block-details #page > section > .wp-block-group__inner-container > .container {
  position: relative;
}

/*youtube emebed */
.youtube-embed {
  margin: 100px 0px;
}
.youtube-embed .wp-block-embed__wrapper {
  display: inline-block;
  line-height: 0;
  border-radius: 12px;
  overflow: hidden;
}
.youtube-embed .wp-block-embed__wrapper iframe {
  width: 1024px;
  height: 576px;
  border: none;
  display: block;
}
.youtube-embed figure.wp-block-embed {
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .youtube-embed h2 {
    margin-bottom: 40px;
  }
}

.pursuits-pleasures-sec {
  margin: 80px 0px;
}
.pursuits-pleasures-sec .wp-block-embed__wrapper iframe {
  width: 420px;
  height: 311px;
  border: none;
  display: block;
}
.pursuits-pleasures-sec .wp-block-image img {
  width: 420px;
  height: 311px;
  object-fit: cover;
  display: block;
}
.pursuits-pleasures-sec .wp-block-columns p {
  font-family: "Cormorant Garamond", serif;
  color: #2c461f;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .pursuits-pleasures-sec {
    margin: 60px 0px;
  }
  .pursuits-pleasures-sec .caption {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
  .pursuits-pleasures-sec .pursuits-slider .wp-block-column {
    min-height: 0;
  }
  .pursuits-pleasures-sec .pursuits-slider .wp-block-image img,
  .pursuits-pleasures-sec .pursuits-slider .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .pursuits-pleasures-sec .pursuits-slider .slick-next:before,
  .pursuits-pleasures-sec .pursuits-slider .slick-prev:before {
    content: "";
  }
  .pursuits-pleasures-sec .pursuits-slider .slick-prev,
  .pursuits-pleasures-sec .pursuits-slider .slick-next {
    color: #2c461f;
  }
  .pursuits-pleasures-sec .pursuits-slider .slick-prev {
    left: 20px;
    top: 127px;
    z-index: 1;
  }
  .pursuits-pleasures-sec .pursuits-slider .slick-next {
    right: 20px;
    top: 127px;
  }
  .pursuits-pleasures-sec p {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.2px;
  }
}

.finer-details-sec {
  margin: 80px 0px;
}
.finer-details-sec .wp-block-image img {
  width: 32px;
  height: 32px;
}
.finer-details-sec p {
  font-family: "Open Sans", sans-serif;
  color: #6b6b6b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.3px;
}
.finer-details-sec .wp-block-column p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .finer-details-sec {
    margin: 60px 0px;
    padding: 0px 20px;
  }
}

.contact-sec {
  margin: 80px 0px;
}
.contact-sec h6 {
  color: var(--Gravel, #6b6b6b);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.contact-sec .contact-text {
  flex-basis: 40.33%;
}
.contact-sec .main-col {
  gap: 96px;
}
@media (max-width: 767px) {
  .contact-sec .main-col {
    gap: 40px;
  }
}
.contact-sec .border-bot {
  border-bottom: 1px solid #e8e8e3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.contact-sec .space-direct {
  margin-bottom: 25px !important;
}
.contact-sec .space-direct p {
  color: #2c461f;
}
.contact-sec .contact-blocks.wp-block-columns {
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 11px;
}
.contact-sec .contact-blocks.wp-block-columns .wp-block-column:first-child {
  flex: 0 0 auto;
  width: auto;
}
.contact-sec .contact-blocks.wp-block-columns .wp-block-column:nth-child(2) {
  flex: 0 0 auto;
  width: auto;
}
.contact-sec .contact-blocks .direction-icon {
  width: 16px;
  height: 16px;
}
.contact-sec .contact-blocks .icon {
  width: 40px;
  height: 40px;
  margin-block: 0px;
}
.contact-sec .contact-blocks p {
  font-size: 14px;
  font-style: normal;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.2px;
  margin-block: 0px;
}
@media (max-width: 767px) {
  .contact-sec {
    margin: 60px 20px;
  }
}

/* Map Embed */
.map-wrapper {
  width: 100%;
}
.map-wrapper .container {
  margin: 0px 0px;
}
.map-wrapper iframe {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* Contact Form 7 */
.wpcf7 label {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #999;
  display: block;
  margin-bottom: 6px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 14px 16px;
  font-size: 15px;
  color: #333;
  background: #fff;
  margin-bottom: 0px;
}
.wpcf7 textarea {
  height: 160px;
  resize: vertical;
}
.wpcf7 input[type=submit] {
  background-color: #2c461f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: #cfd1d2;
  letter-spacing: 0.2px;
  border-radius: 0px;
  padding: 15px;
  width: 25%;
  cursor: pointer;
}
.wpcf7 input[type=submit]:hover {
  background-color: #2c461f;
}
@media (max-width: 767px) {
  .wpcf7 input[type=submit] {
    border: none;
    width: 58% !important;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

#intro {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#intro .btn-square {
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
}

.home-header-list {
  columns: 2;
  width: 550px;
}

#scroller {
  border-top: 2px solid #cfd1d2;
  border-bottom: 2px solid #cfd1d2;
}
#scroller h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#benefits > .container {
  min-height: 520px;
  background: #f5f5f5;
}
#benefits .text-left {
  width: 500px;
  padding-top: 3rem;
  padding-left: 3rem;
}
#benefits .text-right {
  position: absolute;
  width: 400px;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
}

#story > .container {
  min-height: 520px;
  background: #f5f5f5;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

#process .accordion-body {
  position: relative;
}
#process .accordion-content {
  width: 560px;
}

#team > .container {
  background: #f5f5f5;
}
#team .team-heading {
  border-top: 2px solid #cfd1d2;
  border-bottom: 2px solid #cfd1d2;
  margin-bottom: 3rem;
}
#team .team-heading .h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#team .team-members {
  display: flex;
  flex-wrap: wrap;
  padding: 6.25rem;
  column-gap: 6.25rem;
  row-gap: 2.625rem;
  text-align: center;
}
#team .team-members .team-member {
  width: 11.25rem;
}
#team .team-members .team-member .team-member-photo {
  width: 10.75rem;
  height: 10.75rem;
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 50%;
}
#team .team-members .team-member .team-member-name {
  margin-bottom: 1rem;
}
#team .team-members .team-member .team-member-job-title {
  background: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #000;
  border-radius: 9999px;
}

.footer-bg {
  background-color: #2c461f;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 60px 0px;
}
.footer-bg .row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-evenly;
  gap: 100px;
  width: 100%;
}
.footer-bg .row .col-md-3 {
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .footer-bg .row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .footer-bg .row .footer-col-1 {
    grid-column: 1/-1;
  }
  .footer-bg .row .footer-col-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-bg .row .footer-col-3 {
    grid-column: 2;
    grid-row: 2;
  }
  .footer-bg .row .footer-col-4 {
    grid-column: 1/-1;
    grid-row: 3;
  }
}
.footer-bg h6 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.footer-bg p {
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.footer-bg .menu {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-bg .menu li a {
  color: white;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}
.footer-bg .menu ::marker {
  color: transparent;
}
.footer-bg .last-section {
  display: flex;
  flex-direction: column;
}
.footer-bg .last-section p {
  font-size: 12px;
  font-weight: 400;
}
.footer-bg .last-section::before {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 33554400px;
  margin-top: 33px;
  margin-bottom: 33px;
  border-top: solid white 1px;
}
.footer-bg .social-icons {
  display: flex;
  width: fit-content;
  gap: 12px;
}
.footer-bg .social-icons figure {
  margin-bottom: 0px;
}
.footer-bg .social-icons figure img {
  width: 32px;
  height: 35px;
}
.footer-bg a {
  color: white;
  text-decoration: none;
}
.footer-bg .wp-block-image img {
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .footer-bg {
    padding: 40px 20px;
  }
  .footer-bg .row {
    flex-direction: column;
  }
  .footer-bg .row .col-md-2 {
    padding-left: 0px;
  }
}

/* Media Queries */

/*# sourceMappingURL=main.css.map */
