/* .container-row-review {
    text-align: justify;
} */

.braight-light {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 15px;
    z-index: 1000000;
    height: 50px;
}

@media(max-width:758px) {
    .braight-light {
        display: none;
    }

    .packages-section .container-action-servece {
        justify-content: space-between !important;
    }

    .packages-section .container-action-servece .btn-main {
        margin: inherit !important;
    }
}

.slick-controls button {
    background: rgba(235, 251, 247, 1);
    border: 2px solid #00c19a;
    color: #00c19a;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 1.2rem;
}

.slick-controls button:hover,
.slick-controls button.active {
    background-color: #00c19a;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 193, 154, 0.2);
}

/* ✅ النقاط المخصصة */
.slick-dots-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
}

.slick-dots-custom li {
    list-style: none;
}

.slick-dots-custom button {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cdeee8;
    transition: 0.3s;
}

.slick-dots-custom .slick-active button {
    background: #00c19a;
    width: 25px;
    border-radius: 10px;
}
.single-review {
    width: 100%;
}
.testimonial-card {
    /* background: #fff;
    padding: 20px;
    border-radius: 12px; */
    background: #fff;
    border-radius: 24px;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid #eee;
    height: 100%;

}
.testimonial-card .quote {
    position: absolute;
    top: -3.5rem;
    left: 1rem;
    font-size: 10rem;
    color: #3bd8ad;
    opacity: 0.9;
}
.testimonial-card .stars {
    color: #f7b500;
    font-size: 1rem;
    text-align: start !important;
}
.testimonial-card .name_client {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}
.testimonial-card p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-top: 20px;
}
.testimonial-card .name_client {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}
@media(max-width:758px) {
    .testimonial-card .quote {
        top: -3.5rem;
    }
}
@media(max-width:758px) {
    .testimonial-card .name_client {
        font-size: 1rem;
    }
}
@media(max-width:758px) {
    .testimonial-card p {
        font-size: 1rem;
    }
}



