.banner-portfolio {
    background: url(https://media.excellentwebworld.com/wp-content/uploads/2026/05/13082542/portfolio_bannner.webp) scroll no-repeat;
}
.about-project {
    background: linear-gradient(to top, #F2F8FF 89%, #ffffff 100%);
}
.about-project .second-section {
    background: url(https://media.excellentwebworld.com/wp-content/uploads/2021/01/11105217/second-section-bg.png) no-repeat;
    text-align: right;
    background-size: 81%;
    background-position: center;
    padding: 156px 30px 56px;
}
.portfolio-contact-us {
    background: url(https://media.excellentwebworld.com/wp-content/uploads/2023/05/15074922/portfolio-contact-bg_img.png) no-repeat center center;
    background-size: cover;
}


/* body.single-portfolio footer .home-cta-sec.margin-tb{margin-top:0;} */
body.single-portfolio .image-coverbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.bg-primary-gradient a:not(.site-btn, .nav-link), .bg-secondary-gradient a:not(.site-btn, .nav-link){
    color: var(--white-color);
    text-decoration: underline;
    font-weight: 700;
}
.border-left-before:before {
    content: "";
    background: var(--dark-blue-color);
    height: 86%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
    transform-origin: top;
}
/* hero sec  */
.badge-curve:before {
    content: "";
    position: absolute;
    right: -72px;
    bottom: -22px;
    height: 70px;
    width: 70px;
    border-left: 22px solid var(--white-color);
    border-bottom: 22px solid var(--white-color);
    border-bottom-left-radius: 84px;
}
/* portfolio key wrapper */
.portfolio-key-wrapper .portfolio-key-points .portfolio-key-icon, .portfolio-key-wrapper-1 .portfolio-key-points .portfolio-key-icon{
    min-width: max-content;
    max-width: 100%;
}
.portfolio-key-wrapper, .portfolio-key-wrapper-1{
    display: grid;
    gap: 10px;
}
.portfolio-key-wrapper{
    grid-template-columns: repeat(4, auto);
}
.portfolio-key-wrapper-1 {
    grid-template-columns: repeat(2, auto);
    margin-top: 10px;
}
/* Business Goals */
.business-goals-wrapper .business-goals-points .business-goals-num {
    min-width: 45px;
    height: 45px;
    align-content: center;
    text-align-last: center;
}
/* Business Challenges */
.b-challenges-wrapper{
    overflow-y: scroll;
    height: 630px;
}
.b-challenges-wrapper::-webkit-scrollbar {
    width: 1px;
}
.b-challenges-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ffffff40;
}
.b-challenges-wrapper .b-challenges-item{
    border: 1px solid #fff;
    background: #FFFFFF0D;
}
/* Our Solution */
.portfolio-solutions-slider .portfolio-solutions-slide{
    padding-inline: 10px;
}


/* Tech stack Tabing CSS */
ul.portfolio-tech-tab{
    max-width: 100%;
}
ul.portfolio-tech-tab li a.nav-link{
    width: max-content;
    color: var(--dark-blue-color);
    border-style: solid;
    border-color: var(--primary-color-10);
    border-width: 0 0 3px 0;
    margin-bottom: 0;
}
ul.portfolio-tech-tab li a.nav-link:focus-visible{box-shadow: none;}
ul.portfolio-tech-tab li a.nav-link.active, ul.portfolio-tech-tab li.nav-item a.nav-link:hover{
    color: var(--dark-blue-color);
    background: transparent;
    border: none;
    border-bottom: 3px solid var(--primary-color);
}
ul.portfolio-tech-tab::-webkit-scrollbar {
    display: none;
}
.portfolio-tech-tab-content .portfolio-techtab-item {
    padding: 6px 24px 6px 6px;
}
.portfolio-tech-tab-content .portfolio-techtab-item .techtab-imgbox{
    width: 54px;
    height: 54px;
    background-color: var(--primary-color-10);
    display: grid;
    place-items: center;
    border-radius: 100px;
    padding: 5px;
    aspect-ratio: 1 / 1;
}
@media screen and (max-width:991px){
    /* portfolio key wrapper */
    .portfolio-key-wrapper, .portfolio-key-wrapper-1 {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Business Challenges */
    .b-challenges-wrapper{
        overflow-y: unset;
        height: 100%;
    }
}
@media screen and (max-width:767px){
    .about-project .second-section {
        background-size: 60%;
        background-position: right center;
    }

    /* hero sec  */
    .badge-curve:before {
        right: -55px;
        bottom: -16px;
        height: 55px;
        width: 55px;
        border-left: 16px solid var(--white-color);
        border-bottom: 16px solid var(--white-color);
        border-bottom-left-radius: 40px;
    }
    /* portfolio key wrapper */
    .portfolio-key-wrapper-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    /* Business Goals */
    .business-goals-wrapper .business-goals-points .business-goals-num {
        min-width: 32px;
        height: 32px;
        font-size: 14px;
    }
    /* Our Solution */
    .portfolio-solutions-slider .portfolio-solutions-slide {
        padding-inline: 0;
        width: calc(50% - 8px);
    }
    .portfolio-solutions-slider .portfolio-solutions-slide .portfolio-solution-box{
        height: 100%;
    }
}
@media screen and (max-width:575px){
    .about-project .second-section {
        background-size: 70%;
    }
    
    /* Business Goals */
    .portfolio-key-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    /* Our Solution */
    .portfolio-solutions-slider .portfolio-solutions-slide {
        width: 100%;
    }
}
@media screen and (max-width:480px){
    .about-project .second-section {
        background: none;
        padding: 30px 0;
    }
}