﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;

}

:root {
  --app-vh: 1vh;
}

button,
a,
[role='button'],
.mobile-nav-toggle,
#mobile-menu-panel .mobile-menu-close,
.swiper-button-prev,
.swiper-button-next,
.slick-prev,
.slick-next {
  touch-action: manipulation;
}

img,
video {
  -webkit-user-drag: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Trajan', serif;
}

@font-face {
  font-family: 'Trajan';
  src: url('../fonts/TrajanPro-Regular.woff') format('woff');
}

/* Font Family files */
@font-face {
  font-family: 'Brandon';
  src: url('../fonts/brandon-grotesque.woff') format('woff');
}

@font-face {
  font-family: 'Trajan';
  src: url('../fonts/TrajanPro-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Zapfino';
  src: url('../fonts/ZapfinoExtraLT-One.woff') format('woff');
}

@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/Futura_Std_Bold.woff') format('woff');
}

/* Font Family files */

/* Sass templates */
/* global classes*/

a {
  text-decoration: none;
}

/*Header template*/

/* Typography Classes*/
.font-Brandon {
  font-family: 'Brandon', sans-serif;
}

.font-Trajan {
  font-family: 'Trajan', serif;
}

.font-Zapfino {
  font-family: 'Zapfino', sans-serif;
}

.font-Futura {
  font-family: 'FuturaStd', Times, sans-serif;
  text-transform: initial;
}

.font-Tnr {
  font-family: 'Times New Roman', Times, serif;
  text-transform: initial;
}

.font-garamond {
  font-family: 'EB Garamond', serif;
  text-transform: initial;
}

.f-s-12 {
  font-size: 0.75rem;
}

.f-s-14 {
  font-size: 0.875rem;
}

.f-s-16 {
  font-size: 1rem;
}

.f-s-18 {
  font-size: 1.125rem;
}

.f-s-20 {
  font-size: 1.25rem;
}

.f-s-22 {
  font-size: 1.375rem;
}

.f-s-25 {
  font-size: 1.5625rem;
}

.f-s-28 {
  font-size: 1.75rem;
}

.f-s-30 {
  font-size: 1.875rem;
}

.f-s-35 {
  font-size: 2.1875rem;
}

.f-s-40 {
  font-size: 2.5rem;
}

.f-s-60 {
  font-size: 3.75rem;
}

.f-s-80 {
  font-size: 5rem;
}

.f-s-100 {
  font-size: 6.25rem;
}

/* Color templates*/
.color-transparent {
  color: transparent !important;

}

.color-ivory {
  color: #fffdec !important;
}

.color-lgrey {
  color: #d6d2cd !important;
}

.color-gold {
  color: #98642d !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-dgrey {
  color: #535150 !important;
}

.color-ivory-bg {
  background: #fffdec !important;
}

.color-lgrey-bg {
  background: #d6d2cd !important;
}

.color-gold-bg {
  background: #aa7c4a !important;
}

.color-white-bg {
  background: #fff !important;
}

.color-dgrey-bg {
  background: #535150 !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #cda45e;
  border-bottom-color: #cda45e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

.back-to-top i {
  font-size: 28px;
  color: #cda45e;
  line-height: 0;
}

.back-to-top:hover {
  background: #cda45e;
  color: #1a1814;
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .languages ul {
  display: flex !important;
  flex-wrap: wrap;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li+li {
  padding-left: 10px;
}

#topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: '/';
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(255, 255, 255, 0.78);
  /*border-bottom: 1px solid rgba(12, 11, 9, 0.6);*/
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

#header.header-scrolled {
  top: 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 10px #555;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Trajan', sans-serif;
}

#header .logo a {
  color: #333;
}

#header .logo img {
  display: block;
  width: auto;
  max-height: 62px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 15px;
  border: 2px solid #cda45e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.book-a-table-btn:hover {
  background: #cda45e;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  font-family: 'Trajan', sans-serif;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #1f1f1f;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.45);
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #d9ba85;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
  /*font-size: 16px!important;*/
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #cda45e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f1f1f;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  #galleryItems .GB-media .GB-overlay {
    display: none !important;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: 0.3s;
  z-index: 9999;
}

.navbar-mobile .mobile-nav-toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #1f1f1f;
  background: #fff;
  z-index: 12001;
}

body.mobile-nav-open {
  overflow: hidden;
}

#mobile-menu-panel {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 12000;
}

#mobile-menu-panel.open {
  display: block;
}

#mobile-menu-panel .mobile-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  background: #fff;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 12002;
}

#mobile-menu-panel .mobile-menu-clone {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: 70px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}

#mobile-menu-panel .mobile-menu-clone>li {
  width: 100%;
  display: block;
  position: relative;
}

#mobile-menu-panel .mobile-menu-clone>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #2b2b2b !important;
  text-shadow: none;
}

#mobile-menu-panel .mobile-menu-clone>li>a span,
#mobile-menu-panel .mobile-menu-clone>li>a i {
  color: inherit !important;
}

#mobile-menu-panel .mobile-menu-clone .dropdown>ul {
  position: static;
  display: none;
  margin: 0 12px 10px;
  padding: 8px 0;
  background: #f7f7f7;
  border-radius: 8px;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
}

#mobile-menu-panel .mobile-menu-clone .dropdown.dropdown-open>ul {
  display: block;
}

#mobile-menu-panel .mobile-menu-clone .dropdown ul li {
  min-width: 0;
}

#mobile-menu-panel .mobile-menu-clone .dropdown ul a {
  display: block;
  padding: 10px 14px;
  color: #2b2b2b !important;
  font-size: 14px;
}

#mobile-menu-panel .mobile-menu-clone a:hover,
#mobile-menu-panel .mobile-menu-clone .active,
#mobile-menu-panel .mobile-menu-clone li:hover>a {
  color: #cda45e !important;
}

#navbar.navbar-mobile>ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  top: 70px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
  transition: 0.3s;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10000;
}

#navbar.navbar-mobile .mobile-menu-open {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  position: fixed;
  top: 70px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
  transition: 0.3s;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10000;
}

#navbar.navbar-mobile>ul>li {
  width: 100%;
}

#navbar.navbar-mobile>ul>li>a {
  width: 100%;
  justify-content: flex-start;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2b2b2b;
  font-weight: 500;
  opacity: 1;
  visibility: visible;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #cda45e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #f7f7f7;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cda45e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /*background: url("../img/banner.jpg") top center;*/
  background-size: cover;
  position: relative;
  padding: 0;
}

