.banner-man-video video {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    width: 70%;
    z-index: -1;
}

.pure-man-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    border-radius: 30px;
}

.manchester-container {
    position: relative;
    z-index: 1;
}

.service_usa.manchester-hero-banner {
    position: relative;
    z-index: 1;
    background-size: contain;
}

.service_usa.manchester-hero-banner:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.26deg, #010e15 1.65%, rgba(1, 14, 21, 0.2) 16.78%, rgba(1, 14, 21, 0.3) 39.18%, rgba(1, 14, 21, 0.6) 43.5%, rgba(1, 14, 21, 0.8) 49.29%, #010e15 56.48%, #010e15 70.77%);
    mix-blend-mode: normal;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

.mobile-client-slider.app-manchester-slider .main-client {
    background: transparent;
}

.mobile-client-slider.app-manchester-slider .main-client .test-item {
    align-items: center;
}

.mobile-client-slider.app-manchester-slider .main-client .test-item .content {
    padding: 15px 20px 10px 20px;
    background: #010e15;
    border-radius: 30px;
}

.mobile-client-slider.app-manchester-slider .swiper-nav .custom-prev,
.mobile-client-slider.app-manchester-slider .swiper-nav .custom-next {
    background: #f47a1f;
}

.mobile-client-slider.app-manchester-slider .swiper-nav .custom-prev:after,
.mobile-client-slider.app-manchester-slider .swiper-nav .custom-next:after {
    color: #fff;
}

.future-mobile-apps-cta .cta-box-main {
    padding: 0 0 0 60px;
    aspect-ratio: 3.0769230769;
    border-radius: 30px;
}

.future-mobile-apps-cta.clear-plan-cta .cta-box-main {
    aspect-ratio: 3.6529680365;
}

