/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
  }

  html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
  }

  body {
    font-family: 'Manrope', -apple-system, Roboto, Helvetica, sans-serif;
    background: url(images/video.mp4);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    /* cursor: none; */
      }
  #bg-video {
    background-attachment: fixed;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1; /* Send behind content */
   
  }


  /* Animation classes */
  .slide-in-right {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  }
  
  .slide-in-right.active {
    transform: translateY(0);
    opacity: 1;
  }
  
  .slide-in-bottom {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  }
  
  .slide-in-bottom.active {
    transform: translateY(0);
    opacity: 1;
  }
  
  /* Delay animations for form elements */
  .form-group:nth-child(1) { transition-delay: 0.1s; }
  .form-group:nth-child(2) { transition-delay: 0.2s; }
  .form-group:nth-child(3) { transition-delay: 0.3s; }
  .form-group:nth-child(4) { transition-delay: 0.4s; }
  .form-group:nth-child(5) { transition-delay: 0.5s; }
  .form-group:nth-child(6) { transition-delay: 0.6s; }



  img {
    max-width: 100%;
  }
  
  button {
    cursor: pointer;
    border: none;
    font-family: inherit;
  }


  

  /* cursor */

  #custom-cursor {
    position: fixed;
    top: 20px;
    pointer-events: none;
    width: 30px;
    height: 30px;
    z-index: 9999;
    will-change: transform;
  }
  #custom-cursor img {
    width: 100%;
    height: 100%;
    animation: rotate 2s linear infinite; /* Continuous rotation */
  }
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @media (max-width: 500px) {
    #custom-cursor {
      display: none;
    }
    #custom-cursor img {
      display: none;
    }
  }

  /* #follower {
    position: fixed;
    width: 30px;
    height: 30px;
    background-color: #6c8cff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.1s ease-out;
    opacity: 1;
    border: 1px solid #ffffff;
}

@media (max-width : 768px){
  #follower{
    display: none;
  }
} */


/* Navbar Styles */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  width: 80%;
  max-width: 320px;
  height: 80px;
  position: sticky;
  top: 10px;
  margin: 20px auto 0 auto;
  z-index: 1;
}

/* Responsive adjustments */
@media (min-width: 1200px) {
  .navbar {
    max-width: 320px;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 1199px) {
  .navbar {
    max-width: 300px;
    padding: 0.4rem 0.8rem;
  }
}

@media (max-width: 991px) {
  .navbar {
    width: 85%;
    max-width: 300px;
    padding: 0.3rem 0.6rem;
  }
}

@media (max-width: 767px) {
  .navbar {
    width: 85%;
    max-width: 280px;
    padding: 0.3rem 0.5rem;
  }
}

@media (max-width: 575px) {
  .navbar {
    width: 85%;
    max-width: 260px;
    padding: 0.3rem 0.5rem;
  }
}

.navbar .logo {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4dc9ff 0%, #6c8cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
}

/* Center Menu Styles */
.center-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 455px){
  .center-menu{
    margin-left: 20px;
  }
}
.menu-dots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: #6c7eb9;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.menu-dots:hover .dot {
  background-color: #5a67d8;
}

/* CTA Button Styles */

.navbar-getstarted-icon {
  width: 16px; /* Reduced icon size */
  height: 16px; /* Reduced icon size */
  display: block;
  margin: 0 auto;
}

.navbar .cta-button {
  background: linear-gradient(102deg, #5967b5 0%, #908eed 88.69%);
  border-radius: 9px; /* Adjusted border-radius to be a rounded square */
  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: 24px; /* Set width to match dot menu button */
  height: 24px; /* Set height to match dot menu button */
  display: flex;
  align-items: center;
  justify-content: center;
  position: static; /* Allow centering */
  margin-left: -60px; /* Adjusted margin to move it closer */
}

.navbar .cta-button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.navbar .cta-button:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

.navbar .cta-button:focus {
  outline: 2px solid #7584d6;
  outline-offset: 2px;
  
}

/* Dropdown Menu Styles */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 1;
}

.dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-left {
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
}

.menu-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.menu-link {
  color: #7c8db5;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  transition: color 0.3s ease;
}

.menu-link:hover {
  color: #5a67d8;
}

.social-links {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  margin-top: 1rem;
}

.social-icon {
  color: #7c8db5;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #5a67d8;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .dropdown-menu {
      flex-direction: column;
  }
  
  .menu-left, .menu-right {
      width: 100%;
  }
  
  .menu-right {
      margin-top: 1.5rem;
  }
}

