.elementor-1935 .elementor-element.elementor-element-2d17d67{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-14ded69 *//* === Privacy Policy Section Styling (White Background + Black Text) === */
.privacy-policy {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px 30px;
  background: #fff; /* Keep background white */
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  color: #000; /* All text black */
}

/* Headings */
.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3 {
  color: #000; /* All headings black */
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.privacy-policy h1 {
  font-size: 2rem;
  text-align: center;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.privacy-policy h2 {
  font-size: 1.4rem;
  margin-top: 40px;
}

.privacy-policy h3 {
  font-size: 1.15rem;
  color: #000;
  margin-top: 20px;
}

/* Paragraphs */
.privacy-policy p {
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #000;
}

/* Lists */
.privacy-policy ul {
  margin: 10px 0 20px 25px;
  padding-left: 10px;
}

.privacy-policy li {
  margin-bottom: 8px;
  position: relative;
  font-size: 0.95rem;
  color: #000;
}

.privacy-policy li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Links */
.privacy-policy a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.privacy-policy a:hover {
  color: #444;
}

/* Highlight strong text */
.privacy-policy strong {
  color: #000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .privacy-policy {
    padding: 25px 18px;
    margin: 40px 15px;
  }

  .privacy-policy h1 {
    font-size: 1.6rem;
  }

  .privacy-policy h2 {
    font-size: 1.25rem;
  }

  .privacy-policy p,
  .privacy-policy li {
    font-size: 0.9rem;
  }
}/* End custom CSS */