/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */ :root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #3d4348; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #0A2240; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #976C43; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --background-nightBlue: #0A2240;
  --background-nightBlue-rgb: rgb(151, 108, 64);
  --blue-primary: #0A2240;
  --blue-primary-rgb: (10, 34, 64);
  --text-primary: #23262A;
  --text-secondary: #666669;
  --text-primaryHover: #666669;
  --text-titleMain: #0A2240;
  --gold-primary: #976C43;
  --gold-primary-rgp: rgb(151, 108, 67);
  --gold-second: #a0926e;
  --button-primary: #976C43;
  --background-lightGold: #FBF8F5;
  --border-main: #E5E5E8;
  --text-highlight: #976C43;
  --button-primaryLabel: #ffffff;
  --button-primary: #976C43;
  --border-lightGrey: #C3C3C6;
  --border-darkerGrey: #666669;
  --background-greyBlue: #E5E8ED;
  --button-tertiaryHover: #7F5427;
  --blue-darker: #687f9b;
}
.nav-tabs .nav-item {
  width: 25%;
}
.nav-tabs .nav-link {
  display: flex;
  height: 100%;
  align-items: center;
}
.hero-banner-01 {
  font-family: 'Prata' !important;
  font-size: 4em;
  color: #AE865F;
}
.hero-banner-02 {
  font-family: 'Prata' !important;
  font-size: 4em;
  color: #AE865F;
}
.navbar-brand {
  /* font-family: 'Prata' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 90%;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #976C43!important;*/
  font-family: 'Prata' !important;
  text-transform: capitalize;
  color: #0A2240 !important;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
body.tc .navbar-brand {
  font-size: 39px;
  font-family: 'Noto Sans TC' !important;
  margin-top: 3px !important;
}
.member-cat {
  font-family: var(--text-montserrat-font) !important;
}
.intro-subtitle {
  font-family: var(--text-montserrat-font), sans-serif;
  margin-bottom: 24px;
  color: var(--text-secondary, #666669);
  /* desktop/other/overline */
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.2px;
}
body.tc h2 {
  font-family: 'Noto Sans TC' !important;
}
body.tc h1 {
  font-family: 'Noto Sans TC' !important;
}
body.tc h3 {
  font-family: 'Noto Sans TC' !important;
}
body.tc .slide-card-title {
  font-family: 'Noto Sans TC' !important;
}
body.tc .slide-card-desc {
  font-family: 'Noto Sans TC' !important;
}
body.tc .accordion-content p {
  font-family: 'Noto Sans TC' !important;
}
body.tc .swiper-wrapper {
  font-family: 'Noto Sans TC' !important;
}
body.tc .sub-title h4 {
  font-family: 'Noto Sans TC' !important;
}
body.tc .sub-title p {
  font-family: 'Noto Sans TC' !important;
}
body.tc .big-title-text {
  font-family: 'Noto Sans TC' !important;
}
body.tc .small-title-text {
  font-family: 'Noto Sans TC' !important;
}
body.tc .intro-subtitle {
  font-family: 'Noto Sans TC' !important;
}
.post-title {
  font-family: var(--text-montserrat-font), sans-serif;
  color: #7B7B7D;
  font-size: 13px !important;
  margin-top: 10px;
  text-transform: uppercase;
}
body.tc .post-title {
  font-family: 'Noto Sans TC' !important;
}
.member-name {
  color: #23262A !important;
  font-size: 28px !important;
  font-family: 'Prata' !important;
  margin-top: 0px;
  margin-bottom: 4px;
}
.member-desc {
  font-size: 16px;
}
.tabs-buttons {
  font-family: var(--text-montserrat-font), sans-serif;
}
.eng-toggle {
  font-family: var(--text-montserrat-font), sans-serif;
  position: relative;
  top: 2px;
}
/* start of cta */
.cta-button {
  width: 100%;
  font-size: .875rem;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 1.5625rem;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  -moz-transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  -o-transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  font-family: var(--text-montserrat-font), sans-serif;
}
body.tc .cta-button {
  font-family: 'Noto Sans TC' !important;
}
.cta-button--secondary {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  border: 1px solid #0A2240;
  color: #0A2240;
  font-family: var(--text-montserrat-font), sans-serif;
  font-weight: 400;
}
body.tc .cta-button--secondary {
  font-family: 'Noto Sans TC' !important;
}
.cta-button--secondary {
  color: #0A2240 !important;
}
.cta-button--third {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.cta-button--primary {
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  background: #AE865F;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--text-montserrat-font), sans-serif;
  font-weight: 700;
}
body.tc .cta-button--primary {
  font-family: 'Noto Sans TC' !important;
}
.cta-button--primary:hover {
  color: #fff !important;
}
.cg-blk__cta {
  max-width: 25rem;
  margin: 0 auto;
}
.ds-blk__action {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.display-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cta-contactus {
  width: 100%;
  height: 48px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #0A2240;
  font-family: var(--text-montserrat-font), sans-serif;
  color: #0A2240;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 35px;
  font-weight: 600px;
}
.btn-cta-signup-box-mobile {
  width: 100%;
  text-align: center;
  background: #AE865F;
  border-radius: 48px;
  font-family: var(--text-montserrat-font), sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px;
  letter-spacing: 0.4;
  text-decoration: none !important;
}
a:hover .btn-cta-signup-box-mobile {
  text-decoration: none !important;
}
/* end of cta */
/* start of swiper slider*/
.slider {
  max-width: 1200px;
  margin: 0 auto;
}
.swiper-container {
  /*padding-bottom: 40px;*/
}
.swiper-scrollbar {
  /*background: #d6d6d6;*/
}
.swiper-container-horizontal > .swiper-scrollbar {
  height: 5px;
  width: 300px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  display: none;
}
.swiper-wrapper img {
  width: 100%;
}
/* end of swiper slider*/
.container-width-1400 {
  max-width: 1600px !important;
}
.container-width-736 {
  max-width: 736px !important;
  margin: 0 auto;
}
h3 {
  color: #23262A !important;
  font-size: 34px !important;
}
.sign-up-container h3 {
  color: #23262A !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}
#detail_and_post h3 {
  font-family: var(--text-montserrat-font), sans-serif;
  font-weight: 600;
  font-size: 22px !important;
}
#booking-info h3 {
  font-family: var(--text-montserrat-font), sans-serif;
  font-weight: 600;
  font-size: 22px !important;
}
h2 {
  color: var(--text-titleMain, #0A2240);
  font-family: Prata;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
h1 {
  color: var(--text-titleMain, #0A2240);
  /* desktop/header/LG */
  font-family: Prata;
  font-size: 60px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 113.333% */
  letter-spacing: 1px;
}
.who-we-are-photo {
  border-radius: 8px;
}
.who-we-are-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* start of slide card */
.slide-card {
  /*border: 1px solid #ddd;*/
}
.slide-card-title {
  color: #23262A !important;
  font-size: 20px !important;
  line-height: 1.1;
  font-family: var(--text-montserrat-font), sans-serif !important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.slide-card-desc {
  font-size: 16px;
}
.btn-cta-card {
  color: #23262A;
  font: 14px;
  font-family: var(--text-montserrat-font), sans-serif;
  margin-top: 16px;
  font-weight: 700;
  text-decoration-line: underline;
}
/******* FIXED ON SCROLL STYLES **************/
.sticky-posts {
  display: none;
}
#detail_and_post {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99;
  display: none;
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
  text-align: center;
  border-top: 0px solid #ccc;
  box-shadow: 0px 0px 5px rgba(84, 84, 84, 0.4);
}
.sign-up-col-text {
  font-size: 18px !important;
}
/* FINDING NEARBY */
#findingNearBy_sticky {
  display: none;
}
#findingNearBy_sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 1);
}
#findingNearBy_sticky.active {
  position: fixed;
  background-color: white;
  transition: all 0.3s ease-in;
}
#findingNearBy_sticky.inactive {
  position: relative;
  background-color: #F4F6F7;
  border-bottom: 1px solid #d9e0e3;
}
.finding_nearby {
  padding: 0px;
}
.notice {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: palevioletred;
}
.btn-cta-signup {
  text-align: center;
  padding: 10px 20px;
  background: white;
  color: palevioletred;
  font: 14px !important;
}
.sign-up-container {
  background: #E5E8ED;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 24px 0px;
}
.sign-up-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
footer {
  font-family: var(--text-montserrat-font), sans-serif;
  font-size: 12px !important;
  color: #000;
}
body.tc footer {
  font-family: 'Noto Sans TC' !important;
}
footer a {
  color: #000 !important;
}
/*
.swiper-wrapper {
		overflow: hidden!important;
	}	*/
.sign-up-container-mobile {
  background: #fff;
  height: 85px;
  font-family: var(--text-montserrat-font), sans-serif;
  border-radius: 30px 30px 0px 0px;
  padding: 8px 15px !important;
}
.sign-up-mobile-text {
  font-size: 16px;
  text-align: left !important;
  font-weight: 600px;
}
.sign-up-container-mobile p {
  font-size: 18px !important;
  text-align: left !important;
  line-height: 1.5em;
}
.sign-up-col-text {
  text-align: left;
}
@media (max-width: 767px) {
  body.tc h1.mb-3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
    letter-spacing: 1px;
  }
  h3 {
    color: #23262A !important;
    font-size: 22px !important;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .sign-up-container-mobile.d-block.d-sm-none h3 {
    color: #23262A !important;
    font-size: 22px !important;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center !important;
  }
  h2 {
    color: #23262A !important;
    font-size: 32px !important;
  }
  h1 {
    font-size: 40px !important;
    color: #23262A !important;
  }
  body {
    font-size: 14px;
  }
  .slide-card-title {
    color: #23262A !important;
    font-size: 22px !important;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #highlights .slide-card-title {
    font-size: 16px !important;
    font-weight: 600;
  }
  #highlights .slide-card-desc {
    font-size: 14px !important;
  }
  .sign-up-col-text {
    /*text-align: center;*/
  }
  .btn-cta-signup-box {
    width: 100%;
    height: 48px;
    min-width: 280px;
    text-align: center;
    background: #AE865F;
    border-radius: 28px;
    font-family: var(--text-montserrat-font), sans-serif;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 35px;
    font-weight: 600px;
  }
  .btn-cta-contactus {
    min-width: 280px;
  }
}
@media (max-width: 575px) {
  .scroll-top.visible {
    /*bottom: 85px !important;*/
    bottom: 155px !important;
  }
  .scroll-top {
    position: fixed;
  }
  #detail_and_post {
    /*border-radius: 30px 30px 0px 0px !important;*/
  }
  /*
	.swiper-wrapper {
		overflow: inherit!important;
	}	
	*/
  h2.pt-5.pb-5 {
    /*padding: 20px!important;*/
  }
  .navbar-brand {
    font-size: 32px !important;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 40%;
  }
  .swiper-container {
    /*padding-bottom: 10px;*/
  }
  .btn-cta {
    width: 280px;
  }
  .btn-cta-line {
    width: 280px;
  }
  .display-flex-centeralign-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-width.container-width-736.pt-5.pb-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .button-container {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .sign-up-container-mobile {
    height: auto;
  }
}
/* start of question-box */
#section-question {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important;
}
.question-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 4px;
  gap: 4px;
  background: rgba(205, 167, 133, 0.1);
  /* Inside auto layout */
}
@media (max-width: 767px) {
  #section-question {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
}
/* end of question-box */
.cardcarousel .slick-dots {
  width: 98%;
}
.swiper-slide {
  overflow: hidden;
}
#intro-section .kv-image {
  align-items: flex-end;
}
#intro-section .intro-text {
  align-self: center;
}
#intro-section .kv-left-text {
  padding: 5px;
  align-self: center;
  /* height: 350px; */
  margin-top: 7em;
  padding: 3em;
}
#intro-section .kv-right-text {
  padding: 5px;
  align-self: center;
  /* height: 350px; */
  margin-top: 9em;
  padding: 3em;
}
@media (max-width: 1399px) {
  .phone-col-right {
    padding-left: 5rem !important;
  }
}
@media (max-width: 1199px) {
  .phone-col-right {
    padding-left: 4rem !important;
  }
}
@media (max-width: 991px) {
  .intro-section .intro-mobile-demo-frame {
    position: relative;
    top: 0% !important;
  }
  .phone-col-right {
    padding-left: 3rem !important;
  }
  #section-contact-us .start-big-title-text {
    font-size: 4rem !important;
    line-height: 1.3;
  }
  section {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .phone-col-right {
    padding-left: 2rem !important;
  }
  #section-contact-us .start-big-title-text {
    font-size: 3rem !important;
    line-height: 1.3;
  }
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .intro-section .intro-mobile-demo-frame {
    position: relative;
    top: 0% !important;
    padding: 0em 8em;
  }
  .intro-section {
    display: inline-flex !important;
    align-items: inherit !important;
    justify-content: inherit !important;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
    height: 87.5vh;
    /* background: #0a2240; */
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .kv-left-text {
    margin-top: 1em !important;
  }
}
@media (max-width: 575px) {
  .kv-left-text {
    margin-top: 0.5em !important;
  }
  #intro-section .kv-left-text {
    padding: 1.5em !important;
  }
  #section-contact-us .pb-5, #section-contact-us .py-5 {
    padding-bottom: 0rem !important;
  }
  #section-contact-us .pt-5, #section-contact-us .py-5 {
    padding-top: 1rem !important;
  }
  #intro-section .kv-right-text {
    padding: 1.5em !important;
  }
  .intro-section .intro-mobile-demo-frame {
    position: relative;
    top: 0% !important;
    padding: 0em 3em;
  }
  #intro-section .kv-image {
    align-items: flex-end;
  }
  #intro-section .kv-left-text {
    padding: 1.5em;
  }
  #intro-section .kv-right-text {
    padding: 1.5em;
  }
  #section-contact-us .start-big-title-text {
    font-size: 40px !important;
    line-height: 1.3;
  }
  .navbar-brand {
    /* font-size: 18px !important;*/
  }
  .phone-col-right {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .phone-col-left {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media (max-width: 410px) {
  nav a {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
/* start of slick slider */
.cardcarousel-container {
  max-width: 1464px !important;
  margin: 0 auto;
}
.my-slider {
  padding: 0 70px;
}
.slick-initialized .slick-slide {
  /*background-color: #b32532;
  color: #FFF;*/
  width: 100%;
  margin: 0 25px 0 0; /*height:300px;*/
}
@media (max-width: 450px) {
  .slick-initialized .slick-slide {
    /*background-color: #b32532;
  color: #FFF;*/
    width: 100%;
    margin: 0 15px 0 0; /*height:300px;*/
  }
}
.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 26px;
}
.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 26px;
}
.slick-prev:before {
  content: url(/member-app-intro-page/global/assets/images/btn-slider-arrow-right.svg) !important;
  width: 44px;
  height: 44px;
  opacity: 1;
}
.slick-next:before, [dir=rtl] .slick-prev:before {
  content: url(/member-app-intro-page/global/assets/images/btn-slider-arrow-left.svg) !important;
  width: 44px;
  height: 44px;
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.35 !important;
}
.slick-next, .slick-prev {
  z-index: 5;
  width: 44px !important;
  height: 44px !important;
}
.slick-next {
  right: -10px !important;
}
.slick-prev {
  left: 15px;
}
.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 26px;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0;
}
.cardcarousel {
  padding: 0rem 4rem;
}
.cardcarousel .slick-dots {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  position: relative !important;
}
.cardcarousel .slick-dots li.slick-active {
  background-color: #976C43;
}
.cardcarousel .slick-dots li {
  flex: 1 1;
  background: #f5f5f5;
  height: 3px;
}
.slick-dots li button:before {
  width: 0px !important;
  height: 0px !important;
  content: '' !important;
}
.slick-dots li {
  margin: 0px !important;
}
/*

.slick-dots {
    bottom: -45px;
    width: 90%;
    list-style: none;
    text-align: center;
}	*/
@media (max-width: 991px) {
  .cardcarousel {
    padding: 0rem 0rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .cardcarousel {
    padding: 0rem 0rem;
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* end of slick sluder */
.member-only-box {
  font-size: 12px;
  background: #976C43 !important;
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
  position: relative;
  top: -3px;
  border-radius: 3px;
}
a.textlink:hover {
  color: #23262A;
  text-decoration: underline;
  font-weight: 700;
}
a.textlink {
  color: #23262A;
  text-decoration: underline;
  font-weight: 700;
}
.video-kv {
  top: 167px;
  height: 100vh;
}
.hero-banner--video {
  height: calc(100vh + 69px);
}
@media (width <=575px) {
  .video-kv {
    top: 147px;
  }
  .hero-banner--video {
    height: calc(100vh + 58px);
  }
}
.small-title-text {
  color: #7B7B7D;
  font-size: 1em;
  font-family: var(--text-montserrat-font), sans-serif;
  /* font-weight: 700;*/
  line-height: 1em;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.big-title-text {
  color: #fff;
  font-size: 3.5em;
  font-family: 'Prata', serif;
  line-height: 1.1em;
}
.sign-up-container {
  background: #E5E8ED;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0px 30px 0px;
}
.video-kv {
  top: 0px;
  height: 100vh;
}
.hero-banner--video {
  height: inherit !important;
}
.kv-left-text {
  padding: 0px;
  align-self: center;
  margin-top: 7em;
  padding: 3em;
}
.kv-right-text {
  padding: 0px;
  align-self: center;
  margin-top: 9em;
  padding: 3em;
}
.intro-section .intro-mobile-demo-frame {
  position: relative;
  top: 15%;
}
@media (max-width:1199px) {
  .intro-section .intro-mobile-demo-frame {
    position: relative;
    top: 8%;
  }
  .kv-left-text {
    margin-top: 2em;
    padding: 2em;
  }
  .kv-right-text {
    margin-top: 3em;
    padding: 2em;
  }
}
@media (max-width:575px) {
  .kv-left-text {
    padding: 1.5em;
  }
  .kv-right-text {
    padding: 1.5em;
  }
}
.intro-section {
  display: inline-flex;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 87.5vh;
  /*background:#0a2240;*/
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.intro-text {
  color: #fff;
}
.download-container {
  padding-top: 20em;
  max-width: 80%;
}
.download-container__tb {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .download-container__tb {
    width: 100%;
  }
}
.overlay-video {
  /* background-image: linear-gradient(to bottom right, #f5e2b1, #5a430a);*/
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120%;
  max-height: 1400px;
  margin: 0;
  box-sizing: border-box;
  padding: 15% 32px;
  line-height: 1.5;
  text-align: center;
}
.shiny-text-container {
  color: #23262A; /* font-size: 100px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0px 3px 5px rgb(253 0 0 / 24%);
  margin: 0 auto;
  display: flex;
  justify-content: center;*/
}
.shiny-text {
  --base-color: #23262A;
  --shiny-color: #808a98;
  --animation-speed: 2s;
  -webkit-background-size: 125px 125px !important;
  background-size: 125px !important;
  color: rgba(255, 255, 255, 0);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-animation-name: pa-shinny-text !important;
  animation-name: pa-shinny-text !important;
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  background: #23262A -webkit-gradient(linear, left top, right top, from(#23262A), to(#23262A), color-stop(0.5, #808a98)) 0 0 no-repeat;
}
@keyframes pa-shinny-text {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 200%;
  }
}
.glance .slide-card {
  display: inline-flex;
  border: 0px solid red;
  /* background:#f9f9f9;
		
    border-radius: 15px;*/
}
.glance .slick-prev, .glance .slick-next {
  /* top: 110%;*/
}
.cardcarousel-container {
  max-width: 1502px;
  margin: 0 auto;
}
.glance .slide-card-photo {
  width: 50%;
}
.glance .slide-card-photo img {
  border-radius: 8px;
}
.glance .slide-card-content-box {
  width: 50%;
  align-self: center;
  padding: 15px 0px;
}
.glance .cardcarousel {
  padding: 0rem 0rem;
}
.glance .cardcarousel .slick-dots {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  position: relative !important;
  margin: 20px auto;
}
.glance .cardcarousel .slick-dots {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  position: relative !important;
  margin: 20px auto;
  max-width: 50%;
}
.glance .slick-prev {
  top: 108% !important;
  left: 20% !important;
}
.glance .slick-next {
  top: 108% !important;
  right: 20% !important;
}
@media (max-width: 575px) {
  h2.pt-5.pb-5 {
    padding: 20px 0px !important;
  }
}
.glance .slide-card {
  display: flex;
  border: 0px solid red;
  /* background: #f9f9f9;
    border-radius: 15px;*/
  flex-direction: column;
}
.glance .slide-card-photo {
  width: 100%;
}
.glance .slide-card-content-box {
  width: 100%;
  align-self: center;
  padding: 15px 0px;
}
/*	
blockquote:before,
blockquote:after {
  position: absolute;
  color: #E5E5E8;
  font-size: 12rem;
  width: 6rem;
  height: 6rem;
	font-family: "Times New Roman"!important;
}
blockquote:before {
  content: '“';
  left: -2rem;
    top: -6rem;
	z-index:-1!important;
}
blockquote:after {
  content: '”';
  right: -2rem;
    bottom: -1rem;
	z-index:-1!important;
}*/
.star-rating {
  /* line-height: 5; */
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.member-name-quote {
  line-height: 1;
  text-align: center;
}
.slide-quote-box {
  background: #fff;
  padding: 1.5em;
  border-radius: 0px;
}
:root {
  --star-size: 25px;
  --star-color: #eee;
  --star-background: #976C43;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #976C43;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #23262A;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #976C43;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #976C43;
  border: 1px solid #976C43;
}
.accordion button .accordion-title {
  padding: 0em 1.5em 0em 0;
  font-family: var(--text-montserrat-font), sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 0;
  width: 22px;
  height: 22px;
  /*border: 1px solid;*/
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #976C43;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 20em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 400;
  margin: 2em 0;
}
.tabs-nav li {
  float: left;
  width: 50%;
}
.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}
a.btn-lan {
    text-decoration: none !important;
}

a:hover.btn-lan {
    text-decoration: none !important;
}

/*
a {
  background: #eaeaed;
  border: 1px solid #cecfd5;
  color: #0087cc;
  display: block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
a:hover {
  color: #ff7b29;
}*/
.tabs-stage {
  border: 0px solid #cecfd5;
  border-radius: 0;
  border-top: 0;
  clear: both;
  padding: 0px;
  position: relative;
  top: -1px;
}
.tabs-nav li a {
  border-right: 0 !important;
  border-top-left-radius: 0px !important;
  padding: 1em;
  text-decoration: none !important;
  border-bottom: 2px solid #ddd;
  color: #23262A !important;
}
.tab-active a {
  color: #976C43 !important;
  cursor: default;
  border-bottom: 2px solid #976C43 !important;
  background: none !important;
}
.tabs-nav li a;
hover {
  color: #976C43 !important;
  cursor: default;
  border-bottom: 2px solid #976C43 !important;
  background: none !important;
}
.tabs-nav li:last-child a {
  border-top-left-radius: 0px !important;
}
.tabs-nav li {
  float: none !important;
  width: auto !important;
  text-align: center !important;
  display: inline-flex;
  font-size: 1.25em;
}
.tabs-nav {
  padding-inline-start: 0px !important;
  text-align: center;
  list-style-type: none !important;
}
.navbar-toggler {
  display: none !important;
}
.overlay-video {
  /*background: #0A2240;*/
  background: rgb(10, 34, 64);
  background: linear-gradient(90deg, rgba(10, 34, 64, 1) 30%, rgba(34, 101, 180, 1) 100%);
  opacity: 1;
}
.quote-title-box {
  display: inline-flex;
  margin-bottom: 15px;
}
.quote-icon {
  max-width: 32px;
}
.quote-title {
  font-size: 20px !important;
  line-height: 1.1;
  font-family: var(--text-montserrat-font), sans-serif !important;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 0 10px;
}
.quote-member-name {
  font-weight: 600;
}
#intro-section p {
  color: #fff;
}
#whatmembersay {
  display: none !important;
}
#section-contact-us p {
  /* font-size:18px!important;*/
}
#section-contact-us p.caption {
  font-size: 15px !important;
  line-height: 1.6em !important;
}
p.caption {
  font-size: 15px !important;
  line-height: 1.6em !important;
}
.caption {
  line-height: 1.6em !important;
}
#section-contact-us .download-container {
  padding-top: 3em;
  max-width: 100%;
}
.phone-col-left {
  display: flex;
}
.phone-col-right {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  padding-left: 7rem;
}
.install-text {
  margin-top: 3em;
}
.phone-width-size {
  max-width: 380px;
}
img.phone-width-size.phone-no2 {
  margin-left: 1em;
  margin-top: 5em;
}
img.phone-width-size.phone-no1 {
  margin-bottom: 6em;
}
#detail_and_post h3 {
  font-family: var(--text-montserrat-font), sans-serif;
  font-weight: 600;
  font-size: 22px !important;
}
#section-contact-us .start-big-title-text {
  font-size: 5rem;
  line-height: 1.3;
  font-family: 'Prata', serif;
}
.using-now-container {
  display: inline-flex;
}
@media (max-width:767px) {
  .phone-col-left {
    display: flex;
    flex-direction: column;
  }
  img.phone-width-size.phone-no1 {
    margin-bottom: 0em;
  }
  .phone-no1-pos {
    margin: 0 auto;
    margin-top: 1em;
  }
  #section-contact-us .download-container {
    padding-top: 1.5em;
    max-width: 85%;
    margin: 0 auto;
  }
  .phone-width-size {
    max-width: 300px;
  }
}
@media (max-width:670px) {
  body.tc .navbar-brand {
    font-size: 40px !important;
  }
}
@media (max-width:576px) {
  .phone-width-size {
    max-width: 280px;
  }
}
@media (max-width:570px) {
  body.tc .navbar-brand {
    font-size: 32px !important;
  }
}
@media (max-width:470px) {
  body.tc .navbar-brand {
    font-size: 30px !important;
  }
}
@media (max-width:430px) {
  .phone-width-size {
    max-width: 240px;
  }
  body.tc .navbar-brand {
    font-size: 28px !important;
  }
}
@media (max-width:414px) {
  .phone-width-size {
    max-width: 210px;
  }
}
@media (max-width:400px) {
  body.eng .navbar-brand {
    font-size: 30px !important;
  }
  body.tc .navbar-brand {
    font-size: 26px !important;
  }
}
@media (max-width:380px) {
  body.eng .navbar-brand {
    font-size: 28px !important;
  }
}
@media (max-width:375px) {
  .phone-width-size {
    max-width: 190px;
  }
  body.tc .navbar-brand {
    font-size: 25px !important;
  }
}
@media (max-width:360px) {
  body.eng .navbar-brand {
    font-size: 27px !important;
  }
  body.tc .navbar-brand {
    font-size: 24px !important;
  }
}
@media (max-width:350px) {
  body.tc .navbar-brand {
    font-size: 23px !important;
  }
}
@media (max-width:340px) {
  body.eng .navbar-brand {
    font-size: 26px !important;
  }
  body.tc .navbar-brand {
    font-size: 22px !important;
  }
}
@media (max-width:320px) {
  body.eng .navbar-brand {
    font-size: 24px !important;
  }
}
.sign-up-container-mobile .col-5.sign-up-col a {
  width: 100%;
}
.big-title-text {
  color: #fff !important;
}
.intro-section .small-title-text {
  color: #fff !important;
}
.intro-text {
  color: #fff !important;
}
.overlay-video {
  background: rgb(10, 34, 64);
  background: linear-gradient(90deg, rgba(10, 34, 64, 1) 30%, rgba(34, 101, 180, 1) 100%) !important;
}
.dark-mode {
  display: block !important;
  position: relative;
  top: 9%;
}
.light-mode {
  display: none !important;
  position: relative;
  top: 9%;
}
@media (max-width:1199px) {
  .dark-mode {
    top: 8%;
  }
  .light-mode {
    top: 8%;
  }
  #section-contact-us .small-title-text {
    color: #7B7B7D !important;
  }
}
@media (max-width:991px) {
  .dark-mode {
    top: 2%;
  }
  .light-mode {
    top: 2%;
  }
}
@media (max-width:768px) {
  .dark-mode {
    top: 0%;
  }
  .light-mode {
    top: 0%;
  }
}
@media (max-width:767px) {
  .big-title-text {
    font-size: 40px;
  }
  .session-block {
    /* font-size: 14px;*/
  }
  .accordion button .accordion-title {
    font-size: 16px !important;
  }
  .accordion .accordion-content p {
    font-size: 14px !important;
  }
  .small-title-text {
    font-size: 11px !important;
  }
}
a.text-link {
  color: #000 !important;
  text-decoration: underline !important;
}
/* start of slick sluder */
.cardcarousel-container {
  max-width: 1502px;
  margin: 0 auto;
}
.my-slider {
  padding: 0 70px;
}
.slick-initialized .slick-slide {
  /*background-color: #b32532;
  color: #FFF;*/
  width: 100%;
  margin: 0 25px 0 0; /*height:300px;*/
}
.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 26px;
}
.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 26px;
}
.slick-prev:before {
  content: url(/international-pathway/global/assets/images/btn-slider-arrow-right.svg) !important;
  width: 44px;
  height: 44px;
  opacity: 0.7;
}
.slick-next:before, [dir=rtl] .slick-prev:before {
  content: url(/international-pathway/global/assets/images/btn-slider-arrow-left.svg) !important;
  width: 44px;
  height: 44px;
  opacity: 0.7;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.35 !important;
}
.slick-next, .slick-prev {
  z-index: 5;
  width: 44px !important;
  height: 44px !important;
}
.slick-next {
  right: -10px !important;
}
.slick-prev {
  left: 15px;
}
.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 26px;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0;
}
.cardcarousel {
  padding: 0rem 4rem;
}
.cardcarousel .slick-dots {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  position: relative !important;
}
.cardcarousel .slick-dots li.slick-active {
  background-color: #976C43;
}
.cardcarousel .slick-dots li {
  flex: 1 1;
  background: #f5f5f5;
  height: 3px;
}
.slick-dots li button:before {
  width: 0px !important;
  height: 0px !important;
  content: '' !important;
}
.slick-dots li {
  margin: 0px !important;
}
/*

.slick-dots {
    bottom: -45px;
    width: 90%;
    list-style: none;
    text-align: center;
}	*/
@media (max-width: 991px) {
  .cardcarousel {
    padding: 0rem 0rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .cardcarousel {
    padding: 0rem 0rem;
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* end of slick sluder */
body.tc h1 {
  font-family: 'Noto Sans TC' !important;
}
body.tc h2 {
  font-family: 'Noto Sans TC' !important;
}
body.tc h3 {
  font-family: 'Noto Sans TC' !important;
}
a.textlink:hover {
  color: #23262A;
  text-decoration: underline;
  font-weight: 700;
}
a.textlink {
  color: #23262A;
  text-decoration: underline;
  font-weight: 700;
}
.video-kv {
  top: 167px;
  height: 100vh;
}
.hero-banner--video {
  height: calc(100vh + 69px);
}
@media (width <=575px) {
  .video-kv {
    top: 147px;
  }
  .hero-banner--video {
    height: calc(100vh + 58px);
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.75);
}
/*.navbar-brand {
	 color: #AE865F!important;
	}
	
	
		.shadow-bottom {
  box-shadow: 0 5px 5px -5px #333;
}*/
.navbar {
  /*background: rgba(255, 255, 255, 0.70);

backdrop-filter: blur(20px);*/
}
.top-hero-container {
  display: flex;
  align-items: center;
  justify-content: center
}
.top-hero-container__slide {
  width: 100%
}
.top-hero-container--video {
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover
}
body {
  line-height: 1.5rem !important;
}
.cardcarousel .slick-dots li {
  flex: 1 1;
  background: #eee;
  height: 3px;
}
.glance .slide-card-photo img {
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.glance .slide-card-photo img:hover {
  /*--tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));*/
}
.sign-up-container-mobile {
  background: #fff;
  height: auto;
  font-family: var(--text-montserrat-font), sans-serif;
  border-radius: 30px 30px 0px 0px !important;
  padding: 8px 15px !important;
  line-height: 1.2rem;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.contactinfo__d-flex {
  display: flex;
  position: relative;
}
.zoom-img {
  overflow: hidden;
}
.zoom-img img {
  width: 100%;
  /*aspect-ratio: 1 / 1;
  object-fit: cover;*/
  transition: all .3s ease;
}
.zoom-img img:hover {
  /*transform: scale(1.2);*/
}
video {
  /*height: 60vh !important;*/
  height: 100% !important;
}
.hidden-1024 {
  display: block;
}
.display-1024 {
  display: none;
}
@media (max-width: 1024px) {
  .hidden-1024 {
    display: none !important;
  }
  .display-1024 {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .top-hero-container--video {
    height: 55vh !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.tranding-slide {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px !important;
}
.tranding-slide .tranding-slide-img video {
  /*    border-radius: 2rem;
   Border Radius für die Videos */
  object-fit: cover;
}
.overlay-video-container .video .icon-base--video {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.overlay-video-container img {
  margin: 0 auto;
}
.bgvideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.tranding-slide {
  width: 100vw !important;
  /* height: auto!important;*/
  position: relative;
  padding: 0px !important;
  overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #976C43 !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #976C43 !important;
}
a {
  color: #976C43 !important;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #976C43 !important;
  text-decoration: underline !important;
  background-color: transparent;
  cursor: pointer;
}
.footer-blk {
  margin-top: 0rem;
  padding: 0rem 0 3rem;
  color: #000 !important;
  border-top: 1px solid #976C43;
  font-weight: 200 !important;
}
.footer-blk a {
  color: var(--text-primary, #23262A) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.4px;
  ;
}
.footer-blk a:hover {
  color: var(--text-primary, #23262A) !important;
  text-decoration: underline;
}
.footer-blk__item {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 3rem;
}
.reset-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.footer-link {
  display: flex;
}
.footer-link__item:first-child {
  margin-left: 0;
}
.footer-link__item {
  margin-left: 1.5em;
  margin-right: 1.5em;
  position: relative;
}
.footer-link__item:after {
  content: "";
  position: absolute;
  right: -1.5em;
  top: 0.6em;
  background: #919294;
  width: 1px;
  height: 0.75em;
}
.footer-link__item:last-child {
  margin-right: 0;
}
.footer-link__item:last-child:after {
  width: 0;
}
.footer-blk__item:last-child {
  margin-bottom: 0;
}
.footer-blk__item {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 3rem;
}
.copyright-blk {
  padding: 0 1em;
}
.copyright-blk__text {
  color: var(--text-primary, #23262A);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  font-family: var(--text-montserrat-font), sans-serif;
}
.nav-item a {
  color: #fff !important;
}
.nav-item a:hover {
  color: #fff !important;
  text-decoration: inherit !important;
  opacity: 0.8;
}
.sign-up-container p {
  margin-top: 0;
  margin-bottom: 0rem !important;
}
@media (max-width: 575px) {
  header .header-1 .pb-4, .header-1 .py-4 {
    padding-bottom: 0rem !important;
  }
  header .header-1 .pt-4, header .header-1 .py-4 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 450px) {
  .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 41%) !important;
  }
  .overlay-video-container .video .icon-base--video {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 30px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
}
.scroll-down {
  background: #976C43 !important;
  border: 0;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  margin: 15px;
  opacity: 1;
  position: fixed;
  bottom: 70px;
  right: 10px;
  transition: right 0.2s ease-in-out;
  width: 50px;
  z-index: 999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 575px) {
  .scroll-down {
    bottom: 150px;
  }
}
@media (max-width:340px) {
  header .navbar-nav li .nav-link {
    font-size: 0.85rem !important;
  }
}
@media (max-width: 575px) {
  .mb-enquries {
    margin-bottom: 16px;
  }
  .header-1 .pr-4.py-4 {
    padding-right: 0px !important;
  }
}
.float-left-menu {
  float: left;
}
.float-right-menu {
  float: right;
}
a.float-right-menu {
  color: #23262A !important;
  font-weight: 500 !important;
}
a.float-right-menu:hover {
  font-weight: 500 !important;
  color: #AE865F !important;
  text-decoration: none !important;
}
/* end of SC fonts */
header {
  border: 0px !important;
}
.modal-header {
  z-index: 999;
}

.modal-width {
    width: 100%;
    padding-right: 16px;
}


header {
  background: var(--background-nightBlue, #0A2240) !important;
}
/*
header .pl-4, header .px-4 {
  padding-left: 1rem !important;
}
header .pr-4, header .px-4 {
  padding-right: 1rem !important;
}*/
.scroll-top {
  z-index: 100 !important;
  background: var(--button-backToTop, rgba(145, 162, 183, 0.90));
  /* shadow/centre/1 */
  box-shadow: 0px 0px 4px 0px rgba(10, 34, 64, 0.10);
}
.scroll-top.visible {
  bottom: 3em !important;
  z-index: 999 !important;
}
.container-fluid-padding {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.container-fluid-padding-no-bottom {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.container-fluid-padding-no-top {
  padding-top: 0px !important;
  padding-bottom: 80px !important;
}
.enquiry-container-width-1024 {
  display: none;
}
.hidden1024 {
  display: block;
}
.display1024 {
  display: none;
}
.dept-title {
  color: #666669 !important;
  /* desktop/other/caption */
  font-family: var(--default-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
.tranding-slider .swiper-pagination-bullet {
  background: #E5E5E8 !important;
  opacity: 1 !important;
}
.tranding-slider .swiper-pagination-bullet-active {
  background: #976C43 !important;
  opacity: 1 !important;
}
p {
  margin-bottom: 0px;
  font-family: var(--default-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.row-gap {
  margin-bottom: 48px !important;
}
header a.nav-link {
  /* letter-spacing: 0.05rem; */
  /* font-size: 1.2rem; */
  /* font-weight: 300; */
  font-family: "Noto Sans TC";
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 16px !important;
  letter-spacing: 0.2px !important;
}
.gap-title {
  margin-bottom: 36px !important;
}
.gap24 {
  margin-bottom: 24px !important;
}
.gap12 {
  margin-bottom: 12px !important;
}
.gap16 {
  margin-bottom: 16px !important;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .2) !important;
  border-radius: 16px !important;
  outline: 0;
}
.modal-header {
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-top: 32px !important;
  border-bottom: 0px solid #dee2e6 !important;
  margin-bottom: 0px !important;
  justify-content: space-between !important;
  align-items: flex-start;
}
.modal-header button {
  border: 0px !important;
  background-color: #fff !important;
}

.modal-header button:hover svg path {
     stroke: #666669;
   }

.modal-body {
  padding: 32px !important;
  padding-top: 0px !important;
}
#hkjc_logo {
  height: 68px;
  padding: 10px 0px !important;
}
.special-width-container {
  max-width: 1464px !important;
  /*align-self: flex-end;*/
}
.header-nav {
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(20px);
  transition: all 0.3s ease-in-out;
  height: 80px;
}
.navbar-brand-new {
  color: var(--text-titleMain, #0A2240);
  font-family: Prata;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  display: flex;
  padding-top: var(--spacing-3, 12px);
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
}
.navbar {
  border: 0px;
  max-width: 1536px;
  margin: 4px auto;
}
.header-1.d-flex.justify-content-between {
  max-width: 1504px;
  margin: 0 auto;
  padding: 14px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  justify-content: center; /* center items vertically, in this case */
  align-items: center; /* center items horizontally, in this case */
}
/* Class for when headerNav sticks to the top */
.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 1px 6px 0px rgba(10, 34, 64, 0.1);
}
/* Class for when headerNav fades out */
.header-nav.fade-out {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%); /* Optional: slide up while fading */
}
.header-nav.fade-in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.container-fluid-padding.end-page-padding {
  padding-bottom: 120px !important;
}
.enquiry-container-width-1024 .btn {
  height: 32px !important;
  padding: 8px 20px !important;
  font-size: 12px !important;
}
.slick-initialized .slick-slide {
  margin: 0 24px 0 0 !important;
}
.visible-744 {
  display: none;
}
.hidden-744 {
  display: block;
}
section.nopadding-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
section.last-section {
  padding-top: 80px !important;
  padding-bottom: 120px !important;
}
section.nobottompadding-section {
  padding-top: 80px !important;
  padding-bottom: 0px !important;
}
/*--------------------------------------------------------------
css of responsive viewport - XL  1512
--------------------------------------------------------------*/
@media (max-width: 1512px) {
  .enent-upper-info {
    gap: 24px;
  }
  .special-width-container {
    max-width: 1248px !important;
    /*align-self: flex-end;*/
  }
  .container-wrapper {
    display: flex;
    gap: 12px;
    max-width: 1208px !important;
    margin: 0 auto;
  }
  .cardcarousel-container {
    max-width: 1208px !important;
    margin: 0 auto;
  }
  .header-1.d-flex.justify-content-between {
    max-width: 1248px !important;
  }
  .navbar {
    max-width: 1248px !important;
  }
  .swiper-button-container {
    max-width: 1248px !important;
  }
  h1.mb-3 {
    font-size: 60px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
    letter-spacing: 1px;
  }
  .container-fluid-padding {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .container-fluid-padding-no-bottom {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
  }
  .container-fluid-padding-no-top {
    padding-top: 0px !important;
    padding-bottom: 80px !important;
  }
}
/*--------------------------------------------------------------
css of responsive viewport - LG  1024
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  section.nobottompadding-section {
    padding-top: 48px !important;
    padding-bottom: 12px !important;
  }
  section.last-section {
    padding-top: 48px !important;
    padding-bottom: 80px !important;
  }
  .slick-initialized .slick-slide {
    margin: 0 16px 0 0 !important;
  }
  .gap-title {
    margin-bottom: 24px !important;
    font-size: 48px !important;
  }
  .glance .slick-prev {
    top: 111% !important;
    left: 20% !important;
  }
  .glance .slick-next {
    top: 111% !important;
    right: 20% !important;
  }
  h1.mb-3 {
    color: var(--text-titleMain, #0A2240);
    /* mobile/header/LG */
    font-family: Prata;
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
    letter-spacing: 1px;
  }
  .header-1.d-flex.justify-content-between {
    max-height: 56px;
  }
  #hkjc_logo {
    height: 68px;
    padding: 14px 0px !important;
  }
  .events-container {
    padding: 0px 0px !important;
  }
  .container-fluid-padding.nopaddingmobile {
    padding-bottom: 0px !important;
  }
  .hidden1024 {
    display: none !important;
  }
  .display1024 {
    display: block;
  }
  #booking-info {
    /*background: #fff!important;*/
  }
  .enquiry-container-width-1024 {
    display: flex;
    padding: 0px var(--spacing-7, 24px);
    justify-content: center;
    /*align-items: flex-end;*/
    align-items: flex-start;
    gap: var(--spacing-5, 16px);
    align-self: stretch;
    flex: 1;
    flex-direction: column;
  }
  .sign-up-container {
    background: #fff !important;
    /*border-radius: var(--spacing-5, 16px) var(--spacing-5, 16px) 0px 0px;*/
    background: var(--background-light, #FFF);
    /* shadow/top */
    box-shadow: 0px -1px 6px 0px rgba(10, 34, 64, 0.10);
  }
  .sign-up-container .container.container-width-736 {
    display: none !important;
  }
  .sign-up-container {
    padding: 10px 0px;
  }
  .header-nav {
    height: 56px;
  }
  .navbar-brand-new {
    padding-top: var(--spacing-3, 12px) !important;
  }
  .container-fluid-padding-no-bottom {
    padding-top: 48px !important;
    padding-bottom: 0px !important;
  }
  .container-fluid-padding-no-top {
    padding-top: 0px !important;
    padding-bottom: 48px !important;
  }
  .container-fluid-padding {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .row-gap {
    margin-bottom: 24px !important;
  }
  h2 {
    color: var(--text-titleMain, #0A2240);
    font-size: 30px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 36px !important; /* 120% */
  }
  .event-title {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
  }
  .header-1.d-flex.justify-content-between {
    padding: 0px 14px !important;
  }
  .navbar-brand-new {
    color: var(--text-titleMain, #0A2240);
    /* mobile/header/2XS */
    font-family: Prata;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  .navbar {
    padding: 0 1rem !important;
  }
  p {
    /* mobile/body/MD */
    font-family: var(--default-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.2px;
  }
  .intro-subtitle {
    /* mobile/other/overline */
    margin-bottom: 16px !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 120% */
    letter-spacing: 0.2px;
  }
  .enquiry-container__lv2 {
    display:flex;
  }
}
/*--------------------------------------------------------------
css of responsive viewport - MD  834
--------------------------------------------------------------*/
@media (max-width: 834px) {
  h1.mb-3 {
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 1px;
  }
  .tranding-slider .swiper-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    bottom: 2em !important;
    width: 100%;
  }
  .tranding-slider .swiper-pagination {
    margin-bottom: -3px !important;
    z-index: 10 !important;
  }
  .container-fluid-padding.end-page-padding {
    padding-bottom: 0px !important;
  }
}
/*--------------------------------------------------------------
css of responsive viewport - SM 744
--------------------------------------------------------------*/
@media (max-width: 744px) {
  .visible-744 {
    display: block;
  }
  .hidden-744 {
    display: none;
  }
  .tranding-slider .swiper-pagination {
    margin-bottom: -3px !important;
    z-index: 10 !important;
  }
  .tranding-slider .swiper-title {
    bottom: 1.75em !important;
  }
  h1.mb-3 {
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 1px;
  }
  .modal-header {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 24px !important;
    margin-bottom: 0px !important;
  }
  .modal-body {
    padding: 24px !important;
    padding-top: 0px !important;
  }
}
.enqury-icon-tel {
  margin-right: 4px;
}
.br450 {
  display: none;
}
/*--------------------------------------------------------------
css of responsive viewport - XS 399
--------------------------------------------------------------*/
@media (max-width: 480px) {
  .enquiry-container-width-1024 .btn {
    /*  height: 48px !important;
    padding: 8px 5px !important;
    font-size: 12px !important;*/
  }
  .enqury-icon-tel {}
  .br450 {
    display: block;
  }
}
.navbar {
  border: 0px;
  max-width: 1536px;
  margin: 4px auto;
}
.header-1.d-flex.justify-content-between {
  max-width: 1504px;
  margin: 0 auto;
  padding: 14px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  justify-content: center; /* center items vertically, in this case */
  align-items: center; /* center items horizontally, in this case */
}
/* Class for when headerNav sticks to the top */
.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 1px 6px 0px rgba(10, 34, 64, 0.1);
}
/* Class for when headerNav fades out */
.header-nav.fade-out {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%); /* Optional: slide up while fading */
}
.header-nav.fade-in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.email-link {
  color: var(--color-neutral-900, #23262A) !important;
  /* desktop/body/MDLink */
  font-family: var(--default-font);
  font-style: normal;
  letter-spacing: 0.2px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 575px) {
  .scroll-down {
    right: 15px !important;
  }

  .enquiry-container__lv2 {
    display: inline;
}
}
.popContainer {
  width: 100%;
  /* height: auto; */
  max-height: 768px;
}
.max-btn-width {
  width: 100%;
  max-width: 429px;
}
.max-reg-btn-width {
  width: 100%;
  max-width: 220px;
}
.hide-native-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none
}
.hide-native-scrollbar::-webkit-scrollbar {
  display: none
}
::-webkit-scrollbar {
  height: .25rem;
  width: 10px
}
::-webkit-scrollbar-track {
  border-radius: .375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 232/var(--tw-bg-opacity))
}
::-webkit-scrollbar-thumb {
  border-radius: .375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(164 164 167/var(--tw-bg-opacity))
}
::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 123 125/var(--tw-bg-opacity))
}
/*--------------------------------------------------------------
table
--------------------------------------------------------------*/
.table-gold {
  margin-bottom: 0px;
  min-width: 600px;
  line-height: 24px;
  letter-spacing: 0.2px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1em;
  border: solid .3em #dfdfdf;
}
.table .thead-gold th {
  color: var(--text-primary);
  background-color: var(--background-lightGold);
  border-color: var(--border-main);
  font-family: var(--text-montserrat-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  vertical-align: middle;
  border-bottom: solid 2px #976C43;
}
.txt-strong {
  font-family: var(--text-montserrat-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 142.857% */
  letter-spacing: 0.4px;
}
.table > :not(caption) > * > * {
  padding: 16px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(201, 76, 76, 0);
}
tr:last-child {
  border-bottom: #ffffff 0px;
  border-radius: 9px 9px 9px 9px
}
.rounded {
  border-radius: 8px !important;
}
.caption {
  color: var(--text-secondary);
  /* mobile/other/caption */
  margin-top: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.2px;
}
.table-gold-no-min-width {
  min-width: unset;
}
.table-simply td {
  padding: 15px 15px 0px 15px;
}
.close {
  font-size: 2rem !important;
}
.overlay-video-container-slider .video .icon-base--video {
  /* position: absolute;
     width: 40px; 
    height: 40px; 
    top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%);*/
  z-index: 1;
}
.play-icon {
  position: absolute;
  bottom: 16px;
  right: 24px;
  /* transform: translate(-50%, -50%); */
  z-index: 1;
  width: 60px;
  height: 43px !important;
  width: 43px !important;
}
.glance .slide-card-photo {
  width: 100%;
  position: relative;
  display: table;
}
}
.fancybox-is-open .fancybox-bg {
  opacity: .85 !important;
}
.fancybox-bg {
  background: #000 !important;
}
.fancybox-inner {
  max-width: 920px; /*margin: 0 auto;
	    display: flex;
    justify-content: center;*/
}
.fancybox-caption {
  display: none !important;
}
/*	
.fancybox-toolbar {
    right: 0;
   
    top: 20%!important;
	 color: #fff!important;
}	*/
.fancybox-infobar {
  color: #fff !important;
  font-size: 13px; /*top:inherit!important;
    bottom: 20%!important;
    left: 95%!important;*/
}
.fancybox-button {
  background: rgba(255, 255, 255, 0);
}
.fancybox-button svg path {
  fill: rgba(10, 34, 64, 1) !important;
  stroke-width: 0;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.oveflow-model-content-container {
  overflow-y: scroll;
  max-height: 400px;
  overflow-x: hidden;
  /* Scrollbar styling */
  scrollbar-width: thin; /* For Firefox */
}
::-webkit-scrollbar {
  width: 5px;
}
/* Track */ ::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: #E5E5E8 !important;
  border-radius: 10px;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.content_subhead {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--text-montserrat-font), sans-serif;
}
.modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  font-family: var(--text-montserrat-font), sans-serif;
}
.profile-container-text .modal-title span {
  font-size: 16px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem 8px !important;
    max-height: 488px !important;
  }
}
@media (max-width: 575px) {
  .table-gold {
    margin-bottom: 0px;
    /*min-width: 600px;*/
    line-height: 24px;
    letter-spacing: 0.2px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 1em;
    border: solid .3em #dfdfdf;
  }
  .modal-dialog {
    max-height: 620px !important;
  }
  .modal-dialog {
    width: auto;
    margin: 32px 16px !important;
    height: auto !important;
  }
  .dept-title {
    font-size: 12px;
  }
  .content_subhead {
    font-size: 18px;
    display: flex !important;
    flex-direction: column !important;
  }
  .oveflow-model-content-container {
    max-height: 580px;
  }
}
#myModal {
 /* background: rgba(0, 0, 0, 0.6) !important;*/
}
.modal-header {
  border-bottom: 0px solid #dee2e6 !important;
}
.close-text-btn {
  max-width: 200px;
}
.display-center {
  justify-content: center;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 110px;
  /* opacity: 0; */
  position: absolute;
  top: calc(50% - 50px);
  width: 80px;
  visibility: visible !important;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  background: #fff !important;
  border-radius: 5em;
}
button.fancybox-button.fancybox-button--play {
  display: none !important;
}
button.fancybox-button.fancybox-button--zoom {
  display: none !important;
}
button.fancybox-button.fancybox-button--thumbs {
  display: none !important;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  display: none !important;
}
/* Custom animation */
.fancybox-fx-slide-in-out.fancybox-slide--previous {
  transform: translateX(-100%);
}
.fancybox-fx-slide-in-out.fancybox-slide--next {
  transform: translateX(100%);
}
.fancybox-fx-slide-in-out.fancybox-slide--current {
  transform: translateX(0);
}
/* Ensure the modal container takes up the full viewport height */
.modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Ensure the modal content is centered */
.modal-dialog {
  /*  margin-top: 50px!important;
    margin-bottom: 50px!important;Remove default margin */
  max-width: 800px !important; /* Adjust as needed */
  width: 100% !important; /* Full width */
  max-height: 488px;
}
.fade:not(.show) {
  opacity: 0;
  display: none !important;
}
.fancybox-button--close svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  color: #fff !important;
  background: rgba(255, 255, 255, 0) !important;
}
.fancybox-button--close svg path {
  fill: rgba(255, 255, 255, 1) !important;
  stroke-width: 0;
}
.fancybox-button--close {
  width: 50px !important;
  height: 50px !important;
}
.icon-size-tel {
  width: 36px;
  height: 36px;
}
hr.2mrem {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible;
}
.fancybox-slide--image {
  height: 100%;
  max-height: 768px;
}
.fancybox-is-open .fancybox-stage {
  height: 100%;
  max-height: 768px;
}
.fancybox-inner {
  position: absolute !important;
  /* Positioning the element absolutely */
  top: 50%; /* Move the top of the element to the middle of the parent */
  left: 50%; /* Move the left of the element to the middle of the parent */
  transform: translate(-50%, -50%); /* Shift the element back by half its width and height */
  width: 100%; /* Optional: set width to 100% or as needed */
}
.fancybox-container {
  display: flex !important;
  align-items: center !important; /* Vertically centers the content */
  justify-content: center !important; /* Horizontally centers the content */
  height: 100vh; /* Full viewport height */
}
.svg-icon-size {
  width: 32px;
  height: 32px;
}
.cardcarousel-container .content-ul-style {
  padding-left: 0px !important;
}
.content-ul-style ul li {
  padding-bottom: 5px !important;
  list-style: none;
}
.content-ul-style ul li a {
  color: #23262A !important;
  text-decoration: underline !important;
}
.card-box {
  padding: 10px;
}
.card-box-title {
  font-size: 20px;
  font-family: var(--text-montserrat-font), sans-serif;
}
.card-box-inner {
  background: #FBF8F5 !important;
  border-radius: 8px;
  padding: var(--spacing-32) var(--spacing-32) var(--spacing-24) var(--spacing-32);
}
.LearnMore {
  color: var(--button-primary);
  font-family: var(--text-montserrat-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 20px;
  text-decoration: underline !important;
}
.txt-strong {
  font-family: var(--text-montserrat-font), sans-serif;
}
.content-ul-style ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em !important;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  unicode-bidi: isolate;
}
.register-btn-container {
  display: flex;
  align-items: center;
}
.register-btn-container .register-btn {
  background-color: #976C43 !important;
  color: #FFF !important;
  border: 1px solid #976C43 !important;
  text-decoration: none !important;
}
#detail_and_post .container-width-736 {
  max-width: 1100px !important;
}
@media (max-width: 575px) {
  .register-btn-container .register-btn {
    margin: 0 auto;
    margin-top: 20px;
  }
  .sign-up-container {
    padding: 10px 0px 20px 0px;
  }
}
@media (max-width: 1300px) {
  .modal {
    align-items: flex-start !important;
  }
}
/* Base table styles */
/*--------------------------------------------------------------
start of table-responsive-stacked
--------------------------------------------------------------*/
.table-responsive-stacked {
  width: 100%;
  margin-bottom: 2rem;
}
.table-responsive-stacked .table {
  /*  width: 100%;
            border-collapse: collapse;
            background: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
}
.table-responsive-stacked .table th {
  background-color: #fbf8f5;
  /* color: white; */
  font-weight: bold;
  text-align: left;
  padding: var(--spacing-7, 24px);
  border-bottom: 2px solid #976C43;
}
.table-responsive-stacked .table td {
  padding: 36px 24px;
  border-bottom: 1px solid #e0e0e0;
}
.table-responsive-stacked .table tr:last-child td {
  border-bottom: none;
}
/* Stacked table on mobile */
@media screen and (max-width: 768px) {
  .modal-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    font-family: var(--text-montserrat-font), sans-serif;
  }
  .profile-container-text .modal-title span {
    font-size: 12px;
  }
  .table-responsive-stacked .table.border {
    border: 0px solid #dee2e6 !important;
  }
  .table-responsive-stacked .table {
    border: 0;
    box-shadow: none;
    background: transparent;
  }
  .table-responsive-stacked .table thead {
    display: none;
  }
  .table-responsive-stacked .table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
  ;
    overflow: hidden;
  }
  .table-responsive-stacked .table td {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    /* padding: 12px 15px;
                text-align: right;
                justify-content: space-between;*/
    padding: 32px 16px;
    align-items: flex-start;
    gap: var(--spacing-5, 16px);
    align-self: stretch;
  }
	
	
 /* Date and Location cells */
  .tc .table-responsive-stacked .table td:not([data-label="活動名稱"]) {
    display: flex;
  }
  /* Event cell - full width */
  .tc .table-responsive-stacked .table td[data-label="活動名稱"] {
    display: block;
    text-align: left;
    background: #f9f9f9;
    font-weight: 600;
    border-bottom: 2px solid #976C43 !important;
	  padding:16px!important;
  }
  .tc .table-responsive-stacked .table td[data-label="活動名稱"]:before {
    content: '');
    font-weight: bold;
    color: #976C43;
    display: block;
    text-align: left;
    margin-bottom: 8px;
    display: block;
  }
  /* Hide the label for Date and Location */
  .tc .table-responsive-stacked .table td:not([data-label="活動名稱"]):before {
    content: attr(data-label);
    font-weight: bold;
    color: #23262A;
    margin-right: 15px;
    width: 70px;
    text-align: left;
  }	
	
	
	
  /* Date and Location cells */
  .en .table-responsive-stacked .table td:not([data-label="Event"]) {
    display: flex;
  }
  /* Event cell - full width */
   .en .table-responsive-stacked .table td[data-label="Event"] {
    display: block;
    text-align: left;
    background: #f9f9f9;
    font-weight: 600;
    border-bottom: 2px solid #976C43 !important;
	  padding:16px!important;
  }
  .en  .table-responsive-stacked .table td[data-label="Event"]:before {
    content: '');
    font-weight: bold;
    color: #976C43;
    display: block;
    text-align: left;
    margin-bottom: 8px;
    display: block;
  }
  /* Hide the label for Date and Location */
   .en .table-responsive-stacked .table td:not([data-label="Event"]):before {
    content: attr(data-label);
    font-weight: bold;
    color: #23262A;
    margin-right: 15px;
    width: 70px;
    text-align: left;
  }
  .table-responsive-stacked .table tr:last-child td:last-child {
    border-bottom: none;
  }
}
/*--------------------------------------------------------------
end of table-responsive-stacked
--------------------------------------------------------------*/
.sales-event-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.4px;
  font-family: var(--text-montserrat-font), sans-serif;
}
.modal-enquiry-bar {
  display: inline-flex;
  justify-content: space-between;
  width: 98%;
  
}
.modal-enquiry-bar-01 {
  text-align: left !important;
  align-content: flex-end;
}
.modal-enquiry-bar-02 {
  text-align: left !important;
  align-content: flex-end;
}
.modal-enquiry-bar-03 {
  text-align: left !important;
  align-content: flex-end;
}
@media screen and (max-width: 768px) {
  .modal-enquiry-bar {
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column !important;
    width: 98%;
    row-gap: 16px;
  }
}
.tranding-slider .swiper-pagination {
  margin-bottom: 48px !important;
}
.tranding-slider .swiper-title {
  font-family: var(--text-titleMain-font);
  color: var(--text-light, #FFF);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 120% */
  z-index: 9 !important;
  position: absolute;
  bottom: 4em;
  width: 100%
}
@media (max-width: 1024px) {
  .tranding-slider .swiper-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    bottom: 1.5em;
    width: 100%;
  }
  .tranding-slider .swiper-pagination {
    margin-bottom: 0px !important;
    z-index: 10 !important;
  }
}
.tranding-slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.tranding-slider .swiper-button-next {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100000px;
  color: #23262A !important;
  top: 44% !important;
}
.tranding-slider .swiper-button-prev {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100000px;
  color: #23262A !important;
  top: 44% !important;
}
.tranding-slider .swiper-button-next:after, .tranding-slider .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 18px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper.tranding-slider {
  position: relative;
}
.swiper-button-container {
  max-width: 1504px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 44%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* This allows clicks to pass through to elements below */
  padding: 0 20px; /* Add some padding so buttons aren't right at the edge */
  box-sizing: border-box;
}
/* Make sure the container doesn't exceed the viewport width */
@media (max-width: 1600px) {
  .swiper-button-container {
    width: calc(100% - 40px); /* Account for the padding */
  }
}
.tranding-slider .swiper-button-next, .tranding-slider .swiper-button-prev {
  position: relative !important; /* Changed from initial to relative */
  margin: 0;
  pointer-events: auto; /* Re-enable pointer events for the buttons */
}
/* Optional: Adjust button positioning if needed */
.tranding-slider .swiper-button-next {
  right: 0;
}
.tranding-slider .swiper-button-prev {
  left: 0;
}
#highlights {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  column-gap: 48px;
}
.special-width-container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  column-gap: 48px;
  flex-direction: column;
}
.highlights-container-01 {
  flex: 1;
  align-content: center;
}
.highlights-container-02 {
  flex: 1;
  align-content: flex-start;
}
.profile-container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  column-gap: 48px;
  padding: 24px 0px;
}
.profile-container-text {
  flex: 2;
  align-content: center;
}
.profile-container-photo {
  flex: 1;
  align-content: center;
}
@media (max-width:1024px) {
  .profile-container {
    column-gap: 32px;
    padding: 24px 0px;
  }
  .profile-container-text {
    flex: 1;
    align-content: center;
  }
  .profile-container-photo {
    flex: 1;
    align-content: center;
  }
}
.highlights-container-01 .content-ul-style {
  padding-left: 0px !important;
}
.hidden-744 {
  display: block;
}
.visible-744 {
  display: none;
}
@media (max-width:744px) {
  .tranding-slider .swiper-button-next {
    display: none !important;
  }
  .tranding-slider .swiper-button-prev {
    display: none !important;
  }
  .reverse-col {
    flex-direction: column-reverse !important;
  }
  .hidden-744 {
    display: none;
  }
  .visible-744 {
    display: block;
  }
  .profile-container {
    column-gap: 32px;
    padding: 24px 0px;
    flex-direction: column;
  }
  .profile-container-photo img {
    margin-bottom: 24px;
  }
  .special-width-container {
    display: inline-flex;
    justify-content: space-between;
    /*flex-direction: column-reverse;*/
    width: 100%;
    margin: 0 auto;
    /* gap: 24px;*/
  }
}
/*--------------------------------------------------------------
    start of calendar
    --------------------------------------------------------------*/