@media (max-width: 600px) {
  .navbar {
      width: 95%;
      padding: 0.6rem 1rem;
  }
  
  .logo {
      font-size: 1.6rem;
  }
  
  .cta-button {
      font-size: 0.9rem;
      padding: 0.7rem 1.4rem;
  }
}

  
 
  /* Hero Section */
  .hero-section {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 80vh;
    width: 100%;
    padding: 10px 40px 60px;
    align-items: center;
    position: relative;
    /* top: 10px; */
  }

  @media (max-width : 768px){
    .hero-section{
      padding: 8px 24px 36px;
      height: 78vh;
    }
  }

  /* Tighten hero → marquee spacing on very large screens */
  @media (min-width: 1400px){
    .hero-section { padding-bottom: 48px; }
    .logos-1 { margin-top: 0; }
  }

  /* Extra-tight spacing on small phones */
  @media (max-width: 480px){
    .hero-section { padding-bottom: 28px; }
  }

  /* Larger desktop optimizations */
  @media (min-width: 1400px){
    .hero-section { padding-bottom: 36px; height: 60vh; }
    .logos-1 { margin-top: 0; }
  }
  @media (min-width: 1600px){
    .hero-section { padding-bottom: 36px; height: 58vh; }
    .logos-1 { margin-top: 0; }
  }

  @media (min-width: 1920px){
    .hero-section { padding-bottom: 28px; height: 76vh; }
    .logos-1 { margin-top: 0; }
  }

  @media (min-width: 2560px){
    .hero-section { padding-bottom: 20px; height: 30vh; }
    .logos-1 { margin-top: 0; }
  }

 
  .hero-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .hero-content {
    position: relative;
    display: flex;
    margin-bottom: -79px;
    width: 706px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  @media (max-width : 390px){
    .hero-content{
      margin-right: 50px;
    }
  }
  @media (max-width : 375px){
    .hero-content{
      margin-right: 15px;
    }
  }

  /* Hero Heading */
  .hero-heading {
    display: flex;
    margin-top: 57px;
    width: 105%;
    align-items: start;
    /* gap: 10px; */
    font-size: 80px;
    font-weight: 500;
    letter-spacing: -4px;
    line-height: 1;
    
  }
  @media (max-width : 768px){
    .hero-heading{
      width: 100%;     
    }
  }
  @media (max-width : 500px){
    .hero-heading{
      width: 100%;  
      position: relative;
      left: -30px;    
    }
  }
  
  @media (max-width : 450px){
    .hero-heading{
      width: 150%; 
      position: relative;
      left: -80px; 
    }
  }
  @media (max-width : 425px){
    .hero-heading{
      width: 200%; 
      position: relative;
      left: -50px; 
    }
  }
  @media (max-width : 375px){
    .hero-heading{
      width: 200%; 
      position: relative;
      left: -50px; 
      flex-wrap: wrap;
    }
  }
  
  .heading-row {
    display: flex;
    align-items: start;
    color: rgba(70, 84, 120, 1);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }

  @media (max-width : 390px){
    .heading-row{
      margin-right: 50px;
    }
  }
  @media (max-width : 375px){
    .heading-row{
      margin-right: -5px;
    }
  }
  
  .heading-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 84px;
    flex-shrink: 0;
    position: relative;
    top: 20px;
  }

  @media (max-width :1024px){
    .heading-icon{
      width: 64px;
      margin-left: 70px;
    }
  }
  @media (max-width : 768px){
    .heading-icon{
      width: 64px;
      margin-left: 70px;
    }
  }
  @media (max-width : 500px){
    .heading-icon{
      width: 44px;
      margin-left: 60px;
    }
  }
  @media (max-width : 435px){
    .heading-icon{
      width: 44px;
      margin-left: 90px;
      margin-top: 18px;
    }
  }
  @media (max-width : 425px){
    .heading-icon{
      width: 44px;
      margin-left: 60px;
      margin-top: 1px;
    }
  }
  @media (max-width : 375px){
    .heading-icon{
      width: 44px;
      margin-left: 30px;
    }
  }
  
  .heading-text {
    margin-top: 11px;
    flex-basis: auto;
    font-size: 80px;
    font-weight: 500;
  }
  @media (max-width : 1024px){
    .heading-row .heading-text{
      font-size: 60px;
    }
  }
  @media (max-width : 768px){
    .heading-row .heading-text{
      font-size: 40px;
    }
  }
  @media (max-width : 500px){
    .heading-text{
      font-size: 40px;
      position: relative;
      top: 8px;
      margin-right: 10px;
    }
  }
  @media (max-width : 450px){
    .heading-text{
      font-size: 40px;
      position: relative;
      top: 24px;
    }
  }
  @media (max-width : 425px){
    .heading-text{
      font-size: 40px;
      position: relative;
      top: 7px;
    }
  }
  
  @media (max-width : 375px){
    .heading-text{
      font-size: 40px;
      position: relative;
      top: 7px;
    }
  }
  
  .heading-highlight {
    color: rgba(117, 132, 214, 1);
    margin-top: 16px;
    flex-grow: 1;
    flex-shrink: 1;
    width: 360px;
    flex-basis: auto;
    font-size: 80px;
    font-weight: 500;
  }
  @media (max-width : 1024px){
    .heading-highlight{
      font-size: 60px;
      width: 360px;
    }
  }
  @media (max-width : 768px){
    .heading-highlight{
      font-size: 60px;
      width: 360px;
    }
  }
  @media (max-width : 500px){
    .heading-highlight{
      font-size: 40px;
      width: 360px;
      margin-left: 55px;
    }
  }

  @media (max-width : 450px){
    .heading-highlight{
      font-size: 40px;
      width: 360px;
      margin-left: 50px;
      margin-top: 35px;
      /* position: relative;
      top: 20px; */
    }
  }
  @media (max-width : 425px){
    .heading-highlight{
      font-size: 40px;
      width: 360px;
      margin-left: -90px;
      margin-top: 20px;
    }
  }
  @media (max-width : 375px){
    .heading-highlight{
      font-size: 40px;
      width: 360px;
      margin-left: -40px;
    }
  }
  
  /* Hero Subheading */
  .hero-subheading {
    align-self: end;
    display: flex;
    margin-top: 9px;
    margin-right: 54px;
    width: 514px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1.4;
  }

  
  .subheading-row {
    display: flex;
    align-items: stretch;
    gap: 19px;
    font-size: 80px;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: -4px;
    line-height: 1;
    /* flex-wrap: wrap; */
  }

  @media (max-width : 10248px){
    .subheading-row{
      position: relative;
      left: 40px;
    }
  }
  @media (max-width : 768px){
    .subheading-row{
      position: relative;
      left: 40px;
    }
  }
  @media (max-width : 500px){
    .subheading-row{
      position: relative;
      left: 150px;
    }
  }
  @media (max-width : 435px){
    .subheading-row{
      position: relative;
      left: 130px;
    }
  }
  @media (max-width : 425px){
    .subheading-row{
      position: relative;
      left: 130px;
    }
  }
  @media (max-width : 375px){
    .subheading-row{
      position: relative;
      left: 100px;
    }
  }
  
  .subheading-text {
    color: rgba(70, 84, 120, 1);
    font-size: 80px;
    font-weight: 500;
  }
  @media (max-width : 1024px){
    .subheading-text{
      font-size: 60px;
    }
  }
  @media (max-width : 768px){
    .subheading-text{
      font-size: 60px;
    }
  }
  @media (max-width : 500px){
    .subheading-text{
      font-size: 40px;
    }
  }
  @media (max-width : 435px){
    .subheading-text{
      font-size: 40px;
    }
  }
  @media (max-width : 425px){
    .subheading-text{
      font-size: 40px;
    }
  }
  
  .subheading-highlight {
    /* color: rgba(117, 132, 214, 1); */
    background: linear-gradient(96deg, #0dcfff 11.18%, #545c9e 45%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    flex-grow: 1;
    flex-shrink: 1;
    width: 321px;
    flex-basis: auto;
    font-size: 80px;
    font-weight: 500;
  }

  @media (max-width : 1024px){
    .subheading-highlight {
      font-size: 60px;
    }
  }
  @media (max-width : 768px){
    .subheading-highlight {
      font-size: 60px;
    }
  }
  @media (max-width : 500px){
    .subheading-highlight {
      font-size: 40px;
    }
  }
  @media (max-width : 425px){
    .subheading-highlight {
      font-size: 40px;
    }
  }
  
  .hero-description {
    color: rgba(70, 84, 120, 1);
    text-align: center;
    align-self: start;
    margin-top: 7px;
    font-size: 20px;
  }

  @media (max-width : 1024px){
    .hero-subheading .hero-description {
      position: relative;
      left: -35px;
    }
  }
  @media (max-width : 768px){
    .hero-subheading .hero-description {
      position: relative;
      left: -35px;
    }
  }
  @media (max-width : 500px){
    .hero-subheading .hero-description {
      position: relative;
      left: 35px;
    }
  }
  @media (max-width : 425px){
    .hero-subheading .hero-description {
      position: relative;
      left: -120px;
      font-size: 15px;
    }
  }
  @media (max-width : 390px){
    .hero-subheading .hero-description {
      position: relative;
      left: -90px;
      font-size: 15px;
    }
  }
  @media (max-width : 375px){
    .hero-subheading .hero-description {
      position: relative;
      left: -135px;
      font-size: 15px;
    }
  }
  
  .hero-description:first-of-type {
    margin-top: 10px;
    margin-left: 0;
  }
  
  .hero-description:last-of-type {
    margin-left: 41px;
  }
  
  .hero-subheading .cta-button {
    border-radius: 24px;
    background: linear-gradient(102deg, #5967b5 0%, #908eed 88.69%);
    box-shadow: 0px 1px 0px -1px rgba(136, 138, 227, 0.475);
    align-self: center;
    margin-top: 28px;
    width: 182px;
    max-width: 100%;
    padding: 18px 31px;
    overflow: hidden;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: -0.32px;
    line-height: 1.3;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .hero-subheading .cta-button:hover {
    opacity: 0.9;
  }
  
  .hero-subheading .cta-button:focus {
    outline: 2px solid #7584d6;
    outline-offset: 2px;
  }
  .hero-subheading a{
    position: relative;
    left: 150px;
  }
  @media (max-width : 768px){
    .hero-subheading .cta-button{
      position: relative;
      left: -20px;
    }
  }
  @media (max-width : 500px){
    .hero-subheading .cta-button{
      position: relative;
      left: 20px;
    }
  }
  @media (max-width : 435px){
    .hero-subheading .cta-button{
      position: relative;
      left: -10px;
    }
  }
  @media (max-width : 425px){
    .hero-subheading .cta-button{
      position: relative;
      left: -10px;
    }
  }
  @media (max-width : 375px){
   .hero-subheading .cta-button{      
      position: relative;
      left: -35px;
    }
  }


  .hero-description-p{
    color: rgba(70, 84, 120, 1);
    text-align: center;
    align-self: start;
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 2px;    
  }
  @media (max-width : 768px){
    .hero-description{
      position: relative;
      left: 30px;
    }
  }
  @media (max-width : 425px){
    .hero-description{
      width: 180%;
      position: relative;
      left: -40px;
    }
  }
  @media (max-width : 375px){
    .hero-description{
      width: 200%;
      position: relative;
      left: -10px;
    }
  }

  .logos-1 {
    overflow: hidden;
    padding: 20px 0;
    background: transparent;
    white-space: nowrap;
    position: relative;
    margin-top: 32px;
  }
  
  .logos-1:before,
  .logos-1:after {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  /*.logos-1:before {*/
  /*  left: 0;*/
  /*  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);*/
  /*}*/
  
  /*.logos-1:after {*/
  /*  right: 0;*/
  /*  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);*/
  /*}*/
  
  /* ✅ Pauses the animation on hover */
  .logos-1:hover .logos-slide-1 {
    animation-play-state: paused;
  }
  
  .logos-slide-1 {
    display: inline-block;
    animation: 35s slide infinite linear;
  }
  
  .logos-slide-1 span {
    display: inline-block;
    font-size: 14px;
    margin: 0 40px;
    color: #333;
    font-weight: 600;
    pointer-events: auto;
  }
  .logos-slide-1 span:hover{
    color: #7584d6;
  }
  @media (max-width : 768px){
    .logos-slide-1{
      margin-top: 30px;
    }
  }

  /* dahboard-section */

  /* .dashboard-image img{
  border-radius: 35px;
  height: 800px;
  margin-bottom: 100px;
  } */


  .tilt-container {
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;   
  }

  .dashboard-img {
    width: 95%;
    max-width: 1000px;
    border-radius: 30px;
    margin-bottom: 100px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotateX(25deg);
    transform-origin: bottom center;
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
  }

  .tilt-container.active .dashboard-img {
    transform: rotateX(0deg);
    opacity: 1;
  }


  /* Tablet screens (577px to 768px) */
@media screen and (min-width: 577px) and (max-width: 768px) {
  .tilt-container {
      perspective: 900px;
      margin-top: 80px;
  }

  .dashboard-img {
      width: 92%;
      max-width: 600px;
      border-radius: 25px;
      margin-bottom: 80px;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
      transform: rotateX(20deg);
  }

  .tilt-container.active .dashboard-img {
      transform: rotateX(0deg);
      opacity: 1;
  }
}

/* Small desktop screens (769px to 992px) */
@media screen and (min-width: 769px) and (max-width: 992px) {
  .tilt-container {
      perspective: 1000px;
      margin-top: 100px;
  }

  .dashboard-img {
      width: 90%;
      max-width: 800px;
      border-radius: 30px;
      margin-bottom: 90px;
      box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
      transform: rotateX(22deg);
  }

  .tilt-container.active .dashboard-img {
      transform: rotateX(0deg);
      opacity: 1;
  }
}

/* Large desktop screens (993px and above) */
@media screen and (min-width: 993px) {
  .tilt-container {
      perspective: 1000px;
      margin-top: 110px;
  }

  .dashboard-img {
      width: 90%;
      max-width: 1000px;
      border-radius: 30px;
      margin-bottom: 100px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
      transform: rotateX(25deg);
  }

  .tilt-container.active .dashboard-img {
      transform: rotateX(0deg);
      opacity: 1;
  }
}

  /* .section-2 */

.section-2{
  width: 100%;
  margin-bottom: 50px;
  flex-wrap: wrap;
  display: block;
}
.section-2 .search-bar {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  background: none;
  /* background: rgba(255, 255, 255, 0.5); */
  border-radius: 15px;
  /* padding: 20px; */
  /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); */
 
  /* background: linear-gradient(96deg, #0DCFFF 11.18%, #545C9E 45%); */
}
.section-2 .search-bar input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: linear-gradient(white, white) padding-box,
              linear-gradient(96deg, #0DCFFF 11.18%, #545C9E 45%) border-box;
  opacity: 0.5;            
}

.search-bar input:focus {
  outline: none;
  border-color: #7e5bef;
  /* box-shadow: 0 0 8px rgba(126, 91, 239, 0.4); */
}

/* Style for the highlighted text */
.highlight {
  background-color: rgba(221, 240, 102);
  border-radius: 3px;
  padding: 2px 4px;
  margin: 0 2px;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}

.highlight:hover {
  background-color: rgba(90, 103, 216, 0.4);
}

/* Media queries for different screen sizes */

/* Small mobile devices (up to 480px) */
/* Extremely small screens (below 300px) */
@media screen and (max-width: 299px) {
  .section-2 .search-bar {
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 8px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  }
  
  .section-2 .search-bar input {
    padding: 5px;
    font-size: 11px;
    border-width: 2px;
    border-radius: 4px;
  }
}

/* Tiny screens (349px to 300px) */
@media screen and (max-width: 349px) and (min-width: 300px) {
  .section-2 .search-bar {
    padding: 8px;
    border-radius: 7px;
    margin-bottom: 10px;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12); */
  }
  
  .section-2 .search-bar input {
    padding: 6px;
    font-size: 12px;
    border-width: 2px;
    border-radius: 5px;
  }
}

/* Very small screens (399px to 350px) */
@media screen and (max-width: 399px) and (min-width: 345px) {
  .section-2 .search-bar {
    padding: 8px;
    border-radius: 7px;
    margin-bottom: 10px;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12); */
  }
  
  .section-2 .search-bar input {
    padding: 6px;
    font-size: 12px;
    border-width: 2px;
    border-radius: 5px;
  }
}



/* Extra small screens (479px to 400px) */
@media screen and (max-width: 479px) and (min-width: 400px) {
  .section-2 .search-bar {
    padding: 8px;
    border-radius: 7px;
    margin-bottom: 10px;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12); */
  }
  
  .section-2 .search-bar input {
    padding: 6px;
    font-size: 12px;
    border-width: 2px;
    border-radius: 5px;
  }
}
/* Medium mobile devices (481px to 767px) */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .section-2 .search-bar {
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  
  .section-2 .search-bar input {
    padding: 9px;
    font-size: 15px;
    border-width: 4px;
    border-radius: 8px;
  }
}

