@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  color: #707070;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
}

body:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 8;
}

body.offcanvas {
  overflow: hidden;
}

body.offcanvas:before {
  visibility: visible;
  opacity: 1;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Playfair Display', serif;
  color: #000;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.co--site-section {
  padding: 7rem 0;
  position: relative;
  clear: both;
  width: 100%;
}

@media (max-width: 991.98px) {
  .co--site-section {
    padding: 4rem 0;
  }
}

.search-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.search-wrap.active {
  z-index: 1001;
  opacity: 1;
  visibility: visible;
}

.search-wrap,
.search-wrap > .container > .row {
  height: 100vh;
}

.search-wrap .close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0.3;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.search-wrap .close-search:hover {
  opacity: 1;
}

.search-wrap .close-search > span {
  display: inline-block;
  text-indent: -99999px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.search-wrap .close-search > span:before,
.search-wrap .close-search > span:after {
  content: '';
  width: 45px;
  height: 2px;
  position: absolute;
  background: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.search-wrap .close-search > span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-wrap .close-search > span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-wrap input[type='search'],
.search-wrap input[type='text'] {
  height: 70px;
  width: 100%;
  padding: 20px 40px;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  text-align: center;
  border: none;
  border-bottom: 1px solid #efefef;
}

.search-wrap input[type='search']:active,
.search-wrap input[type='search']:focus,
.search-wrap input[type='text']:active,
.search-wrap input[type='text']:focus {
  outline: none;
}

.search-wrap input[type='search']::-webkit-input-placeholder,
.search-wrap input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  font-style: italic;
}

.search-wrap input[type='search']::-moz-placeholder,
.search-wrap input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-style: italic;
}

.search-wrap input[type='search']:-ms-input-placeholder,
.search-wrap input[type='text']:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
  font-style: italic;
}

.search-wrap input[type='search']:-moz-placeholder,
.search-wrap input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  font-style: italic;
}

.search-wrap .heading {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  text-align: center;
}

.search-wrap.dark {
  background: #000;
}

.co--site-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .co--site-hero {
    background-size: cover;
    background-position: center center;
  }
}

.co--site-hero,
.co--site-hero > .container > .row {
  height: 100vh;
  min-height: 500px;
}

@media (max-width: 767.98px) {
  .co--site-hero,
  .co--site-hero > .container > .row {
    height: 85vh;
    min-height: 500px;
  }
}

.co--site-hero.overlay {
  position: relative;
}

.co--site-hero.overlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.co--site-hero .site-hero-contents {
  display: block;
}

.co--site-hero .site-hero-contents .sub-text {
  font-size: 20px;
  color: #fff !important;
  font-size: 22px;
  font-weight: 300;
}

.co--site-hero .site-hero-contents .hero-heading {
  font-size: 7rem;
  color: #fff;
  line-height: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .co--site-hero .site-hero-contents .hero-heading {
    font-size: 3.5rem;
  }
}

.co--site-hero .site-hero-contents .hero-heading > span {
  display: inline-block;
}

.co--site-hero .site-hero-contents .hero-heading > span > span {
  display: inline-block;
}

.co--site-hero .site-hero-contents .hero-heading > span > span > span {
  line-height: 1.2;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
}

.co--site-hero .site-hero-contents .hero-heading > span > span > span > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.co--site-hero.inner-page .site-hero-contents {
  display: block;
}

.co--site-hero.inner-page .site-hero-contents .sub-text {
  font-size: 20px;
  color: #000 !important;
  font-size: 22px;
  font-weight: 300;
}

.co--site-hero.inner-page .site-hero-contents .hero-heading {
  font-size: 5rem;
  color: #000;
  line-height: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .co--site-hero.inner-page .site-hero-contents .hero-heading {
    font-size: 3.5rem;
  }
}

.co--site-hero.inner-page .site-hero-contents .hero-heading > span {
  display: inline-block;
}

.co--site-hero.inner-page .site-hero-contents .hero-heading > span > span {
  display: inline-block;
}

.co--site-hero.inner-page
  .site-hero-contents
  .hero-heading
  > span
  > span
  > span {
  line-height: 1.2;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
}

.co--site-hero.inner-page
  .site-hero-contents
  .hero-heading
  > span
  > span
  > span
  > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

