.elementor-1343 .elementor-element.elementor-element-ab41ed6{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1343 .elementor-element.elementor-element-1ec4420{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-1343 .elementor-element.elementor-element-1ec4420{left:0px;}body.rtl .elementor-1343 .elementor-element.elementor-element-1ec4420{right:0px;}@media(min-width:768px){.elementor-1343 .elementor-element.elementor-element-ab41ed6{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1ec4420 */.site-footer {
  position: relative;
  color: #eaf2ff;
  background: linear-gradient(90deg, #052756 0%, #031935 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.72fr 0.9fr 1.05fr 1fr;
  gap: 40px;
  padding: 29px 0 31px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.site-footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 16px;
}

.site-footer p,
.site-footer a {
  color: #eaf2ff;
  font-size: 14px;
  line-height: 1.72;
}

.site-footer p {
  margin: 0 0 13px;
}

.site-footer a {
  display: block;
}

.footer-social {
  justify-content: flex-start;
  margin-top: 13px;
}

.footer-map {
  width: 100%;
  border-radius: 8px;
}

.footer-bottom {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #eaf2ff;
  font-size: 13px;
}

.footer-bottom a {
  display: inline;
  font-size: 13px;
}

.footer-bottom em {
  margin: 0 14px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.45);
}

.back-top {
  position: absolute;
  right: 31px;
  bottom: 19px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  font-size: 19px;
  font-weight: 900;
}

@media (max-width: 1120px) {
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    padding: 16px 0;
  }
}
/* Perfect footer social icons */
.footer-social {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

.footer-social a {
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.footer-social a svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  fill: currentColor !important;
}

.footer-social .social-facebook {
  background: #294a78 !important;
}

.footer-social .social-instagram {
  background: linear-gradient(135deg, #fdc468, #df2a7b 52%, #5538bd) !important;
}

.footer-social .social-youtube {
  background: #ff1717 !important;
}

.footer-social .social-whatsapp {
  background: #20b65a !important;
}

.footer-social a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25) !important;
}

/* Actual clickable Google map */
.footer-map-link {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 145px !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.footer-map-link::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  cursor: pointer !important;
}

.footer-map {
  width: 100% !important;
  height: 145px !important;
  display: block !important;
  border: 0 !important;
  border-radius: 8px !important;
}

.footer-map-link:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28) !important;
}/* End custom CSS */