/*
Theme Name: Leroux Child
Theme URI: https://leroux.qodeinteractive.com
Description: A child theme of Leroux
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: leroux
Template: leroux
*/

.text-left {
    text-align: left !important;
}

.footer-copyright-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright-menu a {
    color: #85979b !important;
    font-size: 13px;
}

.footer-copyright-menu .menu-link {
    display: flex;
    gap: 25px;
}

.footer-copyright-menu a:hover {
    color: #fff !important;
}

@media (max-width: 768px) {
    .footer-copyright-menu {
        flex-direction: column !important;
        align-items: start !important;
    }

    .footer-copyright-menu .menu-link {
        gap: 5px;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.qodef-tabbed-info.qodef-layout--standard .qodef-m-tagline {
    font-size: 70px;
}

.btn-none .qodef-button {
    display: none !important;
}

.qodef-progress-data {
    display: none !important;
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a {
    justify-content: flex-start !important;
}

.tnp-subscription {
    max-width: 370px !important;
    margin: 0 !important;
    position: relative;
}

.tnp-field.tnp-field-email label {
    margin-bottom: 10px;
}

.tnp-email {
    border-bottom: 1px solid #ccc !important;
    padding-left: 0px !important;
    padding-right: 120px !important;
}

.tnp-field-button {
    text-align: left;
    position: absolute;
    top: 25px;
    right: 0px;
    width: 120px;
    display: inline-block;
}

.tnp-submit {
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-color: #38464a !important;
}

.qodef-side-area-cover {
    z-index: -1;
}

.grecaptcha-badge {
    display: none;
}

/* ===== Common Start ===== */

html,
body {
    overflow-x: hidden !important;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    font-family: "Dm Sans", sans-serif;
}

/* ROW - Uses Flexbox */
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

/* COLUMN - Flex Basis */
.col {
    flex: 1 0 0%;
}

/* Fixed-Width Columns */
.col-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
}

.col-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.col-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}

.col-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

.col-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Auto Column */
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

/* Offsets */
.offset-1 {
    margin-left: 8.3333%;
}

.offset-2 {
    margin-left: 16.6667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333%;
}

.offset-5 {
    margin-left: 41.6667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333%;
}

.offset-8 {
    margin-left: 66.6667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333%;
}

.offset-11 {
    margin-left: 91.6667%;
}

/* Responsive Grid (Example: Medium) */

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }

    .col-md-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-md-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .col-md-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-md-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1025px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232;
    border-color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    color: #f56e28;
}

.qodef-mobile-header-navigation>ul>li>a {
    display: inline-block;
}

.qodef-mobile-header-navigation ul li ul li>a {
    display: inline-flex;
}

/* ===== Common End ===== */

/* ===== Home [Page] Start ===== */

.our_people_list .qodef-e-media-image img {
    width: 100%;
    display: block;
    aspect-ratio: 0.75/1;
    object-fit: cover;
}

.our_people_list .qodef-e-media {
    aspect-ratio: 1.4 / 1;
}

.our_people_list .qodef-e-media .qodef-e-media-image,
.our_people_list .qodef-e-media .qodef-e-media-image a,
.our_people_list .qodef-e-media .qodef-e-media-image a img {
    height: 100%;
    object-fit: cover;
}

.h1_title .qodef-m-title {
    font-size: clamp(2rem, 1.5vw + 1.7rem, 3.5rem) !important;
    /* 1920-320 screen and font-size: 56px to 32px*/
    line-height: 1.1785714286em;
}

/* @media (max-width: 400px) {
    .h1_title .qodef-m-title {
        font-size: 32px !important;
    }
} */

.blogs_list .qodef-e-media {
    aspect-ratio: 2 / 1;
}

.blogs_list .qodef-e-media .qodef-e-media-image {
    width: 100%;
    height: 100%;
}

.blogs_list .qodef-e-media .qodef-e-media-image a {
    height: 100%;
    display: block;
    width: 100%;
}

.blogs_list .qodef-e-media .qodef-e-media-image a img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.widget.widget_leroux_core_button {
    margin-bottom: 15px !important;
}

.widget_leroux_core_social_icons_group {
    margin-top: 5px !important;
}

@media (min-width: 1921px) {
    .experience-the-llm .elementor-widget-wrap.elementor-element-populated {
        background-size: 67% auto !important;
    }
}

/* ===== Home [Page] End ===== */

/* ===== Footer Start ===== */

#qodef-page-footer-top-area .wp-block-qi-blocks-single-image img {
    width: 250px;
    max-width: 100%;
}

#qodef-page-footer-bottom-area .wp-block-qi-blocks-section-title {
    margin-bottom: 15px;
}

@media (max-width: 1366px) {
    .our_people_list .qodef-grid {
        --qode-columns-col-gap: 30px;
    }
}

