*{
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6, p, li, span {
     font-family: "Raleway", sans-serif;
}
/* =============== header css start here ==================== */
.home main {
    padding-top: 0;
}
main {
    padding-top: 10rem;
}
header {
    z-index: 12;
    width: 100%;
}
.header {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 123;
    width: 100%;
}
.home.header-fixed-padding .top-header {
    background: #0d332b;
}
.home.header-fixed-padding .bottom-header {
    background: #5a4a3f;
}
.home .top-header {
    background-color: rgba(1, 38, 31, 0.8);
}
.home .bottom-header {
    background-color: transparent;
}
.bottom-header {
    background-color: #5a4a3f;
    transition: background-color 1s cubic-bezier(.19,1,.22,1);
}
.top-header {
    padding: 0.5rem 0;
    background-color: #0d332b;
}
.top-header a {
    display: inline-block;
}
.top-header ul {
    padding: 0;
    margin: 0;
}
.top-header ul li {
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
.top-header ul.social-icons {
    justify-content: flex-end;
}
.top-header ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.top-header ul li a:hover {
    color: #b47228;
}
.text-decoration-underline {
    text-decoration: underline;
}
.home .menu {
    background-color: rgba(90, 74, 63, 0.9);
}
.menu {
    padding: 10px 0;
}
.navbar-brand {
    display: inline-block;
}
.navbar-brand img {
    max-width: 250px;
}
.d-inline-block {
    vertical-align: middle;
}
.navbar-nav {
    column-gap: 40px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
.navigation-bar {
    padding: 10px 0;
}
.menu .navbar-collapse {
    background-color: #01261f;
    position: fixed;
    left: -250px;
    top: 0;
    height: 100% !important;
    z-index: 1234;
    padding: 20px 30px;
    min-width: 250px;
    display: inline-block !important;
    transition: all .4s ease-in-out;
}
.menu button.navbar-toggler[aria-expanded="true"] +  .navbar-collapse {
    left: 0;
}
.menu .navbar-collapse button.navbar-toggler {
    position: absolute;
    right: 20px;
}
.menu .navbar-toggler {
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: transparent !important;
}
.menu .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.menu .navbar-toggler:focus-visible {
    outline: none;
}
.menu ul.navbar-nav {
    padding: 2rem 1.5rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: -30px;
    margin-right: -30px;
}
.navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 2px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.navbar-nav li a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 0 50%;
}
.navbar-nav li a::before {
    background: #fff;
    transform-origin: 100% 50%;
}
.navbar-nav li a:hover::before {
    transform-origin: 0 50%;
}
.navbar-nav li a:hover::before, .navbar-nav li.current-menu-item a:before {
    transform: scale3d(1,1,1);
}
.navbar-nav li.current-menu-item a {
    color: rgba(255,255,255, 0.7);
}
ul.book-now {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.book-now li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
}
.book-now .phone {
    color: #b47228;
    font-weight: 600;
    text-decoration: none;
}
.book-now .btn {
    background-color: #a88c73;
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    min-width: 145px;
    font-weight: 800;
    padding: 10px;
    border: 0;
    transition: 0.3s ease-in-out;
}
.header-icon {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.header-icon  a {
    color: #fff;
    font-size: 18px;
}
/* =============== header css start here ==================== */

/* =============== home slider css start here ==================== */
.section-video {
    height: 84vh;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.section-video video {
    background-color: #fff;
}
.banner-slider.carousel {
    display: none;
}
.slide button {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255, 255, 0.5) !important;
    width: auto;
    border-radius: 100%;
}
.slide .carousel-control-next-icon, .slide .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-size: 55%;
}
.slide  button.carousel-control-prev {
    left: 25px;
}
.slide  button.carousel-control-next {
    right: 25px;
}
.banner-slider.slide .carousel-inner img {
    height: 100vh;
}
.video-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    left: 10px;
    border-radius: 50px;
    padding: 10px;
    z-index: 1;
}
/* =============== home slider css end here ==================== */


/* =============== Welcome antheia  css start here ==================== */
.img-rounded {
    border-radius: 10px;
}
.section-heading p {
    font-size: 17px;
    color: #5a4a3f;
    margin-bottom: 0.6rem;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}
.heading {
    font-size: 40px;
    color: #a88c73;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Argentum Sans';
}
.highlights {
    padding-left: 1rem;
}
.highlight-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 1.2rem;
    display: inline-block;
    padding-bottom: 0.7rem;
    color: #000;
    text-align: right;
    min-width: 145px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}
.highlights p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
}
.highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /*display: grid;
    grid-template-columns: repeat(2, 0.4fr);
    gap: 15px;*/
}
.highlight-list li {
    font-size: 14px;
    color: #212529;
    position: relative;
    line-height: 22px;
    padding-left: 16px;
    margin: 0 0 10px;
    font-family: "Raleway", sans-serif;
}
.highlight-list li:after {
    background-color: #212529;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    left: 0;
    top: 12px;
    margin-top: -3px;
}
.checkIn h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 1.8rem;
    letter-spacing: 0.2px;
    color: #111;
}
.checkIn h3  span {
    display: inline-block;
    background: #111;
    height: 12px;
    width: 2px;
    margin: 0 0.5rem;
}
.checkIn h3 .calender-img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: 17px;
}
.checkIn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    row-gap: 20px;
}
.checkIn ul.infinity-pool {
    padding-left: 3rem;
    margin-left: 4rem;
    border-left: 1px solid #ddd;
}
.checkIn ul li {
    font-size: 15px;
    color: #000;
    line-height: 24px;
}
.checkIn ul li img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.8rem;
}
.paragraph {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
/* =============== Welcome antheia  css end here ==================== */

/* =============== Choose rooms antheia css start here ==================== */
.choose-rooms {
    padding: 0 0 5rem;
}
.choose-rooms .col-md-7, 
.location-section .col-md-7, 
.where-nature .col-md-7,
.dining-slider .col-md-7  {
    width: 60%;
}
.choose-rooms .col-md-5, 
.location-section .col-md-5, 
.where-nature .col-md-5,
.dining-slider .col-md-5 {
    width: 40%;
}
body #sb_instagram #sbi_images {
    padding: 0;
}
.gallery-slide {
    position: relative;
    overflow: hidden;
}
.where-nature .gallery-slide:before {
    padding-top: 52.054054%;
}
.gallery-slide:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 52.054054%;
}
.gallery-slide__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.choose-rooms .section-heading {
    border-top: 1px solid #ddd;
    padding-top: 3rem;
}
.choose-rooms .nav {
    width: 58.33333333%;
    justify-content: center;
}
.choose-rooms .tab-content {
    margin-top: -20px;
}
.choose-rooms .tab-content > .tab-pane {
    background-color: #f1eae4;
}
.choose-rooms .nav button.nav-link {
    background-color: #f1eae5;
    border-radius: 0;
    color: #5a4a3f;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 30px;
    position: relative;
    z-index: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}
