.acf-block-sifi-footer {
  background-color: #1a1b23;
  margin-top: 0;
}

.sifi-footer-container {
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size);
  color: white;
  padding: 60px 0;
  border-radius: 10px;
}

.sifi-footer-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  padding: 0 20px;
}

/* Logo et Contact Section */
.sifi-footer-logo-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sifi-footer-logo img {
  max-height: 80px;
  width: auto;
}

.sifi-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sifi-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sifi-footer-contact-item {
  font-size: 16px;
  font-weight: 400;
  color: white;
  display: flex;
  align-items: center;
}

.sifi-footer-contact-item span {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sifi-footer-contact-item a {
  color: white;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sifi-footer-contact-item a:hover {
  opacity: 1;
}

.sifi-footer-contact-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.sifi-footer-contact-item a svg {
  width: 23px;
  height: 23px;
  fill: white;
  transition: all 0.3s ease;
}

.sifi-footer-contact-item a:hover svg {
  opacity: 0.8;
  transform: scale(1.05);
}

/* Social Links Section */
.sifi-footer-social {
  margin-top: 24px;
}

.sifi-social-links {
  display: flex;
  gap: 16px;
}

.sifi-social-links a {
  color: white;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.sifi-social-links a svg {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  fill: currentColor;
}

.sifi-social-links a:hover {
  opacity: 1;
}

.sifi-social-links svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Navigation Links Section */
.sifi-footer-navigation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-top: 85px;
}

.sifi-footer-menu-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sifi-footer-menu-title {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sifi-footer-menu-title:hover {
  opacity: 1;
}

.sifi-footer-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sifi-footer-menu-column ul li {
  margin-bottom: 15px;
}

.sifi-footer-menu-column ul a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.sifi-footer-menu-column ul a:hover {
  opacity: 1;
}

/* Bottom Section */
.sifi-footer-bottom {
  margin-top: 40px;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sifi-footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sifi-footer-links {
  display: flex;
  gap: 24px;
}

.sifi-footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.sifi-footer-links a:hover {
  opacity: 1;
}

.sifi-language-switch {
  color: white;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.sifi-language-switch:hover {
  opacity: 1;
}

/* Footer Credit */
.sifi-footer-credit {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.sifi-footer-credit:hover {
  color: white;
}

.sifi-footer-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1700px) {
  .sifi-footer-container {
    border-radius: 0;
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .sifi-footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sifi-footer-logo-contact {
    max-width: 300px;
  }
  .sifi-footer-navigation {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .sifi-footer-navigation {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .sifi-footer-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .sifi-footer-links {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .sifi-footer-bottom-right {
    justify-content: center;
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .sifi-footer-navigation {
    grid-template-columns: 1fr;
  }

  .sifi-footer-menu-column {
    width: fit-content;
    align-items: start;
  }

  .sifi-footer-contact a {
    justify-content: center;
  }

  .sifi-social-links {
    justify-content: center;
  }
}

@media (max-width: 781.5px) {
  .reverse-coulmn {
    flex-direction: column-reverse !important;
  }
}
