img {
    max-width: 100%;
}

h2 {
    font-size: 32px;
    font-family: "Nunito Sans", sans-serif;
}

.gif-scan img {
    width: 150px;
    height: 150px;
    position: relative;
    bottom: 30px;
    right: 5px;
}

.gif-scan {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}


/* bussiness card css start here */

.wraper_bussiness {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    position: relative;
}

.right-bs-card .bs-list h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--color-primary);
    padding-bottom: 10px;
}

.right-bs-card .bs-list p {
    color: var(--color-text);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 0px;
}

.bussiness-card-section {
    padding-top: 10%;
    padding: 24px 0 50px;
}

.right-bs-card .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.right-bs-card p.lost {
    font-family: Exo;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    vertical-align: middle;
    color: var(--color-text);
}

.bussiness-card-section h2 {
    color: var(--color-primary);
    line-height: 39px;
    padding-bottom: 40px;
}

.right-bs-card .bs-list.one {
    background: #F7F8FF;
}

.bs-list.two {
    background-image: url('../images/bussiness-right-card.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bs-list.two h3,
.bs-list.two p {
    color: #fff;
}

.bs-list.two p img {
    filter: invert(1);
}

.right-bs-card .bs-list {
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 4px 0px #00000040;
    transition: ease-in-out 0.5s;
}

.right-bs-card .bs-list:hover {
    background-image: url('../images/bussiness-right-card.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    transition: ease-in-out 0.5s;
}

.right-bs-card .bs-list:hover img {
    filter: invert(1);
}

.right-bs-card .bs-list:hover p,
.right-bs-card .bs-list:hover h3 {
    color: #fff;
}


/* bussiness card css end here */


/* Built to Fit css satrt here */

.built-to-fit {
    background: var(--color-primary);
    padding: 50px 0;
}

.built-to-fit h2 {
    color: #fff;
    text-align: center;
}

.built-to-fit p {
    text-align: center;
    color: #fff;
}

.build-itm {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.build-wraper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 55px;
}

.build-itm h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--color-text);
    font-family: "Nunito Sans", sans-serif;
    text-align: center;
    padding-bottom: 7px;
}

.build-itm p {
    color: var(--color-text);
    font-size: 14px;
}

.build-itm svg,
.build-itm > img {
    display: block;
    margin: -70px auto 0 auto;
    width: 102px;
    height: 102px;
    object-fit: contain;
}

.build-itm > img {
    background: #CDEFE8;
    border-radius: 50%;
    border: 3px solid #262262;
    padding: 10px;
    box-sizing: border-box;
    width: 18%;
    height: 17%;
}


/* Built to Fit css end here */


/* know who css start here */

.know-who h2 {
    text-align: center;
    color: var(--color-primary);
}

.know.who-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.know-who p.first {
    text-align: center;
}

.know.who-wr .left-who {
    background-image: url('../images/know-who-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    background-position: center;
    border-radius: 10px;
    border: 1px solid var(--color-primary);
}

.know.who-wr .right-who {
    background-image: url('../images/know-who-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--color-primary);
}

.know.who-wr .left-who h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--color-primary);
    padding-bottom: 8px;
}

.know.who-wr .right-who h3 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 8px;
}

.item-who p {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 0;
}

.know.who-wr .right-who .item-who p {
    color: #fff;
}

.know.who-wr .right-who .item-who img {
    filter: brightness(0) invert(1);
}


/* know who css end here */


/* one scan secrion css start here */

.one-scan {
    background: var(--color-primary);
    padding: 50px 0;
}

.one-scan-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #FFFFFF1A;
    padding: 38px;
    justify-content: space-between;
    border-radius: 15px;
}

.what-you-get {
    background: linear-gradient( 88deg, var(--color-primary), #3c3972);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.left-one-scn .what-you-get h3 {
    margin-bottom: 22px;
}

.left-one-scn .content {
    padding: 0 38px 0 0;
}

.right-scan-img img {
    width: 100%;
}

.what-you-get p {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 28px;
}

.grid-one-scan-imgs {
    display: flex;
    gap: 10px;
    margin-top: 11px;
}

.left-one-scn h3 {
    font-size: 32px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 40px;
}

.left-one-scn h4 {
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.left-one-scn p {
    color: #fff;
}

.left-one-scn h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    margin: 20px 0 40px 0;
}


/* one scan secrtion end here */


/* Know Instantly css start here */

.who-instantly {
    padding: 50px 0;
}

.turn-contacts {
    text-align: center;
}

.who-instantly h2 {
    text-align: center;
    color: var(--color-primary);
}

.card-instantly-wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
}

