@charset "UTF-8";
:root {
  --beige: #EFEAD9;
  --white: #FFFFFF;
}

body {
  font-family: "Noto Serif JP", serif;
}
body.open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.hidden {
	display: none !important;
}

.noto-serif-light {
  font-weight: 300;
}

.noto-serif-normal {
  font-weight: 400;
}

.noto-serif-medium {
  font-weight: 500;
}

header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 9999;
}

@media only screen and (min-width: 768px) {
  .site-header {
    padding: 100px 30px 40px 30px;
  }
}
header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 43px 15px 40px 15px;
  transition: padding 0.3s ease;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  header {
    padding: 100px 30px 40px 30px;
  }
}
header .burger {
  width: 40px;
  z-index: 9999;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  header .burger {
    display: none;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
header nav ul li {
  	padding-right: 16px;
	transition: .6s;
}
header nav ul li a {
  font-size: 20px;
  color: #000000;
}
header nav ul li a:hover {
  color: #000000;
}

header.blur::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}

ul.sub-menu {
	flex-direction: column !important;
    position: absolute;
    width: 150px !important;
    background-color: #fff;
	display: none !important;
	left: 50%;
	transform: translateX(-50%);
}
ul.sub-menu.is-open {
	 display: flex !important;
}
header li.is-open {
	 padding-bottom: 110px;
}
@media only screen and (min-width: 768px) {
	ul.sub-menu {
		margin-top: 15px;
		left: unset;
   	 	transform: unset;
	}
	header li.is-open {
		padding-bottom: 0;
	}
}


@media only screen and (max-width: 768px) {
	.hero-video video {
		transform: scale(1.35);
	}
	.hero-video {
		overflow: hidden;
	}
}

footer {
  bottom: 0;
  width: 100%;
  background-color: var(--beige);
  margin-top: 120px;
  padding: 60px 10% 40px 10%;
}
footer .title {
  text-align: center;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  footer .title {
    padding-bottom: 100px;
  }
}
footer .title h3 {
  font-size: 46px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  footer .title h3 {
    font-size: 64px;
    text-align: center;
  }
}
footer .wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  footer .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
footer .wrapper > div {
  padding-bottom: 40px;
}
footer .wrapper p,
footer .wrapper a {
  font-size: 16px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
}
footer .wrapper p:hover,
footer .wrapper a:hover {
  color: #000;
  text-decoration: none;
}
footer .wrapper .whatsapp {
  line-height: 90px;
}
footer .wrapper h4 {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  padding-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  footer .wrapper h4 {
    padding-bottom: 30px;
  }
}
footer .wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .wrapper ul li {
  font-size: 16px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}
footer .copyright {
  font-size: 11px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 600;
  padding-top: 120px;
}

.main-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-container .chart-wrapper {
  width: 100% !important;
  height: 70% !important;
}

.project-container {
  padding: 120px 15px;
  display: flex;
}

.project-container .switch {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.project-container .left {
  width: 35%;
  position: relative;
  top: unset;
  left: unset;
}

.project-container .right {
  width: 50%;
  margin-left: 5%;
}

.project-container .right img {
  width: 100%;
}

.project-container.isFixed .left {
  position: fixed;
  top: 55px;
}

.project-container.isFixed .right {
  margin-left: 40%;
}

.contentOverCotent {
  position: relative;
}

.contentOverCotent p,
.contentOverCotent h1 {
  transition: 0.1s;
}

.contentOverCotent p:last-child,
.contentOverCotent h1:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

/* ..................................................
..................................................   */
/* GEORGE'S PREMIUM TAXI */
/* ..................................................
..................................................   */
.site-branding {
  transition: max-height 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
  overflow: hidden;
  max-height: 100px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .site-branding {
    display: flex;
    flex-direction: column;
    text-align: center;
    opacity: 1;
  }
}

.site-branding a {
  height: 100%;
  display: flex;
  justify-content: center;
}

.site-branding a img {
  max-width: 318px;
}

.site-social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-right: 70px;
  align-items: center;
}

.site-social li {
  margin-right: 12px;
}

.site-social li:last-child img {
	width: 22px;
}

@media only screen and (max-width: 768px) {
	.social-mobile {
		display: flex;
    	flex-direction: column;
    	margin-bottom: 20px;
	}
}

.right-side-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .right-side-menu {
    display: flex;
    align-items: center;
    justify-content: end;
  }
}

