:root {
  --color-text: #000000;
  --color-main: #5333ED;
  --color-second: #282C37;
  --color-third: #6FC7D8;
  --color-black: #000000;
  --color-white: #FFFFFF; }

/* Fonts */
@font-face {
  font-family: 'Assistant-Regular';
  src: url("../fonts/Assistant-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-Light';
  src: url("../fonts/Assistant-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-Bold';
  src: url("../fonts/Assistant-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-ExtraBold';
  src: url("../fonts/Assistant-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-SemiBold';
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Raleway-Regular';
  src: url("../fonts/Raleway-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Raleway-Bold';
  src: url("../fonts/Raleway-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Almoni-Tzar-Regular';
  src: url("../fonts/almoni-tzar-aaa-regular.otf") format("truetype"); }

@font-face {
  font-family: 'Almoni-Tzar-Bold';
  src: url("../fonts/almoni-tzar-aaa-bold.otf") format("truetype"); }

@font-face {
  font-family: 'Heebo-Black';
  src: url("../fonts/Heebo-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'Heebo-Bold';
  src: url("../fonts/Heebo-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Heebo-ExtraBold';
  src: url("../fonts/Heebo-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Heebo-ExtraLight';
  src: url("../fonts/Heebo-ExtraLight.ttf") format("truetype"); }

@font-face {
  font-family: 'Heebo-Light';
  src: url("../fonts/Heebo-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Heebo-Medium';
  src: url("../fonts/Heebo-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Heebo-Regular';
  src: url("../fonts/Heebo-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Heebo-SemiBold';
  src: url("../fonts/Heebo-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Heebo-Thin';
  src: url("../fonts/Heebo-Thin.ttf") format("truetype"); }

/* /Fonts */
/* Global */
html {
  margin: 0 !important;
  overflow-x: hidden; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'Heebo-Regular';
  font-weight: 400;
  font-size: 18px; }
  @media only screen and (max-width: 950px) {
    body {
      padding-top: 40px; } }

input {
  border: none;
  outline: none; }

a {
  text-decoration: none;
  color: inherit; }

*,
*::before,
*::after {
  box-sizing: border-box;
  direction: rtl; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

ul {
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

.title {
  font-family: Almoni-Tzar-Bold;
  font-size: 52px;
  text-align: center; }
  .title span {
    color: var(--color-third); }

.swiper-container .carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 100px; }

.swiper-container .carousel-items {
  display: flex;
  transition: all 0.3s ease;
  overflow: hidden; }

.swiper-container .carousel-item {
  flex: 0 0 auto;
  width: 120px;
  min-height: 265px;
  text-align: center;
  display: flex;
  align-items: center; }
  .swiper-container .carousel-item .circle {
    display: flex;
    background-color: #05244A;
    border: 2px solid white;
    border-radius: 50%;
    height: 112px;
    width: 112px;
    z-index: 2;
    margin-right: -60px; }
  .swiper-container .carousel-item .content {
    display: none;
    background-color: #05244A;
    height: 262px;
    width: 447px;
    position: absolute;
    z-index: 0;
    top: 0; }

.swiper-container .carousel-item.active {
  width: 520px;
  background: transparent;
  margin-right: 10px; }
  .swiper-container .carousel-item.active .circle {
    height: 144px;
    width: 144px;
    margin-right: -70px; }
  .swiper-container .carousel-item.active .content {
    display: flex; }

.swiper-container .navigation {
  display: flex;
  justify-content: center;
  padding-top: 40px; }
  .swiper-container .navigation button {
    border: none;
    background-color: var(--color-main);
    border-radius: 50%;
    padding: 5px; }

/* --------------------- Section index content ---------------------- */
section.content .section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  section.content .section-inner .title {
    font-family: 'Heebo-Regular';
    font-weight: 400; }
  section.content .section-inner .sub-title {
    font-family: 'Heebo-Regular';
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px; }

/* --------------------- /Section index content ---------------------- */
.tab-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 70%;
  padding-top: 20px;
  border-radius: 20px;
  box-shadow: 5px 5px 30px 0px rgba(38, 22, 114, 0.1); }
  .tab-buttons a {
    text-decoration: none; }
    .tab-buttons a .item {
      display: flex;
      flex-direction: column;
      padding-bottom: 20px;
      cursor: pointer;
      border-bottom: 3px solid transparent; }
      .tab-buttons a .item img {
        height: 34px; }
      .tab-buttons a .item .text {
        padding-top: 15px;
        font-family: 'Heebo-Regular';
        font-weight: 400;
        font-size: 19px;
        color: var(--color-text); }
  .tab-buttons .item:hover {
    border-bottom: 3px solid var(--color-main); }

.box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%; }
  .box.left {
    flex-direction: row-reverse; }
    .box.left .right {
      text-align: left; }
  .box .right {
    width: 60%; }
    .box .right img {
      max-width: 580px;
      height: auto; }
  .box .left {
    width: 40%; }
    .box .left .title {
      font-family: 'Heebo-Regular';
      font-weight: 400;
      font-size: 32px;
      text-align: right;
      padding-bottom: 20px; }
      .box .left .title span {
        font-family: 'Heebo-Bold';
        font-weight: 700;
        color: var(--color-black);
        font-size: 32px; }
    .box .left .content {
      font-family: 'Heebo-Regular';
      font-weight: 400;
      font-size: 19px;
      text-align: right;
      padding-top: 20px;
      line-height: 1.5; }

.custom-bullet-list {
  direction: rtl;
  list-style-type: none;
  padding-right: 5px; }
  .custom-bullet-list li {
    direction: rtl;
    padding-right: 2em;
    background: url("../images/icons/bullet-icon.png") no-repeat right center;
    background-size: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 21px; }

.subscribe .section-inner {
  display: flex;
  flex-direction: row;
  align-items: space-between;
  background-color: #282C37;
  border-radius: 20px;
  padding: 50px 20px; }
  .subscribe .section-inner .right {
    width: 50%;
    padding: 0px 6%; }
    .subscribe .section-inner .right .title {
      font-family: 'Heebo-Regular';
      font-weight: 400;
      font-size: 32px;
      text-align: right;
      color: white; }
      .subscribe .section-inner .right .title span {
        font-family: 'Heebo-Bold';
        font-weight: 700;
        color: var(--color-black);
        font-size: 32px;
        color: white; }
  .subscribe .section-inner .left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }

.title {
  font-family: 'Heebo-Regular';
  font-weight: 400;
  font-size: 32px;
  text-align: right;
  color: var(--color-text); }
  .title span {
    font-family: 'Heebo-Bold';
    font-weight: 700;
    font-size: 32px; }

.swiper.rotate .sample-slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 150px; }

.swiper.rotate .sample-slider img {
  width: 100%; }

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 0; }

.section-inner {
  max-width: 1560px;
  padding: 75px 20px;
  width: 100%;
  margin: auto;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .section-inner {
      padding: 55px 20px; } }
  @media only screen and (max-width: 950px) {
    .section-inner {
      padding: 35px 10px; } }

.content {
  font-family: 'Assistant-Regular';
  font-weight: 400;
  font-size: 18px;
  color: var(--color-text);
  line-height: 1.5; }
  .content.white {
    color: #fff; }
  .content.narrow {
    max-width: 770px;
    margin: auto; }
    .content.narrow p {
      margin-right: auto;
      margin-left: auto; }
  .content p, .content ul, .content li, .content h1, .content h2, .content h3, .content h4, .content h5, .content img {
    margin-top: 15px; }
  .content a {
    color: var(--color-main); }
    .content a:hover {
      text-decoration: none; }
  .content ul {
    list-style: disc;
    padding-right: 25px; }
  .content img {
    max-width: 100%; }

.centered {
  text-align: center; }

.parts {
  display: flex;
  margin: 0 -45px; }
  .parts.ai-center {
    align-items: center; }
  .parts .part {
    width: 50%;
    flex-grow: 1;
    padding: 0 45px;
    position: relative; }
    .parts .part .image {
      font-size: 0;
      position: relative; }
      .parts .part .image img {
        max-width: 100%; }
      .parts .part .image .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 9; }
  @media only screen and (max-width: 950px) {
    .parts {
      flex-wrap: wrap; }
      .parts .part {
        width: 100%; }
        .parts .part:nth-child(2) {
          margin-top: 25px; }
        .parts .part .image .play img {
          height: 35px; }
      .parts.mobile-reversed {
        flex-direction: column-reverse; }
        .parts.mobile-reversed .part:nth-child(1) {
          margin-top: 25px; }
        .parts.mobile-reversed .part:nth-child(2) {
          margin-top: 0px; } }

.button-more {
  font-family: 'Assistant-SemiBold';
  font-weight: 600;
  font-size: 19px;
  color: var(--color-text);
  display: inline-block;
  margin-top: 25px; }
  .button-more img {
    margin-right: 5px; }

.section-title {
  font-family: 'Assistant-Bold';
  font-weight: 700;
  font-size: 52px;
  color: var(--color-text); }
  .section-title.white {
    color: #fff; }
  .section-title span {
    color: var(--color-main); }
  @media only screen and (max-width: 1200px) {
    .section-title {
      font-size: 30px; } }
  @media only screen and (max-width: 950px) {
    .section-title {
      font-size: 25px; } }

.decor {
  position: absolute;
  font-size: 0;
  pointer-events: none; }
  .decor img {
    max-width: 100%; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.loading:after {
  display: inline-block;
  content: "";
  animation: spin 1.75s linear infinite;
  height: 31px;
  width: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 2;
  background: url("../images/icons/gear.svg"); }

#sm_menu_ham {
  position: static; }
  #sm_menu_ham span {
    background-color: white;
    height: 3px; }

.sm_menu_outer {
  background: var(--color-second);
  overflow-y: hidden; }
  .sm_menu_outer.slide .mobile_menu .sub-menu {
    background: var(--color-second);
    min-height: calc(100vh - 45px);
    height: auto; }
  .sm_menu_outer .mobile_menu li {
    -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0;
       border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0; }
  .sm_menu_outer .mobile_menu li.hasChild > a, .sm_menu_outer .mobile_menu li.back a {
    background-size: 20px !important; }
  .sm_menu_outer .mobile_menu a {
    font-family: 'Assistant-Regular';
    font-weight: 400;
    padding: 15px 15px; }
  .sm_menu_outer .mobile_menu .current_page_item > a {
    font-family: 'Assistant-Bold';
    font-weight: 700; }

.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url(../plugins/mmenu/images/next.png) no-repeat scroll 10px center/5% auto; }

.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 45px 20px 5px;
  background: url(../plugins/mmenu/images/back.png) no-repeat scroll right 15px center/5% auto; }

.sm_menu_outer {
  bottom: 0;
  height: calc(100vh - 45px);
  top: 80px; }

/* ---------------------- header ---------------------- */
header {
  height: 100px;
  z-index: 10; }
  header.home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1920px;
    margin: auto;
    background: var(--color-second);
    z-index: 12;
    padding: 50px 0; }
    header.home.page {
      background: transparent; }
      header.home.page .section-inner .menu-cont .main-menu li a {
        color: white !important; }
      header.home.page .section-inner .menu-cont .main-menu li .sub-menu li a {
        color: var(--color-second) !important; }
      header.home.page .main-menu li .sub-menu li a {
        color: var(--color-white); }
      header.home.page .main-menu li.menu-item-has-children {
        background-image: url("../images/icons/arrow-menu-w.svg") !important; }
    header.home .section-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      max-width: 1860px;
      background-color: transparent;
      padding: 0 20px; }
      header.home .section-inner .ham-button {
        width: 100%; }
      header.home .section-inner .menu-cont {
        display: flex;
        align-items: center;
        margin-left: 25px;
        height: 100%; }
        header.home .section-inner .menu-cont .logo {
          padding-left: 45px; }
        header.home .section-inner .menu-cont .main-menu {
          display: flex;
          align-items: center;
          height: 100%; }
          header.home .section-inner .menu-cont .main-menu li {
            margin: 0 13px;
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            header.home .section-inner .menu-cont .main-menu li a {
              font-family: 'Heebo-Regular';
              font-weight: 400;
              font-size: 18px;
              color: var(--color-white);
              padding: 5px;
              line-height: 1;
              transition: color 0.5s;
              white-space: nowrap; }
              header.home .section-inner .menu-cont .main-menu li a:hover {
                color: var(--color-main); }
            header.home .section-inner .menu-cont .main-menu li.menu-item-has-children {
              background: url("../images/icons/arrow-menu.svg") no-repeat;
              background-position: left 5px center;
              padding-left: 15px; }
            header.home .section-inner .menu-cont .main-menu li .sub-menu {
              visibility: hidden;
              opacity: 0;
              padding: 10px 0;
              background: #fff;
              position: absolute;
              top: 100%;
              left: 50%;
              transform: translateX(-50%);
              border-top: 2px solid var(--color-main);
              margin: 0;
              min-width: 260px; }
              header.home .section-inner .menu-cont .main-menu li .sub-menu li {
                margin: 0;
                display: block;
                padding: 10px 20px; }
                header.home .section-inner .menu-cont .main-menu li .sub-menu li.menu-item-has-children {
                  background-image: url("../images/icons/arrow-menu-left.svg");
                  background-position: left 20px center;
                  padding-left: 25px; }
                header.home .section-inner .menu-cont .main-menu li .sub-menu li .sub-menu {
                  top: 0;
                  right: 100%;
                  left: auto;
                  transform: none; }
            header.home .section-inner .menu-cont .main-menu li:hover > .sub-menu {
              visibility: visible;
              opacity: 1; }
  header .part-left {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%; }
    header .part-left .button {
      margin-left: 55px;
      padding: 10px 20px;
      background-color: var(--color-main);
      color: var(--color-white);
      width: 100%;
      white-space: nowrap;
      text-align: center;
      border-radius: 8px;
      font-size: 18px; }
    header .part-left .button:hover {
      background-color: var(--color-third); }
  @media only screen and (max-width: 1370px) {
    header {
      height: 70px; }
      header .part-left .button {
        margin-left: 35px; }
        header .part-left .button img {
          height: 35px; } }
  @media only screen and (max-width: 1200px) {
    header {
      height: 50px; }
      header .part-left .button {
        margin-left: 15px; }
        header .part-left .button img {
          height: 30px; }
      header .menu-cont {
        margin-left: 15px; }
        header .menu-cont .main-menu li {
          margin: 0 5px; }
          header .menu-cont .main-menu li a {
            font-size: 17px; } }
  @media only screen and (max-width: 950px) {
    header {
      position: fixed;
      height: 40px;
      background: white;
      box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2); }
      header.home {
        position: fixed;
        background: var(--color-second); }
        header.home.page {
          background: white; }
        header.home .section-inner {
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 100%;
          max-width: 1860px;
          background-color: transparent;
          padding: 0 20px;
          flex-direction: row;
          flex-wrap: nowrap; }
          header.home .section-inner .menu-cont {
            display: none; }
          header.home .section-inner .part-left .logo {
            padding: 23px; }
      header .section-inner {
        padding-left: 0; }
        header .section-inner .menu-cont {
          display: none; }
        header .section-inner .part-left .logo {
          padding: 23px; } }

.form-field::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */ }

.form-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */ }

.form-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black; }

.form-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black; }

/* -
/* --------------------- /header ---------------------- */
/* ---------------------- Section hero ---------------------- */
section.hero {
  height: 55vw;
  max-height: 1100px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  z-index: 1;
  margin-top: 100px; }
  section.hero .section-inner {
    z-index: 10; }
  section.hero .bg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    section.hero .bg::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 0;
      max-width: 1560px;
      /* To maintain aspect ratio, you could specify either width or height, and then use auto for the other dimension */
      width: auto;
      height: 100%; }
    section.hero .bg .left-bg-1 {
      position: absolute;
      bottom: 8%;
      left: -6%;
      z-index: 1;
      width: 60.2%; }
      @media only screen and (max-width: 950px) {
        section.hero .bg .left-bg-1 {
          max-width: 380px;
          bottom: 5%;
          width: 60.2vw;
          bottom: 3.5vw; } }
      @media only screen and (max-width: 1370px) {
        section.hero .bg .left-bg-1 {
          width: 55.5%; } }
    section.hero .bg .left-bg-2 {
      position: absolute;
      bottom: 17%;
      left: -4%;
      z-index: 3;
      width: 31%; }
      @media only screen and (max-width: 950px) {
        section.hero .bg .left-bg-2 {
          max-width: 166px;
          bottom: 11vw;
          width: 31vw; } }
      @media only screen and (max-width: 1370px) {
        section.hero .bg .left-bg-2 {
          width: 27%; } }
    section.hero .bg .crm {
      position: absolute;
      bottom: 0%;
      left: 0%;
      z-index: 2;
      width: 55%; }
      @media only screen and (max-width: 950px) {
        section.hero .bg .crm {
          max-width: 349px; } }
      @media only screen and (max-width: 1370px) {
        section.hero .bg .crm {
          width: 51%; } }
    section.hero .bg .right-bg {
      position: absolute;
      top: 0%;
      right: -5%;
      width: 39%; }
    section.hero .bg video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      background: #000; }
  section.hero .section-inner {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    background-color: transparent; }
    section.hero .section-inner .title {
      font-family: 'Heebo-ExtraBold';
      font-weight: 800;
      color: var(--color-main);
      font-size: 72px;
      text-align: right; }
      @media only screen and (max-width: 1370px) {
        section.hero .section-inner .title {
          font-size: 60px; } }
      @media only screen and (max-width: 1200px) {
        section.hero .section-inner .title {
          font-size: 50px; } }
    section.hero .section-inner .sub-title {
      font-family: 'Heebo-Regular';
      font-weight: 400;
      font-size: 56px;
      letter-spacing: 8px;
      margin-right: -6px;
      padding-bottom: 30px; }
      @media only screen and (max-width: 1370px) {
        section.hero .section-inner .sub-title {
          font-size: 48px; } }
      @media only screen and (max-width: 1200px) {
        section.hero .section-inner .sub-title {
          font-size: 40px; } }
    section.hero .section-inner .button {
      position: relative;
      padding-top: 30px; }
      section.hero .section-inner .button .round #animation {
        position: relative;
        width: 190px;
        height: 190px; }
      section.hero .section-inner .button .round #animation .left,
      section.hero .section-inner .button .round #animation .right {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
      section.hero .section-inner .button .round #animation .left {
        left: -50%; }
      section.hero .section-inner .button .round #animation .right {
        left: 50%; }
      section.hero .section-inner .button .round #animation .circle {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        overflow: hidden;
        background-color: black; }
      section.hero .section-inner .button .round #animation .left .circle {
        left: 50%; }
      section.hero .section-inner .button .round #animation .right .circle {
        left: -50%; }
      section.hero .section-inner .button .round #animation .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-color: #7d7d7d;
        animation-fill-mode: both; }
      section.hero .section-inner .button .round #animation .left .mask {
        clip: rect(0, 95px, 284px, 0px); }
      section.hero .section-inner .button .round #animation .right .mask {
        clip: rect(0, 284px, 284px, 95px);
        animation-delay: 2s; }
      section.hero .section-inner .button .round #animation .inner-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 180px;
        height: 180px;
        border-radius: 100%;
        background-color: #ffffff; }
        section.hero .section-inner .button .round #animation .inner-circle .clicker {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 28px;
          width: 180px;
          height: 180px;
          background-color: var(--color-second);
          border-radius: 105px;
          z-index: 2;
          position: absolute;
          border: solid 6px var(--color-white);
          padding: 22px 10px;
          text-align: center;
          color: white;
          -o-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); }
          section.hero .section-inner .button .round #animation .inner-circle .clicker:hover #animation .mask {
            animation: spin 2s cubic-bezier(0.5, 0.5, 1, 1); }
          section.hero .section-inner .button .round #animation .inner-circle .clicker .item {
            display: block; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
  @media only screen and (max-width: 1200px) {
    section.hero .text {
      font-size: 60px; }
    section.hero .hero-animations .bg-a {
      top: 50px; }
    section.hero .hero-animations .bg-a-long {
      top: 50px; } }
  @media only screen and (max-width: 950px) {
    section.hero .text {
      font-size: 25px; }
    section.hero .hero-animations .ship {
      top: 57%; }
    section.hero .hero-animations .plus {
      right: 13%;
      top: 54.7%; } }

