.elementor-2025 .elementor-element.elementor-element-08c93e9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-85e3c24 *//* Lucky Wheel WordPress-Compatible CSS */

.wheel-container {
  position: relative;
  max-width: 57vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 21vh;
  min-height: 57vh;
}

.wheel-cover-back {
  position: absolute;
  top: 50%;
  left: calc(50% + 9px);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 121%;
}

.wheel-cover-back img {
  width: 100%;
  height: auto;
  display: block;
}

.wheel-cover {
  position: relative;
  z-index: 99;
  width: 100%;
}

.ui-wheel-of-fortune {
  --_items: 8;
  aspect-ratio: 1 / 1;
  direction: ltr;
  display: grid;
  position: relative;
  width: 100%;
}

.ui-wheel-of-fortune::after {
  background-image: url('/wp-content/uploads/2025/08/spin-pointer.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 55vh;
  width: 55vh;
  position: absolute;
  top: 40.25vh;
  right: -48.6vh;
  transform: translateY(-50%);
  pointer-events: none;
}

.ui-wheel-of-fortune > * {
  position: absolute;
}

.ui-wheel-of-fortune button {
  aspect-ratio: 1 / 1;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  background-image: url('/wp-content/uploads/2025/08/button-spin.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 3vh;
  place-self: center;
  width: 30vh;
  color: white;
}

.ui-wheel-of-fortune ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clip-path: circle(50% at 50% 50%);
  display: grid;
  position: absolute;
  inset: 0;
  place-content: center start;
  background-image: url('/wp-content/uploads/2025/08/spin-wheel.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ui-wheel-of-fortune ul li {
  align-content: center;
  aspect-ratio: 1 / 0.828;
  background: transparent;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  display: grid;
  font-size: 3vh;
  grid-area: 1 / -1;
  padding-left: 1ch;
  /* rotate will be set inline by JS if needed */
  transform-origin: center right;
  user-select: none;
  width: 30vh;
}

.ui-wheel-of-fortune ul li:nth-of-type(1),
.ui-wheel-of-fortune ul li:nth-of-type(3),
.ui-wheel-of-fortune ul li:nth-of-type(5),
.ui-wheel-of-fortune ul li:nth-of-type(7) {
  color: transparent;
  background: linear-gradient(90deg, #0076bb 30%, #0098cf 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ui-wheel-of-fortune ul li:nth-of-type(2),
.ui-wheel-of-fortune ul li:nth-of-type(4),
.ui-wheel-of-fortune ul li:nth-of-type(6),
.ui-wheel-of-fortune ul li:nth-of-type(8) {
  color: white;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 3vh;
  background-image: url('/wp-content/uploads/2025/08/background-final.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('/wp-content/uploads/2025/08/modal-background-new.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 40px;
  width: 620px;
  height: 435px;
  text-align: center;
}

button:hover, button:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    outline: none;
}

.modal h2 {
  color: white;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.form-group {
  margin-bottom: 15px;
  text-align: left;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 2px solid #0076bb;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.form-group input:focus {
  outline: none;
  border-color: #0098cf;
  box-shadow: 0 0 5px rgba(0, 152, 207, 0.3);
}

.modal-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.modal .modal-btn,
.modal-btn {
  padding: 12px 30px;
  border: none !important;
  border-radius: 25px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
  font-size: 16px;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  background: unset !important;
  box-shadow: none !important;
}

.modal .modal-btn-primary,
.modal-btn-primary {
  background: linear-gradient(90deg, #0076bb 30%, #0098cf 70%) !important;
  color: white !important;
}

.modal .modal-btn-primary:hover,
.modal-btn-primary:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 2px 10px rgba(0, 118, 187, 0.3) !important;
}

.modal .modal-btn-secondary,
.modal-btn-secondary {
  background: #f0f0f0 !important;
  color: #333 !important;
}

.modal .modal-btn-secondary:hover,
.modal-btn-secondary:hover {
  background: #e0e0e0 !important;
}

.prize-text {
  font-size: 30px;
  color: white;
  margin: 20px 0;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  background: none;
  border: none;
}

.close-btn:hover {
  color: #000;
}/* End custom CSS */