@charset "UTF-8";
/*bg*/
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.05rem;
  word-wrap: break-word;
  line-height: 1.6;
  height: 100%;
}

/* 3. 標題與段落 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
}

p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
}

.no-gutter {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
  margin-left: 0;
  margin-right: 0;
  gap: 0 !important;
}

.custom-cols > .col {
  flex: 0 0 calc(25% - 24px);
  max-width: calc(25% - 24px);
}

.row-cols-md-2.g-4 > .col {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeftFade {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRightFade {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.card-fade-in {
  animation: fadeInUp 0.6s ease-out both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shine {
  0% {
    left: -60%;
  }
  100% {
    left: 120%;
  }
}
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeSlideRight {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes shake-horizontal {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bgZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.container-in {
  max-width: 1200px;
  width: 100%;
  margin: 2em auto;
}
@media (max-width: 576px) {
  .container-in {
    padding: 0 1.5em;
  }
}
.container-in .swiperWrap {
  width: 100%;
}

[class^=col-] img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.col-100 {
  width: 100%;
}

.col-50 {
  flex: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .col-50 {
    width: 100%;
  }
}

.grid-row {
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  display: inline-grid;
  flex-wrap: wrap;
  align-items: flex-start;
}

.btn-more {
  margin-top: 16px;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

@media (max-width: 768px) {
  .grid-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-1 {
    grid-column: span 1;
  }
  .col-2 {
    grid-column: span 1;
  }
  .col-3 {
    grid-column: span 1;
  }
  .col-4 {
    grid-column: span 1;
  }
  .col-5 {
    grid-column: span 1;
  }
  .col-6 {
    grid-column: span 1;
  }
  .col-7 {
    grid-column: span 1;
  }
  .col-8 {
    grid-column: span 1;
  }
  .col-9 {
    grid-column: span 1;
  }
  .col-10 {
    grid-column: span 1;
  }
  .col-11 {
    grid-column: span 1;
  }
  .col-12 {
    grid-column: span 1;
  }
}
.wide-modal-s {
  max-width: 1000px;
  width: 90%;
}

.col {
  width: calc((100% - 50px) / 3) !important;
}

.container .row {
  flex: 0 0 calc(50% - 30px);
}

@media (max-width: 768px) {
  .row.row-cols-md-2.g-4 > .col {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .container .row {
    flex: 0 0 calc(50% - 12px);
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 1em;
  }
}
a {
  color: #111111;
}

.row {
  gap: 0;
  --bs-gutter-x: 0;
}

.container-fluid {
  padding: 0;
}

@media (max-width: 768px) {
  .container {
    padding: 0 1em;
  }
}

.spinner-color {
  background-color: #aee0d7;
}

.hd-title {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  color: #111111;
  letter-spacing: 0.1em;
  position: relative;
  width: 100%;
  font-family: "system-ui", serif;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1em;
}

section {
  padding: 2em 0;
}

#parallaxImageComponent .parallax-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#parallaxImageComponent .parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url("../images/banner/kaohsiung.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#scrollToTopBtn {
  border: 1px solid #64bcad;
  position: fixed;
  bottom: 6rem;
  right: 1.5rem;
  z-index: 9;
  width: 2.3em;
  height: 2.3em;
  background: transparent;
  color: #64bcad;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#scrollToTopBtn i {
  position: relative;
}
#scrollToTopBtn i::before {
  top: -41px;
  position: absolute;
  right: -8px;
}
#scrollToTopBtn:hover {
  background: rgba(100, 188, 173, 0.2);
}
@media (max-width: 576px) {
  #scrollToTopBtn {
    bottom: 8rem;
  }
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

.btn {
  background-color: #aee0d7;
  color: #ffffff;
  padding: 0.6em 2em;
  border: none;
  border-radius: 0;line-height: 1.6!important;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, background-color 0.3s ease;
  font-size: 1rem;
  font-weight: initial;
}
.btn:hover {
  background-color: #d3eee9;
  color: #ffffff;
}
.btn:active {
  box-shadow: 0 0 0 6px rgba(174, 224, 215, 0.4);
}
.btn:active:focus, .btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(174, 224, 215, 0.2);
  background-color: #a3dcd2;
}
.btn-grey-link {
  background-color: unset;
  color: #595757;
  padding: 0em 2em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, background-color 0.3s ease;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
}

.btn-primary-link {
  background-color: unset;
  color: #319f8b;
  padding: 0em 2em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, background-color 0.3s ease;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
}
.btn-grey-link:hover,.btn-grey-link:active:focus,.btn-grey-link:focus,.btn-grey-link:active{color: #1d3c33; background-color: unset;}
.btn-primary-link:hover,.btn-primary-link:active:focus,.btn-primary-link:focus,.btn-primary-link:active{color: #319f8b; background-color: unset;}
.btn-primary {
  background-color: #319f8b;
  color: #ffffff;
  padding: 0.6em 2em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, background-color 0.3s ease;
  font-size: 1rem;
  font-weight: initial;
  border: none;
}
.btn-primary:hover {
  background-color: #3fc4ac;
  color: #ffffff;
}
.btn-primary:active {
  box-shadow: 0 0 0 6px rgba(49, 159, 139, 0.4);
}
.btn-primary:active:focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 159, 139, 0.2);
  background-color: #a3dcd2;
}

.btn-member {
  background-color: #efefef;
  color: #ffffff;
  padding: 0.6em 2em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, background-color 0.3s ease;
  font-size: 1rem;
  font-weight: initial;
}
.btn-member:hover {
  background-color: white;
  color: #ffffff;
}
.btn-member:active {
  box-shadow: 0 0 0 6px rgba(239, 239, 239, 0.4);
}
.btn-member:active:focus, .btn-member:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 239, 239, 0.2);
  background-color: #a3dcd2;
}

.btn-restaurant {
  background-color: #64bcad;
  color: #ffffff;
  padding: 0.6em 2em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, background-color 0.3s ease;
  font-size: 1rem;
  font-weight: initial;
}
.btn-restaurant:hover {
  background-color: #88cbc0;
  color: #ffffff;
}
.btn-restaurant:active {
  box-shadow: 0 0 0 6px rgba(100, 188, 173, 0.4);
}
.btn-restaurant:active:focus, .btn-restaurant:focus {
  box-shadow: 0 0 0 0.25rem rgba(100, 188, 173, 0.2);
  background-color: #a3dcd2;
}

.btn-bookroom {
  background-color: #144747;
  color: #ffffff;
  padding: 0.6em 2em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, background-color 0.3s ease;
  font-size: 1rem;
  font-weight: initial;
}
.btn-bookroom:hover {
  background-color: #1f6f6f;
  color: #ffffff;
}
.btn-bookroom:active {
  box-shadow: 0 0 0 6px rgba(20, 71, 71, 0.4);
}
.btn-bookroom:active:focus, .btn-bookroom:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 71, 71, 0.2);
  background-color: #a3dcd2;
}

.btn-outline-secondary {
  background-color: transparent;
  color: #ffffff;
  padding: 0.6em 2em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, background-color 0.3s ease;
  font-size: 1rem;
  font-weight: initial;
  padding: 0.2em 0.5em;
}
.btn-outline-secondary:hover {
  background-color: rgba(26, 26, 26, 0);
  color: #ffffff;
}
.btn-outline-secondary:active {
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.4);
}
.btn-outline-secondary:active:focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2);
  background-color: #a3dcd2;
}

.b-s {
  padding: 4px 10px;
}

.b-m {
  padding: 5px 15px;
}

.b-l {
  padding: 0.6em 3.3em;
  font-size: 1em;
}

.glow-btn i {
  display: inline-block;
  animation: shake-horizontal 0.6s infinite;
}

.glow-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.glow-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 45%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 55%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: shine 3.5s infinite ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.glow-btn:hover {
  filter: brightness(1.05);
}
@media (max-width: 768px) {
  .glow-btn {
    padding: 0;
  }
}

.btn-anim {
  background-color: #319f8b;
  color: #ffffff;
  padding: 0.6em 2em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, background-color 0.3s ease;
  font-size: 1rem;
  font-weight: initial;
  position: relative;
  padding: 0.5em 2.5em;
  background-color: #ffffff;
  border: 1px solid #319f8b;
  color: #319f8b;
  font-size: 1em;
}
.btn-anim:hover {
  background-color: #3fc4ac;
  color: #ffffff;
}
.btn-anim:active {
  box-shadow: 0 0 0 6px rgba(49, 159, 139, 0.4);
}
.btn-anim:active:focus, .btn-anim:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 159, 139, 0.2);
  background-color: #a3dcd2;
}
.btn-anim:hover {
  color: #ffffff !important;
}
.btn-anim:hover i {
  color: #319f8b;
}
.btn-anim i {
  position: absolute;
  right: -15px;
  color: rgba(49, 159, 139, 0.3);
  top: 30%;
}

.btn-ft {
  background: transparent;
  color: #319f8b;
  border: 1px solid #319f8b;
  border-radius: 2em;
}
.btn-ft:focus {
  color: #ffffff;
}

.btn-detail {
  position: relative;
  width: 100%;
  color: #efefef;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}
.btn-detail::after {
  content: "";
  position: absolute;
  bottom: 0.3em;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2px;
  background-color: #efefef;
  transition: transform 0.4s ease;
}
.btn-detail:hover {
  color: #efefef;
  background-color: transparent;
}
.btn-detail:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.btn-primary-border {
  background-color: transparent;
  color: #319f8b;
  border: 1px solid #319f8b;
}

#headerComponent .gn-header {
  position: absolute;
  z-index: 13;
  width: 100%;
  transition: all 0.3s ease;
}
#headerComponent .gn-header .navWrap {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 0 1em;
  align-items: center;
}
@media (max-width: 768px) {
  #headerComponent .gn-header .navWrap {
    padding: 0.5em 1em;
  }
}
#headerComponent .gn-header .navWrap .logo {
  justify-self: flex-start;
}
#headerComponent .gn-header .navWrap .lang-selector {
  justify-self: flex-end;
}
@media (max-width: 768px) {
  #headerComponent .gn-header .navWrap .lang-selector {
    margin-right: 50px;
  }
}
@media (max-width: 576px) {
  #headerComponent .gn-header .navWrap .lang-selector {
    margin-right: 0px;
  }
}
#headerComponent .gn-header .navWrap .lang-selector {
  margin-left: auto;
}
#headerComponent .gn-header .navWrap .menu li.has-submenu > a i.fa-chevron-down {
  transition: transform 0.3s ease;
}
#headerComponent .gn-header .navWrap .menu li.has-submenu.open > a i.fa-chevron-down,
#headerComponent .gn-header .navWrap .menu li.has-submenu:hover > a i.fa-chevron-down {
  transform: rotate(180deg);
}
#headerComponent .gn-header .navWrap .member {
  color: #aee0d7;
  font-size: 2em;
}
#headerComponent .gn-header .navWrap .nav-right {
  width: 200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media (max-width: 768px) {
  #headerComponent .gn-header .navWrap .nav-right {
    width: inherit;
    margin-right: 5em;
  }
}
#headerComponent .gn-header .navWrap .nav-right a {
  color: #64bcad;
  font-size: 2em;
  cursor: pointer;
}
#headerComponent .gn-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(174, 224, 215, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.4s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
#headerComponent .gn-header.is-sticky .menu li {
  padding: 0.5em 0;
}
#headerComponent .gn-header.is-sticky .menu li a {
  padding: 0.2em 1em;
  text-shadow: 0px 0px 4px black;
}
#headerComponent .gn-header.is-sticky .menu li a:hover {
  background-color: #aee0d7;
  text-shadow: none !important;
}
#headerComponent .gn-header.is-sticky .sub-menu a {
  text-shadow: none !important;
}
#headerComponent .gn-header.is-sticky .btn-outline-secondary {
  color: #111111;
}
#headerComponent .gn-header .menu-toggle {
  display: none;
}
@media (max-width: 768px) {
  #headerComponent .gn-header .menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #64bcad;
  }
}
#headerComponent .gn-header .lang-selector {
  margin-left: auto;
}
#headerComponent .gn-header .lang-selector .dropdown-toggle {
  font-size: 0.85rem;
}
#headerComponent .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #585858;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
#headerComponent .sticky-header .navWrap {
  padding: 0.5rem 1rem;
}

.menu-toggle {
  display: none;
}
@media (max-width: 992px) {
  .menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #64bcad;
    margin-left: auto;
    cursor: pointer;
  }
}

nav .menu li {
  position: relative;
}
nav .menu li.open > .sub-menu {
  display: flex;
}
@media (max-width: 992px) {
  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #aee0d7;
    z-index: 1000;
  }
  nav.menu-open {
    display: block;
  }
  nav .menu {
    flex-direction: column;
  }
  nav .menu > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav .menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    color: #ffffff;
    writing-mode: initial !important;
    text-align: left;
    white-space: nowrap;
  }
  nav .menu > li .sub-menu {
    display: none;
    flex-direction: column;
    padding: 0.5rem 1rem;
  }
  nav .menu > li .sub-menu li a {
    display: block;
    padding: 0.5rem 0;
    color: #ffffff;
    font-size: 0.9rem;
  }
  nav .menu > li .sub-menu li a:hover {
    color: #319f8b;
  }
  nav .menu > li.open .sub-menu {
    display: flex;
  }
  nav .menu > li.open > .sub-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .menu > li {
    position: relative;
  }
  .menu > li > .sub-menu {
    display: none;
    position: initial;
    top: 0;
    left: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    transform: translateX(20px);
    opacity: 0;
    transition: all 0.3s ease;
    flex-direction: column;
    z-index: 10;
  }
  .menu > li.open .sub-menu {
    display: flex;
    transform: translateX(0);
    opacity: 1;
  }
  .menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .menu > li > a i {
    transition: transform 0.3s ease;
    position: absolute;
    right: 0em;
    top: 27%;
    font-size: 0.9em;
    margin-right: 2em;
  }
  .menu > li.open > a i {
    transform: rotate(180deg);
  }
}
#google_translate_element .goog-logo-link,
#google_translate_element .goog-te-gadget span,
#google_translate_clone .goog-logo-link,
#google_translate_clone .goog-te-gadget span {
  display: none !important;
}
#google_translate_element .goog-te-gadget,
#google_translate_clone .goog-te-gadget {
  color: transparent !important;
  font-size: 0;
}
#google_translate_element .goog-te-combo,
#google_translate_clone .goog-te-combo {
  font-family: inherit;
  padding: 0.2em 0.8rem;
  border-radius: 6px;
  color: #64bcad;
  border: none;
  background-color: transparent;
  font-size: 16px;
}
@media (max-width: 680px) {
#google_translate_element .goog-te-combo,
#google_translate_clone .goog-te-combo {
  font-family: inherit;
  padding: 0.2em 0.8rem;
  border-radius: 6px;
  color: #FFF;
  border: none;
  background-color: transparent;
  font-size: 16px;
}
}
#google_translate_element .goog-te-combo option,
#google_translate_clone .goog-te-combo option {
  background: rgba(174, 224, 215, 0.8);
  color: #383838;
}
#google_translate_element .goog-te-combo option[selected],
#google_translate_clone .goog-te-combo option[selected] {
  background: #aee0d7;
  color: #333;
}
@media (max-width: 576px) {
  #google_translate_element,
  #google_translate_clone {
    right: 10px;
  }
}

#bookingBarComponent {
  padding: 1em;
  width: 100%;
  bottom: 2em;
  z-index: 5;
  left: 50%;
  background-color: #efefef;
}
#bookingBarComponent .bookingWrap {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #bookingBarComponent .bookingWrap {
    width: 100%;
  }
}
#bookingBarComponent section {
  padding: 0;
}
#bookingBarComponent .container {
  padding: 0;
  margin: 0;
}
#bookingBarComponent .container .in {
  width: 80%;
}
#bookingBarComponent .container .in p {
  margin: 0;
  font-size: 0.8em;
  color: #676060;
  margin-bottom: 3px;
}
#bookingBarComponent .container .col-md-2 {
  width: 20%;
}
#bookingBarComponent .container #adultCount,
#bookingBarComponent .container #childCount {
  font-size: 1.3em;
  margin: 0 1em;
}
#bookingBarComponent .action {
  background-color: transparent;
  border-radius: 2em;
  border: 2px solid #aee0d7;
  color: #64bcad;
  font-size: 0.8em;
  padding: 0.5em 0.8em;
  outline: none;
  background-color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s;
}
#bookingBarComponent .action:hover {
  background-color: #aee0d7;
  color: #ffffff;
  transform: translateY(-2px);
}
#bookingBarComponent .action:active {
  transform: scale(0.97);
}
#bookingBarComponent .col-md-6:last-child,
#bookingBarComponent .col-md-2:last-child {
  border-right: none;
}
#bookingBarComponent i {
  color: #383838;
  font-size: 1.5em;
  margin-right: 8px;
  font-weight: 600;
}
#bookingBarComponent .flatpickr {
  color: #111111;
  border: none;
  border-radius: 1em;
  letter-spacing: 1px;
  font-size: 1.1em;
  padding: 0.4em 1.9em;
}
#bookingBarComponent .flatpickr:focus-visible, #bookingBarComponent .flatpickr:hover {
  outline: none;
  background-color: #aee0d7;
}
#bookingBarComponent input[type=date] {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border: none;
  background-color: transparent;
}
#bookingBarComponent .hd {
  background-color: #e7e3d5;
  padding: 0.5em;
  color: #319f8b;
}
#bookingBarComponent .btn {
  padding: 0;
}
#bookingBarComponent .btn-link,
#bookingBarComponent .btn.rounded-circle {
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 2em;
}
#bookingBarComponent .btn-link:hover,
#bookingBarComponent .btn.rounded-circle:hover {
  color: #555;
}
#bookingBarComponent .btn-dark {
  padding: 1em 2em;
  font-weight: normal;
  color: #585858;
  border-radius: 2em;
}
#bookingBarComponent .row {
  gap: 0;
  align-items: center;
}
#bookingBarComponent .row > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-width: 0;
}
#bookingBarComponent .btn.rounded-circle {
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}
#bookingBarComponent .inoutbox {
  padding: 0.5em;
}
@media (max-width: 768px) {
  #bookingBarComponent {
    width: 84vw;
    padding: 1em;
    bottom: 1em;
    border-radius: 1em;
  }
  #bookingBarComponent .row {
    gap: 0.9em;
    align-items: center;
    text-align: center;
  }
  #bookingBarComponent .row .flatpickr {
    padding: 0.5em 1em;
    width: 82%;
  }
  #bookingBarComponent .row .action {
    font-size: 1.3em;
  }
  #bookingBarComponent .row #childCount,
  #bookingBarComponent .row #adultCount {
    margin: 0 5px;
  }
  #bookingBarComponent .row .btn-dark {
    padding: 0.8em 2.5em;
    background-color: #aee0d7;
  }
  #bookingBarComponent .col-md-4 {
    width: 100%;
    max-width: 100%;
  }
  #bookingBarComponent .col-md-3,
  #bookingBarComponent .col-md-2 {
    width: 30%;
  }
  #bookingBarComponent .glow-btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #bookingBarComponent {
    opacity: 1;
    transform: translateY(100%);
    transition: all 0.4s ease;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    left: 8%;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  #bookingBarComponent.active {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: auto;
  }
  #bookingBarComponent .col-md-3,
  #bookingBarComponent .col-md-2 {
    width: 100%;
  }
  #bookingBarComponent .inoutbox {
    padding: 0.5em;
  }
}

#specialOffersComponent section {
  padding: 0;
}
#specialOffersComponent .container-fluid,
#specialOffersComponent .container {
  padding: 14em 0em 0em 0em;
}
#specialOffersComponent .container-fluid .promo-sliderBox::before,
#specialOffersComponent .container .promo-sliderBox::before {
  content: "";
  width: 100%;
  height: 650px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card,
#specialOffersComponent .container .promo-sliderBox .card {
  border: none;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card:nth-child(1) .box .icon .iconBox,
#specialOffersComponent .container .promo-sliderBox .card:nth-child(1) .box .icon .iconBox {
  background: #d3b19a;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card:nth-child(2) .box .icon .iconBox,
#specialOffersComponent .container .promo-sliderBox .card:nth-child(2) .box .icon .iconBox {
  background: #70b3b1;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card:nth-child(3) .box .icon .iconBox,
#specialOffersComponent .container .promo-sliderBox .card:nth-child(3) .box .icon .iconBox {
  background: #d05fa2;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card ul,
#specialOffersComponent .container .promo-sliderBox .card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card ul li,
#specialOffersComponent .container .promo-sliderBox .card ul li {
  text-transform: uppercase;
  background: var(--clr-tag);
  color: #282828;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.188rem;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card ul .branding,
#specialOffersComponent .container .promo-sliderBox .card ul .branding {
  color: #704a31;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card ul .packaging,
#specialOffersComponent .container .promo-sliderBox .card ul .packaging {
  color: #1e3938;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card ul .marketing,
#specialOffersComponent .container .promo-sliderBox .card ul .marketing {
  color: #4d1637;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card .content,
#specialOffersComponent .container .promo-sliderBox .card .content {
  padding: 0.938rem 0.625rem;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card .content h3,
#specialOffersComponent .container .promo-sliderBox .card .content h3 {
  text-transform: capitalize;
  font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
}
#specialOffersComponent .container-fluid .promo-sliderBox .card .content p,
#specialOffersComponent .container .promo-sliderBox .card .content p {
  margin: 0.625rem 0 1.25rem;
  color: #565656;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card .date-range,
#specialOffersComponent .container .promo-sliderBox .card .date-range {
  display: flex;
  justify-content: center;
  font-family: sans-serif;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  gap: 1.5rem;
  margin-bottom: 0.8em;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card .date-range .date-block,
#specialOffersComponent .container .promo-sliderBox .card .date-range .date-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card .date-range .date-block .year,
#specialOffersComponent .container .promo-sliderBox .card .date-range .date-block .year {
  font-size: 0.9em;
  margin-bottom: 0.7em;
  transform: translateY(0.5em);
  letter-spacing: -0.05em;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card .date-range .date-block .date,
#specialOffersComponent .container .promo-sliderBox .card .date-range .date-block .date {
  font-size: 1.5rem;
  font-weight: 500;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card .date-range .arrow,
#specialOffersComponent .container .promo-sliderBox .card .date-range .arrow {
  font-size: 1.5rem;
  transform: translateY(0.4em);
  color: #dbdbdb;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card-inner,
#specialOffersComponent .container .promo-sliderBox .card-inner {
  position: relative;
  width: inherit;
  height: 18.75rem;
  background: var(--clr);
  border-radius: 1.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card-inner .box,
#specialOffersComponent .container .promo-sliderBox .card-inner .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card-inner .box .imgBox,
#specialOffersComponent .container .promo-sliderBox .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card-inner .box .imgBox img,
#specialOffersComponent .container .promo-sliderBox .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card-inner .box .icon,
#specialOffersComponent .container .promo-sliderBox .card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 6rem;
  height: 6rem;
  background: var(--clr);
  border-top-left-radius: 50%;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card-inner .box .icon:hover .iconBox,
#specialOffersComponent .container .promo-sliderBox .card-inner .box .icon:hover .iconBox {
  transform: scale(1.1);
}
#specialOffersComponent .container-fluid .promo-sliderBox .card-inner .box .icon::before,
#specialOffersComponent .container .promo-sliderBox .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card-inner .box .icon::after,
#specialOffersComponent .container .promo-sliderBox .card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}
#specialOffersComponent .container-fluid .promo-sliderBox .card-inner .box .icon .iconBox,
#specialOffersComponent .container .promo-sliderBox .card-inner .box .icon .iconBox {
  position: absolute;
  inset: 0.625rem;
  background: #aee0d7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#specialOffersComponent .container-fluid .promo-sliderBox .card-inner .box .icon .iconBox span,
#specialOffersComponent .container .promo-sliderBox .card-inner .box .icon .iconBox span {
  color: #fff;
  font-size: 1.5rem;
}
#specialOffersComponent .container-fluid .promo-sliderIn,
#specialOffersComponent .container .promo-sliderIn {
  position: relative;
  top: -47.5em;
  z-index: 2;
}
#specialOffersComponent .promo-slider .arrow-animate {
  display: inline-block;
  animation: fadeSlideRight 1.5s ease-in-out infinite;
}
#specialOffersComponent .promo-slider .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.bannerComponent {
  height: 85vh;
  min-height: 85vh;
  overflow: hidden;
  border-top-left-radius: 15rem;
  border-bottom-left-radius: 0rem;
  background: #aee0d7;
  width: auto;
  margin-left: 2em;
}
.bannerComponent .row {
  --bs-gutter-x: 0rem;
}
.bannerComponent .logo {
  position: absolute;
  z-index: 3;
  width: 10em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #aee0d7;
}
.bannerComponent .darkMask {
  position: absolute;
  width: 100vw;
  height: 85vh;
  z-index: 2;
  /*background-color: rgba(0, 0, 0, 0.4);*/
}
.bannerComponent .slider {
  position: relative;
  height: 100vh;
  z-index: 1;
}
.bannerComponent .slider .slick-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  animation: bgZoom 10s ease forwards;
  transform-origin: center center;
  will-change: transform;
  transition: transform 10s ease;
}
.bannerComponent .slider .slick-current img {
  transform: scale(1.12);
}
.bannerComponent .slick-dots-wrapper {
  display: none;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.bannerComponent .slick-dots {
  display: inline-block;
  pointer-events: auto;
}
.bannerComponent .slick-dots li {
  display: inline-block;
  margin: 0 0.3em;
}
.bannerComponent .slick-dots li button {
  font-size: 0;
  border: none;
  background: transparent !important;
  padding: 0.5em;
  cursor: pointer;
}
.bannerComponent .slick-dots li button .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.bannerComponent .slick-dots li.slick-active button .dot {
  opacity: 1;
  background-color: #aee0d7;
}
.bannerComponent .hero-bg-wrap {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}
.bannerComponent .hero-bg-wrap .hero-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -o-object-position: top;
     object-position: top;
}
.bannerComponent .text-center {
  z-index: 2;
}
.bannerComponent h1 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 33%;
  left: 17%;
  z-index: 10;
  width: 387px;
  font-family: system-ui;
  text-shadow: 0 0 4px white, 0 0 2px white, 0 0 20px white;
}
.bannerComponent .text-muted {
  font-size: 100%;
  font-family: Georgia, serif;
  letter-spacing: 0.06em;
  line-height: 1.86;
  position: absolute;
  z-index: 2;
  bottom: 40%;
  left: -24%;
  text-align: left;
  color: rgb(210, 212, 213);
  margin-left: 47%;
}
@media (max-width: 992px) {
  .bannerComponent .text-muted {
    margin-left: 53%;
  }
}
.bannerComponent .vertical-scroll-wrapper {
  width: 20%;
  height: 100vh;
  overflow: hidden;
}
.bannerComponent .vertical-scroll-wrapper .vertical-scroll-inner {
  display: flex;
  flex-direction: column;
  animation: none;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.5s ease;
}
.bannerComponent .vertical-scroll-wrapper.start .vertical-scroll-inner {
  animation: scroll-down 20s linear infinite;
  opacity: 1;
}
@media (max-width: 768px) {
  .bannerComponent .vertical-scroll-wrapper {
    width: 100%;
    height: auto;
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .bannerComponent .vertical-scroll-wrapper .vertical-scroll-inner {
    flex-direction: row;
    width: -moz-max-content;
    width: max-content;
    transform: none;
  }
  .bannerComponent .vertical-scroll-wrapper.start .vertical-scroll-inner {
    animation: scroll-left 20s linear infinite;
  }
  .bannerComponent .vertical-scroll-wrapper .vertical-scroll-inner img {
    width: initial;
    height: 163px;
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.bannerComponent .vertical-scroll-inner img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .bannerComponent .slick-dots-wrapper {
    bottom: 0;
  }
  .bannerComponent .slider-controls {
    bottom: 1.5em;
  }
}
@media (max-width: 576px) {
  .bannerComponent h1 {
    left: -7%;
  }
  .bannerComponent .text-muted {
    bottom: 33%;
    left: -45%;
  }
  .bannerComponent .slider-controls {
    right: 5px;
  }
}

#popularRoomsComponent section {
  padding: 4em 0 2.5em 0;
}
#popularRoomsComponent .container {
  /*overflow: hidden;*/z-index: -1;
}
#popularRoomsComponent .hd-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
#popularRoomsComponent .hd-title p,
#popularRoomsComponent .hd-title h3 {
  margin-bottom: 0;
}
#popularRoomsComponent .hd-title::before {
  display: none;
}
#popularRoomsComponent .hd-title h3 {
  font-size: 2rem;
  font-weight: normal;
  margin-right: 1em;
  white-space: nowrap;
}
#popularRoomsComponent .hd-title p {
  color: #c1c1c1;
}
#popularRoomsComponent .swiper {
 height:  auto;
}
#popularRoomsComponent .swiper-slide {
  width: auto;
}
#popularRoomsComponent .swiper-slide .card {
  width: 100%;
  flex: 1 0 auto;
}
@media (max-width: 576px) {
  #popularRoomsComponent .swiper-slide .card {
    width: 93vw;
  }
}
#popularRoomsComponent .swiper-slide .card .card-body .btn-group {
  display: flex;
  gap: 1em;
  justify-content: flex-end;
  width: 300px;
  margin: 0 auto;
}
#popularRoomsComponent .swiper-slide .card .card-body .btn-outline-secondary {
  color: #64bcad;
  border: 1px solid #64bcad;
}
#popularRoomsComponent .swiper-slide .card .card-body .btn-outline-secondary:hover {
  background-color: #aee0d7;
}
#popularRoomsComponent .swiper-slide .card .card-body .card-title {
  margin: 0.6em 0 1em 0;
}
#popularRoomsComponent .swiper-slide .card .card-body .card-text {
  height: 6.5em;
  border-bottom: 1px solid #e9e9e9;
}
#popularRoomsComponent .swiper-slide .card .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#popularRoomsComponent .swiper-slide .nested-swiper {
  width: 100%;
  height: 360px;
  border-radius: 0.5rem;
  overflow: hidden;
}
#popularRoomsComponent .swiper-slide .nested-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#popularRoomsComponent .imgBox {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popularRoomsComponent .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
#popularRoomsComponent .swiper2 .swiper-wrapper {
  display: flex;
}
#popularRoomsComponent .swiper2 .swiper-slide {
  flex-shrink: 0;
  width: 49% !important;
  padding-right: 24px;
  box-sizing: border-box;
}
#popularRoomsComponent .swiper2 .swiper-slide .swiper-slide {
  padding-right: 0px;
  width: 100% !important;
  margin: 0;
}
#popularRoomsComponent .swiper2 .card {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
#popularRoomsComponent .swiper-button-group {
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: none;
}
#popularRoomsComponent .swiper-button-group .swiper-button-prev,
#popularRoomsComponent .swiper-button-group .swiper-button-next {
  pointer-events: auto;
}
#popularRoomsComponent .swiper-button-group {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  padding: 0 10px;
}
#popularRoomsComponent .swiper-button-group .swiper-button-prev,
#popularRoomsComponent .swiper-button-group .swiper-button-next {
  color: #0066cc;
  font-size: 24px;
}
#popularRoomsComponent .room-tabs-wrapper {
  background-color: #e9e9e9;
  border-radius: 2rem;
  position: relative;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-evenly;
  width: 50%;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  #popularRoomsComponent .room-tabs-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
    scrollbar-width: none;
  }
  #popularRoomsComponent .room-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }
  #popularRoomsComponent .room-tabs-wrapper .room-tabs {
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
  #popularRoomsComponent .room-tabs-wrapper .nav-link {
    flex: 0 0 auto;
    min-width: 5rem;
    white-space: nowrap;
    scroll-snap-align: center;
  }
  #popularRoomsComponent .room-tabs-wrapper .tab-indicator {
    pointer-events: none;
  }
}
#popularRoomsComponent .room-tabs-wrapper .room-tabs {
  display: flex;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
  width: 100%;
}
#popularRoomsComponent .room-tabs-wrapper .room-tabs .nav-link {
  color: #383838;
  border: none;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  z-index: 2;
  position: relative;
  transition: color 0.3s ease;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}
