/* ************** */
/*                */
/* CHECKBOX MAGIC */
/*                */
/* ************** */

/* Services checkbox */

.contact-form-input-holder.services .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-form-checkbox.business.services {
    display: block;
    width: 100%;
}

.contact-form-input-holder.services .wpcf7-list-item {
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0px;
}

.contact-form-input-holder.services .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    max-width: 302px;
    width: 100%;
    height: fit-content;
    padding: 16px;
    border-radius: 8px;
    border: solid 2px #d4e6f9;
    margin: auto;
    align-items: center;
}

.contact-form-input-holder.services .wpcf7-list-item-label {
    height: fit-content;
    color: #012F6B;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.contact-form-checkbox.business.services input {
    width: 32px;
    height: 32px;
    background-color: #d4e6f9;
    border: transparent;
    border-radius: 8px;
    margin: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;

}

/* Interest Checkbox */


.contact-form-checkbox.business.solutions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: fit-content;
}

.contact-form-input-holder.interest .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-form-checkbox.business.interest {
    display: block;
    width: 100%;
}

.contact-form-input-holder.interest .wpcf7-list-item {
    width: fit-content;
    height: 100%;
    margin-left: 0px;
}

.contact-form-input-holder.interest .wpcf7-list-item label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    max-width: 302px;
    width: fit-content;
    height: 100%;
    padding: 16px;
    border-radius: 8px;
    border: solid 2px #d4e6f9;
    margin: auto;
    transition: 0.2s cubic-bezier(1, 0.2, 0, 0.4);
}

.contact-form-input-holder.interest .wpcf7-list-item-label {
    width: 160px;
    color: #012F6B;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    transition: 0.2s cubic-bezier(1, 0.2, 0, 0.4);
}


