body {
    background-image: url('2.jpg');
    background-size: cover;
    background-position: center;
}

.review-form {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.star-rating {
    display: flex;
}

.star-rating span {
    font-size: 24px;
    cursor: pointer;
    margin-right: 5px;
}

.bg-light {
    background-color: #f8f9faa8 !important;
}

.reviews {
    max-height: 400px; /* Adjust this value based on your preference */
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white to make reviews readable against the background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
