@import url("reset.css");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

/* ************COMMON************ */

/* RFC Brand Colors */
:root {
  --rfc-burgundy: #841A3A;
  --rfc-cream: #FFF8F1;
  --rfc-dark-blue: #2D3B4F;
  --rfc-dark-blue-hover: #1f2937;
}

/* ************COMMON************ */

.logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
}

.logo img {
  height: auto;
  max-height: 4.5rem;
  width: auto;
  display: block;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: var(--rfc-dark-blue);
  line-height: 1.8;
}

/* Montserrat font for all headings */
h1, h2, h3, h4, h5, h6,
.title,
.main__title,
.about__title,
.services__title,
.services-page__title,
.item-services__title,
.testimonial__title,
.outro__title,
.contact__title,
.iq__title,
.rationale__title,
.rationale__chart-title,
.rationale__benefit-title,
.rationale__context-title,
.rationale__delivery-title,
.form-section__title,
.item-testimonial__title,
.connect-contant__type {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

[class*="__container"] {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: var(--rfc-cream);
  background-color: var(--rfc-burgundy);
}

.button:hover {
  background-color: #6a1530;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.3);
}

.title {
  font-size: 3.5rem;
  font-weight: 600;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

/* ************HEADER************ */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header--scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.header--scrolled .header__container {
  min-height: 4.5rem;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.75rem;
  flex-wrap: wrap;
  max-width: 74.624rem;
  transition: min-height 0.3s ease;
}

.header__logo {
  position: relative;
  z-index: 2;
}

.header__navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.menu__body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.menu__link {
  font-weight: 600;
  position: relative;
}

/* Dropdown Menu Styles */
.menu__item--has-dropdown {
  position: relative;
}

.menu__dropdown-icon {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.7em;
  transition: transform 0.3s ease;
}

.menu__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  margin-top: 0.5rem;
  list-style: none;
}

.menu__item--has-dropdown:hover .menu__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu__item--has-dropdown:hover .menu__dropdown-icon {
  transform: rotate(180deg);
}

.menu__submenu-item {
  display: block;
}

.menu__submenu-link {
  display: block;
  padding: 0.75rem 1.5rem;
  color: var(--rfc-dark-blue);
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.menu__submenu-link:hover {
  background-color: var(--rfc-cream);
  color: var(--rfc-burgundy);
}

.actions-header {
  display: flex;
  align-items: center;
  gap: 0.624rem;
}

.icon-menu {
  display: none;
}

.actions-header__button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--rfc-burgundy);
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  color: var(--rfc-burgundy);
}

.actions-header__button:hover {
  background-color: var(--rfc-burgundy);
  color: var(--rfc-cream);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.3);
}

/* ****************PAGES**************** */
.page__main {
  padding-bottom: 80px;
}

/* *****************HOME**************** */

.main {
  position: relative;
  min-height: 500px !important;
  max-height: 500px !important;
  height: 500px !important;
  overflow: hidden;
}

/* Hero Carousel */
.hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-carousel__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

.hero-carousel__slide--active {
  opacity: 1;
  pointer-events: auto;
}

.hero-carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.hero-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* Hero Carousel Navigation Dots */
.hero-carousel__dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  z-index: 10;
}

.hero-carousel__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.hero-carousel__dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.hero-carousel__dot--active {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.main__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 8rem;
}

.main__caption {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 500;
}