.info-location {
  display: inline-flex
}
.info-package {
  display: inline-flex
}
.event-item p {
  max-width: 920px;
}
.container-wrapper {
  display: flex;
  gap: 24px;
  max-width: 1464px;
  margin: 0 auto;
}
.container-wrapper-mobile-calendar {}
.calendar-container {
  flex: 1;
  min-width: 280px;
  background: white;
  border-radius: 10px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  padding: 16.18px;
  max-width: 360px;
  border: 1px solid #E5E5E8;
  max-height: 550px;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease, border 0.3s ease;
  overflow: hidden; /* Important for max-height transition */
}
.events-container {
  flex: 1;
  min-width: 300px;
  background: white;
  border-radius: 10px;
  /* padding: 20px 10px;*/
  max-height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
/* scrollbar */ ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.calendar-title {
  font-weight: bold;
  text-transform: uppercase !important;
  position: relative;
  top: 8px;
  font-family: var(--text-montserrat-font), sans-serif;
  color: var(--text-text-title, #23262A);
  font-size: 17.194px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 26.746px;
}
.calendar-nav {
  /*background: #fff !important;
  border: 1px solid var(--button-grayBorder, #E5E5E8);
   border: 1px solid var(--button-grayBorder, #E5E5E8);
  padding: 6px 12px;
  border-radius: 100em;*/
  border: 0px !important;
  background: #fff !important;
  padding: 0px !important;
}
.calendar-nav svg {
  /*position: relative;
    top: -2px;*/
}
#prev-month {
  margin-right: 12px !important;
}
.calendar-nav button:disabled {
  opacity: 0.3 !important;
}
.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  color: #a4a4a7;
  margin-bottom: 0px;
}
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.calendar-day.special-date {
  cursor: pointer;
}
.calendar-day {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  /*cursor: pointer;*/
  position: relative;
  font-family: var(--default-font);
  font-size: 15.284px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.925px;
  letter-spacing: 0.191px;
  width: 43px;
}
.calendar-day:hover {
  background-color: #f0f0f0;
}
.calendar-day.special-date {
  background-color: #fbf8f5;
}
.calendar-day.selected {
  background-color: #976C43;
  color: white;
}
.calendar-day.other-month {
  color: #adb5bd;
}
.event-list {
  padding: 10px 0px 0px 0px;
}
.event-item {
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 16px;
  cursor: pointer;
  background: #fbf8f5;
  width: 98%;
  border: 2px solid #fff;
}
.event-item {
  white-space: normal;
}
.event-item:hover {
  background-color: #fff;
  border: 2px solid #976C43 !important;
}
.event-item.selected {
  background-color: #fff;
  border: 2px solid #976C43;
}
.event-date {
  font-weight: bold;
  color: #0A2240;
}
.event-title {
  color: var(--text-titleMain, #0A2240);
  font-family: Prata;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.no-events {
  color: #0A2240;
  font-style: italic;
}
.event-decr {}
.event-cta-bar {
  margin-top: 12px;
}
.event-badge {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}
.category {
  margin-bottom: 30px;
}
.category .eventlist-title {
  display: flex;
  align-items: center;
  color: var(--text-primary, #23262A);
  font-family: Prata;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.month-section {
  margin-bottom: 20px;
}
.month-header {
  font-size: 1.2rem;
  color: #976C43;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.all-no-events {
  text-align: center;
  padding: 20px;
  color: #0A2240;
  font-style: italic;
}
.container-wrapper.calendar-title-row {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .events-container {
    max-height: inherit;
    overflow-y: auto;
    /* overflow-x: auto;*/
  }
  .container-wrapper {
    flex-direction: column-reverse !important;
  }
  .container-wrapper.calendar-title-row {
    margin-bottom: 10px;
    width: 100%;
  }
  .enent-upper-info {
    display: inline-block !important;
  }
  .event-title {
    magrin-botom: 10px;
  }
}
@media (max-width: 450px) {
	
 .category {
    
     padding-left: 0px!important;
}	
	
	.timeline-line {
		display:none!important;
	} 
	
	
  .events-container {
    /* padding: 20px 0px;*/
  }
}
@media (max-width: 393px) {
  .calendar-day {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    font-family: var(--default-font);
    font-size: 15.284px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.925px;
    letter-spacing: 0.191px;
    width: 38px;
  }
}
@media (max-width: 374px) {
  .calendar-day, .calendar-weekdays {
    font-size: 12px !important;
    padding: 5px 3px !important;
  }
}
.event-date-range {
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 0.8125rem;
  font-family: var(--text-montserrat-font), sans-serif;
  text-transform: uppercase !important;
  text-wrap: nowrap;
  height: 32px;
  line-height: 2;
  font-size: 16px;
}
#yearling-events .event-date-range {
  background: #234c77;
}
#twoyo-events .event-date-range {
  background: #00caff;
}
#horses-events .event-date-range {
  background: #cc6400;
}
.date-badge-container {
  position: absolute;
  bottom: 3px;
  right: 0.3em;
  display: flex;
  flex-direction: row;
  gap: 0px;
}
.date-badge {
  width: 8px;
  height: 8px;
}
.calendar-day.highlight-period {
  background-color: #f5e0cc;
  position: relative;
}
.calendar-day.highlight-period:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(151, 108, 67, 0.2);
  z-index: -1;
}
.calendar-day.highlight-period.selected {
  background-color: #976C43;
  color: white;
}
button.calendar-nav:disabled {
  opacity: 0.25;
}
.calendar-key {
  font-size: 12px !important;
  margin-top: 8px;
}
.category .category-icon.small-icons {
  display: none !important;
}
.calendar-key .category-icon {
  width: 14px !important;
  height: 14px !important;
  margin-right: 6px !important;
}
.enent-upper-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.event-item .register-btn {
  background-color: #976C43 !important;
  color: #FFF !important;
  border: 1px solid #976C43 !important;
  text-decoration: none !important;
  font-family: var(--text-montserrat-font), sans-serif;
}
.calendar-day.special-date .calendar-day-text {
  position: relative;
  top: -8px;
  right: 8px;
}
/* Desktop - always visible */
.calendar-container {
  display: block;
}
/* Mobile toggle button */
.mobile-toggle-btn {
  display: none;
  background: none;
  border: none;
  /*padding: 8px;*/
  cursor: pointer;
  /*margin: 10px 0;*/
  /* border-radius: 4px;
  transition: background-color 0.2s ease;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--border-border-main, #E5E5E8);*/
}
.mobile-toggle-btn:hover {
  background-color: #e0e0e0;
}
/* Mobile styles */
@media (max-width: 1024px) {
  .event-date-range {
    font-size: 14px;
    height: 28px;
    line-height: 2;
  }
  .calendar-container {
    border: 0px !important;
    /* opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: none;*/
  }
  .mobile-toggle-btn {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
  }
  .mobile-toggle-btn svg {
    position: relative;
    left: 3px;
  }
  .mobile-toggle-btn.active {
    background-color: #e0e0e0;
  }
  .calendar-container.visible {
    opacity: 1;
    max-height: 550px;
    padding: 16.18px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
  }
}
@media (max-width: 430px) {
  .mobile-toggle-btn svg {
    position: relative;
    left: 1px;
  }
}
/* Calendar content */
.calendar-content {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}
/* SVG icons */
.toggle-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.icon-hide {
  display: none;
  transform: rotate(0deg);
}
.icon-show {
  display: block;
  transform: rotate(0deg);
}
.active .icon-hide {
  display: block;
  transform: rotate(180deg);
}
.active .icon-show {
  display: none;
  transform: rotate(180deg);
}
/* Chevron icons */
.chevron-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.active .chevron-icon {
  transform: rotate(180deg);
}
.event-location-bar {
  display: flex;
  width: 485.333px;
  height: 24px;
  align-items: center;
  gap: var(--spacing-4, 12px);
}
/* Task 1: General Sticky Header */
#headerNav {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  width: 100%;
}
#headerNav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030; /* Ensure it's above other content */
}
/* Hides the header by moving it up */
#headerNav.fixed.hide-header {
  transform: translateY(-100%);
}
/* Shows the header by moving it down */
#headerNav.fixed.show-header {
  transform: translateY(0);
}
/* Fades out header at the bottom */
#headerNav.fade-out {
  opacity: 0;
  pointer-events: none; /* Prevent interacting with invisible header */
}
/* Task 2: Mobile Sticky Calendar */
.calendar-sticky-placeholder {
  display: none; /* Hidden by default */
}
#calendar-mobile.calendar-wrapper-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #fff; /* Give it a solid background */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add some shadow to lift it off the page */
}
.calendar-mobile-bar {
  width: 100%;
}
/* New: Overlay for Bottom Sheet */
#bottomsheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998; /* Below the bottom sheet but above everything else */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
#bottomsheet-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
/* New: Class to prevent body scroll */
.body-no-scroll {
  overflow: hidden;
}
@media (max-width: 1024px) {
  /* Bottom Sheet Styling */
  .calendarContainer-bottomsheet {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateY(100%); /* Initially hidden */
    transition: transform 0.4s ease-in-out;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-color: #ddd;
    text-shadow: 0 0px 0 #f3f3f3;
    border-radius: 10px 10px 0px 0px;
  }
  .calendarContainer-bottomsheet.is-visible {
    transform: translateY(0); /* Slides up into view */
  }
  #bottomsheet-closebtn {
    text-align: right;
    padding: 12px 12px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #E5E5E8;
  }
}
/*--------------------------------------------------------------
    end of calendar
    --------------------------------------------------------------*/