.myButton {
  color: #fff;
  background-color: #000;
  padding: 8px 35px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #000;
}

.myButton:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  text-decoration: none;
}

.logo-top {
  position: absolute;
  left: 15px;
  top: 20px;
  transition: 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .logo-top {
    left: 50%;
    transform: translateX(-50%);
  }
}
.logo-top img {
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .logo-top img {
    width: auto;
  }
}

.hero-image {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .hero-image {
    padding: 0;
  }
}
.hero-image img {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .hero-image img {
    width: 80%;
  }
}

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

.swiper-button-next img {
  transform: rotate(180deg);
}

/* Gallery */
.gallery-wrapper {
  position: relative;
}

.gallery-wrapper .swiper {
  width: 100%;
  height: 100%;
}

.gallery-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
	.three-col-gallery .swiper-slide a {
		margin: 0 5px;
	}
}

.gallery-wrapper .swiper-wrapper .swiper-slide .image {
  overflow: hidden;
}
.gallery-wrapper .swiper-wrapper .swiper-slide .image img {
  scale: 1;
  transition: scale 0.3s ease;
}
.gallery-wrapper .swiper-wrapper .swiper-slide .details {
  text-align: left;
  padding: 50px 15px 15px 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gallery-wrapper .swiper-wrapper .swiper-slide .details {
	  padding: 20px 15px 15px 10px;
	}
}
.gallery-wrapper .swiper-wrapper .swiper-slide .details a {
  padding: 0;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 600;
}
.gallery-wrapper .swiper-wrapper .swiper-slide .details a:hover {
  text-decoration: none;
}
.gallery-wrapper .swiper-wrapper .swiper-slide .details h4 {
  font-size: 24px;
  font-weight: 100;
  color: #000000;
  text-decoration: none;
}
.gallery-wrapper .swiper-wrapper .swiper-slide .details h4:hover {
  text-decoration: none;
}
.gallery-wrapper .swiper-wrapper a:hover .image img {
  scale: 1.05;
}

@media only screen and (max-width: 768px) {
  .gallery-wrapper.three-col {
    padding-top: 40px;
  }
}
.gallery-wrapper .swiper.gallery.three-col-gallery {
  max-width: 81%;
  max-width: 93%;
}
@media only screen and (min-width: 768px) {
  .gallery-wrapper .swiper.gallery.three-col-gallery {
    max-width: 81%;
    height: auto;
  }
}
.gallery-wrapper .swiper.gallery.three-col-gallery .img-wrapper {
  aspect-ratio: 5/6;
  width: 100%;
  overflow: hidden;
}
.gallery-wrapper .swiper.gallery.three-col-gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .gallery-wrapper.people-gallery .swiper-button-next,
  .gallery-wrapper.people-gallery .swiper-button-prev {
    top: 74% !important;
  }
}
.gallery-wrapper.three-col .swiper-button-next {
  top: 82%;
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .gallery-wrapper.three-col .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    right: 50px;
  }
}
.gallery-wrapper.three-col .swiper-button-next img {
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .gallery-wrapper.three-col .swiper-button-next img {
    transform: rotate(180deg);
  }
}
.gallery-wrapper.three-col .swiper-button-prev {
  top: 81%;
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .gallery-wrapper.three-col .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 50%);
    left: 50px;
  }
}
.gallery-wrapper.three-col .swiper-button-prev img {
  transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) {
  .gallery-wrapper.three-col .swiper-button-prev img {
    transform: rotate(0deg);
  }
}
.gallery-wrapper.three-col .details {
  padding: 50px 15px 15px 10px;
}
@media only screen and (min-width: 768px) {
  .gallery-wrapper.three-col .details {
    padding: 20px 15px 15px 10px;
  }
}

.gallery-wrapper .swiper-button-prev {
  left: 50px;
}

.gallery-wrapper .swiper-button-next {
  right: 50px;
}

.gallery-wrapper.three-col-gallery .swiper.gallery .swiper-button-next,
.gallery-wrapper.three-col-gallery .swiper.gallery .swiper-button-prev {
  width: 40px;
}

/* Testimonial */
.testimonial-content {
  text-align: left;
}