#qodef-content-bottom-inner ul#menu-content-bottom {
    flex-wrap: wrap;
    gap: 30px;
}

#qodef-content-bottom-inner ul#menu-content-bottom li {
    margin-inline: 0 !important;
}

.icon_hover_boxes_innter_row .elementor-widget-leroux_core_icon_with_text,
.icon_hover_boxes_innter_row .elementor-widget-leroux_core_icon_with_text .elementor-widget-container,
.icon_hover_boxes_innter_row .elementor-widget-leroux_core_icon_with_text .elementor-widget-container .qodef-icon-with-text,
.icon_hover_boxes_innter_row .elementor-widget-leroux_core_icon_with_text .elementor-widget-container .qodef-icon-with-text .qodef-m-wrapper {
    height: 100%;
}

/* ===== Blog, Archive, Search Result [Page] Start ===== */

body.archive #qodef-page-content,
body.single-post #qodef-page-content,
body.search #qodef-page-content,
.case-study-content #qodef-page-inner {
    position: relative;
    padding: 100px 15px 100px;
    max-width: 100%;
}

:where(.qodef-blog.qodef-item-layout--standard, .qodef--list) .qodef-e-media {
    aspect-ratio: 2 / 1;
    display: block;
}

:where(.qodef-blog.qodef-item-layout--standard, .qodef--list) .qodef-e-media .qodef-e-media-image,
:where(.qodef-blog.qodef-item-layout--standard, .qodef--list) .qodef-e-media .qodef-e-media-image a,
:where(.qodef-blog.qodef-item-layout--standard, .qodef--list) .qodef-e-media .qodef-e-media-image a img {
    height: 100%;
    object-fit: cover;
    display: block;
}

.search-results .qodef-page-title {
    min-height: 240px;
    height: auto;
    display: flex;
}

.search-results .qodef-page-title .qodef-m-inner {
    height: auto;
}

@media (max-width: 1024px) {
    #qodef-page-sidebar {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {

    body.archive #qodef-page-content,
    body.single-post #qodef-page-content,
    body.search #qodef-page-content,
    .case-study-content #qodef-page-inner {
        padding: 80px 15px 80px;
    }

    body.single-post #qodef-page-content {
        padding-inline: 0;
    }

    .qodef-grid>.qodef-grid-inner {
        --qode-columns-row-gap: 30px;
    }

    .qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

/* ===== Blog, Archive, Search Result [Page] End ===== */

/* ===== Single Blog [Page] Start ===== */

body.single-post #qodef-page-outer .qodef-e-media-image {
    aspect-ratio: 2.5 / 1;
    width: 100%;
    display: block;
}

body.single-post #qodef-page-outer .qodef-e-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#qodef-related-posts .qodef-e-media {
    aspect-ratio: 1.8 / 1;
}

#qodef-related-posts .qodef-e-media .qodef-e-media-image {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
}

#qodef-related-posts .qodef-e-media .qodef-e-media-image a {
    width: 100%;
    height: 100%;
}

/* ===== Single Blog [Page] End ===== */

/* ===== Case Study [Page] Start ===== */

.case_study_container {
    padding-block: 80px;
}

.row.case_study_form {
    --bs-gutter-y: 10px;
    --bs-gutter-x: 10px;
}

.case-study-list.row {
    --bs-gutter-y: 30px;
}

.case_study_form {
    margin-bottom: 50px;
}

.case-study-item h2 {
    font-size: 25px;
    font-family: "Dm Sans", sans-serif;
    margin: 23px 0 0;
}

.case-study-item a {
    text-decoration: none !important;
}

.case-study-item .the_excerpt p {
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.case-study-thumbnail {
    aspect-ratio: 1.75/1;
    width: 100%;
}

.case-study-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .case-study-item h2 {
        font-size: 22px;
    }
}

/* ===== Case Study [Page] End ===== */

/* ===== Case Study Single [Page] Start ===== */

.case-study-content .qodef-e-media-image {
    aspect-ratio: 2.5 / 1;
    width: 100%;
    display: block;
}

.case-study-content .qodef-e-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-study-navigation {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* ===== Career [Page] Start ===== */

.career-list {
    margin-bottom: 120px;
}

.career-list.row {
    --bs-gutter-y: 30px;
}

.career-item a:has(.career-thumbnail) {
    width: 100%;
}

.career-item a {
    display: inline-block;
    text-decoration: none !important;
}

.career-item .career-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.59952038369;
    overflow: hidden;
}

.career-item:hover .career-thumbnail img {
    transform: scale(1.06) translateX(6px);
}

.career-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.06) translateX(0);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}

.career-item h2 {
    font-size: 25px;
    font-family: "Dm Sans", sans-serif;
    margin: 23px 0 0;
}

.career-item .career-meta a:hover {
    text-decoration: underline !important;
}

