html,
body {
    overflow-x: visible !important;
    height: auto;
}

body {
    overflow-y: hidden;
}

body.page-loaded {
    overflow-y: auto;
}

:root {
    /* Colors */
    --color-text-black: #111111;
    --color-text-white: #ffffff;
    --color-primary: #1A69FD;
    --color-primary-hover: #0c4fcb;
    --color-bg-dark: #000000;
    --color-yellow: #FFFF37;
    --gap-xxl: 2.5em;
    --gap-sm: 1.25em;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
span,
p,
img,
figure {
    margin: 0;
}

/* 
.header-main.podcast-strip-hidden {
    transform: translateY(var(--podcast-strip-height, -50px));
} */


.section {
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

.head-gap100 {
    margin-top: 100px;
}


.title-h2 span span,
.fade-up {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}



.line-anim span span {
    display: inline-block;
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.headgap75 {
    margin-top: 75px;
}

.layout-container-mid {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.section-sm {
    padding: 48px 0;
}

.opacity-75 {
    opacity: .75;
}

.opacity-50 {
    opacity: .5;
}

.italic {
    font-style: italic;
}

.gap4 {
    gap: 4px;
}

.full-height {
    height: 100%;
}

.layout-container-mx {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.hero-button {
    margin-top: 0 !important;
}



/* Hero section css */
.service-main-hero {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    height: 100svh;
    min-height: 600px;
    margin-bottom: 100vh;
    margin-bottom: 100svh;
    overflow: hidden;
    background-color: var(--color-bg-dark);
    isolation: isolate;
    --hero-particle-min: 88px;
    --hero-particle-mid: 108px;
    --hero-particle-max: 132px;
    --hero-copy-indent: clamp(72px, 11.5vw, 200px);
}

.service-main-hero__galaxy {
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: 1;
    pointer-events: none;
    perspective: 800px;
    transform-style: preserve-3d;
}

.service-main-hero__particle {
    position: absolute;
    overflow: hidden;
    border-radius: 2px;
    max-height: 132px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.service-main-hero__particle-inner {
    width: 100%;
    height: 100%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.service-main-hero__particle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.service-main-hero__particle--square {
    aspect-ratio: 1 / 1;
}

.service-main-hero__particle--landscape {
    aspect-ratio: 4 / 3;
}

.service-main-hero__particle--sm {
    width: var(--hero-particle-min);
}

.service-main-hero__particle--md {
    width: var(--hero-particle-mid);
}

.service-main-hero__particle--lg {
    width: var(--hero-particle-max);
}

.service-main-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 48px 24px;
    text-align: left;
}

.service-main-hero__content-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 830px;
    width: 100%;
}

.service-main-hero__copy {
    width: 100%;
}

.service-main-hero__title {
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-align: left;
}

.service-main-hero__title-line {
    display: block;
}

.service-main-hero__title-line--indent {
    padding-left: var(--hero-copy-indent);
}

.service-main-hero__desc {
    max-width: 680px;
    margin: clamp(48px, 5vh, 32px) 0 0;
    padding-left: var(--hero-copy-indent);
    line-height: 1.55;
    text-align: left;
}

.service-main-hero__cta {
    padding-left: var(--hero-copy-indent);
    align-self: flex-start;
    width: 100%;
}

.service-main-hero .hero-button {
    margin-top: 0;
}

.service-main-hero .btn-wrapper {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .service-main-hero__content {
        padding: 36px 20px;
    }

    .service-main-hero__content-inner.gap48 {
        gap: 32px;
    }

    .service-main-hero__desc {
        max-width: 440px;
    }
}

@media (max-width: 767px) {
    .service-main-hero {
        min-height: 100svh;
        --hero-particle-min: 44px;
        --hero-particle-mid: 56px;
        --hero-particle-max: 64px;
        --hero-copy-indent: clamp(52px, 15vw, 96px);
    }

    .service-main-hero__particle {
        max-height: 64px;
    }

    .service-main-hero__galaxy {
        perspective: 600px;
    }

    .service-main-hero__content-inner.gap48 {
        gap: 24px;
    }

    .service-main-hero__desc {
        margin-top: clamp(24px, 4vh, 40px);
        max-width: 100%;
    }
}

/* Hero section css ends */

/* service portfolio parallax */
.service-portfolio {
    position: relative;
    z-index: 2;
    background: #F8F7F4;
    padding-bottom: 0;
    isolation: isolate;
}

.service-portfolio__intro {
    padding: 80px 15px 48px;
    position: relative;
    z-index: 2;
    background: #F8F7F4;
}

.service-portfolio__intro-copy {
    max-width: 760px;
    margin: 16px 0 0;
}

.service-portfolio__track {
    position: relative;
}

.service-portfolio__pin-outer {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.service-portfolio__pin-inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100dvh;
    height: 100svh;
    position: sticky;
    top: 0;
    width: 100%;
    padding-bottom: max(32px, env(safe-area-inset-bottom));
    pointer-events: none;
}

.service-portfolio__panel {
    height: 100vh;
    height: 100svh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-portfolio__panel:first-child {
    margin-top: -100dvh;
    margin-top: -100svh;
}

.service-portfolio__panel-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

/* 
.service-portfolio__panel-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
    z-index: 1;
} */

.service-portfolio__panel-media img {
    width: 100%;
    height: 130%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.service-portfolio__overlay {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
    --portfolio-card-padding: 32px;
    --portfolio-chip-row-height: 106px;
    --portfolio-chip-gap: 5px;
    --portfolio-detail-gap: 32px;
    --portfolio-chip-padding-y: 16px;
    --portfolio-chip-padding-x: 20px;
    --portfolio-btn-padding-y: 16px;
    --portfolio-btn-padding-x: 24px;
    --portfolio-overview-thumb-w: 112px;
    --portfolio-overview-thumb-h: 72px;
    --portfolio-overview-item-min-h: 80px;
    --portfolio-bar-status-width: 600px;
    --portfolio-bar-status-padding-y: 18px;
    --portfolio-bar-status-padding-x: 24px;
    --portfolio-bar-status-gap: 24px;
    --portfolio-arrow-width: 92px;
    --portfolio-arrow-height: 61px;
    --portfolio-arrow-padding-y: 21px;
    --portfolio-arrow-padding-x: 25px;
    --portfolio-view-all-padding-y: 12px;
    --portfolio-view-all-padding-x: 20px;
    --portfolio-detail-title-size: var(--fs-h4);
    --portfolio-detail-subtitle-size: var(--fs-sm);
    --portfolio-detail-body-size: var(--fs-base);
    --portfolio-chip-font-size: var(--fs-para);
}

.service-portfolio__swap {
    position: relative;
    width: 100%;
    z-index: 1;
}

.service-portfolio__card-wrap {
    pointer-events: auto;
    width: 100%;
    will-change: opacity, transform;
    pointer-events: auto;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -69.14%, rgba(0, 0, 0, 0.60) 100%);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    padding: var(--portfolio-card-padding, 32px);
    overflow: hidden;
}

.service-portfolio__overview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 86%;
    margin: 0 auto;
    top: auto;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 24px;
    background: rgba(17, 17, 17, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 12px 12px 12px 12px;
    max-height: min(48vh, 400px);
    overflow: hidden;
    transform-origin: center bottom;
    will-change: opacity, transform;
}

.service-portfolio__overview-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: min(44vh, 360px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2px 8px 2px 2px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
}

.service-portfolio__overview-list::-webkit-scrollbar {
    width: 3px;
}

.service-portfolio__overview-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.45);
    border-radius: 999px;
}

.service-portfolio__overview-item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    min-height: var(--portfolio-overview-item-min-h, 80px);
    padding: 4px 16px 4px 4px;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: var(--color-text-white);
    text-align: left;
    cursor: pointer;
    overflow: visible;
    transition: background 0.3s ease, color 0.3s ease;
}

.service-portfolio__overview-item:hover:not(.is-active) {
    background: rgba(255, 255, 255, 0.08);
}

.service-portfolio__overview-item.is-active {
    background: var(--color-text-white);
    color: var(--color-text-black);
    border-radius: 16px;
}

.service-portfolio__overview-thumb {
    width: var(--portfolio-overview-thumb-w, 112px);
    height: var(--portfolio-overview-thumb-h, 72px);
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.service-portfolio__overview-item.is-active .service-portfolio__overview-thumb {
    border-radius: 12px;
    box-shadow: none;
}

.service-portfolio__overview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-portfolio__overview-label {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
}

.service-portfolio__details {
    position: relative;
    min-height: 0;
}

.service-portfolio__detail {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.service-portfolio__detail.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.service-portfolio__detail-inner {
    display: flex;
    gap: var(--portfolio-detail-gap, 32px);
    align-items: stretch;
    position: relative;
}

.service-portfolio__detail-inner::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 110%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-55%, -50%);
}

.service-portfolio__left {
    flex: 1 1 52%;
    min-width: 0;
}

.service-portfolio__right_wrapper {
    flex: 1 1 48%;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}

.service-portfolio__right {
    width: 100%;
    max-height: calc(var(--portfolio-chip-row-height) * 3 + var(--portfolio-chip-gap) * 2);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
    padding-right: 2px;
}

.service-portfolio__right::-webkit-scrollbar {
    width: 3px;
}

.service-portfolio__right::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 999px;
}

.service-portfolio__chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--portfolio-chip-gap);
}

.service-portfolio__chip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: var(--portfolio-chip-row-height);
    padding: var(--portfolio-chip-padding-y, 16px) var(--portfolio-chip-padding-x, 20px);
    border-radius: var(--L, 12px);
    background: rgba(255, 255, 255, 0.12);
    color: var(--color-text-white);
    text-decoration: none;
    text-align: left;
    font-size: var(--portfolio-chip-font-size, var(--fs-para));
    font-weight: 600;
    transition: background 0.25s ease;
}

section.service-portfolio.section.pb0 {
    padding-top: 38px;
}

.service-portfolio__chip:hover {
    background: rgba(255, 255, 255, 0.25);
}

.service-portfolio__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-portfolio__actions .swap-text-button {
    padding: var(--portfolio-btn-padding-y, 16px) var(--portfolio-btn-padding-x, 24px);
}

.service-portfolio__actions .transparent-blk-btn {
    color: var(--color-text-white);
}

@media (min-width: 768px) {
    .service-portfolio__detail-inner {
        flex-direction: row;
        align-items: center;
    }

    .service-portfolio__detail-inner::after {
        display: block;
    }

    .service-portfolio__left {
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    .service-portfolio__left.full-height {
        height: auto;
    }

    .service-portfolio__left.justify-space-between {
        justify-content: flex-start;
    }

    .service-portfolio__right_wrapper {
        align-self: center;
    }
}

.service-portfolio__bar {
    position: relative;
    z-index: 3;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-shrink: 0;
}

.service-portfolio__bar-pill {
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -69.14%, rgba(0, 0, 0, 0.60) 100%);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
}

.service-portfolio__view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: var(--portfolio-view-all-padding-y, 12px) var(--portfolio-view-all-padding-x, 20px);
    border: 0;
    color: var(--color-text-white);
    font-size: var(--fs-para);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s ease;
    white-space: nowrap;
}

.service-portfolio__view-all:hover {
    background: rgba(0, 0, 0, 0.72);
}

.service-portfolio__view-all-icon--filter {
    display: block;
    flex-shrink: 0;
}

.service-portfolio__view-all-icon--close {
    display: none;
    flex-shrink: 0;
}

.service-portfolio__view-all.is-open .service-portfolio__view-all-icon--filter {
    display: none;
}

.service-portfolio__view-all.is-open .service-portfolio__view-all-icon--close {
    display: block;
}

.service-portfolio__view-all.is-open {
    background: var(--color-text-white);
    color: var(--color-text-black);
}

.service-portfolio__bar-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--portfolio-bar-status-gap, 24px);
    padding: var(--portfolio-bar-status-padding-y, 18px) var(--portfolio-bar-status-padding-x, 24px);
    width: var(--portfolio-bar-status-width, 600px);
}

.service-portfolio__detail .title-h4 {
    font-size: var(--portfolio-detail-title-size, var(--fs-h4));
}

.gap106 {
    gap: 125px;
}