/* Tablets (768px to 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-2 .search-bar {
    padding: 18px;
    max-width: 90%;
    margin: 0 auto 20px;
  }
  
  .section-2 .search-bar input {
    padding: 10px;
    font-size: 16px;
    /* Default styles apply */
  }
}

/* Small desktops (1024px to 1365px) */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .section-2 .search-bar {
    max-width: 80%;
    margin: 0 auto 20px;
  }
  
  .section-2 .search-bar input {
    padding: 12px;
  }
}

/* Large desktops (1366px and above) */
@media screen and (min-width: 1366px) {
  .section-2 .search-bar {
    max-width: 1200px;
    padding: 25px;
    border-radius: 20px;
    margin: 0 auto 25px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
  }
  
  .section-2 .search-bar input {
    padding: 14px;
    font-size: 18px;
    border-width: 5px;
    border-radius: 12px;
  }
}


/* .section-2 .container {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
} */
.section-2 .partners-logos {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.section-2 .card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

.section-2 .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}



.section-2 .logo {
  max-width: 120px;
  max-height: 60px;
  margin-bottom: 15px;
}

.section-2 .platform-name {
  text-align: center;
  color: #666;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
}

/* Logo styling */
.section-2 .logo {
  max-width: 140px;
  max-height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.section-2 .card:hover .logo {
  transform: scale(1.05);
}

/* Media Queries */
@media screen and (max-width: 1024px) {
  .section-2 .partners-logos {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .section-2 .partners-logos {
      grid-template-columns: 1fr;
      max-width: 500px;
      margin: 0 auto;
  }
  
  .section-2 .card {
      height: 200px;
  }
  
  .section-2 .logo {
      max-width: 100px;
      max-height: 50px;
  }
  
  .section-2 .hevo-dots {
      width: 100px;
      height: 100px;
  }
  
  .section-2 .hevo-dot {
      width: 15px;
      height: 15px;
      margin: 3px;
  }
}

@media screen and (max-width: 480px) {

  
  .section-2 .partners-logos {
      gap: 15px;
  }
  
  .section-2 .card {
      height: 180px;
  }
  
  .section-2 .search-bar {
      max-width: 250px;
      height: 45px;
  }
  
  .section-2 .logo {
      max-width: 90px;
      max-height: 45px;
  }
  
  .section-2 .platform-name {
      font-size: 14px;
  }
  
  .section-2 .hevo-dots {
      width: 80px;
      height: 80px;
  }
  
  .section-2 .hevo-dot {
      width: 12px;
      height: 12px;
      margin: 2px;
  }
}


/* Main section styles */
.how-it-works {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* background-color: #ffffff; */
}

.how-it-works .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 80px 30px;
}

/* Header section */
.how-it-works .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.how-it-works .subtitle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.how-it-works .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: 500px) {
  .how-it-works .subtitle {
   margin-top: 250px;
  }
}
.divider {
  width: 32px;
  height: 1px;
  border-radius: 170px;
  background: linear-gradient(90deg, #80e5ff 0%, #7584d6 100%);
}

.how-it-works .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  max-width: 541px;
}


