/* Propstack Forms */
.propstack-form label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.3rem;
}

.propstack-form .form-control {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
}

.propstack-form .form-control:focus {
    border-color: #086738;
    box-shadow: 0 0 0 0.15rem rgba(8, 103, 56, 0.25);
}

.propstack-form .form-check-label {
    font-size: 0.82rem;
    text-transform: none;
    font-weight: 400;
    color: #666;
}

.propstack-form .form-check-label a {
    color: #086738;
    text-decoration: underline;
}

.propstack-form-submit {
    background-color: #086738;
    border-color: #086738;
    color: #fff;
    padding: 0.6rem 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: background-color 0.2s;
}

.propstack-form-submit:hover,
.propstack-form-submit:focus {
    background-color: #065a30;
    border-color: #065a30;
    color: #fff;
}

.propstack-form-submit:disabled {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed;
}

/* Thank-You */
.propstack-thank-you {
    padding: 2rem 1rem;
    background: #fff;
    border: 2px solid #086738;
    border-radius: 4px;
    position: relative;
}

.propstack-thank-you .fa-check-circle {
    color: #086738;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.propstack-thank-you h4 {
    color: #333;
    margin-bottom: 0.5rem;
}

.propstack-thank-you p {
    color: #666;
}

.propstack-thank-you-close {
    border-color: #086738;
    color: #086738;
}

.propstack-thank-you-close:hover {
    background-color: #086738;
    color: #fff;
}

/* Modal */
#propstack-inquiry-modal .modal-header,
#propstack-contact-modal .modal-header {
    background-color: #086738;
    color: #fff;
    border-radius: 0;
}

#propstack-inquiry-modal .modal-header .close,
#propstack-contact-modal .modal-header .close {
    color: #fff;
    opacity: 0.8;
}

#propstack-inquiry-modal .modal-header .close:hover,
#propstack-contact-modal .modal-header .close:hover {
    opacity: 1;
}

#propstack-inquiry-modal .modal-content,
#propstack-contact-modal .modal-content {
    border-radius: 0;
    border: none;
}

/* Alert */
.propstack-form .alert {
    border-radius: 0;
    margin-top: 1rem;
}

/* Erstberatung (Startseite inline) */
.first-consult .propstack-form .form-control {
    background: rgba(255, 255, 255, 0.9);
}

.first-consult .propstack-form label {
    color: #000;
}

.first-consult .propstack-form .form-check-label {
    color: rgba(0, 0, 0, 0.75);
}

.first-consult .propstack-form .form-check-label a {
    color: #086738;
}

.first-consult .propstack-form-submit {
    background-color: #fff;
    color: #086738;
    border-color: #fff;
}

.first-consult .propstack-form-submit:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #065a30;
}

.first-consult .propstack-thank-you h4,
.first-consult .propstack-thank-you p {
    color: #fff;
}

.first-consult .propstack-thank-you .fa-check-circle {
    color: #fff;
}

/* Mobile */
@media (max-width: 767px) {
    .propstack-form .form-row > [class*="col-"] {
        margin-bottom: 0.75rem;
    }

    .propstack-form-submit {
        width: 100%;
    }
}