.testimonials-logo {
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .testimonials {
    padding: 0 15px;
  }
}
.testimonials .testimonials-wrapper {
  width: 100%;
  height: 100%;
}
.testimonials .testimonials-wrapper .swiper-wrapper {
  padding-bottom: 70px;
}
.testimonials .testimonials-wrapper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .testimonials-wrapper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testimonials-wrapper .swiper-wrapper .swiper-slide .testimonials-logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}

/* Testimonials Rating */
/* Container for the stars */
.star-rating {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #ccc;
  letter-spacing: 5px;
}

.star-rating::before {
  content: "★★★★★";
  color: #ccc;
  z-index: 0;
}

.star-rating::after {
  content: "★★★★★";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

/* Set the width based on the data-rating attribute */
.star-rating[data-rating="0.5"]::after {
  width: 10%;
}

.star-rating[data-rating="1"]::after {
  width: 20%;
}

.star-rating[data-rating="1.5"]::after {
  width: 30%;
}

.star-rating[data-rating="2"]::after {
  width: 40%;
}

.star-rating[data-rating="2.5"]::after {
  width: 50%;
}

.star-rating[data-rating="3"]::after {
  width: 60%;
}

.star-rating[data-rating="3.5"]::after {
  width: 70%;
}

.star-rating[data-rating="4"]::after {
  width: 80%;
}

.star-rating[data-rating="4.5"]::after {
  width: 90%;
}

.star-rating[data-rating="5"]::after {
  width: 100%;
}

@media (max-width: 760px) {
  .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }
  .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
}
/* Tour Category Archive */
.tour-category-archive .title {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .tour-category-archive .title {
    height: 900px;
    padding: 0;
  }
}

.tour-category-archive p {
  margin: 0;
}

.tour-category-archive ul.tour-list {
  margin: 0;
  padding: 90px 0 60px 0;
  list-style-type: none;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .tour-category-archive ul.tour-list {
    padding: 160px 0 60px 0;
  }
}

