@charset "UTF-8";
/*
Theme Name: Driving In Japan
Theme URI: propellerwebstudio.com
Author: Chris Bordonaro
Author URI: propellerwebstudio.com
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
.drivejapan-logo {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 2rem;
  margin: 0;
}

.drivejapan-logo {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0;
}

.drivejapan-logo .drive {
  color: #3498db; /* Accent color for "Drive" */
}

.drivejapan-logo .japan {
  color: #333;
}

.hero {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  min-height: 500px;
}

.driver-btn {
  background-color: #fff;
  color: #000;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  display: block;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: center;
}
.driver-btn:hover {
  background-color: #f0f0f0;
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .driver-btn {
    display: inline-block;
  }
}

.perks i {
  font-size: 2.5rem;
  color: #252525;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding-top: 1rem;
}

.page-home .hero {
  background-image: url("https://drivejapan.jp/wp-content/uploads/2025/10/青い池３-scaled.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-home .hero .hero-content {
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.page-home .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-private-driver .hero {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), #223B5B;
  background-size: cover;
  background-position: center;
}
.page-private-driver .hero h3 {
  color: #9a9485;
  margin-bottom: -0.5rem;
}
.page-private-driver .choose-your-vehicle {
  background-color: #223B5B;
}
.page-private-driver .choose-your-vehicle h2, .page-private-driver .choose-your-vehicle h4, .page-private-driver .choose-your-vehicle h5 {
  color: #fff;
}
.page-private-driver .choose-your-vehicle h5 {
  font-size: 1rem;
  font-style: italic;
}

.page-car-rental .hero {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-size: cover;
  background-position: center;
}
.page-car-rental .hero h1 {
  color: #000;
  font-size: 2rem;
}
.page-car-rental .hero label {
  color: #000;
}
.page-car-rental .modal-body {
  position: relative;
}
.page-car-rental .modal-body img {
  display: block;
  max-width: 100%;
  border-radius: 0.5rem;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.page-car-rental .modal-body.fade-out img {
  opacity: 0;
}

/* Add this CSS either in your theme's stylesheet or via Customizer -> Additional CSS */
.page-car-selection .hero {
  min-height: 0px;
}
.page-car-selection .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-car-selection .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push button to the bottom */
  flex-grow: 1;
}

.page-car-options .hero {
  min-height: 0px;
}

.page-car-details .hero {
  min-height: 0px;
}

.page-self-drive-itineraries .hero {
  background-image: url("https://drivejapan.jp/wp-content/uploads/2025/10/self-drive-hero.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-self-drive-itineraries .hero h1 {
  color: #fff;
}
.page-self-drive-itineraries .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page-self-drive-itineraries .hero .hero-text {
  position: relative;
  z-index: 2;
}

.page-self-drive-single .day-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #2c3e50;
  border-left: 4px solid #c1c1c1;
  padding-left: 2rem;
}
.page-self-drive-single .hotel-info-wrap {
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .page-self-drive-single .hotel-info-wrap:first-child {
    margin-left: 2rem;
  }
}
.page-self-drive-single .hotel-multi {
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .page-self-drive-single .hotel-multi {
    padding-left: 0;
  }
}
.page-self-drive-single .hotel-multi .down-arrow {
  margin-bottom: 1rem;
}
.page-self-drive-single .hotel-multi .hotel-info-wrap {
  width: 100%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .page-self-drive-single .hotel-multi .hotel-info-wrap {
    width: auto;
  }
}
.page-self-drive-single .hotel-info {
  display: block;
  border: 1px dashed #c1c1c1;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .page-self-drive-single .hotel-info {
    display: inline-block;
    width: auto;
  }
}
.page-self-drive-single .hotel-info .hotel-name::after {
  content: "or similar hotel";
  display: block;
  font-size: 0.875rem;
  color: #7f8c8d;
}
.page-self-drive-single .hotel-info .hotel-meals {
  display: flex;
  gap: 1rem;
  font-weight: bold;
}
.page-self-drive-single .hotel-info .hotel-meals .meal i {
  color: #3498db;
}
.page-self-drive-single .hotel-info .hotel-meals .no-meals {
  color: #888;
  font-style: italic;
  font-weight: 400;
}
.page-self-drive-single .day-activities {
  position: relative;
  margin-left: 2rem;
}
.page-self-drive-single .day-activities .activity {
  position: relative;
  padding-left: 2rem;
}
.page-self-drive-single .day-activities .activity p {
  margin-bottom: 0;
}
.page-self-drive-single .day-activities .activity .activity-images {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.page-self-drive-single .day-activities .activity .activity-images img {
  width: 100%;
  max-width: 500px;
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .page-self-drive-single .day-activities .activity .activity-images img {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .page-self-drive-single .day-activities .activity .activity-images {
    flex-flow: row;
  }
}
.page-self-drive-single .day-activities .activity {
  /* The circle */
}
.page-self-drive-single .day-activities .activity::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #3498db;
  border-radius: 50%;
  z-index: 1;
}
.page-self-drive-single .day-activities .activity {
  /* The vertical blue bar */
}
.page-self-drive-single .day-activities .activity::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #3498db;
}
.page-self-drive-single .day-activities .activity {
  /* Shorten the line for the last activity */
}
.page-self-drive-single .day-activities .activity:last-child::after {
  top: 0;
  height: 50%;
  bottom: auto;
}

.page-air-travel .hero {
  background-image: url("https://drivejapan.jp/wp-content/uploads/2025/10/helicopter-hero-scaled.jpg");
  background-size: cover;
  background-position: center;
  min-height: 600px;
  position: relative;
}
.page-air-travel .hero .hero-content {
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.page-air-travel .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page-air-travel #helicopter-transfers {
  background-color: rgba(148, 182, 217, 0.63);
}

.page-sumo .sumo-hero {
  background: url("https://drivejapan.jp/wp-content/uploads/2025/10/sumo-hero1.jpg") center center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 140px 20px;
  position: relative;
}
.page-sumo .sumo-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
}
.page-sumo .sumo-hero-content {
  position: relative;
  z-index: 2;
}
.page-sumo .sumo-section {
  padding: 60px 20px;
}
.page-sumo .sumo-section h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-sumo .icon {
  font-size: 1.5rem;
  margin-right: 8px;
}
.page-sumo .card-option {
  transition: transform 0.2s ease;
}
.page-sumo .card-option:hover {
  transform: translateY(-5px);
}

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