.elementor-2113 .elementor-element.elementor-element-20755607{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2113 .elementor-element.elementor-element-5fffe07 > .elementor-widget-container{margin:0vw 1vw 0vw 0vw;padding:0vw 0vw 0vw 0vw;}.elementor-2113 .elementor-element.elementor-element-5fffe07.elementor-element{--align-self:flex-start;}.elementor-2113 .elementor-element.elementor-element-657a1f17 > .elementor-widget-container{margin:-4vw 0vw 0vw 1vw;padding:0vw 0vw 0vw 0vw;}.elementor-2113 .elementor-element.elementor-element-657a1f17.elementor-element{--align-self:flex-end;}.elementor-2113 .elementor-element.elementor-element-efeaca9 > .elementor-widget-container{margin:0vw 1vw 0vw 0vw;padding:0vw 0vw 0vw 0vw;}.elementor-2113 .elementor-element.elementor-element-efeaca9.elementor-element{--align-self:flex-start;}.elementor-2113 .elementor-element.elementor-element-3e3a1f0b > .elementor-widget-container{margin:-4vw 0vw 0vw 1vw;padding:0vw 0vw 0vw 0vw;}.elementor-2113 .elementor-element.elementor-element-3e3a1f0b.elementor-element{--align-self:flex-end;}.elementor-2113 .elementor-element.elementor-element-652b1e44 > .elementor-widget-container{margin:0vw 1vw 0vw 0vw;padding:0vw 0vw 0vw 0vw;}.elementor-2113 .elementor-element.elementor-element-652b1e44.elementor-element{--align-self:flex-start;}.elementor-2113 .elementor-element.elementor-element-399f7278 > .elementor-widget-container{margin:-4vw 0vw 0vw 1vw;padding:0vw 0vw 0vw 0vw;}.elementor-2113 .elementor-element.elementor-element-399f7278.elementor-element{--align-self:flex-end;}@media(max-width:1024px){.elementor-2113 .elementor-element.elementor-element-20755607{--gap:50px 0px;--row-gap:50px;--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;}}/* Start custom CSS for html, class: .elementor-element-5fffe07 */body {
  background-color: #1C164B;
  direction: rtl;
  font-family: 'סימונה בולד', sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  width: 520px;
  height: 240px;
  margin: 5px auto;
  border-radius: 50px;
  background: linear-gradient(90deg, #6AC9C9, #5756A5);
  padding: 3px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  overflow: visible;
}

.container:hover {
  background: none;
}

.content-box {
  background-color: #1C164B;
  border-radius: 48px;
  width: 100%;
  height: 100%;
  padding: 30px 90px;
  box-sizing: border-box;
  color: rgba(89, 227, 227, 0.3);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.container:hover .content-box {
  background-color: #59E3E3;
  color: #1C164B;
}

.circle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-icon-right {
  right: -50px;
}

.circle-icon-left {
  left: -50px;
}

.circle-icon img {
  width: 5.53vw;
  height: auto;
}

h3 {
  margin: 0;
  font-size: 1.52vw;
  font-family: 'סימונה בולד', sans-serif;
}

p {
  margin: 2px 0 0;
  font-size: 1.19vw;
  font-family: 'סימונה רגיל', sans-serif;}

/* רספונסיביות */
@media (max-width: 768px) {
  .container {
    width: 90%;
    height: auto;
    padding: 2px;
  }

  .content-box {
    padding: 30px 50px;
  }

  .circle-icon-right {
    right: -30px;
  }

  .circle-icon-left {
    left: -30px;
  }

  .circle-icon img {
    width: 50px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-657a1f17 */body {
  background-color: #1C164B;
  direction: rtl;
  font-family: 'סימונה רגיל', sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  width: 520px;
  height: 240px;
  margin: 5px auto;
  border-radius: 50px;
  background: linear-gradient(90deg, #6AC9C9, #5756A5);
  padding: 3px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  overflow: visible;
}

.container:hover {
  background: none;
}

.content-box {
  background-color: #1C164B;
  border-radius: 48px;
  width: 100%;
  height: 100%;
  padding: 30px 90px;
  box-sizing: border-box;
  color: rgba(89, 227, 227, 0.3);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-end;  /* יישור לימין */
  justify-content: center;
  text-align: right;      /* טקסט לימין */
}

.container:hover .content-box {
  background-color: #59E3E3;
  color: #1C164B;
}

.circle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-icon-right {
  right: -50px;
}

.circle-icon-left {
  left: -50px;
}

.circle-icon img {
  width: 5.53vw;
  height: auto;
}

h3 {
  margin: 0;
  font-size: 1.52vw;
  font-weight: bold;
  text-align: right; /* לוודא שגם h3 מיושר */
  width: 100%;
}

p {
  margin: 5px 0 0;
  font-size: 1.19vw;
  font-weight: normal;
  text-align: right; /* לוודא שגם p מיושר */
  width: 100%;
}

/* רספונסיביות */
@media (max-width: 768px) {
  .container {
    width: 90%;
    height: auto;
    padding: 2px;
  }

  .content-box {
    padding: 30px 50px;
  }

  .circle-icon-right {
    right: -30px;
  }

  .circle-icon-left {
    left: -30px;
  }

  .circle-icon img {
    width: 50px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efeaca9 */body {
  background-color: #1C164B;
  direction: rtl;
  font-family: 'סימונה רגיל', sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  width: 520px;
  height: 240px;
  margin: 5px auto;
  border-radius: 50px;
  background: linear-gradient(90deg, #6AC9C9, #5756A5);
  padding: 3px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  overflow: visible;
}

.container:hover {
  background: none;
}

.content-box {
  background-color: #1C164B;
  border-radius: 48px;
  width: 100%;
  height: 100%;
  padding: 30px 90px;
  box-sizing: border-box;
  color: rgba(89, 227, 227, 0.3);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.container:hover .content-box {
  background-color: #59E3E3;
  color: #1C164B;
}

.circle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-icon-right {
  right: -50px;
}

.circle-icon-left {
  left: -50px;
}

.circle-icon img {
  width: 5.53vw;
  height: auto;
}

h3 {
  margin: 0;
  font-size: 1.52vw;
  font-weight: bold;
}

p {
  margin: 5px 0 0;
  font-size: 1.19vw;
  font-weight: normal;
}

/* רספונסיביות */
@media (max-width: 768px) {
  .container {
    width: 90%;
    height: auto;
    padding: 2px;
  }

  .content-box {
    padding: 30px 50px;
  }

  .circle-icon-right {
    right: -30px;
  }

  .circle-icon-left {
    left: -30px;
  }

  .circle-icon img {
    width: 50px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e3a1f0b */body {
  background-color: #1C164B;
  direction: rtl;
  font-family: 'סימונה רגיל', sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  width: 520px;
  height: 240px;
  margin: 5px auto;
  border-radius: 50px;
  background: linear-gradient(90deg, #6AC9C9, #5756A5);
  padding: 3px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  overflow: visible;
}

.container:hover {
  background: none;
}

.content-box {
  background-color: #1C164B;
  border-radius: 48px;
  width: 100%;
  height: 100%;
  padding: 30px 90px;
  box-sizing: border-box;
  color: rgba(89, 227, 227, 0.3);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-end;  /* יישור לימין */
  justify-content: center;
  text-align: right;      /* טקסט לימין */
}

.container:hover .content-box {
  background-color: #59E3E3;
  color: #1C164B;
}

.circle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-icon-right {
  right: -50px;
}

.circle-icon-left {
  left: -50px;
}

.circle-icon img {
  width: 5.53vw;
  height: auto;
}

h3 {
  margin: 0;
  font-size: 1.52vw;
  font-weight: bold;
  text-align: right; /* לוודא שגם h3 מיושר */
  width: 100%;
}

p {
  margin: 5px 0 0;
  font-size: 1.19vw;
  font-weight: normal;
  text-align: right; /* לוודא שגם p מיושר */
  width: 100%;
}

/* רספונסיביות */
@media (max-width: 768px) {
  .container {
    width: 90%;
    height: auto;
    padding: 2px;
  }

  .content-box {
    padding: 30px 50px;
  }

  .circle-icon-right {
    right: -30px;
  }

  .circle-icon-left {
    left: -30px;
  }

  .circle-icon img {
    width: 50px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-652b1e44 */body {
  background-color: #1C164B;
  direction: rtl;
  font-family: 'סימונה רגיל', sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  width: 520px;
  height: 240px;
  margin: 5px auto;
  border-radius: 50px;
  background: linear-gradient(90deg, #6AC9C9, #5756A5);
  padding: 3px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  overflow: visible;
}

.container:hover {
  background: none;
}

.content-box {
  background-color: #1C164B;
  border-radius: 48px;
  width: 100%;
  height: 100%;
  padding: 30px 90px;
  box-sizing: border-box;
  color: rgba(89, 227, 227, 0.3);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.container:hover .content-box {
  background-color: #59E3E3;
  color: #1C164B;
}

.circle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-icon-right {
  right: -50px;
}

.circle-icon-left {
  left: -50px;
}

.circle-icon img {
  width: 5.53vw;
  height: auto;
}

h3 {
  margin: 0;
  font-size: 1.52vw;
  font-weight: bold;
}

p {
  margin: 5px 0 0;
  font-size: 1.19vw;
  font-weight: normal;
}

/* רספונסיביות */
@media (max-width: 768px) {
  .container {
    width: 90%;
    height: auto;
    padding: 2px;
  }

  .content-box {
    padding: 30px 50px;
  }

  .circle-icon-right {
    right: -30px;
  }

  .circle-icon-left {
    left: -30px;
  }

  .circle-icon img {
    width: 50px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-399f7278 */body {
  background-color: #1C164B;
  direction: rtl;
  font-family: 'סימונה רגיל', sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  width: 520px;
  height: 240px;
  margin: 5px auto;
  border-radius: 50px;
  background: linear-gradient(90deg, #6AC9C9, #5756A5);
  padding: 3px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  overflow: visible;
}

.container:hover {
  background: none;
}

.content-box {
  background-color: #1C164B;
  border-radius: 48px;
  width: 100%;
  height: 100%;
  padding: 30px 90px;
  box-sizing: border-box;
  color: rgba(89, 227, 227, 0.3);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-end;  /* יישור לימין */
  justify-content: center;
  text-align: right;      /* טקסט לימין */
}

.container:hover .content-box {
  background-color: #59E3E3;
  color: #1C164B;
}

.circle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-icon-right {
  right: -50px;
}

.circle-icon-left {
  left: -50px;
}

.circle-icon img {
  width: 5.53vw;
  height: auto;
}

h3 {
  margin: 0;
  font-size: 1.52vw;
  font-weight: bold;
  text-align: right; /* לוודא שגם h3 מיושר */
  width: 100%;
}

p {
  margin: 5px 0 0;
  font-size: 1.19vw;
  font-weight: normal;
  text-align: right; /* לוודא שגם p מיושר */
  width: 100%;
}

/* רספונסיביות */
@media (max-width: 768px) {
  .container {
    width: 90%;
    height: auto;
    padding: 2px;
  }

  .content-box {
    padding: 30px 50px;
  }

  .circle-icon-right {
    right: -30px;
  }

  .circle-icon-left {
    left: -30px;
  }

  .circle-icon img {
    width: 50px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }
}/* End custom CSS */