.custom-direct-checkout .elementor-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-direct-checkout .elementor-button::after {
  content: "";
  position: absolute;
  right: -10px; 
  bottom: -10px;
  width: 40px; 
  height: 40px;
  background: url("https://staging.nureiofficial.com/wp-content/uploads/2025/09/svgviewer-output.svg")
    no-repeat center/contain;
  animation: handClick 1.2s infinite;
  transform-origin: bottom center; 
}

.custom-direct-checkout.light .elementor-button::after {
    background: url("https://staging.nureiofficial.com/wp-content/uploads/2025/09/svgviewer-output-light.svg")
    no-repeat center/contain;
  right: -20px;

}

@keyframes handClick {
  0%,
  100% {
    transform: rotate(-20deg) translateY(0) scale(1);
  }
  30% {
    transform: rotate(-15deg) translateY(5px) scale(0.95); 
  }
  60% {
    transform: rotate(-20deg) translateY(0) scale(1); 
  }
}

.reviews-slider .swiper {
  padding: 0px 50px;
}

.reviews-slider .swiper-wrapper {
  height: 400px;
  align-items: center;
}

.reviews-slider .swiper-slide {
  height: 310px !important;
}

.contact-form .elementor-message-success {
  color: #ffffff;
}

.contact-form .elementor-field-group .elementor-field::placeholder {
  font-weight: 400;
  font-style: Medium;
  font-size: 20px;
  color: #fff !important;
  opacity: 1;
}

.continue-shopping-button {
  width: 100%;
  text-align: center;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 10px 20px;
  margin: 20px auto;
  border-radius: 3px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: block;
}

.continue-shopping-button:hover {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .reviews-slider .swiper-wrapper {
    height: 500px;
  }
  .reviews-slider .swiper-slide {
    height: 450px !important;
  }
  .reviews-slider .swiper {
    padding: 0px 25px;
  }
}