.main__title {
  font-size: 5.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.main__text {
  margin-bottom: 3.5rem;
  max-width: 33.375rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  font-size: 1.35rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.main__button {
  font-weight: 600;
  display: inline-block;
  padding: 1.25rem 3rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: var(--rfc-cream);
  background-color: var(--rfc-burgundy);
  letter-spacing: 0.02em;
  font-size: 1.375rem;
  line-height: 110%;
}

.main__button:hover {
  background-color: #6a1530;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.3);
}

/* Quote Section */
.quote-section {
  background-color: var(--rfc-cream);
  padding: 5rem 0;
}

.quote-section__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quote-section__logo {
  margin-bottom: 2rem;
  text-align: center;
}

.quote-section__logo img {
  height: auto;
  max-height: 10.5rem;
  width: auto;
  display: block;
  margin: 0 auto;
}

.quote-section__title {
  margin-bottom: 3rem;
  color: var(--rfc-burgundy);
  text-align: center;
}

.quote-section__carousel {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin-bottom: 1rem;
  min-height: 200px;
}

.quote-section__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.quote-section__slide--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.quote-section__content {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
}

.quote-section__quote {
  font-size: 1.5rem;
  font-style: italic;
  color: var(--rfc-dark-blue);
  margin-bottom: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.quote-section__attribution {
  font-size: 1rem;
  color: var(--rfc-dark-blue);
  font-weight: 600;
}

.quote-section__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.quote-section__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: rgba(132, 26, 58, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.quote-section__dot:hover {
  background-color: rgba(132, 26, 58, 0.5);
  transform: scale(1.1);
}

.quote-section__dot--active {
  background-color: var(--rfc-burgundy);
  transform: scale(1.2);
}

/* RFC Connection Section */
.rfc-connection {
  background-color: var(--rfc-cream);
  padding: 4rem 0;
}

.rfc-connection__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.rfc-connection__content {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
}

.rfc-connection__title {
  margin-bottom: 1.5rem;
  color: var(--rfc-burgundy);
}

.rfc-connection__text {
  line-height: 1.8;
  color: var(--rfc-dark-blue);
}

.rfc-connection__text p {
  font-size: 1.1rem;
}

/* Topic Summary */
.topic-summary {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: var(--rfc-cream);
  border-left: 4px solid var(--rfc-burgundy);
  border-radius: 0.5rem;
}

.topic-summary p {
  font-size: 1.1rem;
  color: var(--rfc-dark-blue);
  font-weight: 500;
  margin: 0;
}

/* Topic Navigation */
.topic-navigation {
  background-color: var(--rfc-cream);
  padding: 3rem 0;
}

.topic-navigation__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
  text-align: center;
}

.topic-navigation__link {
  display: inline-block;
}

/* Footer Initiative */
.footer__initiative {
  background-color: var(--rfc-cream);
  padding: 1.5rem 0;
  border-top: 1px solid rgba(45, 59, 79, 0.1);
}

.footer__initiative-text {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
  text-align: center;
  font-size: 0.95rem;
  color: var(--rfc-dark-blue);
  font-weight: 500;
  line-height: 1.6;
}

/* Alternating Content Panels */
.panel-cream {
  background-color: var(--rfc-cream);
}

.panel-burgundy {
  background-color: var(--rfc-burgundy);
  color: var(--rfc-cream);
}

.panel-burgundy .title,
.panel-burgundy h1,
.panel-burgundy h2,
.panel-burgundy h3 {
  color: var(--rfc-cream);
}

.panel-burgundy p,
.panel-burgundy .text {
  color: var(--rfc-cream);
}

/* Services Section - Alternating Background */
.outro_home {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../images/Home/CTA1.jpg") center top / cover no-repeat;
}

.outro_home .outro__title,
.outro_home .outro__text {
  color: #fff;
}

/* ************ABOUT**************** */

.main_about {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat;
}

.main_about .main__title,
.main_about .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.about__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 8.75rem;
}

.about__image {
  position: relative;
  max-width: 552px;
  height: 614px;
}

.about__image img {
  border-radius: 16px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__logo {
  margin-bottom: 2rem;
  text-align: center;
}

.about__logo img {
  height: auto;
  max-height: 10.5rem;
  width: auto;
  display: block;
  margin: 0 auto;
}

.about__title {
  margin-bottom: 1.5rem;
}

.about__text {
  max-width: 30rem;
  letter-spacing: 0.02em;
  line-height: 150%;
  margin-bottom: 3.5rem;
}

.about__text p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.outro_about {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../images/Home/CTA1.jpg") center top / cover no-repeat;
}

.outro_about .outro__title,
.outro_about .outro__text {
  color: #fff;
}

/* Volunteers Page */
.main_volunteers {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Volunteers/RFC Vounteers.jpeg") center center / cover no-repeat;
}

.main_volunteers .main__title,
.main_volunteers .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* Volunteers Intro Section */
.volunteers-intro {
  background-color: #fff;
}

.volunteers-intro__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.volunteers-intro__content {
  max-width: 50rem;
  margin: 0 auto;
}

.volunteers-intro__title {
  text-align: center;
  margin-bottom: 2rem;
}

.volunteers-intro__text {
  line-height: 150%;
  letter-spacing: 0.02em;
}

.volunteers-intro__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* Volunteer Profiles Section */
.volunteer-profiles {
  background-color: var(--rfc-cream);
}

.volunteer-profiles__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.volunteer-profiles__title {
  text-align: center;
  margin-bottom: 3rem;
}

/* Volunteer Profiles Carousel */
.volunteer-profiles__carousel-wrapper {
  width: 100%;
  position: relative;
}

.volunteer-profiles__carousel {
  overflow: hidden;
  width: 100%;
}

.volunteer-profiles__track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 2rem;
}

.volunteer-profiles__item {
  flex: 0 0 calc(33.333% - 1.333rem);
  display: flex;
  transition: grid-column 0.4s ease;
  min-width: 0;
}

.volunteer-profiles__item.expanded-item {
  flex: 0 0 100%;
  grid-column: 1 / -1;
  grid-row: auto;
  order: 999;
  z-index: 1;
}

.volunteer-profiles__item.expanded-item .volunteer-profiles__card {
  padding-bottom: 2rem;
}

/* Volunteer Profiles Navigation Dots */
.volunteer-profiles__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.volunteer-profiles__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: rgba(132, 26, 58, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.volunteer-profiles__dot:hover {
  background-color: rgba(132, 26, 58, 0.6);
  transform: scale(1.2);
}

.volunteer-profiles__dot--active {
  background-color: var(--rfc-burgundy);
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(132, 26, 58, 0.4);
}

.volunteer-profiles__card {
  background: #fff;
  padding: 2rem;
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.volunteer-profiles__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.15);
}

.volunteer-profiles__photo {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--rfc-burgundy);
  box-shadow: 0 2px 8px rgba(132, 26, 58, 0.2);
}

.volunteer-profiles__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.volunteer-profiles__name {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 0.75rem;
  font-family: "Montserrat", sans-serif;
}

.volunteer-profiles__tagline {
  font-size: 0.95rem;
  color: #5b5f71;
  line-height: 150%;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.volunteer-profiles__link {
  margin-top: auto;
  width: 100%;
  text-align: center;
}

/* Expandable Volunteer Card Styles */
.volunteer-card-expandable {
  overflow: visible;
}

.volunteer-profiles__item.expanded-item {
  grid-column: 1 / -1;
  grid-row: auto;
  z-index: 1;
}

.volunteer-profiles__item.expanded-item .volunteer-profiles__card {
  padding-bottom: 2rem;
}

.volunteer-profiles__toggle {
  margin-top: auto;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  padding: 0.75rem 1.5rem;
}

.volunteer-profiles__toggle:hover {
  background-color: #6a1530;
  border-color: #6a1530;
}

.toggle-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.volunteer-profiles__toggle[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
}

.volunteer-profiles__story {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.volunteer-profiles__story.expanded {
  max-height: 2000px;
  padding-top: 1.5rem;
  padding-bottom: 0;
}

.volunteer-profiles__story-content {
  padding-top: 1.5rem;
  border-top: 2px solid var(--rfc-cream);
  color: var(--rfc-dark-blue);
  line-height: 180%;
  max-width: 60rem;
  margin: 0 auto;
  text-align: left;
}

.volunteer-profiles__story-content p {
  margin-bottom: 1.25rem;
}

.volunteer-profiles__story-content p:last-child {
  margin-bottom: 0;
}

/* Volunteer Profile CTA Section */
.volunteers-profile-cta {
  background-color: var(--rfc-burgundy);
  color: var(--rfc-cream);
}

.volunteers-profile-cta__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.volunteers-profile-cta__content {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

.volunteers-profile-cta__title {
  color: var(--rfc-cream);
  margin-bottom: 2rem;
}

.volunteers-profile-cta__text {
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
  color: var(--rfc-cream);
}

.volunteers-profile-cta__text p {
  font-size: 1.25rem;
}

.volunteers-profile-cta__button {
  padding: 1.5rem 4rem;
  font-size: 1.375rem;
  background-color: var(--rfc-cream);
  color: var(--rfc-burgundy);
  border: 2px solid var(--rfc-cream);
}

.volunteers-profile-cta__button:hover {
  background-color: transparent;
  color: var(--rfc-cream);
  border-color: var(--rfc-cream);
}

/* Volunteer Story Page */
.volunteer-story-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Home/hero/our home.JPEG") center top / cover no-repeat;
}

.volunteer-story-hero .main__title,
.volunteer-story-hero .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.volunteer-story {
  background-color: #fff;
}

.volunteer-story__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.volunteer-story__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}

.volunteer-story__photo {
  width: 12rem;
  height: 12rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--rfc-burgundy);
  box-shadow: 0 2px 8px rgba(132, 26, 58, 0.2);
}

.volunteer-story__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.volunteer-story__info {
  max-width: 40rem;
}

.volunteer-story__name {
  font-size: 2rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 0.75rem;
  font-family: "Montserrat", sans-serif;
}

.volunteer-story__tagline {
  font-size: 1.125rem;
  color: #5b5f71;
  font-style: italic;
  line-height: 150%;
}

.volunteer-story__content {
  background-color: var(--rfc-cream);
  padding: 3rem;
  border-radius: 0.6rem;
  margin-bottom: 3rem;
}

.volunteer-story__text {
  max-width: 50rem;
  margin: 0 auto;
  line-height: 180%;
  color: var(--rfc-dark-blue);
}

.volunteer-story__text p {
  margin-bottom: 1.5rem;
}

.volunteer-story__text ul {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.volunteer-story__text li {
  margin-bottom: 0.75rem;
  color: var(--rfc-dark-blue);
}

.volunteer-story__navigation {
  text-align: center;
}

.volunteer-story__back {
  display: inline-block;
}

/* Volunteers Roles Section */
.volunteers-roles {
  background-color: var(--rfc-cream);
}

.volunteers-roles__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.volunteers-roles__title {
  text-align: center;
  margin-bottom: 3rem;
}

.volunteers-roles__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.volunteers-roles__card {
  background: #fff;
  padding: 2rem;
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.volunteers-roles__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.volunteers-roles__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  background: var(--rfc-burgundy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #fff;
}

.volunteers-roles__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.volunteers-roles__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.volunteers-roles__card-text {
  font-size: 0.95rem;
  color: #5b5f71;
  line-height: 150%;
}

/* Digital Champions Section */
.digital-champions {
  background-color: #e1e4eb;
}

.digital-champions__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.digital-champions__content {
  max-width: 50rem;
  margin: 0 auto;
}

.digital-champions__title {
  text-align: center;
  margin-bottom: 2rem;
}

.digital-champions__text {
  line-height: 150%;
  letter-spacing: 0.02em;
}

.digital-champions__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* Volunteers Benefits Section */
.volunteers-benefits {
  background-color: #fff;
}

.volunteers-benefits__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.volunteers-benefits__title {
  text-align: center;
  margin-bottom: 3rem;
}

.volunteers-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.volunteers-benefits__item {
  display: flex;
}

.volunteers-benefits__card {
  background: var(--rfc-cream);
  padding: 2rem;
  border-radius: 0.6rem;
  border-left: 4px solid var(--rfc-burgundy);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.volunteers-benefits__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.volunteers-benefits__card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.volunteers-benefits__card-text {
  font-size: 0.95rem;
  color: #5b5f71;
  line-height: 150%;
}

/* Volunteers Impact Section */
.volunteers-impact {
  background-color: var(--rfc-cream);
}

.volunteers-impact__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.volunteers-impact__content {
  max-width: 50rem;
  margin: 0 auto;
}

.volunteers-impact__title {
  text-align: center;
  margin-bottom: 2rem;
}

.volunteers-impact__text {
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
}

.volunteers-impact__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.volunteers-impact__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.volunteers-impact__stat-item {
  text-align: center;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.volunteers-impact__stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--rfc-burgundy);
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
}

.volunteers-impact__stat-label {
  font-size: 0.9rem;
  color: #5b5f71;
  font-weight: 500;
}

/* Volunteers CTA Section */
.volunteers-cta {
  background-color: var(--rfc-dark-blue);
  color: var(--rfc-cream);
}

.volunteers-cta__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 6rem 0.938rem;
}

.volunteers-cta__content {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

.volunteers-cta__title {
  color: var(--rfc-cream);
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

.volunteers-cta__text {
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
  color: var(--rfc-cream);
  font-size: 1.25rem;
}

.volunteers-cta__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.volunteers-cta__buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.volunteers-cta__button {
  padding: 1.5rem 3.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.volunteers-cta__button-primary {
  background-color: var(--rfc-burgundy);
  color: var(--rfc-cream);
  border: 2px solid var(--rfc-burgundy);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.3);
}

.volunteers-cta__button-primary:hover {
  background-color: #6a1530;
  border-color: #6a1530;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(132, 26, 58, 0.4);
}

.volunteers-cta__button-secondary {
  background-color: transparent;
  color: var(--rfc-cream);
  border: 2px solid var(--rfc-cream);
}

.volunteers-cta__button-secondary:hover {
  background-color: var(--rfc-cream);
  color: var(--rfc-dark-blue);
}

/* Partnership Section (About Page) */
.partnership {
  background-color: var(--rfc-cream);
}

.partnership__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.partnership__content {
  max-width: 72.624rem;
}

.partnership__title {
  text-align: center;
  margin-bottom: 2rem;
}

.partnership__layout {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.partnership__text {
  flex: 1;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.partnership__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.partnership__right-column {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.partnership__image {
  position: relative;
  max-width: 100%;
}

.partnership__image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partnership__image img:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.partnership__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.partnership__info-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background: var(--rfc-cream);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.08);
  border: 1px solid rgba(132, 26, 58, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.partnership__info-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--rfc-burgundy) 0%, rgba(132, 26, 58, 0.6) 100%);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.partnership__info-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(132, 26, 58, 0.15);
  border-color: rgba(132, 26, 58, 0.2);
  background: rgba(255, 255, 255, 0.95);
}

.partnership__info-item:hover::before {
  transform: scaleY(1);
}

.partnership__info-label {
  font-size: 0.85rem;
  color: #5b5f71;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.partnership__info-value {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--rfc-burgundy);
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  transition: color 0.3s ease;
}

.partnership__info-item:hover .partnership__info-value {
  color: #6a1530;
}

.partnership__info-desc {
  font-size: 0.875rem;
  color: #5b5f71;
  line-height: 1.4;
  font-weight: 500;
}

/* **************SERVICES**************** */

.main_services {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat;
  position: relative;
}

.main_services .main__title,
.main_services .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.main_services .main__text {
  font-size: 1.35rem;
  font-weight: 400;
}

.services {
  background-color: var(--rfc-cream);
}

.services__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.services__title {
  text-align: center;
  margin-bottom: 5rem;
}

.services__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.item-services {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 100%;
}

.item-services__image {
  margin-bottom: 2rem;
  max-width: 360px;
  height: 421px;
}

.item-services__image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.item-services__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.item-services__text {
  max-width: 21.5rem;
  line-height: 150%;
  margin-bottom: 2rem;
  flex-grow: 1;
  letter-spacing: 0.02em;
}

.item-services__button {
  background-color: var(--rfc-burgundy);
  border: 2px solid var(--rfc-burgundy);
  color: var(--rfc-cream);
}

.item-services__button:hover {
  background-color: #6a1530;
  border-color: #6a1530;
  color: var(--rfc-cream);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.3);
}

.outro_services {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../images/Home/CTA1.jpg") center top / cover no-repeat;
}

.outro_services .outro__title,
.outro_services .outro__text {
  color: #fff;
}

/* ************TESTIMONIAL**************** */

.testimonial__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.testiomonial__caption {
  margin-bottom: 4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial__carousel {
  position: relative;
  width: 100%;
  max-width: 40.75rem;
  margin-bottom: 3rem;
  /* height will be set dynamically to the active slide's height for smooth transitions */
}

.testimonial__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.testimonial__slide--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.testimonial__title {
  margin-bottom: 4rem;
  font-size: 2rem;
  max-width: 40.75rem;
  line-height: 136%;
  font-weight: 500;
}

.item-testimonial__image {
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 1.063rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-testimonial__image img,
.item-testimonial__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.item-testimonial__image svg {
  border-radius: 50%;
}

.item-testimonial__title {
  display: none;
}

.item-testimonial__caption {
  display: none;
}

.testimonial__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.testimonial__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: rgba(48, 58, 77, 0.3);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  padding: 0;
}

.testimonial__dot:hover {
  background-color: rgba(48, 58, 77, 0.5);
  transform: scale(1.1);
}

.testimonial__dot--active {
  background-color: var(--rfc-dark-blue);
  transform: scale(1.2);
}

/* ****************OUTRO**************** */

.outro__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.outro__title {
  margin-bottom: 1.25rem;
}

.outro__text {
  max-width: 33.625rem;
  line-height: 150%;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}

.outro__button {
  padding: 1.25rem 3rem;
}

/* ****************FOOTER**************** */

.footer {
  line-height: 150%;
}

.footer__container {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  max-width: 74.624rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer__policy {
  font-weight: 600;
  letter-spacing: 0.02em;
  justify-self: start;
}

.footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer__logo {
  justify-self: center;
}

.footer__partner-logo {
  display: flex;
  align-items: center;
  justify-self: center;
  transition: opacity 0.3s;
}

.footer__partner-logo:hover {
  opacity: 0.8;
}

.footer__partner-logo img {
  height: auto;
  max-height: 3rem;
  width: auto;
  display: block;
}

.footer__copyright {
  font-weight: 600;
  letter-spacing: 0.02em;
  justify-self: end;
}

/* ****************ABOUT PAGE**************** */
.main__text_pages {
  max-width: 37.5rem;
  font-size: 1.35rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* Override for FAQ page */
.main_faqs .main__title,
.main_faqs .main__text,
.main_faqs .main__text_pages {
  color: #303a4d !important;
  text-shadow: none !important;
}

.main__container_pages {
  padding-top: 200px;
}

.main__container_pages .main__button {
  margin-top: 2rem;
  text-shadow: none;
}

.main_pages {
  min-height: 500px !important;
  max-height: 500px !important;
  height: 500px !important;
}

/* ****************SERVICES PAGE**************** */
.services-page__container {
  padding-top: 60px;
}

.services-page__intro {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto 5rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #e1e4eb;
}

.services-page__logo {
  margin-bottom: 2rem;
  text-align: center;
}

.services-page__logo img {
  height: auto;
  max-height: 10.5rem;
  width: auto;
  display: block;
  margin: 0 auto;
}

.services-page__intro-title {
  margin-bottom: 1.5rem;
}

.services-page__intro-text {
  line-height: 150%;
  letter-spacing: 0.02em;
}

.services-page__intro-text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.services-page__item {
  margin-bottom: 132px;
}

.services-page__item:not(:last-child) {
  padding-bottom: 132px;
  margin-bottom: 132px;
  border-bottom: 1px solid rgba(48, 58, 77, 0.4);
}

.services-page__column {
  display: flex;
  align-items: center;
  gap: 97px;
}

.services-page__title {
  margin-bottom: 24px;
}

.services-page__text {
  margin-bottom: 56px;
  max-width: 480px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.services-page__text p:not(:last-child) {
  margin-bottom: 20px;
}

.services-page__img {
  max-width: 552px;
  height: 614px;
}

.services-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************CONTACT PAGE****************/

.main_contact {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat;
  position: relative;
}

.main_contact .main__container {
  position: relative;
  z-index: 1;
}

.main_contact .main__title,
.main_contact .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.main_contact .main__text {
  font-size: 1.35rem;
  font-weight: 400;
}

.main_iq {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat;
}

.main_iq .main__title,
.main_iq .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.contact__container {
  display: flex;
  justify-content: space-between;
  gap: 109px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.contact__title {
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 110%;
  font-size: 36px;
}

.connect-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e4eb;
}

.connect-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.connect-contact__item--address,
.connect-contact__item--hours {
  cursor: default;
}

.connect-contant__type {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 110%;
  text-transform: uppercase;
}

.connect-contact__label {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.contact__links {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Contact page icons - burgundy color (now in SVG files) */
.contact__link {
  transition: all 0.3s ease;
}

.contact__link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.contact__text {
  max-width: 545px;
  font-size: 18px;
  line-height: 150%;
}

.contact__text p:not(:last-child) {
  margin-bottom: 15px;
}

/* Getting Here Section */
.contact__getting-here {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid #e1e4eb;
}

.contact__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.contact__walking-route,
.contact__car-parks {
  margin-bottom: 2rem;
}

.contact__walking-route:last-child,
.contact__car-parks:last-child {
  margin-bottom: 0;
}

.contact__section-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.contact__section-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #5b5f71;
  margin-bottom: 1rem;
}

.contact__nav-link {
  display: inline-block;
  margin-top: 0.5rem;
}

.contact__car-park-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.contact__car-park-list li {
  margin-bottom: 0.75rem;
}

.contact__car-park-list li:last-child {
  margin-bottom: 0;
}

.contact__car-park-link {
  display: inline-flex;
  align-items: center;
  color: var(--rfc-burgundy);
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
  position: relative;
}

.contact__car-park-link::before {
  content: "📍";
  margin-right: 0.5rem;
  font-size: 1.125rem;
}

.contact__car-park-link:hover {
  color: #6a1530;
  transform: translateX(4px);
}

.contact__car-park-link:hover::after {
  content: " →";
  margin-left: 0.25rem;
  transition: all 0.3s ease;
}

iframe {
  width: 100vw;
  height: 482px;
  filter: grayscale(100%);
}

.map iframe {
  filter: grayscale(100%);
}

/* ****************DIGITAL IQ PAGE**************** */

.iq__container {
  padding-top: 5rem;
  padding-bottom: 8.75rem;
  max-width: 72.624rem;
  margin: 0 auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

.iq__content {
  max-width: 40.75rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4rem;
}

.iq__title {
  margin-bottom: 1.5rem;
}

.iq__text {
  max-width: 37.5rem;
  margin: 0 auto;
  letter-spacing: 0.02em;
  line-height: 150%;
}

.iq__text p:not(:last-child) {
  margin-bottom: 2rem;
}

.iq__test {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.iq__test iframe,
.iq__test div {
  filter: none !important;
}

/* ****************INITIAL ASSESSMENT PAGE**************** */

.main_assessment {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat;
}

.main_assessment .main__title,
.main_assessment .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.assessment__container {
  padding-top: 5rem;
  padding-bottom: 8.75rem;
  max-width: 72.624rem;
  margin: 0 auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

.assessment__content {
  max-width: 40.75rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4rem;
}

.assessment__title {
  margin-bottom: 1.5rem;
}

.assessment__text {
  max-width: 37.5rem;
  margin: 0 auto;
  letter-spacing: 0.02em;
  line-height: 150%;
}

.assessment__text p:not(:last-child) {
  margin-bottom: 2rem;
}

.assessment__test {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.assessment__test iframe {
  filter: none !important;
  display: block;
  width: 100%;
  min-height: 600px;
}

/* ************GET STARTED PAGE (FORM)************ */

.main_get-started {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat;
}

.main_get-started .main__title,
.main_get-started .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.form-section__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.form-section__content {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto 3rem;
}

.form-section__title {
  margin-bottom: 1rem;
}

.form-section__intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #5b5f71;
  margin-bottom: 1.5rem;
}

.form-section__section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--rfc-cream);
}

.form-section__section-title:first-of-type {
  margin-top: 0;
}

/* Form Message Display */
.form-message {
  padding: 1rem 1.5rem;
  margin: 1.5rem auto 2rem;
  max-width: 50rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  animation: slideDown 0.3s ease-out;
}

.form-message--error {
  background-color: #fee;
  color: #c33;
  border: 2px solid #fcc;
}

.form-message--success {
  background-color: #efe;
  color: #3c3;
  border: 2px solid #cfc;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-section__form {
  max-width: 50rem;
  margin: 0 auto;
  padding: 3rem;
  background: #fff;
  border-radius: 0.6rem;
  box-shadow: 0 0.25em 0.375em -0.0625em rgba(0, 0, 0, 0.1),
    0 0.125em 0.25em -0.0625em rgba(0, 0, 0, 0.06);
}

.form-section__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-section__field {
  margin-bottom: 1.5rem;
}

.form-section__field--checkbox {
  margin-bottom: 2rem;
}

.form-section__label {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  color: #505468;
  margin-bottom: 0.5rem;
}

.form-section__required {
  color: #e74c3c;
}

.form-section__input {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: var(--rfc-dark-blue);
  background: #fff;
  border: 1px solid #e2e3e9;
  border-radius: 0.375rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-section__input:focus {
  outline: none;
  border-color: #505468;
  box-shadow: 0 0 0 3px rgba(80, 84, 104, 0.1);
}

.form-section__input::placeholder {
  color: #9ca3af;
}

.form-section__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23505468' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-section__textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.form-section__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #5b5f71;
  line-height: 1.6;
  cursor: pointer;
}

.form-section__checkbox {
  margin-top: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  cursor: pointer;
}

.form-section__submit {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.form-section__submit:hover {
  background-color: var(--rfc-dark-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(48, 58, 77, 0.3);
}

@media (max-width: 47.999rem) {
  .form-section__container {
    padding: 3rem 0.938rem;
  }

  .form-section__form {
    padding: 2rem 1.5rem;
  }

  .form-section__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ************RATIONALE PAGE************ */

.main_rationale {
  background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat;
}

.rationale__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 3rem 0.938rem;
}

.rationale__section {
  margin-bottom: 5rem;
  padding: 3rem;
  border-radius: 0.6rem;
}

.rationale__section:last-child {
  margin-bottom: 0;
}

.rationale__section--one {
  background-color: #f8f9fa;
}

.rationale__section--two {
  background-color: #ffffff;
  border: 1px solid #e2e3e9;
}

.rationale__section--three {
  background-color: #f4f5f7;
}

.rationale__section--four {
  background-color: #ffffff;
  border: 1px solid #e2e3e9;
}

.rationale__section--five {
  background-color: #f8f9fa;
}

.rationale__section--six {
  background-color: #ffffff;
  padding: 0;
}

.rationale__title {
  margin-bottom: 2rem;
}

.rationale__content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.rationale__text {
  font-size: 1.1rem;
  line-height: 1.8;
}

.rationale__text p {
  margin-bottom: 1.5rem;
}

.rationale__text p:last-child {
  margin-bottom: 0;
}

.rationale__stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.rationale__stat-item {
  text-align: center;
  padding: 2rem;
  background: #f4f4f5;
  border-radius: 0.6rem;
}

.rationale__stat-number {
  font-size: 3.3rem;
  font-weight: 600;
  color: #505468;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.rationale__stat-label {
  font-size: 1.25em;
  font-weight: 600;
  color: #505468;
  margin-bottom: 0.5rem;
}

.rationale__stat-desc {
  font-size: 1rem;
  color: #5b5f71;
  line-height: 1.6;
}

.rationale__growing-need {
  margin-top: 3rem;
}

.rationale__chart-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.rationale__chart-item {
  text-align: center;
}

.rationale__chart-circle {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 1.5rem;
}

.rationale__chart-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.rationale__chart-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: 600;
  color: #505468;
}

.rationale__chart-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #505468;
  margin-bottom: 0.5rem;
}

.rationale__chart-text {
  font-size: 1rem;
  color: #5b5f71;
  line-height: 1.6;
}

.rationale__benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.rationale__benefit-box {
  padding: 2rem;
  background: #fff;
  border: 1px solid #e2e3e9;
  border-radius: 0.6rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.rationale__benefit-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.25em 0.375em -0.0625em rgba(0, 0, 0, 0.1),
    0 0.125em 0.25em -0.0625em rgba(0, 0, 0, 0.06);
}

.rationale__benefit-icon {
  width: 4em;
  height: 4em;
  margin: 0 auto 1.5rem;
  background: #505468;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}

.rationale__benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.rationale__benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #505468;
  margin-bottom: 1rem;
}

.rationale__benefit-text {
  font-size: 1rem;
  color: #5b5f71;
  line-height: 1.6;
}

.rationale__context-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}

.rationale__context-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #505468;
  margin-bottom: 1rem;
}

.rationale__context-text {
  font-size: 1.1rem;
  color: #5b5f71;
  line-height: 1.8;
}

.rationale__delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}

.rationale__delivery-item {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: #f4f4f5;
  border-radius: 0.6rem;
}

.rationale__delivery-icon {
  width: 5em;
  height: 5em;
  flex-shrink: 0;
  background: #505468;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}

.rationale__delivery-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.rationale__delivery-content {
  flex: 1;
}

.rationale__delivery-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #505468;
  margin-bottom: 0.75rem;
}

.rationale__delivery-text {
  font-size: 1rem;
  color: #5b5f71;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.rationale__delivery-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rationale__delivery-list li {
  font-size: 1rem;
  color: #5b5f71;
  line-height: 1.8;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.rationale__delivery-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #505468;
  font-weight: bold;
}

.rationale__image-section {
  margin-top: 5rem;
}

.rationale__image-section img {
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
  object-fit: cover;
}

@media (max-width: 47.999rem) {
  .rationale__section {
    padding: 2rem 1.5rem;
  }

  .rationale__content {
    grid-template-columns: 1fr;
  }

  .rationale__chart-grid {
    grid-template-columns: 1fr;
  }

  .rationale__benefit-grid {
    grid-template-columns: 1fr;
  }

  .rationale__context-grid {
    grid-template-columns: 1fr;
  }

  .rationale__delivery-grid {
    grid-template-columns: 1fr;
  }

  .rationale__delivery-item {
    flex-direction: column;
  }
}

/* **************REVIEWS PAGE**************** */
.reviews__container {
  padding-top: 160px;
  padding-bottom: 160px;
}

.reviews__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
}

.reviews__column {
  border: 1px solid #e1e4eb;
  border-radius: 8px;
}

.reviews__item {
  padding-top: 48px;
  padding-bottom: 56px;
  padding-right: 32px;
  padding-left: 32px;
}

.item-reviews {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-reviews__img {
  max-width: 46px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.item-reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-reviews__text {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 150%;
}

.item-reviews__author {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.item-reviews__geo {
  font-size: 14px;
  letter-spacing: 0.002em;
}

/* ******************PRICING PAGE******************** */
.pricing__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing__caption {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

.pricing__title {
  font-weight: 600;
  font-size: 72px;
  margin-bottom: 24px;
}

.pricing__text {
  font-size: 22px;
  letter-spacing: 0.02em;
  margin-bottom: 88px;
}

.pricing__row {
  display: flex;
  align-items: start;
  gap: 24px;
}

.pricing__column {
  border: 2px solid #e1e4eb;
  border-radius: 8px;
}

.pricing__item {
  padding: 40px;
  padding-bottom: 48px;
}

.item-pricing__info {
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e4eb;
  margin-bottom: 32px;
}

.item-pricing__label {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.item-pricing__cost {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 16px;
}

.item-pricing__list {
  margin-bottom: 64px;
}

.item-pricing__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-pricing__item::before {
  content: "";
  background: url("../img/pricing/check.svg") 0 0 no-repeat;
  width: 16px;
  height: 18px;
}

.item-pricing__item:not(:last-child) {
  margin-bottom: 12px;
}

.item-pricing__button {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
  padding: 20px 82px;
  background-color: var(--rfc-dark-blue);
  border-radius: 64px;
}

.team {
  background-color: #e1e4eb;
}

.team__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team__title {
  text-align: center;
  margin-bottom: 96px;
  max-width: 483px;
}

.team__row {
  display: grid;
  column-gap: 24px;
  row-gap: 96px;
  grid-template-columns: repeat(3, 1fr);
}

.team__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-team__img {
  max-width: 360px;
  height: 363px;
  margin-bottom: 40px;
}

.item-team__img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.item-team__name {
  max-width: 186px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
}

.item-team__role {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 26px;
  letter-spacing: 0.02em;
}

.item-team__role span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-team__role span::after {
  content: "";
  background: url("../img/team/icons/star.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.item-team__text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 150%;
  max-width: 328px;
  margin-bottom: 20px;
}

.item-team__icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* *************FAQ PAGE************** */
.faqs__container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.faqs__title {
  text-align: center;
  margin-bottom: 80px;
}

.spollers-faq__item {
  width: 100%;
}

.spollers-faq__item:not(:last-child) {
  margin-bottom: 24px;
}

.spollers-faq__button {
  display: inline-block;
  border: 2px solid #e1e4eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
}

.spollers-faq__button span {
  padding-left: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 600;
}

.spollers-faq__button img {
  padding-right: 34.5px;
}

.spollers-faq__text {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
}

.spollers-faq__item.active .spollers-faq__text {
  max-height: 1000px;
  max-height: calc(1000px + 16px);
}

.spollers-faq__item.active .spollers-faq__button {
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}

.spollers-faq__item.active .spollers-faq__button span {
  padding-bottom: 32px;
}

.spollers-faq__item.active .spollers-faq__button img {
  transform: translate(-34px, 0px) rotate(180deg);
}

.spollers-faq__inner {
  padding-top: 20px;
  padding-left: 40px;
  border: 2px solid #e1e4eb;
  border-radius: 0px 0px 8px 8px;
  line-height: 150%;
  padding-bottom: 20px;
  border-top: none;
  padding-right: 100px;
}

/* ****************TEAM PAGE**************** */
.director__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  gap: 96px;
}

.director__title {
  margin-bottom: 16px;
}

.director__role {
  font-size: 22px;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}

.director__text {
  letter-spacing: 0.02em;
  line-height: 150%;
  max-width: 480px;
}

.director__text p:not(:last-child) {
  margin-bottom: 20px;
}

.director__img {
  max-width: 552px;
  height: 614px;
}

.director__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************GALLERY**************** */
.gallery__container {
  padding-bottom: 140px;
  padding-top: 140px;
}

.gallery__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  margin-bottom: 96px;
  justify-items: center;
}

.gallery__item {
  max-width: 360px;
  height: 407px;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.gallery__paggination {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 42px;
}

.gallery__paggination button:first-child {
  transform: translate(0px, 5px);
}

.gallery__paggination button:last-child {
  transform: rotate(-180deg) translate(0px, 5px);
}

.gallery_active {
  color: #fff;
  padding: 10px 15px;
  background-color: var(--rfc-dark-blue);
  border-radius: 100px;
  display: inline-block;
}

/* ****************RESOURCES**************** */
.resources__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  justify-items: center;
}

.resources__img {
  max-width: 360px;
  height: 330px;
  margin-bottom: 32px;
}

.resources__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.resources__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.resources__text {
  letter-spacing: 0.02em;
  line-height: 150%;
  max-width: 243px;
  margin-bottom: 32px;
}

.resources__button {
  background-color: #fff;
  color: var(--rfc-dark-blue);
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 2px solid var(--rfc-dark-blue);
  border-radius: 64px;
}

/* ****************ADAPTIVE**************** */

@media (max-width: 992px) {
  .services__row {
    grid-template-columns: 1fr;
    gap: 6rem;
    justify-items: center;
  }

  .item-services {
    text-align: center;
    align-items: center;
  }

  .page__main {
    padding-bottom: 80px;
  }
}

@media (min-width: 47.999rem) {
  .menu__list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 995px) {
  .item-pricing__button {
    font-size: 19px;
  }
}

@media (max-width: 62.6875rem) {
  .resources__container {
    padding-top: 70px;
    padding-bottom: 70px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__paggination {
    gap: 27px;
  }

  .gallery__row {
    grid-template-columns: repeat(2, 1fr);
  }

  .team__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .director__container {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 10px;
    text-align: center;
  }

  .item-pricing {
    padding: 20px;
    padding-bottom: 30px;
  }

  .pricing__title {
    font-size: 39px;
  }

  .pricing__text {
    margin-bottom: 25px;
  }

  .item-pricing__button {
    padding: 16px 42px;
  }

  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .footer__policy,
  .footer__copyright {
    justify-self: center;
    text-align: center;
    margin: 0.5rem 0;
  }

  .footer__logos {
    margin-bottom: 1rem;
    gap: 1.5rem;
  }

  .footer__logo {
    margin-bottom: 0;
  }

  .footer__partner-logo img {
    max-height: 2.5rem;
  }

  .services-page__column {
    gap: 30px;
    font-size: 15px;
  }

  .services-page__title {
    font-size: 29px;
  }

  .reviews__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 10px;
  }

  .reviews__item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
  }

  .item-reviews__text {
    font-size: 16px;
  }

  .item-reviews__author {
    font-size: 16px;
  }
}

@media (max-width: 47.999rem) {
  .spollers-faq__item.active .spollers-faq__button img {
    transform: translate(-10px, -10px) rotate(180deg);
  }

  .spollers-faq__button span {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
  }

  .spollers-faq__button img {
    padding-right: 10px;
  }

  .spollers-faq__inner {
    font-size: 16px;
    padding-left: 10px;
    line-height: 130%;
  }

  .pricing__container {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .item-pricing__button {
    font-size: 17px;
    padding: 15px 32px;
  }

  .reviews__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icon-menu {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875rem;
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .contact__container {
    flex-direction: column;
    padding-top: 80px;
    gap: 50px;
    padding-bottom: 80px;
  }

  .contact__getting-here {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  .contact__subtitle {
    font-size: 1.25rem;
  }

  .contact__section-heading {
    font-size: 1rem;
  }

  .contact__section-text {
    font-size: 0.9375rem;
  }

  .contact__car-park-link {
    font-size: 0.9375rem;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__body {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 9.375rem 0.938rem 1.875rem 0.938rem;
    overflow: auto;
    flex-direction: column;
    row-gap: 5rem;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: 5.75rem;
    background-color: #fff;
    border-bottom: 1px solid #000;
    z-index: 2;
  }

  .menu-open .menu__body {
    left: 0;
  }

  .menu-open .menu__body::before {
    left: 0;
  }

  .menu__item {
    text-align: center;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 1.563rem;
  }

  .menu__link {
    font-size: 2rem;
  }

  /* Mobile Dropdown Styles */
  .menu__item--has-dropdown {
    width: 100%;
  }

  .menu__submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    margin-top: 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .menu__item--has-dropdown.dropdown-open .menu__submenu {
    max-height: 500px;
  }

  .menu__submenu-item {
    margin-bottom: 1rem;
  }

  .menu__submenu-link {
    font-size: 1.5rem;
    padding: 0.75rem 1rem;
    text-align: center;
    border-left: 3px solid transparent;
    transition: border-color 0.2s ease;
  }

  .menu__submenu-link:hover {
    border-left-color: var(--rfc-burgundy);
    background-color: transparent;
    color: var(--rfc-burgundy);
  }

  .menu__dropdown-icon {
    margin-left: 0.5rem;
  }

  .menu__item--has-dropdown.dropdown-open .menu__dropdown-icon {
    transform: rotate(180deg);
  }

  .actions-header__button {
    padding: 0.75rem;
  }

  .main__container {
    padding-top: 6rem;
  }

  .main__container_pages {
    padding-top: 180px;
  }

  .main__text {
    font-size: 1.15rem;
  }

  .main__text_pages {
    font-size: 1.15rem;
  }

  .main__title {
    font-size: 3rem;
  }

  .hero-carousel__dots {
    bottom: 1rem;
  }

  .hero-carousel__dot {
    width: 10px;
    height: 10px;
  }

  .title {
    font-size: 2rem;
  }

  .about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .about__container {
    flex-direction: column;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    gap: 4rem;
  }

  .services__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .testimonial__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .testiomonial__caption {
    margin-bottom: 2rem;
  }

  .outro__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .logo {
    font-size: 1rem;
  }

  .logo img {
    max-height: 3rem;
  }

  .quote-section__logo img {
    max-height: 7.5rem;
  }

  .about__logo img {
    max-height: 7.5rem;
  }

  .services-page__logo img {
    max-height: 7.5rem;
  }

  .services-page__column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    gap: 4rem;
  }
}

@media (max-width: 61.936rem) {
  .footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 0.938rem;
  }

  .logo {
    font-size: 2rem;
  }

  .logo img {
    max-height: 3.5rem;
  }

  .quote-section__logo img {
    max-height: 8.25rem;
  }

  .about__logo img {
    max-height: 8.25rem;
  }

  .services-page__logo img {
    max-height: 8.25rem;
  }
}

@media (max-width: 530px) {
  .reviews__row {
    grid-template-columns: 1fr;
  }

  .team__row {
    grid-template-columns: 1fr;
  }

  .gallery__row {
    grid-template-columns: 1fr;
  }

  .resources__container {
    grid-template-columns: 1fr;
  }
}

/* ****************HOW YOU WILL LEARN PAGE**************** */

.main_how-you-will-learn {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat;
}

.main_how-you-will-learn .main__title,
.main_how-you-will-learn .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* ****************EXPLORE TOPICS PAGE**************** */

.main_explore-topics {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat;
}

.main_explore-topics .main__title,
.main_explore-topics .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* ****************TOPIC AND TIP PAGES**************** */

.main_learning-resources {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat;
}

.main_learning-resources .main__title,
.main_learning-resources .main__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* Learning Intro Section */
.learning-intro {
  background-color: #fff;
}

.learning-intro__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.learning-intro__title {
  margin-bottom: 1.5rem;
}

.learning-intro__text {
  max-width: 100%;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}

.learning-intro__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.learning-intro__cta {
  margin-top: 2rem;
}

.learning-intro__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.learning-intro__stat-item {
  text-align: center;
  padding: 2rem;
  background: var(--rfc-cream);
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(132, 26, 58, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.learning-intro__stat-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.15);
}

.learning-intro__stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--rfc-burgundy);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.learning-intro__stat-label {
  font-size: 0.9rem;
  color: #5b5f71;
  font-weight: 500;
}

.learning-intro__stat-desc {
  font-size: 0.8rem;
  color: #5b5f71;
  margin-top: 0.25rem;
}

.learning-intro__cta {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* External Link Icon */
.external-link-icon {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.9em;
}

.button--external {
  position: relative;
}

.button--external:hover {
  background-color: var(--rfc-dark-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(48, 58, 77, 0.3);
}

/* Topics Section */
.topics {
  background-color: #fff;
}

.topics__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.topics__title {
  text-align: center;
  margin-bottom: 1rem;
}

.topics__text {
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto 3rem;
  line-height: 150%;
}

.topics__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.topics__card {
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 0.6rem;
  border: 1px solid #e2e3e9;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.topics__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.topics__card:focus {
  outline: 2px solid var(--rfc-burgundy);
  outline-offset: 2px;
}

.topics__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.topics__card-text {
  font-size: 1rem;
  color: #5b5f71;
  line-height: 150%;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.topics__card-link {
  font-weight: 600;
  color: var(--rfc-burgundy);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  margin-top: auto;
}


/* Learning Journey Section */
.journey {
  background-color: var(--rfc-cream);
}

.journey__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.journey__title {
  text-align: center;
  margin-bottom: 1rem;
}

.journey__text {
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto 3rem;
  line-height: 150%;
}

.journey__path {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.journey__step {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  text-align: center;
  padding: 2rem;
  background: var(--rfc-cream);
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(132, 26, 58, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.journey__step:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.15);
}

.journey__step-number {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--rfc-burgundy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.journey__step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 0.75rem;
  font-family: "Montserrat", sans-serif;
}

.journey__step-text {
  font-size: 0.95rem;
  color: #5b5f71;
  line-height: 150%;
}

.journey__arrow {
  font-size: 2rem;
  color: var(--rfc-dark-blue);
  font-weight: 700;
  flex-shrink: 0;
}

/* Guides Section */
.guides {
  background-color: #fff;
}

.guides__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.guides__title {
  text-align: center;
  margin-bottom: 1rem;
}

.guides__text {
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto 3rem;
  line-height: 150%;
}

.guides__list {
  max-width: 50rem;
  margin: 0 auto;
}

.guides__item {
  margin-bottom: 1rem;
  border: 2px solid #e1e4eb;
  border-radius: 0.6rem;
  overflow: hidden;
  transition: border-color 0.3s;
}

.guides__item:hover {
  border-color: var(--rfc-dark-blue);
}

.guides__item.active {
  border-color: var(--rfc-dark-blue);
}

.guides__item-button {
  width: 100%;
  padding: 1.5rem 2rem;
  background: #fff;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.guides__item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
}

.guides__item-icon {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--rfc-dark-blue);
  flex-shrink: 0;
  margin-left: 1rem;
}

.guides__item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f8f9fa;
}

.guides__item.active .guides__item-content {
  max-height: 1000px;
  padding: 2rem;
}

.guides__item-text {
  margin-bottom: 1.5rem;
  line-height: 150%;
}

.guides__item-text p {
  margin-bottom: 0.75rem;
}

.guides__item-text p:last-child {
  margin-bottom: 0;
}

.guides__item-link-text {
  font-style: italic;
  color: #5b5f71;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.guides__item-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  text-decoration: none;
  transition: color 0.3s;
}

.guides__item-link:hover {
  color: var(--rfc-dark-blue-hover);
}

/* Tips Section */
.tips {
  background-color: var(--rfc-cream);
}

.tips__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.tips__title {
  text-align: center;
  margin-bottom: 1rem;
}

.tips__text {
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto 3rem;
  line-height: 150%;
}

.tips__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.tips__card {
  padding: 2rem;
  background: var(--rfc-cream);
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(132, 26, 58, 0.1);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
}

.tips__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(132, 26, 58, 0.15);
}

.tips__card:focus {
  outline: 2px solid var(--rfc-burgundy);
  outline-offset: 2px;
}

.tips__card-icon {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tips__card-icon svg {
  width: 3rem;
  height: 3rem;
  display: block;
}

.tips__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.tips__card-text {
  font-size: 1rem;
  color: #5b5f71;
  line-height: 150%;
  margin-bottom: 1.5rem;
}

.tips__card-link {
  font-weight: 600;
  color: var(--rfc-dark-blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  margin-top: auto;
}

.outro_how-you-will-learn {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../images/Home/CTA1.jpg") center top / cover no-repeat;
}

.outro_how-you-will-learn .outro__title,
.outro_how-you-will-learn .outro__text {
  color: #fff;
}

.outro_explore-topics {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../images/Home/CTA1.jpg") center top / cover no-repeat;
}

.outro_explore-topics .outro__title,
.outro_explore-topics .outro__text {
  color: #fff;
}

.outro__buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Next Steps Section */
.next-steps {
  background-color: var(--rfc-cream);
}

.next-steps__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.next-steps__title {
  text-align: center;
  margin-bottom: 2rem;
}

.next-steps__content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 2rem;
}

.next-steps__text {
  line-height: 150%;
}

.next-steps__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.next-steps__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.next-steps__stat-item {
  text-align: center;
  padding: 1.5rem;
  background: var(--rfc-cream);
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(132, 26, 58, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.next-steps__stat-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.15);
}

.next-steps__stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--rfc-burgundy);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.next-steps__stat-label {
  font-size: 0.9rem;
  color: #5b5f71;
  font-weight: 500;
}

.next-steps__cta {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* Topic Pages */
.topic-content {
  background-color: #fff;
}

.topic-content__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.topic-content__main {
  max-width: 50rem;
  margin: 0 auto;
}

/* Useful Links Page */
.links-content {
  background-color: #fff;
}

.links-content__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.links-content__main {
  max-width: 50rem;
  margin: 0 auto;
}

.links-content__title {
  margin-bottom: 2rem;
}

.links-content__text {
  line-height: 150%;
  margin-bottom: 2rem;
}

.links-content__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.links-content__placeholder {
  padding: 2rem;
  background: var(--rfc-cream);
  border-radius: 0.6rem;
  text-align: center;
  color: #5b5f71;
  font-style: italic;
}

/* Filter Section */
.links-content__filters {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.links-content__filter-box {
  background: var(--rfc-cream);
  padding: 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.links-content__search-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.links-content__search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rfc-dark-blue);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.links-content__search-input {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  border: 2px solid #e2e3e9;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.links-content__search-input:focus {
  outline: none;
  border-color: var(--rfc-burgundy);
  box-shadow: 0 0 0 3px rgba(132, 26, 58, 0.1);
}

.links-content__filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.links-content__filter-btn {
  padding: 0.625rem 1.25rem;
  background: #fff;
  border: 2px solid #e2e3e9;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.links-content__filter-btn:hover {
  border-color: var(--rfc-burgundy);
  color: var(--rfc-burgundy);
  transform: translateY(-2px);
}

.links-content__filter-btn.active {
  background: var(--rfc-burgundy);
  border-color: var(--rfc-burgundy);
  color: #fff;
}

.links-content__results-count {
  font-size: 0.875rem;
  color: var(--rfc-dark-blue);
  font-weight: 500;
  margin-top: 0.5rem;
}

.links-content__results-count span {
  font-weight: 700;
  color: var(--rfc-burgundy);
}

/* Useful Links Grid */
.links-content__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.links-content__card {
  background: #fff;
  border-radius: 0.8rem;
  padding: 2rem;
  border: 2px solid #e2e3e9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.links-content__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--rfc-burgundy), var(--rfc-dark-blue));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.links-content__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-color: var(--rfc-burgundy);
}

.links-content__card:hover::before {
  transform: scaleX(1);
}

.links-content__card.hidden {
  display: none;
}

.links-content__card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, var(--rfc-dark-blue), var(--rfc-burgundy));
  color: #fff;
  padding: 0.5rem 0.875rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.links-content__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
  padding-right: 5rem;
}

.links-content__card-text {
  font-size: 1rem;
  color: #5b5f71;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.links-content__card-contact {
  font-size: 0.9375rem;
  color: var(--rfc-dark-blue);
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  background: var(--rfc-cream);
  border-radius: 0.375rem;
  border-left: 3px solid var(--rfc-burgundy);
}

.links-content__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.links-content__tag {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background: var(--rfc-cream);
  color: var(--rfc-dark-blue);
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  border: 1px solid rgba(45, 59, 79, 0.1);
  transition: all 0.2s ease;
}

.links-content__tag:hover {
  background: var(--rfc-dark-blue);
  color: #fff;
  transform: translateY(-1px);
}

.links-content__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: var(--rfc-burgundy);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
  margin-top: auto;
  padding: 0.75rem 1.25rem;
  background: var(--rfc-cream);
  border-radius: 0.5rem;
  border: 2px solid transparent;
}

.links-content__card-link:hover {
  color: #fff;
  background: var(--rfc-burgundy);
  border-color: var(--rfc-burgundy);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.3);
}

.links-content__card-link::after {
  content: "→";
  margin-left: 0.75rem;
  transition: transform 0.3s ease;
  font-size: 1.25rem;
}

.links-content__card-link:hover::after {
  transform: translateX(6px);
}

.topic-content__title {
  margin-bottom: 2rem;
}

.topic-content__text {
  line-height: 150%;
}

.topic-content__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.topic-content__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.topic-content__list {
  margin: 1.5rem 0;
  padding-left: 2rem;
  line-height: 150%;
}

.topic-content__list li {
  margin-bottom: 0.75rem;
}

/* Topic Hero Icon */
.topic-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.topic-hero__icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
  background: var(--rfc-burgundy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  color: #fff;
}

.topic-hero__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.topic-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.topic-download-btn svg {
  flex-shrink: 0;
}

/* Topic Section Cards */
.topic-section-card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.6rem;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 4px solid var(--rfc-burgundy);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(132, 26, 58, 0.08);
  border-top: 1px solid rgba(132, 26, 58, 0.1);
  border-right: 1px solid rgba(132, 26, 58, 0.1);
  border-bottom: 1px solid rgba(132, 26, 58, 0.1);
}

.topic-section-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.15);
  background: rgba(255, 255, 255, 0.95);
}

.topic-section-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.topic-section-card__icon {
  width: 3rem;
  height: 3rem;
  background: var(--rfc-burgundy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  color: #fff;
  flex-shrink: 0;
}

.topic-section-card__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.topic-section-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.topic-section-card__content {
  color: #5b5f71;
  line-height: 150%;
}

.topic-section-card__content p {
  margin-bottom: 1rem;
}

/* Topic List with Icons */
.topic-list-icon {
  list-style: none;
  padding: 0;
}

.topic-list-icon li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.75rem;
  line-height: 150%;
}

.topic-list-icon li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--rfc-dark-blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.topic-content__intro {
  margin-bottom: 3rem;
}

/* Topic Info Boxes */
.topic-info-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.6rem;
  padding: 2rem;
  margin: 2.5rem 0;
  border: 2px solid rgba(132, 26, 58, 0.15);
  box-shadow: 0 2px 8px rgba(132, 26, 58, 0.08);
  display: flex;
  gap: 1.5rem;
  transition: transform 0.3s, box-shadow 0.3s;
}

.topic-info-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.12);
}

.topic-info-box--highlight {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 248, 241, 0.6) 100%);
  border-color: var(--rfc-burgundy);
  border-width: 2px;
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.12);
}

