.elementor-574 .elementor-element.elementor-element-45e5d09{--display:flex;}.elementor-574 .elementor-element.elementor-element-7e974d7{--spacer-size:0px;}/* Start custom CSS for html, class: .elementor-element-cb562d6 */.recovery-circle {
  background: #111;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding: 60px 20px;
  position: relative;
  animation: fadeInBody 1s ease-in;
}

@keyframes fadeInBody {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.recovery-circle .container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.recovery-circle h1 {
  font-size: 36px;
  font-weight: 800;
  color: #f05a28;
  text-transform: uppercase;
  animation: slideInTop 1s ease-out;
}

@keyframes slideInTop {
  from { opacity: 0; transform: translateY(-40px); }
  to { opacity: 1; transform: translateY(0); }
}

.recovery-circle .intro,
.recovery-circle .subtitle {
  opacity: 0;
  animation: fadeInUp 1s ease-in 0.8s forwards;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.recovery-circle .subtitle {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 40px;
  color: #f05a28;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 40px;
  animation: zoomIn 1s ease-in;
}

@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(240,90,40,0.2);
}

.join-form {
  background: #1a1a1a;
  padding: 30px;
  border-radius: 8px;
  animation: fadeInUp 1s ease-in 1s forwards;
  opacity: 0;
}

.join-form h2 {
  color: #fff;
  margin-bottom: 20px;
}

.join-form input,
.join-form textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: none;
  border-radius: 4px;
  background: #333;
  color: #fff;
  transition: all 0.3s ease;
}
.join-form input:focus,
.join-form textarea:focus {
  outline: none;
  background: #222;
  border: 1px solid #f05a28;
}

.join-form button {
  background-color: #f05a28;
  color: #fff;
  padding: 14px 24px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.join-form button:hover {
  background-color: #d94e1f;
  transform: scale(1.05);
}

/* Sticky CTA Button */
.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #f05a28;
  color: #fff;
  padding: 14px 18px;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  z-index: 999;
  text-decoration: none;
  animation: pulse 2s infinite;
  transition: background 0.3s ease;
}
.sticky-cta:hover {
  background: #d94e1f;
}

@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 10px rgba(240,90,40,0.5); }
  50% { transform: scale(1.05); box-shadow: 0 0 20px rgba(240,90,40,0.7); }
  100% { transform: scale(1); box-shadow: 0 0 10px rgba(240,90,40,0.5); }
}