/* --------------------- /Section hero ---------------------- */
/* --------------------- Section index about ---------------------- */
section.about .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 25%;
  flex-direction: column;
  background-image: url("../images/boss-bg.png");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat; }
  section.about .section-inner .text {
    padding-top: 70px;
    font-size: 19px; }
  section.about .section-inner .read-more {
    font-family: 'Heebo-Bold';
    font-weight: 700;
    font-size: 19px;
    color: #6FC7D8;
    padding-top: 40px; }

/* --------------------- /Section index about ---------------------- */
/* --------------------- Section index content ---------------------- */
section.content.index .section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  section.content.index .section-inner .tab-buttons {
    margin-bottom: 50px; }

/* --------------------- /Section index content ---------------------- */
/* ---------------------- Section partners ---------------------- */
section.partners .section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 5px 5px 30px 0px rgba(38, 22, 114, 0.1);
  padding: 35px 20px; }
  section.partners .section-inner .partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    gap: 40px; }
    section.partners .section-inner .partners-list img {
      max-height: 45px;
      width: auto; }

/* --------------------- /Section partners ---------------------- */
/* ---------------------- Section costumer-review ---------------------- */
section.costumer-review .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 150px; }

/* --------------------- /Section costumer-review ---------------------- */
/* ---------------------- Section contact-form ---------------------- */
section.contact-form {
  overflow: visible; }
  section.contact-form .section-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    overflow: visible;
    z-index: 0; }
    section.contact-form .section-inner .container {
      border-radius: 20px;
      display: flex;
      flex-direction: row;
      border-radius: 20px;
      background: #282C37;
      min-height: 315px;
      padding: 0;
      overflow: visible;
      z-index: 1;
      width: 100%; }
      section.contact-form .section-inner .container .right {
        width: 60%;
        display: flex;
        flex-direction: column;
        text-align: right;
        padding: 36px;
        padding-right: 140px; }
        section.contact-form .section-inner .container .right .title {
          color: white;
          font-size: 56px;
          font-family: 'Heebo-Regular';
          font-weight: 400;
          padding-bottom: 15px; }
        section.contact-form .section-inner .container .right .sub-title {
          color: white;
          font-size: 19px;
          font-family: 'Heebo-Regular';
          font-weight: 400; }
      section.contact-form .section-inner .container .left {
        position: relative;
        width: 40%; }
        section.contact-form .section-inner .container .left .crm {
          position: absolute;
          max-width: 100%;
          top: 50%;
          left: 45%;
          transform: translate(-50%, -50%); }