#popularRoomsComponent .room-tabs-wrapper .room-tabs .nav-link.active {
  color: #383838;
  background: transparent;
}
#popularRoomsComponent .room-tabs-wrapper .tab-indicator,
#popularRoomsComponent .room-tabs-wrapper .nav__link_active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #aee0d7;
  border-radius: 2rem;
  transition: all 0.3s ease;
  z-index: 1;
}
#popularRoomsComponent .swiper2 {
  overflow: visible;
}
#popularRoomsComponent .swiper2 .swiper-wrapper {
  display: flex;
  gap: 24px;
}
#popularRoomsComponent .swiper2 .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
#popularRoomsComponent .card {
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s;
}
#popularRoomsComponent .card:hover {
  transform: translateY(-4px);
}
#popularRoomsComponent .imgBox {
  position: relative;
}
#popularRoomsComponent .imgBox .swiper {
  border-radius: 12px 12px 0 0;
}
#popularRoomsComponent .imgBox img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
#popularRoomsComponent .card-body {
  padding: 1rem;
}
#popularRoomsComponent .card-body .card-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#popularRoomsComponent .card-body .card-text {
  font-size: 0.95rem;
  color: #555;
}
#popularRoomsComponent .card-body .btnBox {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
#popularRoomsComponent .swiper-button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
#popularRoomsComponent .swiper-button-group .swiper-button-prev,
#popularRoomsComponent .swiper-button-group .swiper-button-next {
  position: static;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
