.elementor-3253 .elementor-element.elementor-element-75b9fee{--display:flex;}/* Start custom CSS for visacocontactinfo, class: .elementor-element-2c70a34 *//* Nexus Consultancy - Free Assessment Form */

.wpcf7 form {
    width: 100%;
}

.wpcf7 .row {
    display: block !important;
    width: 100%;
    margin: 0 !important;
}

.wpcf7 .col-lg-12 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.wpcf7 .form-group {
    width: 100%;
    margin-bottom: 22px;
}

.wpcf7 .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #0B2341;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.wpcf7 .input-group,
.wpcf7 .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
}

/* All fields full width */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 54px;
    padding: 0 16px;
    margin: 0 !important;
    background: #ffffff;
    color: #0B2341;
    border: 1px solid rgba(11, 35, 65, 0.18);
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-family: inherit;
    transition: all 0.25s ease;
}

/* Select field styling */
.wpcf7 select {
    appearance: auto;
    -webkit-appearance: auto;
    cursor: pointer;
}

/* Focus */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #C89B3C;
    box-shadow: 0 0 0 3px rgba(200, 155, 60, 0.14);
}




/* Validation messages */
.wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

/* Mobile */
@media (max-width: 767px) {
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 select {
        height: 50px;
        font-size: 15px;
    }

    
}/* End custom CSS */