/* --------------------- /Section contact-form ---------------------- */
footer {
  background-color: var(--color-second);
  color: white;
  padding: 20px;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: visible;
  position: relative;
  padding: 0; }
  footer .footer-inner {
    max-width: 1560px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1; }
    footer .footer-inner .row {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 20px 0px; }
      footer .footer-inner .row .item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 30px;
        height: 35px; }
        footer .footer-inner .row .item ul {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 30px; }
        footer .footer-inner .row .item.social ul {
          gap: 15px; }
          footer .footer-inner .row .item.social ul li {
            text-align: center; }
            footer .footer-inner .row .item.social ul li a {
              height: auto;
              display: flex;
              align-items: center;
              justify-content: center;
              min-height: 50px; }
  footer .info {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 18px;
    border-top: 2px solid var(--color-white); }
    footer .info .item {
      display: flex;
      flex-direction: row; }
      footer .info .item ul {
        display: flex;
        flex-direction: row; }
        footer .info .item ul li {
          margin-right: 10px; }
    footer .info span {
      font-family: Assistant-Bold;
      color: #fff; }
  footer .line {
    height: 3px;
    background-color: #042956; }


.dextra-3 .dextra-button-submit.dextra-button-submit-3_2 {
  padding-top: 0 !important; }

/* ---------------------- Section cards ---------------------- */
.archive-bg {
  position: absolute;
  width: 100%;
  height: 100%; }
  .archive-bg img:nth-child(1) {
    position: absolute;
    top: 21%;
    right: 83%; }
  .archive-bg img:nth-child(2) {
    position: absolute;
    top: 35%;
    right: 0%; }
  .archive-bg img:nth-child(3) {
    position: absolute;
    top: 60%;
    left: 2%; }

section.cards .section-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between; }
  section.cards .section-inner .card {
    flex: 0 0 calc(33.33% - 20px);
    padding: 20px; }
    section.cards .section-inner .card img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 20px;
      max-height: 241px; }
    section.cards .section-inner .card .title {
      font-family: 'Heebo-Regular';
      font-weight: 400;
      font-size: 32px; }
    section.cards .section-inner .card p {
      margin: 20px 0;
      font-size: 19px;
      color: var(--color-second); }
    section.cards .section-inner .card a {
      color: var(--color-main);
      padding: 10px 0px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      background-color: transparent; }
      section.cards .section-inner .card a:hover {
        color: var(--color-second);
        text-decoration: underline; }

