/*!
Theme Name: Brisk Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: brisk
Version: 1.0.0
Text Domain: brisk
*/

/* BANNER */
.banner .swiper-slide .swiper-slide-contents {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 120px;
    background: linear-gradient(90deg, #FFFFFF 40%, rgba(255, 255, 255, 0.00) 100%);
    padding: 20px 0;
}

.banner .swiper-slide .swiper-slide-contents .elementor-slide-heading {
    margin-left: 50px;
}

.banner .swiper-slide .swiper-slide-contents::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 35px;
    background-color: var(--e-global-color-uicore_primary);
}

.banner.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    left: unset;
    right: 80px;
    bottom: 20px;
}
.banner .swiper-slide:not(.swiper-slide-active) .swiper-slide-inner {
    display: none;
}

@media only screen and (max-width: 767px) {
    .banner .swiper-slide .swiper-slide-inner {
        align-items: start;
    }

    .banner .swiper-slide .swiper-slide-contents {
        margin-top: 20px;
        min-height: 60px;
    }

    .banner .swiper-slide .swiper-slide-contents .elementor-slide-heading {
        margin-left: 30px;
        margin-bottom: 0;
    }

    .banner .swiper-slide .swiper-slide-contents::before {
        width: 20px;
    }
}

/* MBTI */
/* mbti header */
.mbti-form .mbti-form-header {
    background: var(--e-global-color-uicore_primary);
    padding: 10px 0 30px;
}

.mbti-form .mbti-form-header .e-con-inner {
    align-items: center;
}

.mbti-form .mbti-form-header .header-title {
    width: 50%;
}

.mbti-form .mbti-form-header .header-stepper {
    width: 30%;
    text-align: center;
}

.mbti-form .mbti-form-header .header-title h1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mbti-form .mbti-form-header .header-stepper,
.mbti-form .mbti-form-header .header-title h1 span {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.mbti-form .mbti-form-header .header-stepper .subtitle {
    position: relative;
}

.mbti-form .mbti-form-header .header-stepper .subtitle::before,
.mbti-form .mbti-form-header .header-stepper .subtitle::after {
    content: '';
    width: calc((100% / 2) - 60px);
    height: 1px;
    background: #FFF;
    position: absolute;
    top: calc(50% - 1px);
}

.mbti-form .mbti-form-header .header-stepper .subtitle::before {
    left: 0;
}

.mbti-form .mbti-form-header .header-stepper .subtitle::after {
    right: 0;
}

.mbti-form .mbti-form-header .header-stepper .contact-step .subtitle::before,
.mbti-form .mbti-form-header .header-stepper .contact-step .subtitle::after {
    width: calc((100% / 2) - 185px);
}

.mbti-form .mbti-form-header .header-stepper .mbti-profile-step .subtitle::before,
.mbti-form .mbti-form-header .header-stepper .mbti-profile-step .subtitle::after {
    width: calc((100% / 2) - 140px);
}

.mbti-form .mbti-form-header .header-stepper .contact-step,
.mbti-form .mbti-form-header .header-stepper .mbti-profile-step {
    display: none;
}

.mbti-form .mbti-form-header .header-stepper .steps {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.mbti-form .mbti-form-header .header-stepper .steps > div {
    position: relative;
    color: #000;
    width: 60px;
    height: 60px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 7px solid #FF0004;
    outline: 5px solid #FFF;
}

.mbti-form .mbti-form-header .header-stepper .steps > div.valid {
    border-color: #007D04;
}

.mbti-form .mbti-form-header .header-stepper .steps > div.current::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: #FFF;
    border-radius: 10px;
    bottom: -35px;
    left: 0;
    right: 0;
}

/* mbti footer */
.mbti-form .mbti-form-footer .e-con-inner {
    position: relative;
    height: 230px;
    align-items: end;
}

.mbti-form .mbti-form-footer .walking-indicator svg {
    transition: left ease .5s;
    position: absolute;
    z-index: 2;
    max-width: 8%;
    width: auto;
    top: 0;
    left: 0;
}

.mbti-form .mbti-form-footer .e-con-inner > svg {
    position: relative;
    z-index: 1;
    height: fit-content;
}

/* mbti content */
.mbti-form .mbti-form-content .e-con-inner {
    flex-direction: column;
}

.mbti-form .mbti-form-content h3 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}

