@font-face {
    font-family: 'Gotham SSm medium';
    src: url('../../fonts/GothamSSm-Medium.otf') format('opentype');

}

@font-face {
    font-family: 'Gotham SSm Book';
    src: url('../../fonts/GothamSSm-Book.otf') format('opentype');

}

body {
    font-family: 'Inter', sans-serif;
}

/* Field labels */
.form-label {
    font-family: 'Gotham SSm medium', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #281B36;
}

/* Field inputs and selects */
.form-control,
.form-select {
    font-family: 'Gotham SSm Book', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.conditional {
    display: none;
}

fieldset {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.disclaimer {
    font-size: 0.9rem;
    color: #6c757d;
}

.btn-purple {
    font-family: 'Gotham SSm Book', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    background-color: #714AAB;
    border-color: #714AAB;
}

.btn-purple:hover {
    background-color: #5f3d8f;
    border-color: #5f3d8f;
    color: #FFFFFF;
}

.btn-purple:focus,
.btn-purple:active {
    background-color: #5f3d8f;
    border-color: #5f3d8f;
    color: #FFFFFF;
}

/* Smaller margin around reCAPTCHA */
.g-recaptcha {
    transform: scale(0.95);
    /* slightly smaller */
    transform-origin: top left;
}

/* Optional: highlight border if invalid */
.g-recaptcha.invalid {
    border: 1px solid #dc3545;
    /* Bootstrap danger color */
    border-radius: 0.375rem;
    padding: 0.25rem;
}

/* Make all required field asterisks red */
.form-label.required::after {
    content: " *";
    color: red;
}

.section-labels {

    font-family: 'Gotham SSm medium', sans-serif;
    font-weight: 900;
    font-size: 20px;
    Color: #543A76;

}