/* --------------------- /Section cards ---------------------- */
/* ---------------------- Section cards.related ---------------------- */
section.cards.single .section-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: space-between;
  flex-direction: row; }
  section.cards.single .section-inner .card img {
    max-height: 207.5px; }

/* --------------------- /Section cards.related ---------------------- */
/* ---------------------- Section single-content ---------------------- */
section.single-content .section-inner .content img {
  float: left;
  max-width: 1300px;
  border-radius: 20px;
  margin-right: 50px; }

.single-bg {
  position: absolute;
  width: 100%;
  height: 100%; }
  .single-bg img:nth-child(1) {
    position: absolute;
    top: 10%;
    left: 3%; }

.single-bg.related {
  position: absolute;
  width: 100%;
  height: 100%; }
  .single-bg.related img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 3%; }

/* --------------------- /Section single-content ---------------------- */
/* ---------------------- Section cards.single ---------------------- */
section.cards.single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  section.cards.single .section-inner {
    padding-top: 40px; }

/* --------------------- /Section cards.single ---------------------- */
/* ---------------------- Section box.left ---------------------- */
section.content.info .box .left .title {
  font-family: 'Heebo-Bold';
  font-weight: 700; }

/* --------------------- /Section box.left ---------------------- */
@media only screen and (max-width: 950px) {
  .single-bg {
    display: none; }
  /* ---------------------- Section single-content ---------------------- */
  section.single-content .section-inner {
    padding-top: 0; }
    section.single-content .section-inner .parghraph {
      margin-top: 0;
      position: relative;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      padding-top: 0; }
      section.single-content .section-inner .parghraph .title {
        padding-top: 20px;
        padding-bottom: 20px; }
      section.single-content .section-inner .parghraph img {
        margin-top: 0;
        position: relative;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        margin: auto;
        padding-top: 10px; }
      section.single-content .section-inner .parghraph p {
        width: 99%;
        margin: auto; }
  /* --------------------- /Section single-content ---------------------- */
  section.cards .section-inner .card .title {
    margin-top: 10px; }
  section.cards .section-inner .card p {
    margin: 10px 0; }
  section.cards.single {
    padding-top: 50px; }
    section.cards.single .section-inner {
      padding-top: 0px; } }

