.elementor-1319 .elementor-element.elementor-element-417356c > .elementor-widget-container{margin:-22px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-417356c */.rx-footer {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #17384c;
  color: #eaf4f6;
  padding: 72px 0 0;
  overflow: hidden;
}

.rx-footer__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.rx-footer__top {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.4fr);
  gap: 64px;
  align-items: start;
}

.rx-footer__brand {
  max-width: 420px;
}

.rx-footer__text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(234, 244, 246, 0.82);
  margin: 0 0 22px;
}

.rx-footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.rx-footer__socials a {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #d6eef1;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.rx-footer__socials a:hover {
  background: rgba(214, 238, 241, 0.12);
  border-color: rgba(214, 238, 241, 0.24);
  transform: translateY(-1px);
}

.rx-footer__socials svg {
  width: 18px;
  height: 18px;
  display: block;
}

.rx-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.rx-footer__column h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
}

.rx-footer__column a {
  display: block;
  text-decoration: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(234, 244, 246, 0.78);
  margin-bottom: 10px;
  transition: color 0.2s ease;
  overflow-wrap: anywhere;
}

.rx-footer__column a:hover {
  color: #d6eef1;
}

.rx-footer__bottom {
  margin-top: 42px;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  text-align: center;
}

.rx-footer__bottom p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(234, 244, 246, 0.66);
  margin: 0;
}

/* Tablet */
@media (max-width: 1180px) {
  .rx-footer {
    padding: 62px 0 0;
  }

  .rx-footer__inner {
    padding: 0 20px;
  }

  .rx-footer__top {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .rx-footer__brand {
    max-width: 620px;
  }

  .rx-footer__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 22px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .rx-footer {
    padding: 52px 0 0;
  }

  .rx-footer__inner {
    padding: 0 16px;
  }

  .rx-footer__top {
    gap: 30px;
  }

  .rx-footer__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .rx-footer__links {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rx-footer__column h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .rx-footer__column a {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .rx-footer__bottom {
    margin-top: 30px;
    padding: 16px 0 20px;
  }

  .rx-footer__bottom p {
    font-size: 12px;
  }
}/* End custom CSS */