/* ============================================================
   ESTILOS PERSONALIZADOS - HELIX ULTIMATE / VILLA ARCADIA 50
   ============================================================ */

/* Corrección de renderizado de estrellas en Testimonios (SP Page Builder) */
.sppb-testimonial-carousel-rating,
.sppb-testimonial-rating,
.sppb-addon-testimonial-rating {
    display: inline-block !important;
    position: relative !important;
    letter-spacing: 4px !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.sppb-testimonial-carousel-rating::before,
.sppb-testimonial-carousel-rating::after,
.sppb-testimonial-rating::before,
.sppb-testimonial-rating::after {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome", sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
}

/* Capa de estrellas rellenas (Doradas) */
.sppb-testimonial-carousel-rating::before,
.sppb-testimonial-rating::before {
    content: "\f005\f005\f005\f005\f005" !important;
    color: #ecca49 !important;
    z-index: 1 !important;
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
}

/* Capa de estrellas de fondo (Gris claro) */
.sppb-testimonial-carousel-rating::after,
.sppb-testimonial-rating::after {
    content: "\f005\f005\f005\f005\f005" !important;
    color: #d1d5db !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    display: block !important;
}

/* Corrección para los iconos de comillas en testimonios */
.sppb-testimonial-carousel-icon i,
.sppb-testimonial-carousel-icon .fa,
.sppb-testimonial-carousel-icon .fas {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome", sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}
