.pqcew-service-box.pqcew-style-1 {
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
}

.pqcew-service-box.pqcew-style-1 .pqcew-service-img {
    position: relative;
    overflow: hidden;
}

.pqcew-service-box.pqcew-style-1 .pqcew-service-img img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
    display: block;
}

.pqcew-service-box.pqcew-style-1:hover .pqcew-service-img img {
    transform: scale(1.1);
}

.pqcew-service-box.pqcew-style-1 .pqcew-service-icon {
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    font-size: 36px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    text-align: center;
    color: #ffffff;
    background-color: #2490eb;
    position: relative;
    position: absolute;
    left: 30px;
    bottom: 0;
    transition: all 0.5s ease;
}

.pqcew-service-box.pqcew-style-1:hover .pqcew-service-icon {
    background-color: #2490eb;
}

.pqcew-service-box.pqcew-style-1 .pqcew-service-info {
    padding: 45px 30px;
}

.pqcew-service-box.pqcew-style-1 .pqcew-service-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.pqcew-service-box.pqcew-style-1 .pqcew-service-description {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px;
}

.pqcew-service-box.pqcew-style-1 .pqcew-button-container .pqcew-button {
    text-decoration: none;
}

.pqcew-service-box.pqcew-style-1 .pqcew-button-container .pqcew-button .pqcew-button-block {
    display: inline-flex;
    align-items: center;
    color: #2490eb;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    gap: 10px;
}

.pqcew-service-box.pqcew-style-1 .pqcew-button-container .pqcew-button .pqcew-button-block:hover {
        color: #333333;
}

.pqcew-service-box.pqcew-style-1 .pqcew-button-container .pqcew-button .pqcew-button-block .pqcew-button-icon {
    font-size: 16px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.pqcew-service-box.pqcew-style-1 .pqcew-button-container .pqcew-button .pqcew-button-block:hover .pqcew-button-icon {
        color: #333333;
}
