﻿.sectiune-calitate {
    padding: 1.5rem 2rem !important;
    text-align: center !important;
    perspective: 800px !important; /* Adaugă efect 3D */
    margin-bottom: 1rem !important;
}

.badge-calitate-img {
    max-width: 150px !important;
    margin-bottom: 2.2rem !important;
    animation: rotate-horizontal-pause 10s linear infinite;
    transform-style: preserve-3d;
}

@keyframes rotate-horizontal-pause {
    0% {
        transform: rotateY(0deg);
    }

    95% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(360deg); /* Pauză 0.5s */
    }
}

.badge-calitate-text {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    line-height: 1.5 !important;
}
