.elementor-5865 .elementor-element.elementor-element-d2f5569{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f720c52 *//* Refund Policy Section */
.refund-policy {
  font-family: "Poppins", "Segoe UI", sans-serif;
  background: #f3f6fa;
  color: #333;
  padding: 60px 20px;
  line-height: 1.8;
}

.refund-policy .container {
  max-width: 950px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6ecf3;
}

/* Main Title */
.refund-policy h2 {
  font-size: 36px;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
  color: #0d3b66;
  letter-spacing: 0.5px;
  position: relative;
}

.refund-policy h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #f77f00;
  margin: 12px auto 0;
  border-radius: 3px;
}

/* Subtitles */
.refund-policy h3 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #1d3557;
  position: relative;
  padding-left: 30px;
}

.refund-policy h3::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #06d6a0;
  font-size: 18px;
  font-weight: bold;
}

/* Paragraphs */
.refund-policy p {
  margin-bottom: 18px;
  font-size: 16px;
  color: #444;
}

/* Lists */
.refund-policy ul {
  margin: 15px 0 25px 20px;
  padding: 0;
  list-style: none;
}

.refund-policy ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  font-size: 15.5px;
  color: #555;
}

.refund-policy ul li::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 0;
  color: #f77f00;
  font-size: 16px;
}

/* Highlighted Notes */
.refund-policy .note {
  background: #fff8e1;
  border-left: 5px solid #f4a261;
  padding: 15px 20px;
  margin: 20px 0;
  font-size: 15px;
  border-radius: 8px;
  color: #444;
}

/* Links */
.refund-policy a {
  color: #0d3b66;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed #0d3b66;
  transition: all 0.3s ease;
}

.refund-policy a:hover {
  color: #e63946;
  border-bottom: 1px solid #e63946;
}/* End custom CSS */