/* STATS TEMPLATES CSS */
.stats-wrapper {
        --sd-flex-direction: row;
        padding: 5rem var(--container-default-padding-right, 10px);
        background-color: var(--e-global-color-3d9a46b);
        /* Gray 200 */
        --sd-margin-top: -9rem;
        --sd-gap: 1.979vw;
}

.stats-wrapper.e-con.e-flex>.e-con-inner {
        flex-direction: var(--sd-flex-direction);
        justify-content: center;
        margin-top: var(--sd-margin-top);
        gap: var(--sd-gap);
        max-width: var(--container-max-width);
}

.stat-item__divider {
        width: 28px;
        background: var(--e-global-color-text);
        height: 2px;
        display: block;
        border-radius: 100px;
}

.stat-item {
        --sd-row-gap: 26px;
        padding: 3.4% 2%;
        max-width: 330px;
        justify-content: flex-start;
        border-radius: 20px;
        background: white;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
        border: 1px solid #e6e8ed;
}

.stat-item__inner .stat-item__divider {
        margin: 0 auto;
}

.stat-item__inner p:not(:last-child),
.stat-item__inner .stat-item__divider {
        margin-bottom: var(--sd-row-gap);
}

.stat-item__inner p:last-child {
        margin-bottom: 0;
}

.stat-item__number {
        font-size: 4.167vw;
        color: var(--e-global-color-primary);
        line-height: 1;
}

.stat-item__inner {
        text-align: center;
        padding: 0;
}

.stat-item__description {
        font-size: var(--e-global-typography-accent-font-size);
}

/* Handling BG colors on a per page basis	
***LIST OF PAGES AND CLASSES*** 
	.request-a-demo__page .stats-wrapper,
	.products-or__page .stats-wrapper,
	.products-inf__page .stats-wrapper,
	.products-ipf__page .stats-wrapper
	.ppc-or__page .stats-wrapper,
	.ppc-inf__page .stats-wrapper,
	.partnerships-inf__page .stats-wrapper,
	.partnerships-or__page .stats-wrapper,
	.partnerships-ipf__page .stats-wrapper
	
	*/

.home__page .stats-wrapper {
        background-color: var(--e-global-color-secondary);
        /* Blue / Navy */
}

.transform__page .stats-wrapper,
.hospital-iq-announcement__page .stats-wrapper,
.siemens-healthineers__page .stats-wrapper {
        background-color: var(--e-global-color-primary);
        /* Blue/Main */
}

.hospital-iq-announcement__page .stats-wrapper,
.siemens-healthineers__page .stats-wrapper {
        --sd-margin-top: 0;
}

/* GLOBAL TEMPLATE STYLES FOR THE RESULTS SECTION */

.the-results-section {
        background-color: #000000;
        padding: 7rem var(--container-default-padding-right, 10px);
}

.the-results-section>.e-con-inner {
        gap: 0;
}

.the-results-section .the-results__heading-and-description h2 {
        color: #fff;
        text-align: center;
}

.the-results-section .the-results__heading-and-description h2,
.the-results-section .the-results__heading-and-description h2 span {
        font-weight: 300 !important
}

.the-results-section .stat-item__number {
        color: #fff;
}

.the-results-section .stat-item__description {
        color: #fff;
}

.the-results-section .elementor-button-link:hover {
        color: #081B5F !important;
}

.the-results-section p {
        text-align: center;
}

.the-results-section p {
        font-size: var(--e-global-typography-accent-font-size);
        /* Body large */
}

.the-results__heading-and-description h2 {
        margin-bottom: 2.5rem;
        margin-top: 0;
}

.the-results__heading-and-description.elementor-widget.elementor-element.elementor-widget-text-editor {
        max-width: 745px;
        margin: 0 auto;
}

.stats-wrapper.the-results-wrapper.e-con-full.e-flex {
        flex-direction: var(--sd-flex-direction);
        gap: var(--sd-gap);
        max-width: var(--container-max-width);
        margin: 0 auto;
}

