.ctj-wrapper {
    width: 1000px;
    height: 100%;
    margin: auto;
}

.ctj-card-inner {
    width: 1000px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 20px;
    border-radius: 25px;
    background: linear-gradient(100deg, #012F6B 2.43%, #094CA0 87.14%);

}

.ctj-card-start .ctj-card-inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ctj-card-start-image-holder{
    width: 30%;
    height: 100%;
}

.ctj-card-start-image{
    width: 100%;
    height: 100%;
    background-image: url('https://www.qbcs.com/wp-content/uploads/2024/06/woman-talking-phone-office-scaled.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}


.bff-holder .ctj-card-start-image{
    background-image: url('https://www.qbcs.com/wp-content/uploads/2024/06/smiley-business-woman-desk-side-view-scaled.webp');
    background-position: 38%;
}


.ctj-card-start-content-holder{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .ctj-card-inner p{
    text-align: center;
    color: #FFF;
} */

/*  */
.ctj-subquestion {
    display: none;
}

.ctj-subquestion.open {
    display: block;
}



/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
.ctj-header,
.ctj-question-header {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    width: 80%;
    margin: 0 auto 20px auto;
}

.ctj-intro {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.ctj-section {
    width: 100%;
    padding: 5% 10%;
}

.ctj-section-text,
.ctj-text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.ctj-check-box-holder .wpcf7-form-control {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/*  */

#ctj-role label,
#ctj-software label {
    display: block;
    width: max-content;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;

    border: 2px solid #fff;
    border-radius: 15px;
    padding: 10px 50px;
}



#ctj-role input[type="checkbox"],
#ctj-software input[type="checkbox"] {
    display: none !important;
}


#ctj-role label.checked,
#ctj-software label.checked {
    background-color: #fff;
    color: #012F6B;
}

#ctj-topic-other,
#ctj-organization-other,
#ctj-role-other,
#ctj-software-other {
    height: 0px;
    overflow: hidden;
    min-height: unset;
    padding: 0;
    background: #fff;
    border-radius: 15px;
    border: 0px;
}

#ctj-topic-other,
#ctj-organization-other,
#ctj-role-other.open,
#ctj-software-other.open {
    height: 50px;

    padding: 14.5px;
}

/*  */
/*  */
/*  */

.ctj-problem-category,
.ctj-problem-category .wpcf7-form-control.wpcf7-radio {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ctj-question-radio-button-holder{
    /* text-align: center; */
}

.ctj-question-radio-button-holder input[type=radio] {
    display: none;
}

.ctj-question-radio-button-holder span.wpcf7-list-item-label {
    display: block;
    width: max-content;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;

    border: 2px solid #fff;
    border-radius: 15px;
    padding: 10px 50px;
}

/* .ctj-question-radio-button-holder label:has(input:checked) .wpcf7-list-item-label {
    background-color: #fff;
    color: #012F6B;
} */
.ctj-question-radio-button-holder label.checked .wpcf7-list-item-label {
    background-color: #fff;
    color: #012F6B;
}


/*  */
/*  */
/*  */

.ctj-question-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    padding: 5% 10%;
}

.ctj-question-row {
    display: flex;
    justify-content: space-between;
}

.ctj-question-holder {
    width: 100%;
}


.ctj-qustion-check-box-holder .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ctj-qustion-check-box-holder label {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

/*  */
/*  */
/*  */

#ctj-card-3 .ctj-section {
    padding: 0% 5%;
}

/*  */
/*  */
/*  */

.ctj-contact-info-holder {
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
}
/* .ctj-contact-info-holder p{
    display: flex;
} */

.ctj-name input,
.ctj-email input,
.ctj-phone input {
    width: 80% !important;
    display: block !important;
    background-color: #FFF !important;
    border-radius: 25px !important;
    margin: auto !important;
}

.ctj-submit-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ctj-submit-holder input {
    display: block !important;
    margin: 15px auto 0px auto!important;
    background-color: transparent !important;
    border: 2px solid #FFF !important;
    border-radius: 15px !important;
    color: #FFF !important;
}


.ctj-submit-holder .wpcf7-spinner{
    margin: 0px auto!important;
}


/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/


.ctj-wrapper .slick-dots li button:before,
.ctj-wrapper .slick-dots li.slick-active button:before {
    color: #fff;
}

.ctj-wrapper .slick-prev.slick-disabled,
.ctj-wrapper .slick-next.slick-disabled,
.ctj-wrapper .slick-next:disabled {
    display: none !important;
}

.ctj-wrapper .slick-prev {
    left: 25px;
}

.ctj-wrapper .slick-next {
    right: 25px;
}

.ctj-wrapper .slick-prev,
.ctj-wrapper .slick-next {
    width: 40px;
    height: 40px;
    z-index: 2;
}

.ctj-wrapper .slick-prev:before,
.ctj-wrapper .slick-next:before {
    font-size: 40px;
    color: #FFD800;
}

/*****************************************/
/*****************************************/

.ctj-wrapper .slick-dots {
    width: fit-content;
    bottom: 25px;
    left: 65%;
    transform: translate(-50%, 0%);
}

.ctj-wrapper .slick-dots li {
    width: 200px;
    height: 40px;
    display: none;
}

.ctj-wrapper .slick-dots li:nth-child(2) {
    display: inline-block;
}

.ctj-wrapper .slick-dots li:nth-child(2) button::before {
    content: "Start";
    font-size: 16px;
    color: #fff;
    opacity: 1;
    width: 100%;
    text-align: center;
    font-family: inherit;
    top: 50%;
    transform: translate(0px, -50%);
}

.bff-holder .ctj-wrapper .slick-next:disabled{
    display: block!important;
    opacity: 0.4;
}

.bff-holder .ctj-wrapper .slick-next {
    top: 88%;
    /* left: 50%;
    transform: translate(-50%, 0px); */
    
    border-radius: 15px;
    border: 2px solid white;
    width: 200px;
    height: 40px;
    left: 65%;
    transform: translate(-50%, 0%);
}
.bff-holder .ctj-wrapper .slick-next::before {
    content:"Submit";
    font-size: 20px;
    color: #ffffff;
    font-family: "Roboto";
}

.ctj-wrapper .slick-dots li button {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 15px;
}


/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/

.ctj-end-screen {
    display: none;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 20px;
    border-radius: 25px;
    background: linear-gradient(100deg, #012F6B 2.43%, #094CA0 87.14%);

    width: 1000px;
    height: 600px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
}

/*****************************************/
/*****************************************/

#ctj-posts .blog-carousel-card {
    height: 340px;
    width: 650px;
}

#ctj-posts .blog-carousel-image-holder {
    height: 100%;
}

#ctj-posts .blog-carousel-image {
    display: none;
}

#ctj-posts .blog-carousel-mobile-image {
    display: block;
}

#ctj-posts .blog-carousel-content-holder {
    height: 0%;
    padding: 0;
}

#ctj-posts .blog-carousel-title {
    position: absolute;
    top: 0;
    color: transparent;
    font-size: 20px;
    margin-bottom: 10px;
}

#ctj-posts .blog-carousel-excerpt,
#ctj-posts .blog-carousel-read-more-holder {
    display: none;
}

#ctj-posts .blog-carousel-excerpt {
    font-size: 14px;
}

#ctj-posts .blog-carousel-excerpt,
#ctj-posts .blog-carousel-read-more-holder {
    display: none;
}

/*****************************************/
/*****************************************/


#ctj-posts .blog-carousel-card-holder{
    display: none;
}

#ctj-posts .blog-carousel-card-holder.open{
    display: flex;
}



/* .ctj-end-screen{
    display: flex;
}
.online-and-omnichannel{
    display: block;
} */