.how-it-works .section-title {
  font-family: Manrope;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2.24px;
  margin-bottom: 20px;
  background: linear-gradient(96deg, #0dcfff 11.18%, #545c9e 45%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width : 435px){

  .how-it-works .section-title{
    font-size: 36px;
    width: 400px;
  }
  
}
@media (max-width : 425px){

  .how-it-works .section-title{
    font-size: 36px;
    width: 400px;
  }
  
}

@media (max-width : 375px){

  .how-it-works .section-title{
    font-size: 36px;
    width: 340px;
  }
  
}

.how-it-works .section-description {
  color: #465478;
  font-family: Manrope;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  max-width: 480px;
}

@media (max-width : 435px){

  .how-it-works .section-description{
    font-size: 16px;
    width: 360px;
  }
  
}
@media (max-width : 425px){

  .how-it-works .section-description{
    font-size: 16px;
    width: 360px;
  }
  
}

@media (max-width : 375px){

  .how-it-works .section-description{
    font-size: 16px;
    width: 340px;
  }
  
}
/* marquee-tag */

.marquee-wrapper {
  position: relative;
  /* width: 80%; */
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 60px;
  flex-wrap: wrap;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: marquee 15s linear infinite;
  height: 100%;
  align-items: center;
}

.text {
  white-space: nowrap;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  margin: 0;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.marquee-container {
  width: 100%;
  max-width: 100%;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
  padding: 15px 0;
  border-radius: 4px;
  cursor: default;
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 75s linear infinite;
  will-change: transform; /* Performance optimization */
}

/* Explicit hover pause */
.marquee-container:hover .marquee {
  animation-play-state: paused !important;
}

/* Duplicate content for seamless looping */
.marquee-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 20px;
}

.marquee-item {
  color: #333;
  font-size: 24px;
  padding: 0 15px;
  font-weight: bold;
  min-width: 200px; /* Set minimum width to 200px */
  text-align: center; /* Center text within the min-width */

}
.marquee-item img{
  width: 100px;
}
.marquee-item .okada-logo{
  width: 200px;
}

/* Smooth animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
    


.logos {
  overflow: hidden;
  padding: 80px 0;
  /* background: white; */
  white-space: wrap;
  position: relative;
  flex-wrap: wrap;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  flex-wrap: wrap;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0), white); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white); */
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}





