.elementor-2093 .elementor-element.elementor-element-b526f04{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-2093 .elementor-element.elementor-element-b526f04{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-9ac0da4 */.rtm-footer {
  --rtm-footer-bg: #061322;
  --rtm-footer-bg-soft: #071a2d;
  --rtm-footer-gold: #d8b868;
  --rtm-footer-gold-soft: #f1dc9b;
  --rtm-footer-text: #fffaf0;
  --rtm-footer-muted: #d6deea;
  --rtm-footer-muted-soft: rgba(214, 222, 234, 0.72);
  --rtm-footer-line: rgba(216, 184, 104, 0.24);
  --rtm-footer-panel: rgba(255, 255, 255, 0.045);

  width: 100%;
  direction: rtl;
  color: var(--rtm-footer-text);
  background:
    linear-gradient(180deg, rgba(7, 26, 45, 0.98), rgba(6, 19, 34, 1));
  border-top: 1px solid var(--rtm-footer-line);
  font-family: "Noto Sans Hebrew", "Assistant", "Heebo", Arial, sans-serif;
  overflow-x: clip;
}

.rtm-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent 8%, var(--rtm-footer-gold) 50%, transparent 92%);
  opacity: 0.78;
}

.rtm-footer__inner {
  width: min(100% - 32px, 1160px);
  margin-inline: auto;
  padding: 25px 0 15px;
}

.rtm-footer__main {
  display: grid;
  grid-template-columns: minmax(270px, 1.08fr) minmax(320px, 1.35fr) minmax(210px, auto);
  align-items: center;
  gap: 18px;
}

.rtm-footer__brand {
  display: grid;
  gap: 4px;
}

.rtm-footer__title {
  margin: 0;
  color: var(--rtm-footer-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.rtm-footer__slogan {
  margin: 0;
  color: var(--rtm-footer-gold-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.rtm-footer__note {
  margin: 0;
  max-width: 420px;
  color: var(--rtm-footer-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

.rtm-footer__nav-list,
.rtm-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rtm-footer__nav-list {
  justify-content: center;
  gap: 5px 14px;
}

.rtm-footer__nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  color: var(--rtm-footer-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.rtm-footer__nav-link:hover,
.rtm-footer__nav-link:focus-visible {
  color: var(--rtm-footer-text);
}

.rtm-footer__nav-item:last-child .rtm-footer__nav-link {
  min-height: 34px;
  padding: 4px 12px;
  color: var(--rtm-footer-gold-soft);
  background: rgba(216, 184, 104, 0.075);
  border: 1px solid rgba(216, 184, 104, 0.22);
  border-radius: 999px;
}

.rtm-footer__nav-item:last-child .rtm-footer__nav-link:hover,
.rtm-footer__nav-item:last-child .rtm-footer__nav-link:focus-visible {
  color: var(--rtm-footer-text);
  background: rgba(216, 184, 104, 0.12);
  border-color: rgba(241, 220, 155, 0.42);
}

.rtm-footer__social {
  justify-self: end;
}

.rtm-footer__social-list {
  justify-content: flex-end;
  gap: 8px;
}

.rtm-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--rtm-footer-gold-soft);
  background: var(--rtm-footer-panel);
  border: 1px solid rgba(216, 184, 104, 0.22);
  border-radius: 8px;
  text-decoration: none;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.rtm-footer__social-link:hover,
.rtm-footer__social-link:focus-visible {
  color: var(--rtm-footer-text);
  background: rgba(216, 184, 104, 0.1);
  border-color: rgba(241, 220, 155, 0.52);
  transform: translateY(-1px);
}

.rtm-footer__nav-link:focus-visible,
.rtm-footer__social-link:focus-visible {
  outline: 2px solid var(--rtm-footer-gold);
  outline-offset: 4px;
}

.rtm-footer__icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rtm-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 18px;
  margin-top: 16px;
  padding-top: 11px;
  border-top: 1px solid rgba(216, 184, 104, 0.16);
}

.rtm-footer__copyright,
.rtm-footer__closing {
  margin: 0;
  color: var(--rtm-footer-muted-soft);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.rtm-footer__closing {
  color: rgba(241, 220, 155, 0.82);
}

@media (max-width: 980px) {
  .rtm-footer__main {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .rtm-footer__brand,
  .rtm-footer__social {
    justify-self: center;
    text-align: center;
  }

  .rtm-footer__note {
    margin-inline: auto;
  }

  .rtm-footer__social-list {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .rtm-footer__inner {
    width: min(100% - 24px, 1160px);
    padding: 22px 0 15px;
  }

  .rtm-footer__main {
    gap: 14px;
  }

  .rtm-footer__title {
    font-size: 18px;
  }

  .rtm-footer__note {
    font-size: 12.5px;
  }

  .rtm-footer__nav-list {
    gap: 4px 12px;
  }

  .rtm-footer__nav-link {
    min-height: 40px;
    font-size: 13.5px;
  }

  .rtm-footer__nav-item:last-child .rtm-footer__nav-link {
    min-height: 40px;
    padding: 4px 13px;
  }

  .rtm-footer__social-link {
    width: 42px;
    height: 42px;
  }

  .rtm-footer__bottom {
    justify-content: center;
    text-align: center;
    margin-top: 14px;
  }
}/* End custom CSS */