.text-upper{
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    text-transform: uppercase;
    padding:10px 20px;
    background: rgba(60, 7, 107, 0.1);
    border: 1px solid #3C076B;
    border-radius: 50px;
    color: #240045;
    width: max-content;
    margin-bottom: 20px;
    font-weight: 500;
}

.text-upper.text-upper-white{
    background: rgba(60, 7, 107, 0.1);
    border: 1px solid #3C076B;
    color: #fff;
    width: max-content;
    margin: 0 auto 20px;
}

.text-upper span{
    margin-right: 10px;
}

.service_usa.web_dev_service.case-reh-banner h3{
 font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
 color: #240045;
 margin-bottom: 0px;
 text-transform: capitalize;
}

.service_usa.web_dev_service.case-reh-banner h4{
color: #111827;
}

.service_usa.web_dev_service.case-reh-banner .img{
    position: relative;
}

.service_usa.web_dev_service.case-reh-banner .img .short-details{
    background: rgba(36, 0, 69, 0.9);
    border-radius: 30px;
    height: 100%;
    padding: 30px 25px;
    position: absolute;
    width: 470px;
    height: 305px;
    top:50px;
    right: -50px;
    text-align: left;
}

.service_usa.web_dev_service.case-reh-banner .img .short-details h3{
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
    line-height: 1.3;
    position: relative;
    padding-left: 20px;
}

.service_usa.web_dev_service.case-reh-banner .img .short-details h3:before{
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 2px;
    background: #f47a14;
}

.service_usa.web_dev_service.case-reh-banner .img .short-details p{
    color: #fff;
}

.about-reh .client-review{
    background: #0E001B;
    padding: 40px 25px;
    border-radius: 20px;
    margin-top: 30px;
}

.about-reh .client-review p{
    font-style: italic;
    color: #fff;
}

.about-reh .client-review .info{
    display: flex;
    align-items: center;
    column-gap: 20px;
}



.about-reh .client-review .info .profile-detail h3{
    font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
    margin-bottom: 0;
    line-height: 1.2;
    color: #fff;
}

.about-reh .client-review .info .profile-detail p{
    margin-bottom: 0;
    color: #fff;
}

.about-reh .project-detail{
    background: #FFFCFA;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 40px 30px;
}


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

