.kama_breadcrumbs,
.kama_breadcrumbs a {
    color: #9a9a9a;
}

.single_services {
    position: relative;
    padding: 5vw 0;
    /* background: #f2f5f7; */
    margin-bottom: 2vw;
}

@media(max-width: 479px) {
    .single_services {
        padding: 50px 0;
    }
}

.single_services:before {
    position: absolute;
    content: '';
    background: url(/wp-content/themes/abagency/assets/images/decor-background.webp);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4;
}

.after_header-breadcrumbs {
    font-size: 14px;
}

.single_services-header-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single_services-header-title {
    position: relative;
    max-width: 1100px;
}

.single_services-header-title h1 {
    font-size: 8vw;
    line-height: 1;
}

@media(max-width: 479px) {
    .single_services-header-title h1 {
        font-size: 2.5rem;
    }
}

.single_services-header-title h1 span {
    display: block;
}

.single_services-header-title-desc {
    max-width: 1000px;
    font-size: 21px;
    color: #9a9a9a;
}

.single_services-header-button {
    margin: 30px 0 0;
}

@media(max-width: 1024px) {
    .single_services-header-title-desc {
        font-size: 14px;
    }
}

@media(max-width: 479px) {
    .single_services-header-title-desc {
        font-size: 14px;
    }
}

/*
* PORTFOLIO SLIDER
*/

.single_cases {
    position: relative;
    margin: 2vw 0;
    padding: 3vw 0;
}

.single_cases-name {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0 20px;
    margin-bottom: 10px;
}

.single_cases-title {
    position: relative;
    font-size: 1.7rem;
    margin-bottom: 3rem;
}

.single_cases-description {
    position: relative;
    padding: 10px 0 30px;
}

.cases_portfolio {
    position: relative;
    padding: 3vw 0 !important;
    margin: 0 !important;
    background: #f2f5f7;
}

.section-title {
    margin-bottom: 60px !important;
}

#cases_portfolio-slider {
    position: relative;
    overflow: visible;
}

.cases_portfolio-slide-inner-item {
    position: relative;
    display: block;
}

.cases_portfolio-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.cases_portfolio-slide {
    transform: scale(0.9);
    opacity: .5;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}

.cases_portfolio-slide-inner-item .works {
    overflow: hidden;
    transition: -webkit-clip-path 0.4s ease-out 0s;
    transition: clip-path 0.4s ease-out 0s;
    transition: clip-path 0.4s ease-out 0s, -webkit-clip-path 0.4s ease-out 0s;
    background-color: #333;
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
    margin-bottom: 30px;
}

.cases_portfolio-slide-inner-item:hover .works {
    -webkit-clip-path: inset(4% 4% 4% 4%);
    clip-path: inset(4% 4% 4% 4%);
}

.cases_portfolio-slide-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

.cases_portfolio-slide-item-decor {
    position: relative;
    overflow: hidden;
    width: 8vw;
    min-width: 70px;
}

.cases_portfolio-slide-item-decor-item {
    overflow: hidden;
    width: 38px;
    height: 26px;
    position: relative;
    top: -2px;
    left: 0;
    transition: left 0.3s ease-out;
}

.cases_portfolio-slide-inner-item:hover .cases_portfolio-slide-item-decor-item {
    left: 22px;
    transition: left 0.3s ease-in-out;
}

.cases_portfolio-slide-item-decor-item svg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    transition: right 0.3s ease-out, opacity 0.2s ease;
    opacity: 0;
}

.cases_portfolio-slide-item-decor span {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    position: absolute;
    opacity: 1;
    transition: right 0.3s ease, opacity 0.2s ease;
}

.cases_portfolio-slide-inner-item:hover .cases_portfolio-slide-item-decor span {
    right: 100%;
    transition: right 0.2s ease, opacity 0.2s ease;
    opacity: 0;
}

.cases_portfolio-slide-inner-item:hover .cases_portfolio-slide-item-decor svg {
    right: 0;
    opacity: 1;
    transition: right 0.2s ease-out, opacity 0.2s ease;
}

.cases_portfolio-slide-item-content {
    width: 100%;
}

