/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;600;700&display=swap);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss (1) ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss (2) ***!
  \****************************************************************************************************************/
/**
*
* Testing
*
**/
/**
*
* Testing
*
**/
.container {
  position: relative;
  margin: 0 auto;
  max-width: 100vw;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .container {
    padding-right: 10rem;
    padding-left: 10rem;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-right: 0rem;
    padding-left: 0rem;
    max-width: 1700px;
  }
}

.header {
  position: sticky;
  top:0;
  width: 100vw;
  z-index: 100000000;
  background-color: #1e3056;
  padding: 20px 0px;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner-left {
  display: flex;
  align-items: center;
  gap: 50px;
  color: #ffffff;
}
.header__inner-left img {
  width: 170px;
}
.header__inner-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__inner-right-btn {
  padding: 8px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 300ms all linear;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: none;
}
@media (min-width: 1200px) {
  .header__inner-right-btn {
    display: flex;
  }
}
.header__inner-right-btn:hover {
  scale: 0.95;
}
.header__inner-right-btn-blue {
  background-color: #4d5f85;
}
.header__inner-right-btn-orange {
  background-color: #fc8441;
}

.hamburger {
  display: block;
  background-color: #4d5f85;
  transition: all 300ms;
}
.hamburger:hover {
  scale: 0.95;
}
@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.hamburger__icon {
  width: 35px;
  height: 30px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.hamburger__icon span {
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 4px;
  transition-duration: 500ms;
  background-color: white;
  z-index: 10000000000000000;
}
.hamburger__icon span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.hamburger__icon span:nth-child(2) {
  top: 13px;
  left: 0px;
  opacity: 1;
}
.hamburger__icon span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
.hamburger__icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}
.hamburger__icon.open span:nth-child(2) {
  opacity: 0;
}
.hamburger__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}

.menu-header-about-us-container,
.menu-header-our-services-container,
.menu-header-news-resources-container {
  display: block;
}
@media (max-width: 1200px) {
  .menu-header-about-us-container,
.menu-header-our-services-container,
.menu-header-news-resources-container {
    display: none;
  }
}
.menu-header-about-us-container #header__inner-menu,
.menu-header-our-services-container #header__inner-menu,
.menu-header-news-resources-container #header__inner-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.menu-header-about-us-container #header__inner-menu .menu-item-has-children,
.menu-header-our-services-container #header__inner-menu .menu-item-has-children,
.menu-header-news-resources-container #header__inner-menu .menu-item-has-children {
  position: relative;
  width: 100%;
}
.menu-header-about-us-container #header__inner-menu .menu-item-has-children > a:first-of-type::before,
.menu-header-our-services-container #header__inner-menu .menu-item-has-children > a:first-of-type::before,
.menu-header-news-resources-container #header__inner-menu .menu-item-has-children > a:first-of-type::before {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-40%);
  background-image: url("https://elysiumafs.com.au/wp-content/uploads/2023/09/icons8-chevron-down-30.png");
  height: 12px;
  width: 12px;
  background-size: 12px;
  pointer-events: none;
  content: "";
}
.menu-header-about-us-container #header__inner-menu a,
.menu-header-our-services-container #header__inner-menu a,
.menu-header-news-resources-container #header__inner-menu a {
  color: white;
  font-family: "Poppins", sans-serif;
}
.menu-header-about-us-container #header__inner-menu li,
.menu-header-our-services-container #header__inner-menu li,
.menu-header-news-resources-container #header__inner-menu li {
  display: inline-block;
  position: relative;
}
.menu-header-about-us-container #header__inner-menu li ul.sub-menu,
.menu-header-our-services-container #header__inner-menu li ul.sub-menu,
.menu-header-news-resources-container #header__inner-menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0px;
  margin: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.menu-header-about-us-container #header__inner-menu li:hover ul.sub-menu,
.menu-header-our-services-container #header__inner-menu li:hover ul.sub-menu,
.menu-header-news-resources-container #header__inner-menu li:hover ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.menu-header-about-us-container #header__inner-menu li ul.sub-menu li,
.menu-header-our-services-container #header__inner-menu li ul.sub-menu li,
.menu-header-news-resources-container #header__inner-menu li ul.sub-menu li {
  width: 100%;
}
.menu-header-about-us-container #header__inner-menu li ul.sub-menu li a,
.menu-header-our-services-container #header__inner-menu li ul.sub-menu li a,
.menu-header-news-resources-container #header__inner-menu li ul.sub-menu li a {
  padding: 16px 12px;
}
.menu-header-about-us-container #header__inner-menu a,
.menu-header-our-services-container #header__inner-menu a,
.menu-header-news-resources-container #header__inner-menu a {
  display: block;
  text-decoration: none;
}
.menu-header-about-us-container #header__inner-menu li ul.sub-menu a,
.menu-header-our-services-container #header__inner-menu li ul.sub-menu a,
.menu-header-news-resources-container #header__inner-menu li ul.sub-menu a {
  background-color: #1e3056;
  width: fit-content;
  min-width: 200px;
  padding: 10px;
  font-size: 16px;
}
.menu-header-about-us-container #header__inner-menu li ul.sub-menu a:hover,
.menu-header-our-services-container #header__inner-menu li ul.sub-menu a:hover,
.menu-header-news-resources-container #header__inner-menu li ul.sub-menu a:hover {
  background-color: #4d5f85;
}

