@font-face {
  font-family: "Bodega Sans BlackOldStyle";
  src: url("../fonts/bodegaSansBlackOldstyle.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bodega Sans Black";
  src: url("../fonts/bodegaSansBlack.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.cms-section-heading {
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .cms-section-heading {
    padding: 1rem;
  }
}
.cms-section-heading h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #254167;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
.cms-section-heading p {
  font-size: 1rem;
  font-weight: 400;
  color: #254167;
  line-height: 1.4;
  max-width: 60ch;
  margin: 0 auto;
}

.cms-tour-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
.cms-tour-cards .main-tour-card {
  background: #fff;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .cms-tour-cards {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 1rem;
    max-width: 100%;
  }
  .cms-tour-cards .main-tour-card {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: start;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .cms-tour-cards .main-tour-card {
    flex-basis: 90%;
    max-width: 90%;
  }
}
.cms-tour-cards {
  scrollbar-width: none;
}

.cms-tour-cards::-webkit-scrollbar {
  display: none;
}

.cms-tour-cards .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.journey-img {
  height: 300px !important;
}

.main-tour-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main-tour-card .mobile-title {
  display: none;
}
.main-tour-card .image-wrapper {
  width: 100%;
  aspect-ratio: 1/0.6;
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  height: 260px;
}
.main-tour-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-tour-card .content {
  flex: 1;
  padding: 1.5rem;
  background-color: #254167;
  font-size: 0.9rem;
}
.main-tour-card .content h3 {
  font-family: "Bodega Sans BlackOldStyle", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #BE9766;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.main-tour-card .content .meta {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.main-tour-card .content p {
  color: #ffffff;
  margin-bottom: 1rem;
}
.main-tour-card .content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #ffffff;
}
.main-tour-card .content ul li {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  color: #ffffff;
  border-bottom: 1px solid #BE9766;
}
.main-tour-card .content ul li:first-child {
  border-bottom: unset;
}
.main-tour-card .content ul li span {
  color: #ffffff;
}
.main-tour-card .cta {
  background: #0077b6;
  text-align: center;
  padding: 0.75rem;
  color: #001689;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  color: var(--BTN-color);
  font-size: var(--BTN-font-size);
  font-weight: var(--BTN-font-weight);
}
.main-tour-card .cta:hover {
  background-color: var(--BTN-background-color-HOVER);
  color: var(--BTN-color-HOVER);
  text-decoration: var(--BTN-text-decoration-HOVER);
}
.main-tour-card .cta a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.main-tour-card .cta a:hover {
  text-decoration: underline;
}

.cms-tour-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.cms-tour-tags .tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cms-tour-tags .tag svg,
.cms-tour-tags .tag img {
  width: 16px;
  height: 16px;
  color: #c99b59;
  flex-shrink: 0;
}
.cms-tour-tags .tag span {
  font-size: 0.9rem;
  font-weight: 800;
  color: #254167;
  text-transform: uppercase;
  text-wrap: nowrap;
}

.cms-feature-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 4rem 0;
  text-align: center;
}
.cms-feature-block .feature-item {
  flex: 1 1 160px;
  max-width: 180px;
  padding: 0 0.5rem;
}
.cms-feature-block .feature-item img {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
}
.cms-feature-block .feature-item p {
  font-size: 0.9rem;
  font-weight: 700;
  color: #254167;
  line-height: 1.4;
}
.cms-feature-block {
  /* Tablet (2 items per row) */
}
@media (max-width: 768px) {
  .cms-feature-block .feature-item {
    flex: 1 1 calc(50% - 2rem);
    max-width: none;
  }
}
.cms-feature-block {
  /* Mobile (1 item per row) */
}
@media (max-width: 480px) {
  .cms-feature-block .feature-item {
    flex: 1 1 calc(50% - 2rem);
  }
}

