/* Award-Winning App Company start */
.mobile-award-hero-section {
    padding: 0;
    overflow: hidden;
    background: radial-gradient(circle at 13% 18%, rgba(255, 255, 255, 0.42) 0%, rgba(165, 100, 190, 0.36) 16%, transparent 34%), radial-gradient(circle at 14% 2%, rgba(45, 67, 255, 0.86) 0%, rgba(45, 67, 255, 0.36) 27%, transparent 48%), radial-gradient(circle at 84% -19%, rgba(235, 0, 38, 0.9) 0%, rgba(220, 53, 173, 0.46) 31%, transparent 54%), radial-gradient(circle at 58% 52%, rgba(77, 45, 200, 0.62) 0%, rgba(12, 8, 32, 0.62) 40%, transparent 68%), linear-gradient(180deg, #12071f 0%, #08051a 78%, #000 100%);
	    margin-top: 10px;
}

.mobile-award-hero-shell {
	margin-top: 10px;
    position: relative;
    width: 100vw;
    min-height: 532px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background:
        radial-gradient(circle at 13% 18%, rgba(255, 255, 255, 0.42) 0%, rgba(165, 100, 190, 0.36) 16%, transparent 34%),
        radial-gradient(circle at 14% 82%, rgba(45, 67, 255, 0.86) 0%, rgba(45, 67, 255, 0.36) 27%, transparent 48%),
        radial-gradient(circle at 84% 30%, rgba(235, 0, 38, 0.9) 0%, rgba(220, 53, 173, 0.46) 31%, transparent 54%),
        radial-gradient(circle at 58% 52%, rgba(77, 45, 200, 0.62) 0%, rgba(12, 8, 32, 0.62) 40%, transparent 68%),
        linear-gradient(180deg, #12071f 0%, #08051a 78%, #000 100%);
	margin-top: 10px;
}

.mobile-award-hero-shell::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 155px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 72%, #000 100%);
    pointer-events: none;
}

.mobile-award-hero-row {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    min-height: 532px;
    margin: 0 auto;
    row-gap: 30px;
}

.mobile-award-hero-content {
    max-width: 520px;
    margin-top: 51px;
    padding: 44px 0 58px;
}

.mobile-award-hero-badge p {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin: 0;
    padding: 8px 22px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.mobile-award-hero-content h1 {
    max-width: 470px;
    margin: 34px 0 22px;
    color: #fff;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.28;
}

.mobile-award-hero-content .lead-ideation {
    max-width: 540px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.mobile-award-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 34px 0 0;
}

.mobile-award-hero-actions a {
    display: inline-flex;
    min-width: 142px;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 28px rgba(0, 0, 0, 0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.mobile-award-hero-actions a:hover {
    border-color: rgba(255, 255, 255, 0.32);
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 18px 34px rgba(45, 67, 255, 0.28);
    color: #fff;
    transform: translateY(-1px);
}


.oge-ther.mobile-award-hero-media img {
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 1199.98px) {
    .mobile-award-hero-row {
        max-width: 960px;
        padding: 0 12px;
    }

    .mobile-award-hero-content h1 {
        font-size: 36px;
    }

    .mobile-award-hero-media {
        margin-right: -52px;
    }
}

@media (max-width: 991.98px) {
    .mobile-award-hero-shell,
    .mobile-award-hero-row {
        min-height: auto;
    }

    .mobile-award-hero-row {
        padding: 48px 22px 0;
    }

    .mobile-award-hero-content {
        max-width: 100%;
        padding: 0;
        text-align: center;
    }

    .mobile-award-hero-content h1,
    .mobile-award-hero-content .lead-ideation {
        margin-right: auto;
        margin-left: auto;
    }

    .mobile-award-hero-actions {
        justify-content: center;
    }

    .mobile-award-hero-media {
        max-width: 720px;
        margin: 18px auto -16px;
    }

    .mobile-award-hero-media img {
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .mobile-award-hero-row {
        padding: 38px 16px 0;
    }

    .mobile-award-hero-content h1 {
        margin-top: 26px;
        font-size: 32px;
        line-height: 1.22;
    }

    .mobile-award-hero-content .lead-ideation {
        font-size: 14px;
    }

    .mobile-award-hero-actions {
        gap: 10px;
        padding-top: 26px;
    }

    .mobile-award-hero-actions a {
        min-width: 136px;
    }
}

@media (max-width: 420px) {
    .mobile-award-hero-content h1 {
        font-size: 28px;
    }

    .mobile-award-hero-actions a {
        width: 100%;
    }
}
/* Award-Winning App Company end */

/* Trusted by fast-growing brands and ambitious teams start  */
section#hire-trusted-brands-marquee {
       padding: 50px 0px;
}
/* Trusted by fast-growing brands and ambitious teams end  */

/* Leading Digital Transformation Through Custom Apps start */
.mobile-custom-apps-section {
    position: relative;
    padding: 78px 0 72px;
    overflow: hidden;
    background: #000;
}

.mobile-custom-apps-heading {

    text-align: center;
}

.mobile-custom-apps-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.18;
}

.mobile-custom-apps-heading h2 span {
    color: transparent;
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-custom-apps-heading p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.7;
}

.mobile-custom-apps-shell {
    margin-top: 4px;
}

.mobile-custom-apps-carousel.owl-carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.mobile-custom-apps-carousel.owl-carousel:not(.owl-loaded) .mobile-custom-apps-slide:nth-child(n+4) {
    display: none;
}

.mobile-custom-apps-carousel.owl-loaded {
    display: block;
}

.mobile-custom-apps-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.mobile-custom-apps-carousel .owl-item {
    display: flex;
    min-height: 1px;
}

.mobile-custom-apps-slide {
    display: flex;
    width: 100%;
}

.mobile-custom-app-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 368px;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    padding: 34px 30px 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: linear-gradient(180deg, #1d1d1d 0%, #171717 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 22px 46px rgba(0, 0, 0, 0.28);
    color: #fff;
    isolation: isolate;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.mobile-custom-app-card::before {
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 92%;
    content: "";
    background: radial-gradient(circle at 16% 100%, rgba(45, 67, 255, 0.92) 0%, rgba(45, 67, 255, 0.38) 28%, transparent 58%), radial-gradient(circle at 92% 92%, rgba(220, 53, 173, 0.94) 0%, rgba(220, 53, 173, 0.42) 30%, transparent 60%);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.mobile-custom-app-card::after {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background: linear-gradient(145deg, rgba(35, 35, 35, 0.96) 0%, rgba(14, 14, 14, 0.98) 54%, rgba(8, 8, 8, 1) 100%);
}

.mobile-custom-app-card.is-featured::before,
.mobile-custom-app-card:hover::before,
.mobile-custom-app-card:focus-within::before {
    opacity: 1;
}

.mobile-custom-app-card:hover,
.mobile-custom-app-card:focus-within {
    transform: none;
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 30px 60px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(220, 53, 173, 0.18);
}

.mobile-custom-app-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 34px;
}

.mobile-custom-app-count {
    color: rgba(255, 255, 255, 0.13);
    font-size: 34px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.mobile-custom-app-card.is-featured .mobile-custom-app-count,
.mobile-custom-app-card:hover .mobile-custom-app-count,
.mobile-custom-app-card:focus-within .mobile-custom-app-count {
    color: #fff;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.mobile-custom-app-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.16) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 12px 24px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: width 0.32s ease, padding 0.32s ease, gap 0.32s ease, transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.mobile-custom-app-link-text {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 12px;
    font-weight: 700;
    transition: max-width 0.32s ease, opacity 0.2s ease;
}

.mobile-custom-app-card:hover .mobile-custom-app-link,
.mobile-custom-app-card:focus-within .mobile-custom-app-link {
    width: 118px;
    gap: 8px;
    padding: 0 16px;
    transform: translateX(2px);
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 16px 34px rgba(45, 67, 255, 0.28);
    color: #fff;
}

.mobile-custom-app-card:hover .mobile-custom-app-link-text,
.mobile-custom-app-card:focus-within .mobile-custom-app-link-text {
    max-width: 72px;
    opacity: 1;
}

.mobile-custom-app-card h3 {
    min-height: 58px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.28;
}

.mobile-custom-app-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.74;
    transition: color 0.3s ease;
}

.mobile-custom-app-card.is-featured p,
.mobile-custom-app-card:hover p,
.mobile-custom-app-card:focus-within p {
    color: rgba(255, 255, 255, 0.9);
}

.mobile-custom-apps-carousel.owl-theme .owl-nav {
    display: none;
}

.mobile-custom-apps-carousel.owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 20px !important;
}

.mobile-custom-apps-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-custom-apps-carousel.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: transparent;
    transition: width 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.mobile-custom-apps-carousel.owl-theme .owl-dots .owl-dot.active span,
.mobile-custom-apps-carousel.owl-theme .owl-dots .owl-dot:hover span {
    width: 14px;
    border-color: transparent;
    background: linear-gradient(105deg, #dc35ad 0%, #9435df 48%, #2d43ff 100%);
    box-shadow: 0 0 18px rgba(94, 65, 255, 0.44);
}

.mobile-review-platform-wrap {
    position: relative;
    margin: 38px auto 0;
    padding: 0 58px;
}

.mobile-review-platform-carousel.owl-carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.mobile-review-platform-carousel.owl-carousel:not(.owl-loaded) .mobile-review-platform-slide:nth-child(n+4) {
    display: none;
}

.mobile-review-platform-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.mobile-review-platform-carousel .owl-item,
.mobile-review-platform-slide {
    display: flex;
}

.mobile-review-platform-slide,
.mobile-review-platform-card {
    width: 100%;
}

.mobile-review-platform-card {
    display: grid;
    min-height: 70px;
    grid-template-columns: minmax(138px, 1fr) 1px auto;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    background: linear-gradient(180deg, #171717 0%, #101010 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 34px rgba(0, 0, 0, 0.32);
    transition: border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.mobile-review-platform-card.is-gradient,
.mobile-review-platform-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(100deg, #dc35ad 0%, #7a35e5 56%, #2d43ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 20px 42px rgba(45, 67, 255, 0.2);
}

.mobile-review-platform-brand {
    display: flex;
    min-width: 0;
    align-items: center;
}

.mobile-review-platform-brand img {
    display: block;
    width: 100%;
    max-width: 188px;
    height: 36px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

.mobile-review-platform-brand-capterra img {
    max-width: 160px;
}

.mobile-review-platform-brand-software-advice img {
    max-width: 184px;
}

.mobile-review-platform-brand-clutch img {
    max-width: 156px;
}

.mobile-review-platform-brand-text {
    gap: 7px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.mobile-review-platform-mark {
    font-size: 30px;
    line-height: 0.72;
}

.mobile-review-platform-divider {
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.25);
    position: relative;
    left: -9px;
}
.mobile-review-platform-score {
    display: flex;
    min-width: 98px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.mobile-review-platform-stars {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffc21a;
    font-size: 12px;
    line-height: 1;
}

.mobile-review-platform-stars .is-muted {
    color: rgba(255, 194, 26, 0.38);
}

.mobile-review-platform-score strong {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.mobile-review-platform-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: -50px !important;
    right: -50px !important;
    z-index: 3;
    display: flex;
    margin: 0;
    pointer-events: none;
    transform: translateY(-50%);
    justify-content: space-between;
}

.mobile-review-platform-carousel.owl-theme .owl-nav [class*=owl-] {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 12px 24px rgba(0, 0, 0, 0.28);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    pointer-events: auto;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.mobile-review-platform-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 14px 28px rgba(45, 67, 255, 0.28);
}
@media (min-width: 1920px) {
    .mobile-custom-apps-section {
        padding: 90px 0 82px;
    }

    .mobile-custom-app-card {
        min-height: 386px;
    }
}

@media (max-width: 1199.98px) {
    .mobile-custom-apps-heading h2 {
        font-size: 40px;
    }

    .mobile-custom-app-card {
        min-height: 374px;
        padding: 30px 26px;
    }
}

@media (max-width: 991.98px) {
    .mobile-review-platform-wrap {
        width: min(100%, 760px);
        padding: 0 54px;
    }

    .mobile-review-platform-carousel.owl-carousel:not(.owl-loaded) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobile-review-platform-carousel.owl-carousel:not(.owl-loaded) .mobile-review-platform-slide:nth-child(n+3) {
        display: none;
    }

    .mobile-review-platform-card {
        grid-template-columns: minmax(132px, 1fr) 1px auto;
        gap: 16px;
    }

    .mobile-custom-apps-section {
        padding: 62px 0;
    }

    .mobile-custom-apps-carousel.owl-carousel:not(.owl-loaded) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .mobile-custom-apps-carousel.owl-carousel:not(.owl-loaded) .mobile-custom-apps-slide:nth-child(n+3) {
        display: none;
    }

    .mobile-custom-app-card {
        min-height: 350px;
    }
}

@media (max-width: 767.98px) {
    .mobile-review-platform-wrap {
        width: min(100%, 450px);
        margin-top: 30px;
        padding: 0 46px;
    }

    .mobile-review-platform-carousel.owl-carousel:not(.owl-loaded) {
        grid-template-columns: 1fr;
    }

    .mobile-review-platform-carousel.owl-carousel:not(.owl-loaded) .mobile-review-platform-slide:nth-child(n+2) {
        display: none;
    }

    .mobile-review-platform-card {
        min-height: 74px;
        grid-template-columns: minmax(124px, 1fr) 1px auto;
        gap: 14px;
        padding: 14px 16px;
    }

    .mobile-review-platform-brand img {
        max-width: 155px;
        height: 32px;
    }

    .mobile-review-platform-brand-text {
        font-size: 17px;
    }

    .mobile-review-platform-score {
        min-width: 86px;
    }

    .mobile-custom-apps-section {
        padding: 52px 0;
    }

    .mobile-custom-apps-heading {
        margin-bottom: 28px;
    }

    .mobile-custom-apps-heading h2 {
        font-size: 32px;
    }

    .mobile-custom-apps-heading p {
        font-size: 14px;
    }

    .mobile-custom-apps-carousel.owl-carousel:not(.owl-loaded) {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mobile-custom-apps-carousel.owl-carousel:not(.owl-loaded) .mobile-custom-apps-slide:nth-child(n+2) {
        display: none;
    }

    .mobile-custom-app-card {
        min-height: 332px;
        padding: 28px 22px;
        border-radius: 20px;
    }

    .mobile-custom-app-card-top {
        margin-bottom: 28px;
    }

    .mobile-custom-app-card h3 {
        min-height: auto;
        font-size: 21px;
    }
}

@media (max-width: 420px) {
    .mobile-review-platform-carousel.owl-theme .owl-nav {
        right: -40px;
        left: -40px;
    }

    .mobile-review-platform-card {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 8px;
        padding: 16px;
        text-align: center;
    }

    .mobile-review-platform-brand img {
        object-position: center;
    }

    .mobile-review-platform-divider {
        display: none;
    }

    .mobile-review-platform-score {
        align-items: center;
    }

    .mobile-custom-apps-heading h2 {
        font-size: 28px;
    }

    .mobile-custom-app-card {
        min-height: 360px;
    }
}
/* Leading Digital Transformation Through Custom Apps end */

/* Fluper is An Award-Winning Mobile App start  */
.bui-lding-award h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.bui-lding-award p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.award-expertise p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.award-expertise img {
    width: 100%;
    padding: 20px;
}
.award-expertise {
    padding: 10px;
    border: 1px solid #2f2f2f;
    border-radius: 20px;
}
.bui-lding-award h2 span {
    color: transparent;
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Fluper is An Award-Winning Mobile App end  */

/* Our Iterations Make Your Mobile App Standout start */
.mobile-iteration-section {
    padding: 100px 0px 0px;
    overflow: hidden;
    background: #000;
}
.mobile-iteration-row {
    row-gap: 28px;
}

.mobile-iteration-content {
    position: relative;
    z-index: 4;
    height: 100%;
}

.mobile-iteration-heading {
    max-width: 520px;
    margin-bottom: 24px;
}

.mobile-iteration-heading h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.18;
}

.mobile-iteration-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.mobile-iteration-feature-panel {
    width: calc(100% + 92px);
    min-height: 324px;
    padding: 38px 42px;
    background: linear-gradient(105deg, #dc35ad 0%, #9435df 48%, #2d43ff 100%);
}

.mobile-iteration-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.mobile-iteration-feature-card {
    display: grid;
    min-height: 64px;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.76);
    transition: background 0.25s ease, border-color 0.25s ease;
}

.mobile-iteration-feature-card:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
}

.mobile-iteration-feature-card img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.82;
}
.mobile-iteration-feature-card span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.18;
}

.mobile-iteration-feature-card strong {
    display: block;
    color: #fff;
    font-weight: 800;
}

.mobile-iteration-media {
    position: relative;
    z-index: 2;
    margin-left: -30px;
}

.mobile-iteration-media img {
    display: block;
    width: 100%;
    min-height: 456px;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 1199.98px) {
    .mobile-iteration-heading h2 {
        font-size: 31px;
    }

    .mobile-iteration-feature-panel {
        width: calc(100% + 48px);
        padding: 32px 28px;
    }

    .mobile-iteration-feature-grid {
        gap: 18px;
    }

    .mobile-iteration-feature-card {
        padding: 12px 14px;
    }
}

@media (max-width: 991.98px) {
    .mobile-iteration-section {
        padding: 62px 0;
    }

    .mobile-iteration-heading {
        max-width: 100%;
        text-align: center;
    }

    .mobile-iteration-feature-panel {
        width: 100%;
        min-height: auto;
        padding: 30px;
    }

    .mobile-iteration-media {
        margin-left: 0;
    }

    .mobile-iteration-media img {
        min-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .mobile-iteration-section {
        padding: 52px 0;
    }

    .mobile-iteration-heading h2 {
        font-size: 28px;
    }

    .mobile-iteration-feature-panel {
        padding: 24px;
    }

    .mobile-iteration-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .mobile-iteration-feature-card {
        min-height: 62px;
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 10px;
    }

    .mobile-iteration-feature-card img {
        width: 30px;
        height: 30px;
    }

    .mobile-iteration-media img {
        min-height: 300px;
    }
}

@media (max-width: 420px) {
    .mobile-iteration-heading h2 {
        font-size: 25px;
    }

    .mobile-iteration-feature-panel {
        padding: 18px;
    }

    .mobile-iteration-feature-grid {
        grid-template-columns: 1fr;
    }
}
/* Our Iterations Make Your Mobile App Standout end */

/* We Work Together Success Section start */
.mobile-success-section {
    padding: 72px 0 84px;
    overflow: hidden;
    background: #000;
}

.mobile-success-banner {
    position: relative;
    min-height: 294px;
    overflow: visible;
}

.mobile-success-bg {
    display: block;
    width: 100%;
    height: 238px;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
}

.mobile-success-shade {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 238px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.46) 48%, rgba(0, 0, 0, 0.74) 100%);
    pointer-events: none;
}

.mobile-success-content {
    position: absolute;
    top: 56px;
    right: 8.8%;
    left: 8.8%;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

.mobile-success-content h2 {
    max-width: 600px;
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.18;
}

.mobile-success-btn {
    display: inline-flex;
    min-width: 154px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.12));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 16px 30px rgba(0, 0, 0, 0.34);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mobile-success-btn:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 18px 34px rgba(45, 67, 255, 0.3);
    color: #fff;
}

.mobile-success-btn i {
    font-size: 12px;
}

.mobile-success-stats {
    position: absolute;
    right: 8.8%;
    bottom: 0;
    left: 8.8%;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 114px;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(100deg, #dc35ad 0%, #9036e2 47%, #2d43ff 100%);
    box-shadow: 0 22px 44px rgba(30, 30, 80, 0.3);
}

.mobile-success-stat {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 18px 20px;
    text-align: center;
}

.mobile-success-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.23);
}

.mobile-success-stat strong {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.mobile-success-stat span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 1199.98px) {
    .mobile-success-content {
        right: 6.5%;
        left: 6.5%;
    }

    .mobile-success-content h2 {
        font-size: 31px;
    }

    .mobile-success-stats {
        right: 6.5%;
        left: 6.5%;
    }
}

@media (max-width: 991.98px) {
    .mobile-success-section {
        padding: 62px 0 72px;
    }

    .mobile-success-banner {
        min-height: 390px;
    }

    .mobile-success-bg,
    .mobile-success-shade {
        height: 270px;
    }

    .mobile-success-content {
        top: 36px;
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-success-content h2 {
        max-width: 560px;
    }

    .mobile-success-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 178px;
    }

    .mobile-success-stat:nth-child(2)::after {
        display: none;
    }

    .mobile-success-stat:not(:last-child)::after {
        height: 52px;
    }
}

@media (max-width: 767.98px) {
    .mobile-success-section {
        padding: 52px 0 62px;
    }

    .mobile-success-banner {
        min-height: 528px;
    }

    .mobile-success-bg,
    .mobile-success-shade {
        height: 332px;
    }

    .mobile-success-content {
        right: 24px;
        left: 24px;
        gap: 22px;
    }

    .mobile-success-content h2 {
        font-size: 28px;
    }

    .mobile-success-stats {
        right: 18px;
        left: 18px;
        grid-template-columns: 1fr;
        min-height: 300px;
    }

    .mobile-success-stat {
        padding: 14px 18px;
    }

    .mobile-success-stat:not(:last-child)::after {
        top: auto;
        right: 24px;
        bottom: 0;
        left: 24px;
        width: auto;
        height: 1px;
    }
}

@media (max-width: 420px) {
    .mobile-success-content h2 {
        font-size: 25px;
    }

    .mobile-success-btn {
        min-width: 142px;
        min-height: 46px;
        padding: 10px 20px;
    }

    .mobile-success-stat strong {
        font-size: 30px;
    }
}
/* We Work Together Success Section end */
 /* Augment your Digital Presence with Fluper start */

section.resence-with {
    padding: 70px 0px;
}

.rations p {
    text-align: center;
    font-size: 16px;
}
.rations h2 {
    font-size: 25px;
    font-weight: 700;
}
.rations ul li {
    list-style: none;
    font-size: 15px;
    margin-left: 13px;
}
.rations ul li i {
    margin-right: 10px;
}
.rations ul {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
    text-align: center;
    padding-left: 0;
}
a.concept-cutting:hover {
    animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
    background: var(--global-cta-hover-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.08);
    outline: 0;
}
a.innovative-brings:hover {
    animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
    background: var(--global-cta-hover-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.08);
    outline: 0;
}
a.concept-cutting {
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
}
a.innovative-brings {
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
}
.digital-edge {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 26px;
}
.transformation {
    background-image: url(https://cdn.fluper.com/2026/09/cta_bg-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 40px;
    border-radius: 30px;
}
.rations h2 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
  /* Augment your Digital Presence with Fluper end */
    /* Development Process Section start */

        #fs-process-section,
        #fs-process-section * {
            box-sizing: border-box;
        }

        #fs-process-section {
            position: relative;
            overflow: hidden;
            padding: 78px 0 104px;
            color: #fff;
            background: #000;
            font-family: 'BR Sonoma', Arial, sans-serif;
        }

        .fs-process-container {
            margin: 0 auto;
        }

        .fs-process-heading {
            max-width: 860px;
            margin: 0 auto 56px;
            text-align: center;
        }

        .fs-process-heading h2 {
            margin: 0 0 22px;
            color: #fff;
            font-size: clamp(38px, 4vw, 50px);
            line-height: 1.12;
            letter-spacing: 0;
            font-weight: 700;
        }

        .fs-process-heading p {
            max-width: 840px;
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.7;
        }

        .fs-process-track {
            position: relative;
            min-height: 198px;
            margin: 0 0 42px;
        }

        .fs-process-wave {
            position: absolute;
            inset: 44px 0 auto;
            left: 50%;
            width: 100vw;
            height: 105px;
            overflow: visible;
            transform: translateX(-50%);
        }

        .fs-process-wave path {
            fill: none;
            stroke-width: 2;
            opacity: 0.9;
        }

        .fs-process-wave-base {
            stroke: #333;
        }

        .fs-process-wave-active {
            stroke: url(#fsProcessWaveGradient);
            stroke-dasharray: 1;
            stroke-dashoffset: 1;
            stroke-linecap: round;
            transition: stroke-dashoffset 0.35s ease;
        }

        .fs-process-step {
            position: absolute;
            z-index: 2;
            width: 170px;
            padding: 0;
            border: 0;
            color: rgba(255, 255, 255, 0.38);
            background: transparent;
            text-align: center;
            cursor: pointer;
            transform: translateX(-50%);
            transition: color 0.25s ease, transform 0.25s ease;
        }

        .fs-process-step:nth-of-type(1) {
            left: 3%;
            top: 29px;
        }

	.fs-process-step:nth-of-type(2) {
		left: 24%;
		top: 54px;
		}

		.fs-process-step:nth-of-type(3) {
			left: 46%;
			top: 24px;
		}

        .fs-process-step:nth-of-type(4) {
            left: 70%;
            top: 47px;
        }

		.fs-process-step:nth-of-type(5) {
			left: 93%;
			top: 30px;
		}

		.fs-process-kicker {
			display: block;
			margin: 0 0 10px;
			color: inherit;
			font-size: 20px;
			line-height: 1;
			font-weight: 700;
		}

        .fs-process-icon {
            width: 58px;
            height: 58px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 7px;
            color: #fff;
            background: linear-gradient(180deg, #707070 0%, #383838 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 16px 30px rgba(0, 0, 0, 0.24);
            font-size: 27px;
        }

		.fs-process-name {
			display: block;
			margin-top: 12px;
			color: inherit;
			font-size: 20px;
			line-height: 1.2;
			font-weight: 700;
		}
.fs-mena-ict-work-btn:hover{
color:#fff}
        .fs-process-step.is-active {
            color: #fff;
            transform: translateX(-50%) translateY(-3px);
        }

        .fs-process-step.is-active .fs-process-icon {
            background: linear-gradient(135deg, #3143ff 0%, #ff2aad 100%);
            box-shadow: 0 0 28px rgba(111, 67, 255, 0.44);
        }

        .fs-process-detail {
            display: grid;
            grid-template-columns: minmax(0, 460px) minmax(0, 620px);
            align-items: center;
            justify-content: space-between;
            gap: clamp(44px, 6vw, 88px);
            width: 100%;
            margin: 0 auto;
        }

        .fs-process-number {
            display: block;
            margin: 0 0 18px;
            color: rgba(255, 255, 255, 0.18);
            font-size: 42px;
            line-height: 1;
        }

        .fs-process-detail h3 {
            margin: 0 0 14px;
            color: #fff;
            font-size: clamp(30px, 3vw, 41px);
            line-height: 1.12;
            font-weight: 700;
        }

        .fs-process-detail p {
            margin: 0;
            max-width: 455px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.75;
        }

        .fs-process-media {
            overflow: hidden;
            width: 100%;
            border-radius: 18px;
            background: #151515;
            box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3);
        }

        .fs-process-media img {
            display: block;
            width: 100%;
            aspect-ratio: 560 / 280;
            object-fit: cover;
        }

        @media (max-width: 991px) {
            #fs-process-section {
                padding: 64px 0 78px;
            }

            .fs-process-track {
                min-height: auto;
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 18px;
                margin: 0 0 38px;
            }

            .fs-process-wave {
                display: none;
            }

            .fs-process-step,
            .fs-process-step:nth-of-type(n) {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                transform: none;
                padding: 14px 10px;
                border: 1px solid rgba(255, 255, 255, 0.14);
                border-radius: 12px;
                background: rgba(255, 255, 255, 0.04);
            }

            .fs-process-detail {
                grid-template-columns: 1fr;
                gap: 30px;
                text-align: center;
            }
        }

        @media (max-width: 575px) {
            .fs-process-heading h2 {
                font-size: 33px;
            }

            .fs-process-track {
                grid-template-columns: 1fr;
            }

            .fs-process-media img {
                aspect-ratio: 1.28 / 1;
            }
        }

        /* Development Process Section end */

        /* We Help Startups and SMEs To Grow Big start */
.mobile-startup-growth-section {
    padding: 72px 0;
    overflow: hidden;
    background: #000;
}

.mobile-startup-growth-heading h2 {
    margin: 0 0 34px;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.16;
    text-align: center;
}

.mobile-startup-growth-heading h2 span {
    color: transparent;
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-startup-growth-shell {
    padding: 38px 34px 44px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: linear-gradient(180deg, #050505 0%, #111 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 26px 46px rgba(0, 0, 0, 0.34);
}

.mobile-startup-growth-grid {
    display: grid;
    grid-template-columns: 1.34fr 0.96fr 0.96fr;
    gap: 18px;
    align-items: stretch;
}

.mobile-startup-growth-media img {
    display: block;
    width: 100%;
    height: 265px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}
.pla-tform.mobile-startup-growth-card.mobile-startup-growth-card-gradient:hover {
      background: radial-gradient(circle at 16% 100%, rgba(45, 67, 255, 0.92) 0%, rgba(45, 67, 255, 0.38) 28%, transparent 58%), radial-gradient(circle at 92% 92%, rgba(220, 53, 173, 0.94) 0%, rgba(220, 53, 173, 0.42) 30%, transparent 60%);
	    border: 1px solid #313131;

}
.certi-fied.mobile-startup-growth-card:hover {
        background: radial-gradient(circle at 16% 100%, rgba(45, 67, 255, 0.92) 0%, rgba(45, 67, 255, 0.38) 28%, transparent 58%), radial-gradient(circle at 92% 92%, rgba(220, 53, 173, 0.94) 0%, rgba(220, 53, 173, 0.42) 30%, transparent 60%);
	    border: 1px solid #313131;
}
.mobile-startup-growth-card {
    display: flex;
    min-height: 265px;
    flex-direction: column;
    padding: 22px 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: linear-gradient(180deg, #1c1c1c 0%, #151515 100%);
}

.mobile-startup-growth-card-gradient {
    border-color: rgba(255, 255, 255, 0.18);
}

.mobile-startup-growth-card-head {
    margin: 0 0 22px;
    text-align: center;
}

.mobile-startup-growth-card-head a {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.12));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 12px 24px rgba(0, 0, 0, 0.22);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.mobile-startup-growth-card ul {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.mobile-startup-growth-card ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
}

.mobile-startup-growth-card ul li i {
    display: inline-flex;
    width: 16px;
    min-width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}

.mobile-startup-growth-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 24px;
    padding: 32px 36px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(100deg, #df31ad 0%, #9837d8 48%, #2e43ff 100%);
}

.mobile-startup-growth-cta .businesses-have {
    flex: 1;
    width: auto;
    min-width: 0;
}

.mobile-startup-growth-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.18;
}

.mobile-startup-growth-cta p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

a.Sche-dule:hover {
    animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
    background: var(--global-cta-hover-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.08);
    outline: 0;
}
.mobile-startup-growth-cta .Sche-dule {
    display: inline-flex;
    min-width: 160px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.12));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .mobile-startup-growth-shell {
        width: 100%;
        padding: 32px 28px 36px;
    }

    .mobile-startup-growth-heading h2 {
        font-size: 40px;
    }

    .mobile-startup-growth-grid {
        grid-template-columns: 1.18fr 1fr 1fr;
    }
}

@media (max-width: 991.98px) {
    .mobile-startup-growth-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mobile-startup-growth-media {
        grid-column: 1 / -1;
    }

    .mobile-startup-growth-media img {
        height: 330px;
    }

    .mobile-startup-growth-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .mobile-startup-growth-section {
        padding: 56px 0;
    }

    .mobile-startup-growth-heading h2 {
        margin-bottom: 26px;
        font-size: 31px;
    }

    .mobile-startup-growth-shell {
        padding: 20px;
        border-radius: 18px;
    }

    .mobile-startup-growth-grid {
        grid-template-columns: 1fr;
    }

    .mobile-startup-growth-media img {
        height: 260px;
    }

    .mobile-startup-growth-card {
        min-height: auto;
    }

    .mobile-startup-growth-cta {
        padding: 26px 22px;
    }

    .mobile-startup-growth-cta h2 {
        font-size: 24px;
    }
}
/* We Help Startups and SMEs To Grow Big end */

        /* We Are Expert in Delivering Mobile Application Projects start  */
 section.inc-eption {
    padding: 70px 0px;
}
.dli-vering h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}
.dli-vering p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 50px;
}
.visu-ally img {
    width: 100%;
    border-radius: 20px;
    height: 483px;
}
.understa-nding h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.understa-nding p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}
.understa-nding {
    border: 1px solid #3a3a3a;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 18px;
    background: #181818;
}
.understa-nding {
    position: relative;
}

