/* =========================
   ORL PAGE
========================= */

/* Galerie */

.orl-galerie {
    margin-top: 30px;
}

.orl-galerie .col-md-6 {
    margin-bottom: 25px;
}

.orl-galerie img {
    width: 100%;
    height: 350px;          /* <-- adaugă asta */
    object-fit: cover;      /* <-- și asta */
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.orl-galerie img:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Spațiere secțiuni */

.orl-section {
    margin-top: 35px;
}

/* Programări */

.orl-programari {
    background: #f8fbff;
    padding: 20px 25px;
    border-radius: 14px;
    margin-top: 25px;
}