.topic-info-box__icon {
  width: 3rem;
  height: 3rem;
  background: var(--rfc-burgundy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  color: #fff;
  flex-shrink: 0;
}

.topic-info-box__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.topic-info-box__content {
  flex: 1;
}

.topic-info-box__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 0.75rem;
  font-family: "Montserrat", sans-serif;
}

.topic-info-box__content p {
  color: #5b5f71;
  line-height: 150%;
  margin-bottom: 1rem;
}

.topic-info-box__content p:last-child {
  margin-bottom: 0;
}

/* Tip Pages - Card Layout */
.tip-card {
  background: #fff;
  border-radius: 0.6rem;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 4px solid var(--rfc-dark-blue);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.tip-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tip-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--rfc-dark-blue);
  color: #fff;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.topic-cta {
  background-color: var(--rfc-cream);
}

.topic-cta--hero {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../images/Home/CTA1.jpg") center top / cover no-repeat;
  padding: 5rem 0;
}

.topic-cta--hero .topic-cta__title,
.topic-cta--hero .topic-cta__text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.topic-cta--hero .topic-cta__button {
  background-color: var(--rfc-burgundy, #841A3A);
  color: white;
  border: 2px solid var(--rfc-burgundy, #841A3A);
}

.topic-cta--hero .topic-cta__button:hover {
  background-color: #6a1530;
  border-color: #6a1530;
  color: white;
}

.topic-cta__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.topic-cta__content {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}

.topic-cta__title {
  margin-bottom: 1rem;
}

.topic-cta__text {
  margin-bottom: 2rem;
  line-height: 150%;
}

.topic-cta__buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.topic-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.topic-cta__button.button {
  white-space: nowrap;
}

.topic-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.topic-download-btn svg {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.topic-learn-more {
  background-color: var(--rfc-cream);
}

.topic-learn-more__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.topic-learn-more__content {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}

.topic-learn-more__title {
  margin-bottom: 1rem;
}

.topic-learn-more__text {
  margin-bottom: 2rem;
  line-height: 150%;
}

/* Footer Partners */
.footer__partners {
  background-color: #f8f9fa;
  border-top: 1px solid #e2e3e9;
  padding: 1.5rem 0;
}

.footer__partners-container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer__partners-text {
  font-size: 0.9rem;
  color: #5b5f71;
  margin: 0;
}

.footer__partner-link {
  font-size: 0.9rem;
  color: var(--rfc-dark-blue);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.footer__partner-link:hover {
  color: var(--rfc-dark-blue-hover);
}

.footer__partners-separator {
  color: #5b5f71;
}

.footer__charity {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 1rem 0.938rem 0;
  text-align: right;
}

.footer__charity-text {
  font-size: 0.9rem;
  color: #5b5f71;
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
}

/* Recommended Learning Path Section (for Digital IQ page) */
.recommended-learning {
  background-color: var(--rfc-cream);
  margin-top: 3rem;
}

.recommended-learning__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 3rem 0.938rem;
}

.recommended-learning__title {
  text-align: center;
  margin-bottom: 1rem;
}

.recommended-learning__text {
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto 2rem;
  line-height: 150%;
}

.recommended-learning__path {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 40rem;
  margin: 0 auto;
  padding: 2rem;
  background: var(--rfc-cream);
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(132, 26, 58, 0.08);
  border: 1px solid rgba(132, 26, 58, 0.1);
}

.recommended-learning__step {
  display: flex;
  align-items: start;
  gap: 1rem;
}

.recommended-learning__step-number {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--rfc-burgundy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
}

.recommended-learning__step-content {
  flex: 1;
}

.recommended-learning__step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
}

.recommended-learning__step-text {
  font-size: 0.95rem;
  color: #5b5f71;
  line-height: 150%;
  margin-bottom: 0.75rem;
}

.recommended-learning__step-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.recommended-learning__step-link:hover {
  color: var(--rfc-dark-blue-hover);
}

.recommended-learning__cta {
  text-align: center;
  margin-top: 2rem;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Complementary Learning Section (for Services page) */
.complementary-learning {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 0.6rem;
  border-left: 4px solid var(--rfc-dark-blue);
}

.complementary-learning__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 0.75rem;
  font-family: "Montserrat", sans-serif;
}

.complementary-learning__text {
  font-size: 0.95rem;
  color: #5b5f71;
  line-height: 150%;
  margin-bottom: 1rem;
}

.complementary-learning__link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  text-decoration: none;
  transition: color 0.3s;
}

.complementary-learning__link:hover {
  color: var(--rfc-dark-blue-hover);
}

/* Homepage Learning Section */
.learning-section {
  background-color: #fff;
}

.learning-section__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.learning-section__title {
  text-align: center;
  margin-bottom: 1rem;
}

.learning-section__text {
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto 3rem;
  line-height: 150%;
}

.learning-section__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2rem;
}