.career-item .the_excerpt p {
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.career-item .career-excerpt {
    margin-bottom: 27px;
}

@media screen and (max-width: 1024px) {
    .qodef-tabbed-info.qodef-layout--standard .qodef-m-tagline {
        font-size: 60px;
    }

    .career-list {
        margin-bottom: 80px;
    }

    .page-template-career section.qodef-elementor-content-grid>.elementor-container,
    .page-template-career section.qodef-elementor-content-grid>.elementor-element {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .qodef-tabbed-info.qodef-layout--standard .qodef-m-tagline {
        font-size: 44px;
    }

    .career-item h2 {
        font-size: 22px;
    }
}

/* ===== Career [Page] End ===== */

/* ===== Career Details [Page] Start ===== */

/* .qodef-content-grid-1300  .qodef-content-grid{
    width: 100% !important;
} */

/* .case-study-article{
    padding: 30px 0px;
} */

/* @media (min-width: 1441px) {
 .qodef-content-grid-1300 .qodef-content-grid.w-1300 {
    width: 1300px !important;
}
} */

.career-content-sec {
    padding-block: 120px;
}

.case-study-content .qodef-e-media-image {
    aspect-ratio: 2.5 / 1;
    width: 100vw;
    position: relative;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
}

.case-study-title h1 {
    font-size: 47px;
}

.career-form-wp {
    padding: 30px;
    background-color: #223035;
    color: #ffffff;
}

.career-form-wp label {
    font-size: 14px;
    margin-bottom: 15px;
}

.career-form-wp input[type="date"],
.career-form-wp input[type="email"],
.career-form-wp input[type="number"],
.career-form-wp input[type="password"],
.career-form-wp input[type="search"],
.career-form-wp input[type="tel"],
.career-form-wp input[type="text"],
.career-form-wp input[type="url"],
.career-form-wp select,
.career-form-wp textarea {
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.career-form-wp .wpcf7 input[type="file"] {
    margin-top: 5px;
}

.career-form-wp textarea {
    height: 120px;
    resize: none;
}

.career-form-wp button[type="submit"],
.career-form-wp input[type="submit"] {
    background-color: #fff;
    color: #223035;
    font-weight: 500;
}

.career-form-wp .wpcf7 form.invalid .wpcf7-response-output,
.career-form-wp .wpcf7 form.unaccepted .wpcf7-response-output,
.career-form-wp .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
}

@media screen and (max-width: 1024px) {
    .career-content-sec {
        padding-block: 80px;
    }
}

@media screen and (max-width: 767px) {
    .career-form-wp {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 575px) {
    .qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
    }
}

/* ===== Healthcare Modal Start ===== */

.popmake-content:has(.healthcare-modal) {
    &>p {
        display: none;
    }
}


.healthcare-modal.modal-container {
    overflow: hidden;
    position: relative;
}

.healthcare-modal.modal-container>p {
    display: none;
}

/* Modal Content */
.healthcare-modal.modal-container .modal-content {
    display: flex;
    min-height: 400px;
}

@media (max-width: 992px) {
    .healthcare-modal.modal-container .modal-content {
        flex-direction: column;
        min-height: auto;
    }
}

/* Image Section */
.healthcare-modal.modal-container .image-section {
    flex: 1;
    position: relative;
}

@media (max-width: 992px) {
    .healthcare-modal.modal-container .image-section {
        min-height: 260px;
    }
}

.healthcare-modal.modal-container .image-section img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Content Section */
.healthcare-modal.modal-container .content-section {
    flex: 1.2;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 992px) {
    .healthcare-modal.modal-container .content-section {
        text-align: center;
        padding: 32px 24px;
    }
}

@media (max-width: 575px) {
    .healthcare-modal.modal-container .content-section {
        padding: 24px 16px;
    }
}

/* Heading */
.healthcare-modal.modal-container .heading {
    margin: 15px 0 15px 0;
    font-size: 48px;
    font-weight: 500;
    color: #20282D;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .healthcare-modal.modal-container .heading {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    .healthcare-modal.modal-container .heading {
        font-size: 38px;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .healthcare-modal.modal-container .heading {
        font-size: 28px;
    }
}

/* Subtext */
.healthcare-modal.modal-container .subtext {
    margin: 0 0 18px 0;
    color: #20282D;
    font-size: 15px;
    line-height: 150%;
}

/* CTA Button */
.healthcare-modal.modal-container .cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 15px;
    line-height: 2em;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
    padding: 6px 33px 7px;
    color: #223035;
    background-color: transparent;
    border: 1px solid #223035;
    border-radius: 100px;
}

.healthcare-modal.modal-container .cta-button:hover {
    background-color: #223035;
    color: #ffffff;
}

.healthcare-modal.modal-container .cta-button:active {
    transform: translateY(0);
}

.healthcare-modal.modal-container .icon-wp {
    margin-left: 7px;
}


/* ===== Healthcare Modal End ===== */