.elementor-3934 .elementor-element.elementor-element-a2385cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3934 .elementor-element.elementor-element-a2385cb:not(.elementor-motion-effects-element-type-background), .elementor-3934 .elementor-element.elementor-element-a2385cb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#061B3A;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3af1870 */.elementor-3934 .elementor-element.elementor-element-3af1870 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.elementor-3934 .elementor-element.elementor-element-3af1870 .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.to-footer {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    radial-gradient(circle at 78% 20%, rgba(18, 102, 227, 0.22) 0%, rgba(18, 102, 227, 0) 34%),
    linear-gradient(135deg, #061b3a 0%, #031226 100%);
  color: #ffffff;
  overflow: hidden;
}

.to-footer::before {
  content: "";
  position: absolute;
  right: -80px;
  top: 20px;
  width: 520px;
  height: 260px;
  opacity: 0.12;
  background:
    radial-gradient(circle, rgba(255,255,255,0.55) 1.5px, transparent 2px);
  background-size: 22px 22px;
  pointer-events: none;
}

.to-footer__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 20px 54px;
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr 1fr;
  gap: 54px;
}

.to-footer__brand {
  max-width: 420px;
}

.to-footer__logo {
  margin-bottom: 22px;
}

.to-footer__logo img {
  display: block;
  max-width: 260px;
  height: auto;
  filter: brightness(0) invert(1);
}

.to-footer__brand p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.to-footer__col h3 {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.to-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.to-footer__col li {
  margin: 0 0 12px;
  padding: 0;
}

.to-footer__col a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.to-footer__col a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.to-footer__contact {
  display: block;
  margin-bottom: 12px;
}

.to-footer__address {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.to-footer__bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.to-footer__bottom-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.58);
}

.to-footer__bottom-inner a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  transition: color 0.2s ease;
}

.to-footer__bottom-inner a:hover {
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1199px) {
  .to-footer__inner {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 38px;
    padding: 62px 20px 46px;
  }

  .to-footer__brand {
    grid-column: 1 / -1;
    max-width: 720px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .to-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 16px 38px;
  }

  .to-footer__logo img {
    max-width: 220px;
  }

  .to-footer__col h3 {
    margin-bottom: 14px;
  }

  .to-footer__bottom-inner {
    padding: 18px 16px;
    flex-direction: column;
    gap: 8px;
  }
}/* End custom CSS */