.sec-single.single-project .header-project .thumbnail {
    position: relative;
    max-height: 27.5rem;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;

    @media only screen and (max-width: 768px) {
        max-height: 245px;
    }
}

.sec-single.single-project .header-project .thumbnail:hover img {
    cursor: pointer;
    transform: translate(0, calc(-100% + 28rem));

    @media only screen and (max-width: 768px) {
        transform: translate(0, calc(-100% + 245px));
    }
}

.sec-single.single-project .header-project .thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/12/bg-macbbook.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    padding: 15px;
}

.sec-single.single-project .header-project .thumbnail img {
    object-fit: cover;
    border-radius: 35px;
    width: 100%;
    position: relative;
    transition: all 8s ease-in-out;
}


.sec-single.single-project .title-gallery {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #4A4B4C;
    margin-bottom: 20px;
}

.sec-single.single-project .project-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.sec-single.single-project .project-gallery .project-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 65%;
}

.sec-single.single-project .project-gallery .project-gallery-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    transition: .3s ease-in-out;
}

.sec-single.single-project .content-bg {
    background: linear-gradient(90deg, #D9D9D9 0%, #737373 126.93%);
    padding: 120px 40px;
    color: #000;
    clip-path: polygon(0% 0%, 100% 15%, 100% 85%, 0% 100%);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    text-align: justify;

    @media only screen and (max-width: 768px) {
        clip-path: none;
        padding: 15px;
        margin-bottom: 15px;
    }
}

.sec-single.single-project .content-bg.right {
    background: var(--main-color);
    padding: 40px 40px 40px 60px;
    color: #fff;
    clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 85%);

    @media only screen and (max-width: 768px) {
        clip-path: none;
        padding: 30px;
        margin-bottom: 15px;
    }
}

.sec-single.single-project .content-bg .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #282828;
    text-align: center;
    margin-bottom: 20px;
}
.sec-single.single-project .content-bg.right .title {
    color: #fff;
}

.sec-single.single-project .content-bg .content {
    color: #282828;
}

.sec-single.single-project .content-bg.right .content {
    color: #fff;
}

.sec-single.single-project .content-bg svg {
    display: block;
    margin: 0 auto 15px;
    height: 50px;
}



.sec-single.single-project .content-bg ul {
    margin: 0 0 0 20px;
}


.sec-single.single-project .content-tabs .nav {
    border-radius: 99px;
    background: #FEEEDD;
    padding: 6px;
    width: max-content;
    margin: 0 auto;
    border: none;

    @media only screen and (max-width: 768px) {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        width: auto;
        border-radius: 10px;
        padding: 13px;
    }
}

.sec-single.single-project .content-tabs .nav .nav-item {
    margin: 0;

    @media only screen and (max-width: 768px) {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

.sec-single.single-project .content-tabs .nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    color: #3A3A3A;
    letter-spacing: -0.14px;
    text-transform: none;
    margin: 0;
    min-height: auto;
    border: none;
}

.sec-single.single-project .content-tabs .nav .nav-link.active {
    border-radius: 99px;
    background: var(--main-color);
    box-shadow: 0 8.915px 17.83px -4.457px rgba(23, 23, 23, 0.10), 0 4.457px 8.915px -4.457px rgba(23, 23, 23, 0.06);
    color: #fff;

    @media only screen and (max-width: 768px) {
        border-radius: 10px;
    }
}


.sec-single.single-project .content-tabs .tab-content {
    padding: 30px 40px;
    border-radius: 16px;
    background: #FEEEDD;

    @media only screen and (max-width: 768px) {
        padding: 15px;
        border-radius: 10px;
    }
}

.sec-single.single-project .content-tabs .tab-content .entry-content {
    padding: 0;
}

.sec-single.single-project .content-tabs .tab-content  ul {
    margin: 0;
}





.sec-results {
    background: var(--main-color);
}


.sec-results .title-results {
    font-size: 25px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
}

.sec-results .item-results {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.sec-results .item-results .circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: conic-gradient(white calc(var(--percentage)* 1%), #4A4B4C 0);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.sec-results .item-results .circle::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: var(--main-color);
    z-index: 0;
}

.sec-results .item-results .circle span {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: white;
}

.sec-results .item-results .result-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 20px;
}

.sec-results .item-results .result-text p {
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}

.sec-results .item-results .result-text .end {
    padding: 4px 8px;
    background: #fff;
    border-radius: 12px;
    color: #000 !important;
    font-weight: 600;
}





