.as-service-box-88c31a69 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    border-style: solid;
    border-color: #0d2c54;
    border-width: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;
}

.as-service-box-88c31a69:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(13, 44, 84, 0.35);
}

.as-service-box-overlay-88c31a69 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(13, 44, 84, 0.9) 100%);
    z-index: 1;
    transition: background 0.4s ease;
}

.as-service-box-88c31a69:hover .as-service-box-overlay-88c31a69 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(13, 44, 84, 0.95) 100%);
}

.as-service-box-content-88c31a69 {
    position: relative;
    z-index: 2;
    padding: 30px 24px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.as-box-header-row-88c31a69 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.as-service-box-88c31a69 .as-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.as-service-box-88c31a69:hover .as-box-icon {
    transform: scale(1.15);
}

.as-service-box-88c31a69 .as-box-icon svg {
    fill: #38bdf8;
    display: inline-block;
}

.as-service-box-88c31a69 .as-box-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.as-service-box-88c31a69 .as-box-subtitle {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #cbd5e1;
    margin-left: 36px;
}