/* @keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
} */

/* Left and right fade overlay */
/* .fade-left,
.fade-right {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.fade-left {
  left: 0; */
  
  /* background: linear-gradient(to right, #7CABFF, transparent); */
  /* background: linear-gradient(to right, white, transparent);
  /* border-radius: 20px;  */
/* }

.fade-right {
  right: 0;
  background: linear-gradient(to right, white, transparent); */ 
  /* background: linear-gradient(to left, white, transparent);
  border-radius: 20px; */
/* } */

/* Process grid */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  max-width: 1200px;
}

/* Process card */
.process-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 32px;
}

.step-label {
  color: #545c9e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.96px;
  width: 98px;
  height: 50px;
  background-color: #f1f2f9;
  border-radius: 180px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 100%;
  height: 100%;
}

.card-content {
  text-align: center;
}

.card-title {
  color: #545c9e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.96px;
  margin-bottom: 12px;
}

.card-description {
  color: #545c9e;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
}

/* CTA section */
.cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #dfe1f5;
  margin-top: 40px;
  padding-top: 40px;
  width: 100%;
}

.cta-text {
  color: #545c9e;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}

.cta-button {
  padding: 14px 20px;
  background: linear-gradient(102deg, #5967b5 0%, #908eed 88.69%);
  border-radius: 24px;
  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;
}

.cta-button:hover {
  transform: translateY(-2px);
}

.cta-button:focus {
  outline: 2px solid #7584d6;
  outline-offset: 2px;
}

/* Responsive styles */
@media (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    font-size: 48px;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-title {
    font-size: 40px;
  }

  .process-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .cta-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Performance Section */
.performance-section {
  position: relative;
  overflow: hidden;
}

/* .performance-bg-video {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
}

.performance-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
} */

/* Removing the overlay image styles */
/* .performance-overlay-img {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
  opacity: 0.7;
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.4,0,0.2,1);
} */

.performance-section .container {
  position: relative;
  z-index: 3;
}

.performance-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}


/* Section Header */
.performance-section .section-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.performance-section .section-label {
  color: #545c9e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  right: 50px;
  top: 20px;
}

@media (max-width : 1024px){
  .performance-section .section-label{
    display: block;
    position: relative;  
    right: 30px;   
  }
}
@media (max-width : 768px){
  .performance-section .section-label{
    display: block;
    position: relative;
    right: 30px;
    z-index: 1;
  }
}
@media (max-width : 435px){
  .performance-section .section-label{
    display: block;
    position: relative;
    left: 115px;
    top: -30px;
  }
}
@media (max-width : 425px){
  .performance-section .section-label{
    display: block;
    position: relative;
    left: 115px;
    top: -30px;
  }
}
@media (max-width : 375px){
  .performance-section .section-label{
    display: block;
    position: relative;
    left: 80px;
    top: -30px;
  }
}
@media (max-width : 768px){
  .performance-section .count-sec{
    position: relative;
    right: 40px;
  }
}
@media (max-width : 425px){
  .performance-section .count-sec{
    position: relative;
    right: 50px;
  }
}

.performance-section .divider {
  width: 32px;
  height: 1px;
  border-radius: 170px;
  background: linear-gradient(90deg, #80e5ff 0%, #7584d6 100%);
}

/* Headline Container */
.performance-section .headline-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 746px;
}

.performance-section .main-heading {
  font-size: 56px;
  font-weight: 600;
  line-height: 70.6px;
  letter-spacing: -2.24px;
  background: linear-gradient(96deg, #0dcfff 11.18%, #545c9e 45%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width : 991px) {
  .performance-section .main-heading {
    font-size: 40px;
    line-height: 50px;
    width: 500px;
  }
}
@media (max-width : 768px) {
  .performance-section .main-heading {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 435px) {
  .performance-section .main-heading {
    font-size: 36px;
    line-height: 52px;
    width: 400px;
    text-align: center;
    position: relative;
    right: 10px;
  }
}
@media (max-width: 425px) {
  .performance-section .main-heading {
    font-size: 36px;
    line-height: 52px;
    width: 400px;
    text-align: center;
    position: relative;
    right: 10px;
  }
}
@media (max-width: 375px) {
  .performance-section .main-heading {
    font-size: 36px;
    line-height: 52px;
    width: 300px;
    position: relative;
    left: 20px;
  }
}

.performance-section .main-description {
  color: #465478;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

@media (max-width: 425px) {
  .performance-section .main-description {
    font-size: 16px;
    width: 300px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    left: 30px;
  }
}
@media (max-width: 375px) {
  .performance-section .main-description {
    font-size: 16px;   
    width: 250px; 
    text-align: center;
    position: relative;
    left: 30px;
  }
}

/* Metrics Grid */
.performance-section .metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 746px;
}

@media (max-width: 425px) {
  .performance-section .metrics-grid {
   position: relative;
   left: 60px;
  }
}
@media (max-width: 375px) {
  .performance-section .metrics-grid {
   position: relative;
   left: 40px;
  }
}

@media (max-width: 991px) {
  .performance-section .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .performance-section .metrics-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* Metric Card */
.performance-section .metric-card {
  display: flex;
  flex-direction: grid;
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow:
    0px 0.796px 0.796px -0.812px rgba(58, 68, 133, 0.06),
    0px 2.415px 2.415px -1.625px rgba(58, 68, 133, 0.06),
    0px 6.383px 6.383px -2.437px rgba(58, 68, 133, 0.05),
    0px 20px 20px -3.25px rgba(58, 68, 133, 0.04);
   
}

.performance-section .metric-title {
  color: #465478;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.32px;
  font-weight: normal;
  margin-bottom: 16px;
}

.performance-section .metric-value {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.92px;
  color: #7584d6;
}

.performance-section .dashboard {
  max-width: 1000px;
  margin: 0 auto;
}

.performance-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .performance-section .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
@media (max-width: 768px) {
  .performance-section .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  .performance-section .stats-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

.performance-section .stat-card {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 0.9rem;
  width: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
}

.performance-section .stat-card:hover{
  background-image: url(images/count-img.jpeg);
  /* object-fit: contain; */
  background-size: cover; 
  background-position: bottom center;
  /* transition: background-image 3.0s ease; */
  /* transition-delay: 2s; */

}

.performance-section .stat-title {
  color: #5c6b8a;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.performance-section .stat-value {
  font-size: 40px;
  font-weight: 600;
  color: #4f5cc9;
  /* background: linear-gradient(96deg, #0dcfff 11.18%, #545c9e 45%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; */
  height: 5rem;
  display: flex;
  align-items: center;
}

.performance-section .counter-container {
  display: inline-flex;
  overflow: hidden;
}

.performance-section .counter-digit {
  position: relative;
  height: 5rem;
  overflow: hidden;
  width: 1.5rem; /* Fixed width for each digit */
}

.performance-section .digit-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 2s ease-out;
}

.performance-section .digit {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.performance-section .suffix {
  margin-left: 0.2rem;
}

@media (max-width: 768px) {
  .performance-section .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* CTA Container */
.performance-section .cta-container {
  display: flex;
  flex-direction: column;
  max-width: 746px;
  border-top: 1px solid #dfe1f5;
  padding-top: 40px;
  margin-top: 32px;
}

.performance-section .cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

@media (max-width: 640px) {
  .performance-section .cta-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.performance-section .cta-text {
  color: #545c9e;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.performance-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;
}

.performance-section .cta-button:hover {
  opacity: 0.9;
}

.performance-section .cta-button:focus {
  outline: 2px solid #7584d6;
  outline-offset: 2px;
}

/* company  logos */

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.performance-section .logos {
  overflow: hidden;
  padding: 60px 0;
  /* background: white; */
  white-space: nowrap;
  position: relative;
}

.performance-section .logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}

.performance-section .logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0), white); */
}

.performance-section .logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white); */
}

.performance-section .logos:hover .logos-slide {
  animation-play-state: paused;
}

.performance-section .logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.performance-section .logos-slide img {
  height: 50px;
  /* width: 100px; */
  margin: 0 40px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}



/* services logos */

 /* .logos-1 {
  overflow: hidden;
  padding: 10px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

 .logos-1:before,
.logos-1:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}

 .logos-1:before {
  left: 0; */
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0), white); */
/* }

 .logos-1:after {
  right: 0; */
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white); */
/* }

 .logos-1:hover .logos-1-slide {
  animation-play-state: paused;
}

 .logos-slide-1{
  display: inline-block;
  animation: 35s slide infinite linear;
}

 .logos-slide-1 a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  height: 50px; */
  /* width: 100px; */
  /* margin: 0 40px;
} */