.flutter_app_choice.market-ready-app .markrt-app-box {
    background: linear-gradient(180deg, #061924 0%, #001b28 100%);
    padding: 50px 30px;
    border-radius: 30px;
}

.flutter_app_choice.market-ready-app .markrt-app-box .accord-scroll {
    height: 500px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.flutter_app_choice.market-ready-app .markrt-app-box .accord-scroll::-webkit-scrollbar {
    display: none;
}

.top_health_features.stream-app-manchester {
    background: #001b28;
}

.top_health_features.stream-app-manchester .medical_item {
    justify-content: center;
}

.top_health_features.stream-app-manchester .medical_item .nav-link {
    width: max-content;
    background: transparent;
}

.top_health_features.stream-app-manchester .medical_item .nav-link.active {
    background: #f47a1f;
}

.top_health_features.stream-app-manchester .tab-content p {
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}

.manchester-container {
    aspect-ratio: 1220 / 612;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 80px;
    background: linear-gradient(266.32deg, #000E15 15.06%, #071B27 60.42%, #071B27 85.1%);
    border-radius: 30px;
}

.manchester-story-content h3 {
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.manchester-story-content p {
    font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
    color: #fff;
    margin: 0;
}

.manchester-list {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #31425257;
    padding: 18px;
    border-radius: 10px;
    margin: 60px 0px 30px 0px;
}

.manchester-list-content h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.manchester-list-content p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.manchester-list-content {
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.manchester-list-content:last-child {
    border-right: none;
    padding-right: 0px;
}

.manchester-view-portfolio {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
}

.manchester-view-portfolio:hover {
    color: #F47A1F;
    transition: all 0.5s ease-in-out;
}

.manchester-card-img {
    text-align: center;
}


/* Swiper Pagination */
.success-stories-manchester .swiper-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    display: none;
}

/* Default bullets */
.success-stories-manchester .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    /* light gray */
    border-radius: 50%;
    opacity: 1;
    margin: 0 8px;
    position: relative;
}

/* Active bullet with black center and pink ring via ::after */
.success-stories-manchester .swiper-pagination-bullet-active {
    background: #000;
    /* black center */
}

.success-stories-manchester .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    /* outer ring size */
    height: 25px;
    border: 1px solid #f03a5f;
    /* pink ring */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.success-stories-manchester .swiper-button-prev.custom-prev {
    left: unset;
    right: 100px;
    top: 9%;
    width: 72px;
    height: 72px;
}


.success-stories-manchester .swiper-button-next.custom-next {
    top: 9%;
    width: 72px;
    height: 72px;
}

/* Hide Swiper default arrow icons, show only SVG */
.success-stories-manchester .swiper-button-prev:after,
.success-stories-manchester .swiper-button-next:after {
    display: none !important;
}

.success-stories-manchester .swiper-button-prev svg,
.success-stories-manchester .swiper-button-next svg {
    display: block;
    transition: all 0.5s ease-in-out;
}

.swiper-button-next svg:hover circle,
.swiper-button-prev svg:hover circle {
    stroke: #F47A1F;
}

.success-stories-manchester .swiper-button-next svg:hover path,
.success-stories-manchester .swiper-button-prev svg:hover path {
    fill: #F47A1F;
}

.success-stories-manchester h2 {
    margin-bottom: 50px;
}

@media (min-width: 1600px) and (max-width: 1800px) {

    .success-stories-manchester .swiper-button-prev.custom-prev,
    .success-stories-manchester .swiper-button-next.custom-next {
        width: 65px;
        height: 65px;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content {
        padding: 15px 20px 0 20px;
        height: 400px;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content p {
        height: 228px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box {
        padding: 50px 30px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box .accord-scroll {
        height: 400px;
    }

    .manchester-container {
        padding: 40px 40px;
    }

    .manchester-list {
        padding: 15px;
        gap: 10px;
    }

    .manchester-list-content p {
        font-size: 13px;
    }

    .manchester-list-content h5 {
        font-size: 26px;
    }

    .manchester-list-content {
        padding-right: 10px;
    }

    .manchester-view-portfolio {
        font-size: 22px;
    }

}

@media (min-width: 1400px) and (max-width: 1599px) {

    .success-stories-manchester .swiper-button-prev.custom-prev,
    .success-stories-manchester .swiper-button-next.custom-next {
        width: 55px;
        height: 55px;
    }

    .success-stories-manchester .swiper-button-prev.custom-prev {
        right: 80px;
    }

    .service_usa.manchester-hero-banner {
        background-position: right center !important;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content {
        padding: 10px 15px 0 15px;
        height: 363px;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content p {
        height: 200px;
    }

    .solution-ai-chat.strategy-app-man .chat-box .chat-flex .head h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box {
        padding: 45px 30px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box .accord-scroll {
        height: 400px;
    }

    .future-mobile-apps-cta .cta-box-main {
        padding: 0 0 0 50px;
    }

    .manchester-container {
        padding: 0px 30px;
    }

    .manchester-story-content h3 {
        margin-bottom: 20px;
    }

    .manchester-list {
        margin: 40px 0px 20px 0px;
    }

    .manchester-list {
        padding: 10px;
    }

    .manchester-list-content h5 {
        font-size: 24px;
    }

    .manchester-list-content p {
        font-size: 13px;
    }

    .manchester-view-portfolio {
        font-size: 20px;
    }

    .manchester-card-img img {
        height: 400px;
        width: auto;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {

    .success-stories-manchester .swiper-button-prev.custom-prev,
    .success-stories-manchester .swiper-button-next.custom-next {
        width: 50px;
        height: 50px;
        top: 20px;
    }

    .success-stories-manchester .swiper-button-prev.custom-prev {
        right: 70px;
    }

    .service_usa.manchester-hero-banner {
        background-position: right center !important;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content {
        padding: 15px 15px 0 15px;
        height: 330px;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content p {
        height: 170px;
    }

    .solution-ai-chat.strategy-app-man .chat-box .chat-flex .head h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box {
        padding: 35px 20px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box .accord-scroll {
        height: 400px;
    }

    .future-mobile-apps-cta .cta-box-main {
        padding: 0 0 0 40px;
    }

    .manchester-container {
        padding: 0px 25px;
    }

    .manchester-story-content h3 {
        margin-bottom: 15px;
    }

    .manchester-list {
        margin: 30px 0px 15px 0px;
    }

    .manchester-list {
        padding: 10px;
    }

    .manchester-list-content h5 {
        font-size: 22px;
    }

    .manchester-list-content p {
        font-size: 13px;
    }

    .manchester-view-portfolio {
        font-size: 18px;
    }

    .manchester-card-img img {
        height: 370px;
        width: auto;
    }

    .manchester-view-portfolio svg {
        height: 14px;
        width: auto;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-man-video video {
        width: 60%;
    }

    .success-stories-manchester .swiper-button-prev.custom-prev,
    .success-stories-manchester .swiper-button-next.custom-next {
        width: 50px;
        height: 50px;
        top: 20px;
    }

    .success-stories-manchester .swiper-button-prev.custom-prev {
        right: 70px;
    }

    .service_usa.manchester-hero-banner {
        background-position: right center !important;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content {
        padding: 15px 15px 0 15px;
        height: auto;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content p {
        height: unset;
    }

    .solution-ai-chat.strategy-app-man .chat-box .chat-flex .head h5 {
        font-size: 15px;
        line-height: 25px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box {
        padding: 35px 20px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box .accord-scroll {
        height: 330px;
    }

    .future-mobile-apps-cta .cta-box-main {
        padding: 0 0 0 40px;
    }

    .future-mobile-apps-cta.clear-plan-cta .cta-box-main {
        aspect-ratio: unset;
        padding: 30px 30px 30px 30px;
    }

    .manchester-container {
        padding: 0px 25px;
    }

    .manchester-story-content h3 {
        margin-bottom: 15px;
    }

    .manchester-list {
        margin: 30px 0px 15px 0px;
    }

    .manchester-list {
        padding: 10px;
    }

    .manchester-list-content h5 {
        font-size: 22px;
    }

    .manchester-list-content p {
        font-size: 13px;
    }

    .manchester-view-portfolio {
        font-size: 18px;
    }

    .manchester-card-img img {
        height: 370px;
        width: auto;
    }

    .manchester-view-portfolio svg {
        height: 14px;
        width: auto;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .banner-man-video,
    .pure-man-video {
        display: none;
    }

    .service_usa.manchester-hero-banner {
        background-image: none !important;
        background: #010e15;
        padding-bottom: 20px;
    }

    .service_usa.manchester-hero-banner:after {
        display: none;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content {
        padding: 15px 15px 0 15px;
        height: auto;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content p {
        height: unset;
    }

    .solution-ai-chat.strategy-app-man .chat-box .chat-flex .head h5 {
        font-size: 15px;
        line-height: 25px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box {
        padding: 35px 20px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box .accord-scroll {
        height: 230px;
    }

    .future-mobile-apps-cta .cta-box-main {
        padding: 30px 30px 30px 30px;
        aspect-ratio: unset;
        position: relative;
        z-index: 1;
    }

    .future-mobile-apps-cta .cta-box-main:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
        border-radius: 30px;
    }

    .future-mobile-apps-cta.clear-plan-cta .cta-box-main {
        aspect-ratio: unset;
        padding: 30px 30px 30px 30px;
    }

    .success-stories-manchester .swiper-button-prev.custom-prev,
    .success-stories-manchester .swiper-button-next.custom-next {
        width: 40px;
        height: 40px;
        top: 20px;
    }

    .success-stories-manchester .swiper-button-prev.custom-prev {
        right: 60px;
    }

    .manchester-story-content h3 {
        margin-bottom: 15px;
    }

    .manchester-list {
        margin: 30px 0px 15px 0px;
    }

    .manchester-list {
        padding: 10px;
    }

    .manchester-list-content h5 {
        font-size: 22px;
    }

    .manchester-list-content p {
        font-size: 13px;
    }

    .manchester-view-portfolio {
        font-size: 18px;
    }

    .manchester-view-portfolio svg {
        height: 14px;
        width: auto;
    }

    .manchester-container {
        padding: 30px;
        aspect-ratio: unset;
        background-image: none !important;
        background: linear-gradient(266.32deg, #000E15 15.06%, #071B27 60.42%, #071B27 85.1%) !important;
    }

    .manchester-card-img {
        display: none;
    }

    .manchester-list-content h5 {
        font-size: 20px;
    }


}

@media (min-width: 0px) and (max-width: 767px) {

    .banner-man-video,
    .pure-man-video {
        display: none;
    }

    .service_usa.manchester-hero-banner {
        background-image: none !important;
        background: #010e15;
        padding-bottom: 20px;
    }

    .service_usa.manchester-hero-banner:after {
        display: none;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content {
        padding: 15px 15px 10px 15px;
        height: auto;
        border-radius: 10px;
    }

    .mobile-client-slider.app-manchester-slider .main-client .test-item .content p {
        height: unset;
    }

    .solution-ai-chat.strategy-app-man .chat-box .chat-flex .head h5 {
        font-size: 15px;
        line-height: 25px;
    }

    .top_health_features.stream-app-manchester {
        background: #001b28;
    }

    .top_health_features.stream-app-manchester .medical_item {
        display: flex;
        flex-wrap: wrap;
        column-gap: 15px;
    }

    .top_health_features.stream-app-manchester .medical_item .nav-item a {
        width: max-content;
    }

    .top_health_features.stream-app-manchester .tab-content p {
        max-width: 100%;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box {
        padding: 30px 15px;
        border-radius: 10px;
    }

    .flutter_app_choice.market-ready-app .markrt-app-box .accord-scroll {
        height: 300px;
    }

    .future-mobile-apps-cta .cta-box-main {
        padding: 30px 20px 30px 20px;
        aspect-ratio: unset;
        position: relative;
        z-index: 1;
    }

    .future-mobile-apps-cta .cta-box-main:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
        border-radius: 30px;
    }

    .future-mobile-apps-cta.clear-plan-cta .cta-box-main {
        aspect-ratio: unset;
        padding: 30px 20px 30px 20px;
    }

    .mobile-client-slider.app-manchester-slider .swiper-nav .custom-prev,
    .mobile-client-slider.app-manchester-slider .swiper-nav .custom-next {
        top: 19%;
    }

    .success-stories-manchester .swiper-button-prev.custom-prev,
    .success-stories-manchester .swiper-button-next.custom-next {
        width: 40px;
        height: 40px;
        top: 20px;
    }

    .success-stories-manchester .swiper-button-prev.custom-prev {
        right: 60px;
    }

    .manchester-story-content h3 {
        margin-bottom: 15px;
    }

    .manchester-list {
        margin: 30px 0px 15px 0px;
    }

    .manchester-list {
        padding: 10px;
    }

    .manchester-list-content h5 {
        font-size: 22px;
    }

    .manchester-list-content p {
        font-size: 13px;
    }

    .manchester-view-portfolio {
        font-size: 15px;
    }

    .manchester-view-portfolio svg {
        height: 10px;
        width: auto;
    }

    .manchester-container {
        padding: 25px;
        aspect-ratio: unset;
        background-image: none !important;
        background: linear-gradient(266.32deg, #000E15 15.06%, #071B27 60.42%, #071B27 85.1%) !important;
        border-radius: 10px;
    }

    .manchester-card-img {
        display: none;
    }

    .manchester-list-content h5 {
        font-size: 20px;
    }


}

@media screen and (min-width: 0px) and (max-width: 575px) {
    .manchester-container {
        padding: 20px;
        aspect-ratio: unset;
        background-image: none !important;
        background: linear-gradient(266.32deg, #000E15 15.06%, #071B27 60.42%, #071B27 85.1%) !important;
    }

    .manchester-story-content h3 {
        margin-bottom: 10px;
    }

    .manchester-list {
        padding: 10px;
        flex-direction: column;
        align-items: self-start;
    }

    .manchester-list-content {
        padding-right: 0px;
        border-right: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        width: 100%;
    }

    .manchester-list-content:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .success-stories-manchester .swiper-button-prev.custom-prev,
    .success-stories-manchester .swiper-button-next.custom-next {
        width: 40px;
        height: 40px;
        top: 86px;
    }
}


@media (min-width: 0px) and (max-width: 360px) {

    .mobile-client-slider.app-manchester-slider .swiper-nav .custom-prev,
    .mobile-client-slider.app-manchester-slider .swiper-nav .custom-next {
        top: 22%;
    }
}