.banner-contact-inner form{
    min-width: 31.125rem;
}


.wpcf7 form.invalid .wpcf7-response-output{
  display: none;
}


.wpcf7-not-valid-tip{
  margin-block-start: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-white);
}

/* Сообщение об ошибке в модальной форме: не даём налезать на следующее поле */
.modal-form .wpcf7-form-control-wrap {
    display: block;
}

.modal-form .wpcf7-not-valid-tip {
    display: block;
    margin-block-start: 0.375rem;
    line-height: 1.3;
}



.wpcf7 form.sent .wpcf7-response-output{
  display: none !important;
}

@media(max-width:768px){
  .banner-contact-inner form {
    min-width: 100%;
}

.hero-title{
  display: flex;
    flex-wrap: wrap;
}
.hero-title span{
margin-right: 4px;
        display: block;
}
}


@media(min-width:48rem){
  h2.title-1.modal-title{
    font-size: 1.9rem;
  }
}



.about-team-person-photo{
  height: 112% !important
}



.faq-item-content-inner{
  font-size: 0.9rem !important
}




.header-nav-link:hover, .header-nav-link:focus-visible{
  color: #b1abab !important
}


/* ── Sticky Header ─────────────────────────────── */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: transparent;
    padding-inline: var(--p-inline, 1.25rem);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header.is-scrolled {
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.header .header-wrap {
    max-width: 90rem;
    margin-inline: auto;
}



.some_text {
    text-align: center;
    margin-top: 20px;
    font-size: 21px;
}


/* ── Spec (Specialization) Cards ──────────────────────── */
.spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
}

.spec-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 43px 32px;
    flex: 0 0 calc((100% - 2.5rem) / 3);
    min-width: 0;
}

.spec-card-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.spec-card-icon svg {
    width: 48px;
    height: 48px;
}

.spec-card-text {
    font-size: 22px;
    font-weight: 700;
    color: #161616;
    line-height: 1.3;
}

@media (max-width: 900px) {
    .spec-grid {
        gap: 0.75rem;
        flex-direction: column;
    }

    .services-item{
     padding: 14px 24px !important;
        border-radius: 16px !important;
    }

    .spec-card {
        flex: 0 0 calc(50% - 0.375rem);
        padding: 14px 24px;
        border-radius: 1rem;
    }

    .spec-card-icon svg {
        width: 36px;
        height: 36px;
    }

    .spec-card-text {
        font-size: 0.875rem;
    }
}



@media screen and (max-width: 900px) {
    .banner {
        padding-block: 3rem;
      }
      .banner-title {
        text-align: center !important;
    }
  }


@media screen and (min-width: 47.9375rem) {
    .hero-partners {
       margin-block-start: 2.5625rem !important
    }
}


.testimonials-item-author-info img{
  margin-top: 10px;
  width: 90px;
}




.testimonials-item-author-position{
  display: block;
  margin-bottom: 8px;
}


@media (min-width: 48rem) {
  h2.title-1.modal-title {
        font-size: 1.8rem;
    }
}



@media(min-width:1200px){
  .header-logo {
    max-width: 120px;
    height: 60px;
}
}


/* ── Guarantee CTA Block ──────────────────────────────── */


.guarantee-cta-inner {
    margin-inline: auto;
    position: relative;
    background: #126DFF;
    border-radius: 60px;
    overflow: clip;
    min-height: 485px;
}

.guarantee-cta-left {
   position: relative;
    z-index: 2;
    color: #fff;
    padding: 50px 0 72px 51px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 485px;
}

.guarantee-cta-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1rem;
}

.guarantee-cta-title {
    font-size: clamp(1.75rem, 3vw, 2.125rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0;
    max-width: 340px;
}

.guarantee-cta-doc-mob {
    display: none;
}

.guarantee-cta-doc {
    position: absolute;
    bottom: 0;
    left: 36%;
    width: 278px;
    height: auto;
    display: block;
    z-index: 5;
    pointer-events: none;
    transform: scaleX(-1);
}

.guarantee-cta-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    max-width: 731px;
    height: 100%;
    background: #fff;
    border-radius: 60px;
    padding: 2.5rem 5rem 2.5rem 5rem;
    z-index: 4;
    display: flex;
    align-items: center;
}


.guarantee-cta{
    margin-bottom: 150px;
}

.guarantee-form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
}

.guarantee-form label {
    display: block;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(22, 22, 22, 0.7);
    margin-bottom: 0.375rem;
    position: absolute;
    top: -7px;
    left: 15px;
    background: white;
    padding: 0px 10px;
    background: #fff;
    z-index: 99;
}

.guarantee-cta-form  .wpcf7-not-valid-tip{
    color: #000000;
}


.guarantee-form p{
    height: 60px;
}


.guarantee-form p{
    position: relative;
}

.guarantee-form p {
    margin: 0;
}

.guarantee-form input[type="text"],
.guarantee-form input[type="tel"],
.guarantee-form input[type="url"],
.guarantee-form input[type="email"] {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    padding: 0.75rem 1rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #161616;
    background: transparent;
    outline: none;
    transition: border-color 0.2s;
    -webkit-appearance: none;
    height: 60px;
}

.guarantee-form input:focus {
    border-color: #126DFF;
    color:#7f7f7f;
}