/* Base styles */

/* Main container */
.about-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 40px;
}

@media (max-width: 640px) {
  .about-container {
    padding: 40px 20px;
  }
}
@media (max-width: 500px) {
  .about-container .row{
    display: block;
    margin-left: 30px;
  }
}
@media (max-width: 435px) {
  .about-container .row{
    display: block;
    margin-left: 30px;
  }
}
@media (max-width: 425px) {
  .about-container .row{
    display: block;
    margin-left: 30px;
  }
}
@media (max-width: 380px) {
  .about-container .row{
    display: block;
    margin-left: -5px;
  }
}

/* About header section */
.about-header {
  margin-bottom: 40px;
}

.about-container .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;
  gap: 12px;
  position: relative;
  top: 20px;
}

.about-header .gradient-line {
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, #80e5ff 0%, #7584d6 100%);
  border-radius: 170px;
}

/* Founders section */
.about-header .section-title {
  font-family: Manrope, sans-serif;
  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;
}

@media (max-width: 991px) {
  .about-header .section-title {
    font-size: 48px;
    line-height: 52.8px;
  }
}

@media (max-width: 640px) {
 .about-header .section-title {
    font-size: 36px;
    line-height: 39.6px;
  }
}

.about-header .section-description {
  color: #465478;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.32px;
  max-width: 490px;
  margin-bottom: 20px;
}