#popularRoomsComponent .swiper-button-group .swiper-button-prev:after,
#popularRoomsComponent .swiper-button-group .swiper-button-next:after {
  font-size: 1rem;
  color: #333;
}
@media (max-width: 767.98px) {
  #popularRoomsComponent .swiper2 .swiper-slide {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }
  #popularRoomsComponent .imgBox img {
    height: 180px;
  }
}
#popularRoomsComponent .swiper-horizontal > .swiper-pagination-bullets,
#popularRoomsComponent .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: right;
  padding: 0 4em 0.5em 0;
}
#popularRoomsComponent .swiper-pagination .swiper-pagination-bullet {
  border-radius: initial;
  width: 1.5em;
  height: 0.3em;
  opacity: 0.4;
  background: #ffffff;
}
#popularRoomsComponent .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 0.8;
  background: #aee0d7;
}
#popularRoomsComponent .swiper {
  position: relative;
}
/*#popularRoomsComponent .swiper .swiper-nav {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 20;
}*/
#popularRoomsComponent .swiper-wrapper{padding-bottom: 60px;}
#popularRoomsComponent .swiper .swiper-button-prev,
#popularRoomsComponent .swiper .swiper-button-next {
  position: static;
  border: 1px solid #64bcad;
  padding: 1em 1.5em;
  background: rgba(174, 224, 215, 0.2);
  cursor: pointer;
}

