.service-card-wrapper-24997d07 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-card-link-overlay-24997d07 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-decoration: none;
}

.service-card-image-24997d07 {
    overflow: hidden;
    position: relative;
}

.service-card-image-24997d07 img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.service-card-wrapper-24997d07:hover .service-card-image-24997d07 img {
    transform: scale(1.1);
}

.service-card-content-24997d07 {
    padding: 30px;
    position: relative;
    z-index: 5;
    background-color: #ffffff;
}

/* Base transition */
.service-card-title-24997d07 {
    margin: 0 0 15px 0;
    transition: color 0.3s ease;
}

/* Only apply transition and hover state if the wrapper DOES NOT have the disable class */
.service-card-wrapper-24997d07.disable-title-hover .service-card-title-24997d07 {
    transition: none !important;
}

.service-card-text-24997d07 {
    margin-bottom: 15px;
}

.service-card-btn-wrap-24997d07 {
    margin-top: 15px;
    position: relative;
    z-index: 11;
}

.service-card-btn-24997d07 {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}