@media (max-width: 991.98px) {
  .w-75 {
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .owl-hero .owl-nav {
    display: none;
  }
}

.owl-hero .owl-nav .owl-prev,
.owl-hero .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff !important;
}

.owl-hero .owl-nav .owl-prev span,
.owl-hero .owl-nav .owl-next span {
  font-size: 30px;
}

.owl-hero .owl-nav .owl-prev:hover,
.owl-hero .owl-nav .owl-next:hover {
  color: #fff;
}

.owl-hero .owl-nav .owl-prev:active,
.owl-hero .owl-nav .owl-prev:focus,
.owl-hero .owl-nav .owl-next:active,
.owl-hero .owl-nav .owl-next:focus {
  outline: none;
}

.owl-hero .owl-nav .owl-prev {
  left: 20px;
}

.owl-hero .owl-nav .owl-next {
  right: 20px;
}

.owl-hero .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 50px;
}

@media (max-width: 767.98px) {
  .owl-hero .owl-dots {
    bottom: 20px;
  }
}

.owl-hero .owl-dots .owl-dot {
  display: inline-block;
}

.owl-hero .owl-dots .owl-dot > span {
  margin: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.owl-hero .owl-dots .owl-dot.active > span {
  background: white;
}

/* items/Suites */
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.suite-wrap {
  width: 80%;
  margin: 0 auto;
  display: block;
  float: left;
  margin-bottom: 10rem;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .suite-wrap {
    width: 100%;
    margin-bottom: 5rem;
  }
}

.suite-wrap.overlap-image-1 .suite {
  width: 60%;
  float: left;
}

@media (max-width: 767.98px) {
  .suite-wrap.overlap-image-1 .suite {
    width: 100%;
  }
}

.suite-wrap.overlap-image-1 .suite img {
  max-width: 100% !important;
}

.suite-wrap.overlap-image-1 .suite .image-stack:after {
  content: '';
  display: table;
  clear: both;
}

.suite-wrap.overlap-image-1 .suite .image-stack .image-stack-item {
  overflow: hidden;
  position: relative;
}

.suite-wrap.overlap-image-1 .suite .image-stack .image-stack-item .overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.suite-wrap.overlap-image-1 .suite .image-stack .image-stack-item img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}

.suite-wrap.overlap-image-1
  .suite
  .image-stack
  .image-stack-item.image-stack-item-top {
  float: left;
  width: 55%;
  margin-top: -10%;
  margin-right: -100%;
  position: relative;
  z-index: 1;
}

.suite-wrap.overlap-image-1
  .suite
  .image-stack
  .image-stack-item.image-stack-item-bottom {
  float: right;
  width: 75%;
}

.suite-wrap.overlap-image-1 .suite-contents {
  z-index: 10;
  width: 30%;
  margin-top: 5%;
  position: relative;
  float: left;
  margin-left: 50px;
}