#popularRoomsComponent .roomSwiper {
  position: relative!important; /* 確保按鈕是相對於這個容器定位 */
  /* 其他 Swiper 容器樣式 */
}

#popularRoomsComponent .swiper-nav {
  position: absolute;
  bottom: 0px; /* 您可以調整這個值來改變按鈕的垂直位置 */
  left: 50%;text-align: center;
  transform: translateX(-50%);
  z-index: 100; /* 確保按鈕在其他內容之上 */
  display: flex; /* 確保按鈕可以並排顯示 */
  align-items: center;justify-content: center;
  /* 其他導航按鈕樣式 */
}

/* 您可能還需要調整按鈕的樣式 */
#popularRoomsComponent .swiper-button-prev,
#popularRoomsComponent .swiper-button-next {
  /* 調整按鈕的 margin 和其他樣式 */
  margin: 0 5px; /* 範例 */
}


#popularRoomsComponent .swiper .swiper-button-prev::after,
#popularRoomsComponent .swiper .swiper-button-next::after {
  font-size: 1em;
  color: #64bcad;
}
#popularRoomsComponent .swiper .swiper-button-prev:hover,
#popularRoomsComponent .swiper .swiper-button-next:hover {
  background: rgba(174, 224, 215, 0.5);
}

.diningFacilitiesComponent {
  background-color: #dbdbdb;
  padding: 2em 0 4.3em 0;
}
.diningFacilitiesComponent .container {
  max-width: 100%;
}
.diningFacilitiesComponent .container .hd-title {
  color: #319f8b;
}
.diningFacilitiesComponent .container .food-section .owl-stage {
  margin: 15px 0;
  display: flex;
}
.diningFacilitiesComponent .container .food-section .item {
  margin: 0 15px 60px;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: flex-end;
  background: #343434 no-repeat center center/cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.diningFacilitiesComponent .container .food-section .item.active {
  width: 350px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.diningFacilitiesComponent .container .food-section .item::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /*background-image: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.9) 100%);*/
}
.diningFacilitiesComponent .container .food-section .item .item-desc {
  padding: 0 0px 52px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 182px));
  transition: all 0.4s ease-in-out;
}
.diningFacilitiesComponent .container .food-section .item .item-desc p {
  opacity: 0;
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
}
.diningFacilitiesComponent .container .food-section .item.active .item-desc {
  transform: none;
}
.diningFacilitiesComponent .container .food-section .item.active .item-desc p {
  opacity: 1;
  transform: translateY(0);
}
.diningFacilitiesComponent .container .food-section .owl-carousel .owl-dots {
  text-align: center;
}
.diningFacilitiesComponent .container .food-section .owl-carousel .owl-dots .owl-dot {
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  margin: 0 5px;
}
.diningFacilitiesComponent .container .food-section .owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  transition: 0.3s ease;
}
.diningFacilitiesComponent .container .food-section .owl-carousel .owl-dots .owl-dot.active span {
  background: #aee0d7;
  transform: scale(1.2);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .diningFacilitiesComponent .container .food-section {
    padding: 50px 30px;
  }
  .diningFacilitiesComponent .container .food-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .diningFacilitiesComponent .container .food-section .item.active {
    width: 400px;
  }
  .diningFacilitiesComponent .container .food-section .item .item-desc {
    transform: translateY(calc(100% - 46px));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .diningFacilitiesComponent .container .food-section {
    padding: 50px 30px 40px;
  }
  .diningFacilitiesComponent .container .food-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .diningFacilitiesComponent .container .food-section .item.active {
    width: 360px;
  }
  .diningFacilitiesComponent .container .food-section .item .item-desc {
    transform: translateY(calc(100% - 42px));
  }
}
@media (max-width: 767px) {
  .diningFacilitiesComponent .container .food-section {
    padding: 30px 15px 20px;
  }
  .diningFacilitiesComponent .container .food-section .item {
    margin: 0 10px 40px;
    width: 280px;
    height: 280px;
  }
  .diningFacilitiesComponent .container .food-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  /*.diningFacilitiesComponent .container .food-section .item .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
  }*/
}

#facility {
  padding-bottom: 3em;
}
#facility .facility-block {
  position: relative;
  margin-bottom: 5rem;
}
#facility .facility-block .im-left {
  z-index: 10;
}
#facility .facility-block .facility-img {
  position: relative;
  width: 100%;
  /*max-width: 560px;
  margin-left: 130px;*/
  z-index: 10;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
}
#facility .facility-block .facility-card {
  position: relative;
  width: 100%;
  /*max-width: 560px;
  margin-right: 80px;
  margin-top: 2.8rem;*/
  z-index: 1;
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
#facility .facility-block.flex-lg-row-reverse .facility-img {
  margin-left: 0;
  margin-right: -80px;
}
#facility .facility-block.flex-lg-row-reverse .facility-card {
  /*margin-left: 140px;*/
  margin-right: 0;
}
@media (max-width: 768px) {
  /*#facility .facility-block .facility-img,*/
  #facility .facility-block .facility-card {
    margin: 1rem auto !important;
    max-width: 100%;
    z-index: auto;
  }
  #facility .facility-block .facility-card {
    margin-top: 0 !important;
  }
}