.guarantee-form input::placeholder {
    color: rgba(22, 22, 22, 0.7);
    font-weight: 400;
    height: 60px;
}

.guarantee-form .fet-error-msg {
    color: #000000;
}




.guarantee-form-submit {
    --_color: var(--color-white);
    --_bg-color: var(--color-primary);
    --_bg-hover-color: var(--color-primary-dark);
    margin-top: 0.5rem;
    width: auto;
    align-self: flex-start;
    padding: 0.25rem 0;
    background: transparent;
    color: #161616;
    border: none;
    border-bottom: 1.5px solid #161616;
    border-radius: 0;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    --_border-color: transparent;
    display: block;
    padding-block: 0.5625rem;
    padding-inline: 1.9375rem;
    width: fit-content;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--_color);
    background-color: var(--_bg-color);
    border: 0.0625rem solid var(--_border-color);
    border-radius: 50vw;
    transition: var(--def-transition);
    cursor: pointer;
}

.guarantee-form-submit:hover {
    color: #fff;
    background-color: var(--_bg-hover-color);
}


section.seo-block.m-t.js-fade-in {
    background: #fff;
    display: grid;
    grid-template-columns: inherit;
    grid-column: full-width;
}


 .seo-block-inner{
        grid-column: content;
    }


    .cases-item-list{
    max-width: 19.25rem;
    margin-bottom: 20px;
    }

    .cases-item{
        height: 100%;
    }

    @media(max-width:1500px){
        .guarantee-cta-form{
            width: 48%;
        }
    }

@media (max-width: 61.9375rem) {

    .guarantee-cta-inner {
        min-height: auto;
        border-radius: 40px;
    }

    .guarantee-cta-left {
        min-height: auto;
        padding: 48px 0 48px 36px;
        max-width: 340px;
    }

    .guarantee-cta-doc {
        width: 200px;
        left: 32%;
    }

    .guarantee-cta-form {
        width: 52%;
        border-radius: 40px;
        padding: 2rem 2.5rem 2rem 5rem;
    }
}

@media (max-width: 900px) {
    .guarantee-cta {
        padding-inline: 1rem;
        grid-column: full-width !important;
    padding: 0px;
    
    }


    .guarantee-cta-form .wpcf7{
        width: 100%;
    }

    .guarantee-form-submit{
        max-width: 300px;
        margin: 0 auto;
    }

   

    .guarantee-cta-doc-mob {
        display: block;
        width: 269px;
        height: auto;
        margin: 0 auto -4.5rem;
        position: relative;
        z-index: 1;
        transform: scaleX(-1);
        pointer-events: none;
    }

    .guarantee-cta-inner {
        position: relative;
        z-index: 2;
    }

    .guarantee-cta-doc {
        display: none;
    }

    .guarantee-cta-inner {
        border-radius: 2.5rem;
        min-height: auto;
        overflow: visible;
        padding-top: 0;
    }

    .guarantee-cta-left {
        min-height: auto;
        padding: 2.5rem 1.5rem 1.5rem;
        max-width: none;
    }

    section.guarantee-cta.m-t.js-fade-in {
        margin-top: 0;
    }

    .guarantee-cta-form {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: none;
        height: auto;
        border-radius: 2.5rem;
        padding: 3.2rem 1.5rem;
        margin-bottom: 64px;
    }

    .guarantee-cta-title {
        max-width: none;
        font-size: 1.375rem;
        line-height: 1.09;
        letter-spacing: -0.02em;
        margin-bottom: 65px;
    }

    .guarantee-form-submit {
        width: 100%;
        text-align: center;
        align-self: stretch;
        border-radius: 1.25rem;
    }
}


/* ── Testimonials Slider ────────────────────────────── */
.testimonials {
    padding-inline: var(--p-inline, 1.25rem);
    position: relative;
    overflow: hidden;
    padding-left: 0;
}

.testimonials::before {
    display: none;
}

.testimonials-decor {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-block: 0.25rem 3rem;
    z-index: 1;

    padding-bottom: 0;
}

.testimonials-decor::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    width: 1px;
    height: 80%;
    background-color: #161616C9;
    transform: translateX(-50%);
}

.testimonials-decor-icon {
    display: block;
    width: 1.875rem;
    aspect-ratio: 1;
    position: relative;
    z-index: 1;
}

.testimonials-decor-title {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #a29e9f;
    opacity: 1;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: relative;
    z-index: 1;
}

.testimonials-header {
display: flex;
    align-items: center;
    gap: 173px;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.testimonials-title {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #242424;
    line-height: 1.4;
    max-width: 400px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonials-title::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #126DFF;
    border-radius: 2px;
    flex-shrink: 0;
}

.testimonials-dots {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding-top: 0.25rem;
}

.testimonials-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D3D3D3;
    transition: background 0.3s;
    cursor: pointer;
}

.testimonials-dot.is-active {
    background: #126DFF;
}


.testimonials-slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonials-slide {
    flex: 0 0 100%;
    display: flex;
    gap: 0;
    min-width: 0;
}

.testimonials-photo {
    flex: 0 0 42%;
    position: relative;
    overflow: hidden;
}

.testimonials-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 560px;
}