.service-portfolio__detail .fs-para {
    color: #C6C6C3;
}


.service-portfolio__bar-title-wrap {
    overflow: hidden;
    min-width: 0;
    flex: 1 1 auto;
}

.service-portfolio__bar-title {
    display: block;
    overflow: hidden;
    line-height: 1.2;
}

.service-portfolio__bar-title-inner {
    display: block;
    white-space: nowrap;
    line-height: 1.2;
}

.service-portfolio__counter {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--color-text-white);
    font-size: var(--fs-para);
    font-weight: 600;
    flex-shrink: 0;
    line-height: 1;
}

.service-portfolio__counter-index {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    height: 1em;
    line-height: 1;
}

.service-portfolio__counter-index-inner {
    display: block;
    line-height: 1;
}

.service-portfolio__counter-total {
    line-height: 1;
}

.service-portfolio__arrow-btn {
    width: var(--portfolio-arrow-width, 92px);
    height: var(--portfolio-arrow-height, 61px);
    padding: var(--portfolio-arrow-padding-y, 21px) var(--portfolio-arrow-padding-x, 25px);
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, opacity 0.25s ease;
    flex-shrink: 0;
}

.service-portfolio__arrow-btn:hover:not(:disabled) {
    background: rgba(0, 0, 0, 0.72);
}

.service-portfolio__arrow-btn:disabled {
    opacity: 0.35;
    cursor: default;
}

.service-portfolio__arrow-btn svg {
    display: block;
}

.service-portfolio__actions .button__icon-wrapper {
    width: 24px;
    height: 24px;
}

.full-height {
    height: 100%;
}

@media (max-width: 1728px) {
    .service-main-hero__content-inner {
        max-width: 790px;
    }

    .service-main-hero__desc {
        max-width: 600px;
    }
}

@media (max-width: 1550px) {
    .service-main-hero__content-inner {
        max-width: 650px;
    }


    .service-main-hero__desc {
        max-width: 560px;
    }
}

@media (max-width: 1366px) {
    .service-main-hero__content-inner {
        max-width: 620px;
    }

    .service-main-hero__desc {
        max-width: 510px;
    }
}


@media (max-width: 991px) {
    .service-portfolio__intro {
        padding-top: 64px;
    }

    .service-portfolio__card {
        padding: 24px;
    }

    .service-portfolio__bar {
        flex-wrap: wrap;
        width: 100%;
    }

    .service-portfolio__bar-status {
        flex: 1 1 auto;
        min-width: min(100%, 220px);
        width: auto;
    }
}

@media (max-width: 767px) {
    .section.service-portfolio.section.pb0 {
        padding: 0;
    } 

    .service-portfolio__intro {
        padding: 36px 15px 36px;
    }

    .service-portfolio__detail .fs-para {
        font-size: 11px;
    }

    .gap106 {
        gap: 24px;
    }

    .service-portfolio__pin-inner {
        padding-bottom: max(16px, env(safe-area-inset-bottom));
    }

    .service-portfolio__panel {
        min-height: 100svh;
    }

    .service-portfolio__panel-media img {
        height: 100%;
    }

    .service-portfolio__detail-inner {
        flex-direction: column;
        gap: 16px;
    }

    .service-portfolio__detail-inner::after {
        display: none;
    }

    .service-portfolio__details {
        min-height: 0;
        position: relative;
        overflow: hidden;
    }

    .service-portfolio__detail {
        position: absolute;
        inset: 0;
        width: 100%;
    }

    .service-portfolio__detail.is-active {
        position: relative;
        inset: auto;
    }

    .service-portfolio__right_wrapper {
        align-self: auto;
        width: 100%;
    }

    .service-portfolio__overlay {
        gap: 8px;
    }

    .service-portfolio__panel[data-index="1"] .service-portfolio__panel-media img {
        object-position: left center;
    }

    .service-portfolio__card-wrap {
        padding: 16px;
        border-radius: 16px;
        --portfolio-chip-row-height: 52px;
        --portfolio-chip-gap: 2px;
    }

    .service-portfolio__card {
        padding: 0;
    }

    .service-portfolio__details {
        min-height: 0;
        overflow: hidden;
    }

    .service-portfolio__detail-inner .button__icon-wrapper {
        width: 24px;
        height: 24px;
    }

    .service-portfolio__detail-inner .swap-text-button {
        padding: 10px 24px !important;
    }

    .service-portfolio__detail .fs-sm {
        font-size: 11px;
    }

    .service-portfolio__left.gap64,
    .service-portfolio__left.gap24 {
        gap: 16px;
    }

    .service-portfolio__overview {
        border-radius: 16px;
        max-height: min(42vh, 320px);
        width:100%;
    }

    .service-portfolio__overview-item {
        min-height: 56px;
    }

    .service-portfolio__overview-thumb {
        width: 72px;
        height: 48px;
    }

    .service-portfolio__overview-item.is-active {
        border-radius: 6px;
    }

    .service-portfolio__overview-item.is-active .service-portfolio__overview-thumb,
    .service-portfolio__overview-thumb {
        border-radius: 6px;
    }

    .service-portfolio__bar {
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: left;
        gap: 4px;
        width: 100%;
    }

    .service-portfolio__view-all {
        flex: 0 0 auto;
        padding: 10px 12px;
        gap: 0;
        font-size: 0;
        line-height: 0;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-portfolio__view-all [data-portfolio="view-all-label"] {
        display: none;
    }

    .service-portfolio__view-all.is-open [data-portfolio="view-all-label"] {
        display: inline;
        font-size: 11px;
        line-height: 1;
        margin-left: 4px;
        display: none
    }

    .service-portfolio__view-all svg {
        width: 13px;
        height: 13px;
    }

    .service-portfolio__bar-status {
        flex: 0 1 70%;
        min-width: 0;
        width: 70%;
        max-width: 70%;
        padding: 10px 12px;
        gap: 8px;
        border-radius: 24px;
    }

    .service-portfolio__bar-title,
    .service-portfolio__bar-title-inner,
    .service-portfolio__counter {
        font-size: 11px;
    }

    .service-portfolio__arrow-btn {
        width: 40px;
        height: 40px;
        padding: 8px;
        border-radius: 20px;
        display: none;
    }

    .service-portfolio__arrow-btn svg {
        width: 14px;
        height: auto;
    }

    .service-portfolio__actions {
        flex-direction: column;
        order: 4;
    }

    .service-portfolio__actions .wht-btn {
        order: 2;
    }

    .service-portfolio__actions .swap-text-button {
        width: 100%;
        justify-content: center;
    }

    .swap-text-button:hover .text-hover {
        transform: translateX(-10px);
    }

    .service-portfolio__chips {
        gap: var(--portfolio-chip-gap);
    }

    .service-portfolio__chip {
        min-height: var(--portfolio-chip-row-height);
        padding: 8px 12px;
        font-size: 10px;
    }

    .service-portfolio__right,
    .service-portfolio__overview-list {
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
        overscroll-behavior: contain;
    }
}

@media (max-width: 1550px) and (min-width: 768px) {
    .service-portfolio__overlay {
        --portfolio-card-padding: 28px;
        --portfolio-chip-row-height: 98px;
        --portfolio-detail-gap: 28px;
        --portfolio-chip-padding-y: 14px;
        --portfolio-chip-padding-x: 18px;
        --portfolio-btn-padding-y: 14px;
        --portfolio-btn-padding-x: 22px;
        --portfolio-overview-thumb-w: 104px;
        --portfolio-overview-thumb-h: 66px;
        --portfolio-overview-item-min-h: 74px;
        --portfolio-bar-status-width: 540px;
        --portfolio-bar-status-padding-y: 16px;
        --portfolio-bar-status-padding-x: 22px;
        --portfolio-bar-status-gap: 20px;
        --portfolio-arrow-width: 84px;
        --portfolio-arrow-height: 56px;
        --portfolio-arrow-padding-y: 18px;
        --portfolio-arrow-padding-x: 22px;
        --portfolio-view-all-padding-y: 11px;
        --portfolio-view-all-padding-x: 18px;
        --portfolio-detail-title-size: clamp(1.35rem, 1.1rem + 0.55vw, 1.7rem);
        --portfolio-detail-subtitle-size: clamp(0.8rem, 0.75rem + 0.12vw, 0.9rem);
        --portfolio-detail-body-size: clamp(0.9rem, 0.85rem + 0.12vw, 1rem);
        --portfolio-chip-font-size: clamp(0.78rem, 0.74rem + 0.1vw, 0.9rem);
    }
}

@media (max-width: 1440px) and (min-width: 768px) {
    .service-portfolio__overlay {
        --portfolio-card-padding: 26px;
        --portfolio-chip-row-height: 92px;
        --portfolio-detail-gap: 26px;
        --portfolio-chip-padding-y: 13px;
        --portfolio-chip-padding-x: 16px;
        --portfolio-btn-padding-y: 13px;
        --portfolio-btn-padding-x: 20px;
        --portfolio-overview-thumb-w: 96px;
        --portfolio-overview-thumb-h: 62px;
        --portfolio-overview-item-min-h: 70px;
        --portfolio-bar-status-width: 500px;
        --portfolio-bar-status-padding-y: 15px;
        --portfolio-bar-status-padding-x: 20px;
        --portfolio-bar-status-gap: 18px;
        --portfolio-arrow-width: 78px;
        --portfolio-arrow-height: 52px;
        --portfolio-arrow-padding-y: 16px;
        --portfolio-arrow-padding-x: 20px;
        --portfolio-view-all-padding-y: 10px;
        --portfolio-view-all-padding-x: 16px;
        --portfolio-detail-title-size: clamp(1.25rem, 1rem + 0.5vw, 1.55rem);
        --portfolio-detail-subtitle-size: clamp(0.78rem, 0.72rem + 0.1vw, 0.86rem);
        --portfolio-detail-body-size: clamp(0.86rem, 0.8rem + 0.1vw, 0.95rem);
        --portfolio-chip-font-size: clamp(0.76rem, 0.72rem + 0.08vw, 0.86rem);
    }
}

@media (max-width: 1280px) and (min-width: 768px) {
    .service-portfolio__overlay {
        --portfolio-card-padding: 24px;
        --portfolio-chip-row-height: 84px;
        --portfolio-detail-gap: 24px;
        --portfolio-chip-padding-y: 12px;
        --portfolio-chip-padding-x: 14px;
        --portfolio-btn-padding-y: 12px;
        --portfolio-btn-padding-x: 18px;
        --portfolio-overview-thumb-w: 88px;
        --portfolio-overview-thumb-h: 56px;
        --portfolio-overview-item-min-h: 64px;
        --portfolio-bar-status-width: 460px;
        --portfolio-bar-status-padding-y: 14px;
        --portfolio-bar-status-padding-x: 18px;
        --portfolio-bar-status-gap: 16px;
        --portfolio-arrow-width: 72px;
        --portfolio-arrow-height: 48px;
        --portfolio-arrow-padding-y: 14px;
        --portfolio-arrow-padding-x: 18px;
        --portfolio-view-all-padding-y: 10px;
        --portfolio-view-all-padding-x: 14px;
        --portfolio-detail-title-size: clamp(1.15rem, 0.95rem + 0.45vw, 1.4rem);
        --portfolio-detail-subtitle-size: clamp(0.72rem, 0.68rem + 0.08vw, 0.8rem);
        --portfolio-detail-body-size: clamp(0.82rem, 0.78rem + 0.08vw, 0.9rem);
        --portfolio-chip-font-size: clamp(0.72rem, 0.68rem + 0.06vw, 0.8rem);
    }

    .service-portfolio__actions {
        gap: 10px;
    }

    .service-portfolio__actions .button__icon-wrapper {
        width: 20px;
        height: 20px;
    }

}

/* service portfolio parallax ends */





/* Success stories section */

.success-stories-header-left {
    width: 60%;
}

.success-stories-header-right {
    width: 35%;
    margin-bottom: 18px;
}

/* Case Studies Section */

.success-stories-section .title-h2, .agent-process-header-content-title .title-h2, .compliances-section .title-h2 {
    line-height: 1.4;
}

.case-studies-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    /* Ensure minimum height to prevent black screen */
}

