/**
 * ZMND Interactive Hover Image Widget Styles
 */



.ws-zmnd-service-application {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    padding: 60px 30px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.ws-zmnd-service-application-col01,
.ws-zmnd-service-application-col03 {
    padding-top: 20px;
}

.ws-zmnd-service-application-col02 {
    text-align: center;
}

.ws-zmnd-service-application-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ws-zmnd-service-application-img {
    position: relative;
    transition: all 0.5s ease;
    max-width: 100%;
}

.ws-zmnd-app-demo {
    max-width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.ws-zmnd-app-features {
    position: relative;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #fff;
}

.ws-zmnd-app-features:hover {
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.ws-zmnd-left-features {
    text-align: right;
    padding-right: 30px;
    border-right: 3px solid transparent;
}

.ws-zmnd-left-features:hover {
    border-right-color: #3498db;
}

.ws-zmnd-right-features {
    text-align: left;
    padding-left: 30px;
    border-left: 3px solid transparent;
}

.ws-zmnd-right-features:hover {
    border-left-color: #3498db;
}

.ws-zmnd-app-features h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
    position: relative;
    transition: all 0.3s ease;
}

.ws-zmnd-app-features:hover h5 {
    color: #3498db;
}

.ws-zmnd-app-features p {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.ws-zmnd-btn-options {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.ws-zmnd-btn-options:hover {
    background-color: #2980b9;
    color: #fff;
    text-decoration: none;
}

.ws-zmnd-discount-options {
    display: inline-block;
    background-color: #e74c3c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .ws-zmnd-service-application-col02 {
        margin: 40px 0;
    }
    
    .ws-zmnd-left-features, 
    .ws-zmnd-right-features {
        text-align: center;
        padding: 20px;
        border: none;
    }
    
    .ws-zmnd-left-features:hover,
    .ws-zmnd-right-features:hover {
        border: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
}