body {
  background-color: #121212;
  background-image: radial-gradient(#222222 1px, transparent 1px);
  background-size: 12px 12px;
}

.terms-section {
  background: #fff;
  padding: 40px 30px;
  border-left: 6px solid #c7571e;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(196, 87, 30, 0.2);
  max-width: 850px;
  margin: 60px auto;
  transition: all 0.3s ease;
}
.terms-section:hover {
  box-shadow: 0 0 40px rgba(244, 194, 91, 0.4);
}

/* Global Elementor Effects - replace `.animated-block` with actual .elementor-574 .elementor-element.elementor-element-cb562d6 */
.animated-block {
  position: relative;
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  animation: containerFadeIn 1.3s ease-out forwards;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.animated-block:hover {
  transform: scale(1.01) rotateX(1deg) rotateY(-1deg);
  box-shadow: 0 12px 30px rgba(255, 187, 90, 0.25);
  transition: all 0.4s ease;
}
.animated-block .elementor-heading-title {
  transition: all 0.4s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.animated-block .elementor-heading-title:hover {
  text-shadow: 0 0 12px rgba(255, 190, 80, 0.6),
               0 0 22px rgba(255, 100, 50, 0.4);
  transform: translateY(-2px);
}
.animated-block .elementor-widget-text-editor {
  transition: all 0.3s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.animated-block .elementor-widget-text-editor:hover {
  transform: translateY(-2px);
  opacity: 0.95;
  text-shadow: 0 2px 6px rgba(255, 185, 90, 0.3);
}
.animated-block .elementor-button {
  transform: translateY(0);
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.animated-block .elementor-button:hover {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 180, 90, 0.3);
}
.animated-block img {
  opacity: 0;
  transform: scale(0.95);
  animation: imageReveal 1.4s ease-out forwards;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.animated-block img:hover {
  transform: scale(1.03);
  transition: transform 0.4s ease;
  box-shadow: 0 6px 25px rgba(255, 190, 100, 0.2);
}
.animated-block .elementor-widget-container {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}
.animated-block .elementor-widget-container:hover {
  box-shadow: 0 6px 20px rgba(255, 185, 90, 0.18);
  transform: scale(1.01);
}

@keyframes containerFadeIn {
  from { opacity: 0; transform: translateY(40px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes imageReveal {
  0% { opacity: 0; transform: scale(0.95); }
  100% { opacity: 1; transform: scale(1); }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-45e5d09 */body {
  background-color: #121212;
  background-image: radial-gradient(#222222 1px, transparent 1px);
  background-size: 12px 12px;
}

.terms-section {
  background: #ffffff;
  padding: 40px 30px;
  border-left: 6px solid #c7571e;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(196, 87, 30, 0.2);
  max-width: 850px;
  margin: 60px auto;
  transition: all 0.3s ease;
}

.terms-section:hover {
  box-shadow: 0 0 40px rgba(244, 194, 91, 0.4);
}

/* ==== CONTAINER ANIMATION ON LOAD + SHADOW ==== */
.elementor-574 .elementor-element.elementor-element-45e5d09 {
  position: relative;
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  animation: containerFadeIn 1.3s ease-out forwards;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.elementor-574 .elementor-element.elementor-element-45e5d09:hover {
  transform: scale(1.01) rotateX(1deg) rotateY(-1deg);
  box-shadow: 0 12px 30px rgba(255, 187, 90, 0.25);
  transition: all 0.4s ease;
}

/* ==== HEADINGS SHADOW ==== */
.elementor-574 .elementor-element.elementor-element-45e5d09 .elementor-heading-title {
  transition: all 0.4s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.elementor-574 .elementor-element.elementor-element-45e5d09 .elementor-heading-title:hover {
  text-shadow: 0 0 12px rgba(255, 190, 80, 0.6),
               0 0 22px rgba(255, 100, 50, 0.4);
  transform: translateY(-2px);
}

/* ==== TEXT PARAGRAPH SHADOW ==== */
.elementor-574 .elementor-element.elementor-element-45e5d09 .elementor-widget-text-editor {
  transition: all 0.3s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.elementor-574 .elementor-element.elementor-element-45e5d09 .elementor-widget-text-editor:hover {
  transform: translateY(-2px);
  opacity: 0.95;
  text-shadow: 0 2px 6px rgba(255, 185, 90, 0.3);
}

/* ==== BUTTON SHADOW ==== */
.elementor-574 .elementor-element.elementor-element-45e5d09 .elementor-button {
  transform: translateY(0);
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.elementor-574 .elementor-element.elementor-element-45e5d09 .elementor-button:hover {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 180, 90, 0.3);
}

/* ==== IMAGE SHADOW ==== */
.elementor-574 .elementor-element.elementor-element-45e5d09 img {
  opacity: 0;
  transform: scale(0.95);
  animation: imageReveal 1.4s ease-out forwards;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.elementor-574 .elementor-element.elementor-element-45e5d09 img:hover {
  transform: scale(1.03);
  transition: transform 0.4s ease;
  box-shadow: 0 6px 25px rgba(255, 190, 100, 0.2);
}

/* ==== BOXED ELEMENTS ==== */
.elementor-574 .elementor-element.elementor-element-45e5d09 .elementor-widget-container {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}
.elementor-574 .elementor-element.elementor-element-45e5d09 .elementor-widget-container:hover {
  box-shadow: 0 6px 20px rgba(255, 185, 90, 0.18);
  transform: scale(1.01);
}

/* ==== KEYFRAMES ==== */
@keyframes containerFadeIn {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes imageReveal {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}/* End custom CSS */