.services-page {
    font-family: 'Inter', sans-serif;
    width: 100%;
    margin-top: 0;
}

.service-filters {
    display: flex;
    justify-content: center;
    background-color: #18383C;
    margin-top: 20px;
}

.services-filter-wrapper {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    /* min-height: 108px; */
}

.services-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-button {
    background-color: rgba(132, 168, 172, 0.1);
    border: 1px solid #76824A;
    color: #E8E6D4;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.filter-button:hover, .filter-button:focus, .filter-button.active {
    background-color: var(--color-orange);
    color: #E8E6D4;
    border-color: var(--color-orange);
}

.services-wrapper {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    gap: 80px;
}

.service-category-title {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: #E8E6D4;
}

.service-category-title .group-icon {
    display: block;
    margin: 0 auto;
    height: 40px;
}

.service-cards-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 1 50%;
}

.service-card {
    background: #E8E6D4;
    border-radius: 6px;
    width: calc( 50% - 5px );
    padding: 23px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-info {
    /* width: 324px; */
    /* height: 49px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-info .top {
    display: flex;
    align-items: center;
    gap: 5px;
}

.service-icon {
    height: 18px;
    object-fit: contain;
}

.service-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #18383C;
    text-decoration: none;
}
.price {
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #18383C;
}


.breadcrumb-nav.align-center {
    margin: 30px 0;
}
.services-template-default .breadcrumb-nav.align-center {
    margin: 30px 0 -15px 0;
}
.service__header {
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
}

.service__header-content {
    width: 575px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service__header-title {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 20px 0;
}

.service__header-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin: 0 0 40px 0;
}

.service__header-image {
    width: 575px;
}

.service__header-image img, .service__header-img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

article h2 {
    font-size: 38px;
}

@media screen and (max-width: 768px) {
    article h2 {
    font-size: 28px;
}

    article h2.wp-block-heading{
        margin-bottom: -50px;
    }
    .has-text-align-center,
    article h2 {
        text-align: left;
    }
    .services-page {
        padding: 0;
    }

    .service__header {
        flex-direction: column;
        gap: 20px;
    }

    .service__header-content {
        width: 100%;
    }
    .service__header-content .btn{
        margin-left: auto;
        margin-right: auto;
    }
    .service__header-image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .breadcrumb-nav.align-center {
        width: 300px;
        padding: 0 10px;
        gap: 10px;
        height: 75px;
        margin: auto;
    }

  

    .service-filters {
        width: 100%;
        padding: 0;
    }

    .services-filter-wrapper {
        width: 100%;
        min-height: auto;
    }

    .services-filter {
        flex-wrap: wrap;
        gap: 10px;
    }

    .filter-button {
        font-size: 12px;
        padding: 6px 10px;
        white-space: nowrap;
    }

    .services-wrapper {
        width: 100%;
        padding: 0;
        gap: 30px;
    }

    .service-category {
        padding-top: 0;
        width: 100%;
        gap: 20px;
        margin: 0;
    }

    .service-category-title {
        font-size: 24px;
        text-align: left;
        width: 100%;
        margin-bottom: 0;
    }

    .service-cards-row {
        flex-direction: column;
        width: 100%;
    }

    .service-card {
        width: 100%;
        padding: 20px;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }

    .service-info {
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .service-info .top {
        width: 100%;
        gap: 10px;
    }

    .service-icon {
        width: 12.75px;
        height: 18px;
    }

    .service-name {
        width: 100%;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        letter-spacing: -0.18px;
        color: #18383C;
        word-break: break-word;
    }

    .price {
        width: 260px;
        height: 17px;
        font-size: 14px;
        color: #18383C;
        margin: 0;
    }

    .service-btn {
        width: 260px;
        height: 55px;
        padding: 0;
    }
}