.learning-section__content-text {
  line-height: 150%;
}

.learning-section__content-text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.learning-section__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.learning-section__stat-item {
  text-align: center;
  padding: 1.5rem;
  background: var(--rfc-cream);
  border-radius: 0.6rem;
}

.learning-section__stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--rfc-burgundy);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.learning-section__stat-label {
  font-size: 0.9rem;
  color: #5b5f71;
  font-weight: 500;
}

.learning-section__cta {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* Responsive Design for Learning Resources */
@media (max-width: 992px) {
  .learning-intro__container {
    grid-template-columns: 1fr;
  }

  .topics__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .links-content__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .links-content__filter-box {
    padding: 1.5rem;
  }

  .links-content__filter-buttons {
    gap: 0.5rem;
  }

  .links-content__filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
  }

  .journey__path {
    flex-direction: column;
  }

  .journey__arrow {
    transform: rotate(90deg);
  }

  .learning-section__content {
    grid-template-columns: 1fr;
  }

  .tips__grid {
    grid-template-columns: 1fr;
  }

  .next-steps__content {
    grid-template-columns: 1fr;
  }

  .partnership__info {
    grid-template-columns: repeat(2, 1fr);
  }

  .partnership__layout {
    flex-direction: column;
    gap: 2rem;
  }

  .partnership__right-column {
    flex: 1;
    width: 100%;
  }

  .partnership__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .volunteer-profiles__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .volunteer-profiles__item {
    flex: 0 0 calc(50% - 1rem);
  }

  .volunteers-roles__grid {
    grid-template-columns: 1fr;
  }

  .volunteers-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .volunteers-impact__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .volunteers-cta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .volunteers-cta__buttons .button {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .volunteers-profile-cta__container {
    padding: 4rem 0.938rem;
  }

  .volunteers-profile-cta__title {
    font-size: 2rem;
  }

  .volunteers-profile-cta__text p {
    font-size: 1.1rem;
  }

  .volunteers-profile-cta__button {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    width: 100%;
    max-width: 300px;
  }

  .volunteers-cta__title {
    font-size: 2rem;
  }

  .volunteers-cta__text {
    font-size: 1.1rem;
  }
}

@media (max-width: 47.999rem) {
  .volunteer-profiles__grid {
    grid-template-columns: 1fr;
  }

  .volunteer-profiles__item {
    flex: 0 0 100%;
  }

  .volunteer-profiles__photo {
    width: 8rem;
    height: 8rem;
  }

  .volunteer-profiles__story-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .volunteer-story__photo {
    width: 10rem;
    height: 10rem;
  }

  .volunteer-story__name {
    font-size: 1.5rem;
  }

  .volunteer-story__content {
    padding: 2rem 1.5rem;
  }

  .learning-intro__stats {
    grid-template-columns: 1fr;
  }

  .topics__grid {
    grid-template-columns: 1fr;
  }

  .links-content__grid {
    grid-template-columns: 1fr;
  }

  .links-content__card-title {
    padding-right: 0;
  }

  .links-content__filter-box {
    padding: 1.25rem;
  }

  .links-content__filter-buttons {
    gap: 0.5rem;
  }

  .links-content__filter-btn {
    padding: 0.5rem 0.875rem;
    font-size: 0.75rem;
  }

  .links-content__card {
    min-height: 300px;
  }

  .faqs__question {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
  }

  .faqs__answer-content {
    padding: 0 1.5rem 1.25rem 1.5rem;
  }

  .faqs__cta {
    padding: 2rem 1.5rem;
  }

  .faqs__cta-title {
    font-size: 1.5rem;
  }

  .learning-section__stats {
    grid-template-columns: 1fr;
  }

  .outro__buttons {
    flex-direction: column;
    align-items: center;
  }

  .outro__buttons .button {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .recommended-learning__cta {
    flex-direction: column;
    align-items: center;
  }

  .recommended-learning__cta .button {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .learning-section__cta {
    flex-direction: column;
    align-items: center;
  }

  .learning-section__cta .button {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .learning-intro__cta {
    flex-direction: column;
  }

  .next-steps__cta {
    flex-direction: column;
    align-items: center;
  }

  .next-steps__cta .button {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .topic-cta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .topic-cta__buttons .button {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .partnership__layout {
    flex-direction: column;
    gap: 2rem;
  }

  .partnership__right-column {
    width: 100%;
  }

  .partnership__info {
    display: flex;
    flex-direction: column;
  }
}

/* FAQs Page */
.main_faqs {
  background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)),
    url("../images/Home/Tonia and Chris 2 18.09.2024.webp") center top / cover no-repeat !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.main_faqs .main__title,
.main_faqs .main__text,
.main_faqs .main__text_pages {
  color: #303a4d !important;
  text-shadow: none !important;
}

.main_faqs.main_pages .main__title,
.main_faqs.main_pages .main__text,
.main_faqs.main_pages .main__text_pages {
  color: #303a4d !important;
  text-shadow: none !important;
}

.main.main_faqs .main__title,
.main.main_faqs .main__text,
.main.main_faqs .main__text_pages {
  color: #303a4d !important;
  text-shadow: none !important;
}

.faqs {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.faqs__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.faqs__main {
  max-width: 56.25rem;
  margin: 0 auto;
}

.faqs__intro {
  margin-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #5b5f71;
}

.faqs__intro a {
  color: var(--rfc-burgundy);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faqs__intro a:hover {
  color: #6a1530;
  text-decoration: underline;
}

/* FAQ Accordion */
.faqs__accordion {
  margin-bottom: 4rem;
}

.faqs__item {
  background: #fff;
  border-radius: 0.6rem;
  margin-bottom: 1rem;
  border: 2px solid #e2e3e9;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faqs__item:hover {
  border-color: var(--rfc-burgundy);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faqs__item.active {
  border-color: var(--rfc-burgundy);
  box-shadow: 0 6px 20px rgba(132, 26, 58, 0.15);
}

.faqs__question {
  width: 100%;
  padding: 1.5rem 2rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  transition: color 0.3s ease;
  position: relative;
}

.faqs__question:hover {
  color: var(--rfc-burgundy);
}

.faqs__question-text {
  flex: 1;
  padding-right: 2rem;
}

.faqs__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rfc-cream);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--rfc-burgundy);
  transition: all 0.3s ease;
  line-height: 1;
}

.faqs__item.active .faqs__icon {
  background: var(--rfc-burgundy);
  color: #fff;
  transform: rotate(180deg);
}

.faqs__answer {
  max-height: 0 !important;
  overflow: hidden;
  transition: max-height 0.4s ease;
  display: block;
}

.faqs__item:not(.active) .faqs__answer {
  max-height: 0 !important;
  overflow: hidden;
}

.faqs__answer-content {
  padding: 0 2rem 1.5rem 2rem;
  color: #5b5f71;
  line-height: 1.8;
}

.faqs__answer-content p {
  margin-bottom: 1rem;
}

.faqs__answer-content p:last-child {
  margin-bottom: 0;
}

/* FAQ Cards Layout */
.faqs__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.faqs__card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 2rem;
  border: 2px solid #e2e3e9;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faqs__card:hover {
  border-color: var(--rfc-burgundy);
  box-shadow: 0 6px 20px rgba(132, 26, 58, 0.12);
  transform: translateY(-2px);
}

.faqs__card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.faqs__card-content {
  color: #5b5f71;
  line-height: 1.8;
}

.faqs__card-content p {
  margin-bottom: 1rem;
}

.faqs__card-content p:last-child {
  margin-bottom: 0;
}

.faqs__card-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.faqs__card-content li {
  margin-bottom: 0.5rem;
}

.faqs__card-content a {
  color: var(--rfc-burgundy);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faqs__card-content a:hover {
  color: #6a1530;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .faqs__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .faqs__cards {
    gap: 2rem;
  }
  
  .faqs__card {
    padding: 2.5rem;
  }
}

.faqs__answer-content ul {
  margin: 1rem 0;
  padding-left: 2rem;
}

.faqs__answer-content li {
  margin-bottom: 0.5rem;
}

.faqs__answer-content a {
  color: var(--rfc-burgundy);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faqs__answer-content a:hover {
  color: #6a1530;
  text-decoration: underline;
}

.faqs__answer-content strong {
  color: var(--rfc-dark-blue);
  font-weight: 600;
}

/* FAQ CTA */
.faqs__cta {
  background: var(--rfc-cream);
  padding: 3rem;
  border-radius: 0.8rem;
  text-align: center;
  margin-top: 3rem;
}

.faqs__cta-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 1rem;
}

.faqs__cta-text {
  font-size: 1.125rem;
  color: #5b5f71;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* Privacy Policy Page */
/* Privacy Policy Hero */
.main.main_privacy {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/About/Home-About.png") center top / cover no-repeat !important;
}

.main.main_privacy .main__title,
.main.main_privacy .main__text {
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7) !important;
}

.privacy {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.privacy__container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.privacy__section {
  margin-bottom: 2rem;
}

.privacy__section--intro {
  margin-bottom: 3rem;
}

.privacy__section--highlight {
  background: var(--rfc-cream);
  padding: 2.5rem;
  border-radius: 0.6rem;
  margin-bottom: 2rem;
}

.privacy__section--footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid var(--rfc-cream);
}

.privacy__content {
  background: #fff;
  padding: 3rem;
  border-radius: 0.6rem;
  box-shadow: 0 0.25em 0.375em -0.0625em rgba(0, 0, 0, 0.1),
    0 0.125em 0.25em -0.0625em rgba(0, 0, 0, 0.06);
}

.privacy__section--highlight .privacy__content {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.privacy__text {
  color: #5b5f71;
  line-height: 1.8;
}

.privacy__text p {
  margin-bottom: 1.5rem;
}

.privacy__intro {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #5b5f71;
  font-weight: 500;
}

.privacy__section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--rfc-dark-blue);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif;
}

.privacy__subsection-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.privacy__list {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  color: #5b5f71;
}

.privacy__list li {
  margin-bottom: 0.75rem;
  line-height: 1.8;
}

.privacy__text a {
  color: var(--rfc-dark-blue);
  text-decoration: underline;
  transition: color 0.3s;
}

.privacy__text a:hover {
  color: var(--rfc-dark-blue-hover);
}

.privacy__last-updated {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e3e9;
  font-size: 0.9rem;
  color: #5b5f71;
}

@media (max-width: 61.936rem) {
  .privacy {
    padding: 3rem 0;
  }

  .privacy__section--highlight {
    padding: 2rem;
  }

  .privacy__content {
    padding: 2rem;
  }

  .privacy__section-title {
    font-size: 1.25rem;
    margin-top: 0;
  }

  .privacy__subsection-title {
    font-size: 1.125rem;
  }
}

/* Support Us Page Styles */
section.support-intro,
section.page__support-intro,
.page section.support-intro,
.page section.page__support-intro {
  background-color: var(--rfc-cream) !important;
}

.support-intro__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.support-intro__content {
  max-width: 50rem;
  margin: 0 auto;
}

.support-intro__title {
  text-align: center;
  margin-bottom: 2rem;
}

.support-intro__text {
  line-height: 150%;
  letter-spacing: 0.02em;
}

.support-intro__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.support-intro__text a {
  color: var(--rfc-burgundy);
  text-decoration: underline;
  transition: color 0.3s;
}

.support-intro__text a:hover {
  color: var(--rfc-dark-blue);
}

/* Support Options Section */
section.support-options,
section.page__support-options,
.page section.support-options,
.page section.page__support-options {
  background-color: var(--rfc-cream) !important;
}

.support-options__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.support-options__title {
  text-align: center;
  margin-bottom: 3rem;
}

.support-options__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.support-options__card {
  background: #fff;
  padding: 2rem;
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(132, 26, 58, 0.08);
  border: 1px solid rgba(132, 26, 58, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

.support-options__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.15);
}

/* Icons removed - using simpler design */

.support-options__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

.support-options__card-text {
  font-size: 1rem;
  color: #5b5f71;
  line-height: 150%;
  margin-bottom: 1rem;
}

.support-options__card-text:last-of-type {
  margin-bottom: 1.5rem;
}

.support-options__card-text a {
  color: var(--rfc-burgundy);
  text-decoration: underline;
  transition: color 0.3s;
}

.support-options__card-text a:hover {
  color: var(--rfc-dark-blue);
}

.support-options__card-steps {
  margin: 1.5rem 0;
}

.support-options__step {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.support-options__step:last-child {
  margin-bottom: 0;
}

.support-options__step-number {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: var(--rfc-burgundy);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

.support-options__step-text {
  flex: 1;
  font-size: 0.95rem;
  color: #5b5f71;
  line-height: 150%;
  margin: 0;
}

.support-options__step-text a {
  color: var(--rfc-burgundy);
  text-decoration: underline;
  transition: color 0.3s;
}

.support-options__step-text a:hover {
  color: var(--rfc-dark-blue);
}

.support-options__card-button {
  margin-top: auto;
  text-align: center;
  padding-top: 1.5rem;
}

/* Support Intro Section */
section.support-intro,
section.page__support-intro,
.page section.support-intro,
.page section.page__support-intro {
  background-color: #fff;
}

.support-intro__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.support-intro__content {
  max-width: 50rem;
  margin: 0 auto;
}

.support-intro__title {
  text-align: center;
  margin-bottom: 2rem;
}

.support-intro__text {
  line-height: 150%;
  letter-spacing: 0.02em;
}

.support-intro__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.support-intro__text a {
  color: var(--rfc-burgundy);
  text-decoration: underline;
  transition: color 0.3s;
}

.support-intro__text a:hover {
  color: var(--rfc-dark-blue);
}

/* Support Impact Section */
section.support-impact,
section.page__support-impact,
.page section.support-impact,
.page section.page__support-impact {
  background-color: var(--rfc-cream) !important;
}

.support-impact__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.support-impact__content {
  max-width: 100%;
  margin: 0 auto;
}

.support-impact__title {
  text-align: center;
  margin-bottom: 2rem;
}

.support-impact__text {
  line-height: 150%;
  letter-spacing: 0.02em;
  max-width: 50rem;
  margin: 0 auto 3rem;
}

.support-impact__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.support-impact__text a {
  color: var(--rfc-burgundy);
  text-decoration: underline;
  transition: color 0.3s;
}

.support-impact__text a:hover {
  color: var(--rfc-dark-blue);
}

.support-impact__text--bottom {
  margin-top: 3rem;
  margin-bottom: 0;
}

.support-impact__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}

.support-impact__card {
  background: #fff;
  padding: 2rem;
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(132, 26, 58, 0.08);
  border: 1px solid rgba(132, 26, 58, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.support-impact__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.15);
}

.support-impact__card-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-impact__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.support-impact__card-text {
  font-size: 1rem;
  color: #5b5f71;
  line-height: 150%;
  margin: 0;
}

.support-impact__list {
  margin: 1.5rem 0;
  padding-left: 2rem;
  list-style-type: disc;
}

.support-impact__list li {
  margin-bottom: 0.75rem;
  color: #5b5f71;
  line-height: 150%;
}

/* Support Contact Section */
section.support-contact,
section.page__support-contact,
.page section.support-contact,
.page section.page__support-contact {
  background-color: #fff;
}

.support-contact__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 5rem 0.938rem;
}

.support-contact__card {
  max-width: 40rem;
  margin: 0 auto;
  background: var(--rfc-cream);
  padding: 3rem;
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(132, 26, 58, 0.08);
  border: 1px solid rgba(132, 26, 58, 0.1);
  text-align: center;
}

.support-contact__icon {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-contact__title {
  margin-bottom: 1.5rem;
}

.support-contact__text {
  line-height: 150%;
  margin-bottom: 2rem;
}

.support-contact__text p {
  margin-bottom: 1rem;
  color: #5b5f71;
}

.support-contact__cta {
  margin-top: 2rem;
}

.support-contact__button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: var(--rfc-burgundy);
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: background-color 0.3s, transform 0.3s;
  font-family: "Montserrat", sans-serif;
}

.support-contact__button:hover {
  background-color: var(--rfc-dark-blue);
  transform: translateY(-2px);
}

/* Responsive Styles for Support Page */
@media (max-width: 47.999rem) {
  .support-options__grid {
    grid-template-columns: 1fr !important;
  }

  .support-options__card {
    padding: 2rem !important;
    background: #fff !important;
    border-radius: 0.6rem !important;
    box-shadow: 0 2px 8px rgba(132, 26, 58, 0.08) !important;
    border: 1px solid rgba(132, 26, 58, 0.1) !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .support-options__step {
    flex-direction: column;
    gap: 0.75rem;
  }

  .support-options__step-number {
    align-self: flex-start;
  }

  .support-impact__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .support-contact__card {
    padding: 2rem;
  }

  .support-contact__icon {
    font-size: 2.5rem;
  }
}

/* Ensure desktop styles are applied */
@media (min-width: 48rem) {
  .support-options__grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
  }

  .support-options__card {
    background: #fff !important;
    padding: 2rem !important;
    border-radius: 0.6rem !important;
    box-shadow: 0 2px 8px rgba(132, 26, 58, 0.08) !important;
    border: 1px solid rgba(132, 26, 58, 0.1) !important;
    display: flex !important;
    flex-direction: column !important;
  }
}

@media (max-width: 47.999rem) {
  .privacy__section--highlight {
    padding: 1.5rem;
  }

  .privacy__content {
    padding: 1.5rem;
  }

  .privacy__section-title {
    font-size: 1.125rem;
  }

  .privacy__subsection-title {
    font-size: 1rem;
  }
}

/* ************COOKIE CONSENT BANNER************ */
/* 
 * IMPORTANT: When updating these styles, increment CSS version number (?v=4) in ALL HTML/PHP files
 * See css/CSS_VERSION_MANAGEMENT.md for instructions
 * Styles use !important to ensure they override cached CSS
 */

.cookie-consent {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10000 !important;
  background-color: #ffffff !important;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(100%) !important;
  transition: transform 0.3s ease-in-out !important;
  border-top: 3px solid var(--rfc-burgundy) !important;
  width: 100% !important;
  display: block !important;
}

.cookie-consent--visible {
  transform: translateY(0) !important;
}

.cookie-consent__container {
  max-width: 72.624rem !important;
  margin: 0 auto !important;
  padding: 0 0.938rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.cookie-consent__content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 1.5rem 0 !important;
  gap: 2rem !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.cookie-consent__text {
  flex: 1 !important;
  min-width: 300px !important;
  box-sizing: border-box !important;
}

.cookie-consent__title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: var(--rfc-dark-blue) !important;
  margin: 0 0 0.5rem 0 !important;
  line-height: 1.3 !important;
}

.cookie-consent__description {
  font-size: 0.95rem !important;
  color: var(--rfc-dark-blue) !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

.cookie-consent__link {
  color: var(--rfc-burgundy) !important;
  text-decoration: underline !important;
  transition: color 0.3s !important;
}

.cookie-consent__link:hover {
  color: #6a1530 !important;
}

.cookie-consent__actions {
  display: flex !important;
  gap: 1rem !important;
  flex-shrink: 0 !important;
}

.cookie-consent__button {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 30px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.cookie-consent__button--accept {
  background-color: var(--rfc-burgundy) !important;
  color: var(--rfc-cream) !important;
}

.cookie-consent__button--accept:hover {
  background-color: #6a1530 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(132, 26, 58, 0.3) !important;
}

.cookie-consent__button--accept:focus {
  outline: 2px solid var(--rfc-burgundy) !important;
  outline-offset: 2px !important;
}

.cookie-consent__button--reject {
  background-color: transparent !important;
  color: var(--rfc-dark-blue) !important;
  border: 2px solid var(--rfc-dark-blue) !important;
}

.cookie-consent__button--reject:hover {
  background-color: var(--rfc-dark-blue) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

.cookie-consent__button--reject:focus {
  outline: 2px solid var(--rfc-dark-blue) !important;
  outline-offset: 2px !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cookie-consent__content {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 1.25rem 0 !important;
    gap: 1.25rem !important;
  }

  .cookie-consent__text {
    min-width: auto !important;
  }

  .cookie-consent__title {
    font-size: 1.125rem !important;
  }

  .cookie-consent__description {
    font-size: 0.9rem !important;
  }

  .cookie-consent__actions {
    width: 100% !important;
    flex-direction: column !important;
  }

  .cookie-consent__button {
    width: 100% !important;
    padding: 0.875rem 1.5rem !important;
  }
}

@media (max-width: 480px) {
  .cookie-consent__container {
    padding: 0 1rem !important;
  }

  .cookie-consent__content {
    padding: 1rem 0 !important;
  }

  .cookie-consent__title {
    font-size: 1rem !important;
  }

  .cookie-consent__description {
    font-size: 0.85rem !important;
  }
}

/* ************LATEST NEWS SECTION************ */

.latest-news {
  padding: 5rem 0;
  background-color: var(--rfc-cream);
}

.latest-news__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.latest-news__title {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--rfc-dark-blue);
}

.latest-news__loading,
.latest-news__error {
  text-align: center;
  padding: 3rem;
  color: #666;
  font-size: 1.125rem;
}

.latest-news__error {
  color: #c33;
}

.latest-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.latest-news__card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
}

.latest-news__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.latest-news__card-image {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background: #f0f0f0;
}

.latest-news__card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest-news__card-category {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.latest-news__card-category--news {
  background: var(--rfc-burgundy);
  color: white;
}

.latest-news__card-category--events {
  background: var(--rfc-dark-blue);
  color: white;
}

.latest-news__card-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.latest-news__card-date {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.75rem;
}

.latest-news__card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--rfc-dark-blue);
  margin: 0;
  line-height: 1.3;
}

.latest-news__link-container {
  text-align: center;
  margin-top: 3rem;
}

.latest-news__link {
  display: inline-block;
  padding: 1rem 2.5rem;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 968px) {
  .latest-news__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .latest-news {
    padding: 3rem 0;
  }

  .latest-news__title {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }

  .latest-news__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .latest-news__card-title {
    font-size: 1.25rem;
  }

  .latest-news__link-container {
    margin-top: 2rem;
  }
}
