/* Overall container */
.big-box {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

/* Left column */
.left-column {
  flex: 0 0 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  background-color: #f9f9f9;
}

.logo {
  width: 100px;
  height: auto;
}

.site-name {
  margin-top: 5px;
  font-weight: bold;
  font-size: 15px;
  color: #333;
  margin-left: 5px;
}

/* Right column */
.right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Banner section */
.banner {
  padding: 20px;
  background: linear-gradient(to right, rgb(0, 204, 229), rgb(255, 221, 86));
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* Navigation bar */
.nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.nav-bar a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}

.nav-bar a:hover {
  color: #007bff;
}

.nav-bar a.active {
  color: #004aad;
  font-weight: bold;
  border-bottom: 2px solid #004aad;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .big-box {
    flex-direction: column;
    border-radius: 0;
  }

  .left-column {
    flex: none;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
  }

  .site-name {
    margin-left: 0;
    font-size: 18px;
  }

  .right-column {
    width: 100%;
  }

  .banner {
    font-size: 20px;
    padding: 15px;
  }

  .nav-bar {
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .nav-bar a {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .banner {
    font-size: 18px;
    padding: 10px;
  }

  .nav-bar {
    padding: 10px 0;
    gap: 10px;
  }

  .nav-bar a {
    font-size: 15px;
  }

  .logo {
    width: 80px;
  }
}


.second_big_box {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto; /* space between sections */
  background-color: #fff;
}

/* Left column */
.tab_part {
  width: 25vw; /* defines left side width */
  padding: 10px;
}

.tabimage {
  width: 100%;
  height: auto;
}

.intro_card {
  flex: 1;
  background: linear-gradient(to right, rgb(0, 204, 229), rgb(255, 221, 86));
  color: white;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.intro_card_1 {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro_card_1 p {
  display: block;
  margin-left: 40px;
}

.diary_line {
  margin-top: 40px;
  font-size: 30px;
  color: rgb(0, 74, 173)
  
}

.strike {
  text-decoration: line-through;
  color: black;
  font-size: 25px ;
}

.happiness {
  color: rgb(0, 74, 173);
  font-size:30px;
}

.intro_card_2 {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index_end {
  width: 100vw;
  height: 10px;
  background: linear-gradient(to right, rgb(0, 204, 229), rgb(255, 221, 86));
}

.page2 {
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.logo_page2 {
  width: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items:left;
}

.page2_heading {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 20vw;
  font-size: 30px;
  color: rgb(0, 74, 173);
}

.page2_box {
  flex: 0 0 40px;
  height: 40px;
  background: linear-gradient(to right, rgb(0, 204, 229), rgb(255, 221, 86));
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px; /* Optional: Rounded box */
}

.compass {
  width: 20px;
  height: 20px;
  object-fit: contain; /* Keeps image aspect ratio */
}


.page_2_2 {
  flex: 1;
  color: white;
  display: flex;
  align-items: flex-start;
}

.mapfootprint {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  height: 70vh;
  width: auto;
}

.mobile_view {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Control the image size */
.mobileview {
  height: 400px; /* Or whatever size you want */
  width: auto;
  object-fit: contain;
}


.page_3_1 {
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.logo_page3 {
  width: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items:left;
}

.page3_heading {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 20vw;
  font-size: 30px;
  color: rgb(0, 74, 173);
}

.page3_box {
  flex: 0 0 40px;
  height: 40px;
  background: linear-gradient(to right, rgb(0, 204, 229), rgb(255, 221, 86));
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px; /* Optional: Rounded box */
}

.compass {
  width: 20px;
  height: 20px;
  object-fit: contain; /* Keeps image aspect ratio */
}


