.rf-wrapper {
  margin: 0 auto;
  padding: 30px;
  color: #333;
  line-height: 1.6;
}

.rf-wrapper h1 {
  color: #4f3c82; /* Purple brand colour */
  margin-bottom: 20px;
  border-bottom: 3px solid #6b705c; /* Sage accent line */
  padding-bottom: 10px;
}

.rf-wrapper h2 {
  color: #6b705c; /* Sage green */
  margin-top: 30px;
  margin-bottom: 15px;
}

.rf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rf-list li {
  background: #f7f6fb; /* very light purple background */
  border-left: 5px solid #4f3c82;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 6px;
}

.rf-list li strong {
  color: #4f3c82;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  color: rgba(0,0,0,.7);
  font-size: 20px;
  line-height: 2;
  font-family: Alice;
}
  #t4-header {
    padding: 0px;
  }
  .t4-main-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background:#f5f5f5;
 }
 #t4-header {
  padding: 0;
  }
/* No extra fonts; keep spacing tight */
.rf-footer { color: #fff;text-align: right; /* align everything right */ }
.rf-footer h4,
.rf-footer p { margin: 0;color:#fff; }

/* keep icon + text side by side, but push content to the right */
.rf-contact {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.rf-contact i {
  margin-right: 6px;
  color: #fff;
}

.rf-footer a {
  color: #fff;
  text-decoration: none;
}

.rf-footer a:hover {
  text-decoration: underline;
}
  .container {
    max-width: 1300px;
  }
  .rf-cta-box {
  border: 2px solid #8271bb;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
  text-align: center;
  background-color: #f9f9fb;
}

.rf-cta-box .rf-intro {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.rf-contact {
  margin: 8px 0;
  font-size: 15px;
  color: #58585a;
}

.rf-contact i {
  margin-right: 8px;
  color: #8271bb;
}

.rf-contact a {
  color: #58585a;
  text-decoration: none;
}

.rf-contact a:hover {
  text-decoration: underline;
  color: #8271bb;
}