.choose-rooms .nav button.active:after {
    border-top: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    content: "";
    bottom: 12px;
    left: 50%;
    margin-left: -4px;
}
.choose-rooms .nav-pills .nav-link.active {
    background-color: #a88c73;
    padding: 14px 30px 34px;
    color: #fff;
}
.choose-rooms .tab-content .img-fluid {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.choose-rooms .col-md-12 {
    position: relative;
}
.caravan-content {
    padding: 1rem;
    height: 100%;
}
.caravan-content .highlight-title {
    min-width: auto;
    padding-left: 30px;
}
.caravan-content p {
    font-size: 14px;
    line-height: 24px;
    color: #212529;
}
.caravan-content ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0;
}
.info-container.excursions {
    padding: 0;
}
.info-container.excursions ul {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}
.info-container.excursions li {
    padding: 0;
    list-style: outside;
}
.caravan-content ul.highlight-list {
    display: inline-block;
    margin: 0 0 0.5rem;
}
.read-more-btn {
    color: #111;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}
.read-more-btn:hover {
    color: #aa8c76;
}
/* =============== Choose rooms antheia css end here ==================== */



/* =============== Banner section css ===============================  */
.hero-section {
    padding: 6rem 0;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-overlay {
  background: rgba(0, 0, 0, 0.4); /* semi-transparent dark overlay */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-content {
  position: relative;
  color: white;
  z-index: 2;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Argentum Sans';
    margin: 0 0 3rem;
}

.hero-content h1 .light {
  font-weight: 100;
}

.hero-content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto 2.5rem;
    max-width: 910px;
}

.hero-content .cta-button {
    margin-top: 30px;
    padding: 12px 30px;
    background-color: #a88c73;
    color: #fff;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
}
.awards-slider {
    margin-top: 40px;
    padding-bottom: 60px;
    max-width: 800px;
}
.awards-slider .swiper-wrapper {
    justify-content: center;
}
.awards-slider img {
    width: 100px;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: 0 auto;
}
.awards-slider .swiper-slide {
    border-right: 1px solid #E3E3E3;
}
.awards-slider .swiper-slide:last-child {
    border-right: 0;
}
body .swiper-pagination-bullet-active {
    background: #a88c73;
}
.awards-slider .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ac8c79;
    transition: 0.3s;
	margin: 0 5px;
    opacity: 1;
}
.awards-slider .swiper-pagination span.swiper-pagination-bullet-active,
.awards-slider .swiper-pagination span.swiper-pagination-bullet:hover {
    background: #5b4a40;
}
.customer-review .ti-review-text-container {
    font-size: 14px !important;
    color: #212529;
    font-family: "Raleway", sans-serif !important;
}
.experiences-section .swiper-button-prev, .experiences-section  .swiper-button-next {
    display: none;
}
.customer-review .ti-read-more span {
    color: #a88c73 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    font-family: "Raleway", sans-serif !important;
}
.customer-review .ti-widget-container .ti-name {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.customer-review .ti-rating-text strong.ti-rating {
    font-size: 18px !important;
    color: #111;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif !important;
}
.customer-review .ti-reviews-container .ti-controls .ti-next:before, 
.customer-review .ti-reviews-container .ti-controls .ti-prev:before {
    border-width: inherit !important;
    border-left: 14px solid #a68d83 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    transform: initial !important;
}
body .ti-widget[data-layout-id='5'][data-set-id='light-minimal'] .ti-controls .ti-next:hover:before,
body .ti-widget[data-layout-id='5'][data-set-id='light-minimal'] .ti-controls .ti-prev:hover:before {
    border-left-color: #aa8c76 !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}
body .ti-widget[data-layout-id='5'][data-set-id='light-minimal'] .ti-controls .ti-next:hover,
body .ti-widget[data-layout-id='5'][data-set-id='light-minimal'] .ti-controls .ti-prev:hover {
    background-color: transparent !important;
    box-shadow: none;
}
body .ti-widget[data-layout-id='5'][data-set-id='light-minimal'] .ti-controls .ti-prev {
    left: -15px;
}
body .ti-widget[data-layout-id='5'][data-set-id='light-minimal'] .star-lg .ti-star {
    width: 20px !important;
    height: 20px !important;
    margin: 0 2px !important;
}
body .ti-widget[data-layout-id='5'][data-set-id='light-minimal'] .ti-widget-container .ti-name {
    font-family: "Raleway", sans-serif;
}
.customer-review .ti-reviews-container .ti-controls .ti-prev:before {
    transform: rotate(180deg) !important;
    left: 0;
}
.customer-review .ti-controls .ti-next:hover:before,
.customer-review .ti-widget.ti-goog .ti-controls .ti-prev:hover:before {
    border-color: transparent !important;
    border-left-color: #a88c84 !important;
}
.customer-review .ti-controls .ti-next:hover,
.customer-review .ti-widget.ti-goog .ti-controls .ti-prev:hover {
    background-color: transparent !important;
    box-shadow: none;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
    margin: 0 0 1.5rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .hero-content .cta-button {
    font-size: 0.9rem;
    padding: 10px 24px;
  }
}
/* =============== Banner section css end here ===============================  */

/* =============== Location section css ===============================  */
.map-container {
    line-height: 1px;
}
.map-container iframe {
  width: 100%;
  height: 660px;
  border: none;
}
p:empty {
    display: none;
}
.location-content {
    background: #f1eae5;
}
.info-container {
  padding: 1rem;
}
.info-container h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 1.2rem;
    display: inline-block;
    padding-bottom: 0.7rem;
    padding-left: 30px;
    color: #000;
    text-align: right;
    min-width: 145px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}
.info-container h3 span {
    font-size: 13px;
    text-transform: initial;
}
.info-container p {
    font-size: 14px;
    color: #212529;
    position: relative;
    line-height: 22px;
    margin: 0 0 15px;
    display: flex;
    gap: 10px;
}
.info-container p i {
    position: relative;
    top: 5px;
}
.info-container ul {
    padding: 0;
    list-style: none;
}
.info-container ul h4 {
    font-size: 15px;
    font-weight: 600;
}
.info-container ul li {
    font-size: 14px;
    color: #212529;
    position: relative;
    line-height: 22px;
    margin: 0 0 8px;
    padding-left: 15px;
}
.info-container ul li a {
    text-decoration: none;
    color: #aa8c76;
	transition: 0.3s;
}
.info-container ul li a:hover {
    color: #5a4a3f;
}
.local-treasures li:after {
    background: #212529;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    top: 10px;
    left: 0;
}
/* =============== Location section css end here ===============================  */

/* =============== Experiences section css start here ===============================  */
.experiences-section {
  text-align: center;
  padding: 10px 0 30px;
}
.experience-grid {
/*     display: grid; */
    grid-template-columns: repeat(2, 1fr);
}

.experience-box {
  position: relative;
  overflow: hidden;
}
.experience-box:after {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    content: "";
    inset: 0;
}
.experience-box img {
    object-fit: cover;
    display: block;
    max-width: 100% !important;
    height: auto !important;
    transition: 0.3s ease-in-out;
}
.experience-box:hover img {
    transform: scale(1.050);
}
.experience-content {
    position: absolute;
    bottom: 50px;
    color: #fff;
    width: 100%;
    padding: 0 1.5rem;
    text-align: center;
    z-index: 1;
}

.experience-content small {
    display: block;
    font-size: 17px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}

.experience-content h4 {
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.experience-footer {
    margin-top: 25px;
    padding: 0 1.5rem;
}
.experience-footer h6 {
    letter-spacing: 0;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    font-family: "Raleway", sans-serif;
}
.experience-footer a {
    display: none;
}
.explore-btn {
    margin-top: 5px;
    background-color: #ac8c79;
    color: white;
    padding: 8px 30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.explore-btn:hover {
    color: #fff;
}
/* =============== Experiences section css end here ===============================  */

/* =============== Home faqs section css start here ===============================  */
.faq-section {
    background-color: #f1eae5;
    padding: 2rem 0 1.5rem;
}
.faq-section .col-md-12 {
    padding: 0 4rem;
}
.faq-section .accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.accordion-item br {
    display: none;
}
.faq-view-all {
    text-align: center;
    padding-top: 2rem;
}
.faq-view-all a {
    display: inline-block;
    background-color: #fff;
    color: #a88c73;
    text-decoration: none;
    border: 0;
    font-weight: 800;
    font-size: 14px;
    min-width: 145px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    transition: 0.3s ease-in-out;
}
.faq-section button.accordion-button {
    background-color: transparent !important;
    font-size: 15px;
    color: #000 !important;
    padding: 16px 15px 16px 10px;
    border-radius: 0 !important;
    border-bottom: 0;
    box-shadow: none;
    transition: 0.03s ease-in-out;
}
html body div.ti-widget-container .ti-header.source-Google img.ti-platform-icon {
    width: 60px !important;
    padding-left: 0 !important;
}
.faq-section button.accordion-button:hover, .faq-section button.accordion-button[aria-expanded="true"] {
    background: rgba(172, 140, 121, 0.3) !important;
}
.faq-section button.accordion-button br {
    display: none;
}
.accordion-body {
    padding: 20px;
    background: #fff;
}
.accordion-item .accordion-button::after {
    background-image: none;
    transition: transform 0.2s ease-in-out;
    border-top: 10px solid #a68d83;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: auto !important;
    height: auto !important;
}
.accordion-item .accordion-button:not(.collapsed)::after {
     background-image: none;
    transform: rotate(-180deg);
}
/* =============== Home faqs section css end here ===============================  */

/* =============== Our gallery section css start here ===============================  */
.our-gallery .item {
  position: relative;
  overflow: hidden;
}
.our-gallery .swiper {
    padding-bottom: 3rem;
}
.our-gallery .swiper-button-next, .our-gallery .swiper-button-prev {
    display: none;
}
.our-gallery .gallery-img img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}
.our-gallery .owl-nav {
    display: none;
}
.our-gallery .owl-dots {
    text-align: center;
    padding-top: 20px;
}
.our-gallery .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
    background: #ac8c79;
    transition: 0.3s;
}
.our-gallery .owl-dots button.owl-dot.active, .our-gallery .owl-dots button.owl-dot:hover {
    background: #5b4a40;
}
.our-gallery .custom-prev, .our-gallery .custom-next {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    cursor: pointer;
    width: 44px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-gallery .owl-nav button svg {
    width: 25px;
    height: 25px;
}
.our-gallery .owl-nav button {
    position: absolute;
    left: 3%;
    transform: translateY(-50%);
    top: 50%;
}
.our-gallery .owl-nav button:hover span {
    background: #fff;
    color: #b87136;
}
.our-gallery .owl-nav button.owl-next {
    left: auto;
    right: 3%;
}

.feature-box {
    text-align: center;
}
.gallery-img {
    position: relative;
    transition: transform 0.3s;
    overflow: hidden;
}
 .gallery-img:hover img {
    transform: scale(1.1);
}
.gallery-img:hover .search-overlay {
  opacity: 1;
}
.gallery-img img {
    transition: 0.3s ease-in-out;
} 
.search-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none;
}
/* =============== Our gallery section css end here ===============================  */

/* =============== USP faqs section css start here ===============================  */
.usp-section {
    padding: 0 0 4rem;
    display: none;
}
.benefit-border {
    border-right: 1px solid #ccc;
}
.benefit-border p {
    margin: 0;
}
.benefit-border h6 {
    padding-right: 2rem;
    letter-spacing: 0;
    line-height: 28px;
    font-size: 18px;
    margin: 15px 0;
}
.benefit-icon {
    font-size: 2rem;
    color: #ac8c79;
}
.benefit-text {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    color: #000;
}
.book-now-btn {
    display: inline-block;
    background-color: #a88c73 !important;
    color: #fff !important;
    text-decoration: none;
    border: 0;
    font-weight: 800;
    font-size: 14px;
    min-width: 145px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
	font-family: "Raleway", sans-serif;
    transition: 0.3s ease-in-out;
}
a.read-more-btn.book-now-btn.explore-more {
    background-color: #fff !important;
    color: #a88c73 !important;
}
.room-intro .google-rating a.book-now-btn.me-1 {
    background-color: #f1eae5 !important;
    color: #5a4a3f !important;
    padding: 10px 20px;
}
/* =============== USP faqs section css end here ===============================  */

/* ================= Rooms css ================== */
.page-heading__wrapper .entry-title {
    font-size: 50px;
    color: #a88c73;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Argentum Sans';
    display: inline-block;
    padding-left: 30px !important;
    position: relative;
}
.page-heading__wrapper .entry-title:after {
    position: absolute;
    display: block;
    width: 116px;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: -20px;
    content: "";
    background-color: #a48e82;
}
.room-card {
    border-radius: 0;
/*     box-shadow: 0 15px 19px 1px rgba(0, 0, 0, .15);*/
    background-color: #f1eae4;
	height: 100%;
}
.swiper-button-next, .swiper-button-prev {
    background: rgba(241, 234, 229, 0.7);
    min-width: 44px;
}
.image-box {
    background: #ddd;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.accommodations-Highlight {
    min-height: 230px;
}
.room-card .image-box img {
    display: block;
    object-fit: cover;
    max-width: 100% !important;
    height: 260px !important;
    aspect-ratio: 1/1;
    width: 100%;
}
.swiper-button-next:before {
    position: absolute;
    content: "";
    border-left: 14px solid #a68d83;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev:before {
    position: absolute;
    content: "";
    border-right: 14px solid #a68d83;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.room-content {
    padding: 1.5em 20px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.room-card .room-content h3 {
    font-size: 1.2rem;
    margin: 0 0 10px;
    color: #121212;
    text-transform: uppercase;
}
.room-content h4 {
    font-size: 1.2rem;
    color: #121212;
}
.room-card .room-content h3 a {
    color: #121212;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.room-card .room-content h3 a:hover {
    color: #aa6036;
}
.room-card .room-content p {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.room-card .highlights {
  padding-left: 20px;
}
.highlights ul {
    padding: 0;
    list-style: none;
}
.room-content .highlights li {
    padding: 0.4rem 0;
    color: #212529;
    font-size: 14px;
    line-height: 22px;
}
.room-content .highlights li img {
    margin-right: 8px;
}
.highlights .d-flex {
    column-gap: 30px;
    display: none !important;
}
.room-card .btn-book,
.room-card .btn-more {
  display: inline-block;
  padding: 8px 14px;
  text-decoration: none;
}
.price-booking {
    padding-top: 0.5rem;
}
.price-booking .btn-more {
    min-width: 145px;
    text-align: center;
    color: #aa8c76;
    margin-left: 10px;
    background: #fff;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    padding: 10px 14px;
    text-transform: uppercase;
}
.price-booking .btn-more:hover {
    color: #a88c73;
}


/* =============== footer css start here =============== */
.top-footer .navbar-brand {
    display: none;
}
footer {
    background-color: #5a4a3f;
    color: #fff;
    padding: 2rem 0  1.3rem;
    position: relative;
}
#scrollToTop {
    background: #aa8c76;
    color: white;
    border: none;
    padding: 10px 12px 0;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    min-height: auto;
    height: auto;
    max-height: initial;
}
.footer-title {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 1.2rem;
    font-family: "Raleway", sans-serif;
}
.top-footer h2 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}
.copyright_text {
    margin: 1.5rem 0 0;
    color: #fff;
    font-size: 15px;
}
.our-guests ul {
    display: flex;
    padding: 0;
    justify-content: center;
    gap: 15px;
    list-style: none;
    align-items: center;
    margin: 0;
}
.our-guests ul li {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
}
.our-guests ul a {
    display: inline-block;
}
.our-guests ul a img {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.our-guests ul li:last-child a img {
    width: 28px;
    height: 28px;
}
.follow-with-guests {
    margin: 1.5rem 0;
}
.follow-us .footer-title {
    margin: 0 0 0.8rem;
}
.follow-us ul.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.follow-us ul.social-icons a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-family: "Raleway", sans-serif;
}
.follow-us ul.social-icons a i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
.follow-us ul.social-icons a i.fa-tripadvisor {
    background: url("../images/tripadvisor-icon1.svg");
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
}
.follow-us ul li {
    color: #fff;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
}
footer .menu {
    padding: 0;
} 
.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu li {
    float: left;
    width: 50%;
    padding: 5px 0;
}
.footer-menu li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    font-family: "Raleway", sans-serif;
    transition: 0.3s ease-in-out;
}
.footer-menu li a:hover {
    padding-left: 15px;
    color: #fff;
}
.footer-menu li a:after {
    background-color: #fff;
    width: 10px;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.footer-menu li a:hover:after {
    opacity: 1;
}
.address ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.address p {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    padding-right: 65px;
}
.address ul li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    transition: 0.3s ease-in-out;
}
.address ul li a:hover {
    color: #fff;
}
.address ul li {
    margin-bottom: 0.8rem;
}
.address ul li a i {
    margin-right: 0.5rem;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.divider {
    display: block;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1.2rem;
    margin-top: 4rem;
}
.footer-review {
    border-radius: 8px;
}

.bottom-footer p {
    margin: 0;
    font-family: "Raleway", sans-serif;
}
.footer-policy-menu {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 30px;
    list-style: none;
    justify-content: center;
}
.footer-policy-menu li a {
    text-decoration: none;
    color: #fff;
    font-family: "Raleway", sans-serif;
    transition: 0.3s ease-in-out;
    font-size: 15px;
}
.footer-policy-menu li a:hover {
    color: #fff;
}
.footer-policy-menu li+li {
    position: relative;
}
.footer-policy-menu li+li:after {
    background-color: #fff;
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    left: -15px;
    top: 6px;
}
/* =============== footer css end here =============== */

/* ============ inner pages css start here ============= */
header.page-header {
    text-align: center;
    padding: 3rem 0 0;
    border: 0;
    box-shadow: none;
}
.page-header .entry-title {
    padding: 0 15px;
    font-size: 2.5rem;
    color: #00291f;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
}
#gallery-filter {
    display: flex;
    padding-bottom: 12px;
}
button.filter-btn:after {
    border-top: 7px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    margin-left: -4px;
    opacity: 0;
    z-index: 12;
}
#gallery-filter button.filter-btn.active:after, #gallery-filter button.filter-btn.active:before {
	opacity: 1;
}
#gallery-filter button.filter-btn:before {
    background-color: #a88c73;
    position: absolute;
    content: "";
    bottom: -12px;
    height: 12px;
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
#gallery-filter button.filter-btn {
    background-color: #f1eae5 !important;
    border: 0;
    padding: 14px 30px;
    color: #5a4a3f !important;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    border-radius: 0;
}
#gallery-filter button.filter-btn.active {
    background-color: #a88c73 !important;
    color: #fff !important;
}
#gallery-container .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.8rem;
    justify-content: center;
    align-items: center;
}
.lightbox .lb-outerContainer {
    width: 750px !important;
    height: 515px !important;
}
.lightbox .lb-outerContainer .lb-container {
    width: 100%;
    height: 100%;
}
.lightbox .lb-outerContainer img {
    width: 100%  !important;
    height: 100% !important;
    object-fit: cover;
}
body .ti-widget.ti-goog .star-lg .ti-star {
    width: 20px !important;
    height: 20px !important;
}
.card-image {
    background: #ffffff;
    display: block;
    padding-top: 60%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
body.lightbox-open {
  overflow: hidden;
}
.card-image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    opacity: 0;
    display: none;
}
.card-image:hover .card-image-overlay {
    opacity: 1;
}
.card-image-overlay svg {
    width: 30px;
    height: 30px;
    color: #fff;
    transition: 0.3s ease-in-out;
    transform: scale(0.2);
}
.card-image:hover .card-image-overlay svg {
    transform: scale(1);
}
.card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.card-image:hover img {
    transform: scale(1.1);
}
.gallery-pagination {
    margin-top: 2rem;
    text-align: center;
}
.gallery-pagination button.gallery-page-btn {
    margin: 0 5px;
    min-width: 34px;
    min-height: 34px;
    padding: 1px 10px 4px;
    background-color: #aa8c76 !important;
    border: 1px solid #aa8c76 !important;
    color: #fff !important;
    transition: 0.3s ease-in-out;
    border-radius: 100px;
}
.gallery-pagination button.gallery-page-btn.active {
    background: #5b4a40 !important;
    border-color: #5b4a40 !important;
}
article .row.page-heading__wrapper {
    margin: 0;
}
.lightbox .lb-data .lb-details {
    display: none;
}
.lightbox .lb-data {
    padding: 0;
}
.lightbox .lb-closeContainer {
    text-align: right;
}
.lightbox .lb-data .lb-close {
    display: inline-block;
    float: none;
}
.make-reservation {
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    padding: 3rem;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.make-reservation h3 {
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 1.8rem;
    color: #121212;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
}
.make-reservation h3:after {
    border-bottom: 1px solid;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 150px;
}
.make-reservation p {
    font-size: 1.1rem;
    color: #696969;
    font-family: "Raleway", sans-serif;
    padding-right: 3rem;
}
.make-reservation h4 {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #121212;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}
.make-reservation ul {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
    display: flex;
    gap: 50px;
}
.dining-call {
    padding: 0;
    list-style: none;
    margin: 0;
}
.make-reservation ul li {
    padding-bottom: 1.5rem;
}
.make-reservation ul li h5, .dining-call h5 {
    margin: 0;
    letter-spacing: 0;
    color: #121212;
    font-size: 14px;
    font-weight: 600;
}
.make-reservation ul li span {
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 0.5rem;
    background-color: #f1eae5;
}
.make-reservation ul li span svg {
    width: 23px;
    height: 23px;
    color: #00291f;
}
.make-reservation ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: inline-block;
    vertical-align: super;
}
.make-reservation ul li a:hover {
    text-decoration: underline;
    color: #00291f;
}
.dining-call div {
    display: flex;
    align-items: center;
}
.dining-call div span {
    margin-right: 5px;
    display: inline-block;
}
.dining-call div span img {
    width: 30px;
    margin-left: -6px;
}
.dining-call li a:hover {
    text-decoration: underline;
}
.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.offer-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-5px);
}

