@font-face {
  font-family: "Satoshi";
  font-weight: 400;
  src: url("../fonts/Satoshi/Satoshi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Satoshi";
  font-weight: 500;
  src: url("../fonts/Satoshi/Satoshi-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Satoshi";
  font-weight: 300;
  src: url("../fonts/Satoshi/Satoshi-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Satoshi";
  font-weight: 700;
  src: url("../fonts/Satoshi/Satoshi-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-weight: 400;
  src: url("../fonts/BeautiqueDisplay/BeautiqueDisplay-Regular.otf") format("truetype");
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-weight: 300;
  src: url("../fonts/BeautiqueDisplay/BeautiqueDisplay-Light.otf") format("truetype");
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-weight: 500;
  src: url("../fonts/BeautiqueDisplay/BeautiqueDisplay-Medium.otf") format("truetype");
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-weight: 700;
  src: url("../fonts/BeautiqueDisplay/BeautiqueDisplay-Bold.otf") format("truetype");
}
.section-banner {
  min-height: 59rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section-banner {
    min-height: 35rem;
  }
}

.section-banner-wellness {
  height: 64rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.section-banner-wellness::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #7A161D;
  list-style: none outside;
  width: 100%;
  word-wrap: break-word;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.navigation {
  width: 6rem !important;
}
@media (max-width: 991.98px) {
  .navigation {
    width: 4rem !important;
  }
}
@media (max-width: 575.98px) {
  .navigation {
    top: 43% !important;
  }
}
.navigation {
  z-index: 9;
}
.navigation.swiper-prev {
  left: 8rem;
  transform: rotate(-180deg);
}
@media (max-width: 991.98px) {
  .navigation.swiper-prev {
    left: 1.5rem;
  }
}
.navigation.swiper-next {
  right: 8rem;
}
@media (max-width: 991.98px) {
  .navigation.swiper-next {
    right: 1.5rem;
  }
}

.form-control {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #00071B;
  border-radius: 0.8rem;
  margin-bottom: 0;
  padding: 1.6rem 2rem;
  border: 0.1rem solid #CED4DA;
}
.form-control::placeholder {
  opacity: 0.5;
}
.form-control:focus {
  box-shadow: none;
  border: 0.1rem solid #CED4DA;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background-color: #fff;
  width: 100%;
  z-index: 1060;
  border-bottom: 1px solid #EDEDED;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  animation: slideDown 0.3s ease;
}
.header.fixed .header-center,
.header.fixed .header-right,
.header.fixed .search-toggle,
.header.fixed .separator-v {
  display: none !important;
}
.header.fixed .header-main {
  padding: 2.8rem 0;
}
.header.fixed .header-left {
  width: 100%;
}
.header.fixed .offcanvas-top {
  top: 8rem !important;
}
.header .header-main {
  padding: 0.9rem 0;
}
.header .header-main .navbar-logo img {
  height: 8.2rem;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .header .header-main .navbar-logo img {
    height: 6rem;
  }
}
.header .separator-v {
  width: 1px;
  height: 2rem;
  background: #CED4DA;
  margin: 0 2rem;
}
.header button,
.header .shop-link,
.header .menu-toggle,
.header .search-toggle {
  color: #00071B;
  text-decoration: none;
  transition: opacity 0.3s ease;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.header button:hover,
.header .shop-link:hover,
.header .menu-toggle:hover,
.header .search-toggle:hover {
  opacity: 0.7;
}
.header button img,
.header .shop-link img,
.header .menu-toggle img,
.header .search-toggle img {
  margin-right: 0.8rem;
}
.header button i,
.header .shop-link i,
.header .menu-toggle i,
.header .search-toggle i {
  font-size: 1.8rem;
}
.header .btn-member-login {
  background-color: #D9A86C;
  color: #fff !important;
  padding: 1.2rem 0.8rem;
  border-radius: 0.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  letter-spacing: normal;
  text-transform: uppercase;
}
.header .btn-member-login:hover {
  background-color: rgb(211.7621621622, 156.0081081081, 87.7378378378);
  color: #fff !important;
}
.header .btn-member-login .text {
  margin-left: 0.4rem;
}
@media (max-width: 991.98px) {
  .header .btn-member-login {
    padding: 0.4rem !important;
    color: #00071B !important;
    width: 3.5rem;
    height: 3.2rem;
    margin-right: 1.5rem;
  }
  .header .btn-member-login .account-label .text {
    display: none;
  }
}

/* Offcanvas Menu */
.offcanvas-top {
  height: calc(100vh - 10rem) !important;
  background: #00071B !important;
  border-bottom: 0 !important;
  top: 10rem !important;
  z-index: -1 !important;
  transition: transform 0.4s ease-in-out !important;
}
@media (max-width: 991.98px) {
  .offcanvas-top {
    height: calc(100vh - 7rem) !important;
    top: 7rem !important;
    z-index: 1050 !important;
  }
}
.offcanvas-top .offcanvas-body {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .offcanvas-top .offcanvas-body {
    overflow-y: auto;
  }
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper {
  height: 100%;
  display: flex;
}
@media (max-width: 991.98px) {
  .offcanvas-top .offcanvas-body .menu-outer-wrapper {
    flex-direction: column;
  }
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel {
  width: 50rem;
  padding: 8rem 8rem 5rem;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  background-color: #192350;
}
@media (max-width: 991.98px) {
  .offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel {
    width: 100%;
    padding: 4rem 2.4rem;
    overflow: visible;
  }
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel::-webkit-scrollbar {
  width: 0.4rem;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel::-webkit-scrollbar-track {
  background: transparent;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel::-webkit-scrollbar-thumb:hover {
  background: #D9A86C;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item {
  margin-bottom: 2rem;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  font-family: "BeautiqueDisplay";
  display: flex;
  align-items: center;
  text-transform: capitalize;
  transition: all 0.4s ease;
  padding: 0;
}
@media (max-width: 991.98px) {
  .offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .nav-link {
    font-size: 2.4rem;
  }
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .nav-link .title {
  position: relative;
  transition: all 0.4s ease;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .nav-link .icon-arrow {
  transition: all 0.4s ease;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .nav-link:hover, .offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .nav-link.active {
  color: #D9A86C;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .nav-link:hover .icon-arrow, .offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .nav-link.active .icon-arrow {
  opacity: 1;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item.has-children .nav-link {
  cursor: default;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item.is-hovered .nav-link {
  color: #D9A86C;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item.is-hovered .nav-link .icon-arrow {
  opacity: 1;
  transform: translateX(0);
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item {
  /* Mobile Accordion Content */
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .sub-menu-dropdown-mobile {
  display: none;
  padding: 1rem 2rem;
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.05);
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .sub-menu-dropdown-mobile .sub-nav {
  list-style: none;
  padding: 0;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .sub-menu-dropdown-mobile .sub-nav .sub-nav-item {
  margin-bottom: 1.5rem;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .sub-menu-dropdown-mobile .sub-nav .sub-nav-item .sub-nav-link {
  color: #fff;
  font-size: 1.8rem;
  font-family: "BeautiqueDisplay";
  text-decoration: none;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .sub-menu-dropdown-mobile .sub-nav .sub-nav-item .sub-nav-link:hover {
  color: #D9A86C;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper {
  /* Desktop: Independent Sub-Menu Panel */
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .sub-menu-panel {
  width: 41rem;
  padding: 8rem;
  background: #1B377A;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .offcanvas-top .offcanvas-body .menu-outer-wrapper .sub-menu-panel {
    display: none !important;
  }
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .sub-menu-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .sub-menu-panel .sub-menu-group {
  display: none;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .sub-menu-panel .sub-menu-group.active {
  display: block;
  animation: fadeInSub 0.5s ease-out;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .sub-menu-panel .sub-menu-group .sub-nav {
  list-style: none;
  padding: 0;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .sub-menu-panel .sub-menu-group .sub-nav .sub-nav-item {
  margin-bottom: 2rem;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .sub-menu-panel .sub-menu-group .sub-nav .sub-nav-item .sub-nav-link {
  color: #F8F9FA;
  font-size: 2.2rem;
  font-family: "BeautiqueDisplay";
  transition: all 0.3s ease;
  display: block;
  padding: 0;
}
.offcanvas-top .offcanvas-body .menu-outer-wrapper .sub-menu-panel .sub-menu-group .sub-nav .sub-nav-item .sub-nav-link:hover {
  color: #D9A86C;
}

.offcanvas-backdrop.show {
  opacity: 0 !important;
  display: none;
}

@keyframes fadeInSub {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Modal Search */
.modal-search .modal-content {
  background-color: #fff;
}
.modal-search .modal-header {
  padding: 3rem;
}
.modal-search .modal-header .btn-close {
  background-size: 2.4rem;
  box-shadow: none;
}
.modal-search .search-group {
  border-bottom: 2px solid #1A1A1A;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.modal-search .search-group input {
  border: 0;
  outline: 0 !important;
  padding: 0;
  background: transparent;
  font-size: 3rem !important;
  font-weight: 500;
  box-shadow: none !important;
  flex: 1;
}
.modal-search .search-group input::placeholder {
  color: #B2B2B2;
}
.modal-search .search-group button {
  background: transparent;
  border: 0;
  padding: 0 2rem;
}
.modal-search .search-group button i {
  font-size: 3rem;
  color: #1A1A1A;
}

/* Responsive fixes */
@media (max-width: 991.98px) {
  .header .header-main .navbar-logo img {
    height: 6rem;
  }
  .header .header-main .separator-v,
  .header .header-main .search-toggle span,
  .header .header-main .menu-toggle span,
  .header .header-main .shop-link span,
  .header .header-main .btn-member-login .text {
    display: none !important;
  }
  .header .header-main .btn-member-login {
    padding: 0.8rem;
    min-width: auto;
  }
  .offcanvas-top {
    height: calc(100vh - 7rem) !important;
    top: 7rem !important;
  }
  .offcanvas-top .menu-outer-wrapper {
    flex-direction: column;
    overflow-y: auto;
  }
  .offcanvas-top .menu-outer-wrapper .main-menu-panel {
    width: 100%;
    padding: 4rem 3rem;
    height: 100%;
    border-right: 0;
    background-color: #192350;
  }
  .offcanvas-top .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item {
    margin-bottom: 1.5rem;
  }
  .offcanvas-top .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item.is-active .nav-link i {
    transform: rotate(270deg);
  }
  .offcanvas-top .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .nav-link {
    font-size: 2.4rem;
  }
  .offcanvas-top .menu-outer-wrapper .main-menu-panel .navbar-nav .nav-item .nav-link i {
    transform: rotate(90deg);
  }
  .offcanvas-top .menu-outer-wrapper .sub-menu-panel {
    width: 100%;
    padding: 3rem;
    height: 100%;
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: #1B377A;
  }
  .offcanvas-top .menu-outer-wrapper .sub-menu-panel .sub-menu-group.active {
    display: block;
  }
  .offcanvas-top .menu-outer-wrapper .sub-menu-panel .sub-menu-group .sub-nav .sub-nav-item {
    margin-bottom: 1rem;
  }
  .offcanvas-top .menu-outer-wrapper .sub-menu-panel .sub-menu-group .sub-nav .sub-nav-item .sub-nav-link {
    font-size: 1.8rem;
  }
}
/* Footer Styling */
.footer {
  background-color: #192350;
  color: #fff;
  position: relative;
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 6rem;
  }
}
@media (max-width: 991.98px) {
  .footer .py-80 {
    padding: 0;
  }
}
.footer-brand {
  border-right: 1px solid #838898;
  height: 100%;
}
@media (max-width: 991.98px) {
  .footer-brand {
    border-right: 0;
  }
}
.footer-brand .logo {
  height: 12rem;
}
@media (max-width: 991.98px) {
  .footer-brand .logo {
    height: 8rem;
  }
}
.footer-brand .logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.footer-brand .footer-contact-info .footer-contact-icon {
  width: 2.4rem;
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.footer-brand .footer-contact-info .footer-contact-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer-brand .footer-contact-info .footer-contact-text p {
  margin-bottom: 0;
}
.footer-brand .footer-contact-info .footer-contact-text a {
  color: #fff;
  text-decoration: underline;
  color: #D9A86C;
}
.footer-brand .footer-social {
  gap: 1.6rem;
}
.footer-brand .footer-social .social-icon {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}
.footer-brand .footer-social .social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-brand .footer-social .social-icon:hover {
  transform: translateY(-3px);
}
.footer .footer-widget-area {
  height: 100%;
}
.footer .footer-widget-area .widget-title {
  color: #838898;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
  font-family: "Satoshi";
}
.footer .footer-widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-widget-area ul li {
  margin-bottom: 1.2rem;
}
.footer .footer-widget-area ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer .footer-widget-area ul li a:hover {
  color: #D9A86C;
}
.footer .footer-widget-area.menu-bottom ul li {
  margin-bottom: 0;
}
.footer .footer-widget-area.menu-bottom ul li a {
  text-decoration: underline;
}

.footer-bottom {
  background-color: #192350;
  border-top: 1px solid #838898;
  padding: 1.8rem;
}
@media (max-width: 991.98px) {
  .footer-bottom {
    margin-top: 4rem;
  }
}

.scroll-to-top-btn {
  transition: all 0.3s ease;
  cursor: pointer;
}
.scroll-to-top-btn:hover {
  color: #D9A86C !important;
  transform: translateY(-5px);
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

section.section-hero-banner {
  position: relative;
}
section.section-hero-banner .hero-banner {
  height: 86rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 0;
}
@media (max-width: 575.98px) {
  section.section-hero-banner .hero-banner {
    padding: 6rem 0;
    height: 55rem;
  }
}
section.section-hero-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 575.98px) {
  section.section-hero-banner .bg {
    height: 55rem;
  }
}
section.section-hero-banner .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
}
section.section-hero-banner .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section-hero-banner .bg .image {
  width: 100%;
  height: 100%;
}
section.section-hero-banner .bg .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section-hero-banner .btn-group {
  gap: 2rem;
}

/*--------------------------------------------------------------
# Our Offerings
--------------------------------------------------------------*/
.bg-FDF9F3 {
  background-color: #FDF9F3;
}

.section-our-offerings .offering-card {
  position: relative;
  overflow: hidden;
}
.section-our-offerings .offering-card .offering-image {
  width: 100%;
  height: 100%;
  height: 51rem;
  position: relative;
}
.section-our-offerings .offering-card .offering-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(2, 11, 29, 0.7) 100%);
}
.section-our-offerings .offering-card .offering-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.section-our-offerings .offering-card .offering-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 3rem;
  z-index: 2;
  color: #fff;
}
.section-our-offerings .offering-card .offering-content .offering-description {
  color: #F8F9FA;
  margin-top: 1.2rem;
  width: 70%;
}
@media (max-width: 991.98px) {
  .section-our-offerings .offering-card .offering-content .offering-description {
    width: 100%;
  }
}
.section-our-offerings .offering-card:hover .offering-image img {
  transform: scale(1.05);
}
.section-our-offerings .swiper-button-prev-offerings,
.section-our-offerings .swiper-button-next-offerings {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
.section-our-offerings .swiper-button-prev-offerings.swiper-button-disabled,
.section-our-offerings .swiper-button-next-offerings.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/*--------------------------------------------------------------
# Marina Overview
--------------------------------------------------------------*/
.section-marina-overview .marina-media {
  position: relative;
  width: 100%;
}
.section-marina-overview .marina-media .video-wrapper,
.section-marina-overview .marina-media .image-wrapper {
  border-radius: 0.8rem;
  overflow: hidden;
}
.section-marina-overview .marina-media .video-wrapper video,
.section-marina-overview .marina-media .video-wrapper img,
.section-marina-overview .marina-media .image-wrapper video,
.section-marina-overview .marina-media .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.section-marina-overview .content {
  max-width: 120rem;
  margin: 3rem auto 0;
  font-family: "BeautiqueDisplay";
}

/*--------------------------------------------------------------
# News & Updates
--------------------------------------------------------------*/
.section-new-updates .update-card .update-image {
  position: relative;
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.section-new-updates .update-card .update-image img {
  height: 55rem;
  object-fit: cover;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 991.98px) {
  .section-new-updates .update-card .update-image img {
    height: 38rem;
  }
}
@media (max-width: 575.98px) {
  .section-new-updates .update-card .update-image img {
    height: auto;
  }
}
.section-new-updates .update-card .update-image:hover img {
  transform: scale(1.05);
}
.section-new-updates .update-card .update-title a {
  transition: 0.3s all ease-in-out;
}
.section-new-updates .update-card .update-title a:hover {
  color: #D9A86C;
}
.section-new-updates .update-card .update-description {
  font-family: -ff;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  color: #515151;
}
.section-new-updates .shadow-img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Subscribe Us
--------------------------------------------------------------*/
.section-subscribe {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.section-subscribe .description {
  max-width: 71.5rem;
  margin: 2rem auto 0;
}
.section-subscribe .subscribe-form .label {
  text-align: left;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.section-subscribe .subscribe-form .btn-wrap {
  position: relative;
  background-color: transparent;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.section-search .list {
  margin-top: 4rem;
}
.section-search .list .item-search {
  padding: 2rem;
  padding-left: 0;
  border-bottom: 1px solid #7A7A7A;
}
.section-search .list .item-search:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #E5E5E5;
  border-radius: 0.2rem;
  overflow: hidden;
}
.pagination .pagi-item {
  border-right: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagi-item:last-child {
  border-right: 0;
}
.pagination .pagi-item a,
.pagination .pagi-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  height: 5rem;
  color: #838898 !important;
  text-decoration: none !important;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 500;
  background-color: #ffffff;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
  padding: 0 1.5rem;
}
.pagination .pagi-item.current,
.pagination .pagi-item .current {
  background-color: #E9ECEF !important;
  color: #00071B !important;
}
.pagination .pagi-item.current a,
.pagination .pagi-item.current span,
.pagination .pagi-item .current a,
.pagination .pagi-item .current span {
  background-color: #E9ECEF !important;
}
.pagination .pagi-item:hover:not(.current) a,
.pagination .pagi-item:hover:not(.current) span {
  background-color: #F8F9FA;
  color: #00071B !important;
}
.pagination .pagi-item i {
  font-size: 1.8rem;
}

/*--------------------------------------------------------------
# Hotel Offers
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
  .section-hotel-offers .offer-card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .section-hotel-offers .offer-card .offer-image {
    height: 35rem;
  }
}
.section-hotel-offers .offer-card .description p {
  margin-bottom: 0.8rem;
}
.section-hotel-offers .offer-card .description ul {
  padding-left: 2rem;
  margin-top: 1rem;
}
.section-hotel-offers .offer-card .description ul li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}
.section-hotel-offers .offer-card .btn-wrap {
  width: fit-content;
}

/*--------------------------------------------------------------
# Room Detail
--------------------------------------------------------------*/
.room-detail {
  background-color: #FFFFFF;
}
.room-detail .room-gallery-swiper {
  overflow: hidden;
  position: relative;
}
.room-detail .room-gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.room-detail .room-gallery-swiper .swiper-button-next,
.room-detail .room-gallery-swiper .swiper-button-prev {
  height: 100% !important;
  width: 6rem !important;
  padding: 0 !important;
  background: transparent !important;
  top: 0 !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.room-detail .room-gallery-swiper .swiper-button-next::after,
.room-detail .room-gallery-swiper .swiper-button-prev::after {
  display: none;
}
.room-detail .room-gallery-swiper .swiper-button-next svg,
.room-detail .room-gallery-swiper .swiper-button-prev svg {
  width: 1.2rem;
  height: 2rem;
}
.room-detail .room-gallery-swiper .swiper-button-next svg path,
.room-detail .room-gallery-swiper .swiper-button-prev svg path {
  stroke: #FFFFFF;
}
.room-detail .room-gallery-swiper .swiper-button-next,
.room-detail .room-gallery-swiper .swiper-button-prev {
  transition: opacity 0.3s;
}
.room-detail .room-gallery-swiper .swiper-button-next:hover,
.room-detail .room-gallery-swiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.room-detail .room-gallery-swiper .swiper-button-next {
  right: 0 !important;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.room-detail .room-gallery-swiper .swiper-button-prev {
  left: 0 !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.room-detail .room-description {
  margin: 5rem auto;
}
.room-detail .amenity-group {
  margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .room-detail .amenity-group .list {
    row-gap: 3rem;
    justify-content: start !important;
  }
}
.room-detail .amenity-group .amenity-section-title {
  padding-bottom: 2rem;
  border-bottom: 1px solid #CED4DA;
  position: relative;
  text-align: center;
}
.room-detail .amenity-group .col {
  padding: 0 2.4rem;
  border-right: 1px solid #CED4DA;
}
.room-detail .amenity-group .col:last-child {
  border-right: 0;
  padding-right: 0;
}
.room-detail .amenity-group .amenity-item {
  display: flex;
  flex-direction: column;
}
.room-detail .amenity-group .amenity-item .amenity-icon {
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
}
.room-detail .amenity-group .amenity-item .amenity-icon img {
  max-height: 100%;
  width: auto;
}
.room-detail .amenity-group .amenity-item .amenity-label {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  letter-spacing: 0.032rem;
  text-transform: uppercase;
  text-align: left;
  color: #00071B;
}
.room-detail .reservation-link {
  color: #D9A86C;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  transition: opacity 0.3s;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.room-detail .reservation-link:hover {
  opacity: 0.8;
  color: #D9A86C;
}
.room-detail .reservation-link i {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# View Our Rooms
--------------------------------------------------------------*/
.section-view-our-rooms .room-card {
  padding-bottom: 0.3rem;
}
.section-view-our-rooms .room-card .room-image {
  overflow: hidden;
}
.section-view-our-rooms .room-card .room-image img {
  transition: transform 0.5s ease;
  height: 19.5rem;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575.98px) {
  .section-view-our-rooms .room-card .room-image img {
    height: 25rem;
  }
}
.section-view-our-rooms .room-card .room-meta {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #192350;
  margin-top: 1.2rem;
  display: flex;
}
.section-view-our-rooms .room-card .room-meta .meta-item {
  display: flex;
  padding: 0 1.2rem;
  border-right: 1px solid #CED4DA;
}
.section-view-our-rooms .room-card .room-meta .meta-item:first-child {
  padding-left: 0;
}
.section-view-our-rooms .room-card .room-meta .meta-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.section-view-our-rooms .room-card .room-meta .meta-item .label {
  color: #7A7A7A;
  font-weight: 700;
}
.section-view-our-rooms .room-card .room-links {
  gap: 3rem;
}
.section-view-our-rooms .room-card .room-links .btn-wrap {
  color: #D9A86C;
  text-decoration: underline;
}
/*--------------------------------------------------------------
# Side Drawer Modal (Bootstrap Modal)
--------------------------------------------------------------*/
.modal-room-detail {
  padding-right: 0 !important;
  z-index: 2000 !important;
}
.modal-backdrop {
  z-index: 1900 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-room-detail .modal-dialog {
  margin: 0 0 0 auto !important;
  height: 100% !important;
  min-height: 100vh;
  max-width: 75%;
  transform: translateX(100%) !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
@media (max-width: 991.98px) {
  .modal-room-detail .modal-dialog {
    max-width: 100%;
  }
}
.modal-room-detail.fade:not(.show) .modal-dialog {
  transform: translateX(100%) !important;
}
.modal-room-detail.show .modal-dialog {
  transform: translateX(0) !important;
}
.modal-room-detail .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  background-color: #fff;
}
.modal-room-detail .room-description {
  color: #00071B;
}
.modal-room-detail .btn-close-custom {
  position: absolute;
  top: 1rem;
  left: -6rem;
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  transition: 0.3s all ease;
  z-index: 2100;
  cursor: pointer;
  pointer-events: auto !important;
}
.modal-room-detail .btn-close-custom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-room-detail .btn-close-custom:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  .modal-room-detail .btn-close-custom {
    left: unset;
    right: 2rem;
    top: 1.5rem;
    width: 5rem;
    height: 5rem;
    background: #fff;
    border-radius: 50%;
  }
  .modal-room-detail .btn-close-custom img {
    filter: invert(1);
  }
}
.modal-room-detail #room-detail-content {
  padding: 8rem 10%;
}
@media (max-width: 991.98px) {
  .modal-room-detail #room-detail-content {
    padding: 6rem 3rem;
  }
}
@media (max-width: 575.98px) {
  .modal-room-detail #room-detail-content {
    padding: 6rem 1.5rem;
  }
}
.modal-room-detail #room-detail-content .room-detail {
  padding: 0 !important;
}
.modal-room-detail #room-detail-content .room-detail .container {
  max-width: 100%;
  padding: 0;
}
.modal-room-detail #room-detail-content .room-detail .room-header {
  text-align: center;
  margin-bottom: 4rem;
}
.modal-room-detail #room-detail-content .room-detail .room-header .subtitle-top {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.modal-room-detail #room-detail-content .room-detail .room-header h1 {
  font-size: 4.8rem;
  line-height: 1.1666666667;
  font-weight: 500;
  font-family: "BeautiqueDisplay";
  color: #192350;
}
.modal-room-detail #room-detail-content .room-detail .amenity-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
.modal-room-detail #room-detail-content .room-detail .amenity-item .amenity-icon {
  height: 4rem;
  width: 4rem;
}
.modal-room-detail #room-detail-content .room-detail .amenity-item .amenity-icon img {
  max-height: 100%;
  width: auto;
}
.modal-room-detail #room-detail-content .room-detail .amenity-item .amenity-label {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.032rem;
  color: #00071B;
}

#room-detail-store {
  display: none;
}

/*--------------------------------------------------------------
# Section Tab
--------------------------------------------------------------*/
.section-tab {
  background: #fff;
  z-index: 1050;
  position: sticky;
  top: 10rem;
}
@media (max-width: 991.98px) {
  .section-tab {
    top: 6.5rem;
  }
}
.section-tab .tab-list {
  gap: 0.8rem;
}
@media (max-width: 991.98px) {
  .section-tab .tab-list {
    gap: 3rem;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start !important;
    padding: 0 1.5rem;
  }
  .section-tab .tab-list::-webkit-scrollbar {
    display: none;
  }
}
.section-tab .tab-item-box {
  position: relative;
  padding: 1.2rem 0;
}
.section-tab .tab-item-box::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: 0.3s all ease;
}
.section-tab .tab-item-box .tab-item {
  font-size: 2.4rem;
  line-height: 2.1666666667;
  font-weight: 500;
  color: #838898;
  text-transform: capitalize;
}
.section-tab .tab-item-box.active .tab-item {
  color: #D9A86C;
}
.section-tab .tab-item-box.active::after {
  background: #D9A86C;
}
.section-tab .tab-item {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  padding: 1.2rem;
  color: #8E8E93;
  text-decoration: none;
  transition: 0.3s all ease;
}
@media (max-width: 991.98px) {
  .section-tab .tab-item {
    font-size: 17px !important;
  }
}
.section-tab .tab-item:hover {
  color: #D9A86C;
}

.section-membership-overview .content {
  font-size: 1.8rem !important;
}
.section-membership-overview .btn-group {
  gap: 1.2rem;
}

/*--------------------------------------------------------------
# Wedding Venues
--------------------------------------------------------------*/
.section-wedding-venues .venue-item {
  position: relative;
  overflow: hidden;
}
.section-wedding-venues .venue-item .venue-image {
  height: 70rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-wedding-venues .venue-item .venue-image {
    height: 45rem;
  }
}
.section-wedding-venues .venue-item .venue-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media (max-width: 991.98px) {
  .section-wedding-venues .venue-item .venue-image::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
}
.section-wedding-venues .venue-item .venue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-wedding-venues .venue-item .venue-content {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .section-wedding-venues .venue-item .venue-content {
    bottom: 2rem;
    right: 2rem;
  }
}
.section-wedding-venues .venue-item .venue-info-box {
  text-align: right;
}
@media (max-width: 991.98px) {
  .section-wedding-venues .venue-item .venue-info-box {
    text-align: left;
    padding: 2.4rem;
  }
}
.section-wedding-venues .venue-item .venue-title {
  color: #fff !important;
}
.section-wedding-venues .venue-item .venue-meta {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 991.98px) {
  .section-wedding-venues .venue-item .venue-meta {
    font-size: 1.4rem;
  }
}
.section-wedding-venues .venue-item .venue-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.8rem;
  text-underline-offset: 4px;
}
.section-wedding-venues .venue-item .venue-link:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .section-wedding-venues .venue-item .venue-link {
    font-size: 1.4rem;
  }
}
.section-wedding-venues .venue-item .venue-link i {
  font-size: 0.8em;
}
.section-wedding-venues .swiper-pagination {
  position: static;
}
.section-wedding-venues .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: #838898;
  opacity: 1;
  margin: 0 0.6rem !important;
  transition: all 0.3s ease;
}
.section-wedding-venues .swiper-pagination .swiper-pagination-bullet-active {
  background: #0081C6;
}

/*--------------------------------------------------------------
# Client Reviews
--------------------------------------------------------------*/
.section-client-reviews .card-testimonial {
  border: 1px solid #CED4DA;
  background-color: #fff;
  height: 100%;
  transition: all 0.3s ease;
  padding: 3rem;
}
@media (max-width: 575.98px) {
  .section-client-reviews .card-testimonial {
    padding: 2rem;
  }
}
.section-client-reviews .card-testimonial .testimonial-logo {
  height: 6rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.section-client-reviews .card-testimonial .testimonial-logo img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.section-client-reviews .pagination-wrapper {
  border-top: 1px solid #DEE2E6;
  padding-top: 2rem;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.section-client-reviews .pagination-wrapper .arrow {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #DEE2E6;
  color: #00071B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  position: relative !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  margin-top: 0 !important;
}
.section-client-reviews .pagination-wrapper .arrow:first-child {
  border-right: 0;
}
.section-client-reviews .pagination-wrapper .arrow:last-child {
  border-left: 0;
}
.section-client-reviews .pagination-wrapper .arrow:hover {
  background: #F8F9FA;
}
.section-client-reviews .pagination-wrapper .arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.section-client-reviews .swiper-pagination {
  position: relative;
  margin-top: 0;
  display: flex;
  justify-content: center;
  width: fit-content !important;
  bottom: 0 !important;
}
.section-client-reviews .swiper-pagination .swiper-pagination-bullet {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  opacity: 1;
  background: #fff;
  color: #838898 !important;
  font-size: 1.4rem;
  line-height: 2.8571428571;
  font-weight: 600;
  border: 1px solid #EDEDED;
  border-left: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-client-reviews .swiper-pagination .swiper-pagination-bullet-active {
  background: #E9ECEF;
  color: #00071B !important;
}
.section-client-reviews .swiper-pagination .swiper-pagination-bullet:hover {
  background: #F8F9FA;
}

/*--------------------------------------------------------------
# Wedding Package Detail
--------------------------------------------------------------*/
.wedding-package-detail {
  background-color: #fff;
}
.wedding-package-detail .room-header h1 {
  font-size: 4.8rem;
  line-height: 1.1666666667;
  font-weight: 500;
  font-family: "BeautiqueDisplay";
  color: #192350;
}
@media (max-width: 991.98px) {
  .wedding-package-detail .room-header h1 {
    font-size: 3.6rem;
    line-height: 1.2222222222;
    font-weight: 500;
  }
}
.wedding-package-detail .wedding-gallery-swiper {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.wedding-package-detail .wedding-gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wedding-package-detail .wedding-gallery-swiper .swiper-button-next,
.wedding-package-detail .wedding-gallery-swiper .swiper-button-prev {
  height: 100% !important;
  width: 6rem !important;
  padding: 0 !important;
  background: transparent !important;
  top: 0 !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.wedding-package-detail .wedding-gallery-swiper .swiper-button-next::after,
.wedding-package-detail .wedding-gallery-swiper .swiper-button-prev::after {
  display: none;
}
.wedding-package-detail .wedding-gallery-swiper .swiper-button-next svg,
.wedding-package-detail .wedding-gallery-swiper .swiper-button-prev svg {
  width: 1.2rem;
  height: 2rem;
}
.wedding-package-detail .wedding-gallery-swiper .swiper-button-next svg path,
.wedding-package-detail .wedding-gallery-swiper .swiper-button-prev svg path {
  stroke: #FFFFFF;
}
.wedding-package-detail .wedding-gallery-swiper .swiper-button-next,
.wedding-package-detail .wedding-gallery-swiper .swiper-button-prev {
  transition: opacity 0.3s;
}
.wedding-package-detail .wedding-gallery-swiper .swiper-button-next:hover,
.wedding-package-detail .wedding-gallery-swiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.wedding-package-detail .wedding-gallery-swiper .swiper-button-next {
  right: 0 !important;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.wedding-package-detail .wedding-gallery-swiper .swiper-button-prev {
  left: 0 !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.wedding-package-detail .room-description p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #192350;
  margin-bottom: 0;
}
.wedding-package-detail .room-amenities-wrap {
  margin-top: 6rem;
}
.wedding-package-detail .room-amenities-wrap .amenity-section-title {
  padding-bottom: 2rem;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 2rem;
}
.wedding-package-detail .room-amenities-wrap .row {
  margin: 0 auto;
  justify-content: center;
  border-bottom: 1px solid #EDEDED;
}
.wedding-package-detail .room-amenities-wrap .row:last-child {
  border-bottom: 0;
}
.wedding-package-detail .room-amenities-wrap .row:first-child {
  padding-top: 0;
}
.wedding-package-detail .room-amenities-wrap .row .col {
  margin: 2rem 0;
  border-right: 1px solid #EDEDED;
  padding: 0 2.4rem;
}
@media (max-width: 575.98px) {
  .wedding-package-detail .room-amenities-wrap .row .col:nth-child(odd) {
    border-left: 1px solid #EDEDED;
  }
}
@media (max-width: 575.98px) {
  .wedding-package-detail .room-amenities-wrap .row .col {
    padding: 2rem 1.5rem;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
  }
}
.wedding-package-detail .room-amenities-wrap .row .col:first-child {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .wedding-package-detail .room-amenities-wrap .row .col:first-child {
    padding-left: 2.4rem;
  }
}
.wedding-package-detail .room-amenities-wrap .row .col:last-child {
  border-right: 0;
}
.wedding-package-detail .room-amenities-wrap .amenity-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 100%;
}
.wedding-package-detail .room-amenities-wrap .amenity-item .amenity-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
}
.wedding-package-detail .room-amenities-wrap .amenity-item .amenity-icon img {
  max-height: 100%;
  width: auto;
}
.wedding-package-detail .room-amenities-wrap .amenity-item .amenity-label {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.032rem;
  color: #00071B;
}
.wedding-package-detail .btn-group-custom {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.section-packages .packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row: 5rem;
  gap: 2.4rem;
}
@media (max-width: 991.98px) {
  .section-packages .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .section-packages .packages-grid {
    grid-template-columns: 1fr;
  }
}
.section-packages .package-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.section-packages .package-card .package-card-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  overflow: hidden;
}
.section-packages .package-card .package-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.4, 0.4, 1);
}
.section-packages .package-card .package-card-overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
  pointer-events: none;
}
.section-packages .package-card .package-card-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 3rem 2.4rem;
  z-index: 5;
  pointer-events: none;
}
.section-packages .package-card .package-card-content-wrap .package-card-content {
  color: #FFFFFF;
  width: 100%;
  pointer-events: auto;
}
.section-packages .package-card .package-card-content-wrap .package-card-content .package-title {
  color: #FFFFFF;
}
.section-packages .btn-load-more {
  background-color: transparent;
}

#weddingDetailModal .wedding-package-detail {
  padding: 8rem;
}
@media (max-width: 991.98px) {
  #weddingDetailModal .wedding-package-detail {
    padding: 5rem;
  }
}

.section-text-quote {
  border: 0.2rem dashed #1B377A;
  background-color: #F8F9FA;
}

.section-endless .endless-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media (max-width: 991.98px) {
  .section-endless .endless-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .section-endless .endless-grid {
    grid-template-columns: 1fr;
  }
}
.section-endless .endless-grid .endless-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-endless .endless-grid .endless-item .endless-image {
  height: 55.5rem;
  position: relative;
}
.section-endless .endless-grid .endless-item .endless-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .section-endless .endless-grid .endless-item .endless-image {
    height: 45rem;
  }
}
.section-endless .endless-grid .endless-item .endless-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.section-endless .endless-grid .endless-item .endless-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 3rem;
  cursor: pointer;
  z-index: 5;
}
.section-endless .endless-grid .endless-item .endless-content {
  width: 100%;
}
.section-endless .endless-grid .endless-item .endless-content .endless-item-title {
  color: #FFFFFF;
}

.section-introduction .introduction .introduction-content table {
  margin-top: 3rem;
}
.section-introduction .introduction .introduction-content table tr td {
  border-top: 1px solid #CED4DA;
  padding: 3rem 1.2rem;
}
.section-introduction .introduction .introduction-content table tr td:first-child {
  padding-left: 0;
}
.section-introduction .introduction .introduction-content table tr td h4 {
  font-family: "BeautiqueDisplay";
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #192350;
}
@media (max-width: 575.98px) {
  .section-introduction .introduction .introduction-content table tr td h4 {
    font-size: 22px !important;
  }
}
.section-introduction .introduction .introduction-content table tr td p {
  margin-top: 1.6rem;
}

/*--------------------------------------------------------------
# Our Legacy
--------------------------------------------------------------*/
.section-our-legacy.bg-FDF9F3 {
  background-color: #FDF9F3;
}
.section-our-legacy.pt-0 {
  padding-top: 0 !important;
}
.section-our-legacy .legacy-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem 2.4rem;
}
@media (max-width: 991.98px) {
  .section-our-legacy .legacy-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 575.98px) {
  .section-our-legacy .legacy-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 2rem;
  }
}
.section-our-legacy .legacy-grid .legacy-item .year {
  color: #0081C6;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}
.section-our-legacy .legacy-grid .legacy-item .description {
  color: #192350;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 400;
}
.section-our-legacy .legacy-grid .legacy-item .description p {
  margin-bottom: 0;
  line-height: normal;
}
.section-our-legacy .legacy-grid .legacy-item .description a {
  color: #313640;
  text-decoration: underline;
}
.section-our-legacy .legacy-grid .legacy-item .description a:hover {
  color: #0081C6;
}

/*--------------------------------------------------------------
# Section Awards
--------------------------------------------------------------*/
.section-awards {
  background-color: #fff;
  border-top: 1px solid #CED4DA;
}
.section-awards .awards-header {
  margin-bottom: 5rem;
  max-width: 80%;
}
@media (max-width: 991.98px) {
  .section-awards .awards-header {
    max-width: 100%;
  }
}
.section-awards .awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 3rem;
}
@media (max-width: 991.98px) {
  .section-awards .awards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2rem;
  }
}
@media (max-width: 575.98px) {
  .section-awards .awards-grid {
    grid-template-columns: 1fr;
    gap: 4rem 0;
  }
}
.section-awards .awards-grid .award-item .award-logo {
  height: 9rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.section-awards .awards-grid .award-item .award-logo img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.section-awards .awards-grid .award-item .award-name {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-family: "BeautiqueDisplay";
  color: #192350;
}
@media (max-width: 575.98px) {
  .section-awards .awards-grid .award-item .award-name {
    font-size: 2rem;
  }
}
.section-awards .awards-grid .award-item .award-desc {
  color: #192350;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 400;
}
.section-awards .awards-grid .award-item .award-desc p {
  margin-bottom: 0;
  line-height: normal;
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.section-our-team {
  border-top: 1px solid #CED4DA;
}
.section-our-team .team-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.4rem;
  align-items: start;
}
@media (max-width: 991.98px) {
  .section-our-team .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .section-our-team .team-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 991.98px) {
  .section-our-team .team-grid .team-column-wrap {
    grid-column: span 3;
  }
}
@media (max-width: 575.98px) {
  .section-our-team .team-grid .team-column-wrap {
    grid-column: span 1 !important;
  }
}
.section-our-team .team-grid .team-group {
  position: relative;
}
@media (max-width: 575.98px) {
  .section-our-team .team-grid .team-group {
    margin-bottom: 4rem !important;
  }
}
.section-our-team .team-grid .team-group .group-header {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 1.2rem;
  gap: 0.8rem;
}
.section-our-team .team-grid .team-group .group-header .square-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #838898;
  display: inline-block;
}
.section-our-team .team-grid .team-group .group-header .group-label {
  margin-bottom: 0;
}
.section-our-team .team-grid .team-group .group-members-grid {
  display: grid;
  gap: 1.2rem 2.4rem;
  margin-top: 2rem;
}
.section-our-team .team-grid .team-group .group-members-grid.internal-cols-1 {
  grid-template-columns: 1fr;
}
.section-our-team .team-grid .team-group .group-members-grid.internal-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.section-our-team .team-grid .team-group .group-members-grid.internal-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575.98px) {
  .section-our-team .team-grid .team-group .group-members-grid.internal-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-our-team .team-grid .team-group .group-members-grid .member-item .member-name {
  line-height: normal;
}
.section-our-team .team-grid .team-group .group-members-grid .member-item .member-designation p {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .fs-16 {
    font-size: 16px !important;
  }
}

@media (max-width: 575.98px) {
  .fs-14 {
    font-size: 15px !important;
  }
}

.section-promotion-single .description h1,
.section-promotion-single .description h2,
.section-promotion-single .description h3 {
  margin-bottom: 2rem;
}
.section-promotion-single .description img {
  margin-bottom: 5rem;
  width: 60%;
  height: auto !important;
}
@media (max-width: 991.98px) {
  .section-promotion-single .description img {
    width: 100%;
  }
}

.content-new-media .card-image {
  overflow: hidden;
}
.content-new-media .card-image img {
  width: 100%;
  height: 33rem;
  object-fit: cover;
  transition: all 0.5s ease;
}
.content-new-media .top .box-date {
  color: #838898;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-transform: uppercase;
}
.content-new-media .top .box-date .item {
  padding: 0 1.2rem;
  border-left: 1px solid #CED4DA;
}
.content-new-media .top .box-date .item:first-child {
  padding-left: 0;
  border-left: none;
}
.content-new-media .top .box-date .item:last-child {
  padding-right: 0;
}
.content-new-media .btn-wrap {
  width: fit-content;
}
.content-new-media.new-related .sub-title-label {
  color: #00071B;
  text-transform: uppercase;
}

.section-new-media-archive .new-media-filter-link {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #CFCFCF;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}
.section-new-media-archive .new-media-filter-link:hover, .section-new-media-archive .new-media-filter-link.active {
  color: #00071B;
  text-decoration: none;
}

/* AJAX Loading Overlay */
.new-media-ajax-wrapper,
.promotion-ajax-wrapper {
  position: relative;
  min-height: 200px;
}
.new-media-ajax-wrapper.is-loading .promotion-loading-overlay,
.new-media-ajax-wrapper.is-loading .new-media-loading-overlay,
.promotion-ajax-wrapper.is-loading .promotion-loading-overlay,
.promotion-ajax-wrapper.is-loading .new-media-loading-overlay {
  display: flex;
}
.new-media-ajax-wrapper.is-loading #new-media-results-container,
.new-media-ajax-wrapper.is-loading #promotion-results-container,
.promotion-ajax-wrapper.is-loading #new-media-results-container,
.promotion-ajax-wrapper.is-loading #promotion-results-container {
  opacity: 0.5;
  pointer-events: none;
}

.promotion-loading-overlay,
.new-media-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}
.promotion-loading-overlay .spinner,
.new-media-loading-overlay .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(25, 35, 80, 0.1);
  border-radius: 50%;
  border-top-color: #192350;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-promotion-related.new-related .list-post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2.1rem;
  grid-row-gap: 3rem;
}
@media (max-width: 991.98px) {
  .section-promotion-related.new-related .list-post {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .section-promotion-related.new-related .list-post {
    grid-template-columns: 1fr;
  }
}

.section-hotel-single {
  padding: 8rem 0;
}
.section-hotel-single .validity-range {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  color: #0081C6;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  text-align: center;
}
.section-hotel-single .hotel-hero-image {
  margin-bottom: 4rem;
}
.section-hotel-single .hotel-hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-hotel-single .variation-card {
  text-align: center;
}
.section-hotel-single .variation-card .item-title {
  color: #00071B;
}

.section-club-magazine-archive .club-magazine-ajax-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2.4rem;
  grid-row-gap: 5rem;
}
@media (max-width: 991.98px) {
  .section-club-magazine-archive .club-magazine-ajax-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.club-magazine-card .magazine-title a {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #00071B;
}
@media (max-width: 991.98px) {
  .club-magazine-card .magazine-title a {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .section-event-detail.py-80 {
    padding: 8rem 0 5rem !important;
  }
}
.section-event-detail .content-wrap {
  max-width: 85rem;
}
.section-event-detail .content-wrap h1,
.section-event-detail .content-wrap h2 {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  font-family: "BeautiqueDisplay";
}
.section-event-detail .content-wrap h1 a,
.section-event-detail .content-wrap h2 a {
  color: #D9A86C;
  text-decoration: underline;
}
.section-event-detail .content-wrap table tr:first-child td {
  background-color: #E9ECEF;
  font-weight: 700;
  color: #00071B;
  text-transform: uppercase;
}
.section-event-detail .img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .section-event-detail .img {
    margin-bottom: 2rem;
  }
  .section-event-detail .img:last-child {
    margin-bottom: 0;
  }
}

/* Event Archive / Calendar */
.section-event-archive .btn-event-filter {
  display: block;
  background: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  color: #192350;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #EDEDED;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .section-event-archive .btn-event-filter {
    font-size: 16px;
  }
}
.section-event-archive .btn-event-filter:hover, .section-event-archive .btn-event-filter.active {
  background-color: #FFF9F3 !important;
  border: 1px solid transparent;
  border-top: 0.4rem solid var(--cat-color);
  outline: none;
  text-decoration: none;
  color: #192350;
}
.section-event-archive .btn-event-filter:focus, .section-event-archive .btn-event-filter:focus-visible, .section-event-archive .btn-event-filter:active {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}
.section-event-archive .calendar-grid-wrapper {
  border-left: 1px solid #EDEDED;
}
@media (max-width: 575.98px) {
  .section-event-archive .calendar-grid-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid #EDEDED;
  }
}
.section-event-archive .calendar-header-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 575.98px) {
  .section-event-archive .calendar-header-row {
    min-width: 120rem;
  }
}
.section-event-archive .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 1fr;
  min-height: 70rem;
}
@media (max-width: 575.98px) {
  .section-event-archive .calendar-grid {
    min-width: 120rem;
    min-height: 80rem;
  }
}
.section-event-archive .cal-header {
  text-align: center;
  padding: 1.2rem 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #192350;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.section-event-archive .cal-day {
  min-height: 14rem;
  padding: 1rem 0.5rem;
  position: relative;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  flex-direction: column;
}
.section-event-archive .cal-day.empty {
  background-color: #E9ECEF;
  opacity: 0.5;
}
.section-event-archive .day-number {
  font-weight: 700;
  font-size: 1.6rem;
  color: #192350;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.section-event-archive .day-number.active {
  background-color: #192350;
  color: #fff;
  border-radius: 50%;
}
.section-event-archive .event-item-link {
  display: block;
  font-size: 1.6rem;
  color: #192350;
  text-decoration: none;
  padding: 0.8rem 0.6rem;
  margin-bottom: 0.4rem;
  line-height: 1.3;
  white-space: normal;
  background: #FFF9F3 !important;
  transition: all ease-in-out 0.2s;
  font-weight: 500;
}
.section-event-archive .event-item-link:hover {
  background-color: #FDF1E5;
}
.section-event-archive .nav-arrow {
  color: #192350;
  font-size: 2rem;
  text-decoration: none;
}
.section-event-archive .calendar-row {
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-event-archive .cal-day {
    min-height: 10rem;
  }
  .section-event-archive .cal-header {
    font-size: 1.6rem;
  }
  .section-event-archive .event-item-link {
    font-size: 1.6rem;
  }
}

.modal-room-detail #wedding-detail-content {
  padding: 12rem 2% 8rem;
}

/*--------------------------------------------------------------
# Marina Event Section
--------------------------------------------------------------*/
.section-marina-event .list-event {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 991.98px) {
  .section-marina-event .list-event {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .section-marina-event .list-event {
    grid-template-columns: repeat(1, 1fr);
  }
}

.event-card-item {
  transition: all 0.3s ease;
}
.event-card-item .card-image {
  position: relative;
  overflow: hidden;
}
.event-card-item .event-date {
  color: #838898;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .event-card-item .title-secondary {
    font-size: 18px !important;
  }
}

.color-D9A86C {
  color: #D9A86C;
}

.border-D9A86C {
  border-color: #D9A86C !important;
}

.section-tab-v2 {
  background: #fff;
  z-index: 1050;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 10rem !important;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.section-tab-v2.is-sticky {
  position: fixed !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .section-tab-v2 {
    top: 7rem;
  }
}
.section-tab-v2 .tab-level-1 {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
@media (max-width: 991.98px) {
  .section-tab-v2 .tab-level-1 .tab-list-v2 {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start !important;
  }
  .section-tab-v2 .tab-level-1 .tab-list-v2::-webkit-scrollbar {
    display: none;
  }
}
.section-tab-v2 .tab-level-1 .tab-group-item {
  padding: 1.2rem 2rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.section-tab-v2 .tab-level-1 .tab-group-item .tab-label {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #00071B;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.section-tab-v2 .tab-level-1 .tab-group-item.active {
  background-color: #EBF2F7;
}
.section-tab-v2 .tab-level-1 .tab-group-item.active .tab-label {
  color: #1B377A;
}
@media (max-width: 991.98px) {
  .section-tab-v2 .tab-level-1 .tab-group-item {
    padding: 1.2rem 2rem;
  }
}
.section-tab-v2 .tab-level-2 {
  border-bottom: 1px solid #EDEDED;
}
.section-tab-v2 .tab-level-2 .tab-sublist-v2 {
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .section-tab-v2 .tab-level-2 .tab-sublist-v2 {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start !important;
    padding: 0 1.5rem;
  }
  .section-tab-v2 .tab-level-2 .tab-sublist-v2::-webkit-scrollbar {
    display: none;
  }
}
.section-tab-v2 .tab-level-2 .tab-item-box-v2 {
  padding: 1.2rem 2.5rem;
  transition: all 0.3s ease;
}
.section-tab-v2 .tab-level-2 .tab-item-box-v2 .tab-item-v2 {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #00071B;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  display: block;
}
.section-tab-v2 .tab-level-2 .tab-item-box-v2.active {
  background-color: #EBF2F7;
}
.section-tab-v2 .tab-level-2 .tab-item-box-v2.active .tab-item-v2 {
  color: #1B377A;
}
@media (max-width: 991.98px) {
  .section-tab-v2 .tab-level-2 .tab-item-box-v2 {
    padding: 0.8rem 1.5rem;
  }
}
.section-tab-v2 .tab-content-area {
  background-color: #fff;
}
.section-tab-v2 .tab-content-area .description {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  color: #192350;
}
.section-tab-v2 .tab-content-area .description p {
  margin-bottom: 2rem;
}
.section-tab-v2 .tab-content-area .description p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Marina Event Section
--------------------------------------------------------------*/
.section-marina-event .list-event {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 991.98px) {
  .section-marina-event .list-event {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .section-marina-event .list-event {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--------------------------------------------------------------
# Programme Section
--------------------------------------------------------------*/
.programme-card-item .programme-tags {
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #838898;
  font-weight: 700;
}
.programme-card-item .title-secondary {
  text-transform: capitalize;
}

.single-programme-page {
  color: #00071B;
}
.single-programme-page .standard-content h1,
.single-programme-page .standard-content h2 {
  font-family: "BeautiqueDisplay";
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 3rem 0;
  border-top: 1px solid #CED4DA;
  margin-top: 2rem;
}
.single-programme-page .standard-content h1:first-child,
.single-programme-page .standard-content h2:first-child {
  margin-top: 0;
  border-top: none;
}
@media (max-width: 575.98px) {
  .single-programme-page .standard-content h1,
  .single-programme-page .standard-content h2 {
    font-size: 18px !important;
  }
}
.single-programme-page .standard-content ul li {
  margin-bottom: 1.2rem;
}
.single-programme-page .standard-content table tr td {
  padding-right: 2.4rem;
}
.single-programme-page .standard-content table tr td:last-child {
  padding-right: 0;
}
.single-programme-page .standard-content table table tr:first-child td {
  background-color: #1B377A;
  color: #FFFFFF;
  text-transform: uppercase;
}
.single-programme-page .standard-content table table tr:nth-child(2) {
  background-color: #E9ECEF;
  font-weight: 700;
}
.single-programme-page .standard-content table table tr td {
  padding: 1.2rem;
  border: 1px solid #CED4DA;
  margin-right: 0;
  vertical-align: middle;
  text-align: center;
}
.single-programme-page .standard-content p {
  margin-bottom: 1.2rem;
}
.single-programme-page .standard-content strong {
  display: block;
  font-weight: 500;
  margin: 1.2rem 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Section Tennis
--------------------------------------------------------------*/
.section-tennis {
  background-color: #F9F7F2;
}
.section-tennis .left-box-wrapper {
  padding-right: 17rem;
  border-right: 1px solid #E5E9EC;
}
@media (max-width: 991.98px) {
  .section-tennis .left-box-wrapper {
    padding-right: 1.5rem;
  }
}
.section-tennis .right-box-wrapper {
  padding-left: 17rem;
}
@media (max-width: 991.98px) {
  .section-tennis .right-box-wrapper {
    padding-left: 1.5rem;
  }
}
.section-tennis .right-box-wrapper .slider-nav-tennis button {
  font-size: 2rem;
  color: #00071B;
  cursor: pointer;
  transition: opacity 0.3s;
}
.section-tennis .right-box-wrapper .slider-nav-tennis button:hover {
  opacity: 0.6;
}
.section-tennis .right-box-wrapper .swiper-tennis {
  padding-bottom: 2rem;
}

.trainer-card-item .programme-tags {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 700;
  color: #0081C6;
  letter-spacing: 0.3rem;
  display: block;
}
.trainer-card-item .description a {
  color: #0081C6;
  text-decoration: underline;
}
.trainer-card-item .image-box img {
  height: 33rem;
  object-fit: cover;
}
.trainer-card-item .tab-content-area {
  background-color: #fff;
}
.trainer-card-item .tab-content-area .description {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  color: #192350;
}
.trainer-card-item .tab-content-area .description p {
  margin-bottom: 2rem;
}
.trainer-card-item .tab-content-area .description p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Marina Event Section
--------------------------------------------------------------*/
.section-marina-event .list-event {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 991.98px) {
  .section-marina-event .list-event {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .section-marina-event .list-event {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--------------------------------------------------------------
# Programme Section
--------------------------------------------------------------*/
.programme-card-item .programme-tags {
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #838898;
  font-weight: 700;
}
.programme-card-item .title-secondary {
  text-transform: capitalize;
}

.single-programme-page .standard-content h1,
.single-programme-page .standard-content h2 {
  font-family: "BeautiqueDisplay";
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 3rem 0;
  border-top: 1px solid #CED4DA;
  margin-top: 2rem;
}
.single-programme-page .standard-content h1:first-child,
.single-programme-page .standard-content h2:first-child {
  margin-top: 0;
  border-top: none;
}
@media (max-width: 575.98px) {
  .single-programme-page .standard-content h1,
  .single-programme-page .standard-content h2 {
    font-size: 18px !important;
  }
}
.single-programme-page .standard-content ul li {
  margin-bottom: 1.2rem;
}
.single-programme-page .standard-content table tr td {
  padding-right: 2.4rem;
}
.single-programme-page .standard-content table tr td:last-child {
  padding-right: 0;
}
.single-programme-page .standard-content table table tr:first-child td {
  background-color: #1B377A;
  color: #FFFFFF;
  text-transform: uppercase;
}
.single-programme-page .standard-content table table tr:nth-child(2) {
  background-color: #E9ECEF;
  font-weight: 700;
}
.single-programme-page .standard-content table table tr td {
  padding: 1.2rem;
  border: 1px solid #CED4DA;
  margin-right: 0;
  vertical-align: middle;
  text-align: center;
}
.single-programme-page .standard-content p {
  margin-bottom: 1.2rem;
}
.single-programme-page .standard-content strong {
  display: block;
  font-weight: 500;
  margin: 1.2rem 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Trainer Detail Section
--------------------------------------------------------------*/
.section-trainer-detail .description {
  line-height: 1.6;
}
.section-trainer-detail .coach-item .description {
  color: #00071B !important;
}

/*--------------------------------------------------------------
# Rental Rates Component
--------------------------------------------------------------*/
.section-rental-rates {
  background-color: #FFF;
}
.section-rental-rates .accordion-item {
  border: 1px solid #CED4DA;
  border-top: 1px solid #CED4DA;
  border-bottom: none;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 3rem;
}
.section-rental-rates .accordion-item:last-child {
  border-bottom: 1px solid #CED4DA;
}
.section-rental-rates .accordion-button {
  background-color: #FFF;
  border: none;
  box-shadow: none !important;
  transition: all 0.3s ease;
  padding: 0;
}
.section-rental-rates .accordion-button::after {
  background-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  transition: transform 0.3s ease;
}
.section-rental-rates .accordion-button:not(.collapsed) {
  background-color: #FFF;
  color: #1B377A;
  box-shadow: none !important;
}
.section-rental-rates .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.section-rental-rates .accordion-button:not(.collapsed) .accordion-item-title {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  font-family: "BeautiqueDisplay";
  letter-spacing: 0.05rem;
  text-transform: capitalize;
}
.section-rental-rates .accordion-item-title {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  color: #192350;
  letter-spacing: 0.032rem;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .section-rental-rates .accordion-item-title {
    font-size: 16px;
  }
}
.section-rental-rates .accordion-body {
  background-color: #FFF;
  margin-top: 1.2rem;
  padding: 0;
}
.section-rental-rates {
  /* Premium Custom Table Styles inside Accordion */
}
.section-rental-rates .block-editor table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DEE2E6;
  margin: 3rem 0;
}
.section-rental-rates .block-editor table th,
.section-rental-rates .block-editor table td {
  padding: 1.2rem 1.5rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #CED4DA;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #192350;
}
@media (max-width: 991.98px) {
  .section-rental-rates .block-editor table th,
  .section-rental-rates .block-editor table td {
    padding: 0.8rem;
    font-size: 14px;
  }
}
.section-rental-rates .block-editor table {
  /* Custom table header styling based on standard structure */
}
.section-rental-rates .block-editor table tr:first-child th,
.section-rental-rates .block-editor table tr:first-child td {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .section-rental-rates .block-editor table tr:first-child th,
  .section-rental-rates .block-editor table tr:first-child td {
    font-size: 14px;
  }
}
.section-rental-rates .block-editor table tr:first-child th:first-child,
.section-rental-rates .block-editor table tr:first-child td:first-child {
  background-color: #CED4DA;
  color: #192350;
}
.section-rental-rates .block-editor table tr:first-child th,
.section-rental-rates .block-editor table tr:first-child td {
  /* WEEKDAY column header */
}
.section-rental-rates .block-editor table tr:first-child th:nth-child(2), .section-rental-rates .block-editor table tr:first-child th.bg-weekday,
.section-rental-rates .block-editor table tr:first-child td:nth-child(2),
.section-rental-rates .block-editor table tr:first-child td.bg-weekday {
  background-color: #1D336F;
  color: #FFF;
}
.section-rental-rates .block-editor table tr:first-child th,
.section-rental-rates .block-editor table tr:first-child td {
  /* WEEKEND column header */
}
.section-rental-rates .block-editor table tr:first-child th:nth-child(3), .section-rental-rates .block-editor table tr:first-child th.bg-weekend,
.section-rental-rates .block-editor table tr:first-child td:nth-child(3),
.section-rental-rates .block-editor table tr:first-child td.bg-weekend {
  background-color: #1C82C6;
  color: #FFF;
}
.section-rental-rates .block-editor table {
  /* Second header row or subheader cells */
}
.section-rental-rates .block-editor table tr:nth-child(2) th,
.section-rental-rates .block-editor table tr:nth-child(2) td {
  background-color: #F8F9FA;
  color: #192350;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .section-rental-rates .block-editor table tr:nth-child(2) th,
  .section-rental-rates .block-editor table tr:nth-child(2) td {
    font-size: 14px;
  }
}
.section-rental-rates .block-editor table {
  /* Utility Classes for Custom Formatting */
}
.section-rental-rates .block-editor table .bg-navy {
  background-color: #1D336F !important;
  color: #FFFFFF !important;
}
.section-rental-rates .block-editor table .bg-blue {
  background-color: #1C82C6 !important;
  color: #FFFFFF !important;
}
.section-rental-rates .block-editor table .bg-grey {
  background-color: #E9ECEF !important;
  color: #192350 !important;
}

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