.hero6 {
  background: url('../img/Gallery- Excel Corbett-05.jpeg') top center;
}

.hero7 {
  background: url('../img/mango-bloom-banner.jpg') top center;
}

.hero8 {
  background: url('../img/LaPerle7.png') top center;
}

.hero1 {
  background: url('../img/RiversideDeck.png') top center;
}

.hero2 {
  background: url('../img/Banyan-Retreat.webp') top center;
}

.hero3 {
  background: url('../img/mango-bloom-banner.jpg') top center;
}

.hero4 {
  background: url('../img/excel-nainital-banner.png') top center;
}

#hero:before {
  content: '';
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero5 {
  background: url('../img/Excel-Bhimtal-banner.png') top center;
}

#hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Trajan', sans-serif;
}

#hero h1 span {
  color: #cda45e;
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

#hero .btns {
  margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#hero .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  #galleryItems .GB-media .GB-overlay {
    display: none !important;
  }

  #hero.hero1,
  #hero.hero2,
  #hero.hero3,
  #hero.hero4,
  #hero.hero5,
  #hero.hero6,
  #hero.hero7,
  #hero.hero8 {
    height: clamp(260px, 52vh, 420px);
    min-height: 260px;
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 480px) {

  #hero.hero1,
  #hero.hero2,
  #hero.hero3,
  #hero.hero4,
  #hero.hero5,
  #hero.hero6,
  #hero.hero7,
  #hero.hero8 {
    height: clamp(220px, 46vh, 320px);
    min-height: 220px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }

  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

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

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

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

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 20px;
  font-family: 'Trajan', sans-serif;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
}

.section-title h2::after {
  content: '';
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-family: 'Trajan', sans-serif;
  color: #333;
  letter-spacing: 5px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: '/';
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  /*background: url("../img/about-bg.jpg") center center;*/
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.about:before {
  content: '';
  /*background: rgba(0, 0, 0, 0.8);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .about-img {
  position: relative;
  transition: 0.5s;
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  border-left: 5px solid #cda45e;
  border-top: 5px solid #cda45e;
  transition: 0.5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-right: 5px solid #cda45e;
  border-bottom: 5px solid #cda45e;
  transition: 0.5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #cda45e;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #cda45e;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: 'Trajan', sans-serif;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #cda45e;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: '......................................................................'
    '....................................................................'
    '....................................................................';
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #1a1814;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: white;
  transition: 0.3s;
}

.menu .menu-content a:hover {
  color: #cda45e;
}

.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #cda45e;
}

.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid #cda45e;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #cda45e;
}

.specials .nav-link.active {
  color: #1a1814;
  background: #cda45e;
  border-color: #cda45e;
}

.specials .nav-link:hover {
  border-color: #cda45e;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.specials .details p {
  color: #aaaaaa;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  /*background: url(../img/events-bg.jpg) center center no-repeat;*/
  background-color: #e0d3cb52;
  background-size: cover;
  position: relative;
}

.events::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.8);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}

.events .event-item .price {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #cda45e;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br+br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.book-a-table .php-email-form input::-moz-placeholder,
.book-a-table .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::placeholder,
.book-a-table .php-email-form textarea::placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: #cda45e;
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type='submit'] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type='submit']:hover {
  background: #d3af71;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d3af71;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #26231d;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  /*border-right: 3px solid #454035;
    border-bottom: 3px solid #454035;*/
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.gallery-title-wrap p {
  margin: 0;
}

.gallery-filter-box {
  position: relative;
  flex: 0 1 360px;
  min-width: 250px;
}

.gallery-filter-box::after {
  content: '\f282';
  font-family: 'bootstrap-icons';
  font-size: 14px;
  color: #6c6359;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease, color 0.3s ease;
}

.gallery-filter-box:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
  color: #98652d;
}

.gallery-property-filter {
  width: 100%;
  border: 1px solid rgba(152, 101, 45, 0.45);
  border-radius: 999px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2f2b27;
  padding: 12px 48px 12px 18px;
  min-height: 56px;
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(20, 14, 9, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.gallery-property-filter:hover {
  border-color: rgba(152, 101, 45, 0.7);
  box-shadow: 0 10px 24px rgba(20, 14, 9, 0.11);
}

.gallery-property-filter:focus {
  outline: none;
  border-color: #98652d;
  box-shadow: 0 0 0 0.22rem rgba(152, 101, 45, 0.18);
  transform: translateY(-1px);
}

#galleryItems {
  padding-top: 8px;
}

#galleryItems .GB-media {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(24, 17, 10, 0.14);
  transform: translateY(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  animation: gallery-card-reveal 0.6s ease both;
}

#galleryItems .GB-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 45%, rgba(0, 0, 0, 0.28) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 1;
}

#galleryItems .GB-media:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(24, 17, 10, 0.22);
}

#galleryItems .GB-media:hover::before {
  opacity: 1;
}

#galleryItems .GB-media .GB-image {
  transition: transform 0.7s ease, filter 0.35s ease, opacity 0.35s ease;
}

#galleryItems .GB-media:hover .GB-image {
  transform: scale(1.06);
  filter: saturate(1.04);
}

#galleryItems .GB-media .GB-overlay {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 14px 14px 12px;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

#galleryItems .GB-media:hover .GB-overlay {
  transform: translateY(0);
}

#galleryItems .GB-media>a.gallery-lightbox {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  touch-action: manipulation;
}

#galleryItems .GB-media>a.gallery-lightbox img {
  display: block;
  width: 100%;
}

@keyframes gallery-card-reveal {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

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

@media (prefers-reduced-motion: reduce) {
  #galleryItems .GB-media {
    animation: none;
    transition: none;
  }

  #galleryItems .GB-media .GB-image,
  #galleryItems .GB-media .GB-overlay {
    transition: none;
  }
}

