.loan-section {
    padding: 80px 40px;
}

.loan-subtitle {
    text-align: center;
    margin-bottom: 20px;
    color: #666;
}

.loan-form-card {
    max-width: 650px;
    margin: auto;
    background: white;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.loan-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.input-group input,
.input-group select,
.input-group textarea {
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 16px;
}

.error-border {
    border-color: red !important;
}

.error-msg {
    color: red;
    font-size: 13px;
    height: 14px;
}

/* WhatsApp Float */
.wa-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25d366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.wa-float img {
    width: 100%;
}
