.elementor-6786 .elementor-element.elementor-element-910efb0{--display:flex;}/* Start custom CSS *//* =========================================================
   MH WORDPRESS DESIGN PAGE
   FINAL CSS
   Elementor / RTL / Responsive / Animated
========================================================= */

.mh-wp,
.mh-wp * {
    box-sizing: border-box;
}

.mh-wp {
    --navy: #07111F;
    --navy-2: #012148;
    --lime: #E1FF00;
    --white: #FFFFFF;
    --bg: #F8F9FC;
    --muted: #5E687D;
    --border: #A8B0BE;
    --soft: #EEF1F5;

    width: 100%;
    max-width: none;

    direction: rtl;

    overflow: hidden;

    background: var(--bg);
    color: var(--navy);

    font-family: inherit;
}

.mh-wp-container {
    width: 100%;
    max-width: none;

    margin: 0;
    padding: 0;
}

.mh-wp a {
    text-decoration: none;

    -webkit-tap-highlight-color: transparent;
}

.mh-wp svg {
    display: block;

    width: 24px;
    height: 24px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   FORCE COLORS
========================================================= */

.mh-wp .mh-wp-title,
.mh-wp .mh-wp-title *,
.mh-wp .mh-wp-section-title,
.mh-wp .mh-wp-section-title *,
.mh-wp .mh-wp-cta-title,
.mh-wp .mh-wp-cta-title * {
    color: #07111F !important;

    -webkit-text-fill-color: #07111F !important;
}

.mh-wp .mh-wp-dark-title,
.mh-wp .mh-wp-dark-title * {
    color: #FFFFFF !important;

    -webkit-text-fill-color: #FFFFFF !important;
}


/* =========================================================
   REVEAL
========================================================= */

.mh-wp-reveal {
    opacity: 0;

    transform: translateY(30px);

    transition:
        opacity .75s cubic-bezier(.2,.7,.2,1),
        transform .75s cubic-bezier(.2,.7,.2,1);

    transition-delay: var(--mh-delay, 0ms);
}

.mh-wp-reveal.mh-wp-visible {
    opacity: 1;

    transform: translateY(0);
}

.mh-wp-reveal-left {
    transform: translateX(-40px);
}

.mh-wp-reveal-left.mh-wp-visible {
    transform: translateX(0);
}

.mh-wp-reveal-right {
    transform: translateX(40px);
}

.mh-wp-reveal-right.mh-wp-visible {
    transform: translateX(0);
}


/* =========================================================
   EYEBROW
========================================================= */

.mh-wp-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: max-content;

    min-height: 31px;

    margin: 0 0 16px;

    padding: 4px 11px;

    background: #FFFFFF;
    color: #07111F;

    border: 1.5px solid #07111F;
    border-radius: 7px;

    box-shadow:
        3px 3px 0 #EEF1F5;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;

    white-space: nowrap;
}


/* =========================================================
   PENCIL UNDERLINE
========================================================= */

.mh-wp-pencil {
    --pencil-line: #FFFFFF;
    --pencil-shadow: #07111F;

    position: relative;

    display: inline-block;

    padding-bottom: 14px;

    isolation: isolate;

    z-index: 1;
}

.mh-wp-pencil::after {
    content: "";

    position: absolute;

    right: -4%;
    bottom: 0;

    width: 108%;
    height: 10px;

    z-index: -1;

    background: var(--pencil-line);

    border-radius:
        60% 45% 55% 40% /
        55% 60% 40% 50%;

    transform:
        rotate(-1.35deg)
        skewX(-5deg);

    box-shadow:
        0 2px 0 var(--pencil-shadow),
        4px 5px 0 rgba(7,17,31,.09);
}


/* =========================================================
   BUTTONS
========================================================= */

.mh-wp-btn {
    position: relative;

    overflow: hidden;

    min-height: 48px;

    padding: 0 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    background: #FFFFFF;
    color: #07111F !important;

    border: 1.5px solid #07111F;
    border-radius: 9px;

    box-shadow:
        4px 5px 0 #07111F;

    font-size: 14px;
    font-weight: 800;
    line-height: 1;

    cursor: pointer;

    transform: translate(0,0);

    transition:
        transform .18s cubic-bezier(.2,.8,.2,1),
        box-shadow .18s cubic-bezier(.2,.8,.2,1),
        background-color .2s ease;
}

.mh-wp-btn-primary {
    background: #E1FF00;
}