@media (max-width: 767px) {
  .gallery-title-wrap {
    justify-content: center;
  }

  .gallery-title-wrap p {
    width: 100%;
    text-align: center;
  }

  .gallery-filter-box {
    width: 100%;
    min-width: 0;
  }

  .gallery-property-filter {
    min-height: 50px;
    font-size: 15px;
    padding: 10px 42px 10px 15px;
  }

  .gallery-filter-box::after {
    right: 15px;
    font-size: 13px;
  }

  #galleryItems .GB-media {
    border-radius: 0;
    border: 1px solid rgba(152, 101, 45, 0.22);
    box-shadow: 0 10px 22px rgba(24, 17, 10, 0.16);
  }

  #galleryItems .GB-media::before {
    opacity: 0;
  }

  #galleryItems .GB-media .GB-image,
  #galleryItems .GB-media .img-fluid1 {
    border-radius: 0 !important;
  }

  #galleryItems .GB-media .GB-overlay {
    left: 0;
    right: 0;
    padding: 12px 10px 8px;
    opacity: 0;
    transform: translateY(8px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 72%, rgba(0, 0, 0, 0.72) 100%);
  }

  #galleryItems .GB-media .GB-overlay h5 {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.03em;
  }

  #galleryItems .GB-media .GB-overlay p {
    display: none;
  }

  #galleryItems .GB-media:active {
    transform: scale(0.992);
  }

  #galleryItems .GB-media:hover::before,
  #galleryItems .GB-media:active::before,
  #galleryItems .GB-media:focus-within::before {
    opacity: 0.16;
  }

  #galleryItems .GB-media:hover .GB-overlay,
  #galleryItems .GB-media:active .GB-overlay,
  #galleryItems .GB-media:focus-within .GB-overlay {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.chefs .member .social a:hover {
  color: #cda45e;
}

.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.chefs .member:hover .member-info {
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.8) 20%,
      rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #cda45e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #cda45e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type='submit'] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type='submit']:hover {
  background: #d3af71;
}

.wedding-page main {
  background: #efefef;
}

.wedding-hero-section .wedding-video-box {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.wedding-intro {
  background: #f7f7f7;
  text-align: center;
  padding: 64px 0 56px;
}

.wedding-intro .container {
  max-width: 1060px;
}

.wedding-intro-title {
  margin: 0 0 24px;
  font-family: 'Trajan', serif;
  font-size: 40px;
  letter-spacing: 0.38em;
  color: #2f2b27;
}

.wedding-intro p {
  margin: 0 auto;
  max-width: 980px;
  color: #4d4a47;
  font-size: 21px;
  line-height: 1.8;
}

.wedding-signature {
  padding: 48px 0 56px;
  background: #ececec;
}

.wedding-signature-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.wedding-signature-head h3 {
  margin: 0;
  font-family: 'Trajan', serif;
  font-size: 30px;
  letter-spacing: 0.26em;
  color: #2f2b27;
}

.wedding-signature-arrows {
  display: inline-flex;
  gap: 10px;
}

.wedding-signature-arrows button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(152, 101, 45, 0.45);
  border-radius: 0;
  background: #f5f2ee;
  color: #98652d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.wedding-signature-arrows button:hover {
  background: #98652d;
  color: #fff;
}

.wedding-track-viewport {
  overflow: hidden;
  padding: 2px;
}

.wedding-track {
  --wedding-track-gap: 16px;
  display: flex;
  gap: var(--wedding-track-gap);
  transform: translate3d(0, 0, 0);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.wedding-card {
  flex: 0 0 calc((100% - (var(--wedding-track-gap) * 2)) / 3);
  background: linear-gradient(180deg, #ffffff 0%, #fbf8f3 100%);
  border: 1px solid rgba(152, 101, 45, 0.2);
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.9;
  filter: saturate(0.93);
  transform: translateY(8px);
  box-shadow: 0 6px 14px rgba(35, 27, 20, 0.08);
  transition: transform 0.4s ease, box-shadow 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
}

.wedding-card.is-active {
  opacity: 1;
  filter: none;
  transform: translateY(0);
  box-shadow: 0 14px 30px rgba(27, 22, 16, 0.14);
  animation: wedding-card-enter 0.55s ease;
}

.wedding-card img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  display: block;
}

.wedding-card-body {
  padding: 10px 10px 9px;
}

.wedding-card h4 {
  margin: 0 0 10px;
  font-family: 'Trajan', serif;
  font-size: clamp(12px, 0.9vw, 14px);
  letter-spacing: 0.065em;
  line-height: 1.3;
  color: #2f2b27;
  text-align: center;
  min-height: 44px;
}

.wedding-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px 6px;
}

.wedding-feature-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 4px;
  min-height: 56px;
  padding: 6px 5px;
  border: 1px solid rgba(152, 101, 45, 0.18);
  border-radius: 9px;
  background: #fcfaf7;
  box-shadow: 0 3px 8px rgba(152, 101, 45, 0.07);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.wedding-feature-list li:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 12px rgba(152, 101, 45, 0.11);
}

.wedding-feature-list i {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #98652d;
  background: rgba(152, 101, 45, 0.12);
  border: 1px solid rgba(152, 101, 45, 0.22);
  font-size: 14px;
  line-height: 1;
}

.wedding-feature-list span {
  font-family: 'EB Garamond', serif;
  font-size: clamp(10.5px, 0.82vw, 12.5px);
  line-height: 1.15;
  color: #3e3b37;
}

.wedding-signature-arrows button.is-disabled,
.wedding-signature-arrows button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
  background: #f2efea;
  color: #98652d;
}

