.custom-page {
  /* Responsive adjustments */
}
.custom-page .all-contents {
  max-width: 745px;
}
.custom-page #hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
  position: absolute;
}
.custom-page #hero-content .book-custom-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  text-decoration: none;
}
.custom-page #hero-content .book-custom-btn span {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.custom-page #hero-content .book-custom-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.custom-page #hero-content .book-custom-btn:active {
  transform: translateY(0);
}
.custom-page #hero-content .book-custom-btn i {
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}
.custom-page .overview-content {
  padding-bottom: 2rem;
}
.custom-page .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  max-width: 472.25px;
}
.custom-page .texts img {
  width: 100%;
  height: 120px;
}
.custom-page .texts p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.custom-page .activity-grid {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.custom-page .activity-grid .activity-card {
  cursor: pointer;
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  /* 1st card: small (497px) */
  /* 2nd card: extended (flex-grow) */
  /* 3rd card: small (230px) */
  /* 4th card: extended (497px) */
  /* Card content */
}
.custom-page .activity-grid .activity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
}
.custom-page .activity-grid .activity-card:nth-child(4n + 1) {
  flex: 0 0 calc(68% - 8px);
}
.custom-page .activity-grid .activity-card:nth-child(4n + 2) {
  flex: 0 0 calc(32% - 8px);
}
.custom-page .activity-grid .activity-card:nth-child(4n + 3) {
  flex: 0 0 calc(32% - 8px);
}
.custom-page .activity-grid .activity-card:nth-child(4n + 4) {
  flex: 0 0 calc(68% - 8px);
}
.custom-page .activity-grid .activity-card-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 20px;
  background: #949494;
}
.custom-page .activity-grid .activity-card-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
}
.custom-page .activity-grid .activity-card-overlay {
  position: absolute;
  background: linear-gradient(188.35deg, rgba(0, 0, 0, 0) 54.88%, rgba(0, 0, 0, 0.5) 80.39%), url(_ETE1364.jpg), url(image.png);
  background-blend-mode: multiply, normal, normal;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-page .activity-grid .activity-card-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  height: 100%;
  z-index: 1;
}
.custom-page .activity-grid .activity-card-content p {
  font-weight: 600;
  font-size: 24px;
  line-height: 167%;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .custom-page .activity-grid .activity-card {
    height: 268px;
    /* Reset all cards to full width on mobile */
    /* 2nd card: extended (flex-grow) */
    /* 3rd card: small (230px) */
    /* 4th card: extended (497px) */
  }
  .custom-page .activity-grid .activity-card:nth-child(4n + 1) {
    flex: 0 0 100%;
  }
  .custom-page .activity-grid .activity-card:nth-child(4n + 2) {
    flex: 0 0 calc(50% - 8px);
  }
  .custom-page .activity-grid .activity-card:nth-child(4n + 3) {
    flex: 0 0 calc(50% - 8px);
  }
  .custom-page .activity-grid .activity-card:nth-child(4n + 4) {
    flex: 0 0 100%;
  }
  .custom-page .activity-grid .activity-card-content p {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .custom-page .activity-card-content p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
  }
}
.custom-page #activities {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.custom-page #activities .section-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #141414;
}
@media (max-width: 767px) {
  .custom-page #activities .section-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}
.custom-page #hotels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 56px;
}
.custom-page #hotels .section-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #141414;
  margin: 0;
}
@media (max-width: 767px) {
  .custom-page #hotels .section-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}
.custom-page #hotels .hotel-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
}
@media (max-width: 767px) {
  .custom-page #hotels .hotel-grid {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.custom-page #hotels .hotel-card {
  cursor: pointer;
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  min-width: 237px;
  height: 340px;
  flex: 0 0 calc(33% - 8px);
  background: #FFFFFF;
  border: 1px solid #99885C;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Card content */
}
.custom-page #hotels .hotel-card-background {
  width: 100%;
  height: 250px;
  position: relative;
}
.custom-page #hotels .hotel-card-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px 20px 0px 0px;
}
.custom-page #hotels .hotel-card-overlay {
  position: absolute;
  background: linear-gradient(188.35deg, rgba(0, 0, 0, 0) 54.88%, rgba(0, 0, 0, 0.4) 80.39%);
  background-blend-mode: multiply, normal, normal, normal, normal;
  border-radius: 20px 20px 0px 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-page #hotels .hotel-card .hotel-price {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  height: 100%;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  color: #FFFFFF;
}
.custom-page #hotels .hotel-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 16px;
}
.custom-page #hotels .hotel-card-content p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  /* Kerama Terrace */
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #161111;
}
@media (max-width: 767px) {
  .custom-page #hotels .hotel-card {
    width: 100%;
    flex: 0 0 100%;
  }
}
.custom-page #hotels .hotel-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 7px 16.8px rgba(0, 0, 0, 0.11);
}
.custom-page .custom-page-modal {
  background: #000000CC;
  backdrop-filter: blur(4px);
}
.custom-page .custom-page-modal .modal-dialog {
  max-width: 708px;
}
.custom-page .custom-page-modal .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  position: relative;
  border-radius: 24px;
}
.custom-page .custom-page-modal .modal-body {
  padding: 0px;
}
.custom-page .custom-page-modal--hero {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 24px;
  gap: 10px;
  isolation: isolate;
  width: 100%;
  height: 300px;
  border-radius: 24px 24px 0px 0px;
  position: relative;
}
.custom-page .custom-page-modal--hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.custom-page .custom-page-modal--hero .carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-page .custom-page-modal--hero .carousel-inner, .custom-page .custom-page-modal--hero .carousel-item {
  height: 100%;
}
.custom-page .custom-page-modal--hero .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-page .custom-page-modal--hero .carousel-control-prev, .custom-page .custom-page-modal--hero .carousel-control-next {
  height: 40px;
  width: 40px;
  top: 50%;
  top: calc(50% - 40px/2);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  opacity: 1;
  padding: 0;
}
.custom-page .custom-page-modal--hero .carousel-control-prev i, .custom-page .custom-page-modal--hero .carousel-control-next i {
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
}
.custom-page .custom-page-modal--hero .carousel-control-prev {
  left: 20px;
}
.custom-page .custom-page-modal--hero .carousel-control-next {
  right: 20px;
}
.custom-page .custom-page-modal--hero .carousel-indicators {
  bottom: 20px;
  margin-bottom: 0;
}
.custom-page .custom-page-modal--hero .carousel-indicators li {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  opacity: 1;
}
.custom-page .custom-page-modal--hero .carousel-indicators li.active {
  background-color: #C0BACC;
}
.custom-page .custom-page-modal--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 48px;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 0px 0px 24px 24px;
}
.custom-page .custom-page-modal--content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #0F0F0F;
  margin: 0;
}
.custom-page .custom-page-modal--content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .custom-page .custom-page-modal--content {
    padding: 32px 16px;
    gap: 10px;
    border-radius: 0px 0px 24px 24px;
  }
}
.custom-page .custom-page-modal .close {
  z-index: 10;
  position: absolute;
  top: 15px;
  right: 24px;
  width: 15px;
  height: 24px;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 100% */
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease;
  border: none;
  background: none;
  cursor: pointer;
}
.custom-page .important {
  margin-top: 80px;
}
.custom-page .pages-cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .custom-page .pages-cta {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .custom-page .pages-cta .cta {
    order: 2;
  }
}
@media (min-width: 992px) {
  .custom-page .pages-cta #activities {
    order: 1;
  }
}
.custom-page .hotel-modal-content {
  gap: 32px;
}
.custom-page .hotel-modal-content--top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
}
.custom-page .hotel-modal-content--top .address {
  max-width: 350px;
}
.custom-page .hotel-modal-content--top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  /* or 125% */
  color: #000000;
}
.custom-page .hotel-modal-content--top div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 100%;
}
.custom-page .hotel-modal-content--top div span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #806A31;
}
@media (max-width: 767px) {
  .custom-page .hotel-modal-content--top div {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
}
.custom-page .hotel-modal-content .hotel-website-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  color: #000000;
  transition: all 0.3s ease;
}
.custom-page .hotel-modal-content .hotel-website-btn span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.custom-page .hotel-modal-content .hotel-website-btn i {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  color: #000000;
  transform: rotate(-45deg);
}
.custom-page .hotel-modal-content .hotel-website-btn:hover {
  transform: translateY(-2px);
}
.custom-page .hotel-modal-content .hotel-website-btn:active {
  transform: translateY(0);
}
.custom-page .custom-page-enquiry-form {
  align-items: start;
  gap: 1rem;
}
.custom-page .custom-page-enquiry-form h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
}
.custom-page .custom-page-enquiry-form .date-picker-container label {
  text-align: left;
}
.custom-page .all-contents {
  padding: 0;
  margin-top: 3rem;
}
.custom-page .section-title {
  margin: 0;
}
@media (max-width: 767px) {
  .custom-page .section-title {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
.custom-page .includes h3, .custom-page .excludes h3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.custom-page .includes h3 i, .custom-page .excludes h3 i {
  font-weight: 900;
  font-size: 20px;
}
#tours.custom-page section.cta {
  overflow: visible;
}
@media (min-width: 1100px) {
  #tours.custom-page section.cta {
    margin-top: -582px;
  }
}
#tours.custom-page section.cta .widget-price--per-person {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  display: flex;
  align-items: center;
  color: #261725;
}
.selection-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  margin-bottom: 20px;
  width: 100%;
}
.selection-list .selection-item {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.selection-list .selection-item input[type="radio"], .selection-list .selection-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.selection-list .selection-item input[type="radio"]:checked + .selection-content, .selection-list .selection-item input[type="checkbox"]:checked + .selection-content {
  border: 2px solid #2A4839;
  background: #FAFAF8;
}
.selection-list .selection-item input[type="radio"]:checked + .selection-content .check-indicator, .selection-list .selection-item input[type="checkbox"]:checked + .selection-content .check-indicator {
  opacity: 1;
}
.selection-list .selection-item .selection-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #949494;
  border-radius: 8px;
  transition: all 0.1s ease;
}
.selection-list .selection-item .selection-content:hover {
  border: 1px solid #2A4839;
}
.selection-list .selection-item .selection-image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 58px;
  height: 50px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.selection-list .selection-item .selection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selection-list .selection-item .selection-image .check-indicator {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 4px;
  width: 14px;
  height: 14px;
}
.selection-list .selection-item .selection-image .check-indicator i {
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: #806A31;
}
.selection-list .selection-item .selection-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 12px;
  gap: 8px;
  width: 100%;
}
.selection-list .selection-item .selection-info .selection-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #161111;
}
.selection-list .selection-item .selection-info .selection-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #161111;
}
.carousel-inner {
  border-radius: 24px 24px 0px 0px;
}
