


:root {
  --global--font-family: "Helvetica Neue", sans-serif;
  --colors--text-black: #2f2b43;
  --colors--text-gray: #475467;
  --colors--text-gray-dark: #3B4758;
  --colors--brand-primary: #9747FF;
  --colors--Primary--Purple: Purple;
  --colors--brand-secondary: #F7B500;
  --colors--black: black;
  --colors--gray--dark: #474545;
  --container-sizing--container-large: 1280px;
  --container-sizing--container-padding-x-large: 40px;
  --container-sizing--container-padding-x-small: 16px;
  --container-sizing--container-full: 100vw;
  --colors--white: #fff;
  --colors--white-snow: Snow - White;
  --colors--brand-hover: #ecdeff;  
  --container-sizing--section-padding-y-large: 60px;
  --container-sizing--section-padding-y-medium: 60px;
  --container-sizing--section-padding-y-small: 40px;
  --colors--border: #eceae1;
  --colors--gray: #9f9a9a;
  --colors--border-invert: #ffffff1a; 
  --colors--light-gray: #f9fafb;
  --container-sizing--container-small: 1080px;
}
body{
      font-family: "Helvetica Neue", sans-serif !important; 
      padding-top: 120px;
}






@media screen and (max-width: 767px) {


  .nav-link {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }



  .footer-logo {
    height: 24px;
  }

  .navbar {
    margin-top: 64px;
  }

  .nav-island {
    padding: 6px 6px 6px 16px;
  }

  .nav-brand-link {
    padding-left: 0;
  }

  .nav-image-logo-gram {
    display: none;
  }

  .nav-menu {
    background-color: var(--colors--white);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px #2f2b431f;
  }

  .nav-menu-button {
    border-radius: 12px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: var(--colors--light-gray);
    padding: 12px;
  }

  .nav-image-logo-full {
    width: auto;
    display: block;
  }

  .nav-button-wrapper {
    margin-top: 24px;
    padding-left: 12px;
    display: flex;
  }

 
}



.dropdown {
  position: static;
}

.img-responsive {
  max-width: 100%;
}

