*{
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6, p {
     font-family: "Raleway", sans-serif;
}
/* =============== header css start here ==================== */
body {
    position: relative;
}
.menu-open {
    overflow: hidden;
}
.menu-open:before {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    content: "";
    inset: 0;
    z-index: 12;
}
header {
    z-index: 12;
    width: 100%;
}
.home header {
	  position: fixed;
}
header {
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.home.header-fixed-padding .top-header {
    background: #0d332b;
}
.home.header-fixed-padding .bottom-header {
    background: #00271f;
}
.home .top-header {
    background-color: rgba(1, 38, 31, 0.8);
}
.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 .bottom-header {
    background-color: rgba(1, 38, 31, 0.5);
}
.bottom-header {
    background-color: #00271f;
}
.menu {
    padding: 10px 0;
}
.d-inline-block {
    vertical-align: middle;
}
.navbar-nav {
    column-gap: 40px;
}
.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;
}
.menu ul.navbar-nav li {
    margin-bottom: 10px;
}
.menu ul.navbar-nav li a {
    color: rgba(255,255,255,0.7);
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.menu ul.navbar-nav li a:after {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.menu ul.navbar-nav li a:hover {
    color: #fff;
    padding-left: 15px;
}
.menu ul.navbar-nav li a:hover:after {
    opacity: 1;
}
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 {
    border: 1px solid #fff;
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 100px;
    min-width: 145px;
    padding: 10px;
    transition: 0.3s ease-in-out;
}
.book-now .btn:hover {
    background-color: #fff;
    color: #b47228;
}
/* =============== header css start here ==================== */

/* =============== home slider css start here ==================== */
.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;
}
/* =============== home slider css end here ==================== */


/* =============== Welcome antheia  css start here ==================== */
.img-rounded {
    border-radius: 10px;
}
.section-heading p {
    font-size: 17px;
    color: #000;
    margin-bottom: 0.6rem;
    font-family: "Raleway", sans-serif;
}

.heading {
    font-size: 2rem;
    color: #b47228;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Argentum Sans';
}
.highlights {
    padding-left: 1.5rem;
}
.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: 15px;
    color: #000;
    line-height: 24px;
}
.highlight-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 0.3fr);
    gap: 15px;
}
.highlight-list li {
    font-size: 15px;
    color: #000;
    position: relative;
    line-height: 24px;
    padding-left: 16px;
}
.highlight-list li:after {
    background-color: #000;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 10px;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.checkIn {
    margin: 3rem 0 0;
}
.checkIn h3 {
    font-size: 17px;
    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;
}
.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: 15px;
    line-height: 24px;
    color: #000;
}
/* =============== Welcome antheia  css end here ==================== */

/* =============== Choose rooms antheia css start here ==================== */
.choose-rooms {
    padding: 0 0 5rem;
}
.choose-rooms .section-heading {
    border-top: 1px solid #ddd;
    padding-top: 3rem;
}
.choose-rooms .nav {
    width: 48%;
    justify-content: center;
}
.choose-rooms .tab-content {
    margin-top: -20px;
}
.choose-rooms .tab-content > .tab-pane {
    background-color: #f7efe0;
}
.choose-rooms .nav button.nav-link {
    background-color: #f7efe0;
    border-radius: 0;
    color: #121212;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 30px;
    position: relative;
}
.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: #b97038;
    padding: 14px 30px 34px;
    color: #fff;
}
.choose-rooms .tab-content .img-fluid {
    width: 100%;
    min-height: 430px;
    max-height: 430px;
    object-fit: cover;
}
.choose-rooms .col-md-12 {
    position: relative;
}
.caravan-content {
    padding: 3rem 2rem 2rem 1.5rem;
    height: 100%;
}
.caravan-content .highlight-title {
    min-width: auto;
    padding-left: 30px;
}
.caravan-content p {
    text-align: justify;
}
.caravan-content ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin: 0;
}
.caravan-content ul a {
    text-transform: uppercase;
}
.read-more-btn {
    color: #111;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}
.read-more-btn:hover {
    color: #995832;
}
/* =============== Choose rooms antheia css end here ==================== */



/* =============== Banner section css ===============================  */
.hero-section {
    padding: 6rem 0;
    position: relative;
    width: 100%;
    background-position: center;
    background-attachment: fixed;
}
.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: 1rem;
    margin: 0 auto 2.5rem;
    max-width: 910px;
}

.hero-content .cta-button {
    margin-top: 30px;
    padding: 12px 30px;
    background-color: #b26929;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 1rem;
    text-decoration: none;
}

.hero-content .cta-button:hover {
  background-color: #a05a1f;
}

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

  .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 iframe {
  width: 100%;
  height: 425px;
  border: none;
}
p:empty {
    display: none;
}
.info-container {
  padding-left: 2rem;
}

