.text-upper.text-rise {
    background: rgba(0, 0, 0, 0.004);
    color: #fff;
    border: 1px solid #ffffff30;
}
.text-upper.text-rise.center {
    margin: 0 auto 20px;
}

.text-upper.text-rise span {
    margin-right: 0;
    display: flex;
    align-items: center;
}
.text-upper.text-rise svg {
    margin-right: 8px;
}

.text-upper.text-rise.text-client-rise {
    padding: 5px 15px;
}

.text-upper.text-rise.text-client-rise .text-flex .content .client {
    font-size: 15px;
    margin-bottom: 0;
}

.text-upper.text-rise.text-client-rise .text-flex .content .info {
    text-transform: capitalize;
}

.text-upper.text-rise .text-flex {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.text-upper.text-rise .text-flex .content .client {
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.text-upper.text-rise .text-flex .content .info {
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
    display: block;
    color: #d1a84e;
    font-weight: 600;
}

.service_usa.web_dev_service.case-reh-banner.case-rise-banner {
    height: 100vh;
    padding-top: 80px;
}

.service_usa.web_dev_service.case-reh-banner.case-rise-banner .short-details {
    background: rgba(20, 20, 20, 0.5);
    border: 1px solid #373737;
    border-radius: 20px;
    padding: 30px 25px;
    max-width: 550px;
}

.service_usa.web_dev_service.case-reh-banner.case-rise-banner .short-details h3 {
    font-size: clamp(1.375rem, 1.2125rem + 0.8125vw, 2.1875rem);
    color: #fff;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.service_usa.web_dev_service.case-reh-banner.case-rise-banner .short-details h3:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #d1a84e;
}

.service_usa.web_dev_service.case-reh-banner.case-rise-banner .about-reh.about-rise .client-review {
    background: #212121;
    border: 1px solid #474747;
}

.about-reh.about-rise .client-review {
    background: #212121;
    border: 1px solid #474747;
}

.about-reh.about-rise .project-detail .item .name {
    color: #d1a84e;
}

.about-reh.about-rise .project-detail .item {
    margin-bottom: 20px;
}

.about-reh.about-rise .project-detail {
    background: #212121;
    border: 1px solid #ffa343;
}

.about-reh.about-rise .project-detail .item p {
    color: #fff;
}

.app-screen .app-screen-main {
    display: flex;
    align-items: center;
    column-gap: 45px;
    flex-wrap: wrap;
}

.app-screen .app-screen-main .screen-item:nth-child(odd) {
    margin-top: 150px;
}

.challenge-rise-up .challenge-scroll .box {
    background: #212121;
    padding: 40px 30px;
    border: 1px solid #3f3f3f;
    border-radius: 30px;
    position: relative;
    margin-bottom: 20px;
}

.challenge-rise-up .challenge-scroll {
    height: 500px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.challenge-rise-up .challenge-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.challenge-rise-up .challenge-scroll .box .num {
    font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: #d1a84e;
}

.challenge-rise-up .challenge-scroll .box .content {
    max-width: 55%;
}

.challenge-rise-up .challenge-scroll .box .content h3 {
    font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.challenge-rise-up .challenge-scroll .box .content p {
    margin-bottom: 0;
    color: #fff;
}

.challenge-rise-up .challenge-scroll .box .img {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
}

.challenge-rise-up .custom-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 12px;
    transition: border-color 0.3s ease;
}

.challenge-rise-up .custom-accordion .accordion-button {
    background: transparent;
    color: #fff !important;
    box-shadow: none;
    padding: 24px;
    display: flex;
    align-items: center;
    font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
    line-height: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
    font-weight: 500;
    column-gap: 5px;
    transition:
        background 0.3s ease,
        border-radius 0.3s ease,
        border-color 0.3s ease;
}

.challenge-rise-up .custom-accordion .accordion-item span {
    color: #fff;
}

.challenge-rise-up .custom-accordion .accordion-button:not(.collapsed) {
    background: #212121;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    color: #fff;
}

.challenge-rise-up .custom-accordion .accordion-collapse {
    transition: height 0.35s ease;
}

.challenge-rise-up .custom-accordion .accordion-body {
    background: #212121;
    color: #bcbcbc;
    line-height: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    padding: 0 24px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: none;
    border-radius: 0 0 20px 20px;
}

.challenge-rise-up .custom-accordion .accordion-button::after {
    background-image: none;
    content: "→";
    font-size: 22px;
    color: #d1a84e;
    transform: none;
    transition:
        transform 0.3s ease,
        content 0.3s ease;
}

.challenge-rise-up .title {
    flex: 1;
}

.challenge-rise-up .custom-accordion .accordion-button:not(.collapsed)::after {
    content: "↓";
}

/* Open accordion item */
.custom-accordion .accordion-item:has(.accordion-collapse.show) {
    border-bottom: none;
}

.challenge-rise-up .custom-accordion .accordion-button:focus {
    box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
    .challenge-rise-up
        .custom-accordion
        .accordion-item:hover
        > .accordion-header
        .accordion-button.collapsed {
        background: rgba(33, 33, 33, 0.55);
        border-radius: 20px;
    }
}

.solution-rise-up .img {
    position: relative;
    text-align: center;
}

.solution-rise-up .img video {
    max-height: 755px;
    width: auto;
    border-radius: 30px;
}

.solution-rise-up .solution-media-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}

.solution-rise-up .solution-poster {
    max-height: 755px;
    width: auto;
    border-radius: 30px;
    display: block;
    transition: opacity 0.65s ease;
}

.solution-rise-up .solution-media {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-height: 755px;
    width: auto;
    max-width: 100%;
    border-radius: 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.65s ease;
}

.solution-rise-up .solution-media-wrap.is-playing .solution-poster {
    opacity: 0;
}

.solution-rise-up .solution-media-wrap.is-playing .solution-media {
    opacity: 1;
}

.solution-rise-up .img .box-sol {
    background: rgba(33, 33, 33, 0.2);
    /* -webkit-backdrop-filter: blur(24px); */
    border-radius: 20px;
    padding: 30px 20px;
    max-width: 356px;
    text-align: left;
    position: absolute;
    border: 1px solid #474747;
    overflow: hidden;
    z-index: 1;
}

.solution-rise-up .img .box-sol::after {
    content: "";
    position: absolute;
    top: -60px;
    right: 30px;
    width: 100px;
    height: 100%;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    pointer-events: none;
    z-index: -1;
    transform: rotate(270deg);
}

.solution-rise-up .img .box-sol.box-3:after,
.solution-rise-up .img .box-sol.box-4:after {
    left: 0;
    right: unset;
}

.solution-rise-up .img .box-sol h3 {
    font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: 0.2em;
}

.solution-rise-up .img .box-sol p {
    margin-bottom: 0;
    color: #d1a84e;
    letter-spacing: 0.2em;
    line-height: 1.2;
}

.solution-rise-up .img .box-sol.box-1 {
    /* transform: rotate(6.68deg); */
    top: 120px;
    left: 120px;
}

.solution-rise-up .img .box-sol.box-2 {
    /* transform: rotate(-10.82deg); */
    bottom: 170px;
    left: 160px;
}

.solution-rise-up .img .box-sol.box-3 {
    /* transform: rotate(-15.8deg); */
    right: 100px;
    top: 90px;
}

.solution-rise-up .img .box-sol.box-4 {
    /* transform: rotate(9.41deg); */
    bottom: 50px;
    right: 125px;
}

.solution-rise-up .reh_challenge {
    height: 100%;
}

.solution-rise-up .reh_challenge .box {
    background: #212121;
    border: 1px solid #474747;
    padding: 40px 25px;
    height: 100%;
    border-radius: 20px;
}

.solution-rise-up .reh_challenge .box .num {
    font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
    color: #d1a84e;
    font-weight: 500;
    margin-bottom: 20px;
}

.solution-rise-up .reh_challenge .box h3 {
    font-size: clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem);
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.solution-rise-up .reh_challenge .box p {
    margin-bottom: 0;
    color: #fff;
}

.platforms-reh.platfroms-rise-up .box {
    background: #212121;
    border: 1px solid #474747;
}

.platforms-reh.platfroms-rise-up .box h3 {
    color: #fff;
}

.platforms-reh.platfroms-rise-up .box p {
    color: #fff;
}

.platforms-reh.platfroms-rise-up .platform-scroll {
    height: auto;
    overflow: visible;
    position: relative;
    padding-bottom: 20px;
}

.platforms-reh.platfroms-rise-up .platform-scroll .platform-item {
    border-radius: 40px;
    background: linear-gradient(5deg, #1a1919 4.64%, #212121 96.61%);
    padding: 60px 50px;
    margin-bottom: 28px;
    height: 560px;
    position: sticky;
    top: 110px;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    /* box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35); */
    transition: box-shadow 0.35s ease;
}

.platforms-reh.platfroms-rise-up .platform-scroll .platform-item:nth-child(1) {
    z-index: 1;
}
.platforms-reh.platfroms-rise-up .platform-scroll .platform-item:nth-child(2) {
    z-index: 2;
}
.platforms-reh.platfroms-rise-up .platform-scroll .platform-item:nth-child(3) {
    z-index: 3;
}
.platforms-reh.platfroms-rise-up .platform-scroll .platform-item:nth-child(4) {
    z-index: 4;
}
.platforms-reh.platfroms-rise-up .platform-scroll .platform-item:nth-child(5) {
    z-index: 5;
}
.platforms-reh.platfroms-rise-up .platform-scroll .platform-item:nth-child(6) {
    z-index: 6;
}
.platforms-reh.platfroms-rise-up .platform-scroll .platform-item:nth-child(7) {
    z-index: 7;
}
.platforms-reh.platfroms-rise-up .platform-scroll .platform-item:nth-child(8) {
    z-index: 8;
}

.platforms-reh.platfroms-rise-up .platform-scroll .platform-item:last-child {
    margin-bottom: 0;
}

.platforms-reh.platfroms-rise-up .platform-scroll .platform-item h3 {
    font-size: clamp(1.5625rem, 1.375rem + 0.9375vw, 2.5rem);
    line-height: clamp(2.1875rem, 2rem + 0.9375vw, 3.125rem);
    margin-bottom: 10px;
    color: #fff;
    max-width: 80%;
}

.platforms-reh.platfroms-rise-up .platform-scroll .platform-item p {
    font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
    color: #fff;
    margin-bottom: 0;
    line-height: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}

.platforms-reh.platfroms-rise-up .platform-scroll .platform-item .img {
    position: absolute;
    top: 0;
    z-index: 1;
    /* right: 130px; */
}

.platforms-reh.platfroms-rise-up .platform-scroll .platform-item .img img {
    width: 100%;
    height: auto;
    display: block;
}

.process-reh.process-rise-up .box {
    background: #212121;
    border: 1px solid #474747;
}

.process-reh.process-rise-up .box span {
    color: #d1a84e;
}

.process-reh.process-rise-up .box h3,
.process-reh.process-rise-up .box p {
    color: #fff;
}

.tech-stack-reh.tech-stack-rise .architecture-grid h3 {
    color: #d1a84e;
}

.tech-stack-reh.tech-stack-rise .architecture-grid .tech-item span:last-child {
    color: #fff;
}

.cta-rise-up .box {
    background: #232323;
    border-radius: 35px;
    padding: 100px 0;
}

.rise-up-effect .scroll-effect {
    height: 950px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.rise-up-effect .scroll-effect .box {
    background: #212121;
    border: 1px solid #474747;
    padding: 30px 25px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}

.rise-up-effect .scroll-effect .box .num {
    text-align: right;
    font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
    color: #d1a84e;
    font-weight: 500;
    margin-bottom: 20px;
}

.rise-up-effect .scroll-effect .box h3 {
    font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
    max-width: 60%;
}

.rise-up-effect .scroll-effect .box p {
    margin-bottom: 0;
}

.rise-up-effect .scroll-effect::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

@media (min-width: 100px) and (max-width: 1800px) {
    .service_usa.web_dev_service.case-reh-banner.case-rise-banner {
        height: auto;
        /* padding-top: 110px; */
        padding: 110px 0 50px 0;
    }

    .app-screen .app-screen-main {
        column-gap: 35px;
    }

    .app-screen .app-screen-main .screen-item img {
        height: 620px;
        width: auto;
    }

    .service_usa.web_dev_service.case-reh-banner.case-rise-banner .short-details {
        max-width: 500px;
    }

    .challenge-rise-up .challenge-scroll .box .img img {
        height: 310px;
        width: auto;
    }

    .solution-rise-up .img .box-sol.box-1 {
        left: 50px;
    }

    .solution-rise-up .img .box-sol.box-2 {
        left: 70px;
    }

    .solution-rise-up .img .box-sol.box-3 {
        right: 40px;
    }

    .solution-rise-up .img .box-sol.box-4 {
        bottom: 90px;
        right: 45px;
    }

    .solution-rise-up .img video {
        max-height: 700px;
    }

    .rise-up-effect .scroll-effect {
        height: 850px;
    }

    .rise-up-effect .scroll-effect .box {
        padding: 20px;
    }

    .rise-up-effect .scroll-effect .box .num {
        margin-bottom: 10px;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item h3 {
        max-width: 90%;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item {
        padding: 50px 40px;
    }
}

@media (min-width: 100px) and (max-width: 1599px) {
    .app-screen .app-screen-main .screen-item img {
        height: 570px;
        width: auto;
    }

    .text-upper.text-rise {
        padding: 7px 18px;
        font-size: 17px;
    }

    .service_usa.web_dev_service.case-reh-banner.case-rise-banner .short-details {
        max-width: 500px;
    }

    .service_usa.web_dev_service.case-reh-banner.case-rise-banner .short-details {
        padding: 25px;
    }

    .about-reh.about-rise .project-detail {
        padding: 30px 25px;
    }

    .about-reh.about-rise .project-detail .item {
        margin-bottom: 10px;
    }

    .text-upper.text-rise .text-flex .content .client {
        margin-bottom: 0;
    }

    .challenge-rise-up .challenge-scroll .box {
        padding: 30px 25px;
    }

    .challenge-rise-up .challenge-scroll .box .img img {
        height: 290px;
        width: auto;
    }

    .solution-rise-up .img .box-sol.box-1 {
        left: 20px;
    }

    .solution-rise-up .img .box-sol.box-2 {
        left: 30px;
    }

    .solution-rise-up .img .box-sol.box-3 {
        right: 20px;
    }

    .solution-rise-up .img .box-sol.box-4 {
        bottom: 70px;
        right: 20px;
    }

    .solution-rise-up .img .box-sol::after {
        top: -82px;
        right: 20px;
        width: 60px;
        height: 100%;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    .rise-up-effect .scroll-effect {
        height: 740px;
    }

    .rise-up-effect .scroll-effect .box h3 {
        max-width: 70%;
    }

    .cta-rise-up .box {
        padding: 70px 0;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item {
        height: 450px;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item .img {
        position: absolute;
        top: 0px;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item .img img {
        height: 650px;
        width: auto;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item p {
        font-size: 17px;
    }
}

@media (min-width: 100px) and (max-width: 1399px) {
    .service_usa.web_dev_service.case-reh-banner.case-rise-banner {
        height: unset;
        padding-top: 110px;
        margin-top: -80px;
        padding-bottom: 50px;
    }

    .text-upper.text-rise .text-flex .content .client {
        margin-bottom: 0;
    }

    .service_usa.web_dev_service.case-reh-banner.case-rise-banner .short-details {
        max-width: 450px;
    }

    .text-upper.text-rise {
        padding: 6px 18px;
        font-size: 14px;
    }

    .text-upper.text-rise.text-client-rise {
        padding: 4px 15px;
    }
    .service_usa.web_dev_service.case-reh-banner.case-rise-banner .short-details h3 {
        font-size: 22px;
    }

    .about-reh .project-detail {
        padding: 20px 25px;
    }

    .about-reh.about-rise .project-detail .item {
        margin-bottom: 17px;
    }

    .about-reh.about-rise .project-detail .item .name {
        font-size: 15px;
        margin-bottom: 0;
    }

    .about-reh.about-rise .project-detail .item p {
        font-size: 14px;
    }

    .app-screen .app-screen-main .screen-item img {
        height: 500px;
        width: auto;
    }

    .challenge-rise-up .challenge-scroll .box .img {
        bottom: 15px;
    }

    .challenge-rise-up .challenge-scroll .box .content h3 {
        font-size: 18px;
    }

    .challenge-rise-up .challenge-scroll .box .content {
        max-width: 58%;
    }

    .challenge-rise-up .challenge-scroll .box .img img {
        height: 250px;
        width: auto;
    }

    .solution-rise-up .img img {
        height: 650px;
        width: auto;
    }

    .solution-rise-up .img video {
        max-height: 650px;
    }

    .solution-rise-up .img .box-sol.box-1 {
        left: 20px;
    }

    .solution-rise-up .img .box-sol.box-2 {
        left: 20px;
        bottom: 130px;
    }

    .solution-rise-up .img .box-sol.box-3 {
        right: 0px;
    }

    .solution-rise-up .img .box-sol.box-4 {
        bottom: 90px;
        right: 0px;
    }

    .solution-rise-up .img .box-sol::after {
        top: 0px;
        right: 0px;
        width: 50%;
        height: 100%;
        backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(2px);
    }

    .rise-up-effect .scroll-effect .box {
        padding: 20px 20px;
    }

    .rise-up-effect .scroll-effect .box .num {
        margin-bottom: 8px;
    }

    .rise-up-effect .scroll-effect {
        height: 670px;
    }

    .challenge-rise-up .custom-accordion .accordion-button {
        font-size: 21px;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item .img img {
        height: 600px;
        width: auto;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item p {
        font-size: 16px;
    }
}

@media (min-width: 100px) and (max-width: 1199px) {
    .app-screen .app-screen-main .screen-item img {
        height: 395px;
        width: auto;
    }

    .challenge-rise-up .challenge-scroll .box .content {
        max-width: 100%;
    }

    .challenge-rise-up .challenge-scroll .box .img {
        display: none;
    }

    .solution-rise-up .img .box-sol.box-1 {
        left: -60px;
    }

    .solution-rise-up .img .box-sol.box-2 {
        left: -60px;
        bottom: 130px;
    }

    .solution-rise-up .img .box-sol.box-3 {
        right: -60px;
    }

    .solution-rise-up .img .box-sol.box-4 {
        bottom: 90px;
        right: -80px;
    }

    .solution-rise-up .img .box-sol::after {
        display: none;
    }

    .challenge-rise-up .challenge-scroll {
        height: 410px;
    }
    .rise-up-effect .scroll-effect {
        height: 590px;
    }

    .cta-rise-up .box {
        padding: 50px 0;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item h3 {
        max-width: 100%;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item p {
        font-size: 15px;
    }
}

@media (min-width: 100px) and (max-width: 991px) {
    .app-screen .app-screen-main .screen-item img {
        height: 325px;
        width: auto;
    }

    .service_usa.web_dev_service.case-reh-banner.case-rise-banner .short-details {
        max-width: 100%;
    }

    .app-screen .app-screen-main .screen-item:nth-child(odd) {
        margin-top: 50px;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll {
        height: auto;
        overflow: visible;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item {
        height: auto;
        border-radius: 10px;
        padding: 30px 25px;
        top: 90px;
        margin-bottom: 20px;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item .img {
        position: relative;
        top: unset;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item .img img {
        height: 500px;
        width: auto;
        margin: 0 auto;
    }

    .solution-rise-up .img .box-sol {
        position: relative;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .solution-rise-up .img video {
        margin-bottom: 20px;
        height: auto;
        border-radius: 10px;
    }

    .solution-rise-up .img .box-sol.box-1 {
        left: unset;
        top: unset;
        transform: none;
    }

    .solution-rise-up .img .box-sol.box-2 {
        left: unset;
        bottom: unset;
        transform: none;
    }
    .solution-rise-up .img .box-sol.box-3 {
        right: unset;
        top: unset;
    }
    .solution-rise-up .img .box-sol.box-4 {
        right: unset;
        bottom: unset;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item p {
        font-size: 14px;
    }
}

@media (min-width: 100px) and (max-width: 767px) {
    .service_usa.web_dev_service.case-reh-banner.case-rise-banner {
        margin-top: 0;
        padding-bottom: 30px;
        padding-top: 90px;
    }

    .service_usa.web_dev_service.case-reh-banner.case-rise-banner .short-details {
        max-width: 100%;
    }

    .app-screen .app-screen-main {
        row-gap: 30px;
        flex-wrap: wrap;
        column-gap: 20px;
        justify-content: center;
    }

    .app-screen .app-screen-main .screen-item:nth-child(odd) {
        margin-top: 0;
    }

    .challenge-rise-up .challenge-scroll .box {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .solution-rise-up .img .box-sol {
        position: relative;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .solution-rise-up .img img {
        height: auto;
        margin-bottom: 20px;
    }

    .solution-rise-up .img .box-sol.box-1 {
        left: unset;
        top: unset;
        transform: none;
    }

    .solution-rise-up .img .box-sol.box-2 {
        left: unset;
        bottom: unset;
        transform: none;
    }
    .solution-rise-up .img .box-sol.box-3 {
        right: unset;
        top: unset;
        transform: none;
    }
    .solution-rise-up .img .box-sol.box-4 {
        right: unset;
        bottom: unset;
        transform: none;
    }

    .rise-up-effect .scroll-effect .box {
        padding: 30px 20px;
    }

    .cta-rise-up .box {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .challenge-rise-up .custom-accordion .accordion-button {
        font-size: 15px;
        padding: 16px;
    }

    .challenge-rise-up .custom-accordion .accordion-button::after {
        font-size: 14px;
    }

    .challenge-rise-up .custom-accordion .accordion-body {
        padding: 0 15px 15px;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item {
        padding: 30px 20px;
    }

    .platforms-reh.platfroms-rise-up .platform-scroll .platform-item .img img {
        height: auto;
    }
}