.mh-wp-btn:hover {
    transform: translate(2px,3px);

    box-shadow:
        2px 2px 0 #07111F;
}

.mh-wp-btn:active {
    transform: translate(4px,5px);

    box-shadow: none;
}

.mh-wp-btn svg {
    width: 17px;
    height: 17px;

    flex: 0 0 auto;

    transition:
        transform .2s ease;
}

.mh-wp-btn:hover svg {
    transform: translateX(-3px);
}


/* Ripple */

.mh-wp-ripple {
    position: absolute;

    border-radius: 50%;

    transform: scale(0);

    background:
        rgba(255,255,255,.65);

    pointer-events: none;

    animation:
        mhWpRipple .65s ease-out forwards;
}

@keyframes mhWpRipple {

    to {
        opacity: 0;
        transform: scale(4);
    }

}


/* =========================================================
   HERO
========================================================= */

.mh-wp-hero {
    position: relative;

    width: 100%;

    padding: 80px 0 60px;

    overflow: hidden;
}

.mh-wp-hero-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0,1fr)
        minmax(0,1.02fr);

    align-items: center;

    gap: clamp(35px,5vw,75px);
}

.mh-wp-hero-content {
    position: relative;

    z-index: 5;

    min-width: 0;
}

.mh-wp-title {
    margin: 0;

    color: #07111F !important;

    -webkit-text-fill-color: #07111F !important;

    font-size:
        clamp(38px,4.4vw,62px);

    font-weight: 900;
    line-height: 1.45;

    letter-spacing: -1.3px;
}

.mh-wp-description {
    max-width: 680px;

    margin: 22px 0 0;

    color: var(--muted);

    font-size: 16px;
    line-height: 2.05;
}

.mh-wp-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 18px;

    margin-top: 30px;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.mh-wp-visual {
    position: relative;

    min-width: 0;
    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    transform-style: preserve-3d;

    transition:
        transform .15s ease-out;

    will-change: transform;
}

.mh-wp-visual-bg {
    position: absolute;

    width: 76%;
    height: 77%;

    right: 7%;
    top: 7%;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 25% 20%,
            #12346B 0%,
            transparent 34%
        ),
        #07111F;

    border-radius:
        82px 18px 82px 18px;

    box-shadow:
        12px 12px 0 rgba(7,17,31,.08);
}

.mh-wp-visual-bg::after {
    content: "";

    position: absolute;

    inset: 25px;

    border:
        1px dashed rgba(255,255,255,.12);

    border-radius:
        65px 12px 65px 12px;
}


/* =========================================================
   LAPTOP
========================================================= */

.mh-wp-laptop {
    position: relative;

    z-index: 4;

    width: 80%;

    transform:
        rotate(1.5deg)
        translateZ(30px);
}

.mh-wp-laptop-screen {
    width: 82%;

    aspect-ratio: 1.5;

    margin: 0 auto;

    padding: 13px;

    overflow: hidden;

    background: #10151E;

    border: 9px solid #222832;

    border-radius:
        17px 17px 6px 6px;

    box-shadow:
        0 24px 34px rgba(0,0,0,.22),
        5px 5px 0 rgba(7,17,31,.20);
}

.mh-wp-browser {
    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #FFFFFF;

    border-radius: 5px;
}

.mh-wp-browser-top {
    height: 28px;

    display: flex;
    align-items: center;

    gap: 5px;

    padding: 0 9px;

    border-bottom:
        1px solid #E3E7EC;

    direction: ltr;
}

.mh-wp-browser-top span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #C4CBD4;
}

.mh-wp-browser-address {
    width: 50%;
    height: 6px;

    margin-left: 8px;

    background: #E4E8ED;

    border-radius: 10px;
}

.mh-wp-browser-page {
    height:
        calc(100% - 28px);

    display: grid;

    grid-template-columns:
        24% 1fr;

    direction: ltr;
}

.mh-wp-browser-side {
    padding: 13px 8px;

    border-right:
        1px solid #E9ECF0;
}

.mh-wp-browser-side i {
    display: block;

    height: 5px;

    margin: 10px 0;

    background: #D9DEE5;

    border-radius: 20px;
}

.mh-wp-browser-main {
    padding: 15px;
}

.mh-wp-browser-hero {
    position: relative;

    height: 35%;

    margin-bottom: 11px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #07111F 0%,
            #12346B 100%
        );

    border-radius: 5px;
}