.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-item {
  margin: 30px 0;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: flex-start;
}

.info-item i {
    font-style: normal;
    margin-right: 12px;
    color: #7f7f7f;
    font-size: 20px;
    text-align: center;
    position: relative;
}
.info-item i.fa-map-marker {
    top: 4px;
}
.info-item i.fa-person-walking {
    font-size: 28px;
}
.info-item p {
    font-size: 16px;
    margin: 0 0 0 4px;
}
/* Responsive */
@media (max-width: 768px) {
  .location-content {
    flex-direction: column;
  }
}
/* =============== Location section css end here ===============================  */

/* =============== Experiences section css start here ===============================  */
.experiences-section {
  text-align: center;
  padding: 30px 0 50px;
}
.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: 123;
}

.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: 40px;
    padding: 0 1.5rem;
}
.experience-footer h6 {
    font-size: 25px;
    letter-spacing: 0;
}
.explore-btn {
    margin-top: 5px;
    background-color: #b26929;
    color: white;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.explore-btn:hover {
  background-color: #121212;
  color: #fff;
}
/* =============== Experiences section css end here ===============================  */

/* =============== Home faqs section css start here ===============================  */
.faq-section {
    background-color: #fbf6f1;
    padding: 3rem 0;
}
.faq-section .accordion {
    padding: 0 4rem;
}
.faq-section .accordion-item {
    background-color: transparent;
    border: 0;
}
.faq-section button.accordion-button {
    background-color: transparent !important;
    color: #121212 !important;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}
.faq-section button.accordion-button br {
    display: none;
}
.faq-section  .accordion-body {
    padding: 1rem 0;
}
.faq-section  .accordion-button:not(.collapsed)::after {
    filter: brightness(0.1);
}
/* =============== Home faqs section css end here ===============================  */

/* =============== Our gallery section css start here ===============================  */
.our-gallery .owl-carousel .item {
  position: relative;
  overflow: hidden;
}

.our-gallery .owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}
.our-gallery .owl-dots {
    display: none;
}
.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;
}
 
.gallery-img:hover .search-overlay {
  opacity: 1;
}
 
.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;
}
/* =============== Our gallery section css end here ===============================  */

/* =============== USP faqs section css start here ===============================  */
.usp-section {
    padding: 0 0 4rem;
}
.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: #a5632c;
}
.benefit-text {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    color: #000;
}
.book-now-btn {
    display: inline-block;
    background-color: #a5632c !important;
    color: #fff !important;
    text-decoration: none;
    border: none;
    font-size: 14px;
    border-radius: 100px;
    min-width: 145px;
    padding: 10px;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.book-now-btn:hover {
    background-color: #121212 !important;
}
/* =============== USP faqs section css end here ===============================  */

/* ================= Rooms css ================== */
.room-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 15px 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.image-box {
    background: #ddd;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.room-card .image-box img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    max-width: 100% !important;
    height: 100% !important;
}
.room-content {
    padding: 1.3rem 0 0;
}
.room-card .room-content h3 {
    font-size: 1.2rem;
    margin: 0 0 10px;
    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: 16px;
}
.room-card .highlights {
  list-style: none;
  padding-left: 0;
}
.highlights ul {
    padding: 0;
    list-style: none;
}
.room-content .highlights li {
    padding: 0.5rem 0;
}
.room-content .highlights li img {
    margin-right: 8px;
}
.highlights .d-flex {
    column-gap: 30px;
}
.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 {
    border-radius: 100px;
    min-width: 145px;
    text-align: center;
    color: #aa6036;
    border: 1px solid #aa6036;
    margin-left: 10px;
    background: transparent;
    transition: 0.3s ease-in-out;
}
.price-booking .btn-more:hover {
    background: #aa6036;
    color: #fff;
}


/* =============== footer css start here =============== */
footer {
    background-color: #00271f;
    color: #fff;
    padding: 4rem 0  1.5rem;
}
.footer-title {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 1.2rem;
    font-family: "Raleway", sans-serif;
}
.follow-us {
    margin-top: 1.8rem;
}
.follow-us .footer-title {
    margin: 0 0 0.8rem;
}
.follow-us ul.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.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: 30px;
    display: inline-block;
    vertical-align: middle;
}
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;
}
.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: flex-end;
}
.footer-policy-menu li a {
    text-decoration: none;
    color: rgba(255,255,255,0.8);
    font-family: "Raleway", sans-serif;
    transition: 0.3s ease-in-out;
}
.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;
}


