 .title-box {
      height: 183px;
    }

    .pricing-sticky-section {
      background-color: white;
      display: none;
      position: fixed;
      top: 0px;
      padding-top: 68px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      z-index: 999;
      border-bottom: 1px solid #8483824D;
    }

    .pricing-sticky-section .last-row {
      height: 150px;
    }

    .pricing-sticky-section table {
      max-width: 1560px;
      margin: 0 auto;
      width: 100%;
    }

    .pricing-sticky-section .first-col {
        max-width: 208px !important;
        width: 22%;
      }

    .pricing-sticky-section .table-header-content {
      padding-top: 15px;
    }

    h1 {
      font-size: 60px;
      font-weight: 700;
      line-height: 125%;
      color: #18181B;
      text-align: center;
    }

    h2 {
      font-size: 50px;
      font-weight: 600;
      line-height: 63px;
      color: #18181b;
    }

    h3 {
      font-size: 40px;
      font-weight: 600;
      line-height: 52px;
      color: #18181B;
      text-align: center;
    }

    h4 {
      font-size: 22px;
      font-weight: 600;
      line-height: 35.28px;
      color: #18181b;
    }

    .text_base {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      color: #18181B;
    }

    .text_lg {
      font-size: 18px;
      font-weight: 400;
      line-height: 27px;
    }

    .text_xl {
      font-size: 20px;
      font-weight: 500;
      line-height: 25.2px;
      color: #18181B;
    }

    .text_sm {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      color: #18181B;
    }

    .text-2xl {
      font-size: 24px;
      font-weight: 600;
      line-height: 36px;
      color: #18181B;
    }

    .main-bg-sction {
      position: absolute;
      top: -400px;
      left: 0;
      width: 100%;
      height: 1140px;
    }

    #lottie-container-product {
      height: 400px;
      min-height: 400px;
      max-height: 400px;
      position: absolute;
      bottom: -49px;
      display: flex;
      justify-content: center;
      align-items: center;
      display: block;
      width: 100%;
    }

    .banner-section {
      position: relative;
      height: 530px;
    }

    .banner-section-content h1 {
      font-weight: 700;
      text-align: center;
      color: #18181B;
    }

    .banner-feature-section {
      max-width: 870px;
      margin: 0 auto;
      margin: 30px;
      display: flex;
      flex-direction: row;
      gap: 10px;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }

    .banner-feature-box {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background-color: #EDEEFC;
      border: 1px solid #E0E0FC;
      border-radius: 50px;
      padding: 11px 16px;
    }

    .banner-feature-box p {
      font-size: 14px;
      line-height: 140%;
      font-weight: 500;
      color: #070529;
      margin-top: 0 !important;
    }

    .save-data {
      color: #6762FE;
      font-weight: 600;
    }

    .animation-1 {
      position: absolute;
      top: -16px;
      left: -16px;
      animation: slideDown 2s forwards;
    }

    .pro {
      position: absolute;
      top: 170px;
      left: 359px;
    }

    .banner-left-image {
      position: absolute;
      top: 25%;
      left: 17%;
      transform: translateX(-50%);
    }

    .banner-right-image {
      position: absolute;
      right: 8%;
      top: 25%;
    }

    .banner-cloudairy-ai {
      margin-top: 30px;
      width: 70px;
      height: 70px;
    }

    @keyframes slideDown {
      from {
        transform: translateY(-50%);
        /* Start from off the screen top */
        opacity: 0;
        /* Optional: fade in effect */
      }

      to {
        transform: translateY(0);
        /* End at its original position */
        opacity: 1;
        /* Optional: fully visible */
      }
    }

    @keyframes slideIn {
      from {
        transform: translateX(-50%);
        /* Start from off the screen left */
        opacity: 0;
        /* Optional: fade in effect */
      }

      to {
        transform: translateX(0);
        /* End at its original position */
        opacity: 1;
        /* Optional: fully visible */
      }
    }

    .banner-btn-box {
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      /* padding: 0 16px; */
      margin-bottom: 100px;
    }

    .banner-btn-box p {
      color: #657488;
    }

    .retrospective-btn {
      background-color: #6762fe;
      border: 0;
      border-radius: 220px;
      color: #fff;
      padding: 0 36px;
      height: 48px;
      font-size: 16px;
      line-height: 100%;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color 0.3s;
      cursor: pointer;
    }

    .retrospective-btn:hover {
      background-color: #574fce;
    }

    .animation-2 {
      position: absolute;
      bottom: -14px;
      right: 0;
      animation: slideIn 2s forwards;
    }


    .banner-section-content h3 {
      font-size: 20px;
      font-weight: 400;
      line-height: 20px;
      color: #070529;
      text-align: center;
      margin-top: 20px;
    }

    .banner-section-content {
      position: absolute;
      /* max-width: 677px; */
      /* bottom: 0; */
      top: 25%;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .banner-section-arrow {
      position: absolute;
      top: 70%;
      right: 15%;
    }

    .arrow-content {
      position: relative;
      width: 66px;
      border-radius: 30.34px;
      height: 35px;
      background-color: #FF7162;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 1.69px 6.74px 0px #18181B29;
    }

    .arrow-content .orange-arrow {
      position: absolute;
      top: -25px;
      left: -18px;
    }

    .arrow-content p {
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      margin-top: 0px;
    }

    .banner-section-icon {
      position: absolute;
      top: 64%;
      left: 15%;
      width: 68px;
      height: 68px;
    }

    .pricing-section {
      position: relative;
      margin: auto;
    }

    .pricing-section .description {
      text-align: center;
      font-weight: 400;
      line-height: 150%;
      color: #18181B;
      max-width: 1008px;
      margin: auto;
    }

    .pricing-tab {
      background-color: #FFF;
      box-shadow: 0px 4px 20px 0px #0A01411A;
      padding: 7px;
      width: fit-content;
      display: flex;
      border-radius: 200px;
      align-items: center;
    }

    .hide-for-desktop {
      display: none !important;
    }

    .tab-content span {
      font-size: 16px;
      font-weight: 400;
      line-height: 20.83px;
    }

    .tab-content {
      background-color: #FFF;
      width: 170px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 200px;
      color: #18181B;
      cursor: pointer;
    }

    .tab-content.active {
      background-color: #6762FE !important;
    }

    .active svg path {
      fill: none !important;
      stroke: #1EB035;
    }

    .tab-content.active svg path {
      fill: #FFF !important;
      stroke: none !important;
    }

    .tab-content.active span {
      color: #FFF !important;
      font-weight: 600 !important;
    }

    .tab-section {
      display: flex;
      /* display: none; */
      justify-content: center;
    }

    .yearly-monthly-switch {
      /* display: flex; */
      /* align-items: end; */
      margin: 0;
      flex-direction: column;
      /* justify-content: center; */
      /* margin-right: 135px; */
    }

    .switch-discount {
      display: flex;
      width: 150px;
      justify-content: end;
      opacity: 1;
      /* Initially hidden */
      transform: translateY(0);
      /* Start with a small upward shift */
      transition: opacity 0.3s ease, transform 0.3s ease;
      /* Animation transition */
    }

    /* .switch-discount.show {
                                         opacity: 1;
                                         transform: translateY(0);
                                       } */

    .switch-discount img {
      height: 100%;
      margin-top: 9px;
      margin-left: 4px;
    }

    .switch-text {
      color: #6762FE;
      font-size: 14px;
      font-weight: 500;
      line-height: 18.23px;
      margin-bottom: 14px;
    }

    .switch-box {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .switch-container {
      width: 42px;
      height: 24px;
      border-radius: 48px;
      background-color: #6762FE26;
      border: 1px solid #6762FE;
      display: flex;
      align-items: center;
      padding: 3px;
      cursor: pointer;
      position: relative;
    }

    .switch-circle {
      width: 18px;
      height: 18px;
      background-color: #6762FE;
      border-radius: 50%;
      position: absolute;
      transition: transform 0.3s ease;
    }

    .switch-container.active .switch-circle {
      transform: translateX(17px);
    }

    .switch-content {
      font-size: 18px;
      font-weight: 500;
      line-height: 23.44px;
      color: #848382;
      transition: color 0.3s ease;
    }

    .switch-content.active {
      color: #18181B !important;
    }

    .plans-section {
      display: flex;
      gap: 20px;
      justify-content: center;
      max-width: 1350px;
      margin: 24px auto 0;
      /* position: relative;
      z-index: 999; */
    }

    .contact-sales-btn {
      font-weight: 500;
      color: #18181B;
      text-align: center;
      border: 1px solid #E0E0FC;
      border-radius: 55px;
      max-width: 734px;
      margin: 50px auto;
      padding: 18px 0px;
      background-color: #6762FE0D;
    }

    .Business-plan-box {
      width: 27%;
      position: relative;
      overflow: visible;
      border: 2px solid #6762FE;
      border-radius: 16px 16px 20px 20px;
      background-color: #fff;
    }

    .guarantee-badge {
      position: absolute;
      top: -40px;
      right: -22px;
      width: 102px;
      height: auto;
      z-index: 2;
    }

    .Business {
      font-size: 36px;
      font-weight: 500;
      line-height: 30px;
      color: #18181B;
      text-align: center;
    }

    .plane-main-box {
      background-color: #FFF;
      padding: 12px 20px;
      /* min-height: 129px; */
    }

    .plane-main-box p {
      font-weight: 400;
      line-height: 14px;
      color: #657488;
      margin: 10px 0 0;
      height: 55px;
      text-align: center;
      font-size: 12px;
    }

    .plan-box {
      /* margin-top: 38px; */
      width: 27%;
      padding: 50px 20px 30px;
      background-color: #FFF;
      border: 1px solid #E6EAEF;
      border-radius: 16px 16px 20px 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /* z-index: -1; */
    }

    .plan-box .plane-name-box .plan-name {
      font-size: 36px;
      font-weight: 500;
      line-height: 30px;
      color: #18181B;
      text-align: center;
    }

    .plane-name-box {
      background-color: #FFF;
      border-radius: 16px;
      /* min-height: 129px; */
    }

    .plane-name-box p {
      font-weight: 400;
      line-height: 14px;
      color: #657488;
      margin: 10px 0 12px;
      height: 51px;
      font-size: 12px;
      text-align: center;
    }

    .most_popular_box {
      background-color: #F0EFFF;
      padding: 5px;
      /* border-radius: 13px 13px 0 0; */
      background: fixed;
    }

    .most_popular {
      padding: 1px 6px;
      display: flex;
      gap: 4px;
      height: 24px !important;
      width: fit-content;
      white-space: nowrap;
      justify-content: center;
      /* Center horizontally */
      margin-left: auto;
      margin-right: auto;

    }

    .most_popular span {
      color: #6762FE !important;
      /* font-size: 12px !important; */
      font-weight: 600 !important;
      line-height: 138% !important;
      height: auto !important;
      width: fit-content;
      white-space: nowrap;
    }

    .free-plan-desc {
      height: 21px;
      margin-top: 10px;
      font-weight: 600;
      color: #18181B;
    }

    .buy-now-button {
      height: 21px;
      margin-top: 20px;
      font-weight: 600;
      color: #18181B;
      display: flex;
      justify-content: center;
    }

    .buy-now-button span {
      color: #6762FE;
      text-decoration: underline;
      text-underline-offset: 2px;
      margin-left: 6px;
    }

    /* .plan-box .plane-name-box p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #657488;
        margin: 4px 0 24px;
        height: 40px;
      } */

    .plan-pricing-box {
      height: 36px;
    }

    .plan-pricing-main-box {
      justify-content: space-between;
      align-items: center;
      display: flex;
      /* padding: 0 16px; */
    }

    .plan-detail-container {
      padding-bottom: 100px;
    }

    .plan-pricing {
      display: flex;
      align-items: baseline;
      gap: 4px;
      margin: 12px auto 4px;
      margin-bottom: 8px;
    }

    .membership {
      color: #657488;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 8px;
      text-align: center;
    }

    .ai-credits {
      width: fit-content;
      height: fit-content;
      margin: 0px auto;
      font-family: DM Sans;
      font-weight: 500;
      font-size: 16px;
      text-align: center;
      background-color: transparent;
      border: none;
      color: #6762fe !important;
      text-decoration: underline;
      cursor: pointer;
    }

    /* .plan-box .plan-pricing {
        height: 42px;
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 8px;
      } */

    .plan-pricing h5 {
      font-size: 20px;
      font-weight: 500;
      line-height: 25.2px;
      color: #18181B;
      text-decoration: line-through;
      padding-bottom: 3px;
    }

    .plan-pricing h2 {
      color: #248A44;
      font-size: 32px;
      font-weight: 700;
      line-height: 32px;
    }

    .plan-pricing h3, .plan-pricing .req-text {
      color: #18181B;
      font-weight: 700;
      line-height: 20px;
    }

    .plan-pricing p {
      color: #657488;
      font-weight: 400;
      max-width: 140px;
      font-size: 14px;
      text-decoration: line-through;
    }

    .discount-text {
      color: #248A44;
      font-size: 14px;
      font-weight: 600;
      line-height: 140%;
      border-radius: 300px;
      padding: 6px;
      background-color: #1EB0351F;
      max-width: 167px;
      min-width: 167px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
    }

    .user-discount-box {
      display: flex;
      justify-content: space-between;
      max-width: 1320px;
      margin: auto;
      align-items: center;
      /* position: relative;
      z-index: 999; */
    }

    .discount-box {
      font-size: 12px;
      font-weight: 600;
      line-height: 15.12px;
      color: #FFF;
      background: linear-gradient(151.67deg, #FF9900 13.5%, #FF6A3A 85.38%);
      padding: 4px 10px;
      border-radius: 48px;
      width: fit-content;
      /* margin-top: 15px; */
    }

    .plan-products p {
      font-size: 14px;
      font-weight: 400;
      line-height: 18.23px;
      color: #657488;
    }

    .product-container {
      display: flex;
      gap: 12px;
      margin-top: 12px;
    }

    .product-box {
      height: 48px;
      border: 1px solid #84838233;
      border-radius: 4px;
      width: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }

    .hide-show-box {
      display: none;
    }

    .product-box span {
      font-size: 14px;
      font-weight: 500;
      line-height: 18.23px;
      color: #18181B;
    }

    .plan-button,
    .plan-business-button {
      width: 100%;
      height: 40px;
      border: 1px solid #6762FE;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 58px;
      font-size: 16px;
      font-weight: 500;
      line-height: 20.83px;
      color: #6762FE;
      /* margin-top: 20px; */
      transition: all 0.3s ease;
    }

    .plan-button:hover {
      background-color: #6762FE;
      color: #fff;
    }

    .free-plan-button {
      border: 1px solid #657488;
      color: #657488;
    }

    .free-plans-box {
      margin-bottom: 22px;
    }

    .free-plan-button:hover {
      background-color: #657488;
      color: #fff;
    }

    .plan-business-button:hover {
      background-color: #fff;
      color: #6762FE;
      border: 1px solid #6762FE;
    }

    .button-box {
      display: flex;
      flex-direction: column;
      gap: 12px;
      justify-content: center;
      align-items: center;
    }

    .feature-section-icon {
      padding: 16px 0;
      border-top: 1px dashed #1A1A1A2E;
      border-bottom: 1px dashed #1A1A1A2E;
      margin-top: 16px;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .feature-section-icon p {
      font-weight: 500;
      font-size: 14px;
      line-height: 140%;
      letter-spacing: 0%;
      color: #657488;
    }

    .feature-icon-flex {
      display: flex;
      flex-direction: row;
      gap: 8px;
      align-items: center;
    }

    .plan-business-button {
      background-color: #6762FE;
      color: #FFF;
    }

    .pricing-features-box {
      margin-top: 20px;
      /* border-top: 1px dashed #1A1A1A2E; */
    }

    .pricing-features-box h3 {
      /* font-size: 14px; */
      font-weight: 500;
      line-height: 20.83px;
      color: #18181B;
      text-align: left;
    }

    .pricing-features-content {
      margin-top: 12px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      /* padding: 0px 16px; */
    }

    .pricing-features {
      display: flex;
      /* align-items: center; */
      gap: 10px;
    }

    .pricing-features p {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #657488;
    }

    .pricing-features svg {
      width: 24px;
      height: 24px;
      min-width: 24px;
      max-width: 24px;
    }

    .pricing-features span {
      font-weight: 600;
    }

    .plan-Professional-button {
      width: 100%;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 500;
      line-height: 20.83px;
      color: #FFF;
      margin-top: 20px;
      background: linear-gradient(127.08deg, #FDC830 4.68%, #F37335 92.11%);
    }

    .plan-detail-header {
      display: flex;
      flex-direction: column;
      align-items: center;
    }


    .hidden {
      display: none !important;
    }

    .plan-detail-header button {
      color: #6762FE;
      font-size: 16px;
      font-weight: 600;
      line-height: 48px;
      text-align: center;
      width: 333px;
      background-color: #6762FE1A;
      border: 1px solid #6762FE33;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      height: 48px;

    }

    .plan-detail {
      margin-top: 50px;
      display: flex;
      justify-content: center;
    }

    .plan-detail-table {
      /* width: 80%; */
      width: 100%;
      /* border: 1px solid #8483824D;
                  border-radius: 10px; */
      background-color: #FFF;
      border-spacing: 0px;
      overflow: hidden;
    }

    .plan-detail-table-row td {
      border-bottom: 1px solid #8483824D !important;
    }

    .plan-detail-table-row {
      height: 80px;
    }

    .last-row {
      height: 154px;
    }

    .first-col {
      padding: 0px 32px;
      color: #18181B !important;
    }

    .table-header-content {
      color: #18181B;
      font-size: 20px;
      font-weight: 500;
      line-height: 23.44px;
    }

    .table-content {
      font-size: 16px;
      font-weight: 400;
      line-height: 20.83px;
      color: #18181B;
      padding: 20px 32px;
    }

    .table-popular-td {
      border-left-width: 2px !important;
      border-right-width: 2px !important;
      border-left-color: #6762FE !important;
      border-right-color: #6762FE !important;
    }
    .price-box {
      height: 40px;
    }

    .pricing-sticky-section .table-content {
      padding: 0 40px;
    }

    .table-content img {
      width: 18px;
      height: 18px;
    }

    /* section 1 */
    .home-banner {
      padding: 110px 0 80px;
    }

    .home-banner-section {
      display: flex;
      gap: 120px;
      padding: 0 30px;
      justify-content: center;
    }

    .content-section {
      max-width: 556px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 10;
    }

    .content-section p {
      max-width: 531px;
      padding: 20px 0 40px;
      color: rgba(7, 5, 41, 0.6);
    }

    .banner-video {
      max-width: 100%;
      width: 100%;
      height: 456px;
      min-height: 456px;
      max-height: 457px;
      border-radius: 14px;
    }

    .banner-video-bg {
      background: linear-gradient(112.91deg, rgba(252, 188, 245, 0.095) 3%, rgba(252, 188, 245, 0.076) 97.5%);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 2px solid #B8B8FF4D;
      padding: 12px 12px 8px 12px;
      border-radius: 67px;
      border: none;
      border-radius: 17px;
    }

    .btn-gradient-signUp {
      border-radius: 220px;
      outline: none;
      border: 0px;
      color: #ffffff;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      cursor: pointer;
      width: 154px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #6762FE;
    }

    /* section 2 */
    .key-feature-section {
      display: flex;
      gap: 58px;
    }

    .mobile-key-feature-section {
      display: none;
    }

    .key-content-section {
      max-width: 580px;
      padding-right: 59px;
      border-right: 1px solid #d9d9d9;
    }

    .key-content-section h2 {
      font-size: 40px;
      line-height: 50px;
      padding-bottom: 16px;
    }

    .key-content-subtitle {
      padding-bottom: 10px;
    }

    .feature-section {
      max-width: 436px;
      padding: 30px 30px 30px 45px;
      background-color: #f0eefb;
      border-radius: 30px;
    }

    .feature-options {
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: relative;
    }

    .progress-bar {
      position: absolute;
      width: 9px;
      height: 100%;
      border-radius: 666px;
      background: white;
      left: -20px;
      top: 0;
    }

    .active-indicator {
      position: absolute;
      width: 100%;
      height: 78px;
      border-radius: 666px;
      background: linear-gradient(294.72deg, #7630ff 6.99%, #3eddfa 83.92%);
      top: 0;
      left: 0;
      transition: left 0.3s ease;
    }

    .feature-section p {
      color: #18181B;
      padding: 25px 20px;
      cursor: pointer;
    }

    .feature-section p.active {
      background-color: #fff;
      border: 2px solid #7630ff;
      border-radius: 14px;
      font-weight: 500;
      color: #18181B !important;
    }

    .key-image-section p {
      padding: 20px 0 17px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 110px;
    }

    .key-image-section img {
      height: 600px;
      min-height: 600px;
      max-height: 600px;
      border-radius: 17px;
    }

    /* section 3 */
    .mobile-mind-template {
      display: none !important;
    }

    .mind-mapping-section {
      border-radius: 32px;
      padding: 80px 106px 80px 150px;
    }

    .mind-mapping-section h3 {
      text-align: center;
      background: linear-gradient(105.61deg,
          #5a05fe 7.42%,
          #c86dff 24.11%,
          #ffffff 40.02%);
      background-size: 200% auto;
      color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .more-mindmap-content {
      padding: 20px 0 50px;
      color: #18181B;
      max-width: 1000px;
      margin: 0 auto;
    }

    .more-mindmap-section {
      display: flex;
      gap: 100px;
    }

    .more-mindmap-section img {
      width: 512pxpx;
      height: 322px;
      border-radius: 20px;
    }

    .more-mindmap-section-right {
      display: flex;
      justify-content: center;
      flex-direction: column;
    }

    .more-mindmap-section-right h4 {
      padding-bottom: 20px;
      color: #fff;
    }

    /* section 4 */
    .benefit-section {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 24px;
    }

    .benefit-box {
      padding: 30px 22px;
      /* border: 1px solid #e6e6e6; */
      background-color: #fff;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      transition: box-shadow 0.3s ease;
    }

    .benefit-box:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .benefit-box h5 {
      font-weight: 500;
      margin: 0 auto;
      color: #18181B;
      padding: 24px 0;
    }

    .benefit-icon {
      height: 80px;
      width: 80px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .benefit-box:hover .benefit-icon {
      transform: rotateY(180deg);
    }

    .benefit-icon img {
      width: 50px;
      height: 50px;
      transition: transform 0.6s ease;
    }

    .benefit-box:hover .benefit-icon img {
      transform: rotateY(180deg);/
    }

    /* section 5 */
    .use-case-section {
      display: flex;
      gap: 100px;
      max-width: 1400px;
      margin: 0 auto;
    }

    .use-case-section img {
      width: 640px;
      height: 569px;
    }

    .usecase-content {
      display: flex;
      gap: 33px;
      padding: 14px 0 10px;
      border-bottom: 1px solid #e9e6f9;
    }

    .usecase-content:first-child {
      padding-top: 0;
    }

    .usecase-content:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .usecase-heading {
      padding-bottom: 8px;
    }

    .usecase-heading-data {
      display: flex;
      justify-content: center;
      flex-direction: column;
    }

    .usecase-no {
      color: #f0eefb;
      font-size: 70px;
      line-height: 88px;
      font-weight: 700;
      padding: 0;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #e5e2f9;
    }

    /* section 6 */
    .category-section {
      background-image: url("IMAGE_PATHhome/category-shadow.png");
    }

    .category-section .sub-title {
      max-width: 997px;
      margin: 0 auto;
      color: #18181B;
    }

    .mobile-mind-template {
      display: none !important;
    }

    .mindmap-template {
      display: flex;
      gap: 34px;
      align-items: center;
      justify-content: center;
    }

    .mindmap-swiper-slide {
      display: flex;
      flex-direction: column;
      background-color: #fff;
      border-radius: 15px;
      padding: 12px 12px 33px;
      cursor: pointer;
      width: 200px;
      height: 267px;
    }

    /* Member Select Wrapper Styles */
    .input {
      width: 100%;
      height: 35px;
      padding-right: 12px;
      padding-left: 12px;
      gap: 10px;
      border-radius: 6px;
      border: 1px solid #e6eaef;
      background: #ffffff;
    }

    .input:focus-visible {
      outline: none;
      border: 1px solid #e6eaef important;
      border-color: #6b5cff;
      box-shadow: 0 0 0 3px rgba(107, 92, 255, 0.15);
      background-color: #fff;
    }

    .input::placeholder {
      color: #aeb8c6;
    }

    .member-select-wrapper {
      position: relative;
      width: 100%;
      max-width: 200px;
      margin: 0 auto;
    }

    .member-select-container-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 16px;
      cursor: pointer;
      transition: all 0.2s ease;
      width: fit-content;
      margin-right: auto;
      cursor: pointer;
      border-radius: 100px;
      border: 1.5px solid #6762FE33;
      background-color: #6762FE1A;
      font-size: 14px;
      color: #657488;
    }

    .member-slected {
      max-width: 1320px;
      /* margin: auto; */
    }

    .member-select-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      transition: all 0.2s ease;
      margin-left: 12px;
    }

    .member-select-container:hover {
      border-color: #9CA3AF;
    }

    .member-select-input {
      font-size: 14px;
      font-weight: 500;
      color: #111827;
      margin: 0;
      padding: 0 8px;
      min-width: 20px;
      text-align: center;
    }

    .members-select-dropdown {
      position: absolute;
      top: 145%;
      left: 0;
      width: 136px;
      min-height: 360px;
      overflow-y: auto;
      background: #fff;
      border: 1px solid #E5E7EB;
      border-radius: 8px;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      z-index: 10;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: all 0.2s ease;
    }

    .members-select-dropdown.active {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .members-select-dropdown li {
      padding: 10px 15px;
      font-size: 14px;
      color: #4B5563;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .members-select-dropdown li:hover,
    .members-select-dropdown li.active {
      background-color: #F3F4F6;
      color: #111827;
    }

    /* Scrollbar styling */
    .members-select-dropdown::-webkit-scrollbar {
      width: 6px;
    }

    .members-select-dropdown::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 0 8px 8px 0;
    }

    .members-select-dropdown::-webkit-scrollbar-thumb {
      background: #9CA3AF;
      border-radius: 3px;
    }

    .mindmap-swiper-slide .swiper-box-title2 {
      font-size: 20px;
      padding-top: 24px;
      line-height: 18px;
      font-weight: 400;
      text-align: center;
      color: #18181B;
    }

    .mindmap-swiper-slide .swiper-box-title3 {
      font-size: 20px;
      line-height: 30px;
      padding-top: 34px;
      font-weight: 500;
      text-align: center;
      color: #18181B;
    }

    .active-slide {
      width: 350px;
      min-width: 350px;
      height: 357px;
      min-height: 357px;
      box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.04);
    }

    .active-slide img {
      width: 330px;
      height: 250px;
      border-radius: 10px;
    }

    .active-prev-next-slide {
      width: 250px;
      min-width: 250px;
      max-width: 250px;
      height: 292px;
      min-height: 292px;
      max-height: 292px;
      padding: 10px;
    }

    .active-prev-next-slide img {
      width: 230px;
      height: 180px;
      max-height: 180px;
      min-height: 180px;
    }

    .swiper-silde-box-last img {
      width: 138px;
      height: 110px;
      max-height: 110px;
      min-height: 110px;
    }

    .swiper-silde-box-last {
      padding: 6px;
      width: 150px;
      min-width: 150px;
      max-width: 150px;
      height: 184px;
      min-height: 184px;
      max-height: 184px;
    }

    /* section5 */
    .branded-section {
      background-color: #F9FAFC;
      border: 2px solid #EEF0F5;
      border-radius: 20px;
      min-height: 452px;
      max-width: 1240px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      align-items: center;
      gap: 43px;
    }

    .branded-content {
      max-width: 580px;
      padding-left: 80px;
      order: 1;
    }

    .branded-content h3 {
      font-weight: 600;
      font-size: 36px;
      line-height: 140%;
      text-align: left;
    }

    .branded-content p {
      font-weight: 400;
      line-height: 140%;
      text-align: left;
      padding: 20px 0;
    }

    .branded-image-set {
      display: flex;
      /* align-self: end; */
      order: 2;
      padding-right: 60px;
    }

    .branded-image {
      width: 650px;
      height: 401px;
    }

    .branded-button {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .sales-button {
      border-radius: 258px;
      outline: none;
      border: 2px solid #6762FE;
      background-color: white;
      color: #6762FE;
      font-weight: 600;
      font-size: 16px;
      cursor: pointer;
      width: 156px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.2s ease;
    }

    .demo-button {
      border-radius: 258px;
      outline: none;
      background-color: #6762FE;
      color: white;
      font-weight: 600;
      font-size: 16px;
      cursor: pointer;
      width: 152px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.2s ease;
    }

    .current-tools-text {
      font-weight: 600;
      color: #6762FE;
      padding: 50px 0 30px;
      text-align: center;
      font-size: 24px;
      line-height: 32px;
    }

    .company-section {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
      max-width: 800px;
      margin: 0 auto;
    }

    .company-box {
      border: 1px solid #E6EAEF;
      background-color: #FAFAFC;
      border-radius: 10px;
      padding: 15px 0;
      width: 120px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    .tools-section {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin: 50px auto 20px;
      max-width: 1320px;
    }

    .first-tools-section {
      border: 1px solid #E6EAEF;
      background-color: #FEF9F9;
      border-radius: 12px;
      padding: 20px;
    }

    .first-tools-section p {
      color: #E03F34;
      font-weight: 600;
    }

    .second-tools-section {
      border: 1px solid #6762FE;
      background-color: #6762FE1A;
      border-radius: 12px;
      padding: 20px;
    }

    .with-cloudairy {
      display: flex;
      flex-direction: row;
      gap: 10px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px dashed #6762FE;
    }

    .tools-costs {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px dashed #1A1A1A2E;
    }

    .set-costs {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 21px;
    }

    .tools-text-set {
      display: flex;
      gap: 10px;
    }

    .tools-text-set p {
      color: #070529;
      font-weight: 500;
    }

    .total-tab {
      border-top: 1px dashed #1A1A1A2E;
      padding-top: 20px;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .total-tab p {
      color: #18181B !important;
    }

    .tools-cost-btn {
      background-color: #E03F34;
      border-radius: 6px;
      padding: 10px 20px;
      color: #fff;
    }

    .tools-img {
      width: 24px;
      height: 24px;
    }

    .features-notes {
      padding: 20px 0 60px;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .feature-one {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .feature-all {
      border-top: 1px dashed #6762FE;
      padding-top: 20px;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .feature-all-btn {
      background-color: #149041;
      border-radius: 6px;
      padding: 10px 20px;
      color: #fff;
    }

    .calculate-box {
      border: 1px solid #E6EAEF;
      border-radius: 12px;
      max-width: 1320px;
      margin: 0 auto;
    }

    .calculate-box-padding {
      padding: 30px;
      overflow: hidden;
    }

    .user-box {
      padding-top: 30px;
      gap: 50px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
    }

    .user-count-box {
      display: flex;
      flex-direction: column;
      gap: 10px;
      grid-column: span 2;
    }

    .user-count-box p {
      color: #070529;
      font-weight: 500;
    }

    .user-count-box input {
      width: 100%;
      height: 48px;
      border: 1px solid #E6EAEF;
      border-radius: 8px;
    }

    .range-box {
      grid-column: span 3;
      gap: 10px;
      display: flex;
      flex-direction: column;
    }

    .range-show-user {
      display: flex;
      justify-content: space-between;
      align-items: center;

    }

    .range-box input:focus {
      border: 0 !important;
      outline: 0 !important;
      transition: none !important;
    }

    .range-show-user p {
      color: #657488;
      font-weight: 500;
    }

    .saving-section {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
    }

    .saving-box {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .saving-box p {
      color: #657488;
      font-weight: 500;
    }

    .solution-section {
      max-width: 1240px;
      margin: 0 auto;
    }

    .solution-box {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
      column-gap: 100px;
      row-gap: 16px;
      padding-top: 50px;
    }

    .solution-box div img {
      width: 160px;
      height: 48px;
    }

    .tech-section {
      display: flex;
      flex-direction: row;
      gap: 20px;
      justify-content: center;
    }

    .tech-box {
      min-width: 280px;
      display: flex;
      flex-direction: column;
      border: 2px solid #E6EAEF;
      border-radius: 20px;
      padding: 43px;
      background-color: #6762FE0D;
      background-image: url("IMAGE_PATHpricing/tech-bg-2.png");
    }

    .tech-box p {
      color: #657488;
    }

    .tech-box span {
      font-weight: 600;
      font-size: 36px;
      line-height: 140%;
    }

    .tech-box2 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      border: 2px solid #E6EAEF;
      border-radius: 20px;
      padding: 50px 40px;
      background-color: #6762FE0D;
      background-image: url("IMAGE_PATHpricing/tech-bg-2.png");
      background-repeat: no-repeat;
      background-position: left;
      width: 100%;
    }

    .tech-box2 h3 {
      font-weight: 600;
      font-size: 36px;
      line-height: 140%;
      text-align: left;
    }

    .tech-box2 p {
      color: #657488;
      padding-top: 10px;
    }

    .comment-section {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      max-width: 1240px;
      margin: 0 auto;
      padding-top: 30px;
    }

    .comment-box {
      border: 1px solid #E6EAEF;
      background: #F8F9FB;
      border-radius: 12px;
      padding: 16px;
      margin-top: 20px;
    }

    .comment-sub-text {
      color: #070529;
      font-size: 14px;
      line-height: 140%;
      padding: 16px 0;
    }

    .user-desc {
      color: #070529;
      font-size: 14px;
      line-height: 140%;
    }

    .user-name {
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      letter-spacing: 0%;
    }

    /* section 7 */
    .testimonial-section {
      position: relative;
      padding: 0;
      /* background-image: url('https://cdn.cloudairy.com/image/pricing/banner-icon/pricing-page-cta.svg'); */
      background: linear-gradient(109.22deg, #D461F0 -5.61%, #A587FF 38.01%, #618CFF 82.76%);

      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 360px;
      border-radius: 16px !important;
      max-width: 1240px;
      margin: 0 auto;
    }

    .testimotinal-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      /* max-width: 581px; */
      align-items: center;
    }

    .testimotinal-content img {
      position: absolute;
      top: 26%;
      right: 8%;
      width: 200px;
    }

    .testimotinal-subtext {
      padding: 30px 0;
      color: #fff;
      line-height: 150%;
      /* max-width: 408px; */
      font-weight: 400;
      text-align: center;
    }

    .grdient-text {
      font-size: 48px;
      line-height: 63px;
      font-weight: 600;
      color: #fff;
      /* max-width: 408px; */
    }

    .testimonal-icon {
      position: absolute;
      animation: bounce 2s infinite;
    }

    .btn-cta-signUp {
      border-radius: 220px;
      outline: none;
      border: 0px;
      color: #6762FE;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      gap: 16px;
      background-color: #fff;
      padding: 8px 16px 8px 21px;
      width: 200px;
    }

    .cta-arrow-box {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background-color: #7C22F6;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .cta-arrow-box img {
      width: 12px;
      height: 12px;
    }

    .cells-title {
      font-weight: 600 !important;
      font-size: 20px !important;
      line-height: 28px;
      color: #252430;
      height: 80px;
      border-top: 1px solid #E6E9F5;
    }

    tbody tr td:first-child {
      border-left: 1px solid #E6E9F5;
      min-width: 360px;
      text-align: start !important;
    }

    td:first-child {
      width: 400px;
      text-align: left;
    }
    tbody td:nth-child(2) {
      border-left: 1px solid #E6E9F5;
      border-right: 1px solid #E6E9F5;
    }

    tbody td:nth-child(4) {
      border-left: 2px solid #6762FE;
      border-right: 2px solid #6762FE;
    }

    tbody tr td:last-child {
      border-left: 1px solid #E6E9F5;
      border-right: 1px solid #E6E9F5;
    }

    #price-table td {
      height: 60px;
      padding: 16px 32px;
      border-bottom-width: 1px;
      text-align: center;
      font-family: Inter;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #252430;
    }

    td:first-child {
      width: 400px;
      text-align: left;
    }

    /* section 7 */
    .security-section {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      padding-top: 40px;
      max-width: 1240px;
      margin: 0 auto;
    }

    .security-box {
      border: 1px solid #E6EAEF;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      background-color: #FAFAFC;
    }


    /* section 8 */
    .accordion {
      display: grid;
      /* grid-template-columns: 1fr 1fr; */
      gap: 24px;
      padding-top: 50px;
      max-width: 1240px;
      margin: 0 auto;
    }

    .accordion-bg {
      background-color: #F7F6FD;
      border-radius: 14px;
    }

    .accordian-part {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .accordion .accordion-item {
      background-color: #F9FAFC;
      border: 2px solid #E6EAEF;
      border-radius: 14px;
      padding: 28px;
      position: relative;
    }

    .accordion button[aria-expanded="true"] .accordion-item,
    .accordion .accordion-item:has(> button[aria-expanded="true"]) {
      border: 2px solid #6762FE;
    }


    .accordion button {
      display: block;
      text-align: left;
      width: 100%;
      color: #18181B;
      font-size: 1.15rem;
      font-weight: 400;
      border: none;
      background: none;
      outline: none;
    }

    .accordion button .accordion-title {
      padding: 0;
      font-weight: 500;
      color: #18181B;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }

    .accordion button .icon-faqs {
      display: inline-block;
      position: absolute;
      top: 40px;
      right: 58px;
      cursor: pointer;
    }

    .accordion button .icon-faqs::before {
      display: block;
      position: absolute;
      content: "";
      top: 0px;
      left: 3px;
      width: 20px;
      height: 3px;
      background: #18181B;
      border-radius: 16px;
    }

    .accordion button .icon-faqs::after {
      display: block;
      position: absolute;
      content: "";
      top: -8px;
      left: 12px;
      width: 3px;
      height: 20px;
      background: #18181B;
      border-radius: 16px;
    }

    .accordion button[aria-expanded="true"] .icon-faqs::before,
    .accordion button[aria-expanded="true"] .icon-faqs::after {
      background: #6762FE !important;
    }

    .accordion button[aria-expanded="true"] .icon-faqs::after {
      width: 0;
    }

    .accordion button[aria-expanded="true"] .accordion-item {
      box-shadow: 0px 4px 14px 0px #FF4DED33;
      box-shadow: 0px -4px 14px 0px #7630FF4D;
    }

    .accordion button[aria-expanded="false"] .accordion-bg {
      background-color: #F7F6FD;
      border-radius: 14px;
    }

    .accordion button[aria-expanded="true"]+.accordion-content {
      opacity: 1;
      max-height: 9em;
      transition: all 1s linear;
      will-change: opacity, max-height;
    }

    .accordion .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 1s linear, max-height 0.5s linear;
      will-change: opacity, max-height;
    }

    .accordion .accordion-content p {
      font-size: 1rem;
      font-weight: 400;
      margin: 1em 0 0;
      max-width: 536px;
      color: #18181B;
    }

    /* section 9 */
    .blog-section-box {
      padding: 0 16px;
    }

    .blog-section-box h5 {
      padding: 20px 0 50px;
    }

    .blog-section .sub-title {
      max-width: 766px;
      margin: 0 auto;
    }

    .swiper-container {
      width: 100%;
      height: 100%;
      overflow-y: auto;
    }

    /* .swiper-wrapper {
      display: flex;
      gap: 16px;
    } */

    /* .swiper-slide {
      margin-bottom: 20px;
    } */

    /* Trusted by Professionals at Leading Compliance section start */

    .container {
      width: 100%;
      max-width: 1320px;
      margin: 0 auto;
      text-align: center;
    }

    .trusted-text {
      font-size: 28px;
      font-weight: 600 !important;
      color: #18181B;
      line-height: 100%;
      margin-bottom: 50px;
      position: relative;
      display: inline-block;
      padding: 0 20px;
    }

    .trusted-text::before,
    .trusted-text::after {
      content: '';
      position: absolute;
      top: 50%;
      max-width: 400px;
      width: 100%;
      height: 1px;

      transform: translateY(-50%);
    }

    .trusted-text::before {
      left: -60%;
      background: linear-gradient(90deg, #ffffff 0%, #657488 134.42%);
    }

    .trusted-text::after {
      right: -60%;
      background: linear-gradient(290deg, #ffffff 0%, #657488 134.42%);
    }

    .logos {
      display: flex;
      justify-content: center;
      gap: 75px;
      align-items: center;
      flex-wrap: wrap;
    }

    .logo {
      max-height: 50px;
      max-width: 100%;
      object-fit: contain;
    }

    /* Trusted by Professionals at Leading Compliance section end */

    @media (max-width: 2200px) {
       .pricing-sticky-section table {
        margin: 0 auto;
      }
    }

    @media (max-width: 2000px) {
      .pricing-sticky-section table {
        margin: 0 auto;
      }
    }

    @media (max-width: 1800px) {
      .pricing-sticky-section table {
        margin: 0 auto;
      }

      .banner-left-image {
        top: 25%;
        left: 10%;
        transform: translateX(-50%);
      }

      .banner-right-image {
        right: 3%;
        top: 25%;
        /* transform: translateX(-50%); */
      }
    }

    @media (max-width: 1559px) {
      .pricing-sticky-section .first-col {
    max-width: 208px !important;
    width: 27%;
}
      .pricing-sticky-section table {
        max-width: 1319px;
      }

      .trusted-text::before,
      .trusted-text::after {
        max-width: 350px;
      }

      .trusted-text::after {
        right: -52%;
      }

      .trusted-text::before {
        left: -52%;
      }

      .plan-pricing h3 {
        font-size: 60px;
      }

      .plan-pricing p {
        font-size: 12px;
      }

      .features-notes {
        padding: 20px 0 32px;
      }

      .banner-left-image {
        height: 300px;
        top: 25%;
        left: 10%;
        transform: translateX(-50%);
      }

      .banner-right-image {
        width: 300px;
        right: 2%;
        top: 25%;
        /* transform: translateX(-50%); */
      }

      .plan-detail-table {
        width: 100%;
      }

     .pricing-sticky-section .table-content {
        padding: 0 35px;
      }

      h1 {
        font-size: 40px;
        line-height: 50px;
      }

      h4 {
        font-size: 26px;
      }

      /* section 1 */
      .home-banner {
        padding: 75px 0;
      }

      .content-section p {
        padding: 16px 0 30px;
      }

      .home-banner-section {
        gap: 60px;
      }

      .banner-video {
        height: 403px;
        min-height: 403px;
        max-height: 403px;
      }

      .main-bg-sction {
        height: 1126px;
      }

      .key-feature-section {
        gap: 30px;
      }

      .key-content-section {
        padding-right: 30px;
      }

      .key-content-section h2 {
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 7px;
      }

      .mind-mapping-section {
        padding: 80px 50px;
      }

      .more-mindmap-section {
        gap: 50px;
      }

      .feature-section p {
        padding: 22px 20px;
      }

      .progress-bar .text_base {
        font-size: 14px;
      }

      /* .plan-box .plane-name-box p {
          height: 36px;
        } */

      /* .plane-name-box {
          height: 40px;
          margin-bottom: 16px;
        } */

      .plan-pricing {
        /* flex-wrap: wrap; */
      }

      .plan-pricing-box {
        height: 35px;
      }
    }

    @media (max-width: 1440px) {
      .banner-btn-box {
        margin-bottom: 70px;
      }
      .switch-discount {
        width: 130px;
      }
      .switch-content {
        font-size: 14px;
      }

      h1 {
        font-size: 40px;
        line-height:
          50px;
      }

      .more-mindmap-section {
        gap: 70px;
      }

      .home-banner {
        padding: 66px 0;
      }

      .main-bg-sction {
        height: 1130px;
      }

      .mindmap-swiper-slide {
        height: 224px;
      }

      .key-content-subtitle {
        padding-bottom: 14px;
      }

      .security-section {
        padding-top: 24px;
      }
    }

    @media (max-width: 1400px) {
      

      .trusted-text::before,
      .trusted-text::after {
        max-width: 150px;
      }

      .trusted-text::after {
        right: -20%;
      }

      .trusted-text::before {
        left: -20%;
      }
    }

    @media (max-width: 1319px) {
      .plane-main-box p {
        height: 20px;
      }
      .plane-name-box p {
        height: 20px;
      }
      .pricing-sticky-section .first-col {
        max-width: 208px !important;
        width: 31%;
      }
      .pricing-sticky-section table {
        max-width: 1120px;
        margin: 0 auto;
      }
      .plans-section {
        gap: 20px;
        flex-wrap: wrap;
      }

      .title-box {
        height: 152px !important;
      }

      .plan-box .plane-name-box h4 {
        font-size: 30px;
      }

      .Business {
        font-size: 30px;
      }
      .plan-box .plane-name-box .plan-name {
        font-size: 30px;
        line-height: 30px;
      }

      .plan-pricing h3 {
        font-size: 50px;
      }

      .features-notes {
        gap: 12px;
      }

       .table-content {
        padding: 0 15px;
        font-size: 14px;
      }

        /* .plan-pricing {
          margin: 0px !important;
        } */

      .plan-pricing h3, .plan-pricing .req-text {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-left: 2px;
        text-align: left;
      }

      .plan-pricing h3 span {
        font-weight: 400;
      }

      .pricing-sticky-section .plan-button, .plan-business-button {
        margin: auto;
        margin-left: 2px;
        font-size: 14px;
        line-height: 22px;
      }
      
      .pricing-sticky-section .table-content {
        width: 16% !important;
      }

      .guarantee-badge {
        position: absolute;
        top: -13px;
        right: -22px;
        width: 61px;
        height: auto;
        z-index: 2;
      }

      .sales-button {
        font-size: 13px;
        width: 126px;
        height: 40px;
      }

      /* section5 */
      .branded-section {
        min-height: 440px;
        gap: 40px;
      }

      .branded-content {
        max-width: 580px;
        padding-left: 50px;
      }

      .branded-content h3 {
        font-weight: 600;
        font-size: 30px;
        line-height: 140%;
        text-align: left;
      }

      #lottie-container-product {
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        position: absolute;
        bottom: 31px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin: 40px 0; */
        display: block;
        width: 100%;
      }

      h1 {
        font-size: 42px;
        line-height: 52px;
      }

      h2 {
        font-size: 36px;
      }

      .text_base {
        font-size: 14px;
        line-height: 18px;
      }

      h3 {
        font-size: 36px;
      }

      .text_lg {
        font-size: 16px;
        line-height: 27px;
      }

      .text_sm {
        font-size: 13px;
        line-height: 21px;
      }

      .main-bg-sction {
        height: 1120px;
      }

      .banner-section {
        height: 400px;
      }

      /* .yearly-monthly-switch {
        margin-bottom: 0;
      } */

      .banner-right-image {
        width: 200px;
      }

      .banner-left-image {
        height: 200px;
      }

      /* .banner-section-content {
                    max-width: 600px;
                  } */

      .plan-box {
        width: 48.9%;
        /* margin-top: 38px; */
      }

      .Business-plan-box {
        width: 48.9%;
      }

      .plans-section {
        /* flex-wrap: wrap; */
        /* padding: 0 16px; */
      }

      /* section 1 */
      .home-banner {
        padding: 70px 0;
      }

      .content-section p {
        padding: 10px 0 20px;
      }

      .home-banner-section {
        gap: 30px;
      }

      .banner-video {
        height: 300px;
        min-height: 300px;
        max-height: 300px;
      }

      .btn-gradient-signUp {
        font-size: 14px;
        width: 146px;
        height: 45px;
      }

      .content-section {
        max-width: 479px;
      }

      .key-feature-section {
        display: none;
      }

      .mobile-key-feature-section {
        display: block;
        padding: 40px 16px;
      }

      .image-faqs-box {
        background-color: #F9F8FB;
        border-radius: 20px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
      }

      .container {
        background-color: white;
        color: black;
        border-radius: 10px;
        /* margin: 20px 0; */
      }

      .question {
        font-size: 1.2rem;
        font-weight: 500;
        padding: 20px;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #18181B !important;
        -webkit-tap-highlight-color: transparent !important;
        display: flex;
        justify-content: space-between;
      }

      .question .active {
        color: #18181B !important;
      }

      .question.active img {
        rotate: 180deg;
      }

      .answercont {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
      }

      .answercont img {
        padding: 0 205px 20px;
      }

      .answer {
        padding: 0 20px 20px;
        line-height: 1.5rem;
        padding-bottom: 20px;
        color: #18181B;
      }

      .mobile-key-feature-section h2 {
        text-align: center;
        font-size: 38px;
        line-height: 56px;
      }

      .key-content-subtitle {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
      }

      /* section 3 */
      .mind-mapping-section {
        margin-top: 60px;
      }

      .dekstop-mind-template {
        display: none;
      }

      .mobile-mind-template {
        display: flex !important;
        overflow-x: auto;
      }

      .mindmap-template {
        justify-content: left;
      }

      .mobile-mind-template .swiper-silde-box img {
        max-width: 100px;
        min-width: 100px;
        width: 100px;
        height: 100px;
        padding: 10px;
      }

      .active-prev-next-slide {
        min-height: 232px;
        max-height: 232px;
      }

      ::-webkit-scrollbar {
        display: none;
      }

      .more-mindmap-section {
        gap: 40px;
      }

      .more-mindmap-content {
        padding: 14px 0 35px;
        max-width: 715px;
      }

      .more-mindmap-section img {
        width: 541px;
        height: 359px;
        border-radius: 8px;
      }

      .more-mindmap-section-right h5 {
        padding-bottom: 14px;
      }

      /* section 4 */
      .benefit-section {
        gap: 16px;
      }

      .benefit-box {
        padding: 16px 14px;
      }

      .benefit-box h5 {
        padding: 10px 0;
      }

      .benefit-icon img {
        width: 40px;
        height: 40px;
      }

      .benefit-icon {
        height: 70px;
        width: 70px;
      }

      .use-case-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
      }

      .use-case-section img {
        width: 100%;
        height: 100%;
      }

      .grdient-text {
        font-size: 42px;
      }

      .testimotinal-subtext {
        padding: 33px 0 37px;
      }

      .testimonial-section {
        min-height: 420px;
      }


      /* .yearly-monthly-switch {
        margin-right: 0px;
      } */

      .plan-detail-table {
        width: 100%;
      }

      .accordion .accordion-item {
        padding: 20px 60px 20px 20px;
      }

      .accordion button .icon-faqs::after {
        top: -18px;
        left: 8px;
        width: 3px;
        height: 19px;
      }

      .accordion button .icon-faqs::before {
        top: -10px;
        left: 0px;
        width: 19px;
        height: 3px;
      }
    }

    @media (max-width: 1264px) {
      h1 {
        font-size: 36px;
        line-height: 52px;
      }
    }

    @media (max-width: 1240px) {
      .retrospective-btn {
        background-color: #6762fe;
        border: 0;
        border-radius: 220px;
        color: #fff;
        padding: 0px 20px;
        height: 42px;
        font-size: 14px;
        line-height: 100%;
        font-weight: 600;
      }

      .main-bg-sction {
        height: 1165px;
      }

      .home-banner-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      .accordion {
        gap: 14px;
        padding-top: 30px;
      }

      .accordion .accordion-item {
        padding: 20px 60px 20px 20px;

      }

      .accordion button .icon-faqs {
        right: 12px;
      }

      .accordion button .icon-faqs::after {
        top: -18px;
        left: -21px;
        width: 3px;
        height: 19px;
      }

      .accordion button .icon-faqs::before {
        top: -10px;
        left: -29px;
        width: 19px;
        height: 3px;
      }

      .accordion button {
        font-size: 16px;
        -webkit-tap-highlight-color: none !important;
      }

      .accordion .accordion-content p {
        font-size: 14px;
      }

      .mobile-key-feature-section h2 {
        text-align: center;
        font-size: 32px;
        line-height: 45px;
        padding-bottom: 10px;
      }

      .solution-box {
        padding-top: 40px;
      }

      .tech-box {
        padding: 24px;
        min-width: 240px;
      }

      .tech-box2 {
        padding: 24px;
        gap: 16px;
      }

      .tech-box2 h3 {
        font-size: 30px;
        line-height: 125%;
      }

      .tech-box span {
        font-size: 30px;
      }
    }

    @media (max-width: 1139px) {
      .business-plan-height-box {
        height: 103px;
      }
      .pricing-sticky-section .first-col {
        max-width: 208px !important;
        width: 21%;
      }
      tbody tr td:first-child {
        min-width: 200px;
      }
      .plan-button, .plan-business-button {
        height: 30px;
        font-size: 14px;
        line-height: 15px;
      }
      .pricing-sticky-section table {
        max-width: 959px;
        margin: 0 auto;
      }
      .pricing-sticky-section .table-content {
        width: 20% !important;
      }

      .title-box {
        height: 170px !important;
      }

      .testimotinal-content img {
        width: 160px;
      }

      .plane-name-box p {
        margin-bottom: 16px;
        height: auto;
      }

      .plane-main-box p {
        margin-bottom: 0;
        height: auto;
      }

      /* .plan-pricing-main-box{
          flex-direction: column-reverse;
          align-items: start;
          gap: 16px
        } */
      /* .plan-box .plane-name-box h4{
          font-size: 30px;
        } */
      .Business {
        font-size: 30px
      }

      .plan-box .plane-name-box .plan-name {
        font: 30px;
      }

      .banner-section {
        height: 450px;
      }


      .comment-box-1 {
        display: none;
      }

      .comment-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-top: 16px;
      }

      .table-content {
        padding: 0px 16px;
      }

      .animation-1 {
        top: -19px;
      }

      /* .banner-section-content {
                    max-width: 551px;
                  } */

      .pricing-sticky-section {
        top: 0px;
        padding-top: 68px;
      }

      .pricing-sticky-section .last-row {
        height: 150px;
      }

      /* .pricing-sticky-section h3{
                                           font-size: 14px  !important;
                                         } */
      .pricing-sticky-section .table-content {
        padding: 0 14px !important;
      }

      .plan-pricing-box {
        height: 36px;
      }

      .banner-section-content {
        width: 90%;
      }

      .banner-section-icon {
        left: 4%;
      }

      .banner-section-arrow {
        right: 8%;
      }

      h1 {
        font-size: 34px;
        line-height: 42px;
      }

      h3 {
        font-size: 32px;
        line-height: 35px;
      }

      .text_lg {
        font-size: 14px;
        line-height: 20px;
      }

      /* section 1 */
      .home-banner {
        padding: 60px 0;
      }

      .btn-gradient-signUp {
        font-size: 13px;
        width: 133px;
        height: 38px;
      }

      .content-section p {
        padding: 10px 0 26px;
      }

      .banner-video {
        height: 250px;
        min-height: 250px;
        max-height: 250px;
      }

      .main-bg-sction {
        height: 1155px;
      }



      /* section 3 */
      .more-mindmap-section {
        gap: 30px;
      }

      .more-mindmap-content {
        padding: 10px 0 20px;
        max-width: 600px;
      }

      .more-mindmap-section img {
        width: 450px;
        height: 301px;
        border-radius: 8px;
      }

      .more-mindmap-section-right h5 {
        padding-bottom: 13px;
        line-height: 24px;
      }

      .benefit-section {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
      }

      .usecase-no {
        font-size: 50px;
        line-height: 74px;
      }

      .grdient-text {
        font-size: 36px;
        line-height: 50px;
      }

      .testimonial-section {
        min-height: 344px;
      }

      .text_xl {
        line-height: 27px;
      }

      .testimonal-icon img {
        width: 100%;
        height: 100%;
      }

      .icon1,
      .icon4,
      .icon2,
      .icon3 {
        width: 63px;
        height: 63px;
      }

      .testimotinal-subtext {
        padding: 23px 0 20px;
      }

      /* .plan-box .plane-name-box p {
          height: auto;
        } */
      .plan-box {
        margin-top: 0;
      }

      /* section5 */
      .branded-section {
        min-height: 410px;
      }

      .branded-content {
        max-width: 580px;
        padding-left: 40px;
      }

      .branded-content h3 {
        font-size: 28px;
      }

      .branded-content p {
        padding: 16px 0;
      }

      .sales-button {
        font-size: 14px;
        width: 120px;
        height: 38px;
      }

      .demo-button {
        font-size: 14px;
        width: 130px;
        height: 42px;
      }

      /* .pricing-sticky-section table {
        max-width: 960px;
        margin: 0 auto;
      } */
    }

    @media (max-width: 1024px) {
      .trusted-text {
        font-size: 24px;
      }

      .trusted-text::after {
        right: -25%;
      }

      .trusted-text::before {
        left: -25%;
      }

      .logos {
        gap: 30px;
      }

      .plan-box .plane-name-box h4 {
        font-size: 25px;
      }

      .Business {
        font-size: 25px;
      }
      .plan-box .plane-name-box .plan-name {
        font-size: 25px;
      }

      .plans-section {
        flex-wrap: wrap;
      }

      .plan-pricing h3 {
        font-size: 40px;
      }

      .contact-sales-btn {
        margin: 30px auto;
        max-width: 475px;
        padding: 10px 0;
      }

      .company-box {
        width: 100px;
        padding: 10px 0;
      }

      .current-tools-text {
        padding: 30px 0 16px;
        font-size: 18px;
        line-height: 22px;
      }

      .comment-box img {
        width: 40px;
        height: 40px;
      }

      .banner-section-content {
        width: 90%;
      }

      /* .plan-pricing h3 span {
        font-size: 11px !important;
      } */

      .active-prev-next-slide {
        width: 310px;
        min-width: 211px;
        max-width: 261px;
        height: 203px;
        min-height: 225px;
        max-height: 309px;
        padding: 7px;
      }

      .mobile-key-feature-section h2 {
        padding-bottom: 8px;
      }
    }

    @media (max-width: 959px) {
          .business-plan-height-box {
        height: 80px;
    }

      .pricing-sticky-section table {
        max-width: 960px;
      }
      .banner-btn-box {
        margin-bottom: 50px;
      }
      .plans-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
      }

      .title-box {
        height: 170px !important;
      }

      .trusted-text {
        font-size: 22px;
      }

      .contact-sales-btn {
        margin-bottom: 0;
      }

      .testimotinal-content img {
        top: 20%;
        right: 0;
      }

      /* .plan-box .plane-name-box h4{
          font-size: 26px;
        } */
      .Business {
        font-size: 26px;
      }
      .plan-box .plane-name-box .plan-name {
        font-size: 26px;
      }

      .hide-for-desktop {
        display: flex !important;
      }

      .show-for-desktop {
        display: none;
      }

      .form-group input,
      .form-group select,
      .form-group textarea {
        font-size: 14px;
      }

      .form-group label {
        font-size: 14px;
      }

      .tools-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin: 30px auto 20px;
      }

      #lottie-container-product {
        bottom: -7px;
      }

      .main-bg-sction {
        height: 1200px;
      }

      .banner-left-image,
      .banner-right-image,
      .banner-cloudairy-ai {
        display: none;
      }

      /* .yearly-monthly-switch {
        margin-bottom: 20px;
        margin-top: 20px;
      } */

      .banner-section {
        height: 475px;
      }

      .banner-feature-section {
        margin: 16px;
      }

      .banner-section-content {
        top: 18%;
      }

      .plan-detail-container {
        display: none;
      }

      .pricing-section {
        margin-bottom: 0px;

      }

      .banner-section-content {
        width: 90%;
      }

      .banner-section-icon {
        display: none;
      }

      .banner-section-arrow {
        display: none;
      }

      .plan-box {
        width: 100%;
        margin-top: 0;
        padding: 50px 10px 30px;
      }

      .Business-plan-box {
        width: 100%;
      }

      .branded-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
      }

      /* .plane-name-box {
          height: auto;
          margin-bottom: 10px;
        } */

      .plan-box .plan-pricing {
        height: auto;

      }

      .pricing-features-box.show {
        display: block;
        height: auto;
      }

      .pricing-features-box {
        display: none;
        transition: max-height 0.3s ease-out;
        max-height: 1000px;
        overflow: hidden;
      }

      .arrow-box img.rotate {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
      }

      .hide-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 14px;
        cursor: pointer;
        gap: 14px;
        border-top: 1px solid #E6EAEF;
        padding-top: 12px;
      }

      .hide-content p {
        color: #18181B;
        font-size: 14px;
        font-weight: 400;
        line-height: 15.62px;
      }

      .arrow-box {
        width: 26px;
        height: 26px;
        /* background-color: #F7F6FD; */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      #pricingFeaturesBox {
        transition: max-height 0.3s ease-out;
        max-height: 1000px;
        overflow: hidden;
      }

      #pricingFeaturesBox[style*="display: none"] {
        max-height: 0;
      }

      h1 {
        font-size: 34px;
        line-height: 44px;
      }

      h4 {
        font-size: 22px;
      }

      .more-mindmap-section-right h4 {
        padding-bottom: 12px;
      }

      .text_base {
        font-size: 14px;
        line-height: 18px;
      }

      .text_lg {
        font-size: 13px;
        line-height: 19px;
      }

      .text-2xl {
        font-size: 22px;
      }

      h3 {
        font-size: 26px;
        line-height: 28px;
      }

      .text_xl {
        font-size: 16px;
        line-height: 24px;
      }

      .text_sm {
        font-size: 12px;
        line-height: 18px;
      }

      /* section 1 */
      .home-banner {
        padding: 30px 0;
      }

      .home-banner-section {
        display: grid;
        grid-template-columns: 1fr;
      }

      .content-section {
        align-items: center;
        text-align: center;
        margin: 0 auto;
      }

      .content-section p {
        padding: 8px 0 16px;
        max-width: none;
      }

      .home-banner-section {
        gap: 30px;
        flex-direction: column;
      }

      .banner-video {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
      }

      .btn-gradient-signUp {
        font-size: 12px;
        width: 129px;
        height: 40px;
      }

      /* contetn 2 */
      .mind-mapping-section {
        margin-top: 35px;
        padding: 50px 30px;
      }

      .more-mindmap-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      .more-mindmap-section img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
      }

      .more-mindmap-section-right h5 {
        padding-bottom: 13px;
        line-height: 14px;
      }

      .benefit-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
      }

      .use-case-section {
        gap: 45px;
        margin-top: -40px;

      }

      .usecase-content {
        gap: 24px;
        padding: 9px 0 3px;
      }

      .usecase-no {
        font-size: 32px;
        line-height: 59px;
      }

      .usecase-heading {
        padding-bottom: 3px;
      }

      .grdient-text {
        font-size: 27px;
        line-height: 34px;
      }

      .testimotinal-subtext {
        padding: 14px 0 15px;
      }

      .testimonial-section {
        min-height: 275px;
      }

      .icon1,
      .icon2,
      .icon3 {
        width: 43px;
      }

      .icon4 {
        width: 60px;
        height: 30px;
        bottom: 11%;
      }

      .mobile-key-feature-section {
        padding: 30px 16px;
      }

      .mobile-key-feature-section h2 {
        text-align: center;
        font-size: 26px;
        line-height: 35px;
        padding-bottom: 4px;
      }

      .key-content-subtitle {
        max-width: 600px;
      }

      .mobile-key-feature-section {
        padding: 16px 16px;
      }

      .image-faqs-box {
        padding: 20px;
        gap: 16px;
        border-radius: 12px;
      }

      .testimotinal-subtext {
        max-width: 337px;
      }

      .testimotinal-content {
        /* left: 31%; */
      }

      .cta-arrow-box {
        width: 26px;
        height: 26px;
      }

      .btn-cta-signUp {
        font-size: 12px;
        line-height: 17px;
        gap: 10px;
        padding: 5px 9px 5px 16px;
        width: 150px;
      }

      .accordion {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .accordian-part {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      /* section5 */
      .branded-section {
        min-height: 410px;
        flex-direction: column;
        padding: 30px 16px;
      }

      .branded-content {
        max-width: 580px;
        padding-left: 0px;
        padding-right: 16px;
        text-align: center;
        margin: 0 auto;
        order: 2;
      }

      .branded-image-set {
        order: 1;
        display: flex;
        padding-right: 0;
        justify-content: center;
      }

      .branded-content h3 {
        font-size: 24px;
        text-align: center;
      }

      .branded-content p {
        padding: 16px 0;
        text-align: center;
      }

      .branded-button {
        justify-content: center;
      }


      .demo-button {
        font-size: 14px;
        width: 130px;
        height: 42px;
      }

      .security-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
      }

      .tech-section {
        flex-direction: column;
      }

      .tech-box span {
        font-size: 20px;
      }

      .tech-box2 h3 {
        font-size: 20px;
      }
    }

    @media (max-width: 800px) {
      .trusted-text {
        font-size: 20px;
      }

      .trusted-text::before,
      .trusted-text::after {
        display: none;
      }
    }

    @media (max-width: 768px) {

      .trusted-text {
        margin-bottom: 30px;
        padding: 0;
        font-size: 18px;
      }

      .logo {
        max-height: 20px;
      }

      /* .plan-box .plane-name-box h4{
          font-size: 22px;
        } */
      .Business {
        font-size: 22px;
      }
      .plan-box .plane-name-box .plan-name {
        font-size: 22px;
      }

      .calculate-box-padding {
        padding: 16px;
      }

      .current-tools-text {
        padding: 20px 0 16px;
      }

      .main-bg-sction {
        height: 1185px;
      }

      .plans-section {}

      h1 {
        font-size: 34px;
        line-height: 42px;
      }

      .use-case-section {
        display: block;
      }

      .banner-video-bg {
        padding: 12px;
      }

      .blog-section {
        padding: 0 16px;
      }

      .mobile-key-feature-section h2 {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 4px;
      }

      .key-content-subtitle {
        max-width: 500px;
      }

      .question {
        font-size: 16px;
      }

      .answercont img {
        padding: 0 20px 20px;
      }
    }

    @media (max-width: 719px) {
      .trusted-text {
        font-size: 18px;
      }

      .testimotinal-content img {
        width: 120px;
        top: 27%;
        right: 25%;
      }

      .user-box {
        padding-top: 16px;
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
      }

      .saving-section {
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        align-items: center;
      }

      .saving-box {
        flex-direction: row;
      }

      .banner-section-content {
        top: 10%;
      }

      .tech-box2 {
        flex-direction: column;
      }

      #lottie-container-product {
        bottom: -44px;
      }

      .main-bg-sction {
        height: 990px;
      }

      .banner-section-content {
        width: 95%;
      }

      .tab-content {
        width: 150px;
        height: 40px;
      }

      .tab-content span {
        font-size: 12px;
      }

      /* .banner-section {
                    height: 190px;
                  } */

      .banner-section-content h3 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 14px;
      }

      h1 {
        font-size: 32px;
        line-height: 40px;
      }

      h3 {
        font-size: 24px;
        line-height: 28px;
      }

      .more-mindmap-section {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .testimonial-section {
        min-height: 238px;
      }

      .grdient-text {
        font-size: 23px;
        line-height: 30px;
      }

      .testimotinal-content {
        top: 20%;
        left: 0%;
        transform: none;
        padding: 16px;
        text-align: center;
      }

      .btn-cta-signUp {
        width: 143px;
        gap: 10px;
      }

      .testimotinal-subtext {
        max-width: 100%;
        padding: 10px 0;
      }

      .more-mindmap-section-right h4 {
        padding-bottom: 8px;
        color: #fff;
      }

      h4 {
        font-size: 20px;
      }

      .mind-mapping-section {
        margin-top: 10px;
        border-radius: 12px;
      }

      /* .pricing-section {
          margin-top: 0px;
        } */
    }

    @media (max-width: 576px) {
      .plan-box {
        padding: 30px 10px;
      }
      .free-plans-box {
        margin: 0;
      }
      .business-plan-height-box {
        height: auto;
    }
      .hide-show-box {
        display: block;
        margin-top: 14px;
      }

      .plans-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
      }

      .title-box {
        height: auto !important;
      }

      .plan-button,
      .plan-business-button {
        font-size: 14px;
      }

      .testimotinal-content img {
        top: 30%;
        right: 24%;
      }

      .first-tools-section {
        padding: 15px;
      }

      .second-tools-section {
        padding: 15px;
      }

      .comment-box-2 {
        display: none;
      }

      .current-tools-text {
        font-size: 16px;
        line-height: 22px;
      }

      .comment-section {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        padding-top: 0px;
      }

      #lottie-container-product {
        display: none;
      }

      .banner-feature-box p {
        font-size: 12px;
      }

      .banner-feature-box {
        padding: 10px;
      }

      .branded-content h3 {
        font-size: 18px;
      }

      .branded-content {
        max-width: none;
      }

      .branded-content p {
        padding: 12px 0;
      }

      .calculate-box-padding .text_xl {
        font-size: 16px !important;
      }

      .demo-button {
        font-size: 14px;
        width: 130px;
        height: 40px;
      }

      .animation-1 {
        top: -21px;
        left: -20px;
      }

      .animation-2 {
        width: 175px;
      }

      h3 {
        font-size: 19px;
        line-height: 26px;
      }

      h1 {
        display: block;
        font-size: 28px;
        line-height: 34px;
      }

      .banner-section {
        height: 410px;
      }

      .save-data {
        font-size: 14px;
        text-align: center;
      }

      .text_base {
        font-size: 13px;
        /* line-height: 22px; */
      }

      .text-2xl {
        font-size: 20px;
      }

      .text_lg {
        font-size: 12px;
        line-height: 19px;
      }

      .btn-gradient-signUp {
        font-size: 12px;
        width: 117px;
        height: 36px;
      }


      .main-bg-sction {
        height: 1035px;
      }

      .home-banner-section {
        gap: 20px;
      }

      .testimotinal-subtext {
        /* max-width: 350px; */
        padding: 10px 0;
      }

      .home-banner {
        padding: 24px 0;
      }

      .content-section p {
        padding: 5px 0 11px;
      }

      .more-mindmap-section-right h5 {
        padding-bottom: 8px;
        line-height: 18px;
      }

      .usecase-content {
        gap: 18px;
        padding: 13px 0 6px;
      }

      .mobile-key-feature-section h2 {
        font-size: 19px;
        line-height: 24px;
        padding-bottom: 4px;
      }

      .question {
        padding: 14px;
      }

      .image-faqs-box {
        padding: 16px;
      }

      .tab-content {
        width: 120px;
        height: 35px;
      }

      .tab-content span {
        font-size: 10px;
        line-height: 15px;
      }

      .tab-content {
        gap: 6px;
      }

      .tab-content svg {
        width: 18px !important;
        height: 18px !important;
      }

      .switch-discount img {
        height: 100%;
        margin-top: 17px;
        margin-left: 4px;
      }

      /* .switch-box {
        margin-right: 20px;
      } */

      .switch-discount {
        width: 125px;
      }

      .switch-text {
        font-size: 12px;
        padding-top: 10px;
      }

      .switch-content {
        font-size: 14px;
      }

      .benefit-section {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
      }

      .benefit-box h5 {
        max-width: none;
        padding: 8px 0;
      }

      .benefit-icon img {
        width: 30px;
        height: 30px;
      }

      .benefit-icon {
        height: 50px;
        width: 50px;
      }

      .testimonial-section {
        background-color: #8C33F8;
        /* background: url("..https://cdn.cloudairy.com/image/pricing/enterprise-grade\ features\ mobile.svg"); */
        background-repeat: no-repeat;
        background-size: cover;
        /* min-height: 520px; */
      }

      .testimotinal-content {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        min-height: auto;
        max-width: 100%;
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .testimotinal-subtext {
        text-align: center;
        max-width: 400px;
      }

      .grdient-text {
        max-width: none;
        text-align: center;
      }

      .security-section {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
      }
    }

    @media (max-width: 530px) {
      .testimonial-section {
        /* min-height: 490px; */
      }

      .main-bg-sction {
        top: -600px;
      }
    }

    @media (max-width: 515px) {

      .animation-1,
      .animation-2 {
        display: none;
      }

      .banner-feature-box {
        padding: 6px 10px;
      }

      .banner-feature-box p {
        font-size: 11px;
      }

      .testimonial-section {
        /* min-height: 470px; */
      }

      .accordion button {
        font-size: 14px;
        line-height: 22px;
      }

      .accordion {
        padding-top: 22px;
      }
    }

    @media (max-width: 452px) {
      .banner-feature-section {
        margin: 16px 0;
      }

      .testimonial-section {
        /* min-height: 425px; */
      }
    }

    @media (max-width: 444px) {
      .testimotinal-content img {
        display: none;
      }

      .plan-pricing-box {
        height: none;
      }

      .free-plan-desc {
        height: 11px;
      }

      .plan-Professional-button,
      .plan-business-button {
        margin-top: 16px;
      }

      .buy-now-button {
        height: auto;
        margin-top: 10px;
      }
    }

    @media (max-width: 434px) {}

    @media (max-width: 425px) {
      .pricing-features svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    max-width: 20px;
}
      .logos {
        gap: 25px;
      }

      .retrospective-btn,
      .demo-btn {
        height: 40px;
      }

      .banner-feature-box {
        gap: 6px
      }

      .save-data {
        font-size: 12px;
      }

      h1 {
        font-size: 24px;
        line-height: 33px;
      }

      .plans-section {}

      /* .yearly-monthly-switch {
        margin-bottom: 20px;
        margin-top: 14px;
      } */

      .pricing-tab {
        padding: 5px;
      }

      .sales-button {
        font-size: 12px;
        width: 115px;
        height: 36px;
      }

      h3 {
        font-size: 18px;
        line-height: 24px;
      }

      .text_xl {
        font-size: 14px;
        line-height: 20px;
      }

      .text_sm {
        font-size: 12px;
        line-height: 18px;
      }

      .main-bg-sction {
        height: 1080px;
      }

      .home-banner {
        padding: 25px 0;
      }

      .banner-video {
        /* box-shadow: 3px 3px 0px 0px #18181B; */
        border-radius: 8px;
      }

      .home-banner-section {
        padding: 0 16px;
      }



      .grdient-text {
        font-size: 18px;
        line-height: 29px;
        text-align: center;
      }


      .accordion {
        gap: 10px;
        padding-top: 20px;
      }

      .accordion .accordion-item {
        padding: 16px 40px 16px 16px;
      }

      .accordion button .icon-faqs::after {
        top: -19px;
        left: -17px;
        width: 2px;
        height: 14px;
      }

      .accordion button .icon-faqs::before {
        top: -13px;
        left: -23px;
        width: 13px;
        height: 2px;
      }

      .accordion button {
        font-size: 14px;
        line-height: 20px;
      }

      .accordion .accordion-content p {
        font-size: 12px;
        line-height: 18px;
      }

      .blog-section-box h5 {
        padding: 16px 0 25px;
      }

      .mind-mapping-section {
        padding: 30px 16px;
      }

      .more-mindmap-section {
        gap: 12px;
      }

      h4 {
        font-size: 18px;
        line-height: 24px;
      }

      .mobile-key-feature-section h2 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 4px;
      }

      .mobile-key-feature-section {
        padding: 30px 16px 16px;
      }

      .question {
        font-size: 14px;
      }

      .answercont img {
        padding: 0 14px 14px;
      }

      .answer {
        padding: 0 14px 14px;
      }

      .testimonial-section {
        /* min-height: 400px; */
      }

    }

    @media (max-width: 404px) {
      .banner-section {
        height: 532px;
      }

      .banner-section-content {
        top: 5%;
      }
    }

    @media (max-width: 375px) {
      .retrospective-btn {
        width: 100%;
      }

      .banner-btn-box {
        flex-direction: column;
      }

      .plan-pricing-main-box {
        flex-direction: column-reverse;
        align-items: start;
        gap: 12px;
      }

      .total-tab,
      .feature-all {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
      }

      h1 {
        font-size: 24px;
        line-height: 32px;
      }

      .company-box {
        width: 85px;
        padding: 10px 0;
      }

      .text_base {
        font-size: 12px;
        /* line-height: 20px; */
      }

      .text_xl {
        font-size: 13px;
        line-height: 20px;
      }

      h3 {
        font-size: 18px;
        line-height: 22px;
      }

      .text-2xl {
        font-size: 18px;
      }

      .more-mindmap-content {
        padding: 7px 0 24px;
      }

      .testimotinal-subtext {
        padding: 9px 0 11px;
      }

      .mindmap-template {
        gap: 12px;
      }

      .mind-mapping-section {
        margin-top: 18px;
      }

      .btn-gradient-signUp {
        font-size: 11px;
        width: 114px;
        height: 32px;
      }

      .tab-content {
        width: 100px;
        height: 35px;
      }

      .testimonial-section {
        /* min-height: 370px; */
      }

    }

    @media (max-width: 360px) {
      h3 {
        font-size: 18px;
        line-height: 24px;
      }

      .home-banner {
        padding: 18px 0;
      }

      h1 {
        /* font-size: 22px; */
        line-height: 29px;
      }

      h4 {
        font-size: 15px;
        line-height: 20px;
      }

      .more-mindmap-content {
        padding: 7px 0 25px;
      }

      .plan-box {
        padding: 16px;
      }


      .grdient-text {
        font-size: 20px;
        line-height: 25px;
      }

      .branded-content {
        max-width: 260px;
      }

      .branded-button {

        flex-direction: column;
      }
    }

    @media (max-width: 330px) {}