.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2471 .elementor-element.elementor-element-b399dce{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9c20067 *//* RETURN & REFUND POLICY PAGE */

.tf-policy-page {
  font-family: Georgia, "Times New Roman", serif;
  color: #164f5c;
  background: #ffffff;
}

.tf-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* HERO */
.tf-policy-hero {
  min-height: 420px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    url("YOUR-ABOUT-IMAGE-URL-HERE") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.tf-policy-hero-content {
  width: min(760px, 90%);
  margin-left: 7%;
  background: rgba(255, 255, 255, 0.9);
  padding: 45px 50px;
  border-left: 6px solid #df6aa2;
}

.tf-policy-hero-content span,
.tf-section-heading span,
.tf-policy-split-content span,
.tf-policy-cta span {
  display: block;
  color: #df6aa2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tf-policy-hero-content h1 {
  font-size: 48px;
  line-height: 1.15;
  color: #0b4d5a;
  margin: 0 0 18px;
}

.tf-policy-hero-content p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

/* INTRO */
.tf-policy-intro {
  padding: 65px 0 45px;
  text-align: center;
}

.tf-policy-intro h2,
.tf-section-heading h2,
.tf-policy-split-content h2,
.tf-policy-cta h2 {
  font-size: 34px;
  line-height: 1.25;
  color: #123f49;
  margin: 0 0 16px;
}

.tf-policy-intro p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}

/* POLICY CARDS */
.tf-policy-section {
  padding: 45px 0 75px;
}

.tf-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.tf-policy-card {
  background: #f8f3f5;
  border: 1px solid #eadce1;
  padding: 34px 28px;
  transition: 0.3s ease;
}

.tf-policy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0, 60, 70, 0.12);
}

.tf-policy-icon {
  width: 58px;
  height: 58px;
  background: #004f5e;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.tf-policy-card h3 {
  font-size: 24px;
  color: #123f49;
  margin: 0 0 14px;
}

.tf-policy-card p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 15px;
}

.tf-policy-card ul {
  padding-left: 20px;
  margin: 0;
}

.tf-policy-card li {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 8px;
}

.tf-policy-link {
  display: inline-block;
  color: #df6aa2;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 15px;
  word-break: break-word;
}

.tf-policy-link:hover {
  color: #004f5e;
}

/* REFUND PROCESS */
.tf-refund-process {
  background: #004f5e;
  color: #ffffff;
  padding: 80px 0;
}

.tf-refund-process .tf-section-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 45px;
}

.tf-refund-process .tf-section-heading h2,
.tf-refund-process .tf-section-heading p {
  color: #ffffff;
}

.tf-refund-process .tf-section-heading p {
  font-size: 17px;
  line-height: 1.8;
}

.tf-process-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tf-process-step {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 28px 22px;
  text-align: center;
}

.tf-process-step span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #df6aa2;
  color: #ffffff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

.tf-process-step h3 {
  font-size: 21px;
  margin: 0 0 12px;
  color: #ffffff;
}

.tf-process-step p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.tf-policy-note {
  max-width: 900px;
  margin: 35px auto 0;
  background: rgba(255, 255, 255, 0.12);
  border-left: 5px solid #df6aa2;
  padding: 22px 26px;
}

.tf-policy-note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

/* SPLIT SECTION */
.tf-policy-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tf-policy-split-content {
  padding: 80px 9%;
  background: #ffffff;
}

.tf-pink-box {
  background: #f8f3f5;
}

.tf-policy-split-content p {
  font-size: 17px;
  line-height: 1.85;
  margin: 0 0 16px;
}

/* CTA */
.tf-policy-cta {
  background: #df6aa2;
  color: #ffffff;
  text-align: center;
  padding: 75px 0;
}

.tf-policy-cta h2 {
  color: #ffffff;
}

.tf-policy-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.8;
}

.tf-btn {
  display: inline-block;
  background: #ffffff;
  color: #004f5e;
  padding: 14px 32px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  transition: 0.3s ease;
}

.tf-btn:hover {
  background: #003f4b;
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .tf-policy-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tf-process-row {
    grid-template-columns: 1fr 1fr;
  }

  .tf-policy-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .tf-policy-hero {
    min-height: 360px;
  }

  .tf-policy-hero-content {
    margin: 0 auto;
    padding: 35px 25px;
  }

  .tf-policy-hero-content h1 {
    font-size: 34px;
  }

  .tf-policy-intro h2,
  .tf-section-heading h2,
  .tf-policy-split-content h2,
  .tf-policy-cta h2 {
    font-size: 28px;
  }

  .tf-policy-grid,
  .tf-process-row {
    grid-template-columns: 1fr;
  }

  .tf-policy-split-content,
  .tf-refund-process,
  .tf-policy-cta {
    padding: 55px 0;
  }

  .tf-policy-split-content {
    padding-left: 6%;
    padding-right: 6%;
  }
}/* End custom CSS */