.offer-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.offer-content {
  padding: 15px;
}

.offer-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #444;
}

.offer-description {
  font-size: 14px;
  color: #666;
}
.popup-hidden {
    display: none;
}
#custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 123;
  animation: popupFadeIn 0.5s ease forwards;
  transition: opacity 0.4s ease;
  pointer-events: all;
}
.lb-dataContainer {
    display: block !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .70 !important;
}
.lightbox {
    display: flex;
    flex-direction: column-reverse;
}
.lightbox .lb-nav a {
    position: relative;
    background-image: none;
	opacity: 1;
}
.lightbox .lb-nav a.lb-prev:after {
    right: auto;
    left: 24px;
    transform: rotate(180deg);
}
.lightbox .lb-nav a:after {
    position: absolute;
    content: "";
    border-left: 16px solid #a88c73;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}
.lightbox .lb-nav a:before {
    background: rgba(241, 234, 229, 0.7);
    position: absolute;
    width: 50px;
    height: 50px;
    content: "";
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.lightbox .lb-nav a.lb-prev:before {
    right: auto;
    left: 10px;
    transform: translateY(-34%);
}
.lightbox .lb-nav a.lb-prev:before {
    right: auto;
    left: 10px;
    transform: translateY(-30%);
}
.popup-content {
    border: 4px solid #fff;
    border-radius: 0;
    animation: popupSlideIn 0.4s ease forwards;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.popup-content #popup-widget {
    overflow: hidden;
    min-width: 500px;
    max-width: 500px;
    max-height: 300px;
}
#popup-widget img {
    height: 100% !important;
    object-fit: cover;
}
.popup-close {
    position: absolute;
    top: -30px;
    right: -6px;
    background: transparent !important;
    border: none;
    font-size: 40px;
    line-height: 20px;
    padding: 0 0 5px 0;
    color: #fff !important;
    transition: 0.3s;
}
.experiences .caravan-content {
    padding: 2rem 1rem 1rem 0;
} 
@keyframes popupFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
 
@keyframes popupSlideIn {
  from { transform: translateY(-30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
/* =============== FAQs page css start here ============== */
.page-id-195 .pt-2.pb-5 {
    background-color: #f1eae6;
}
.faq-header {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 50px 20px;
    border-radius: 20px;
    margin-bottom: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-header h1 {
    color: #212529;
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}
.faq-header p {
    color: #212529;
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
}
.faq-category {
    border-radius: 15px;
    padding: 2.5rem 4rem 0;
    margin-bottom: 0;
}
.faq-category h2 {
    color: #212529;
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
    position: relative;
    font-weight: 300;
}
.faq-category h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #B5954E;
}
.faq-page .accordion-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}
.faq-page .accordion-item button.accordion-button.collapsed {
    border-radius: 0 !important;
}
.faq-page .accordion-item button.accordion-button {
    border-radius: 0 !important;
    padding: 16px 15px 16px 10px;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    background: transparent !important;
    box-shadow: none;
}
.faq-page button.accordion-button:hover, .faq-page button.accordion-button[aria-expanded="true"] {
    background: rgba(172, 140, 121, 0.3) !important;
}
.faq-page .accordion-item .accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
}
.faq-page .accordion-item button.accordion-button:hover {
    background-color: #282f3c;
}
.accordion .accordion-item button.accordion-button:focus {
    box-shadow: none;
}
.accordion .accordion-item .accordion-body p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #121212;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}
.accordion .accordion-item .accordion-body p a {
    color: #000;
    text-decoration: none;
}
.accordion .accordion-item .accordion-body p a:hover {
    text-decoration: underline;
}
.boutique-card {
	position: relative;
} 
.boutique-card:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 60.0540540541%;
}
.boutique-card img {
    position: absolute;
    inset: 0;
    height: 100% !important;
    object-fit: cover;
}
/* =============== FAQs page css start here ============== */

/* =============== Careers page css start here ============== */
.careers-page .wpforms-container {
    margin: 0 !important;
}
.careers-info {
    padding: 0 4rem;
    margin-top: 3rem;
}
.careers-info h3 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.careers-info p {
    font-size: 14px;
    line-height: 24px;
    color: #212529;
}
.careers-info ul li {
    font-size: 14px;
    line-height: 30px;
    color: #212529;
}
.careers-info p.mail {
    font-size: 18px;
}
.careers-info p.mail i {
    color: #a88c73;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.careers-info p.mail a {
    text-decoration: none;
    color: #000;
}
.careers-page form {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 2rem;
    border-radius: 16px;
}
.careers-page form .wpforms-field {
    padding-top: 0;
}
.careers-page form .wpforms-field input {
    max-width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #edebeb;
    border-radius: 0;
    min-height: 48px;
}
.careers-page form .wpforms-field label {
    font-weight: 400;
    margin-bottom: 10px;
}
.careers-page form .wpforms-field textarea {
    background-color: #fbfbfb;
    border: 1px solid #edebeb;
}
.careers-page form button {
    background: #aa8c76 !important;
    border-radius: 0px !important;
    min-width: 110px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 800 !important;
}
.careers-page form button:hover {
    background: #121212 !important;
}
.careers-page form button:focus:after {
    display: none;
}
.careers-page form .wpforms-field input:focus, .careers-page form .wpforms-field textarea:focus {
    box-shadow: none !important;
    border-color: #9b9999 !important;
}
/* =============== Careers page css end here ============== */

/* =============== Contact page css start here ============ */
.contact-info-wrapper p {
    font-size: 14px;
    color: #212529;
    position: relative;
    line-height: 22px;
    margin: 0 0 10px;
    display: flex;
    gap: 10px;
}
.contact-form p strong {
    font-weight: 600;
    color: #121212;
}
.contact-info-wrapper p i {
    position: relative;
    top: 5px;
    color: #aa8c76;
}
.contact-info-wrapper p a {
    color: #212529;
    text-decoration: none;
}
.contact-info-wrapper p a:hover {
    text-decoration: underline;
}
.nearby-airports h4, .contact-info-wrapper h4 {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 1rem 0;
    font-size: 15px;
    font-weight: 600;
}
.nearby-airports li {
    font-size: 14px;
    color: #212529;
    position: relative;
    line-height: 22px;
    margin: 0 0 5px;
    display: flex;
    gap: 10px;
    padding-left: 15px;
}
.nearby-airports li:after {
    background: #212529;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    top: 10px;
    left: 0;
}
.contact-form {
    padding-right: 2rem;
}

.contact-page .wpforms-container {
    margin-top: 0 !important;
}
.contact-page form {
    box-shadow: 0 0 2px #00000040;
    border-radius: 10px;
    padding: 25px 30px;
    background-color: #fff;
}
.contact-page form .wpforms-field-row {
    max-width: 100% !important;
}
.contact-page .wpforms-container {
    margin: 0 !important;
}
.contact-page form .wpforms-field input, .contact-page form .wpforms-field select {
    max-width: 100%;
    min-height: 45px;
    border-radius: 0;
    background-color: #fbfbfb;
}
.contact-page form .wpforms-field input:focus,
.contact-page form .wpforms-field select:focus,
.contact-page form .wpforms-field textarea:focus {
    box-shadow: none !important;
    border-color: #696969 !important;
}
.contact-page {
    background: #f1eae5;
    padding: 40px;
}
.contact-page form .wpforms-field textarea {
    background-color: #fbfbfb;
    border-radius: 0;
}
.contact-page form .wpforms-field {
    padding-top: 0;
    padding-bottom: 1.3rem;
}
.contact-page form .wpforms-field label {
    font-weight: 500;
}
.contact-page form .wpforms-field legend {
    font-weight: 500;
}
.contact-page form button {
    border-radius: 0 !important;
    min-width: 120px;
    background-color: #aa8c76 !important;
    color: #fff !important;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.contact-page form button:after {
    display: none;
}
.contact-form ul {
    padding: 0;
    list-style: inside;
    margin: 0;
}
.enquiries {
    padding-right: 4rem;
}
.enquiries h3 {
    font-weight: 500;
    color: #a48e82;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0 0 0.5rem;
    font-family: 'Argentum Sans';
}
.enquiries ul {
    padding: 10px 0 0;
    list-style: none;
}
.enquiries ul li {
    margin: 0 0 15px;
}
.enquiries ul li a {
    color: #121212;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.enquiries ul li a i {
    margin-right: 8px;
    color: #aa8c76;
}
.enquiries ul li a:hover {
    color: #000;
    text-decoration: underline;
}
.enquiries h6 {
    font-weight: 500;
    color: #a48e82;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Argentum Sans';
    letter-spacing: 0;
    padding-top: 10px;
}
.contact-form ul li strong {
    font-weight: 500;
}
/* =============== Contact page css end here ============ */
.terms-conditions .inner-pages,
.privacy-policy .inner-pages, .cookie-policy .inner-pages {
    background-color: #f1eae6;
}
.privacy-content p:last-child, .privacy-content ul:last-child {
    margin-bottom: 0;
}
.privacy-header {
    text-align: center;
    padding: 2rem 0;
}
.privacy-items {
    padding: 0.7rem 0;
}
.privacy-header p {
    font-size: 18px;
}
.privacy-items h2 {
    background-color: rgba(172, 140, 121, 0.3);
    font-family: "Raleway", sans-serif;
    color: #121212;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 20px;
}
.privacy-content h2 i {
    font-size: 18px;
    margin-right: 10px;
}
p::target-text {
  background: yellow;
  color: black;
}
    .privacy-items .terms-item {
        padding: 20px;
        background: #fff;
    }
.privacy-content h4 {
    font-family: "Raleway", sans-serif;
    color: #121212;
    font-size: 1.2rem;
    padding-bottom: 2px;
}
.privacy-content  h4 i {
    font-size: 16px;
    margin-right: 10px !important;
}
.privacy-content p, .privacy-content  ul li {
    font-size: 14px;
    line-height: 24px;
    color: #212529;
    font-family: "Raleway", sans-serif;
}
.privacy-content ul {
    padding: 0;
    list-style: inside;
}
.privacy-content ul li {
    padding: 0 0 5px;
}
.privacy-content p a {
    color: #212529;
    text-decoration: none;
}
.privacy-content p a:hover {
    text-decoration: underline;
}
.privacy-content p strong {
    font-weight: 600;
}
.privacy-items .terms-item .unit strong {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}
.contact-info {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    margin-top: 50px;
    color: #fff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-info h3 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Baskervville', serif;
    font-size: 2rem;
}
.contact-info p {
    color: #e0e0e0;
    margin-bottom: 15px;
    font-size: 1.1rem;
}
.contact-info a {
    color: #B5954E;
    text-decoration: none;
    font-weight: 600;
    }
.contact-info a:hover {
    color: #fff;
    text-decoration: underline;
}
.category-icon {
    color: #B5954E;
    margin-right: 15px;
}
.enhanced-footer {
    background: linear-gradient(135deg, #01261F 0%, #1a4a3a 100%);
    padding: 40px 0 20px;
    border-top: 3px solid #B5954E;
}
.footer-section {
    margin-bottom: 30px;
}
.footer-section h5 {
    color: #B5954E;
    font-family: 'Baskervville', serif;
    font-size: 1.3rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #B5954E;
    padding-bottom: 10px;
    display: inline-block;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-links a {
    color: #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}
.footer-links a:hover {
    color: #B5954E;
    transform: translateX(8px);
}
.footer-links a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #B5954E;
}
.footer-links a:hover::before {
    opacity: 1;
    left: -15px;
}
.footer-contact {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #B5954E;
}
.footer-contact p {
    margin-bottom: 8px;
    color: #e0e0e0;
}
.footer-contact a {
    color: #B5954E;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.footer-contact a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 30px;
}
.footer-bottom p {
    color: #e0e0e0;
    margin: 0;
}
.footer-social {
    text-align: center;
    margin-bottom: 20px;
}
.footer-social a {
    color: #B5954E;
    font-size: 1.8rem;
    margin: 0 15px;
    transition: all 0.3s ease;
    display: inline-block;
}
.footer-social a:hover {
    color: #fff;
    transform: translateY(-5px) scale(1.2);
}
.tripadvisor-link img {
    width: 1.8rem;
    height: 1.8rem;
    transition: all 0.3s ease;
}
.tripadvisor-link:hover img {
    transform: translateY(-5px) scale(1.2);
}
.heading-background {
    background-color: #f1eae4;
    padding: 40px 20px 20px 10px;
}
.page-heading__wrapper p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Raleway", sans-serif;
}
 .ti-widget-container {
    margin-bottom: 0 !important;
}
.price-booking a.book-now-btn {
    margin-right: 4px;
}
.room-page {
    padding: 0px 0 3rem;
}
.room-page h2 {
    padding: 0 0 0.5rem;
    color: #121212;
    font-weight: 600;
    font-size: 1.7rem;
}
/* Mobile optimizations for FAQ page */
@media (max-width: 767px) {
.faq-section {
  padding: 30px 0;
}
.faq-header {
  padding: 40px 15px;
  margin-bottom: 40px;
}
.faq-header h1 {
  font-size: 2.2rem;
  line-height: 1.2;
}
.faq-header p {
  font-size: 1rem;
  line-height: 1.5;
}
.faq-category {
  padding: 25px 0 0;
  margin-bottom: 20px;
}
.faq-category h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.faq-question {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.4;
}
.faq-answer {
  padding: 0 20px;
}
.faq-answer.active {
  padding: 20px;
}
.faq-answer p {
  font-size: 0.95rem;
  line-height: 1.6;
}
.category-icon {
  margin-right: 10px;
}


}

/* Google review  */
.ti-verified-by.ti-verified-by-row {
    display: none !important;
}
section#customer-review {
    padding: 25px 0 0 0;
}
div.swiper-wrapper {
    text-align: center;
}
img.award-icon {
    width: 26px;
} 
#sb_instagram .sbi_link {
    background: rgba(0, 0, 0, 0.55) !important;
}
.ti-header-inner .ti-verified-by {
    display: none !important;
}