.testimonials .testimonials-track{
    padding-block-end: 2rem;
}

.testimonials-content {
    flex: 1;
    padding: 2.5rem 3rem 2.5rem 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-width: 0;
}

.testimonials-quote-icon {
    font-size: 3.5rem;
    line-height: 0.6;
    color: #126DFF;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: Georgia, serif;
}

.testimonials-text {
    font-size: 1.25rem;
    line-height: 1.55;
    color: #242424;
    margin: 0 0 2rem;
    font-weight: 400;
    flex: 1;
}


.services .section-head{
    max-width: 51.625rem;
}

.testimonials-author {
    text-align: right;
}

.testimonials-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #242424;
    margin: 0;
}

.testimonials-role {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #126DFF;
    margin: 0.25rem 0 0;
}

.testimonials-nav {
    display: flex;
    margin-inline: auto;
    max-width: 24.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}


.testimonials-author svg{
    display: none;
}

@media (max-width: 900px) {
    .testimonials-header {
        flex-wrap: wrap;
    }



.testimonials-author svg{
    display: block;
}

    .testimonials-title {
        max-width: none;
        flex-basis: 100%;
        order: -1;
    }

    /* .testimonials-title::after {
        display: none;
    } */

    .testimonials-header {
        position: static;
    }

    .testimonials-nav {
        justify-content: space-between;
        align-items: center;
    }

    .testimonials-dots {
        padding-top: 0;
    }

    .testimonials-decor {
        display: none;
    }

    .testimonials-track {
        display: block;
        position: relative;
        transform: none !important;
        transition: none;
    }

    .testimonials-slide {
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease;
    }

    .testimonials-slide.is-active {
        position: relative;
        opacity: 1;
        pointer-events: auto;
    }

    .testimonials-photo {
        flex: none;
        /* aspect-ratio: 3 / 4; */
    }

    .testimonials{
        padding-right: 0;
    }

    .quote .quote-text{
        font-size: 16px !important;
    }


    figcaption.quote-author img{
    max-width: 182px;
}

.quote .quote-wrap{
    gap:0px !important
}

    .quote .quote-wrap{
        flex-direction: column;
    }

    .testimonials-content {
        padding: 1.5rem 0 0;
    }

    .testimonials-quote-icon {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .testimonials-text {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .testimonials-author {
        text-align: left;
        order: -1;
        margin-bottom: 1rem;
        display: flex;
        gap: 20px;
    }
    .testimonials-quote-icon{
        display: none;
    }

}


/* ── Next Level Growth Block ────────────────────────── */


.nlg-inner {
    margin-inline: auto;
    position: relative;
    overflow: hidden;
}

.nlg-inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: -5%;
    width: 40%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(180, 120, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.nlg-title-mobile {
    display: none;
}

.nlg-content {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.nlg-left {
    flex: 1;
    min-width: 0;
}

.nlg-right {
    flex: 0 0 48%;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 39px 0px #00000017;
    border-radius: 30px;
    margin: 10px 33px;
        padding: 55px 54px;
        justify-content: center;
        background: #fff;
}

.nlg-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #242424;
    margin: 0 0 2.5rem;
}

.nlg-desc strong {
    color: #126DFF;
    font-weight: 700;
}

.nlg-stats {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.nlg-stat {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.nlg-stat-value {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #116dff;
    white-space: nowrap;
    min-width: 200px;
}

.nlg-arrow {
    color: #126DFF;
    font-weight: 700;
}

.nlg-stat-label {
    font-size: 1.125rem;
    line-height: 1.3;
    color: #242424;
}

.nlg-stat-label-mobile {
    display: none;
}

.nlg-chart {
    width: 100%;
    height: auto;
}

@media (max-width: 900px) {

    .nlg-stat-value{
        min-width: unset;
    }
    .nlg-inner {
        padding: 0;
    }

    .nlg-title-desktop {
        display: none;
    }

    .nlg-title-mobile {
        display: inline;
    }

    .nlg-content {
        flex-direction: column;
        gap: 2rem;
    }

    .nlg-right {
        flex: none;
        margin: 0;
        padding: 8px 28px;
    }

    .nlg-desc {
        max-width: none;
        font-size: 0.875rem;
        margin-bottom: 2rem;
    }

    .nlg-stat-value {
        font-size: 2.25rem;
    }

    .nlg-stat-label-desktop {
        display: none;
    }

    .nlg-stat-label-mobile {
        display: inline;
    }
}


/* ── AI Cards Block ─────────────────────────────────── */


.ai-cards-desc {
    max-width: 816px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #242424;
    margin: 1.5rem 0 0;
}

.ai-cards-slider {
    margin-top: 2.5rem;
    overflow: hidden;
    padding: 30px 10px;
}

.ai-cards-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 2 * 2rem) / 3);
    gap: 2rem;
}

.ai-card {
    height: 265px;
    perspective: 800px;
    cursor: pointer;
}

.ai-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.ai-card.is-flipped .ai-card-inner {
    transform: rotateY(180deg);
}

.ai-card-front,
.ai-card-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    border-radius: 50px;
    background: #fff;
    box-shadow: 12px 12px 20px rgba(5, 1, 73, 0.03);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-card-back {
    transform: rotateY(180deg);
}

.ai-card-back img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.ai-card-logo {
    max-width: 226px;
    object-fit: contain;
}

.ai-card-logo--google {
    max-width: 125px;
    /* max-height: 55px; */
}

.ai-card-logo-sub {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 38%;
    width: 142px;
    object-fit: contain;
}

.ai-card-front {
    flex-direction: column;
    gap: 0.5rem;
}

.ai-card-more {
    position: absolute;
    bottom: 14px;
    right: 24px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.ai-card-more span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #126DFF;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}

.ai-card-more span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ai-cards-nav {
   display: flex;
    margin-inline: auto;
    max-width: 24.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}


.ai-cards .ai-cards-track {
    padding-block-end: 2rem;
}

.ai-cards-btn:disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.ai-cards-btn:disabled svg circle {
    stroke: #D3D3D3;
}

.ai-cards-btn:disabled svg path {
    fill: #D3D3D3;
}

@media (max-width: 900px) {
    .ai-cards-desc {
        font-size: 0.875rem;
        line-height: 1.43;
    }

    .ai-cards-track {
        gap: 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 0.5rem;
    }

    .ai-cards-track::-webkit-scrollbar {
        display: none;
    }

    .ai-cards-track {
        grid-auto-columns: 100%;
    }

    .ai-card {
        height: 244px;
        scroll-snap-align: start;
    }

    .ai-card-front,
    .ai-card-back {
        border-radius: 30px;
    }

    .ai-cards-btn {
        height: 48px;
    }
}


/* ── Principle Block ─────────────────────────────────── */
/* .principle {
    padding-inline: 1.25rem;
} */

.principle-inner {
    
    margin-inline: auto;
    display: flex;
    align-items: stretch;
    gap: 0;
}

.principle-doc-wrap {
    flex-shrink: 0;
    width: 200px;
    position: relative;
}

.principle-doc {
    pointer-events: none;
}
.principle-doc--desk {
    position: absolute;
    bottom: 10%;
    left: 10px;
    width: 240px;
    max-width: none;
}
.principle-doc--mob {
    display: none;
}

.principle-body {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 3.75rem;
    box-shadow: 0 4px 70px rgba(0, 0, 0, 0.08);
    padding: 3rem 4rem 2.5rem;
}

.principle-head {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

.principle-label {
    flex-shrink: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(22, 22, 22, 0.7);
    padding-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    white-space: nowrap;
    margin: 0;
}

.principle-label::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: #126DFF;
}

.principle-title {
    font-size: clamp(1.375rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #161616;
    margin: 0;
    max-width: 614px;
}

.about-text{
    max-width: 52rem;
}


.about .section-head{
    max-width: 55.625rem;
}

.principle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3.5rem;
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.principle-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.principle-item p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #161616;
}

.principle-item-icon {
    flex-shrink: 0;
    position: relative;
    width: 110px;
    height: 110px;
}

.principle-item-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.principle-item-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.375rem;
    font-weight: 800;
    -webkit-text-stroke: 1px #126DFF;
    color: #fff;
    line-height: 1;
}

.principle-action {
    display: flex;
    justify-content: flex-end;
}

.principle-btn {
    border-radius: 1.875rem;
    padding: 0.875rem 2rem;
    font-size: 0.9375rem;
}

/* ── 1200px ── */
@media (max-width: 74.9375rem) {
    .principle-doc-wrap {
        width: 170px;
    }

    .principle-doc--desk {
        width: 210px;
    }

    .principle-body {
        padding: 2.5rem 3rem 2rem;
        border-radius: 2.5rem;
    }

    .principle-grid {
        gap: 1.5rem 2.5rem;
    }
}

/* ── 1024px ── */
@media (max-width: 63.9375rem) {
    .principle-doc-wrap {
        width: 140px;
    }

    .principle-doc--desk {
        width: 175px;
    }

    .principle-body {
        padding: 2rem 2rem 1.75rem;
        border-radius: 2rem;
    }

    .principle-grid {
        gap: 1.25rem 1.5rem;
    }

    .principle-head {
        gap: 1.5rem;
    }

    .principle-item-icon {
        width: 46px;
        height: 46px;
    }

    .principle-item-icon span {
        font-size: 1.125rem;
    }
}

/* ── 768px — mobile ── */
@media (max-width: 900px) {
    .principle-inner {
        flex-direction: column;
    }

    .principle-doc-wrap {
        width: auto;
        text-align: center;
        z-index: 1;
    }

    .principle-doc--desk {
        display: none;
    }

    .principle-doc--mob {
        display: block;
        width: 220px;
        margin: 0 auto;
        position: static;
    }

    .principle-body {
        padding: 1.5rem 1.25rem;
        border-radius: 1.5rem;
        margin-top: -70px;
    }

    .principle-head {
        flex-direction: column;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .principle-label {
        justify-content: center;
    }

    .principle-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .principle-item {
        padding: 1rem 0;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
    }

    .principle-item:first-child {
        /* border-top: 1px solid rgba(0, 0, 0, 0.08); */
    }

    .principle-item-icon {
        width: 77px;
        height: 77px;
    }

    .principle-item-icon span {
        font-size: 1.25rem;
    }

    .principle-action {
        justify-content: center;
        margin-top: 1.5rem;
    }

    .principle-title {
        font-size: 1.25rem;
    }
}


/* ── SEO Text Block ─────────────────────────────────── */
.seo-block {
    padding-block: 3rem;
    margin-top: 50px !important;
}

.seo-block-inner {
    margin-inline: auto;
    padding-inline: 1.25rem;
}

.seo-block-content {
    position: relative;
    max-height: 8.5rem;
    overflow: hidden;
    transition: max-height 0.45s ease;
    font-size: 1rem;
    line-height: 1.65;
}

.seo-block-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.5rem;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.seo-block-content[aria-expanded="true"] {
    max-height: 200rem;
}

.seo-block-content[aria-expanded="true"]::after {
    opacity: 0;
}

.seo-block-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-block-start: 1rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #126DFF;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.seo-block-toggle:hover,
.seo-block-toggle:focus-visible {
    color: #0050cc;
    outline: none;
}

.seo-block-toggle-icon {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.3s ease;
}

.seo-block-toggle[aria-expanded="true"] .seo-block-toggle-icon {
    transform: rotate(-135deg) translateY(-2px);
}

@media (max-width: 900px) {
    .seo-block {
        padding-block: 2rem;
        margin-top:0px !important;
    }

    .seo-block-inner {
        padding-inline: 1rem;
    }

    .seo-block-content {
        max-height: 9rem;
        font-size: 0.9375rem;
        line-height: 1.6;
    }

    .seo-block-toggle {
        font-size: 0.9375rem;
    }
}


/* ── About Events Slider ──────────────────────────────── */
.about-events-slider .slide {
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    aspect-ratio: 3 / 4;
}

.about-events-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-events-slider .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    z-index: 2;
}

.about-events-slider .slide-content h3 {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: #fff;
    line-height: 1.3;
}

.about-events-slider .tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-events-slider .tags span {
    border-radius: 1.25rem;
    font-size: 0.8125rem;
    color: #fff;
    background: transparent;
    line-height: 1;
    cursor: default;
}

.about-events-slider .tags .details-btn {
    padding: 0;
    border: none;
    background: transparent;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s ease;
    color: #fff;
}

.about-events-slider .tags .details-btn:hover {
    color: #126DFF;
}

.about_section .slide {
    background: unset !important;
}


/* ── Modal ─────────────────────────────────────────────── */
.modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--def-transition);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    z-index: 5;
}