.tour-category-archive ul.tour-list li {
  padding: 0 15px 80px 15px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .tour-category-archive ul.tour-list li {
    padding: 0 50px 80px 50px;
    flex-direction: row;
  }
}
.tour-category-archive ul.tour-list li .content {
  width: 100%;
  margin-right: 1%;
}
@media only screen and (min-width: 768px) {
  .tour-category-archive ul.tour-list li .content {
    width: 34%;
  }
}
.tour-category-archive ul.tour-list li .content h2 {
  padding-bottom: 35px;
}
.tour-category-archive ul.tour-list li .content .archive-paragraph:not(:last-of-type) {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.tour-category-archive ul.tour-list li .content .archive-paragraph:last-of-type {
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .tour-category-archive ul.tour-list li .content .myButton {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 16px;
  }
}
.tour-category-archive ul.tour-list li .image {
  width: 100%;
  height: 385px;
}
@media only screen and (min-width: 768px) {
  .tour-category-archive ul.tour-list li .image {
    width: 65%;
    height: 785px;
  }
}
.tour-category-archive ul.tour-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-category-archive .title h1 {
  font-size: 38px;
}
@media only screen and (min-width: 768px) {
  .tour-category-archive .title h1 {
    font-size: 64px;
  }
}

.global-category-block {
  padding-top: 140px;
  padding-bottom: 140px;
  border-bottom: 1px solid #000;
}
.global-category-block .details {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.global-category-block .details h4 {
  font-family: "Noto Serif JP", serif;
}
.global-category-block a.btn {
  padding: 0;
}

.single-tour .related-tours-wrapper {
	padding-top: 140px;
    padding-bottom: 140px;
    border-bottom: 1px solid #000;
}

.related-tours-wrapper {
	padding-top: 60px;
}
.related-tours-wrapper a img {
  	width: 100%;
	aspect-ratio: 518 / 644;
    object-fit: cover;
}
.related-tours-wrapper a.btn {
  padding: 0;
}
.related-tours-wrapper .details {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.related-tours-wrapper .details a {
  padding: 0;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 600;
}
.related-tours-wrapper.no-swiper {
  max-width: 81%;
  height: auto;
  margin: auto;
}
.related-tours-wrapper.no-swiper .details {
  padding: 20px 15px 15px 10px;
}
.related-tours-wrapper.no-swiper .details a h4 {
  font-size: 24px;
  font-weight: 100;
  color: #000000;
  text-decoration: none;
}
.related-tours-wrapper.no-swiper .details a:hover {
  color: #000000;
}
.related-tours-wrapper.no-swiper .single img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-tours-wrapper .related-post-card {
	padding-right: 4px !important;
    padding-left: 4px !important;
}

.related-tours-title h2 {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 45px;
  font-size: 64px;
}

.global-category-block h2 {
  text-align: center;
  padding-bottom: 58px;
  font-size: 42px;
}
@media only screen and (min-width: 768px) {
  .global-category-block h2 {
    font-size: 64px;
  }
}

/* Tour Category Grid Block/Fleet Page */
.tours-category-title,
.fleet-category-title {
  display: flex;
  justify-content: end;
  padding-bottom: 40px;
  margin-bottom: 75px;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .tours-category-title,
  .fleet-category-title {
    padding-top: 80px;
  }
}

.tours-category-title h1,
.fleet-category-title h1 {
  margin-bottom: 0;
  padding-bottom: 18px;
}

.tours-category-title div,
.fleet-category-title div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tours-category-title div,
  .fleet-category-title div {
    width: 67.2%;
  }
}

.tour-category-grid .category-grid {
  display: grid;
  gap: 120px 10px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .tour-category-grid .category-grid {
    grid-template-columns: auto auto auto;
    padding-bottom: 155px;
  }
}

.tour-category-grid .category-grid .category-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-category-grid .category-grid .category-item a .category-image {
  overflow: hidden;
}
.tour-category-grid .category-grid .category-item a .category-image img {
  scale: 1;
  transition: scale 0.3s ease;
}
.tour-category-grid .category-grid .category-item a:hover {
  text-decoration: none;
}
.tour-category-grid .category-grid .category-item a:hover .category-image img {
  scale: 1.1;
}

.tour-category-grid .category-grid .category-item h3 {
  font-size: 24px;
  padding-top: 18px;
  margin: 0;
  color: #222;
}

/* Tours Page */
.tours-category,
.fleet-category {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .tours-category,
  .fleet-category {
    padding: 0 50px;
  }
}

/* Transfer Bloc Gallery */
.transfer-gallery-conteiner {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .transfer-gallery-conteiner {
    flex-direction: row;
    width: 80%;
  }
}
.transfer-gallery-conteiner .transfer-gallery h4 {
  font-size: 37px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .transfer-gallery-conteiner .transfer-gallery h4 {
    font-size: 48px;
  }
}
.transfer-gallery-conteiner .transfer-gallery .image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .transfer-gallery-conteiner .transfer-gallery .swiper-slide a {
    position: absolute;
    bottom: 120px;
  }
}
.transfer-gallery-conteiner .gallery-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .transfer-gallery-conteiner .gallery-wrapper {
    width: 50%;
  }
}
.transfer-gallery-conteiner .gallery-wrapper:first-child .transfer-gallery {
  height: 150px;
}
@media only screen and (min-width: 768px) {
  .transfer-gallery-conteiner .gallery-wrapper:first-child .transfer-gallery {
    height: 100%;
  }
}
.transfer-gallery-conteiner .gallery-wrapper:last-child .transfer-gallery {
  height: 100vw;
  max-height: 100vh;
}
@media only screen and (min-width: 768px) {
  .transfer-gallery-conteiner .gallery-wrapper:last-child .transfer-gallery {
    width: 100%;
    height: 100%;
    max-height: unset;
  }
}
.transfer-gallery-conteiner .gallery-wrapper .swiper-button-next {
  right: 15px;
  top: 20px;
}
@media only screen and (min-width: 768px) {
  .transfer-gallery-conteiner .gallery-wrapper .swiper-button-next {
    right: 50px;
    top: var(--swiper-navigation-top-offset, 50%);
  }
}
@media only screen and (max-width: 768px) {
  .transfer-gallery-conteiner .gallery-wrapper .swiper-button-next img {
    transform: rotate(90deg);
  }
}
.transfer-gallery-conteiner .gallery-wrapper .swiper-button-prev {
  left: 15px;
  top: 20px;
}
@media only screen and (min-width: 768px) {
  .transfer-gallery-conteiner .gallery-wrapper .swiper-button-prev {
    left: 50px;
    top: var(--swiper-navigation-top-offset, 50%);
  }
}
@media only screen and (max-width: 768px) {
  .transfer-gallery-conteiner .gallery-wrapper .swiper-button-prev img {
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 768px) {
  .transfer-gallery-conteiner .gallery-wrapper .swiper-slide {
    background-color: #f5f5f5;
  }
}
.transfer-gallery-conteiner .gallery-wrapper .swiper-slide .image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.transfer-gallery-conteiner .gallery-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Fleep Page */
.fleet-category-wrapper .category-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .fleet-category-wrapper .category-item {
    flex-direction: row;
    margin-bottom: 75px;
    padding-bottom: 75px;
  }
}