.choose-rooms.experiences .nav {
    width: auto;
}
.choose-rooms.experiences  .nav button.nav-link {
    padding-left: 25px;
    padding-right: 25px;
}
.page-id-382 .pt-2.pb-5, .page-id-172 .pt-2.pb-5 {
    padding: 0 !important;
}
.choose-rooms.experiences {
    padding: 0 0 3rem;
}

.dining-slider {
    padding: 0 0 3.5rem;
}
.dining-slider .testimonial-image img {
    height: auto !important;
}
.dining-slider .gallery-slide:before {
    padding-top: 52.054054%;
}
.dining-contant {
    padding-left: 1rem;
}
.dining-contant h3 {
    font-weight: 600;
    color: #000;
    margin: 0 0 0.5rem;
    padding: 0;
    border: 0;
}
.dining-contant p {
    font-size: 14px;
    color: #212529;
    position: relative;
    line-height: 24px;
    font-family: "Raleway", sans-serif;
}
.dining-contant .dining-call li i {
    color: #aa8c76;
    position: relative;
    top: 1px;
}
.dining-contant .dining-call li a, .dining-call li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: inline-block;
    vertical-align: super;
}
.dining-contant .dining-call li a:hover {
    text-decoration: underline;
    color: #00291f;
}
.dining-call li {
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
    gap: 10px;
    font-size: 14px;
    color: #212529;
}
.simple-sitemap-container ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.simple-sitemap-container h3.post-type {
    margin: 0 0 1.5rem;
}
.simple-sitemap-container ul li a {
    color: #212529;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    font-family: "Raleway", sans-serif;
    transition: 0.3s;
}
.simple-sitemap-container ul li a:hover {
    color: #a88c73;
}
.unit {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 1.2rem;
    display: inline-block;
    padding-bottom: 0.5rem;
    color: #000;
    text-align: right;
    min-width: 145px;
    border-bottom: 1px solid #000;
}
.unit b {
    font-weight: 600;
}
.unit small {
    font-size: 13px;
    text-transform: initial;
}
.set-time {
    padding: 10px 0 0;
    list-style: none;
}
.set-time li {
    font-size: 14px;
    color: #212529;
    position: relative;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}