.cms-journey-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 4rem auto;
  position: relative;
  /* the continuous line */
}
.cms-journey-block::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: -40px;
  width: 100%;
  height: 2px;
  background: #b97d41;
}
.cms-journey-block .journey-item {
  position: relative;
  padding: 2rem 0.5rem;
}
.cms-journey-block .journey-item .image {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  width: 100%;
  height: 280px;
}
.cms-journey-block .journey-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cms-journey-block .journey-item h3 {
  font-family: "Bodega Sans Black", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  color: #254167;
  margin-bottom: 0.5rem;
  display: inline-block;
  background: #fff;
  padding: 0 0.25rem;
  position: relative;
  /* vertical connector */
}
.cms-journey-block .journey-item h3::before {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: -20%;
  transform: translateX(-50%);
  width: 2px;
  height: 4.2rem;
  background: #b97d41;
}
.cms-journey-block .journey-item h3 {
  /* dot at the end of connector */
}
.cms-journey-block .journey-item h3::after {
  content: "";
  position: absolute;
  top: 2.8rem;
  left: -20%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #b97d41;
  background: #fff;
}
.cms-journey-block .journey-item p {
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #254167;
}
.cms-journey-block .journey-item .image {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
}
.cms-journey-block .journey-item .image img {
  width: 100%;
  display: block;
}
.cms-journey-block .journey-item .journey-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
}
.cms-journey-block .journey-item .journey-page-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5rem;
  height: 6rem;
}
.cms-journey-block .journey-item .journey-img {
  height: 18rem;
}
.cms-journey-block {
  /* Responsive */
}
@media (max-width: 992px) {
  .cms-journey-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cms-journey-block {
    grid-template-columns: 1fr;
  }
}

.cms-tour-card-default {
  max-width: 1200px;
  margin: 4rem auto;
  position: relative;
}

.cms-tour-manager-block {
  max-width: 1200px;
  margin: 4rem auto;
  position: relative;
}
.cms-tour-manager-block .tour-card {
  background: #fff;
  text-align: center;
  margin: 0 0.8rem;
  padding-bottom: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cms-tour-manager-block .tour-card__image {
  width: 100%;
  height: 260px;
  border-radius: 50% 50% 0 0;
  overflow: hidden;
}
.cms-tour-manager-block .tour-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cms-tour-manager-block .tour-card h3 {
  font-family: "Bodega Sans BlackOldStyle", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #b97d41;
  margin: 1rem 0 0.5rem;
}
.cms-tour-manager-block .tour-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #254167;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
  height: 140px;
}
.cms-tour-manager-block .tour-card .btn {
  display: inline-block;
  background: #00a3e0;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.2s ease;
  width: 100%;
}
.cms-tour-manager-block .tour-card .btn:hover {
  background: #008ecc;
}
@media (max-width: 768px) {
  .cms-tour-manager-block .tour-card .c-btn {
    width: 100%;
  }
}

.tour-card--horizontal {
  display: flex;
  align-items: stretch;
  background: #fff;
  max-width: 800px;
  margin: 2rem auto;
  gap: 2rem;
  padding: 1.5rem;
}
.tour-card--horizontal .tour-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tour-card--horizontal .tour-card__content h3 {
  font-family: "Bodega Sans BlackOldStyle", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #b97d41;
  margin-bottom: 0.75rem;
}
.tour-card--horizontal .tour-card__content p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #254167;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  height: 6.4rem;
}
.tour-card--horizontal .tour-card__content p .read-more {
  display: inline-block;
  color: #00a3e0;
  font-weight: 600;
  margin-top: 0.5rem;
  text-decoration: none;
}
.tour-card--horizontal .tour-card__content p .read-more:hover {
  text-decoration: underline;
}
.tour-card--horizontal .tour-card__content .btn {
  display: inline-block;
  background: #00a3e0;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.2s ease;
}
.tour-card--horizontal .tour-card__content .btn:hover {
  background: #008ecc;
}
.tour-card--horizontal .tour-card__image {
  flex: 0 0 260px;
  height: 260px;
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  align-self: flex-start;
}
.tour-card--horizontal .tour-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tour-card--horizontal {
  /* Responsive */
}
@media (max-width: 768px) {
  .tour-card--horizontal {
    flex-direction: column;
    text-align: center;
  }
  .tour-card--horizontal .tour-card__image {
    width: 100%;
    height: 220px;
    border-radius: 50% 50% 0 0;
  }
}