.stats-wrapper.the-results-wrapper {
        --sd-margin-top: 0;
        --sd-row-gap: 30px;
        background-color: transparent;
        /* Blue / Navy */
        justify-content: center;
        padding: 3.5rem 0;
}

.the-results-wrapper .stat-item__number {
        font-size: 5.208vw;
        font-weight: 200;
}

.the-results-wrapper .stat-item__inner .stat-item__divider {
        margin-bottom: calc(var(--sd-row-gap) - 10px);
        height: 4px;
}

.the-results-wrapper .stat-item {
        background: transparent;
        border: none;
        box-shadow: none;
}

.the-results-wrapper .stat-item {
        padding: 1rem;
}

.stats-wrapper.three-stats {
        --sd-gap: 80px;
}

.all-caps-green p {
        font-size: 1.125rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 28px;
        color: var(--e-global-color-text);
        /* Green */
        margin-top: 3.7rem;
        margin-bottom: -1.5rem;
}

.padding-0 {
        padding: 0;
}

.the-results-wrapper .stat-item__description.fc-blue-twohundred {
        /*color: var(--e-global-color-e100ee4);*/
}

.stat-item__inner .stat-item__description.margin-bottom-eight {
        margin-bottom: 8px;
}

/* PRODUCT HERO TEMPLATES */

.product-hero-wrapper {
        --sd-flex-direction: row;
        --sd-align-items: center;
        --sd-gap: 6.625rem;
        --bg-deg: 90deg;
        --bg-percentage: 60%;
        min-height: 769px;
        padding: 4rem var(--container-default-padding-right, 10px) 5rem var(--container-default-padding-right, 10px);
        background-image: linear-gradient(var(--bg-deg),
                        var(--e-global-color-secondary) var(--bg-percentage),
                        var(--e-global-color-primary) 0%);
}

.fc-white p,
.fc-white span,
.fc-white div,
.fc-white h2,
.fc-white h3,
.fc-white h1.elementor-size-default.elementor-heading-title {
        color: white;
}

.fs-body-large p,
.fs-body-large span,
.fs-body-large div {
        font-size: var(--e-global-typography-accent-font-size);
        line-height: var(--e-global-typography-accent-line-height);
}

.product-hero-wrapper.e-con-boxed>.e-con-inner {
        flex-direction: var(--sd-flex-direction);
        align-items: var(--sd-align-items);
        gap: var(--sd-gap);
}

.product-hero__container:first-child {
        max-width: 680px;
        gap: 2.8rem;
}

.product-hero__container:last-child {
        overflow: visible;
}

.product-hero__video.elementor-element {
        min-width: 43.469vw;
        align-self: flex-start;
}

/* CHALLENGES SECTION TEMPLATES */

.challenges-section-wrapper {
        --sd-flex-direction: row;
        --sd-align-items: center;
        --sd-gap: 4rem;
        --sd-margin-bottom: 1.875rem;
        padding: 5rem 2rem;
}

.challenges-section-wrapper.e-con-boxed>.e-con-inner {
        flex-direction: var(--sd-flex-direction);
        align-items: var(--sd-align-items);
        gap: var(--sd-gap);
        max-width: var(--container-max-width);
}

.challenges-section-wrapper p {
        font-size: var(--e-global-typography-accent-font-size);
        color: var(--e-global-color-35755c3);
        margin-bottom: var(--sd-margin-bottom);
}

.challenges-section-wrapper h2 {
        margin-bottom: var(--sd-margin-bottom);
}

.challenges-section-wrapper img {
        width: 100%;
        max-width: 564px;
}

.challenges-section-wrapper .elementor-widget-image {
        text-align: right;
}

/* HOW IQUEUE HELPS - TEMPLATES */