.cards-wrapper {
    display: flex;
    gap: 24px;
    width: fit-content;
    will-change: transform;
}


.case-card {
    flex: 0 0 auto;
    width: 743px;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.card-content .fs-para {
    max-width: 70%;
}

.card-content {
    padding: 32px;
    background-color: #FEFBDC;
    height: 100%;
}

.case-card-link {
    flex: 1;
}


.card-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: auto;
}


.card-media {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-images-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0 0 32px 32px;
    /* transform: translateX(20px); */
    transition: opacity 0.4s ease, transform 0.4s ease;
    will-change: opacity, transform;
    object-fit: cover;
}

.card-image.active {
    opacity: 1;
}

.case-card-link {
    display: block;
}

.case-card:hover .card-image.active {
    transform: scale(1.04);
}

.case-card:hover .card-content {
    background-color: #fff;
}

.card-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #000;
}

.card-nav-btn:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.card-nav-btn.prev-btn {
    left: 24px;
}

.card-nav-btn.next-btn {
    right: 24px;
}

.card-nav-btn svg {
    width: 20px;
    height: 20px;
}

.case-studies-section {
    padding-left: 48px;
}


/* Responsive Styles */
@media (max-width: 1728px) {
    .case-card {
        width: 663px;
    }

    .card-content-stats-col .fs-sm br {
        display: none;
    }
}

@media (max-width: 1550px) {
    .case-card {
        width: 590px;
        min-height: 670px;
    }

    .card-content {
        padding: 24px;
        gap: 18px;
    }

    .cards-wrapper {
        gap: 18px;
    }


    .card-media {
        height: 340px;
    }

    .case-studies-section {
        padding-left: 36px;
    }

    .card-content .fs-para {
        max-width: 80%;
    }


}

@media (max-width: 1366px) {
    .case-card {
        width: 510px;
        min-height: 550px;
    }

    .card-content {
        padding: 24px;
        gap: 18px;
    }

    .card-content .gap16 {
        gap: 12px;
    }

    .card-media {
        height: 288px;
    }

    .card-content .fs-para {
        max-width: 100%;
    }

    .card-nav-btn {
        width: 44px;
        height: 44px;
    }

    .card-nav-btn.prev-btn {
        left: 16px;
    }

    .card-nav-btn.next-btn {
        right: 16px;
    }

    .case-studies-section {
        padding-left: 24px;
    }

    .card-content-stats-col .fs-sm {
        font-size: 11px;
    }




}

@media (max-width: 767px) {
    .cards-wrapper {
        gap: 8px;
    }

    .case-card {
        width: 332px;
        min-height: 500px;
    }

    .card-content {
        padding: 16px;
        gap: 16px;
    }

    .card-nav-btn svg {
        width: 16px;
        height: 16px;
    }

    .card-media {
        height: 220px;
    }

    .stat-text {
        font-size: 12px;
    }

    .card-nav-btn {
        width: 40px;
        height: 40px;
    }

    .card-nav-btn.prev-btn {
        left: 12px;
    }

    .card-nav-btn.next-btn {
        right: 12px;
    }

    .case-studies-section {
        padding-left: 15px;
    }

    .success-stories-header-left,
    .success-stories-header-right {
        width: 100%;
    }

    .card-content .subtitle {
        font-size: 14px;
    }

    .card-content .fs-para {
        font-size: 12px;
    }

    .card-content-stats-col .fs-sm {
        font-size: 10px;
    }

    .case-card {
        border-radius: 18px;
    }

    .card-content-footer .gap24 {
        gap: 8px;
    }

    .card-image {
        border-radius: 0 0 18px 18px;
    }

    .card-brand-title {
        font-size: 26px;
    }

    .card-content-stats-col.gap12 {
        gap: 4px;
    }

    .stat-icon {
        max-width: 18px;
    }

}

/* Success stories section ends */





/* Service card wrapper */
.platform-security-wrapper {
    background: #FFF600;
    padding: 48px;
}

.question-item {
    margin-bottom: 36px;
}

.options {
    display: flex;
    gap: 200px;
    flex-wrap: wrap;
}

.options label {
    margin: 0;
    cursor: pointer;
}

.options input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #000;
}

/* Form */

.au-home-form-main .contact-form-section {
    padding: 36px;
    width: 100%;
}

.au-home-form-main .form-title-main {
    padding-right: 50px;
}

.au-home-form-main .contact-form-flex {
    position: relative;
}

.au-home-form-main .init-card-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.au-home-form-main .error-msg {
    position: relative;
    margin-top: 6px;
    color: #FF4246;
    font-size: 12px;
    font-weight: 500;
    display: none;
}


.au-home-form-main .contact_number .iti {
    width: 100% !important;
}

.au-home-form-main .contact_number .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.au-home-form-main .contact_number .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}


.au-home-form-main .blk-text {
    color: var(--color-bg-dark);
}


.au-home-form-main .floating-input-text {
    border: none;
    padding-bottom: 6px;
    caret-color: #000;
    border-bottom: 1px solid #000;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
    position: relative;
}

.au-home-form-main .floating-input-text.has-value-or-focus {
    border-bottom: 1px solid #000;
}

.au-home-form-main .floating-input-text::placeholder {
    color: #7F7F7F;
    opacity: 1;
    font-weight: 500;
}

.au-home-form-main .floating-input-text:focus::placeholder {
    color: #7F7F7F;
    opacity: 1;
}


.au-home-form-main .floating-input-label {
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    display: block;
    margin-bottom: 6px;
    pointer-events: none;
    transition: none;
}


.contact-input-wrap .floating-input-label {
    left: -60px;
}


.au-home-form-main .error .floated.floating-input-text {
    border-bottom: 1px solid #FF4246;
    caret-color: #FF4246
}


.au-home-form-main .contact_number .floating-input-text {
    padding-left: 15px;
}


.au-home-form-main .contact-input-wrap .iti__selected-flag {
    padding: 0 6px 4px 8px;
}

.au-home-form-main .contact-input-wrap #contact_phonemuber {
    padding-left: 100px !important;
}


.au-home-form-main .selectric-wrapper {
    top: -4px;
}

.au-home-form-main .country-wrap {
    display: flex;
}

.au-home-form-main .country-dropdown {
    width: 60px;
}

.au-home-form-main .contact_number {
    width: 100%;
}

.au-home-form-main .country-select {
    position: relative;
    display: inline-block;
    width: 100%;
}


.au-home-form-main .contact-input-wrap:before {
    content: "";
    background: #dddddd;
    width: 1px;
    height: 18px;
    position: absolute;
    left: 85px;
    display: block;
    z-index: 5;
    bottom: 8px;
}

/* Labels are now static (non-floating) - they stay in place above inputs */

/* Labels are now static (non-floating) - they stay in place above inputs */


.au-home-form-main .contact_number .floating-input-text .country_list_selectric .selectric .button {
    background-color: transparent;
}

.au-home-form-main .selectric .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    background-color: transparent;
    color: #ddd;
    text-align: center;
}

.au-home-form-main .selectric .button:after {
    content: " ";
    position: absolute;
    top: 15px;
    right: -5px;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-bottom: none;
}

.au-home-form-main .request-form-panel .selectric .button:after {
    top: 10px;
    right: -10px;
}

.au-home-form-main .request-form-panel .country-dropdown {
    width: 80px;
}

.au-home-form-main .selectric .label {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}


.au-home-form-main .form_group,
.au-home-form-main .contact-input-wrap {
    position: relative;
}

.au-home-form-main .contact_number .form_group input {
    padding-left: 15px !important;
}


/* Labels are now static - no position changes on focus */


/* custom select2 css */
.au-home-form-main .form__select .floating-input-label {
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    margin-bottom: 8px;
    pointer-events: none;
    opacity: 1 !important;
}

.au-home-form-main .select2-container {
    width: 100% !important;
}

.au-home-form-main .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #000;
}

.au-home-form-main .has-value-or-focus .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #000;
}

.au-home-form-main .active-border .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #000
}

.au-home-form-main .active-border .contact_number .floating-input-text {
    border-bottom: 1px solid #000
}

.au-home-form-main .active-border .value_selected+.contact_number .contact_number .floating-input-text.floated {
    border-bottom: 1px solid #000
}

.au-home-form-main .value_selected+.contact_number .country-selected {
    border-bottom: 1px solid #000;
}

.au-home-form-main .countrycode-number .floating-input-text.floated_no_focus {
    border-bottom: 1px solid #000;
}

.au-home-form-main .value_selected .select2-selection--single {
    border-bottom: 1px solid #000
}

.au-home-form-main .restore_placeholder .select2-selection--single {
    border-bottom: 1px solid #000;
}

.au-home-form-main .select2-container--open .select2-dropdown--below {
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #000;
    margin-top: 4px;
}

.au-home-form-main .select2-results__option {
    font-size: 14px;
    padding: 7px 15px;
    color: var(--color-bg-dark);
    vertical-align: middle;
    position: relative;
}


.au-home-form-main .select2-container--default .select2-results>.select2-results__options {
    max-height: 250px;
    overflow-y: auto;
    margin: 6px 0 2px;
}


.au-home-form-main .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
    border-color: #000 transparent transparent transparent;
}


.au-home-form-main .select2-container--default .select2-results__option--highlighted[aria-selected],
.au-home-form-main .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent;
    color: var(--bodyText);
    font-weight: 600;
}

.au-home-form-main .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 2px;
}

.au-home-form-main .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border-radius: 12px;
}

.au-home-form-main .form__select .select2-search {
    display: none;
}

.au-home-form-main .select2-container--open .select2-selection--single {
    border-bottom: 1px solid var(--color-primary)
}

.au-home-form-main .select2-selection__clear {
    display: none;
}

.au-home-form-main .select2-container .select2-selection--single {
    height: 34px;
    padding-top: 2px;
}

.au-home-form-main .countrycode-number .value_selected .select2-container .select2-selection--single {
    padding-top: 0;
}

.au-home-form-main .select2-container .select2-selection--single .select2-selection__rendered,
.au-home-form-main .value_selected.restore_placeholder .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0 30px 0 0;
    line-height: 1.4;
}

.au-home-form-main .countrycode-number .value_selected .select2-selection--single .select2-selection__rendered {
    padding-top: 2px !important;
}

.au-home-form-main .has-value-or-focus .select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.au-home-form-main .select2-container .select2-selection--single .select2-selection__rendered {
    color: #a1a1a1;
    font-size: 14px;
}

.au-home-form-main .form__floating .select2-container {
    z-index: unset;
    cursor: pointer;
}

.au-home-form-main .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -1px;
}

.au-home-form-main .select2-selection__placeholder {
    color: #7F7F7F !important;
    font-weight: 400;
    font-size: 16px;
}

/* custom select2 css ends */




.au-home-form-main .auto-grow-textarea {
    color: #000;
    width: 100%;
    height: 36px;
    max-height: 90px;
    resize: vertical;
    overflow-y: auto;
    border: none;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 1px solid #000;
    font-family: var(--font-family-primary);
}

.au-home-form-main .auto-grow-textarea::placeholder {
    color: #7F7F7F;
    opacity: 1;
    font-weight: 500;
}

.au-home-form-main .auto-grow-textarea:focus::placeholder {
    color: #7F7F7F;
    opacity: 0.7;
}


.au-home-form-main .fast-response-nda-wrap {
    border-radius: 8px;
    background: #FEFBDC;
    padding: 8px;
}

.au-home-form-main .form-captcha-box {
    background: #F8F7F4;
    border: 1px solid #C6C6C3;
    padding: 10px 16px;
    border-radius: 8px;
    max-width: 59px;
    height: 46px;
    text-align: center;
    line-height: 1.4;
}


.au-home-form-main .contact-form-submit {
    min-width: 120px;
    max-width: 100%;
    justify-content: center;
}

.au-home-form-main .form-lg-column .clear_text {
    display: none !important;
}

.au-home-form-main .contact-form-footer .swap-text-button {
    border-top: 2px solid #5C95FE;
}

.form-fields-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-bottom: 36px;
    width: 100%;
}

.form-field-wrap {
    position: relative;
    flex: 1 1 calc(50% - 36px);
}

.form-field-wrap.form-lg-column {
    flex: 1 1 calc(100% - 36px);
}