@keyframes wedding-card-enter {
  0% {
    opacity: 0.65;
    transform: translateY(16px) scale(0.985);
  }

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

.wedding-reach {
  background: #f3f3f3;
  padding: 54px 0 72px;
}

.wedding-reach h3 {
  margin-bottom: 2.3rem !important;
}

.wedding-reach .resort-card {
  box-shadow: none;
  border-color: rgba(152, 101, 45, 0.25);
}

.wedding-reach .resort-copy h4 {
  font-size: 17px;
}

.wedding-reach .resort-copy p,
.wedding-reach .resort-copy .resort-phone {
  font-size: 14px;
}

.contact-resorts {
  padding-bottom: 4rem;
}

.contact-resorts .container {
  max-width: 1240px;
}

.contact-resorts .resort-card {
  background: #fff;
  border: 1px solid rgba(152, 101, 45, 0.28);
  border-radius: 16px;
  padding: 20px 18px 16px;
  box-shadow: 0 12px 28px rgba(36, 27, 19, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-resorts .resort-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(36, 27, 19, 0.12);
}

.contact-resorts .resort-map-link {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  text-decoration: none;
  color: #4a4642;
}

.contact-resorts .resort-icon {
  color: #98652d;
  font-size: 24px;
  margin-top: 2px;
}

.contact-resorts .resort-copy h4 {
  margin: 0 0 10px;
  font-family: 'Trajan', serif;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #2f2b27;
}

.contact-resorts .resort-copy p {
  margin: 0;
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 1.55;
  color: #4a4642;
}

.contact-resorts .resort-copy .resort-phone {
  margin-top: 6px;
  font-size: 16px;
  color: #36322d;
}

.contact-resorts .resort-social {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

.contact-resorts .resort-social a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #98652d;
  background: rgba(152, 101, 45, 0.1);
  border: 1px solid rgba(152, 101, 45, 0.25);
  transition: 0.25s ease;
}

.contact-resorts .resort-social a:hover {
  color: #fff;
  background: #98652d;
  border-color: #98652d;
}

.contact-resorts .resort-social i {
  font-size: 24px;
}

@media (max-width: 991px) {
  #galleryItems .GB-media .GB-overlay {
    display: none !important;
  }

  .wedding-hero-section .wedding-video-box {
    height: 68vh !important;
    min-height: 420px;
  }

  .wedding-intro {
    padding: 44px 0 38px;
  }

  .wedding-intro-title {
    font-size: 28px;
    letter-spacing: 0.22em;
    margin-bottom: 16px;
  }

  .wedding-intro p {
    font-size: 16px;
    line-height: 1.65;
  }

  .wedding-signature {
    padding: 36px 0 40px;
  }

  .wedding-signature-head h3 {
    font-size: 20px;
    letter-spacing: 0.17em;
  }

  .wedding-signature-arrows button {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .wedding-track {
    --wedding-track-gap: 14px;
  }

  .wedding-card {
    flex-basis: calc((100% - var(--wedding-track-gap)) / 2);
  }

  .wedding-card h4 {
    min-height: auto;
    margin-bottom: 9px;
  }

  .wedding-feature-list span {
    font-size: 12px;
  }

  .wedding-feature-list li {
    min-height: 54px;
  }

  .wedding-reach {
    padding: 38px 0 48px;
  }

  .contact-resorts {
    padding-bottom: 2.6rem;
  }

  .contact-resorts .resort-card {
    padding: 16px 14px 14px;
    border-radius: 14px;
  }

  .contact-resorts .resort-copy h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .contact-resorts .resort-copy p,
  .contact-resorts .resort-copy .resort-phone {
    font-size: 14px;
    line-height: 1.5;
  }

  .contact-resorts .resort-icon {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .wedding-hero-section .wedding-video-box {
    height: 68vh !important;
    min-height: 420px;
  }

  .wedding-intro-title {
    font-size: 22px;
    letter-spacing: 0.16em;
  }

  .wedding-track {
    --wedding-track-gap: 12px;
  }

  .wedding-card {
    flex-basis: 100%;
    border-radius: 10px;
  }

  .wedding-card h4 {
    font-size: 12.5px;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    line-height: 1.25;
  }

  .wedding-card img {
    aspect-ratio: 8 / 5;
  }

  .wedding-card-body {
    padding: 9px 8px 8px;
  }

  .wedding-feature-list {
    gap: 7px 5px;
  }

  .wedding-feature-list li {
    min-height: 52px;
    padding: 6px 4px;
  }

  .wedding-feature-list i {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .wedding-feature-list span {
    font-size: 11.5px;
  }

  .wedding-signature-head {
    margin-bottom: 0.9rem;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(180deg, #f8f4ee 0%, #ffffff 64%);
  border-top: 1px solid rgba(166, 134, 86, 0.24);
  padding: 0;
  color: #2f2b27;
  font-size: 14px;
}

#footer .footer-top {
  background: transparent;
  /*border-top: 1px solid #37332a;
        border-bottom: 1px solid #28251f;*/
  padding: 30px 0;
}

#footer .footer-top .row {
  row-gap: 16px;
  align-items: stretch;
}

#footer .footer-top .footer-info {
  margin: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-info img {
  width: 150px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 14px rgba(52, 38, 20, 0.12));
}

#footer .footer-top .quicklinks {
  margin: 0;
  padding: 0 8px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: 100%;
}

#footer .footer-top .quicklinks h6 {
  margin: 0 0 10px;
  font-family: 'Trajan', serif;
  letter-spacing: 0.08em;
  color: #2e2a25;
}

#footer .footer-top .quicklinks ul {
  margin: 0;
  padding: 0;
}

#footer .footer-top .quicklinks ul li {
  margin: 0;
  list-style: none;
  line-height: 1.4;
}

#footer .footer-top .quicklinks ul li+li {
  margin-top: 6px;
}

#footer .footer-top .quicklinks ul a,
#footer .footer-top .quicklinks p a {
  color: #3f3a34 !important;
  transition: color 0.22s ease, transform 0.22s ease;
}

#footer .footer-top .quicklinks ul a:hover,
#footer .footer-top .quicklinks p a:hover {
  color: #98652d !important;
  transform: translateX(2px);
}

#footer .footer-top .quicklinks p {
  margin-bottom: 8px !important;
  line-height: 1.55;
}

#footer .footer-top .quicklinks p:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  #footer {
    font-size: 16px;
  }

  #footer .footer-top {
    padding: 30px 0;
  }

  #footer .footer-top .footer-info img {
    width: 210px;
  }

  #footer .footer-top .quicklinks h6 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  #footer .footer-top .quicklinks ul a,
  #footer .footer-top .quicklinks p a {
    font-size: 18px !important;
    line-height: 1.5;
  }

  #footer .footer-top .quicklinks ul li+li {
    margin-top: 8px;
  }
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Trajan, serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cda45e;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type='email'] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type='submit'] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type='submit']:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.pre-footer {
  background: url('../img/pre-footer.jpg') center center;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}

#gallery-footer {
  /*padding-bottom: 10px;*/
  background-color: #e0d3cb52;
}

/*swiper*/
/* .swiper {
  padding: 1.5em;
} */

.swiper .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: '.';
  width: 100%;
  justify-items: center;
  align-items: center;
}

.swiper .content-wrapper .content {
  padding: 3em 1.5em;
  text-align: center;
  display: grid;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  color: #000;
}

.swiper .content-wrapper .content :first-child {
  margin: 0;
}

.swiper .content-wrapper .content .swiper-avatar {
  width: 100%;
  max-width: 125px;
  height: auto;
}

.swiper .content-wrapper .content .swiper-avatar img {
  border-radius: 500px;
}

.swiper .content-wrapper .content .cite {
  font-size: 14px;
  font-weight: bold;
}

.swiper .swiper-slide {
  margin: 0;
  height: auto;
  width: 100%;
  padding: 0;
  opacity: 0.8;
  /*background: rgba(255, 255, 255, 0.3);*/
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}

.swiper .swiper-slide.swiper-slide-active {
  /*background: white;*/
  opacity: 1;
  transform: scale(1.1);
}

.swiper .swiper-nav-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: auto;
  padding-top: 3em;
  color: #000;
}

