.form-group > label.error {
    display: block !important;
    text-transform: none;
}

.form-group input.valid ~ label.error,
.form-group input[type="text"] ~ label.error,
.form-group input[type="email"] ~ label.error,
.form-group input[type="number"] ~ label.error,
.form-group select ~ label.error {
    display: none !important;
}

.background-layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.customer-satisfaction-overlay {
    background-color: rgba(0, 95, 156, 0.6);
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.survey {
    border: 2px solid #005f9c;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
}

.page-title-content h1 {
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.col-md-auto a,
.col-md-auto div {
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

.parallax-bg {
    width: 100vw;
    min-height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.page-title-parallax {
    background-image: url('/images/Support/Customer_Satisfaction_Form/banner.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 576px) {
    .page-title-parallax {
        background-position: center bottom 65%;
    }
}

@media (min-width: 768px) {
    .page-title-parallax {
        background-position: center bottom 60%;
    }
}

@media (min-width: 992px) {
    .page-title-parallax {
        background-position: center bottom 50%;
    }
}

@media (min-width: 1200px) {
    .page-title-parallax {
        background-position: center bottom 30%;
    }
}

.survey label:not(.btn),
.survey h5,
.survey p,
.survey .form-group {
    color: #005f9c !important;
}
