/* ===== Contact Page Colors ===== */
.contact-page .main-color,
.contact-page .line {
    background-color: #017960;
}

.contact-page .line {
    border-radius: 10px;
    height: 5px;
    width: 150px;
}

/* ===== Header ===== */
.contact-page .header {
    height: 300px;
    background-image: url("/assets/images/BGC.jpeg");
    background-size: cover;
}

.contact-page .page-title {
    font-size: 3rem;
}

/* ===== Contact Form ===== */
.contact input.form-control,
.contact .nice-select {
    height: 50px;
    border: none;
}

.contact textarea,
.contact .form-select {
    border: none;
}

.contact-page .nice-select {
    margin: 0;
    border-radius: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075) !important;
}

/* ===== Page Background ===== */
body {
    background-color: #fafafa;
}

/* ===== Icons ===== */
.bi {
    font-size: 30px !important;
}

/* ===== Validation: Failed ===== */
._failed {
    border-bottom: solid 4px red !important;
}

    ._failed i {
        color: red !important;
    }

/* ===== Success Message ===== */
._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

    ._success i {
        font-size: 55px;
        color: #28a745;
    }

    ._success h2 {
        margin-bottom: 12px;
        font-size: 40px;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 10px;
    }

    ._success p {
        margin-bottom: 0;
        font-size: 18px;
        color: #495057;
        font-weight: 500;
    }