/* init card */
.init-card {
    max-width: 548px;
    width: 28.5%;
    border-radius: 24px;
    border: 1px solid #383A3F;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(50px);
    padding: 24px;
    overflow: hidden;
    position: absolute;
    right: 48px;
    bottom: 230px;
    z-index: 2;
}

.describe-your-project {
    color: #86888A;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.describe-your-project:hover {
    color: #fff;
}

.au-home-form-main .error input,
.au-home-form-main .error textarea {
    border-bottom: 1px solid #d00;
}

.au-home-form-main #captcha-section.error #capt {
    border: 1px solid #d00;
    background: rgba(255, 5, 5, .04);
    color: #fff;
}

.au-home-form-main .form-field-wrap.floated .floating-input-label {
    transform: none;
    font-size: 12px;
}

@media (max-width: 1680px) {
    .init-card-header .fs-para {
        font-size: 14px;
    }

    .init-card-img img {
        max-width: 66px;
    }

    .form-fields-grid.gap36,
    .au-home-form-main .contact-form-top.fdc.gap48 {
        gap: 24px;
    }

    .au-home-form-main .form-field-wrap.floated .floating-input-label {
        font-size: 11px;
    }

    .au-home-form-right,
    .form-cta-content {
        padding: 48px;
    }

    .form-cta-content .title-h3 {
        margin-bottom: 16px;
    }

    .question-item {
        margin-bottom: 24px;
    }

    .options {
        gap: 160px;
    }

    .options input[type="radio"] {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 1550px) {
    .init-card {
        right: 36px;
        border-radius: 18px;
        bottom: 220px;
    }

    .au-home-form-right,
    .form-cta-content {
        padding: 42px;
    }
}

@media (max-width: 1366px) {
    .init-card {
        right: 24px;
        border-radius: 16px;
        bottom: 150px;
    }

    .au-home-form-right,
    .form-cta-content {
        padding: 32px;
    }

    .options {
        gap: 140px;
    }
}







@media (max-width: 1899px) {
    .au-home-form-main .contact-form-section {
        padding: 32px;
    }

    /* Labels are now static (non-floating) - they stay in place above inputs */


    .au-home-form-main .contact-form-submit {
        min-width: 100px;
    }

    .au-home-form-main .form-captcha-box {
        padding: 10px 12px;
        max-width: 54px;
        height: 44px;
    }

    .au-home-form-main .contact-form-top.fdc.gap48 {
        gap: 38px;
    }

    .au-home-form-main .fast-response-nda-wrap {
        padding: 7px;
    }

    .au-home-form-main .exitmodal-client-logo {
        height: 50px;
        min-width: 136px;
    }

    .au-home-form-main .exitmodal-client-logo img {
        transform: scale(.95);
    }

    .au-home-form-main .global-brands-title {
        font-size: 12px;
    }

    .au-home-form-main .init-card-close svg {
        max-width: 28px;
    }

    .au-home-form-main .client-slider-text.fs-base {
        font-size: 16px;
    }

    .au-home-form-main .form-title-main {
        font-size: 14px;
    }

    .au-home-form-main .form-title-main {
        padding-right: 44px;
    }

    .au-home-form-main .fast-response-nda-wrap .fs-sm {
        font-size: 12px;
    }

    .au-home-form-main .floating-input-text,
    .au-home-form-main .select2-selection__placeholder {
        font-size: 15px;
    }

    /* Labels are now static (non-floating) - they stay in place above inputs */

    .au-home-form-main .contact-form-footer .swap-text-button {
        padding: 16px 32px;
    }


    /* left section */
    .au-home-form-main .client-quote svg {
        width: 36px;
        height: 36px;
    }

    .au-home-form-main .client-slider-content {
        margin: 6px 0 36px 0;
    }

    .au-home-form-main .exitmodal-client-slider-container {
        padding: 24px;
    }

    .au-home-form-main .appi-init-card-content>.gap36 {
        gap: 24px;
    }


    .au-home-form-main .appi-init-card-left {
        padding: 28px;
    }

    .au-home-form-main .client-card-image-item {
        width: 48px;
        height: 48px
    }

    .au-home-form-main .client-designation {
        font-size: 13px;
    }

    .au-home-form-main .modal-awards-content-item {
        padding: 16px 42px 5px 42px;
    }



    /* Left section ends */
}

@media (max-width: 1680px) {
    .au-home-form-card {
        padding: 32px;
    }

    .au-home-form-header {
        padding-right: 20px;
    }

    .au-form-main .head-gap.gap48 {
        gap: 36px;
    }

    .form-fields-grid {
        gap: 28px;
        margin-bottom: 28px;
    }

    .au-home-form-card-inner>.gap36 {
        gap: 24px;
    }

    .au-home-form-main .floating-input-label {
        font-size: 11px;
    }

    .au-home-form-main .floating-input-text,
    .au-home-form-main .select2-selection__placeholder {
        font-size: 14px;
    }

}

@media (max-width: 1550px) {

    .au-home-form-main .contact-form-section {
        padding: 24px;
    }

    /* Labels are now static (non-floating) - they stay in place above inputs */

    .au-home-form-main .select2-container .select2-selection--single {
        height: 32px;
    }

    .au-home-form-main .form-captcha-box {
        padding: 10px 12px;
        max-width: 48px;
        height: 40px;
        border-radius: 6px;
    }

    .au-home-form-main .contact-form-top.fdc.gap48 {
        gap: 24px;
    }

    .au-home-form-main .fast-response-nda-wrap {
        padding: 6px;
    }

    .au-home-form-main .exitmodal-client-logo {
        height: 40px;
        min-width: 126px;
    }

    .au-home-form-main .exitmodal-client-logo img {
        transform: scale(.9);
    }

    .au-home-form-main .global-brands-title {
        font-size: 12px;
    }

    .au-home-form-main .init-card-close svg {
        max-width: 24px;
    }


    /* left section */
    .au-home-form-main .client-quote svg {
        width: 34px;
        height: 34px;
    }

    .au-home-form-main .client-slider-content {
        margin: 6px 0 36px 0;
    }

    .au-home-form-main .exitmodal-client-slider-container {
        padding: 24px;
    }

    .au-home-form-main .appi-init-card-content>.gap36 {
        gap: 24px;
    }


    .au-home-form-main .appi-init-card-left {
        padding: 24px;
    }

    .au-home-form-main .client-card-image-item {
        width: 46px;
        height: 46px
    }

    .au-home-form-main .client-designation {
        font-size: 12px;
    }

    .au-home-form-main .floating-input-label {
        margin-bottom: 4px;
    }

    /* Left section ends */
}

@media (max-width: 1470px) {
    .au-home-form-main .contact-form-section {
        padding: 16px;
    }

    /* Labels are now static (non-floating) - they stay in place above inputs */

    .au-home-form-main .form-captcha-box {
        padding: 10px 12px;
        max-width: 54px;
        height: 44px;
    }


    .au-home-form-main .contact-form-top.fdc.gap48 {
        gap: 36px;
    }

    .au-home-form-main .exitmodal-client-logo {
        height: 26px;
        min-width: 106px;
    }

    .au-home-form-main .global-brands-title {
        font-size: 11px;
    }

    .au-home-form-main .client-card-image-item {
        width: 42px;
        height: 42px
    }

    .au-home-form-main .exitmodal-client-logo img {
        transform: scale(.8);
    }

    /* left section */
    .au-home-form-main .client-quote svg {
        width: 34px;
        height: 34px;
    }

    .au-home-form-main .client-slider-content {
        margin: 6px 0 36px 0;
    }

    .au-home-form-main .exitmodal-client-slider-container {
        padding: 20px;
    }

    .au-home-form-main .client-designation {
        font-size: 11px;
    }

    .au-home-form-main .appi-init-card-content>.gap36 {
        gap: 24px;
    }


    /* Left section ends */


    /* Contact form section */
    .au-home-form-main .contact-content-section {
        padding: 32px;
    }

    .au-home-form-main .contact-text {
        font-size: 11px;
    }

    .au-home-form-main .contact-title {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .au-home-form-main .contact-icon {
        margin-bottom: 18px;
    }

    .au-home-form-main .contact-info-box {
        padding: 16px;
    }

    .au-home-form-main .modal-awards-content-item {
        padding: 12px 36px 0 36px;
    }

    .au-home-form-main .appi-init-card-left {
        padding: 20px;
    }

    .au-home-form-main .contact_number .floating-input-text {
        height: 36px;
    }

    .au-home-form-main .icon-btn {
        margin-left: 8px;
    }

    .au-home-form-main .client-slider-text.fs-base {
        font-size: 14px;
    }


}

@media (max-width: 1366px) {

    .au-home-form-main .contact-form-flex {
        margin-top: 12px;
    }

    .au-home-form-main .contact-form-top.fdc.gap48 {
        gap: 24px;
    }

    .init-card-header span {
        font-size: 10px;
    }

    .form-fields-grid.gap36 {
        gap: 20px;
    }

    .init-card-inner.gap48 {
        gap: 36px;
    }

    .init-card-img img {
        max-width: 52px;
    }

    .au-home-form-main .client-slider-text.fs-base {
        font-size: 12px;
    }

    .au-form-main .head-gap.gap48 {
        gap: 24px;
    }

    /* Contact form banner */
    .au-home-form-main .contact-form-banner {
        padding-bottom: 2.375em;
    }

    .au-home-form-main .fs-sp-title {
        font-size: 36px;
    }

    .au-home-form-main .contact-subheading {
        font-size: 12px;
    }

    .au-home-form-main .floating-input-text,
    .au-home-form-main .select2-selection__placeholder,
    .au-home-form-main .select2-container .select2-selection--single .select2-selection__rendered,
    .au-home-form-main .value_selected.restore_placeholder .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
    }

    .au-home-form-main .select2-results__option {
        font-size: 12px;
        padding: 5px 15px;
    }

    /* Labels are now static (non-floating) - they stay in place above inputs */

    .au-home-form-main .clear_text {
        transform: scale(.6);
        top: 3px;
    }


    .au-home-form-main .floating-input-text {
        padding-bottom: 0;
    }

    .au-home-form-main .floating-input-text,
    .au-home-form-main .select2-container .select2-selection--single,
    .au-home-form-main .contact_number .floating-input-text {
        height: 28px;
    }

    .au-home-form-main .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: -3px;
    }

    .au-home-form-main .select2-container .select2-selection--single,
    .au-home-form-main .contact_number .floating-input-text {
        height: 28px;
    }


    /* Labels are now static (non-floating) - they stay in place above inputs */

    .au-home-form-main .contact-info-grid {
        gap: 10px;
    }

    .au-home-form-main .contact-info-box {
        border-radius: 8px;
    }

    .au-home-form-main .fs-sp-title {
        margin-bottom: 1rem;
    }

    .au-home-form-main .contact-form-top.gap48 {
        gap: 32px;
    }


    .au-home-form-main .icon-btn {
        margin-left: 8px;
        max-width: 18px;
        height: 21px;
    }

    .au-home-form-main .icon-btn img {
        width: 100%;
        height: 100%;
    }

    .au-home-form-main .auto-grow-textarea {
        height: 28px;
    }

    .au-home-form-main .form-captcha-box {
        padding: 10px;
        max-width: 52px;
    }

    .au-home-form-main .error-msg {
        margin-top: 4px;
        font-size: 10px;
    }

    .au-home-form-main .contact-form-banner {
        padding: 10.625em 0 4em;
    }

    .au-home-form-main .select2-container .select2-selection--single {
        padding-top: 3px;
    }

    .au-home-form-main .contact-container.gap64 {
        gap: 32px;
    }

    .au-home-form-main .contact-content-section {
        padding: 32px;
        border-radius: 16px;
    }

    .form-fields-grid {
        gap: 24px;
        margin-bottom: 24px;
    }

    .au-home-form-card {
        padding: 28px;
    }

}




