.banner-service{
    padding: 150px 0 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-service .banner-inner h1{
    color: #fff;
    font-size: 42px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner-service .banner-inner h1 span{
    color: #FEE600;
}
.banner-service .banner-inner p{
    color: #fff;
    font-weight: 500;
}
.banner-service .banner-inner ul{
    padding-left: 40px;
    list-style: disc;
}
.banner-service .banner-inner ul li{
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    list-style: disc;
}
.banner-service .banner-rating-card{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
}
.banner-service .banner-rating-card .review-box{
    display: flex;
    justify-content: start;
    align-items: center;
}
.banner-service .banner-rating-card .review-box .image{
    width: 100px;
    height: 110px;
    border-radius: 5px;
    overflow: hidden;
}
.banner-service .banner-rating-card .review-box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.banner-service .banner-rating-card .review-box .review-content{
    width: calc(100% - 110px);
    padding-left: 15px;
}
.banner-service .banner-rating-card .review-box .review-content p{
    line-height: 1.5;
    font-size: 14px;
    color: #5E6373;
    margin: 0;
    font-weight: 500;
}
.banner-service .banner-rating-card .review-box .review-content p span{
    color: var(--secondary-color);
    font-weight: 600;
}
.banner-service .banner-rating-card .review-box .review-content .client-name{
    color: #000;
    font-weight: 600;
    font-size: 15px;
    display: block;
}
.banner-service .banner-rating-card .clutch-review{
    display: flex;
    justify-content:start;
    align-items: center;
    padding:20px 0;
    gap: 15px;
}
.banner-service .banner-rating-card .clutch-review .clutech-icon{
    width:45px;
    height: 45px;
}
.banner-service .banner-rating-card .clutch-review .clutech-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner-service .banner-rating-card .clutch-review p{
    margin: 0;
    color: #131E29CC;
    font-weight: 500;
    font-size: 16px;
}
.banner-service .banner-rating-card .rating-box{
    border-top: 1.37px solid #00000026;
    padding-top: 20px;
}
.banner-service .banner-rating-card .rating-box .rated-star img{
    height: 15px;
    object-fit: contain;
}
.banner-service .banner-rating-card .rating-box .rated-star{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.banner-service .banner-rating-card .rating-box .rated-star p{
    margin: 0;
    color: #131E29CC;
    font-weight: 400px;
}
.banner-service .card-partner{
    margin-top: 20px;
}
.banner-service .card-partner ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.banner-service .card-partner ul li{
    width: 100%;
}
.banner-service .card-partner ul li img{
    width: 100%;
}
.partner-logo h4{
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    display: block;
    width: max-content;
    margin: auto;
    color: #000;
    background: #fff;
    top: 12px;
    padding: 0 15px;
    z-index: 1;
}
.partner-logo h4 span{
    color: var(--primary-color);
}
.partner-logo ul{
    padding: 40px 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    border-top:1px solid #D9D9D9;
    border-bottom:1px solid #D9D9D9;
}
.partner-logo ul li img{
    width: 100%;
}
.php-development{
    background: linear-gradient(294.56deg, #19258D 21.5%, #441DA8 91.17%);
}
.php-development .section-title .title{
    color: #fff;
    border-color: #fff;
    background-color: var(--secondary-color);
}
.php-development .card-php{
    background-color: #fff;
    padding: 20px 30px 60px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.php-development .card-php h4{
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-bottom:15px;
    position: relative;
}
.php-development .card-php h4::after{
    content: " ";
    background-color: var(--secondary-color);
    width: 50px;
    height: 2px;
    display: block;
    position:absolute;
    left: 0;
    bottom: 0;
}
.php-development .card-php p{
    margin: 0;
}
.php-development .card-php .no{
    position: absolute;
    bottom: -11%;
    right: 30px;
    color: #EAEAEA;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.5;
    transition: all 0.3s ease-in-out
}
.php-development .card-php::before{
    content: "";
    background-image: url(../image/background-img/circle-service-card.svg);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: -65px;
    bottom: -35px;
    transform: rotate(60deg) scale(1);
    transition: all 0.3s ease-in-out
}
.php-development .card-php:hover .no{
    color: var(--secondary-color);
    bottom: 2%;
}
.php-development .card-php:hover::before{
    transform:rotate(60deg) scale(1.4);
}
/* orn demand */
.section-title .list-items{
    margin-top: 15px;
}
.section-title .list-items li{
    padding-left: 35px;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}
.section-title .list-items li::before{
    content:"\ea41";
    font-family: boxicons!important;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -4px;
    color: var(--secondary-color);
    font-size:24px;
}
.section-title .image-growing{
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    gap: 20px;
}
.section-title .image-growing img{
    width: 100%;
    max-width: 220px;
}
.section-title .image-growing .image-two{
    padding-top: 70px;
}
.section-title .image-growing .card-expert{
    position: absolute;
    left: 20px;
    bottom: 0;
    background: linear-gradient(133.23deg, #19258D 13.24%, #451AA8 86.18%);
    border-radius: 10px;
    padding: 20px 15px;
    text-align: start;
    color: #fff;
    width: 100%;
    max-width: 150px;
}
.section-title .image-growing .card-expert span{
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
}
.section-title .image-growing .card-expert p{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
}
.stats-php{
    background: #F2F2F2; 
}
.stats-php .image-box{
    width: 100%;
    height: 100%;
    padding-right: 20px;
}
.stats-php .image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.stats-php .stats-outer{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
}
.stats-php .stats-card{
    border-radius: 25px;
    background: #D4D8FA;
    padding:40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height:220px;
}
.stats-php .stats-card.stats-sec{
    background: linear-gradient(180deg, #19258D 0%, #441DA8 100%);
    border: 2px solid #19258D;
    height: 160px;
}
.stats-php .stats-card h4{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--text-color);
    margin-bottom: 0;
}
.stats-php .stats-card p{
    margin: 0;
    font-size: 14px;
}
.stats-php .stats-card.stats-sec h4,
.stats-php .stats-card.stats-sec p{
    color: #fff;
}
.expertise .card-expertise{
    box-shadow: 0px 5.45px 17.38px 0px #00000033;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: auto;
    height: 100%;
}
.expertise .card-expertise .title{
    padding: 15px 25px;
    background-color: var(--secondary-color);
    color: #fff;
    font-size:20px;
    font-weight: 600;
}
.expertise .card-expertise ul{
    padding:0 15px 10px;
}
.expertise .card-expertise ul li{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    border-bottom: 2px solid #D9D9D9;
    padding: 10px 15px;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.expertise .card-expertise ul li img{
    width:30px;
    height: 30px;
    object-fit: contain;
}
.expertise .card-expertise ul li:last-child{
    border: 0;
}
/* Power Pproject */
.power-project{
    background: linear-gradient(94.13deg, #4A1BAC -0.79%, #19258D 96.17%);
    padding: 0;
    margin-top:50px;
}
.power-project .inner-content{
    padding: 50px 0;
}
.power-project .inner-content h3{
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight:700;
    margin-bottom: 15px;
}
.power-project .inner-content h3 span{
    color: #FEE600;
}
.power-project .inner-content p{
    color: #fff;
    margin: 0;
}
.power-project .inner-content .button-theme{
    background-color: #fff;
    border-color: #fff;
    color: var(--text-color);
    margin-top: 25px;
    margin-bottom: 25px;
}
.power-project .inner-content .button-theme i{
    color: #fff;
    background-color: var(--text-color);
}
.power-project .inner-content p.bottomtext{
    font-size: 18px;
    font-weight: 600;
}
.power-project::after{
    content: "";
    background: linear-gradient(159.61deg, #3440A5 16.64%, rgba(20, 24, 63, 0) 92.35%);
    width: 200px;
    height: 200px;
    border-radius: 100px;
    position: absolute;
    right: 25%;
    top: 25%;
    display: block;
}
.power-project .image-project{
    width: 700px;
    height: auto;
    position: absolute;
    right: 0;
    top: -58px;
    z-index: 1;
}
.power-project .image-project img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hiring-option .card-hiring{
    background: #FFFDED;
    border: 1px solid #19258D;
    border-radius: 15px;
    height: 100%;
    padding: 50px 15px;
    overflow: hidden;
    position: relative;
}
.hiring-option .card-hiring .icon{
    width: 70px;
    height: 70px;
    background-color: var(--secondary-color);
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.hiring-option .card-hiring .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hiring-option div[class^="col-"]:nth-child(2) .card-hiring{
    background: #F0F8FF;
}
.hiring-option div[class^="col-"]:nth-child(3) .card-hiring{
    background: #FFF8F8;

}
.hiring-option .card-hiring h4{
    color: var(--secondary-color);
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 15px;
}
.hiring-option .card-hiring h5{
    font-size: 16px;
    margin-top: 10px;
}
.hiring-option .card-hiring ul{
    padding-left: 20px;
}
.hiring-option .card-hiring ul li{
    list-style: disc;
    line-height: 1.5;
    color: var(--text-color);
    margin-bottom: 10px;
}
.process{
    padding-top:0;
    padding-bottom: 60px;
}
.process .section-title{
    margin-bottom: 80px;
}
.process .card-prosess{
    text-align: center;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}
.process .card-prosess .icon{
    border: 1px solid #19258D;
    box-shadow: 1.66px 1.66px 14.91px 0px #1608031A;
    background: #FFFFFF;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 100px;
    padding: 15px;
}
.process .card-prosess .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.process .card-prosess .content h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.process .card-prosess .content p{
    margin: 0;
    padding: 0 30px;
}
.process::after{
    content: "";
    background-image: url(../image/process-art-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    height: 240px;
    display: block;
    position: absolute;
    left: 0;
    right: 3%;
    margin: auto;
    top: 28%;
}
/* FAQ */
.faq-section{
    padding: 50px 0;
    background: #F6FBFF;
}
.faq-section .accordion .accordion-item{
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: 0px 11px 22.01px 0px #0000000D;
}
.faq-section .accordion .accordion-item .accordion-button:not(.collapsed){
    color:var(--secondary-color);
    font-weight: 600;
    background-color: #fff;
    box-shadow: none;
}
.faq-section .accordion .accordion-item .accordion-button::after{
    content: "\ea50";
    font-family: boxicons!important;
    font-weight: 400;
    background-image: none;
    color: var(--primary-color);
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
}
.faq-section .accordion .accordion-item  .accordion-button:not(.collapsed)::after{
    transform: rotate(270deg);
}
.service .list-group{
    padding-top: 40px;
    position: sticky;
    top: 0;
}
.service .list-group .tab-nav{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 380px;
}
.service .list-group .tab-nav .tab-link{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    background: #FFFFFF;
    border: 1.74px solid #DBDBDB;
    box-shadow: 23.22px 34.83px 58.06px 0px #0000000D;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
}
.service .list-group .tab-nav .tab-link .icon{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #EEEEEE;
    border: 0.5px solid #19258D99;
    box-shadow: 0px 0px 12px 0px #0000000D;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.service .list-group .tab-nav .tab-link .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service .list-group .tab-nav .tab-link span{
    margin: 0;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}
.service .list-group .tab-nav .tab-link.active,
.service .list-group .tab-nav .tab-link:hover{
    background: linear-gradient(93.35deg, #4A1BAC -8.32%, #19258D 57.54%);
}
.service .list-group .tab-nav .tab-link.active .icon,
.service .list-group .tab-nav .tab-link:hover .icon{
    background-color: #fff;
}
.service .list-group .tab-nav .tab-link.active span,
.service .list-group .tab-nav .tab-link:hover span{
    color: #fff;
}
.service .tab-content{
    padding-top: 40px;
}
.service .tab-content .inner-box{
    background: #F8F8F8;
    border: 1.22px solid #F3F1F1;
    padding: 20px;
    border-radius: 8px;
}
.service .tab-content .inner-box h4{
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}
.service .tab-content .inner-box ul li{
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.service .tab-content .inner-box ul li::before{
    content: "\ea46";
    font-family: 'boxicons';
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    font-size: 22px;
    top: -5px;
}
.service .tab-content .inner-box ul li strong{
    color: var(--text-color);
}
.service .tab-content .inner-box img{
    width: 100%;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
    margin-top: 15px;
}
.php-overview .image{
    width: 100%;
    padding-right:80px;
}
.php-overview .image img{
    width: 100%;
    object-fit: contain;
}
.build-php .row{
    background: linear-gradient(98.63deg, #431DA8 -2.25%, #19258D 59.64%);
    padding: 20px 40px;
    border-radius: 20px;
}
.build-php h3{
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
}
.build-php p{
    color: #fff;
}
.build-php .image-box{
    position: relative;
}
.build-php .image-box img{
    width:100%;
    max-width: 400px;
    height:auto;
    object-fit: contain;
}
.build-php .image-box .list-build{
    position: absolute;
    top: 20%;
    right: 2%;
}
.build-php .image-box .list-build ul li{
    display: flex;
    justify-content: start;
    align-items: center;
    background: #404DBA;
    border-radius: 100px;
    padding: 5px 15px;
    gap: 10px;
    margin-bottom:20px;
}
.build-php .image-box .list-build ul li:nth-child(1){
    margin-left: 40px;
}
.build-php .image-box .list-build ul li:nth-child(2){
    margin-left: 30px;
}
.build-php .image-box .list-build ul li:nth-child(3){
    margin-left: 20px;
}
.build-php .image-box .list-build ul li:nth-child(4){
    margin-left: 10px;
}
.build-php .image-box .list-build ul li span{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.build-php .image-box .list-build ul li img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}