.mh-wp-browser-hero::before {
    content: "";

    position: absolute;

    right: 10%;
    top: 22%;

    width: 42%;
    height: 8px;

    background: #E1FF00;

    border-radius: 10px;

    box-shadow:
        0 17px 0 rgba(255,255,255,.75),
        0 34px 0 rgba(255,255,255,.34);
}

.mh-wp-browser-grid {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 7px;
}

.mh-wp-browser-card {
    height: 50px;

    background: #EEF1F5;

    border:
        1px solid #D7DCE4;

    border-radius: 5px;
}

.mh-wp-laptop-base {
    width: 100%;
    height: 29px;

    border-radius:
        4px 4px 50% 50%;

    background:
        linear-gradient(
            #3F454D,
            #D3D6D9 35%,
            #555B62
        );

    transform:
        perspective(250px)
        rotateX(50deg);

    transform-origin: top;

    box-shadow:
        0 18px 15px rgba(0,0,0,.18);
}


/* =========================================================
   WORDPRESS LOGO
========================================================= */

.mh-wp-logo {
    position: absolute;

    z-index: 8;

    width: 68px;
    height: 68px;

    left: 14%;
    top: 8%;

    display: grid;
    place-items: center;

    background: #FFFFFF;
    color: #07111F;

    border:
        2px solid #07111F;

    border-radius: 10px;

    box-shadow:
        4px 4px 0 rgba(7,17,31,.16);

    font-family:
        Georgia,
        serif;

    font-size: 36px;
    font-weight: 700;

    animation:
        mhWpFloat
        4s ease-in-out infinite;
}


/* =========================================================
   FLOATING CARDS
   FINAL FIX - NO OUTSIDE OVERFLOW
========================================================= */

.mh-wp-floating {
    position: absolute;

    z-index: 8;

    width: 58px;
    height: 58px;

    display: grid;
    place-items: center;

    background: #FFFFFF;
    color: #07111F;

    border:
        1.5px solid #07111F;

    border-radius: 10px;

    box-shadow:
        4px 4px 0 rgba(7,17,31,.14);

    animation:
        mhWpFloat
        4.2s ease-in-out infinite;
}

.mh-wp-floating svg {
    width: 27px;
    height: 27px;
}


/* کارت اول */

.mh-wp-float-a {
    left: 12%;
    top: 28%;
}


/* کارت دوم */

.mh-wp-float-b {
    left: 8%;
    top: 46%;

    animation-delay: .8s;
}


/* کارت سوم */

.mh-wp-float-c {
    left: 14%;
    top: 64%;

    animation-delay: 1.4s;
}


@keyframes mhWpFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }

}


.mh-wp-visual-dot {
    position: absolute;

    right: 8%;
    top: 48%;

    width: 25px;
    height: 25px;

    border:
        4px solid #E1FF00;

    border-radius: 50%;

    animation:
        mhWpDot
        2.8s ease-in-out infinite;
}

@keyframes mhWpDot {

    50% {
        transform: scale(1.25);
    }

}


/* =========================================================
   QUICK BENEFITS
========================================================= */

.mh-wp-benefits {
    width: 100%;

    padding: 5px 0 75px;
}

.mh-wp-benefit-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(4,minmax(0,1fr));

    gap: 16px;
}

.mh-wp-benefit-card {
    min-width: 0;

    padding: 22px;

    background: #FFFFFF;

    border:
        1.4px solid var(--border);

    border-radius: 12px;

    box-shadow:
        3px 4px 0 rgba(7,17,31,.10);

    transform-style:
        preserve-3d;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .15s ease;

    will-change: transform;
}

.mh-wp-benefit-card:hover {
    border-color: #07111F;

    box-shadow:
        5px 5px 0 rgba(7,17,31,.12);
}

.mh-wp-benefit-icon {
    width: 45px;
    height: 45px;

    margin-bottom: 18px;

    display: grid;
    place-items: center;

    background: #07111F;
    color: #FFFFFF;

    border-radius: 50%;
}

.mh-wp-benefit-icon svg {
    width: 22px;
    height: 22px;
}

.mh-wp-benefit-card h3 {
    margin: 0 0 8px;

    color: #07111F;

    font-size: 15px;
    font-weight: 850;
}

