/* @import url("https://css.gg/css"); */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", system-ui;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", system-ui;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", system-ui;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", system-ui;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", system-ui;
  font-weight: 700;
  font-style: normal;
}

.navbar-nav .nav-link {
  padding: 8px 16px !important;
  border-radius: 20px;
  transition: all 0.2s linear;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: #008799;
  color: #fff;
}

.banner__text {
  font-size: 1.7rem;
  line-height: 3.0rem;
}

.banner__text__highlight {
  font-size: 2rem;
  background-color: #95b0b6;
  color: #fff;
  padding: 0.2rem 0.4rem;
}

.eor-model {
  background-color: #03869A;
  color: #fff;
}

.arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.responsibilities__card {
  width: 100%;
}

.responsibilities__card__title {
  background-color: #008799;
  color: #fff;
  border-radius: 2rem;
  margin: 0 0 2rem -2rem;
  display: inline-block;
  width: 13rem;
  padding: 0.5rem 1rem;
}

.fee .fee__column {
  background-color: #008799;
  color: #fff;
}

.footer {
  font-size: 0.8rem;
  color: #999;
}

.services__card__header {
  background-color: #008799;
  color: #fff;
}

.client-logos__img {
  height: 3rem;
  max-width: 100%;
}

/* Fee structure */
.fee-structure {
  display: flex;
  position: relative;
}

.fee-structure__section {
  width: 33.33%;
}

.fee-structure__section--no-additional-fees {
  background-color: skyblue;
  padding: 1.5rem 1.5rem 6rem 1.5rem;
}

.fee-structure__no-additional-fees {
  background-color: #DEE7F5;
  border-top-left-radius: 3rem;
}

.fee-structure__no-additional-fees__highlight {
  display: flex;
  border-radius: 5rem 0 0 5rem;
  background-color: #fff;
  gap: 1rem;
  padding: 1rem;
  align-items: center;
  margin-right: -1.5rem;
  color: #000;
}

@media (min-width: 576px) {
  .responsibilities__card__title {
    margin: 0 0 2rem -3rem;
  }
}

@media (min-width: 768px) {
  .banner__text {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }

  .banner__text__highlight {
    font-size: 2.3rem;
  }

  .responsibilities__card {
    width: 50%;
  }

  .services__card {
    min-height: 20rem;
  }
}

@media (min-width: 992px) {
  .banner__text {
    font-size: 2.7rem;
    line-height: 4.0rem;
  }

  .banner__text__highlight {
    font-size: 3.0rem;
  }

  .arrow-icon {
    width: 2rem;
    height: 2rem;
  }
}


@media (min-width: 1200px) {
  .eor-model__img {
    height: 30rem;
  }

  .banner__text {
    font-size: 3.7rem;
    line-height: 5.0rem;
  }

  .banner__text__highlight {
    font-size: 3.9rem;
  }
}
