.footer-address {
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  font-size: 12px;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.footer-logo {
  max-width: 729px;
  max-height: 68px;
  width: auto;
  object-fit: contain;
}

.footer-content {
  width: auto;
  padding: 32px 0px;
  margin: 0 auto;
  text-align: center;
  background-color: #000;
}

.social-icons-container {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

.social-icons {
  display: grid;
  place-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.social-icon-line {
  width: 80%;
  height: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.social-icons-row {
  grid-area: 1 / 1;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  width: 100%;
  max-width: 92vw;
}

.social-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.social-icon-wrapper:hover {
  transform: translateY(-2px) scale(1.03);
}

.social-icon-hexagon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon {
  width: 88px;
  height: auto;
  display: block;
}

.footer-company-info,
.footer-copyright {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 20px;
}

.footer-rating {
  height: 80px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.rating-badge {
  height: 80px;
  width: auto;
  color: #000;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 2048px) and (max-height: 1152px) {

  .footer-company-info,
  .footer-copyright {
    font-size: 1.1rem;
  }

  .footer-rating {
    height: 75px;
  }

  .rating-badge {
    height: 75px;
  }
}

@media only screen and (max-width: 1920px) and (max-height: 1200px) {
  .footer-company-info,
  .footer-copyright {
    font-size: 1rem;
  }

  .footer-rating {
    height: 70px;
  }

  .rating-badge {
    height: 70px;
  }
}

@media only screen and (max-width: 1920px) and (max-height: 1080px) {

@media only screen and (max-width: 1366px) and (max-height: 768px) {

  .footer-company-info,
  .footer-copyright {
    font-size: 0.8rem;
  }

  .footer-rating {
    height: 60px;
  }

  .rating-badge {
    height: 60px;
  }
}

@media only screen and (max-width: 900px) and (max-height: 1366px) {
  .footer {
    padding: 30px 15px;
  }

  .footer-logos {
    gap: 20px;
    margin: 5px 0;
  }

  .footer-company-info,
  .footer-copyright {
    font-size: 0.6rem;
    margin-bottom: 10px;
    padding: 0 15px;
  }

  .footer-rating {
    margin-top: 10px;
  }

  .rating-badge {
    height: 50px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-content {
    max-width: 450px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
  }
  .footer-address {
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    font-size: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 30px 15px;
  }

  .footer-logos {
    gap: 20px;
  }

  .footer-logo {
    height: 28px;
  }

  .footer-company-info,
  .footer-copyright {
    font-size: 0.4rem;
    padding: 0 15px;
  }

  .footer-rating {
    height: 60px;
    margin-top: 10px;
  }

  .rating-badge {
    height: 40px;
  }

  .social-icon-line {
    max-width: 96vw;
  }

  .social-icons-row {
    gap: 14px;
  }

  .social-icon {
    width: 54px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-company-info,
  .footer-copyright {
    font-size: 0.5rem;
  }

  .footer-rating {
    height: 45px;
  }

  .rating-badge {
    height: 30px;
    margin: 0px;
  }
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  transition: opacity 0.3s;
}

.footer-link:hover {
  opacity: 0.7;
}