.carousel-nav a:nth-child(1)::before {
  background: rgba(255, 207, 218, 0.2);
}
.carousel-nav a:nth-child(1):hover::before {
  background: rgba(255, 207, 218, 0.5);
}
.carousel-nav a:nth-child(1).active::before {
  background: #ffcfda;
}

.carousel-nav a:nth-child(2)::before {
  background: rgba(211, 176, 224, 0.2);
}
.carousel-nav a:nth-child(2):hover::before {
  background: rgba(211, 176, 224, 0.5);
}
.carousel-nav a:nth-child(2).active::before {
  background: #d3b0e0;
}
.carousel-nav a:nth-child(3)::before {
  background: rgba(202, 231, 251, 0.2);
}
.carousel-nav a:nth-child(3):hover::before {
  background: rgba(202, 231, 251, 0.5);
}
.carousel-nav a:nth-child(3).active::before {
  background: #cae7fb;
}
.carousel-nav a:nth-child(4)::before {
  background: rgba(249, 231, 159, 0.2);
}
.carousel-nav a:nth-child(4):hover::before {
  background: rgba(249, 231, 159, 0.5);
}
.carousel-nav a:nth-child(4).active::before {
  background: #f9e79f;
}

.carousel-nav {
  width: 100%;
  margin-bottom: 40px;
  display: inline-flex;
  flex-wrap: nowrap;
}
.carousel-nav a {
  color: #383838;
  padding: 0.6em 2.5em;
  text-align: center;
  display: flex;
  white-space: nowrap;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.carousel-nav a::before {
  content: "";
  background: rgba(174, 224, 215, 0.3);
  width: 5em;
  height: 5em;
  border-radius: 3em;
  z-index: -1;
  position: absolute;
  bottom: -15px;
  transition: background 0.3s ease;
}
.carousel-nav a:hover {
  color: #383838;
}
.carousel-nav a:hover::before {
  background: rgba(174, 224, 215, 0.6);
}
.carousel-nav a.active {
  color: #383838;
}
.carousel-nav a.active::before {
  background: rgba(174, 224, 215, 0.9);
}
@media (max-width: 576px) {
  .carousel-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .carousel-nav a {
   /* width: calc(50% - 6rem);*/
    text-align: center;
    display: block;
    background: rgba(174, 224, 215, 0.1);
    border-radius: 1.5em;
    padding: 0.5em 1em;
  }
  .carousel-nav a::before {
    display: none;
  }
   /* .carousel-nav a:hover {
    background: rgba(174, 224, 215, 0.4);
    color: #383838;
  }*/
.carousel-nav a.active {
    background: #aee0d7;
    color: #383838;
  }

.carousel-nav a:nth-child(1){
  background: rgba(255, 207, 218, 0.2);
}
.carousel-nav a:nth-child(1).active {
  background: #ffcfda;color: #383838;
}

.carousel-nav a:nth-child(2){
  background: rgba(211, 176, 224, 0.2);
}
.carousel-nav a:nth-child(2).active{
  background: #d3b0e0;color: #383838;
}

.carousel-nav a:nth-child(3){
  background: rgba(202, 231, 251, 0.2);
}
.carousel-nav a:nth-child(3).active{
  background: #cae7fb;color: #383838;
}

.carousel-nav a:nth-child(4){
  background: rgba(249, 231, 159, 0.2);
}
.carousel-nav a:nth-child(4).active{
  background: #f9e79f;color: #383838;
}





}

.owl-1 .owl-nav {
  display: none;
}

.media-29101 .img {
  flex: 0 0 50%;
}
.media-29101 .text {
  padding: 50px;
}
@media (max-width: 768px) {
  .media-29101 .text {
    padding: 20px;
    width: 100%;
  }
}
.media-29101 .text .category {
  color: #c1c1c1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.media-29101 .text h2 {
  font-family: "Playfair Display", times, serif;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
.media-29101 .text h2 a {
  color: #000000;
}

.masonry {
  -moz-columns: 250px;
       columns: 250px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 1rem;
}
.masonry article {
  padding: 20px;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.masonry article img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}
.masonry article h3 {
  font-weight: normal;
  margin-top: 0;
  font-size: 1.25rem;
  color: #333;
}
.masonry article p {
  color: #555;
  line-height: 1.6;
}
.masonry a {
  color: #000;
  text-decoration: none;
}
.masonry a:hover {
  color: #333;
  text-decoration: underline;
}

.owl-carousel .item h3 {
  margin-top: 1em;
  font-weight: normal;
  font-size: 1.4em;
}

#categoryContainer {
  margin-bottom: 3em;
}

.category-group.active {
  display: block;
}

.room-slider-wrapper {
  position: relative;
  overflow: visible;
}
.room-slider-wrapper .external-slider-caption {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(255, 255, 255, 0.95);
  padding: 1.5em 2em;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  z-index: 20;
  max-width: 98%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.room-slider-wrapper .external-slider-caption.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.room-slider-wrapper .external-slider-caption h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.room-slider-wrapper .external-slider-caption p {
  font-size: 1rem;
  margin: 0;
  color: #444;
}
.room-slider-wrapper .room-slider .item {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.room-slider-wrapper .room-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.room-slider-wrapper .room-slider .item .slider-caption {
  display: none;
}
.room-slider-wrapper .room-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  pointer-events: none;
}

.room-slider-wrapper .room-slider .owl-nav button {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}
.room-slider-wrapper .room-slider .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.2);
}
.room-slider-wrapper .room-slider .owl-nav button .arrow-icon {
  width: 3.5em;
  height: 3.5em;
  stroke: white;
  transition: stroke 0.3s ease;
}
.room-slider-wrapper .room-slider .owl-nav button:hover .arrow-icon {
  stroke: #fff;
}
@media (max-width: 768px) {
  .room-slider-wrapper .external-slider-caption {
    width: 500px;
    bottom: -46px;
    left: 50%;
  }
}
@media (max-width: 576px) {
  .room-slider-wrapper .external-slider-caption {
    width: 346px;
    bottom: -70px;
    left: 50%;
  }
  .room-slider-wrapper .room-slider .owl-nav button {
    display: none;
  }
}