/*--------------------------------------------------------------
    Timeline styles
    --------------------------------------------------------------*/
.events-container {
  /* padding-left: 20px;  */
}
.category {
  position: relative;
  padding-left: 35px; /* Create space for the timeline elements */
}
.category .eventlist-title {
  position: relative;
}
/* The dot for the category title */
.category .eventlist-title::before {
  content: '';
  position: absolute;
  left: -35px; /* Pull it back to sit on the line */
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1; /* On top of the line */
}
/* Specific colors for category title dots */
#yearling-category .eventlist-title::before {
  background: #234c77;
}
#twoyo-category .eventlist-title::before {
  background: #00caff;
}
#horses-category .eventlist-title::before {
  background: #cc6400;
}
.event-item {
  position: relative;
}
/* The dot for each individual event */
.event-item::before {
  content: '';
  position: absolute;
  left: -37px; /* Pull it back onto the line */
  top: 32px; /* Align with the date badge */
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  z-index: 1; /* On top of the line */
}
.event-item.selected::before {
  border-color: #976C43;
}

.hidden-1024 {
  display: hidden;
}
.visible-1024 {
  display: none;
}
@media (max-width: 1024px) {
  .hidden-1024 {
    display: none !important;
  }
  .visible-1024 {
    display: block;
    margin-bottom: 0px;
  }
}
#calendar-mobile {
  /* background:green; */
}
/* --- NEW STYLES FOR STICKY CALENDAR WRAPPER --- */
.calendar-mobile-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}
.calendar-sticky-placeholder {
  display: none; /* Hide placeholder by default */
}
#calendar-mobile.calendar-wrapper-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001; /* Higher z-index than headerNav */
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(20px);
  box-shadow: 0px 1px 6px 0px rgba(10, 34, 64, 0.1);
}
/*--------------------------------------------------------------
end of  Timeline styles
--------------------------------------------------------------*/
.title-right-decription-container {
  display: flex;
  column-gap: 20px;
}
.title-right-decription-title {
  flex: 1; /* Takes 1 part of the available space */
  /* Alternatively, you could use flex: 0 0 33.333% */
}
.title-right-decription-content {
  flex: 2; /* Takes 2 parts of the available space */
  /* Alternatively, you could use flex: 0 0 66.666% */
}
@media (max-width: 1024px) {
  .calendar-wrapper-sticky .calendar-mobile-bar {
    padding: 10px 14px;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .calendar-wrapper-sticky .calendar-mobile-bar h2 {
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
  }
  .title-right-decription-container {
    display: flex;
    flex-direction: column;
  }
  .title-right-decription-title {
    flex: 1; /* Takes 1 part of the available space */
    /* Alternatively, you could use flex: 0 0 33.333% */
  }
  .title-right-decription-content {
    flex: 1; /* Takes 2 parts of the available space */
    /* Alternatively, you could use flex: 0 0 66.666% */
  }
}
.sign-up-container-mobile .hk-member {
  width: 100%;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.sign-up-container-mobile .mainland-member {
  width: 100%;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#booking-info .container-width-736 {
  max-width: 1100px !important;
}
.enquiry-bar-02 .register-btn {
  background-color: #976C43 !important;
  color: #FFF !important;
  border: 1px solid #976C43 !important;
  text-decoration: none !important;
}
.enquiry-bar-02 .register-btn.cancel-color {
  background-color: #fff !important;
  color: #976C43 !important;
}
.enquiry-bar {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 992px;
}
.enquiry-bar-01 {
  text-align: left !important;
  align-content: center;
}
.enquiry-bar-02 {
  text-align: right !important;
  align-content: center;
  display: flex;
  gap: 15px;
}
.register-btn-banner {
  position: absolute;
  /* text-align: center; */
  /* width: 100%; */
  /* top: 50%; */
  right: 13%;
  bottom: 11%;
}
.enquiry-container-btn-001 {
  display: flex;
  min-width: 260px;
  flex-direction: column;
  /*align-items: center;*/
  align-items: flex-start;
  gap: var(--spacing-3, 8px);
  flex: 1;
}
.enquiry-container-btn-001 a {
  color: #0A2240 !important;
}
.enquiry-container-btn-002 {
  display: flex;
  /*min-width: 88px;*/
  min-width: 260px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex: 1
}
.enquiry-container-btn-003 {
  display: flex;
  /*min-width: 88px;*/
  min-width: 260px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex: 1
}
.enquiry-container-contact-us {
  border-radius: var(--radius-full, 100000000px);
  background: var(--button-primary, #976C43);
}
.contact-text {
  color: var(--text-secondary, #666669);
  /* mobile/other/caption */
  font-family: var(--default-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.2px;
}
.enquiry-container-width-1024 .register-btn {
  background-color: #976C43 !important;
  color: #FFF !important;
  border: 1px solid #976C43 !important;
  text-decoration: none !important;
  /*margin-top: 23px;*/
  margin-top: 10px;
}

.enquiry-container-width-1024 .register-btn.cancel-color {
  background-color: #fff !important;
  color: #976C43 !important;
}
.enquiry-container-width-1024 .btn.btn-secondary.ui-link {
  width: 100% !important;
  padding: 14px;
  display: flex;
  flex-direction: row;
}
.register-btn-banner a.btn.btn-secondary.register-btn {
  color: #fff !important;
  border: 1px solid #fff;
}

.register-btn-banner a.btn.btn-secondary.register-btn:hover {
  border: 1px solid #976C43 !important;
}
@media (max-width: 1900px) {
  .register-btn-banner {
    position: absolute;
    right: 11%;
    bottom: 8%;
  }
}
@media (max-width: 1600px) {
  .register-btn-banner {
    position: absolute;
    right: 9%;
    bottom: 3%;
  }
}
@media (max-width: 1400px) {
  .register-btn-banner {
    position: absolute;
    right: 8%;
    bottom: 3%;
  }
}
@media (max-width: 575px) {
  .register-btn-banner {
    position: absolute;
    right: 1%;
    bottom: 3%;
  }
}
@media (max-width: 430px) {
  .register-btn {
    font-size: 12px !important;
    padding: 10px;
  }
}
.icon-badge {
  display: none !important;
}
@media (max-width: 393px) {
  .enquiry-container-width-1024 {
    /*display: flex;*/
    display: inline;
    padding: 0px var(--spacing-7, 16px);
    justify-content: center;
    /*align-items: flex-end;
    align-items: flex-start;*/
    gap: var(--spacing-5, 8px);
    align-self: stretch;
    flex: 1;
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .enquiry-container-btn-002 {
    flex: initial !important;
  }
  .enquiry-container-btn-003 {
    flex: initial !important;
  }
  .enquiry-container-width-1024 {
    padding: 0px var(--spacing-7, 8px);
  }
}
/* For WebKit browsers (Chrome, Safari, Edge) */ ::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #E5E5E8;
}
::-webkit-scrollbar-thumb {
  background: #E5E5E8;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #E5E5E8;
}
/* Remove scrollbar arrows */ ::-webkit-scrollbar-button {
  display: none;
}
/* For Firefox */
* {
  scrollbar-width: 6px;
  scrollbar-color: #E5E5E8 #fff;
}
/*--------------------------------------------------------------
end of TC  chinese fonts
--------------------------------------------------------------*/
body.tc .event-date-range {
  font-family: 'Noto Sans TC' !important;
}
body.tc .event-item body.tc .register-btn {
  font-family: 'Noto Sans TC' !important;
}
body.tc .calendar-title {
  font-family: 'Noto Sans TC' !important;
}
body.tc .sales-event-title {
  font-family: 'Noto Sans TC' !important;
}
body.tc .content_subhead {
  font-family: 'Noto Sans TC' !important;
}
body.tc .modal-title {
  font-family: 'Noto Sans TC' !important;
}
body.tc .txt-strong {
  font-family: 'Noto Sans TC' !important;
}
body.tc .LearnMore {
  font-family: 'Noto Sans TC' !important;
}
body.tc .card-box-title {
  font-family: 'Noto Sans TC' !important;
}
body.tc .copyright-blk__text {
  font-family: 'Noto Sans TC' !important;
}
body.tc .sign-up-container-mobile {
  font-family: 'Noto Sans TC' !important;
}
body.tc #detail_and_post h3 {
  font-family: 'Noto Sans TC' !important;
}
body.tc .small-title-text {
  font-family: 'Noto Sans TC' !important;
}
body.tc .sign-up-container-mobile {
  font-family: 'Noto Sans TC' !important;
}
body.tc .cta-button--primary {
  font-family: 'Noto Sans TC' !important;
}
body.tc .cta-button {
  font-family: 'Noto Sans TC' !important;
}

body.tc .tranding-slider .swiper-title {
   font-family: 'Noto Sans TC' !important;
}
body.tc .event-title {
    font-family: 'Noto Sans TC' !important;
}
/*--------------------------------------------------------------
end of  TC  chinese fonts
--------------------------------------------------------------*/