:root {
  --rhf-purple: #7222d8;
  --rhf-violet: #9b27d8;
  --rhf-magenta: #cf3d9a;
  --rhf-coral: #f05c56;
  --rhf-cyan: #66e6f2;
  --rhf-ink: #251b35;
  --rhf-muted: #6f687a;
  --rhf-soft: #fff6fb;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--rhf-muted);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--rhf-ink);
}

.btn.btn-primary {
  background: linear-gradient(135deg, var(--rhf-purple), var(--rhf-magenta) 55%, var(--rhf-coral));
  border-color: transparent;
  box-shadow: 0 14px 35px rgba(114, 34, 216, .25);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: transparent !important;
  border-color: var(--rhf-purple);
  color: var(--rhf-purple) !important;
  box-shadow: none;
}

.bg-primary,
.progress-bar.bg-primary {
  background: var(--rhf-purple) !important;
}

.rhf-navbar {
  background: linear-gradient(115deg, rgba(37, 27, 53, .9), rgba(114, 34, 216, .7), rgba(240, 92, 86, .3)) !important;
  box-shadow: 0 8px 30px rgba(37, 27, 53, .16);
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  top: 0;
}

.rhf-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 310px;
  white-space: normal;
  line-height: 1.05;
  letter-spacing: 0;
}

.rhf-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 10px 28px rgba(37, 27, 53, .14);
}

.ftco-navbar-light.scrolled .rhf-brand img {
  box-shadow: 0 10px 26px rgba(37, 27, 53, .22);
}

.rhf-brand span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.ftco-navbar-light.scrolled .rhf-brand span {
  color: var(--rhf-ink);
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  color: rgba(255, 255, 255, .88);
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #fff;
}