@media (min-width: 1023px) and (max-width: 1280px) {
    .au-home-form-main .contact-form-section {
        padding: 10px 16px;
    }

    .au-home-form-main .floating-input-label,
    .au-home-form-main .form__select .floating-input-label {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .form-fields-grid.gap36 {
        gap: 12px;
    }

    .init-card {
        padding: 12px;
        border-radius: 12px;
        bottom: 140px;
    }

    .init-card-header .subtitle {
        font-size: 16px;
    }

    .init-card-header .fs-para {
        font-size: 10px;
    }

    .init-card-img img {
        max-width: 42px;
    }

    .au-home-form-main .fast-response-nda-wrap .fs-sm {
        font-size: 10px;
    }

    .au-home-form-main .auto-grow-textarea {
        height: 22px;
    }

    .au-home-form-main .contact-form-top.fdc.gap48 {
        gap: 16px;
    }


    .au-home-form-main .contact-form-footer .swap-text-button {
        padding: 12px 32px;
    }

    .au-home-form-main .form-captcha-box {
        padding: 10px 8px;
        max-width: 44px;
        height: 40px;
    }
}



@media (min-width: 768px) and (max-width: 1023px) {
    .form-cta-wrapper .flex-dir-col {
        flex-direction: column;
    }

    .form-cta-left,
    .au-home-form-right {
        width: 100%;
    }
}


@media (max-width: 1279px) {

    .au-home-form-right,
    .form-cta-content {
        padding: 24px;
    }

    .form-cta-content .title-h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .form-cta-content .fs-base {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .au-form-main .head-gap.gap48 {
        gap: 12px;
    }

    .au-home-form-card {
        padding: 18px;
    }



    .au-home-form-main .contact-form-flex {
        margin-top: 0;
    }

    .au-home-form-header {
        gap: 6px;
        padding: 0;
    }

    .au-home-form-main .fast-response-nda-wrap {
        padding: 4px;
    }

    .form-fields-grid {
        gap: 16px;
        margin-bottom: 16px;
    }


    .au-home-form-card-inner>.gap36 {
        gap: 10px;
    }

    .au-home-form-main .floating-input-label,
    .au-home-form-main .form__select .floating-input-label {
        font-size: 8px;
        margin-bottom: 1px;
    }

    .au-home-form-main .floating-input-text,
    .au-home-form-main .select2-container .select2-selection--single,
    .au-home-form-main .contact_number .floating-input-text {
        height: 24px;
    }

    .au-home-form-main .floating-input-text,
    .au-home-form-main .select2-selection__placeholder,
    .au-home-form-main .select2-container .select2-selection--single .select2-selection__rendered,
    .au-home-form-main .value_selected.restore_placeholder .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 10px;
    }

    .au-home-form-main .contact-form-footer .swap-text-button {
        padding: 8px 24px;
    }


    .au-home-form-main .form-captcha-box {
        padding: 10px 4px;
        max-width: 36px;
        height: 32px;
    }

}


@media (max-width: 767px) {
    .au-home-form-card {
        padding: 1.5rem 1rem;
        order: 2;
        width: 100%;
    }

    .au-home-form-title .subtitle {
        font-size: 18px;
        padding-right: 0;
    }

    .au-home-form-header .fs-para {
        font-size: 12px;
    }

    .au-home-form-header {
        padding-right: 0;
    }

    .mb-block {
        display: block;
    }

    .form-field-wrap {
        flex: 1 1 calc(100% - 36px);
    }

    .au-home-form-main .floating-input-label {
        margin-bottom: 2px;
        font-size: 10px;
    }

    .form-fields-grid {
        margin-bottom: 16px;
    }

    .au-home-form-main .contact-form-flex {
        margin-top: 0;
        gap: 18px;
    }

    .au-home-form-main .fast-response-nda-wrap {
        padding: 8px;
    }

    .au-home-form-main .form-captcha-text {
        font-size: 12px;
    }

    .form-fields-grid {
        gap: 16px;
    }


    .au-home-form-main .form-captcha-box {
        padding: 4px;
        max-width: 32px;
        height: 28px;
        font-size: 12px;
    }

    .init-card-header .fs-para {
        font-size: 10px;
    }

    .form-cta-left,
    .au-home-form-right {
        width: 100%;
    }

    .au-home-form-right,
    .form-cta-content {
        padding: 1rem;
    }

    .form-cta-wrapper {
        border-radius: 18px;
    }

    .platform-security-wrapper {
        padding: 16px;
    }

    .options {
        gap: 36px;
    }

    .platform-security-wrapper .service-card-grid-wrapper {
        margin-top: 24px;
        gap: 24px;
    }

    .platform-security-wrapper .service-card-header .fs-para {
        font-size: 12px;
    }

    .platform-security-wrapper .service-card-grid-wrapper .fs-base {
        font-size: 14px;
    }

    .contact-form-top .blk-text {
        font-size: 12px;
    }

    .platform-security-wrapper .security-questions .fs-base {
        font-size: 12px;
    }

}


/* Form ends */


/* Service card wrapper ends */












/* common css   */
.common-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.pd-24 {
    padding: 24px;
}

.pd-32 {
    padding: 32px;
}

.br-16 {
    border-radius: 16px;
}

.br-20 {
    border-radius: 20px;
}

.br-24 {
    border-radius: 24px;
}

@media (max-width: 1728px) {
    .headgap75 {
        margin-top: 64px;
    }

    .pd-24 {
        padding: 20px;
    }

    .pd-32 {
        padding: 24px;
    }

    .br-16 {
        border-radius: 14px;
    }

    .br-24 {
        border-radius: 22px;
    }

    .br-20 {
        border-radius: 18px;
    }


    .layout-container-mx {
        max-width: 970px;
    }
}

@media (max-width: 1680px) {
    .br-16 {
        border-radius: 12px;
    }

    .br-24 {
        border-radius: 16px;
    }

    .br-20 {
        border-radius: 16px;
    }

    .pd-24 {
        padding: 18px;
    }

    .head-gap100 {
        margin-top: 72px;
    }

    .headgap75 {
        margin-top: 58px;
    }
}

@media (max-width: 1366px) {
    .br-16 {
        border-radius: 10px;
    }

    .br-24 {
        border-radius: 12px;
    }

    .pd-24 {
        padding: 16px;
    }

    .pd-32 {
        padding: 18px;
    }

    .head-gap100 {
        margin-top: 56px;
    }

    .headgap75 {
        margin-top: 48px;
    }

    .layout-container-mx {
        max-width: 870px;
    }

    .br-20 {
        border-radius: 12px;
    }
}

@media (max-width: 767px) {
    .br-16 {
        border-radius: 8px;
    }

    .br-24 {
        border-radius: 12px;
    }

    .br-20 {
        border-radius: 8px;
    }

    .pd-24 {
        padding: 12px;
    }

    .pd-32 {
        padding: 16px;
    }

    .head-gap100 {
        margin-top: 24px;
    }

    .btn-mobile-center {
        justify-content: center;
    }

    .fade-up {
        opacity: 1;
        transform: none;
    }

    br {
        display: none;
    }

    .headgap75 {
        margin-top: 36px;
    }

    .swap-text-button {
        padding: 12px 24px !important;
        font-size: 12px;
        font-weight: 600;
    }

    .title-h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .title-h2.text-center,
    .fs-base.text-center {
        text-align: left;
    }

    .subtitle {
        font-size: 14px;
    }

    .transparent-wht-btn {
        border: 1px solid var(--color-text-black);
    }

    .head-gap {
        margin-top: 24px;
    }

    .layout-container-mx {
        max-width: 100%;
    }

    .new-slider-nav button {
        width: 36px;
        height: 36px;
    }

    .new-slider-nav .prev-btn {
        border-radius: 8px 0 0 8px;
    }

    .new-slider-nav .next-btn {
        border-radius: 0 8px 8px 0;
    }

    .new-slider-nav button svg {
        width: 8px;
        height: 9px;
    }

    .section {
        padding: 36px 0;
    }
}



@media (max-width: 1440px) {

    .brand-logos figure img,
    .award-logos img {
        transform: scale(.8);
    }

    .hero-brand-marquee .brand-logos .marquee-logo {
        padding: 28px 0;
    }

    .hero-brand-marquee.gap24 {
        gap: 12px;
    }

}

@media (max-width: 1366px) {

    .brand-logos figure img,
    .award-logos img {
        transform: scale(.7);
    }

}

@media (max-width: 767px) {
    .hero-overlay {
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    }

    .hero-section .hero-content {
        margin-top: 132px;
    }

    .hero-banner-mobile img {
        width: 100%;
    }

    .hero-brand-marquee .fs-sm {
        font-size: 10px;
        text-align: center;
        max-width: 200px;
    }

    .hero-brand-marquee .brand-logos .marquee-logo {
        padding: 28px 0;
        margin: 0;
    }

    .hero-section {
        height: 100vh;
    }

}


/* Hero ends */

.line-anim span {
    display: inline-block;
    overflow: hidden;
    will-change: transform, opacity;
    line-height: 1.24;
}

.line-anim span span {
    display: inline-block;
}

/* Hardware acceleration for animated elements */
.service-card,
.feature-text-block,
.img-right-inner,
.img-left-inner,
.title-h2 span span,
.fade-up {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}


/* Featured */

.feature-content {
    display: flex;
    background-color: #000;
}

.feature-text-block {
    position: relative;
    z-index: 2;
    background: #000;
    border-radius: 24px 24px 0 0;
    width: 50%;
    justify-content: space-between;
    gap: 48px;
}

.feature-text-header {
    padding-top: 120px;
}

.feature-text-block,
.brand-logos,
.img-right {
    will-change: transform;
}

.img-left,
.img-right {
    overflow: hidden;
    height: auto;
    position: relative;
}

.img-left-inner,
.img-right-inner {
    will-change: transform;
}

.feature-list-block {
    margin-top: 3.5em;
}

.img-right-inner {
    transform: translateY(80px);
}

.feature-list {
    padding: 0;
    margin-top: 3.5em;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-list li {
    position: relative;
    padding-left: 2.5rem;
}

.feature-list li::before {
    content: "";
    background: url('../../new-images/double-check-blue.svg') no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.brand-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
    overflow: hidden;
}

.brand-logos figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 104px;
}


/* marquee */
.brand-logos .marquee-logo,
.brand-logos .marquee-logo2 {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.track,
.track2 {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-logo 20s linear infinite;
}


.track2 {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-logo2 20s linear infinite;
}

@keyframes marquee-logo {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }

}


@keyframes marquee-logo2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.content,
.content2 {
    display: flex;
    align-items: center;
    gap: 24px;
}

.content figure,
.content2 figure {
    display: flex;
    align-items: center;
    min-width: 212px;
    min-height: 104px;
}

.brand-logos figure img,
.award-logos img {
    max-width: 100%;
    object-fit: contain;
}

.award-logos-main {
    padding: 64px 0 64px 64px;
}

.feature-image-block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    background-color: var(--color-text-white);
}

.award-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    grid-row-gap: 22px;
}

.award-logos figure {
    width: 245px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-logos figure {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    object-fit: cover;
}

.feature-text-block,
.brand-logos,
.img-left {
    will-change: transform;
}

.img-left {
    transform: translateY(10px);
}

/* 
.img-left,
.img-right {
    flex: 1;
} */

.img-left img,
.img-right img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    vertical-align: bottom;
    border-radius: 12px 12px 0 0;
}

.brand-logo-caption {
    width: 100%;
}


@media (max-width: 1728px) {

    .brand-logos .marquee-logo,
    .brand-logos .marquee-logo2 {
        padding: 28px 0;
    }

    .award-logos-main {
        padding-bottom: 48px;
    }
}

@media (max-width: 1550px) {

    .brand-logos figure img,
    .award-logos img {
        transform: scale(.9);
    }


    .hero-brand-marquee {
        bottom: 20px;
    }

    .feature-list li::before {
        width: 18px;
        height: 18px;
        background-size: 18px;
    }

    .feature-list li {
        padding-left: 30px;
    }

    .award-logos figure {
        max-width: 200px;
    }

    .content figure,
    .content2 figure {
        min-width: 170px;
    }

}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {

    .section.hero-brand-marquee {
        bottom: 0;
        padding: 40px 0;
    }

    .gradient-line-left {
        width: 100px;
    }

    .brand-logos figure img {
        transform: scale(.8);
    }

    .feature-list-block {
        margin-top: 3em;
    }

    .feature-list {
        margin-top: 3em;
        gap: 16px;
    }

    .feature-list li::before {
        width: 16px;
        height: 16px;
        background-size: 16px;
    }

    .feature-list li {
        padding-left: 28px;
    }

    .award-logos figure {
        max-width: 160px;
        height: 100px;
    }

    .brand-logos figure {
        height: 87px;
    }

    .award-logos img {
        transform: scale(.7);
    }


    .award-logos-main {
        padding: 36px 0 0 54px;
    }

    .feature-text-block {
        gap: 101px;
    }


}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

