.elementor-257 .elementor-element.elementor-element-f370dd9{--display:flex;}.elementor-257 .elementor-element.elementor-element-8167e3e{--spacer-size:50px;}.elementor-257 .elementor-element.elementor-element-d79b9fb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-efb4026 */.privacy-policy-page {
  font-family: 'Poppins', sans-serif;
  background: #fafafa;
  color: #333;
  line-height: 1.7;
}

/* HERO SECTION */
.hero-section {
  text-align: center;
  background: linear-gradient(135deg, #004aad, #0077c2);
  color: #fff;
  padding: 80px 20px;
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-subtitle {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
}

/* CONTENT SECTIONS */
.policy-section,
.intro-section,
.contact-section {
  max-width: 950px;
  margin: 60px auto;
  padding: 0 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.policy-section h2,
.contact-section h2 {
  color: #004aad;
  font-size: 1.6rem;
  margin-bottom: 15px;
  border-left: 5px solid #0077c2;
  padding-left: 10px;
}

.policy-section ul {
  margin-left: 20px;
  list-style-type: disc;
}

.policy-section li {
  margin-bottom: 8px;
}

/* CONTACT */
.contact-section a {
  color: #0077c2;
  text-decoration: none;
  font-weight: 600;
}

.contact-section a:hover {
  text-decoration: underline;
}

/* FOOTER */
.policy-footer {
  text-align: center;
  padding: 40px 10px;
  background: #004aad;
  color: #fff;
  font-size: 0.9rem;
  border-top: 3px solid #0077c2;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }
  .policy-section,
  .contact-section {
    margin: 30px 10px;
    padding: 20px;
  }
}/* End custom CSS */