.contact-us-contact-card-icon .elementor-icon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-us-contact-card-button .elementor-button {
    width: 100% !important;
    padding: 8px 16px;
}

/********/

/* Office Cards */

.contact-us-office-card {
    overflow: hidden !important;
}

.contact-us-office-card::before {
    height: 300% !important;
    top: -200% !important;
    /* transition: 0.8s cubic-bezier(1, 0.2, 0, 0.4) !important; */
    transition: 0.8s ease-in-out !important;
    border: 0px !important;
}

.contact-us-office-card:hover::before {
    top: 0% !important;
}


.contact-us-office-card-phone-icon .elementor-icon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-us-office-card-phone .elementor-widget-container p {
    margin: 0 !important;
}

/* 
.contact-us-form-holder {
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact-us-content {
    height: 100%;
    width: 70%;
}

.contact-us-image-holder {
    height: 100%;
    width: 30%;
    padding: 0px 60px;
}

.contact-us-image {
    width: 100%;
    height: 100%;
    background-image: url("https://stage.qbcs.com/wp-content/uploads/2024/08/portrait-woman-customer-service-worker-scaled.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 22%;
    border-radius: 15px;
}

#contact-us-form form {
    padding: 25px;
}

#contact-us-form {
    background-color: #f5f5f5;
    border: 3px solid #012F6B;
    border-radius: 15px;
    overflow: hidden;
}

.contact-us-form-row,
.contact-us-form-row p {
    display: flex;
    justify-content: space-between;
}

.contact-us-form-row span {
    width: 30%;
    margin-bottom: 25px;
}

.contact-us-form-row input {
    background-color: #D4E6F9;
    color: #012F6B;
    font-family: 'Inter';
}

.wpcf7-list-item {
    margin-left: 0 !important;
}

@media only screen and (max-width: 1500px) {
    .contact-us-image-holder {
        padding: 0;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1199px) {

    .contact-us-card-wrapper{
        flex-direction: column!important;
    }

    .v3-service-card.contact-us-card {
        width: 100% !important;
    }
}

@media only screen and (max-width: 900px) {
    .contact-us-form-holder {
        flex-direction: column;
        height: fit-content;
    }

    .contact-us-content {

        width: 100%;
    }

    .contact-us-image-holder {
        height: 240px;
        width: 100%;
    }

    .contact-us-form-holder .wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary-filled {
        width: unset;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0px);
    }

}


/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/

/*.mcf-name-holder,
.mcf-email-holder {
    margin-bottom: 20px;
}

.mcf-name-holder p,
.mcf-email-holder p {
    margin-bottom: 0;
}

.mcf-name,
.mcf-email,
.mcf-service-type-header,
.mcf-message-header {
    font-size: 18px;
    color: #012F6B;
}

.mcf-name p,
.mcf-email p {
    margin: 0;
}

.mcf-category-solutions-wrapper,
.mcf-category-extensions-wrapper {
    height: 164px;
    width: fit-content;

    overflow: hidden;
    overflow-y: scroll;

    border: 2px solid #012F6B;
    border-radius: 10px;

    transition: 0.4s;
}

.mcf-category-solutions-wrapper p,
.mcf-category-extensions-wrapper p {

    width: fit-content;
}


.mcf-hidden-checkbox {
    height: 0px;
    border: 2px solid transparent;
    transition: 0.4s;
}

.mcf-checkbox {
    position: relative;
    display: flex;
    flex-direction: column;

    width: max-content;
    width: 350px;

    padding: 15px;
}

.mcf-category-header-wrapper {
    display: flex;
    border-radius: 10px;
    margin-bottom: 10px;
}

.mcf-category-main-chooser{
    margin-top: 50px;
}

.mcf-category-solution-wrapper,
.mcf-category-extension-wrapper {
    margin-bottom: 20px;

}

.mcf-category-solution-wrapper p,
.mcf-category-extension-wrapper p {
    margin: 0;
}

.mcf-category-checkbox {
    position: relative;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;

    width: 150px !important;
    height: 30px !important;
    border-radius: 5px;
    overflow: hidden;
}

.mcf-category-checkbox[type=checkbox]::after {
    position: absolute;
    left: 40px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    color: #012F6B;
}

#mcf-category-solution-checkbox[type=checkbox]::after {
    content: 'Solutions';
}

#mcf-category-extension-checkbox[type=checkbox]::after {
    content: 'Extensions';
}

.mcf-category-checkbox[type=checkbox]:before {
    content: ' ';
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #012F6B;
    border-radius: 5px;
}

.mcf-category-checkbox[type=checkbox]:checked:before {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 29px;
    width: 30px;
    height: 30px;
    background: #FFD800;
    color: #012F6B;

}

.mcf-category-header-holder {
    display: none;
}

/******************************/
/******* Sub checkboxes *******/
/******************************/

/*.mcf-checkbox .wpcf7-list-item {
    height: 30px;
    margin-bottom: 10px;
}

.mcf-checkbox .wpcf7-list-item input {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.mcf-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    position: absolute;
    z-index: 1;
    left: 60px;
    font-size: 16px;
    color: #012F6B;
}


.mcf-checkbox .wpcf7-list-item input[type=checkbox]:before {
    content: ' ';
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #012F6B;
    border-radius: 5px;
}

.mcf-checkbox .wpcf7-list-item input[type=checkbox]:checked:before {
    content: "";
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 29px;
    width: 30px;
    height: 30px;
    background: #FFD800;
    color: #012F6B;
}

/*******************************/
/*** Service type checkboxes ***/
/*******************************/

/*.mcf-service-type-holder{
    margin-top: 50px;
}

#mcf-service-type-checkbox {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}


#mcf-service-type-checkbox .wpcf7-list-item {
    position: relative;
    height: 30px;
}

#mcf-service-type-checkbox .wpcf7-list-item input {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: none;
}

#mcf-service-type-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    position: absolute;
    z-index: 1;
    left: 40px;

    font-size: 16px;
    color: #012F6B;
}

#mcf-service-type-checkbox .wpcf7-list-item input[type=checkbox]:before {
    content: ' ';
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #012F6B;
    border-radius: 5px;
}

#mcf-service-type-checkbox .wpcf7-list-item input[type=checkbox]:checked:before {
    content: "";
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 29px;
    width: 30px;
    height: 30px;
    background: #FFD800;
    color: #012F6B;
}

/* ********** */

/*.mcf-message-holder{
    margin-top: 50px;
} */