* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

:root {
    --btn-color: #424BD0;
    --dark-text-color: #282943;
    --primery-color: #fff;
    --light-color: rgba(40, 41, 67, 0.15);
    --bg-light-color: #F9F9FF;
    --para-lineheight: 130%;
    --satoshi-regular: Satoshi-regular;
    --satoshi-light: Satoshi-light;
}

@font-face {
    font-family: 'Satoshi-regular';
    src: url('../fonts/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi-light';
    src: url('../fonts/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

  .font-satoshi {
    font-family: 'Satoshi-regular', sans-serif;
  }
  

a {
    text-decoration: none;
}

header .nav,
.hero__container,
.services__container,
.process__container,
.testimonials__container,
.global-clients__container,
.case-studies__container,
.contact-cta__container,
.values__container,
.stats__container,
.contact__container,
.faq__container {
    max-width: 1512px;
    width: 100%;
    margin: 0 auto;
}

header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 72px;
    padding: 0 2rem;
}

header {
    border-bottom: 1px solid var(--light-color);
    position: sticky;
    top: 0;
    background: var(--primery-color);
    z-index: 100;
}

.menu__humbarger {
    width: 36px;
    height: 36px;
    background: var(--bg-light-color);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.menu__humbarger span {
    width: 100%;
    height: 2px;
    background: var(--dark-text-color);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.menu__humbarger span:nth-child(1) {
    width: 80%;
}



.menu__humbarger--active.menu__humbarger {
    background: var(--btn-color);
}

.menu__humbarger--active.menu__humbarger span {
    background: var(--primery-color);
}

.menu__humbarger--active.menu__humbarger span:nth-child(1) {
    width: 100%;
}

.menu__humbarger--active.menu__humbarger span:nth-child(2) {
    width: 80%;
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    gap: 30px;
}

.nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
}

.menu__humbarger {
    display: none;
}

.nav__link {
    text-decoration: none;
    color: var(--dark-text-color);
    font-family: var(--satoshi-regular);
    font-size: 18px;
    font-weight: 500;
}

.nav__link-btn {
    background: #424BD033;
    color: var(--btn-color);
}

.same-btn {
    padding: 9px 22px;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    font-family: var(--satoshi-regular);
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.hover__dark {
    background: #424BD033;
    color: var(--btn-color);
}

.hover__dark:hover {
    background: var(--btn-color);
    color: var(--primery-color);
}

.nav__list--mob {
    display: none;
}

/* hero section */
.hero__container {
    padding: 0 5rem;
}
.hero__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.hero__clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.hero__second-para {
    font-family: var(--satoshi-light);
    color: var(--dark-text-color);
    opacity: .8;
}
/* problem */
.problem-section {
    background: var(--bg-light-color);
    padding: 120px 5rem;
  }
  
  .problem-section__container {
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  
  .problem-section__title {
    color: var(--dark-text-color);
  }
  
  .problem-section__subtitle {
    font-size: 24px;
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
    opacity: 0.9;
  }
  
  .problem-section__desc {
    font-size: 18px;
    font-family: var(--satoshi-light);
    color: var(--dark-text-color);
    opacity: 0.8;
    line-height: 1.6;
  }
  
  .problem-section__visuals img {
    max-width: 100%;
    border-radius: 12px;
    margin: 2rem 0;
  }
  
  .problem-section__table {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
  }
  
  .problem-section__row {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    transition: background 0.3s ease;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  }
  
  .problem-section__row:hover {
    background: #f2f4ff;
  }
  
  .problem-section__row--highlight {
    border: 2px solid var(--btn-color);
    background: #eef1ff;
  }
  
  .problem-section__channel,
  .problem-section__conversion,
  .problem-section__note {
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
    font-size: 16px;
  }
  
  .problem-section__tagline {
    font-size: 22px;
    color: var(--btn-color);
    font-weight: 600;
    font-family: var(--satoshi-regular);
    margin-top: 2rem;
  }
  
/* solution */

.services__container--wrapper {
    max-width: 1512px;
    margin: 0 auto;
  }
  
  .services__intro-centered {
    text-align: center;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .services__intro-centered .services__title {
    margin-bottom: 1rem;
  }
  
  .services__intro-centered .services__description {
    font-size: 20px;
    font-family: var(--satoshi-light);
    line-height: var(--para-lineheight);
    font-weight: 400;
    margin-bottom: 25px;
  }
  

.hero__badge {
    position: relative;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
}

.hero__badge img {
    white-space: nowrap;
    width: 5rem;
}

.hero__image {
    max-width: 577px;
    width: 100%;
}

.hero__image img {
    width: 100%;
}

.hero__title {
    font-size: 72px;
    font-weight: 700;
    color: var(--dark-text-color);
    font-family: var(--satoshi-regular);
    line-height: 122%;
}

.hero__info {
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

.hero__desc {
    font-size: 24px;
    font-family: var(--satoshi-regular);
    font-weight: 500;
    color: var(--dark-text-color);
    line-height: 135%;
}

.hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-top: 16px;
}

.hero__buttons a {
    display: inline-block;
    position: relative;
}

.lets__about {
    background: var(--btn-color);
    color: var(--primery-color);
}

.see__case {
    color: var(--btn-color);
}

.hero__info-wrapper {
    padding-top: 3rem;
}

.hero__clients {
    padding: 5rem 0;
}

.hero__clients-title {
    font-size: 24px;
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
    font-weight: 500;
}

.hero__logo {
    position: absolute;
    right: 0;
    top: 0;
}

.hero__logo img {
    width: 28vw;
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
}

.hero {
    position: relative;
}

.hero__container {
    position: relative;
    z-index: 1;
}

/* services section */
.services {
    background: #F9F9FF;
}

.process__container,
.testimonials__container,
.site-footer__container,

.contact__container{
    padding: 0 5rem;
    padding-bottom:120px;
}

.same__heading2 {
    font-size: 46px;
    font-weight: 700;
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
}

.services__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.services__card {
    padding: 40px 52px 40px 40px;
    background: var(--primery-color);
    border-radius: 12px;
    border-bottom-right-radius: 100px;
    /* transition: all .3s ease-in-out; */
}

.services__card-description {
    font-size: 18px;
    font-family: var(--satoshi-light);
    font-weight: 400;
    color: var(--dark-text-color);
    line-height: var(--para-lineheight);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services__name {
    font-size: 28px;
    font-family: var(--satoshi-regular);
}

.services__card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}


.services__description {
    font-size: 20px;
    font-family: var(--satoshi-light);
    line-height: var(--para-lineheight);
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 25px;
}

/* .services__card:hover {
    background: var(--btn-color);
    color: var(--primery-color);
    transform: rotate(-2deg);
    transform-origin: left bottom;
} */

.services__card:hover .services__card-description {
    color: var(--primery-color);
}

.services__icon img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services__card:hover .services__icon img {
    -webkit-filter: invert(1);
            filter: invert(1);
}

/*partner y testimonial */
.partner-section {
    background: var(--bg-light-color);
    padding: 120px 5rem;
    text-align: center;
  }
  
  .partner-section__container {
    max-width: 900px;
    margin: auto;
  }
  
  .partner-section__title {
    margin-bottom: 2rem;
  }
  
  .partner-section__text {
    font-family: var(--satoshi-light);
    font-size: 18px;
    color: var(--dark-text-color);
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  
  .testimonials__stats-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 4rem;
    justify-content: center;
    text-align: center;
  }
  
  .stats__number {
    font-size: 56px;
    font-weight: 700;
    color: var(--btn-color);
    font-family: var(--satoshi-regular);
  }
  
  .stats__label {
    font-size: 18px;
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
    opacity: 0.8;
  }
  
  /* FAQ*/
  /* FAQ Section */


/* Responsive */
@media (max-width: 1024px) {
    .faq__container {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    
    .faq__cta {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    .faq__question h3 {
        font-size: 18px;
    }
    
    .faq__answer p {
        font-size: 16px;
    }
}

/* process section */
.process__title {
    text-align: center;
}

.process__subtitle {
    text-align: center;
    font-family: var(--satoshi-light);
    font-size: 20px;
    font-weight: 400;
    max-width: 54ch;
    width: 100%;
    margin: 0 auto;
    color: var(--dark-text-color);
    line-height: var(--para-lineheight);
    margin-top: 16px;
}

.process__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.process__step-number {
    font-family: var(--satoshi-regular);
    font-weight: 700;
    font-size: 46px;
    color: var(--btn-color);
}

.schedule__cta {
    text-align: center;
    margin-top: 56px;
}

.process__step-header {
    /* border-top: 2px solid var(--light-color); */
    /* padding-top: 20px; */
    position: relative;
}

.process__linebar {
    width: 100%;
    height: 2px;
    background: var(--light-color);
    position: relative;
}

.process__linebar::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 90%;
    background: var(--btn-color);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.process__linebar span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 9%;
    z-index: 5;
}

.process__linebar span img {
    display: block;
    position: relative;
    z-index: 2;
}

.process__linebar-line1 span {
    right: 7%;
}

.process__step-name {
    font-weight: 500;
    font-size: 22px;
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
}

.process__step-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin-bottom: 16px;
}

.process__step-duration {
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
    opacity: .7;
    font-size: 18px;
    font-weight: 500;
}

.process__step-description {
    font-family: var(--satoshi-light);
    width: 90%;
    line-height: var(--para-lineheight);
    color: var(--dark-text-color);
    font-size: 18px;
    font-weight: 400;
}

.process__step1 {
    max-width: 300px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.process__step-description3,
.process__step-header3 {
    width: 100%;
}

.process__linebar3 {
    width: 100%;
}

.process__linebar3::after {
    width: 100%;
}

.process__linebar3 span {
    right: -5px;
}

.process__step2 {
    max-width: 360px;
    width: 100%;
}

.process__steps {
    margin-top: 120px;
}

.process__linebar {
    margin: 24px 0;
}


/* testimonials section */
.testimonials {
    background: var(--btn-color);
}

.testimonial__text {
    -ms-flex-line-pack: end;
        align-content: end;
    background: var(--primery-color);
    padding: 3rem;
    border-radius: 200px 12px 12px 12px;
}

.testimonial__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.testimonial__image img {
    width: 100%;
    border-radius: 12px 12px 200px 12px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.testimonial__number {
    font-size: 80px;
    font-family: var(--satoshi-regular);
    font-weight: 700;
}

.testimonial__stat {
    color: var(--btn-color);
    border-bottom: 1px solid var(--btn-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.testimonial__stat-text {
    font-family: var(--satoshi-regular);
    font-size: 24px;
    font-weight: 500;
    margin-left: 16px;
}

.testimonial__description {
    font-family: var(--satoshi-light);
    font-size: 20px;
    font-weight: 400;
    color: var(--dark-text-color);
    line-height: var(--para-lineheight);
    margin-bottom: 40px;
}

.testimonials__title {
    color: var(--primery-color);
    /* text-align: center; */
}

.testimonials__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 10px;
}

.testimonials__controls button {
    width: 64px;
    height: 64px;
    background: var(--primery-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
}

.testimonials__controls-mob {
    display: none;
}

.testimonials__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 64px;
}

.faq-item {
    transition: all 0.3s ease;
    overflow: hidden;
}
.faq-content {
    max-height: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.active .faq-content {
    max-height: 1000px;
}
.faq-item.active .faq-toggle i {
    transform: rotate(180deg);
}
.faq-toggle i {
    transition: transform 0.3s ease;
}
.marker {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.case-studies__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.case-studies {
    background: var(--bg-light-color);
}

.case-studies__item {
    background: var(--primery-color);
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 30px 0px;
            box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 30px 0px;
    border-radius: 12px 12px 100px;
    /* transition: all .3s linear; */
}

/* .case-studies__item:hover {
    transform: translateY(-10px);
} */

.case-studies__item>a {
    padding: 40px 52px 40px 40px;
    display: block;

}

.case-studies__subtitle {
    font-size: 28px;
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
    line-height: var(--para-lineheight);
    margin: 24px 0;
}

.case-studies__desc {
    font-family: var(--satoshi-light);
    font-size: 18px;
    color: var(--dark-text-color);
    line-height: var(--para-lineheight);
}

.case-studies__link {
    margin-top: 50px;
}

.case-studies__link div {
    color: var(--btn-color);
    font-size: 18px;
    font-family: var(--satoshi-regular);
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.case-studies__link div:hover {
    text-decoration: underline;
}

.global-clients__stat {
    padding-top: 80px;
}

.services__cta .bg__dark {
    background: #424BD033;
    color: var(--btn-color);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.case-studies__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 64px;
}

.services__cta .bg__80:hover {
    background: var(--btn-color);
    color: var(--primery-color);
}



.contact-cta {
    height: auto;
}

.contact-cta__icon {
    text-align: center;
}

.contact-cta__heading {
    text-align: center;
    color: var(--primery-color);
}

.contact-cta__container {
    gap: 24px;
}

.home__contact-btn {
    text-align: center;
}

.home__contact-btn a {
    background: var(--primery-color);
}

.home__contact-btn a:hover {
    color: var(--btn-color);
    background: #D4D6F6;
}



.same__color {
    color: var(--btn-color);
}


.values__section {
    background: var(--bg-light-color);
}

.values__list {
    background: var(--primery-color);
    margin: 56px 0;
    padding: 16px 80px;
}

.values__item {
    padding: 64px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.values__heading {
    font-size: 28px;
    font-weight: 500;
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
}

.values__text {
    font-family: var(--satoshi-light);
    color: var(--dark-text-color);
    font-size: 20px;
    font-weight: 400;
    max-width: 340px;
    width: 100%;
}

.values__item-hr {
    border-bottom: 1px solid var(--light-color);
}

.values__title,
.values__cta,
.stats__title {
    text-align: center;
}


.stats__section {
    background: var(--bg-light-color);
}

.stats__grid {
    margin: 48px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
}

.stats__item {
    padding: 40px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 30px 0px;

            box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 30px 0px;
    background: var(--primery-color);
}

.stats__item-br-bl {
    border-radius: 12px 12px 12px 100px;
}

.stats__item-br-tr {
    border-radius: 12px 100px 12px 12px;
}

.stats__label {
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
    opacity: 50%;
    font-weight: 500;
    font-size: 18px;
}

.stats__description {
    max-width: 435px;
    width: 100%;
    margin-left: auto;
    font-family: var(--satoshi-light);
    font-size: 20px;
    color: var(--para-lineheight);
    color: var(--dark-text-color);
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    gap: 20px;
}

.container::before,
.container::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 2;
    pointer-events: none;
}

.container::before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.container::after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.scroll-box {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.scroll-box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.scroll-box img {
    /* height: 100%; */
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 12px;
}

.hero__info-wrapper-about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5vw .75fr;
    grid-template-columns: 1fr .75fr;
    gap: 5vw;
}

.hero__image-about {
    position: relative;
}

.hero__info-about {
    width: 100%;
    padding: 120px 0;
}

.contact__info {
    max-width: 490px;
    width: 100%;
}
/* Add these to your existing CSS */
.footer-link {
    font-family: var(--satoshi-light);
    font-size: 1rem;
    color: var(--primery-color);
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  
  .social-icon {
    color: var(--primery-color);
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  
  .social-icon:hover {
    color: var(--btn-color);
    opacity: 1;
    transform: translateY(-2px);
  }
  
  .footer-col {
    display: flex;
    flex-direction: column;
  }

.contact__title {
    font-size: 76px;
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
    font-weight: 700;
}

.contact__subtitle {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--satoshi-light);
    color: var(--dark-text-color);
}

.contact__methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 32px 0;
    margin: 32px 0;
    border-bottom: 1px solid var(--light-color);
    border-top: 1px solid var(--light-color);
}

.contact__method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.contact__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 64px;
    width: 64px;
    background: var(--btn-color);
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact__icon img {
    height: 24px;
    width: 24px;
}

.contact__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
}

.contact__label {
    font-size: 28px;
    font-family: var(--satoshi-regular);
    color: var(--dark-text-color);
    font-weight: 500;
}

.contact__value {
    font-family: var(--satoshi-light);
    color: var(--dark-text-color);
    font-weight: 400;
}

.contact__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact__social img {
    height: 32px;
    width: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.contact__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 64px 1fr;
    grid-template-columns: repeat(2,1fr);
    gap: 64px;
}

.contact__section {
    background: var(--bg-light-color);
}

.contact__form {
    background: var(--primery-color);
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    border-radius: 12px 100px 12px 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 30px 0px;
            box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 30px 0px;
}

.contact__form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.contact__input,
.contact__textarea {
    padding: 8px 16px;
    height: 52px;
    outline: none;
    border: 1px solid var(--light-color);
    font-family: var(--satoshi-regular);
    color: #282943a2;
    font-size: 16px;
    border-radius: 6px;
}

.contact__label-form {
    font-family: var(--satoshi-regular);
    font-size: 18px;
    color: var(--dark-text-color);
}

.contact__submit-btn {
    outline: none;
    border: none;
    cursor: pointer;
}

.contact__textarea {
    min-height: 164px;
    height: auto;
    resize: vertical;
}



.faq__answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    -o-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  
  .faq__answer.active {
    max-height: 500px; /* Adjust based on content size */
  }

  .hidden {
    display: none;
  }

  .faq__container {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[2]; */
    grid-template-columns: repeat(2,1fr);
  }

  .faq__intro {
    max-width: 440px;
    width: 100%;
  }

  .faq__description {
    font-family: var(--satoshi-light);
    color: var(--dark-text-color);
    line-height: var(--para-lineheight);
    margin-top: 12px;
  }

  .faq__question {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    gap: 1rem;
  }

  .faq__item {
    border-top: 1px solid var(--dark-text-color);
  }

  .faq__title {
    font-size: 20px;
    font-family: var(--satoshi-light);
    color: var(--dark-text-color);
  }

  .faq__toggle-icons img {
    width: 24px;
    height: 24px;
  }

  .faq__answer p {
    font-family: var(--satoshi-light);
    font-size: 18px;
    color: var(--dark-text-color);
    line-height: var(--para-lineheight);
    padding-bottom: 25px;
  }
  


@media only screen and (max-width: 1024px) {
    .hero__title {
        font-size: 40px;
    }

    .hero__desc {
        font-size: 20px;
    }

    .same-btn,
    .nav__link,
    .footer-column__list a {
        font-size: 16px;
    }

    .footer-column__title {
        font-size: 18px;
    }

    header .nav {
        padding: 0 1.5rem;
    }

    .hero__container {
        padding: 0 1.5rem;
    }

    .hero__clients {
        gap: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .hero__logos {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .services__container,
    .process__container,
    .testimonials__container,
    .qualities__container,
    .global-clients__container,
    .case-studies__container,
    .contact-cta__container,
    .values__container,
    .stats__container,
    .contact__container,
    .faq__container {
        padding: 0 1rem;
        padding-bottom:80px;
    }

    .site-footer__container {
        padding-bottom: 0;
    }


    .hero__info-wrapper {
        gap: 15vw;
    }

    .same__heading2 {
        font-size: 35px;
    }

    .global-clients__title {
        max-width: 16ch;
        width: 100%;
    }

    .global-clients__container {
        gap: 2rem;
    }

    .global-clients__container {
        display: -ms-grid;
        display: grid;
        /* -ms-grid-columns: (1fr)[2]; */
        grid-template-columns: repeat(2, 1fr);
    }

    .global-clients__image img {
        width: 100%;
    }

    .global-clients__stat {
        padding-top: 0;
    }

    .case-studies__subtitle {
        font-size: 25px;
    }

    .global-clients__number {
        font-size: 50px;
    }

    .case-studies__grid {
        /* -ms-grid-columns: (1fr)[1]; */
        grid-template-columns: repeat(1, 1fr);
    }

    .testimonial__number {
        font-size: 50px;
    }

    .testimonial__text {
        border-radius: 147px 12px 12px 12px;
    }

    .testimonial__image img {
        border-radius: 12px 12px 147px 12px;
    }

    .services__card {
        padding: 40px 20px 40px 20px;
    }

    .services__name {
        font-size: 25px;
    }

    .services__icon img {
        width: 2rem;
    }
}


@media only screen and (max-width: 950px) {
    .hero__info-wrapper {
        gap: 7vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .hero__logo img {
        width: 65vw;
    }

    .hero__badge,
    .hero__title,
    .hero__desc {
        text-align: center;
    }

    .hero__buttons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .services__container {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .process__steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 500px;
        width: 100%;
        margin: auto;
        margin-top: 80px;
        gap: 25px;
    }

    .process__linebar {
        margin: 20px 0;
    }

    .testimonial__image {
        display: none;
    }

    .testimonial__content {
        display: block;
    }

    .testimonials__controls-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 16px;
    }

    .testimonials__controls-desk {
        display: none;
    }

    .testimonials__controls button {
        height: 40px;
        width: 40px;
    }

    .testimonial__text {
        border-radius: 116px 12px 12px 12px;
    }

    .testimonial__text {
        padding: 2rem;
    }

    .case-studies__subtitle {
        font-size: 20px;
    }

    .hero__title {
        font-size: 35px;
    }

    .case-studies__item>a {
        padding: 25px 20px 25px 20px;
    }

    .case-studies__logo {
        margin-bottom: 16px;
    }

    .case-studies__logo img {
        width: 150px;
    }

    .case-studies__header {
        margin-bottom: 40px;
    }

    header .nav {
        height: 60px;
    }

    header {
        z-index: 1000;
    }

    .nav__list--desk {
        display: none;
    }

    .nav__list--mob {
        position: fixed;
        max-width: 300px;
        width: 100%;
        background: var(--bg-light-color);
        right: 1.5rem;
        top: -100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-radius: 8px;
        border: 1px solid var(--light-color);
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav__list--active.nav__list {
        top: 70px;
    }

    .nav__menu {
        gap: 23px;
    }

    .nav__list {
        gap: 0;
    }

    ul .nav__link {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid var(--light-color);
        text-align: center;
    }

    .nav__item {
        width: 100%;
    }


    .menu__humbarger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
    }

    .hero__info-wrapper-about {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero__image-about {
        height: 90vw;
    }

    .hero__info-about {
        padding: 80px 0;
        padding-bottom: 40px;
    }

    .values__item {
        padding: 40px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .values__list {
        padding: 16px 30px;
        border-radius: 12px 100px 12px 100px;
    }

    .values__heading {
        font-size: 23px;
    }
    
    .values__text {
        font-size: 16px;
        max-width: inherit;
        width: 100%;
    }

    .stats__grid {
        /* -ms-grid-columns: (1fr)[2]; */
        grid-template-columns: repeat(2,1fr);
    }

    .stats__description {
        font-size: 16px;
    }

    .hero__desc {
        margin-top: 10px;
    }

    .contact__container {
        /* -ms-grid-columns: (1fr)[1]; */
        grid-template-columns: repeat(1,1fr);
    }

    .contact__title {
        font-size: 48px;
    }

    .contact__label {
        font-size: 24px;
    }

    .faq__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
        gap: 56px;
    }
}


@media only screen and (max-width: 768px) {
    .services__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .case-studies__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }


    .faq__title {
        font-size: 18px;
    }

    .faq__answer p {
        font-size: 16px;
    }

    .contact__title {
        font-size: 40px;
        text-align: center;
    }

    .contact__subtitle {
        text-align: center;
    }

    .contact__form {
        padding: 30px;
    }

    .contact__label {
        font-size: 20px;
    }

    .contact__icon {
        height: 50px;
        width: 50px;
    }

    .contact__icon img {
        height: 20px;
        width: 20px;
    }

    .contact__socials {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

}

@media only screen and (max-width: 767px) {
    .stats__grid {
        /* -ms-grid-columns: (1fr)[1]; */
        grid-template-columns: repeat(1, 1fr);
    }
}


@media only screen and (max-width: 425px) {
    .btn-desk-nav {
        display: none;
    }


    .testimonial__description {
        font-size: 16px;
    }

    .same__heading2 {
        text-align: center;
    }

    .faq__description {
        text-align: center;
    }

    .nav__list--mob {
        max-width: inherit;
        width: calc(100% - 3rem);
    }
}


@media only screen and (min-width: 3000px) {
    .hero__logo {
        height: 100%;
    }

}

.nav-link {
  font-family: var(--satoshi-regular);
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--btn-color);
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.mobile-nav-link {
  font-family: var(--satoshi-regular);
  font-size: 1.125rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.mobile-nav-link:hover {
  background-color: rgba(66, 75, 208, 0.05);
}

#mobile-menu {
  transition: all 0.3s ease;
  transform: translateY(-20px);
  opacity: 1;
}

#mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
}


                           


        .prose {
          line-height: 1.7;
        }
        .prose p {
          margin-bottom: 1.5em;
        }
        .skill-card:hover {
          transform: translateY(-5px);
          transition: all 0.3s ease;
        }
        .ethic-card {
          transition: all 0.3s ease;
        }
        .ethic-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }



        @media only screen and (min-width: 3000px) {
            .hero__logo {
                right: 45rem;           /* Push away from the right edge */
                            /* Optional: add some top spacing too */
              }
            
              .hero__logo img {
                max-width: 700px;      /* Prevent logo from scaling too big */
                width: 100%;           /* Still responsive within limit */
              }
        }
        @media only screen and (min-width: 3400px) {
            .hero__logo {
                right: 57rem;           /* Push away from the right edge */
                            /* Optional: add some top spacing too */
              }
            
              .hero__logo img {
                max-width: 700px;      /* Prevent logo from scaling too big */
                width: 100%;           /* Still responsive within limit */
              }
        }