@media only screen and (max-width: 950px) {
  section.hero {
    height: 100%;
    max-height: 1100px;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    z-index: 1;
    margin-top: 60px; }
    section.hero .bg {
      top: -70px;
      min-height: 620px; }
    section.hero .section-inner {
      display: flex;
      flex-direction: column;
      line-height: 1.2;
      background-color: transparent;
      min-height: 620px;
      flex-wrap: nowrap;
      justify-content: flex-start; }
      section.hero .section-inner .sub-title {
        padding-top: 10px;
        padding-bottom: 20px !important; }
      section.hero .section-inner .custom-bullet-list li {
        height: 50px;
        text-align: right; }
      section.hero .section-inner .button {
        position: relative;
        padding-top: 30px;
        width: 100%; }
        section.hero .section-inner .button .round #animation {
          position: relative;
          width: 30vw;
          height: 30vw; }
        section.hero .section-inner .button .round {
          text-align: center;
          display: flex;
          justify-content: flex-start;
          width: 450px;
          margin: auto;
          padding-right: 3%; }
          section.hero .section-inner .button .round #animation {
            position: relative;
            width: 130px;
            height: 130px; }
          section.hero .section-inner .button .round #animation .left,
          section.hero .section-inner .button .round #animation .right {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: hidden; }
          section.hero .section-inner .button .round #animation .left {
            left: -50%; }
          section.hero .section-inner .button .round #animation .right {
            left: 50%; }
          section.hero .section-inner .button .round #animation .circle {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 100%;
            overflow: hidden;
            background-color: black; }
          section.hero .section-inner .button .round #animation .left .circle {
            left: 50%; }
          section.hero .section-inner .button .round #animation .right .circle {
            left: -50%; }
          section.hero .section-inner .button .round #animation .mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-color: #7d7d7d;
            animation-fill-mode: both; }
          section.hero .section-inner .button .round #animation .left .mask {
            clip: rect(0, 95px, 284px, 0px); }
          section.hero .section-inner .button .round #animation .right .mask {
            clip: rect(0, 284px, 284px, 95px);
            animation-delay: 2s; }
          section.hero .section-inner .button .round #animation .inner-circle {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
            width: 120px;
            height: 120px;
            border-radius: 100%;
            background-color: #ffffff; }
            section.hero .section-inner .button .round #animation .inner-circle .clicker {
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 28px;
              width: 120px;
              height: 120px;
              background-color: var(--color-second);
              border-radius: 105px;
              z-index: 2;
              position: absolute;
              border: solid 6px var(--color-white);
              padding: 22px 10px;
              text-align: center;
              color: white;
              -o-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); }
              section.hero .section-inner .button .round #animation .inner-circle .clicker:hover #animation .mask {
                animation: spin 2s cubic-bezier(0.5, 0.5, 1, 1); }
              section.hero .section-inner .button .round #animation .inner-circle .clicker .item {
                display: block;
                font-size: 22px; }
  @keyframes spin {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(180deg); } }
  section.about .section-inner {
    padding: 0px 5%; }
    section.about .section-inner .text {
      padding-top: 0; }
  section.content.index .section-inner {
    padding-top: 60px; }
    section.content.index .section-inner .title {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-direction: row;
      flex-wrap: wrap;
      font-family: 'Heebo-Regular';
      font-weight: 400;
      font-size: 24px !important;
      gap: 6px; }
    section.content.index .section-inner .tab-buttons {
      width: 100%;
      margin-top: 30px;
      flex-wrap: wrap; }
      section.content.index .section-inner .tab-buttons a {
        width: 50%; }
  .box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    padding-bottom: 50px; }
    .box .right {
      width: 100%;
      text-align: center; }
      .box .right img {
        width: 80%; }
    .box .left {
      width: 100%;
      padding: 20px; }
    .box.left {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      width: 100%; }
      .box.left .right {
        text-align: center; }
  .info .section-inner .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: 'Heebo-Regular';
    font-weight: 400;
    font-size: 24px !important;
    gap: 6px; }
  /* ---------------------- Section content.info ---------------------- */
  section.content.info .section-inner .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    section.content.info .section-inner .box .left {
      width: 100%;
      padding: 20px; }
    section.content.info .section-inner .box .right {
      width: 100%; }
      section.content.info .section-inner .box .right img {
        max-width: 580px;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%; }
  /* --------------------- /Section content.info ---------------------- */
  /* ---------------------- Section subscribe ---------------------- */
  section.subscribe .section-inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center; }
    section.subscribe .section-inner .right {
      width: 100%;
      padding: 0; }
  /* --------------------- /Section subscribe ---------------------- */
  /* ---------------------- Section partners ---------------------- */
  section.partners .section-inner .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: 'Heebo-Regular';
    font-weight: 400;
    font-size: 24px !important;
    gap: 6px; }
  /* --------------------- /Section partners ---------------------- */
  /* ---------------------- Section costumer-review ---------------------- */
  section.costumer-review .section-inner .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: 'Heebo-Regular';
    font-weight: 400;
    font-size: 24px !important;
    gap: 6px; }
  /* --------------------- /Section costumer-review ---------------------- */ }

/* ---------------------- Section page-top ---------------------- */
section.page-top {
  z-index: 1;
  margin-top: 100px;
  border-top: 1px solid #F2F2F2;
  background-color: var(--color-second); }
  section.page-top .section-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-second);
    align-items: center;
    justify-content: center;
    padding: 36px 20px; }
    section.page-top .section-inner .title {
      font-family: 'Heebo-Regular';
      font-weight: 400;
      font-size: 32px;
      color: white; }
  @media only screen and (max-width: 950px) {
    section.page-top {
      margin-top: 59px; } }

/* --------------------- /Section page-top ---------------------- */
/* ---------------------- Section content.index.system ---------------------- */
section.content.index.system .section-inner {
  z-index: 2; }
  section.content.index.system .section-inner .title {
    font-size: 48px; }
    section.content.index.system .section-inner .title span {
      font-size: 48px; }
  section.content.index.system .section-inner .content {
    text-align: center;
    padding-bottom: 30px; }
    section.content.index.system .section-inner .content br {
      content: "";
      display: block;
      margin: 1em; }
  section.content.index.system .section-inner .tab-buttons {
    margin-bottom: 80px; }
  section.content.index.system .section-inner .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%; }
    section.content.index.system .section-inner .box.left {
      flex-direction: row-reverse; }
      section.content.index.system .section-inner .box.left .left {
        padding-right: 0px; }
      section.content.index.system .section-inner .box.left .right {
        text-align: left; }
    section.content.index.system .section-inner .box .right {
      width: 45%;
      position: relative; }
      section.content.index.system .section-inner .box .right img {
        max-width: 700px;
        height: auto;
  	    width: 100%;}
    section.content.index.system .section-inner .box .left {
      width: 55%;
      padding-right: 50px; }
      section.content.index.system .section-inner .box .left .title {
        font-family: 'Heebo-Bold';
        font-weight: 700;
        font-size: 32px;
        text-align: right;
        padding-bottom: 0px;
        padding-right: 1.2em; }
        section.content.index.system .section-inner .box .left .title span {
          font-family: 'Heebo-Bold';
          font-weight: 700;
          color: var(--color-black);
          font-size: 32px; }
      section.content.index.system .section-inner .box .left .content {
        font-family: 'Heebo-Regular';
        font-weight: 400;
        font-size: 19px;
        text-align: right;
        padding-top: 20px;
        line-height: 1.5; }
  section.content.index.system .section-inner .custom-bullet-list {
    direction: rtl;
    list-style-type: none;
    padding-right: 5px;
    line-height: 1.2; }
    section.content.index.system .section-inner .custom-bullet-list li {
      direction: rtl;
      padding-right: 1.7em;
      background: url("../images/icons/bullet-icon.png") no-repeat right center;
      background-size: 20px;
      height: 40px;
      display: flex;
      align-items: center;
      font-size: 19px;
      line-height: 1.2;
      margin-top: 5px; }