.mh-wp-benefit-card p {
    margin: 0;

    color: var(--muted);

    font-size: 12px;
    line-height: 1.85;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.mh-wp-section-header {
    margin-bottom: 38px;

    text-align: center;
}

.mh-wp-section-header .mh-wp-eyebrow {
    margin-inline: auto;
    margin-bottom: 12px;
}

.mh-wp-section-title {
    margin: 0;

    color: #07111F !important;

    font-size:
        clamp(28px,3vw,39px);

    font-weight: 900;
    line-height: 1.55;
}


/* =========================================================
   SERVICES
========================================================= */

.mh-wp-services {
    width: 100%;

    padding: 10px 0 80px;
}

.mh-wp-service-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap: 15px 20px;
}

.mh-wp-service-card {
    min-width: 0;

    padding: 18px 20px;

    display: grid;

    grid-template-columns:
        58px minmax(0,1fr);

    gap: 17px;

    align-items: center;

    background: #FFFFFF;

    border:
        1.4px solid var(--border);

    border-radius: 11px;

    transition:
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.mh-wp-service-card:hover {
    border-color: #07111F;

    transform:
        translateY(-4px);

    box-shadow:
        4px 4px 0 rgba(7,17,31,.09);
}

.mh-wp-service-icon {
    width: 54px;
    height: 54px;

    display: grid;
    place-items: center;

    background: #07111F;
    color: #FFFFFF;

    border-radius: 11px;
}

.mh-wp-service-icon svg {
    width: 27px;
    height: 27px;
}

.mh-wp-service-card h3 {
    margin: 0 0 5px;

    color: #07111F;

    font-size: 15px;
    font-weight: 850;
}

.mh-wp-service-card p {
    margin: 0;

    color: var(--muted);

    font-size: 12px;
    line-height: 1.85;
}


/* =========================================================
   PROJECTS
========================================================= */

.mh-wp-projects {
    width: 100%;

    padding: 10px 0 85px;
}

.mh-wp-slider {
    position: relative;

    width: 100%;

    overflow: hidden;
}

.mh-wp-slider-track {
    display: flex;

    gap: 22px;

    direction: ltr;

    transition:
        transform .55s cubic-bezier(.2,.7,.2,1);

    will-change: transform;
}

.mh-wp-project-card {
    direction: rtl;

    flex:
        0 0 calc((100% - 44px) / 3);

    min-width: 0;

    padding:
        12px 12px 17px;

    background: #FFFFFF;

    border:
        1.5px solid #07111F;

    border-radius: 11px;

    box-shadow:
        4px 5px 0 #07111F;
}

.mh-wp-project-preview {
    position: relative;

    overflow: hidden;

    aspect-ratio: 1.7;

    margin-bottom: 16px;

    background: #EEF1F5;

    border:
        1px solid #D8DDE5;

    border-radius: 7px;
}

.mh-wp-project-browser {
    position: absolute;

    inset: 9px;

    overflow: hidden;

    background: #FFFFFF;

    border:
        1px solid #B9C0CB;

    border-radius: 5px;

    transition:
        transform .5s cubic-bezier(.2,.8,.2,1);
}

.mh-wp-project-card:hover
.mh-wp-project-browser {
    transform:
        scale(1.025);
}

.mh-wp-project-bar {
    height: 21px;

    background: #0B111B;
}

.mh-wp-project-screen {
    position: relative;

    height:
        calc(100% - 21px);

    overflow: hidden;
}

.mh-wp-project-screen::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            #07111F 0%,
            #102A5D 55%,
            #E1FF00 56%,
            #E1FF00 63%,
            #F8F9FC 64%
        );
}

.mh-wp-project-screen::after {
    content: "";

    position: absolute;

    width: 35%;
    height: 45%;

    left: 10%;
    bottom: 10%;

    background:
        rgba(255,255,255,.92);

    border-radius: 5px;

    box-shadow:
        100px -25px 0
        rgba(255,255,255,.78);
}

.mh-wp-project-card:nth-child(2)
.mh-wp-project-screen::before {
    background:
        linear-gradient(
            145deg,
            #F8F9FC 0%,
            #F8F9FC 35%,
            #012148 36%,
            #012148 72%,
            #E1FF00 73%
        );
}

.mh-wp-project-card:nth-child(3)
.mh-wp-project-screen::before {
    background:
        linear-gradient(
            135deg,
            #111318 0%,
            #111318 58%,
            #522CFF 59%,
            #07111F 100%
        );
}

.mh-wp-project-card:nth-child(4)
.mh-wp-project-screen::before {
    background:
        linear-gradient(
            135deg,
            #07111F 0%,
            #07111F 45%,
            #00A89D 46%,
            #E9F8F6 100%
        );
}

