@charset "UTF-8";
p {
  margin: 0;
}

.section-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
}

@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.global-booking-modal .modal-dialog {
  max-width: 700px;
  padding: 0px 15px;
}
.global-booking-modal .modal-dialog .modal-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 27px;
  color: #000040;
  width: 100%;
  text-align: center;
}
.global-booking-modal .modal-dialog .modal-body {
  padding: 30px;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment {
  border-bottom: solid 1px darkblue;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .segment-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 22px;
  color: #000040;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .segment-title::before {
  content: "\f521";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #d4af37;
  font-size: 20px;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .form-input {
  margin-bottom: 5px;
  width: 100%;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .form-control {
  font-size: 17px;
  color: black;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment #customerRoomReservation {
  pointer-events: none;
  font-size: 18px;
  font-weight: 500;
  color: #000040;
  background-color: whitesmoke;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment #customerSpecialRequest::placeholder {
  color: #ababab;
  font-size: 15px;
  opacity: 1; /* important for Firefox */
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .form-label {
  font-size: 16px;
  color: black;
  margin-bottom: 5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .form-label .fa-asterisk {
  font-size: 10px;
  line-height: 1;
  color: #000040;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .segment-group {
  display: flex;
  gap: 10px;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .service-button-group p {
  display: flex;
  width: 100%;
  gap: 10px;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .service-button-group p .btn-service {
  border: solid 1px #000040;
  background-color: white;
  width: 100%;
  font-size: 18px;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .service-button-group p .btn-service:hover {
  cursor: pointer;
  background-color: #000040;
  color: white;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .service-button-group p .btn-service.active {
  background-color: #000040;
  color: white;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .avail-transport-service {
  display: none;
  margin-top: 20px;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .payment-reminder {
  font-size: 15px;
  color: #5d5d5d;
  font-style: italic;
  margin-bottom: 20px;
}
.global-booking-modal .modal-dialog .booking-form-group .booking-segment .payment-reminder br {
  display: none;
}
.global-booking-modal .modal-dialog .booking-form-group .privacy-policy-text {
  font-size: 17px;
  color: black;
  margin-bottom: 5px;
  text-align: center;
}
.global-booking-modal .modal-dialog .booking-form-group .privacy-policy-text br {
  display: none;
}
.global-booking-modal .modal-dialog .booking-form-group .btn-reservation {
  font-family: "DM Serif Display", Arial, sans-serif;
  width: 100%;
  background-color: #d4af37;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 8px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.global-booking-modal .modal-dialog .booking-form-group .wpcf7-spinner {
  display: none;
}

.reservation-success-modal .modal-dialog {
  max-width: 700px;
}
.reservation-success-modal .modal-dialog .modal-content .modal-body {
  text-align: center;
  padding: 30px;
}
.reservation-success-modal .modal-dialog .modal-content .modal-body .message-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 42px;
  margin-bottom: 20px;
  color: #000040;
}
.reservation-success-modal .modal-dialog .modal-content .modal-body .reservation-note {
  font-size: 18px;
  margin-bottom: 20px;
}
.reservation-success-modal .modal-dialog .modal-content .modal-body .btn-secondary {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

/* Success */
.wpcf7 form.sent .wpcf7-response-output {
  background: #d1dcfa;
  color: #000040;
  border: 1px solid #000040;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  display: block !important;
  font-size: 14px;
  line-height: 16px;
}

/* Validation Error */
.wpcf7 form.invalid .wpcf7-response-output {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #ef4444;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  display: block !important;
  font-size: 14px;
  line-height: 16px;
}

/* Mail Failed */
.wpcf7 form.failed .wpcf7-response-output {
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #f97316;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  display: block !important;
  font-size: 14px;
  line-height: 16px;
}

/* Spam */
.wpcf7 form.spam .wpcf7-response-output {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #dc2626;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  display: block !important;
  font-size: 14px;
  line-height: 16px;
}

.password-wrapper {
  position: relative;
}
.password-wrapper br {
  display: none;
}

.password-wrapper .toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  z-index: 2;
  color: #6c757d;
}
.password-wrapper .toggle-password br {
  display: none;
}

.password-wrapper input {
  padding-right: 45px;
}

.scroll-indicator {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  font-size: 24px;
  color: #fff;
  animation: bounce 2s infinite;
  transition: opacity 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: white;
  color: black;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-indicator.hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
/* Large devices (desktops, ≥992px and <1200px) */
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-title {
    font-size: 26px;
    line-height: 30px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-title {
    font-size: 26px;
    line-height: 30px;
  }
  .global-booking-modal .modal-dialog .modal-title {
    font-size: 22px;
  }
  .global-booking-modal .modal-dialog .modal-body {
    padding: 25px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .segment-title {
    font-size: 20px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .form-label {
    font-size: 16px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .form-control {
    font-size: 16px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment #customerRoomReservation {
    font-size: 16px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .privacy-policy-text {
    font-size: 15px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .form-label {
    font-size: 15px;
  }
  .reservation-success-modal .modal-dialog {
    padding: 0px 15px;
  }
  .reservation-success-modal .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 30px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .section-title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 26px;
  }
  .reservation-success-modal .modal-dialog {
    padding: 0px 10px;
  }
  .reservation-success-modal .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 25px;
  }
  .reservation-success-modal .modal-dialog .modal-content .modal-body .message-title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .reservation-success-modal .modal-dialog .modal-content .modal-body .reservation-note {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .reservation-success-modal .modal-dialog .modal-content .modal-body .btn-secondary {
    margin-top: 15px;
    font-size: 16px;
    padding: 7px;
  }
  .global-booking-modal .modal-dialog {
    padding: 0px 0px;
  }
  .global-booking-modal .modal-dialog .modal-header {
    padding: 12px 20px;
  }
  .global-booking-modal .modal-dialog .modal-body {
    padding: 25px;
  }
  .global-booking-modal .modal-dialog .modal-title {
    font-size: 20px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .segment-group {
    gap: 0px;
    flex-direction: column;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .segment-title {
    font-size: 19px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .segment-title::before {
    font-size: 16px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .form-input {
    margin-bottom: 10px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .form-label {
    font-size: 16px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .form-control {
    font-size: 16px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment #customerRoomReservation {
    font-size: 16px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .service-button-group p {
    gap: 5px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .booking-segment .service-button-group p .btn-service {
    font-size: 16px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .privacy-policy-text {
    font-size: 15px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .form-label {
    font-size: 15px;
  }
  .global-booking-modal .modal-dialog .booking-form-group .btn-reservation {
    font-size: 18px;
    padding: 5px;
  }
}
/* Large devices (desktops, ≥992px and <1200px) */
/* Medium devices (tablets, ≥768px and <992px) */
/* Small devices (landscape phones, ≥576px and <768px) */
/* Extra small devices (portrait phones, less than 576px) */
.custom-header {
  background-color: #000040;
  position: fixed;
  top: 0px; /* hidden initially */
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease;
}
.custom-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* Center Logo */
  /* Right Navigation */
}
.custom-header .header-wrapper .header-sections {
  flex: 1;
}
.custom-header .header-wrapper .header-sections .custom-logo-link {
  display: inline-block;
}
.custom-header .header-wrapper .header-sections .custom-logo-link .custom-logo {
  max-width: 230px;
  width: 230px;
  height: auto;
  display: block;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.custom-header .header-wrapper .header-sections:nth-child(2) {
  display: flex;
  justify-content: center;
}
.custom-header .header-wrapper .header-sections:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}
.custom-header .header-wrapper .header-sections:nth-child(3) .header-links {
  display: flex;
  gap: 25px;
  align-items: center;
}
.custom-header .header-wrapper .header-sections:nth-child(3) .header-links .page-links {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.custom-header .header-wrapper .header-sections:nth-child(3) .header-links .page-links:hover {
  color: #fec64d;
}
.custom-header .header-wrapper .header-sections:nth-child(3) .header-links .page-book-now {
  background-color: white;
  color: #0e1030;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
}
.custom-header .header-wrapper .header-sections:nth-child(3) .header-links .page-book-now:hover {
  background-color: #fec64d;
  color: #000040;
}
.custom-header .header-wrapper .mobile-header {
  display: none;
}

/* Show sticky header */
.custom-header.show-header {
  top: 0;
}
.custom-header.show-header .header-wrapper {
  height: 90px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.custom-header.show-header .header-wrapper .header-sections .custom-logo-link .custom-logo {
  max-width: 180px;
  width: 180px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Large devices (desktops, ≥992px and <1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .custom-header .header-wrapper .header-sections:nth-child(3) .header-links {
    gap: 15px;
  }
}
/* Large devices (desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .custom-header .header-wrapper .header-sections:nth-child(1) {
    display: none;
  }
  .custom-header .header-wrapper .header-sections:nth-child(2) {
    justify-content: flex-start;
  }
}
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-header .header-wrapper {
    height: 95px;
  }
  .custom-header .header-wrapper .header-sections .custom-logo-link .custom-logo {
    width: 100%;
    max-width: 180px;
  }
  .custom-header .header-wrapper .web-header {
    display: none !important;
  }
  .custom-header .header-wrapper .mobile-header {
    display: block;
    background-color: #fdbd45;
    color: white;
    font-size: 20px;
  }
  .custom-header .header-wrapper .header-sections:nth-child(2) {
    justify-content: flex-start;
  }
  .custom-header .mobile-offcanvas {
    background-color: #000040;
    color: white;
    border-left: none;
  }
  .custom-header .mobile-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgb(145, 145, 145);
  }
  .custom-header .mobile-offcanvas .offcanvas-header .custom-logo {
    width: 100%;
    max-width: 150px;
    height: auto;
  }
  .custom-header .mobile-offcanvas .offcanvas-header .btn-close-white {
    background-color: white;
    filter: none;
    opacity: 1;
    margin-right: 2px;
    margin-top: 0px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group {
    margin-bottom: 25px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-title {
    font-family: "DM Serif Display", Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #faca57;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-title .fa-solid {
    font-size: 16px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-details {
    border-bottom: 1px solid rgb(145, 145, 145);
    padding-bottom: 15px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-details .link-item {
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-details-hide {
    display: none;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .btn-book-mobile {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 15px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .custom-header .header-wrapper {
    height: 95px;
  }
  .custom-header .header-wrapper .header-sections .custom-logo-link .custom-logo {
    width: 100%;
    max-width: 180px;
  }
  .custom-header .header-wrapper .web-header {
    display: none !important;
  }
  .custom-header .header-wrapper .mobile-header {
    display: block;
    background-color: #fdbd45;
    color: white;
    font-size: 18px;
  }
  .custom-header .header-wrapper .header-sections:nth-child(2) {
    justify-content: flex-start;
  }
  .custom-header .mobile-offcanvas {
    background-color: #000040;
    color: white;
    border-left: none;
  }
  .custom-header .mobile-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgb(145, 145, 145);
  }
  .custom-header .mobile-offcanvas .offcanvas-header .custom-logo {
    width: 100%;
    max-width: 150px;
    height: auto;
  }
  .custom-header .mobile-offcanvas .offcanvas-header .btn-close-white {
    background-color: white;
    filter: none;
    opacity: 1;
    margin-right: 2px;
    margin-top: 0px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group {
    margin-bottom: 25px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-title {
    font-family: "DM Serif Display", Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #faca57;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-title .fa-solid {
    font-size: 16px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-details {
    border-bottom: 1px solid rgb(145, 145, 145);
    padding-bottom: 15px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-details .link-item {
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-details-hide {
    display: none;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .btn-book-mobile {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 500;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .custom-header .header-wrapper {
    height: 80px;
  }
  .custom-header .header-wrapper .header-sections .custom-logo-link .custom-logo {
    width: 100%;
    max-width: 140px;
    margin-left: 10px;
  }
  .custom-header .header-wrapper .web-header {
    display: none !important;
  }
  .custom-header .header-wrapper .mobile-header {
    display: block;
    background-color: #fdbd45;
    color: white;
    font-size: 15px;
    margin-right: 10px;
  }
  .custom-header .header-wrapper .header-sections:nth-child(2) {
    justify-content: flex-start;
  }
  .custom-header .mobile-offcanvas {
    background-color: #000040;
    color: white;
    border-left: none;
    width: 100%;
  }
  .custom-header .mobile-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgb(145, 145, 145);
  }
  .custom-header .mobile-offcanvas .offcanvas-header .custom-logo {
    width: 100%;
    max-width: 150px;
    height: auto;
  }
  .custom-header .mobile-offcanvas .offcanvas-header .btn-close-white {
    background-color: white;
    filter: none;
    opacity: 1;
    margin-right: 2px;
    margin-top: 0px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group {
    margin-bottom: 25px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-title {
    font-family: "DM Serif Display", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #faca57;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-title .fa-solid {
    font-size: 16px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-details {
    border-bottom: 1px solid rgb(145, 145, 145);
    padding-bottom: 15px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-details .link-item {
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .mobile-section .link-group .link-details-hide {
    display: none;
  }
  .custom-header .mobile-offcanvas .offcanvas-body .item-container .btn-book-mobile {
    width: 100%;
    font-size: 15px;
    padding: 8px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 500;
  }
}
.home-page .section-banner {
  padding: 145px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  margin-top: 90px;
  transition: background-image 0.5s ease;
  display: flex;
  align-items: center;
}
.home-page .section-banner .promo-badge-desktop-wrapper {
  position: absolute;
  right: 50px;
  bottom: 30px;
  transform: rotate(30deg);
}
.home-page .section-banner .promo-badge-desktop {
  width: 180px;
  height: auto;
  transform-origin: center;
  animation: pulse 1.8s ease-in-out infinite;
}
.home-page .section-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #000040 0%, transparent 200px);
  z-index: 9;
}
.home-page .section-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1490196078) 170px);
  z-index: 9;
}
.home-page .section-banner > * {
  position: relative;
  z-index: 9999;
}
.home-page .section-banner .banner-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-page .section-banner .banner-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  color: #faca57;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  margin-bottom: 15px;
}
.home-page .section-banner .banner-title.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: fadeSlide 0.6s ease;
}
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-page .section-banner .banner-text {
  font-size: 20px;
  color: white;
  padding: 0px 0px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
.home-page .section-banner .promo-badge-mobile {
  width: 150px;
  height: 150px;
  margin-top: 35px;
  display: none;
}
.home-page .section-banner .banner-button {
  background-color: #faca57;
  font-size: 18px;
  margin-top: 40px;
  padding: 10px 35px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}
.home-page .section-banner .banner-button:hover {
  background-color: white;
  color: #faca57;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
.home-page .carousel-fade .carousel-item {
  transition: opacity 1.5s ease-in-out;
}
.home-page .section-room-preview {
  background-color: #0e1030;
  padding: 100px 0px;
}
.home-page .section-room-preview .section-title {
  text-align: center;
  color: #faca57;
}
.home-page .section-room-preview .rooms-wrapper {
  /* Change arrow size */
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper {
  overflow: hidden;
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide {
  background-color: white;
  border: solid 1px #212121;
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container {
  text-decoration: none;
  text-align: center;
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-thumbnail {
  height: 230px;
  position: relative;
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-thumbnail .room-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-thumbnail .room-price {
  background-color: rgba(255, 255, 255, 0.7019607843);
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details {
  padding: 20px;
  background-color: white;
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .room-name {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 22px;
  text-align: center;
  color: #0e1030;
  margin-bottom: 15px;
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .separator {
  border-bottom: solid 1px #faca57;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .room-info {
  font-size: 14px;
  color: #0e1030;
  margin-bottom: 10px;
  padding: 0px 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .room-info .fa-solid {
  margin-left: 10px;
  margin-right: 5px;
}
.home-page .section-room-preview .rooms-wrapper .swiper-button-next,
.home-page .section-room-preview .rooms-wrapper .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: white;
  border: 2px solid #fff;
  color: #fff !important;
  backdrop-filter: blur(5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .section-room-preview .rooms-wrapper .swiper-button-next::after,
.home-page .section-room-preview .rooms-wrapper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
  color: #000040;
}
.home-page .section-facilitiy-preview {
  background-color: #0e1030;
  padding: 100px 0px;
  /* If the last item is odd and alone, make it full width */
}
.home-page .section-facilitiy-preview .section-title {
  text-align: center;
  color: #faca57;
}
.home-page .section-facilitiy-preview .facilitiy-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.home-page .section-facilitiy-preview .facilities-item {
  background: white;
  padding: 25px;
  border-radius: 2px;
  height: 240px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.home-page .section-facilitiy-preview .facilities-item:hover {
  cursor: pointer;
  transform: scale(1.01);
}
.home-page .section-facilitiy-preview .facilities-item .facilities-details {
  width: 60%;
}
.home-page .section-facilitiy-preview .facilities-item .facilities-thumbnail {
  width: 40%;
}
.home-page .section-facilitiy-preview .facilities-item .facility-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 22px;
  color: #000040;
}
.home-page .section-facilitiy-preview .facilities-item .facility-description {
  padding-right: 15px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Show only 6 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
}
.home-page .section-facilitiy-preview .facilities-item .cta-link {
  color: black;
  margin-top: 10px;
  font-size: 16px;
  background-color: #f1f1f1;
  width: fit-content;
  padding: 2px 10px;
  border-radius: 8px;
}
.home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) {
  grid-column: span 2;
  height: 340px;
}
.home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facilities-details {
  width: 50%;
}
.home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facilities-thumbnail {
  width: 50%;
}
.home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facility-title {
  font-size: 22px;
}

/* Large devices (desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-page .section-banner .banner-title {
    font-size: 45px;
  }
  .home-page .section-banner .banner-text {
    font-size: 20px;
  }
  .home-page .section-banner .banner-button {
    padding: 10px 35px;
  }
  .home-page .section-facilitiy-preview {
    /* If the last item is odd and alone, make it full width */
  }
  .home-page .section-facilitiy-preview .facilities-item .facility-title {
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 22px;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) {
    height: 300px;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facility-title {
    font-size: 22px;
  }
}
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-page .section-banner {
    margin-top: 95px;
    padding: 90px 0px;
  }
  .home-page .section-banner .banner-title {
    font-size: 40px;
  }
  .home-page .section-banner .banner-text {
    font-size: 18px;
  }
  .home-page .section-banner .promo-badge-desktop-wrapper {
    display: none;
  }
  .home-page .section-banner .promo-badge-mobile {
    display: block;
  }
  .home-page .section-banner .banner-button {
    padding: 10px 35px;
    font-size: 16px;
  }
  .home-page .section-room-preview {
    padding: 70px 0px;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-thumbnail .room-price {
    background-color: white;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .room-name {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .room-info {
    padding: 0px;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .separator {
    margin-bottom: 15px;
  }
  .home-page .section-facilitiy-preview {
    padding: 30px 0px 70px 0px;
    /* If the last item is odd and alone, make it full width */
  }
  .home-page .section-facilitiy-preview .facilities-item {
    flex-direction: column-reverse;
    height: auto;
    justify-content: space-between;
  }
  .home-page .section-facilitiy-preview .facilities-item .facilities-details {
    width: 100%;
  }
  .home-page .section-facilitiy-preview .facilities-item .facilities-thumbnail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-page .section-facilitiy-preview .facilities-item .facilities-thumbnail .room-image {
    max-width: 200px;
  }
  .home-page .section-facilitiy-preview .facilities-item .facility-title {
    line-height: 30px;
    margin-bottom: 8px;
    font-size: 22px;
    margin-top: 30px;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) {
    height: 250px;
    flex-direction: row;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facility-title {
    font-size: 22px;
    margin-top: 0px;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facilities-thumbnail .room-image {
    max-width: 100%;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-page .section-banner {
    margin-top: 95px;
    padding: 70px 0px;
  }
  .home-page .section-banner .banner-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .home-page .section-banner .banner-text {
    font-size: 17px;
    padding: 0px;
  }
  .home-page .section-banner .promo-badge-desktop-wrapper {
    display: none;
  }
  .home-page .section-banner .promo-badge-mobile {
    display: block;
  }
  .home-page .section-banner .banner-button {
    padding: 10px 35px;
    font-size: 16px;
  }
  .home-page .section-room-preview {
    padding: 60px 0px;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-thumbnail .room-price {
    background-color: white;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .room-name {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .room-info {
    padding: 0px;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .separator {
    margin-bottom: 15px;
  }
  .home-page .section-facilitiy-preview {
    padding: 20px 0px 60px 0px;
  }
  .home-page .section-facilitiy-preview .facilities-item .facility-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .home-page .section-facilitiy-preview .facilitiy-wrapper {
    grid-template-columns: 1fr;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) {
    grid-column: span 1;
    height: 240px;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facilities-details {
    width: 60%;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facilities-thumbnail {
    width: 40%;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facility-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .home-page .section-banner {
    margin-top: 80px;
    padding: 70px 0px;
  }
  .home-page .section-banner .banner-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .home-page .section-banner .banner-text {
    font-size: 16px;
    padding: 0px;
  }
  .home-page .section-banner .promo-badge-desktop-wrapper {
    display: none;
  }
  .home-page .section-banner .promo-badge-mobile {
    display: block;
  }
  .home-page .section-banner .banner-button {
    padding: 10px 35px;
    font-size: 14px;
  }
  .home-page .section-room-preview {
    padding: 60px 0px;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-thumbnail .room-price {
    background-color: white;
    font-size: 13px;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .room-name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .room-info {
    padding: 0px;
  }
  .home-page .section-room-preview .rooms-wrapper .roomsSwiper .swiper-slide .room-container .room-details .separator {
    margin-bottom: 15px;
  }
  .home-page .section-facilitiy-preview {
    padding: 20px 0px 60px 0px;
  }
  .home-page .section-facilitiy-preview .facilities-item {
    flex-direction: column-reverse;
    height: auto;
    padding: 30px 20px;
  }
  .home-page .section-facilitiy-preview .facilities-item .facilities-details {
    width: 100%;
  }
  .home-page .section-facilitiy-preview .facilities-item .facilities-thumbnail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-page .section-facilitiy-preview .facilities-item .facilities-thumbnail .facility-icon {
    max-width: 200px;
  }
  .home-page .section-facilitiy-preview .facilities-item .facility-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .home-page .section-facilitiy-preview .facilities-item .facility-description {
    padding-right: 0px;
    -webkit-line-clamp: 6;
    font-size: 14px;
  }
  .home-page .section-facilitiy-preview .facilities-item .cta-link {
    font-size: 14px;
  }
  .home-page .section-facilitiy-preview .facilitiy-wrapper {
    grid-template-columns: 1fr;
    padding: 0px 15px;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) {
    grid-column: span 1;
    height: auto;
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facilities-details {
    width: 100%;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facilities-thumbnail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facilities-thumbnail .room-image {
    max-width: 200px;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facility-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .facility-description {
    padding-right: 0px;
    -webkit-line-clamp: 6;
    font-size: 14px;
  }
  .home-page .section-facilitiy-preview .facilities-item:last-child:nth-child(odd) .cta-link {
    font-size: 14px;
  }
}
.rooms-page .page-banner {
  padding: 120px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  margin-top: 115px;
}
.rooms-page .page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.43) 170px);
  z-index: 1;
}
.rooms-page .page-banner > * {
  position: relative;
  z-index: 2;
}
.rooms-page .page-banner .banner-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  color: #faca57;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}
.rooms-page .page-banner .banner-text {
  font-size: 18px;
  color: white;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
.rooms-page .page-banner .btn-booking {
  background-color: #000040;
  color: white;
  padding: 15px 35px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.12);
}
.rooms-page .page-banner .btn-booking .fa-solid {
  margin-right: 5px;
}
.rooms-page .section-all-room-preview {
  padding: 100px 0px;
  background-color: whitesmoke;
}
.rooms-page .section-all-room-preview .all-room-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.rooms-page .section-all-room-preview .all-room-wrapper .room-holder {
  border: solid 1px gainsboro;
  text-decoration: none;
}
.rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-thumbnail {
  height: 230px;
  position: relative;
  border-bottom: solid 1px gainsboro;
}
.rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-thumbnail .room-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-thumbnail .room-price {
  background-color: white;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
  font-weight: 500;
}
.rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details {
  padding: 25px;
  background-color: white;
}
.rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details .room-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 22px;
  text-decoration: none;
  color: #0e1030;
  margin-bottom: 5px;
}
.rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details .room-excerpt {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Show only 6 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  text-decoration: none;
}
.rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details .room-cta {
  background-color: #000040;
  padding: 8px 20px;
  text-align: center;
  width: fit-content;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  border: solid 1px #000040;
}
.rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details .room-cta:hover {
  background-color: white;
  color: #000040;
}
.rooms-page .section-contacts {
  background-color: whitesmoke !important;
}

/* Large devices (desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .rooms-page .section-all-room-preview .all-room-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .rooms-page .page-banner {
    margin-top: 95px;
  }
  .rooms-page .page-banner .banner-title {
    font-size: 40px;
  }
  .rooms-page .page-banner .banner-text {
    font-size: 16px;
  }
  .rooms-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details .room-title {
    font-size: 20px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .rooms-page .page-banner {
    margin-top: 95px;
  }
  .rooms-page .page-banner .banner-title {
    font-size: 35px;
  }
  .rooms-page .page-banner .banner-text {
    font-size: 16px;
  }
  .rooms-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .rooms-page .section-all-room-preview {
    padding: 60px 0px;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details {
    padding: 30px 20px;
    background-color: white;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details .room-title {
    font-size: 20px;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details .room-excerpt {
    font-size: 14px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .rooms-page .page-banner {
    margin-top: 80px;
  }
  .rooms-page .page-banner .banner-title {
    font-size: 30px;
  }
  .rooms-page .page-banner .banner-text {
    font-size: 14px;
  }
  .rooms-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 30px;
  }
  .rooms-page .section-all-room-preview {
    padding: 60px 0px;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-thumbnail {
    height: 190px;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details {
    padding: 20px 20px;
    background-color: white;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details .room-title {
    font-size: 18px;
  }
  .rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details .room-excerpt {
    font-size: 14px;
    -webkit-line-clamp: 4; /* Show only 6 lines */
  }
  .rooms-page .section-all-room-preview .all-room-wrapper .room-holder .room-details .room-cta {
    padding: 8px 20px;
    font-size: 13px;
  }
}
.contact-page .page-banner {
  padding: 120px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  margin-top: 115px;
}
.contact-page .page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.43) 170px);
  z-index: 1;
}
.contact-page .page-banner > * {
  position: relative;
  z-index: 2;
}
.contact-page .page-banner .banner-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 45px;
  color: #faca57;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}
.contact-page .page-banner .banner-text {
  font-size: 18px;
  color: white;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
.contact-page .page-banner .btn-booking {
  background-color: #000040;
  color: white;
  padding: 15px 35px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.12);
}
.contact-page .page-banner .btn-booking .fa-solid {
  margin-right: 5px;
}
.contact-page .contact-section {
  padding: 100px 0px;
  background-color: whitesmoke;
}
.contact-page .contact-section .contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.contact-page .contact-section .contact-wrapper .contact-segment {
  padding: 50px;
  border: solid 1px white;
  background-color: white;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.contact-page .contact-section .contact-wrapper .contact-segment .link-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 15px;
  color: #000040;
  text-align: center;
}
.contact-page .contact-section .contact-wrapper .contact-segment .link-details .link-item {
  font-size: 16px;
  color: black;
  text-decoration: none;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
}
.contact-page .contact-section .contact-wrapper .contact-segment .link-details .link-item i {
  margin-right: 8px;
  color: #000040;
}
.contact-page .contact-section .contact-wrapper .contact-segment .link-details .link-item span {
  display: block;
  line-height: 1.5;
  word-break: break-word;
}
.contact-page .contact-section .contact-wrapper .contact-segment .contact-form-holder .form-input {
  margin-bottom: 20px;
}
.contact-page .contact-section .contact-wrapper .contact-segment .contact-form-holder .form-label {
  font-size: 17px;
  color: black;
  margin-bottom: 5px;
  font-weight: 500;
}
.contact-page .contact-section .contact-wrapper .contact-segment .contact-form-holder .form-control {
  font-size: 17px;
  color: black;
}
.contact-page .contact-section .contact-wrapper .contact-segment .contact-form-holder .btn-contactForm {
  background-color: #000040;
  color: white;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  padding: 10px 5px;
}
.contact-page .contact-section .contact-wrapper .contact-segment .contact-form-holder .wpcf7-spinner {
  display: none;
}

/* Large devices (desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-page .contact-section .contact-wrapper {
    grid-template-columns: 390px 1fr;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment {
    padding: 40px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .link-title {
    line-height: 35px;
    margin-bottom: 30px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .link-details .link-item {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-page .page-banner {
    margin-top: 95px;
  }
  .contact-page .page-banner .banner-title {
    font-size: 40px;
  }
  .contact-page .page-banner .banner-text {
    font-size: 16px;
  }
  .contact-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .contact-page .contact-section {
    padding: 70px 0px;
  }
  .contact-page .contact-section .contact-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment {
    padding: 40px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .link-title {
    line-height: 35px;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .link-details .link-item {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-page .page-banner {
    margin-top: 95px;
  }
  .contact-page .page-banner .banner-title {
    font-size: 35px;
  }
  .contact-page .page-banner .banner-text {
    font-size: 16px;
  }
  .contact-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .contact-page .contact-section {
    padding: 50px 0px;
  }
  .contact-page .contact-section .contact-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment {
    padding: 40px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .link-title {
    line-height: 35px;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .link-details .link-item {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .contact-page .page-banner {
    margin-top: 80px;
  }
  .contact-page .page-banner .banner-title {
    font-size: 30px;
  }
  .contact-page .page-banner .banner-text {
    font-size: 14px;
  }
  .contact-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 30px;
  }
  .contact-page .contact-section {
    padding: 50px 0px;
  }
  .contact-page .contact-section .contact-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment {
    padding: 30px 20px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .link-title {
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .link-details .link-item {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .link-details .link-item .fa-solid {
    margin-right: 3px;
    margin-left: 5px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .contact-form-holder .form-label {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .contact-form-holder .form-control {
    font-size: 16px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .contact-form-holder .form-input {
    margin-bottom: 15px;
  }
  .contact-page .contact-section .contact-wrapper .contact-segment .contact-form-holder .btn-contactForm {
    margin-top: 15px;
    font-size: 16px;
    padding: 8px 5px;
    margin-bottom: 5px;
  }
}
.booking-page .page-banner {
  padding: 120px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  margin-top: 115px;
}
.booking-page .page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.43) 170px);
  z-index: 1;
}
.booking-page .page-banner > * {
  position: relative;
  z-index: 2;
}
.booking-page .page-banner .banner-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 45px;
  color: #faca57;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}
.booking-page .page-banner .banner-text {
  font-size: 18px;
  color: white;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
.booking-page .page-banner .btn-booking {
  background-color: #000040;
  color: white;
  padding: 15px 35px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.12);
}
.booking-page .page-banner .btn-booking .fa-solid {
  margin-right: 5px;
}
.booking-page .booking-section {
  padding: 100px 0px;
  background-color: whitesmoke;
}
.booking-page .booking-section .section-title {
  color: #000040;
  text-align: center;
}
.booking-page .booking-section .custom-container {
  padding: 0px 100px;
}
.booking-page .booking-section .booking-form-holder {
  border: solid 1px gainsboro;
  padding: 80px 60px;
  border-radius: 15px;
  background-color: white;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment {
  border-bottom: solid 1px darkblue;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .segment-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 22px;
  color: #000040;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .segment-title::before {
  content: "\f521";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #d4af37;
  font-size: 20px;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .form-input {
  margin-bottom: 5px;
  width: 100%;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .form-control {
  font-size: 17px;
  color: black;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment #customerRoomReservation {
  pointer-events: none;
  font-size: 18px;
  font-weight: 500;
  color: #000040;
  background-color: whitesmoke;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment #customerSpecialRequest::placeholder {
  color: #ababab;
  font-size: 15px;
  opacity: 1; /* important for Firefox */
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .form-label {
  font-size: 16px;
  color: black;
  margin-bottom: 5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .form-label .fa-asterisk {
  font-size: 10px;
  line-height: 1;
  color: #000040;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .segment-group {
  display: flex;
  gap: 10px;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .service-button-group p {
  display: flex;
  width: 100%;
  gap: 10px;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .service-button-group p .btn-service {
  border: solid 1px #000040;
  background-color: white;
  width: 100%;
  font-size: 18px;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .service-button-group p .btn-service:hover {
  cursor: pointer;
  background-color: #000040;
  color: white;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .service-button-group p .btn-service.active {
  background-color: #000040;
  color: white;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .avail-transport-service {
  display: none;
  margin-top: 20px;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .payment-reminder {
  font-size: 15px;
  color: #5d5d5d;
  font-style: italic;
  margin-bottom: 20px;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .payment-reminder br {
  display: none;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .privacy-policy-text {
  font-size: 17px;
  color: black;
  margin-bottom: 5px;
  text-align: center;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .privacy-policy-text br {
  display: none;
}
.booking-page .booking-section .booking-form-holder .booking-form-group .btn-reservation {
  font-family: "DM Serif Display", Arial, sans-serif;
  width: 100%;
  background-color: #d4af37;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 8px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.booking-page .booking-section .booking-form-holder .booking-form-group .wpcf7-spinner {
  display: none;
}

/* Large devices (desktops, ≥992px and <1200px) */
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .booking-page .page-banner {
    margin-top: 95px;
  }
  .booking-page .page-banner .banner-title {
    font-size: 40px;
  }
  .booking-page .page-banner .banner-text {
    font-size: 16px;
  }
  .booking-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .booking-page .booking-section .custom-container {
    padding: 0px 0px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .booking-page .page-banner {
    margin-top: 95px;
  }
  .booking-page .page-banner .banner-title {
    font-size: 35px;
  }
  .booking-page .page-banner .banner-text {
    font-size: 16px;
  }
  .booking-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .booking-page .booking-section {
    padding: 60px 0px;
  }
  .booking-page .booking-section .custom-container {
    padding: 0px 0px;
  }
  .booking-page .booking-section .booking-form-holder {
    padding: 50px 40px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .segment-title {
    font-size: 20px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .form-label {
    font-size: 16px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .form-control {
    font-size: 16px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment #customerRoomReservation {
    font-size: 16px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .privacy-policy-text {
    font-size: 15px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .form-label {
    font-size: 15px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .booking-page .page-banner {
    margin-top: 80px;
  }
  .booking-page .page-banner .banner-title {
    font-size: 30px;
  }
  .booking-page .page-banner .banner-text {
    font-size: 14px;
  }
  .booking-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 30px;
  }
  .booking-page .booking-section {
    padding: 60px 0px;
  }
  .booking-page .booking-section .custom-container {
    padding: 0px 10px;
  }
  .booking-page .booking-section .booking-form-holder {
    padding: 30px 25px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .segment-group {
    gap: 0px;
    flex-direction: column;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .segment-title {
    font-size: 18px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .segment-title::before {
    font-size: 16px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .form-input {
    margin-bottom: 10px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .form-label {
    font-size: 16px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .form-control {
    font-size: 16px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment #customerRoomReservation {
    font-size: 16px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .service-button-group p {
    gap: 5px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .service-button-group p .btn-service {
    font-size: 16px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .booking-segment .payment-reminder {
    font-size: 12px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .privacy-policy-text {
    font-size: 14px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .form-label {
    font-size: 15px;
  }
  .booking-page .booking-section .booking-form-holder .booking-form-group .btn-reservation {
    font-size: 18px;
    padding: 5px;
  }
}
.privacy-policy-page .page-banner {
  padding: 120px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  margin-top: 115px;
}
.privacy-policy-page .page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.43) 170px);
  z-index: 1;
}
.privacy-policy-page .page-banner > * {
  position: relative;
  z-index: 2;
}
.privacy-policy-page .page-banner .banner-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 45px;
  color: #faca57;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}
.privacy-policy-page .page-banner .banner-text {
  font-size: 18px;
  color: white;
  line-height: 35px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
.privacy-policy-page .page-banner .btn-booking {
  background-color: #000040;
  color: white;
  padding: 15px 35px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.12);
}
.privacy-policy-page .page-banner .btn-booking .fa-solid {
  margin-right: 5px;
}
.privacy-policy-page .section-privacy-policy {
  padding: 80px 0px;
  background-color: white;
}
.privacy-policy-page .section-privacy-policy .policy-holder p {
  font-size: 16px;
  margin-bottom: 20px;
}
.privacy-policy-page .section-privacy-policy .policy-holder h1, .privacy-policy-page .section-privacy-policy .policy-holder h2, .privacy-policy-page .section-privacy-policy .policy-holder h3, .privacy-policy-page .section-privacy-policy .policy-holder h4, .privacy-policy-page .section-privacy-policy .policy-holder h5 {
  font-family: "DM Serif Display", Arial, sans-serif;
  color: #000040;
}
.privacy-policy-page .section-privacy-policy .policy-holder h1 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.privacy-policy-page .section-contacts {
  background-color: whitesmoke;
}

/* Large devices (desktops, ≥992px and <1200px) */
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .privacy-policy-page .page-banner {
    margin-top: 95px;
  }
  .privacy-policy-page .page-banner .banner-title {
    font-size: 40px;
  }
  .privacy-policy-page .page-banner .banner-text {
    font-size: 16px;
    line-height: 32px;
  }
  .privacy-policy-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .privacy-policy-page .page-banner {
    margin-top: 95px;
  }
  .privacy-policy-page .page-banner .banner-title {
    font-size: 35px;
  }
  .privacy-policy-page .page-banner .banner-text {
    font-size: 16px;
    line-height: 30px;
  }
  .privacy-policy-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .privacy-policy-page .section-privacy-policy {
    padding: 50px 0px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .privacy-policy-page .page-banner {
    margin-top: 80px;
  }
  .privacy-policy-page .page-banner .banner-title {
    font-size: 30px;
  }
  .privacy-policy-page .page-banner .banner-text {
    font-size: 14px;
    line-height: 26px;
  }
  .privacy-policy-page .page-banner .btn-booking {
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 30px;
  }
  .privacy-policy-page .section-privacy-policy {
    padding: 50px 0px;
  }
  .privacy-policy-page .section-privacy-policy .policy-holder p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .privacy-policy-page .section-privacy-policy .policy-holder ul li {
    font-size: 14px;
  }
}
.error404 header,
.error404 footer {
  display: none !important;
}

.broken-page {
  background-color: #0e1030;
  padding: 100px 0px;
  color: white;
  text-align: center;
  min-height: 100vh;
}
.broken-page .custom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.broken-page .page-logo {
  margin-bottom: 50px;
  margin-top: 100px;
}
.broken-page .page-logo .custom-logo {
  max-width: 230px;
  width: 230px;
  height: auto;
  display: block;
}
.broken-page .page-title {
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
}
.broken-page .page-info {
  font-size: 22px;
  color: white;
  margin-top: 20px;
  margin-bottom: 50px;
}
.broken-page .page-button {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
}

/* Large devices (desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .broken-page .page-logo {
    margin-top: 50px;
  }
  .broken-page .page-logo .custom-logo {
    max-width: 230px;
  }
  .broken-page .page-title {
    font-size: 60px;
  }
  .broken-page .page-info {
    font-size: 20px;
  }
}
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .broken-page .page-logo {
    margin-top: 50px;
  }
  .broken-page .page-logo .custom-logo {
    max-width: 230px;
  }
  .broken-page .page-title {
    font-size: 55px;
    line-height: 60px;
  }
  .broken-page .page-info {
    font-size: 20px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .broken-page {
    padding: 60px 0px;
  }
  .broken-page .page-logo {
    margin-top: 50px;
  }
  .broken-page .page-logo .custom-logo {
    max-width: 230px;
  }
  .broken-page .page-title {
    font-size: 50px;
    line-height: 55px;
  }
  .broken-page .page-info {
    font-size: 18px;
  }
  .broken-page .page-button {
    font-size: 18px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .broken-page {
    padding: 60px 0px;
  }
  .broken-page .page-logo {
    margin-top: 0px;
  }
  .broken-page .page-logo .custom-logo {
    max-width: 200px;
  }
  .broken-page .page-title {
    font-size: 35px;
    line-height: 40px;
  }
  .broken-page .page-info {
    font-size: 16px;
  }
  .broken-page .page-button {
    font-size: 16px;
  }
}
.section-testimonials {
  background-color: #0e1030;
  padding: 100px 0px;
}
.section-testimonials .section-title {
  text-align: center;
  color: #faca57;
}
.section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide {
  background-color: white;
  padding: 20px 30px;
  border-radius: 20px;
  height: auto;
}
.section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
.section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-text {
  position: relative;
}
.section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-text p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 10; /* Show only 6 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 999;
  margin-top: 55px;
}
.section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-text .quote-backdrop {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-text .quote-backdrop .fa-solid {
  font-size: 50px;
  color: #000040;
}
.section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-author {
  border-top: solid 1px gray;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  line-height: 18px;
  padding-left: 5px;
}
.section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-author .message-user {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-author .message-source {
  font-size: 14px;
  color: gray;
}

/* Large devices (desktops, ≥992px and <1200px) */
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide {
    padding: 20px 30px;
  }
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-text .quote-backdrop .fa-solid {
    font-size: 40px;
  }
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-text p {
    margin-top: 55px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-testimonials {
    padding: 60px 0px;
  }
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide {
    padding: 20px 30px;
  }
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-text .quote-backdrop .fa-solid {
    font-size: 40px;
  }
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-text p {
    margin-top: 55px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .section-testimonials {
    padding: 60px 0px;
  }
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide {
    padding: 20px 30px;
  }
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-text .quote-backdrop .fa-solid {
    font-size: 30px;
  }
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-text p {
    margin-top: 40px;
    font-size: 13px;
  }
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-author {
    line-height: 18px;
    margin-top: 20px;
  }
  .section-testimonials .testimonials-wrapper .testimonialsSwiper .swiper-slide .message-wrapper .message-author .message-user {
    font-size: 15px;
  }
}
.section-special-offer {
  padding: 100px 0;
  background-color: white;
  text-align: center;
  scroll-margin-top: 100px;
}
.section-special-offer .section-title {
  color: #000040;
}
.section-special-offer .section-description {
  font-size: 18px;
  text-align: center;
  color: #000040;
  margin: 0 auto;
}
.section-special-offer .special-offer-highlight {
  margin-top: 30px;
  font-size: 14px;
}
.section-special-offer .special-offer-highlight .fa-solid {
  margin-right: 8px;
}
.section-special-offer .offer-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.section-special-offer .offer-wrapper .promo-card {
  background-color: whitesmoke;
  height: 300px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #000040;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.section-special-offer .offer-wrapper .promo-card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}
.section-special-offer .offer-wrapper .promo-card .card-segment:first-child {
  background-color: #000040;
  color: white;
  padding: 30px 0px;
  line-height: 25px;
}
.section-special-offer .offer-wrapper .promo-card .card-segment:first-child .percent-numnber {
  font-size: 60px;
  font-weight: bold;
}
.section-special-offer .offer-wrapper .promo-card .card-segment:first-child .percent-numnber .fa-solid {
  margin-left: -5px;
}
.section-special-offer .offer-wrapper .promo-card .card-segment:first-child .percent-text {
  font-size: 24px;
  font-weight: 500;
}
.section-special-offer .offer-wrapper .promo-card .card-segment:last-child {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.section-special-offer .offer-wrapper .promo-card .card-segment:last-child .discount-text {
  font-size: 16px;
  line-height: normal;
}

/* Large devices (desktops, ≥992px and <1200px) */
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-special-offer .section-description {
    font-size: 16px;
  }
  .section-special-offer .offer-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-special-offer {
    padding: 60px 0px;
  }
  .section-special-offer .section-description {
    font-size: 16px;
  }
  .section-special-offer .offer-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .section-special-offer .offer-wrapper .promo-card {
    height: 310px;
  }
  .section-special-offer .offer-wrapper .promo-card .card-segment:first-child .percent-numnber {
    font-size: 50px;
    font-weight: bold;
  }
  .section-special-offer .offer-wrapper .promo-card .card-segment:first-child .percent-text {
    font-size: 20px;
    font-weight: 500;
  }
  .section-special-offer .offer-wrapper .promo-card .card-segment:last-child .discount-text {
    font-size: 16px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .section-special-offer {
    padding: 60px 0px;
  }
  .section-special-offer .section-description {
    font-size: 14px;
  }
  .section-special-offer .offer-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .section-special-offer .offer-wrapper .promo-card {
    height: 250px;
  }
  .section-special-offer .offer-wrapper .promo-card .card-segment:first-child {
    padding: 30px 0px;
    line-height: 20px;
  }
  .section-special-offer .offer-wrapper .promo-card .card-segment:first-child .percent-numnber {
    font-size: 40px;
    font-weight: bold;
  }
  .section-special-offer .offer-wrapper .promo-card .card-segment:first-child .percent-text {
    font-size: 18px;
    font-weight: 500;
  }
  .section-special-offer .offer-wrapper .promo-card .card-segment:last-child {
    padding: 15px;
  }
  .section-special-offer .offer-wrapper .promo-card .card-segment:last-child .discount-text {
    font-size: 14px;
  }
}
.section-contacts {
  background-color: white;
  padding: 100px 0px;
}
.section-contacts .section-title {
  text-align: center;
  color: #000040;
}
.section-contacts .section-description {
  font-size: 18px;
  text-align: center;
  color: #000040;
  width: 90%;
  margin: 0 auto;
}
.section-contacts .section-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.section-contacts .section-buttons .btn-message {
  background-color: #0e1030;
  font-size: 18px;
  padding: 10px 25px;
  color: white;
  margin-right: 10px;
}
.section-contacts .section-buttons .btn-message .fa-solid {
  margin-right: 5px;
}
.section-contacts .section-buttons .btn-call {
  background-color: #faca57;
  font-size: 18px;
  padding: 10px 25px;
  color: black;
  margin-left: 10px;
}
.section-contacts .section-buttons .btn-call .fa-solid {
  margin-right: 5px;
}

/* Large devices (desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-contacts .section-buttons .btn-message {
    padding: 10px 35px;
  }
  .section-contacts .section-buttons .btn-call {
    padding: 10px 35px;
  }
}
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-contacts .section-title {
    margin-bottom: 15px;
  }
  .section-contacts .section-description {
    font-size: 16px;
  }
  .section-contacts .section-buttons .btn-message {
    padding: 10px 35px;
    font-size: 16px;
  }
  .section-contacts .section-buttons .btn-call {
    padding: 10px 35px;
    font-size: 16px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-contacts {
    padding: 60px 0px;
  }
  .section-contacts .section-title {
    margin-bottom: 15px;
  }
  .section-contacts .section-description {
    font-size: 16px;
  }
  .section-contacts .section-buttons .btn-message {
    padding: 10px 35px;
    font-size: 16px;
  }
  .section-contacts .section-buttons .btn-call {
    padding: 10px 35px;
    font-size: 16px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .section-contacts {
    padding: 60px 0px;
  }
  .section-contacts .section-title {
    margin-bottom: 15px;
  }
  .section-contacts .section-description {
    font-size: 14px;
    width: 100%;
  }
  .section-contacts .section-buttons {
    flex-direction: column;
    padding: 0px 15px;
  }
  .section-contacts .section-buttons .btn-message {
    padding: 10px 35px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .section-contacts .section-buttons .btn-call {
    padding: 10px 35px;
    font-size: 14px;
    width: 100%;
    margin-left: 0px;
  }
}
.single-rooms-page .rooms-banner {
  padding: 120px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  margin-top: 115px;
  padding-bottom: 140px;
}
.single-rooms-page .rooms-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.43) 170px);
  z-index: 1;
}
.single-rooms-page .rooms-banner > * {
  position: relative;
  z-index: 2;
}
.single-rooms-page .rooms-banner .room-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 45px;
  color: #faca57;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}
.single-rooms-page .rooms-banner .btn-booking {
  background-color: #000040;
  color: white;
  padding: 10px 35px;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.12);
}
.single-rooms-page .rooms-banner .btn-booking .fa-solid {
  margin-right: 5px;
}
.single-rooms-page .rooms-summary {
  margin-top: -70px;
  z-index: 1;
  position: relative;
}
.single-rooms-page .rooms-summary .summary-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.single-rooms-page .rooms-summary .summary-wrapper .summary-box {
  background-color: white;
  border: solid 1px gray;
  border-right: none;
  padding: 50px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-rooms-page .rooms-summary .summary-wrapper .summary-box:last-child {
  border-right: solid 1px gray;
}
.single-rooms-page .rooms-summary .summary-wrapper .summary-box .summary-label {
  background-color: #faca57;
  width: fit-content;
  padding: 0px 10px;
  color: #000040;
  font-size: 14px;
  border-radius: 30px;
  margin-bottom: 10px;
}
.single-rooms-page .rooms-summary .summary-wrapper .summary-box .summary-label .fa-solid {
  margin-right: 5px;
}
.single-rooms-page .rooms-summary .summary-wrapper .summary-box .summary-value {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.single-rooms-page .rooms-summary .summary-wrapper .summary-box .summary-value .fa-solid {
  margin-right: 8px;
}
.single-rooms-page .rooms-details {
  padding: 100px 0px;
  background-color: white;
}
.single-rooms-page .rooms-details .details-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .carousel-control-prev-icon {
  background-color: black;
  border-radius: 10px;
  height: 50px;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .carousel-control-next-icon {
  background-color: black;
  border-radius: 10px;
  height: 50px;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder:first-child {
  margin-right: 60px;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder #roomGalleryCarousel img {
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .section-label {
  background-color: #faca57;
  width: fit-content;
  padding: 0px 10px;
  color: #000040;
  font-size: 16px;
  border-radius: 30px;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .section-label .fa-solid {
  margin-right: 5px;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .section-title {
  margin-bottom: 30px;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .section-info p {
  font-size: 18px;
  margin-bottom: 20px;
  color: black;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .disclaimer-info {
  font-size: 14px;
  margin-bottom: 20px;
  color: black;
  font-style: italic;
  background-color: #ededed;
  padding: 10px 20px;
  line-height: 18px;
  border-radius: 5px;
  margin-top: 30px;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .disclaimer-info span {
  font-weight: 500;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .btn-booking {
  background-color: #000040;
  color: white;
  padding: 10px 35px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.12);
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .btn-booking .fa-solid {
  margin-right: 5px;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .group-cta-buttons {
  display: flex;
}
.single-rooms-page .rooms-details .details-wrapper .details-holder .other-button {
  background-color: white;
  color: #000040;
  border: solid 1px #000040;
}
.single-rooms-page .rooms-details .room-gallery-image {
  cursor: zoom-in;
}
.single-rooms-page #imagePreviewModal .modal-content {
  text-align: center;
}
.single-rooms-page #imagePreviewModal .modal-content .btn-close {
  background-color: white;
  opacity: 1;
  padding: 10px;
}
.single-rooms-page #modalPreviewImage {
  max-height: 90vh;
  width: auto;
  object-fit: cover;
}
.single-rooms-page .facility-details {
  padding: 100px 0px;
  background-color: whitesmoke;
}
.single-rooms-page .facility-details .section-label {
  background-color: #faca57;
  width: fit-content;
  padding: 0px 10px;
  color: #000040;
  font-size: 16px;
  border-radius: 30px;
}
.single-rooms-page .facility-details .section-label .fa-solid {
  margin-right: 5px;
}
.single-rooms-page .facility-details .section-title {
  margin-bottom: 30px;
}
.single-rooms-page .facility-details .section-info p {
  font-size: 18px;
  margin-bottom: 20px;
  color: black;
}
.single-rooms-page .rooms-amenities {
  padding: 100px 0px;
  background-color: whitesmoke;
  scroll-margin-top: 100px;
}
.single-rooms-page .rooms-amenities .section-title {
  text-align: center;
  color: #000040;
}
.single-rooms-page .rooms-amenities .amenities-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.single-rooms-page .rooms-amenities .amenities-wrapper .amenities-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  padding: 10px 15px;
  border-radius: 10px;
  height: 80px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.single-rooms-page .rooms-amenities .amenities-wrapper .amenities-group:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}
.single-rooms-page .rooms-amenities .amenities-wrapper .amenities-group .amenities-icon {
  height: 50px;
  width: 20%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-rooms-page .rooms-amenities .amenities-wrapper .amenities-group .amenities-icon .amenity-icon {
  height: 40px;
  width: 40px;
}
.single-rooms-page .rooms-amenities .amenities-wrapper .amenities-group .amenities-icon .wp-post-image {
  height: 40px;
  width: 40px;
}
.single-rooms-page .rooms-amenities .amenities-wrapper .amenities-group .amenities-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 6 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 16px;
  line-height: 22px;
  color: black;
  text-transform: capitalize;
}
.single-rooms-page .rooms-amenities .amenities-wrapper .amenity-hidden {
  display: none;
}
.single-rooms-page .rooms-amenities .button-wrapper {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-rooms-page .rooms-amenities .button-wrapper .btn-more {
  background-color: #000040;
  color: white;
  font-size: 16px;
  padding: 8px 30px;
}

/* Large devices (desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-rooms-page .rooms-summary .summary-wrapper {
    padding: 0px 40px;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box {
    padding: 40px 5px;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box .summary-value {
    font-size: 18px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:first-child {
    margin-right: 35px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder .btn-booking {
    padding: 10px 20px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder .section-info p {
    font-size: 16px;
  }
  .single-rooms-page .rooms-amenities .amenities-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-rooms-page .rooms-banner {
    margin-top: 95px;
  }
  .single-rooms-page .rooms-banner .room-title {
    font-size: 40px;
  }
  .single-rooms-page .rooms-banner .btn-booking {
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box {
    padding: 40px 10px;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box .summary-value {
    font-size: 16px;
  }
  .single-rooms-page .rooms-details {
    padding: 50px 0px 100px 0px;
  }
  .single-rooms-page .rooms-details .details-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:first-child {
    margin-right: 0px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder .section-title {
    margin-bottom: 15px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder .section-info p {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:last-child {
    margin-bottom: 50px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:last-child .btn-booking {
    margin-top: 15px;
    width: 100%;
  }
  .single-rooms-page .facility-details .section-info p {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .single-rooms-page .rooms-amenities .amenities-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-rooms-page .rooms-banner {
    margin-top: 95px;
    padding: 80px 0px;
    padding-bottom: 140px;
  }
  .single-rooms-page .rooms-banner .room-title {
    font-size: 35px;
  }
  .single-rooms-page .rooms-banner .btn-booking {
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 30px;
  }
  .single-rooms-page .facility-banner {
    padding-bottom: 80px !important;
  }
  .single-rooms-page .rooms-summary .summary-wrapper {
    grid-template-columns: repeat(2, 1fr);
    border: solid 1px gainsboro;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box {
    padding: 30px 10px;
    border: solid 1px gainsboro;
    border-right: solid 1px gainsboro;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box .summary-label {
    margin-bottom: 5px;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box:last-child {
    border-right: solid 1px gainsboro;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box .summary-value {
    font-size: 16px;
  }
  .single-rooms-page .rooms-details {
    padding: 50px 0px 100px 0px;
  }
  .single-rooms-page .rooms-details .details-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder .section-title {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder .section-info p {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder #roomGalleryCarousel img {
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:first-child {
    margin-right: 0px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:last-child {
    margin-bottom: 50px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:last-child .btn-booking {
    margin-top: 15px;
    width: 100%;
    padding: 10px 10px;
  }
  .single-rooms-page .facility-details {
    padding: 60px 0px;
  }
  .single-rooms-page .facility-details .section-title {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .single-rooms-page .facility-details .section-info p {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .single-rooms-page .rooms-amenities {
    padding: 60px 0px;
  }
  .single-rooms-page .rooms-amenities .amenities-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .single-rooms-page .rooms-banner {
    margin-top: 80px;
    padding: 50px 0px;
    padding-bottom: 150px;
  }
  .single-rooms-page .rooms-banner .room-title {
    font-size: 30px;
  }
  .single-rooms-page .rooms-banner .btn-booking {
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 15px;
  }
  .single-rooms-page .facility-banner {
    padding-bottom: 50px !important;
  }
  .single-rooms-page .rooms-summary {
    margin-top: -100px;
  }
  .single-rooms-page .rooms-summary .summary-wrapper {
    grid-template-columns: repeat(2, 1fr);
    border: solid 1px gainsboro;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box {
    padding: 25px 10px;
    border: solid 1px gainsboro;
    border-right: solid 1px gainsboro;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box .summary-label {
    margin-bottom: 3px;
    padding: 1px 10px;
    font-size: 14px;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box:last-child {
    border-right: solid 1px gainsboro;
  }
  .single-rooms-page .rooms-summary .summary-wrapper .summary-box .summary-value {
    font-size: 16px;
  }
  .single-rooms-page .rooms-details {
    padding: 60px 0px 60px 0px;
  }
  .single-rooms-page .rooms-details .details-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder .carousel-control-prev-icon {
    height: 40px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder .carousel-control-next-icon {
    height: 40px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder .section-title {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder .section-info p {
    font-size: 14px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder #roomGalleryCarousel img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:first-child {
    margin-right: 0px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:last-child {
    margin-bottom: 50px;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:last-child .group-cta-buttons {
    flex-direction: column;
  }
  .single-rooms-page .rooms-details .details-wrapper .details-holder:last-child .btn-booking {
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
  }
  .single-rooms-page #imagePreviewModal .modal-content .btn-close {
    padding: 0.25em 0.25em;
  }
  .single-rooms-page .facility-details {
    padding: 60px 0px;
  }
  .single-rooms-page .facility-details .section-title {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .single-rooms-page .facility-details .section-info p {
    font-size: 14px;
  }
  .single-rooms-page .rooms-amenities {
    padding: 60px 0px;
  }
  .single-rooms-page .rooms-amenities .amenities-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .single-rooms-page .rooms-amenities .amenities-wrapper .amenities-group {
    height: auto;
  }
  .single-rooms-page .rooms-amenities .amenities-wrapper .amenities-group .amenities-title {
    line-height: 20px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .single-rooms-page .rooms-amenities .button-wrapper .btn-more {
    font-size: 14px;
  }
}
.custom-footer {
  padding: 100px 0px;
  background-color: black;
}
.custom-footer .item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.custom-footer .item-container .footer-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.custom-footer .item-container .footer-section .custom-logo {
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
}
.custom-footer .item-container .footer-section .link-group {
  color: white;
  display: flex;
  flex-direction: column;
}
.custom-footer .item-container .footer-section .link-group:nth-child(2) {
  padding: 0px 60px;
}
.custom-footer .item-container .footer-section .link-group .link-title {
  font-family: "DM Serif Display", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #faca57;
}
.custom-footer .item-container .footer-section .link-group .link-title .fa-solid {
  display: none;
}
.custom-footer .item-container .footer-section .link-group .link-item {
  font-size: 14px;
  color: white;
  text-decoration: none;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start; /* keeps icon aligned to top of text */
  gap: 10px; /* space between icon and text */
  text-decoration: none;
}
.custom-footer .item-container .footer-section .link-group .link-item .fa-solid {
  margin-top: 3px; /* slight adjustment so icon aligns nicely with first line */
  flex-shrink: 0; /* prevents icon from shrinking */
}
.custom-footer .item-container .footer-section .link-group .link-item span {
  display: block;
  line-height: 1.5;
  word-break: break-word; /* ensures long address wraps properly */
}
.custom-footer .item-container .footer-section .link-group .link-item:hover {
  cursor: pointer;
  color: #faca57;
}
.custom-footer .item-container .footer-section:nth-child(3) .link-group {
  width: 100%;
  max-width: 250px;
}
.custom-footer .closing-tag {
  text-align: center;
  color: white;
  border-top: solid 1px #333333;
  margin-top: 50px;
  padding-top: 40px;
  font-size: 14px;
}

/* Large devices (desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .custom-footer {
    padding: 80px 0px;
  }
  .custom-footer .item-container {
    align-items: center;
    flex-direction: column;
  }
  .custom-footer .item-container .footer-section {
    margin-bottom: 40px;
  }
  .custom-footer .item-container .footer-section .link-group {
    text-align: center;
  }
  .custom-footer .item-container .footer-section .link-group .link-item {
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .custom-footer .item-container .footer-section:nth-child(3) .link-group {
    width: 100%;
    max-width: 100%;
  }
  .custom-footer .closing-tag {
    margin-top: 20px;
  }
}
/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-footer {
    padding: 80px 0px;
  }
  .custom-footer .item-container {
    align-items: center;
    flex-direction: column;
  }
  .custom-footer .item-container .footer-section {
    margin-bottom: 40px;
  }
  .custom-footer .item-container .footer-section .link-group {
    text-align: center;
  }
  .custom-footer .item-container .footer-section .link-group .link-item {
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .custom-footer .item-container .footer-section .link-group .link-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 20px;
  }
  .custom-footer .item-container .footer-section .link-group .link-title .fa-solid {
    display: block;
    margin-left: 10px;
    font-size: 14px;
  }
  .custom-footer .item-container .footer-section:nth-child(3) .link-group {
    width: 100%;
    max-width: 100%;
  }
  .custom-footer .closing-tag {
    margin-top: 20px;
  }
}
/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .custom-footer {
    padding: 80px 0px;
  }
  .custom-footer .item-container {
    align-items: center;
    flex-direction: column;
  }
  .custom-footer .item-container .footer-section {
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .custom-footer .item-container .footer-section .link-group {
    text-align: center;
  }
  .custom-footer .item-container .footer-section .link-group .link-details {
    display: none;
    margin-bottom: 40px;
  }
  .custom-footer .item-container .footer-section .link-group .link-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 20px;
  }
  .custom-footer .item-container .footer-section .link-group .link-title .fa-solid {
    display: block;
    margin-left: 10px;
    font-size: 14px;
  }
  .custom-footer .item-container .footer-section .link-group .link-item {
    align-items: flex-start;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .custom-footer .item-container .footer-section:nth-child(2) {
    margin-bottom: 0px;
  }
  .custom-footer .item-container .footer-section:nth-child(3) .link-group {
    width: 100%;
    max-width: 100%;
  }
  .custom-footer .closing-tag {
    margin-top: 20px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .custom-footer {
    padding: 50px 0px;
  }
  .custom-footer .item-container {
    align-items: center;
    flex-direction: column;
  }
  .custom-footer .item-container .footer-section {
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .custom-footer .item-container .footer-section .custom-logo {
    max-width: 140px;
  }
  .custom-footer .item-container .footer-section .link-group {
    text-align: center;
  }
  .custom-footer .item-container .footer-section .link-group .link-details {
    display: none;
    margin-bottom: 40px;
  }
  .custom-footer .item-container .footer-section .link-group .link-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0px;
  }
  .custom-footer .item-container .footer-section .link-group .link-title .fa-solid {
    display: block;
    margin-left: 10px;
    font-size: 14px;
  }
  .custom-footer .item-container .footer-section .link-group .link-item {
    align-items: flex-start;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .custom-footer .item-container .footer-section:nth-child(2) {
    margin-bottom: 0px;
  }
  .custom-footer .item-container .footer-section:nth-child(2) .link-group {
    padding: 0px;
  }
  .custom-footer .item-container .footer-section:nth-child(3) .link-group {
    width: 100%;
    max-width: 100%;
  }
  .custom-footer .closing-tag {
    margin-top: 0px;
    font-size: 12px;
  }
  .custom-footer .closing-tag .closing-text {
    padding: 0px 15px;
  }
}

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