hr {
  width: 10%;
  border-top: 3px solid #8C48E5;
  opacity: 1;
  margin: 0.5rem 0 1.5rem;
}
.footerItems a {
line-height: 1.5 !important;
}
.dropdown-toggle::after{
  display: none;
}
.label-weight label{
  font-weight: 400 !important;
  font-size: 16px !important;
  color:#333;
}
.Work_content h5{
  color: #000;
font-family: "Helvetica Neue";
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.card .card-box .card-data .card-text .tag {
    display: block;
    height: 45px;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: none;
    padding: 4px 4px 0 4px;
    margin-bottom: 3px;
    letter-spacing: 0.4px;
}
.cardtitle {
    color: #6e1da2;
    padding: 2px 4px 0;
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.top-h{
  color: var(--Neutrals-Gray-02, #3B4758);
/* text-align: right; */
font-family: "Helvetica Neue";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 2.1px;
}

.section-home h1{
    color: var(--Neutrals-Gray-02, #3B4758);
font-family: "Helvetica Neue";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 52px; /* 108.333% */
letter-spacing: -0.72px;
}
.section-home-span{
    color: #8243D5;
font-family: "Helvetica Neue";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 52px;
letter-spacing: -0.72px;
}
p{
    color: var(--Neutrals-Gray-02, #3B4758);
/* text-align: center; */
font-family: "Helvetica Neue";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
letter-spacing: -0.3px;
}
.w-94{
width: 94% !important;
}
.mt-40px{
  margin-top: -110px !important;
}
.mt-4rem{
     margin-top: 4rem !important;
}
.button {
  background-color: var(--colors--white);
  color: var(--colors--brand-primary);
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 5px;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
 
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
   transition: all 0.2s ease-in;
  box-shadow: 0 1px 3px #0003, 0 -1px #2f2b431a;
  position: relative;
}
.button.primary {
  z-index: 1;
  background-color: var(--colors--brand-primary);
  color: var(--colors--white);
  border-radius: 5px;

/* display: flex; */
height: 45px;
padding: 24px 26px;
justify-content: center;
align-items: center;
gap: 10px;
  transition: all 0.2s ease-in;
  letter-spacing: 1px;
}
.button.primary-white {
  z-index: 1;
  background-color: var(--colors--light-gray);
  color: var(--colors--text-black) !important;
  border-radius: 5px;

/* display: flex; */
height: 45px;
padding: 19px 32px;
justify-content: center;
align-items: center;
gap: 10px;
  transition: all 0.2s ease-in;
}
.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}
a.button:hover .arrow-icon {
  transform: translateX(4px) !important; /* Move arrow to the right */
}
a.button:hover {
    background-color: var(--colors--brand-hover) !important;
  color: var(--colors--black) !important;
    }

    .arrow-icon path {
      stroke: #FFFDFD !important;
      transition: stroke 0.3s ease !important;
    }

    a.button:hover .arrow-icon path {
      stroke: var(--colors--black) !important; /* Change to any color you want */
    }
a.button:hover

 {
    background-color: var(--colors--brand-hover);
    color: var(--colors--black) !important;
}
.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.count-section{
  border-radius: 24px;
background: #FFF;
box-shadow: 0 4px 50px 0 rgba(151, 71, 255, 0.25);
position: relative;
margin-top: -110px;
padding: 1.8rem;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 2rem;
}
.sikka-gradients{
  background: var(--Sikka-Gradient, linear-gradient(263deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%));
  padding: 1.5rem;
  min-height: 280px;
}
.sikka-gradients h4{
    color: #FFF;
text-align: center;
font-family: "Helvetica Neue";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 125% */
letter-spacing: -0.36px;
}
.stats-container {
    display: flex;

    align-items: stretch;
 
    border-radius: 8px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
  }

  .stat-item {
    flex: 1;
    padding: 1.5rem;
    min-width: 200px;
    display: flex;
    flex-direction: column;

  }

  /* Add vertical dividers using borders */
  .stat-item + .stat-item {
    border-left: 1px solid #e2e2e2;
  }

  .stat-number {
background: var(--Sikka-Gradient, linear-gradient(263deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Helvetica Neue";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 77.778% */
  }

  .stat-label p {
color: var(--Font-Gray-Light, #767B87);
font-family: "Helvetica Neue";
font-size: 18px;
font-style: normal;
text-align: left;
font-weight: 400;
line-height: 28px; /* 155.556% */
  }

  @media (max-width: 768px) {
    .stats-container {
      flex-direction: column;
      align-items: stretch;
    }

    .stat-item + .stat-item {
      border-left: none;
      border-top: 1px solid #e6e6e6;
    }

    .stat-item {
      padding: 1rem;
    }
  }
h3{
  color: #000;
font-family: "Helvetica Neue";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;  
}
h2{
  color: var(--Neutrals-Gray-02, #3B4758);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 52px;
letter-spacing: -0.48px;
}
.tx-purple{
    color: #8243D5;
}
.tx-gray{
    color: var(--colors--text-gray-dark) !important; 
}
h6{
   color: #000;
font-family: "Helvetica Neue";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */ 
}
.bg-gray-section{
 border-radius: 20px;
background: var(--Highlights, #F5F8FF);
padding: 2rem;
}
.pms-link1

 {
    color: #9747FF !important;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.pms-link1 svg {
  transition: transform 0.3s ease;
}

.pms-link1:hover svg {
  transform: translateX(5px); /* move icon to the right on hover */

}

.aboutus-hero-wrapper {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
.aboutus-hero-wrapper1 {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-flow: column;
  padding-left: 3rem;
}
.order-md-8 img {
  border-radius: 10px;
  /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */


}
.d-l-flex{
  display: inline-block !important;
}
/* Optional: adjust height for very small devices */
@media (max-width: 576px) {
  .order-md-8 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* slightly smaller radius for mobile if you want */
  }
  .aboutus-hero-wrapper1 {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-flow: column;
  padding-left: 0.7rem;
}
.mt-40px{
  margin-top: -30px !important;
}
.f-right{
    float: left !important;
    margin-top: -10px !important;
    margin-bottom: 15px;
}
.count-section{
  margin-top: -40px !important;
}
.card-box{
width: 350px !important;
}

}
.section-background {
  background-color: #FAFBFF !important;
}
.blog-conclusion-title{
    color: var(--Neutrals-Gray-02, #3B4758);
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 52px;
letter-spacing: -0.42px;
}
.subscribe-btn{
  border-radius: 5px;
border: 1px solid #9747FF;
border-radius: 8px;
background: #FFF;
box-shadow: 0 4px 50px 0 rgba(151, 71, 255, 0.10);
display: flex;
height: 45px;
padding: 10px 32px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
color: #8243D5;
font-family: "Helvetica Neue";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: none;
}
.subscribe-btn:hover{

  background-color: #ede6f7 !important;
  color: var(--colors--text-black);
}

.input-group{
  border-radius: 6px;
border: 1px solid var(--Stroke, #D3D5DB);
background: var(--White, #FFF);
display: flex;
height: 45px;
padding: 12px 20px;
align-items: center;
flex-shrink: 0;
align-self: stretch;
}

.card-layout-v4{
    border: 1px solid var(--Highlights, #F5F8FF);
background: #FFF;
  border-radius: 12px;
box-shadow: 0 4px 100px 2px rgba(104, 28, 154, 0.08);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1.8rem;
 height: 100%;
}
.card-layout1-v4 h5{
  color: #000;
font-family: "Helvetica Neue";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
text-align: center;
}
.card-layout1-v4 h6{
color: #000;
font-family: "Helvetica Neue";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
text-align: center;
}
.card-layout1-v4{
 border-radius: 8px;
background: #FFF;
box-shadow: 0 4px 50px 0 rgba(151, 71, 255, 0.10);
padding: 1.8rem;
}
.card-layout-v4:hover{
  border-radius: 12px;
border: 1px solid #8243D5;
background: #F5F8FF;
box-shadow: 0 4px 100px 2px rgba(104, 28, 154, 0.08);
}

.blog-heading{
    color: var(--Neutrals-Gray-02, #3B4758);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
}
.tx-gray{
   color: var(--Neutrals-Gray-02, #3B4758) !important; 
}
 .nopadding{
    padding: 0px !important;
    margin-top: 0px !important;
} 

.marquee {
            overflow: hidden;
         
            padding: 16px 0;
        }

        .marquee__inner {
            display: flex;
            align-items: center;
            gap: 60px; /* space between images */
            will-change: transform;
            animation-name: marquee-scroll;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            /* duration is set via JS for pixel-perfect speed */
        }

        /* pause on hover */
        /* .marquee:hover .marquee__inner {
            animation-play-state: paused;
        } */

        .marquee__inner img {
          
            flex: 0 0 auto;
            border-radius: 10px;
            /* filter: drop-shadow(0 2px 6px rgba(0,0,0,.15)); */
        }

        @keyframes marquee-scroll {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(calc(-1 * var(--w)));
            }
            /* --w set via JS */
        }

        .note {
            font-size: 12px;
            color: #666;
            margin-top: 8px;
        }

.wf-500{
  font-weight: 500 !important;
}

h5{
    color: var(--Neutrals-Gray-02, #3B4758);
font-family: "Helvetica Neue";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
}
.blog-span{
    color: #8243D5;
font-family: "Helvetica Neue";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
padding-left: 3rem;

}
.blog-link {
color: var(--Neutrals-Gray-02, #3B4758);
font-family: "Helvetica Neue";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.blog-link svg {
  transition: transform 0.3s ease;
}

.blog-link:hover svg {
  transform: translateX(5px);
}
.text-decoration{
  text-decoration: none !important;
}
.hero-heading{
  color: #3B4758;
text-align: center;
font-family: "Helvetica Neue";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;  
}
.f-right{
    float: right;
}
footer {
  background: #2a2a2a;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer * {
  color: #fff;
  font-size: 16px;
}

footer ul {
  padding: 0;
  list-style-type: none;
}

footer ul li {
  text-decoration: none;
  margin-bottom: 5px;
}

footer a:hover,
footer i:hover {
  text-decoration: none;
  color: #f7b500;
}

.footerItems div {
  padding-top: 1.5rem;
}

.footerItems h6 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 18px;
  color: #f7b500;
}

.footerItems p {
  display: flex;
}

.footerInfo a {
  color: #fff;
  text-decoration: none !important;
}

.footerItems2 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.footerCopy {
  text-align: left;
}

.footerInfo {
  padding-right: 5rem;
  padding-top: 1.5rem;
}

.footerInfo img {
  max-width: 100%;
}

.footerInfo h6 {
  color: #f7b500;
  font-size: 20px;
}
.decoration-none a{
    text-decoration: none !important;
}

.footerInfo i {
  margin-right: 15px;
}

.footerSocial i {
  font-size: 25px;
}

.socialDiv {
  padding-top: 0 !important;
}
.kb-container {
    background: #363b3e;
    font-size: 1em;
    text-align: center;
    line-height: 1.4;
    position: fixed;
    z-index: 9999999999;
    /* make sure z-index is higher than all chat apps  */
    bottom: 0;
    width: 100vw;
    border-top: #fff 3px solid;
}

.kb-content {
    color: #fff;
    padding: 15px 0px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

@media screen and (min-width: 64.0625em) {
    .kb-content {
        padding: 10px 20px;
    }
}

.kb-description {
    text-align: left;
    line-height: 1.3;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 40.0625em) {
    .kb-description {
        margin-right: 2em;
    }

    .kb-remind-link {
        margin-left: -2em;
    }
}

a.kb-notice-btn {
    color: white;
    background: #681C9A;
    display: inline-block;
    border: 2px solid #681C9A;
    padding: 5px 0;
    font-weight: 500;
    min-width: 120px;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: middle;
    line-height: 1.5;
}

    a.kb-notice-btn:hover {
        background-color: white;
        color: #681C9A;
    }

.kb-remind-link {
    margin-right: 1em;
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .kb-description {
        display: block;
        width: 90%;
        text-align: center;
        margin: auto;
        margin-bottom: 5px;
    }
}