section.content.index.system .bg {
  position: absolute;
  width: 100%;
  height: 100%; }
  section.content.index.system .bg .first {
    position: absolute;
    top: 30.4%;
    right: 8%;
    z-index: 1; }
  section.content.index.system .bg .middle {
    position: relative;
    top: 45%;
    z-index: 0; }

/* --------------------- /Section content.index.system ---------------------- */
/* ---------------------- Section about.system ---------------------- */
section.about.system {
  overflow: visible;
  padding-bottom: 100px; }
  section.about.system .section-inner {
    padding: 0px 20px;
    background-image: none;
    overflow: visible; }
    section.about.system .section-inner .box.left {
      overflow: visible; }
    section.about.system .section-inner .right {
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible; }
      section.about.system .section-inner .right img {
        position: relative;
        z-index: 3;
        max-width: 100%; }
        section.about.system .section-inner .right img.bg1 {
          position: absolute;
          top: -80px;
          left: 10%;
          z-index: 1; }
        section.about.system .section-inner .right img.bg2 {
          position: absolute;
          bottom: -90px;
          z-index: 1; 
   		  max-width: 50vw;}
    section.about.system .section-inner .left .title {
      font-size: 48px; }
      section.about.system .section-inner .left .title span {
        font-size: 48px;
        color: var(--color-third); }

