
/* .custom-btn { */
/*     border-radius: 20px; */
/*     padding: 10px 30px; */
/*     background-color: #5e72e4; */
/*     color: white; */
/* } */
/* .custom-btn:hover { */
/*     background-color: #324cdd; */
/*     color: white; */
/* } */


.site-footer {
      /* background: #f4f4f4; */
      padding: 20px;
      text-align: center;
      margin-top: 50px;
}

.site-footer a {
      color: #e3e3e3;
      text-decoration: none;
      margin: 0 10px;
}

.site-footer a:hover {
      text-decoration: underline;
}

.legal-container {
      max-width: 800px;
      margin: 60px auto;
      padding: 0 20px;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.7;
      /* color: #222; */
}

.legal-container h1 {
      margin-bottom: 10px;
      font-size: 2.2rem;
}

.legal-updated {
      font-size: 0.9rem;
      /* color: #777; */
      margin-bottom: 30px;
}

.legal-container h2 {
      margin-top: 30px;
      font-size: 1.3rem;
}

.legal-container p {
      margin-top: 10px;
}

.home-section {
    min-height: 80vh;
    background-image: url("../images/ClassicCover1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Dark overlay for readability */
.home-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.home-section .container {
    position: relative;
    z-index: 1;
}

input {
  max-width: 18em;
}

.country-select {
  max-width: 18em;
}

