.elementor-82 .elementor-element.elementor-element-d197596{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4ceaaac *//* Layout Wrapper */
.apply-now-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    align-items: start;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Left Column */
.apply-left-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.illustration-box img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}

.advisor-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #8899A6;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.advisor-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #EBF1F5;
}

.advisor-img-wrap img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.advisor-details {
    flex-grow: 1;
}

.advisor-details h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1E293B;
}

.advisor-role {
    font-size: 0.85rem;
    color: #64748B;
    margin: 2px 0;
}

.advisor-nmls {
    font-size: 0.75rem;
    color: #94A3B8;
    margin-bottom: 4px;
}

.advisor-email a, .advisor-phone a {
    font-size: 0.8rem;
    color: #475569;
    text-decoration: none;
    display: block;
}

.advisor-actions {
    display: flex;
    gap: 8px;
}

.action-circle-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EFF6FF;
    color: #2563EB;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.action-circle-btn:hover {
    background: #2563EB;
    color: #FFFFFF;
}

/* Right Column (CF7 Overrides) */
.apply-right-col .wpcf7 {
    background: transparent;
}

.vlz-cf7-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 5px;
}

.vlz-cf7-signin {
    font-size: 0.9rem;
    color: #64748B;
    margin-bottom: 25px;
}

.vlz-cf7-signin a {
    color: #2563EB;
    font-weight: 600;
    text-decoration: none;
}

.vlz-cf7-row {
    margin-bottom: 18px;
}

.vlz-cf7-row label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.vlz-cf7-row input[type="text"],
.vlz-cf7-row input[type="email"],
.vlz-cf7-row input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    font-size: 0.95rem;
    background-color: #FFFFFF;
    outline: none;
    box-sizing: border-box;
}

.vlz-cf7-row input:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.vlz-cf7-row input[type="submit"] {
    width: 100%;
    background: #94A3B8;
    color: #FFFFFF;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.vlz-cf7-row input[type="submit"]:hover {
    background: #64748B;
}

.vlz-cf7-footer-text {
    font-size: 0.75rem;
    color: #64748B;
    line-height: 1.5;
    margin-top: 15px;
}

.vlz-cf7-footer-text a {
    color: #2563EB;
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .apply-now-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
/* Captcha Container Styling */
.vlz-captcha-wrap {
    margin-top: 15px;
    margin-bottom: 20px;
}

.vlz-captcha-wrap label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

/* Ensure reCAPTCHA box fits within container */
.vlz-captcha-wrap .wpcf7-recaptcha {
    display: block;
    transform-origin: 0 0;
}

@media (max-width: 400px) {
    /* Mobile screen fix for recaptcha overflow */
    .vlz-captcha-wrap .wpcf7-recaptcha iframe {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}/* End custom CSS */