.accordion {
  width: 100%;
}

.accordion-item {
  margin-bottom: 5px;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}
.accordion-header h5 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.accordion-header img {
  transition: all 1s ease-in-out;
  rotate: 0deg;
}

.accordion-header.active img {
  rotate: 180deg;
}

.accordion-content {
  color: #ffffff;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease-in-out; /* Add a transition for smooth animation */
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 16px;
}
.accordion-content a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.accordion-content.active {
  max-height: 500px; /* Adjust the max-height as needed to accommodate your content */
  padding-bottom: 20px;
}

.footer {
  width: 100%;
  background-color: #1e3056;
}
.footer__inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
  padding: 60px 0px;
}
@media (min-width: 768px) {
  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .footer__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__inner-col {
  display: flex;
  flex-direction: column;
}
.footer__inner-col h5 {
  color: #fc8441;
  margin-bottom: 40px;
}
.footer__inner-col-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Poppins", sans-serif;
}
.footer__inner-col-links a {
  color: #ffffff;
  font-size: 16px;
}
.footer__inner-col.between {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__inner-col.services-one {
  display: block;
}
@media (min-width: 768px) {
  .footer__inner-col.services-one {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer__inner-col.services-one {
    display: block;
  }
}
.footer__inner-col.services-two {
  display: none;
}
@media (min-width: 768px) {
  .footer__inner-col.services-two {
    display: block;
  }
}
@media (min-width: 1200px) {
  .footer__inner-col.services-two {
    display: none;
  }
}
.footer__inner .one__top-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.footer__inner .one__top-row span {
  color: #ffffff;
  font-size: 20px;
}
.footer__inner .one__top-row a {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
}
.footer__inner .one__top-icon {
  height: 30px;
}
.footer .one__bottom {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 40px;
}
.footer .one__bottom h5 {
  margin-bottom: 0px;
}
.footer .one__bottom-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Poppins", sans-serif;
}
.footer .one__bottom-row-head {
  display: flex;
  gap: 20px;
}
.footer .one__bottom-row-head span {
  color: #ffffff;
  font-size: 20px;
}
.footer .one__bottom-row p {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
}
.footer .one__bottom-row a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fc8441;
}
.footer .one__bottom-row a img {
  height: 12px;
}
.footer .one__bottom-icon {
  height: 30px;
  width: 30px;
}
.footer__socials {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__socials-xero {
  width: 200px;
}
.footer__socials-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__socials-row-logo {
  width: 100%;
  max-width: 150px;
}
.footer__socials-row-icon {
  height: 28px;
  width: 28px;
}
.footer__terms {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  gap: 20px;
  font-family: "Poppins", sans-serif;
}
.footer__terms p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.footer__terms a {
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  margin-left: 10px;
}

.footer__line-break {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

#footer__quick-links li {
  margin-bottom: 12px;
}

.social-reel {
  background-color: #ffffff;
}
.social-reel__inner {
  display: flex;
  flex-direction: column;
  padding: 40px 0px;
}
.social-reel__inner h5 {
  color: #fc8441;
}

.cta {
  background-color: #fdeee6;
  padding: 80px 0px;
}
.cta-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  .cta-content {
    flex-direction: row;
  }
}
.cta-content__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cta-content__left h4 {
  color: #fc8441;
}
.cta-content__left p {
  font-family: "Poppins", sans-serif;
  color: #1e3056;
}
.cta-content__right {
  display: flex;
  align-items: center;
}

.map {
  min-height: 400px;
  width: 100vw;
  outline: none;
  border: none;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -50;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  transition: all 150ms linear;
  transform: scale(1.07);
}
.modal__outer {
  max-width: 90vw;
  background-color: #1e3056;
  position: relative;
}
.modal__outer-title {
  background-color: #1e3056;
  padding: 40px 40px 0px 40px;
}
.modal__outer-title h4 {
  color: #fc8441;
  font-family: "Poppins", sans-serif;
  width: 100%;
  max-width: 400px;
  font-weight: 400;
}
.modal__outer img {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 300ms;
}
.modal__outer img:hover {
  scale: 0.95;
}

.modal.open {
  opacity: 1;
  transform: scale(1);
  z-index: 10000000000;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  transform: translateY(-150%);
  cursor: auto;
  overflow: auto;
  background-color: #1e3056;
  /*z-index: 10000000000;*/
  z-index: 100000;
  width: 100vw;
}
.menu__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-top: 35vh;
}
@media (max-width: 380px) {
  .menu__inner {
    padding-top: 55vh;
  }
}
.menu__inner-btns-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu__inner-btns-box-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.menu__inner-btns-box a {
  width: 100%;
  cursor: pointer;
}
.menu__inner-btns-box button {
  padding: 24px;
  background-color: #fc8441;
  outline: none;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border: 0px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 380px) {
 .menu__inner-btns-box button {
  padding: 16px;
}
}
.menu__inner-btns-box .blue-btn button {
  background-color: #4d5f85;
}
.menu__inner-btns-box .orange-btn button {
  background-color: #fc8441;
}
.menu.close {
  animation: hideMenu 0.9s cubic-bezier(0.405, 0, 0.025, 1);
}
.menu.open {
  animation: showMenu 0.3s cubic-bezier(0.405, 0, 0.025, 1) forwards;
}

