/* LazyBlock: Latest Service */

.latest-service__right-shape {
    position: absolute;
    right: -660px;
}

.latest-service__right-shape img {
    width: 100%;
    height: auto;
}

.latest-service__bg-shape {
    position: absolute;
    left: -460px;
    bottom: 0;
    z-index: 1;
}

.latest-service__bg-shape img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.latest-service__subtitle h6 {
    color: var(--rr-theme-primary);
    font-size: var(--rr-fs-h4);
    font-weight: var(--rr-fw-regular);
    line-height: 30px;
    margin-bottom: 12px;
}

.latest-service__title h2 {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    margin-bottom: 0;
}

.latest-service__item {
    padding: 30px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.latest-service__item:hover {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);
}

.latest-service__item-icon {
    display: flex;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: #fff0eb;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    margin: auto;
    margin-bottom: 24px;
}

.latest-service__item-icon img {
    width: 36px;
    height: 36px;
}

.latest-service__item-icon:hover img {
    transform: rotate(45deg);
}

.latest-service__item-icon--service-4 img {
    width: 43.182px;
    height: 36px;
}

.latest-service__item-title h4 {
    color: var(--rr-heading-primary);
    font-size: var(--rr-fs-h4);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    margin-bottom: 12px;
}

.latest-service__item-title h4:hover {
    color: var(--rr-theme-primary);
}

.latest-service__item-text p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .latest-service__right-shape {
        right: -800px;
    }

    .latest-service__bg-shape {
        left: -520px;
    }
}

@media (max-width: 575px) {
    .latest-service__right-shape,
    .latest-service__bg-shape {
        display: none;
    }
}
