/* Footer */
.footer {
  background-color: #1e9a8d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  position: relative;
}

.socials a {
  text-decoration: none;
}

.socials a img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.copy-right {
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer-link {
  display: flex;
  gap: 24px;
}

.footer-link a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer-link a:hover {
  color: #000000 !important;
}

.before-footer {
  background-color: #f2f2f2;
  padding: 1rem;
}

.footer-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 48px 0;
}

.footer-con .primo-logo {
  transform: translateY(-10px);
}

.footer-text-black {
  font-size: 20px;
  font-weight: 600;
}

.footer-sub-menu {
  font-size: 14px;
  font-weight: 700;
}

.footer-con-left {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.footer-con-left a {
  text-decoration: none;
  color: #202020;
  transition: color 0.2s ease-in-out;
}

.footer-con-left a:hover {
  color: #18988b;
}

.footer-sub-menu-menu-box {
  max-width: 205px;
}

.footer-sub-menu-head {
  color: #202020;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.footer-sub-menu-list ul {
  list-style: none;
  margin: 1.5rem 0 0 0;
}

.footer-sub-menu-list ul li {
  margin-bottom: 1rem;
}

.footer-sub-menu-list ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-con-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.text-green {
  font-size: 14px;
  font-weight: 600;
  color: #46ada2;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}

.text-black {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5rem;
}

.btn-green {
  color: #1e9a8d;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 24px;
}

.btn-green:hover {
  text-decoration: underline;
  color: #1e9a8d;
  text-decoration-color: #1e9a8d;
}

.cert-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cert-img {
  margin-top: 12px;
  height: 60px;
}

.blue-footer {
  background-color: #1c355e;
  display: flex;
  width: 100%;
  padding: 6rem 0rem;
  flex-direction: column;
  align-items: center;
}

.blue-footer h2 {
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}

.primary-button {
  background-color: #1e9a8d;
  display: flex;
  padding: 0.9375rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.primary-button .arrow-icon path {
  stroke: white;
  transition: stroke 0.3s ease;
}

.primary-button:visited {
  color: #ffffff;
}

.primary-button:hover {
  background-color: #ffffff;
  color: #1e9a8d;
}

.primary-button:hover .arrow-right path {
  stroke: #1e9a8d;
}

.primary-button:active {
  background-color: #125c55;
  color: #ffffff;
}

.primary-button:active .arrow-right path {
  stroke: #ffffff;
}
