/* Template CSS File - Add your custom styles here */

/* Colors and header styles should remain in index.html to avoid flicker */

/* Form Section */
.form-section {
    width: 100%;
    margin: 0;
    padding: 0.5rem 0;
}

.form-background {
    background-image: url('https://res.cloudinary.com/dbtcg826q/image/upload/v1762548057/common/sp-buckets/img/newsdistinct-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Form button hover */
.form-background button:hover,
.form-background input[type="submit"]:hover,
.form-background .btn:hover {
    background-color: #2563EB !important;
}

/* Steps Section - Step Icons */
.steps-section .step .step-icon {
    background: linear-gradient(135deg, #45D9D6 0%, #457DD9 100%);
    color: #ffffff;
}

/* Connect headlines color override */
.steps-main-title {
    color: #333333 !important;
}
.step-title {
    color: #3B82F6 !important;
}

/* Override form container height */
#storefrontloans_apply_form {
    min-height: 400px !important;
}

/* Site title logo styling */
.site-title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-title svg {
    max-height: 2.8rem;
    width: auto;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.site-title-text {
    font-family: 'Merriweather', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #3B82F6;
    line-height: 1;
}

/* Desktop and up */

