/* Review CTA, form, and dynamic testimonial styles */

.review-cta {
    margin: 30px auto 40px;
    max-width: 640px;
    padding: 0 20px;
}

.review-cta p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.review-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.review-cta-buttons .button {
    margin: 0;
}

.review-qr {
    margin-top: 30px;
}

.review-qr img {
    border: 4px solid #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.review-qr p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.star-rating {
    color: #f5a623;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

#reviews-container .testimonial.classic {
    margin-bottom: 20px;
}

#leave-review {
    padding: 60px 20px 80px;
    background: #f8f8f8;
}

#leave-review .section-heading {
    margin-bottom: 30px;
}

.review-form {
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
}

.review-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.review-form input,
.review-form select,
.review-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: inherit;
    font-size: 15px;
    box-sizing: border-box;
}

.review-form textarea {
    min-height: 120px;
    resize: vertical;
}

.review-form .hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.review-form-status {
    margin-top: 16px;
    padding: 12px;
    border-radius: 3px;
    display: none;
}

.review-form-status.success {
    display: block;
    background: #e8f5e9;
    color: #2e7d32;
}

.review-form-status.error {
    display: block;
    background: #ffebee;
    color: #c62828;
}

#contact {
    padding: 60px 20px;
    text-align: center;
}

#contact .contact-details {
    font-size: 20px;
    margin-top: 20px;
}

#contact .contact-details a {
    color: inherit;
    font-weight: 600;
}

#contact .contact-details a:hover {
    opacity: 0.75;
}

.footer-review-link {
    margin-top: 8px;
}

.footer-review-link a {
    color: inherit;
    font-weight: 600;
}
