/*** Footer ***/
.site-footer {
  color: white;
  background-repeat: no-repeat;
  background-image: url('https://en-test.qrtranslator.net/wp-content/uploads/2025/08/footer_bg.png');
  background-size: contain;
  background-position: top 50px;
  background-color: #1a3c71;
  border-radius: 40px 40px 0 0;
}

.footer-widgets {
  background: unset;
}

.inside-footer-widgets {
  justify-content: space-evenly;
}

.inside-footer-widgets > div {
  flex: unset;
}

@media (max-width: 768px) {
  .site-footer {
      background-image: url('https://en-test.qrtranslator.net/wp-content/uploads/2025/08/footer_bg-mobile.png');
      background-repeat: no-repeat;
      background-position: bottom;
      border-radius: 40px 40px 0 0;
  }
}

.site-footer h2 {
  font-size: 52px;
}

.site-footer h2.widget-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2%;
  margin-bottom: 8px;
}

.site-footer p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.site-footer .widget ul li {
  width: max-content;
}

/* Footer Sitemap Links */
.site-footer a {
  color: white;
  text-decoration: none;
  font-family: montserrat;
  font-weight: 600;
  font-size: 12px;
}

.site-footer a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-image: linear-gradient(to right, currentColor, currentColor);
  background-position: left bottom;
  background-repeat: no-repeat;
  line-height: unset;
  transition: width 0.4s ease;
}

.site-footer a:hover::after {
  width: 100%;
}

.site-footer a:hover {
  color: #FF8A54;
}

.cta-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-cta-btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.site-info {
  background: none;
  font-size: 12px;
  color: #FFFFFF99;
  font-family: inter;
}