@media (max-width: 767px) {

    .feature-text-header {
        padding-top: 20px;
    }

    .content figure,
    .content2 figure {
        min-width: 120px;
    }

    .brand-logos figure img {
        transform: scale(.8);
    }

    .section.hero-brand-marquee {
        padding: 0;
        bottom: 0;
    }

    .feature-content {
        flex-direction: column;
        background-color: transparent;
    }

    .feature-image-block,
    .feature-text-block {
        width: 100%;
    }

    .feature-text-block {
        gap: 18px;
        padding: 70px 0 20px !important;
        border-radius: 0;
    }


    .feature-text-block {
        padding-top: 40px;
    }

    .feature-list {
        padding: 0;
        margin-top: 1.5em;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .brand-logos figure {
        height: 68px;
    }

    .award-logos,
    .brand-logos {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 10px;
        margin: 25px 0 0 !important;
    }

    .award-logos {
        grid-row-gap: 20px;
    }

    .award-logos-main {
        padding: 10px 24px 30px !important;
    }

    .feature-image-block .image-wrapper {
        display: none;
    }

    .feature-image-block {
        display: none;
    }

    .award-logos figure {
        max-width: 100px;
        height: auto;
        margin: 0 auto;
    }

    .brand-logos .marquee-logo {
        margin-bottom: 0;
    }

    .feature-list li::before {
        width: 20px;
        height: 20px;
        background-size: 20px;
        top: 1px;
    }

    .hero-brand-marquee.gap24 {
        gap: 32px;
    }

    .gradient-line-left {
        width: 40px;
    }

    .brand-logo-caption {
        justify-content: space-between;
    }

    .brand-logos .marquee-logo2 {
        padding: 24px 0;
    }


}

@media (max-width: 640px) {

    .feature-text-header .subtitle {
        font-size: 14px;
    }

    .feature-list li {
        font-size: 14px;
        padding-left: 32px;
    }

    .content figure,
    .content2 figure {
        min-width: 120px;
    }

    .brand-logos figure img {
        transform: scale(.7);
    }

    .feature-list-block {
        margin-top: 1.5em;
    }

}

/* Featured ends */


/* AI  Agent building process starts */

.agent-process-header {
    width: 50%;
}

.ai-process-steps-wrapper {
    width: 50%;
    border-radius: 24px;
    border: 1px solid #3E3E3D;
    padding: 48px;
}

.agent-process-header-content {
    background: url(../../new-images/why-appinventiv-process-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 48px;
    height: 100%;
    border-radius: 24px;
    border: 1px solid #3E3E3D;
    justify-content: flex-end;
}

.ai-process-step-item {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.ai-process-step-item-main {
    position: relative;
    min-height: 24px;
}

.ai-process-step-item-description {
    position: relative;
    margin-top: 24px;
    max-height: 0;
    opacity: 0;
    will-change: max-height, opacity;
}

.ai-process-steps-items .ai-process-step-item:last-child .ai-process-step-item-main {
    min-height: auto;
}

/* GSAP will handle animations, but provide fallback for initial state */
.ai-process-step-item.active .ai-process-step-item-description {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}

.ai-process-step-item-number {
    flex-shrink: 0;
}

.ai-process-step-item-number>span {
    color: #3E3E3D;
    padding: 8px 16px;
    border-radius: 40px;
    border: 1px solid #3E3E3D;
    background: transparent;
    display: flex;
    width: 130px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


/* Active state */
.ai-process-step-item.active .ai-process-step-item-number>span {
    color: #fff;
    border-color: #1163FB;
    background: #1163FB;
}

/* Completed state */
.ai-process-step-item.completed .ai-process-step-item-number>span {
    color: #000;
    border-color: #fff;
    background: #fff;
}

.ai-process-step-progresser-bar {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #3E3E3D;
    top: 0;
    left: -89px;
    overflow: hidden;
}

.ai-process-step-progresser-bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #1163FB;
    transition: height 0.3s ease;
}


@media (max-width: 1550px) {

    .ai-process-steps-wrapper,
    .agent-process-header-content {
        border-radius: 18px;
        padding: 36px;
    }

    .ai-process-step-item-number>span {
        padding: 6px 12px;
        width: 108px;
    }

    .ai-process-step-progresser-bar {
        left: -71px;
    }

    .ai-process-step-item-description {
        margin-top: 18px;
    }

    .ai-process-step-item-main {
        min-height: 18px;
    }
}

@media (max-width: 1366px) {

    .ai-process-steps-wrapper,
    .agent-process-header-content {
        border-radius: 16px;
        padding: 28px;
    }

    .ai-process-step-item-description {
        margin-top: 16px;
    }

    .ai-process-step-item-main {
        min-height: 16px;
    }

    .ai-process-step-item-number>span {
        width: 96px;
    }

    .ai-process-step-progresser-bar {
        left: -65px;
    }
}


@media (max-width: 1279px) {
    .ai-process-step-item .title-h4 {
        font-size: 18px;
    }

    .ai-process-step-item-content .fs-base {
        font-size: 12px;
    }

    .ai-process-step-item-number>span {
        width: 82px;
    }

    .ai-process-step-progresser-bar {
        left: -56px;
    }
}


@media (max-width: 767px) {

    .agent-process-header,
    .ai-process-steps-wrapper {
        width: 100%;
    }

    .ai-process-steps-wrapper,
    .agent-process-header-content {
        padding: 16px;
    }

    .agent-process-header-content {
        padding-top: 240px;
    }

    .ai-process-step-item-number>span {
        width: 62px;
        font-size: 9px;
        padding: 4px;
    }

    .ai-process-step-item .title-h4 {
        font-size: 16px;
    }

    .ai-process-step-progresser-bar {
        left: -46px;
    }

    .ai-process-step-item-content .fs-base {
        font-size: 11px;
    }

    .ai-process-step-item-description {
        margin-top: 12px;
    }
}

/* AI  Agent building process ends */


/* conversation-cta */

.project-scope-section {
    position: relative;
    z-index: 2;
}

.conversation-cta {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.ls-4 {
    letter-spacing: 4px;
}

.conversation-cta-left {
    padding: 64px 48px;
    width: 40%;
}

.conversation-cta-left .title-h3 {
    margin-bottom: 0;
}

.conversation-cta-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.conversation-cta-right img {
    max-width: 100%;
    vertical-align: middle;
}


@media (max-width: 1728px) {
    .conversation-cta {
        min-height: 280px;
    }

    .conversation-cta-left {
        padding: 56px 42px;
    }

    .conversation-cta-left .gap48 {
        gap: 42px;
    }
}

@media (max-width: 1550px) {
    .conversation-cta {
        min-height: 260px;
    }

    .conversation-cta-left {
        padding: 48px 36px;
    }

    .conversation-cta-left .gap48 {
        gap: 36px;
    }
}

@media (max-width: 1440px) {
    .conversation-cta {
        min-height: 240px;
    }

    .conversation-cta-left {
        padding: 44px 32px;
    }
}

@media (max-width: 1366px) {
    .conversation-cta {
        min-height: 220px;
    }

    .conversation-cta-left {
        padding: 36px 28px;
        width: 45%;
    }

    .conversation-cta-left .gap48 {
        gap: 32px;
    }

    .conversation-cta-left .title-h3 {
        font-size: 24px;
    }

    .conversation-cta .fs-base {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .conversation-cta {
        min-height: 200px;
    }

    .conversation-cta-left {
        padding: 32px 24px;
        width: 50%;
    }

    .conversation-cta-left .gap48 {
        gap: 28px;
    }

    .conversation-cta-left .fdc.gap24 {
        gap: 20px;
    }

    .conversation-cta-left .title-h3 {
        font-size: 22px;
    }

    .conversation-cta .fs-base {
        font-size: 13px;
    }

    .conversation-cta-left .swap-text-button {
        padding: 14px 28px;
    }
}

@media (max-width: 1024px) {
    .conversation-cta {
        min-height: 210px;
    }

    .conversation-cta-left {
        padding: 24px 20px;
        width: 65%;
        position: relative;
        z-index: 2;
    }

    .conversation-cta-left .gap48 {
        gap: 24px;
    }

    .conversation-cta-left .fdc.gap24 {
        gap: 16px;
    }

    .conversation-cta-left .title-h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .conversation-cta .fs-base {
        font-size: 12px;
        line-height: 1.5;
    }

    .conversation-cta-right img {
        height: 100%;
        object-fit: cover;
    }

    .conversation-cta-left .swap-text-button {
        padding: 12px 24px;
        font-size: 12px;
    }
}


@media (max-width:767px) {
    .project-scope-section {
        padding: 24px 0 24px;
        background: var(--color-bg-dark);
        margin-top: -1px;
    }

    .conversation-cta {
        min-height: auto;
        margin: 0 15px;
        border-radius: 16px;
        border-top: 1px solid #3E3E3D;
    }

    .project-scope-mobile-banner {
        width: 100%;
        order: 1;
        position: relative;
        overflow: hidden;
        line-height: 0;
    }

    .project-scope-mobile-banner::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(17, 99, 251, 0.2);
        pointer-events: none;
    }

    .project-scope-mobile-banner img {
        width: 100%;
        display: block;
        object-fit: cover;
    }

    .conversation-cta-left {
        padding: 24px;
        width: 100%;
        order: 2;
        background: linear-gradient(180.3deg, #1163FB 0.26%, #FFFFFF 99.74%);
        border-radius: 0 0 16px 16px;
    }

    .conversation-cta-right {
        position: relative;
    }

    .conversation-cta-left .gap48 {
        gap: 36px;
    }

    .conversation-cta-left .title-h3 {
        font-size: 22px;
        line-height: 1.35;
    }

    .conversation-cta .fs-base {
        font-size: 12px;
        line-height: 1.6;
    }

    .conversation-cta-left .btn-wrapper {
        width: 100%;
    }

    .conversation-cta-left .swap-text-button {
        width: 100%;
        justify-content: center;
        padding: 16px 24px !important;
        text-align: center;
    }
}

/* conversation-cta ends */



/* Compliance Standards */

.tab-content-panel {
    width: 65%;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #535353;
    background: #1C1C1C;
    min-height: 420px;
}

.tab-content .subtitle {
    position: relative;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


.scroll-wrap1 .custom-li {
    gap: 6px;
}

.scroll-wrap {
    height: 400px;
    overflow-y: scroll;
}

.scroll-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.scroll-wrap::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 8px;
}

.tab-accordion-header {
    display: none;
}

.tab-accordion-header.tab-accordion-common-header {
    display: block;
}

.tab-list {
    width: 50%;
    background: #191919;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 1.5rem;
    overflow-y: auto;
}


.tab-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.tab-list .custom-li {
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    position: relative;
    padding: 16px 60px 16px 72px;
    margin-right: 8px;
}

.custom-ol {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tab-list .tab {
    border-radius: 12px;
    cursor: pointer;
    background-color: transparent;
    transition: background 0.3s;
    line-height: 1.6;
}

.tab-list .tab.active {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.20);
}

.tab-list .custom-li.active::before {
    background-color: #000;
}

.content-card-title {
    color: #888886;
}

.tab-contents-panel {
    width: 50%;
    padding: 32px;
    background: #fff;
}

.regulation-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.reg-pill {
    background: #F8F7F4;
    padding: 8px 16px;
    border-radius: 40px;
    color: #3E3E3D;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

/* Bullet dot */
.reg-pill::before {
    content: "•";
    font-size: 18px;
    line-height: 1;
    color: #333;
}

.tab-section>.dp-flex {
    overflow: hidden;
    border-radius: 24px;
}

.tab-list .tab {
    border: none;
    border-radius: 12px;
}


.features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.feature-card {
    flex: 1 1 calc(25% - 24px);
}


@media (max-width: 1728px) {
    .tab-icon {
        left: 18px;
    }

    .tab-list .custom-li {
        padding-left: 62px;
    }

    .tab-contents-panel,
    .partner-us-cta {
        padding: 28px;
    }

    .tab-content-panel,
    .tab-list2 {
        padding: 24px;
        border-radius: 18px;
    }

    .scroll-wrap {
        height: 400px;
    }
}

@media (max-width: 1680px) {
    .tab-list .custom-li {
        padding: 12px 50px 12px 62px;
    }

    .tab-list .tab {
        border-radius: 10px;
    }

    .tab-icon {
        width: 20px;
        height: 20px;
    }

    .tab-icon img {
        max-width: 100%;
    }

    .tab-contents-panel {
        padding: 24px;
    }

    .tab-contents-panel {
        padding: 24px;
    }

    .tab-list2 .custom-li.tab {
        padding: 12px 22px;
        border-radius: 8px;
    }

    .tab-list2 .custom-li::before {
        top: 12px;
    }

    .regulation-grid {
        gap: 8px;
    }

    .tab-accordion-body>.gap48 {
        gap: 36px;
    }

    .scroll-wrap {
        height: 320px;
    }

    .reg-pill {
        padding: 6px 14px;
    }

}

@media (max-width: 1366px) {

    .custom-li .fs-base {
        font-size: 12px;
    }

    .tab {
        padding: 10px 36px 10px 36px;
    }

    .custom-li.tab {
        padding: 10px 36px 10px 36px;
    }

    .tab-icon {
        width: 16px;
        height: 16px;
    }


    .custom-ol {
        gap: 4px;
    }

    .tab-list2 .custom-li {
        border-radius: 8px;
    }

    .tab-list .custom-li {
        margin: 0 6px 10px 0;
        padding-left: 44px;
    }

    .content-card-title {
        font-size: 12px;
    }

    .tab-accordion-body .subtitle {
        font-size: 16px;
    }

    .partner-cta-content .title-h4 {
        font-size: 20px;
    }

    .tab-list .tab {
        border-radius: 8px;
    }

    .tab-content-panel,
    .tab-list2 {
        padding: 20px;
        border-radius: 16px;
    }

    .regulation-grid {
        gap: 6px;
    }

    .tab-accordion-body>.gap48 {
        gap: 28px;
    }

    .reg-pill {
        padding: 4px 12px;
    }

    .scroll-wrap {
        height: 292px;
    }


}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

@media (max-width: 767px) {

    .tab-accordion-header {
        display: block;
    }

    .tab-list,
    .tab-list2 {
        display: none;
    }

    .tab-contents-panel,
    .tab-list {
        width: 100%;
    }

    .scroll-wrap {
        height: auto;
    }

    .tab-content {
        margin-bottom: 0;
    }

    .tab-accordion-header {
        position: relative;
        padding: 14px 28px 12px 28px;
    }

    .service-section .tab-accordion-header {
        padding: 14px 28px 12px 0;
    }

    .tab-accordion-header::before {
        background-image: url(../../new-images/mobile-drop-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px;
        position: absolute;
        content: "";
        right: 5px;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translateY(-50%);
    }

    .clicked .tab-accordion-header::before {
        transform: rotate(-180deg) translateY(50%);
        top: 50%;
    }

    /* .tab-contents-panel .tab-content:last-child .custom-li-text,
    .tab-contents-panel .tab-content:last-child .tab-accordion-body {
        margin-bottom: 0;
    } */

    .tab-contents-panel .tab-content.clicked:last-child .custom-li-text {
        margin-bottom: 1.5rem;
    }

    .tab-icon,
    .clicked .tab-icon {
        left: 0;
    }

    .tab-content .tab-accordion-body {
        display: none;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        max-height: 100% !important;
        background: transparent;
        border-radius: 0;
        padding: 0;
        margin: 12px 0;
    }

    .tab-accordion-body .subtitle {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .tab-accordion-body .content-card-title {
        display: none;
    }

    .tab-accordion-body .blk-link-line {
        border-bottom: 1px solid #fff;
        background-image: linear-gradient(#fff, #fff);
        color: #fff;
    }

    .tab-contents-mobile .tab-content {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }


    /* .tab-content-panel .tab-content:last-child .subtitle,
    .tab-contents-panel .tab-content:last-child .subtitle,
    .tab-content-panel .tab-content:last-child .tab-accordion-body,
    .tab-contents-panel .tab-content:last-child .tab-accordion-body {
        margin-bottom: 0;
    } */


    .tab-content ul li::before {
        background-color: #ffffff;
        width: 8px;
        height: 8px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        margin-top: 1.5rem;
        gap: 8px;
    }

    .feature-box {
        background-color: rgba(255, 255, 255, .1);
        padding: 18px;
        gap: 8px;
    }

    .tab-contents .tab-content:nth-child(1) .tab-accordion-header {
        padding-top: 0;
    }

    .tab-content-panel,
    .tab-contents-panel {
        width: 100%;
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .tab-content-panel {
        min-height: auto;
    }

    .tab-contents-panel .tab-content {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .tab-content-panel .tab-content:nth-child(1) .tab-accordion-header {
        padding-top: 0;
    }

    .reg-pill {
        padding: 6px 12px;
        gap: 4px;
        font-size: 11px;
    }

    .reg-pill::before {
        font-size: 13px;
    }

    .tab-accordion-body>.gap48 {
        gap: 18px;
    }

}

/* Compliance Standards ends */




/* Award section */

#image-slider.owl-carousel .owl-item img {
    width: auto !important;
    transition: all .5s ease-out;
}

#image-slider {
    height: 32.8125rem;
}

#image-slider.owl-carousel .owl-item {
    height: 20rem;
    transition: opacity .5s, height .8s cubic-bezier(.439, .007, .006, 1.007);
    padding: 0 10px;
    opacity: 0.8;
    pointer-events: none;
}

#image-slider.owl-carousel .owl-item.rest-item .logo_sc {
    opacity: .4;
}

#image-slider.owl-carousel .owl-item.prev-item,
#image-slider.owl-carousel .owl-item.next-item,
#image-slider.owl-carousel .owl-item.current-item+.owl-item {
    height: 26.25rem;
    opacity: 1;
    pointer-events: all;
}

#image-slider.owl-carousel .owl-item.active.center {
    height: 32.8125rem;
    opacity: 1;
    pointer-events: all;
}


#image-slider.owl-carousel .owl-item.active.center .logo_sc {
    transform: scale(0.8) translateY(-70px) !important;
}

#image-slider.owl-carousel .owl-item.active.center .award_slider_box .award_title {
    transform: translateY(-40px);
}



#image-slider.owl-carousel .owl-item.rest-item .award_slider_box_main.active .award_slider_box .award_title {
    transform: translateY(200px);
}

/* 
#image-slider.owl-carousel .owl-item.rest-item .award_slider_box_main.active .award_slider_box .award_title,
#image-slider.owl-carousel .owl-item.prev-item .award_slider_box_main.active .award_slider_box .award_title,
#image-slider.owl-carousel .owl-item.next-item .award_slider_box_main.active .award_slider_box .award_title {
    transform: translateY(200px);
} */




.award_clr {
    color: #1163fb;
    font-weight: 800;
}


#image-slider.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


#image-slider.owl-carousel .owl-item .item,
#image-slider.owl-carousel .owl-item .item .award_slider_box_main,
#image-slider.owl-carousel .owl-item .item .award_slider_box_main .award_slider_box {
    height: 100%;
}

.award_slider_box_main {
    background: linear-gradient(to bottom, rgba(18, 18, 18, 1) 0%, rgba(28, 27, 27, 1) 100%);
    padding: 2px;
    border-radius: 24px;
    overflow: hidden;
    color: #fff;
    width: 100%;
}

.award_slider_box {
    background: linear-gradient(to bottom, rgba(24, 24, 24, 1) 0%, rgba(14, 14, 14, 1) 100%);
    padding: 25px;
    border-radius: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.award_slider_box_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.btn_rd .btn_rd_btn {
    background: #2E2E2E;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
    flex-direction: column;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.btn_rd .btn_rd_btn span {
    background: #fff;
    width: 16px;
    height: 2px;
    top: -2px;
    position: relative;
}

.btn_rd .btn_rd_btn span:first-child {
    transform: rotate(90deg) translateX(2.5px);
}

.award_title {
    text-align: center;
    /* transition: all 0.5s ease-out; */
    transform: translateY(200px);
}

.award_slider_box .logo_sc {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 95px;
    width: 100%;
    transition: all 0.5s cubic-bezier(0, 0 0, 0.95);
}

.award_slider_box .logo_sc::after,
.award_slider_box .logo_sc::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 82px;
    height: 150px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}



#image-slider.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32.8125rem;
}

.award_slider_box .logo_sc {
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0, 0, 0, 0.95);
}