.modal.is-active {
    display: block;
    visibility: visible;
}

.modal-container {
    display: flex;
    position: relative;
    padding: 30px var(--p-inline);
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 36, 36, 0.6);
    backdrop-filter: blur(4px);
    z-index: 0;
}

.modal-content {
    position: relative;
    margin: 0 auto;
    padding-inline: 3rem;
    width: 100%;
    max-width: 31.125rem;
    color: var(--color-white);
    background-color: #FDFDFD;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 1.25rem;
}

@media screen and (max-width: 900px) {
    .modal-content {
        padding-inline: 1.5rem;
    }
}

.modal-close-btn {
    position: absolute;
    top: 2.125rem;
    right: 2.5rem;
    height: 1.25rem;
    width: 1.25rem;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjIuNSIgcng9IjEuMjUiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDIgMSkiIGZpbGw9IiNGREZERkQiLz4KPHJlY3QgeD0iMSIgeT0iMTkiIHdpZHRoPSIyNiIgaGVpZ2h0PSIyLjUiIHJ4PSIxLjI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMSAxOSkiIGZpbGw9IiNGREZERkQiLz4KPC9zdmc+Cg==");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: unset;
    transition: var(--def-transition);
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .modal-close-btn {
        top: 1.5rem;
        right: 1.5rem;
        width: 0.9375rem;
        height: 0.9375rem;
    }
}

