/* Styles specific to the Feedback page */

.centered-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.enquiry-form {
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(0,90,140,0.18), 0 1.5px 8px 0 rgba(0,90,140,0.12);
    background: #f8f9fa;
    width: 100%;
    max-width: 480px;
    padding: 32px 24px;
    margin: 24px auto;
}

.enquiry-form .text-center { margin-bottom: 8px; }

/* Social icons spacing */
.enquiry-form .fa-2x { color: #005A8C; }

/* Responsive adjustments for small screens */
@media (max-width: 480px) {
    .enquiry-form {
        padding: 16px 12px;
        border-radius: 12px;
    }
    .enquiry-form h2 { font-size: 1.25rem; }
}