@media (max-width: 435px) {
  .about-header .section-description {
    width: 350px;
  }
}
@media (max-width: 425px) {
  .about-header .section-description {
    width: 350px;
  }
}
@media (max-width: 375px) {
  .about-header .section-description {
    width: 280px;
  }
}
.about-header .section-description-1 {
  color: #465478;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.32px;
  text-transform:none;
  font-size: 16px; 
  text-align: justify;
  
}
@media (max-width: 1024px) {
  .about-header .section-description-1 {
    width: 500px;
  }
}
@media (max-width: 950px) {
  .about-header .section-description-1 {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .about-header .section-description-1 {
    width: 380px;
  }
}

@media (max-width: 435px) {
  .about-header .section-description-1 {
    width: 300px;
  }
}
@media (max-width: 425px) {
  .about-header .section-description-1 {
    width: 300px;
  }
}
@media (max-width: 375px) {
  .about-header .section-description-1 {
    width: 250px;
  }
}

.founders-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(117, 132, 214, 0.2);
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .founders-grid {
    grid-template-columns: repeat(2, 1fr);
    position: relative;   
    top:150px;
  }
}

@media (max-width: 768px) {
  .founders-grid {
   position: relative;   
   top:150px;
  }
}
@media (max-width: 640px) {
  .founders-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .founders-grid {
   position: relative;
   right: 10px;
   top: -10px;
  }
}
@media (max-width: 435px) {
  .founders-grid {
   position: relative;
   right: 10px;
   top: -10px;
  }
}
@media (max-width: 425px) {
  .founders-grid {
   position: relative;
   right: 10px;
   top: -10px;
  }
}
@media (max-width: 375px) {
  .founders-grid {
   position: relative;
   right: 30px;
   top: -50px;
  }
}