@media (hover: hover) and (pointer: fine) {
    .modal-close-btn:hover,
    .modal-close-btn:focus-visible {
        opacity: var(--def-opacity);
    }
}

.modal-close-btn.modal-person-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjIuNSIgcng9IjEuMjUiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDIgMSkiIGZpbGw9IiMyNDI0MjQiLz4KPHJlY3QgeD0iMSIgeT0iMTkiIHdpZHRoPSIyNiIgaGVpZ2h0PSIyLjUiIHJ4PSIxLjI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMSAxOSkiIGZpbGw9IiMyNDI0MjQiLz4KPC9zdmc+Cg==");
    outline: unset;
}

.modal-title {
    text-wrap: pretty;
}

.modal-description {
    margin-block-start: 1rem;
}

.modal-form {
    margin-block-start: 2rem;
}

.modal-form > *+* {
    margin-block-start: 1.25rem;
}

.modal-form-btn {
    margin-block-start: 4.375rem;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .modal-form-btn {
        margin-block-start: 3.75rem;
    }
}

.modal-form-note {
    margin-block-start: 1.5rem;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .modal-form-note {
        text-align: left;
    }
}

.modal-call {
    padding-block: 5rem 3.4375rem;
    min-height: 36.1875rem;
    background-image: url("../assets/images/content/modal-call/modal-call-bg.svg");
}

@media screen and (max-width: 900px) {
    .modal-call {
        padding-block: 6rem 4.125rem;
        min-height: 34.25rem;
        background-image: url("../assets/images/content/modal-call/modal-call-mob-bg.svg");
    }
}

