.elementor-3 .elementor-element.elementor-element-d4888b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-3:not(.elementor-motion-effects-element-type-background), body.elementor-page-3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-woostify_color_3 );}/* Start custom CSS for html, class: .elementor-element-b12363c */body {
  background-color: #0b0b0b;
  color: #fff;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

.privacy-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
}

/* Header */
.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;
}

.privacy-header {
  text-align: center;
  margin-bottom: 3rem;
}

.gradient-text {
  background: linear-gradient(to right, #ff6f00, #ff7d1a, #ff6600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.privacy-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.privacy-updated {
  color: #ccc;
  font-size: 0.95rem;
}

.privacy-subtitle {
  color: #9ca3af;
  max-width: 28rem;
  margin: 0.75rem auto 0;
}

/* Cards */
.privacy-card {
  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.8rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: border-color 0.25s ease;
}

.privacy-card:hover {
  border-color: rgba(255, 111, 0, 0.5);
}

.privacy-card .icon-wrapper {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.65rem;
  background: rgba(255, 102, 0, 0.1);
  border: 0px solid rgba(255, 102, 0, 0.3);
  border-radius: 0.6rem;
  color: #ff6600;
}

.privacy-card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.privacy-card p {
  color: #d1d5db;
  font-size: 0.9rem;
}

.privacy-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.8rem;
  padding: 1.75rem; /* ⬅️ equal padding on all sides */
  margin-bottom: 1rem;
  transition: border-color 0.25s ease;
}


/* Icon box — keep compact, vertically aligned at top */
.privacy-card .icon-wrapper {
  flex-shrink: 0;
  display: inline-flex;
  align-items: flex-start;      /* align icon content to top inside wrapper */
  justify-content: center;
  padding: 0.5rem;              /* slightly smaller padding so icon top lines with heading */
  background: rgba(255, 102, 0, 0.1);
  border: none;
  border-radius: 0.6rem;
  color: #ff6600;
  margin: 0;
}

/* Text container — stack heading and paragraph, top aligned */
.privacy-card .privacy-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  /* ensures heading sits at top of text block */
}

/* Remove default top margin on headings and tweak spacing */
.privacy-card h2 {
  margin: 0 0 0.35rem 0;        /* remove top margin so heading aligns with icon top */
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}

/* Paragraph styling */
.privacy-card p {
  margin: 0;
  color: #d1d5db;
  font-size: 0.9rem;
  line-height: 1.45;
}

/* hover border */
.privacy-card:hover {
  border-color: rgba(255, 102, 0, 0.5);
}

/* Footer */
.terms-footer {
  margin-top: 2rem;
  padding: 2rem 1.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 111, 0, 0.3);
  background: rgba(255, 111, 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: #ff6f00;
  font-weight: 600;
  text-decoration: none;
}

.terms-footer a:hover {
  color: #ff8333;
}/* End custom CSS */