.elementor-3 .elementor-element.elementor-element-49b8cee{--display:flex;}.elementor-3 .elementor-element.elementor-element-738a3255{--display:flex;}.elementor-3 .elementor-element.elementor-element-5e7765e0{color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-7a8b5ed *//* === Privacy Policy Container Styling === */
.privacy-policy-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px 24px;
  background-color: #1e1e1e;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* === Headings === */
.privacy-policy-container h2,
.privacy-policy-container h3 {
  color: #8AD1C3;
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 600;
}

.privacy-policy-container h2 {
  font-size: 28px;
}

.privacy-policy-container h3 {
  font-size: 20px;
}

/* === Paragraphs === */
.privacy-policy-container p {
  margin-bottom: 16px;
}

/* === Lists === */
.privacy-policy-container ul {
  margin: 0 0 16px 20px;
  padding: 0;
}

.privacy-policy-container li {
  margin-bottom: 10px;
}

/* === Links (if any in future) === */
.privacy-policy-container a {
  color: #78CEBA;
  text-decoration: underline;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.privacy-policy-container a:hover,
.privacy-policy-container a:focus {
  text-decoration: none;
  opacity: 0.85;
  outline: none;
}/* End custom CSS */