/* 
#image-slider.owl-carousel .owl-item.prev-item .award_slider_box .logo_sc,
#image-slider.owl-carousel .owl-item.next-item .award_slider_box .logo_sc,
#image-slider.owl-carousel .owl-item.current-item+.owl-item .award_slider_box .logo_sc {
    transform: scale(0.95);
    padding: 0 85px;
} */
/* #image-slider .owl-item.rest-item .logo_sc img {
    transform: scale(.9);
    margin-top: -5px;
} */

#image-slider.owl-carousel .owl-item.prev-item .award_slider_box .logo_sc::after,
#image-slider.owl-carousel .owl-item.next-item .award_slider_box .logo_sc::after,
#image-slider.owl-carousel .owl-item.current-item .award_slider_box .logo_sc::after,
#image-slider.owl-carousel .owl-item.current-item+.owl-item .award_slider_box .logo_sc::after {
    right: 0;
    background: url(../../new-images/leef-right.svg) no-repeat center center;
}

#image-slider.owl-carousel .owl-item.prev-item .award_slider_box .logo_sc::before,
#image-slider.owl-carousel .owl-item.next-item .award_slider_box .logo_sc::before,
#image-slider.owl-carousel .owl-item.current-item .award_slider_box .logo_sc::before,
#image-slider.owl-carousel .owl-item.current-item+.owl-item .award_slider_box .logo_sc::before {
    left: 0;
    background: url(../../new-images/leef-left.svg) no-repeat center center;
}

#image-slider.owl-carousel .owl-item.active.center .award_slider_box .logo_sc {
    transform: scale(1);
    padding: 0 70px;
}

.award_slider_box_main.active .award_slider_box .logo_sc {
    transform: scale(0.8) translateY(-70px) !important;
}

.yr,
.btn_rd {
    opacity: 0;
}

.current-item+.owl-item .yr,
.current-item .yr,
.current-item+.owl-item .btn_rd,
.current-item .btn_rd,
.prev-item .yr,
.prev-item .btn_rd {
    opacity: 1;
}


.award_slider_box_main.active .award_slider_box .award_title {
    transform: translateY(-40px);
}

.award_slider_box_main.active .btn_rd .btn_rd_btn {
    transform: rotate(45deg);
}


/* Recognition */

.recogproud_inner .recogproud_head {
    margin-bottom: 48px;
}


.recogproud_sliderwrap .recogproudlist {
    min-height: 101px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 66px 100px;
}

.recogproud_sliderwrap {
    margin: 0 100px;
}

.recogproud_sliderwrap .recogproudlist::before {
    content: "";
    background-image: url("../../new-images/tree-img-left-new.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 55px;
    height: 101px;
}

.recogproud_sliderwrap .recogproudlist:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 55px;
    height: 101px;
    background-image: url(../../new-images/tree-img-right-new.svg);
    background-repeat: no-repeat;
}

#custom-cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    z-index: 9999;
    display: none;
    transform: translate(-50%, -50%);
}

#drag-box {
    position: fixed;
    padding: 4px 10px;
    background: #222;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    pointer-events: none;
    z-index: 10000;
    display: none;
    white-space: nowrap;
    transform: translate(0%, 110%);
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
}

.recogproud_sliderwrap .recogproudlist img {
    max-width: 100%;
}

/* Recognition ends */



.add input[type="file"] {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    z-index: 2;
}

