.title-wrapper.justify-between {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
}
.title-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    display: flex;
}
.work-process-wrapper {
    grid-column-gap: 2.3em;
    grid-row-gap: 0.3em;
    display: flex;
}
.work-process-box {
    background-color: #ffffff1f;
    border-radius: 2em;
    flex-flow: column;
    width: 25%;
    padding: 2em 1.5em;
    display: flex;
}
.counter-text.for--work {
    color: var(--dark--heading);
    margin-top: 0;
    font-size: 2.5rem;
}
.counter-text {
    padding-bottom: 2px;
    /* font-size: 4rem; */
    line-height: 1;
}
.small-p.for--partner.for--work-process {
    margin-top: 2.5em;
    font-size: 1.1rem;
}

/*  */
.mt-85 {
    margin-top: 85px;
}
.mt-40 {
    margin-top: 40px;
}

.works-collection-list.for--tablet-and-above {
    display: flex;
    align-items: center;
}

.works-collection-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    margin-top: 5em;
    display: flex;
}
.works-collection-item {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: space-between;
    display: flex;
}
.work-content-wrapper {
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
}
.work-image-wrapper {
    width: 55%;
}
.work-image-wrapper {
    /* border-radius: 2em; */
    width: 50%;
    height: 370px;
    overflow: hidden;
}
.w-inline-block {
    max-width: 100%;
    /* display: inline-block; */
}
.works-collection-item {
    grid-column-gap: 0em;
    grid-row-gap: 3em;
    justify-content: space-between;
    display: flex;
}

/*  */
.image-box {
    margin: 0 auto;
    transform: translateX(-200px) rotate(-22deg);
    opacity: 0.2;
}