.swiper .swiper-nav-wrapper .swiper-button-prev {
  position: absolute;
  left: 20%;
  top: 46%;
}

.swiper .swiper-nav-wrapper .swiper-button-next {
  position: absolute;
  left: 79%;
  top: 46%;
}

.swiper .swiper-nav-wrapper .swiper-button-next:after,
.swiper .swiper-nav-wrapper .swiper-button-prev:after {
  display: block;
}

.swiper .swiper-nav-wrapper .swiper-button-next,
.swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.swiper .swiper-nav-wrapper .swiper-button-prev,
.swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.swiper-pagination {
  margin: 0;
  padding: 0;
  width: auto;
  position: relative !important;
  display: block;
  width: auto;
}

.swiper-pagination .swiper-pagination-bullets {
  margin: 0;
}

.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  background: #fff !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  transition: all 0.2s ease-in-out;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 0;
  top: 0;
  bottom: 0;
  width: auto;
  padding: 0 1.5em;
}

.swiper-pagination-bullet-active {
  transform: scale(1.5);
}

.swiper-slide-next {
  position: relative;
  right: -5%;
}

.swiper-slide-prev {
  position: relative;
  left: -5%;
}

.swiper-slide-active .swiper-data {
  display: block;
}

.swiper-slide-prev .swiper-data {
  display: none;
}

.swiper-slide-next .swiper-data {
  display: none;
}

.swiper-data h4 {
  padding: 0;
  margin: 2% 0;
  font-family: 'Trajan';
  font-size: 16px;
}

.swiper-data p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #a4a5aa;
}

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

  #events .swiper-button-prev,
  #events .swiper-button-next,
  #gallery-footer .swiper-button-prev,
  #gallery-footer .swiper-button-next {
    display: flex !important;
  }
}

.btn-ind {
  color: #cda45e;
  font-family: 'Oswald';
  letter-spacing: 0.3125rem;
  font-size: 0.75rem;
}

.btn-ind:hover {
  color: #cda45e;
}

p {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
}

/*slickslider*/
.slick-slide {
  transform: scale(1);
  transition: 0.3s ease-in-out all;
}

.slick-slide.slick-center {
  opacity: 1;
  /*transform: scale(1.08);*/
}

.switch {
  background: #000;
}

.slick-slider {
  margin: 0 auto;
  position: relative;
}

.slick-slider:after,
.slick-slider:before {
  content: '';
  background: none;
  position: absolute;
  top: 0;
  height: 80%;
  width: 12%;
  z-index: 100;
  pointer-events: none;
}

.slick-slider:after {
  right: 0;
  background: none;
}

.slick-slider:before {
  background: none;
}

.img-fluid1 {
  max-width: 100%;
  height: none;
}

.img-box {
  padding: 0;
}

.img-box img {
  width: 100%;
}

.slider-box {
  /*border: 1px solid;*/
  /* float: left; */
  /*margin: 50px 15px;*/
  font-size: 0.6vw;
}

.slick-prev {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 999;
  background: transparent;
  color: transparent;

  border: none;
  background-image: url(../img/left-arrow.svg);
  background-repeat: no-repeat;
}

.slick-next {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 999;
  background: transparent;
  color: transparent;

  border: none;
  background-image: url(../img/right-arrow.svg);
  background-repeat: no-repeat;
}

/*.slick-prev:before {
    content: '\f177';
    font-family: "fontawesome";
    color: #fff;
    font-size: 50px;
    
}

.slick-next:before {
    content: '\f178';
    font-family: "fontawesome";
    color: #fff;
    font-size: 50px;
    
}*/

/* *****  GALLERIES ***** */
.gallery-wrapper {
  /*padding: 2rem 2rem;*/
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  grid-auto-flow: dense;
}

/* Another way to do the same without declaring in the classes - remove h-x w-x from classes */
/* .gallery-wrapper {
  padding: 2rem 10rem;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 300px);
  grid-auto-rows: 200px;
  grid-gap: 1rem;
  grid-auto-flow: dense;
}
 */

.gallery-item {
  width: 100%;
  height: 100%;
  position: relative;
  filter: drop-shadow(2px 2px 3px #333);
}

.gallery-item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  cursor: pointer;
  transition: all 400ms ease-in;
  transform: scale(1);
}

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

.w-1 {
  grid-column: span 1;
}

.w-2 {
  grid-column: span 2;
}

.w-3 {
  grid-column: span 3;
}

.w-4 {
  grid-column: span 4;
}

.w-5 {
  grid-column: span 5;
}

.h-1 {
  grid-row: span 1;
}

.h-2 {
  grid-row: span 2;
}

.h-3 {
  grid-row: span 3;
}

.h-4 {
  grid-row: span 4;
}

.h-5 {
  grid-row: span 5;
}

/* ***** LIGHTBOX EFFECT ***** */

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  display: none;
}

#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lightbox img {
  max-width: 90%;
  max-height: 80%;
  padding: 4px;
  /* border-radius: 1%; */
  /* background-color: white; */
  border: 0.2px solid silver;
}

/* Generic Styles */
:root {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media only screen and (max-width: 800px) {
  .gallery-wrapper {
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: 1fr;
    grid-gap: 2;
    grid-auto-flow: dense;
  }

  .gallery-container:nth-child(3n + 2) {
    grid-column: 1 / span 2;
    grid-row-end: span 2;
  }

  .gallery-container:nth-child(4n + 3) {
    grid-column: 2 / span 1;
    grid-row-end: span 2;
  }

  /*  reseting the css for the class within the divs to show a different way to achieve grid control using the nth childs*/
  .w-1,
  .w-2,
  .w-3,
  .w-4,
  .w-5 {
    grid-column: span 1;
  }

  .h-1,
  .h-2,
  .h-3,
  .h-4,
  .h-5 {
    grid-row: span 1;
  }
}

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

  /* An example to use combined with flex but could also be grids with different repetition of columns  */
  .gallery-wrapper {
    display: flex;
    flex-direction: column;
    flex: wrap;
    gap: 2.5rem;
    margin: 5rem;
  }
}

.slider-box .slider-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
}