.fleet-category-wrapper .category-item .content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .fleet-category-wrapper .category-item .content {
    width: 32.8%;
  }
}

.fleet-category-wrapper .category-item .fleet-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .fleet-category-wrapper .category-item .fleet-gallery {
    width: 67.2%;
    flex-direction: row;
  }
}

.fleet-category-wrapper .category-item .fleet-gallery img {
  width: 100%;
  aspect-ratio: 598/387;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fleet-category-wrapper .category-item .fleet-gallery img:first-child {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .fleet-category-wrapper .category-item .fleet-gallery img:first-child {
    margin-right: 6px;
    margin-bottom: 0;
  }
}

.fleet-category-wrapper .category-item .fleet-gallery img:last-child {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .fleet-category-wrapper .category-item .fleet-gallery img:last-child {
    margin-left: 6px;
    margin-bottom: 0;
  }
}

/* Single Tour Page */
.single-tour {
  margin-top: 182px;
  transition: 0.8s ease;
}
.single-tour h1 {
  font-size: 42px;
  text-align: center;
  padding: 65px 0 50px 0;
}
@media only screen and (min-width: 768px) {
  .single-tour h1 {
    font-size: 64px;
  }
}
.single-tour .myButton {
  display: block;
  text-align: center;
}
.single-tour .content-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 15px 140px 15px;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .single-tour .content-wrapper {
    width: 80%;
    padding: 50px 0 140px 0;
    flex-direction: row;
  }
}
.single-tour .content-wrapper .left {
  position: relative;
  width: 100%;
  transition: top 0.3s ease, bottom 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .single-tour .content-wrapper .left {
    width: 30%;
  }
}
.single-tour .content-wrapper .left .section-block {
  padding-top: 25px;
}
.single-tour .content-wrapper .left .section-block:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}
.single-tour .content-wrapper .left .section-block p {
  margin: 0;
}
.single-tour .content-wrapper .right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-tour .content-wrapper .right {
    width: 60%;
  }
}
.single-tour .content-wrapper.isOnTop .left {
  position: fixed;
  top: 50px;
  width: 24%;
}
.single-tour .content-wrapper.isOnTop .right {
  margin-left: 40%;
}
.single-tour .global-category-block .swiper-slide {
  	background-color: white;
	padding-right: 4px !important;
    padding-left: 4px !important;
}
.single-tour .global-category-block .swiper-slide img {
	aspect-ratio: 518 / 644;
    object-fit: cover;
}

.single-tour .global-category-block h2 {
  font-size: 34px;
}

.single-tour-gallery .swiper-slide > div {
  width: 80% !important;
  margin: auto;
}