.how-iqueue-helps-wrapper {
        --sd-flex-direction: row;
        --sd-align-items: center;
        --sd-gap: 6.25rem;
        --sd-margin-bottom: 1.875rem;
        padding: 5rem var(--container-default-padding-right) 7rem var(--container-default-padding-right);
}

.how-iqueue-helps-wrapper>.e-con-inner {
        gap: var(--sd-gap);
        max-width: var(--container-max-width);
}

.how-iqueue-helps__2-col {
        --sd-flex-direction: row;
        --sd-align-items: center;
        gap: var(--sd-gap);
}

.how-iqueue-helps__2-col.e-con-full.e-flex {
        flex-direction: var(--sd-flex-direction);
}

.how-iqueue-helps-wrapper h2 {
        text-align: center;
}

.how-iqueue-helps-wrapper .jet-toggle__content-inner img {
        display: none;
}

.how-iqueue-helps__2-col>.e-con-full:first-child {
        flex: 0 0 calc(45% - var(--sd-gap));
}

.how-iqueue-helps__2-col>.e-con-full:last-child {
        flex: 1 0 calc(55% - var(--sd-gap));
}

.how-iqueue-helps__2-col>.e-con-full:last-child .elementor-widget-image {
        text-align: right;
}

/* Global Related Resources (ONLY CSS) */

.related-resources__section {
        background-color: var(--e-global-color-3d9a46b);
        /* Gray 200 */
}

.related-resources__section>.e-con-inner {
        padding-top: 5rem;
        padding-bottom: 5rem;
        gap: 4.5rem;
        color: background-color: var(--e-global-color-3d9a46b);
        max-width: var(--container-max-width);
}

/* Global Testimonials */

.testimonials-wrapper {
        --sd-arrow-placement: calc(100% + 8rem);
        --sd-arrow-top: 50%;
        background-color: var(--e-global-color-e100ee4);
        /*Blue 200*/
        --sd-padding-tb: 5rem;
        padding-top: var(--sd-padding-tb);
        padding-bottom: var(--sd-padding-tb);
}

.testimonials-wrapper .jet-listing-grid__slider-icon.slick-arrow svg {
        display: none;
}

.testimonials-wrapper .jet-listing-grid__slider-icon.slick-arrow {
        transform: translateY(-50%) !important;
        background-color: #1C4ADE;
        border-radius: 50%;
        border: 2px solid #1C4ADE;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Ccircle r='25' transform='matrix(-1 0 0 1 25 25)' fill='none'%3E%3C/circle%3E%3Crect width='30' height='30' transform='translate(10 10)' fill='none'%3E%3C/rect%3E%3Cpath d='M14.6875 25H35.3125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M26.875 16.5625L35.3125 25L26.875 33.4375' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
        left: auto;
        top: var(--sd-arrow-top);
        width: 54px;
        height: 54px;
}

