.site-footer {
  background: url('/wp-content/uploads/2025/12/Footer.jpg');
  color: #ffffff;
  padding: 60px 20px 20px;
  font-family: inherit;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
}

.footer-logo img {
  max-width: 160px;
  margin-bottom: 20px;
}

.newsletter-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.newsletter-form {
  display: flex;
  max-width: 320px;
  background: #0b2542;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
}

.newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
}

.newsletter-form input::placeholder {
  color: rgba(255,255,255,0.7);
}

.newsletter-form button {
  width: 50px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #A6A5A4;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a,
.footer-contact a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.footer-menu a:hover,
.footer-contact a:hover {
  text-decoration: underline;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.footer-socials a {
  width: 32px;
  height: 32px;
  /*border: 1px solid rgba(255,255,255,0.5);*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
}
.footer-newsletter-form .wpcf7 {
  max-width: 320px;
}

.footer-newsletter-form form {
  margin: 0;
}

.footer-newsletter-form .newsletter-form {
  display: flex;
  background: #0b2542;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  position:relative;
}

.footer-newsletter-form input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
}

.footer-newsletter-form input::placeholder {
  color: rgba(255,255,255,0.7);
}

.footer-newsletter-form button {
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    z-index: 14;
    right: 5px;
    top: 5px;
}

.footer-newsletter-form .wpcf7-spinner {
  display: none;
}

/* Center on mobile */
@media (max-width: 600px) {
  .footer-newsletter-form {
    display: flex;
    justify-content: center;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .newsletter-form {
    margin: auto;
  }

  .footer-socials {
    justify-content: center;
  }
}
