.service-box-93e3bfe6 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 30px; -> Nu geregeld via de Elementor control */
    text-decoration: none !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-box-93e3bfe6:hover,
.service-box-93e3bfe6:focus {
    text-decoration: none !important;
    outline: none;
}

.service-box-overlay-93e3bfe6 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.service-box-content-93e3bfe6 {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 40px; /* Space for the button if it overlaps */
}

.service-box-title-93e3bfe6 {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.service-box-desc-93e3bfe6 {
    margin: 0 0 0 0;
}

.service-box-button-93e3bfe6 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    transition: background-color 0.3s ease;
}

.service-box-button-93e3bfe6 svg {
    width: 20px;
    height: 20px;
}
