
  

/* faq section */

.faq-main{
    padding-bottom: 100px;
  }
  
  /* .faq-main h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
  } */
  .faq-title {
    font-family: Manrope, sans-serif;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    line-height: 61.6px;
    letter-spacing: -2.24px;
    background: linear-gradient(96deg, #0dcfff 11.18%, #545c9e 45%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 30px;
  }
  
  .faq-main .subtitle{
    color: #545c9e;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: 4.2px;
    text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
    .faq-title {
      font-size: 48px;
      line-height: 52.8px;
    }
  }
  
  @media (max-width: 640px) {
    .faq-title {
      font-size: 36px;
      line-height: 39.6px;
    }
  }
  
  /* .faq-main h1 span {
    color: #29b6f6;
  } */
  
  .faq-main p.subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  
  .faq-main .faq-container {
    width: 100%;
    max-width: 700px;
    background: #FCFDFD;
    border-radius: 16px;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }
  
  .faq-main .faq-item {
    border-bottom: 1px solid #dbeafe;
  }
  
  .faq-main .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  /* .faq-main .faq-question:hover {
    background-color: #eef3ff;
  } */
  
  .faq-main .faq-question span {
    font-size: 20px;
    font-weight: bold;
    color: #7c3aed;
  }
  
  .faq-main .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
    position: relative;
    bottom: 20px;
    /* background: #f9faff; */
  }
  
  .faq-main .faq-answer.open {
    padding: 20px 5px;
  }
  
  .faq-main .faq-answer p {
    margin: 0;
    color: #444;
    font-size: 15px;
  }
  
  .faq-main .get-assistance {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-align: center;
  }
  
  .faq-main .get-assistance p {
    margin-top: 10px;
    margin-right: 20px;
    color: #555;
  }
  
  /* .faq-main .get-assistance button {
    background: #7c3aed;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
    transition: background 0.3s;
  } */
  
  /* .faq-main .get-assistance button:hover {
    background: #6b21a8;
  } */
  
  .faq-main .get-assistance button {
    padding: 14px 20px;
    background: linear-gradient(102deg, #5967b5 0%, #908eed 88.69%);
    color: #fff;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: -0.32px;
    font-family: "Manrope", sans-serif;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    box-shadow:
      0px 0.518px 0.311px -0.75px rgba(136, 138, 227, 0.47),
      0px 1.569px 0.942px -1.5px rgba(136, 138, 227, 0.46),
      0px 4.149px 2.489px -2.25px rgba(136, 138, 227, 0.43),
      0px 13px 7.8px -3px rgba(136, 138, 227, 0.32);
    width:150px;
    min-height: 48px;
  }
  
  .faq-main .get-assistance button:hover {
    opacity: 0.9;
  }
  
  .faq-main .get-assistance button:focus {
    outline: 2px solid #7584d6;
    outline-offset: 2px;
  }
  
  /* contact-form */
  
  .lets-talk-section {
    width: 100%;
    min-height: 50vh;
    background: linear-gradient(180deg, #a5a4fa 0%, #7584d6 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    font-family: "Manrope", sans-serif;
  }
  
  
  .lets-talk-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 1200px; */
    width: 100%;
    position: relative;
  }
  
  .lets-talk-section .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
  }
  
  .lets-talk-section .title {
    font-size: 80px;
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -4px;
    text-align: center;
    margin: 0;
  }
  
  .lets-talk-section .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    color: #fff;
    line-height: 140%;
    letter-spacing: -0.4px;
    text-align: center;
    margin: 0;
  }
  
  .lets-talk-section button {
    border-radius: 24px;
    background-color: #ffffff;
    /* background: linear-gradient(to bottom, rgba(117, 132, 214, 1), rgba(117, 132, 214, 0.9)); */
    box-shadow: 0px 1px 0px -1px rgba(136, 138, 227, 0.475);
    align-self: center;
    margin-top: 35px;
    width: 200px;
    max-width: 100%;
    padding: 18px 31px;
    overflow: hidden;
    font-size: 16px;
    color: rgb(0, 0, 0);
    letter-spacing: -0.32px;
    line-height: 1.3;
  }
  
  .lets-talk-section button:hover {
    /* transform: translateY(-4px); */
    box-shadow:
      0px 0.557px 0.334px -0.75px rgba(136, 138, 227, 0.35),
      0px 1.69px 1.014px -1.5px rgba(136, 138, 227, 0.35),
      0px 4.468px 2.681px -2.25px rgba(136, 138, 227, 0.33),
      0px 14px 8.4px -3px rgba(136, 138, 227, 0.25),
      0px 0px 0px -1.875px rgba(255, 255, 255, 0.23) inset,
      0px 0px 0px -3.75px rgba(255, 255, 255, 0.09) inset,
      0px 0px 2px 0px rgba(30, 33, 115, 0.3) inset;
      background: linear-gradient(to bottom, rgba(117, 132, 214, 1), rgba(117, 132, 214, 0.9));
      color: #ffffff;
      border: 0.5px solid #ffffff;
  }
  
  .lets-talk-section button:focus-visible {
    outline: 2px solid white;
    outline-offset: 2px;
  }
  
  .contact-form .container {
    width: 100%;
    max-width: 500px;
    /* background: rgba(255, 255, 255, 0.4); */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
  }
  
  .contact-form h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    /* color: #3d3b7a; */
    margin-bottom: 10px;
  }
  
  .contact-form h2 span {
    color: #fff;
    /* color: #008fff; */
  }
  
  .contact-form p.description {
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .contact-form input, select, textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  
  .contact-form textarea {
    height: 100px;
    /* resize: none; */
  }
  
  .contact-form button {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background: linear-gradient(to right, #8a7ff5, #9ea6ff);
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
  }
  
  .contact-form button:hover {
    background: linear-gradient(to right, #7a6ee5, #8d96f0);
  }
  
  .contact-form .title {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  /* From Uiverse.io by mahbowal */ 
  /* .lets-talk-section-form {
    max-width: 500px;
    position: relative;
    top: -100px;
    /* background: #f8f9fd; */
    /* background: linear-gradient(
      0deg,
      rgb(255, 255, 255) 0%,
      rgb(244, 247, 251) 100%
    ); */
    /* border-radius: 40px;
    padding: 25px 35px;
    /* border: 5px solid rgb(255, 255, 255); */
    /* box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
    margin: 20px;
  } */ 
  /* 
  .heading {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    color: rgb(16, 137, 211);
  }
  
  .form {
    margin-top: 20px;
  }
  
  .form .input {
    width: 100%;
    background: white;
    border: none;
    padding: 15px 20px;
    border-radius: 20px;
    margin-top: 15px;
    box-shadow: #cff0ff 0px 10px 10px -5px;
    border-inline: 2px solid transparent;
  }
  
  .form .input::-moz-placeholder {
    color: rgb(170, 170, 170);
  }
  
  .form .input::placeholder {
    color: rgb(170, 170, 170);
  }
  
  .form .input:focus {
    outline: none;
    border-inline: 2px solid #12b1d1;
  }
  
  .form .forgot-password {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
  }
  
  .form .forgot-password a {
    font-size: 11px;
    color: #0099ff;
    text-decoration: none;
  }
  
  .form .login-button {
    display: block;
    width: 100%;
    font-weight: bold;
    background: linear-gradient(
      45deg,
      rgb(16, 137, 211) 0%,
      rgb(18, 177, 209) 100%
    );
    color: white;
    padding-block: 15px;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
    border: none;
    transition: all 0.2s ease-in-out;
  }
  
  .form .login-button:hover {
    transform: scale(1.03);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
  }
  
  .form .login-button:active {
    transform: scale(0.95);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
  }
  
  .social-account-container {
    margin-top: 25px;
  }
  
  .social-account-container .title {
    display: block;
    text-align: center;
    font-size: 10px;
    color: rgb(170, 170, 170);
  }
  
  .social-account-container .social-accounts {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 5px;
  }
  
  .social-account-container .social-accounts .social-button {
    background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(112, 112, 112) 100%);
    border: 5px solid white;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 12px 10px -8px;
    transition: all 0.2s ease-in-out;
  }
  
  .social-account-container .social-accounts .social-button .svg {
    fill: white;
    margin: auto;
  }
  
  .social-account-container .social-accounts .social-button:hover {
    transform: scale(1.2);
  }
  
  .social-account-container .social-accounts .social-button:active {
    transform: scale(0.9);
  }
  
  .agreement {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  
  .agreement a {
    text-decoration: none;
    color: #0099ff;
    font-size: 9px;
  } */
  
  
  /*  */
  .cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 400px;
    width: 100%;
  }
  
  .cta-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .cta-button {
    background: linear-gradient(106deg, #f9fafb 0%, #fff 88.69%);
    border-radius: 24px;
    padding: 16px 20px;
    box-shadow:
      0px 0.557px 0.334px -0.75px rgba(136, 138, 227, 0.29),
      0px 1.69px 1.014px -1.5px rgba(136, 138, 227, 0.29),
      0px 4.468px 2.681px -2.25px rgba(136, 138, 227, 0.27),
      0px 14px 8.4px -3px rgba(136, 138, 227, 0.2),
      0px 0px 0px -1.875px rgba(255, 255, 255, 0.23) inset,
      0px 0px 0px -3.75px rgba(255, 255, 255, 0.09) inset,
      0px 0px 2px 0px rgba(30, 33, 115, 0.3) inset;
    color: #7584d6;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;
    cursor: pointer;
    border: none;
    outline: none;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }
  
  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow:
      0px 0.557px 0.334px -0.75px rgba(136, 138, 227, 0.35),
      0px 1.69px 1.014px -1.5px rgba(136, 138, 227, 0.35),
      0px 4.468px 2.681px -2.25px rgba(136, 138, 227, 0.33),
      0px 14px 8.4px -3px rgba(136, 138, 227, 0.25),
      0px 0px 0px -1.875px rgba(255, 255, 255, 0.23) inset,
      0px 0px 0px -3.75px rgba(255, 255, 255, 0.09) inset,
      0px 0px 2px 0px rgba(30, 33, 115, 0.3) inset;
  }
  
  .cta-button:focus-visible {
    outline: 2px solid white;
    outline-offset: 2px;
  }
  
  .availability-badge {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    border: 1px solid #e3e6fa;
    padding: 10px 16px;
  }
  
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .availability-text {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;
  }
  
  .visual-elements {
    position: relative;
    margin-top: 60px;
    max-width: 600px;
    width: 100%;
    height: 200px;
  }
  
  .chat-bubbles {
    position: absolute;
    left: 50%;
    top: -120px;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
  }
  
  .chat-bubble {
    background-color: #fff;
    border-radius: 8px;
    box-shadow:
      0px -2.299px 0.766px 0px rgba(133, 146, 163, 0.2) inset,
      0px 5.364px 11.494px -2.299px rgba(100, 124, 153, 0.2),
      0px 1.533px 3.065px 0px rgba(100, 124, 153, 0.3),
      0px 2.299px 0px 0px rgba(255, 255, 255, 0.25) inset;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  
  .chat-bubble-left {
    width: 146px;
    height: 50px;
    transform: rotate(6deg);
  }
  
  .chat-bubble-center {
    width: 156px;
    height: 53px;
  }
  
  .chat-bubble-right {
    width: 146px;
    height: 50px;
    transform: rotate(-10deg);
  }
  
  .avatar {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 0px rgba(189, 200, 223, 0.4);
  }
  
  .chat-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .chat-line {
    width: 68px;
    height: 5px;
    background-color: #e5e8eb;
    border-radius: 76.63px;
  }
  
  .chat-line-short {
    width: 41px;
  }
  
  .chat-line-medium {
    width: 51px;
  }
  
  .decoration-left {
    position: absolute;
    left: -60px;
    top: -80px;
  }
  
  .arrow-decoration {
    width: 119px;
    height: 107px;
    transform: rotate(35deg);
  }
  
  .decoration-right {
    position: absolute;
    right: -40px;
    top: -100px;
  }
  
  .icon-decoration {
    transform: rotate(-90deg);
  }
  
  .icon-decoration-top {
    width: 25px;
    height: 25px;
  }
  
  .icon-decoration-bottom {
    width: 23px;
    height: 23px;
    margin-top: 4px;
  }
  
  @media (max-width: 991px) {
    .title {
      font-size: 60px;
    }
  
    .description {
      font-size: 18px;
    }
  
    .chat-bubbles {
      transform: translateX(-50%) scale(0.9);
    }
  
    .decoration-left {
      left: -40px;
    }
  
    .decoration-right {
      right: -30px;
    }
  }
  
  @media (max-width: 767px) {
    .availability-badge {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      margin-top: 16px;
    }
  
    .chat-bubbles {
      transform: translateX(-50%) scale(0.8);
      top: -100px;
    }
  }
  
  @media (max-width: 640px) {
    .title {
      font-size: 40px;
      letter-spacing: -2px;
    }
  
    .description {
      font-size: 16px;
    }
  
    .chat-bubbles {
      flex-direction: column;
      align-items: center;
      gap: 10px;
      top: -80px;
    }
  
    .chat-bubble {
      transform: none !important;
    }
  
    .decoration-left,
    .decoration-right {
      display: none;
    }
  }
  
  /* section 7 */
  
        /* Integration section styles */
        .integration-section {
          display: flex;
          flex-direction: column;
          overflow: hidden;
          padding: 80px 30px; /* Default padding */
        }
  
        @media (max-width: 991px) {
          .integration-section {
            padding: 60px 20px; /* Adjust padding for tablets */
          }
        }
  
        @media (max-width: 640px) {
          .integration-section {
            padding: 40px 15px; /* Adjust padding for mobile */
          }
        }
  
        .integration-section .section-header {
          display: flex;
          width: 100%;
          /* max-width: 1154px; */
          align-items: stretch;
          
          font-family:
            Manrope,
            -apple-system,
            Roboto,
            Helvetica,
            sans-serif;
          flex-wrap: wrap;
          justify-content: space-between;
        }
        .integration-section .section-label {
          color: #545c9e;
          font-family: Manrope, sans-serif;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 4.2px;
          text-transform: uppercase;
          display: flex;
          flex-direction: column;      
          position: relative;
          right: 40px;
          top: 20px;
        }
  
        @media (max-width : 1024px){
          .integration-section .section-label{
            position: relative;          
            top: 60px;
          }
        }
        @media (max-width : 950px){
          .integration-section .section-label{
            position: relative;          
            top: 60px;
            left: -20px;
          }
        }
  
        @media (max-width : 768px){
          .integration-section .section-label{
            position: relative;
            left: 100px;
            top: 20px;
          }
        }
        @media (max-width : 435px){
          .integration-section .section-label{
            position: relative;
            left: 150px;
            top: 20px;
          }
        }
        @media (max-width : 425px){
          .integration-section .section-label{
            position: relative;
            left: 120px;
            top: 20px;
          }
        }
        @media (max-width : 380px){
          .integration-section .section-label{
            position: relative;
            left: 100px;
            top: 20px;
          }
        }
  
  
        
        .integration-section .divider {
          border-radius: 170px;
          display: flex;
          margin-top: 16px;
          width: 32px;
          flex-shrink: 0;
          height: 1px;
          background-color: #545c9e;
        }
        @media (max-width: 425px){
          .integration-section .divider {
            margin-top: 2px;
          }
        }
  
        .integration-section .header-content {
          display: flex;
          flex-direction: column;
          align-items: stretch;
        }
  
        @media (max-width: 991px) {
          .integration-section .header-content {
            max-width: 100%;
          }
        }
  
        .integration-section .main-heading {
          display: flex;
          padding-left: 5px;
          padding-top: 5px;
          padding-bottom: 5px;
          align-items: start;
          font-size: 56px;
          font-weight: 600;
          letter-spacing: -2.24px;
          line-height: 62px;
          justify-content: start;
        }
  
        @media (max-width : 991px) {
          .integration-section .main-heading {
            font-size: 40px;
            line-height: 50px;
          }
        }
        @media (max-width : 435px) {
          .integration-section .main-heading {
            font-size:36px;
            text-align: center;
            width: 435px;
            position: relative;
            right: 50px;
          }
        }
        @media (max-width : 425px) {
          .integration-section .main-heading {
            font-size:36px;
            text-align: center;
            width: 425px;
            position: relative;
            right: 65px;
          }
        }
        @media (max-width : 385px) {
          .integration-section .main-heading {
            font-size:36px;
            text-align: center;
            width: 350px;
            position: relative;
            right: 50px;
          }
        }
        @media (max-width : 380px) {
          .integration-section .main-heading {
            font-size:36px;
            text-align: center;
            width: 300px;
            position: relative;
            right: 5px;
          }
        }
  
        .integration-section .gradient-text {
          background: linear-gradient(
            99deg,
            var(--color-cyan-53, #0dcfff) 11.18%,
            var(--color-blue-47, #545c9e) 45%
          );
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
  
        @media (max-width: 991px) {
          .integration-section .gradient-text {
            max-width: 100%;
            font-size: 40px;
            line-height: 50px;
          }
        }
        @media (max-width: 375px) {
          .integration-section .gradient-text {
            font-size: 30px;
            text-align: center;
            width: 400px;
            position: relative;
            right: 50px;
          }
        }
  
        .integration-section .section-description {
          color: #465478;
          font-size: 16px;
          font-weight: 400;
          line-height: 21px;
          letter-spacing: -0.32px;
          align-self: start;
          margin-top: 24px;
        }
  
        @media (max-width: 991px) {
          .integration-section .section-description {
            max-width: 100%;
          }
        }
        @media (max-width: 435px) {
          .integration-section .section-description {
            width: 350px;
            text-align: center;
            position: relative;
            right: 40px;
          }
        }
        @media (max-width: 425px) {
          .integration-section .section-description {
            width: 350px;
            text-align: center;
            position: relative;
            right: 40px;
          }
        }
        @media (max-width: 375px) {
          .integration-section .section-description {
            width: 350px;
            text-align: center;
            position: relative;
            right: 30px;
          }
        }
  
        .integration-section .content-container {
          align-self: end;
          /* margin-top: 2px; */
          width: 747px;
          max-width: 100%;
        }
  
        @media (max-width: 991px) {
          .integration-section .content-container {
            margin-top: 40px;
          }
        }
  
        .integration-section .grid-container {
          width: 100%;
        }
  
        @media (max-width: 991px) {
          .integration-section .grid-container {
            max-width: 100%;
            margin-right: 3px;
          }
        }
        @media (max-width: 380px) {
          .integration-section .grid-container {
            max-width: 100%;
            position: relative;
            right: 20px;
          }
        }
  
        .integration-section .grid-row {
          gap: 20px;
          display: flex;
        }
  
        @media (max-width: 991px) {
          .integration-section .grid-row {
            flex-direction: column;
            align-items: stretch;
            gap: 0px;
          }
        }
        @media (max-width: 435px) {
          .integration-section .grid-container {
           position: relative;
           right: 35px;
          }
        }
  
        .integration-section .column-left {
          display: flex;
          flex-direction: column;
          align-items: stretch;
          line-height: normal;
          width: 32%;
          margin-left: 0px;
        }
  
        @media (max-width: 991px) {
          .integration-section .column-left {
            width: 100%;
          }
        }
  
        .integration-section .analytics-card {
          border-radius: 10px;
          background-color: rgba(255, 255, 255, 0.5);
          display: flex;
          flex-grow: 1;
          padding: 24px;
          padding-bottom: 71px;
          flex-direction: column;
          align-items: stretch;
          width: 100%;
        }
  
        @media (max-width: 1024px) {
          .integration-section .analytics-card {
            padding: 16px;
            padding-left: 200px;
            padding-bottom: 50px;
            flex-direction: column;
            align-items: center;     /* Center align content horizontally */
            justify-content: center; /* Center align content vertically (optional) */
            text-align: center;     /* Optional: centers text inside elements */   
                 
          }
        }
        
        
        @media (max-width: 768px) {
          .integration-section .analytics-card {
            width: 50%;
            height: 100%;
            margin-top: 24px;
            padding: 8px;
            margin-left: auto;
            margin-right: auto;
          }
        }
  
        @media (max-width: 500px) {
          .integration-section .analytics-card {
            width: 85%;
            height: 100%;
            margin-top: 24px;
            padding: 8px;
            margin-left: auto;
            margin-right: auto;
          }
        }
        @media (max-width: 435px) {
          .integration-section .analytics-card {
            width: 100%;
            height: 100%;
            margin-top: 24px;
            padding: 8px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            right: 10px;
          }
        }
        @media (max-width: 425px) {
          .integration-section .analytics-card {
            width: 100%;
            height: 100%;
            margin-top: 24px;
            padding: 8px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            right: 10px;
          }
        }
  
        .integration-section .analytics-content {
          min-height: 376px;
          width: 100%;
          overflow: hidden;
        }
  
        @media (max-width: 768px) {
          .integration-section .analytics-content {
            padding-left: 80px;
            padding-bottom: 20px;
            height: 550px;
          }
        }
        @media (max-width: 435px) {
          .integration-section .analytics-content {
            padding-left: 40px;
            padding-bottom: 20px;
            height: 550px;
          }
        }
        @media (max-width: 425px) {
          .integration-section .analytics-content {
            padding-left: 40px;
            padding-bottom: 20px;
            height: 550px;
          }
        }
  
        @media (max-width: 375px) {
          .integration-section .analytics-content {
            padding-left: 50px;
            padding-bottom: 20px;
            height: 550px;
          }
        }
  
        .integration-section .analytics-header {
          display: flex;
          max-width: 100%;
          width: 184px;
          align-items: stretch;
          gap: 8px;
          overflow: hidden;
        }
  
        .integration-section .icon-container {
          overflow: hidden;
        }
  
        .integration-section .icon-wrapper {
          display: flex;
          min-height: 24px;
          width: 24px;
          padding-left: 2px;
          padding-right: 1px;
          flex-direction: column;
          overflow: hidden;
          align-items: center;
          justify-content: center;
        }
  
        .integration-section .icon {
          aspect-ratio: 0.87;
          object-fit: contain;
          object-position: center;
          width: 100%;
        }
  
        .integration-section .card-title {
          color: #545c9e;
          font-family:
            Manrope,
            -apple-system,
            Roboto,
            Helvetica,
            sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 1.3;
          letter-spacing: -0.14px;
          margin-top: 30px;
          margin-bottom: auto;
          flex-grow: 1;
          flex-shrink: 1;
          width: 180px;
        }
  
        .integration-section .analytics-image {
          display: flex;
          /* margin-top: 46px; */
          width: 100%;
          margin-left: 20px;
          flex-direction: column;
          overflow: hidden;
          align-items: start;
          justify-content: center;
        }
  
        .integration-section .image-wrapper {
          display: flex;
          min-height: 120px;
          width: 120px;
          max-width: 100%;
          padding-left: 8px;
          padding-right: 7px;
          flex-direction: column;
          overflow: hidden;
          align-items: center;
          justify-content: center;
        }
  
        .integration-section .analytics-details {
          margin-top: 46px;
          max-width: 100%;
          width: 184px;
          padding-top: 1px;
          padding-bottom: 1px;
          overflow: hidden;
          font-family:
            Manrope,
            -apple-system,
            Roboto,
            Helvetica,
            sans-serif;
          color: #545c9e;
        }
  
       .integration-section .analytics-heading {
          font-size: 32px;
          font-weight: 500;
          letter-spacing: -1.28px;
          line-height: 35px;
        }
  
        .integration-section .analytics-description {
          font-size: 16px;
          font-weight: 400;
          line-height: 21px;
          letter-spacing: -0.32px;
          margin-top: 13px;
        }
  
        .integration-section .background-element {
          align-self: center;
          z-index: 10;
          margin-top: -329px;
          width: 161px;
          max-width: 100%;
          overflow: hidden;
        }
  
        .background-wrapper {
          display: flex;
          min-height: 282px;
          width: 100%;
          padding-left: 1px;
          padding-right: 1px;
          flex-direction: column;
          overflow: hidden;
          align-items: center;
          justify-content: center;
        }
  
        .background-inner {
          display: flex;
          min-height: 282px;
          width: 100%;
        }
  
        .column-right {
          display: flex;
          flex-direction: column;
          align-items: stretch;
          line-height: normal;
          width: 68%;
          margin-left: 20px;
        }
  
       .top-row {
          width: 100%;
        }
  
        .top-row-content {
          gap: 20px;
          display: flex;
          
        }
  
        @media (max-width : 500px){
          .top-row-content {
            display: block;
            width: 100%;
          }
        }
        @media (max-width : 435px){
          .top-row-content {
            display: block;
            width: 100%;
          }
        }
        @media (max-width : 425px){
          .top-row-content {
            display: block;
            width: 100%;
          }
        }
  
          .ai-model-column {
          display: flex;
          flex-direction: column;
          align-items: stretch;
          line-height: normal;
          width: 50%;
          margin-left: 0px;
      
        }
  
        .ai-model-card {
          border-radius: 10px;
          background-color: rgba(255, 255, 255, 0.5);
          display: flex;
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          padding: 40px;
          flex-direction: column;
          align-items: stretch;
          font-family:
            Manrope,
            -apple-system,
            Roboto,
            Helvetica,
            sans-serif;
          font-size: 20px;
          color: #545c9e;
          font-weight: 400;
          text-align: center;
          letter-spacing: -0.4px;
          line-height: 1.4;
        }
  
        @media (max-width: 950px) {
          .ai-model-card {
            width: 230px;
            height: 260px;
            margin-top: 24px;
            padding: 8px;
            margin-left: auto;
            margin-right: auto;
          }
        }
        @media (max-width: 768px) {
          .ai-model-card {
            width: 200px;
            height: 260px;
            margin-top: 24px;
            padding: 8px;
            margin-left: auto;
            margin-right: auto;
          }
        }
        @media (max-width: 500px) {
          .ai-model-card {
            width: 330px;
            height: 260px;
            margin-top: 24px;
            padding: 8px;
            margin-left: auto;
            margin-right: auto;
          }
        }
        @media (max-width: 435px) {
          .ai-model-card {
            width: 320px;
            height: 260px;
            margin-top: 24px;
            padding: 8px;
            margin-left: auto;
            margin-right: auto;
             position: relative;
            right: 30px;
          }
        }
        @media (max-width: 425px) {
          .ai-model-card {
            width: 320px;
            height: 260px;
            margin-top: 24px;
            padding: 8px;
            margin-left: auto;
            margin-right: auto;
             position: relative;
            right: 30px;
          }
        }
        @media (max-width: 375px) {
          .ai-model-card {
            width: 280px;
            height: 260px;
            margin-top: 24px;
            padding: 8px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            right: 30px;
          }
        }
        .ai-model-image {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 158px;
          align-self: center;
          /* z-index: 1; */
          max-width: 100%;
        }
  
        .ai-model-label {
          align-self: stretch;
          overflow: hidden;
        }
  
        .templates-column {
          display: flex;
          flex-direction: column;
          align-items: stretch;
          line-height: normal;
          width: 50%;
          margin-left: 20px;
        }
  
  
  
  
        .templates-card {
          border-radius: 10px;
          background-color: rgba(255, 255, 255, 0.5);
          display: flex;
          flex-grow: 1;
          padding: 40px 21px;
          flex-direction: column;
          align-items: stretch;
          font-family:
            Manrope,
            -apple-system,
            Roboto,
            Helvetica,
            sans-serif;
          font-size: 20px;
          color: #545c9e;
          font-weight: 400;
          text-align: center;
          letter-spacing: -0.4px;
          line-height: 1.4;
          width: 100%;
        }
  
        @media (max-width: 950px) {
          .templates-card {
            width: 230px;
            height: 260px;
            margin-top: 24px;
            padding-top: 48px;
            margin-left: auto;
            margin-right: auto;
            margin-left: 30px;
          }
        }
        @media (max-width: 768px) {
          .templates-card {
            width: 190px;
            height: 260px;
            margin-top: 24px;
            padding-top: 48px;
            margin-left: auto;
            margin-right: auto;
          }
        }
        @media (max-width: 500px) {
          .templates-card {
            width: 330px;
            height: 260px;
            margin-top: 24px;
            padding: 8px;
            padding-top: 70px;
            margin: auto;
          }
        }
        @media (max-width: 435px) {
          .templates-card {
            width: 320px;
            height: 260px;
            margin-top: 24px;
            padding: 8px;
            padding-top: 70px;
             position: relative;
            right: 50px;
          }
        }
        @media (max-width: 425px) {
          .templates-card {
            width: 320px;
            height: 260px;
            margin-top: 24px;
            padding: 8px;
            padding-top: 70px;
             position: relative;
            right: 50px;
          }
        }
        @media (max-width: 375px) {
          .templates-card {
            width: 280px;
            height: 260px;
            margin-top: 34px;
            padding: 8px;
            padding-top: 70px;
            position: relative;
            right: 50px;
          }
        }
  
        .dashed-border {
          border-radius: 12px;
          border: 1px dashed var(--color-blue-65, #7584d6);
          align-self: center;
          display: flex;
          width: 120px;
          flex-shrink: 0;
          height: 80px;
        }
  
        .templates-label {
          margin-top: 31px;
        }
  
        .bottom-row {
          margin-top: 24px;
          width: 100%;
        }
  
       .bottom-row-content {
          gap: 20px;
          display: flex;
        }
  
        @media (max-width : 500px){
          .bottom-row-content{
            display: block;
          }
        }
        @media (max-width : 435px){
          .bottom-row-content{
            display: block;
          }
        }
        @media (max-width : 425px){
          .bottom-row-content{
            display: block;
          }
        }
  
        .metrics-column {
          display: flex;
          flex-direction: column;
          align-items: stretch;
          line-height: normal;
          width: 50%;
          margin-left: 0px;
        }
  
        .metrics-card {
          border-radius: 10px;
          background-color: rgba(255, 255, 255, 0.5);
          display: flex;
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          padding: 36px 19px;
          flex-direction: column;
          align-items: start;
          font-family:
            Manrope,
            -apple-system,
            Roboto,
            Helvetica,
            sans-serif;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: -0.32px;
          line-height: 1.3;
        }
  
  
  
        .metric-row {
          align-self: stretch;
          display: flex;
          align-items: start;
          gap: 6px;
          overflow: hidden;
          justify-content: start;
        }
  
        @media (max-width: 950px) {
          .metrics-card {
            width: 230px;
            height: 260px;
            margin-top: 8px;
            padding-top: 78px;
            margin-left: auto;
            margin-right: auto;
            
          }
        }
        @media (max-width: 768px) {
          .metrics-card {
            width: 200px;
            height: 260px;
            margin-top: 8px;
            padding-top: 78px;
            margin-left: auto;
            margin-right: auto;
          }
        }
  
        @media (max-width: 500px) {
          .metrics-card {
            width: 330px;
            height: 200px;
            margin-top: 8px;
            padding: 8px;
            padding-top: 40px;
            padding-left: 70px;
            margin: auto;
          
          }
        }
        @media (max-width: 435px) {
          .metrics-card {
            width: 320px;
            height: 200px;
            margin-top: 15px;
            padding: 8px;
            padding-top: 40px;
            padding-left: 70px;
             position: relative;
            right: 30px;
          }
        }
        @media (max-width: 425px) {
          .metrics-card {
            width: 320px;
            height: 200px;
            margin-top: 15px;
            padding: 8px;
            padding-top: 40px;
            padding-left: 70px;
             position: relative;
            right: 30px;
          }
        }
        @media (max-width: 375px) {
          .metrics-card {
            width: 280px;
            height: 200px;
            margin-top: 8px;
            padding: 8px;
            padding-top: 40px;
            padding-left: 40px;
            margin: auto;
            position: relative;
            right: 30px;
          }
        }
  
        .metric-number {
          color: #465478;
        }
  
        .metric-label {
          color: #545c9e;
        }
  
        .metric-bar-full {
          border-radius: 101px;
          background-color: #80e5ff;
          display: flex;
          margin-top: 7px;
          width: 155px;
          flex-shrink: 0;
          height: 6px;
        }
  
        .metric-bar-partial {
          border-radius: 101px;
          background-color: rgba(183, 192, 232, 0.54);
          display: flex;
          margin-top: 6px;
          width: 91px;
          flex-shrink: 0;
          height: 6px;
        }
  
        .metric-row-second {
          align-self: stretch;
          display: flex;
          margin-top: 16px;
          align-items: start;
          gap: 6px;
          overflow: hidden;
          justify-content: start;
        }
  
        .reliability-column {
          display: flex;
          flex-direction: column;
          align-items: stretch;
          line-height: normal;
          width: 50%;
          margin-left: 20px;
        }
  
  
  
        .reliability-card {
          border-radius: 10px;
          background-color: rgba(255, 255, 255, 0.5);
          display: flex;
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          padding: 27px 24px;
          flex-direction: column;
          align-items: start;
        }
        @media (max-width: 950px) {
          .reliability-card {
            width: 230px;
            height: 260px;
            margin-top: 8px;
            padding-top: 60px;
            margin-left: auto;
            margin-right: auto;
            margin-left: 30px;
          }
        }
        @media (max-width: 768px) {
          .reliability-card {
            width: 190px;
            height: 260px;
            margin-top: 8px;
            padding-top: 60px;
            margin-left: auto;
            margin-right: auto;
          }
        }
        @media (max-width: 500px) {
          .reliability-card {
            width: 330px;
            height: 220px;
            margin-top: 20px;
            padding: 8px;
            padding-top: 40px;
            padding-left: 70px;
            margin: auto;
          }
        }
        @media (max-width: 435px) {
          .reliability-card {
            width: 320px;
            height: 220px;
            margin-top: 15px;
            padding: 8px;
            padding-top: 40px;
            padding-left: 70px;
            position: relative;
            right: 50px;
          }
        }
        @media (max-width: 425px) {
          .reliability-card {
            width: 320px;
            height: 220px;
            margin-top: 15px;
            padding: 8px;
            padding-top: 40px;
            padding-left: 70px;
             position: relative;
            right: 50px;
          }
        }
        @media (max-width: 375px) {
          .reliability-card {
            width: 280px;
            height: 220px;
            margin-top: 20px;
            padding: 8px;
            padding-top: 40px;
            padding-left: 40px;
            position: relative;
            right: 50px;
          }
        }
  
        .reliability-icon {
          border-radius: 10px;
          width: 40px;
          overflow: hidden;
        }
  
        .icon-fill {
          display: flex;
          min-height: 40px;
          width: 100%;
          padding-left: 1px;
          flex-direction: column;
          overflow: hidden;
          align-items: center;
          justify-content: center;
        }
  
        .reliability-icon-img {
          aspect-ratio: 0.97;
          object-fit: contain;
          object-position: center;
          width: 100%;
        }
  
        .reliability-labels {
          display: flex;
          margin-top: 35px;
          align-items: stretch;
          gap: 5px;
          font-family:
            Manrope,
            -apple-system,
            Roboto,
            Helvetica,
            sans-serif;
          font-size: 20px;
          color: #545c9e;
          font-weight: 400;
          letter-spacing: -0.4px;
          line-height: 1.4;
          
        }
  
        .system-label {
          opacity: 1;
          flex-grow: 1;
        }
  
        .reliability-label {
          opacity: 1;
        }
  
        .reliability-stats {
          display: flex;
          margin-top: 16px;
          align-items: stretch;
          gap: 5px;
          font-family:
            Manrope,
            -apple-system,
            Roboto,
            Helvetica,
            sans-serif;
          font-weight: 500;
          white-space: nowrap;
        }
  
        @media (max-width: 991px) {
          .reliability-stats {
            white-space: initial;
          }
        }
  
        .reliability-number {
          color: #545c9e;
          font-size: 48px;
          line-height: 1;
          letter-spacing: -1.92px;
          flex-grow: 1;
        }
  
        @media (max-width: 991px) {
          .reliability-number {
            font-size: 40px;
          }
        }
  
        .reliability-percent {
          color: #7584d6;
          font-size: 24px;
          line-height: 1.4;
          letter-spacing: -0.96px;
          align-self: start;
          margin-top: 16px;
        }
  
        .platforms-container {
          /* display: flex; */
          margin-top: 72px;
          align-items: start;
          overflow: hidden;
          font-family:
            Manrope,
            -apple-system,
            Roboto,
            Helvetica,
            sans-serif;
          font-size: 16px;
          color: #545c9e;
          font-weight: 400;
          letter-spacing: -0.32px;
          line-height: 21px;
          justify-content: start;
          flex-wrap: wrap;
        }
  
        @media (max-width: 991px) {
          .platforms-container {
            max-width: 100%;
            margin-top: 40px;
          }
        }
  
        .platforms-text {
          min-width: 240px;
          padding: 3px 0;
          overflow: hidden;
          flex-grow: 1;
          flex-shrink: 1;
          width: 199px;
        }
  
        /* technology-partners */
  
        .technology-partners{
          display: flex;
         
        }
  
        @media (max-width : 435px){
          .technology-partners{
            display: block;
            position: relative;
            left: 40px;
          }
        }
  
        @media (max-width : 425px){
          .technology-partners{
            display: block;
            position: relative;
            left: 40px;
          }
        }
             /* tech-icon1 */
  
        /* .technology-partners .tech-icon1{
          background-color: #fff;
          padding: 20px;
          margin: 20px;
          border-radius: 20px;
          width: 80px;
          height: 80px;
        }
        .technology-partners .tech-icon1{
          background-color: #fff;
        }
        .technology-partners .tech-icon1 img{
          width:60px;
        }
        .tech-icon1 img{
          cursor: pointer;
          transition: all 0.4s ease-in-out;
        }
        .tech-icon1 img{
          object-fit: cover;
          transition: all 0.4s ease-in-out;
          filter: grayscale(0);
        }
        .tech-icon1 img:hover {
          filter: grayscale(100%);
        } */
  
       /* tech-icon2 */ 
  
        .technology-partners .tech-icon2{
          background-color: #fff;
          padding: 15px;
          margin: 20px;
          border-radius: 20px;
          width: 80px;
          height: 80px;
        }
        .technology-partners .tech-icon2{
          background-color: #fff;
        }
        .technology-partners .tech-icon2 img{
          width:70px;
        }
  
        .tech-icon2 img{
          cursor: pointer;
          transition: all 0.4s ease-in-out;
        }
        .tech-icon2 img{
          object-fit: cover;
          transition: all 0.4s ease-in-out;
          filter: grayscale(0);
        }
        .tech-icon2 img:hover {
          filter: grayscale(100%);
        }
        @media (max-width : 435px){
          .technology-partners .tech-icon2{
            padding: 25px;
            margin: 20px;
            border-radius: 20px;
            width: 120px;
            height: 120px;
          }
        }
        @media (max-width : 425px){
          .technology-partners .tech-icon2{
            padding: 25px;
            margin: 20px;
            border-radius: 20px;
            width: 120px;
            height: 120px;
          }
        }
  
  
       /* tech-icon3 */ 
  
        .technology-partners .tech-icon3{
          background-color: #fff;
          padding: 10px;
          margin: 20px;
          border-radius: 20px;
          width: 80px;
          height: 80px;
        }
        .technology-partners .tech-icon3{
          background-color: #fff;
        }
        .technology-partners .tech-icon3 img{
          width:70px;
        }
  
        .tech-icon3 img{
          cursor: pointer;
          transition: all 0.4s ease-in-out;
        }
        .tech-icon3 img{
          object-fit: cover;
          transition: all 0.4s ease-in-out;
          filter: grayscale(0);
        }
        .tech-icon3 img:hover {
          filter: grayscale(100%);
        }
        @media (max-width : 435px){
          .technology-partners .tech-icon3{
            padding: 25px;
            margin: 20px;
            border-radius: 20px;
            width: 120px;
            height: 120px;
          }
        }
        @media (max-width : 425px){
          .technology-partners .tech-icon3{
            padding: 25px;
            margin: 20px;
            border-radius: 20px;
            width: 120px;
            height: 120px;
          }
        }
       /* tech-icon4 */ 
  
        .technology-partners .tech-icon4{
          background-color: #fff;
          padding: 5px;
          margin: 20px;
          border-radius: 20px;
          width: 80px;
          height: 80px;
        }
        .technology-partners .tech-icon4{
          background-color: #fff;
        }
        .technology-partners .tech-icon4 img{
          width:100px;
          height: 70px;
        }
  
        .tech-icon4 img{
          cursor: pointer;
          transition: all 0.4s ease-in-out;
        }
        .tech-icon4 img{
          object-fit: cover;
          transition: all 0.4s ease-in-out;
          filter: grayscale(0);
        }
        .tech-icon4 img:hover {
          filter: grayscale(100%);
        }
        @media (max-width : 425px){
          .technology-partners .tech-icon4{
            padding: 10px;
            margin: 20px;
            border-radius: 20px;
            width: 120px;
            height: 120px;
          }
          .technology-partners .tech-icon4 img{
            width:130px;
            height: 90px;
          }
        }
        @media (max-width : 435px){
          .technology-partners .tech-icon4{
            padding: 10px;
            margin: 20px;
            border-radius: 20px;
            width: 120px;
            height: 120px;
          }
          .technology-partners .tech-icon4 img{
            width:130px;
            height: 90px;
          }
        }
  
       /* tech-icon5 */ 
  
        .technology-partners .tech-icon5{
          background-color: #fff;
          padding: 10px;
          margin: 20px;
          border-radius: 20px;
          width: 80px;
          height: 80px;
        }
        .technology-partners .tech-icon5{
          background-color: #fff;
        }
        .technology-partners .tech-icon5 img{
          width:70px;
          align-items: center;
          margin-top: 15px;
        }
  
        .tech-icon5 img{
          cursor: pointer;
          transition: all 0.4s ease-in-out;
        }
        .tech-icon5 img{
          object-fit: cover;
          transition: all 0.4s ease-in-out;
          filter: grayscale(0);
        }
        .tech-icon5 img:hover {
          filter: grayscale(100%);
        }
  
        @media (max-width : 435px){
          .technology-partners .tech-icon5{
            padding: 15px;
            padding-top: 20px;
            padding-left: 25px;
            margin: 20px;
            border-radius: 20px;
            width: 120px;
            height: 120px;
          }
        }
        @media (max-width : 425px){
          .technology-partners .tech-icon5{
            padding: 15px;
            padding-top: 20px;
            padding-left: 25px;
            margin: 20px;
            border-radius: 20px;
            width: 120px;
            height: 120px;
          }
        }
  
         /* technology-partner-1 */
  
        .technology-partner-1{
          display: flex;
        }
        .technology-partner-1 .tech-icon1{
          background-color: #fff;
          padding: 20px;
          margin: 20px;
          border-radius: 20px;
        }
        .technology-partner-1 .tech-icon1{
          background-color: #fff;
        }
        .technology-partner-1 .tech-icon1 img{
          width:30px;
        }
  
        /* .integration-section .platforms-logos {
          aspect-ratio: 2.9;
          object-fit: contain;
          object-position: center;
          width: 448px;
          min-width: 240px;
          flex-grow: 1;
          flex-shrink: 1;
          max-width: 498px;
        }
  
        @media (max-width: 991px) {
          .platforms-logos {
            max-width: 100%;
          }
        } */
  
        .integration-section .support-container {
          position: relative;
          display: flex;
          margin-top: 10px;
          width: 100%;
          padding-left: 20px;
          padding-top: 40px;
          align-items: center;
          gap: 40px 81px;
          font-family:
            Manrope,
            -apple-system,
            Roboto,
            Helvetica,
            sans-serif;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: -0.32px;
          justify-content: start;
        }
  
        @media (max-width: 991px) {
          .integration-section .support-container {
            max-width: 100%;
            margin-top: 40px;
          }
        }
        @media (max-width: 435px) {
          .integration-section .support-container {
            max-width: 100%;
            margin-top: 40px;
            display: block;
            position: relative;
            right: 50px;
          }
        }
        @media (max-width: 425px) {
          .integration-section .support-container {
            max-width: 100%;
            margin-top: 40px;
            display: block;
            position: relative;
            right: 50px;
          }
        }
  
        .integration-section .support-text {
          color: #545c9e;
          line-height: 21px;
          align-self: stretch;
          z-index: 0;
          margin-top: auto;
          margin-bottom: auto;
        }
  
        @media (max-width: 435px) {
          .integration-section .support-text {
            margin-bottom: 30px;
          }
        }
        @media (max-width: 425px) {
          .integration-section .support-text {
            margin-bottom: 30px;
          }
        }
        .integration-section .cta-button {
          padding: 14px 20px;
          background: linear-gradient(102deg, #5967b5 0%, #908eed 88.69%);
          color: #fff;
          font-size: 16px;
          line-height: 20.8px;
          letter-spacing: -0.32px;
          font-family: "Manrope", sans-serif;
          border: none;
          border-radius: 24px;
          cursor: pointer;
          box-shadow:
            0px 0.518px 0.311px -0.75px rgba(136, 138, 227, 0.47),
            0px 1.569px 0.942px -1.5px rgba(136, 138, 227, 0.46),
            0px 4.149px 2.489px -2.25px rgba(136, 138, 227, 0.43),
            0px 13px 7.8px -3px rgba(136, 138, 227, 0.32);
          width:200px;
          min-height: 48px;
        }
        
        .integration-section .cta-button:hover {
          opacity: 0.9;
        }
        
        .integration-section .cta-button:focus {
          outline: 2px solid #7584d6;
          outline-offset: 2px;
        }
        
        /* .support-button {        
          border-radius: 24px;
          box-shadow: 0px 1px 0px -1px rgba(136, 138, 227, 0.475);
          align-self: stretch;
          position: relative;
          z-index: 0;
          display: flex;
          margin-top: auto;
          margin-bottom: auto;
          min-height: 48px;
          padding: 14px 20px;
          align-items: flex-start;
          overflow: hidden;
          color: #ffffff;
          line-height: 1.3;
          justify-content: center;
          background: linear-gradient(102deg, #5967b5 0%, #908eed 88.69%); */
          /* background: linear-gradient(
            99deg,
            var(--color-cyan-53, #0dcfff) 11.18%,
            var(--color-blue-47, #545c9e) 45%
          ); */
          /* cursor: pointer;
        } */
  
        .button-text {
          z-index: 0;
          margin-top: auto;
          margin-bottom: auto;  
        }
  
        .button-link {
          align-self: start;
          position: absolute;
          z-index: 0;
          display: flex;
          flex-shrink: 0;
          height: 48px;
          left: 0px;
          right: 0px;
          top: 0px;
          bottom: 0px;
          width: 152px;
        }
  
        .support-border {
          border-top: 1px solid var(--color-grey-92, #dfe1f5);
          align-self: start;
          position: absolute;
          z-index: 0;
          display: flex;
          min-width: 240px;
          flex-shrink: 0;
          height: 88px;
          left: 0px;
          right: 0px;
          top: 0px;
          bottom: 0px;
          width: 746px;
        }
  
        @media (max-width: 991px) {
          .support-border {
            max-width: 100%;
          }
        }
  
  
  /* Features Section */
  .features-section {
    background-color: rgba(249, 250, 251, 1);
    display: flex;
    width: 100%;
    padding: 22px 2px;
    align-items: stretch;
    gap: 40px 100px;
    font-family:
      Manrope,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 32px;
    color: rgba(117, 132, 214, 1);
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 1.1;
  }
  
  @media (max-width: 991px) {
    .features-section {
      max-width: 100%;
    }
  }
  
  .features-container {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 40px 100px;
  }
  
  .feature-heading {
    flex-grow: 1;
    flex-shrink: 1;
    width: 148px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
  }
  
  .features-list {
    display: flex;
    align-items: stretch;
    gap: 25px;
  }
  
  .feature-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 35px;
    align-self: start;
    flex-shrink: 0;
  }
  
  /* Divider Image */
  .divider-image {
    aspect-ratio: 6.85;
    object-fit: contain;
    object-position: center;
    width: 100%;
  
  }
  
  /* Main Footer Section */
  .main-footer {
    background: linear-gradient(180deg, #a5a4fa 0%, #7584d6 100%);
    display: flex;
    width: 100%;
    padding: 160px 70px 60px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
  }
  
  
  .footer-content {
    display: flex;
    width: 100%;
    max-width: 1600px;
    align-items: start;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  @media (max-width : 1024px){
    .footer-content{
      gap: 10px;
    }
  }
  
  .footer-sections {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  
  .footer-sections-row {
    display: flex;
    align-items: stretch;
    gap: 40px 100px;
    font-family:
      Manrope,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    color: rgba(249, 250, 251, 1);
    font-weight: 400;
    flex-wrap: wrap;
  }
  
  @media (max-width: 991px) {
    .footer-sections-row {
      max-width: 100%;
    }
  }
  
  .company-info {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 28px;
    flex: 1;
  }
  
  .company-logo {
    aspect-ratio: 3;
    object-fit: contain;
    object-position: center;
    width: 250px;
    position: relative;
    right: 50px;
  }
  
  .company-description {
    margin-top: -9px;
    margin-bottom: 0;
    position: relative;
    right: 28px;
  }
  
  @media (max-width: 991px) {
    .company-description {
      margin-right: 8px;
    }
  }
  
  .newsletter {
    align-self: start;
    display: flex;
    margin-top: 25px;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
  }
  @media (max-width : 1024px){
    .newsletter{
      position: relative;
      right: 40px;
    }
  }
  
  .newsletter-heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1.28px;
    margin: 0;
  }
  
  @media (max-width: 991px) {
    .newsletter-heading {
      margin-right: 7px;
    }
  }
  
  .newsletter-subheading {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    align-self: start;
    margin-top: 5px;
    margin-bottom: 0;
  }
  
  .email-signup {
    display: flex;
    margin-top: 37px;
    align-items: stretch;
    gap: 20px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    justify-content: space-between;
  }
  
  .email-label {
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .submit-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 20px;
    flex-shrink: 0;
  }
  
  .social-links {
    align-self: end;
    display: flex;
    margin-top: -20px;
    margin-right: 130px;
    align-items: stretch;
    gap: 12px;
  }
  .social-links img:hover{
    color: #ffffff;
    transform: scale(1.1);
  }
  
  @media (max-width: 991px) {
    .social-links {
     float: left;
    margin-top: 40px;
    }
  }
  
  .social-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 28px;
    flex-shrink: 0;
  }
  
  /* Footer Navigation */
  .footer-nav {
    margin-top: 10px;
  }
  
  .nav-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-family:
      Manrope,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 16px;
    color: rgba(249, 250, 251, 1);
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 1.3;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .nav-link {
    color: rgba(249, 250, 251, 1);
    text-decoration: none;
    display: block;
    margin-top: 22px;
  }
  
  .nav-list li:first-child .nav-link {
    margin-top: 0;
  }
  
  .copyright {
    font-size: 14px;
    letter-spacing: -0.14px;
    align-self: stretch;
    margin-top: 75px;
    margin-bottom: 0;
  }
  
  @media (max-width: 991px) {
    .copyright {
      margin-top: 40px;
    }
  }
  
  .secondary-nav {
    margin-top: 10px;
  }
  
  .nav-decoration {
    aspect-ratio: 0.37;
    object-fit: contain;
    object-position: center;
    width: 30px;
    align-self: end;
    margin-top: 42px;
  }
  
  @media (max-width: 991px) {
    .nav-decoration {
      margin-top: 40px;
    }
  }
  
  /* Attribution Section */
  .attribution {
    background-color: rgba(183, 192, 232, 0.54);
    display: flex;
    width: 100%;
    padding: 40px 70px;
    flex-direction: column;
    align-items: center;
    font-family:
      Inter,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    color: rgba(30, 43, 58, 1);
    /* justify-content: center; */
  }
  .attribution p{
  
  }
  
  @media (max-width: 991px) {
    .attribution {
      max-width: 100%;
      padding: 40px 20px;
    }
  }
  
  .attribution-container {
    display: flex;
    width: 508px;
    max-width: 100%;
    align-items: center;
    gap: 40px 49px;
    flex-wrap: wrap;
  }
  
  /* .designer-logo {
    aspect-ratio: 4.65;
    object-fit: contain;
    object-position: center;
    width: 130px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
    max-width: 100%;
  } */
  
  .designer-credit {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.32px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-grow: 1;
    flex-shrink: 1;
    width: 106px;
    position: relative;
    text-align: center;  
  }
  
  /* whatsapp */
  
  .btnicon-whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 120%;
    background-color: #ffffff; 
    right: 60px;
    position: fixed;
    bottom: 20px;
    margin-left: 31px;
    font-size: 31px;
    line-height: 50px;
    text-align: center;
    z-index: 999;
  }
  
  .fa-whatsapp{
    color:#5dda3d;
  }
  
  @media (max-width : 768px){
    .btnicon-whatsapp{
      right: 20px;
    }
  }
  
  .btnicon-linkedin {
    width: 50px;
    height: 50px;
    border-radius: 120%;
    background-color: #ffffff; 
    right: 60px;
    position: fixed;
    bottom: 80px;
    margin-left: 31px;
    font-size: 31px;
    line-height: 10px;
    text-align: center;
    z-index: 999;
  }
  
  .fa-linkedin{
    color:#6476ef;
    margin-top: 10px;
  }
  @media (max-width : 768px){
    .btnicon-linkedin{
      right: 20px;
    }
  }
  
  
  
  
  
  
  
  
  /* industries - dropdown section */
  
  /* .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 1;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
  }
  
  .dropdown-content a {
    color: var(--text-color);
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: block;
    transition: background 0.2s;
    font-size: 1rem;
  }
  
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown .nav-button {
    width: 100%;
    text-align: left;
  }
  
  .navigation {
    gap: 1.5rem;
  } */
    
    .team-name {
      color: rgba(70, 84, 120, 1);
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: -0.4px;
      margin-top: 39px;
    }
    
    .team-role {
      color: rgba(84, 92, 158, 1);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -0.32px;
      margin-top: 21px;
    }
    
    .team-social {
      aspect-ratio: 3.86;
      object-fit: contain;
      object-position: center;
      width: 108px;
      margin-top: 20px;
      max-width: 100%;
    }
    
    /* Story Section */
    /* .story-section {
      position: relative;
      text-align: left;
      margin-top: 123px;
    }
    
    .story-title {
      position: relative;
      font-size: 56px;
      font-weight: 600;
      line-height: 1.1;
      letter-spacing: -2.24px;
    }
    
    .story-text {
      position: relative;
      color: rgba(70, 84, 120, 1);
      font-size: 20px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: -0.4px;
      margin-top: 55px;
    } */
    
    /* Company Info */
    /* .company-info {
      position: relative;
      margin-top: 6px;
      margin-left: 42px;
      width: 758px;
      max-width: 100%;
    }
    
    .company-row {
      gap: 20px;
      display: flex;
    }
    
    .company-description {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      line-height: normal;
      width: 70%;
    }
    
    .company-text {
      color: rgba(70, 84, 120, 1);
      font-size: 16px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: -0.32px;
      position: relative;
      margin-top: 45px;
    }
    
    .company-culture {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      line-height: normal;
      width: 30%;
      margin-left: 20px;
    }
    
    .culture-icon {
      aspect-ratio: 0.6;
      object-fit: contain;
      object-position: center;
      width: 40px;
      align-self: end;
    }
    
    .culture-title {
      color: rgba(84, 92, 158, 1);
      font-size: 32px;
      font-weight: 500;
      line-height: 1.1;
      letter-spacing: -1.28px;
      margin-top: 24px;
    }
    
    .culture-text {
      color: rgba(70, 84, 120, 1);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -0.32px;
      margin-top: 23px;
    }
     */
    /* Additional Content Section */
    /* .additional-content {
      align-self: center;
      display: flex;
      margin-top: 12px;
      width: 100%;
      max-width: 1520px;
      flex-direction: column;
      align-items: center;
    }
     */
    /* YCombinator Banner */
    /* .ycombinator-banner {
      display: flex;
      margin-left: 12px;
      width: 638px;
      max-width: 100%;
      align-items: stretch;
      gap: 20px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -0.32px;
      line-height: 1.3;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    
    .ycombinator-info {
      display: flex;
      margin-top: auto;
      margin-bottom: auto;
      align-items: stretch;
      color: rgba(70, 84, 120, 1);
    }
    
    .ycombinator-icon {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 16px;
      border-radius: 10px;
      align-self: start;
      flex-shrink: 0;
    }
    
    .ycombinator-text {
      flex-basis: auto;
      margin-left: 8px;
    }
    
    .outline-button {
      border-radius: 24px;
      border: 1px solid rgba(117, 132, 214, 1);
      box-shadow: 0px 1px 0px -1px rgba(136, 138, 227, 0.294);
      padding: 18px 20px;
      overflow: hidden;
      color: rgba(117, 132, 214, 1);
      background-color: transparent;
    } */
    
    /* Story Banner */
    /* .story-banner {
      border-top: 1px solid rgba(223, 225, 245, 1);
      display: flex;
      margin-top: 72px;
      margin-left: 66px;
      width: 746px;
      max-width: 100%;
      padding: 40px 80px 0 20px;
      align-items: start;
      gap: 25px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -0.32px;
      line-height: 1.3;
      flex-wrap: wrap;
    } */
    
    /* Testimonials Section */
    /* .testimonials-section {
      text-align: left;
      margin-top: 184px;
    }
    
    .testimonials-container {
      align-self: stretch;
      margin-top: 34px;
    }
    
    .testimonials-row {
      gap: 20px;
      display: flex;
    }
    
    .testimonials-intro {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      line-height: normal;
      width: 23%;
    }
    
    .testimonials-title {
      font-size: 56px;
      font-weight: 600;
      line-height: 62px;
      letter-spacing: -2.24px;
      align-self: start;
    }
    
    .testimonials-description {
      color: rgba(70, 84, 120, 1);
      font-size: 16px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: -0.32px;
      margin-top: 24px;
    }
    
    .testimonial-author {
      display: flex;
      flex-direction: column;
      border-radius: 10px;
      position: relative;
      aspect-ratio: 0.56;
      margin-top: 40px;
      width: 100%;
      padding: 46px 20px 520px 20px;
      overflow: hidden;
      align-items: start;
      color: rgba(255, 255, 255, 1);
      background: linear-gradient(to bottom, rgba(117, 132, 214, 1), rgba(117, 132, 214, 0.8));
    }
    
    .author-image {
      position: absolute;
      inset: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      z-index: 0;
    }
    
    .author-name {
      position: relative;
      font-size: 32px;
      font-weight: 500;
      line-height: 1.1;
      letter-spacing: -1.28px;
      z-index: 1;
    }
    
    .author-info {
      position: relative;
      display: flex;
      margin-top: 14px;
      margin-bottom: -104px;
      align-items: stretch;
      gap: 3px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: -0.14px;
      line-height: 1.3;
      z-index: 1;
    }
    
    .author-role {
      font-size: 16px;
      letter-spacing: -0.32px;
      flex-grow: 1;
    }
    
    .author-at {
      margin-top: auto;
      margin-bottom: auto;
    }
    
    .author-company {
      margin-top: auto;
      margin-bottom: auto;
    }
    
    .testimonials-content {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      line-height: normal;
      width: 77%;
      margin-left: 20px;
      margin-top: 98px;
    }
    
    .testimonials-grid {
      width: 100%;
    }
    
    .testimonials-grid-row {
      gap: 20px;
      display: flex;
    }
    
    .testimonial-card {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      line-height: normal;
      width: 50%;
      background-color: rgba(255, 255, 255, 1);
      padding: 164px 32px 103px;
      font-size: 20px;
      color: rgba(84, 92, 158, 1);
      font-weight: 400;
      letter-spacing: -0.4px;
      line-height: 28px;
    }
    
    .testimonial-company {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      line-height: normal;
      width: 50%;
      margin-left: 20px;
    }
    
    .company-badge {
      background-color: rgba(255, 255, 255, 1);
      display: flex;
      margin-top: 47px;
      padding: 41px 32px 180px;
      align-items: end;
      gap: 2px;
      flex-wrap: wrap;
      font-size: 14px;
      color: rgba(84, 92, 158, 1);
      font-weight: 400;
      white-space: nowrap;
      letter-spacing: -0.14px;
      line-height: 1.3;
    }
    
    .company-logo {
      aspect-ratio: 0.82;
      object-fit: contain;
      object-position: center;
      width: 117px;
      border-radius: 6px;
      box-shadow: 0px 1px 1px -1px rgba(59, 59, 59, 0.72);
      align-self: start;
      flex-shrink: 0;
      max-width: 100%;
    }
    
    .company-at {
      margin-top: 129px;
    }
    
    .company-name {
      margin-top: 128px;
      flex-grow: 1;
      flex-shrink: 1;
      width: 362px;
    }
    
    .company-info-row {
      gap: 20px;
      display: flex;
    }
    
    .company-info-col {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      line-height: normal;
      width: 29%;
    }
    
    .company-author {
      width: 100%;
      font-size: 14px;
      color: rgba(84, 92, 158, 1);
      font-weight: 400;
      letter-spacing: -0.14px;
      line-height: 1.3;
    }
    
    .company-author-image {
      aspect-ratio: 0.72;
      object-fit: contain;
      object-position: center;
      width: 104px;
      border-radius: 6px;
      box-shadow: 0px 1px 1px -1px rgba(59, 59, 59, 0.72);
      max-width: 100%;
    }
    
    .company-author-info {
      display: flex;
      margin-top: 5px;
      align-items: stretch;
      gap: 2px;
    }
    
    .company-author-role {
      flex-grow: 1;
    }
    
    .company-name-large {
      color: rgba(84, 92, 158, 1);
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -0.14px;
      margin-top: 149px;
    } */
    
    /* Pricing Section */
    /* .pricing-section {
      display: flex;
      margin-top: 184px;
      margin-left: 138px;
      width: 486px;
      max-width: 100%;
      flex-direction: column;
      align-items: center;
    }
    
    .pricing-toggle {
      border-radius: 30px;
      background-color: rgba(255, 255, 255, 1);
      margin-top: 62px;
      width: 300px;
      max-width: 100%;
    }
    
    .toggle-container {
      border-radius: 30px;
      background-color: rgba(255, 255, 255, 0.002);
      box-shadow: 0px 1px 6px rgba(100, 124, 153, 0.2);
      display: flex;
      padding: 11px 30px;
      align-items: center;
      gap: 20px;
    }
    
    .toggle-option {
      color: rgba(84, 92, 158, 1);
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: -0.4px;
      align-self: stretch;
      margin-top: auto;
      margin-bottom: auto;
      flex-grow: 1;
    }
    
    .toggle-switch {
      border-radius: 100px;
      background-color: rgba(249, 250, 251, 1);
      align-self: stretch;
      display: flex;
      padding: 3px 1px;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      flex: 1;
    }
    
    .toggle-button {
      border-radius: 100px;
      border: 1px solid rgba(117, 132, 214, 0.2);
      display: flex;
      padding: 3px 4px;
      flex-direction: column;
      align-items: start;
      justify-content: center;
    }
    
    .toggle-button::before {
      content: "";
      border-radius: 142px;
      box-shadow: 0px 0px 1px 0px rgba(136, 138, 227, 0.227);
      display: flex;
      width: 28px;
      flex-shrink: 0;
      height: 28px;
      background-color: rgba(117, 132, 214, 1);
    } */
    
    /* Pricing Plans */
    /* .pricing-plans {
      margin-top: 52px;
      width: 1130px;
      max-width: 100%;
    }
    
    .plans-row {
      gap: 20px;
      display: flex;
    }
    
    .plan-card {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      line-height: normal;
      width: 33%;
      background-color: rgba(255, 255, 255, 1);
      display: flex;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding: 43px 40px;
      flex-direction: column;
      align-items: start;
    }
    
    .plan-title {
      color: rgba(84, 92, 158, 1);
      font-size: 32px;
      font-weight: 500;
      line-height: 1.1;
      letter-spacing: -1.28px;
    }
    
    .plan-feature {
      display: flex;
      margin-top: 13px;
      align-items: stretch;
      gap: 12px;
      font-size: 16px;
      color: rgba(84, 92, 158, 1);
      font-weight: 400;
      letter-spacing: -0.32px;
      line-height: 1.3;
    }
    
    .plan-feature:first-of-type {
      margin-top: 42px;
    }
    
    .feature-check {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 16px;
      align-self: start;
      flex-shrink: 0;
    }
    
    .feature-text {
      flex-basis: auto;
    }
    
    .plan-price-container {
      border-top: 1px solid rgba(223, 225, 245, 1);
      align-self: stretch;
      display: flex;
      margin-top: 81px;
      width: 100%;
      padding-right: 54px;
      padding-top: 27px;
      padding-bottom: 16px;
      flex-direction: column;
      align-items: start;
      white-space: nowrap;
    }
    
    .plan-price {
      display: flex;
      align-items: stretch;
      gap: 7px;
      color: rgba(84, 92, 158, 1);
    }
    
    .price-amount {
      font-size: 48px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -1.92px;
      flex-grow: 1;
    }
    
    .price-period {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -0.32px;
      align-self: start;
    }
    
    .plan-button {
      border-radius: 24px;
      background: linear-gradient(to bottom, rgba(117, 132, 214, 1), rgba(117, 132, 214, 0.9));
      box-shadow: 0px 1px 0px -1px rgba(136, 138, 227, 0.475);
      margin-top: 15px;
      padding: 18px 20px;
      overflow: hidden;
      font-size: 16px;
      color: rgba(255, 255, 255, 1);
      font-weight: 400;
      letter-spacing: -0.32px;
      line-height: 1.3;
    } */
    
    /* Trusted By Section */
    /* .trusted-section {
      text-align: center;
      margin-top: 80px;
    }
    
    .trusted-title {
      color: rgba(70, 84, 120, 1);
      font-size: 14px;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: 4.2px;
      text-align: center;
      text-transform: uppercase;
    }
    
    .trusted-logos {
      aspect-ratio: 26.32;
      object-fit: contain;
      object-position: center;
      width: 1080px;
      margin-top: 36px;
      max-width: 100%;
    } */
    
    /* Help Banner */
    /* .help-banner {
      border-top: 1px solid rgba(223, 225, 245, 1);
      display: flex;
      margin-top: 46px;
      width: 1120px;
      max-width: 100%;
      padding: 40px 70px 0;
      flex-direction: column;
      align-items: center;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -0.32px;
      line-height: 1.3;
    }
    
    .help-banner .banner-content {
      display: flex;
      width: 354px;
      max-width: 100%;
      align-items: stretch;
      gap: 26px;
    }
     */
    /* FAQ Section */
    /* .faq-section {
      text-align: center;
      margin-top: 30px;
    }
    
    .faq-container {
      margin-top: 32px;
    }
    
    .faq-item {
      background-color: rgba(255, 255, 255, 1);
      margin-top: 8px;
      width: 730px;
      max-width: 100%;
      font-size: 16px;
      color: rgba(70, 84, 120, 1);
      font-weight: 400;
      letter-spacing: -0.32px;
      line-height: 1.3;
    }
    
    .faq-item:first-child {
      margin-top: 0;
    }
    
    .faq-question {
      border-radius: 10;
    } */
  
  /* Search Bar Styles */
  .search-bar {
      width: 100%;
      max-width: 800px;
      margin: 30px auto;
      padding: 15px;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 15px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .search-bar input {
      width: 100%;
      padding: 15px 45px 15px 20px;
      border: 2px solid rgba(255, 255, 255, 0.2);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.1);
      color: #333;
      font-size: 16px;
      transition: all 0.3s ease;
  }
  
  .search-bar input:focus {
      outline: none;
      border-color: #5a67d8;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 0 10px rgba(90, 103, 216, 0.2);
  }
  
  /* Large screens (desktops) */
  @media screen and (min-width: 1200px) {
      .search-bar {
          max-width: 1000px;
          padding: 20px;
      }
      
      .search-bar input {
          font-size: 18px;
          padding: 20px 50px 20px 25px;
      }
  }
  
  /* Medium screens (tablets) */
  @media screen and (max-width: 991px) {
      .search-bar {
          max-width: 700px;
          margin: 25px auto;
      }
      
      .search-bar input {
          padding: 12px 40px 12px 18px;
      }
  }
  
  /* Small screens (tablets and large phones) */
  @media screen and (max-width: 768px) {
      .search-bar {
          max-width: 90%;
          margin: 20px auto;
          padding: 12px;
      }
      
      .search-bar input {
          font-size: 15px;
          padding: 12px 35px 12px 15px;
      }
  }
  
  /* Extra small screens (phones) */
  @media screen and (max-width: 480px) {
      .search-bar {
          max-width: 95%;
          margin: 15px auto;
          padding: 10px;
      }
      
      .search-bar input {
          font-size: 14px;
          padding: 10px 30px 10px 12px;
      }
  }
  
  /* Very small screens */
  @media screen and (max-width: 320px) {
      .search-bar {
          margin: 10px auto;
          padding: 8px;
      }
      
      .search-bar input {
          font-size: 13px;
          padding: 8px 25px 8px 10px;
      }
  }
  
  /* .performance-overlay-img.fade-in {
    opacity: 0; }*/
  
  /* .performance-overlay-img.fade-in.visible {
    opacity: 0.7;} /* or your preferred value */
   
  
  /* Reduce space below Get Started button in Performance section */
  .performance-section .cta-button {
    margin-bottom: 1px;
   
  }
  
  /* Further reduce space above dashboard and below logos-1 in Performance section */
  .performance-section .logos-1 {
    margin-bottom: 5px;
    margin-top: 0;
  }
  
  .performance-section .dashboard {
    margin-top: 0;
    padding-top: 0;
  }
  
  /* Navbar Get Started Icon Button Adjustments */
  .navbar-getstarted-icon {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
  }
  
  .navbar .cta-button {
    background: linear-gradient(102deg, #5967b5 0%, #908eed 88.69%);
    border-radius: 16px; /* Rounded-square (squircle) shape */
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    border: none;
    cursor: pointer;
    box-shadow:
      0px 0.518px 0.311px -0.75px rgba(136, 138, 227, 0.47),
      0px 1.569px 0.942px -1.5px rgba(136, 138, 227, 0.46),
      0px 4.149px 2.489px -2.25px rgba(136, 138, 227, 0.43),
      0px 13px 7.8px -3px rgba(136, 138, 227, 0.32),
      0px 0px 0px -1.875px rgba(255, 255, 255, 0.23) inset,
      0px 0px 0px -3.75px rgba(255, 255, 255, 0.09) inset,
      0px 0px 2px 0px rgba(30, 33, 115, 0.3) inset;
    transition: transform 0.2s ease-in-out;
    padding: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  

