.elementor-13 .elementor-element.elementor-element-66503dfe{width:var( --container-widget-width, 110.195% );max-width:110.195%;--container-widget-width:110.195%;--container-widget-flex-grow:0;}/* Start custom CSS for text-editor, class: .elementor-element-66503dfe *//* ===== Smooth Page Look ===== */
.policy-wrapper {
  animation: fadeUp 0.8s ease forwards;
}

/* Fade animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section card style */
.policy-section {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* Headings */
.policy-section h2 {
  color: #7a0f4b;
  margin-bottom: 14px;
}

/* Highlight info box */
.policy-note {
  background: #fdf1f7;
  border-left: 5px solid #7a0f4b;
  padding: 16px;
  border-radius: 8px;
  margin: 20px 0;
  color: #333;
}

/* List readability */
.policy-section ul li,
.policy-section ol li {
  margin-bottom: 10px;
}

/* Mobile friendly text */
@media (max-width: 768px) {
  .policy-section {
    padding: 20px;
  }
}/* End custom CSS */