
.client-top::before{
    background: url("../images/client-top.jpg") center center / cover no-repeat;
}

.client-top-txt {
    line-height: 2;
    text-align: center;
    color: #535353;
    padding: 3rem 0;
}

.pick-resons{
    background: #F7FBFF;
    padding: 5rem 0;
}
.pick-reson-container {
    display: flex;
    align-items: baseline;
    gap: 0 3rem;
    margin-top: 3rem;
    padding: 0 2rem;
}
.pick-reson-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0;
}
.pick-reson-box {
    padding: 1rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    flex: 1;
}
.pick-reson-box h4 {
    background: #87A5C2;
    color: #ffffff;
    padding: 0.8rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}
.reson-txt {
    line-height: 1.6;
    padding: 0.8rem 0 0 0;
    min-height: 95px;
    height: 140px;
}
/***************************************************Service*****************************************************/
.service{
    padding: 5rem 0;
}
.service-content{
    display: flex;
    gap: 0 50px;
    padding: 0 2rem;
}
.service-container{
    padding: 5rem 0;
}
.service-box{
    position: relative;
}
.service-box::before {
    content: "";
    position: absolute;
    top: -80px;
    width: 67%;
    height: 100%;
    background: url("../images/client-show.png") left center / cover no-repeat;
    z-index: -1;
}
.service-box, .service-txt{
    flex: 1;
}
.service-container .service-content:nth-child(2){
    margin: 5rem 0;
}
.service-box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 1rem; 
}
.service-txt h3{
    color: #222B64;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
}
.service-txt p {
    line-height: 2;
    padding: 2rem 0 1rem 0;
}
.service-txt h3::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 6px;
    border-radius: 1rem;
    bottom: -15px;
    left: 0;
    background: linear-gradient(46deg, #4094d7, #d1e7fb);
}
.point {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 15px;
    background: #3D7BF2;
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    margin: 10px 0 10px;
    border-radius: 2px 0 0 2px;
}
.point::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    border-left: 10px solid #3D7BF2;
    border-top: 15px solid transparent;
    border-bottom: 13.9px solid transparent;
}
.service-txt ul li {
    line-height: 2;
    margin: 0.5rem;
}
.service-txt ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5;
}

.service-txt ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #9bc0e9;
    border-radius: 50%;
}

/***************************************************More-show*****************************************************/

.more-show-title {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    color: #222B64;
    font-weight: 500;
}

.more-show-title::before, .more-show-title::after {
    content: "";
    position: absolute;
    height: 7px;
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(46deg, #4094d7, #d1e7fb);
    border-radius: 1rem;
}
.more-show-title::before {
    left: -120px; 
}

.more-show-title::after {
    right: -120px; 
}
.more-show{
    text-align: center;
}
.more-show-container {
    display: flex;
    gap: 0 3rem;
    margin: 5rem 0;
    padding: 0 5rem;
}
.more-show-box img{
    border-radius: 1.5rem;
    transition: 0.5s ease;
}
.more-show-box img:hover{
    opacity: 0.7;
}
.more-show-box h4 {
    padding-top: 1.2rem;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}
.more-show-box:hover svg{
    transform: translateX(7px);
    transition: 0.5s ease;
}
.more-show-box, .more-show-box svg{
    transition: 0.5s ease;
}

@media screen and (min-width: 1300px) {

.pick-reson-container, .service-container, .more-show-container {
    max-width: 1300px;
    margin: 0 auto;
}

.pick-reson-container{
    margin-top: 3rem;
}
.more-show-container{
    margin: 5rem auto;
}


}


@media screen and (max-width: 1100px){

.reson-txt {
    height: 100%;
}
.pick-reson-container {
    gap: 0 1rem;
}



}

@media screen and (max-width: 992px){

.client-top h1 {
    font-size: 2rem;
    letter-spacing: 0;
}
.pick-reson-container {
    gap: 3rem 0;
    padding: 0 0.5rem;
    flex-direction: column;
}
.service-content {
    display: flex;
    gap: 50px 0;
    padding: 0 2rem;
    flex-direction: column;
}
#service02 .service-txt{
    order: 2;
  }
  #service02 .service-box{
    order: 1;
  }
  .more-show {
    margin-top: -5rem;
}










}


@media all and (min-width:768px) and (max-width:1200px) and (orientation: landscape) {
    .service-box::before {
        content: "";
        position: absolute;
        top: -80px;
        width: 100%;
        height: 100%;
        background: url("../images/client-show.png") left center / cover no-repeat;
        z-index: -1;
    }
    .service-content {
        gap: 0 30px;
    }
    .pick-reson-box h4 {
        padding: 0.8rem 0.3rem;
        font-size: 1rem;
    }
    .reson-txt {
        height: 100%;
        min-height: 170px;
    }
    .footer-left {
        flex: 0 0 40%;
    }





    
}



@media screen and (max-width: 767.98px){

    .more-show-box h4 {
        padding-top: 0.8rem;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 15px;
    }
    .pick-resons {
        padding: 3rem 0;
    }
    .our-service-container h2 {
        font-size: 1.8rem;
    }
    .service-box img {
        height: auto;
    }
    .service-content {
        padding: 0 1rem;
    }
    .service-txt h3 {
        font-size: 1.6rem;
    }
    .service-content {
        gap: 20px 0;
    }
    .service-container, .service {
        padding: 2rem 0;
    }
    .more-show {
        margin-top: -2rem;
    }




}
@media screen and (max-width: 575.98px){

    .more-show-title {
        font-size: 1.2rem;
    }
    .more-show-title::before, .more-show-title::after {
        width: 70px;
        height: 5px;
    }
    .more-show-title::after {
        right: -80px;
    }
    .more-show-title::before {
        left: -80px;
    }

    .more-show-box h4 {
        font-size: 0.7rem;
        gap: 0 10px;
    }
        .more-show-box svg{
            width: 12px;  
        }
        .more-show-container {
            display: flex;
            gap: 0 1rem;
            margin: 2rem 0;
            padding: 0 0.5rem;
        }
        .more-show-box img {
            border-radius: 0.6rem;
            transition: 0.5s ease;
        }
        .client-top h1 {
            font-size: 1.7rem;
            letter-spacing: 0;
        }
        .client-top-txt br{
            display: none;
        }
        .client-top-txt {
            line-height: 1.6;
            padding: 2rem 0.5rem;
            text-align: justify;
        }
        .pick-reson-box h4 {
            font-size: 1.1rem;

        }
        .more-show-box h4 {
            padding-top: 0.2rem;
        }


}




