/* ============ inner pages css start here ============= */
main {
    min-height: 500px;
}
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 {
    margin: 0 0 2.5rem;
    background-color: rgba(0, 41, 31, 0.040);
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 0.2fr);
    justify-content: center;
    gap: 15px;
}
#gallery-filter button.filter-btn {
    background-color: transparent !important;
    border: 0;
    border-bottom: 3px solid transparent;
    padding: 1em 0;
    color: #837f7f !important;
    font-size: 22px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#gallery-filter button.filter-btn.active {
    color: #00291f !important;
    border-color: #00291f;
    padding: 1.3rem 0 0.07rem;
}
#gallery-container .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.card-image {
    background: #ffffff;
    display: block;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
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;
}
.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;
}
.gallery-pagination {
    margin-top: 4rem;
    text-align: center;
}
.gallery-pagination button.gallery-page-btn {
    margin: 0 5px;
    min-width: 40px;
    min-height: 40px;
    padding: 5px 10px;
    background-color: transparent !important;
    border: 1px solid #00291f !important;
    color: #00291f !important;
    transition: 0.3s ease-in-out;
}
.gallery-pagination button.gallery-page-btn:hover {
    background-color: #00291f !important;
    color: #fff !important;
}
.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;
}
.make-reservation ul li {
    padding-bottom: 1.5rem;
}
.make-reservation ul li h5 {
    padding-bottom: 5px;
    letter-spacing: 0;
    color: #121212;
    font-size: 1.2rem;
}
.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: rgba(0, 41, 31, 0.1);
}
.make-reservation ul li span svg {
    width: 23px;
    height: 23px;
    color: #00291f;
}
.make-reservation ul li a {
    font-size: 18px;
    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;
}


.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;
}
 
.popup-content {
    background: #fff;
    padding: 6px;
    border-radius: 0;
    animation: popupSlideIn 0.4s ease forwards;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
 
.popup-close {
    position: absolute;
    top: 7px;
    right: 7px;
    background: rgba(255,255,255,0.9) !important;
    border: none;
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 5px 0;
    min-width: 45px;
    min-height: 45px;
    color: #000 !important;
    transition: 0.3s;
}
.popup-close:hover {
    background: #fff !important;
}
 
@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 ============== */
.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 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.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 {
    margin-bottom: 1rem;
    background-color: rgba(40, 47, 60, 0.02);
    border-radius: 10px;
    border: 1px solid #282f3c;
    overflow: hidden;
}
.faq-page .accordion-item button.accordion-button.collapsed {
    border-radius: 10px !important;
}
.faq-page .accordion-item button.accordion-button {
    border-radius: 10px 10px 0 0 !important;
    padding: 1.5rem 1.25rem;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
}
.faq-page .accordion-item .accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
    filter: invert(100);
}
.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: 1rem;
    color: #121212;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}
.accordion .accordion-item .accordion-body p a {
    color: #B5954E;
    text-decoration: none;
    font-weight: 600;
}
.accordion .accordion-item .accordion-body p a:hover {
    text-decoration: underline;
}
/* =============== FAQs page css start here ============== */

/* =============== Careers page css start here ============== */
.careers-page .wpforms-container {
    margin: 0 !important;
}
.careers-info {
    padding-right: 3rem;
}
.careers-info h3 {
    padding-bottom: 10px;
}
.careers-info  p {
    margin: 0;
    font-size: 17px;
}
.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: #a5632c !important;
    border-radius: 100px !important;
    min-width: 110px;
    transition: 0.3s;
}
.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 ============== */



.privacy-content {
    padding-top: 3rem;
}
.privacy-header {
    text-align: center;
    margin-top: -20px;
}
.privacy-header p {
    font-size: 18px;
}
.privacy-content h2 {
    font-family: "Raleway", sans-serif;
    color: #121212;
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 600;
}
.privacy-content h2 i {
    font-size: 24px;
    margin-right: 10px;
}
.privacy-content h4 {
    font-family: "Raleway", sans-serif;
    color: #121212;
    font-size: 1.3rem;
    padding-bottom: 5px;
}
.privacy-content  h4 i {
    font-size: 18px;
    margin-right: 10px !important;
}
.privacy-content p, .privacy-content  ul li {
    font-size: 17px;
    line-height: 28px;
    color: #212529;
    font-family: "Raleway", sans-serif;
}
.privacy-content p a {
    color: #B5954E;
    text-decoration: none;
    font-weight: 500;
}
.privacy-content p a:hover {
    text-decoration: underline;
}

.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);
}

/* Mobile optimizations for FAQ page */
@media (max-width: 767px) {
.faq-section {
  padding: 60px 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 20px;
  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;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.btn {
  min-height: 44px;
  padding: 12px 20px;
  font-size: 16px;
}
}
