﻿/* Stiluri Globale */
.body-testimonial-atf {
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom:-10px;
}

/* Wrapper pentru carusel */
.carousel-wrapper-testimonial-atf {
    width: 100%;
    max-width: 28rem; /* 448px */
    margin: auto;

}

.testimonial-carousel-testimonial-atf {
    position: relative;
    border-radius: 0.75rem; /* 12px */
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    overflow: hidden;

    /*border: 1px solid rgba(55, 65, 81, 0.6);*/ /* gray-700 with opacity */
    touch-action: pan-y; /* Permite scroll vertical pe mobil */
}

/* Viewport și Track pentru tranziție */
.testimonial-viewport-testimonial-atf {
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.testimonial-slides-track-testimonial-atf {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

/* Stiluri pentru fiecare slide */
.testimonial-slide-testimonial-atf {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;

}

.slide-header-testimonial-atf {
    display: flex;
    align-items: center;
    gap: 1rem; /* 16px */
    margin-bottom: 0.1rem; /* 8px */
    margin-top:3px;
}

.avatar-testimonial-atf {
    width: 2.5rem; /* 40px */
    height: 2rem;
    border-radius: 9999px; /* full circle */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem; /* text-md */
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    flex-shrink: 0;
    object-fit: cover; /* Esențial pentru ca poza să nu fie turtită */
}



.author-meta-testimonial-atf {
    flex-grow: 1;
}

.author-name-testimonial-atf {
    font-weight: 700;
    color: white;
    letter-spacing: 0.025em;
    font-size: 0.775rem; /* 14px */
    margin: 0;
}

.meta-row-testimonial-atf {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem; /* 12px */
    font-size: 0.75rem; /* 12px */
    color: #9ca3af; /* gray-400 */

}

.rating-testimonial-atf {
    color: #facc15; /* yellow-400 */
}

.date-testimonial-atf {
    margin: 0;
}

.verified-badge-testimonial-atf {
    display: flex;
    align-items: center;
    gap: 0.25rem; /* 4px */
    color: #34d399; /* emerald-400 */
    font-weight: 600;
}

.verified-icon-testimonial-atf {
    width: 0.75rem; /* 12px */
    height: 0.75rem;
}

.review-text-testimonial-atf {
    font-size: 0.775rem; /* 14px */
    font-weight: 500;
    color: #d1d5db; /* gray-300 */
    line-height: 1.625;
    min-height: 3rem; /* 48px */
    margin: 0;
    padding-top:5px;
    padding-bottom:5px;

}

.testimonial-slide-testimonial-atf:nth-child(1),
.testimonial-slide-testimonial-atf:nth-child(2) {
    position: relative;
    top: 7px;
}

.testimonial-slide-testimonial-atf:nth-child(3) {
    position: relative;
    top: -3px;
}

/* ========================================================================= */
/* SAMSUNG GALAXY S25 ULTRA - FONT SIZE PENTRU AL 3-LEA REVIEW */
/* ========================================================================= */

@media only screen and (min-width: 380px) and (max-width: 390px) {
    .testimonial-slide-testimonial-atf:nth-child(3) .review-text-testimonial-atf {
        font-size: 0.7rem !important; /* 14px - doar pe S25 Ultra */
    }
}

/* ========================================================================= */
/* SAMSUNG GALAXY S25 SIMPLU - FONT SIZE PENTRU AL 3-LEA REVIEW */
/* ========================================================================= */

@media only screen and (min-width: 360px) and (max-width: 370px) {
    .testimonial-slide-testimonial-atf:nth-child(3) .review-text-testimonial-atf {
        font-size: 0.7rem !important; /* 14px - doar pe S25 simplu */
    }
    .testimonial-slide-testimonial-atf:nth-child(1) .review-text-testimonial-atf {
        font-size: 0.725rem !important; /* 14px - doar pe S25 simplu */
    }
}
