.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4166 .elementor-element.elementor-element-e726737{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-e0c62ba *//* General Styling for the Policy Page */
.policy-page {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
}

/* Header Styling */
.policy-page h1 {
  text-align: center;
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 40px;
}

.policy-page h2 {
  font-size: 28px;
  color: #34495e;
  margin-top: 30px;
}

.policy-page h3 {
  font-size: 22px;
  color: #2c3e50;
  margin-top: 20px;
}

/* Section Styling */
.policy-page section {
  margin-bottom: 40px;
}

.policy-page p,
.policy-page ul {
  font-size: 16px;
  color: #555;
}

.policy-page ul {
  list-style-type: disc;
  margin-left: 20px;
}

.policy-page a {
  color: #3498db;
  text-decoration: none;
}

.policy-page a:hover {
  text-decoration: underline;
}

/* Contact Section */
.contact p {
  font-size: 16px;
  color: #555;
}/* End custom CSS */