.l-slick__dots {
  display: flex !important;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  list-style: none;
  padding: 0;
  position: relative;
}
.l-slick__dots li {
  margin: 0;
}
.l-slick__dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b97d41;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.l-slick__dots li button::before {
  display: none;
}
.l-slick__dots li.slick-active button {
  background: #254167;
}
@media (max-width: 768px) {
  .l-slick__dots {
    margin-top: 1rem;
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .l-slick__dots {
    margin-top: 0.75rem;
    gap: 0.4rem;
  }
}

.two-column-bg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.two-column-bg__left {
  background: #254167;
  color: #fff;
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.two-column-bg__left .sidebar-block {
  max-width: 300px;
}
.two-column-bg__left .sidebar-block p {
  color: #ffffff;
}
.two-column-bg__left .main-tour-card {
  background: transparent;
  position: absolute;
  max-width: 360px;
  right: -10rem;
  top: 3rem;
}
.two-column-bg__right {
  background: #FFFFFF;
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin-left: 140px;
}
@media (max-width: 768px) {
  .two-column-bg {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .two-column-bg__left, .two-column-bg__right {
    min-height: 50vh;
  }
}
@media (max-width: 1024px) {
  .two-column-bg {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .two-column-bg__left, .two-column-bg__right {
    min-height: 50vh;
  }
}

.sidebar-block {
  color: #254167;
  font-size: 0.95rem;
  line-height: 1.5;
}
.sidebar-block h3 {
  font-family: "Bodega Sans BlackOldStyle", sans-serif;
  text-transform: uppercase;
  color: #d29a5a;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.sidebar-block p {
  margin-bottom: 1rem;
}
.sidebar-block .featured-journey.timeline {
  position: relative;
  margin-bottom: 2rem;
}
.sidebar-block .featured-journey.timeline .line {
  position: absolute;
  top: -4.5rem;
  left: -13rem;
  width: 13.5rem;
  height: 3px;
  background: #d29a5a;
}
@media (max-width: 768px) {
  .sidebar-block .featured-journey.timeline .line {
    display: none;
  }
}
.sidebar-block .featured-journey.timeline .line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 2.5rem;
  background: #d29a5a;
}
.sidebar-block .featured-journey.timeline .line::after {
  content: "";
  position: absolute;
  right: -0.4rem;
  top: 2.5rem;
  width: 1rem;
  height: 1rem;
  background: #d29a5a;
  border-radius: 50%;
}
.sidebar-block .pace-rating .rating {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}
.sidebar-block .pace-rating .rating .bars {
  display: flex;
  align-items: flex-end;
  gap: 0.2rem;
}
.sidebar-block .pace-rating .rating .bars span {
  display: inline-block;
  width: 1.25rem;
  background: #254167;
  border-radius: 5px;
}
.sidebar-block .pace-rating .rating .bars span:nth-child(1) {
  height: 26px;
}
.sidebar-block .pace-rating .rating .bars span:nth-child(2) {
  height: 40px;
}
.sidebar-block .pace-rating .rating .bars span:nth-child(3) {
  height: 60px;
}
.sidebar-block .pace-rating .rating .active {
  font-weight: 700;
  color: #254167;
}

.two-column-bg__left {
  padding-bottom: 20rem;
  height: 100%;
  background: #254167;
}

.two-column-bg__right {
  align-items: flex-start;
  padding-top: 7rem;
}

@media (max-width: 768px) {
  .cms-journey-block.mobile-slider {
    gap: 16px;
    padding: 16px;
  }
  .cms-journey-block.mobile-slider::before {
    display: none;
  }
  .cms-journey-block.mobile-slider h3::before {
    display: none;
  }
  .cms-journey-block.mobile-slider h3::after {
    display: none;
  }
  .cms-journey-block.mobile-slider .journey-item {
    flex: 0 0 auto;
    max-width: 50%;
    scroll-snap-align: start;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
  }
  .two-column-bg__left {
    flex-direction: column;
    padding: 3rem 0;
    height: 100%;
    align-items: center;
  }
  .two-column-bg__left .main-tour-card {
    position: relative;
    margin-top: 2rem;
    right: 0;
    top: 0;
    padding: 1rem;
  }
  .two-column-bg__left .main-tour-card .mobile-title {
    display: block;
    text-align: center;
    color: #d29a5a;
    margin-bottom: 3rem;
  }
  .two-column-bg__right {
    display: block;
    width: auto;
    margin-left: 0;
    padding: 2rem;
    max-width: unset;
  }
  .tour-card--horizontal {
    flex-direction: column;
  }
  .tour-card--horizontal .c-btn {
    width: 100%;
  }
  .tour-card--horizontal .tour-card__image {
    order: -1;
    flex: unset;
    height: 320px;
  }
}
@media (max-width: 1024px) {
  .cms-journey-block.mobile-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 16px;
    display: flex;
  }
  .cms-journey-block.mobile-slider .journey-item {
    flex: 0 0 auto;
    max-width: 50%;
    scroll-snap-align: start;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
  }
  .two-column-bg__left {
    flex-direction: column;
    padding: 3rem 0;
    height: 100%;
    align-items: center;
  }
  .two-column-bg__left .main-tour-card {
    position: relative;
    margin-top: 2rem;
    right: 0;
    top: 0;
  }
  .two-column-bg__left .main-tour-card .mobile-title {
    display: block;
    text-align: center;
    color: #d29a5a;
    margin-bottom: 3rem;
  }
}
@media (max-width: 500px) {
  .cms-journey-block.mobile-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 16px;
    display: block;
  }
  .cms-journey-block.mobile-slider .journey-item {
    flex: 0 0 auto;
    max-width: 50%;
    scroll-snap-align: start;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
  }
  .two-column-bg__left {
    flex-direction: column;
    padding: 3rem 0;
    height: 100%;
    align-items: center;
  }
  .two-column-bg__left .main-tour-card {
    position: relative;
    margin-top: 2rem;
    right: 0;
    top: 0;
  }
  .two-column-bg__left .main-tour-card .mobile-title {
    display: block;
    text-align: center;
    color: #d29a5a;
    margin-bottom: 3rem;
  }
}
.custom-tour-modal .modal-dialog {
  max-width: 1100px;
  margin: auto;
}
.custom-tour-modal .modal-content {
  border: none;
  border-radius: 0;
  overflow: hidden;
  padding: 2rem;
}
.custom-tour-modal .modal-body {
  padding: 0;
}
.custom-tour-modal .corner {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.custom-tour-modal .corner.corner-top-left {
  top: 0px;
  left: 0px;
}
.custom-tour-modal .corner.corner-bottom-right {
  bottom: 0px;
  right: 0px;
}
.custom-tour-modal .modal-layout {
  display: flex;
  flex-wrap: wrap;
}
.custom-tour-modal .modal-image {
  flex: 1 1 30%;
  min-height: 300px;
  max-height: 460px;
}
.custom-tour-modal .modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
}
.custom-tour-modal .modal-info {
  flex: 1 1 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-tour-modal .btn-close-modal {
  border: none;
  background: transparent;
  font-weight: bold;
  color: #002d72;
  text-transform: uppercase;
  align-self: flex-end;
  margin-bottom: 1rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.custom-tour-modal .btn-close-modal span {
  font-size: 0.8rem;
  margin-left: 0.25rem;
}
.custom-tour-modal .tour-title {
  text-transform: uppercase;
  color: #a76b29;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.custom-tour-modal .tour-description {
  line-height: 1.6;
  color: #222;
}
.custom-tour-modal .modal-actions {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .custom-tour-modal .modal-layout {
    flex-direction: column;
  }
  .custom-tour-modal .modal-image,
  .custom-tour-modal .modal-info {
    flex: 1 1 100%;
  }
  .custom-tour-modal .modal-image {
    max-height: unset;
  }
  .custom-tour-modal .modal-image img {
    min-height: 25rem;
  }
}