/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&family=Poppins:wght@400;600&display=swap');

#pageContent .header {
  display: none !important;
}



.spanish-club-hero {
  position: relative;
  max-width: 1000px;
  margin: 40px auto 20px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.spanish-club-hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* Transparent text overlay anchored bottom-right */
.text-overlay {
  position: absolute;
  bottom: 5%;
  right: 5%;
  padding: 10px 15px;
  text-align: right;
  background: none; /* fully transparent */
}

.text-overlay h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 2rem; /* larger headline */
  margin: 0 0 10px;
  color: #ffffff; /* white text for visibility */
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* improves readability */
}

.text-overlay p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem; /* larger body text */
  margin: 0;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

/* Beneath-image details */
.session-details {
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
text-align: center;
  line-height: 1.6;
  color: #333;
  padding: 20px;
}

.session-details p {
  margin-bottom: 15px;
}

.session-details .cost {
  font-weight: 600;
  color: #002d72;
}
/*  ------- Styles below the line are not shown during page editing --------- */