.contact-grid .crosss {
    position: absolute;
    right: 30px;
    top: 20px;
    background: #fe5164;
    width: 50px;
    height: 50px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    border-radius: 6px;
    display: none
}

#doc-upload {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.attach-doc-label.hidden {
    display: none !important;
}

.floating-input-label.attach-doc-label {
    top: 3px;
}

.file-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    width: 100%;
}

.file-name {
    flex-grow: 1;
    text-align: left;
    font-size: 16px;
    color: #888886;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.contact_number .iti__country-list {
    max-width: 320px;
}

.remove-btn {
    margin-left: 10px;
    flex-shrink: 0;
    background: #cdcfd2;
    border: none;
    font-size: 16px;
    cursor: pointer;
}


.formloader {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: hsla(0, 0%, 100%, 0.8);
    top: 0;
    display: none;
    padding: 0 20px;
}

.appi-cta.btn-effect {
    position: relative;
}

#image-slider.owl-carousel .owl-item.active.center .btn_rd {
    opacity: 0;
}

.error input,
.error textarea {
    border-bottom: 1px solid #d00;
}

@media (max-width: 1728px) {}

@media (max-width: 1550px) {

    .recogproud_sliderwrap {
        margin: 0;
    }

    .recogproudlist .fs-md {
        margin-bottom: 12px;
    }

    .recogproud_sliderwrap .recogproudlist:after {
        right: 20px;
    }

    .recogproud_sliderwrap .recogproudlist:before {
        left: 20px;
    }

    #image-slider.owl-carousel .owl-item {
        height: 300px;
    }


    #image-slider.owl-carousel .owl-item.active.center,
    #image-slider {
        height: 413px;
    }


    #image-slider.owl-carousel .owl-item.prev-item,
    #image-slider.owl-carousel .owl-item.next-item,
    #image-slider.owl-carousel .owl-item.current-item+.owl-item {
        height: 330px;
    }

    #image-slider.owl-carousel .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 413px;
    }

    #image-slider.owl-carousel .owl-item img,
    #image-slider .owl-item.rest-item .logo_sc img,
    #image-slider.owl-carousel .owl-item.current-item img,
    #image-slider.owl-carousel .owl-item.current-item .deloitte-award-logo img {
        width: auto !important;
        transform: scale(.9);
    }

    .award_slider_box .logo_sc::after,
    .award_slider_box .logo_sc::before {
        width: 64px;
        height: 118px;
    }

    #image-slider.owl-carousel .owl-item.prev-item .award_slider_box .logo_sc::after,
    #image-slider.owl-carousel .owl-item.next-item .award_slider_box .logo_sc::after,
    #image-slider.owl-carousel .owl-item.current-item .award_slider_box .logo_sc::after,
    #image-slider.owl-carousel .owl-item.current-item+.owl-item .award_slider_box .logo_sc::after {
        background-size: 64px;
        right: 0;
    }

    #image-slider.owl-carousel .owl-item.prev-item .award_slider_box .logo_sc::before,
    #image-slider.owl-carousel .owl-item.next-item .award_slider_box .logo_sc::before,
    #image-slider.owl-carousel .owl-item.current-item .award_slider_box .logo_sc::before,
    #image-slider.owl-carousel .owl-item.current-item+.owl-item .award_slider_box .logo_sc::before {
        background-size: 64px;
        left: 0;
    }

    .award_slider_box {
        padding: 18px;
        border-radius: 18px;
    }

    .award_slider_box_main {
        border-radius: 18px;
    }

    .award_slider_box {
        padding: 18px;
        border-radius: 18px;
    }

    .btn_rd .btn_rd_btn {
        width: 50px;
        height: 50px;
    }

    #image-slider.owl-carousel .owl-item {
        padding: 0 9px;
    }

    .common-carousel-nav button {
        width: 75px;
        height: 75px;
    }

    .recogproud_sliderwrap .recogproudlist {
        padding: 66px 50px;
    }

}

@media (max-width: 1440px) {
    #image-slider.owl-carousel .owl-item img {
        transform: scale(.8);
    }
}

@media (max-width: 1366px) {

    #image-slider.owl-carousel .owl-item.active.center,
    #image-slider,
    #image-slider.owl-carousel .owl-stage {
        height: 350px;
    }

    #image-slider.owl-carousel .owl-item.prev-item,
    #image-slider.owl-carousel .owl-item.next-item,
    #image-slider.owl-carousel .owl-item.current-item+.owl-item {
        height: 280px;
    }

    #image-slider.owl-carousel .owl-item {
        height: 253px;
    }

    #image-slider.owl-carousel .owl-item.prev-item .award_slider_box .logo_sc::after,
    #image-slider.owl-carousel .owl-item.next-item .award_slider_box .logo_sc::after,
    #image-slider.owl-carousel .owl-item.current-item .award_slider_box .logo_sc::after,
    #image-slider.owl-carousel .owl-item.current-item+.owl-item .award_slider_box .logo_sc::after {
        background-size: 55px;
        right: -6px;
    }

    #image-slider.owl-carousel .owl-item.prev-item .award_slider_box .logo_sc::before,
    #image-slider.owl-carousel .owl-item.next-item .award_slider_box .logo_sc::before,
    #image-slider.owl-carousel .owl-item.current-item .award_slider_box .logo_sc::before,
    #image-slider.owl-carousel .owl-item.current-item+.owl-item .award_slider_box .logo_sc::before {
        background-size: 55px;
        left: -6px;
    }

    .award_slider_box .logo_sc::after,
    .award_slider_box .logo_sc::before {
        width: 55px;
        height: 100px;
    }

    #image-slider .owl-item.rest-item .logo_sc img {
        margin-top: -15px;
    }

    #image-slider.owl-carousel .owl-item {
        padding: 0 8px;
    }

    .award_slider_box {
        border-radius: 16px;
        padding: 16px;
    }

    .award_slider_box_main {
        border-radius: 16px;
    }

    /* #image-slider.owl-carousel .owl-item img {
        width: auto !important;
        transform: scale(.8);
    }

    #image-slider .owl-item.rest-item .logo_sc img {
        transform: scale(.8);
    } */

    /* 
    #image-slider.owl-carousel .owl-item.current-item img {
        width: auto !important;
        transform: scale(.8);
    } */

    #image-slider.owl-carousel .owl-item img,
    #image-slider .owl-item.rest-item .logo_sc img,
    #image-slider.owl-carousel .owl-item.current-item img,
    #image-slider.owl-carousel .owl-item.current-item .deloitte-award-logo img {
        width: auto !important;
        transform: scale(.8);
    }

    /* #image-slider.owl-carousel .owl-item.current-item .deloitte-award-logo img {
        transform: scale(.9);s
    } */

    .btn_rd .btn_rd_btn {
        width: 42px;
        height: 42px;
    }

    .btn_rd .btn_rd_btn span {
        width: 14px;
    }

}


@media (max-width: 1024px) {
    #image-slider.owl-carousel .owl-item img {
        width: 100px;
    }
}


@media (max-width: 767px) {

    .award-section {
        margin-top: -1px;
    }

    #image-slider.owl-carousel .owl-item.active.center,
    #image-slider.owl-carousel .owl-stage,
    #image-slider {
        height: 23.8125rem;
        padding: 0;
    }

    .yr {
        font-size: 14px;
    }

    .btn_rd .btn_rd_btn span:first-child {
        transform: rotate(90deg) translateX(2px);
    }

    .btn_rd .btn_rd_btn {
        width: 40px;
        height: 40px;
    }

    #image-slider.owl-carousel .owl-item.active.center,
    #image-slider.owl-carousel .owl-stage,
    #image-slider {
        height: 21rem;
    }

    #image-slider.owl-carousel .owl-item.prev-item,
    #image-slider.owl-carousel .owl-item.next-item,
    #image-slider.owl-carousel .owl-item.current-item+.owl-item {
        height: 18rem;
    }

    /* #image-slider.owl-carousel .owl-item img {
        transform: scale(.6);
    } */

    .award_slider_box_main.active .award_slider_box .award_title {
        transform: translateY(-20px);
        font-size: 14px;
    }

    .award_slider_box .logo_sc::after,
    .award_slider_box .logo_sc::before {
        width: 60px;
        height: 110px;
    }

    #image-slider.owl-carousel .owl-item.prev-item .award_slider_box .logo_sc::before,
    #image-slider.owl-carousel .owl-item.next-item .award_slider_box .logo_sc::before,
    #image-slider.owl-carousel .owl-item.current-item .award_slider_box .logo_sc::before,
    #image-slider.owl-carousel .owl-item.current-item+.owl-item .award_slider_box .logo_sc::before,
    #image-slider.owl-carousel .owl-item.prev-item .award_slider_box .logo_sc::after,
    #image-slider.owl-carousel .owl-item.next-item .award_slider_box .logo_sc::after,
    #image-slider.owl-carousel .owl-item.current-item .award_slider_box .logo_sc::after,
    #image-slider.owl-carousel .owl-item.current-item+.owl-item .award_slider_box .logo_sc::after {
        background-size: 60px;
    }

    .award_slider_box_main {
        border-radius: 12px;
    }

    .award_slider_box {
        padding: 16px;
    }

    .btn_rd .btn_rd_btn span {
        width: 13px;
        height: 2px;
    }

    .award_slider_box_top {
        padding-bottom: 36px;
    }

    /* 
    #image-slider.owl-carousel .owl-item.current-item img {
        transform: scale(.7);
    }

    #image-slider.owl-carousel .owl-item.current-item .deloitte-award-logo img {
        transform: scale(.7);
    } */

    #image-slider.owl-carousel .owl-item img,
    #image-slider .owl-item.rest-item .logo_sc img,
    #image-slider.owl-carousel .owl-item.current-item img,
    #image-slider.owl-carousel .owl-item.current-item .deloitte-award-logo img {
        width: auto !important;
        transform: scale(.7);
    }

    .award-section .head-gap {
        margin-top: 48px;
    }

    .recognition_proud.head-gap {
        margin-top: 0;
    }

    .recogproudlist .fs-para {
        font-size: 12px;
    }

    .recogproud_sliderwrap .recogproudlist::before {
        left: 30px;
    }

    .recogproud_sliderwrap .recogproudlist::after {
        right: 30px;
    }

    .recogproud_sliderwrap .recogproudlist {
        padding: 56px 100px;
    }
}




/* Award section ends */




/* FAQ */

.accordion-item {
    border-bottom: 1px solid #3e3e3d;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 24px;
    padding: 24px 0;
}

.accordion-header h3 {
    margin: 0;
}

.accordion-content {
    overflow: hidden;
    padding-bottom: 8px;
    display: none;
}

.accordion-toggle {
    width: 24px;
    height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.active .accordion-toggle {
    transform: rotate(45deg);
}

.active .accordion-toggle path {
    stroke: #fff;
}

.accordion-content p,
.faq-section .accordion-content ul,
.faq-section .accordion-content ol {
    margin: 0 0 15px;
    width: 80%;
}

.accordion-item .common-list-blk {
    margin-bottom: 12px;
}

.accordion-item .common-list-blk li {
    margin-bottom: 8px;
}

.faq-section .accordion-content li {
    position: relative;
}

.faq-section .accordion-content ul li::before {
    content: "•";
    font-size: var(--fs-para);
    color: var(--color-bg-dark);
    left: 0;
    top: -2px;
    margin-right: 12px;
    position: relative;
}

.faq-section {
    width: 100%;
    padding-right: 0;
}

@media (max-width: 1550px) {
    .accordion-header {
        padding: 18px 0;
    }

    .accordion-toggle {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 1366px) {
    .accordion-header {
        padding: 16px 0;
    }
}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

@media (max-width: 767px) {

    .accordion-content p,
    .faq-section .accordion-content ul,
    .faq-section .accordion-content ol {
        width: 100%;
    }

    .faq-cta-section .fs-md {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .faq-section .accordion-header {
        padding: 12px 0;
    }

    .faq-section .accordion-header h3 {
        font-size: 16px;
    }

    .faq-section .fs-para {
        font-size: 12px;
    }

    .faq-section .accordion .accordion-item:nth-child(1) .accordion-header {
        padding-top: 0;
    }
}

/* FAQ ends */