.elementor-14032 .elementor-element.elementor-element-6359bfa:not(.elementor-motion-effects-element-type-background), .elementor-14032 .elementor-element.elementor-element-6359bfa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-14032 .elementor-element.elementor-element-6359bfa > .elementor-container{min-height:43px;}.elementor-14032 .elementor-element.elementor-element-6359bfa{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-11px;margin-bottom:0px;}.elementor-14032 .elementor-element.elementor-element-6359bfa > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-b3d122d *//* FULL WIDTH (ELEMENTOR FIX) */
.footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #e6e6e6;
  padding: 40px 20px 60px;
  box-sizing: border-box;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

/* CENTER CONTENT */
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* TOP ROW */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

/* SOCIAL ICONS */
.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.socials a img {
  width: 18px;
  height: 18px;
  filter: invert(1);
}

.socials a:hover {
  transform: scale(1.1);
}

/* COMPANY TEXT */
.company {
  font-size: 20px;
  font-weight: 700;
  color: #3a4a5a;
}

/* REGION BUTTON */
.region-btn {
  background: #e6e6e6;
  color: #e6e6e6;
  border: none;
  padding: 12px 28px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.region-btn:hover {
  opacity: 0.85;
}

/* NEWSLETTER */
.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #3a4a5a;
  margin-bottom: 20px;
}

.mail-icon {
  font-size: 16px;
}

/* SUBSCRIBE BUTTON */
.subscribe-wrap {
  margin-bottom: 25px;
}

.subscribe-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.subscribe-btn:hover {
  opacity: 0.85;
}

/* LINKS */
.links {
  margin-bottom: 20px;
}

.links a {
  color: #000;
  text-decoration: none;
  margin: 0 12px;
  font-size: 14px;
  position: relative;
}

.links a:not(:last-child)::after {
  content: "|";
  margin-left: 12px;
}

/* LEGAL TEXT */
.legal p {
  font-size: 12px;
  color: #333;
  margin: 6px 0;
}

/* BACK TO TOP */
.back-to-top {
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: #000;
  color: #fff;
  border: none;
  padding: 14px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 20px;
  }

  .region-btn {
    width: 100%;
    max-width: 250px;
  }

  .links a {
    display: block;
    margin: 5px 0;
  }

  .links a::after {
    display: none;
  }
}

/* PREVENT SCROLL */
body {
  overflow-x: hidden;
}/* End custom CSS */