.slider-btn {
  background-color: #0f1e4d;
  border: 1px solid #0f1e4d;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

.slider-box .slider-btn:hover {
  background-color: #fff;
  color: #0f1e4d;
  border: 1px solid #0f1e4d;
  transition: 0.5s ease-in-out all;
}

.quicklinks ul li {
  list-style: none;
  margin-left: -30px;
}

/* overlay texts */
.overlay-box {
  position: relative;
}

.s-image {
  opacity: 1;
  display: block;
  /* width: 100%;
  height: auto; */
  transition: 0.5s ease;
  backface-visibility: visible;
}

.overlay-middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  /* transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.overlay-box:hover .slider-btn {
  opacity: 0;
}

.overlay-box:hover .s-image {
  opacity: 0.5;
}

.overlay-box:hover .overlay-middle {
  opacity: 0.7;
}

.overlay-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 16px;
  padding: 16px 24px;
}

.hotel-links {
  color: white;
  font-size: 12px;
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

/* text overlay */

.GB-media {
  position: relative;
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.GB-image {
  display: block;
}

.GB-overlay {
  position: absolute;
  left: 3%;
  bottom: 0%;
  /* width: 100%; */
  transition: 0.5s ease;
  opacity: 0;
  color: #fff;
  font-family: 'Brandon';
  font-size: 50px;
  padding: 20px 10px;
}

.GB-media:hover .GB-overlay {
  opacity: 1;
}

.GB-media:hover .GB-image {
  opacity: 0.85;
}

input[type='date']:required:invalid::-webkit-datetime-edit {
  color: transparent;

}

input[type='date']:focus::-webkit-datetime-edit {
  color: black !important;
}

/*--------------------------------------------------------------
# Mobile Optimizations
--------------------------------------------------------------*/
@media (max-width: 991px) {
  #galleryItems .GB-media .GB-overlay {
    display: none !important;
  }

  html,
  body {
    overflow-x: hidden;
  }

  #header {
    top: 0;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.95);
  }

  #header .logo img {
    max-height: 40px;
    width: auto;
  }

  #video-box {
    height: 68vh !important;
    min-height: 420px;
  }

  section {
    padding: 40px 0;
  }

  .section-title p {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .section-header p,
  p {
    font-size: 16px;
    line-height: 1.6;
  }

  .btn-ind {
    letter-spacing: 0.2rem;
  }

  #events .swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }

  #events .swiper {
    position: relative;
  }

  #events .swiper .swiper-nav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: clamp(170px, 58vw, 300px);
    margin: 0;
    padding-top: 0;
    z-index: 6;
    pointer-events: none;
  }

  #events .swiper .swiper-slide,
  #gallery-footer .swiper .swiper-slide {
    opacity: 1;
  }

  #events .swiper .swiper-nav-wrapper .swiper-button-prev {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
  }

  #events .swiper .swiper-nav-wrapper .swiper-button-next {
    left: auto;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
  }

  #gallery-footer .swiper .swiper-nav-wrapper .swiper-button-prev {
    left: 12px;
    top: 45%;
  }

  #gallery-footer .swiper .swiper-nav-wrapper .swiper-button-next {
    left: auto;
    right: 12px;
    top: 45%;
  }

  #events .swiper-data {
    padding: 14px 8px 0;
  }

  #events .swiper-data h4 {
    font-size: 14px;
    line-height: 1.4;
  }

  #events .swiper-data p {
    font-size: 15px;
    line-height: 1.6;
  }

  #pre-footer+section .m-5 {
    margin: 1.25rem !important;
  }

  #pre-footer+section .row.mb-5 {
    margin-bottom: 2rem !important;
  }

  #pre-footer+section h5 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  #pre-footer+section .btn-ind {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
  }

  .quicklinks ul li {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #footer {
    background: linear-gradient(180deg, #f5efe7 0%, #ffffff 62%);
    border-top: 1px solid rgba(166, 134, 86, 0.22);
  }

  #footer .footer-top {
    padding: 24px 0 30px;
    background: transparent;
  }

  #footer .footer-top .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  #footer .footer-top .row {
    row-gap: 12px;
  }

  #footer .footer-top .footer-info {
    margin: 0 0 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footer .footer-top .footer-info img {
    width: 108px;
    max-width: 108px;
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: 0 8px 18px rgba(76, 56, 26, 0.12);
  }

  #footer .footer-top .quicklinks {
    margin: 0 0 8px;
    padding: 14px 14px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(166, 134, 86, 0.24);
    box-shadow: 0 8px 20px rgba(49, 35, 18, 0.1);
  }

  #footer .footer-top .quicklinks h6 {
    margin: 0 0 10px;
    font-family: 'Trajan', serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #2e2a25;
  }

  #footer .footer-top .quicklinks ul {
    margin: 0;
    padding: 0;
  }

  #footer .footer-top .quicklinks ul li {
    margin: 0;
    list-style: none;
  }

  #footer .footer-top .quicklinks ul li+li {
    margin-top: 6px;
  }

  #footer .footer-top .quicklinks ul a {
    display: inline-block;
    padding: 2px 0;
    font-size: 15px;
    line-height: 1.45;
    color: #3f3a34 !important;
  }

  #footer .footer-top .quicklinks p {
    margin-bottom: 8px !important;
    line-height: 1.55;
  }

  #footer .footer-top .quicklinks p:last-child {
    margin-bottom: 0 !important;
  }

  #footer .footer-top .quicklinks p a {
    color: #3f3a34 !important;
    font-size: 15px !important;
    line-height: 1.55;
    word-break: break-word;
  }

  .slick-slider .slider-box img {
    width: 100%;
    height: 112vw;
    max-height: 680px;
    object-fit: cover;
  }

  .slider-box .slider-btn {
    top: auto;
    bottom: 14px;
    font-size: 12px;
    padding: 8px 14px;
  }

  .overlay-text {
    font-size: 14px;
    padding: 12px 14px;
  }

  .slick-prev,
  .slick-next {
    display: block !important;
    width: 28px;
    height: 28px;
    top: 45%;
    background-size: 20px 20px;
    background-position: center;
  }

  .slick-prev {
    left: 8px;
  }

  .slick-next {
    right: 8px;
  }

  #gallery .slick-prev,
  #gallery .slick-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(18, 22, 34, 0.65) !important;
    background-image: none !important;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.34);
    z-index: 250;
    color: transparent;

    pointer-events: auto;
  }

  #gallery .slick-prev {
    left: 12px !important;
  }

  #gallery .slick-next {
    right: 12px !important;
  }

  #gallery .slick-prev:before,
  #gallery .slick-next:before {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    opacity: 1 !important;
    display: block;
  }

  #gallery .slick-prev:before {
    content: '<' !important;
  }

  #gallery .slick-next:before {
    content: '>' !important;
  }
}

