.angie-service-card-67ae07ef {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.angie-service-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition-property: background-color, opacity, filter;
    transition-timing-function: ease;
    z-index: 1;
}

.angie-service-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.angie-service-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.angie-service-title {
    margin: 0;
    transition: color 0.3s ease;
}

.angie-service-title-icon {
    display: inline-flex;
    margin-bottom: 15px;
}

.angie-subservices-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: max-height, opacity, margin;
    transition-timing-function: ease;
    border-top: 1px solid transparent;
}

.angie-service-card-67ae07ef:hover .angie-subservices-wrapper {
    max-height: 500px;
    opacity: 1;
    margin-top: 15px;
}

.angie-subservices-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.angie-subservice-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: color 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
}

.angie-subservices-list li:last-child .angie-subservice-item {
    border-bottom: none;
}

.angie-subservice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease, fill 0.3s ease;
}