/* --------------------- /Section about.system ---------------------- */
/* ---------------------- Section team ---------------------- */
section.team .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px; }
  section.team .section-inner .title {
    font-size: 48px;
    padding-bottom: 150px; }
    section.team .section-inner .title span {
      font-size: 48px;
      color: var(--color-third); }
  section.team .section-inner .team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 120px; }
    section.team .section-inner .team-grid .item {
      display: flex;
      flex-direction: column;
      width: 23%;
      flex-wrap: nowrap;
      align-content: center;
      align-items: center;
      position: relative;
      border-radius: 20px;
      background: #FFF;
      box-shadow: 5px 5px 30px 0px rgba(38, 22, 114, 0.1);
      height: 350px; }
      section.team .section-inner .team-grid .item .profile {
        position: absolute;
        top: -50px;
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex; }
        section.team .section-inner .team-grid .item .profile .bg {
          position: absolute;
          z-index: 1;
          top: -105px;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          /* Assuming you have a width and height set for .bg1, 
                        if not, add them for the centering to work properly. */ }
        section.team .section-inner .team-grid .item .profile .photo {
          position: relative;
          z-index: 3;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      section.team .section-inner .team-grid .item .name {
        font-family: 'Heebo-Bold';
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 10px; }
      section.team .section-inner .team-grid .item .role {
        font-family: 'Heebo-Regular';
        font-weight: 400;
        font-size: 19px;
        text-align: center;
        padding: 10px;
        padding-bottom: 20px; }

/* --------------------- /Section team ---------------------- */
.mobile {
  display: none; }

/* ---------------------- Section pricing ---------------------- */
section.pricing-table {
  padding-bottom: 50px; }
  section.pricing-table .section-inner {
    padding: 20px 20px 80px 20px; }
    section.pricing-table .section-inner table {
      direction: rtl;
      width: 100%;
      border-collapse: collapse;
      /* Removes gaps between cells */ }
      section.pricing-table .section-inner table th, section.pricing-table .section-inner table td {
        width: 25%; }
      section.pricing-table .section-inner table th, section.pricing-table .section-inner table td {
        padding: 0 40px;
        /* Spacing within cells */ }
      section.pricing-table .section-inner table thead {
        text-align: center; }
        section.pricing-table .section-inner table thead tr th:first-child {
          background: rgba(83, 51, 237, 0.05); }
        section.pricing-table .section-inner table thead tr th {
          padding: 40px;
          /* Clear floats after the columns */ }
          section.pricing-table .section-inner table thead tr th .title-first {
            font-family: 'Heebo-Regular';
            font-weight: 400;
            font-size: 48px;
            text-align: right; }
          section.pricing-table .section-inner table thead tr th .title {
            font-family: 'Heebo-Bold';
            font-weight: 700;
            color: #5333ED;
            text-align: center;
            font-size: 21px; }
          section.pricing-table .section-inner table thead tr th .price {
            font-family: 'Heebo-Bold';
            font-weight: 700;
            color: #282C37;
            text-align: center;
            font-size: 60px; }
          section.pricing-table .section-inner table thead tr th .sub-title {
            font-family: 'Heebo-Regular';
            font-weight: 400;
            color: #282C37;
            text-align: center;
            font-size: 18px; }
          section.pricing-table .section-inner table thead tr th hr {
            margin-left: auto !important;
            margin-right: auto !important;
            margin-top: 30px;
            margin-bottom: 30px;
            width: 100%;
            color: rgba(0, 0, 0, 0.5); }
          section.pricing-table .section-inner table thead tr th .column {
            float: right;
            width: 70%; }
            section.pricing-table .section-inner table thead tr th .column li {
              font-family: 'Heebo-Regular';
              font-weight: 400;
              direction: rtl;
              background-size: 20px;
              height: 40px;
              font-size: 21px; }
            section.pricing-table .section-inner table thead tr th .column .custom-bullet-list li {
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          section.pricing-table .section-inner table thead tr th .column:last-child {
            float: right;
            width: 30%; }
            section.pricing-table .section-inner table thead tr th .column:last-child li {
              font-family: 'Heebo-Regular';
              font-weight: 400;
              display: flex;
              align-items: center;
              justify-content: flex-end;
              direction: rtl;
              background-size: 20px;
              height: 40px;
              font-size: 21px;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          section.pricing-table .section-inner table thead tr th .primary-prices:after {
            content: "";
            display: table;
            clear: both; }
          section.pricing-table .section-inner table thead tr th .select {
            padding-top: 30px;
            text-align: center; }
            section.pricing-table .section-inner table thead tr th .select a {
              margin: auto; }
              section.pricing-table .section-inner table thead tr th .select a button {
                font-family: 'Heebo-Bold';
                font-weight: 700;
                padding: 13px 20px;
                border-radius: 33px;
                background: var(--color-third);
                font-size: 19px;
                border: none;
                width: 80%;
                cursor: pointer; }
              section.pricing-table .section-inner table thead tr th .select a button:hover {
                color: white;
                background: var(--color-main); }
        section.pricing-table .section-inner table thead tr th:nth-child(3) {
          position: relative;
          border-radius: 20px;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          background: #FFF;
          --pseudo-element-height: 100px;
          /* default value */ }
        section.pricing-table .section-inner table thead tr th:nth-child(3):before {
          content: " ";
          height: var(--pseudo-element-height);
          position: absolute;
          top: 0;
          width: 100%;
          left: 0;
          border-radius: 20px;
          box-shadow: 5px 5px 30px 0px rgba(38, 22, 114, 0.1);
          z-index: -1; }
      section.pricing-table .section-inner table tbody {
        width: 100%; }
        section.pricing-table .section-inner table tbody tr {
          width: 100%; }
          section.pricing-table .section-inner table tbody tr.parent td:first-child {
            font-size: 15px;
            text-align: right;
            background: rgba(83, 51, 237, 0.1); }
          section.pricing-table .section-inner table tbody tr.parent td {
            font-size: 15px;
            height: 80px;
            border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
            background: rgba(83, 51, 237, 0.051); }
          section.pricing-table .section-inner table tbody tr.child td:first-child {
            font-size: 15px;
            text-align: right;
            background: rgba(83, 51, 237, 0.05); }
          section.pricing-table .section-inner table tbody tr.child td {
            height: 35px;
            text-align: center;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            background-color: transparent; }
          section.pricing-table .section-inner table tbody tr td {
            text-align: center; }
          section.pricing-table .section-inner table tbody tr td:nth-child(3) {
            border-radius: 0px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
        section.pricing-table .section-inner table tbody tr:nth-last-child(2) td {
          border-bottom: none !important; }
        section.pricing-table .section-inner table tbody tr:last-child {
          background-color: transparent; }
          section.pricing-table .section-inner table tbody tr:last-child.parent td:first-child {
            background-color: transparent; }
          section.pricing-table .section-inner table tbody tr:last-child td {
            background-color: transparent;
            border-bottom: none; }
            section.pricing-table .section-inner table tbody tr:last-child td .select {
              padding-top: 30px;
              text-align: center; }
              section.pricing-table .section-inner table tbody tr:last-child td .select a {
                margin: auto; }
                section.pricing-table .section-inner table tbody tr:last-child td .select a button {
                  font-family: 'Heebo-Bold';
                  font-weight: 700;
                  padding: 13px 20px;
                  border-radius: 33px;
                  background: var(--color-third);
                  font-size: 19px;
                  border: none;
                  width: 80%;
                  cursor: pointer; }
                section.pricing-table .section-inner table tbody tr:last-child td .select a button:hover {
                  color: white;
                  background: var(--color-main); }

/* --------------------- /Section pricing ---------------------- */
/* ---------------------- Section why-us ---------------------- */
section.why-us .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column; }
  section.why-us .section-inner .title {
    font-size: 48px;
    padding-bottom: 60px; }
    section.why-us .section-inner .title span {
      font-size: 48px; }
  section.why-us .section-inner .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; }
    section.why-us .section-inner .row .item {
      display: flex;
      flex-direction: column; }
      section.why-us .section-inner .row .item img {
        height: 243px; }
      section.why-us .section-inner .row .item .title {
        font-family: 'Heebo-Regular';
        font-weight: 400;
        width: 100%;
        text-align: center; }

/* --------------------- /Section why-us ---------------------- */
/* ---------------------- Section partners.pricing ---------------------- */
section.partners.pricing {
  padding-top: 50px;
  padding-bottom: 50px; }

/* --------------------- /Section partners.pricing ---------------------- */
/* ---------------------- Section qa ---------------------- */
section.qa .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  section.qa .section-inner .title {
    font-size: 48px;
    padding-bottom: 60px; }
    section.qa .section-inner .title span {
      font-size: 48px; }
  section.qa .section-inner .table {
    display: flex; }
    section.qa .section-inner .table .right, section.qa .section-inner .table .left {
      width: 50%;
      padding: 20px; }
      section.qa .section-inner .table .right .item, section.qa .section-inner .table .left .item {
        box-shadow: 5px 5px 30px 0px rgba(38, 22, 114, 0.1);
        border-radius: 12px;
        background-color: var(--color-white);
        margin-bottom: 30px;
        /* Initial style for collapsible content */
        /* Style when collapsible button is active */ }
        section.qa .section-inner .table .right .item .collapsible, section.qa .section-inner .table .left .item .collapsible {
          font-family: 'Heebo-Regular';
          font-weight: 400;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-radius: 12px;
          background-color: var(--color-white);
          color: var(--color-text);
          cursor: pointer;
          width: 100%;
          border: none;
          text-align: right;
          outline: none;
          font-size: 19px;
          padding: 20px; }
        section.qa .section-inner .table .right .item .active, section.qa .section-inner .table .right .item .collapsible:hover, section.qa .section-inner .table .left .item .active, section.qa .section-inner .table .left .item .collapsible:hover {
          padding: 20px; }
        section.qa .section-inner .table .right .item .icon, section.qa .section-inner .table .left .item .icon {
          background-repeat: no-repeat;
          background-position: right;
          /* Position the icon on the right */
          background-image: url("../images/icons/plus.svg");
          /* Default (closed) icon */
          width: 20px;
          height: 20px;
          display: inline-block;
          vertical-align: middle; }
        section.qa .section-inner .table .right .item .active .icon, section.qa .section-inner .table .left .item .active .icon {
          background-image: url("../images/icons/minus.svg");
          /* Icon when collapsible is open */ }
        section.qa .section-inner .table .right .item .content, section.qa .section-inner .table .left .item .content {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.2s ease-out;
          /* Animation effect */ }
          section.qa .section-inner .table .right .item .content hr, section.qa .section-inner .table .left .item .content hr {
            margin: auto;
            width: 95%;
            background-color: rgba(0, 0, 0, 0.1);
            border: none;
            height: 1px; }
          section.qa .section-inner .table .right .item .content p, section.qa .section-inner .table .left .item .content p {
            font-family: 'Heebo-Regular';
            font-weight: 400;
            font-size: 19px;
            padding: 20px;
            padding-top: 0;
            text-align: right; }
          section.qa .section-inner .table .right .item .content .link, section.qa .section-inner .table .left .item .content .link {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: self-start;
            padding: 20px;
            padding-top: 0; }
            section.qa .section-inner .table .right .item .content .link a, section.qa .section-inner .table .left .item .content .link a {
              font-family: 'Heebo-Bold';
              font-weight: 700;
              color: var(--color-third); }
        section.qa .section-inner .table .right .item .collapsible.active + .content, section.qa .section-inner .table .left .item .collapsible.active + .content {
          max-height: 300px;
          /* or whatever the expected max height might be */ }

/* --------------------- /Section qa ---------------------- */
@media only screen and (max-width: 950px) {
  .mobile {
    display: flex; }
  .desktop {
    display: none; }
  .section-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap; }
    .section-inner .title {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-direction: column;
      flex-wrap: nowrap;
      font-family: 'Heebo-Regular';
      font-weight: 400;
      font-size: 24px !important; }
      .section-inner .title span {
        font-family: 'Heebo-Bold';
        font-weight: 700;
        font-size: 24px !important; }
    .section-inner .sub-title {
      font-size: 15px !important;
      padding-bottom: 0 !important; }
  /* ---------------------- Section pricing ---------------------- */
  section.pricing-table .section-inner table {
    direction: rtl;
    width: 100%;
    border-collapse: collapse;
    /* Removes gaps between cells */
    /* ... (rest of your code remains unchanged) ... */ }
    section.pricing-table .section-inner table th, section.pricing-table .section-inner table td {
      width: 100%;
      /* Updated to 100% for mobile */ }
    section.pricing-table .section-inner table thead, section.pricing-table .section-inner table tbody, section.pricing-table .section-inner table tr, section.pricing-table .section-inner table th, section.pricing-table .section-inner table td {
      display: block;
      width: 100%; }
      section.pricing-table .section-inner table thead tr.child, section.pricing-table .section-inner table tbody tr.child, section.pricing-table .section-inner table tr tr.child, section.pricing-table .section-inner table th tr.child, section.pricing-table .section-inner table td tr.child {
        width: 100%;
        display: flex;
        flex-direction: row; }
        section.pricing-table .section-inner table thead tr.child td:first-child, section.pricing-table .section-inner table tbody tr.child td:first-child, section.pricing-table .section-inner table tr tr.child td:first-child, section.pricing-table .section-inner table th tr.child td:first-child, section.pricing-table .section-inner table td tr.child td:first-child {
          text-align: right;
          padding: 0;
          width: 50%;
          padding-right: 20px;
          height: 40px;
          display: flex;
          align-items: center; }
        section.pricing-table .section-inner table thead tr.child td, section.pricing-table .section-inner table tbody tr.child td, section.pricing-table .section-inner table tr tr.child td, section.pricing-table .section-inner table th tr.child td, section.pricing-table .section-inner table td tr.child td {
          display: flex;
          align-items: center;
          width: 50%;
          text-align: center;
          height: 40px; }
    section.pricing-table .section-inner table thead tr th:first-child {
      display: none; }
    section.pricing-table .section-inner table thead tr th {
      padding: 20px; }
      section.pricing-table .section-inner table thead tr th .column .custom-bullet-list li {
        font-size: 15px; }
      section.pricing-table .section-inner table thead tr th .column:last-child li {
        font-family: 'Heebo-Regular';
        font-weight: 400;
        font-size: 15px; }
    section.pricing-table .section-inner table thead tr hr {
      margin: 15px 0px !important; }
    section.pricing-table .section-inner table .parent {
      display: flex !important; }
      section.pricing-table .section-inner table .parent td:first-child {
        font-family: 'Heebo-Bold';
        font-weight: 700;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
      section.pricing-table .section-inner table .parent td {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
    section.pricing-table .section-inner table .parent:last-child td {
      display: none; }
    section.pricing-table .section-inner table .parent:last-child td:last-child {
      display: block;
      width: 100%;
      padding: 0 20px; }
    section.pricing-table .section-inner table tr, section.pricing-table .section-inner table .child {
      flex-direction: row;
      flex-wrap: nowrap; }
    section.pricing-table .section-inner table .select a button {
      font-family: 'Heebo-Bold';
      font-weight: 700;
      font-size: 15px !important;
      width: 90% !important; }
  /* --------------------- /Section pricing ---------------------- */
  section.why-us .section-inner .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%; }
  section.qa .section-inner .table {
    display: flex;
    flex-direction: column; }
    section.qa .section-inner .table .right {
      width: 100%;
      padding-bottom: 0; }
    section.qa .section-inner .table .left {
      padding-top: 0;
      width: 100%; }
  section.partners .section-inner .partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    gap: 40px; }
  section.contact-form .section-inner .container {
    display: flex;
    flex-direction: column; }
    section.contact-form .section-inner .container .right {
      width: 100%;
      padding: 20px;
      padding-bottom: 0; }
    section.contact-form .section-inner .container .left {
      padding-top: 0;
      width: 100%; }
      section.contact-form .section-inner .container .left img {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, 40%) !important;
        width: 60%; }
  footer .footer-inner .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0px;
    flex-wrap: wrap; }
    footer .footer-inner .row .item {
      height: auto; }
      footer .footer-inner .row .item ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        -moz-column-gap: 10px;
             column-gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: right; }
        footer .footer-inner .row .item ul li {
          width: 33%; }
      footer .footer-inner .row .item.social {
        width: 100%; }
        footer .footer-inner .row .item.social ul {
          width: 100%;
          display: flex;
          flex-direction: row;
          align-items: center;
          flex-wrap: nowrap;
          justify-content: space-between;
          text-align: right;
          padding-top: 20px;
          padding-bottom: 20px; }
      footer .footer-inner .row .item.contact ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        text-align: right;
        padding: 20px 5px;
        padding-top: 0px; }
        footer .footer-inner .row .item.contact ul li {
          width: 100%; }
          footer .footer-inner .row .item.contact ul li img {
            padding-left: 10px; }
  footer .info {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 18px;
    border-top: 2px solid var(--color-white);
    flex-wrap: wrap;
    gap: 10px; }
    footer .info a {
      padding-right: 5px; } }