@keyframes hideMenu {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150%);
  }
}
@keyframes showMenu {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(0);
  }
}
#mobile__inner-menu li {
  margin-bottom: 24px;
}
#mobile__inner-menu li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  transition: 300ms all linear;
}
#mobile__inner-menu li a:hover {
  color: #fc8441;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

body {
  transition: all 0.35s linear;
  min-height: 100vh;
  height: fit-content;
  max-width: 100vw;
  font-family: "Playfair Display", serif;
  overflow-x: hidden;
  position: relative;
}
body.open {
  overflow: hidden;
}

h1 {
  font-size: clamp(3.8rem, 6vw + 1.2rem, 8.5rem);
}
@media (min-width: 1200px) {
  h1 {
    line-height: 95px;
  }
}

h2 {
  font-size: clamp(3.2rem, 5vw + 1rem, 7.25rem);
}

h3 {
  font-size: clamp(2.6rem, 4vw + 0.8rem, 5rem);
}

h4 {
  font-size: clamp(2rem, 3vw + 0.6rem, 3.5rem);
}

h5 {
  font-size: clamp(1.8rem, 2.5vw + 0.55rem, 2.8rem);
}

p,
a {
  font-size: 16px;
}

.abr {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-bottom: 8px solid #fc8441;
  height: fit-content;
}
@media (min-width: 1200px) {
  .abr {
    flex-direction: row;
  }
}
.abr-left {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
.abr-left__snippet {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fc8441;
  color: #ffffff;
  width: 80%;
  max-width: 700px;
  padding: 8rem;
}
@media (min-width: 1200px) {
  .abr-left__snippet {
    display: block;
  }
}
.abr-left__snippet p {
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  letter-spacing: 4%;
  line-height: 4rem;
}
.abr-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
  padding: 50px 50px;
}
@media (min-width: 1200px) {
  .abr-right {
    padding: 100px 100px;
    min-height: 600px;
  }
}
.abr-right__title {
  margin-bottom: 20px;
  color: #1e3056;
}
.abr-right__subtitle {
  color: #fc8441 !important;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.abr-right__study {
  padding-top: 5rem;
}
.abr-right p,
.abr-right span {
  font-family: "Poppins", sans-serif;
}
.abr-right span {
  font-size: 20px;
  color: #fc8441 !important;
  font-weight: 400;
}
.abr-right p {
  font-size: 16px;
  color: #1e3056;
}
.abr-right .button {
  margin-top: 40px;
}

.abl {
  display: flex;
  flex-direction: column-reverse;
  background-color: #ffffff;
  border-bottom: 8px solid #fc8441;
  height: fit-content;
}
@media (min-width: 1200px) {
  .abl {
    flex-direction: row;
  }
}
.abl-right {
  width: 100%;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
.abl-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
  padding: 50px 50px;
}
@media (min-width: 1200px) {
  .abl-left {
    padding: 100px 100px;
    min-height: 600px;
  }
}
.abl-left__title {
  margin-bottom: 20px;
  color: #1e3056;
}
.abl-left__subtitle {
  color: #fc8441;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.abl-left p,
.abl-left span {
  font-family: "Poppins", sans-serif;
}
.abl-left span {
  font-size: 20px;
  color: #fc8441 !important;
  font-weight: 400;
}
.abl-left p {
  font-size: 16px;
  color: #1e3056;
}
.abl-left .button {
  margin-top: 40px;
}

.blog-card {
  width: 100%;
  background-color: red;
  background-color: #ffffff;
  transition: all 300ms;
  position: relative;
  height: 100%;
}
.blog-card.not-home {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.blog-card__categories {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  z-index: 100;
}
.blog-card .blog-card__image-container {
  position: relative;
  overflow: hidden; /* Hide the overflow of the overlay */
}
.blog-card .blog-card__image-container .blog-card__img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-card .blog-card__image-container .blog-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
.blog-card .blog-card__image-container:hover .blog-card__overlay {
  opacity: 0.8;
  background-color: rgba(252, 132, 65, 0.8);
}
.blog-card__category {
  background-color: #fc8441;
  padding: 6px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.blog-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.blog-card__img {
  width: 100%;
  min-height: 150px;
  max-height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .blog-card__img {
    min-height: 350px;
  }
}
.blog-card__meta {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  color: #1e3056;
}
.blog-card__meta h5 {
  color: #fc8441;
  font-size: 16px;
  font-weight: 400;
}
.blog-card__meta h4 {
  font-size: 26px;
  font-weight: 400;
}
.blog-card__meta button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 20px;
  padding-left: 0px;
  font-size: 2rem;
  border: none;
  background-color: transparent;
  font-family: "Playfair Display", serif !important;
  color: #fc8441;
  cursor: pointer;
}
.blog-card__meta-img {
  height: 12px;
}

.ql {
  width: 100%;
}
.ql__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .ql__container {
    flex-direction: row;
  }
}
.ql__container-one, .ql__container-two, .ql__container-three {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
}
@media (min-width: 1200px) {
  .ql__container-one, .ql__container-two, .ql__container-three {
    padding: 80px;
  }
}
.ql__container-one img, .ql__container-two img, .ql__container-three img {
  height: 70px;
  width: 70px;
  object-fit: contain;
}
.ql__container-one a, .ql__container-two a, .ql__container-three a {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.ql__container-one a img, .ql__container-two a img, .ql__container-three a img {
  height: 16px;
}
.ql__container-one {
  background-color: #fc8441;
  color: #ffffff;
}
.ql__container-one img {
  filter: brightness(0) invert(1);
}
.ql__container-one p {
  font-family: "Poppins", sans-serif;
}
.ql__container-two {
  background-color: #1e3056;
  color: #ffffff;
}
.ql__container-two img {
  filter: brightness(0) invert(1);
}
.ql__container-two p {
  font-family: "Poppins", sans-serif;
}
.ql__container-three {
  background-color: rgba(252, 132, 65, 0.3);
  color: #1e3056;
}
.ql__container-three a {
  color: #1e3056;
}
.ql__container-three p {
  font-family: "Poppins", sans-serif;
}

.personal-services {
  background-color: #fdeee6;
  height: 100%;
}

.ps__banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ps__banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ps__banner-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.ps__banner-inner {
  height: fit-content;
  width: 100%;
  z-index: 99;
}
.ps__banner-inner-title {
  color: #ffffff;
  transition: all 300ms;
}
.ps__banner-inner-subtitle {
  color: #fc8441;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.ps__tab {
  display: flex;
  flex-direction: column;
  margin-top: -100px;
  border-bottom: 8px solid #fc8441;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .ps__tab {
    flex-direction: row;
  }
}
.ps__tab-left {
  display: flex;
  overflow: scroll;
  width: 100%;
}
@media (min-width: 1200px) {
  .ps__tab-left {
    width: 30%;
    flex-direction: column;
    overflow: auto;
  }
}
.ps__tab-right {
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
  padding: 50px;
}
@media (min-width: 1200px) {
  .ps__tab-right {
    padding: 100px;
    width: 70%;
  }
}
.ps__tab-right h3 {
  color: #1e3056;
}
.ps__tab-right p,
.ps__tab-right h4 {
  font-family: "Poppins", sans-serif;
}
.ps__tab-right h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fc8441;
  font-weight: 400;
}
.ps__boring {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fdeee6;
}

