.pricing{
    display: none;
}

.main-single h2.wp-block-heading {
    margin-top: 65px;
    margin-bottom: 45px;
    font-size: 26px;
    line-height: 115%;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.main-single h3.wp-block-heading {
    margin-top: 65px;
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 115%;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.main-single p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 168%;
    font-weight: 400;
    font-family: "Noto Sans Regular", sans-serif;
}

.main-single p:last-child {
    margin-bottom: 0;
}

.main-single ul.wp-block-list,
.main-single ol.wp-block-list {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 167%;
}

.single-work main {
    margin-bottom: 60px;
    padding-top: 140px;
    position: relative;
}

.single-work main .container {
    position: relative;
    padding: 40px 20px 0;
}

.single-service main {
    margin-bottom: 60px;
    padding-top: 40px;
    position: relative;
}

.single-service main .container {
    position: relative;
    padding: 40px 20px 0;
}

.main-single .block-works .container,
.main-single .pricing .container {
    padding: 0;
}

h1.single-work-title {
    margin-bottom: 55px;
    padding: 20px 0 12px;
    font-size: 35px;
    line-height: 147%;
    font-weight: 500;
    text-align: center;
    position: relative;
}

h1.single-work-title:before {
    content: '';
    position: absolute;
    background-image: url('../../assets/images/single-work-title.svg');
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 358px;
    width: 100%;
    height: 80px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.single-work-inner {
    display: flex;
    flex-direction: row;
    gap: 57px;
    justify-content: space-between;
}

.single-work-item {
    max-width: 100%;
    width: 100%;
}

/* .single-work-item:last-child {
    max-width: 495px;
}
 */
.single-work-image img {
    max-height: 1500px;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.work-process {
    display: flex;
    flex-direction: column;
    gap: 65px;
    margin-top: 35px;
}

.work-process_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 35px;
}

.work-process_number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    position: relative;
    font-size: 75px;
    line-height: 88%;
    font-weight: 600;
    color: #bdbdbd99;
}

/* .work-process_number:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 3px solid #C84820;
    width: 80px;
    height: 80px;
    bottom: 7px;
    right: -11px;
    z-index: -1;
}
 */
.work-process_content_title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 115%;
    font-weight: 600;
}

.work-process_content_text {
    font-size: 16px;
    line-height: 149%;
}

.work-process_content_text ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding-left: 25px;
    font-family: 'Noto Sans Regular', sans-serif;
}

.work-process_content_text ul li::marker {
    color: #FF8F6D;
}

.work-process_content_text strong,
.work-process_content_text b {
    color: #FF8F6D;
    font-weight: 500;
}

.single-work-item .testimonial-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 30px;
}

.single-work-item .testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
    margin-bottom: 25px;
    padding: 15px;
    background-image: url('../../assets/images/testimonial.webp');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: #3D3D3D;
}

.single-work-item .testimonial-card-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 21px;
}

.single-work-item .testimonial-card-row img {
    max-width: 28px;
    width: 100%;
    height: 20px;
    object-fit: contain;
    display: flex;
}

.single-work-item .testimonial-card_title {
    margin: 0;
    font-size: 16px;
    line-height: 147%;
    font-weight: 600;
}

.single-work-item .testimonial-card_author-date {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-work-item .testimonial-card_icon {
    width: 65px;
    height: 65px;
    background: #FF8F6D;
    border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-card_icon img{
	width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.single-work-item .testimonial-card_author {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 147%;
    font-weight: 600;
}

.single-work-item .testimonial-card_date {
    font-size: 14px;
    line-height: 147%;
    color: #A5A5A5;
    font-family: 'Noto Sans Regular', sans-serif;
}

.single-work-item .testimonial-card_quote {
    font-size: 12px;
    line-height: 147%;
    color: #3D3D3D;
    font-family: 'Noto Sans Regular', sans-serif;
}

.single-work-item .testimonial-swiper .swiper-pagination-bullet {
    background: #fff;
}

.single-work-item .testimonial-swiper .swiper-pagination-bullet-active {
    background: #CC5732;
}

.text_subtitle {
    margin-bottom: 50px;
}

.text_after_work{
    margin-top: 50px;
}

@media screen and (max-width: 991px) {
    .single-work-item .testimonial-item {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 768px) {
    h1.single-work-title {
        font-size: 22px;
        line-height: 123%;
    }
    .main-single h2.wp-block-heading {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 123%;
    }
    .main-single h3.wp-block-heading {
        margin: 25px 0;
        font-size: 20px;
    }
    .main-single p {
        font-size: 14px;
        line-height: 147%;
    }
    .main-single ul.wp-block-list,
    .main-single ol.wp-block-list {
        font-size: 14px;
        line-height: 147%;
    }
    .single-work-inner {
        flex-direction: column;
        gap: 40px;
    }
    .work-process {
        gap: 40px;
    }
    .work-process_item {
        gap: 10px;
    }
    .work-process_number:before {
        width: 60px;
        height: 60px;
        bottom: 10px;
        right: -5px;
    }
}

.single-work-image {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.single-work-image img {
	cursor:pointer;
}

.single-work-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

@media (min-width: 1024px) {
    .single-work-inner {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .single-work-item:first-child {
        position: sticky;
        top: 20px;
        height: 100vh;
        overflow-y: auto;
        flex: 2;
        padding-right: 10px;
    }

    /* Custom Scrollbar */
    .single-work-item:first-child::-webkit-scrollbar {
        width: 3px;
    }

    .single-work-item:first-child::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 2px;
    }

    .single-work-item:first-child::-webkit-scrollbar-thumb {
        background: #FF8F6D;
        border-radius: 2px;
    }

    .single-work-item:first-child::-webkit-scrollbar-thumb:hover {
        background: #e8785c;
    }

    .single-work-item:last-child {
        flex: 2;
    }
}

/* Disable sticky scrolling on mobile */
@media (max-width: 1023px) {
    .single-work-inner {
        flex-direction: column;
    }

    .single-work-item:first-child {
        position: static;
        height: auto;
        overflow-y: visible;
        padding-right: 0;
    }
}


/* Lightbox Styling */
.lightbox {
    display: none;
	margin-top:50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
}

.lightbox-close {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.lightbox-nav span {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transform: translateY(-50%);
    padding: 10px;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