.single-tour-gallery .swiper-slide img {
  width: 100%;
  aspect-ratio: 1514/850;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .about {
    padding-top: 120px;
  }
}
.about .about-content {
  width: 80%;
  margin: auto;
}
.about .about-content p {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 400;
}
.about .about-content p img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about-content p:has(> img:first-of-type + img:last-of-type):not(:has(> img:nth-of-type(3))) img {
  width: 49%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

.faq {
  width: 100%;
  padding: 0 15px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .faq {
    width: 65%;
    padding: 0;
  }
}
.faq .title {
  text-align: center;
  padding: 40px 0 60px 0;
  font-size: 64px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.faq .accordion {
  width: 100%;
  margin: auto;
}
.faq .accordion .accordion-item {
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding: 12px 0;
}
.faq .accordion .accordion-item:first-child {
  border-top: 1px solid #000;
}
.faq .accordion .accordion-item .accordion-header {
  cursor: pointer;
  font-size: 22px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .faq .accordion .accordion-item .accordion-header {
    font-size: 48px;
  }
}
.faq .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 16px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .faq .accordion .accordion-item .accordion-content {
    font-size: 20px;
  }
}
.faq .accordion .accordion-item.active .accordion-content {
  max-height: 800px;
  padding-top: 1rem;
}

.title-and-paragraph-block {
  display: flex;
  width: 100%;
  padding: 80px 15px 0px 15px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .title-and-paragraph-block {
    width: 80%;
    padding: 0;
  }
}
.title-and-paragraph-block .title {
  text-align: center;
  padding-bottom: 10px;
  font-size: 37px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .title-and-paragraph-block .title {
    padding-bottom: 40px;
    font-size: 64px;
  }
}
.title-and-paragraph-block .paragraph {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  max-width: unset;
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .title-and-paragraph-block .paragraph {
    font-size: 24px;
    line-height: 30px;
    max-width: 45%;
  }
}

.booking-page {
  margin-top: 182px;
  transition: 0.8s ease;
}
.booking-page h1 {
  font-size: 64px;
  font-weight: 400;
  text-align: center;
  padding: 60px 0 90px 0;
}
.booking-page .booking-wrapper {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
	.booking-page .booking-wrapper {
	  width: 80%;
	  flex-direction: row;
	  padding-left: 0;
      padding-right: 0;
	}
}
.booking-page .booking-wrapper p {
  margin: 0;
}
.booking-page .booking-wrapper .bold {
  font-weight: 700;
}
.booking-page .booking-wrapper a {
  color: #000;
}
.booking-page .booking-wrapper ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.booking-page .booking-wrapper h2 {
  font-weight: 300;
  font-size: 48px;
  padding-bottom: 20px;
}
.booking-page .booking-wrapper .contact-details {
  width: 100%;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
	.booking-page .booking-wrapper .contact-details {
	  width: 30%;
	}
}
.booking-page .booking-wrapper .contact-details .email {
  padding-bottom: 20px;
}
.booking-page .booking-wrapper .contact-details .notice {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-top: 40px;
}
.booking-page .booking-wrapper .contact-details .notice h3 {
  padding-bottom: 20px;
  font-size: 16px;
}
.booking-page .booking-wrapper .form {
  width: 100%;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
	.booking-page .booking-wrapper .form {
  		width: 60%;
	}
}
.booking-page .booking-wrapper .form .form-details {
	padding-top: 30px;	
}
@media only screen and (min-width: 768px) {
	.booking-page .booking-wrapper .form .form-details {
		padding-top: 0;	
	}
}
.booking-page .booking-wrapper .form h2 {
  padding-top: 60px;
  padding-bottom: 5px !important;
}
.booking-page .booking-wrapper .form h3 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  margin: 0;
}
.booking-page .booking-wrapper .form h4 {
  font-size: 24px;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
.booking-page .booking-wrapper .form p.required {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 40px;
}
.booking-page .booking-wrapper .form .success.message {
  padding: 12px;
  margin-bottom: 30px;
  background-color: #4BB543;
  border-radius: 4px;
  color: #fff;
}
.booking-page .booking-wrapper .form .error.message {
  padding: 12px;
  margin-bottom: 30px;
  background-color: #ff3333;
  border-radius: 4px;
  color: #fff;
}
.booking-page .booking-wrapper .form #form-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #7b7878;
  opacity: 0.5;
  z-index: 9999;
}
.booking-page .booking-wrapper .form #form-loader .loader-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-page .booking-wrapper .form form label {
  font-size: 20px;
  top: 25px;
  left: 12px;
  color: #a5a5a5;
}
.booking-page .booking-wrapper .form form label.textarea {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  font-family: "Noto Serif JP", serif;
  margin: 25px 0 30px 0 !important;
}
.booking-page .booking-wrapper .form form textarea {
  margin-bottom: 20px;
  background-color: #eeeeee;
}
.booking-page .booking-wrapper .form form input {
  padding: 25px 0 25px 12px;
  background-color: #eeeeee;
}
.booking-page .booking-wrapper .form form .fields {
  margin-bottom: 22px;
  border-radius: 4px;
  height: 80px;
}
.booking-page .booking-wrapper .form form .fields.error {
  margin-bottom: 45px;
  border: 1px solid red;
  height: 83px;
}
.booking-page .booking-wrapper .form form .fields.date {
  padding-left: 12px !important;
}
.booking-page .booking-wrapper .form form .group {
  background-color: #eeeeee;
  border-radius: 4px;
}
.booking-page .booking-wrapper .form form .group.select {
  height: 80px;
}
.booking-page .booking-wrapper .form form .group.select select {
  height: 100%;
  padding-left: 12px !important;
  color: #a5a5a5;
}
.booking-page .booking-wrapper .form form .submit {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 78px;
  border-radius: 4px;
  border: 1px solid #000;
  transition: 0.3s;
}
.booking-page .booking-wrapper .form form .submit:hover {
  background-color: #fff;
  color: #000;
}
.booking-page .booking-wrapper .form form .form-description p {
  font-style: italic;
  font-size: 13px;
  margin-top: -15px;
}
.booking-page .booking-wrapper .form form .child-seats-checkbox {
  background-color: transparent;
}
.booking-page .booking-wrapper .form form .child-seats-checkbox input {
  padding: 0;
}
.booking-page .booking-wrapper .form form .child-seats-checkbox span {
  font-size: 18px;
  font-weight: 500;
}
.booking-page .booking-wrapper .form form .child-seats-wrapper {
  margin-bottom: 36px;
}
.booking-page .booking-wrapper .form form #selected_tour_display {
  background-color: #eeeeee;
}
.booking-page .booking-wrapper .form form .form-section-title {
  padding-top: 45px;
}
.booking-page .booking-wrapper .form form .btn-wrapper {
  margin-bottom: 20px;
  font-size: 14px;
}
.booking-page .booking-wrapper .form form .btn-wrapper #add-tour-form-btn {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  border: 1px solid #000;
  transition: 0.3s;
}
.booking-page .booking-wrapper .form form .btn-wrapper #add-transfer-buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: column;	
}
@media only screen and (min-width: 768px) {
	.booking-page .booking-wrapper .form form .btn-wrapper #add-transfer-buttons {
	  flex-direction: row;	
	}
}
.booking-page .booking-wrapper .form form .btn-wrapper #add-transfer-buttons button {
  width: 100%;
  background-color: #fff;
  color: #000;
  height: 55px;
  border-radius: 4px;
  border: 1px solid #000;
  transition: 0.3s;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
	.booking-page .booking-wrapper .form form .btn-wrapper #add-transfer-buttons button {
		width: 32%;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
  .spacer {
    display: none;
  }
}