.understa-nding::before {
    content: "";
    position: absolute;
    top: 53px;
    left: 61px;
    height: 1px;
    width: 140px;
    background: #a3a3a3;
}
.understa-nding:hover {
    background: linear-gradient(175deg, #1b1b1b 0%, #151515 40%, rgba(220, 53, 173, 0.82) 78%, rgba(45, 67, 255, 0.9) 100%);
    box-shadow: 0 20px 42px rgba(45, 67, 255, 0.18);
}


/* We Are Expert in Delivering Mobile Application Projects end  */

 /* We Are a Transparent Mobile App Development Company start */
.mobile-transparent-section {
    padding: 72px 0;
    overflow: hidden;
    background: #000;
}

.mobile-transparent-heading h2 {
    max-width: 850px;
    margin: 0 auto 34px;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.16;
    text-align: center;
}



.mobile-transparent-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
    gap: 20px;
    align-items: stretch;
}

.mobile-transparent-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: linear-gradient(180deg, #1b1b1b 0%, #151515 100%);
    color: #fff;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.mobile-transparent-card:hover {
    border-color: rgba(255, 255, 255, 0.24);
    background: linear-gradient(175deg, #1b1b1b 0%, #151515 40%, rgba(220, 53, 173, 0.82) 78%, rgba(45, 67, 255, 0.9) 100%);
    box-shadow: 0 20px 42px rgba(45, 67, 255, 0.18);
    border: 1px solid #2f2f2f;
}

.mobile-transparent-card-wide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 22px;
    padding: 28px;
}