/* Founder card */
.founder-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.founder-image-container {
  width: 300px;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 100px;
  box-shadow:
    0 7px 11px rgba(70, 74, 79, 0.1),
    0 5px 8px rgba(100, 124, 153, 0.2);
  margin-bottom: 32px;
}

.founder-image {
  width: 100%;
  height: 100%;
  
}

.founder-name {
  color: #465478;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: normal;
}

.founder-title {
  color: #545c9e;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  margin-bottom: 16px;
}

.founder-card .social-link {
  display: flex;
  gap: 12px;
}

.founder-card .social-link a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.founder-card .social-icon {
  width: 16px;
  height: 16px;
}

/* Story section */
.story-section {
  display: flex;
  gap: 60px;
  padding-left: 100px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .story-section {
    flex-direction: column;
  }
}

.story-content {
  flex: 1;
}

.story-title {
  font-family: Manrope, sans-serif;
  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;
}

@media (max-width: 991px) {
  .story-title {
    font-size: 48px;
    line-height: 52.8px;
  }
}

@media (max-width: 640px) {
  .story-title {
    font-size: 36px;
    line-height: 39.6px;
  }
}

.story-text {
  margin-bottom: 40px;
}

.story-paragraph {
  color: #465478;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 40px;
}

.story-paragraph-small {
  color: #465478;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.32px;
  margin-bottom: 40px;
}

.yc-badge {
  display: flex;
  align-items: center;
  gap: 16px;
}

.yc-text {
  color: #465478;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
}

.story-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 40px;
  border-top: 1px solid #dfe1f5;
}

@media (max-width: 640px) {
  .story-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.cta-text {
  color: #545c9e;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
}

.primary-button {
  padding: 14px 20px;
  background: linear-gradient(105deg, #5967b5 0%, #908eed 88.69%);
  border-radius: 24px;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(30, 33, 115, 0.3);
}

@media (max-width: 640px) {
  .primary-button {
    width: 100%;
  }
}

/* Life at Rescale section */
.life-section {
  flex: 1;
  position: relative;
}

.photo-collage {
  position: relative;
  width: 141px;
  height: 183px;
}

.photo {
  position: absolute;
  border-radius: 10px;
  box-shadow:
    0 0 7px rgba(70, 74, 79, 0.4),
    0 2px 4px rgba(100, 124, 153, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.photo-1 {
  transform: rotate(39deg);
  width: 117px;
  height: 152px;
}

.photo-2 {
  transform: rotate(20deg);
  width: 129px;
  height: 168px;
}

.photo-3 {
  transform: rotate(10deg);
  width: 117px;
  height: 152px;
}

.photo-4 {
  transform: rotate(-5deg);
  width: 141px;
  height: 183px;
}

.arrow-container {
  position: relative;
}

.arrow-icon {
  position: absolute;
  width: 66px;
  height: 39px;
  transform: rotate(91deg);
}

.life-content {
  margin-top: 40px;
}

.life-title {
  color: #545c9e;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: -1.28px;
  margin-bottom: 8px;
}

.life-description {
  color: #465478;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  margin-bottom: 24px;
}

.secondary-button {
  padding: 14px 20px;
  background: linear-gradient(109deg, #f9fafb 0%, #fff 88.69%);
  border-radius: 24px;
  color: #7584d6;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(30, 33, 115, 0.3);
}

@media (max-width: 640px) {
  .secondary-button {
    width: 100%;
  }
}

/* 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;
}
