.lwphero-container .lwphero-custom-carousel-text {
    padding: 20px;
}

.lwphero-container .lwphero-custom-carousel-text h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.lwphero-container .lwphero-custom-carousel-text p {
    font-size: 16px;
    line-height: 1.5;
}

.lwphero-container .lwphero-blockquote {
    background: #f8f9fa;
    padding: 20px;
    border-left: 5px solid #007bff;
    border-radius: 5px;
}

.lwphero-container .lwphero-blockquote p {
    font-size: 18px;
    font-style: italic;
}

.lwphero-container .carousel-item {
    transition: transform 0.6s ease, opacity 0.6s ease;
    height: 400px;
}

.lwphero-container .lwphero-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lwphero-container .lwphero-circle-crop {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .lwphero-container .carousel-item {
        height: 400px;
    }
    .lwphero-container .lwphero-slide-img {
        height: 400px;
    }
    .lwphero-container .lwphero-circle-crop {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .lwphero-container .carousel-item {
        height: auto;
    }

    .lwphero-container .lwphero-slide-img {
        width: 100%;
        height: auto;
    }
    .lwphero-container .lwphero-circle-crop {
        width: 200px;
        height: 200px;
    }

    .lwphero-container .carousel-item.testimonial-slide .lwphero-book-image {
        max-height: 200px;
    }

    .lwphero-container .carousel-item.free-item-slide .lwphero-slide-img {
        max-height: 200px;
        height: auto;
        width: auto;
    }
}

.lwphero-container .container-fluid, .container {
    padding-right: 0;
    padding-left: 0;
}

.lwphero-container .lwphero-book-image {
    max-width: 100%;
    height: auto;
}

/* Additional Styles for Testimonial Layout */
@media (max-width: 768px) {
    .lwphero-container  .carousel-item.testimonial-slide .row {
        flex-direction: column;
    }
}

/* Star Rating Styles */
.lwphero-container .star-rating {
    display: flex;
    gap: 5px;
}

.lwphero-container .star-rating .fa-star {
    color: #ccc;
}

.lwphero-container .star-rating .fa-star.checked {
    color: #f39c12;
}
