.elementor-1097 .elementor-element.elementor-element-951a5cc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4f93545 */body {
  background: #f3f0e1 !important;
  font-family: "Fredoka", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #000 !important;
  margin: 0;
}

.banner {
  width: 100%;
  max-width: 400px !important;
  margin: 10px auto;
  display: block;
}

.controls {
  margin: 20px 0;
  font-size: 1.1rem;
}

button {
  font-family: "Fredoka", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  margin: 5px;
  border: 2px solid black !important;
  background: #F50000 !important;
  font-size: 1.1rem;
  cursor: pointer;
  color: black !important;
}

#court {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 20px auto;
  background: radial-gradient(circle at bottom, #f8f5e6, #e4dbc4);
  border: 4px solid black;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  overflow: hidden;
}

#hoop {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 190px;
  background-image: url("https://isru.org/wp-content/uploads/2025/07/Hoop.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

#ball {
  position: absolute;
  bottom: 10px;
  left: 50%;
  font-size: 32px;
  transform: translateX(-50%);
  transition: transform 0.6s ease-out;
  z-index: 2;
}

#shootBtn {
  font-size: 1.5rem;
  padding: 10px 30px;
  margin: 20px;
}

#stats {
  font-size: 1.2rem;
}/* End custom CSS */