/* Contact CSS */

.enquiry {
    border-radius: 0;
    /* border-top: .25rem solid var(--bs-primary);
    border-bottom: .25rem solid var(--bs-accent); */
    & .form-floating {
        color: #787878;
        & input.form-control, & textarea.form-control, & select.form-select, & select.form-control {
            margin: 0 !important;
            background-color: #e9ecef;
            border: 1px solid #78787869;
            /* #ced4da */
            &:focus {
                background-image: var(--bs-gradient);
                background-color: white;
                /* #fdfdfd */
            }
        }
        & select {
            height: calc(4rem + 2px);
            font-size: 1.2rem;
        }
        & textarea {
            padding-top: 2rem !important;
            height: calc(7rem + 2px);
        }
        & input, textarea { font-size: 1.2rem; }
    }
    & .form-floating>.form-control:not(:placeholder-shown) ~ label, .form-floating>.form-select ~ label { 
        opacity: 1;
    }
    & .form-floating>.form-control:focus ~ label { opacity: .65; }
}

footer {
    & .container-fluid {
        margin: 0 !important;
    }
}