.ps__boring-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
  color: #1e3056;
}

.ps__alt-box {
  margin-bottom: 150px;
}

.fp__banner {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.fp__banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp__banner-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.fp__banner-inner {
  padding-top: 50px;
  width: 100%;
  z-index: 99;
}
.fp__banner-inner .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .fp__banner-inner .container {
    flex-direction: row;
    gap: 60px;
  }
}
.fp__banner-inner-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  /*align-items: flex-end;*/
  justify-content: flex-end;
  gap:20px;
  height: 85vh;
}
@media (min-width: 768px) {
  .fp__banner-inner-left {
    width: 50%;
    display: flex;
    align-items: start;
    justify-content:center;
    height: 80vh;
  }
}
.fp__banner-inner-btn {
    display:block;
}
@media (min-width: 1200px) {
  .fp__banner-inner-btn {
    display:none;
}
}
.fp__banner-inner-right {
display: none;
}
@media (min-width: 768px) {
  .fp__banner-inner-right {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    width: 50%;
  }
}
.fp__banner-inner-right-form {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #1e3056;
  border-bottom: 6px solid #fc8441;
}
@media (min-width: 1200px) {
  .fp__banner-inner-right-form {
    max-width: 500px;
    max-height: 700px;
  }
}
.fp__banner-inner-right-form h4 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  color: #fc8441;
  font-weight: 400;
}
.fp__banner-inner-title {
  color: #ffffff;
  width: 100%;
}
.fp__banner-inner-title {
    font-size: 54px;
  }
@media (min-width: 1200px) {
  .fp__banner-inner-title {
     font-size: clamp(3.8rem, 6vw + 1.2rem, 8.5rem);
  }
}
@media (min-width: 1200px) {
  .fp__banner-inner-title {
    max-width: 400px;
  }
}

.fp__help {
  background-color: #fdeee6;
  background-image: url("https://elysiumafs.com.au/wp-content/uploads/2023/08/EFS_DOt-Backgrounds-01-1.png");
}
.fp__help-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 20px;
  color: #1e3056;
}

