/* Elementor new styles */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-size-adjust: none;
}

body.single-post .elementor-share-btn__icon {
    width: 26px;
}

/* ------------------------------------------------------------ *\
	Newsletter Alt
\* ------------------------------------------------------------ */

.newsletter-alt_wrapper.gravity-theme form {
    margin-bottom: 0;
}

.newsletter-alt_wrapper.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 1.4%;
}

.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=color],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=date],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=datetime-local],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=datetime],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=email],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=month],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=number],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=password],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=search],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=tel],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=text],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=time],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=url],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme input[type=week],
.newsletter-alt_wrapper.gform_wrapper.gravity-theme select,
.newsletter-alt_wrapper.gform_wrapper.gravity-theme textarea {
    padding: 10px 8px;
}

.newsletter-alt_wrapper.gravity-theme .gform_description {
    margin-bottom: 20px;
}

.newsletter-alt_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.newsletter-alt_wrapper.gform_wrapper.gravity-theme .gfield_validation_message,
.newsletter-alt_wrapper.gform_wrapper.gravity-theme .validation_message {
    padding: 5px 10px;
    font-size: 12px;
}

.newsletter-alt_wrapper.gform_wrapper.gravity-theme .gform_footer button {
    margin-bottom: 0;
    background: #000;
}

.newsletter-alt_wrapper.gform_wrapper.gravity-theme .gform_footer button:hover {
    opacity: .85;
}

.newsletter-alt_wrapper.gform_wrapper.gravity-theme .gform_footer {
    position: relative;
}

.newsletter-alt_wrapper.gform_wrapper.gravity-theme .gform_ajax_spinner,
.newsletter-alt_wrapper.gform_wrapper.gravity-theme .gform-loader {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	bottom: -25px;
}

.gform_confirmation_wrapper.newsletter-alt {
    text-align: center;
}


/* ------------------------------------------------------------ *\
	Elementor Section Box Article
\* ------------------------------------------------------------ */

.elementor-section.box-article .elementor-widget-theme-post-featured-image {
    aspect-ratio: 360 / 270;
}

.elementor-section.box-article .elementor-widget-theme-post-featured-image a {
    display: block;
    width: 100%;
}

.elementor-section.box-article .elementor-widget-theme-post-featured-image a img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* ------------------------------------------------------------ *\
	Elementor Widget Search Custom Search
\* ------------------------------------------------------------ */

.elementor-widget-search.custom-search .e-search-input {
    min-height: unset;
}

/* ------------------------------------------------------------ *\
	Elementor Element Flexed Items
\* ------------------------------------------------------------ */

.elementor-element.flexed-items > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.elementor-element.flexed-items div section:last-child {
    margin-top: auto;
}

/* ------------------------------------------------------------ *\
	Elementor Post Content Custom Styles
\* ------------------------------------------------------------ */

.elementor-post-content-custom-styles {
    max-width: 880px;
}

.elementor-post-content-custom-styles h1,
.elementor-post-content-custom-styles h2,
.elementor-post-content-custom-styles h3,
.elementor-post-content-custom-styles h4,
.elementor-post-content-custom-styles h5,
.elementor-post-content-custom-styles h6,
.elementor-post-content-custom-styles p,
.elementor-post-content-custom-styles ul,
.elementor-post-content-custom-styles ol {
    text-align: center !important;
}

.elementor-post-content-custom-styles ul,
.elementor-post-content-custom-styles ol {
    list-style-position: inside;
}

.elementor-post-content-custom-styles h3 {
    margin-bottom: 13px;
    font-style: italic;
}

.elementor-post-content-custom-styles h5 {
    margin-bottom: 26px;
    padding-left: 0;
}

.elementor-post-content-custom-styles h3 b,
.elementor-post-content-custom-styles h5 b {
    font-weight: 900 !important;
}

/* ------------------------------------------------------------ *\
	Category Info Wrapper
\* ------------------------------------------------------------ */

.category-info-wrapper {
    padding: 0 9px;
}

/* ------------------------------------------------------------ *\
	Category Grid
\* ------------------------------------------------------------ */

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
}

/* ------------------------------------------------------------ *\
	Category Item
\* ------------------------------------------------------------ */

.entry-content ul > li.category-item {
    letter-spacing: unset;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.category-item {
    display: flex;
    flex-direction: column;
    min-height: 156px;
    color: #000;
    text-align: center;
    background: #EDEDED;
    transition: opacity .4s;
}

.category-item:hover {
    opacity: .75;
}

.category-item > a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 27px 30px 30px;
    width: 100%;
    height: 100%;
    color: #000;
}

.category-item h3 {
    font-size: 24px !important;
    font-weight: 900 !important;
}

/* ------------------------------------------------------------ *\
	Category Name
\* ------------------------------------------------------------ */

