.elementor-3 .elementor-element.elementor-element-13e3f61{--display:flex;}.elementor-3 .elementor-element.elementor-element-8edb713{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-25559ea *//* Container */
.policy-container {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  line-height: 1.8;
  color: #333;
}

/* Title */
.policy-container h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #2196f3, #9c27b0, #e91e63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Effective date */
.policy-container .effective-date {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 28px;
}

/* Lead paragraph */
.policy-container .lead {
  font-size: 15.5px;
  color: #444;
  background: linear-gradient(90deg, #6aa9ff10, #e91e6310);
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #f1f1f1;
  margin-bottom: 24px;
}

/* Sections */
.policy-section {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}

/* Section heading */
.policy-section h2 {
  font-size: 20px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #2196f3, #9c27b0, #e91e63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subheadings inside sections */
.policy-section h3 {
  font-size: 16.5px;
  margin: 12px 0 8px;
  color: #1f1f1f;
  font-weight: 600;
}

/* Text & lists */
.policy-section p,
.policy-section ul li,
.policy-section ol li {
  font-size: 15px;
  color: #434343;
}

.policy-section ul,
.policy-section ol {
  margin: 8px 0 0 20px;
  padding: 0;
}

/* Accent brand text */
.brand {
  font-weight: 600;
  background: linear-gradient(90deg, #9c27b0, #e91e63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Links */
.policy-container a {
  color: #2196f3;
  text-decoration: none;
  border-bottom: 1px dashed rgba(33,150,243,0.4);
  transition: all 0.2s ease;
}
.policy-container a:hover {
  color: #0b7dda;
  border-bottom-color: rgba(33,150,243,0.8);
}

/* Responsive */
@media (max-width: 768px) {
  .policy-container {
    margin: 30px 16px;
    padding: 22px;
  }
  .policy-container h1 { font-size: 28px; }
}/* End custom CSS */