.about-reh .project-detail .item .name{
    color: #F97316;
    font-size: clamp(0.9375rem, 0.8875rem + 0.25vw, 1.1875rem);
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

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

.challenges-reh .reh_challenge .box{
    background: linear-gradient(134.86deg, #240045 23.2%, #5900AB 182.79%);
    border: 1px solid rgba(242, 242, 242, 0.2);
    border-radius: 20px;
    height: 100%;
    padding: 30px 20px;
}

.challenges-reh .reh_challenge .box .num{
    font-size: clamp(1.9375rem, 1.7rem + 1.1875vw, 3.125rem);
     background: linear-gradient(
        180deg,
        rgba(255,255,255,0.18) 0%,
        rgba(255,255,255,0.03) 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.5px rgba(255,255,255,0.25);

    filter: drop-shadow(0 4px 10px rgba(255,255,255,0.08));
    margin-bottom: 10px;
}

.challenges-reh .reh_challenge .box h3{
    font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
} 

.challenges-reh .reh_challenge .box p{
    margin-bottom: 0;
    color: #fff;
}

.solution-reh .stats-main{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.solution-reh .stats-main .stats-item{
    flex: 0 0 48%;
    background: #fff;
    border: 1px solid #f47a14;
    border-radius: 20px;
    height: 100%;
    padding: 25px 25px;
    transition: 0.3s ease-in-out;
}


.solution-reh .stats-main .stats-item:hover{
    background: #f47a14;
}

.solution-reh .stats-main .stats-item:hover h3,
.solution-reh .stats-main .stats-item:hover p {
    color: #fff;
}


.solution-reh .stats-main .stats-item h3{
    font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
    margin-bottom: 0;
    line-height: 1.2;
    max-width: 80%;

}

.solution-reh .stats-main .stats-item p{
    color: #717783;
}


.solution-reh .custom-accordion .accordion-item{
    border:1px solid #f47a14;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:25px;
    background:#fff;
    
}

.solution-reh .custom-accordion .accordion-button{
    background:#fff;
    color:#111827;
  font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
    font-weight:600;
    padding:20px;
    box-shadow:none;
    border:none;
    line-height: 1.2;
}

.solution-reh .custom-accordion .accordion-button:not(.collapsed){
    background:#fff;
      color:#111827;
    box-shadow:none;
}

.solution-reh .custom-accordion .accordion-body{
    color:#7b7b7b;
    padding-top: 0;
}

.solution-reh .custom-accordion .accordion-button:focus{
    box-shadow:none;
}

.platforms-reh .box{
    background: #FEFAF9;
    border-radius: 20px;
    height: 100%;
    padding: 30px 25px;
}

.platforms-reh .box h3{
    font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
    color: #202020;
    line-height: 1.2;
    margin-bottom: 10px;
}

.platforms-reh .box p{
    margin-bottom: 0;
    color: #717783;
}


.effect-automating-reh{
    position: relative;
}

.effect-automating-reh h2{
    margin-bottom: 80px;
} 

.effect-automating-reh .box{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px 20px;
    height: 260px;
    position: relative;
}

.effect-automating-reh .box.space-left{
    left: 60px;
}

.effect-automating-reh .box.space-right{
    right: 60px;

}

.effect-automating-reh .box h3{
    font-size: clamp(0.9375rem, 0.8625rem + 0.375vw, 1.3125rem);
    line-height: 1.2;
    margin-bottom: 5px;
    color: #fff;
    max-width: 70%;
}

.effect-automating-reh .box h3 p{
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(0.875rem, 0.8375rem + 0.1875vw, 1.0625rem);
    color: #fff;
    line-height: 1.2;
     max-width: 70%;
}

.effect-automating-reh .img{
    position: absolute;
    content: "";
    top: 64%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.process-reh .box{
    background: linear-gradient(134.86deg, #240045 23.2%, #5900AB 182.79%);
    border: 1px solid rgba(242, 242, 242, 0.2);
    border-radius: 20px;
    height: 100%;
    padding: 30px 25px;
}

.process-reh .box span{
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #f47a14;
}

.process-reh .box h3{
    font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.process-reh .box p{
    color: #fff;
}

.process-reh .box hr{
    color: #fff;
}

.process-reh .box h4{
    font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.process-reh .box .process-details{
    background: rgba(217, 217, 217, 0.2);
    border-radius: 15px;
    padding: 30px 25px;
}

.process-reh .box .process-details p{
    margin-bottom: 0;
    color: #fff;
}

.process-reh .box ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
    margin-top: 10px;
}

.process-reh .box ul li{
    font-size: clamp(0.8125rem, 0.775rem + 0.1875vw, 1rem);
    color: #fff;
    border: 1px solid #6C25AC;
    padding: 7px 10px;
    border-radius: 100px;
    margin-bottom: 0;
    line-height: 1.4;
}

.tech-stack-reh .architecture-grid{
     display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:60px 50px;
    align-items:start;
}

.tech-stack-reh .architecture-grid h3{
    font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
    color: #f47a14;
    margin-bottom: 10px;
    line-height: 1.2;
}

.tech-stack-reh .architecture-grid .tech-item{
    display:flex;
    justify-content:space-between;
    gap:20px;
    border-bottom:1px solid rgba(255,255,255,.12);
    padding:18px 0;
    height: 75px;
}


.tech-stack-reh .architecture-grid .tech-item span:first-child{
    color:#fff;
    font-weight:600;
    width:40%;
    font-size:18px;
    line-height: 1.4;
}

.tech-stack-reh .architecture-grid .tech-item span:last-child{
    color:#8b8395;
    text-align:right;
    width:60%;
    font-size:16px;
    line-height:1.5;
}


@media (min-width: 100px) and (max-width: 1800px) {
    .service_usa.web_dev_service.case-reh-banner .img .short-details {
    padding: 30px 25px;
    width: 470px;
    height: 255px;
    top: 35px;
}

.about-reh .client-review {
    padding: 30px 25px;
}


.solution-reh .stats-main .stats-item {
    flex: 0 0 47%;
    padding: 25px 25px;
}

.effect-automating-reh .img {
    top: 60%;
}

.effect-automating-reh h2 {
    margin-bottom: 60px;
}

.effect-automating-reh .box {
    height: 230px;
}

.tech-stack-reh .architecture-grid .tech-item span:first-child {
    font-size: 16px;
}

.tech-stack-reh .architecture-grid .tech-item span:last-child{
    font-size: 16px;
}


}


@media (min-width: 100px) and (max-width: 1599px) {
       .service_usa.web_dev_service.case-reh-banner .img .short-details {
        height: 215px;
    } 

    .solution-reh .stats-main .stats-item h3 {
    max-width: 90%;
}


.solution-reh .stats-main .stats-item {
    padding: 20px;
}

.effect-automating-reh h2 {
    margin-bottom: 50px;
}

.tech-stack-reh .architecture-grid .tech-item{
    height: 70px;
}

.tech-stack-reh .architecture-grid .tech-item span:first-child {
    font-size: 15px;
}

.tech-stack-reh .architecture-grid .tech-item span:last-child{
    font-size: 15px;
}

.process-reh .box ul{
    column-gap: 5px;
    row-gap: 12px;
}

.process-reh .box ul li {
    font-size: 13px;
    padding: 5px 8px;
}

.process-reh .box .process-details{
    padding: 30px 20px;
}

}

@media (min-width: 100px) and (max-width: 1399px) {
   .service_usa.web_dev_service.case-reh-banner{
    margin-top: 0;
    height: 90vh;
   } 

       .service_usa.web_dev_service.case-reh-banner .img .short-details {
        height: 195px;
        width: 420px;
        top: 40px;
        padding: 20px;
        right: -30px;
    } 


    .service_usa.web_dev_service.case-reh-banner .img .short-details h3{
        font-size: 21px;
    }

    .solution-reh .stats-main {
    gap: 20px;
}



        .solution-reh .stats-main .stats-item h3 {
        max-width: 100%;
    }

.effect-automating-reh h2 {
    margin-bottom: 30px;
}


    .effect-automating-reh .box.space-left{
    left: 40px;
}

.effect-automating-reh .box.space-right{
    right: 40px;

}

.process-reh .box ul{
    column-gap: 5px;
    row-gap: 12px;
}

.process-reh .box ul li {
    font-size: 12px;
    padding: 5px 8px;
}


.tech-stack-reh .architecture-grid {
    gap: 40px 30px;
}

.tech-stack-reh .architecture-grid .tech-item {
    gap: 8px;
    padding: 15px 0;
}

.tech-stack-reh .architecture-grid .tech-item span:first-child {
    font-size: 13px;
}

.tech-stack-reh .architecture-grid .tech-item span:last-child{
    font-size: 13px;
}

}


@media (min-width: 100px) and (max-width: 1199px) {

.service_usa.web_dev_service.case-reh-banner{
    margin-top: 0;
    height: unset;
    padding: 80px 0 ;
   } 

        .service_usa.web_dev_service.case-reh-banner .img .short-details {
        height: auto;
        width: 100%;
        top: unset;
        position: relative;
        margin-top: 20px;
        border-radius: 10px;
        right: unset;
    }

    .solution-reh .stats-main .stats-item {
        flex: 0 0 46%;
        padding: 30px 20px;
    }

    .tech-stack-reh .architecture-grid .tech-item{
    height: auto;
}

    .solution-reh .stats-main .stats-item h3 {
        font-size: 18px;
    }


    .effect-automating-reh .box{
        height: auto;
    }

      .effect-automating-reh .box.space-left{
    left: unset;
}

.effect-automating-reh .box.space-right{
    right: unset;

}

.effect-automating-reh .img{
    position: relative;
    top:unset;
    left: unset;
    transform: none;
}

}


@media (min-width: 100px) and (max-width: 991px) {
.tech-stack-reh .architecture-grid{
        grid-template-columns:repeat(2,1fr);
        gap:40px;
    }
}


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


        .service_usa.web_dev_service.case-reh-banner .img .short-details h3 {
        font-size: 17px;
    }

.about-reh .project-detail {
    border-radius: 10px;
    padding: 30px 20px;
}


    .solution-reh .stats-main {
    gap: 20px;
}

.solution-reh .stats-main .stats-item{
    flex: 0 0 47%;
        padding: 20px 10px;
        border-radius: 10px;
}

.solution-reh .stats-main .stats-item h3 {
        font-size: 15px;
    }


    .effect-automating-reh .box h3{
        max-width: 100%;
    }

    .process-reh .box{
        border-radius: 10px;
        padding: 30px 20px;
    }

.tech-stack-reh .architecture-grid{
        grid-template-columns:repeat(1, 1fr);
        gap:40px;
    }

     .tech-stack-reh .tech-item{
        flex-direction:column;
        gap:8px;
    }

    .tech-stack-reh .architecture-grid .tech-item span:first-child,
    .tech-stack-reh .architecture-grid .tech-item span:last-child{
        width:100%;
        text-align:left;
    }

}