.testimonials-wrapper .jet-listing-grid__slider-icon.slick-arrow:hover {
        background-color: transparent;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none"><circle r="25" transform="matrix(-1 0 0 1 25 25)" fill="none"/><rect width="30" height="30" transform="translate(10 10)" fill="none"/><path d="M14.6875 25H35.3125" stroke="%23081B5F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M26.875 16.5625L35.3125 25L26.875 33.4375" stroke="%23081B5F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.testimonials-wrapper .jet-listing-grid__slider-icon.slick-arrow.prev-arrow {
        transform: translateY(-50%) scaleX(-1) !important;
        right: var(--sd-arrow-placement);
}

.testimonials-wrapper .jet-listing-grid__slider-icon.slick-arrow.next-arrow {
        left: var(--sd-arrow-placement);
}

.testimonial-content {
        max-width: 1250px;
        margin: 0 auto;
}

.testimonials-wrapper .jet-listing-grid__items.grid-col-desk-1 {
        margin: 0 auto;
        max-width: 100%;
        padding-bottom: 60px;
}

.testimonials-wrapper .jet-listing-grid.jet-listing.swiper {
        max-width: 1200px;
        margin: 0 auto;
}

.testimonial-content.e-con>.e-con-inner {
        justify-content: center;
        align-content: center;
        align-items: center;
        min-height: 600px;
}

.testimonial-data.e-con {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        justify-content: center;
        align-content: center;
}

.testimonial-content .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap {
        margin: 0 auto;
}

.testimonial-comment {
        --sd-font-size: 2.396vw;
}

.testimonial-comment.elementor-element.elementor-widget-jet-listing-dynamic-field.elementor-widget .jet-listing-dynamic-field__content {
        text-align: center;
        font-size: var(--sd-font-size);
        line-height: 1.25;
        color: var(--e-global-color-secondary);
}

.testimonial-comment .jet-listing-dynamic-field__content:before {
        content: "“";
}

.testimonial-comment .jet-listing-dynamic-field__content:after {
        content: "”";
}

.testimonial-name {
        font-weight: bold;
}

.testimonial-data__item:not(:last-child) .jet-listing-dynamic-field__content:after {
        content: ", ";
        margin-right: 4px;
}

.testimonial-position .jet-listing-dynamic-field.display-inline:before {
        font-weight: bold;
}

.testimonial-name div,
.testimonial-position div,
.testimonial-institution div {
        font-size: 1.125rem;
        color: var(--e-global-color-secondary);
}

.testimonial-name,
.testimonial-position,
.testimonial-institution {
        display: inline-block !important;
        width: auto;
        flex: 0 0 auto;
}

.testimonial-data.e-con {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
        row-gap: 1rem;
        justify-content: center;
        align-content: center;
}

.testimonials-wrapper .jet-listing-grid__item>div {
        box-shadow: unset;
        border-radius: 0;
}

.testimonials-wrapper .jet-listing-grid__slider-icon.slick-arrow {
        margin-top: -46px;
}

#all-resources .jet-listing-grid__item>div {
        box-shadow: 0 0 30px 0px #efefef;
        border-radius: 20px;
}



/* NOT A TEMPLATE but needed classes to fix section on homepage tiles under "Ready to unlock your healthcare capacity section" */

.features-wrapper {
        --sd-gap: 2rem;
        --sd-columns: 3;
        --sd-flex-direction: row;
        padding: 2rem var(--container-default-padding-right, 10px);
}

.features-wrapper.elementor-element>.e-con-inner {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: var(--sd-flex-direction);
        max-width: var(--container-max-width);
        gap: var(--sd-gap);

}

.features-wrapper>.e-con-inner .e-con-full.elementor-element {
        flex: 0 0 calc((100% / var(--sd-columns)) - var(--sd-gap));
        margin: 0;
}

.awards-and-recognition-wrapper {
        padding: 2rem var(--container-default-padding-right, 10px);
        --sd-columns: 8;
        --sd-gap: 1rem;
        --logo-width: 100%;
}

.awards-and-recognition-wrapper>.e-con-inner>.e-con-full>.e-con-full .elementor-element {
        flex: 0 0 calc((100% / var(--sd-columns)) - var(--sd-gap));
}

.awards-and-recognition-wrapper>.e-con-inner>.e-con-full>.e-con-full {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: var(--sd-gap);
        row-gap: 2rem;
}

.awards-and-recognition-wrapper>.e-con-inner>.e-con-full>.e-con-full .elementor-element img {
        width: var(--logo-width);
}

.dummy:not(.elementor-editor-active .dummy) {
        display: none;
}

/* BREAKPOINT STYLES (all templates)*/

@media (min-width: 1920px) {
        .stat-item__number {
                font-size: 5rem;
                color: var(--e-global-color-primary);
                line-height: 1;
        }

        .the-results-wrapper .stat-item__number {
                font-size: 6.25rem;
        }

        .product-hero__video.elementor-element {
                min-width: 834px;
        }

        .product-hero-wrapper {
                min-height: 825px;
        }

        .testimonial-comment {
                --sd-font-size: 2.875rem;
        }

        .awards-and-recognition-wrapper {
                --logo-width: 100%;
        }
}

