.elementor-2173 .elementor-element.elementor-element-d5749d0 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b600076 */.rd-services-slider {
  position: relative;
  width: 100%;
  min-height: 100svh;
  padding: 110px 20px 80px;
  overflow: hidden;
  direction: rtl;
  font-family: "Heebo", Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 18%, rgba(77,129,179,.16), transparent 34%),
    radial-gradient(circle at 82% 76%, rgba(255,255,255,.05), transparent 32%),
    linear-gradient(180deg, #000 0%, #080808 48%, #000 100%);
}

.rd-services-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 74%);
}

.rd-services-head {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.rd-services-head span {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(255,255,255,.68);
  font-size: 19px;
  font-weight: 800;
}

.rd-services-head h1 {
  margin: 0;
  color: transparent;
  background: linear-gradient(180deg, #fff 0%, #9fb4c7 52%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 950;
  line-height: .9;
}

.rd-services-head p {
  width: min(620px, 100%);
  margin: 20px auto 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 500;
  line-height: 1.6;
}

.rd-services-shell {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 12px;
}

.rd-services-stage {
  position: relative;
  height: 560px;
}

.rd-service-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(560px, 100%);
  min-height: 455px;
  display: flex;
  flex-direction: column;
  padding: 28px 26px 26px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.72);
  transition:
    opacity .46s ease,
    transform .46s cubic-bezier(.2,.8,.2,1),
    filter .46s ease;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 30px 90px rgba(0,0,0,.6);
}

.rd-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--rd-service-image);
  background-size: cover;
  background-position: center;
  filter: grayscale(1) brightness(.42);
  transform: scale(1.04);
}

.rd-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(77,129,179,.28), transparent 34%),
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.64) 48%, rgba(0,0,0,.76) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.76) 100%);
}

.rd-service-card > * {
  position: relative;
  z-index: 2;
}

.rd-service-card.is-active {
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.rd-service-card.is-prev {
  opacity: .25;
  z-index: 3;
  pointer-events: auto;
  transform: translate(28%, -50%) scale(.78);
  filter: grayscale(1) brightness(.55);
}

.rd-service-card.is-next {
  opacity: .25;
  z-index: 3;
  pointer-events: auto;
  transform: translate(-128%, -50%) scale(.78);
  filter: grayscale(1) brightness(.55);
}

.rd-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.rd-service-tag {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  color: rgba(255,255,255,.8);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
}

.rd-service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  font-size: 19px;
  font-weight: 950;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.34), transparent 34%),
    linear-gradient(180deg, #6aa0d2 0%, #4d81b3 58%, #315d87 100%);
  box-shadow: 0 12px 30px rgba(77,129,179,.28);
}

.rd-service-card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 950;
  line-height: 1.08;
  text-shadow: 0 10px 30px rgba(0,0,0,.85);
}

.rd-service-card p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.84);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.rd-service-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.rd-service-card li {
  position: relative;
  padding-right: 22px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.42;
}

.rd-service-card li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  color: #8fbce6;
  font-weight: 950;
}

.rd-service-card a {
  width: 180px;
  min-height: 50px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #4d81b3;
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none !important;
  -webkit-mask-image: url("https://jana-pikovski.co.il/wp-content/uploads/jons-brush-button.svg");
  mask-image: url("https://jana-pikovski.co.il/wp-content/uploads/jons-brush-button.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.rd-services-arrow {
  position: relative;
  z-index: 20;
  width: 58px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.86);
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: transform .22s ease, color .22s ease;
}

.rd-services-arrow:hover {
  transform: scale(1.08);
  color: #fff;
}

.rd-services-dots {
  position: relative;
  z-index: 4;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.rd-services-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.rd-services-dot.is-active {
  width: 34px;
  background: #4d81b3;
}

@media (max-width: 767px) {
  .rd-services-slider {
    padding: 92px 12px 62px;
  }

  .rd-services-head {
    margin-bottom: 28px;
  }

  .rd-services-shell {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 4px;
  }

  .rd-services-stage {
    height: 600px;
  }

  .rd-service-card {
    width: 100%;
    min-height: 540px;
    padding: 22px 18px 24px;
    border-radius: 15px;
  }

  .rd-service-card.is-prev,
  .rd-service-card.is-next {
    opacity: 0;
    pointer-events: none;
  }

  .rd-service-card h2 {
    font-size: 25px;
  }

  .rd-service-card p,
  .rd-service-card li {
    font-size: 14px;
  }

  .rd-service-card a {
    width: 160px;
    min-height: 46px;
    font-size: 18px;
  }

  .rd-services-arrow {
    width: 38px;
    height: 62px;
    font-size: 58px;
  }
}/* End custom CSS */