.ftco-navbar-light .navbar-toggler {
  color: #fff !important;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a,
.ftco-navbar-light.scrolled .nav-item.active > a,
.ftco-navbar-light.scrolled .nav-link.active {
  color: var(--rhf-coral) !important;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  background: linear-gradient(135deg, var(--rhf-purple), var(--rhf-magenta) 55%, var(--rhf-coral));
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(114, 34, 216, .28);
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover,
.ftco-navbar-light.scrolled .nav-item.cta > a {
  background: linear-gradient(135deg, var(--rhf-purple), var(--rhf-magenta) 55%, var(--rhf-coral));
  border-color: transparent;
}

.rhf-hero {
  min-height: 760px;
  background-position: center 28%;
}

.rhf-hero .overlay {
  background:
    linear-gradient(115deg, rgba(37, 27, 53, .72), rgba(114, 34, 216, .34), rgba(240, 92, 86, .16)),
    rgba(0, 0, 0, .08);
  opacity: 1;
}

.rhf-hero .slider-text {
  height: 760px;
  justify-content: flex-start;
  text-align: left;
}

.rhf-hero h1 {
  color: #fff;
  font-size: clamp(44px, 7vw, 84px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: 0;
}

.rhf-hero-copy {
  color: rgba(255, 255, 255, .88);
  font-size: 20px;
  line-height: 1.7;
}

.rhf-kicker {
  color: var(--rhf-cyan);
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.rhf-kicker-dark {
  color: var(--rhf-purple);
}

.block-18.color-1,
.block-18.color-2,
.block-18.color-3 {
  background: linear-gradient(135deg, var(--rhf-purple), var(--rhf-magenta));
}

.block-18.color-2 {
  background: linear-gradient(135deg, var(--rhf-magenta), var(--rhf-coral));
}

.block-18.color-3 {
  background: linear-gradient(135deg, #2bb9c5, var(--rhf-purple));
}

.rhf-about .img-2 {
  min-height: 560px;
  border-radius: 8px;
  background-position: center;
}

.rhf-values {
  margin-top: 24px;
}

.rhf-values span {
  color: var(--rhf-purple);
  display: block;
  font-size: 34px;
  margin-bottom: 12px;
}

.rhf-values h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.rhf-program {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(37, 27, 53, .08);
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.rhf-program .img {
  display: block;
  height: 250px;
  background-size: cover;
  background-position: center;
}

.rhf-program .text {
  padding: 28px;
}

.rhf-program h3 {
  font-size: 23px;
  margin-bottom: 14px;
}

.rhf-tag {
  background: rgba(102, 230, 242, .22);
  border-radius: 999px;
  color: var(--rhf-purple);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 14px;
  padding: 6px 13px;
  text-transform: uppercase;
}

.ftco-section-3 .overlay {
  background: linear-gradient(135deg, rgba(37, 27, 53, .9), rgba(114, 34, 216, .76));
}

.ftco-section-3 .volunteer h3,
.ftco-section-3 .volunteer p,
.ftco-section-3 .volunteer li {
  color: #fff;
}

.rhf-checklist {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.rhf-checklist li {
  margin-bottom: 13px;
  padding-left: 32px;
  position: relative;
}

.rhf-checklist li:before {
  background: var(--rhf-cyan);
  border-radius: 50%;
  color: var(--rhf-ink);
  content: "\2713";
  font-size: 12px;
  font-weight: 700;
  height: 21px;
  left: 0;
  line-height: 21px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 21px;
}

.blog-entry {
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(37, 27, 53, .08);
  overflow: hidden;
}

.blog-entry .text {
  min-height: 190px;
}

.blog-entry .heading a:hover {
  color: var(--rhf-purple);
}

.rhf-donate {
  background:
    linear-gradient(135deg, rgba(114, 34, 216, .94), rgba(207, 61, 154, .9), rgba(240, 92, 86, .88)),
    var(--rhf-purple);
  color: #fff;
}

.rhf-donate h2,
.rhf-donate p {
  color: #fff;
}

.rhf-donate-logo {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(37, 27, 53, .18);
  height: 130px;
  margin-bottom: 24px;
  object-fit: contain;
  padding: 10px;
  width: 130px;
}

.rhf-donation-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 26px 0 32px;
}

.rhf-donation-options span {
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  padding: 10px 18px;
}

.rhf-contact-list p {
  color: var(--rhf-ink);
  font-weight: 600;
  margin-bottom: 15px;
}

.rhf-contact-list span {
  color: var(--rhf-purple);
  margin-right: 10px;
}

.rhf-form {
  background: var(--rhf-soft);
  border-radius: 8px;
  padding: 32px;
}

.rhf-form .form-control {
  border-color: rgba(114, 34, 216, .14);
  border-radius: 8px;
}

.ftco-footer {
  background: #251b35;
}

.rhf-footer-logo {
  background: #fff;
  border-radius: 8px;
  height: 86px;
  margin-bottom: 22px;
  object-fit: contain;
  padding: 8px;
  width: 86px;
}

.ftco-footer .ftco-footer-widget h2:after,
.ftco-footer .block-21 .text .heading a:hover,
.footer-small-nav > li a:hover,
.footer-small-nav > li a:focus {
  color: var(--rhf-coral);
}

.ftco-footer .ftco-footer-widget h2:after {
  background: var(--rhf-coral);
}

.ftco-footer .block-23 ul li,
.ftco-footer .block-23 ul li > a {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  line-height: 1.5;
  margin-bottom: 18px;
  width: 100%;
}

.ftco-footer .block-23 ul li .icon,
.ftco-footer .block-23 ul li .text {
  display: block;
  vertical-align: initial;
}

.ftco-footer .block-23 ul li .icon {
  flex: 0 0 22px;
  font-size: 18px;
  line-height: 1.5;
  padding-top: 1px;
  text-align: center;
  width: 22px;
}

.ftco-footer .block-23 ul li .text {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.ftco-footer .block-23 a[href^="mailto:"] .text {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 991.98px) {
  .rhf-navbar {
    background: linear-gradient(115deg, rgba(37, 27, 53, .94), rgba(114, 34, 216, .82), rgba(240, 92, 86, .42)) !important;
  }

  .rhf-brand span {
    font-size: 17px;
  }

  .rhf-brand img {
    width: 52px;
    height: 52px;
  }

  .rhf-hero,
  .rhf-hero .slider-text {
    min-height: 720px;
    height: 720px;
  }
}

@media (max-width: 767.98px) {
  .rhf-hero,
  .rhf-hero .slider-text {
    min-height: 700px;
    height: 700px;
  }

  .rhf-hero h1 {
    font-size: 44px;
  }

  .rhf-hero-copy {
    font-size: 17px;
  }

  .rhf-about .img-2 {
    margin-bottom: 35px;
    min-height: 360px;
  }

  .rhf-form {
    padding: 22px;
  }
}
