/* Custom CSS for Feedback Form */
.feedback-section .form-group label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.feedback-section .form-control {
    font-size: 16px;
    padding: 12px;
    height: auto;
}

.feedback-section .fb-text {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.feedback-section .form-check-label {
    font-size: 16px;
}

.feedback-section .submit-btn .theme-button {
    font-size: 18px;
    padding: 10px 20px;
}

/* Make sure checkbox is larger and more visible */
.feedback-section .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

/* Improve spacing in the form */
.feedback-section .stt-form .form-group {
    margin-bottom: 20px;
}

/* Improve heading visibility */
.heading-page {
    font-size: 24px;
    font-weight: bold;
}

/* Improve overall form container */
.feedback-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}