.set-time li i {
    margin-right: 5px;
}
.room-intro .google-rating a.book-now-btn.me-1 {
    padding: 10px 10px;
}
.room-intro .book-now-btn {
    font-size: 11px;
}
.lightbox {
    margin-top: 4rem;
}


/* ============ Responsive css start here ============*/
@media (min-width: 992px) and (max-width: 1200px) {
.book-now-btn {
    min-width: 110px;
}
#gallery-filter button.filter-btn {
    padding: 14px 20px;
    font-size: 12px;
    font-weight: 600;
}
.page-heading__wrapper .entry-title {
    font-size: 40px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.home .bottom-header {
    background-color: #5a4a3f;
}    
.navbar-brand img {
    max-width: 170px;
}
.header-icon {
    gap: 20px;
}
.navigation-bar nav.main-navigation {
    padding-top: 0.5rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.2);
}   
.navigation-bar .navbar-nav li {
    padding: 0.2rem 0;
}
.menu .pe-0.text-end {
    text-align: center !important;
    margin: 0 0 10px;
}
.menu .col-md-5.text-end {
    display: inline-block;
    width: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
ul.book-now li {
    margin-left: 0;
}
.home .menu {
    background-color: rgb(90 74 63);
}
.home main {
    padding-top: 5rem;
}
.section-video {
    height: 40vh;
}
.navigation-bar button.navbar-toggler {
    background: transparent !important;
    padding: 0;
    border: 0;
}
.navigation-bar button.navbar-toggler svg {
    fill: #fff;
}
.navigation-bar {
    padding: 0;
}
.navigation-bar .navbar-expand-lg {
    margin-top: -65px;
}
.navbar-brand {
    position: relative;
    z-index: 123;
    margin-left: 8rem !important;
}
.navigation-bar button.navbar-toggler:focus {
    box-shadow: none;
}
.choose-rooms .col-md-7, .location-section .col-md-7, .where-nature .col-md-7, .dining-slider .col-md-7 {
    width: 50%;
}
.choose-rooms .col-md-5, .location-section .col-md-5, .where-nature .col-md-5, .dining-slider .col-md-5 {
    width: 50%;
}
.choose-rooms .nav {
    width: 60.333333%;
}
.choose-rooms .nav button.nav-link {
    padding: 14px 16px;
    font-size: 12px;
}
.choose-rooms .nav-pills .nav-link.active {
    padding: 14px 16px 34px;
}
.map-container iframe {
    height: 850px;
}
.price-booking a.book-now-btn {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
}
main {
    padding-top: 6rem;
}
.page-heading__wrapper .entry-title {
    font-size: 30px;
    padding-left: 15px !important;
}
.dining-slider .gallery-slide:before {
    padding-top: 67.054054%;
}
.dining-contant {
    padding-left: 0;
}
.our-gallery {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
.faq-section .col-md-12 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.info-container h3 {
    margin-bottom: 1rem;
    padding-left: 0;
    text-align: left;
}
.info-container ul h4 {
    margin-top: 0;
}
.faq-category {
    padding: 2.5rem 0 0;
}
.contact-form {
    padding-right: 0;
}
.contact-info-wrapper p {
    gap: 8px;
}
#gallery-filter button.filter-btn {
    padding: 14px 12px;
    font-size: 10px;
    font-weight: 600;
}
.choose-rooms.experiences  .nav button.nav-link {
    padding-left: 12px;
    padding-right: 12px;
}


}