.fp__business {
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp__business-top {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("https://elysiumafs.com.au/wp-content/uploads/2023/08/EFS_DOt-Backgrounds-01-1.png");
  background-size: cover;
  background-position: 30.5% 69.5%;
  background-color: #fdeee6;
}
.fp__business-bottom {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 50%;
  background-color: #fdeee6;
}
.fp__business-card {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 8px #fc8441 solid;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .fp__business-card {
    flex-direction: row;
  }
}
.fp__business-card-left {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  padding: 60px 30px;
}
@media (min-width: 1200px) {
  .fp__business-card-left {
    width: 50%;
    padding: 80px 80px;
  }
}
.fp__business-card-left h3 {
  color: #1e3056;
  padding-bottom: 20px;
}
.fp__business-card-left p {
  color: #fc8441;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.fp__business-card-right {
  position: relative;
  background-color: teal;
  width: 50%;
}
.fp__business-card-right-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fp__personal {
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdeee6;
  padding-top: 150px;
}
.fp__personal:after {
  content: "";
  position: absolute;
  height: 20vh;
  width: 100vw;
  background-color: #fc8441;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.fp__personal-card {
  display: flex;
  position: relative;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 8px #fc8441 solid;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.fp__personal-card-img {
  position: absolute;
  top: -1.5%;
  left: 2%;
  width: 350px;
}
@media (min-width: 768px) {
  .fp__personal-card-img {
    top: -3.5%;
    left: 5.5%;
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .fp__personal-card-img {
    top: -5%;
    left: 4%;
    width: 650px;
  }
}
@media (min-width: 1920px) {
  .fp__personal-card-img {
    top: -5%;
    left: -2.5%;
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .fp__personal-card {
    flex-direction: row;
  }
}
.fp__personal-card-left {
  position: relative;
  background-color: teal;
  width: 50%;
}
@media (min-width: 1200px) {
  .fp__personal-card-left {
    width: 50%;
  }
}
.fp__personal-card-left-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp__personal-card-right {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  padding: 60px 30px;
}
@media (min-width: 1200px) {
  .fp__personal-card-right {
    width: 50%;
    padding: 80px 80px;
  }
}
.fp__personal-card-right h3 {
  color: #1e3056;
  padding-bottom: 20px;
}
.fp__personal-card-right p {
  color: #fc8441;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.fp-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  gap: 20px;
}
@media (min-width: 1200px) {
  .fp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fp-grid__child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 200px;
  width: 100%;
  padding: 16px;
  text-align:center;
      justify-content: center;
  background-color: #fdeee6;
  transition: all 500ms;
  color: #1e3056;
  z-index: 10000;
  border: 2px solid white;
}
@media (min-width: 1200px) {
  .fp-grid__child {
    flex-direction: row;
    justify-content:flex-start;
    height: 100%;
    padding: 30px;
    text-align: left;
    width: 100%;
    min-width: 100%;
  }
}
.fp-grid__child:hover {
  background-color: #fc8441;
  cursor: pointer;
  transition: all 500ms;
  color: #ffffff;
}
.fp-grid__child:hover .fp-grid__child-icon {
  filter: brightness(0) invert(1);
  transition: all 500ms;
}
.fp-grid__child-icon {
  height: 30px;
}
@media (min-width: 1200px) {
 .fp-grid__child-icon {
  height: 40px;
}
}
.fp-grid__child h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
}

.fp__team {
  height: 70vh;
  background-color: #fc8441;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .fp__team {
    height: 80vh;
  }
}
.fp__team .container {
  height: 100%;
}
@media (min-width: 1200px) {
  .fp__team .container {
    height: auto;
  }
}
.fp__team-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 1200px) {
  .fp__team-info {
    flex-direction: row;
  }
}
.fp__team-info-left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  height: 100%;
  width: 100%;
  gap: 40px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .fp__team-info-left {
    justify-content: center;
    padding: 100px;
    width: 50%;
  }
}
.fp__team-info-left p {
  font-family: "Poppins", sans-serif;
}
.fp__team-info-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fp__team-info-cta img {
  display: none;
}
@media (min-width: 1200px) {
  .fp__team-info-cta img {
    display: block;
  }
}
.fp__team-info-cta-btn {
  border: none;
  padding: 24px 36px;
  width: 300px;
  background-color: #ff9e6a;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: 300ms all;
}
.fp__team-info-cta-btn:hover {
  scale: 0.95;
}
.fp__team-info-right {
  position: relative;
  display: flex;
  width: 50%;
}
.fp__team-info-right-bg {
  display: none;
  position: absolute;
  object-fit: cover;
  bottom: 0px;
  left: 0px;
  opacity: 0.1;
  z-index: 1;
}
@media (min-width: 1200px) {
  .fp__team-info-right-bg {
    display: block;
  }
}
.fp__team-info-right-imgone, .fp__team-info-right-imgtwo {
  object-fit: cover;
  z-index: 2;
}
.fp__team-info-right-imgone {
  width: 100%;
}
@media (min-width: 1200px) {
  .fp__team-info-right-imgone {
    width: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
}
.fp__team-info-right-imgtwo {
  width: 100%;
}
@media (min-width: 1200px) {
  .fp__team-info-right-imgtwo {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}

.fp__review {
  background-color: #fdeee6;
}
.fp__review-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 20px;
  color: #1e3056;
}

.fp__impact {
  background-color: #fdeee6;
}
.fp__impact-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  color: #1e3056;
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .fp__impact-intro {
    padding-top: 150px;
  }
}
.fp__impact-blog {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .fp__impact-blog {
    flex-direction: row;
    gap: 40px;
  }
}
.fp__impact-blog button {
  display: flex;
  font-size: 20px;
  align-items: center;
  width: fit-content;
  gap: 20px;
  background-color: transparent;
  border: none;
}
.fp__impact-blog-btn-img {
  height: 12px;
}
.fp__impact-blog-left {
  position: relative;
  width: 100%;
  border-bottom: 8px solid #fc8441;
  transition: all 300ms;
}
.fp__impact-blog-left:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .fp__impact-blog-left {
    width: 50%;
  }
}
.fp__impact-blog-left-main {
  background-color: #ffffff;
  height: 100%;
}
.fp__impact-blog-left-main-a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fp__impact-blog-left-main a {
  color: #fc8441;
}
.fp__impact-blog-left-main-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.fp__impact-blog-left-main-meta {
  font-family: "Poppins", sans-serif;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #1e3056;
}
.fp__impact-blog-left-main-meta p {
  font-size: 16px;
}
.fp__impact-blog-left-main-meta button {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #fc8441;
}
.fp__impact-blog-right {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .fp__impact-blog-right {
    margin-top: 0px;
    width: 50%;
  }
}
.fp__impact .fp__impact-card {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  border-bottom: 8px solid #fc8441;
  transition: all 300ms;
}
.fp__impact .fp__impact-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.fp__impact .fp__impact-card-img {
  width: 50%;
  object-fit: cover;
}
.fp__impact .fp__impact-card-meta {
  font-family: "Poppins", sans-serif;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  color: #1e3056;
  width: 100%;
}
.fp__impact .fp__impact-card-meta.index-0 {
  background-color: #1e3056;
  color: #ffffff;
}
.fp__impact .fp__impact-card-meta.index-1 {
  background-color: #fc8441;
  color: #ffffff;
}
.fp__impact .fp__impact-card-meta.index-1 button {
  color: #ffffff;
}
.fp__impact .fp__impact-card-meta button {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #fc8441;
  cursor: pointer;
}
.fp__impact-more {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.fp__news {
  background-color: #fdeee6;
  padding-top: 150px;
}
.fp__news-btn {
  padding-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp__news-btn a {
  color: #1e3056;
  font-size: 24px;
}
.fp__news-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 20px;
  color: #1e3056;
}
@media (min-width: 1200px) {
  .fp__news-intro {
    padding-top: 150px;
  }
}
.fp__news-blog {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.fp__news-blog a {
  border-bottom: 8px solid #fc8441;
  height: 100%;
  flex: 1;
}
@media (min-width: 1201px) {
  .fp__news-blog {
    flex-direction: row;
  }
}

.fp__assessment {
  background-color: #fdeee6;
  padding-top: 150px;
  padding-bottom: 150px;
}

.dot {
  background-color: #fc8441;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single {
  padding-top: 150px;
  background-color: #fdeee6;
  padding-bottom: 37.5px;
}
@media (min-width: 1200px) {
  .single {
    padding-top: 100px;
  }
}
.single-intro {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  gap: 20px;
  margin-top: 40px;
  padding: 20px;
  color: #1e3056;
}
@media (min-width: 1200px) {
  .single-intro {
    padding: 60px;
  }
}
.single-intro__crumb {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
}
.single-intro__crumb img {
  height: 20px;
}
.single-intro__crumb h5 {
  font-size: 20px;
  color: #fc8441;
}
.single-intro img {
  max-height: 500px;
  object-fit: cover;
}
.single-intro__date {
  font-family: "Poppins", sans-serif;
  color: #fc8441;
  font-size: 20px;
}
.single-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0px 20px 20px 20px;
  background-color: #ffffff;
  border-bottom: 8px solid #fc8441;
}
@media (min-width: 1200px) {
  .single-content {
    flex-direction: row;
    padding: 0px 60px 60px 60px;
  }
}
.single-content__text {
  width: 100%;
  color: #1e3056;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1200px) {
  .single-content__text {
    width: 75%;
    padding-right: 100px;
  }
}
.single-content__cta {
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: space-between;
  background-color: #1e3056;
  width: 100%;
  height: fit-content;
  position: sticky;
  top: 200px;
  padding: 40px;
  text-align: center;
  gap: 40px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .single-content__cta {
    width: 25%;
    align-items: flex-end;
  }
}
.single-content__cta img {
  display: none;
}
@media (min-width: 1200px) {
 .single-content__cta img {
  display:block;
  width: 40px;
  height: 40px;
}
}
.single-more {
  background-color: #fdeee6;
  padding-bottom: 100px;
  position: relative;
}
.single-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30vh;
  width: 100vw;
  background-color: #fc8441;
  z-index: 1;
}
.single-more__intro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 40px;
  color: #1e3056;
}
.single-more__blogs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  position: relative;
  z-index: 100;
}
.single-more__blogs a {
  border-bottom: 8px solid #fc8441;
}
@media (min-width: 769px) {
  .single-more__blogs {
    grid-template-columns: repeat(2, 1fr);
    z-index: 100;
  }
}
@media (min-width: 1201px) {
  .single-more__blogs {
    grid-template-columns: repeat(3, 1fr);
    z-index: 100;
  }
}