.contact-form-checkbox.business.solutions input {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #d4e6f9;
    border: transparent;
    border-radius: 8px;
    margin: 0 auto;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.contact-form-checkbox.business.services input {
    position: relative;
}

.contact-form-checkbox.business.solutions label,
.contact-form-checkbox.business.services label {
    box-shadow: 0 0px 0px 0px rgb(0 0 0 / 0.0), 0 0px 0px 0px rgb(0 0 0 / 0.0);
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form-checkbox.business.solutions label:has(input:hover),
.contact-form-checkbox.business.services label:has(input:hover) {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-color: #012f6b;
    transform: scale(1.05);
    transition: 0.2s cubic-bezier(1, 0.2, 0, 0.4);
}

.contact-form-checkbox.business.solutions input[type=checkbox]:hover,
.contact-form-checkbox.business.services input[type=checkbox]:hover {
    background: #ffd800;
    transition: 0.2s cubic-bezier(1, 0.2, 0, 0.4);
}

.contact-form-checkbox.business.solutions input[type=checkbox]:hover::after,
.contact-form-checkbox.business.services input[type=checkbox]:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.2s cubic-bezier(1, 0.2, 0, 0.4);
}

.contact-form-checkbox.business.solutions input:after,
.contact-form-checkbox.business.services input:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #012F6B;
    /* font-family: 'Lucide-Icons' !important; */
    font-weight: 900;
    opacity: 1;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Icons for both */

.contact-form-checkbox.business.services input:after {
    width: 32px;
    height: 32px;
}


.contact-form-checkbox.business.solutions input[value="Planning & Optimization"]::after {
    font-family: "lucide-1200-1467";
    content: '\e8d0';
}

.contact-form-checkbox.business.solutions input[value="Retail Merchandising"]::after {
    font-family: "lucide-1000-1200";
    content: '\e8b5';
}

.contact-form-checkbox.business.solutions input[value="Retail AI and Analytics"]::after {
    font-family: "lucide-1000-1200";
    content: '\e8b5';
}

.contact-form-checkbox.business.solutions input[value="Store & Omnichannel"]::after {
    font-family: "lucide-1200-1467";
    content: '\e877';
}

.contact-form-checkbox.business.solutions input[value="Supply Chain Management"]::after {
    font-family: "lucide-1200-1467";
    content: '\e8d5';
}

.contact-form-checkbox.business.solutions input[value="Fusion Cloud Financials"]::after {
    font-family: "lucide-400-600";
    content: '\e851';
}

/**/

.contact-form-checkbox.business.services input[value="Solution"]::after {
    font-family: "lucide-200-400";
    content: '\e825';
}

.contact-form-checkbox.business.services input[value="Implementation"]::after {
    font-family: "lucide-1000-1200";
    content: '\e89f';
}

.contact-form-checkbox.business.services input[value="Consulting"]::after {
    font-family: "lucide-1200-1467";
    content: '\e8f9';
}


.contact-form-checkbox.business.solutions input[type=checkbox]:before,
.contact-form-checkbox.business.services input[type=checkbox]:before {
    content: '\e865' !important;
    position: relative;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "lucide-200-400" !important;
    color: #012F6B;
    font-weight: 900;
    opacity: 0;
    transition: 0.2s cubic-bezier(1, 0.2, 0, 0.4);
}

.contact-form-checkbox.business.solutions input[type=checkbox]:checked:before,
.contact-form-checkbox.business.services input[type=checkbox]:checked:before {
    opacity: 1;
    transition: 0.2s ease-out;
}

.contact-form-checkbox.business.solutions input[type=checkbox]:checked::after,
.contact-form-checkbox.business.services input[type=checkbox]:checked::after {
    opacity: 0;
    transition: 0.2s cubic-bezier(1, 0.2, 0, 0.4);
}

.contact-form-checkbox.business.solutions input[type=checkbox]:checked,
.contact-form-checkbox.business.services input[type=checkbox]:checked {
    background-color: #ffd800;
    transition-timing-function: ease-in;
}

.contact-form-checkbox label:has(input[type=checkbox]:checked) {
    background: #012F6B;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);

}

.contact-form-checkbox label:has(input[type=checkbox]:checked) .wpcf7-list-item-label {
    color: white;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form-input-holder.services {}

.contact-form-content-title.services {}

.contact-form-content-sub-title.services {}

.contact-form-input-holder.interest {}

.contact-form-content-title.interest {}

.contact-form-content-sub-title.interest {}

.contact-form-input-holder.message {}

.contact-form-content-title.message {}

.contact-form-content-sub-title.message {}



@media only screen and (max-width: 1249px) {
    .contact-form-checkbox.business.solutions {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 856px) {

    .contact-form-input-holder.services .wpcf7-list-item-label,
    .contact-form-input-holder.interest .wpcf7-list-item-label {
        font-size: 14px;
    }

    .contact-form-input-holder.interest .wpcf7-list-item-label {
        width: 140px;
    }
}

@media only screen and (max-width: 840px) {
    .contact-form-wrapper.business .contact-form-fields-holder {
        flex-direction: column;
    }

    .contact-form-checkbox.business.solutions {
        width: 100%;
    }

    .contact-form-input-holder.interest .wpcf7-list-item {
        width: 100%;
    }

    .contact-form-input-holder.interest .wpcf7-list-item label {
        width: 100%;
    }

    .contact-form-input-holder.interest .wpcf7-list-item-label {
        margin: auto;
    }
}

@media only screen and (max-width: 762px) {
    .contact-form-input-holder.services .wpcf7-list-item label {
        max-width: unset;
    }
}

@media only screen and (max-width: 500px) {
    .contact-form-checkbox.business.solutions {
        gap: 8px;
    }

    .contact-form-input-holder.interest .wpcf7-list-item label {
        padding: 16px 8px;
    }
}

@media only screen and (max-width: 425px) {
    .contact-form-input-holder.interest .wpcf7-list-item-label {
        width: 110px;
    }
}

