.elementor-52 .elementor-element.elementor-element-0c26c45{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a848e8f *//* Container 2-Column Grid Layout */
.form-container-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    align-items: flex-start;
}

/* Left Sidebar Styling */
.left-sidebar {
    flex: 1;
    min-width: 280px;
}

.illustration-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 25px;
}

.advisor-card {
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 15px;
    background: #f9fbfd;
}

.advisor-title {
    font-size: 11px;
    font-weight: 700;
    color: #708090;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.advisor-details {
    display: flex;
    gap: 15px;
    align-items: center;
}

.advisor-avatar img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.advisor-info h3 {
    margin: 0;
    font-size: 16px;
    color: #1a2b4c;
}

.advisor-info .designation {
    margin: 2px 0;
    font-size: 13px;
    color: #555555;
}

.advisor-info .nmls {
    margin: 2px 0 8px 0;
    font-size: 11px;
    color: #888888;
}

.advisor-info .contact-link {
    margin: 2px 0;
    font-size: 12px;
}

.advisor-info .contact-link a {
    color: #0066cc;
    text-decoration: none;
}

/* Right Form Styling */
.right-form-content {
    flex: 1.2;
    min-width: 300px;
}

.cf7-apply-form h2 {
    margin: 0 0 5px 0;
    font-size: 26px;
    color: #0c2340;
}

.cf7-apply-form .signin-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.cf7-apply-form .form-row {
    margin-bottom: 15px;
}

.cf7-apply-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.cf7-apply-form input[type="text"],
.cf7-apply-form input[type="email"],
.cf7-apply-form input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.cf7-apply-form input[type="submit"] {
    width: 100%;
    background-color: #b0c2de;
    color: #ffffff;
    border: none;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

.cf7-apply-form input[type="submit"]:hover {
    background-color: #0c2340;
}

.cf7-apply-form .terms-notice {
    font-size: 11px;
    color: #777777;
    margin-top: 15px;
}/* End custom CSS */