

.spa-service-card {
    background: transparent;
    padding: 10px;
    border: none;
    transition: transform 0.3s ease;
    text-align: center;
}

.spa-service-card:hover {
    transform: translateY(-5px);
}

.spa-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spa-icon img {
 
    width: 180px; 
    height: auto;
    object-fit: contain;
}

.spa-service-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #3A2318;
    line-height: 1.4;
    margin: 0;
}