/*=========================================================
    MIGARA CARE
    PROFESSIONAL FOOTER
=========================================================*/

.site-footer {
  position: relative;

  background: #101010;

  color: #d7d7d7;

  padding: 78px 0 0;

  overflow: hidden;
}

.site-footer::before {
  content: "";

  position: absolute;

  top: -180px;
  right: -180px;

  width: 420px;
  height: 420px;

  border-radius: 50%;

  background: rgba(198, 155, 44, 0.06);

  pointer-events: none;
}

.site-footer::after {
  content: "";

  position: absolute;

  bottom: -220px;
  left: -180px;

  width: 420px;
  height: 420px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.025);

  pointer-events: none;
}

/*=========================================================
                    FOOTER MAIN GRID
=========================================================*/

.footer-main {
  position: relative;
  z-index: 1;

  display: grid;

  grid-template-columns:
    1.35fr
    0.85fr
    1.05fr
    1.25fr;

  gap: 52px;

  padding-bottom: 58px;
}

/*=========================================================
                    BRAND COLUMN
=========================================================*/

.footer-brand {
  max-width: 360px;
}

.footer-brand-link {
  display: inline-flex;

  align-items: center;

  margin-bottom: 22px;

  text-decoration: none;
}

.footer-logo {
  display: block;

  width: auto;
  height: 92px;

  max-width: 220px;

  object-fit: contain;
}

.footer-description {
  max-width: 350px;

  margin: 0 0 22px;

  color: #b8b8b8;

  font-family: "Inter", sans-serif;

  font-size: 14px;

  line-height: 1.85;
}

.footer-states {
  display: flex;

  flex-wrap: wrap;

  gap: 9px;
}

.footer-states span {
  display: inline-flex;

  align-items: center;

  gap: 7px;

  padding: 7px 11px;

  background: rgba(255, 255, 255, 0.055);

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 999px;

  color: #dedede;

  font-size: 12px;

  font-weight: 600;
}

.footer-states i {
  color: #c89b2c;

  font-size: 11px;
}

/*=========================================================
                    FOOTER TITLES
=========================================================*/

.footer-title {
  position: relative;

  margin: 0 0 24px;

  padding-bottom: 12px;

  color: #ffffff;

  font-family: "Poppins", sans-serif;

  font-size: 16px;

  font-weight: 700;

  line-height: 1.3;
}

.footer-title::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 34px;
  height: 2px;

  background: #c89b2c;

  border-radius: 2px;
}

/*=========================================================
                    FOOTER LINKS
=========================================================*/

.footer-links {
  display: flex;

  flex-direction: column;

  gap: 0;

  margin: 0;
  padding: 0;

  list-style: none;
}

.footer-links li {
  margin: 0;
  padding: 0;
}

.footer-links a {
  display: inline-flex;

  align-items: center;

  color: #bcbcbc;

  font-family: "Inter", sans-serif;

  font-size: 13px;

  font-weight: 500;

  line-height: 1.55;

  text-decoration: none;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-links a::before {
  content: "\f105";

  margin-right: 8px;

  color: #c89b2c;

  font-family: "Font Awesome 6 Free";

  font-size: 10px;

  font-weight: 900;

  opacity: 0;

  transform: translateX(-5px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.footer-links a:hover {
  color: #ffffff;

  transform: translateX(3px);
}

.footer-links a:hover::before {
  opacity: 1;

  transform: translateX(0);
}

.footer-new-badge {
  display: inline-flex;

  align-items: center;

  margin-left: 8px;

  padding: 2px 6px;

  background: #c89b2c;

  color: #ffffff;

  border-radius: 999px;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 0.4px;

  line-height: 1.2;
}

/*=========================================================
                    CONTACT COLUMN
=========================================================*/

.footer-contact {
  min-width: 0;
}

.footer-contact-block {
  margin-bottom: 16px;
}

.footer-contact-label {
  display: block;

  margin-bottom: 6px;

  color: #ffffff;

  font-family: "Poppins", sans-serif;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 0.7px;

  text-transform: uppercase;
}

.footer-contact-item {
  display: flex;

  align-items: flex-start;

  gap: 11px;

  margin-bottom: 12px;

  color: #bcbcbc;

  font-family: "Inter", sans-serif;

  font-size: 13px;

  line-height: 1.65;

  text-decoration: none;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-contact-item i {
  flex: 0 0 17px;

  margin-top: 4px;

  color: #c89b2c;

  font-size: 13px;

  text-align: center;
}

.footer-contact-item:hover {
  color: #ffffff;

  transform: translateX(2px);
}

/*=========================================================
                    FOOTER LOWER BAR
=========================================================*/

.footer-lower {
  position: relative;
  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 24px;

  min-height: 70px;

  padding: 20px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-copyright {
  margin: 0;

  color: #8d8d8d;

  font-family: "Inter", sans-serif;

  font-size: 12px;

  line-height: 1.5;
}

.footer-legal-links {
  display: flex;

  align-items: center;

  justify-content: flex-end;

  flex-wrap: wrap;

  gap: 8px 22px;
}

.footer-legal-links a {
  position: relative;

  color: #a7a7a7;

  font-family: "Inter", sans-serif;

  font-size: 12px;

  font-weight: 500;

  text-decoration: none;

  transition: color 0.25s ease;
}

.footer-legal-links a:hover {
  color: #c89b2c;
}

/*=========================================================
                    LARGE TABLET
=========================================================*/

@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns:
      1.2fr
      1fr
      1fr;

    gap: 42px;
  }

  .footer-contact {
    grid-column: 1 / -1;

    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 40px;
  }

  .footer-contact .footer-title {
    grid-column: 1 / -1;
  }

  .footer-contact-block {
    margin-bottom: 12px;
  }
}

/*=========================================================
                    TABLET
=========================================================*/

@media (max-width: 800px) {
  .site-footer {
    padding-top: 62px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;

    gap: 42px 35px;
  }

  .footer-brand {
    max-width: 100%;
  }

  .footer-contact {
    grid-column: auto;

    display: block;
  }

  .footer-contact .footer-title {
    grid-column: auto;
  }
}

/*=========================================================
                    MOBILE
=========================================================*/

@media (max-width: 600px) {
  .site-footer {
    padding-top: 52px;
  }

  .footer-main {
    grid-template-columns: 1fr;

    gap: 34px;

    padding-bottom: 42px;
  }

  .footer-brand {
    max-width: 100%;
  }

  .footer-logo {
    height: 78px;

    max-width: 190px;
  }

  .footer-description {
    max-width: 100%;

    font-size: 13px;

    line-height: 1.75;
  }

  .footer-title {
    margin-bottom: 18px;
  }

  .footer-links {
    gap: 10px;
  }

  .footer-links a {
    font-size: 13px;
  }

  .footer-contact-item {
    font-size: 13px;
  }

  .footer-lower {
    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    gap: 14px;

    padding: 18px 0;
  }

  .footer-legal-links {
    justify-content: center;

    gap: 8px 16px;
  }
}

/*=========================================================
                    SMALL MOBILE
=========================================================*/

@media (max-width: 400px) {
  .footer-states {
    flex-direction: column;

    align-items: flex-start;
  }

  .footer-states span {
    width: fit-content;
  }
}