.mbti-form .mbti-form-content p.subtitle {
    color: var(--e-global-color-uicore_secondary);
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
}

.mbti-form .mbti-form-content .step-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.mbti-form .mbti-form-content .step-nav button {
    color: #FFF;
    background: var(--e-global-color-uicore_primary);
    border-color: var(--e-global-color-uicore_primary);
    border-radius: 0 25px 25px 0;
    padding: 10px 20px;
    cursor: pointer;
}

.mbti-form .mbti-form-content .step-nav button[disabled] {
    opacity: .6;
    cursor: auto;
}

.mbti-form .mbti-form-content .step-nav button.prev {
    border-radius: 25px 0 0 25px;
}

.mbti-form .mbti-form-content .step-nav button:hover,
.mbti-form .mbti-form-content .step-nav button:focus {
    color: var(--e-global-color-uicore_primary);
    background: #FFF;
    border-color: var(--e-global-color-uicore_primary);
}

.mbti-form .mbti-form-content .step-content:not(.current) {
    display: none;
}

.mbti-form .mbti-form-content .step-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mbti-form .mbti-form-content .step-content .divider {
    margin-bottom: 5px;
    line-height: normal;
    display: flex;
    align-items: baseline;
}

.mbti-form .mbti-form-content .step-content .divider::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: var(--e-global-color-uicore_secondary);
    margin-left: 5px;
    opacity: 0.5;
}

.mbti-form .mbti-form-content .step-content .label {
    margin-left: 30px;
    color: var(--e-global-color-uicore_secondary);
    font-size: 1.1em;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.mbti-form .mbti-form-content .step-content .radio-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 60px;
}

.mbti-form .mbti-form-content .step-content .radio-group .radio {
    width: 50%;
    display: flex;
    align-items: center;
}

.mbti-form .mbti-form-content .step-content .radio-group .radio input[type='radio'] {
    accent-color: var(--e-global-color-uicore_secondary);
}

.mbti-form .mbti-form-content .step-content.contact-step form {
    width: 50%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mbti-form .mbti-form-content .step-content.contact-step form input[type="text"],
.mbti-form .mbti-form-content .step-content.contact-step form input[type="number"],
.mbti-form .mbti-profile-step .profile-top form input[type="email"] {
    background-color: #F8D0B933;
    border: 1px solid #E6E9EC;
    border-radius: 30px 30px 30px 30px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
}

.mbti-form .mbti-form-content .step-content.contact-step form input[type="text"],
.mbti-form .mbti-form-content .step-content.contact-step form input[type="number"] {
    width: calc(50% - 10px);
}

.mbti-form .mbti-form-content .error,
.mbti-form .mbti-form-content .success {
    font-size: .8em;
    font-weight: 600;
}

.mbti-form .mbti-form-content .error {
    color: #FF0004;
}

.mbti-form .mbti-form-content .success {
    color: #00943a;
}

.mbti-form .mbti-profile-step .en-savoir-plus {
    background-color: var(--e-global-color-uicore_secondary);
    padding: 15px;
    border-radius: 30px;
    color: #ffffff;
    margin-top: 20px;
}

.mbti-form .mbti-profile-step .en-savoir-plus a:not(.elementor-button),
.mbti-form .mbti-profile-step .en-savoir-plus a:not(.elementor-button):hover {
    color: #ffffff;
}

.mbti-form .mbti-profile-step .en-savoir-plus a.elementor-button {
    border-color: #ffffff;
}

.mbti-form .mbti-profile-step .profile-top {
    display: flex;
}

.mbti-form .mbti-profile-step .profile-top .top-content {
    width: 70%;
    padding: 0 15px;
}

.mbti-form .mbti-profile-step .profile-top .email-form {
    width: 30%;
    padding: 15px;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
    border-radius: 30px;
    margin-top: 10px;
    text-align: center;
}

.mbti-form .mbti-profile-step .profile-top .title {
    color: var(--e-global-color-uicore_secondary);
    font-size: 1.2em;
    font-weight: bold;
}

.mbti-form .mbti-profile-step .profile-top form {
}

.mbti-form .mbti-profile-step .profile-top form input[type="submit"] {
    margin: 15px auto 0;
}

@media only screen and (max-width: 1024px) {
    .mbti-form .mbti-form-header .e-con-inner {
        flex-direction: column;
    }

    .mbti-form .mbti-form-header .header-title {
        width: 100%;
    }

    .mbti-form .mbti-form-header .header-title h1 {
        justify-content: center;
    }

    .mbti-form .mbti-form-header .header-stepper,
    .mbti-form .mbti-form-content .step-content.contact-step form {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mbti-form .mbti-form-footer {
        display: none;
    }

    .mbti-form .mbti-form-header .header-title h1 {
        flex-direction: column;
    }

    .mbti-form .mbti-form-header .header-title h1 span,
    .mbti-form .mbti-form-header .header-stepper {
        font-size: 21px;
    }

    .mbti-form .mbti-form-header .header-stepper,
    .mbti-form .mbti-form-content .step-content .radio-group .radio,
    .mbti-form .mbti-form-content .step-content.contact-step form {
        width: 100%;
    }

    .mbti-form .mbti-form-content h3,
    .mbti-form .mbti-form-content p.subtitle,
    .mbti-form .mbti-form-content .step-content .label {
        text-align: center;
    }

    .mbti-form .mbti-form-content .step-content .radio-group {
        flex-direction: column;
        gap: 0;
        margin-left: 30px;
    }

    .mbti-form .mbti-form-header .header-stepper .steps > div {
        width: 50px;
        height: 50px;
    }
}

/* HEADER */
#header .elementor-nav-menu .menu-item.highlight > a {
    color: var(--e-global-color-uicore_accent);
    font-weight: 700;
}

#header .elementor-nav-menu .menu-item.menu-item-has-children > ul.sub-menu {
    min-width: 100% !important;
}

