.elementor-38 .elementor-element.elementor-element-1569c89{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ec7aab8 *//* =====================================================
   METRICOVA CREATIVE FOOTER
   Digital Command Center
===================================================== */

.metricova-footer {
    position: relative;
    overflow: hidden;
    background: #224248;
    color: #ffffff;
    font-family: inherit;
}


/* =====================================================
   CTA SECTION
===================================================== */

.mf-cta {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(
            circle at 75% 50%,
            rgba(68,161,164,.20),
            transparent 28%
        ),
        #224248;
}


/* GRID */

.mf-grid-lines {
    position: absolute;
    inset: 0;
    opacity: .10;
    background-image:
        linear-gradient(
            rgba(255,255,255,.25) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.25) 1px,
            transparent 1px
        );
    background-size: 70px 70px;
    mask-image: linear-gradient(
        to right,
        black,
        transparent 80%
    );
}


/* CTA INNER */

.mf-cta-inner {
    position: relative;
    z-index: 2;

    width: min(1180px, 90%);
    margin: auto;

    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
}


/* EYEBROW */

.mf-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 25px;

    color: #44A1A4;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}


.mf-eyebrow i {
    width: 8px;
    height: 8px;
    background: #FF9A00;
    border-radius: 50%;

    box-shadow: 0 0 0 6px rgba(255,154,0,.10);
}


/* HEADING */

.mf-cta-copy h2 {
    max-width: 720px;

    margin: 0 0 24px;

    color: #ffffff;

    font-size: clamp(48px, 6vw, 82px);
    line-height: .96;
    font-weight: 800;
    letter-spacing: -4px;
}


.mf-cta-copy h2 span {
    display: block;
    color: #FF9A00;
}


/* DESCRIPTION */

.mf-cta-copy p {
    max-width: 590px;

    margin: 0 0 32px;

    color: rgba(255,255,255,.68);

    font-size: 16px;
    line-height: 1.8;
}


/* MAIN BUTTON */

.mf-main-btn {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 18px;

    padding: 16px 18px 16px 24px;

    background: #FF9A00;
    color: #224248 !important;

    border-radius: 50px;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 800;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.mf-main-btn b {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #224248;
    color: #ffffff;

    border-radius: 50%;

    font-size: 18px;

    transition: transform .35s ease;
}


.mf-main-btn:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 40px rgba(255,154,0,.20);
}


.mf-main-btn:hover b {
    transform: rotate(45deg);
}


/* =====================================================
   ORBIT VISUAL
===================================================== */

.mf-orbit-area {
    position: relative;

    width: 420px;
    height: 420px;

    margin-left: auto;
}


.mf-orbit {
    position: absolute;

    top: 50%;
    left: 50%;

    border: 1px solid rgba(68,161,164,.30);

    border-radius: 50%;

    transform: translate(-50%, -50%);
}


.orbit-one {
    width: 220px;
    height: 220px;

    animation: mf-spin 18s linear infinite;
}


.orbit-two {
    width: 320px;
    height: 320px;

    border-color: rgba(255,154,0,.25);

    animation: mf-spin-reverse 25s linear infinite;
}


.orbit-three {
    width: 410px;
    height: 410px;

    border-color: rgba(255,255,255,.10);

    animation: mf-spin 35s linear infinite;
}


/* CORE */

.mf-orbit-core {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 125px;
    height: 125px;

    transform: translate(-50%, -50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #325E6A;

    border: 1px solid rgba(255,255,255,.15);

    border-radius: 50%;

    box-shadow:
        0 0 0 15px rgba(68,161,164,.05),
        0 25px 70px rgba(0,0,0,.30);
}


.mf-orbit-core strong {
    color: #FF9A00;

    font-size: 48px;
    line-height: 1;
}


.mf-orbit-core small {
    margin-top: 5px;

    color: rgba(255,255,255,.65);

    font-size: 8px;
    letter-spacing: 2px;
}


/* ORBIT NODES */

.mf-orbit-node {
    position: absolute;

    width: 12px;
    height: 12px;

    border-radius: 50%;

    z-index: 4;
}


.node-one {
    top: 70px;
    right: 75px;

    background: #FF9A00;

    box-shadow:
        0 0 0 7px rgba(255,154,0,.10);
}


.node-two {
    bottom: 70px;
    left: 55px;

    background: #44A1A4;

    box-shadow:
        0 0 0 7px rgba(68,161,164,.10);
}


.node-three {
    top: 50%;
    right: 0;

    background: #ffffff;

    box-shadow:
        0 0 0 7px rgba(255,255,255,.08);
}


@keyframes mf-spin {

    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }

}