.modal-success {
    padding-block: 6.375rem 5.875rem;
    background-image: url("../assets/images/content/modal-call/modal-success-bg.svg");
}

.modal-person-content {
    display: grid;
    padding: 3.75rem 2.5rem;
    max-width: 55.375rem;
    color: var(--color-black);
    background-color: #FDFDFD;
    background-image: url("https://e-com.ilion.digital/wp-content/themes/lp/assets/images/content/team/modal-person-bg.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 1.25rem;
    gap: 2rem;
}

@media screen and (max-width: 900px) {
    .modal-person-content {
        padding: 3rem 1.5rem;
        background-image: url("../assets/images/content/team/modal-person-mob-bg.svg");
        background-size: 100% auto;
        background-position: center top;
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }
}

.modal-person-position {
    margin-block-start: 0.5rem;
}

@media screen and (max-width: 900px) {
    .modal-person-position {
        margin-block-start: 1rem;
    }
}

.modal-person-text {
    margin-block-start: 1.5rem;
    margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
    .modal-person-text {
        margin-block-start: 1rem;
    }
}

a.text-2.modal-person-btn:hover {
    text-decoration: unset;
    background: #136CFF;
    color: white;
    transition: 0.3s ease all;
}

a.text-2.modal-person-btn {
    transition: 0.3s ease all;
    border: 1px solid;
    padding: 10px 70px;
    border-radius: 30px;
    margin-top: 50px;
}

.modal-person-text > *+* {
    margin-block-start: 1rem;
}

@media screen and (max-width: 900px) {
    .modal-person-text > *+* {
        margin-block-start: 0.875rem;
    }
}

.modal-person-text ul {
    padding-inline-start: 1.625rem;
}

.modal-person-quote {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1;
}

@media screen and (max-width: 900px) {
    .modal-person-quote {
        font-size: 1.25rem;
    }
}

.modal-person-quote:empty {
    display: none;
}

.modal-person-quote::before {
    content: "\201C";
}

.modal-person-quote::after {
    content: "\201D";
}

.modal-person-media {
    position: relative;
    margin-block-start: 1.5rem;
    width: 100%;
    min-height: 21.3125rem;
    border-radius: 1rem;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .modal-person-media {
        margin-block-start: 2rem;
        min-height: 23.5rem;
        max-height: 23.5rem;
    }
}

.modal-person-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

section.modal-person {
    padding: 0;
}


.about-events-slider .splide__track{
  padding-block-end: 2rem;
}




.data {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 48px;
    z-index: 1;
    position: relative;
}



.data-items {
    display: flex;
    gap: 35px;
}

@media(max-width: 900px) {
    .data-items {
        flex-direction: column;
    }
}


.data-item {
    display: flex;
    gap: 24px;
    align-items: center;
}

.data-item-title {
    font-size: 60px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}


.data-items .data-item:last-child .data-item-title span{
color:#116DFF;
}


/* ── Quote Block ───────────────────────────────────────── */

.quote-card {
    background:#126DFF;
    border-radius: 40px;
    padding: 3rem 4rem;
    text-align: center;
    width: 100%;
}

.quote-text {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 1.5rem;
    max-width: 813px;
    margin: 33px auto;
    
}

.quote-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 41px;
}

.quote-divider-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.quote-divider-label {
    color:#fff;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .quote-card {
        padding: 2rem 1.5rem;
        border-radius: 40px;
        margin-top: 15px;
    }
    .quote-text {
        font-size: 1.125rem;
    }
}


/* ── Clients Section Slider ───────────────────────────── */
.clients-section {
    padding: 4rem 0;
    padding-bottom: 0;
}

.clients-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 4rem;
    padding-top: 0.5rem;
    color: var(--color-black, #161616);
}

.clients-slider-outer {
    position: relative;
}

.clients-slider-viewport {
    width: 100%;
    border-radius: 60px;
    background: #fff;
    padding: 60px 2rem;
    box-shadow: 0 4px 32px rgba(18, 109, 255, 0.07);
}

.clients-slider-clip {
    overflow: hidden;
    padding-inline: 10px;
    padding-block: 10px;
}

.clients-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 79px;
    height: 60px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-nav-btn--prev { left: 0; transform: translate(-50%, -50%); }
.clients-nav-btn--next { right: 0; transform: translate(50%, -50%); }

.clients-nav-btn:hover { opacity: 0.65; }
.clients-nav-btn:disabled { opacity: 0.25; cursor: not-allowed; }
.clients-nav-btn svg { width: 79px; height: 60px; display: block; }

.clients-slider-track {
    display: flex;
    gap: 1.25rem;
    transition: transform 0.4s ease;
}

.clients-col {
    flex: 0 0 calc((100% - 1.25rem * 3) / 4);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.clients-logo-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 0.3rem;
    min-height: 150px;
}

.clients-logo-card img {
    max-width: 100%;
    max-height: 72px;
    min-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 991px) {
    .clients-col { flex: 0 0 calc((100% - 1.25rem * 2) / 3); }
    .clients-nav-btn { width: 67px; }
    .clients-nav-btn svg { width: 67px; height: 48px; }
    .clients-nav-btn--prev { transform: translate(-40%, -50%); }
    .clients-nav-btn--next { transform: translate(40%, -50%); }
}

