body.modal-is-open {
  overflow: hidden;
}

.slide-wheel-parent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, rgba(253, 155, 20, 0.7), rgba(222, 33, 6, 0.8), rgba(26, 26, 26, 0.9));
  z-index: 1000000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none;
  font-family: "DM Sans", sans-serif;
}

.slide-wheel-parent.slide-open {
  display: flex;
}

.captcha-close-button {
  padding: 8px;
  position: absolute !important;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: #1A1A1A;
  border-radius: 0 0 0 8px;
  transition: all 0.3s ease-in-out;
}

.captcha-close-button:hover {
  background: #FD9B14;
}

.captcha-info {
  margin-bottom: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

.captcha-info-img {
  width: 100%;
  padding-top: 50%;
  background-size: contain;
  z-index: 2;
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.chaptcha-info-text {
  color: #fff;
  z-index: 3;
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: "DM Sans", sans-serif;
}

.captcha-heading {
  font-size: 24px;
  margin-bottom: 0px;
  color: #ffffff;
  z-index: 3;
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
}

.captcha-close-button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.wheel-wrapper {
  background: #1A1A1A;
  width: 440px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.wheel-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  position: absolute;
  border-radius: 18px;
}

.wheel-wrapper * {
  z-index: 2;
}


.are-you-human-slide-wrapper {
  width: 100%;
  margin: auto;
  margin-top: 0px;
  padding: 0px 0;
}

.are-you-human-slide-wrapper #validated {
  opacity: 0;
  display: block;
  text-align: center;
  transition: all 1s;
  margin-top: 20px;
  font-size: 20px;
  color: #FD9B14;
  font-family: "DM Sans", sans-serif;
}

.are-you-human-slide-wrapper #validated.true {
  opacity: 1;
}

.are-you-human-slide-wrapper label {
  position: relative;
  width: 100%;
  height: 20px;
  display: block;
  margin: auto;
}

.are-you-human-slide-wrapper #result {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  color: white;
  position: absolute;
  right: 0;
  top: -12px;
}

.are-you-human-slide-wrapper h1 {
  text-align: center;
}

.are-you-human-slide-wrapper p {
  text-align: center;
}

.change-captcha-button {
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  color: #FD9B14;
  transition: all 0.3s ease-in-out;
}

.change-captcha-button:hover {
  color: #DE2106;
}

.change-captcha-button svg {
  margin-left: 10px;
  stroke: currentColor;
}

/* css */
.are-you-human-wrapper {
  color: #fff;
  display: flex;
  justify-content: flex-end;
}

.are-you-human-wrapper .dcontent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px !important;
  border-radius: 10px;
  /* border: 1px solid rgba(255, 255, 255, 0.4); */
  width: 100%;
}

.are-you-human-wrapper label {
  color: #fff;
  margin-bottom: 0px;
}

.are-you-human-wrapper .are-you-human-button {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  flex: none;
  transition: all 0.3s ease-in-out;
}

.are-you-human-wrapper .are-you-human-button:hover {
  border-color: #FD9B14;
  background: rgba(253, 155, 20, 0.2);
}

.are-you-human-wrapper .are-you-human-button.checked {
  border: 1px solid #FD9B14;
  background: rgba(253, 155, 20, 0.3);
}

.are-you-human-wrapper .are-you-human-button .are-you-human-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(253, 155, 20, 0.8), rgba(222, 33, 6, 0.9));
  display: none;
}

.are-you-human-wrapper .are-you-human-button.checked .are-you-human-result {
  display: flex;
}

.are-you-human-wrapper .are-you-human-button .are-you-human-result img {
  width: 60%;
}

.are-you-human-message {
  text-align: center;
  display: none;
  background: #DE2106;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "DM Sans", sans-serif;
}

.are-you-human-message.show {
  display: block;
}

.wheel-wrapper .change-captcha-button {
  color: #FD9B14;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.wheel-wrapper .change-captcha-button:hover {
  color: #DE2106;
}

.wheel-wrapper .change-captcha-button svg {
  stroke: currentColor;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}


.captcha-is-wrong-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.captcha-is-wrong-modal-wrapper.close {
  display: none;
}

.captcha-is-wrong-modal {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  background: #1A1A1A;
  border-radius: 18px;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100000;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.captcha-is-wrong-modal-ok {
  padding: 8px 20px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #FD9B14;
  text-align: center;
  display: block;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  font-family: "DM Sans", sans-serif;
}

.captcha-is-wrong-modal-ok:hover {
  background: #FD9B14;
  color: #1A1A1A;
}


/************** Nick Code ******************/
.are-you-human-images {
  margin-bottom: 20px;
}

.are-you-human-images .images-wrapper {
  width: 80%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
}

.are-you-human-images .images-wrapper .img {
  transition: 1s all;
  width: calc(33.3% - 6px);
  padding-top: calc(33.3% - 6px);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s all;
  left: auto;
  right: auto;
  position: relative;
  border-radius: 8px;
}

.are-you-human-images .images-wrapper .img .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(253, 155, 20, 0.2), rgba(222, 33, 6, 0.25), rgba(26, 26, 26, 0.3));
  opacity: 0;
  transition: 0.5s all;
  border-radius: 50%;
}

.are-you-human-images .images-wrapper .img:hover .hover {
  opacity: 1;
}

.are-you-human-images .images-wrapper .img.d-answer .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.5s all;
  border-radius: 50%;
  border: 10px solid #FD9B14;
}

#message-after-email {

  width: 100%;
  position: fixed;
  top: 50%;
  z-index: 10000;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #fff;
  background: #DE2106;
  border-radius: 18px;
  font-family: "DM Sans", sans-serif;
}

#message-after-email #image-captcha-success-result-message {
  background: linear-gradient(135deg, rgba(253, 155, 20, 0.9), rgba(222, 33, 6, 0.95));
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  border-radius: 18px;
}

#message-after-email .tcm-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#message-after-email .tcm-close:hover {
  transform: scale(1.1);
}

#message-after-email #image-captcha-success-result-message p {
  color: #fff;
  font-family: "DM Sans", sans-serif;
}

/* New Modals Styles */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(253, 155, 20, 0.3);
  z-index: 1000000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none;
  /* Hidden by default */
}

.modal-wrapper.close {
  display: none;
}

.modal-wrapper:not(.close) {
  /* Show when not closed */
  display: flex;
  overflow: auto;
}

.modal-content {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  background: #1A1A1A;
  border-radius: 18px;
  color: #fff;
  position: relative;
  border: 1px solid #FD9B14;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  font-family: "DM Sans", sans-serif;
}

.modal-content h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
}

.modal-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
}

.modal-content .close-modal-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  color: #FD9B14;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.modal-content .close-modal-button:hover {
  color: #DE2106;
  transform: scale(1.1);
}

.modal-content .ok-modal-button {
  margin: auto;
  background: linear-gradient(90deg, #FD9B14 0%, #DE2106 100%);
  border-radius: 8px;
  color: #fff;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.modal-content .ok-modal-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(253, 155, 20, 0.4);
}

/* Specific styles for success/failure modals text colors */
.success-modal-wrapper .modal-content h3 {
  color: #FD9B14;
}

.failure-modal-wrapper .modal-content h3 {
  color: #DE2106;
}

@media only screen and (max-width: 900px) {
  .wheel-wrapper {
    width: calc(100% - 40px);
    max-width: 340px;
  }

  .captcha-heading {
    font-size: 20px;
    line-height: 24px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

}