/* Service photos for Kapsalon Ed */
.service-photo {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0.8rem;
}
.service-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .service-photo { height: 140px; }
}