@media (max-width: 480px) {
  .wedding-hero-section .wedding-video-box {
    height: 62vh !important;
    min-height: 360px;
  }

  #footer .footer-top {
    padding: 24px 0 18px;
  }

  #footer .footer-top .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  #footer .footer-top .quicklinks {
    padding: 12px 12px 10px;
    border-radius: 12px;
  }

  #footer .footer-top .quicklinks h6 {
    font-size: 13px;
    letter-spacing: 0.07em;
  }

  #footer .footer-top .quicklinks ul a,
  #footer .footer-top .quicklinks p a {
    font-size: 14px !important;
  }

  #video-box {
    height: 62vh !important;
    min-height: 360px;
  }

  .section-title p {
    font-size: 22px;
    letter-spacing: 1.5px;
  }

  #pre-footer+section .m-5 {
    margin: 1rem !important;
  }

  .slick-prev,
  .slick-next {
    width: 24px;
    height: 24px;
    top: 44%;
    background-size: 18px 18px;
  }

  #gallery .slick-prev,
  #gallery .slick-next {
    width: 34px;
    height: 34px;
    top: 50%;
  }

  #gallery .slick-prev:before,
  #gallery .slick-next:before {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Final Polish Layer
--------------------------------------------------------------*/
:root {
  --excel-radius-sm: 10px;
  --excel-radius-md: 14px;
  --excel-radius-pill: 999px;
  --excel-shadow-soft: 0 8px 24px rgba(35, 27, 20, 0.12);
  --excel-shadow-lift: 0 16px 34px rgba(35, 27, 20, 0.16);
  --excel-transition-fast: 0.3s ease;
  --excel-transition-slow: 0.45s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

section {
  padding: clamp(38px, 7vw, 86px) 0;
}

.section-title p {
  font-size: clamp(24px, 3.4vw, 54px);
  letter-spacing: clamp(1.5px, 0.45vw, 6px);
}

.section-header p {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.stay-meta-list {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stay-meta-list li {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
}

.stay-meta-list li.px-5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.stay-meta-list .stay-meta-icon {
  font-size: 20px;
  line-height: 1;
  color: #6f6a63;
  flex: 0 0 auto;
}

.gallery-property-filter {
  padding-right: 56px;
}

.gallery-filter-box::after {
  right: 20px;
}

#header {
  transition: background-color var(--excel-transition-fast), box-shadow var(--excel-transition-fast), padding var(--excel-transition-fast), -webkit-backdrop-filter var(--excel-transition-fast), backdrop-filter var(--excel-transition-fast);
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px rgba(31, 31, 31, 0.16);
}

#header .logo img {
  transition: transform var(--excel-transition-fast), filter var(--excel-transition-fast);
}

#header .logo:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0 8px 16px rgba(35, 27, 20, 0.18));
}

.btn-ind,
.wedding-signature-arrows button,
.contact-resorts .resort-social a {
  transition: transform var(--excel-transition-fast), box-shadow var(--excel-transition-fast), background-color var(--excel-transition-fast), color var(--excel-transition-fast), border-color var(--excel-transition-fast);
}

.btn-ind:hover,
.wedding-signature-arrows button:hover,
.contact-resorts .resort-social a:hover {
  transform: translateY(-2px) scale(1.02);
}

.swiper .content-wrapper img,
.contact-resorts .resort-card,
.wedding-card,
#galleryItems .GB-media,
.quicklinks {
  transition: transform var(--excel-transition-slow), box-shadow var(--excel-transition-slow), border-color var(--excel-transition-fast), background-color var(--excel-transition-fast);
}

.contact-resorts .resort-card:hover,
.wedding-card:hover,
.quicklinks:hover {
  transform: translateY(-4px);
  box-shadow: var(--excel-shadow-soft);
}

.swiper .content-wrapper:hover img {
  transform: scale(1.02);
}

#mobile-menu-panel {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

#mobile-menu-panel.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#mobile-menu-panel .mobile-menu-clone {
  transform: translateY(-12px) scale(0.985);
  opacity: 0;
  transition: transform 0.32s ease, opacity 0.28s ease;
}

#mobile-menu-panel.open .mobile-menu-clone {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.58s ease, transform 0.58s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.back-to-top {
  right: 18px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border-radius: var(--excel-radius-pill);
  border: 1px solid rgba(205, 164, 94, 0.66);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(29, 24, 18, 0.18);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.back-to-top i {
  color: #98652d;
  transition: transform var(--excel-transition-fast);
}

.back-to-top:hover {
  background: #cda45e;
  border-color: #cda45e;
  transform: translateY(-2px) scale(1.03);
}

.back-to-top:hover i {
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 1199px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: min(100%, 1120px);
  }
}

@media (min-width: 1600px) {

  .container-xl,
  .container-fluid.container-xl {
    max-width: 1460px;
  }
}

@media (min-width: 992px) {
  #header {
    padding: 5px 0;
  }

  #header .logo img {
    max-height: 46px;
  }

  .navbar a,
  .navbar a:focus {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
  }

  #events .swiper,
  #gallery-footer .swiper {
    position: relative;
  }

  #events .swiper .swiper-nav-wrapper,
  #gallery-footer .swiper .swiper-nav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: clamp(220px, 33vw, 520px);
    margin: 0;
    padding: 0;
    pointer-events: none;
    z-index: 8;
  }

  #events .swiper .swiper-nav-wrapper .swiper-button-prev,
  #gallery-footer .swiper .swiper-nav-wrapper .swiper-button-prev {
    left: 23%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
  }

  #events .swiper .swiper-nav-wrapper .swiper-button-next,
  #gallery-footer .swiper .swiper-nav-wrapper .swiper-button-next {
    right: 23%;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
  }

  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    background: rgba(19, 22, 30, 0.62) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.36) !important;
    background-image: none !important;
    z-index: 260 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
  }

  .slick-slider .slick-prev::before {
    content: '‹' !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  .slick-slider .slick-next::before {
    content: '›' !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  .slick-slider .slick-prev {
    left: 4%;
  }

  .slick-slider .slick-next {
    right: 4%;
  }

  #galleryItems .GB-media .GB-overlay {
    z-index: 5;
    opacity: 1;
    transform: translateY(0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.46) 74%, rgba(0, 0, 0, 0.68) 100%);
  }

  #galleryItems .GB-media>a.gallery-lightbox {
    z-index: 1;
  }

  #galleryItems .GB-media::before {
    opacity: 0.14;
  }
}

