/* General declaration */
.site-footer {
  background-color: #1b1f54;
  color: #fff;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  color: white;
}
.site-footer > div {
  padding-left: 5%;
  padding-right: 5%;
}
.site-footer ul li {
  background: none;
  padding-left: 0;
}
.site-footer a {
  color: white;
  font-size: 15px;
}
footer .card-container {
  display: flex;
  justify-content: center;
}
.site-footer .first-row {
  display: flex;
  justify-content: space-between;
  gap: 15%;
  flex-wrap: wrap;
}
.site-footer .site-info {
  max-width: 400px;
}
.site-footer .site-logo img {
  max-width: 200px;
  margin-bottom: 2rem;
}
.site-footer .site-info .footer-newsletter p {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.site-footer .site-info .footer-social {
  display: flex;
  /* justify-content: space-between; */
  gap: 15%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.site-footer .site-info .footer-social .fa-brands {
  font-size: 3rem;
  opacity: 0.5;
  transition: 0.2s ease;
}
.site-footer .site-info .footer-social .fa-brands:hover {
  opacity: 1;
}
.site-footer .site-info .footer-contact {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  margin: 2rem 0;
}
.site-footer .site-info .footer-contact .phone {
  display: block;
  margin-top: 2rem;
}
.site-footer .footer-nav {
  flex-grow: 1;
}
.site-footer .footer-nav .menu-footer-navigation-container .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}
.site-footer .footer-nav .menu-item {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.site-footer .footer-nav .menu > .menu-item > a {
  color: #00a3b8;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 2rem;
}
.site-footer .footer-nav .menu > .menu-item > a:hover {
  text-decoration: none;
  cursor: text;
}
.site-footer .footer-nav .menu .sub-menu li {
  margin-top: 1rem;
}
.site-footer .footer-links {
  border-top: 1px solid white;
  margin-top: 3rem;
  padding-top: 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.site-footer .footer-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 1185px) {
  .site-footer .first-row {
    flex-direction: column;
  }
  .site-footer .site-info {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }
  .footer-bottom {
    gap: 4rem;
  }
}

/* Footer advantages */
.footer-advantages {
  padding: 50px;
}
.footer-advantages p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-advantages .card-container {
  gap: 40px;
  justify-content: space-around;
  max-width: 700px;
  margin: auto;
}
.footer-advantages .card {
  text-align: center;
}
.footer-advantages .card svg {
  margin-bottom: 20px;
}
@media screen and (max-width: 665px) {
  .footer-advantages .card-container {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 40px 20px;
    justify-content: center;
  }
}

@media screen and (max-width: 400px) {
  .footer-advantages .card-container {
    grid-template-columns: 150px;
  }
}

/* Footer cta */
.footer-cta {
  color: #1b1717;
  background-color: #fff;
  padding-top: 75px;
}
.footer-cta-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 40px 0;
}
.footer-cta .card-container {
  padding: 40px 0;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-cta .card {
  text-align: center;
  display: block;
  color: #1b1717;
  flex: 1 1 200px;
}
.footer-cta .card svg {
  margin-bottom: 20px;
  height: 30px;
}

.cta-pro {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 5rem 0;
}
.cta-pro .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 350px;
  justify-content: space-between;
  gap: 30px;
}
.cta-pro .text {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
}
.cta-pro .text h2 {
  margin-bottom: 2rem;
}

.cta-pro .text p.main-p {
  margin: 3rem 0;
}

/* Footer blog */
footer .footer-blog {
  background-color: white;
  color: #000;
  padding-top: 50px;
  padding-bottom: 100px;
}

.footer-bottom {
  padding-top: 60px;
}