@keyframes mf-spin-reverse {

    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}


/* =====================================================
   MAIN FOOTER
===================================================== */

.mf-main {
    position: relative;

    padding: 90px 0 70px;

    background: #325E6A;

    border-top: 1px solid rgba(255,255,255,.08);
}


.mf-container {
    width: min(1180px, 90%);
    margin: auto;

    display: grid;

    grid-template-columns:
        1.4fr
        1fr
        1fr
        1fr;

    gap: 55px;
}


/* =====================================================
   BRAND
===================================================== */

.mf-logo {
    display: inline-block;

    color: #ffffff !important;

    text-decoration: none !important;

    font-size: 31px;
    font-weight: 900;
    letter-spacing: -1.5px;
}


.mf-logo span {
    color: #FF9A00;
}


.mf-brand-line {
    width: 50px;
    height: 3px;

    margin: 18px 0 22px;

    background: #FF9A00;
}


.mf-brand p {
    max-width: 330px;

    margin: 0 0 25px;

    color: rgba(255,255,255,.68);

    font-size: 14px;
    line-height: 1.8;
}


.mf-location {
    display: flex;
    align-items: center;
    gap: 9px;

    color: rgba(255,255,255,.85);

    font-size: 12px;
    font-weight: 700;
}


.mf-location span {
    color: #FF9A00;

    font-size: 13px;
}


/* =====================================================
   FOOTER COLUMNS
===================================================== */

.mf-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.mf-column-title {
    display: block;

    margin-bottom: 23px;

    color: #FF9A00;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2px;
}


.mf-column > a {
    position: relative;

    display: inline-block;

    margin-bottom: 13px;

    color: rgba(255,255,255,.70) !important;

    text-decoration: none !important;

    font-size: 13px;

    transition:
        color .25s ease,
        transform .25s ease;
}


.mf-column > a::before {
    content: "";

    position: absolute;

    left: 0;
    bottom: -3px;

    width: 0;
    height: 1px;

    background: #FF9A00;

    transition: width .3s ease;
}


.mf-column > a:hover {
    color: #ffffff !important;

    transform: translateX(5px);
}


.mf-column > a:hover::before {
    width: 100%;
}


/* =====================================================
   MINI CONTACT
===================================================== */

.mf-contact-mini {
    margin-top: 18px;
    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.12);

    display: flex;
    flex-direction: column;
}


