.flex-layout.services-home-content-layout {
    background: var(--blue-400-transparent);
    padding-block: 100px 160px;
    position: relative;
}

.flex-layout.services-home-content-layout .pk-row {
    padding-block: 0;
}

.flex-layout.services-home-content-layout::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 740px;
    width: 1294px;
    z-index: 0;
    pointer-events: none;
}

.flex-layout.services-home-content-layout .services-home-content-content {
    border: 0.5px solid #0071BC;
    background: #FFF;
    z-index: 1;
    position: relative;
    padding: 1.5rem 55px;
    height: 369px;
    display: flex;
    align-items: center;
    width: 611px;
}

.flex-layout.services-home-content-layout .services-home-content-content .heading-wrapper,
.flex-layout.services-home-content-layout .services-home-content-content p {
    margin-bottom: 1rem;
}

.flex-layout.services-home-content-layout .services-home-content-content p {
    line-height: 1.56;
}


.flex-layout.services-home-content-layout .service-item .service-link {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 87px;
    width: fit-content;
}

.flex-layout.services-home-content-layout .service-item .service-link .service-icon {
    border-radius: 2px;
    background: #0071BC;
    width: 87px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.flex-layout.services-home-content-layout .service-item .service-link .service-icon img {
    width: 59px;
    height: 59px;
}

.flex-layout.services-home-content-layout .service-item .service-link .service-icon svg {
    position: absolute;
    top: 8px;
    right: 8px;
    transition: transform 180ms ease-in-out;
}

.flex-layout.services-home-content-layout .service-item .service-link:hover svg {
    transform: rotate(45deg);
}

.flex-layout.services-home-content-layout .service-item .service-link .service-content {
    border-radius: 2px;
    background: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 306px;
}

.flex-layout.services-home-content-layout .services-home-content-services {
    margin-top: 60px;
}

.flex-layout.services-home-content-layout .service-item {
    height: fit-content;
}

.flex-layout.services-home-content-layout .service-item .service-content .service-title,
.flex-layout.services-home-content-layout .service-item .service-content .service-subtitle {
    color: var(--text-main);
}

.flex-layout.services-home-content-layout .service-item .service-content .service-title {
    line-height: 1.25;

}

@media screen and (min-width: 993px) {
    .flex-layout.services-home-content-layout .service-item:nth-child(1) {
        margin-inline: auto -70px;
        margin-top: 142px;
    }

    .flex-layout.services-home-content-layout .service-item:nth-child(2) {
        margin-inline: auto -20px;
    }

    .flex-layout.services-home-content-layout .service-item:nth-child(3) {
        margin-inline: -90px auto;
        margin-top: -227px;
    }

    .flex-layout.services-home-content-layout::before {
        background-image: url('/wp-content/uploads/2026/01/shape_grid_sm.svg');
    }
}

@media screen and (max-width: 1200px) {
    .flex-layout.services-home-content-layout .services-home-content-content {
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    .flex-layout.services-home-content-layout .services-home-content-content {
        padding: 4rem 1.5rem;
        height: auto;
    }

    .flex-layout.services-home-content-layout .services-home-content-services {
        margin-top: 40px;
        gap: 4rem;
    }

    .flex-layout.services-home-content-layout {
        padding-block: 60px;
    }

    .flex-layout.services-home-content-layout::before {
        top: 60px;
        background-image: url('/wp-content/uploads/2026/01/shape_grid_no_bullets_sm.svg');
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .flex-layout.services-home-content-layout::before {
        top: 40px;
        height: 600px;

    }

    .flex-layout.services-home-content-layout .services-home-content-content {
        padding: 2.5rem 1rem;
    }

    .flex-layout.services-home-content-layout .services-home-content-services {
        margin-top: 20px;
        gap: 2rem;
    }

    .flex-layout.services-home-content-layout {
        padding-block: 40px 20px;
    }

    .flex-layout.services-home-content-layout .service-item .service-link {
        width: 100%;
    }

    .flex-layout.services-home-content-layout .service-item .service-link .service-content {
        width: 100%;
    }
}