.cases_portfolio-slide-item-content-desc {
    font-family: 'Decorated';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.cases_portfolio-slide-inner-item:hover .cases_portfolio-slide-item-content-desc {
    margin-left: 22px;
}

.cases_portfolio-slide-item-content-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.cases_portfolio-slide-item-content-description {
    font-family: 'Decorated';
    font-size: 14px;
    color: #9a9a9a;
}

.cases_portfolio-slide-item-content-excerpt {
    font-family: 'Decorated';
    font-size: 16px;
}

@media(max-width: 478px) {
    .cases_portfolio-slide {
        max-width: 320px;
    }
}

/*
* TEXTAREA
*/

.single_services-textarea {
    position: relative;
    margin: 0 0 2vw;
    padding: 0 0 3vw;
}

.single_services-textarea-inner {
    position: relative;
}

.single_services-textarea-before-text {
    position: absolute;
    top: 12px;
    left: 0;
    width: 260px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #9a9a9a;
    margin-bottom: 40px;
}

.single_services-textarea-content {
    position: relative;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.17;
    text-indent: 300px;
}

@media(max-width: 1024px) {
    .single_services-textarea-content {
        font-size: 28px;
        padding-top: 62px;
        font-weight: 500;
        text-indent: 0;
    }
}

@media(max-width: 479px) {
    .single_services-textarea-content {
        font-size: 32px;
        padding-top: 62px;
        font-weight: 500;
        text-indent: 0;
    }
}

/*
* MODULE: PORTFOLIO FEATURES
*/

.single_services-features-wrapper {
    position: relative;
    padding: 5vw 0;
    /* margin-bottom: 50px; */
}

.single_services-features-top {
    padding-top: 50px;
    border-top: 1px solid #00000020;
}

.single_services-features-title {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0 20px;
    margin-bottom: 10px;
}

.single_services-features-list-inner__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0 20px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #00000020;
    text-decoration: none;
    flex-wrap: wrap;
    margin: 10px 0 15px;
}

.inner__item-top {
    flex: 50px;
}

.inner__item-content {
    flex: calc(100% - 60px);
}

.inner__item-content-title {
    font-size: 1.4rem;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 25px;
}

.inner__item-content-description {
    max-width: 600px;
    color: #9a9a9a;
}

/*
* FORM STYLES
*/

.single_service_form-content {
    position: relative;
    padding: 5rem 0;
}

.single_service_form-content .section-title h2 {
    font-size: 3rem;
}

@media(max-width: 479px) {
    .single_service_form-content .section-title h2 {
        font-size: 2rem;
    }
}

.section-title {
    margin-bottom: 30px !important;
}

/*
* SEO TEXT & FAQ
*/

.seo_wrapper {
    position: relative;
    padding: 50px 0 75px;
}

.seo_wrapper-inner {
    max-width: 900px;
    margin: 0 auto;
}

.seo_wrapper-content {
    height: 340px;
    overflow: hidden;
}

.seo_wrapper-inner .section-title h2 {
    font-size: 2.3rem;
    text-transform: inherit;
}

@media(max-width: 479px) {
    .seo_wrapper-inner .section-title h2 {
        font-size: 1.8rem;
    }
}

.more_less_buttons {
    position: relative;
    margin-top: 10px;
    color: #9a9a9a;
    cursor: pointer;
}

.more_less_buttons:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #ffffff, transparent);
    top: -60px;
}

.seo_wrapper-inner-content,
.seo_wrapper-inner-faq {
    padding-top: 30px;
}

.faq_section .section_title {
    font-family: 'NeueMachina';
    margin-bottom: 80px;
}

/*
* SIMILAR SERVICES
*/

.similar_services {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 60px 0 85px;
    margin-bottom: 20px;
}

.similar_services:before {
    position: absolute;
    content: '';
    background: url(/wp-content/themes/abagency/assets/images/decor-background.webp);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4;
    z-index: -1;
}

.similar_services .section-title h2 {
    font-size: 3rem;
    margin-top: 10px;
}

@media(max-width: 479px) {
    .similar_services .section-title h2 {
        font-size: 2rem;
    }
}

.similar_services-slider {
    padding-top: 40px;
    overflow: visible;
}

.similar_services-slider-item {
    height: auto;
    border: 1px solid var(--ab-dark-color);
    padding: 30px;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 12px 14px rgb(0 0 0 / 10%);
}

@media(max-width: 479px) {
    .similar_services-slider-item {
        max-width: 310px;
    }
    
    .similar_services-slider-item-title {
        margin-bottom: 0px !important;
    }

    .item-content-bottom-decor svg {
        max-width: 50px;
        max-height: 50px;
    }
}

.similar_services-slider-item a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.similar_services-slider-item-title {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'FixelDisplay';
    line-height: 1;
    margin-bottom: 30px;
}

.similar_services-slider-item-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.item-content-bottom-cta {
    position: relative;
    width: fit-content;
    border-bottom: 1px dashed;
}

.similar_services-slider-item:hover .item-content-bottom-decor svg {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.similar_services-slider-item:hover .item-content-bottom-decor svg {
    stroke: var(--accent-color);
}