@media only screen and (min-width: 1200px) {
    #header .elementor-nav-menu {
        gap: 10px;
    }

    #header .elementor-nav-menu > .menu-item > a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1024px) {
    .mobile-menu .elementor-nav-menu > .menu-item > a {
        font-size: 1.3em;
    }

    .mobile-menu .elementor-nav-menu > .menu-item:not(:first-child) > a {
        margin-top: 10px;
    }

    .mobile-menu .elementor-nav-menu .menu-item.menu-item-has-children ul.sub-menu {
        display: block !important;
        margin-bottom: 5px;
    }

    .mobile-menu .elementor-nav-menu .menu-item.menu-item-has-children ul.sub-menu .menu-item a {
        font-size: 1.1em;
        padding: 5px 20px;
    }

    .mobile-menu .elementor-nav-menu .menu-item.back {
        display: none !important;
    }
}

/* FOOTER */
#footer .illustration img {
    width: auto;
    height: 260px;
}

@media only screen and (max-width: 1024px) {
    #footer .illustration img {
        height: 200px;
    }
}

/* GENERAL */
.single-testimonial .elementor-widget-text-editor .highlight {
    color: var(--e-global-color-uicore_secondary);
}

#partners_contact_form .elementor-field-group:not(.elementor-field-type-upload) label {
    display: none;
}

.custom-testimonials .ui-e-carousel {
    padding: 0 50px;
    margin-top: 80px;
}

.custom-testimonials .ui-e-carousel .ui-e-item .ui-e-testimonial-avatar {
    margin-top: -80px;
}

.custom-testimonials .ui-e-button.ui-e-previous svg,
.custom-testimonials .ui-e-button.ui-e-next svg {
    width: 30px;
}

.elementor-widget-text-editor ul > li {
    display: block;
    position: relative;
    padding-left: .5rem;
}

.elementor-widget-text-editor ul > li:not(:first-child) {
    padding-top: .5rem;
}

.elementor-widget-text-editor ul > li::before {
    content: "";
    position: absolute;
    left: -1rem;
    width: 13px;
    height: 13px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--e-global-color-uicore_secondary);
    margin-right: .5rem;
    margin-top: .5em;
}

.elementor-widget-text-editor.primary-list ul > li::before {
    background: var(--e-global-color-uicore_primary);
}

.elementor-widget-text-editor.white-list ul > li::before {
    background: #FFF;
}

.contact-side-btn .elementor-icon-wrapper {
    display: flex;
}

body.elementor-page #content .elementor-widget-menu-anchor {
    margin-bottom: 50px;
}