.image-box img {
    width: 90%;
    height: auto;
    /* border-radius: 32px; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.image-box-one {
    margin: 0 auto;
    opacity: 0.2;
    transform: translateX(200px) rotate(22deg);
}

.image-box-one img {
    width: 90%;
    height: auto;
    /* border-radius: 32px; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.image-box-two {
    margin: 0 auto;
    opacity: 0.2;
    transform: translateX(200px) rotate(22deg);
}

.image-box-two img {
    width: 90%;
    height: auto;
    /* border-radius: 32px; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/*  */
.rewards-container {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: space-between;
    display: flex;
}
.counter-cards-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    display: grid;
}
.counter-card {
    background-image: url(../img/about-us-section-four/Our-Milestones_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: unset;
    border-radius: 1.5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 250px;
    padding: 2em 1.5em;
    display: flex;
}
.counter-card-left {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
.counter-holder {
    z-index: 3;
    justify-content: center;
    align-items: flex-start;
    height: 65px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.counter-text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: -2px;
    display: flex;
}
.rewards-image-wrapper {
    border-radius: 0em;
    width: 50%;
    max-height: 525px;
    overflow: hidden;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
}
.counter-text {
    padding-bottom: 2px;
    font-family: Bebas Neue, sans-serif;
    font-size: 4rem;
    line-height: 1;
}

/*  */

.toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    border-radius: 9999px;
    padding: 0.4rem;
    width: fit-content;
    margin: 2rem auto;
}

.toggle button {
    border: none;
    padding: 0.5rem 1.5rem;
    background: none;
    cursor: pointer;
    border-radius: 9999px;
    font-weight: 600;
    transition: all 0.3s;
}

.toggle .active {
    background: linear-gradient(to right, #9200ff, #e6c6ff);
    color: white;
}

.pricing-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.pricing-card {
    background-image: url(../img/about-us-section-six/Built-Right_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem;
    border-radius: 1.5rem;
    width: 600px;
    transition: background 0.3s, box-shadow 0.3s;
}

.pricing-card.active {
    background-color: #ae00ff30;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.pricing-card h2 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.price {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    /* text-align: center; */
}

.features {
    /* font-size: 0.9rem; */
    /* color: #333; */
}

.features li {
    margin: 0.5rem 0;
    list-style: none;
}

.features li::before {
    content: "✔";
    margin-right: 8px;
    color: #af00ff;
}

.services-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}
.service-wrapper {
    background-color: unset;
    border-radius: 2em;
    padding: 4em;
}
#w-node-_2caced59-9795-1450-909b-928b5937f911-5acd4871 {
    grid-area: 2 / 1 / 3 / 3;
}

/*  */

.spacer {
    height: 100vh;
    background: #dde;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.scroll-section-wrapper {
    position: relative;
    height: calc(70vh + (7 - 3) * 25vw); /* Less vertical height */
}

.scroll-section {
    position: sticky;
    top: 15vh; /* Leave space above */
    height: 40vh; /* Reduced from 100vh */
    display: flex;
    width: max-content;
    will-change: transform;
}

.card-scroll {
    flex: 0 0 33.33vw;
    height: 40vh;
    padding: 32px;
    margin: 1rem;
    border-radius: 16px;
    background-image: url(../img/service-section-four/ImpactfulWorkflow_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.card-scroll h2 {
    /* font-size: 1.5rem; */
    margin-bottom: 1rem;
}

.card-scroll p {
    margin: 0.3rem 0;
    font-size: 1rem;
}
.scroll-section::-webkit-scrollbar {
    display: none;
}

.scroll-section {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer/Edge */
}
/* .scroll-section {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    width: max-content;
    will-change: transform;
  
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: hidden;
  } */

.scroll-section::-webkit-scrollbar {
    display: none;
}

/*  */

/* .faq-container {
    max-width: 700px;
    margin: 0 auto;
  } */

.faq-row {
    background: white;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
    padding: 1.2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    flex-wrap: wrap;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

/* .faq-row:hover {
    background: #f7f9f9;
} */

.faq-question {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    flex: 1 1 auto;
}

.faq-answer {
    font-size: 0.95rem;
    /* margin-left: 1rem; */
    color: #fff;
    display: none;
    flex: 1 1 100%;
    margin-top: 0.8rem;
}

.faq-row.active .faq-answer {
    display: block;
}

.faq-icon {
    font-size: 1.2rem;
    margin-left: 1rem;
    transition: transform 0.3s;
}

.faq-row.active .faq-icon {
    transform: rotate(45deg); /* changes + to × visually */
}
.faq-answer {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    overflow: hidden;
    margin-top: 0;
}

.faq-row.active .faq-answer {
    max-height: 200px; /* Large enough for most answers */
    opacity: 1;
    margin-top: 0.8rem;
}
.faq-row.active .faq-icon {
    transform: rotate(45deg);
}

.d-flef {
    display: flex;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
/*  */
/* .card__image{
    width: 180px;
    height: 180px;
  } */
.mt-35 {
    margin-top: 35px;
}
.mw-unset {
    max-width: none;
}
.mt-135 {
    margin-top: 135px;
}
.mb-35 {
    margin-bottom: 35px;
}
.text-white {
    color: #fff;
}
/*  */
.about-us-banner .card__image {
    width: 200px;
    height: 200px;
}

.about-us-banner .card {
    width: 151px;
    /* min-width: 194px; */
    height: 156px;
}
.w--current .nav-menu__item,
.footer-info__text.w--current,
.nav-menu__item:hover {
    color: #af00ff;
}

.footer-info__text:hover {
    color: #af00ff;
}

.coppyright {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}
.coppyright p {
    color: #fff;
}
.mt-m-40 {
    margin-top: -40px;
}
.work-process-box {
    transform: rotate(-10deg);
    /*initialrotation*/
    transform-origin: center;
    /*opacity: 0.5;
  */
    transition: transform 0.3s ease;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}
.work-process-box.second {
    transform: rotate(3.5deg);
    -webkit-transform: rotate(3.5deg);
    -moz-transform: rotate(3.5deg);
    -ms-transform: rotate(3.5deg);
    -o-transform: rotate(3.5deg);
}
.work-process-box.third {
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
}
.work-process-box.fourth {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}
.history-card.is--fifth {
    position: absolute;
    top: 48%;
}
.mw-none {
    max-width: none;
}
label.error {
    background-color: unset;
    color: red;
}
.w-webflow-badge {
    display: none !important;
}
.mw-1200 {
    max-width: 1200px;
}
.service-wrapper:hover {
    /* background-color: #fff; */
}
.service-wrappe {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.j-c-left {
    justify-content: left;
}
.partner-grid-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}
.partner-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: unset;
    background-image: url(../img/about-us-section-five/Myriad_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 1.5em;
    flex-flow: column;
    padding: 1.5em;
    display: flex;
}
.partner-details-wrpper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    display: flex;
}
.partner-image-wrapper {
    border-radius: 50%;
    width: 140px;
    height: 72px;
    overflow: hidden;
}
.partner-name-wrapper {
    grid-column-gap: 0.4em;
    grid-row-gap: 0.4em;
    flex-flow: column;
    display: flex;
}
.small-text-title.color--black {
    color: #000;
}
.partner-p {
    color: #fff;
    font-size: 1rem;
}
.partner-box.fourth {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}
.partner-box.second {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}
.partner-image-wrapper img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
}
.pb-80 {
    padding-bottom: 80px;
}
.mw-1200 ol li,
.mw-1200 ul li {
    padding-top: 5px;
}
.home-banner-icon-left {
    transform: rotate(42deg);
}
.home-banner-icon-right {
    transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -o-transform: rotate(320deg);
}
.home-banner-icon-right-position {
    left: 75px;
}
.global-button.is--secondary,
.global-button.is--form,
.global-button {
    color: white !important;
    background: transparent;
    /* position: relative; */
    border: 2px solid transparent !important;
    background-image: linear-gradient(#0d0d1c, #0d0d1c),
        linear-gradient(90deg, #fff, #af00ff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    cursor: pointer;
    transition: all 0.3s ease;
}
.navbar-contact-button-wrap {
    background-color: #ffffff1c;
    padding: 10px 10px 6px 10px;
    border-radius: 16px;
    display: inline-block;
}
.navbar-contact-button-wrap .global-button {
    background: linear-gradient(to right, #9200ff, #e6c6ff);
    border: none !important;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.home-page-sec-two .container {
    border: 1px solid #786c98;
    padding: 117px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #ffffff14;
}
.align-item-center {
    align-items: center;
}
.home-cards-wrap.mt-change {
    margin-top: -66px;
}
.home-page-sec-two {
    padding: 80px 0;
}
.service-inner {
    position: relative;
    padding-bottom: 10px; /* space for border */
}
.service-inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px; /* Border thickness */
    width: 100%;
    background: linear-gradient(to right, #0000001f, #00000042, #f0f0f070);
}
.border-bottom-heading {
    position: relative;
    padding-bottom: 10px;
}
.border-bottom-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px; /* Border thickness */
    width: 100%;
    background: linear-gradient(to right, #0000001f, #f0f0f070, #00000042);
}
.service__title {
    background: linear-gradient(
        to right,
        white,
        #4b4b4b
    ); /* Adjust colors as needed */
    -webkit-background-clip: text; /* For WebKit browsers */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* For WebKit browsers */
    color: transparent; /* Fallback for other browsers */
}
.work-process-box {
    /* background-image: url(../img/home-section-four/Card_bg.webp); */
    /* background-size: contain;
    background-repeat: no-repeat; */
    border: 1px solid #af00ff;
}
.card-heading-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-social {
    background: none !important;
}
.p-60 {
    padding: 60px;
}
.warp-one {
    background-color: unset;
    /* background-image: url(../img/service-section-four/Graphicdesign_bg.webp); */
    border: 1px solid #af00ff;
    background-repeat: no-repeat;
    background-size: cover;
}
.warp-two {
    background-color: unset;
    /* background-image: url(../img/service-section-four/Graphicdesign_bg2.webp); */
    border: 1px solid #af00ff;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-list-category {
    color: #fff;
}
.contact-form__input,
.contact-block,
.faq-row {
    border: 1px solid #786c98;
    background-color: #ffffff14;
}
.navbar {
    /* border-bottom: 2px solid #786c98; */
    margin-bottom: 40px;
}
.navbar.visible {
    /* border-bottom: 2px solid #786c98; */
    border: 0;
    background-color: #190238;
    margin-bottom: 0px;
}

.home-page-sec-two .home-about-cards {
    margin-right: 50px;
}
.about-us-section-two .blog-hero {
    justify-content: center;
    align-items: center;
}
/* .justify-content-left{
    justify-content: left;
} */
.app-development .blog-hero {
    align-items: center;
}
.app-development .blog-hero-content {
    grid-row-gap: 2em;
}
.warp-one:hover {
    background-color: #ae00ff4f;
    opacity: 1;
}
.warp-two:hover {
    background-color: #ae00ff4f;
    opacity: 1;
}
.warp-three:hover {
    background-color: #ae00ff4f;
    opacity: 1;
}
.popup-card.left {
    left: 14%;
}
.warp-three {
    background-color: unset;
    /* background-image: url(../img/service-section-four/Graphicdesign_bg2.webp); */
    border: 1px solid #af00ff;
    background-repeat: no-repeat;
    background-size: cover;
}
.projects-hero-gallery {
    opacity: 1 !important;
}
.md-display {
    display: none;
}
.color-box.pink,
.global-button.pink:hover {
    background-color: #af00ff;
}
/* .footer-social{
    transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -ms-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
} */
.footer-social:hover {
    background-color: #af00ff8a !important;
}
.client-section .w-tab-link {
    cursor: auto;
}
.sweet-alert button:hover,
.faq-row:hover {
    background-color: #ae00ff4f !important;
}
.about-us-section-two .home-about-paragraph {
    max-width: unset;
}
.faq-row {
    position: relative;
}
.faq-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 2.1rem;
}

.logo-pre {
    /* background: linear-gradient(to bottom, #FFFCE9 0, #FFE1EC 100%); */
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 0 0 rgb(0 0 0/0%);
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px;
}
.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #190238;
}
.home-tutorial__title {
    margin-top: 0 !important;
    margin-bottom: 0 !important ;
}
.home-tutorial {
    padding-top: 0;
    padding-bottom: 0;
}
.unify-smart-sec .container {
    padding-top: 0;
}
.unify-smart-sec h2 {
    margin-top: 0;
}
ul.features {
    padding-left: 0;
}
.about-us-btn-last {
    margin-top: 50px;
}
.home-about-cards {
    padding-top: 0;
}
.services-section-two .home-about {
    grid-template-columns: 1.4fr 1fr;
}
.logo {
    width: 250px;
}
.m-w-none {
    max-width: none;
}
.gd-title.block__title {
    margin-bottom: 25px;
}
.card-scroll p {
    max-width: 27pc;
}
h4 strong{
    font-weight: 400;
}
.contact-block__subtitle a:hover{
    color: #af00ff;
}
.sweet-alert button:hover{
    background-color: #000 !important;
}
.inner-pages-contents p{
    max-width: none;
}
body {
    visibility: hidden;
    background-color: #190238;
  }
  
  html.loaded body {
    visibility: visible;
  }





@media screen and (min-width: 1440px) {
    .home-page-sec-two .card {
        min-width: 230px;
        width: 230px;
    }
    .work-process-box img {
        max-width: 30%;
    }
    .right-50 {
        right: 50%;
    }
    .right-46 {
        right: 46%;
    }
}
@media screen and (min-width: 1920px) {
    .home-page-sec-two .card {
        width: 300px;
        min-width: 300px;
    }
}
@media (min-width: 1280px) and (max-width: 1536px) {
    .about-us-banner .card__image {
        width: 220px;
        height: 150px;
    }
    .about-us-banner .about-hero-images {
        top: -131px;
    }
    .counter-card {
        height: 215px;
    }
    .history-section {
        height: 115vh;
    }
}
@media (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .client-tab.w--current {
        width: 60%;
    }
}
@media (min-device-width: 1024px) and (max-device-width: 1366px) {
    .about-hero-section {
        height: 62vh;
        padding-top: 250px;
    }
    .about-hero {
        height: 470px;
    }
    .home-hero-buttons.mt-135 {
        margin-top: 190px;
    }
    .card-scroll p {
        max-width: 55%;

        width: 100%;
    }
    .card-scroll {
        width: 100%;
        max-width: 55%;
    }
}
@media (max-width: 991px) {
    .md-display {
        display: block;
    }
    .md-display-none {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about-hero {
        height: 395px;
    }
    .about-us-banner .container {
        /* padding-top: 0; */
        padding-bottom: 0;
    }
    .about-hero-section {
        height: 78vh;
        /* overflow: hidden; */
    }
    .about-us-section-two .container {
        padding-top: 0;
    }
    .rewards-container,
    .scroll-section {
        flex-direction: column;
    }
    .rewards-image-wrapper,
    .counter-cards-grid {
        width: 100%;
    }
    .history-section {
        padding-top: 0;
    }
    .scroll-section {
        height: 131vh;
    }
    .history-card.is--fourth {
        transform: translate(12em, -16em);
    }
    .history-card.is--third {
        transform: translate(-13em, 16em);
    }
    .history-card__dot {
        display: none;
    }
    .mw-1200 {
        max-width: 728px;
    }
    .home-banner-icon-right-position {
        left: 0px;
    }
    .home-page-sec-two .container {
        padding: 0;
        border: 0;
        background-color: unset;
    }
    .home-cards-wrap.mt-change {
        margin-top: 0;
    }
    .home-page-sec-two {
        padding: 0;
    }
    .work-process-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .work-process-box {
        width: 100%;
    }
    .client-tab {
        background-image: url(../img/home-section-seven/Bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #7247ff;
    }
    .faq-row {
        position: relative;
    }
    .faq-icon {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 2.1rem;
    }
    .card-scroll p {
        max-width: 55%;

        width: 100%;
    }
    .card-scroll {
        width: 100%;
        max-width: 55%;
    }
}
@media only screen 
  and (device-width: 540px) 
  and (device-height: 720px) 
  {
    .about-us-banner .home-hero-buttons{
        margin-top: 194px !important;
    }
    .about-hero {
        height: 332px;
    }
    .about-us-banner .h1-title.is--home{
        font-size: 2.8rem;
    }
    .about-us-section-two .home-about-title{
        padding-top: 20px;
        padding-bottom: 20px;
    }
  }
@media (max-width: 767px) {
    .work-process-wrapper {
        grid-row-gap: 1.3em;
        flex-direction: column;
    }
    .home-last-sec .home-contact__subtitle{
        text-align: center;
    }
    .myriad-section{
        padding-bottom: 0;
    }
    .client-tab{
        padding: 3em 1em 2em;
    }
    .client-section ul li{
        font-size: 18px;
    }
    .inner-pages-banner{
        margin-top: -50px;
    }
    .client-tab__image {
        max-height: 444px;
    }
    .projects-hero-gallery__image.is--first{
        width: 75px;
        height: 95px;
    }
    .small-p.for--partner.for--work-process {
        margin-top: 0.5em;
    }
    .work-process-box {
        width: 100%;
    }
    .mt-m-40 {
        margin-top: 0px;
    }
    .about-us-banner .card__image {
        width: 130px;
        height: 129px;
    }
    .about-hero-images {
        top: -150px;
    }
    .work-image-wrapper {
        height: 180px;
    }
    .work-content-wrapper,
    .work-image-wrapper,
    .rewards-image-wrapper,
    .counter-cards-grid,
    .scroll-section {
        width: 100%;
    }
    .works-collection-item,
    .rewards-container,
    .scroll-section {
        flex-direction: column;
    }
    .scroll-section-wrapper,
    .scroll-section {
        height: auto !important;
    }
    #w-node-_2caced59-9795-1450-909b-928b5937f911-5acd4871 {
        grid-area: unset;
    }
    .services-wrapper {
        grid-template-columns: 1fr;
    }
    .history-section {
        padding-top: 0;
        height: 90vh;
    }
    .history-card.is--fourth {
        transform: translate(2em, -12em);
    }
    .d-flef {
        flex-direction: column;
    }
    .w-40,
    .w-60 {
        width: 100%;
    }
    .mw-1200 {
        max-width: 100%;
    }
    .home-page-sec-two .container {
        padding: 0;
        border: 0;
        background-color: unset;
    }
    .home-cards-wrap.mt-change {
        margin-top: 0;
    }
    .footer {
        background-image: none;
    }
    .p-60 {
        padding: 0px;
    }
    .partner-grid-block {
        grid-template-columns: 1fr;
    }
    .partner-box.second,
    .partner-box.fourth {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
    body {
        background-size: unset;
    }
    .card-heading-img img {
        max-width: 40%;
    }
    .history-card.is--fourth {
        transform: translate(0em, -15em);
    }
    .history-card.is--third {
        transform: translate(-1.5em, 15em);
    }
    .history-section {
        height: 103vh;
    }
    .faq-row {
        position: relative;
    }
    .faq-icon {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 2.1rem;
    }
    .home-cards-wrap {
        padding-bottom: 12em;
    }
    .home-page-sec-two {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .home-tutorial {
        min-height: 70vh;
    }
    .client-tab {
        background-image: url(../img/home-section-seven/Bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer-info, .footer-nav{
        display: flex;
        flex-direction: column;
    }
    .coppyright p{
        text-align: center;
    }
    .footer-info__title{
        font-size: 1.5rem;
    }
    .about-us-banner .slide-animation-wrapper{
       padding-bottom: 25px;
    }
    .about-hero{
        height: 350px;
    }
    .about-us-banner .home-hero-buttons{
        margin-top: 140px;

    }
    .our-milestones .home-about-title{
       margin-bottom: 15px; 
    }
    .partner-box{
        background-image: none;
        border: 1px solid #af00ff;
    }
    .services-section-two .home-about {
        grid-template-columns: 1fr;
    }
    .digital-marketing-section .works-collection-list .w-dyn-list:nth-child(1) .works-collection-item, .digital-marketing-section .works-collection-list .w-dyn-list:nth-child(3) .works-collection-item{
        flex-direction: column-reverse;
    }
    .card-scroll{
        height: 55vh;
    }
    .impactful-workflow .home-contact__subtitle{
      text-align: center;
    }
    /* .contact-form-inner{
        width: 85%;
    } */
     .contact-block__subtitle{
        word-break: break-all;
     }
     .faq-ct .home-about-paragraph{
        margin-top: 15px;
     }
     .home-hero{
        min-height: 52vh;
     }
     .frame-work-section h2{
        text-align: center;

     }
     .projects-hero-section{
        height: 72vh;
        margin-bottom: 60px;
     }
}
