.wr-footer-two .anyfor-footer-stats-template,
.wr-footer-two .anyfor-footer-stats-template > .elementor-container,
.wr-footer-two .anyfor-footer-stats-template .elementor-column,
.wr-footer-two .anyfor-footer-stats-template .elementor-widget-wrap {
    width: 100%;
}

.wr-footer-two .anyfor-footer-stats-template {
    margin: 0;
    padding: 0;
}

.wr-footer-two .anyfor-footer-stats-template > .elementor-container {
    max-width: none;
}

.wr-footer-two .anyfor-footer-stats-template .elementor-widget-wrap {
    padding: 0;
}

.wr-footer-two .anyfor-footer-stats-title.elementor-widget-heading,
.wr-footer-two .anyfor-footer-stats-intro.elementor-widget-text-editor,
.wr-footer-two .anyfor-footer-stats-grid .elementor-widget-shortcode {
    margin-bottom: 0;
}

.wr-footer-two .anyfor-footer-stats-title .elementor-heading-title,
.wr-footer-two .anyfor-footer-stats-template .elementor-heading-title {
    margin: 0;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.wr-footer-two .anyfor-footer-stats-intro {
    margin-top: 7px;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.55;
}

.wr-footer-two .anyfor-footer-stats-intro p {
    margin: 0;
}

.wr-footer-two .anyfor-footer-stats-grid {
    margin: 18px 0 0;
    padding: 0;
}

.wr-footer-two .anyfor-footer-stats-grid > .elementor-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    max-width: none;
}

.wr-footer-two .anyfor-footer-stats-grid > .elementor-container > .elementor-column {
    width: 100%;
}

.wr-footer-two .anyfor-footer-stats-grid .elementor-widget-wrap {
    /* Elementor's custom frontend stylesheet loads after this file on some
       templates and resets widget wraps to flex. This component must remain
       a three-column statistics grid regardless of page load order. */
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.wr-footer-two .anyfor-footer-stats-grid .elementor-widget-shortcode {
    width: 100%;
    min-width: 0;
}

.wr-footer-two .anyfor-footer-stat {
    display: flex;
    min-height: 0;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    cursor: default;
    transform: none !important;
    transition: none !important;
    text-align: center;
}

.wr-footer-two .anyfor-footer-stat:hover {
    border: 0;
    background: transparent;
    box-shadow: none !important;
    transform: none !important;
}

.wr-footer-two .anyfor-footer-stat__content {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
}

.wr-footer-two .anyfor-footer-stat__value {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.02em;
    font-variant-numeric: tabular-nums;
    transition: opacity .18s ease, transform .18s ease;
}

.wr-footer-two .anyfor-footer-stat__value.is-changing {
    opacity: .64;
    transform: translateY(-2px);
}

.wr-footer-two .anyfor-footer-stat__label {
    margin-top: 6px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 1199px) {
    .wr-footer-two .anyfor-footer-stats-grid > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 575px) {
    .wr-footer-two .anyfor-footer-stats-grid {
        margin-top: 14px;
    }

    .wr-footer-two .anyfor-footer-stats-grid .elementor-widget-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .wr-footer-two .anyfor-footer-stat {
        min-height: 0;
        padding: 0;
    }

    .wr-footer-two .anyfor-footer-stat__value {
        font-size: 25px;
    }

    .wr-footer-two .anyfor-footer-stat__label {
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wr-footer-two .anyfor-footer-stat__value {
        transition: none;
    }
}

/* Two-level brand statement in Footer Sidebar 1.
   Workreap escapes widget HTML, so the editable newline separates the strong
   positioning line from the softer supporting slogan. */
.wr-footer-two .wr-footerapp .wr-main-description {
    max-width: 360px;
    margin: 22px 0 0;
}

.wr-footer-two .wr-footerapp .wr-main-description p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    white-space: pre-line;
}

.wr-footer-two .wr-footerapp .wr-main-description p::first-line {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .wr-footer-two .wr-footerapp .wr-main-description {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

/* Upwork-inspired compact Mobile app links for the Anyfor brand column. */
.wr-footer-two .wr-footerapp .wr-storeicons {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0 0;
    padding: 30px 0 0;
}

.wr-footer-two .wr-footerapp .wr-storeicons::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    content: "Mobile app";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.wr-footer-two .wr-footerapp .wr-storeicons > li {
    margin: 0;
    padding: 0;
}

.wr-footer-two .wr-footerapp .wr-storeicons > li > a {
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: transparent;
    transition: background-color .2s ease, transform .2s ease;
}

.wr-footer-two .wr-footerapp .wr-storeicons > li > a::before {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    content: "";
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.wr-footer-two .wr-footerapp .wr-storeicons > li:first-child > a::before {
    mask-image: url('../images/footer/apple.svg');
    -webkit-mask-image: url('../images/footer/apple.svg');
}

.wr-footer-two .wr-footerapp .wr-storeicons > li:nth-child(2) > a::before {
    mask-image: url('../images/footer/android.svg');
    -webkit-mask-image: url('../images/footer/android.svg');
}

.wr-footer-two .wr-footerapp .wr-storeicons > li > a:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-1px);
}

.wr-footer-two .wr-footerapp .wr-storeicons > li > a:focus-visible {
    outline: 2px solid #40d4bd;
    outline-offset: 2px;
}

.wr-footer-two .wr-footerapp .wr-storeicons > li > a[href="#"] {
    cursor: default;
    pointer-events: none;
}

.wr-footer-two .wr-footerapp .wr-storeicons > li > a > img {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
}