@media (max-width: 640px) {
    .clients-section { padding: 2.5rem 0; }
    .clients-col { flex: 0 0 calc((100% - 1.25rem * 2) / 3); }
    .clients-slider-viewport { padding: 1rem 1rem 4rem;padding-bottom: 100px; border-radius: 60px; }
    .clients-nav-btn {
        top: auto;
        bottom: 1rem;
        width: 67px;
    }
    .clients-nav-btn svg { width: 67px; height: 48px; }
    .clients-nav-btn--prev { left: 1rem; transform: none; }
    .clients-nav-btn--next { right: 1rem; transform: none; }
    .clients-logo-card img { min-width:38px; }


    .clients-logo-card{
        min-height: 85px;
    }

}



.quote .quote-wrap {
    display: flex;
    position: relative;
    margin-block-start: 2.625rem;
    gap: 8.1875rem;
}

.quote .quote-text {
    max-width: 50.5rem;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.17;
    color: #000;
}

.quote .quote-text{
    margin-left: 0;
}


.quote .quote-text::before {
    content: "";
    display: block;
    margin-block-end: 1.5rem;
    width: 5.1875rem;
    height: 3.75rem;
    background-image: url(https://seomed.ilion.digital/wp-content/themes/medmini/assets/images/general/icons/quote-up-icon.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}


h3.quote-author-name {
    font-size: 18px;
    font-weight: 400;
}


p.quote-author-pos {
    font-size: 18px;
    font-weight: 500;
    color: #0552CE;
    margin-bottom: 8px;
    max-width: 402px;
}


.quote-text blockquote{
    margin-bottom: 40px;
}

.question-slider{
    margin-top: -100px;
}


/* Etaps */

.etaps {
    position: relative;
}


.etaps-inner .splide__arrows.splide__arrows--ltr.slider-btns{
    display: flex;
    margin-inline: auto;
    max-width: 24.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.etaps::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: radial-gradient(50% 50% at 50% 50%, #cbbded 0%, #f5e2ed 59.92%, rgba(255, 255, 255, 0) 100%); */
    z-index: var(--zi-bg);
    pointer-events: none;
}

.etaps-inner {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.etaps-info {
    flex: 0 0 42%;
    padding-top: 0.5rem;
}

.etaps-inner .title-1{
    margin-bottom: 32px;
}

.etaps-desc {
    margin-block-start: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    max-width: 297px;
}

.etaps-action {
    margin-block-start: 2rem;
}

.etaps-slider {
    flex: 1;
    min-width: 0;
}

.etaps-slider .slider-btns {
    justify-content: flex-end;
    margin-block-start: 1.5rem;
}

.etaps-card {
    
    border-radius: 60px;
    padding: 35px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 320px;
    max-height: 365px;
    transition: background 0.3s ease;
}


.is-active.is-visible .etaps-card{
background: #fff;
}

.etaps-card-img {
    display: flex;
    justify-content: center;
    margin-block-end: 1.25rem;
    min-height: 134px;
    max-height: 134px;
}

.etaps-card-img img {
    width: 70%;
    height: auto;
    object-fit: cover;
    min-width: 219px;
}
.about_section .title-1{
    max-width: 52.625rem;
}

.etaps-card-head {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    margin-block-end: 0.75rem;
}

.etaps-card-num {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-primary);
}

.etaps-card-name {
 font-size: 30px;
    font-weight: 700;
    color: #126DFF;
}

.etaps-card-num svg{
width: 34px;
height: 36px;
}

.etaps-card-text {
    font-size: 16px;
    line-height: 20px;
    color: #242424;
    margin-top: 0px;
    
}


.mob{
    display: none;
}

@media screen and (max-width: 900px) {


    section.quote.m-t.js-fade-in{
        margin-top: 0;
    }


    .guarantee-cta{
        margin-bottom: 50px;
    }

    .principle-item{
        padding-bottom: 0;
        padding-top: 10px;
    }

    .about .data{
        z-index: unset;
    }

    p.quote-author-pos{
        max-width: 249px;
    }

    .quote-author{
        display: flex;
    justify-content: end;
    margin-top: -140px;
    }

    .question-slider{
        margin-top: -10px !important
    }

    .quote .quote-wrap{
        margin: 0;
    }

    .etaps-inner {
        flex-direction: column;
        gap: 1.5rem;
    }

    blockquote{
        font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    }


    .about-events-slider .splide__track{
        margin-block-start: 2.5rem;
    margin-inline: calc(var(--p-inline) * -1);
    }


    .etaps-card{
        max-width: 100%;
    }

    .etaps-info {
        flex: none;
    }

    .etaps-slider {
        flex: none;
        width: calc(100% + var(--p-inline) * 2);
        margin-inline: calc(var(--p-inline) * -1);
    }

    .etaps-slider .slider-btns {
        justify-content: flex-end;
        margin-block-start: 1rem;
        padding-inline: var(--p-inline);
    }

    .etaps-card {
        border-radius: 1.25rem;
        padding: 1.25rem;
    }

    .etaps-card-num,
    .etaps-card-name {
        font-size: 24px;
    }

    .etaps-card-num svg {
    width: 28px;
    height: 28px;
}

.etaps-card-text{
    font-size: 14px;
    line-height: 20px;
}

.question-slider-title{
    font-size: 30px;
}

.question-slider {
        padding: 2rem 1.5rem 2.625rem;
    }

    .question-slider-slider-nav{
            display: flex;
            padding: 0px !important ;
    margin-inline: auto;
    max-width: 24.5rem !important;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem !important;
    }


        .question-slider {
        padding: 4rem 2.2rem 2.625rem !important;
    }

    .question-slider-title{
        font-size: 30px !important;
    }
    .etaps-desc{
        max-width: 100% !important;
    }

    .data-item-content {
    font-size: 16px;
    font-weight: 500;
}


.services-item-title{
    font-size: 16px !important;
}

.services .title-1{
    font-size: 20px !important;
}

.data-item-title{
    font-size: 40px;
}

p.data-item-note.js-fade-in-child {
    font-size: 12px;
}

.about-text.text-2{
    display: none;
}

.mob{
    display: block !important;
    margin-top: 50px;
}
}



.header{
    position: sticky !important;
    top: 0;
    z-index: var(--zi-4) !important;
}


.menu{
    z-index: 9999 !important;
}



section.spec.m-t.s-m-t.js-fade-in::before {
    content: "";
    display: block;
    position: absolute;
    top: -20vw;
    left: -70vw;
    width: 80vw;
    aspect-ratio: 1;
    background: radial-gradient(50% 50% at 50% 50%, #cbbded 0%, #f5e2ed 59.92%, rgba(255, 255, 255, 0) 100%);
    z-index: var(--zi-bg);
}




.nlg::before,
.clients-section::before {
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(50% 50% at 50% 50%, #cbbded 0%, #f5e2ed 59.92%, rgba(255, 255, 255, 0) 100%);
    z-index: var(--zi-bg);
}

.services::after,
.cases::after,
.clients-section::after{
content: "";
    display: block;
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(50% 50% at 50% 50%, #cbbded 0%, #f5e2ed 59.92%, rgba(255, 255, 255, 0) 100%);
    z-index: var(--zi-bg);
}


.nlg::after{
content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(50% 50% at 50% 50%, #cbbded 0%, #f5e2ed 59.92%, rgba(255, 255, 255, 0) 100%);
    z-index: var(--zi-bg);
}
.about_section::after{
content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(50% 50% at 50% 50%, #cbbded 0%, #f5e2ed 59.92%, rgba(255, 255, 255, 0) 100%);
    z-index: var(--zi-bg);
}


.principle::before{
        content: "";
    display: block;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(50% 50% at 50% 50%, #cbbded 0%, #f5e2ed 59.92%, rgba(255, 255, 255, 0) 100%);
    z-index: var(--zi-bg);
}
.etaps::before{
        content: "";
    display: block;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(50% 50% at 50% 50%, #cbbded 0%, #f5e2ed 59.92%, rgba(255, 255, 255, 0) 100%);
    z-index: var(--zi-bg);
}



.nlg::before{
    width: 103%;
    height: 100%;
}


.about::after{
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(50% 50% at 50% 50%, #cbbded 0%, #f5e2ed 59.92%, rgba(255, 255, 255, 0) 100%);
    z-index: var(--zi-bg);
}

.about::before{
        content: "";
    display: block;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(50% 50% at 50% 50%, #cbbded 0%, #f5e2ed 59.92%, rgba(255, 255, 255, 0) 100%);
    z-index: var(--zi-bg);
}



.modal{
    z-index: 99999 !important;
}


@media screen and (max-width: 47.9375rem) {
    .modal-call {
        padding-block: 4rem 4.125rem !important;
        min-height: unset !important;
    }
}



h2.title-1.modal-title{
    text-align: center;
}

.modal-subtitle {
    margin-block-start: 1rem;
    text-align: center;
    text-wrap: pretty;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 47.9375rem) {
    .modal-subtitle {
        font-size: 1rem;
    }
}





.clients-logo-card{
    min-height: 151px;
    max-height: 151px;
}

.clients-logo-card svg{
    max-width: 70%;
}

@media(min-width:1200px){
    .clients-logo-card{
        padding: 0;
    }
}


@media (max-width: 640px) {
    .clients-logo-card {
        min-height: 85px;
        max-height: 82px;
    }
    .clients-logo-card svg {
    aspect-ratio: 16 / 9;
    max-width: 62%;
}
}




@keyframes marqueeScroll {
  to {
    transform: translate(calc(-50% - 1rem / 2));
  }
}

@media(max-width:768px){

.hero-partners {
  /* animation: marqueeScroll 40s var(--_animation-direction, forwards) linear infinite;
  width: max-content;
    flex-wrap: nowrap; */

}

}

@media screen and (max-width: 79.9375rem) {
    .hero-partners {
        width: 100%;
        max-width: 100%;
        min-height: 55px;
        overflow-y: unset !important;
        animation: marqueeScroll 30s var(--_animation-direction, forwards) linear infinite;
    }
}



.pc-hidden{
  display: none;
}


@media(max-width:768px){
  .pc-hidden{
    display: block;
  }
}