/* /Components/Layout/LanguageSelector/LanguageSelector.razor.rz.scp.css */
.language-selector-alignment[b-amfodg4n4l] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* /Components/Layout/NavigationMenu/NavigationMenu.razor.rz.scp.css */
.sticky-nav[b-qyx672y9si] {
  position: fixed;
  top: 20px;
  right: 20px;
  background: var(--primary-grad);
  backdrop-filter: blur(10px);
  padding: 10px 25px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.sticky-nav a[b-qyx672y9si] {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  transition: 0.3s;
}
.sticky-nav a:hover[b-qyx672y9si] {
  color: #cb6ce6;
}
@media (max-width: 768px) {
  .sticky-nav[b-qyx672y9si] {
    top: 0;
    right: 0;
    width: 100%;
    border-radius: 0 0 20px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.nav-links[b-qyx672y9si] {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .nav-links[b-qyx672y9si] {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .nav-links.active[b-qyx672y9si] {
    display: flex;
  }
}
.hamburger[b-qyx672y9si] {
  display: none;
  cursor: pointer;
  color: white;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .hamburger[b-qyx672y9si] {
    display: block;
  }
}
/* /Components/Pages/AboutSection/AboutSection.razor.rz.scp.css */
.about-section[b-1h3z3s5gud] {
  background-image: url('/img/team.jpg');
  background-image: -webkit-image-set(url('/img/team.avif') type('image/avif'), url('/img/team.webp') type('image/webp'), url('/img/team.jpg') type('image/jpg'));
  background-image: image-set(url('/img/team.avif') type('image/avif'), url('/img/team.webp') type('image/webp'), url('/img/team.jpg') type('image/jpg'));
  background-position: center top;
  background-size: cover;
  color: white;
  position: relative;
}
.about-section[b-1h3z3s5gud]  .about-section-overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.about-section[b-1h3z3s5gud]  .info-bubble {
  background: var(--primary-grad);
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #cb6ce6;
  transition: transform 0.4s, background 0.4s;
  opacity: 0;
}
.about-section[b-1h3z3s5gud]  .info-bubble.visible {
  animation: fadeInUp 0.8s backwards;
  opacity: 1;
}
.about-section[b-1h3z3s5gud]  .info-bubble.visible:hover {
  transform: translateY(-5px);
}
.about-section[b-1h3z3s5gud]  .stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: #cb6ce6;
  display: block;
  font-family: var(--font-heading);
}
.about-section[b-1h3z3s5gud]  .info-bubble .btn-info {
  margin-top: 15px;
}
/* /Components/Pages/CoachesSection/CoachesSection.razor.rz.scp.css */
.coaches-section[b-lp548bi2bx] {
  background: var(--secondary-grad);
}
.coaches-section[b-lp548bi2bx]  .section-title-white {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
  color: white;
}
.coaches-section[b-lp548bi2bx]  .card-details .btn-info {
  margin-top: 10px;
  align-self: center;
}
/* /Components/Pages/ContactSection/ContactSection.razor.rz.scp.css */
.contact-section[b-0tnczmfpy0] {
  background: var(--primary-grad);
}
.contact-section[b-0tnczmfpy0]  .heading-white {
  color: white;
}
.contact-section[b-0tnczmfpy0]  .contact-header {
  text-align: center;
  color: white;
  margin-bottom: 40px;
}
.contact-section[b-0tnczmfpy0]  .contact-form {
  max-width: 700px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.contact-section[b-0tnczmfpy0]  .form-control {
  width: 100%;
  padding: 12px;
  border: 2px solid #eee;
  border-radius: 10px;
  font-family: var(--font-body);
  margin-bottom: 15px;
}
.contact-section[b-0tnczmfpy0]  .form-control:focus {
  border-color: #3533cd;
  outline: none;
}
.contact-section[b-0tnczmfpy0]  .btn-submit {
  width: 100%;
}
.contact-section[b-0tnczmfpy0]  .form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
  font-size: 0.9rem;
}
.contact-section[b-0tnczmfpy0]  .form-field-collapsible {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
  margin-bottom: 0;
}
.contact-section[b-0tnczmfpy0]  .form-field-collapsible.form-field-visible {
  max-height: 160px;
  opacity: 1;
  margin-bottom: 0;
}
.contact-section[b-0tnczmfpy0]  .training-types-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact-section[b-0tnczmfpy0]  .training-type-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 2px solid #eee;
  border-radius: 20px;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, opacity 0.3s ease;
  user-select: none;
}
.contact-section[b-0tnczmfpy0]  .training-type-option:hover:not(.training-type-disabled) {
  border-color: #3533cd;
  background: rgba(53, 51, 205, 0.05);
}
.contact-section[b-0tnczmfpy0]  .training-type-option input[type="checkbox"] {
  accent-color: #3533cd;
  width: 15px;
  height: 15px;
  cursor: inherit;
  flex-shrink: 0;
}
.contact-section[b-0tnczmfpy0]  .training-type-checked {
  border-color: #3533cd;
  background: rgba(53, 51, 205, 0.1);
  color: #3533cd;
  font-weight: 600;
}
.contact-section[b-0tnczmfpy0]  .training-type-disabled {
  opacity: 0.38;
  cursor: not-allowed;
}
.contact-section[b-0tnczmfpy0]  .validation-message {
  display: block;
  color: #dc3545;
  font-size: 0.82rem;
  margin-top: -8px;
  margin-bottom: 10px;
  animation: fadeInDown-b-0tnczmfpy0 0.25s ease;
}
.contact-section[b-0tnczmfpy0]  .form-feedback-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 16px;
  margin-top: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}
.contact-section[b-0tnczmfpy0]  .form-feedback-message.form-message-visible {
  max-height: 80px;
  opacity: 1;
  padding: 12px 16px;
  margin-top: 15px;
}
.contact-section[b-0tnczmfpy0]  .form-success-message {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.contact-section[b-0tnczmfpy0]  .form-error-message {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.contact-section[b-0tnczmfpy0]  .contact-details {
  margin-top: 30px;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
@keyframes fadeInDown-b-0tnczmfpy0 {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* /Components/Pages/HallOfFameSection/HallOfFameSection.razor.rz.scp.css */
.hall-of-fame-section[b-s808fwo6v1] {
  background: var(--secondary-grad);
  color: white;
}
.hall-of-fame-section[b-s808fwo6v1]  .text-center {
  text-align: center;
}
.hall-of-fame-section[b-s808fwo6v1]  .section-subtitle-white {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: white;
}
.hall-of-fame-section[b-s808fwo6v1]  .section-subtitle-top-gap {
  margin-top: 60px;
}
.hall-of-fame-section[b-s808fwo6v1]  .slider-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1300px;
  margin: 0 auto 60px auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .hall-of-fame-section[b-s808fwo6v1]  .slider-wrapper {
    gap: 8px;
    padding: 0 10px;
  }
}
.hall-of-fame-section[b-s808fwo6v1]  .slider-container {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.hall-of-fame-section[b-s808fwo6v1]  .slider-nav-btn {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary-grad);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.hall-of-fame-section[b-s808fwo6v1]  .slider-nav-btn:hover {
  transform: scale(1.08);
}
@media (max-width: 768px) {
  .hall-of-fame-section[b-s808fwo6v1]  .slider-nav-btn {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}
.hall-of-fame-section[b-s808fwo6v1]  .slider-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  will-change: transform;
}
.hall-of-fame-section[b-s808fwo6v1]  .slider-grid > .card-common {
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: 0;
}
@media (max-width: 768px) {
  .hall-of-fame-section[b-s808fwo6v1]  .slider-grid > .card-common {
    flex: 0 0 100%;
  }
}
.hall-of-fame-section[b-s808fwo6v1]  .slider-grid .btn-info {
  margin-top: 15px;
  align-self: center;
}
.hall-of-fame-section[b-s808fwo6v1]  .slider-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.hall-of-fame-section[b-s808fwo6v1]  .slider-btn {
  background: var(--primary-grad);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hall-of-fame-section[b-s808fwo6v1]  .slider-btn:hover {
  transform: scale(1.1);
  background: var(--secondary-grad);
}
/* /Components/Pages/HeroSection/HeroSection.razor.rz.scp.css */
.hero[b-9f395tu7up] {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}
.hero[b-9f395tu7up]  .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero[b-9f395tu7up]  .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.hero[b-9f395tu7up]  .hero-content h1 {
  font-size: 5rem;
  font-weight: 900;
  margin: 0;
  line-height: 1;
}
.hero[b-9f395tu7up]  .hero-content h1:focus,
.hero[b-9f395tu7up]  .hero-content h1:focus-visible {
  outline: none;
}
.hero[b-9f395tu7up]  .hero-content p {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: 300;
}
.hero[b-9f395tu7up]  .video-fallback {
  background: black;
  width: 100%;
  height: 100%;
}
.hero[b-9f395tu7up]  .hero-title {
  font-family: 'Dosis', sans-serif;
}
.hero[b-9f395tu7up]  .hero-title-accent {
  color: #4dabf7;
}
.hero[b-9f395tu7up]  .hero-width {
  margin: 0 30%;
}
.hero[b-9f395tu7up]  .hero-cta-wrapper {
  margin-top: 20px;
}
.hero[b-9f395tu7up]  .hero-cta-link {
  text-decoration: none;
  display: inline-block;
  width: fit-content;
}
@media (max-width: 768px) {
  .hero[b-9f395tu7up]  .hero-width {
    margin: 1em;
  }
  .hero[b-9f395tu7up]  .hero-content h1 {
    font-size: 3rem;
  }
}
/* /Components/Pages/MwkszSection/MwkszSection.razor.rz.scp.css */
.mwksz-section[b-5uk8brmhjm] {
  background: var(--primary-grad);
  color: var(--text-light);
}
.mwksz-section[b-5uk8brmhjm]  .mwksz-intro-text {
  max-width: 600px;
  justify-self: center;
}
.mwksz-section[b-5uk8brmhjm]  .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 2rem auto;
}
.mwksz-section[b-5uk8brmhjm]  .feature-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.mwksz-section[b-5uk8brmhjm]  .features-grid .btn-info {
  margin-top: 15px;
}
.mwksz-section[b-5uk8brmhjm]  .gallery-collage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto 60px auto;
}
@media (max-width: 768px) {
  .mwksz-section[b-5uk8brmhjm]  .gallery-collage {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.mwksz-section[b-5uk8brmhjm]  .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  transition: transform 0.3s;
  cursor: pointer;
}
.mwksz-section[b-5uk8brmhjm]  .gallery-img:hover {
  transform: scale(1.02);
  z-index: 2;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.mwksz-section[b-5uk8brmhjm]  .g-item-1 {
  grid-column: span 2;
  grid-row: span 2;
}
.mwksz-section[b-5uk8brmhjm]  .g-item-2 {
  grid-column: span 1;
  grid-row: span 1;
}
.mwksz-section[b-5uk8brmhjm]  .g-item-3 {
  grid-column: span 1;
  grid-row: span 2;
}
.mwksz-section[b-5uk8brmhjm]  .g-item-4 {
  grid-column: span 1;
  grid-row: span 1;
}
.mwksz-section[b-5uk8brmhjm]  .event-calendar-wrapper {
  display: flex;
  justify-content: center;
}
.mwksz-section[b-5uk8brmhjm]  .event-calendar-image {
  border-radius: 50px;
  justify-self: center;
  max-width: 60%;
  height: auto;
}
@media (max-width: 768px) {
  .mwksz-section[b-5uk8brmhjm]  .event-calendar-image {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .mwksz-section[b-5uk8brmhjm]  .g-item-1,
  .mwksz-section[b-5uk8brmhjm]  .g-item-2,
  .mwksz-section[b-5uk8brmhjm]  .g-item-3,
  .mwksz-section[b-5uk8brmhjm]  .g-item-4 {
    grid-column: span 1;
    grid-row: span 1;
    height: 250px;
  }
}
/* /Components/Pages/SiteFooter/SiteFooter.razor.rz.scp.css */
footer[b-sxmqu7z9r9] {
  background: #111;
  color: #888;
  text-align: center;
  padding: 40px 20px;
}
footer[b-sxmqu7z9r9]  .footer-credit {
  font-size: 0.8rem;
}
/* /Components/Pages/SocialSection/SocialSection.razor.rz.scp.css */
.social-section[b-emy9ic6rjg] {
  background: var(--secondary-grad);
  text-align: center;
}
.social-section[b-emy9ic6rjg]  .heading-bottom-gap {
  margin-bottom: 30px;
}
.social-section[b-emy9ic6rjg]  .social-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .social-section[b-emy9ic6rjg]  .social-grid {
    gap: 20px;
  }
}
.social-section[b-emy9ic6rjg]  .social-box {
  width: 400px;
  height: 500px;
  background: #eee;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #888;
  gap: 20px;
}
@media (max-width: 768px) {
  .social-section[b-emy9ic6rjg]  .social-box {
    width: 100%;
    max-width: 600px;
    height: auto;
    min-height: 560px;
    gap: 24px;
  }
}
.social-section[b-emy9ic6rjg]  .social-box-facebook {
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .social-section[b-emy9ic6rjg]  .social-box-facebook {
    padding: 12px;
    min-height: 0;
    aspect-ratio: 500 / 650;
  }
}
.social-section[b-emy9ic6rjg]  .social-facebook-embed {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .social-section[b-emy9ic6rjg]  .social-facebook-embed {
    min-height: 0;
  }
}
.social-section[b-emy9ic6rjg]  .social-facebook-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}
.social-section[b-emy9ic6rjg]  .social-box-surface {
  border: 1px solid #ddd;
  background: white;
}
.social-section[b-emy9ic6rjg]  .social-icon {
  margin-bottom: 10px;
}
.social-section[b-emy9ic6rjg]  .social-icon-facebook {
  color: #1877f2;
  display: block;
}
.social-section[b-emy9ic6rjg]  .social-icon-instagram {
  color: #c32aa3;
}
/* /Components/Pages/StickyCta/StickyCta.razor.rz.scp.css */
.sticky-cta[b-9awyupiiit] {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 1rem;
  background: var(--primary-grad);
  color: white;
  width: 220px;
  height: 70px;
  gap: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(53, 51, 205, 0.4);
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.3s;
  text-decoration: none;
}
.sticky-cta:hover[b-9awyupiiit] {
  transform: rotate(5deg) scale(1.05);
}
.sticky-cta i[b-9awyupiiit] {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .sticky-cta[b-9awyupiiit] {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
}
.sticky-cta-text[b-9awyupiiit] {
  margin: 0;
  font-weight: bold;
  font-family: var(--font-body);
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .sticky-cta-text[b-9awyupiiit] {
    display: none;
  }
}
/* /Components/Pages/TimetableSection/TimetableSection.razor.rz.scp.css */
.timetable-section[b-r29j03ei6a] {
  background-image: url('/img/team.jpg');
  background-image: -webkit-image-set(url('/img/team.avif') type('image/avif'), url('/img/team.webp') type('image/webp'), url('/img/team.jpg') type('image/jpg'));
  background-image: image-set(url('/img/team.avif') type('image/avif'), url('/img/team.webp') type('image/webp'), url('/img/team.jpg') type('image/jpg'));
}
.timetable-section[b-r29j03ei6a]  .timetable-section-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.timetable-section[b-r29j03ei6a]  .schedule-map-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .timetable-section[b-r29j03ei6a]  .schedule-map-container {
    grid-template-columns: 1fr;
  }
}
.timetable-section[b-r29j03ei6a]  .timetable-heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: white;
}
.timetable-section[b-r29j03ei6a]  .timetable-image {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.timetable-section[b-r29j03ei6a]  .map-frame {
  width: 100%;
  height: 400px;
  border-radius: var(--radius);
  border: 0;
}
/* /Components/Pages/WhyUsSection/WhyUsSection.razor.rz.scp.css */
.why-us-section[b-jlwg5a6cmm] {
  background: var(--primary-grad);
  color: white;
  overflow: hidden;
}
.why-us-section[b-jlwg5a6cmm]  .why-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.why-us-section[b-jlwg5a6cmm]  .feature-card-delay-02 {
  animation-delay: 0.2s;
}
.why-us-section[b-jlwg5a6cmm]  .feature-card-delay-04 {
  animation-delay: 0.4s;
}
.why-us-section[b-jlwg5a6cmm]  .feature-card-delay-06 {
  animation-delay: 0.6s;
}
.why-us-section[b-jlwg5a6cmm]  .feature-icon-large {
  font-size: 4rem;
  margin-bottom: 20px;
  color: white;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.why-us-section[b-jlwg5a6cmm]  .why-us-grid .btn-info {
  margin-top: 10px;
}
.why-us-section[b-jlwg5a6cmm]  .heading-xxl {
  font-size: 3.5rem;
}
.why-us-section[b-jlwg5a6cmm]  .lead-text {
  font-size: 1.2rem;
}
