.elementor-4152 .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-4152 .elementor-element.elementor-element-b49ec38{--display:flex;}.elementor-4152 .elementor-element.elementor-element-2f2a452{width:100%;max-width:100%;}@media(max-width:767px){.elementor-4152 .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 - Calendly Style Consultation Form */

.nexus-consultation-form,
.nexus-consultation-form * {
    box-sizing: border-box;
}

.nexus-consultation-form {
    width: 100%;
    max-width: px;
    margin: 0 auto;
    padding: 46px;
    background: #ffffff;
    border: 1px solid rgba(11, 35, 65, 0.10);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(11, 35, 65, 0.10);
    font-family: inherit;
}

.consultation-intro {
    margin-bottom: 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(11, 35, 65, 0.10);
}

.consultation-step {
    display: inline-block;
    margin-bottom: 12px;
    color: #C89B3C;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.consultation-intro h3 {
    margin: 0 0 12px;
    color: #0B2341;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}

.consultation-intro p {
    margin: 0;
    color: #657182;
    font-size: 16px;
    line-height: 1.7;
}

.nexus-consultation-form .form-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.nexus-consultation-form .form-column {
    flex: 1 1 0;
    min-width: 0;
}

.nexus-consultation-form .form-group {
    width: 100%;
    margin-bottom: 22px;
}

.nexus-consultation-form label {
    display: block;
    margin-bottom: 8px;
    color: #0B2341;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.nexus-consultation-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.nexus-consultation-form input[type="text"],
.nexus-consultation-form input[type="email"],
.nexus-consultation-form input[type="tel"],
.nexus-consultation-form input[type="date"],
.nexus-consultation-form select,
.nexus-consultation-form textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0;
    padding: 15px 16px;
    background: #ffffff;
    color: #0B2341;
    border: 1px solid #d9dee7;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.nexus-consultation-form input[type="text"],
.nexus-consultation-form input[type="email"],
.nexus-consultation-form input[type="tel"],
.nexus-consultation-form input[type="date"],
.nexus-consultation-form select {
    height: 54px;
}

.nexus-consultation-form textarea {
    min-height: 130px;
    resize: vertical;
}

.nexus-consultation-form input:focus,
.nexus-consultation-form select:focus,
.nexus-consultation-form textarea:focus {
    border-color: #C89B3C;
    box-shadow: 0 0 0 4px rgba(200, 155, 60, 0.13);
}

.preferred-slot {
    margin: 8px 0 24px;
    padding: 26px;
    background: #f7f9fc;
    border: 1px solid rgba(11, 35, 65, 0.08);
    border-radius: 16px;
}

.preferred-slot h4 {
    margin: 0 0 22px;
    color: #0B2341;
    font-size: 20px;
    font-weight: 800;
}

.consent-field {
    padding: 16px 18px;
    background: rgba(200, 155, 60, 0.08);
    border-radius: 10px;
}

.consent-field .wpcf7-list-item {
    margin: 0;
}

.consent-field label {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #4e5c6c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.consent-field input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-top: 3px;
    accent-color: #C89B3C;
}

.form-submit {
    margin-top: 28px;
}

.nexus-booking-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 56px;
    padding: 16px 28px;
    background: linear-gradient(135deg, #0B2341 0%, #123a66 100%);
    color: #ffffff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(11, 35, 65, 0.20);
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease,
                background 0.25s ease;
}

.nexus-booking-button span {
    font-size: 22px;
    line-height: 1;
}

.nexus-booking-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-consultation-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #c0392b;
    font-size: 13px;
}

.nexus-consultation-form .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 14px 16px !important;
    border-radius: 8px;
    font-size: 14px;
}

.nexus-consultation-form .wpcf7-spinner {
    display: block;
    margin: 14px auto 0;
}

@media (max-width: 767px) {
    .nexus-consultation-form {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .consultation-intro h3 {
        font-size: 26px;
    }

    .nexus-consultation-form .form-row {
        display: block;
    }

    .preferred-slot {
        padding: 20px 16px;
    }
}/* End custom CSS */