/* RWD 調整 */
@media (max-width: 768px) {
  .room-slider .item {
    height: 220px;
  }
  .room-slider .item .slider-caption {
    bottom: -20px;
    padding: 1em;
  }
  .room-slider .item .slider-caption h3 {
    font-size: 1.2rem;
  }
  .room-slider .item .slider-caption p {
    font-size: 0.9rem;
  }
  .room-slider .owl-nav button {
    width: 36px;
    height: 36px;
  }
  .room-slider .owl-nav button .arrow-icon {
    width: 18px;
    height: 18px;
  }
}
#news #detail .wrap_01 {
  /*width: calc(100% - 3em);*/
  padding-bottom: 6em;
}
#news #detail .wrap_01 .row {
  --bs-gutter-x: 2em;
}
#news #detail .newsitem {
  margin-right: 1em;
}
#news #detail .dateWrap {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-items: center;
}
#news #detail .dateWrap .newsday {
  margin: 0 0 0 1em;
}
#news #detail img {
  margin: 1em 0;
}
#news #detail ul {
  list-style: none;
  padding-left: 0;
}

#rooms #detail h6,
#facility #detail h6 {
  font-size: 1em;
  color: #383838;
  font-weight: normal;
}
#rooms #detail h5{}
#facility #detail h5 {
  color: #b8b8b8;
}
#rooms #detail .text-price,
#rooms #detail .text-muted,
#facility #detail .text-price,
#facility #detail .text-muted {
  font-size: 1.1em;
}
#rooms #detail .titleBox{text-align: left;}
#facility #detail .titleBox {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2em;
}
#rooms #detail .titleBox h1{width: 64vw;}
#facility #detail .titleBox h1 {
  text-align: center;
  
}
#rooms #detail .titleBox .goBack,
#facility #detail .titleBox .goBack {
  font-size: 1em;
  text-align: left;
  color: #676060;
}
#rooms #detail .titleBox .goBack i,
#facility #detail .titleBox .goBack i {
  border-radius: 2em;
  border: 1px solid #676060;
  color: #676060;
  font-size: 1em;
  padding: 5px;
}
#rooms #detail section,
#facility #detail section {
  padding: 0em 0 1em 0;
}
#rooms #detail .icon-circle,
#facility #detail .icon-circle {
  width: 2em;
  height: 2em;
  font-size: 1.5em;
  background-color: #aee0d7;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
}
#rooms #detail .card,
#facility #detail .card {
  border: 1px solid #f5f5f5;
  font-size: 0.8em;
  padding: 0.5em 0.9em 0.5em 0.5em;
  flex-direction: initial;
  border-radius: 3em;
  justify-content: left;
  align-items: center;
}
#rooms #detail .card.green,
#facility #detail .card.green {
  background-color: rgba(112, 80, 185, 0.1);
  border: 1px solid rgba(112, 80, 185, 0.2);
}
#rooms #detail .card.green .icon-circle,
#facility #detail .card.green .icon-circle {
  background-color: #ffffff;
  color: #926eb5;
}
#rooms #detail .card.green .text-muted,
#rooms #detail .card.green h6,
#facility #detail .card.green .text-muted,
#facility #detail .card.green h6 {
  color: #926eb5 !important;
}
#rooms #detail .card.blue,
#facility #detail .card.blue {
  background-color: rgba(211, 114, 161, 0.1);
  border: 1px solid rgba(211, 114, 161, 0.2);
}
#rooms #detail .card.blue .icon-circle,
#facility #detail .card.blue .icon-circle {
  background-color: #ffffff;
  color: rgba(206, 69, 135, 0.5764705882);
}
#rooms #detail .card.blue .text-muted,
#rooms #detail .card.blue h6,
#facility #detail .card.blue .text-muted,
#facility #detail .card.blue h6 {
  color: rgba(206, 69, 135, 0.5764705882) !important;
}
#rooms #detail .card.orange,
#facility #detail .card.orange {
  background-color: rgba(255, 158, 7, 0.1);
  border: 1px solid rgba(255, 158, 7, 0.2);
}
#rooms #detail .card.orange .icon-circle,
#facility #detail .card.orange .icon-circle {
  background-color: #ffffff;
  color: rgba(255, 160, 7, 0.8274509804);
}
#rooms #detail .card.orange .text-muted,
#rooms #detail .card.orange h6,
#facility #detail .card.orange .text-muted,
#facility #detail .card.orange h6 {
  color: rgba(255, 160, 7, 0.8274509804) !important;
}
#rooms .fancy-title,
#facility .fancy-title {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  color: #383838;
  letter-spacing: 0.1em;
  position: relative;
  padding: 1rem 0;
  font-size: 1.6em;
}
#rooms .bookingBarComponent,
#facility .bookingBarComponent {
  padding: 0;
}
#rooms .sPicCard .text-muted,
#facility .sPicCard .text-muted {
  color: #e3e3e3 !important;
}
#rooms .sPicCard .col-md-2,
#facility .sPicCard .col-md-2 {
  width: 12%;
}
#rooms #cardContainer,
#facility #cardContainer {
  display: flex;
  /* ✅ 關鍵改這裡 */
  flex-wrap: wrap;
  /* ✅ 卡片換行時不會溢出 */
  box-sizing: border-box;
  gap: 1rem;
}
#rooms .list-stuff,
#facility .list-stuff {
  width: 100%;
  box-sizing: border-box;
}
#rooms .list-stuff ul,
#facility .list-stuff ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 0.9em;
  list-style: none;
}
#rooms .list-stuff ul li,
#facility .list-stuff ul li {
  white-space: nowrap;
  border-radius: 5em;
  padding: 0.2em 0.8em;
  border: 1px solid #319f8b;
  color: #319f8b;
}
#rooms .policy-wrapper,
#facility .policy-wrapper {
  position: relative;
  margin: 0 auto;
}
#rooms .policy-box ul,
#facility .policy-box ul {
  margin: 0;
  padding: 0 1rem 0 1.2rem;
  list-style: disc;
}
#rooms .policy-box ul li,
#facility .policy-box ul li {
  line-height: 1.5em;
}
#rooms .policy-box .gradient-mask,
#facility .policy-box .gradient-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
  transition: opacity 0.3s;
}
#rooms .policy-box.expanded .gradient-mask,
#facility .policy-box.expanded .gradient-mask {
  opacity: 0;
}
#rooms .toggle-btn,
#facility .toggle-btn {
  display: block;
  margin: 0.5rem auto;
  background: none;
  border: none;
  font-size: 0.9em;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(49, 159, 139, 0.8);
  padding: 0.5em 1.5em;
  text-decoration: none;
}
@media (max-width: 768px) {
  #rooms .sPicCard .col-md-2,
  #facility .sPicCard .col-md-2 {
    width: 20%;
  }
}
@media (max-width: 576px) {
  #rooms .priceBox,
  #facility .priceBox {
    margin-top: 1em;
  }
  #rooms .sPicCard .col-md-2,
  #facility .sPicCard .col-md-2 {
    width: 25%;
  }
  #rooms .fancy-title,
  #facility .fancy-title {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    position: relative;
  }
  #rooms .bookingBarComponent .p-3,
  #facility .bookingBarComponent .p-3 {
    padding: 0.5em !important;
  }
}

#rooms h1 {
  font-weight: normal;
}
#rooms .booking-row {
  max-width: 500px;
  display: flex;
  gap: 1rem;
  align-items: end;
}
#rooms .booking-row .booking-col {
  flex: 1;
}
#rooms .booking-row .booking-col label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
#rooms .booking-row .booking-col select,
#rooms .booking-row .booking-col button {
  width: 100%;
  padding: 0.5em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#rooms .booking-row .booking-col .booking-activator {
  background-color: #319f8b;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