.mh-wp-project-card:nth-child(5)
.mh-wp-project-screen::before {
    background:
        linear-gradient(
            135deg,
            #FFFFFF 0%,
            #FFFFFF 40%,
            #07111F 41%,
            #E1FF00 80%
        );
}

.mh-wp-project-card h3 {
    margin:
        0 0 13px;

    text-align: center;

    color: #07111F;

    font-size: 14px;
    font-weight: 850;
}

.mh-wp-project-link {
    width: max-content;

    min-height: 35px;

    margin: 0 auto;

    padding: 0 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #07111F !important;
    background: #FFFFFF;

    border:
        1.3px solid #07111F;

    border-radius: 7px;

    box-shadow:
        2px 3px 0 #07111F;

    font-size: 11px;
    font-weight: 800;

    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.mh-wp-project-link:hover {
    transform:
        translate(1px,2px);

    box-shadow:
        1px 1px 0 #07111F;
}


/* =========================================================
   SLIDER NAV
========================================================= */

.mh-wp-slider-btn {
    position: absolute;

    z-index: 10;

    top: 50%;

    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    padding: 0;

    background: #FFFFFF;
    color: #07111F;

    border:
        1.5px solid #07111F;

    border-radius: 50%;

    cursor: pointer;

    transform:
        translateY(-50%);

    transition:
        background .2s ease,
        transform .2s ease;
}

.mh-wp-slider-btn:hover {
    background: #E1FF00;

    transform:
        translateY(-50%)
        scale(1.06);
}

.mh-wp-slider-prev {
    right: 10px;
}

.mh-wp-slider-next {
    left: 10px;
}

.mh-wp-slider-btn svg {
    width: 18px;
    height: 18px;
}

.mh-wp-slider-dots {
    display: flex;
    justify-content: center;

    gap: 6px;

    margin-top: 20px;

    direction: ltr;
}

.mh-wp-slider-dot {
    width: 7px;
    height: 7px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #B9C0CC;

    cursor: pointer;

    transition:
        width .25s ease,
        border-radius .25s ease,
        background .25s ease;
}

.mh-wp-slider-dot.is-active {
    width: 22px;

    border-radius: 10px;

    background: #07111F;
}


/* =========================================================
   PROCESS
========================================================= */

.mh-wp-process {
    position: relative;

    width: 100%;

    margin-bottom: 80px;

    padding:
        38px 32px 42px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 30% 0,
            #123169 0%,
            transparent 35%
        ),
        #07111F;

    border-radius: 18px;

    color: #FFFFFF;
}

.mh-wp-process::after {
    content: "";

    position: absolute;

    width: 210px;
    height: 210px;

    left: -100px;
    top: -130px;

    border:
        1px solid rgba(225,255,0,.25);

    border-radius: 50%;
}

.mh-wp-process-head {
    position: relative;

    z-index: 2;

    text-align: center;

    margin-bottom: 40px;
}

.mh-wp-process-head
.mh-wp-eyebrow {
    margin:
        0 auto 12px;

    background: transparent;
    color: #E1FF00;

    border-color: #E1FF00;

    box-shadow:
        3px 3px 0
        rgba(225,255,0,.12);
}

.mh-wp-dark-title {
    margin: 0;

    font-size:
        clamp(27px,3vw,37px);

    font-weight: 900;
}

.mh-wp-process-head
.mh-wp-pencil {
    --pencil-line: #FFFFFF;
    --pencil-shadow: #E1FF00;
}

.mh-wp-process-grid {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(6,minmax(0,1fr));

    gap: 17px;
}

.mh-wp-process-grid::before {
    content: "";

    position: absolute;

    right: 7%;
    left: 7%;

    top: 36px;

    border-top:
        1px dashed rgba(225,255,0,.65);

    transform: scaleX(0);

    transform-origin:
        right center;

    transition:
        transform
        1.7s cubic-bezier(.2,.7,.2,1);
}

.mh-wp-process.mh-wp-visible
.mh-wp-process-grid::before {
    transform: scaleX(1);
}

.mh-wp-process-step {
    position: relative;

    z-index: 3;

    text-align: center;
}

.mh-wp-step-icon {
    position: relative;

    width: 72px;
    height: 72px;

    margin:
        0 auto 17px;

    display: grid;
    place-items: center;

    background: #FFFFFF;
    color: #07111F;

    border-radius: 50%;

    transition:
        transform .3s ease;
}

