.fotter_wrapp {
  background-color: black !important;
  margin: 0;
  padding: 0 !important;
  box-sizing: border-box;
  letter-spacing: 0px;
  font-family: "DM Sans", sans-serif !important;

}
.ba-footer-new-footer {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  background-color: black;
  padding: 0 !important;
}

.ba-footer-new-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 1px,
    transparent 1px
  );
  background-size: 30px 30px;
  opacity: 0.3;
  z-index: 0;
}

.ba-footer-new-footer::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 400px;
  width: 400px;
  background: url("../../imgs/footer-new/europe-map.webp");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.ba-footer-new-content {
  position: relative;
  z-index: 1;
  padding: 60px 0 20px;
  font-family: "DM Sans", sans-serif !important;
}

.ba-footer-new-content .container .footer-top-row .col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ba-footer-new-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.ba-footer-new-logo .ba-footer-logo-div {
  display: block;
  width: 60%;
  margin-right: auto;
}

.ba-footer-new-logo .ba-footer-logo-div img {
  width: 100%;
}

.ba-footer-new-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ba-footer-new-links li {
  margin-bottom: 20px;
  font-size: 16px;
    line-height: 22px;
}

.ba-footer-new-links a {
  color: #aaa !important;
  text-decoration: none;
  transition: all 0.3s ease;
  /* display: flex; */
  align-items: center;
}

.ba-footer-new-links a:hover {
  color: #fff !important;
  transform: translateY(-5px);
  text-decoration: none;
}
.ba-footer-new-links a:hover i {
  color: #aaa;
}

.ba-footer-new-links a i {
  margin-right: 8px;
  width: 15px;
  color: #aaa;
}

.ba-footer-new-social {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
}

.ba-footer-new-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #aaa !important;
  text-decoration: none;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.ba-footer-new-social a i {
  font-size: 18px;
}

.ba-footer-new-social a:hover {
  background: #fff;
  transform: translateY(-3px);
  color: #fff; /* fallback */
}

/* Facebook */
.ba-footer-new-social a:hover .fa-facebook-f {
  color: #3b5998;
}

/* WhatsApp */
.ba-footer-new-social a:hover .fa-whatsapp {
  color: #25d366;
}

/* LinkedIn */
.ba-footer-new-social a:hover .fa-linkedin-in {
  color: #0077b5;
}

/* Instagram */
.ba-footer-new-social a:hover .fa-instagram {
  color: #e1306c;
}

/* YouTube */
.ba-footer-new-social a:hover .fa-youtube {
  color: #ff0000;
}

.ba-footer-new-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  font-family: "DM Sans", sans-serif !important;
  /* margin-top: 40px; */
}

.ba-footer-new-bottom p {
  color: #aaa;
  line-height: 10px;
  margin-top: 0;
   margin-bottom: 15px;
}

.ba-footer-new-footer .ba-footer-new-section p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 32px;
  font-family: "DM Sans", sans-serif !important;
  margin-top: 0;
}

/* Addresses */
.ba-footer-new-contact-card {
  background: transparent;
  padding: 30px;
  margin-bottom: 1rem;
  border-radius: 0 8px 8px 0;
  height: 140px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-radius: 10px;
  justify-content: center;
  font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.ba-footer-new-contact-card i {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
}
.ba-footer-new-contact-card span {
  color: #fff;
  font-weight: 500;
  display: block;
  text-align: center;
  margin: 5px 0;
}
.ba-footer-new-contact-card p {
  color: #aaa !important;
  text-align: center;
  font-family: "DM Sans", sans-serif !important;
  margin-bottom: 0;
  margin-top: 0;
}

.ba-footer-new-google {
  width: 60%;
  margin-right: auto;
}

.ba-footer-google-image {
  margin-top: 20px;
}
.ba-footer-new-business-number div {
  color: #aaaaaa45;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 992px) {
  .ba-footer-new-content .container .footer-top-row .col-lg-4 {
    display: block;
  }
  .ba-footer-new-social {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  .ba-footer-new-logo .ba-footer-logo-div {
    text-align: center;
    margin: 0 auto;
  }
  .ba-footer-new-logo .ba-footer-logo-div img {
    width: 75%;
  }
  .ba-footer-new-google {
    width: 45%;
    margin: 20px auto;
  }
  .ba-footer-google-image {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .ba-footer-new-content {
    padding: 40px 0 20px;
  }
  .ba-footer-new-business-number div {
    font-size: 12px;
  }
  .ba-footer-new-footer::after {
    height: 300px;
    width: 400px;
    opacity: 0.2;
    left: 50%;
    transform: translateX(-50%);
  }
  .ba-footer-new-contact-card span {
    margin: 10px 0;
  }
}

/* Cookies CSS */
.ba-footer-cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #20282d;
  color: white;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1000;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
}

.ba-footer-cookies-banner.show {
  transform: translateY(0);
}

.ba-footer-cookies-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.ba-footer-cookies-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.ba-footer-cookies-text {
  flex: 1;
  min-width: 300px;
}

.ba-footer-cookies-text p {
  color: #e0e0e0;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  line-height: 1.5;
}

.ba-footer-cookies-link {
  text-decoration: none;
}

.ba-footer-cookies-buttons {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}
.ba-footer-cookies-reject {
  outline: 1px solid gray;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .ba-footer-cookies-content {
    flex-direction: column;
    text-align: center;
  }

  .ba-footer-cookies-text {
    min-width: auto;
  }

  .ba-footer-cookies-buttons {
    width: 100%;
    justify-content: center;
  }

  .ba-footer-cookies-btn {
    flex: 1;
    max-width: 150px;
  }

  .ba-footer-cookies-container {
    padding: 1.5rem;
  }
  .ba-footer-cookies-banner {
    width: 100%;
    border-radius: 0;
  }
}

/* Animation */
@keyframes ba-footer-slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.ba-footer-cookies-banner.animate {
  animation: ba-footer-slide-up 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}