
#hero-4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#hero-4 .container {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
#hero-4 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-4 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#content-block-26 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-26 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-26 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#content-block-26 .map-column .ratio iframe {
  border: 0;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#content-block-26 .map-column .ratio {
  min-height: 350px;
}
#content-block-26 .info-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content-block-26 .info-column h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
}
#content-block-26 .info-column address {
  font-style: normal;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
}
#content-block-26 .contact-info p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #555;
  display: flex;
  align-items: center;
}
#content-block-26 .contact-info p i {
  color: var(--bs-primary, #0d6efd);
  margin-right: 0.75rem;
  width: 1.5em;
  text-align: center;
}
#content-block-26 .contact-info p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
#content-block-26 .contact-info p a:hover {
  color: var(--bs-primary, #0d6efd);
}
#content-block-26 .opening-hours {
  margin-top: 1.5rem;
  border-top: 1px solid #e9ecef;
  padding-top: 1.5rem;
}
#content-block-26 .opening-hours h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
}
#content-block-26 .opening-hours ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#content-block-26 .opening-hours ul li {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px dotted #e9ecef;
}
#content-block-26 .opening-hours ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#content-block-26 .opening-hours ul li .day {
  font-weight: 500;
}
#content-block-26 .opening-hours ul li .time {
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #content-block-26 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #content-block-26 .map-column {
    margin-bottom: 2rem;
  }
  #content-block-26 .info-column {
    text-align: center;
  }
  #content-block-26 .info-column address {
    margin-left: auto;
    margin-right: auto;
  }
  #content-block-26 .contact-info p {
    justify-content: center;
  }
  #content-block-26 .opening-hours ul li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #content-block-26 .opening-hours ul li .time {
    margin-top: 0.2rem;
  }
}



#text-block-14 {
  padding: 120px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#text-block-14 .container {
  position: relative;
  z-index: 2;
}
#text-block-14 .frosted-glass-box {
  background-color: var(--text-container-bg, rgba(255, 255, 255, 0.15));
  backdrop-filter: blur(var(--blur-amount, 10px));
  -webkit-backdrop-filter: blur(var(--blur-amount, 10px));
  padding: 45px 50px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-color, #ffffff);
  text-align: center;
}
#text-block-14 .text-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-color, #ffffff);
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#text-block-14 .text-paragraph {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-color, #ffffff);
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-14 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-14 {
    padding: 100px 0;
  }
  #text-block-14 .text-heading {
    font-size: 2.4rem;
  }
  #text-block-14 .text-paragraph {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-14 {
    padding: 80px 15px;
    background-attachment: scroll;
  }
  #text-block-14 .frosted-glass-box {
    padding: 35px 30px;
  }
  #text-block-14 .text-heading {
    font-size: 2rem;
  }
  #text-block-14 .text-paragraph {
    font-size: 1rem;
  }
}



#overview-17 {
  overflow: hidden;
  background-color: var(--section-bg-color, #ffffff);
}
#overview-17 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-17 .section-intro {
  margin-bottom: 3.5rem;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#overview-17 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-17 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-17 .content-grid-item {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease-in-out;
  height: 100%;
  text-align: center;
  position: relative;
}
#overview-17 .content-grid-item:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(var(--bs-primary-rgb), 0.25);
}
#overview-17 .content-grid-item:hover .grid-item-icon,
#overview-17 .content-grid-item:hover h5,
#overview-17 .content-grid-item:hover p {
  color: #ffffff !important;
}
#overview-17 .grid-item-icon {
  font-size: 3rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
#overview-17 .content-grid-item h5 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: #343a40;
  transition: color 0.3s ease-in-out;
}
#overview-17 .content-grid-item p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
}
#overview-17 .cta-wrapper {
  text-align: center;
  margin-top: 3rem;
}



#game-section-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  overflow: hidden;
}
#game-section-5 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#game-section-5 .story-content {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 40px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
@media (max-width: 576px) {
  #game-section-5 .story-content {
    padding: 20px;
  }
}