@media(max-width: 767px) {
.home .bottom-header {
    background-color: #5a4a3f;
}    
.navbar-brand img {
    max-width: 150px;
}
.header-icon {
    gap: 20px;
}
.navigation-bar nav.main-navigation {
    padding-top: 0.5rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.2);
}   
.navigation-bar .navbar-nav li {
    padding: 0.2rem 0;
}
.menu .pe-0.text-end {
    text-align: center !important;
    margin: 0 0 10px;
}
.menu .col-md-5.text-end {
    display: inline-block;
    width: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
ul.book-now li {
    margin-left: 0;
}
.navigation-bar button.navbar-toggler {
    background: transparent !important;
    padding: 0;
    border: 0;
}
.navigation-bar button.navbar-toggler svg {
    fill: #fff;
}
.navigation-bar {
    padding: 0 0 5px;
}
.navigation-bar .navbar-expand-lg {
    margin-top: -50px;
}
.navigation-bar button.navbar-toggler:focus {
    box-shadow: none;
}
.popup-content #popup-widget {
    min-width: 350px;
    max-width: 100%;
}
.section-video {
    height: auto;
}
main {
    padding-top: 8rem;
}
.home main {
    padding-top: 8rem;
}
.heading {
    font-size: 25px;
    padding-bottom: 0.5rem !important;
}
.experiences-section .heading {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.choose-rooms .col-md-5, .location-section .col-md-5, .where-nature .col-md-5, .dining-slider .col-md-5,
.choose-rooms .col-md-7, .location-section .col-md-7, .where-nature .col-md-7, .dining-slider .col-md-7 {
    width: 100%;
}
.highlights {
    padding-left: 0;
    padding-top: 1rem;
}
.where-nature .mt-4 {
    margin: 0 !important;
}
.choose-rooms .nav button.nav-link {
    font-size: 11px;
    padding: 14px 10px;
    font-weight: 600;
}
.choose-rooms .nav {
    width: 100%;
}
.choose-rooms .nav-pills .nav-link.active {
    padding: 14px 10px 34px;
}
.choose-rooms .section-heading {
    padding-top: 2rem;
}
.choose-rooms {
    padding: 0 0 3rem;
}
.hero-section {
    padding: 3rem 0;
}
.ti-footer {
    margin-bottom: 10px !important;
}
.map-container iframe {
    height: 380px;
}
.info-container {
    padding: 2rem 1rem 1rem;
}
.info-container h3 {
    padding-left: 0;
    text-align: left;
}
.faq-section .col-md-12 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.awards-slider .swiper-slide {
    border-right: 0;
}
.awards-slider {
    margin-top: 0;
    padding-bottom: 0px;
}
.our-gallery {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
.follow-with-guests {
    row-gap: 15px;
    flex-direction: column;
}
.our-guests ul {
    gap: 8px;
}
.follow-us ul li {
    margin-right: 0.7rem !important;
}
.footer-policy-menu {
    display: block;
}
.footer-policy-menu li {
    display: inline-block;
}
.footer-policy-menu li a {
    font-size: 14px;
    padding: 0 8px;
    border-right: 1px solid;
    display: inline-block;
    line-height: 14px;
}
.footer-policy-menu li:last-child a {
    border-right: 0;
}
.footer-policy-menu li+li:after {
    display: none;
}
.follow-with-guests {
    margin: 1.5rem 0 0.5rem;
}
.follow-us ul.social-icons a i {
    font-size: 20px;    
}
.our-guests ul a img {
    width: 22px;
    height: 22px;
}
.our-guests ul li:last-child a img {
    width: 24px;
    height: 24px;
} 
.accommodations-Highlight {
    min-height: auto;
    margin-bottom: 20px;
}   
.room-content h4 {
    margin: 0;
}
.room-page .col-md-4 {
    margin-bottom: 1.5rem;
}
.page-heading__wrapper .entry-title {
    font-size: 30px;
    padding-left: 20px !important;
}
.room-content .highlights li {
    padding: 0.3rem 0;
}
.room-details .highlight-columns {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
    margin-top: 1rem;
}
.room-details .room-wrapper {
    padding: 1rem 0 3rem;
}
.room-details .room-intro {
    padding-left: 0;
    padding-top: 20px;
}
.dining-contant {
    padding-left: 0;
    padding-top: 10px;
}
.dining-slider .gallery-slide:before {
    padding-top: 67.054054%;
}
.ti-widget-container {
    text-align: center !important;
}
.experiences-section .experience-grid {
    padding-bottom: 30px;
}
.experiences-section .experience-grid .swiper-pagination {
    bottom: 0;
}
.unit {
    text-align: left;
}
.contact-info-wrapper p {
    gap: 8px;
}
.contact-form p strong {
    font-size: 13px;
}
.inner-pages select.filter-dropdown, #experienceDropdown {
    border-radius: 0;
    border-color: #a88c73;
    border-width: 3px;
    font-weight: 500;
    position: relative;
    background-image: url("https://www.antheiaresorts.com/wp-content/uploads/2025/08/down-arrow.png");
    background-size: 12px;
}
.inner-pages select.filter-dropdown:focus, #experienceDropdown:focus {
    outline: none;
    box-shadow: none;
}
#gallery-container .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
}
.experiences .caravan-content {
    padding: 2rem 1rem 1.5rem 1rem;
}
.room-content {
    padding: 1.5em 15px;
}
.privacy-content ul {
    padding: 0 0 0 1rem;
}
.privacy-content ul li {
    list-style: outside;
}
.privacy-items h2, .privacy-items .terms-item {
    padding: 15px;
}
.experiences.choose-rooms .tab-content {
    margin-top: 0;
}
.lightbox .lb-outerContainer {
    width: 340px !important;
    height: 235px !important;
}
.careers-info {
    padding: 0;
    margin-top: 1rem;
}
.lightbox {
    height: 100%;
    justify-content: center;
    margin-top: -4rem;
}


}

@media only screen and (max-width: 768px) and (orientation: landscape) {
.room-details .highlight-columns {
    grid-template-columns: repeat(2, 1fr);
}

}

@media(max-width: 480px) {
.popup-content #popup-widget {
    min-width: 300px;
}


}

@media(max-width: 374px) {
.dining-call li {
    gap: 6px;
    flex-direction: column;
    margin-top: 10px;
}

}