.card-instantly {
    background: #F3F2FB;
    box-shadow: 0px 2px 5px 0px #00000040;
    padding: 15px 30px;
    border-radius: 15px;
    transition: ease-in-out 0.5s;
}

.who-instantly p {
    text-align: center;
}

.from-conatct {
    background: var(--color-primary);
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 15px;
}

.card-instantly:hover {
    background: conic-gradient(from 28.24deg at 83.08% 9.55%, #28246D -247.86deg, #6964BE 55.55deg, #28246D 112.14deg, #6964BE 415.55deg);
}

.card-instantly {
    text-align: center;
}

.card-instantly img {
    display: block;
    margin: 0 auto 12px;
}

.card-instantly:hover h3 {
    color: #fff;
}

.card-instantly h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--color-text);
    padding-bottom: 8px;
}

.card-instantly:hover p {
    color: #fff;
}

.card-instantly p {
    color: var(--color-text);
    font-size: 14px;
}


/* knoe Instantly css end here */


/* turn contacts section start here */

.beyound-bussiness {
    padding: 50px 0;
    background: #F8FFFD;
}

.beyound-bussiness h2 {
    color: var(--color-primary);
    text-align: center;
}

.card-beyound-wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.flip-card-front .fp-head {
    background: #5DB198;
    padding: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.flip-card-front .fp-head {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.flip-card-back h3 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin-top: -12px;
}

.flip-card-back p {
    color: #fff;
    padding: 10px;
}

.flip-card-back img,
.flip-card-front img {
    padding: 30px 20px;
    width: 100%;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 78%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-radius: 30px;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.flip-card-front {
    background-image: url('../images/flip-card-bg-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.flip-card-back {
    background-image: url('../images/flip-card-bg-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotateY(180deg);
    z-index: 1;
}

.turn-contacts img {
    width: 100%;
}

.turn-contacts h2 {
    color: var(--color-primary);
    margin-bottom: -45px;
    position: relative;
    z-index: 1;
}


/* turn contacts section css end here */


/* Turn Every section css start here */

.turn-every {
    padding: 50px 0;
}

.turn-every h2 {
    color: var(--color-primary);
    text-align: center;
}

.turn-evry-ct {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-image: url('../images/turn-every.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 74%;
    margin-top: 40px;
}

.right-every-turn {
    position: relative;
}

.right-every-turn img {
    position: absolute;
}

.head-evrytn {
    background: linear-gradient(180deg, #BCE9D9 0%, #EFFDF8 100%);
}

.left-ct-evry .box {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 15px;
    overflow: hidden;
}

.left-ct-evry .box .ct-trun {
    padding: 20px;
    text-align: center;
}

.left-ct-evry {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

.head-evrytn h3 {
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
    padding: 20px 0;
    color: var(--color-primary);
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    font-size: 45px;
    line-height: 50px;
}

.left-ct-evry .box .ct-trun h4 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: var(--color-primary);
    line-height: 38px;
}


/* Turn Every section css end here */


/* get your v card css start here */

.get-your-v-card {
    padding: 10px 0;
}

.get-your-v-card h2 {
    text-align: center;
    color: var(--color-primary);
}

.get-your-v-card p {
    text-align: center;
}

.get-your-v-card .action-turn {
    margin-top: 30px;
}


/* get your v card css end here */


/* one team css start here */

.one-team-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.one-team h2 {
    padding-bottom: 26px;
    text-align: center;
}

.oneteam-itm-right {
    display: grid;
    gap: 15px;
}

.oneteam-itm-right .inner {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #F7F8FF;
    padding: 30px 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 40px;
    transition: ease-in-out 0.5s;
    cursor: pointer;
}

.oneteam-itm-right .inner.second {
    background: #A1D0C6;
}

.oneteam-itm-right .inner.third {
    background: var(--color-primary);
}

.oneteam-itm-right .inner.third p,
.oneteam-itm-right .inner.third h3 {
    color: #fff;
}

.oneteam-itm-right .inner h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--color-text);
    font-family: "Nunito Sans", sans-serif;
    padding-bottom: 7px;
}

.iamge-opt img {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    width: 67px;
}

.left-team {
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 24px;
    overflow: hidden;
}

.left-team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.left-team img.is-flipped {
    transform: scaleX(-1);
}

.one-team {
    margin: 50px 0;
}


/* one team css end here */

@media all and (max-width:768px) {
    .diagonal-bg {
        display: none;
    }
    .build-wraper {
        flex-direction: column;
        gap: 50px;
        margin-top: 70px;
    }
    .build-itm {
        width: 100%;
        padding-top: 40px;
    }
    .build-itm svg,
    .build-itm > img {
        margin: -70px auto 16px auto;
        width: 80px;
        height: 80px;
    }
    .one-scan-wr {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .right-every-turn {
        display: none;
    }
    .turn-evry-ct {
        grid-template-columns: 1fr;
        background-image: none;
    }
    .wraper_bussiness {
        grid-template-columns: 1fr;
    }
    .card-beyound-wr {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (max-width:480px) {
    .right-bs-card .inner {
        grid-template-columns: 1fr;
    }
    .one-scan-wr {
        padding: 20px;
    }
    .left-one-scn h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .left-one-scn .content {
        padding: 0;
    }
    .left-one-scn h5 {
        font-size: 12px;
        line-height: 22px;
        margin: 8px 0 19px 0;
    }
    .left-one-scn p {
        font-size: 13px;
        line-height: 19px;
    }
    .left-one-scn h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .oneteam-itm-right .inner p {
        font-size: 14px;
    }
    .turn-evry-ct {
        margin-top: 26px;
    }
    .head-evrytn h3 {
        font-size: 27px;
        line-height: normal;
    }
    .left-ct-evry .box .ct-trun h4 {
        font-size: 19px;
        line-height: 35px;
    }
    .banner.v-card-bnner {
        background: linear-gradient(180deg, #BCE9D9 0%, #EFFDF8 100%);
    }
    .left-ct-evry .box .ct-trun p {
        font-size: 14px;
    }
    .build-itm h3 {
        font-size: 18px;
    }
    .card-instantly h3 {
        font-size: 17px;
    }
    .flip-card-front .fp-head {
        font-size: 15px;
    }
    .get-your-v-card {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 30px 0;
    }
    .flip-card-back p {
        font-size: 14px;
        line-height: 21px;
    }
    .flip-card-back h3 {
        font-size: 17px;
    }
    .turn-contacts h2 {
        margin-bottom: 0;
    }
    .item-who p {
        font-size: 12px;
    }
    .oneteam-itm-right .inner h3 {
        font-size: 17px;
        padding-bottom: 0;
    }
    .who-instantly p {
        font-size: 14px;
    }
    .know.who-wr .right-who h3 {
        font-size: 17px;
    }
    .left-one-scn h3 br {
        display: none;
    }
    .left-one-scn .what-you-get h3 {
        margin-bottom: 9px;
    }
    .bussiness-card-section h2 {
        line-height: normal;
        padding-bottom: 30px;
        text-align: center;
    }
    .right-bs-card .bs-list p {
        font-size: 14px;
    }
    .grid-one-scan-imgs {
        width: 65px;
    }
    .right-bs-card .bs-list h3 {
        font-size: 18px;
    }
    .right-bs-card p.lost {
        font-size: 13px;
        line-height: normal;
    }
    .one-team-wr {
        grid-template-columns: 1fr;
    }
    .oneteam-itm-right .inner {
        border-radius: 17px;
    }
    .card-instantly-wr {
        grid-template-columns: 1fr;
        margin: 30px 0;
    }
    .know.who-wr {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 20px;
    }
    .left-ct-evry {
        grid-template-columns: 1fr;
    }
    .build-wraper {
        display: grid;
        gap: 46px;
        grid-template-columns: 1fr;
    }
    .get-your-v-card .action-turn {
        gap: 9px;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .card-beyound-wr {
        grid-template-columns: 1fr;
    }
    h2 {
        font-size: 22px;
    }
    .get-your-v-card p,
    .built-to-fit p,
    .know-who p.first {
        font-size: 14px;
        padding-top: 10px;
    }
    .build-itm p {
        padding-top: 0;
    }

    /* ── v-card banner mobile fix ── */
    .solution-hero-section {
        flex-direction: column;
        text-align: center;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        gap: 28px !important;
        display: flex !important;
    }
    .solution-hero-section .hero-content {
        max-width: 100%;
    }
    .solution-hero-section .hero-actions {
        justify-content: center;
    }
    .solution-hero-section .relative {
        position: relative;
        width: min(300px, 90%);
        margin: 0 auto;
    }
    .solution-hero-section .relative > img {
        width: 100%;
        height: auto;
        display: block;
    }
    .solution-hero-section  .gif-scan img {
        width: 80px;
        height: 80px;
        bottom: 14px;
        right: 2px;
    }
}