@media (max-width: 767.98px) {
  .suite-wrap.overlap-image-1 .suite {
    width: 100%;
    margin-bottom: 30px;
  }

  .suite-wrap.overlap-image-1 .suite .image-stack .image-stack-item.image-stack-item-top,
  .suite-wrap.overlap-image-1 .suite .image-stack .image-stack-item.image-stack-item-bottom {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .suite-wrap.overlap-image-1 .suite-contents {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
}

.suite-wrap.overlap-image-1 .suite-contents .suite-title {
  color: #000;
  font-size: 4rem;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

@media (max-width: 991.98px) {
  .suite-wrap.overlap-image-1 .suite-contents .suite-title {
    font-size: 3rem;
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {
  .suite-wrap.overlap-image-1 .suite-contents .suite-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.suite-wrap.overlap-image-1 .suite-contents .suite-title > span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 0;
}

.suite-wrap.overlap-image-1 .suite-contents .suite-title > span > span {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.suite-wrap.overlap-image-1 .suite-contents .suite-excerpt {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7;
}

.suite-wrap.overlap-image-2 .suite {
  float: right;
  width: 70%;
}

@media (max-width: 767.98px) {
  .suite-wrap.overlap-image-2 .suite {
    width: 100%;
  }
}

.suite-wrap.overlap-image-2 .suite .image-stack:after {
  content: '';
  display: table;
  clear: both;
}

.suite-wrap.overlap-image-2 .suite .image-stack .image-stack-item {
  overflow: hidden;
  position: relative;
}

.suite-wrap.overlap-image-2 .suite .image-stack .image-stack-item .overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.suite-wrap.overlap-image-2 .suite .image-stack .image-stack-item img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}

.suite-wrap.overlap-image-2
  .suite
  .image-stack
  .image-stack-item.image-stack-item-top {
  float: left;
  width: 75%;
  margin-top: 0%;
  margin-right: -100%;
  margin-left: 0%;
  position: relative;
  z-index: 1;
}

.suite-wrap.overlap-image-2
  .suite
  .image-stack
  .image-stack-item.image-stack-item-bottom {
  float: right;
  width: 55%;
  position: relative;
  z-index: 2;
  margin-top: 30%;
}

.suite-wrap.overlap-image-2 .suite-contents {
  z-index: 3;
  position: relative;
  width: 28%;
  float: right;
  margin-top: 10%;
}

@media (max-width: 767.98px) {
  .suite-wrap.overlap-image-2 .suite {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .suite-wrap.overlap-image-2 .suite .image-stack .image-stack-item.image-stack-item-top,
  .suite-wrap.overlap-image-2 .suite .image-stack .image-stack-item.image-stack-item-bottom {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .suite-wrap.overlap-image-2 .suite-contents {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    float: none;
  }
}

.suite-wrap.overlap-image-2 .suite-contents .suite-title {
  color: #000;
  font-size: 4rem;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

@media (max-width: 991.98px) {
  .suite-wrap.overlap-image-2 .suite-contents .suite-title {
    font-size: 3rem;
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {
  .suite-wrap.overlap-image-2 .suite-contents .suite-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.suite-wrap.overlap-image-2 .suite-contents .suite-title > span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 0;
}

.suite-wrap.overlap-image-2 .suite-contents .suite-title > span > span {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.suite-wrap.overlap-image-2 .suite-contents .suite-excerpt {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7;
}

/* Heading */
.section-heading h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

.section-heading h3:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.section-heading h3.text-left:after {
  left: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.section-heading.dark h3 {
  color: #000;
}

.section-heading.dark h3:after {
  background: #000;
}

.section-heading.dark p {
  color: #aeaeae;
}

/* buttons */
.readmore {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.2rem;
  padding: 10px 0;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.readmore:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  bottom: 0;
  width: 0%;
  -webkit-transition: 0.3s width ease-in-out;
  -o-transition: 0.3s width ease-in-out;
  transition: 0.3s width ease-in-out;
}

.readmore:hover {
  color: #000;
}

.readmore:hover:before {
  width: 100%;
}

.readmore.dark {
  color: #000;
}

.readmore.dark:before {
  background: #000;
}

.readmore.dark:hover {
  color: #000;
}

.readmore.primary {
  color: #ff896b;
}

.readmore.primary:before {
  background: #ff896b;
}

.readmore.primary:hover {
  color: #ff896b;
}

.readmore.reverse:before {
  width: 100%;
}

.readmore.reverse:hover:before {
  width: 0;
}

/* Icons */
.icons-top {
  position: relative;
}

.icons-top,
.icons-top li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icons-top li {
  display: inline-block;
}

.icons-top li a {
  border-radius: 50%;
  background: #fff;
  color: #394f4b;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  opacity: 0.8;
}

.icons-top li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icons-top li a:hover {
  opacity: 1;
}

.icons-top.icons-dark li a {
  color: #fff;
  background: #000;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.icons-top.icons-dark li a:hover {
  background: #ff896b;
}

/* Navigation Menu Fixes */
.co--site-header {
  position: relative;
  z-index: 1000;
}

.co--site-nav {
  position: relative;
  z-index: 999;
}

/* Navigation Menu Font Consistency */
.site-nav-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.site-nav-ul > li {
  position: relative;
  display: inline-block;
}

.site-nav-ul > li > a {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 12px;
  font-weight: 400;
  transition: 0.3s all ease;
}

.site-nav-ul > li > a:hover {
  color: #d4a574;
}

/* Dropdown Menu */
.site-nav-ul > li > .dropdown,
.site-nav-ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  padding: 20px 0;
  margin-top: 0;
  list-style: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s all ease;
  z-index: 1001;
}

.site-nav-ul > li:hover > .dropdown,
.site-nav-ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.site-nav-ul > li > .dropdown > li,
.site-nav-ul > li > ul > li {
  display: block;
  position: relative;
}

.site-nav-ul > li > .dropdown > li > a,
.site-nav-ul > li > ul > li > a {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all ease;
}

.site-nav-ul > li > .dropdown > li > a:hover,
.site-nav-ul > li > ul > li > a:hover {
  background-color: #f5f5f5;
  color: #d4a574;
  padding-left: 30px;
}

/* Nested Dropdowns */
.site-nav-ul > li > .dropdown > li > .dropdown,
.site-nav-ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  background: #fff;
  padding: 20px 0;
  margin-left: 10px;
  list-style: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s all ease;
  z-index: 1002;
}

.site-nav-ul > li > .dropdown > li:hover > .dropdown,
.site-nav-ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

/* Mobile Navigation */
@media (max-width: 991.98px) {
  .site-nav-ul {
    display: none;
  }

  .co--site-mobile-menu {
    position: fixed;
    z-index: 1009;
    height: 100vh;
    background: #fff;
    width: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 30px;
    padding-bottom: 70px;
    left: 0;
    transform: translateX(-100%);
    transition: 0.3s transform cubic-bezier(0.23, 1, 0.32, 1);
  }

  .offcanvas .co--site-mobile-menu {
    transform: translateX(0%);
  }

  .site-mobile-menu-body {
    display: block;
    width: 100%;
  }

  .site-nav-wrap,
  .co--site-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .site-nav-wrap li,
  .co--site-mobile-menu ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #f0f0f0;
  }

  .site-nav-wrap a,
  .co--site-mobile-menu ul a {
    display: block;
    padding: 12px 20px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s all ease;
  }

  .site-nav-wrap a:hover,
  .co--site-mobile-menu ul a:hover {
    color: #d4a574;
    background-color: rgba(212, 165, 116, 0.1);
    padding-left: 30px;
  }

  /* Nested menu items */
  .site-nav-wrap ul,
  .co--site-mobile-menu ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s max-height ease;
  }

  .site-nav-wrap ul.show,
  .co--site-mobile-menu ul ul.show {
    max-height: 1000px;
  }

  .site-nav-wrap ul li a,
  .co--site-mobile-menu ul ul li a {
    padding-left: 40px;
    font-size: 13px;
  }

  .site-nav-wrap ul ul li a,
  .co--site-mobile-menu ul ul ul li a {
    padding-left: 60px;
  }

  /* Collapse arrow */
  .arrow-collapse {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
  }

  .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: 'icomoon';
    content: '\f078';
    transition: 0.3s all ease;
    transform: rotate(-180deg);
  }

  .arrow-collapse.show:before {
    transform: rotate(0deg);
  }

  .arrow-collapse:hover {
    background-color: rgba(212, 165, 116, 0.1);
  }
}

@media (min-width: 992px) {
  .co--site-mobile-menu,
  .site-mobile-menu {
    display: none !important;
  }

  .offcanvas .co--site-wrap {
    transform: translateX(0);
  }

  .js-menu-toggle {
    display: none;
  }
}

/* Menu toggle button */
.js-menu-toggle {
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
  padding: 0;
}

.js-menu-toggle.active {
  /* Active state styling */
}

/* Offcanvas wrapper */
.co--site-wrap {
  width: 100%;
  transition: 0.3s transform cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas .co--site-wrap {
  transform: translateX(80px);
}

/* Close button styling */
.co--site-mobile-menu .close-wrap {
  margin-right: 20px;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.co--site-mobile-menu .close-wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.co--site-mobile-menu .close-wrap a:hover {
  opacity: 0.7;
}

.co--site-mobile-menu .close-wrap a .close-label {
  margin-right: 20px;
  color: #000;
  font-weight: 400;
}

.co--site-mobile-menu .close-wrap a .close-times {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.co--site-mobile-menu .close-wrap a .close-times .bar1,
.co--site-mobile-menu .close-wrap a .close-times .bar2 {
  width: 2px;
  height: 20px;
  background: #000;
  position: absolute;
}

.co--site-mobile-menu .close-wrap a .close-times .bar1 {
  transform: rotate(45deg);
}

.co--site-mobile-menu .close-wrap a .close-times .bar2 {
  transform: rotate(-45deg);
}

.co--site-mobile-menu ul,
.co--site-mobile-menu ul li {
  padding: 0;
  margin: 0;
  position: relative;
}

.co--site-mobile-menu ul a,
.co--site-mobile-menu ul li a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
}

.co--site-mobile-menu ul a:hover,
.co--site-mobile-menu ul li a:hover {
  color: #ff896b;
}

.co--site-mobile-menu ul > li > ul > li > a {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.co--site-mobile-menu ul > li > ul > li > ul > li > a {
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.co--site-mobile-menu ul > li.has-children .arrow-collapse {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 20;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.co--site-mobile-menu ul > li.has-children .arrow-collapse:before {
  font-size: 11px !important;
  z-index: 20;
  font-family: 'icomoon';
  content: '\f078';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.co--site-mobile-menu ul > li.has-children .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.co--site-mobile-menu
  ul
  > li.has-children
  > ul
  > li.has-children
  .arrow-collapse {
  top: -10px;
}

.co--site-wrap {
  width: calc(100%);
  -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1),
    1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas .co--site-wrap {
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  float: right;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: '';
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.featured-items {
  background-color: #b4a9a8;
  background-color: #fff;
}

.jarallax-keep-img {
  position: relative;
  z-index: 0;
}

.jarallax-keep-img > .jarallax-img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -100;
}

span[data-jarallax-element] {
  display: inline-block;
}

.jarallax {
  position: relative;
  z-index: 0;
  height: 100vh;
  width: 100%;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Override jarallax height for suite sections */
.suite-wrap.jarallax {
  height: auto;
  min-height: auto;
}

/* Ensure parallax elements work on desktop only */
@media (min-width: 768px) {
  [data-jarallax-element] {
    will-change: transform;
    transition: transform 0.1s ease-out;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.with-slider {
  position: relative;
}

.with-slider .swiper-custom-wrap {
  position: absolute;
  right: 0;
  margin-top: 7rem;
  top: 0;
  width: 70%;
}

/* Blog */
.post-entry .thumb {
  display: block;
  margin-bottom: 30px;
}

.post-entry .date {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

.post-entry h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.post-entry h3 a {
  color: #000;
}

.bg-body-darker {
  background: #e6e6e6;
}

/* Background tile pattern for sections */
.bg-light {
  background-image: url('../images/background.png');
  background-repeat: repeat;
  background-size: auto;
  background-position: 0 0;
  background-color: #f8f8f8;
}

.bg-pattern {
  background-image: url('../images/background.png');
  background-repeat: repeat;
  background-size: auto;
  background-position: 0 0;
  background-color: #f8f8f8;
}

/* Enhanced text contrast for patterned backgrounds */
.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6,
.bg-pattern h1,
.bg-pattern h2,
.bg-pattern h3,
.bg-pattern h4,
.bg-pattern h5,
.bg-pattern h6 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 
               0 0 8px rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.02em;
}

.bg-light p,
.bg-light .lead,
.bg-pattern p,
.bg-pattern .lead {
  color: #f5f5f5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9),
               0 0 6px rgba(0, 0, 0, 0.7);
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.01em;
}

.bg-light .section-heading h2,
.bg-light .section-heading h3,
.bg-pattern .section-heading h2,
.bg-pattern .section-heading h3 {
  color: #ffffff;
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 
               0 0 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.02em;
}

.bg-light .section-heading p,
.bg-light .section-heading .lead,
.bg-pattern .section-heading p,
.bg-pattern .section-heading .lead {
  color: #f5f5f5 !important;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9),
               0 0 6px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.01em;
}

.bg-light .section-heading h3:after,
.bg-pattern .section-heading h3:after {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* Service items in patterned backgrounds */
.bg-light .service-item h4,
.bg-pattern .service-item h4 {
  color: #ffffff;
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 
               0 0 8px rgba(0, 0, 0, 0.6);
}

.bg-light .service-item ul li,
.bg-pattern .service-item ul li {
  color: #f5f5f5;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9),
               0 0 6px rgba(0, 0, 0, 0.7);
}

.cta {
  padding: 7rem 0 !important;
}

.cta h3 {
  font-size: 2rem;
  color: #000;
  font-family: 'Playfair Display', serif;
}

.cta h3 a {
  color: #000;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.cta h3 a:before {
  content: '';
  background: #ff896b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  z-index: -1;
}

/* Carousel 4*/
.testimony-29101 .image {
  width: 40%;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .testimony-29101 .image {
    height: 300px;
  }
}

.testimony-29101 .text {
  width: 60%;
  padding: 7rem 4rem;
  background: #ff896b;
}

.testimony-29101 .text blockquote {
  position: relative;
  padding-bottom: 50px;
  font-size: 20px;
}

.testimony-29101 .text blockquote p {
  color: #fff;
  line-height: 1.8;
}

.testimony-29101 .text blockquote .author {
  font-size: 16px;
  letter-spacing: 0.1rem;
  position: absolute;
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991.98px) {
  .testimony-29101 .image,
  .testimony-29101 .text {
    width: 100%;
    display: block !important;
  }
}

.slide-one-item {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none;
  }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}

.slide-one-item .owl-nav .owl-prev span,
.slide-one-item .owl-nav .owl-next span {
  font-size: 30px;
}

.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
  color: #000;
}

.slide-one-item .owl-nav .owl-prev:active,
.slide-one-item .owl-nav .owl-prev:focus,
.slide-one-item .owl-nav .owl-next:active,
.slide-one-item .owl-nav .owl-next:focus {
  outline: none;
}

.slide-one-item .owl-nav .owl-prev {
  left: 20px;
}

.slide-one-item .owl-nav .owl-next {
  right: 20px;
}

.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
}

.slide-one-item .owl-dots .owl-dot > span {
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  display: inline-block;
  width: 15px;
  height: 3px;
  background: rgba(255, 137, 107, 0.4);
  margin: 3px;
}

.slide-one-item .owl-dots .owl-dot.active > span {
  width: 15px;
  background: #ff896b;
}

.thumbnail {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  z-index: 99;
}

.thumbnail li {
  display: inline-block;
}

.thumbnail li a {
  display: block;
  margin: 4px;
}

.thumbnail li a img {
  width: 50px;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.thumbnail li.active a img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

footer {
  padding: 7rem 0;
  font-size: 15px;
}

footer h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}

footer a {
  color: rgba(0, 0, 0, 0.7);
}

footer a:hover {
  color: #000;
}

footer ul li {
  margin-bottom: 10px;
}

footer .form-subscribe .form-control {
  background: none;
  border-radius: 0;
  border: 1px solid #ccc;
}

footer .form-subscribe .form-control:active,
footer .form-subscribe .form-control:focus {
  color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control,
.btn {
  height: 45px;
  border-radius: 0;
}

.btn {
  font-size: 16px;
  font-weight: 700;
}

.btn.btn-black {
  background: #000;
  color: #fff;
}

.form-control {
  background: none;
  border-radius: 0;
  border: 1px solid #ccc;
}

.form-control:active,
.form-control:focus {
  color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000 !important;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  font-style: italic;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-style: italic;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
  font-style: italic;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  font-style: italic;
}

.media-29191 {
  border: 1px solid #efefef;
  padding: 40px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  top: 0;
}

.media-29191:hover {
  top: -2px;
  border-color: #000;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}

.media-29191 .media-29191-icon img {
  width: 50px;
  margin-bottom: 30px;
}

.media-29191 h3 {
  font-size: 20px;
  font-weight: 700;
}

.custom-row-02192 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.custom-row-02192 > .col,
.custom-row-02192 > [class*='col-'] {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.gutter-1 {
  margin-right: -1px !important;
  margin-left: -1px !important;
}

.gutter-1 > .col,
.gutter-1 > [class*='col-'] {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.gutter-2 {
  margin-right: -2px !important;
  margin-left: -2px !important;
}

.gutter-2 > .col,
.gutter-2 > [class*='col-'] {
  margin-bottom: 4px;
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.ul-check li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
}

.ul-check li:before {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  left: 0;
  font-size: 22px;
  top: -4px;
  color: #000;
}

.item-animate .heading {
  line-height: 0;
}

.item-animate .heading > span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.2;
}

.item-animate .heading > span > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

  font-size: 3rem;
  font-family: 'Playfair Display', serif;
  color: #000;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 30px;
}

.item-animate .item-price .per {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}

.item-animate .img-wrap {
  position: relative;
  overflow: hidden;
}

.item-animate .img-wrap .bg-image {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .item-animate .img-wrap .bg-image {
    height: 300px !important;
  }
}

.slide-thumb {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.slide-thumb a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.owl-gallery-small {
  opacity: 0.2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80%;
  position: relative;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.owl-gallery-small:hover {
  opacity: 0.4;
}

.owl-gallery-small a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
}

.owl-gallery-small .owl-stage-outer {
  height: 100% !important;
}

.owl-gallery-small .owl-stage-outer .owl-stage {
  height: 100% !important;
}

.owl-gallery-small .owl-stage-outer .owl-stage .owl-item {
  height: 100% !important;
}

/* Modern Gallery Grid Styles */
.gallery-grid {
  margin-bottom: 30px;
}

.gallery-item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.gallery-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.gallery-link:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.gallery-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 1:1 Aspect Ratio */
  overflow: hidden;
  background: #f5f5f5;
}

.gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-link:hover .gallery-image {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-link:hover .gallery-overlay {
  opacity: 1;
}

.gallery-icon {
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.gallery-link:hover .gallery-icon {
  transform: scale(1);
}

.gallery-icon svg {
  width: 24px;
  height: 24px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .gallery-item {
    margin-bottom: 15px;
    padding: 0 7.5px;
  }
  
  .gallery-link {
    border-radius: 6px;
  }
}

@media (max-width: 575.98px) {
  .gallery-image-wrapper {
    padding-bottom: 100%; /* Keep square on mobile */
  }
}

/* Fancybox customization */
.fancybox-container {
  z-index: 9999;
}

.fancybox-slide--image {
  padding: 44px 0;
}

.owl-gallery-big .owl-nav {
  position: absolute;
  margin-top: -25px;
  z-index: 20;
  width: 100%;
  text-align: center;
}

.owl-gallery-big .owl-nav .owl-prev,
.owl-gallery-big .owl-nav .owl-next {
  margin-left: 2px;
  margin-right: 2px;
  width: 50px;
  height: 50px;
  background: #fff !important;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
}

.owl-gallery-big .owl-nav .owl-prev:active,
.owl-gallery-big .owl-nav .owl-prev:focus,
.owl-gallery-big .owl-nav .owl-next:active,
.owl-gallery-big .owl-nav .owl-next:focus {
  outline: none;
}

.owl-gallery-big .owl-nav .owl-prev > span,
.owl-gallery-big .owl-nav .owl-next > span {
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-counter {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 150px;
  padding: 20px 0;
  background: #fff;
  z-index: 19;
}

@media (max-width: 767.98px) {
  .slider-counter {
    width: auto !important;
    padding-left: 30px;
    padding-right: 20px;
  }
  .owl-item .overlay {
    background-size: 130%;
  }
}

.relative {
  position: relative !important;
}

.media-29190 {
  margin-bottom: 40px;
}

.media-29190 .label {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  color: #b3b3b3;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.media-29190 p {
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'Playfair Display', serif;
}

.media-29190 p:last-child {
  margin-bottom: 0;
}

/*PRELOADING------------ */
#co--overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Accessibility Styles */
.skip-to-main {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 100;
}

.skip-to-main:focus {
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Focus styles for keyboard navigation */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #d4a574;
  outline-offset: 2px;
}

/* Ensure icon buttons have accessible labels */
.icon-search {
  display: inline-block;
}

/* High contrast mode support */
@media (prefers-contrast: more) {
  .service-item,
  .service-box,
  .process-step {
    border: 2px solid #000;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Menu fixes */
.co--site-mobile-menu-body {
  display: block;
  width: 100%;
}

.site-mobile-menu {
  position: fixed;
  z-index: 1009;
  height: 100vh;
  background: #fff;
  width: 280px;
  overflow: auto;
  padding-top: 30px;
  padding-bottom: 70px;
  left: 0;
  transform: translateX(-100%);
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas .site-mobile-menu,
.offcanvas .co--site-mobile-menu {
  transform: translateX(0%);
}

.offcanvas .co--site-wrap {
  transform: translateX(80px);
}

/* Ensure menu items are clickable */
.site-nav-wrap,
.co--site-mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-nav-wrap li,
.co--site-mobile-menu ul li {
  position: relative;
  display: block;
}

.site-nav-wrap a,
.co--site-mobile-menu ul a {
  display: block;
  padding: 12px 20px;
  color: #000;
  text-decoration: none;
  transition: 0.3s all ease;
}

.site-nav-wrap a:hover,
.co--site-mobile-menu ul a:hover {
  color: #d4a574;
  background-color: rgba(212, 165, 116, 0.1);
}

/* Collapse functionality */
.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.arrow-collapse {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 20;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-collapse:before {
  font-size: 11px;
  z-index: 20;
  font-family: 'icomoon';
  content: '\f078';
  transition: 0.3s all ease;
  transform: rotate(-180deg);
}

.arrow-collapse.show:before {
  transform: rotate(0deg);
}

/* Menu toggle button */
.js-menu-toggle {
  cursor: pointer;
  z-index: 1001;
}

.js-menu-toggle.active {
  /* Active state styling */
}

/* Ensure proper spacing for nested menus */
.site-nav-wrap ul,
.co--site-mobile-menu ul ul {
  padding-left: 20px;
}

.site-nav-wrap ul li a,
.co--site-mobile-menu ul ul li a {
  padding-left: 30px;
  font-size: 14px;
}

.site-nav-wrap ul ul li a,
.co--site-mobile-menu ul ul ul li a {
  padding-left: 50px;
}

/* Responsive menu adjustments */
@media (max-width: 991.98px) {
  .co--site-nav {
    display: none;
  }
}

@media (min-width: 992px) {
  .co--site-mobile-menu,
  .site-mobile-menu {
    display: none !important;
  }

  .offcanvas .co--site-wrap {
    transform: translateX(0);
  }
}

/* Section Heading Styles */
.section-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.section-heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
}

.section-heading p {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  line-height: 1.6;
}

.section-heading p.lead {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

/* Service Card Styles */
.service-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s all ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.service-card-header {
  padding: 30px 30px 20px;
  border-bottom: 3px solid #d4a574;
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.05) 0%, transparent 100%);
}

.service-card-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.3;
}

.service-card-body {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-card-body p {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.service-list li {
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.5;
}

.service-list li:last-child {
  border-bottom: none;
}

.service-list li:before {
  content: "✓ ";
  color: #d4a574;
  font-weight: bold;
  margin-right: 10px;
}

.service-card .btn-link {
  align-self: flex-start;
  color: #d4a574;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s all ease;
  padding: 0;
}

.service-card .btn-link:hover {
  color: #000;
  text-decoration: underline;
}

/* Feature Box Styles */
.feature-box {
  padding: 40px 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s all ease;
  margin-bottom: 30px;
}

.feature-box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 3rem;
  color: #d4a574;
  margin-bottom: 20px;
  display: inline-block;
}

.feature-box h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.feature-box p {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Hero Section Heading */
.hero-heading {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
}

.hero-heading + p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  line-height: 1.6;
}

/* Gallery Hero Title - Modern Style */
.gallery-hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8), 
               0 0 15px rgba(0, 0, 0, 0.6);
  font-family: 'Playfair Display', serif;
}

@media (max-width: 767.98px) {
  .gallery-hero-title {
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  .gallery-hero-title {
    font-size: 2.5rem;
  }
}

/* Sub-text for hero sections */
.sub-text {
  font-size: 1.3rem;
  color: #fff !important;
  font-weight: 300;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 
               0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
  .sub-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .sub-text {
    font-size: 1rem;
  }
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .section-heading h2 {
    font-size: 2rem;
  }

  .section-heading p {
    font-size: 1rem;
  }

  .service-card-header {
    padding: 20px 20px 15px;
  }

  .service-card-header h3 {
    font-size: 1.3rem;
  }

  .service-card-body {
    padding: 20px;
  }

  .feature-box {
    padding: 30px 20px;
  }

  .hero-heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .section-heading h2 {
    font-size: 1.75rem;
  }

  .service-card-header h3 {
    font-size: 1.1rem;
  }

  .hero-heading {
    font-size: 2rem;
  }
}