.elementor-4165 .elementor-element.elementor-element-8592e3b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-4165 .elementor-element.elementor-element-b49ec38{--display:flex;}.elementor-4165 .elementor-element.elementor-element-2f2a452{width:100%;max-width:100%;}@media(max-width:767px){.elementor-4165 .elementor-element.elementor-element-8592e3b{--padding-top:70px;--padding-bottom:70px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-2f2a452 *//* Nexus Consultancy Client Portal Form */

.nexus-portal-form,
.nexus-portal-form * {
    box-sizing: border-box;
}

.nexus-portal-form {
    width: 100%;
   
    margin: 0 auto;
    padding: 46px;
    background: #ffffff;
    border: 1px solid rgba(11, 35, 65, 0.1);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(11, 35, 65, 0.1);
}

.portal-form-intro {
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(11, 35, 65, 0.1);
}

.portal-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #c89b3c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.portal-form-intro h3 {
    margin: 0 0 12px;
    color: #0b2341;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
}

.portal-form-intro p,
.field-description {
    margin: 0;
    color: #657182;
    font-size: 15px;
    line-height: 1.7;
}

.portal-section {
    margin-bottom: 28px;
    padding: 28px;
    background: #f7f9fc;
    border: 1px solid rgba(11, 35, 65, 0.08);
    border-radius: 16px;
}

.portal-section h4 {
    margin: 0 0 20px;
    color: #0b2341;
    font-size: 21px;
    font-weight: 800;
}

.portal-section .field-description {
    margin: -8px 0 20px;
}

.portal-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.portal-column {
    flex: 1 1 0;
    min-width: 0;
}

.nexus-portal-form .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.nexus-portal-form .form-group:last-child {
    margin-bottom: 0;
}

.nexus-portal-form label {
    display: block;
    margin-bottom: 8px;
    color: #0b2341;
    font-size: 15px;
    font-weight: 700;
}

.nexus-portal-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.nexus-portal-form input[type="text"],
.nexus-portal-form input[type="email"],
.nexus-portal-form input[type="tel"],
.nexus-portal-form input[type="file"],
.nexus-portal-form select,
.nexus-portal-form textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 14px 16px;
    background: #ffffff;
    color: #0b2341;
    border: 1px solid #d8dee8;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 15px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.nexus-portal-form input[type="text"],
.nexus-portal-form input[type="email"],
.nexus-portal-form input[type="tel"],
.nexus-portal-form select {
    height: 54px;
}

.nexus-portal-form textarea {
    min-height: 120px;
    resize: vertical;
}

.nexus-portal-form input:focus,
.nexus-portal-form select:focus,
.nexus-portal-form textarea:focus {
    border-color: #c89b3c;
    box-shadow: 0 0 0 4px rgba(200, 155, 60, 0.13);
}

.upload-field input[type="file"] {
    height: auto;
    padding: 12px;
    cursor: pointer;
}

.portal-checklist .wpcf7-list-item,
.portal-options .wpcf7-list-item {
    display: block;
    margin: 0 0 12px;
}

.portal-checklist label,
.portal-options label,
.consent-field label {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #4f5d6d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.portal-checklist input[type="checkbox"],
.portal-options input[type="checkbox"],
.consent-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #c89b3c;
}

.consent-field {
    padding: 16px;
    background: rgba(200, 155, 60, 0.1);
    border-radius: 10px;
}

.portal-submit {
    margin-top: 10px;
}

.nexus-portal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    padding: 16px 28px;
    background: linear-gradient(135deg, #0b2341 0%, #123a66 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(11, 35, 65, 0.2);
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    transition: all 0.3s ease;
}

.nexus-portal-button:hover {
    background: linear-gradient(135deg, #c89b3c 0%, #d8b257 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(200, 155, 60, 0.26);
}

.nexus-portal-button span {
    font-size: 22px;
}

.nexus-portal-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #c0392b;
    font-size: 13px;
}

.nexus-portal-form .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 14px 16px !important;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .nexus-portal-form {
        padding: 26px 18px;
        border-radius: 18px;
    }

    .portal-form-intro h3 {
        font-size: 26px;
    }

    .portal-row {
        display: block;
    }

    .portal-section {
        padding: 22px 16px;
    }
}/* End custom CSS */