.blog {
  width: 100%;
  padding-bottom: 60px;
}
.blog__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.blog__row a {
  border-bottom: 8px solid #fc8441;
}
@media (min-width: 768px) {
  .blog__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .blog__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-filter {
  padding-top: 150px;
  padding-bottom: 60px;
}
.blog-filter__badges-title {
  color: #1e3056;
}
.blog-filter__badges-badge {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.contact {
  padding-top: 70px;
  background-color: #fdeee6;
  padding-bottom: 37.5px;
  position: relative;
}
.contact:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10vh;
  width: 100vw;
  background-color: #1e3056;
}
.contact__outer {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-bottom: 8px solid #fc8441;
  margin-top: 40px;
  position: relative;
  gap: 20px;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .contact__outer {
    gap: 80px;
  }
}
.contact__outer-left {
  width: 100%;
  padding: 40px;
}
@media (min-width: 1200px) {
  .contact__outer-left {
    width: 50%;
    padding: 60px;
  }
}
.contact__outer-left-more {
  display: flex;
  flex-direction: column;
}
.contact__outer-left-more a {
  font-family: "Playfair Display", serif;
  color: #fc8441;
  font-size: 20px;
}
.contact__outer-left-more img {
  height: 80px;
  width: 40px;
}
.contact__outer-left-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  color: #1e3056;
}
.contact__outer-left-intro span {
  font-size: 24px;
  color: #fc8441;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.contact__outer-left-icons {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact__outer-left-icons div {
  display: flex;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  color: #1e3056;
}
.contact__outer-left-icons div div {
  display: flex;
  flex-direction: column;
}
.contact__outer-left-icons div div h5 {
  font-size: 20px;
}
.contact__outer-left-icons div div a {
  color: #1e3056;
  font-size: 16px;
}
.contact__outer-left-icons div img {
  height: 40px;
}
.contact__outer-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 1200px) {
  .contact__outer-right {
    width: 50%;
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .contact__outer {
    flex-direction: row;
  }
}

.locations {
  background-color: #1e3056;
}
@media (min-width: 1200px) {
  .locations {
    padding: 40px;
  }
}
.locations-outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.locations-outer__intro {
  color: #fc8441;
}
.locations-outer__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .locations-outer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .locations-outer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.locations-outer__grid-item {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.locations-outer__grid-item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
  background-color: #4d5f85;
  padding: 40px;
}
@media (min-width: 1200px) {
  .locations-outer__grid-item-container {
    padding: 40px 80px;
  }
}
.locations-outer__grid-item-container-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.locations-outer__grid-item-container-title img {
  height: 40px;
}
.locations-outer__grid-item-container-title h4 {
  font-size: 20px;
}
.locations-outer__grid-item-container-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.locations-outer__grid-item-container-content .button button {
  width: 100%;
}

.about__banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.about__banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__banner-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.about__banner-inner {
  height: fit-content;
  width: 100%;
  z-index: 99;
}
.about__banner-inner h5 {
  color: #fc8441;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.about__banner-inner-title {
  color: #ffffff;
  width: 70%;
  max-width: 750px;
}

.about-box {
  background-color: #fdeee6;
}
.about-box .container {
  z-index: 1000;
}
.about-box__outer {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 100px;
}
.about-box__one {
  margin-top: -120px;
}

.about__team {
  padding-top: 100px;
}
.about__team-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #1e3056;
}