.mobile-transparent-card-list {
    display: flex;
    min-height: 328px;
    flex-direction: column;
    padding: 28px;
}

.mobile-transparent-tag {
    display: inline-flex;
    width: 48px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.mobile-transparent-card h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.22;
}

.mobile-transparent-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.62;
}

.mobile-transparent-card:hover p {
    color: rgba(255, 255, 255, 0.9);
}

.mobile-transparent-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 270px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.mobile-transparent-card ul {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
    margin: 22px 0 0;
    padding: 0;
}

.mobile-transparent-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
}

.mobile-transparent-card ul li i {
    margin-top: 3px;
    color: #fff;
    font-size: 15px;
}

.mobile-transparent-card .main-tenance,
.mobile-transparent-card .imelines {
    margin-top: 26px;
}

.mobile-transparent-card .oughout,
.mobile-transparent-card .Cle-ar {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 12px 24px rgba(0, 0, 0, 0.22);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}
a.oughout {
    color: #fff;
    text-decoration: none;
    padding: 14px 25px;
    border-radius: 35px;
    border-radius: 999px;
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 12px 24px rgba(0, 0, 0, 0.22);
}

a.oughout:hover {
    animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
    background: var(--global-cta-hover-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.08);
    outline: 0;
}
a.Cle-ar:hover {
    animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
    background: var(--global-cta-hover-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.08);
    outline: 0;
}
@media (max-width: 1199.98px) {
    .mobile-transparent-heading h2 {
        font-size: 40px;
    }

    .mobile-transparent-card-wide {
        grid-template-columns: 1fr;
    }

    .mobile-transparent-media img {
        height: 250px;
        min-height: 250px;
    }
}

