/* all styles use unique classes – bootstrap untouched */
.give-simple-q7f29 {
    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif;
}

/* main card – clean, minimal, unique */
.card-flat44k {
    border-radius: 28px;
    box-shadow:
        0 20px 35px -8px rgba(0, 20, 40, 0.15),
        0 5px 12px -4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.card-body-simple9a {
    background: white;
    border-radius: 28px;
}

/* mini title unique */
.mini-title-3b2s {
    font-size: 1.1rem;
    color: #1e2f47;
    border-left: 4px solid #f69c4a;
    padding-left: 0.9rem;
}

/* input fields – simple, smooth, unique */
.input-simple9c {
    border: 1.8px solid #dee7f0;
    border-radius: 16px;
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    transition: all 0.15s ease;
    font-size: 1rem;
}

.input-simple9c:focus {
    border-color: #fa9f4b;
    box-shadow: 0 0 0 4px rgba(250, 159, 75, 0.12);
    outline: none;
    background-color: #fffdfa;
}

/* rupee prefix custom */
.rupee-prefix-9h3 {
    font-weight: 600;
    color: #2a405c;
    border-color: #dee7f0 !important;
    background: #f5f9ff;
    border-radius: 16px 0 0 16px;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
}

/* unique submit button – no bootstrap override */
.btn-submit-k2y4 {
    background: linear-gradient(115deg, #243856, #1d2e48);
    color: white;
    font-size: 1.2rem;
    border-radius: 40px !important;
    box-shadow: 0 12px 22px -10px #1d2e48;
    transition: all 0.2s;
    letter-spacing: 0.3px;
}

.btn-submit-k2y4:hover {
    background: linear-gradient(115deg, #2d466b, #253b5a);
    transform: translateY(-2px);
    box-shadow: 0 18px 28px -8px #1b314b;
    color: white;
}

.btn-submit-k2y4:active {
    transform: translateY(2px);
    box-shadow: 0 6px 12px -4px #101e30;
}

/* field-group spacing */
.field-group-x1a .form-label {
    font-size: 0.95rem;
    color: #1f3a5f;
    margin-left: 4px;
}

/* response message style */
#liveMessageSimple {
    min-height: 28px;
    color: #22662c;
    background: #eaf9ec;
    padding: 0.5rem 1rem;
    border-radius: 40px;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #b8e0bf;
}
/* if empty or hidden we keep it minimal */
#liveMessageSimple:empty {
    display: none;
}
