.elementor-1832 .elementor-element.elementor-element-d5ff880{--display:flex;}.elementor-1832 .elementor-element.elementor-element-7a83ac1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-1832:not(.elementor-motion-effects-element-type-background), body.elementor-page-1832 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-woostify_color_2 );}/* Start custom CSS for html, class: .elementor-element-7a83ac1 */body {
  background-color: #0b0b0b;
  color: #fff;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

/* Container */
.terms-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
}

/* Header */
.terms-header {
  text-align: center;
  margin-bottom: 3rem;
}

.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 9999px;
  background: rgba(255, 102, 0, 0.1);
  border: 1px solid rgba(255, 102, 0, 0.3);
  color: #ff6600;
  margin-bottom: 1rem;
}

.gradient-text {
  background: linear-gradient(to right, #ff6f00, #ff7d1a, #ff6600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.terms-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.terms-updated {
  color: #ccc;
  font-size: 0.95rem;
}

.terms-subtitle {
  color: #9ca3af;
  max-width: 28rem;
  margin: 0.75rem auto 0;
}

/* Cards */
.terms-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: linear-gradient(to bottom right, #000, rgba(255, 102, 0, 0.05));
  border: 1px solid rgba(255, 102, 0, 0.2);
  border-radius: 0.75rem;
  padding: 1.75rem;
  margin-bottom: 1rem;
  transition: border-color 0.25s ease;
}

.terms-card:hover {
  border-color: rgba(255, 102, 0, 0.5);
}

.terms-card .icon-wrapper {
  flex-shrink: 0;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem;
  background: rgba(255, 102, 0, 0.1);
  border: none;
  border-radius: 0.6rem;
  color: #ff6600;
  margin: 0;
}

.terms-card .terms-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.terms-card h2 {
  margin: 0 0 0.35rem 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}

.terms-card p {
  margin: 0;
  color: #d1d5db;
  font-size: 0.9rem;
  line-height: 1.45;
}

/* Footer */
.terms-footer {
  margin-top: 2rem;
  padding: 2rem 1.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 102, 0, 0.3);
  background: rgba(255, 102, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;

}

.terms-footer h3,
.terms-footer p {
  margin: 0;
  padding: 0;
}

.terms-footer h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

.terms-footer p {
  color: #d1d5db;
  font-size: 0.95rem;
  line-height: 1.45;
}

.terms-footer a {
  color: #ff6600;
  font-weight: 600;
  text-decoration: none;
}

.terms-footer a:hover {
  color: #ff8333;
}/* End custom CSS */