@media (max-width: 991.98px) {
    .mobile-transparent-grid {
        grid-template-columns: 1fr;
    }

    .mobile-transparent-card-list {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .mobile-transparent-section {
        padding: 56px 0;
    }

    .mobile-transparent-heading h2 {
        margin-bottom: 26px;
        font-size: 31px;
    }

    .mobile-transparent-shell {
        padding: 20px;
        border-radius: 18px;
    }

    .mobile-transparent-card-wide,
    .mobile-transparent-card-list {
        padding: 22px;
    }

    .mobile-transparent-card h2 {
        font-size: 22px;
    }

    .mobile-transparent-media img {
        height: 230px;
        min-height: 230px;
    }
}
/* We Are a Transparent Mobile App Development Company end */

/* Mobile App Cost Estimate Section start */
.mobile-cost-estimate-section {
    padding: 88px 0 86px;
    overflow: hidden;
    background: #000;
}

.mobile-cost-estimate-wrap {
    width: 100%;
}

.mobile-cost-estimate-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.mobile-cost-estimate-heading h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.18;
}

.mobile-cost-estimate-heading h2 span {
    display: block;
    color: transparent;
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-cost-estimate-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.mobile-cost-formula-card {
    position: relative;
    overflow: hidden;
    min-height: 244px;
    padding: 24px 24px 24px 54px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 42px rgba(0, 0, 0, 0.28);
}

.mobile-cost-formula-line {
    position: absolute;
    top: 86px;
    right: 208px;
    left: 108px;
    border-top: 2px dashed rgba(255, 255, 255, 0.26);
    pointer-events: none;
}

.mobile-cost-formula-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 42px minmax(160px, 1.15fr) 42px minmax(120px, 1fr) 42px 192px;
    align-items: center;
    gap: 28px;
    min-height: 196px;
}