.mh-wp-process-step:hover
.mh-wp-step-icon {
    transform:
        translateY(-5px)
        rotate(-4deg);
}

.mh-wp-step-icon svg {
    width: 27px;
    height: 27px;
}

.mh-wp-step-number {
    position: absolute;

    right: -3px;
    bottom: -3px;

    width: 22px;
    height: 22px;

    display: grid;
    place-items: center;

    background: #E1FF00;
    color: #07111F;

    border-radius: 50%;

    box-shadow:
        1px 1px 0 #07111F;

    font-size: 11px;
    font-weight: 900;
}

.mh-wp-process-step h3 {
    margin: 0 0 7px;

    color: #E1FF00;

    font-size: 12px;
    font-weight: 850;
}

.mh-wp-process-step p {
    margin: 0;

    color: #CBD2E0;

    font-size: 10.5px;
    line-height: 1.8;
}


/* =========================================================
   TESTIMONIALS
========================================================= */

.mh-wp-testimonials {
    width: 100%;

    padding: 5px 0 80px;
}

.mh-wp-testimonial-grid {
    display: grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap: 20px;
}

.mh-wp-testimonial {
    position: relative;

    min-width: 0;

    padding: 25px;

    background: #FFFFFF;

    border:
        1.4px solid #07111F;

    border-radius: 11px;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.mh-wp-testimonial:hover {
    transform:
        translateY(-4px);

    box-shadow:
        4px 4px 0
        rgba(7,17,31,.10);
}

.mh-wp-quote {
    position: absolute;

    top: 16px;
    left: 18px;

    color: #07111F;

    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.mh-wp-testimonial-text {
    min-height: 105px;

    margin: 0 0 20px;

    color: #394458;

    font-size: 12.5px;
    line-height: 2;
}

.mh-wp-person {
    display: flex;
    align-items: center;

    gap: 12px;
}

.mh-wp-avatar {
    width: 44px;
    height: 44px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #07111F;
    color: #E1FF00;

    font-size: 13px;
    font-weight: 900;
}

.mh-wp-person strong {
    display: block;

    color: #07111F;

    font-size: 12px;
}

.mh-wp-person span {
    display: block;

    margin-top: 3px;

    color: var(--muted);

    font-size: 10px;
}


/* =========================================================
   CTA
========================================================= */

.mh-wp-cta {
    position: relative;

    width: 100%;

    margin-bottom: 60px;

    padding:
        31px 36px;

    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    background: #E1FF00;

    border:
        2px solid #07111F;

    border-radius: 14px;

    box-shadow:
        5px 5px 0 #07111F;
}

.mh-wp-cta-content {
    position: relative;

    z-index: 3;

    min-width: 0;
}

.mh-wp-cta-title {
    margin: 0;

    font-size:
        clamp(25px,3vw,35px);

    font-weight: 950;
    line-height: 1.55;
}

.mh-wp-cta p {
    margin: 9px 0 0;

    color: #263146;

    font-size: 13px;
    line-height: 1.8;
}

.mh-wp-cta .mh-wp-btn {
    position: relative;

    z-index: 4;

    min-width: 210px;

    background: #07111F;
    color: #FFFFFF !important;

    box-shadow:
        4px 5px 0
        rgba(7,17,31,.25);
}

.mh-wp-cta .mh-wp-btn:hover {
    box-shadow:
        2px 2px 0
        rgba(7,17,31,.25);
}


/* =========================================================
   ROCKET
========================================================= */

.mh-wp-rocket {
    position: absolute;

    left: 3%;
    bottom: -7px;

    width: 120px;
    height: 120px;

    opacity: .88;

    transform:
        rotate(-9deg);

    animation:
        mhRocket
        3.5s ease-in-out infinite;
}

@keyframes mhRocket {

    50% {
        transform:
            translateY(-7px)
            rotate(-6deg);
    }

}

.mh-wp-rocket-body {
    position: absolute;

    width: 35px;
    height: 70px;

    left: 42px;
    top: 7px;

    background: #FFFFFF;

    border:
        2px solid #07111F;

    border-radius:
        50% 50% 35% 35%;

    transform:
        rotate(20deg);
}

.mh-wp-rocket-window {
    position: absolute;

    width: 12px;
    height: 12px;

    left: 53px;
    top: 27px;

    border:
        2px solid #07111F;

    border-radius: 50%;

    background: #E1FF00;

    z-index: 3;
}

.mh-wp-rocket-fire {
    position: absolute;

    width: 17px;
    height: 38px;

    left: 28px;
    top: 69px;

    background: #07111F;

    clip-path:
        polygon(
            50% 0,
            100% 100%,
            50% 70%,
            0 100%
        );

    transform:
        rotate(20deg);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mh-wp-hero-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .mh-wp-hero-content {
        text-align: center;
    }

    .mh-wp-hero-content
    .mh-wp-eyebrow {
        margin-inline: auto;
    }

    .mh-wp-description {
        margin-inline: auto;
    }

    .mh-wp-actions {
        justify-content: center;
    }

    .mh-wp-visual {
        width: 100%;

        max-width: 700px;

        margin-inline: auto;
    }

    .mh-wp-benefit-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    .mh-wp-process-grid {
        grid-template-columns:
            repeat(3,minmax(0,1fr));

        row-gap: 38px;
    }

    .mh-wp-process-grid::before {
        display: none;
    }

    .mh-wp-project-card {
        flex:
            0 0 calc((100% - 22px) / 2);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .mh-wp-hero {
        padding:
            55px 0 45px;
    }

    .mh-wp-title {
        font-size: 34px;
    }

    .mh-wp-description {
        font-size: 14px;
    }

    .mh-wp-actions {
        flex-direction: column;
    }

    .mh-wp-btn {
        width: 100%;
    }


    /* Hero visual */

    .mh-wp-visual {
        min-height: 390px;

        transform: none !important;
    }

    .mh-wp-visual-bg {
        width: 82%;
        height: 72%;

        right: 9%;
    }

    .mh-wp-laptop {
        width: 82%;
    }

    .mh-wp-logo {
        width: 52px;
        height: 52px;

        left: 15%;
        top: 10%;

        font-size: 27px;
    }

    .mh-wp-floating {
        width: 45px;
        height: 45px;
    }

    .mh-wp-floating svg {
        width: 21px;
        height: 21px;
    }

    .mh-wp-float-a {
        left: 12%;
        top: 31%;
    }

    .mh-wp-float-b {
        left: 10%;
        top: 48%;
    }

    .mh-wp-float-c {
        left: 14%;
        top: 65%;
    }

    .mh-wp-visual-dot {
        right: 10%;
    }


    /* Grids */

    .mh-wp-benefit-grid,
    .mh-wp-service-grid,
    .mh-wp-testimonial-grid {
        grid-template-columns: 1fr;
    }


    /* Project slider */

    .mh-wp-project-card {
        flex:
            0 0 100%;
    }

    .mh-wp-slider-btn {
        width: 36px;
        height: 36px;
    }


    /* Process */

    .mh-wp-process {
        padding:
            32px 20px 36px;
    }

    .mh-wp-process-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }


    /* CTA */

    .mh-wp-cta {
        flex-direction: column;

        align-items: stretch;

        text-align: center;

        padding:
            28px 20px 115px;
    }

    .mh-wp-cta .mh-wp-btn {
        width: 100%;
    }

    .mh-wp-rocket {
        left: 50%;
        bottom: -10px;

        transform:
            translateX(-50%)
            rotate(-9deg);
    }

    @keyframes mhRocket {

        50% {
            transform:
                translateX(-50%)
                translateY(-7px)
                rotate(-6deg);
        }

    }


    .mh-wp-pencil::after {
        right: -2%;

        width: 104%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .mh-wp-process-grid {
        grid-template-columns: 1fr;
    }

    .mh-wp-visual {
        min-height: 330px;
    }

    .mh-wp-laptop {
        width: 84%;
    }

    .mh-wp-logo {
        left: 12%;
    }

    .mh-wp-float-a {
        left: 10%;
        top: 34%;
    }

    .mh-wp-float-b {
        left: 8%;
        top: 52%;
    }

    .mh-wp-float-c {
        display: none;
    }

    .mh-wp-service-card {
        grid-template-columns:
            48px minmax(0,1fr);

        padding: 15px;
    }

    .mh-wp-service-icon {
        width: 46px;
        height: 46px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .mh-wp *,
    .mh-wp *::before,
    .mh-wp *::after {
        animation: none !important;

        transition: none !important;
    }

    .mh-wp-reveal {
        opacity: 1;

        transform: none;
    }

}/* End custom CSS */