.elementor-10 .elementor-element.elementor-element-7ad53c59{--display:flex;--padding-top:5%;--padding-bottom:5%;--padding-left:0%;--padding-right:0%;}/* Start custom CSS for html, class: .elementor-element-5493507 *//* ==============================
   POLICY PAGES – GLOBAL STYLES
   ============================== */

.policy-wrapper {
  padding: 60px 20px;
  background: #ffffff;
}

.policy-container {
  max-width: 900px;
  margin: 0 auto;
}

.policy-header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.policy-header p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
}

.policy-content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 36px;
  margin-bottom: 12px;
  color: #ff6a00; /* Accent color */
}

.policy-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

.policy-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.policy-content ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 6px;
}

.policy-contact {
  font-size: 16px;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .policy-header h1 {
    font-size: 28px;
  }

  .policy-header p {
    font-size: 16px;
  }
}/* End custom CSS */