#rooms .booking-row .booking-col .booking-activator:hover {
  background-color: #37b29c;
}
#rooms .booking-row .booking-col .invisible-label {
  visibility: hidden;
  height: 1.4em;
  display: block;
}
#rooms .detailArea {
  background-color: #f5f5f5;
}
#rooms .hd.title p {
  letter-spacing: inherit;
  color: #383838;
}
#rooms .policy-box .policy-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 1em 0;
}
#rooms .policy-box .policy-list li {
  width: 50%;
}
#rooms .policy-box .policy-list li::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  margin-right: 0.5rem;
  color: #89d2c5;
}
@media (max-width: 576px) {
  #rooms .policy-box .policy-list li {
    width: 100%;
  }
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  margin: 0 auto;
}
.card-row .card-box {
  flex: 1 0 0%;
  min-width: calc((100% - 48px) / 2);
  max-width: calc((100% - 48px) / 2);
}
.card-row .card-box .card {
  width: 100%;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card-row .card-box .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: none;
  color: #319f8b;
}
.card-row .card-box .card:hover .card-img-top {
  transform: scale(1.05);
}
.card-row .card-box .card img {
  width: 100%;
  /*aspect-ratio: 4/2;*/
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.card-row .card-box .card h5 {
  font-weight: normal;
  color: #111111;
}
.card-row .card-box .card .text {
  font-size: 0.9em;
  color: #676060;
  padding: 1rem 1rem 0 1rem;
  flex-grow: 1;
}
.card-row .card-box .card .features {
  padding: 1rem;
  color: #383838;
}
.card-row .card-box .card .features .hd {
  margin-bottom: 1em;
}
.card-row .card-box .card .features ul {
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.card-row .card-box .card .features ul li {
  flex: 0 0 48%;
  box-sizing: border-box;
}
.card-row .card-box .card .features ul li i {
  font-size: 1.3em;
  margin-right: 0.4em;
  width: 24px;
}
.card-row .card-box .card .btnBox {
  width: 100%;
  display: flex;
  gap: 1em;
  justify-content: flex-end;
  padding: 1em;
  border-top: 1px solid #dbdbdb;
}
.card-row .card-box .card .btnBox button {
  border-radius: 3em;
}
@media (max-width: 576px) {
  .card-row {
    gap: 1em;
  }
  .card-row .card-box {
    min-width: calc((100% - 0px) / 1);
    max-width: calc((100% - 0px) / 1);
  }
}

.category-group .row {
  --bs-gutter-x: 3rem;
}
.category-group .cardAnime {
  display: flex;
  flex-direction: row;
  height: 250px;
  box-sizing: border-box;
}
.category-group .cardAnime .card {
  color: #383838;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  flex-direction: row;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: none;
  border-radius: 10em;
}
.category-group .cardAnime .card .card-body .card-title {
  font-weight: normal;
  margin-bottom: 2em;
}
.category-group .cardAnime .card .card-body .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: calc(1.5em * 3);
  font-size: 0.9em;
  line-height: 1.3em;
}
.category-group .cardAnime .card .card-body .date-mark {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  font-family: "Times New Roman", "Noto Serif TC", serif;
}
.category-group .cardAnime .card .card-body .date-mark .date {
  font-size: 2rem;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
.category-group .cardAnime .card .card-body .date-mark .circle {
  position: absolute;
  right: -1.8em;
  top: 0.45em;
  width: 2.2em;
  height: 2.2em;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.category-group .cardAnime .card .card-body .date-mark .circle .weekday {
  font-size: 1.1em;
  font-weight: bold;
}
.category-group .cardAnime .card .imgBox {
  aspect-ratio: 1/1;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.category-group .cardAnime .card .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 20em;
}
.category-group .cardAnime .card .imgBox:hover img {
  transform: scale(1.2);
}
.category-group .cardAnime .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
@media (max-width: 576px) {
  .category-group .cardAnime .card:hover {
    border-radius: 5em 5em 1em 1em;
  }
}
@media (max-width: 576px) {
  .category-group .cardAnime {
    height: auto;
  }
  .category-group .cardAnime .card {
    flex-direction: initial !important;
    display: inline-block;
  }
  .category-group .cardAnime .card .imgBox {
    aspect-ratio: 5/2;
    height: auto;
  }
}

#location .ratio::before {
  display: initial;
}
#location .row {
  --bs-gutter-x: 0;
}
#location .map {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
#location .map iframe {
    width: 100%;
    min-height: 500px !important;
    opacity: 1 !important;
}
@media (max-width: 576px) {
  #location .map {
    align-items: initial;
    padding: 2em;
  }
}

#rooms .container {
  margin-bottom: 0;
}
#rooms .section {
  margin: 0 auto;
  padding: 0;
}
#rooms .section .container {
  height: auto;
  margin-inline: auto;
}
#rooms .section .swiper-button-next,
#rooms .section .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease;
}
#rooms .section .swiper-button-next::after,
#rooms .section .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}
#rooms .section .swiper-button-next:hover,
#rooms .section .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.15);
}
#rooms .section .swiper-button-next:active,
#rooms .section .swiper-button-prev:active {
  transform: scale(0.9);
}
#rooms .section .swiper-pagination-bullet {
  background-color: #aee0d7;
  opacity: 0.4;
  transition: all 0.3s ease;
}
#rooms .section .swiper-pagination-bullet:hover {
  transform: scale(1.4);
  opacity: 0.7;
}
#rooms .section .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #aee0d7 !important;
  transform: scale(1.6);
}
#rooms .section .swiper-img-wrapper {
  width: 100%;
  aspect-ratio: 2/6;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
#rooms .section .swiper-img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: auto;
}
#rooms .section .swiper-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
#rooms .section .swiper-img:hover {
  transform: scale(1.03);
}
@media (max-width: 576px) {
  #rooms .swiper .swiper-button-next,
  #rooms .swiper .swiper-button-prev {
    display: none;
  }
}

/*#facility .swiper-wrapper{
  height: 300px;
}*/

#facility .swiper-pagination-bullet-active {
  background-color: #ffc107;
}
#facility .swiper-button-next,
#facility .swiper-button-prev {
  color: #ffffff;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9e6da;
}

.form-control {
  font-size: 1.25em;
  letter-spacing: 1px;
  border-radius: 2em;
}

#loginForm input,
#loginForm select,
#registerForm input,
#registerForm select {
  border-radius: 2em;
  border-color: #aee0d7;
}
#loginForm input:focus,
#loginForm select:focus,
#registerForm input:focus,
#registerForm select:focus {
  border-color: #aee0d7 !important;
  box-shadow: 0 0 0 0.25rem rgba(49, 159, 139, 0.25) !important;
}

span.flatpickr-weekday {
  color: #aee0d7 !important;
  font-weight: normal !important;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
span.flatpickr-weekday,
.flatpickr-weekdays,
.flatpickr-day.selected {
  background-color: #319f8b !important;
}

.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange {
  background-color: #319f8b !important;
  border-color: #319f8b !important;
}

.flatpickr-day.inRange {
  background-color: #aee0d7 !important;
  border-color: #aee0d7 !important;
  box-shadow: -5px 0 0 #aee0d7, 5px 0 0 #aee0d7 !important;
}

.flatpickr-day.endRange.nextMonthDay {
  background-color: #aee0d7 !important;
  border-color: #aee0d7 !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #aee0d7 !important;
}

.flatpickr-day.selected {
  border-color: #319f8b !important;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #319f8b !important;
}

.specialOffersComponent .container .promo-slider .slick-dots li.slick-active button {
  background-color: #e9c228;
}

.modal-header .btn-close {
  padding: 0;
  margin: 0;
}

.loginForm .btn {
  width: 50%;
  margin: 0 auto;
  border-radius: 2em;
}
.loginForm input,
.loginForm select {
  font-size: 1em;
}
.loginForm h5 {
  border-bottom: 1px solid #319f8b;
  padding: 0 6px 4px 0;
  width: 85%;
  margin: 0 auto;
}
.loginForm .tab-switch {
  border-radius: 2em 2em 0 0;
  font-size: 0.7em;
  font-weight: normal;
  padding: 0.5em 2em;
}
.loginForm .text-primary,
.loginForm .text-warning {
  /*color: #efefef !important;*/
}
.loginForm .text-danger {
  color: #ffffff !important;
  background-color: #64bcad;
}
.loginForm .btn-outline-secondary {
  background-color: #ffffff;
  color: #64bcad;
  border: 1px solid #64bcad;
}
.loginForm .btn-change {
  background-color: rgba(49, 159, 139, 0.3);
}

#ourStoryComponent {
  color: #000000;
}
#ourStoryComponent section {
  padding: 0;
}
#ourStoryComponent section h5,
#ourStoryComponent section h2,
#ourStoryComponent section p {
  font-weight: normal;
}
#ourStoryComponent section h5,
#ourStoryComponent section h2 {
  text-align: left;
}
#ourStoryComponent .imgBox {
  margin-right: 2.5em;
  border-radius: 50%;
  display: block;
  height: 20em;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#ourStoryComponent .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
#ourStoryComponent .bg-fluidSecondary {
  background-color: #aee0d7;
  padding: 6em 0em 5em 0;
  font-weight: normal;
}
#ourStoryComponent .bg-fluidSecondary .c-richText {
  box-sizing: border-box;
  width: 100%;
}
#ourStoryComponent .bg-fluidSecondary .flex-wrap {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #ourStoryComponent .bg-fluidSecondary {
    padding: 2em;
  }
  #ourStoryComponent .bg-fluidSecondary .flex-wrap {
    width: 90vw;
  }
}

.slick-dots {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  opacity: 0.7;
  transition: all 0.3s ease;
  font-size: 0;
  line-height: 0;
}
.slick-dots li.slick-active button {
  background: #fff;
  border-color: #fff;
  opacity: 1;
}

.slider-controls {
  z-index: 10;
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.slider-controls:hover {
  background-color: rgba(174, 224, 215, 0.2);
}
.slider-controls button {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}
.slider-controls button:hover {
  color: #aee0d7;
  transform: scale(1.5);
}
.slider-controls button:active {
  transform: scale(0.95);
  opacity: 0.8;
}

#specialOffersComponent .promo-sliderBox {
  height: 619px;
}
#specialOffersComponent .promo-sliderBox .promo-slider .slick-arrow {
  background-color: transparent;
  border: 1px solid #aee0d7;
  color: #aee0d7;
  position: absolute;
  padding: 0.5em 1.5em;
  z-index: 1;
  margin-top: 10px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
#specialOffersComponent .promo-sliderBox .promo-slider .slick-arrow:hover {
  background-color: #aee0d7;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.15);
}
#specialOffersComponent .promo-sliderBox .promo-slider .slick-arrow:active {
  transform: scale(0.95);
}
#specialOffersComponent .promo-sliderBox .promo-slider .slick-arrow.slick-prev {
  bottom: -3.3em;
  right: 101px;
}
#specialOffersComponent .promo-sliderBox .promo-slider .slick-arrow.slick-next {
  bottom: -3.3em;
  right: 30px;
}
#specialOffersComponent .slider-page-indicator {
  color: #aee0d7;
}

