/* Ajustements pour reproduire fidèlement la disposition de la démo Template Monster */

/* Configuration de la section hero */
.shuttler-hero-section {
  height: 75vh !important;
  min-height: 550px !important;
  max-height: 650px !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  position: relative !important;
}

/* Position des slides */
.shuttler-slide {
  align-items: center !important;
  padding-top: 0 !important;
  display: flex !important;
  justify-content: center !important;
  height: 100% !important;
}

/* Les styles du grand texte BADMINTON ont été supprimés */

/* Configuration des images des joueurs */
.shuttler-player-img {
  max-height: 75vh !important;
  position: relative !important;
  z-index: 3 !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  transform: scale(1.15) !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Structure en deux colonnes */
.shuttler-slide-row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  height: 100% !important;
}

/* Colonne de texte (gauche) */
.shuttler-slide-text {
  width: 35% !important;
  text-align: center !important;
  padding: 0 15px !important;
  z-index: 10 !important;
  margin-top: 0 !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  height: 100% !important;
  position: relative !important;
}

/* Colonne d'image (droite) */
.shuttler-slide-image {
  width: 65% !important;
  text-align: center !important;
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 10 !important;
  height: 100% !important;
}

/* Styles pour les titres */
.shuttler-title {
  font-size: 72px !important;
  font-weight: 900 !important;
  margin-bottom: 25px !important;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase !important;
  line-height: 1.1 !important;
  color: #fff !important;
  letter-spacing: 2px !important;
  position: relative !important;
  display: inline-block !important;
  padding-bottom: 15px !important;
}

/* Styles pour les paragraphes */
.shuttler-slide-text p {
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin-bottom: 30px !important;
  color: #fff !important;
  max-width: 90% !important;
}

/* Styles pour les boutons */
.shuttler-buttons {
  display: flex !important;
  gap: 15px !important;
  justify-content: center !important;
  margin-top: 20px !important;
}

.btn {
  text-align: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.btn-primary {
  padding: 10px 25px !important;
}

/* Ajustements pour les éléments décoratifs */
.shuttler-round-element {
  position: absolute !important;
  bottom: 5% !important;
  right: 5% !important;
  z-index: 2 !important;
  width: 300px !important;
  height: 300px !important;
  animation: shuttlerRotate 20s linear infinite !important;
}

/* Styles pour la section statistique intégrée dans le hero */
.stats-section {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: transparent !important;
  padding: 20px 0 !important;
  z-index: 15 !important;
}

/* Overlay pour le texte des statistiques - supprimé pour permettre la transparence */

.stats-container {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  position: relative !important;
}

.stat-item {
  text-align: center !important;
  padding: 0 15px !important;
  color: #fff !important;
}

.stat-icon {
  font-size: 24px !important;
  color: #ff3c00 !important;
  margin-bottom: 5px !important;
}

.stat-number {
  font-size: 36px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  font-family: 'Oswald', sans-serif !important;
}

.stat-title {
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* Ajustements pour le fond dégradé et les particules */
.shuttler-hero-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.shuttler-gradient-bg {
  background: radial-gradient(ellipse 120% 80% at 60% 40%, #e30613 0%, #6d2aff 60%, #212121 100%) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.shuttler-particles-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important;
  opacity: 1 !important;
}

/* Ajustements pour les bulles */
.shuttler-bubbles {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

.shuttler-bubble {
  position: absolute !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  animation: shuttlerBubbleFloat 12s ease-in-out infinite alternate !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05) !important;
}

/* Ajustements responsive */
@media (max-width: 991px) {
  .shuttler-big-text h1 {
    font-size: 180px !important;
  }
  
  .shuttler-title {
    font-size: 56px !important;
  }
  
  .shuttler-player-img {
    max-height: 70vh !important;
  }
}

@media (max-width: 767px) {
  .shuttler-slide-row {
    flex-direction: column !important;
  }
  
  .shuttler-slide-text,
  .shuttler-slide-image {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
  }
  
  .shuttler-slide-text {
    margin-bottom: 30px !important;
  }
  
  .shuttler-big-text h1 {
    font-size: 120px !important;
  }
  
  .shuttler-title {
    font-size: 42px !important;
  }
  
  .shuttler-buttons {
    justify-content: center !important;
  }
  
  .shuttler-player-img {
    max-height: 50vh !important;
  }
}
