.elementor-34403 .elementor-element.elementor-element-512c8f1{margin:0px 0px 120px 0px;}.elementor-34403 .elementor-element.elementor-element-8abc06d{margin:120px 0px 120px 0px;}.elementor-34403 .elementor-element.elementor-element-df8ca7d{margin:120px 0px 120px 0px;}.elementor-34403 .elementor-element.elementor-element-abd9e68{margin:120px 0px 120px 0px;}.elementor-34403 .elementor-element.elementor-element-c25e127{margin:120px 0px 120px 0px;}.elementor-34403 .elementor-element.elementor-element-4f58fe5{margin:120px 0px 0px 0px;}.elementor-34403 .elementor-element.elementor-element-68a3937{margin:0px 0px 0px 0px;}.elementor-34403 .elementor-element.elementor-element-7bbaf32 > .elementor-widget-container{margin:-450px 0px 0px 0px;}@media(max-width:767px){.elementor-34403 .elementor-element.elementor-element-512c8f1{margin:0px 0px 070px 0px;}.elementor-34403 .elementor-element.elementor-element-8abc06d{margin:070px 0px 070px 0px;}.elementor-34403 .elementor-element.elementor-element-df8ca7d{margin:070px 0px 070px 0px;}.elementor-34403 .elementor-element.elementor-element-abd9e68{margin:070px 0px 070px 0px;}.elementor-34403 .elementor-element.elementor-element-c25e127{margin:070px 0px 070px 0px;}.elementor-34403 .elementor-element.elementor-element-4f58fe5{margin:070px 0px 0px 0px;}.elementor-34403 .elementor-element.elementor-element-68a3937{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-f3cbe19 */body {
  margin: 0;
  padding: 0;
  font-family: IranYekanX;

  .container-custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;

    @media (max-width: 575px) {
      padding: 0 20px;
    }
  }
 }
 .xts-site-content{
     padding-top: 0 !important;
 }
  
@keyframes bubble {
  0%,
  100% {
    transform: translateX(49%) translateY(49%) scale(1);
  }
  50% {
    transform: translateX(49%) translateY(49%) scale(1.4);
  }
}
@keyframes bubble2 {
  0%,
  100% {
    inset: -7px;
  }
  50% {
    inset: 0;
  }
}
@keyframes play-button {
  0%,
  100% {
    width: 70px;
    height: 70px;
  }
  50% {
    width: 130px;
    height: 130px;
  }
}

#section1 {
    position: relative;

    > .margin {
      position: absolute;
      bottom: -7px;
      z-index: 0;
      width: 100%;
    }
    > .margin-mobile {
      display: none;
      position: absolute;
      bottom: -12px;
      z-index: 0;
      width: 100%;
    }
    > .background {
      position: relative;
      z-index: 1;
      width: 100%;
    }
    > .background-mobile {
      position: relative;
      z-index: 1;
      display: none;
      width: 100%;
    }
    > .play-button {
      position: absolute;
      top: 15%;
      right: 35%;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 130px;
      height: 130px;
      border-radius: 9999px;

      > .image {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        width: 70px;
        height: 70px;
        background-size: 130px;
        background-position: center center;
        border-radius: 9999px;
        animation: play-button 3s infinite;
        transition: 0.5s;

        &:hover {
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        }
        
        >img{
            max-width: unset;
        }
      }
    }
    > .training-button,
    .create-button {
      position: absolute;
      top: 60%;
      left: 25%;
      z-index: 2;
      transform: rotateZ(8deg);

      > a {
        text-decoration: none;
        padding: 20px 40px;
        background-color: #eaf1ff;
        font-size: 32px;
        color: #0d2133;
        border-radius: 9999px 9999px 0 9999px;
        transition: 0.5s;

        &:hover {
          background-color: #0d2133;
          color: #eaf1ff;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        }

        > .circle {
          position: absolute;
          bottom: -40px;
          right: -30px;
          width: 25px;
          height: 25px;
          background-color: #0d2133;
          border-radius: 9999px;
          cursor: default;
          transform: rotateZ(-8deg);

          &::before {
            content: '';
            position: absolute;
            right: 50%;
            bottom: 50%;
            transform: translateX(49%) translateY(49%);
            width: 25px;
            height: 25px;
            background-color: #0d2133;
            border-radius: 9999px;
            opacity: 0.5;
            animation: bubble 2s infinite;
          }
        }
      }
    }
    > .create-button {
      left: unset;
      top: 70%;
      right: 24%;
      transform: rotateZ(-8deg);

      > a {
        padding: 20px 50px;
        color: #eaf1ff;
        background-color: #0d2133;
        border-radius: 9999px 9999px 9999px 0;
        
        &:hover {
          background-color: #eaf1ff;
          color: #0d2133;
        }

        > .circle {
          right: unset;
          left: -30px;
          background-color: #eaf1ff;

          &::before {
            background-color: #eaf1ff;
          }
        }
      }
    }

    @media (max-width: 1500px) {
      > .training-button {
        top: 50%;
        left: 20%;

        > a {
          font-size: 28px;
        }
      }
      > .create-button {
        top: 60%;
        right: 20%;

        > a {
          font-size: 28px;
        }
      }
    }
    @media (max-width: 992px) {
      > .play-button {
        transform: scale(0.9);
      }
      > .training-button {
        left: 50%;
        top: unset;
        bottom: 80px;
        transform: translateX(-50%) rotateZ(0);

        > a {
          position: relative;
          padding: 15px 40px;
          font-size: 20px;
          border-radius: 9999px;
          &::before {
            content: '';
            position: absolute;
            inset: -6px;
            z-index: -1;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(20px);
            border-radius: 9999px;
            animation: bubble2 3s infinite;
          }

          > .circle {
            display: none;
          }
        }
      }
      > .create-button {
        display: none;
      }
    }
    @media (max-width: 768px) {
      > .margin {
        display: none;
      }
      > .margin-mobile {
        display: block;
      }
      > .background {
        display: none;
      }
      > .background-mobile {
        display: block;
      }
      > .play-button {
        right: 20%;
        transform: scale(0.75);
      }
      > .training-button {
        > a {
          padding: 12px 25px;
          font-size: 18px;
        }
      }
    }
    @media (max-width: 360px) {
      > .training-button {
        > a {
          font-size: 16px;
        }
      }
    }
    @media (max-width: 330px) {
      > .training-button {
        > a {
          font-size: 15px;
        }
      }
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3038fca */#section2 {
    > .title {
      display: grid;
      grid-template-columns: 1fr auto auto auto 1fr;
      align-items: center;
      margin-bottom: 30px;

      > .line {
        height: 5px;

        &:first-of-type {
          position: relative;
          left: -15px;
          margin-bottom: 1px;
          background: linear-gradient(to left, transparent, #1726b7);
        }
        &:last-of-type {
          position: relative;
          right: -15px;
          margin-bottom: 1px;
          background: linear-gradient(to right, transparent, #1726b7);
        }
      }
      > .star {
        width: 40px;
      }
      > .text {
        text-align: center;
        font-size: 40px;
        font-weight: 900;
        line-height: 1.7;
        margin: 0 20px;
        color: #1726b7;
      }
    }
    > p {
      margin-bottom: 50px;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.8;
      color: #0d2133;
    }
    > .items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px 100px;

      > .item {
        position: relative;
        z-index: 3;
        text-decoration: none;
        transition: 1s;

        &:hover {
          transform: scale(1.03);

          > img {
            filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.6));
          }

          > span {
            background-color: #eaf1ff;
            color: #0e0e0e;
          }
        }

        > img {
          width: 100%;
          transition: 1s;
        }
        > span {
          position: absolute;
          bottom: 40px;
          right: 0;
          left: 0;
          margin: 0 40px;
          padding: 15px 5px;
          font-size: 22px;
          text-align: center;
          color: #eaf1ff;
          background: rgba(255, 255, 255, 0.2);
          backdrop-filter: blur(20px);
          border-radius: 9999px;
          transition: 0.3s;
        }
      }
    }

    @media (max-width: 1400px) {
      > .items {
        gap: 20px 50px;

        > .item {
          > span {
            bottom: 30px;
            margin: 0 30px;
            font-size: 20px;
          }
        }
      }
    }

    @media (max-width: 1200px) {
      > .title {
        > .text {
          font-size: 36px;
        }
      }

      > .items {
        gap: 20px 50px;

        > .item {
          > span {
            bottom: 20px;
            margin: 0 20px;
            padding: 10px 5px;
            font-size: 18px;
          }
        }
      }
    }

    @media (max-width: 992px) {
      > .title {
        > .star {
          width: 36px;
        }
        > .text {
          font-size: 32px;
        }
      }
      > p {
        font-size: 18px;
      }

      > .items {
        gap: 16px 30px;

        > .item {
          > span {
            padding: 10px 5px;
            font-size: 16px;
          }
        }
      }
    }

    @media (max-width: 768px) {
      > .title {
        grid-template-columns: repeat(3, auto);
        justify-content: center;
        margin-bottom: 10px;

        > .line {
          display: none;
        }
        > .star {
          width: 32px;
        }
        > .text {
          margin: 0 10px;
          font-size: 28px;
        }
      }
      > p {
        margin-bottom: 30px;
        font-size: 16px;
      }
      > .items {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 30px;
      }
    }

    @media (max-width: 575px) {
      > .title {
        > .star {
          width: 24px;
        }
        > .text {
          margin: 0 10px;
          font-size: 24px;
        }
      }
      > p {
        font-size: 14px;
      }
      > .items {
        gap: 0px 20px;

        > .item {
          > span {
            bottom: 15px;
            margin: 0 10px;
            padding: 8px 4px;
            font-size: 14px;
          }
        }
      }
    }

    @media (max-width: 400px) {
      > .title {
        > .text {
          font-size: 20px;
        }
      }
      > .items {
        gap: 0px 17px;

        > .item {
          > span {
            font-size: 13px;
          }
        }
      }
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8139a18 */@keyframes move-up {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
@keyframes move-down {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

#section3 {
    position: relative;
    margin-bottom: 130px;

    > .margin {
      position: absolute;
      bottom: -6px;
      z-index: 0;
      width: 100%;
    }
    > .margin-mobile {
      display: none;
      position: absolute;
      bottom: -5px;
      z-index: 0;
      width: 100%;
    }
    > .background {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      width: 100%;
    }
    > .background-mobile {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      display: none;
      width: 100%;
    }

    > .container-custom {
      position: relative;
      z-index: 2;

      > .title {
        display: grid;
        grid-template-columns: auto auto auto;
        justify-content: center;
        align-items: center;
        margin-bottom: 100px;

        > .star {
          width: 40px;
        }
        > .text {
          text-align: center;
          font-size: 40px;
          font-weight: 900;
          line-height: 1.7;
          margin: 0 20px;
          color: #1726b7;
        }
      }
      > .title-mobile {
        display: none;
      }

      > .content {
        display: grid;
        grid-template-columns: 1fr 1.25fr 1fr;
        gap: 100px;
        padding-bottom: 50px;

        > .items {
          display: flex;
          flex-direction: column;
          gap: 100px;

          > .item {
            > .title {
              position: relative;
              margin-right: 20px;
              text-align: right;
              color: #f97e68;
              font-size: 22px;
              font-weight: 600;
              line-height: 1.7;

              > img {
                position: absolute;
                top: -50px;
                right: -30px;
              }
            }
            > p {
              text-align: justify;
              padding-right: 20px;
              color: #0d2133;
              font-size: 18px;
              line-height: 1.7;
            }
          }
        }

        > .items:nth-child(1) {
          > .item:nth-child(2) {
            > .title {
              color: #4ac258;
            }
          }
        }

        > .items:nth-child(3) {
          > .item:nth-child(1) {
            > .title {
              color: #3fc0fc;
            }
          }
          > .item:nth-child(2) {
            > .title {
              color: #fe719c;
            }
          }
        }

        > .image {
          position: relative;
          transform: scale(1.2);
          transition: 1s;

          &:hover {
            transform: scale(1.25);
            > img {
              filter: drop-shadow(0 0 70px rgba(23, 66, 183, 1));
            }
          }

          > img {
            position: relative;
            top: 120px;
            width: 100%;
            filter: drop-shadow(0 0 70px rgba(23, 66, 183, 0.8));
            transition: 1s;
          }
          >.rock{
            animation: move-up 4s infinite ease-in-out;
          }
          > .pebble {
            position: absolute;
            right: 0;
            left: 0;
            animation: move-down 4s infinite ease-in-out;
          }
        }
      }
    }

    @media (max-width: 1400px) {
      > .container-custom {
        > .content {
          grid-template-columns: repeat(3, 1fr);
          gap: 80px;
          padding-bottom: 100px;

          > .items {
            gap: 70px;
            > .item {
              > .title {
                font-size: 20px;

                > img {
                  transform: scale(0.9);
                }
              }
              > p {
                font-size: 16px;
              }
            }
          }
        }
      }
    }

    @media (max-width: 1200px) {
      > .container-custom {
        > .title {
          > .text {
            font-size: 36px;
          }
        }
      }
    }

    @media (max-width: 992px) {
      margin-bottom: 0;

      > .margin {
        display: none;
      }
      > .margin-mobile {
        display: block;
      }
      > .background {
        display: none;
      }
      > .background-mobile {
        display: block;
      }
      > .container-custom {
        > .title {
          margin-bottom: 100px;

          > .star {
            width: 36px;
          }
          > .text {
            font-size: 32px;
          }
        }
        > .content {
          display: flex;
          flex-direction: column;
          gap: 0;
          padding-bottom: 40px;

          > .items {
            gap: 0;
            padding: 0 20px;

            > .item {
              margin-bottom: 70px;

              > .title {
                margin-right: 0;

                > img {
                  right: -10px;
                }
              }

              > p {
                padding-right: 0;
              }
            }
          }

          > .image {
            display: none;
          }
        }
      }
    }

    @media (max-width: 768px) {
      > .container-custom {
        > .title {
          justify-content: center;

          > .star {
            width: 32px;
          }
          > .text {
            margin: 0 10px;
            font-size: 28px;
          }
        }

        > .title-desktop {
          display: none;
        }
        > .title-mobile {
          display: grid;
        }
      }
    }

    @media (max-width: 575px) {
      > .container-custom {
        > .title {
          margin-bottom: 80px;

          > .star {
            width: 24px;
          }
          > .text {
            margin: 0 10px;
            font-size: 24px;
          }
        }

        > .content {
          > .items {
            padding: 0 10px;

            > .item {
              margin-bottom: 50px;

              > .title {
                font-size: 17px;

                > img {
                  top: -45px;
                  transform: scale(0.75);
                }
              }
              > p {
                margin-top: 6px;
                font-size: 14px;
              }
            }
          }
        }
      }
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0dffe15 */#section4 {
    > .title {
      display: grid;
      grid-template-columns: repeat(3, auto);
      justify-content: center;
      align-items: center;
      margin-bottom: 40px;

      > .star {
        width: 40px;
      }
      > .text {
        text-align: center;
        font-size: 40px;
        font-weight: 900;
        line-height: 1.7;
        margin: 0 20px;
        color: #1726b7;
      }
    }
    > .title-mobile {
      display: none;
    }

    .items {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      width: 100%;
    }

    .item {
      display: flex;
      flex-direction: column;
      height: 60px;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem;
      overflow: hidden;
      transition: all 0.5s ease;
    }

    @media (min-width: 640px) {
      .item {
        height: 80px;
      }
    }

    .accordion-toggle {
      display: grid;
      grid-template-columns: auto 1fr;
      background-color: transparent;
      padding: 0;
      border: none;
      cursor: pointer;
    }

    .accordion-toggle:hover {
      background-color: transparent;
    }

    .icon-wrapper {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      background-color: white;
      border-radius: 9999px;
    }

    @media (min-width: 640px) {
      .icon-wrapper {
        width: 64px;
        height: 64px;
      }
    }

    .icon-wrapper img {
      width: 16px;
      transition: all 0.5s ease;
    }

    @media (min-width: 640px) {
      .icon-wrapper img {
        width: 24px;
      }
    }

    .title-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      background-color: #eaf1ff;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
      border-bottom-left-radius: 0;
    }

    @media (min-width: 640px) {
      .title-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
    }

    .title-bg {
      background-color: #eaf1ff;
      position: absolute;
      bottom: 0;
      right: -20px;
      width: 50%;
      height: 50%;
    }

    @media (min-width: 768px) {
      .title-bg {
        right: -40px;
      }
    }

    .title-text {
      z-index: 1;
      position: absolute;
      top: 0;
      padding: 1rem 0 1rem 1rem;
      text-align: right;
      color: black;
      font-family: IranYekanX;
      font-size: 0.825rem;
      font-weight: 600;
      line-height: 1.6;

      @media (max-width: 768px) {
        padding: 0.6rem 0.3rem 0.6rem 1rem;
      }
    }

    @media (min-width: 640px) {
      .title-text {
        font-size: 1.125rem;
      }
    }

    .content {
      padding-top: 1rem;
      padding-bottom: 1.5rem;
      padding-left: 2rem;
      padding-right: 2rem;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      background-color: #eaf1ff;
      color: rgba(0, 0, 0, 0.7);
      text-align: justify;
      font-size: 0.875rem;
      line-height: 1.8;
      border-top-right-radius: 1rem;
      border-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-top-left-radius: 0;
    }

    @media (min-width: 640px) {
      .content {
        font-size: 1rem;
      }
    }

    @media (max-width: 1200px) {
      > .title {
        > .text {
          font-size: 36px;
        }
      }
    }

    @media (max-width: 992px) {
      > .title {
        margin-bottom: 30px;

        > .star {
          width: 36px;
        }
        > .text {
          font-size: 32px;
        }
      }
    }

    @media (max-width: 768px) {
      > .title-desktop {
        display: none;
      }
      > .title-mobile {
        display: grid;
      }
      > .title {
        justify-content: center;

        > .star {
          width: 32px;
        }
        > .text {
          margin: 0 10px;
          font-size: 28px;
        }
      }
    }

    @media (max-width: 575px) {
      > .title {
        margin-bottom: 25px;

        > .star {
          width: 24px;
        }
        > .text {
          margin: 0 10px;
          font-size: 24px;
        }
      }
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1164cfd */@keyframes shadow {
  0%,
  100% {
    box-shadow: 0 0 3px #6a8dff;
  }
  50% {
    box-shadow: 0 0 15px #2f5fff;
  }
}

#section5 {
    position: relative;

    > .container-custom {
      > .title {
        position: absolute;
        top: 0;
        right: 30px;
        left: 30px;
        display: grid;
        grid-template-columns: auto auto auto;
        justify-content: center;
        align-items: center;
        margin-bottom: 100px;

        > .star {
          width: 40px;
        }
        > .text {
          text-align: center;
          font-size: 40px;
          font-weight: 900;
          line-height: 1.7;
          margin: 0 20px;
          color: #1726b7;
        }
      }
    }

    .section-container {
      position: relative;
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .background-img {
      display: none;
      width: 100%;
    }

    @media (min-width: 768px) {
      .background-img {
        display: block;
        padding-top: 140px;
      }
    }

    .section-inner {
      position: absolute;
      bottom: 0;
      padding: 0 1.5rem;
      margin: 0 auto;
      width: 100%;

      @media (max-width: 768px) {
        position: relative;
        padding: 0;
      }
    }

    .features {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.75rem;
      margin: 0 auto 3rem auto;
      width: 80%;

      @media (max-width: 768px) {
        width: 100%;
      }
    }

    @media (min-width: 1536px) {
      .features {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
      }
    }

    .feature-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1rem;
      background-color: rgba(116, 125, 212, 0.1);
      backdrop-filter: blur(10px);
      border: 1px solid #6a8dff;
      border-radius: 1rem;
    }

    @media (min-width: 768px) {
      .feature-box {
        flex-direction: row;
        padding: 0.5rem;
        background-color: transparent;
        border-radius: 9999px;
      }
    }

    .feature-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px;
      background-color: #6a8dff;
      border-radius: 50%;
      margin-bottom: 1rem;
      animation: shadow 3s infinite;
    }

    @media (min-width: 768px) {
      .feature-icon {
        width: 64px;
        height: 64px;
        margin-left: 0.75rem;
        margin-bottom: 0;
      }
    }

    .feature-icon img {
      width: 20px;
    }

    @media (min-width: 768px) {
      .feature-icon img {
        width: 28px;
      }
    }

    .feature-number {
      color: #ff7043;
      font-size: 1.125rem;
      font-weight: bold;
      margin-bottom: 5px;
    }

    @media (min-width: 768px) {
      .feature-number {
        font-size: 1.25rem;
        margin-left: 0.5rem;
        margin-bottom: 0;
      }
    }

    .feature-text {
      color: #1726b7;
      font-size: 0.875rem;
      font-weight: 600;
      text-align: center;
      line-height: 1.6;
    }

    @media (min-width: 768px) {
      .feature-text {
        font-size: 1rem;
        font-weight: 500;
        margin-left: 0.75rem;
        text-align: start;
      }
    }

    .brands-wrapper {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      width: 100%;
      max-width: 70%;
      margin: 0 auto;
      overflow: hidden;

      @media (max-width: 768px) {
        max-width: 100%;
      }
    }

    .gradient-left,
    .gradient-right {
      position: absolute;
      top: 0;
      width: 25%;
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

    .gradient-left {
      left: -2px;
      background: linear-gradient(to right, white, transparent);
    }

    .gradient-right {
      right: -2px;
      background: linear-gradient(to left, white, transparent);
    }

    .swiper-wrapper {
      display: flex;
    }

    .swiper-slide img {
      width: 100%;
    }

    .swiper-brands1 {
      margin-left: -2.5rem;
    }

    .swiper-brands2 {
      margin-right: -2.5rem;
    }

    @media (max-width: 1200px) {
      > .container-custom {
        > .title {
          > .text {
            font-size: 36px;
          }
        }
      }
    }

    @media (max-width: 992px) {
      > .container-custom {
        > .title {
          margin-bottom: 100px;

          > .star {
            width: 36px;
          }
          > .text {
            font-size: 32px;
          }
        }
      }
    }

    @media (max-width: 768px) {
      > .container-custom {
        > .title {
          position: relative;
          right: 50%;
          transform: translateX(50%);
          justify-content: center;
          width: 100%;
          margin-bottom: 40px;

          > .star {
            width: 32px;
          }
          > .text {
            margin: 0 10px;
            font-size: 28px;
          }
        }
      }
    }

    @media (max-width: 575px) {
      > .container-custom {
        > .title {
          margin-bottom: 35px;

          > .star {
            width: 24px;
          }
          > .text {
            margin: 0 10px;
            font-size: 24px;
          }
        }
      }
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78c404e */#section6 {
    > .title {
      display: grid;
      grid-template-columns: repeat(3, auto);
      justify-content: center;
      align-items: center;
      margin-bottom: 40px;

      > .star {
        width: 40px;
      }
      > .text {
        text-align: center;
        font-size: 40px;
        font-weight: 900;
        line-height: 1.7;
        margin: 0 20px;
        color: #1726b7;
      }
    }
    > .title-mobile {
      display: none;
    }

    .swiper-comments-container {
      position: relative;
      width: 100%;

      .swiper-button-next,
      .swiper-button-prev {
        background-image: none !important;

        &::after {
          color: #1726b7 !important;
          font-size: 24px !important;
          font-weight: 900;
        }

        @media (max-width: 768px) {
          width: 25px;
          height: 25px;
          background-color: #1726b7 !important;
          border-radius: 300px;

          &::after {
            color: #ffffff !important;
            font-size: 10px !important;
          }
        }
      }
    }

    .swiper-comments {
      width: 95%;
      max-width: 90%;
      margin: 0 auto;
    }

    .comment-slide {
      display: flex;
      flex-direction: column;
      width: 8rem;
      height: auto;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem;
      overflow: hidden;
      transition: all 0.5s ease;
    }

    .comment-header {
      display: grid;
      grid-template-columns: auto 1fr;
      width: 100%;
    }

    .comment-avatar-wrapper {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 3rem;
      height: 3rem;
      background-color: white;
      border-radius: 9999px;
    }

    @media (min-width: 640px) {
      .comment-avatar-wrapper {
        width: 4rem;
        height: 4rem;
      }
    }

    .comment-avatar {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 2.25rem;
      height: 2.25rem;
      background-color: #6a8dff;
      border-radius: 9999px;
      box-shadow: -5px 5px 10px #b9caff;
    }

    @media (min-width: 768px) {
      .comment-avatar {
        width: 3rem;
        height: 3rem;
        box-shadow: 0 0 10px #6a8dff;
      }
    }

    .comment-avatar-img {
      width: 1rem;
      transition: all 0.5s ease;
    }

    @media (min-width: 640px) {
      .comment-avatar-img {
        width: 1.25rem;
      }
    }

    .comment-user {
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;
      padding: 0 1rem;
      background-color: #eaf1ff;
      border-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
    }

    @media (min-width: 640px) {
      .comment-user {
        padding: 0 1.5rem;
      }
    }

    .comment-bg {
      position: absolute;
      bottom: 0;
      right: -20px;
      width: 50%;
      height: 50%;
      background-color: #eaf1ff;
    }

    @media (min-width: 768px) {
      .comment-bg {
        right: -40px;
      }
    }

    .comment-username {
      z-index: 1;
      color: black;
      font-weight: bold;
      font-size: 15px;
    }

    @media (min-width: 640px) {
      .comment-username {
        font-size: 1.125rem;
      }
    }

    .comment-text {
      height: 100%;
      padding: 0.75rem 1.75rem 1rem 1.75rem;
      margin-top: 0;
      background-color: #eaf1ff;
      color: black;
      font-size: 0.875rem;
      font-weight: 500;
      text-align: justify;
      border-top-left-radius: 0;
      border-top-right-radius: 1rem;
      border-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      line-height: 1.8;
    }

    @media (min-width: 768px) {
      .comment-text {
        padding: 1rem 2rem 1.5rem 2rem;
        font-size: 1rem;
        font-weight: normal;
      }
    }

    .custom-swiper-next {
      right: -0.5rem !important;
    }

    @media (min-width: 768px) {
      .custom-swiper-next {
        right: 0 !important;
      }
    }

    .custom-swiper-prev {
      left: -0.5rem !important;
    }

    @media (min-width: 768px) {
      .custom-swiper-prev {
        left: 0 !important;
      }
    }

    @media (max-width: 1200px) {
      > .title {
        > .text {
          font-size: 36px;
        }
      }
    }

    @media (max-width: 992px) {
      > .title {
        margin-bottom: 30px;

        > .star {
          width: 36px;
        }
        > .text {
          font-size: 32px;
        }
      }
    }

    @media (max-width: 768px) {
      > .title-desktop {
        display: none;
      }
      > .title-mobile {
        display: grid;
      }
      > .title {
        justify-content: center;

        > .star {
          width: 32px;
        }
        > .text {
          margin: 0 10px;
          font-size: 28px;
        }
      }
    }

    @media (max-width: 575px) {
      > .title {
        margin-bottom: 25px;

        > .star {
          width: 24px;
        }
        > .text {
          margin: 0 10px;
          font-size: 24px;
        }
      }
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b3d510 */#section7 {
    .wrapper {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 310px;
      margin: 8rem auto;
    }

    @media (min-width: 1280px) {
      .wrapper {
        width: 100%;
      }
    }

    .img-desktop {
      display: none;
      width: 100%;
    }

    .img-mobile {
      display: block;
      width: 100%;
    }

    @media (min-width: 1280px) {
      .img-desktop {
        display: block;
      }

      .img-mobile {
        display: none;
      }
    }

    .content-container {
      position: absolute;
      inset: 0;
      padding: 28px 80px;
    }

    @media (min-width: 1536px) {
      .content-container {
        padding-top: 40px;
        padding-bottom: 40px;
      }
    }

    .title {
      display: block;
      position: absolute;
      top: 46px;
      right: 0;
      margin-bottom: 0px;
      font-size: 1.5rem;
      font-weight: 800;
      color: #22329e;
    }

    @media (min-width: 1280px) {
      .title {
        position: relative;
        top: 0;
        right: 0;
        color: white;
        font-size: 2.25rem;
        font-weight: 600;
      }
    }

    .subtitle {
      position: absolute;
      bottom: 50px;
      right: 50%;
      transform: translateX(50%);
      width: 21rem;
      margin-top: 10px;
      margin-bottom: 25px;
      font-size: 13px;
      font-weight: 700;
      color: #22329e;
      line-height: 1.7;
      padding: 0 32px;
      text-align: justify;
    }

    @media (min-width: 1280px) {
      .subtitle {
        position: relative;
        bottom: 0;
        right: 0;
        transform: none;
        color: rgba(255, 255, 255, 0.9);
        font-size: 1rem;
        font-weight: 300;
        padding: 0;
      }
    }

    .form-box {
      position: absolute;
      bottom: 8px;
      right: 50%;
      transform: translateX(50%);
      display: flex;
      gap: 12px;
      width: 80%;
      background-color: #f4f4fd;
      border-radius: 9999px;
      padding: 4px;
    }

    @media (min-width: 1280px) {
      .form-box {
        position: relative;
        right: 0;
        transform: none;
        width: auto;
        background-color: transparent;
      }
    }

    .input-container {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      background-color: #f4f4fd;
      padding: 4px;
      border-radius: 9999px;
    }

    @media (min-width: 1280px) {
      .input-container {
        padding: 8px;
      }
    }

    .icon-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px;
      background-color: #22329e;
      border-radius: 9999px;
    }

    @media (min-width: 1280px) {
      .icon-wrapper {
        width: 48px;
        height: 48px;
      }
    }

    .call-icon {
      width: 16px;
    }

    @media (min-width: 1280px) {
      .call-icon {
        width: 24px;
      }
    }

    .phone-input {
      background-color: transparent;
      border: none;
      outline: none;
      color: inherit;
      width: 140px;
      color: #000000;
      text-align: right;
      font-size: 15px;
      font-family: IranYekanX;
      letter-spacing: 2px;
    }

    @media (min-width: 1280px) {
      .phone-input {
        width: 100%;
        font-size: 1rem;
        text-align: center;
      }
    }

    .phone-input::placeholder {
      color: #c2c2c2;
    }

    .submit-button {
      position: absolute;
      left: 5px;
        top: -22.5%;
      transform: translateY(50%);
      padding: 14px 24px;
      font-size: 1rem;
      color: white;
      background-color: #22329e;
      font-family: IranYekanX;
      border: none;
      border-radius: 9999px;
      cursor: pointer;
      transform-origin: center;
      scale: 0.8;
    }

    .submit-button:hover {
      background-color: #22329e;
      color: white;
    }

    @media (min-width: 1280px) {
      .submit-button {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 20px 40px;
        scale: 1;
      }
    }
  }
  
  #_section7 #gform_2{
        position: absolute;
        right: 50%;
        transform: translateX(50%) translateY(15%);
        display: flex;
        gap: 12px;
        width: 85%;
        background-color: transparent;
        border-radius: 9999px;
        padding: 4px 24px;
        max-width: 1200px;
        
        input{
            padding: 30px 20px;
            background-color: #f4f4fd;
            padding: 30px 20px;
            border: none;
            font-size: 1rem;
            border-radius: 1000px;
        }
        input::placeholder{
            color: #888888;
        }
        input[type="submit"]{
            font-size: 1rem;
            color: white;
            background-color: #22329e;
            font-family: IranYekanX;
            border: none;
            border-radius: 9999px;
            cursor: pointer;
            transform-origin: center;
            padding: 20px 30px;
        }
        
        #gform_fields_2{
            display: flex;
            align-items: center;
        }
        #field_2_1{
            height: fit-content;
        }
  }
  
  @media (max-width: 1279px) {
      #_section7 #gform_2{
        justify-content: center;
        width: 100%;
        transform: translateX(49.2%) translateY(230px);
        
        #gform_fields_2{
            gap: 10px;
            transform: scale(0.85);
        }
      }
  }/* End custom CSS */