.mf-contact-mini span {
    margin-bottom: 9px;

    color: #44A1A4;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


.mf-contact-mini a {
    margin-bottom: 7px;

    color: #ffffff !important;

    text-decoration: none !important;

    font-size: 13px;
}


/* =====================================================
   HUGE METRICOVA TYPOGRAPHY
===================================================== */

.mf-monogram {
    position: relative;

    overflow: hidden;

    height: 150px;

    background: #325E6A;

    display: flex;
    align-items: flex-end;

    border-top: 1px solid rgba(255,255,255,.06);
}


.mf-monogram span {
    width: 100%;

    display: block;

    color: transparent;

    -webkit-text-stroke: 1px rgba(255,255,255,.13);

    font-size: clamp(100px, 17vw, 230px);

    font-weight: 900;

    line-height: .65;

    letter-spacing: -9px;

    white-space: nowrap;

    transform: translateX(-10px);

    transition:
        color .6s ease,
        -webkit-text-stroke .6s ease;
}


.mf-monogram:hover span {
    color: rgba(255,154,0,.04);

    -webkit-text-stroke-color: rgba(255,154,0,.28);
}


/* =====================================================
   BOTTOM BAR
===================================================== */

.mf-bottom {
    background: #224248;

    border-top: 1px solid rgba(255,255,255,.08);
}


.mf-bottom-inner {
    width: min(1180px, 90%);
    min-height: 75px;

    margin: auto;

    display: grid;

    grid-template-columns: 1fr auto 1fr;

    align-items: center;

    gap: 20px;
}


.mf-bottom p {
    margin: 0;

    color: rgba(255,255,255,.45);

    font-size: 11px;
}


.mf-bottom-links {
    display: flex;
    gap: 25px;
}


.mf-bottom-links a {
    color: rgba(255,255,255,.55) !important;

    text-decoration: none !important;

    font-size: 10px;

    transition: color .25s ease;
}


.mf-bottom-links a:hover {
    color: #FF9A00 !important;
}


/* =====================================================
   SOCIALS
===================================================== */

.mf-socials {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
}


.mf-socials a {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.16);

    border-radius: 50%;

    color: #ffffff !important;

    text-decoration: none !important;

    font-size: 9px;
    font-weight: 800;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


.mf-socials a:hover {
    background: #FF9A00;

    color: #224248 !important;

    transform: translateY(-4px);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .mf-cta {
        min-height: auto;
        padding: 100px 0;
    }


    .mf-cta-inner {
        grid-template-columns: 1fr;
    }


    .mf-orbit-area {
        width: 350px;
        height: 350px;

        margin: 80px auto 0;
    }


    .mf-container {
        grid-template-columns: 1fr 1fr;

        gap: 45px 30px;
    }


    .mf-brand {
        grid-column: 1 / -1;
    }


    .mf-bottom-inner {
        grid-template-columns: 1fr;

        padding: 22px 0;

        text-align: center;
    }


    .mf-bottom-links,
    .mf-socials {
        justify-content: center;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .mf-cta {
        padding: 75px 0 60px;
    }


    .mf-cta-inner {
        width: 88%;
    }


    .mf-cta-copy h2 {
        font-size: 48px;

        letter-spacing: -2.5px;
    }


    .mf-cta-copy p {
        font-size: 14px;
        line-height: 1.7;
    }


    .mf-orbit-area {
        width: 285px;
        height: 285px;

        margin-top: 60px;
    }


    .orbit-one {
        width: 160px;
        height: 160px;
    }


    .orbit-two {
        width: 220px;
        height: 220px;
    }


    .orbit-three {
        width: 280px;
        height: 280px;
    }


    .mf-orbit-core {
        width: 95px;
        height: 95px;
    }


    .mf-orbit-core strong {
        font-size: 36px;
    }


    .mf-main {
        padding: 65px 0 45px;
    }


    .mf-container {
        width: 88%;

        grid-template-columns: 1fr 1fr;

        gap: 45px 20px;
    }


    .mf-brand {
        grid-column: 1 / -1;
    }


    .mf-brand p {
        max-width: 100%;
    }


    .mf-column-title {
        font-size: 9px;
    }


    .mf-column > a {
        font-size: 12px;
    }


    .mf-monogram {
        height: 90px;
    }


    .mf-monogram span {
        font-size: 85px;
        letter-spacing: -5px;
    }


    .mf-bottom-inner {
        width: 88%;
    }

}


/* =====================================================
   EXTRA SMALL
===================================================== */

@media (max-width: 420px) {

    .mf-container {
        grid-template-columns: 1fr;
    }


    .mf-cta-copy h2 {
        font-size: 42px;
    }


    .mf-orbit-area {
        width: 250px;
        height: 250px;
    }


    .orbit-one {
        width: 145px;
        height: 145px;
    }


    .orbit-two {
        width: 195px;
        height: 195px;
    }


    .orbit-three {
        width: 245px;
        height: 245px;
    }


    .mf-monogram span {
        font-size: 70px;
    }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

    .mf-orbit,
    .mf-orbit-core,
    .mf-main-btn,
    .mf-column > a,
    .mf-socials a {
        animation: none !important;
        transition: none !important;
    }

}/* End custom CSS */