.about__people h3 {
  margin: 100px 0px 0px 0px;
  font-family: #1e3056;
  color: #1e3056;
}
.about__people-partners {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media (min-width: 768px) {
  .about__people-partners {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .about__people-partners {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about__people-admin {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media (min-width: 768px) {
  .about__people-admin {
    gap: 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .about__people-admin {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1920px) {
  .about__people-admin {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about__people-bookkeeping {
  display: grid;
  gap: 40px;
  margin-bottom: 100px;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media (min-width: 768px) {
  .about__people-bookkeeping {
    gap: 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .about__people-bookkeeping {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1920px) {
  .about__people-bookkeeping {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about__people-card {
  width: 100%;
  margin-top: 40px;
}
.about__people-card-img {
  width: 100%;
  padding: 0px 20px;
  max-width: 800px;
}
.about__people-card-name {
  padding: 20px 50px;
  margin-top: -3px;
  background-color: #fdeee6;
  color: #1e3056;
}
.about__people-card-name h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #1e3056;
}

.si__banner {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.si__banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1%;
  margin-top: 100px;
}
.si__banner-inner__left {
  width: 100%;
}
@media (min-width: 1200px) {
  .si__banner-inner__left {
    width: 49%;
  }
}
.si__banner-inner__left h5 {
  color: #fc8441;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.si__banner-inner__left h1 {
  color: #1e3056;
}
.si__banner-inner__right {
  width: 100%;
}
@media (min-width: 1200px) {
  .si__banner-inner__right {
    width: 49%;
  }
}
.si__banner-inner__right img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.si__posts {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  color: #1e3056;
}
@media (min-width: 1200px) {
  .si__posts {
    padding-top: 0px;
  }
}
.si__posts button {
  display: flex;
  font-size: 20px;
  align-items: center;
  width: fit-content;
  gap: 20px;
  background-color: transparent;
  border: none;
  color: #fc8441;
}
.si__posts-btn-img {
  height: 16px;
}
.si__posts-right {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .si__posts-right {
    margin-top: 0px;
    width: 50%;
  }
}
.si__posts-right-main {
  height: fit-content;
  display: flex;
  flex-direction: column;
  background-color: #fdeee6;
  border-bottom: 8px solid #fc8441;
  transition: all 300ms;
}
@media (min-width: 1200px) {
  .si__posts-right-main {
    flex-direction: row;
  }
}
.si__posts-right-main:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.si__posts-right-main-img {
  padding: 20px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .si__posts-right-main-img {
    width: 50%;
  }
}
.si__posts-right-main-meta {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  font-family: "Poppins", sans-serif;
}
.si__posts-right-main-meta a {
  color: #fc8441;
}
.si__posts-right-main-meta-date {
  font-family: "Poppins", sans-serif;
  color: #fc8441;
}
.si__posts-right-main-meta-content {
  font-family: "Poppins", sans-serif;
}
.si__posts-right-main-meta button {
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
}

.cs__intro {
  padding-top: 200px;
  padding-bottom: 100px;
}
.cs__intro h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fc8441;
}
.cs__intro-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #1e3056;
}

.cs__container {
  padding-top: 100px;
  background-color: #fdeee6;
}
@media (min-width: 1200px) {
  .cs__container {
    padding-bottom: 100px;
  }
}
.cs__container .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.rs__help {
  background-color: #fdeee6;
  padding-top: 100px;
}
.rs__help-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #1e3056;
}

.rs__resources {
  background-color: #fdeee6;
  padding: 20px;
}
@media (min-width: 1200px) {
  .rs__resources {
    padding: 60px;
  }
}
.rs__resources .container {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 40px;
}
@media (min-width: 1200px) {
  .rs__resources .container {
    padding: 200px;
  }
}
.rs__resources-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #1e3056;
  padding-bottom: 80px;
}
.rs__resources-title h3 {
  padding-bottom: 20px;
}
.rs__resources-title h5,
.rs__resources-title a {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.rs__resources-title a {
  color: #fc8441;
}
.rs__resources-links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1200px) {
  .rs__resources-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.rs__resources-links-left, .rs__resources-links-right {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rs__resources-links-left-item, .rs__resources-links-right-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs__resources-links-left-item h5, .rs__resources-links-right-item h5 {
  color: #fc8441;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.button {
  display: flex;
  flex-direction: column;
}
.button button {
  border: none;
  padding: 20px 20px;
  background-color: #fc8441;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: all 300ms;
  max-width: 300px;
}
.button img {
  height: 80px;
  width: 80px;
}
.button button:hover {
  scale: 0.95;
}

.button-primary {
  display: flex;
  gap: 10px;
}
.button-primary button {
  border: none;
  padding: 20px 20px;
  background-color: #fc8441;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: all 300ms;
  max-width: 300px;
}
.button-primary img {
  height: 40px;
  width: 40px;
}
.button-primary button:hover {
  scale: 0.95;
}

.bt__button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #fc8441;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt__button-img {
  height: 50%;
}

.category-badge {
  background-color: #fdeee6;
  color: #fc8441;
  padding: 12px 32px;
  transition: all 300ms;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  margin-right: 8px;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .category-badge {
    margin-right: 20px;
  }
}
.category-badge.selected {
  background-color: #fc8441;
  color: white;
}

.tab {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.tab button {
  margin-top: 50px;
  width: 100%;
  max-width: 400px;
}

/* Style for the active tab */
.active-tab {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  animation: opacityFadeIn 600ms linear 1;
}

@keyframes opacityFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity-0 {
  opacity: 0;
}

.active-tab-button {
  background-color: #fc8441;
  color: #ffffff;
}

/* Style for the tab buttons */
.tab-button {
  cursor: pointer;
}
#gform_confirmation_message_3, 
#gform_confirmation_message_2, 
#gform_confirmation_message_1 {
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      color: white;
}
#gform_confirmation_message_1 {
    padding: 40px;
}
#gform_confirmation_message_2 {
    color: #1e3056;
    padding: 20px;
}
#gform_2 {
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-color: #1e3056;
  padding: 40px;
}
@media (min-width: 1200px) {
  #gform_2 {
    max-width: 500px;
  }
}
#gform_2 p {
  margin-bottom: 20px;
}
#gform_2 .gfield_label {
  font-size: 16px;
    color: #ffffff;
}
#gform_2 input {
  transition: all 300ms;
  border: 0px;
  outline: none;
}
#gform_2 input,
#gform_2 textarea {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding: 10px;
  width: 100%;
  background-color:#fc8441;
  color: #ffffff;
  outline: none;

}
#gform_2 textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  height: 100px;
  max-height: 200px;
}
#gform_2 input:focus,
#gform_2 textarea:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
#gform_3 {
  width: 100%;
  background-color: #1e3056;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
@media (min-width: 1200px) {
  #gform_3 {
    max-width: 500px;
  }
}
#gform_3 p {
  margin-bottom: 20px;
}
#gform_3 .gfield_label {
  font-size: 16px;
  color: white;

}
#gform_3 input {
  transition: all 300ms;
}
#gform_3 input,
#gform_3 textarea {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding: 10px;
  width: 100%;
  background-color: #fc8441;
  color: #ffffff;
  outline: none;
}
#gform_3 textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  height: 100px;
  max-height: 200px;
}
#gform_3 input:focus,
#gform_3 textarea:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
#gform_1 {
  width: 100%;
  background-color: #1e3056;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  padding: 40px;
}
@media (min-width: 1200px) {
  #gform_1 {
    max-width: 500px;
  }
}
#gform_1 p {
  margin-bottom: 6px;
}
#gform_1 .gfield_label {
  font-size: 16px;
  color: white;
}
#gform_1 input {
  transition: all 300ms;
  outline: none;
  border: none;
}
#gform_1 input,
#gform_1 textarea {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding: 10px;
  width: 100%;
  background-color: #fc8441;
  color: #ffffff;
}
#gform_1 textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  height: 100px;
  max-height: 200px;
}
#gform_1 input:focus,
#gform_1 textarea:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.grecaptcha-badge {
    display: none !important;
}
.pagination {
    grid-column: span 3;
    width: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
}
.pagination a {
    border: none;
    color: #1e3056;
    font-size: 32px;
    padding-left: 2px;
    padding-right: 2px;
}
.pagination a:hover {
   color: #fc8441;
}
.pagination .current {
    font-size: 32px;
    color: #fc8441;
}
.policies {
  padding-top: 70px;
  background-color: #fdeee6;
  padding-bottom: 37.5px;
  position: relative;
}
.policies__outer {
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.policies__outer-title {
    color: #fc8441;
}
.policies__outer-content {
    background-color: white;
    padding: 40px;
    margin-bottom:20px;
}
.policies__outer h3 {
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 28px;
    color: #fc8441;r;
}