.mobile-cost-formula-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 192px;
    padding: 20px 18px;
    border-radius: 20px;
}

.mobile-cost-formula-item:hover .mobile-cost-formula-icon {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
.mobile-cost-formula-icon {
    position: relative;
    display: inline-flex;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 50%;
    background: radial-gradient(circle at 34% 28%, #868686 0%, #555 48%, #303030 100%);
    color: #fff;
}

.mobile-cost-formula-item:hover {
    text-align: center;
    min-height: 192px;
    padding: 20px 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    align-self: stretch;
}


.mobile-cost-formula-icon img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.mobile-cost-formula-item h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.mobile-cost-formula-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.22;
}
.mobile-cost-formula-operator {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    margin-bottom: 91px;
    border-radius: 4px;
    background: #3e3e3e;
    color: #fff;
    font-size: 17px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}
.mobile-cost-formula-item-rate {
    min-height: 192px;
    padding: 20px 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    align-self: stretch;
}

.mobile-cost-formula-item-rate .mobile-cost-formula-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 26px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.mobile-cost-formula-item-rate h3,
.mobile-cost-formula-item-rate p {
    width: 100%;
    text-align: left;
}

@media (max-width: 1199.98px) {
    .mobile-cost-formula-card {
        padding-left: 34px;
    }

    .mobile-cost-formula-grid {
        grid-template-columns: minmax(110px, 1fr) 34px minmax(138px, 1.1fr) 34px minmax(110px, 1fr) 34px 174px;
        gap: 20px;
    }

    .mobile-cost-formula-line {
        right: 190px;
        left: 88px;
    }

    .mobile-cost-formula-item h3 {
        font-size: 20px;
    }

    .mobile-cost-formula-item p {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .mobile-cost-estimate-section {
        padding: 70px 0 72px;
    }

    .mobile-cost-estimate-heading h2 {
        font-size: 34px;
    }

    .mobile-cost-formula-card {
        padding: 28px;
    }

    .mobile-cost-formula-line {
        display: none;
    }

    .mobile-cost-formula-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        min-height: 0;
    }

    .mobile-cost-formula-operator {
        display: none;
    }

    .mobile-cost-formula-item {
        min-height: 184px;
        padding: 20px 14px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.035);
    }

    .mobile-cost-formula-item-rate {
        grid-column: 1 / -1;
        min-height: 168px;
        align-items: center;
    }

    .mobile-cost-formula-item-rate h3,
    .mobile-cost-formula-item-rate p {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .mobile-cost-estimate-section {
        padding: 56px 0 62px;
    }

    .mobile-cost-estimate-heading {
        margin-bottom: 34px;
    }

    .mobile-cost-estimate-heading h2 {
        font-size: 29px;
    }

    .mobile-cost-estimate-heading p {
        font-size: 14px;
    }

    .mobile-cost-formula-card {
        padding: 20px;
        border-radius: 12px;
    }

    .mobile-cost-formula-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mobile-cost-formula-item,
    .mobile-cost-formula-item-rate {
        min-height: 154px;
    }

    .mobile-cost-formula-icon {
        width: 72px;
        height: 72px;
        margin-bottom: 18px;
    }

    .mobile-cost-formula-icon img {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 420px) {
    .mobile-cost-estimate-heading h2 {
        font-size: 26px;
    }

    .mobile-cost-formula-item h3 {
        font-size: 19px;
    }

    .mobile-cost-formula-item p {
        font-size: 14px;
    }
}
/* Mobile App Cost Estimate Section end */
/* Why Choose Fluper Developers Section start */
.mobile-why-choose-section {
    padding: 88px 0 98px;
    overflow: hidden;
    background: #000;
}

.mobile-why-choose-wrap {
    width: 100%;
}

.mobile-why-choose-row {
    row-gap: 36px;
}

.mobile-why-choose-image {
    overflow: hidden;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 38px;
    background: #171717;
}

.mobile-why-choose-image img {
    display: block;
    width: 100%;
    height: 464px;
    object-fit: cover;
    object-position: center;
    border-radius: 28px;
}

.mobile-why-choose-content {
    padding-left: 42px;
}

.mobile-why-choose-content h2 {
    max-width: 560px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.18;
}

.mobile-why-choose-content h2 span {
    display: block;
    color: transparent;
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-why-choose-content p {
    max-width: 560px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.mobile-why-choose-content ul {
    max-width: 560px;
    margin: 0;
    padding: 0;
}

.mobile-why-choose-content li {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 56px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
}

.mobile-why-choose-content li i {
    display: inline-flex;
    width: 22px;
    min-width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.mobile-why-choose-content li span {
    min-width: 0;
}

@media (max-width: 1199.98px) {
    .mobile-why-choose-content {
        padding-left: 24px;
    }

    .mobile-why-choose-content h2 {
        font-size: 37px;
    }

    .mobile-why-choose-image img {
        height: 426px;
    }
}

@media (max-width: 991.98px) {
    .mobile-why-choose-section {
        padding: 70px 0 78px;
    }

    .mobile-why-choose-content {
        padding-left: 0;
    }

    .mobile-why-choose-content h2,
    .mobile-why-choose-content p,
    .mobile-why-choose-content ul {
        max-width: 100%;
    }

    .mobile-why-choose-image img {
        height: 390px;
    }
}

@media (max-width: 767.98px) {
    .mobile-why-choose-section {
        padding: 56px 0 64px;
    }

    .mobile-why-choose-image {
        padding: 10px;
        border-radius: 26px;
    }

    .mobile-why-choose-image img {
        height: 310px;
        border-radius: 18px;
    }

    .mobile-why-choose-content h2 {
        font-size: 30px;
    }

    .mobile-why-choose-content li {
        gap: 12px;
        min-height: 52px;
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .mobile-why-choose-content h2 {
        font-size: 27px;
    }

    .mobile-why-choose-image img {
        height: 250px;
    }
}
/* Why Choose Fluper Developers Section end */
.about-partnership-trust-media.liable img {
    height: 453px;
}

article.about-partnership-trust-item.rev-amp.is-active {
    height: 226px;
    border-color: transparent;
    background: linear-gradient(100deg, #df31ad 0%, #9837d8 48%, #2e43ff 100%);
}