/* Credit Application Styles */

@media (max-width: 768px) {
    .navbar-expand-xl {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav {
        width: 100%;
    }

    .menu-item-has-children {
        width: 100%;
        text-align: center;
    }

    .form-group {
        width: 100%;
    }

    .footer .row {
        flex-direction: column-reverse;
    }

    .footer .col-xxl-5, .footer .col-xxl-7 {
        width: 100%;
        text-align: center;
    }

    .showcase-img {
        margin-top: 20px;
    }

    .contact-detail a {
        display: block; /* stack links vertically */
    }
}

img {
    max-width: 100%;
    height: auto;
}

input[type="text"], input[type="email"], select, textarea {
    min-height: 44px; /* larger form fields for easier interaction */
}

.container {
    padding: 0 15px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    width: 100%;
}

.creditapp-inner {
    margin-bottom: 2rem;
}

.sent-message {
    display: none;
    background-color: #d4edda;
    color: #155724;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #c3e6cb;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
}