.banner-service {
    padding: 150px 0 60px;
    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-image {
    width: 100%;
    height: 100%;
}

.banner-service .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.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%;
}

.why-choose {
    background-color: #F7F7F7;
}

/* 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 .image-project {
    width: 500px;
    height: auto;
}

.power-project .image-project img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.laravel-service .section-title ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.laravel-service .section-title ul li::after {
    content: "\ea46";
    font-family: 'boxicons';
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    font-size: 22px;
    top: -5px;
}

.laravel-service .section-title {
    position: sticky;
    top: 15%;
}

.laravel-service .card-magento {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 4px 4px 15px 0px #0000001A;
    border-radius: 50px 8px 50px 8px;
    padding: 30px;
    margin-bottom: 20px;
}

.laravel-service .card-magento .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    padding: 10px;
    margin-bottom: 12px;
}

.laravel-service .card-magento .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.laravel-service .card-magento h4 {
    color: var(--text-color);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
}

.laravel-service .card-magento p {
    color: #333333CC;
    margin: 0;
}

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

.why-choose .card-why {
    box-shadow: 0px 3.31px 11.59px 0px #00000012;
    position: relative;
    border-radius: 12px;
    display: flex;
    justify-content: start;
    align-items: stretch;
    overflow: hidden;
    background-color: #fff;
}

.why-choose .card-why .icon {
    width: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose .card-why .icon::before {
    content: "";
    background-color: var(--secondary-color);
    width: 120px;
    height: 120px;
    position: absolute;
    top: -15px;
    bottom: 0;
    left: -35px;
    border-radius: 100%;
}

.why-choose .card-why .icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    position: relative;
}

.why-choose .card-why .content {
    width: calc(100% - 80px);
    padding: 12px 0 12px 25px;
    /* padding-left: 20px; */
}

.why-choose .card-why .content span {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.why-choose .card-why .content p {
    color: #414141;
    margin: 0;
}

.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;
}

.industries .card-industries {
    background: #FFFFFF01;
    box-shadow: 2.63px 2.63px 65.8px 0px #00001B1A;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    justify-content: start;
    align-items: stretch;
}

.industries .card-industries .image {
    width: 220px;
}

.industries .card-industries .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.industries .card-industries .content {
    width: calc(100% - 220px);
    padding-left: 25px;
    align-self: center;
}

.industries .card-industries .content h4 {
    font-size: 20px;
    color: #010920;
    font-weight: 700;
    line-height: 1.5;
}

.industries .card-industries .content p {
    margin: 0;
}

.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;
}

.section-title .demand-stats {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.section-title .demand-stats li {
    background: #FFFFFF;
    border: 1px solid #0000001A;
    border-radius: 15px;
    padding: 10px 15px;
    width: 100%;
    max-width: 200px;
    height: 100%;
}

.section-title .demand-stats li img {
    background: #19258D;
    padding: 8px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: contain;
}

.section-title .demand-stats li span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.engage .migrate-slider .owl-stage-outer .owl-stage {
    display: flex;
    align-items: stretch;
}

.engage .migrate-slider .owl-stage-outer .owl-stage .item {
    height: 100%;
}

.engage .card-engage {
    background: var(--secondary-color);
    border: 1.11px solid #E2E2E2;
    box-shadow: 4.43px 4.43px 16.62px 0px #0000001A;
    border-radius: 50px 8px 50px 8px;
    padding: 35px 25px;
    height: 100%;
}

.engage .card-engage .icon {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.engage .card-engage .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.engage .card-engage h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.engage .card-engage p {
    color: #fff;
    margin-bottom: 0;
}

.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;
}

.key-features {
    background: #F6FBFF;
}

.key-features .section-title ul {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.key-features .section-title ul li {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-color);
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    width: calc(50% - 10px);
}

.key-features .section-title ul li::before {
    content: "\ea41";
    font-family: 'boxicons';
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    font-size: 22px;
    top: -4px;
}

.key-features .section-title ul li strong {
    color: #00001B;
}

.key-features .image {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
}

.key-features .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.solution .card-solution {
    background: linear-gradient(180deg, #19258D 0%, #4A1BAC 100%);
    border: 1px solid #19258D66;
    border-radius: 5px;
    padding: 25px 70px 25px 20px;
    height: 100%;
    position: relative;
}

.solution .card-solution h4 {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    color: #fff;
}

.solution .card-solution .no {
    /* background: linear-gradient(181deg, #19258de0 40.56%, rgba(255, 255, 255, 0) 240.82%); */
    background: linear-gradient(175.31deg, #FFFFFF 18.64%, rgba(255, 255, 255, 0) 182.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    position: absolute;
    right: 30px;
    top: 15px;
}

.solution .card-solution p {
    margin: 0;
    color: #fff;
}

.api-development {
    background: #F6FBFF;
}

.api-development .section-title ul li {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-color);
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.api-development .section-title ul li::before {
    content: "\ed31";
    font-family: 'boxicons';
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    font-size: 22px;
    top: -4px;
}

.api-development .section-title ul li strong {
    color: #00001B;
}

.api-development .image {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
}

.api-development .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.reliability .card-reliability{
    background: #FFFFFF;
    border: 1.11px solid #E2E2E2;
    box-shadow: 4.43px 4.43px 16.62px 0px #0000001A;
    border-radius: 50px 8px 50px 8px;
    padding: 35px 25px;
    height: 100%;
}
.reliability .card-reliability .icon{
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
}
.reliability .card-reliability .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.reliability .card-reliability h4{
    color: #010920;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
.reliability .card-reliability p{
    margin-bottom: 0;
}
/* FAQ */
.faq-section{
    padding: 50px 0;
}
.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);
}
/* our portfolio */
.our-portfolio{
    background: #F6FBFF;
}
.our-portfolio .portfolio-slider .items-portfolio{
    padding: 25px 25px;
}
.our-portfolio .portfolio-slider .portfolio-card{
    background: #FFFFFF;
    box-shadow: 0px 5.13px 29.47px 0px #02093F29;
    padding: 30px;
    border-radius: 15px;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content h4{
    color: var(--text-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content .technologies{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content p{
    font-weight: 400;
    line-height: 1.6;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content .technologies p{
    margin: 0;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content  ul{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content  ul li{
    background: #FFFFFF;
    box-shadow: 0px 4.96px 28.52px 0px #AEBFD24D;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 10px;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content  ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content .button-theme{
    background-color: var(--text-color);
    border-color: var(--text-color);
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content .button-theme i{
    background-color:#fff;
    color: var(--text-color);
}
.our-portfolio .portfolio-slider .owl-nav{
  margin: 0;
}
.our-portfolio .portfolio-slider .owl-nav button{
    position: absolute;
    top: 50%;
    background-color: var(--secondary-color);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    border:2px solid var(--secondary-color);
    transition: all 0.3s ease-in-out;
}
.our-portfolio .portfolio-slider .owl-nav button.owl-prev{
    left: -15px;
}
.our-portfolio .portfolio-slider .owl-nav button.owl-next{
    right:-15px;
}
.our-portfolio .portfolio-slider .owl-nav button:hover{
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color) !important;
}  