.elementor-14 .elementor-element.elementor-element-68759d48{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-50f63581 *//* === Return & Refund Policy Page Styling (Black Theme) === */
.return-refund-policy {
  max-width: 900px;
  margin: 80px auto;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.7;
}

/* Heading Styles */
.return-refund-policy h1,
.return-refund-policy h2,
.return-refund-policy h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 18px;
}

.return-refund-policy h1 {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 35px;
  position: relative;
}

.return-refund-policy h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #000;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* Paragraphs and Lists */
.return-refund-policy p {
  font-size: 16px;
  margin-bottom: 16px;
}

.return-refund-policy ul {
  margin: 10px 0 20px 25px;
  padding-left: 10px;
  list-style: disc;
}

.return-refund-policy li {
  margin-bottom: 10px;
}

/* Highlight Boxes for Important Notes */
.return-refund-policy .highlight-box {
  background: rgba(0, 0, 0, 0.05);
  border-left: 4px solid #000;
  padding: 15px 20px;
  margin: 25px 0;
  border-radius: 6px;
}

/* Contact Section */
.return-refund-policy .contact-section {
  margin-top: 40px;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.return-refund-policy .contact-section h3 {
  color: #000;
  margin-bottom: 10px;
}

.return-refund-policy .contact-section a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.return-refund-policy .contact-section a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .return-refund-policy {
    margin: 40px 20px;
    padding: 25px;
  }

  .return-refund-policy h1 {
    font-size: 1.8rem;
  }
}/* End custom CSS */