/* Footer Base Styles 
footer {
  font-family: "Gruppo", sans-serif;
  font-weight: 600;
}

.site-footer {
  background-color: #000;
  color: #fff;
  padding: 60px 140px;
}

.site-footer-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}*/

/* Brand Section 
.site-footer-identity {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.site-footer-identity img {
  max-height: 30px;
  width: 150px;
  justify-content: left;
  margin-bottom: 10px;
}

.site-footer-identity p {
  font-size: 12px;
  opacity: 0.8;
  font-family: "Gruppo", sans-serif;
  font-weight: 600;
}

.site-footer-identity p a {
  font-size: 13px;
  opacity: 1;
  font-family: "Gruppo", sans-serif;
  font-weight: 600;
  transition: 0.9s;
}

.site-footer-identity p a:hover {
  color: rgb(254, 41, 254);
}

.site-credits {
  font-size: 10px;
  opacity: 0.7;
}

.site-credits a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

.site-credits a:hover {
  opacity: 0.9;
}*/

/* Navigation Section 
.site-footer-menu {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.site-footer-menu .menu-column a {
  font-size: 12px;
}

.menu-column {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.menu-column a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
}

.menu-column a:hover {
  opacity: 0.7;
}

#about-section-link {
  cursor: pointer;
}*/

/* Contact Section 
.site-footer-contact {
  text-align: right;
}

.site-footer-contact p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.social-media-links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.social-media-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.social-media-links a:hover {
  opacity: 0.7;
}

.contact-details {
  margin-top: 10px;
  text-align: right;
  font-family: "Gruppo", sans-serif;
  font-weight: 600;
}

.contact-details p {
  font-size: 8px;
  line-height: 1.5;
  margin: 2px 0;
  opacity: 0.8;
}

#contact-phone {
  cursor: pointer;
}*/
/* Tablet - 768px 
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 40px 60px;
  }

  .site-footer-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .site-footer-identity {
    align-items: center;
    text-align: center;
  }

  .site-footer-menu {
    justify-content: space-around;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-footer-contact {
    text-align: center;
  }

  .social-media-links {
    justify-content: center;
  }

  .contact-details {
    text-align: center;
  }

  .contact-details p {
    font-size: 10px;
  }
}*/

/* Medium Mobile - 564px 
@media screen and (max-width: 564px) {
  .site-footer {
    padding: 30px 20px;
  }

  .site-footer-menu {
    gap: 30px;
  }

  .menu-column {
    gap: 25px;
  }

  .menu-column a {
    font-size: 11px;
  }

  .site-footer-identity img {
    width: 120px;
  }

  .site-footer-identity p {
    font-size: 11px;
  }

  .social-media-links {
    gap: 15px;
  }

  .social-media-links img {
    width: 20px;
    height: 20px;
  }
}*/

/* Small Mobile - 480px 
@media screen and (max-width: 480px) {
  .site-footer {
    padding: 25px 15px;
  }

  .site-footer-wrapper {
    gap: 30px;
  }

  

  .menu-column {
    gap: 20px;
    list-style:circle;
  }

  .menu-column a {
    font-size: 10px;
  }

  .site-footer-identity img {
    width: 100px;
  }

  .site-footer-identity p {
    font-size: 10px;
  }

  .site-credits {
    font-size: 9px;
  }

  .contact-details p {
    font-size: 9px;
    line-height: 1.3;
  }

  .social-media-links img {
    width: 18px;
    height: 18px;
  }
}*/
/*OLD FOOTER*/
.footer-section {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-logo h2 {
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 2px;
}

.footer-logo img {
  height: 100px;
  padding-bottom: 20px;
}
.footer-logo a {
  text-decoration: none;
  color: inherit;
}

.footer-logo p {
  margin: 5px 0;
  font-size: 0.9em;
}

.footer-links {
  display: flex;
  gap: 50px;
}

.link-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-column a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  text-transform: uppercase;
}

.link-column a:hover {
  color: #ddd;
}

.footer-social p {
  font-size: 0.9em;
  margin-bottom: 10px;
}

/* Social Icons */
.social {
  display: flex;
  gap: 30px;
  margin-top: 10px;
  justify-content: center;
}

.social a {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.social a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.social img {
  width: 20px;
  height: 20px;
}

#whatsapp{
    width: 20px;
  height: 20px;
}

.footer-address {
  font-size: 0.8em;
  color: #888;
}
/* Media Query for tablets (768px) */
@media screen and (max-width: 768px) {
  .footer-section {
    padding: 30px 15px;
  }

  .footer-container {
    padding: 0 15px;
  }

  .footer-logo {
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
  }

  .footer-logo img {
    height: 100px;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    width: 100%;
  }

  .link-column {
    width: 100%;
    align-items: center;
    gap: 15px;
  }

  .link-column a {
    padding: 8px 0;
    position: relative;
    width: auto;
    text-align: center;
  }
  
  /* Social Icons */
.social {
  display: flex;
  gap: 30px;
  margin-top: 10px;
  justify-content: center;
}

.social a {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.social a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.social img {
  width: 20px;
  height: 20px;
}

  .footer-address {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #333;
    width: 100%;
    text-align: center;
  }
}

/* Media Query for medium screens (564px) */
@media screen and (max-width: 564px) {
  .footer-section {
    padding: 30px 15px;
  }

  .footer-logo {
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
  }

  .footer-logo img {
    height: 100px;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
  }

  .link-column {
    width: 100%;
    align-items: center;
    gap: 15px;
  }

  .link-column a {
    padding: 8px 0;
    position: relative;
    width: auto;
    text-align: center;
  }

  .footer-address {
    width: 100%;
    text-align: center;
  }
}

/* Media Query for mobile devices (480px) */
@media screen and (max-width: 480px) {
  .footer-logo img {
    height: 100px;
  }

  .footer-links {
    gap: 12px;
  }

  .link-column {
    gap: 12px;
  }

  .link-column a {
    font-size: 0.9em;
    padding: 6px 0;
    transition: color 0.3s ease;
  }

  .link-column a:hover {
    color: #ddd;
  }

  .footer-address {
    font-size: 0.85em;
  }

  .footer-address p {
    margin: 8px 0;
  }
}
