
/* Footer Styles */
.site-footer {
  background-color: #000000;
  color: #fff;
  padding: 4rem 2rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-content.single-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.footer-logo img {
  width: 150px;
  height: auto;
  margin-bottom: 1rem;
}

.footer-slogan {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
  font-family: 'KungFuFont';
  margin-bottom: 1.5rem;
  text-align: center;
}

.footer-social-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.footer-social-links .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(200, 169, 81, 0.3);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-social-links .social-link img {
  width: 28px;
  height: 28px;
}

.footer-social-links .social-link:hover {
  background-color: #c8a951;
  transform: scale(1.1);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  font-size: 0.8rem;
  opacity: 0.6;
}


.newsletter-subtitle {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.newsletter-form {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
}

.newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}.newsletter-icon {
  width: 24px;               /* small, clean icon size */
  height: 24px;
  vertical-align: middle;
  margin-right: 6px;

}


.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-button {
  background: #c8a951;
  border: none;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.newsletter-button:hover {
  background: #b3983d;
}

.footer-contact {
  font-size: 0.9rem;
}

.footer-contact p {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.7;
}

.footer-contact i {
  width: 16px;
  text-align: center;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.6;
}

.copyright {
  font-size: 0.8rem;
  opacity: 0.5;
}

/* Social Links */
.footer-social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
      text-align: center;
    justify-content: center;
}
.footer-social-links .social-link img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}


.footer-social-links .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(200, 169, 81, 0.3); /* faint gold tint */
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-social-links .social-link svg {
  width: 20px;
  height: 20px;
  stroke: #c8a951;
  transition: stroke 0.3s ease;
}

.footer-social-links .social-link:hover {
  background-color: #c8a951;
  transform: scale(1.1);
}



/* Responsive Styles */
@media (max-width: 1024px) {
  .footer-content {
    flex-wrap: wrap;
  }

  .footer-left, .footer-right {
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-middle {
    order: 3;
    flex: 1 0 100%;
  }

  .footer-links {
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .newsletter-form {
    max-width: 400px;
    margin: 0 auto 2rem;
  }

  .footer-contact {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer-links {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 2rem;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  }

  .link-column {
       text-align: left;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }



}

  .whatsapp-button .whatsapp-icon {
  width: 52px;
  height: 52px;
}