@media(min-width: 1600px) {
        .testimonials-wrapper {
                --sd-arrow-placement: 102%;
                --sd-arrow-top: 50%;
        }
}

@media (max-width: 1800px) {
        .testimonials-wrapper {
                --sd-arrow-placement: 51%;
                --sd-arrow-top: 102%;
        }

}

@media (max-width: 1366px) {
        .product-hero-wrapper {
                --sd-gap: 3.625rem;
        }

        .product-hero-wrapper h1 {
                font-size: 5.271vw;
        }

        .testimonial-comment {
                --sd-font-size: 2rem;
        }
}

@media (max-width: 1200px) {
        .stats-wrapper {
                --sd-margin-top: 0;
        }

        .product-hero-wrapper {
                --sd-flex-direction: column;
                --sd-gap: 3rem;
                --bg-deg: 180deg;
                --bg-percentage: 80%;
                min-height: 100%;
        }

        .product-hero__container:first-child {
                max-width: 100%;
                gap: 2rem;
        }

        .elementor-kit-5 .product-hero-wrapper h1 {
                font-size: 3.6rem;
        }

        .product-hero__video.elementor-element {
                min-width: 43.469vw;
        }

        /*        .product-hero-wrapper.e-con-boxed > .e-con-inner {
                max-width: 100%;
        }*/

        .how-iqueue-helps__2-col {
                --sd-flex-direction: column;
        }

        .how-iqueue-helps__2-col>.e-con-full:last-child .elementor-widget-image {
                display: none;
        }

        .how-iqueue-helps-wrapper .jet-toggle__content-inner img {
                display: block;
        }

        .how-iqueue-helps-wrapper {
                --sd-gap: 3.125rem;
        }

        .features-wrapper {
                --sd-columns: 2;
        }

}

@media (max-width: 1024px) {
        .home__page .stats-wrapper {
                --sd-margin-top: -9rem;
        }

        .challenges-section-wrapper {
                --sd-flex-direction: column;
        }

        .challenges-section-wrapper .elementor-widget-image {
                text-align: left;
        }
}

@media (max-width: 880px) {
        .the-results-wrapper.stats-wrapper {
                --sd-gap: 3.75rem;
        }

        .stats-wrapper.the-results-wrapper {
                --sd-flex-direction: column;
                padding: 2.5rem 0 4rem 0;
        }

        .the-results-wrapper .stat-item {
                max-width: 100%;
        }

        .the-results-wrapper .stat-item__number {
                font-size: 5.625rem;
        }

        .all-caps-green p {
                margin-top: 2.5rem;
                margin-bottom: 0.5rem;
        }

        .elementor-kit-5 .product-hero-wrapper h1 {
                font-size: 2.625rem;
        }

        .features-wrapper {
                --sd-columns: 1;
                --sd-flex-direction: column;
        }
}

@media (max-width: 767px) {
        .stat-item {
                max-width: 100%;
                padding: 2rem 2%;
        }

        .template-wrapper .stats-wrapper {
                /* Adding .template-wrapper to avoid using "!important" */
                --sd-margin-top: 0;
                --sd-gap: 20px;
        }

        .stat-item__number {
                font-size: 3.75rem;
        }

        .stats-wrapper,
        .product-hero-wrapper {
                padding: 4rem var(--container-default-padding-right, 10px);
        }

        .elementor-kit-5 h1 {
                font-size: 2.625rem;
                line-height: 47px;
        }

        .testimonial-comment {
                --sd-font-size: 1.625rem;
        }

        .testimonials-wrapper {
                --sd-arrow-top: 107%;
        }

        .awards-and-recognition-wrapper {
                --sd-columns: 2;
        }
}

@media (max-width: 428px) {
        .the-results-ent .stat-item__number {
                font-size: 21.028vw;
        }
}