.site .site-main {
  margin-top: 182px;
  transition: 0.8s ease;
}
@media only screen and (min-width: 768px) {
  .site.is-fixed header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 30px 30px 40px 30px;
  }
  .site.is-fixed header .site-branding {
    max-height: 0;
    opacity: 0;
    padding: 0;
  }
  .site.is-fixed header .logo-top img {
    width: 50px;
  }
}
.site.is-fixed .booking-page,
.site.is-fixed .site-main,
.site.is-fixed .single-tour {
  margin-top: 112px;
}

/* ---- Marquee container (place above footer) ---- */
.image-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 12px 0;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  margin-top: 120px;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  animation: scroll-left 30s linear infinite;
  will-change: transform;
  align-items: end;
}

.image-marquee img {
  flex: 0 0 calc((100% / 5) - 16px);
  max-width: 20%;
  height: auto;
  display: block;
  object-fit: cover; 
}

.airport-radio-combo-wrapper, .port-radio-combo-wrapper {
	display: flex;
    flex-direction: column;
}
.airport-radio-combo-wrapper label, .port-radio-combo-wrapper label {
	display: flex;
    align-items: anchor-center;
	font-size: 16px !important;
    font-weight: 300;
	color: #000000 !important;
}
.airport-radio-combo-wrapper label input, .port-radio-combo-wrapper label input {
	border-radius: 0;
    height: 20px;
    width: 20px;
	padding: 0 !important;
	margin-right: 6px;
}


/* ---- Animation (one direction: left only) ---- */
@keyframes scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---- Nice-to-haves ---- */
.image-marquee:hover .marquee-track {
  animation-play-state: paused; /* pause on hover */
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* Responsive tweak */
@media (max-width: 640px) {
  .image-marquee img {
    width: 120px; /* smaller image width on mobile */
  }
  .marquee-track {
    gap: 14px; /* smaller gap */
  }
}