#pageHeader section {
  padding: 0;
}
#pageHeader section .text {
  background-color: #ffffff;
  color: #676060;
  width: 80%;
  height: 14vh;
  padding: 1em;
  font-size: 1.5em;
  margin-bottom: 1em;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  justify-self: center;
  flex-direction: row;
  gap: 2em;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  margin-top: -63px;
  z-index: 11;
  position: relative;
}
@media (max-width: 768px) {
  #pageHeader section .text {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #pageHeader section .text {
    height: 19vh;
  }
}
#pageHeader section .text .goBack {
  width: 182px;
  font-size: 0.6em;
  text-align: right;
  color: #676060;
}
#pageHeader section .text .goBack i {
  border-radius: 2em;
  border: 1px solid #676060;
  color: #676060;
  font-size: 1em;
  padding: 5px;
}
#pageHeader section .text .goBack:hover {
  color: #676060;
}
#pageHeader .hd {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  #pageHeader .hd {
    height: 46vh;
  }
}
#pageHeader .hd .titleBox {
  border-radius: 14em;
  background: rgba(174, 224, 215, 0.5);
  position: absolute;
  left: 21px;
  z-index: 10;
  bottom: 20px;
  width: 330px;
  height: 330px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  top: 67px;
}
@media (max-width: 576px) {
  #pageHeader .hd .titleBox h1 {
    bottom: 1.5em;
  }
  #pageHeader .hd .titleBox p {
    bottom: 10.7em;
  }
}
#pageHeader .hd img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  z-index: 0;
  border-radius: 17em;
}
#pageHeader .hd h1,
#pageHeader .hd p {
  z-index: 1;
  position: absolute;
  bottom: 1em;
  color: #ffffff;
  font-weight: normal;
}
#pageHeader .hd h1 {
  font-size: 4em;
  bottom: 0.5em;
}
#pageHeader .hd p {
  font-size: 1em;
  bottom: 5.7em;
  letter-spacing: 20px;
}
@media (max-width: 576px) {
  #pageHeader .hd h1,
  #pageHeader .hd p {
    display: inline-block;
    text-align: left;
  }
  #pageHeader .hd p {
    left: 2em;
  }
  #pageHeader .hd h1 {
    left: 0.4em;
  }
}

#precautions {
  margin-top: 2em;
}

.elem {
  position: relative;
  border: 1px solid #aee0d7;
}

.panel-title {
  border: 1px solid #aee0d7;
  width: 100%;
  padding: 10px 20px;
  font-size: 1em;
  background: #aee0d7;
  text-align: left;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.panel-title .plus {
  position: absolute;
  right: 10px;top: 10px;
  transform: translateY(-45%);
  transition: transform 0.4s ease;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
}

.panel-content {
 max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  font-size: 0.95em;
  padding: 0 20px;
}

.panel:checked ~ .panel-content {
  padding: 14px;
  opacity: 1;
}

.panel:checked ~ .plus {
  transform: rotate(45deg);
}

.panel {
  display: none;
}

/* Icon 1 */
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 1.2em;
  height: 24px;
  position: relative;
  margin: 50px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #64bcad;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #111111;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 21px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

nav {
  justify-self: center;
}
nav ul.menu {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
nav ul.menu > li {
  position: static;
}
nav ul.menu > li > a {
  display: block;
  padding: 0.2em 2em;
  line-height: 45px;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  nav ul.menu > li > a {
    padding: 0.2em 1.4em;
  }
}
nav ul.menu > li > a:hover {
  background-color: #aee0d7;
  color: #111111;
}
nav ul.menu > li.has-submenu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  z-index: 10;
  background-color: rgba(174, 224, 215, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.4s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
nav ul.menu > li.has-submenu .sub-menu li {
  display: inline-block;
}
@media (max-width: 768px) {
  nav ul.menu > li.has-submenu .sub-menu li {
    width: 50%;
  }
}
nav ul.menu > li.has-submenu .sub-menu li a {
  display: block;
  padding: 0.5rem 3em;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 768px) {
  nav ul.menu > li.has-submenu .sub-menu li a {
    color: #383838;
  }
}
nav ul.menu > li.has-submenu .sub-menu li a:hover {
  background-color: rgba(174, 224, 215, 0.9);
  color: #000000;
}
@media (max-width: 768px) {
  nav ul.menu > li.has-submenu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  nav ul.menu > li.has-submenu .sub-menu > li {
    width: 100%;
    padding: 0.5rem;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  nav ul.menu > li.has-submenu .sub-menu > li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  nav ul.menu > li.has-submenu .sub-menu > li a {
    display: block;
    padding: 0.5rem 1rem;
    background: #fff;
    border-radius: 4px;
    text-align: center;
  }
}
nav ul.menu > li.has-submenu.open .sub-menu, nav ul.menu > li.has-submenu:hover .sub-menu {
  display: block;
}

@media (max-width: 768px) {
  nav.menu-open ul.menu {
    flex-direction: column;
  }
  nav.menu-open ul.menu > li {
    width: 100%;
  }
  nav.menu-open ul.menu > li a {
    color: #383838;
    text-shadow: none !important;
  }
  nav.menu-open ul.menu > li.has-submenu .sub-menu {
    display: none;
    flex-direction: column;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: none;
  }
  nav.menu-open ul.menu > li.has-submenu .sub-menu > li {
    width: 100%;
  }
  nav.menu-open ul.menu > li.has-submenu .sub-menu > li a {
    display: block;
    padding: 0.5rem 1rem;
    background: #ffffff;
    text-align: left;
    color: #383838;
  }
  nav.menu-open ul.menu > li.has-submenu.open .sub-menu {
    display: flex;
    position: initial;
  }
  .menu li.has-submenu:hover > .sub-menu {
    display: none !important;
  }
  .menu li.has-submenu:hover > a i.fa-chevron-down {
    transform: none !important;
  }
  .menu li.has-submenu.open > a i.fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .menu li.has-submenu.open > .sub-menu {
    display: flex !important;
  }
}
#about {
  padding-bottom: 3em;
}
#about .col-md-6 {
  padding: 1em;
}

.footerComponent {
  background-color: #aee0d7;
  color: #000;
  position: relative;
}
.footerComponent a {
  color: #000;
  text-decoration: none;
}
.footerComponent a:hover {
  text-decoration: underline;
}
.footerComponent .logo {
  position: absolute;
  top: -2.5em;
  width: 5em;
  display: block;
  margin: 0 auto 0em auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3em;
  padding: 0.8em;
  background-color: #aee0d7;
}
.footerComponent .socialBox img{width: 25px;display: inline-block;vertical-align: text-bottom;}
.footerComponent .socialBox i {
  transition: transform 0.3s ease;
}
.footerComponent .socialBox i:hover {
  transform: scale(1.2);
}
@media (max-width: 576px) {
  .footerComponent .justify-content-end {
    justify-content: center !important;
  }
}

.footerComponent .btn {
  letter-spacing: 1px;
  border: 1px solid #319f8b;
  color: #319f8b;
}
.footerComponent .ft-des {
  color: #585858;
}
.footerComponent .ft-des a {
  color: #585858;
}
.footerComponent .ftLink {
  list-style: none;
  font-size: 1.65em;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.footerComponent .ftLink a {
  color: #383838;
}
.footerComponent .btnWrap {
  display: flex;
  gap: 0.5em;justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .footerComponent .btnWrap {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
@media (max-width: 576px) {
  .footerComponent .btnWrap {
    flex-direction: initial;justify-content: center;margin-bottom: 20px;
  }
}
.footerComponent .section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  margin-bottom: 1.5em;
}
.footerComponent .section-label::before {
  /*content: "";*/
  display: inline-block;
  width: 2em;
  height: 1px;
  background-color: #000;
  margin-right: 0.8em;
}
@media (max-width: 768px) {
  .footerComponent .ftLink {
    flex-direction: row;
    white-space: nowrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  .footerComponent .row{display: flex;}
  .footerComponent .row>div:nth-child(3){order: 2;text-align: center;}
  .footerComponent .row>div{order: 1;}
  .footerComponent .section-label{justify-content: center;}
  .footerComponent .row .col-md-4.mb-4.mb-md-0 .col-6.mb-2{width: 100%;}
  #specialOffersComponent .footerComponent .container { padding: 1em 0em 0em 0em;}
  .footerComponent .ft-des.mt-5 {margin-top: 0rem !important;}
 } 
.roomsDetailBooking {
  margin: 0em 0 2em 0;
}

.roomsDetailBooking .number_m .fa {
  padding: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
}

.roomsDetailBooking .btn-style {
  padding: 0.8em 3em;
}

.roomsDetailBooking .radio-select label {
  display: inline-flex;
  font-size: 1em;
  padding: 0.5em 4em;
}

.roomsDetailBooking .rwd-table tr {
  border-color: #d7cea0 !important;
}
/* 圖片RWD */
.editor img{max-width:100%;height:auto;}
/* iframeRWD */
.editor iframe {width: 100% !important;}
/* 影片RWD */
.editor .video-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.editor .video-container iframe, 
.editor .video-container object, 
.editor .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}