.category-name {
    color: #000;
    font-style: italic;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.0;
}

/* ------------------------------------------------------------ *\
	Category Count
\* ------------------------------------------------------------ */

.category-count {
    margin-top: auto;
    color: rgba(0, 0, 0, .5);
}

/* ------------------------------------------------------------ *\
	Category Description
\* ------------------------------------------------------------ */

.category-description {
    margin-bottom: 18px;
}

/* ------------------------------------------------------------ *\
	Search Section
\* ------------------------------------------------------------ */

.search-results-widget {
    padding-inline: 20px;
}

.search-section {
    .search__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .search__title {
        margin-bottom: 25px;
        font-style: italic;
    }
}

.search-pagination {
    text-align: center;
}

.search-pagination .page-numbers {
    padding: 10px;
    font-weight: 700;
    background: #ED2742;
    transition: opacity .4s;
}

.search-pagination a.page-numbers:hover {
    color: #fff;
    opacity: .7;
}

/* ------------------------------------------------------------ *\
	Tile Article
\* ------------------------------------------------------------ */

.tile-article {
    .tile__content {
        padding: 20px;
        border: 1px solid #EDEDED;
    }

    .tile__thumbnail {
        position: relative;
        aspect-ratio: 360 / 270;
    }

    .tile__thumbnail a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .tile__thumbnail img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tile__meta {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-section {
        .search__grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
}


@media only screen and (max-width: 768px) {
    .category-item {
        min-height: unset;
    }

    body:has(.elementor-featured-article-custom-styles) [data-elementor-type="wp-page"] {
        display: flex;
        flex-direction: column;
    }

    section.elementor-featured-article-custom-styles {
        order: 3;
    }

    section.elementor-inner-callout-custom-styles {
        order: 2;
    }

    section.elementor-list-categories-custom-styles {
        order: 1;
    }
}

@media only screen and (max-width: 575px) {
    .category-grid {
        grid-template-columns: 1fr;
        gap: 15px 0;
    }

    .search-section {
        .search__grid {
            grid-template-columns: 1fr;
            gap: 15px 0;
        }
    }
}

.mobile-header-search {
    background: #d0112b;
    width: 43.5px!important;
    height: 43.5px;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 4px;
    cursor: pointer;
    font-size: var(--nav-menu-icon-size, 22px);
    margin-bottom: 0px!important;
}

.mobile-header-search a {
    color: #fff;
}

.header-search-column .elementor-widget-wrap {
    gap: 12px;
}

.footer__heading-size h3{
    font-size: 30px!important
}

.force_align_left h1,
.force_align_left h2,
.force_align_left h3,
.force_align_left h4,
.force_align_left h5,
.force_align_left h6{
    text-align: left!important;
}

.bottom-margin-x20{
    margin-bottom: 20px;
}

/* Home V2 */

.elementor-text-widget-custom-styles p,
.elementor-text-widget-custom-styles h1,
.elementor-text-widget-custom-styles h2,
.elementor-text-widget-custom-styles h3,
.elementor-text-widget-custom-styles h4,
.elementor-text-widget-custom-styles h5,
.elementor-text-widget-custom-styles h6 {
    line-height: inherit;
}

.elementor-text-widget-custom-styles p:last-child,
.elementor-text-widget-custom-styles h1:last-child,
.elementor-text-widget-custom-styles h2:last-child,
.elementor-text-widget-custom-styles h3:last-child,
.elementor-text-widget-custom-styles h4:last-child,
.elementor-text-widget-custom-styles h5:last-child,
.elementor-text-widget-custom-styles h6:last-child {
    margin-bottom: 0 !important;
}

.elementor-widget--has-underlined-links .elementor-widget-container a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.elementor-widget--has-underlined-links .elementor-widget-container a:hover {
    text-decoration: none;
}

.elementor-icon-box-left-texts {
    h3 {
        margin-bottom: 0;
        text-align: left;
    }
}

.elementor-icon-box-custom-styles,
.elementor-icon-box-left-texts {
    transition: transform .4s;
}

.elementor-icon-box-custom-styles:has(a):hover,
.elementor-icon-box-left-texts:has(a):hover {
    transform: scale(1.03);
}

@media only screen and (max-width: 767px) {
    .elementor-icon-box-wrapper {
        align-items: center;
    }
}

/* Elementor Column Min Height */

.elementor-column-min-height {
    transition: opacity .4s;

    .elementor-widget-wrap {
       height: 62px;
    }
}

.elementor-column-min-height:has(a):hover {
    opacity: .8;

}

/* Elementor Column Location Box */

.elementor-column-location-box {
    width: 33.3333% !important;
    max-width: 33.3333%;

    .elementor-image-box-img img {
        height: 216px;
        object-fit: cover;
    }

    .elementor-image-box-content h3 {
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 1024px) {
    .elementor-column-location-box {
        .elementor-image-box-img img {
            height: 146px;
        }
    }
}

@media only screen and (max-width: 767px) {
    .elementor-column-location-box {
        width: 50% !important;
        max-width: 50%;
    }
}

.elementor-column--has-centered-elements {
    > div {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Elementor Column Block */

.elementor-column.elementor-column-block {
    display: block;
}

/* Elementor Reviews Custom Styles */

.elementor-reviews-custom-styles {
    display: block;

    .swiper-slide {
        height: auto;
    }

	.elementor-swiper-button-prev,
	.elementor-swiper-button-next {
		display: block;
		position: absolute;
		z-index: 20 !important;
        top: 74% !important;
        transform: translateX(0) !important;
		width: 24px;
		height: 24px;
		background: #FFF;
        border-radius: 50%;
		transition: background var(--theme-transition-duration);
	}

    .elementor-swiper-button-prev:after,
	.elementor-swiper-button-next:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 14px;
        transform: translate(-50%, -50%);
        transition: background var(--theme-transition-duration);
    }

	.elementor-swiper-button-prev svg,
	.elementor-swiper-button-next svg {
		font-size: 0;
	}

	.elementor-swiper-button-prev {
		left: -13px !important;
	}

    .elementor-swiper-button-prev:after {
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1.94385L2 7.36638L7 12.7889' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

	.elementor-swiper-button-next {
		right: -13px !important;
	}

    .elementor-swiper-button-next:after {
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12.8027L7 7.3802L2 1.95766' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

	.swiper-button-disabled {
		pointer-events: none;
	}

    .elementor-testimonial__header {
		display: contents;
        align-items: center;
        padding-left: 5px !important;
	}

    .elementor-testimonial__title {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .elementor-testimonial__content {
        position: relative;
        padding-top: 26px !important;
        padding-bottom: 26px !important;
		text-align: center;
	}

    .elementor-testimonial__content:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: calc(100% - 68px);
        height: .5px;
        transform: translateX(-50%);
        background: #FFF;
    }

    .elementor-testimonial__name {
		order: 1;
        width: 100%;
        text-align: center;
	}

    .elementor-star-rating {
        order: 3;
        position: absolute;
        top: 73px;
        left: 12px;
        width: 100%;
    }

    .elementor-testimonial__icon {
        order: 4;
    }
}

/* Buttons */

.btnins_center--fullwidth {
    text-align: center;

    a + a {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .btnins_center--fullwidth {
        a + a {
            margin-left: 0;
        }
    }
}

.home-banner-btn-quote.home-banner-btn-quote--secondary {
    padding: 9px 12px;
    max-width: 329px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.279rem;
    box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
    .home-banner-btn-quote.home-banner-btn-quote--secondary {
        font-size: 1rem;
    }
}

.home-banner-btn-quote.home-banner-btn-quote--white {
    padding: 9px 12px;
    background: #FFF;
    font-size: 1.279rem;
    color: #D52233;
    width: 50%;
    max-width: 329px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.279rem;
    box-shadow: 0px 5px 4px #6B6B6B;
}

.home-banner-btn-quote.home-banner-btn-quote--tertiary {
    margin-top: 0;
    padding: 7px 15px;
    background: #FFF;
    font-size: 0.763rem;
    line-height: 1.0;
    color: #D52233;
    width: auto;
    max-width: unset;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    .home-banner-btn-quote.home-banner-btn-quote--white {
        width: 100%;
        font-size: 1rem;
    }
}

/* Elementor Button Fullwidth */

.elementor-button--fullwidth {
    a.elementor-button {
        width: 100%;
    }
}

/* Elementor Button Has Min Width */

.elementor-button--has-min-width {
    a.elementor-button {
        width: 237px;
    }
}

/* Elementor Column Absolute Position */

.elementor-column-absolute-position.elementor-section {
    > .elementor-container  {
        position: absolute;
        bottom: 46px;
        left: 9vw;
        z-index: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .elementor-column-absolute-position.elementor-section {
        > .elementor-container  {
            left: 35px;
        }
    }
}

@media only screen and (max-width: 767px) {
    .elementor-column-absolute-position.elementor-section {
        > .elementor-container  {
            position: static;
        }

        span.elementor-button-text {
            font-size: 0 !important;
        }
    }
}

/* Elementor Button Absolute Position */

.elementor-button-contact.elementor-element {
    position: absolute;
    left: auto;
    right: 0;
    top: 22%;
    width: auto !important;
}

@media only screen and (max-width: 767px) {
    .elementor-button-contact.elementor-element {
        top: 12%;

        span.elementor-button-text {
            font-size: 0 !important;
        }

        .elementor-button .elementor-button-content-wrapper {
            gap: 0 !important;
        }
    }
}

.elementor-section-find-forklift {
    .ff-search input {
        padding: 4px 10px;
        font-size: 9px;
    }

    .ff-search-section--keyword .ff-search__label {
        font-size: 12px;
    }

    .ff-search__label {
        font-size: 9px;
    }

    .ff-search-section--condition {
        text-align: center;
    }

    .ff-search-section--condition label {
        font-size: 7px;
    }

    .ff-input-wrap--radio label span {
        width: 12px;
        height: 12px;
        border-width: 2px;
    }

    .ff-input-wrap--select label {
        font-size: 9px;
    }

    .ff-search select {
        height: 22px;
        padding: 5px 10px;
        font-size: 9px;
    }

    .ff-input-wrap {
        margin-bottom: 8px;
    }

    .ff-input-wrap--select:after {
        font-size: 12px;
        right: 5px;
        bottom: 2px;
        height: 18px;
        line-height: 18px;
        width: 20px;
    }

    .ff-input-wrap--submit input {
        margin-left: 59px;
        font-size: 15px;
        border-radius: 0;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
}

.elementor-custom-reviews {
    .sb-item-author-img {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .sb-item-author-ctn {
        align-items: center;
    }

    .sb-item-text {
        padding-inline: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 0.875rem !important;
    }

    .sb-item-rating-icon svg {
        fill: #FFE501;
    }

    .sbr-owl-nav .sbr-owl-prev {
        left: -20px;
        padding: 4px 6px 4px 4px;
    }

    .sbr-owl-nav .sbr-owl-next {
        right: -20px;
        padding: 4px 4px 4px 6px;
    }

    .sbr-owl-nav > div {
        background: #fff;
    }

    .sb-item-name-date {
        text-align: center;
    }

    .sb-item-author-name {
        color: #FFF !important;
        font-size: 0.971rem !important;
        font-weight: 700 !important;
    }

    .sb-item-author-date {
        font-size: 0.658rem !important;
        font-weight: 700 !important;
    }

    .sbr-owl-item {
        padding-inline: 25px !important;
    }

    .sb-post-item-wrap {
        border-bottom: 0 !important;
    }
}

/* Elementor Hero Custom Styles */

.elementor-hero-custom-styles {
    h1 {
        position: relative;
        text-align: left !important;
    }

    h1:after {
        content: '';
        position: absolute;
        left: -15px;
        bottom: -25px;
        width: clamp(15.625rem, 28.125vw + 10rem, 43.75rem);
        height: 51px;
        background: url('/wp-content/themes/forkforce/css/../title-line.png') no-repeat center / contain;
    }

    h2 {
        text-align: left !important;
    }

    .elementor-absolute {
        height: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .elementor-hero-custom-styles {
        h1:after {
            width: clamp(15.625rem, 44.034vw + 6.818rem, 35rem);
        }
    }
}


@media only screen and (max-width: 768px) {
    .elementor-hero-custom-styles {
        h1:after {
            left: -5px;
        }
    }
}

.elementor-column-left-aligned-elements {
    > div {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .elementor-column-left-aligned-elements {
        > div {
            margin-left: auto !important;
        }
    }
}

/* Interactive Graphic */

.graphic {
    position: relative;
    margin-inline: auto;
    width: 600px;

    .graphic__figure #icons,
    .graphic__figure #info {
        pointer-events: none;
    }

    .graphic__figure #shape a {
        position: relative;
        z-index: 100;
    }

    .graphic__figure #shape a:focus {
        color: transparent;
    }

    .graphic__tooltip {
        display: none;
        position: absolute;
        z-index: 5;
        padding: 10px 5px;
        background: #fff;
        border: 1px solid #039147;
        border-radius: 8px;
        width: 33.3333%;

        &:nth-child(1) {
            top: -200px;
            left: 170px;
        }

        &:nth-child(2) {
            width: 40%;
            left: -140px;
            top: -120px;
        }

        &:nth-child(3) {
            left: -184px;
            top: 150px;
        }

        &:nth-child(4) {
            left: -184px;
            top: 260px;
        }

        &:nth-child(5) {
            left: -100px;
            bottom: -25px;
        }

        &:nth-child(6) {
            left: 160px;
            bottom: -150px;
        }

        &:nth-child(7) {
            right: 95px;
            bottom: -70px;
        }

        &:nth-child(8) {
            right: -85px;
            bottom: -64px;
        }
    }

    .graphic__tooltip.is-active {
        display: block;
    }

    .graphic__tooltip h3 {
        padding-right: 15px;
        text-align: left;
        font-size: 20px !important;
        color: #9da9c1;
    }

    .graphic__tooltip ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .graphic__tooltip ul li {
        position: relative;
        margin-left: 0;
        margin-bottom: 5px !important;
        padding-left: 20px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .graphic__tooltip ul li:before {
        content: '/';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
    }

    .graphic__tooltip ul li strong {
        font-size: 10px;
        font-weight: 300;
    }

    .graphic__tooltip-close {
        position: absolute;
        top: 6px;
        right: 0;
        background: transparent;
        border: 0;
        color: #039147;
        font-size: 22px;
    }
}

@media only screen and (max-width: 1024px) {
    .graphic {
        .graphic__tooltip {
            /* &:nth-child(1) {
                top: 110px;
            }

            &:nth-child(2) {
                width: 36%;
                left: 22px;
                top: 50px;
            }

            &:nth-child(3) {
                left: -82px;
            }

            &:nth-child(4) {
                left: -82px;
                top: 82px;
            }

            &:nth-child(5) {
                left: -72px;
            }

            &:nth-child(6) {
                bottom: -95px;
            }

            &:nth-child(7) {
                bottom: -25px;
            }

            &:nth-child(8) {
                right: -67px;
                bottom: 0px;
            } */
            top: 50% !important;
            bottom: auto !important;
            left: 44% !important;
            right: auto !important;
            transform: translate(-50%, -50%);
        }
    }
}

@media only screen and (max-width: 576px) {
    .graphic {
        width: 500px;

        /* .graphic__tooltip {
            &:nth-child(1) {
                top: -100px;
            }

            &:nth-child(2) {
                left: -28px;
            }

            &:nth-child(3) {
                left: -28px;
            }

            &:nth-child(4) {
                left: -28px;
                top: 128px;
            }

            &:nth-child(5) {
                left: -28px;
            }

            &:nth-child(6) {
                bottom: -55px;
            }

            &:nth-child(7) {
                bottom: 0;
            }

            &:nth-child(8) {
                right: -15px;
            }
        }   */

        .graphic__tooltip h3 {
            font-size: 14px !important;
        }

        .graphic__tooltip ul li {
            padding-left: 12px;
            font-size: 12px;
        }

        .graphic__tooltip ul li:before {
            font-size: 12px;
        }
    }
}

@media only screen and (max-width: 575px) {
    .graphic {
        width: 300px;
        display: flex;
        flex-direction: column;

        .graphic__figure {
            order: -1;
        }

        .graphic__tooltip {
            left: 50% !important;
            /*position: static;
            margin-inline: auto;*/
            width: 80%;

            &:nth-child(2) {
                width: 80%;
            }
        }
    }
}

.form-steps {
    padding: 15px 0;

    .form__intro {
        display: none;
    }

    .form__intro.is-active {
        display: block;
    }

    .form__intro-image {
        max-width: 589px;
        margin: 0 auto 2px;
        text-align: center;

        img {
            width: 100%;
        }
    }

    .form__intro-content {
        max-width: 415px;
        margin-inline: auto;
        text-align: center;
    }

    .form__intro-description {
        margin-bottom: 24px;
        font-size: 1.033rem;

        h1 {
            padding: 0 17px;
            font-size: clamp(2rem, 1.418vw + 1.716rem, 2.625rem) !important;
            font-style: italic;
            font-weight: 800;
            text-transform: uppercase;
            font-family: 'Myriad Pro Condensed', sans-serif;
            line-height: 0.914;
        }

        p {
            margin-bottom: 18px;
            line-height: 1.2;
        }

        p:last-child {
            margin-bottom: 0;
        }
    }

    .form-intro-description:last-child {
        margin-bottom: 0;
    }

    .form__intro-description strong {
        font-weight: 900;
    }

    .form__intro-description p:not(.form__intro-subheading) strong {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.31em;
    }

    .form__intro-subheading {
        margin: 0 0 16px;
        font-size: 1.233rem;
    }

    .form__intro-actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .form__main {
        display: none;
    }

    .form__main.is-active {
        display: block;
    }

    .form__progress {
        margin-bottom: 20px;
        padding-right: 20px;
    }

    .form__progress:last-child {
        margin-bottom: 0;
    }

    .form__progress-bar  {
		width: 100%;
		background: #D9D9D9;
		border-radius: 11px;
		height: 15px;
		position: relative;
	}

	.form__progress-bar span {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		border-radius: 11px;
		background: #D52233;
	}

    .form__progress-thumb {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        background: url('/wp-content/themes/forkforce/css/../images/progress-bar-thumb.webp') no-repeat center / cover;
        border-radius: 50%;
        z-index: 2;
    }

    .form__steps {
        margin-bottom: 41px;
        max-width: 870px;
        margin-inline: auto;
    }

    .form__steps:not(:has(.form__step.is-active)) {
        display: none;
    }

    .form__step {
		display: none;
	}

    .form__step.is-active {
		display: block;
	}

    .form__row {
        text-align: center;
    }

    .form__label {
        display: block;
        margin-bottom: 17px;
        font-size: 1.233rem;
        font-weight: 900;
    }

    .form__label:last-child {
        margin-bottom: 0;
    }

    .form__label--alt {
        margin-bottom: 5px;
        color: #000;
        font-family: 'Myriad Pro Condensed', sans-serif;
        font-size: clamp(1.25rem, 0.284vw + 1.193rem, 1.375rem);
        text-transform: uppercase;
    }

    .form__controls {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .form__controls:last-child {
        margin-bottom: 0;
    }

    .form__controls--four-cols {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 18px;
    }

    .form__controls--four-cols .radio {
        width: calc(50% - 7px);
    }

    .form__controls--four-cols .radio--custom-styles {
        width: calc(25% - 14px);
    }

    .form__controls--two-cols {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
    }

    .form__controls--two-cols .radio {
        width: calc(50% - 10px);
    }

    .form__controls--alt {
        display: block;
        gap: 10px 0;
        margin-top: 44px;
        margin-bottom: 37px;

        .form__label {
            margin-bottom: 12px;
            text-align: left;
        }

        .form__controls-wrapper {
            max-width: 690px;
            margin-inline: auto;
        }
    }

    .form__controls--alt + .form__controls--alt {
        margin-top: 37px;
    }

    .form__controls--small-width {
        max-width: 642px;
        margin: 40px auto 0;
    }

    .radio {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 12px 10px 10px;
        width: 100%;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .5);
        transition: background .4s;

        input {
            position: absolute;
            z-index: 10;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: all;
            cursor: pointer;
            opacity: 0;
        }

        label {
            font-size: 1.518rem;
/*             font-weight: 700; */
            color: #D52233;
			font-family: 'MyriadProBoldCond', sans-serif;
/*             font-style: italic; */
            text-transform: uppercase;
            transition: color .4s;
        }

        img {
            max-width: 83px;
            max-height: 65px;
            margin-block: auto;
            object-fit: contain;
        }

        img:last-child {
            margin-bottom: 0;
        }
    }

    .radio:hover {
        background: #D52233;

        label {
            color: #fff;
        }
    }

    .radio:has(input:checked) {
        background: #D52233;

        label {
            color: #fff;
        }
    }

    .radio--custom-styles {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 10px 10px 2px;

        label {
            font-size: 0.85rem;
        }
    }

    .radio--alt {
        max-width: 434px;
        margin-inline: auto;
        padding: 9px 10px 4px;

        label {
            font-size: 1.268rem;
        }
    }

    .form__back {
        display: flex;
        align-items: center;
        padding: 0;
        font-size: 1.081rem;
        font-weight: 900;
        background: transparent;
        border: 0;
        transition: opacity .4s;

        .form__back-text {
            margin-left: 8px;
        }
    }

    .form__back:hover {
        opacity: .7;
    }

    .form__foot {
        display: none;
        max-width: 804px;
        margin-inline: auto;
    }

    .form__foot.is-active {
        display: block;
    }

    .form__btn {
        padding: 6px 34px;
        background: #1E1E1E;
        border: 1px solid #1E1E1E;
        color: #FFF;
        font-size: 1.343rem;
        font-family: 'Myriad Pro', sans-serif;
        font-style: italic;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        transition: opacity .4s;
    }

    .form__btn-ornament {
        display: block;

        img {
            max-width: 180px;
        }
    }

    .form__btn:hover {
        opacity: .8;
    }

    .form__btn.js-next,
    .form__btn.js-submit {
        display: none;
    }

    .form__btn.js-next.is-active,
    .form__btn.js-submit.is-active {
        display: block;
    }

    .form__btn--fullwidth {
        padding: 6px 34px 0;
        width: 100%;
        font-family: 'Myriad Pro Condensed', sans-serif;
        font-size: clamp(1.5rem, 0.784vw + 1.343rem, 1.875rem);
        line-height: 1.0;
    }

    .form__btn--fullwidth.js-submit {
        padding: 10px 34px 3px;
    }

    .form__btn--white {
        background: #fff;
        color: #000;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .5);
        border: 1px solid #fff;
    }

    .form__complete {
        display: none;
        margin-top: 13px;
    }

    .form__complete.is-active {
        display: block;
    }

    .form__complete-title {
        margin-bottom: 53px;

        h2 {
            font-size: clamp(2.25rem, 1.046vw + 2.041rem, 2.75rem);
            color: #000;
            font-family: 'Myriad Pro Condensed', sans-serif;
            font-style: italic;
            text-transform: uppercase;
            font-weight: 700;
        }

        p {
            color: #000;
            font-family: 'Myriad Pro Condensed', sans-serif;
            font-style: italic;
            text-align: center;
            font-size: 30px;
        }

        h2:last-child {
            margin-bottom: 0;
        }

        h2 span {
            position: relative;
        }

        h2 span:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 7px;
            background: url('/wp-content/themes/forkforce/css/../images/title-yellow-underline.webp') no-repeat center / cover;
        }
    }

    .form__complete-boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 37.9px;
        max-width: 746px;
        margin: 0 auto 31px;
    }

    .form__complete-actions {
        display: flex;
        flex-direction: column;
        gap: 11px 0;
        max-width: 568px;
        margin: 0 auto 36px;
    }

    .form__complete-actions:last-child {
        margin-bottom: 0;
    }

    .form__complete-link {
        text-align: center;

        a {
            font-size: clamp(1.5rem, 0.784vw + 1.343rem, 1.875rem);
            font-family: 'Myriad Pro Condensed', sans-serif;
            font-style: italic;
            text-transform: uppercase;
            font-weight: 700;
            color: #D52233;
        }
    }

    .form__complete-message {
        position: relative;
        z-index: 15000;
        margin-top: 30px;
        text-align: center;
    }

    .slider-range {
        width: 100%;
        margin-bottom: 30px;
    }

    .slider-range__wrapper {
        height: 9px;
        background: #D9D9D9;
        position: relative;
        margin-bottom: 10px;
        border-radius: 7px;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #D9D9D9;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        width: 16px;
        height: 16px;
        top: -5px;
        background: #1E1E1E;
        border-radius: 50%;
        position: absolute;
        cursor: pointer;
        z-index: 2;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    }

    .ui-slider .ui-slider-range {
        background: #1E1E1E;
    }

    .slider-range__labels {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 22px;
        text-transform: uppercase !important;
    }
}

@media only screen and (max-width: 767px) {
    .form-steps {
        .form__intro-action {
            width: 100%;
        }
        
        .form__controls--four-cols .radio--custom-styles {
            width: calc(50% - 14px);
        }

        .form__controls--alt {
            padding: 0 15px;
        }

        .form__complete-title {
            margin-bottom: 33px;
        }

        .form__complete-actions {
            margin: 0 auto 26px;
        }
    }
}

@media only screen and (max-width: 575px) {
    .form-steps {
        .form__progress-bar  {
            height: 12px;
        }

        .form__progress-thumb {
            width: 42px;
            height: 42px;
        }

        .form__complete-boxes {
            gap: 15px 0;
        }

        .slider__range-label {
            font-size: 0.625rem !important;
        }

        .form__controls--two-cols {
            column-gap: 0;
        }

        .form__controls--two-cols .radio {
            width: 100%;
        }
    }
}

.form-steps--alt {
    color: #fff;

    .form__intro-content {
        max-width: unset;

        h1 {
            color: #FFF;
        }
    }

    .form__intro-image {
        max-width: unset;
    }

    .radio {
        background: #fff;
    }

    .radio:hover {
        background: #D52233;

        label {
            color: #fff;
        }
    }

    .form__back {
        color: #FFF;
    }

    .form__label--alt {
        color: #FFF;
    }

    .form__complete-title {
        h2 {
            color: #FFF;
        }

         p {
            color: #FFF;
        }
    }

    .form__complete-link {
        a {
            color: #fff;
        }
    }

    .form__back-image svg path {
        fill: #FFF;
    }

    .form__intro-description p:not(.form__intro-subheading) strong {
        font-size: 1.875rem;
    }

    .form__intro-description {
        font-size: 1.5495rem;

        h1 {
            font-size: clamp(2rem, 4.052vw + 1.19rem, 3.938rem) !important;
        }
    }

    .form__intro-actions .form__btn {
        font-size: 2.0145rem;
    }

    .form__intro-subheading {
        font-size: 1.8495rem;
    }

    .box-info {
        background: #FFF;
    }
}

@media only screen and (max-width: 768px) {
    .form-steps--alt {
        .form__intro-description p:not(.form__intro-subheading) strong {
            font-size: 1.25rem;
        }

        .form__intro-actions .form__btn {
            font-size: 1.343rem;
        }
    }

    .elementor-widget-smartlift_selector_popup_widget .form-steps--alt {
        .form__intro-actions .form__btn {
            font-size: 15px;
        }

        .form__intro-description {
            font-size: 1.033rem;
        }
    }
}

.form-steps--bigger-elements {
    .form__intro-content {
        max-width: unset;
    }

    .form__intro-image {
        max-width: unset;
    }

    .form__intro-description p:not(.form__intro-subheading) strong {
        font-size: 1.875rem;
    }

    .form__intro-description {
        font-size: 1.5495rem;

        h1 {
            font-size: clamp(2rem, 4.052vw + 1.19rem, 3.938rem) !important;
        }
    }

    .form__intro-actions .form__btn {
        font-size: 2.0145rem;
    }

    .form__intro-subheading {
        font-size: 1.8495rem;
    }
}

@media only screen and (max-width: 768px) {
    .form-steps--bigger-elements {
        .form__intro-description p:not(.form__intro-subheading) strong {
            font-size: 1.25rem;
        }

        .form__intro-actions .form__btn {
            font-size: 1.343rem;
        }
    }
}

.box-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(33.3333% - 25.33px);
    padding: 9px 10px 16px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .5);

    > a {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .box__description {
        margin-top: auto;
    }

    .box__description h3 {
        font-size: clamp(1.125rem, 0.392vw + 1.047rem, 1.313rem) !important;
        font-family: 'Myriad Pro Condensed', sans-serif;
        text-transform: uppercase;
        font-style: italic;
        font-weight: 700;
        line-height: .95em;
        color: #000;
    }

    .box__description h3:last-child {
        margin-bottom: 0;
    }

    .box__image {
        margin-bottom: 9px;
        text-align: center;
    }

    .box__image img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }

    .box__price {
        text-align: center;
    }

    .box__price-note {
        color: #000;
    }
}

@media only screen and (max-width: 575px) {
    .box-info {
        width: 100%;
    }
}

body.is-windows .form-steps .form__btn--fullwidth {
    padding: 3px 34px;
}

/* Custom Popup */

.elementor-section-popup {
    > div {
        position: relative;
    }

    > div > div {
        position: static;
    }

    > div > div > div {
        position: static;
    }
}


.elementor-section-popup .form-steps {
    padding-top: 0;
}

.elementor-section-popup .form-steps .form__btn  {
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 1.6rem;
    padding: 7px 30px 1px;
    display: inline-block;
}

.elementor-section-popup .form-steps .form__intro-content {
    padding-top: 25px;
}



.ff-custom-paragraph {
    padding: 15px 20px !important;
    text-transform: uppercase;
    font-size: 25px !important;
    font-family: 'Myriad Pro Condensed', sans-serif;
    letter-spacing: 0;
    color: yellow;
    line-height: 1.4;
    background: #000;
}

@media only screen and (max-width: 991px) {
    .product-actions .ff-custom-paragraph {
        margin: 40px 20px;
    }
}

.ff-custom-paragraph-v2 {
    font-size: 24px !important; 
    font-family: 'Myriad Pro Condensed', sans-serif;
    letter-spacing: 0;
}

@media only screen and (max-width: 991px) {
    .product-actions .ff-custom-paragraph-v2 {
       padding: 0 20px !important;
    }
}


.product-actions button.ffa-btn {
    box-shadow: -1px 2px 4px grey;
}

button.ffa-btn {
    font-size: 20px;
    color: #fff ! IMPORTANT;
    max-width: 250px;
    white-space: normal;
}

.product-actions a.ffa-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 73px;
    max-width: 250px;
    margin-inline: auto;
}

@keyframes shiver {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.product-actions a.ffa-btn[href^="tel:"],
a.has-pulse-anim {
    animation: shiver 2.5s infinite;
}

@media only screen and (max-device-width: 667px) {
    .product-actions .cta-group {
        display: flex !important;
        flex-direction: column;
    }

    .product-actions .cta-group > div {
        margin-bottom: 14px;
    }

    .product-actions .cta-group > div:last-child {
        margin-bottom: 0;
    }

    .product-actions .cta-group div:nth-child(2) {
        order: 2;
    }
}

.elementor-section-has-sidebar {
    > div {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 1366px) {
    .elementor-section-has-sidebar {
        > div > .elementor-column:nth-child(1) {
            order: 2;
            width: 100%;
        }
    }
}

.elementor-sidebar-custom-styles {
    > div {
        justify-content: center;
    }
    .btins_center {
        text-align: center;
    }
    
    a.home-banner-btn-quote {
        padding: 17px 19px;
        font-size: 40px;
        font-family: 'Myriad Pro Condensed', sans-serif;
    }

    a.home-banner-btn-quote:not(:first-child) {
        margin-top: 30px;
    }

    .elementor-widget-text-editor p {
        line-height: 1.4em;
    }

    .elementor-widget-text-editor p img {
        margin-bottom: 0;
    }
}

@media only screen and (max-device-width: 667px) {
    .elementor-sidebar-custom-styles {
        a.home-banner-btn-quote {
            padding: 12px 15px;
            font-size: 30px;
        }
    
        a.home-banner-btn-quote:not(:first-child) {
            margin-top: 20px;
        }
    }
}