/* Highlighted column */
/**/
/* ---------------------- Section prices-table ---------------------- */
section.prices-table .section-inner .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none; }
  section.prices-table .section-inner .price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
  section.prices-table .section-inner .price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px; }
    section.prices-table .section-inner .price-table tr td:first-child {
      border-left: 0 none; }
    section.prices-table .section-inner .price-table tr td:not(:first-child) {
      text-align: center; }
    section.prices-table .section-inner .price-table tr td:nth-child(3) {
      background-color: rgba(216, 214, 227, 0.15);
      padding: 8px 48px; }
  section.prices-table .section-inner .price-table tr:nth-child(even) {
    background-color: #FFFFFF; }
  section.prices-table .section-inner .price-table tr:hover {
    background-color: #EEEEEE; }
  section.prices-table .section-inner .price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25); }
  section.prices-table .section-inner .price-table .fa-check {
    color: #5336ca; }
  section.prices-table .section-inner .price-table .fa-times {
    color: #D8D6E3; }
  section.prices-table .section-inner .price-table tr.price-table-head {
    color: #5333ED; }
    section.prices-table .section-inner .price-table tr.price-table-head td {
      font-size: 16px;
      font-weight: 600;
      font-family: 'Heebo-Regular';
      font-weight: 400;
      text-transform: uppercase; }
  section.prices-table .section-inner .price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Heebo-Regular';
    font-weight: 400; }
    section.prices-table .section-inner .price-table td.price a {
      background-color: #5336ca;
      color: #FFFFFF;
      padding: 12px 32px;
      margin-top: 16px;
      font-size: 12px;
      font-weight: 600;
      font-family: 'Heebo-Regular';
      font-weight: 400;
      text-transform: uppercase;
      display: inline-block;
      border-radius: 64px; }
  section.prices-table .section-inner .price-table td.price-table-popular {
    font-family: 'Heebo-Regular';
    font-weight: 400;
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700; }
  section.prices-table .section-inner .price-table .price-blank {
    background-color: #fafafa;
    border: 0 none; }
  section.prices-table .section-inner .price-table svg {
    width: 90px;
    fill: #5336ca; }

/* --------------------- /Section prices-table ---------------------- */
.alignnone, .aligncenter, .alignright, .alignleft {
  max-width: 50%; }

.content .alignright, .content .alignleft {
  max-width: 50%;
  height: auto; }

.content .alignnone, .content .aligncenter {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 950px) {
  .content .alignnone, .content .aligncenter, .content .alignright, .content .alignleft {
    max-width: 100%;
    float: none;
    margin: 0; } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  direction: rtl; }

@media only screen and (max-width: 950px) {
  .woocommerce-MyAccount-content {
    width: 100%; } }

html.fp-enabled {
  margin-top: 0 !important; }
