* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins.ttf") format('truetype');
}

@font-face {
  font-family: "Bauhaus";
  src: url("ITCBauhaus.otf") format('opentype');
}

body {
  font-family: "Poppins";
  background-color: #fdf6e3;
  color: #4a3521;
}

h1, h2 {
  font-family: "Bauhaus";
  color: #4a3521;
}

nav {
  background-color: #ffc2c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  margin: 10px 10px 0px 10px;
  border: 3px solid #4a3521;
  border-radius: 15px;
  border-color: #4a3521;
}

.navbar-nav {
  flex-direction: row;
  gap: 30px;
}

.logo img {
  width: 80px;
  margin-top: 5px;
  height: auto;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.hero {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #fdf6e3;
  max-width: 100%;
  overflow: hidden;
}

.hero-image img {
  width: clamp(350px, 25vw, 250px); 
  height: auto;
}

.hero-text {
  flex: 1; 
  min-width: 0; 
}

.hero-text h1 {
font-size: clamp(60px, 4vw, 40px);  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-left: 100px;
}

.hero-text p {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 20px;
  text-align: justify;
  max-width: 600px;
  margin-right: 20px;
  margin-left: 100px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  margin-left: 150px;
  flex-wrap: wrap;
}

.btn-book {
  background-color: #ffe0a3;
  border: 2px solid #4a3521;
  padding: 10px 50px;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Poppins", Georgia, serif;
  color: #4a3521;
}

.btn-how {
  background-color: #d3e5f0;
  border: 2px solid #4a3521;
  padding: 10px 50px;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Poppins", Georgia, serif;
  margin-right: 20px;
}

.fare-guide {
  background-color: #ffc2c6;
  padding: 20px;
  text-align: center;
  border: 2px solid #4a3521;
}

.fare-guide h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.stations {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.stations span {
  background-color: #fdf6e3;
  border: 2px solid #4a3521;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 13px;
}

.fare-table {
  width: 80%;
  border-collapse: collapse;
  margin: 20px auto;
  
}

.fare-table th {
  background-color: #4a3521;
  color: #fdf6e3;
  padding: 20px 20px;
  font-size: 14px;
  border: 10px solid #ffc2c6;
}

.fare-table td {
  background-color: #fdf6e3;
  padding: 30px 20px;
  border: 10px solid #ffc2c6;
}

.how-to-book {
  padding: 40px;
  text-align: center;
  background-color: #fdf6e3;
}

.how-to-book h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #4a3521;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.card {
  padding: 20px;
  border-radius: 8px;
  width: 250px;
  text-align: center;
  font-size: 13px;
}

.card-usagi {
  background-color: #ffe0a3;
  border: 3px solid #4a3521;

}

.card-chiikawa {
  background-color: #ffc2c6;
  border: 3px solid #4a3521;
}

.card-hachi {
  background-color: #d3e5f0;
  border: 3px solid #4a3521;
}

footer {
  background-color: #ffc2c6;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 5px 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  border: 3px solid #4a3521;
  border-radius: 15px;
  border-color: #4a3521;
}

.lang-btn {
  background-color: #3b2b2b;
  color: #fdf6e3;
  border-radius: 20px;
  border: none;
  padding: 8px 20px;
  margin-left: 30px;
}

.lang-btn:hover {
  background-color: #3b2b2b !important;
  color: #fdf6e3 !important; 
  box-shadow: none !important;
  border: none !important;
}

.booking {
  margin-top: 50px;
  margin-left: 50px;
}

.booking h1 {
  font-size: 60px;
  text-align: center;
}

.booking p {
  text-align: center;
}

.confirmation h1 {
  font-size: 60px;
  text-align: center;
}

.confirmation p {
  text-align: center;
}

.confirmation-img {
  width: 300px;
  align-items: center !important;
  margin-left: 650px;
  margin-right: 40px;
}

html {
  scroll-behavior: smooth;
}

.box {
    width: 100%;
    padding: 8px;
    border-radius: 8px;           /* soft rounded corners */
    border: 2px solid #4a3521;  /* light soft border */
    font-size: 14px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 36px;
}

.yellow {
    background-color: #ffe0a3;
}

.pink {
    background-color: #ffc2c6;
}

.blue {
    background-color: #d3e5f0;
}

.brown {
    background-color: #4a3521;
    color: white;
}


.map-image {
  width: 400px;
  height: 400px;
  border: 3px solid #4a3521;
  border-radius: 10px;
  padding: 6px;
  background-color: #fff;
  margin-left: 40px;
}

.fare-title {
    margin-top: 15px;
    font-weight: bold;
    color: #4a3521;
}

.fare-box {
    background-color: #ffc2c6;        
    height: 100px;                    
    width: 70%;
    border: 3px solid #4a3521;       
    border-radius: 12px;    
    margin-left: 120px;        
}

.fare-text {
    font-size: 18px;
    color: #4a3521;
    font-weight: 500;
}

/* ========================= */
/* CHIIKAWA LUCKY CHANCE */
/* ========================= */

.lucky-section {
    margin-top: 40px;
    padding: 20px 10px;
    text-align: center;
}

.lucky-section h2 {
    font-weight: bold;
    color: #4a3521;
    margin-bottom: 5px;
}

.lucky-section p {
    font-size: 14px;
    margin-bottom: 25px;
    color: #4a3521;
}

/* Character Container */
.character {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* GIF Images */
.character img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100px;
    border: 3px solid #4a3521;
    padding: 5px;
    background-color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover Effect */
.character img:hover {
    transform: scale(1.05);
}

/* Buttons Under GIFs */
.character button {
    margin-top: 10px;
    border-radius: 8px;
    border: 2px solid #4a3521;
    padding: 5px 18px;
    font-size: 14px;
    font-weight: 500;
}

/* Specific Button Colors (match screenshot pastel look) */
.character:nth-child(1) button {
    background-color: #ffe08a;
}

.character:nth-child(2) button {
    background-color: #aee1f9;
}

.character:nth-child(3) button {
    background-color: #ffc2c6;
}

/* Prevent double click visual */
.character img.clicked {
    opacity: 0.6;
    pointer-events: none;
}

.btn-showfare {
    background-color: #4a3521;
    color: #fdf6e3;
    width: 170px;
    height: 70px;
    border-radius: 10px;
}

.dropdown-menu {
  min-width: 120px;
  padding: 8px 0;
}

.dropdown-item {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}

.dropdown-menu li {
  display: block !important;
}

.dropdown-menu {
  flex-direction: column !important;
}