@media (max-width: 991px) {
  #galleryItems .GB-media .GB-overlay {
    display: none !important;
  }

  section {
    padding: clamp(32px, 8vw, 52px) 0;
  }

  #header {
    padding: 10px 0;
  }

  #header .logo img {
    max-height: 44px;
  }

  .swiper-data p {
    font-size: 15px;
    line-height: 1.58;
  }

  .gallery-property-filter {
    padding-right: 50px;
  }

  .gallery-filter-box::after {
    right: 16px;
  }

  .swiper .swiper-nav-wrapper .swiper-button-prev,
  .swiper .swiper-nav-wrapper .swiper-button-next {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(19, 22, 30, 0.62);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.36);
  }

  .swiper .swiper-nav-wrapper .swiper-button-prev {
    left: 12px !important;
  }

  .swiper .swiper-nav-wrapper .swiper-button-next {
    right: 12px !important;
    left: auto !important;
  }

  .swiper .swiper-nav-wrapper .swiper-button-prev::after,
  .swiper .swiper-nav-wrapper .swiper-button-next::after {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }

  #gallery .slick-prev,
  #gallery .slick-next {
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    top: 50% !important;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.78) !important;
    background: rgba(19, 22, 30, 0.62) !important;
  }

  #gallery .slick-prev {
    left: 12px !important;
  }

  #gallery .slick-next {
    right: 12px !important;
  }

  .contact-resorts .resort-card,
  .wedding-card,
  #galleryItems .GB-media {
    box-shadow: 0 8px 20px rgba(35, 27, 20, 0.14);
  }

  #footer .footer-top .footer-info img {
    width: 122px;
    max-width: 122px;
  }
}

@media (max-width: 575px) {
  section {
    padding: clamp(28px, 7.8vw, 44px) 0;
  }

  #video-box,
  .wedding-hero-section .wedding-video-box {
    min-height: 330px !important;
  }

  #mobile-menu-panel .mobile-menu-close {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  #mobile-menu-panel .mobile-menu-clone {
    top: 66px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: var(--excel-radius-md);
  }

  #mobile-menu-panel .mobile-menu-clone>li>a {
    padding: 13px 16px;
    font-size: 15px;
  }

  #footer .footer-top .row {
    row-gap: 10px;
  }

  #footer .footer-top .footer-info {
    margin-bottom: 6px;
  }

  #footer .footer-top .footer-info img {
    width: 126px;
    max-width: 126px;
  }
}

@media (hover: none) {

  .btn-ind:active,
  .wedding-signature-arrows button:active,
  .contact-resorts .resort-card:active,
  .wedding-card:active,
  #galleryItems .GB-media:active,
  .back-to-top:active {
    transform: scale(0.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* --------------------------------------------------------------
# iOS + Android Mobile Stability
-------------------------------------------------------------- */
@media (max-width: 991px) {
  #video-box {
    height: calc(var(--app-vh, 1vh) * 68) !important;
  }

  .wedding-hero-section .wedding-video-box {
    height: calc(var(--app-vh, 1vh) * 62) !important;
  }

  #header {
    padding-top: max(10px, env(safe-area-inset-top));
  }

  #mobile-menu-panel {
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    -webkit-overflow-scrolling: touch;
  }

  #mobile-menu-panel .mobile-menu-close {
    top: calc(15px + env(safe-area-inset-top));
    right: max(15px, env(safe-area-inset-right));
  }

  #mobile-menu-panel .mobile-menu-clone {
    top: calc(70px + env(safe-area-inset-top));
    right: max(15px, env(safe-area-inset-right));
    bottom: calc(15px + env(safe-area-inset-bottom));
    left: max(15px, env(safe-area-inset-left));
    -webkit-overflow-scrolling: touch;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  #video-box {
    height: calc(var(--app-vh, 1vh) * 62) !important;
  }

  #mobile-menu-panel .mobile-menu-close {
    top: calc(12px + env(safe-area-inset-top));
  }

  #mobile-menu-panel .mobile-menu-clone {
    top: calc(66px + env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
  }
}

/* --------------------------------------------------------------
# Mobile Arrow Consistency Fix
-------------------------------------------------------------- */
@media (max-width: 991px) {

  .swiper-button-prev,
  .swiper-button-next,
  .slick-prev,
  .slick-next {
    position: absolute !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 11px !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    background: rgba(19, 22, 30, 0.62) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.36) !important;
    background-image: none !important;
    color: transparent !important;

    z-index: 260 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    overflow: visible !important;
  }

  .swiper-button-prev,
  .slick-prev {
    left: max(12px, env(safe-area-inset-left)) !important;
    right: auto !important;
  }

  .swiper-button-next,
  .slick-next {
    right: max(12px, env(safe-area-inset-right)) !important;
    left: auto !important;
  }

  .swiper-button-prev::after,
  .slick-prev::before {
    content: '‹' !important;
  }

  .swiper-button-next::after,
  .slick-next::before {
    content: '›' !important;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after,
  .slick-prev::before,
  .slick-next::before {
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    display: block !important;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }

  .mobile-arrow-icon {
    display: block !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    width: 100%;
    text-align: center;
    transform: translateY(-1px);
    pointer-events: none;
    user-select: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }

  .mobile-arrow-ready::before,
  .mobile-arrow-ready::after {
    content: '' !important;

    opacity: 0 !important;
  }

  .slick-prev.slick-disabled,
  .slick-next.slick-disabled,
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.9 !important;
  }

  .slick-prev.slick-disabled .mobile-arrow-icon,
  .slick-next.slick-disabled .mobile-arrow-icon,
  .swiper-button-prev.swiper-button-disabled .mobile-arrow-icon,
  .swiper-button-next.swiper-button-disabled .mobile-arrow-icon {
    opacity: 0.72 !important;
  }
}

@media (max-width: 767px) {
  #footer .footer-top .quicklinks h6 {
    font-size: 16px;
    letter-spacing: 0.07em;
  }

  #footer .footer-top .quicklinks ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 6px;
  }

  #footer .footer-top .quicklinks ul li+li {
    margin-top: 0;
  }

  #footer .footer-top .quicklinks ul a,
  #footer .footer-top .quicklinks p a {
    font-size: 16px !important;
  }

  #footer .footer-top .quicklinks p {
    font-size: 16px;
  }
}

/* Force form labels to be visible */
.form-control-label {
  font-size: 16px !important;
  color: #333 !important;
  display: block !important;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
# PHP Email Form
--------------------------------------------------------------*/
.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #aa7c4a;
  border-top-color: transparent;
  animation: animate-loading 0.8s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading.d-block,
.php-email-form .error-message.d-block,
.php-email-form .sent-message.d-block {
  display: block !important;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}