.elementor-164 .elementor-element.elementor-element-291aa1f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3550fa2 *//* =========================================================
   IMAM HARRISON EMPIRE
   ACHIEVEMENTS PAGE
   UNDER MAINTENANCE
   PREMIUM BLACK + GOLD
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Oswald:wght@500;600;700&display=swap');


/* =========================================================
   BASE
========================================================= */

.ihe-ach-maintenance,
.ihe-ach-maintenance * {
    box-sizing: border-box;
}

.ihe-ach-maintenance {
    --ihe-black: #050505;
    --ihe-black-2: #090806;
    --ihe-black-3: #0d0b08;

    --ihe-gold: #c99a3d;
    --ihe-gold-light: #efc86b;
    --ihe-gold-soft: #a9782d;
    --ihe-gold-dark: #765018;

    --ihe-white: #ffffff;
    --ihe-text: #d7d7d7;
    --ihe-muted: #8e8e8e;

    position: relative;

    width: 100%;
    min-height: calc(100vh - 96px);

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 70px 0 0;

    overflow: hidden;
    isolation: isolate;

    color: var(--ihe-white);

    background:
        radial-gradient(
            circle at 50% 38%,
            rgba(201, 154, 61, 0.075),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #050505 0%,
            #090704 52%,
            #030303 100%
        );

    font-family: 'Inter', sans-serif;
}


/* =========================================================
   BACKGROUND GRID
========================================================= */

.ihe-ach-maintenance__grid {
    position: absolute;
    inset: 0;

    z-index: -6;

    opacity: 0.09;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(201, 154, 61, 0.09) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(201, 154, 61, 0.09) 1px,
            transparent 1px
        );

    background-size: 72px 72px;

    mask-image:
        radial-gradient(
            circle at center,
            #000 10%,
            transparent 76%
        );

    -webkit-mask-image:
        radial-gradient(
            circle at center,
            #000 10%,
            transparent 76%
        );
}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.ihe-ach-maintenance__glow {
    position: absolute;

    z-index: -5;

    border-radius: 50%;

    filter: blur(150px);

    pointer-events: none;
}

.ihe-ach-maintenance__glow--one {
    width: 580px;
    height: 580px;

    left: -290px;
    top: 5%;

    background:
        rgba(201, 154, 61, 0.14);
}

.ihe-ach-maintenance__glow--two {
    width: 620px;
    height: 620px;

    right: -310px;
    bottom: -120px;

    background:
        rgba(122, 76, 17, 0.17);
}


/* =========================================================
   SIDE DECORATIVE LINES
========================================================= */

.ihe-ach-maintenance__line {
    position: absolute;

    top: 50%;

    width: min(13vw, 190px);
    height: 1px;

    z-index: 1;

    opacity: 0.42;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(239, 200, 107, 0.75)
        );

    pointer-events: none;
}

.ihe-ach-maintenance__line::after {
    content: '';

    position: absolute;

    top: 50%;

    width: 7px;
    height: 7px;

    border: 1px solid #d8aa4c;

    background: #070604;

    transform:
        translateY(-50%)
        rotate(45deg);
}

.ihe-ach-maintenance__line--left {
    left: 0;
}

.ihe-ach-maintenance__line--left::after {
    right: 0;
}

.ihe-ach-maintenance__line--right {
    right: 0;

    transform: scaleX(-1);
}

.ihe-ach-maintenance__line--right::after {
    right: 0;
}


/* =========================================================
   CONTAINER
========================================================= */

.ihe-ach-maintenance__container {
    position: relative;

    z-index: 3;

    width: min(calc(100% - 50px), 1180px);

    margin: auto;
}


/* =========================================================
   CONTENT
========================================================= */

.ihe-ach-maintenance__content {
    width: min(100%, 850px);

    margin: 0 auto;

    text-align: center;
}


/* =========================================================
   STATUS
========================================================= */

.ihe-ach-maintenance__status {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    min-height: 34px;

    margin-bottom: 25px;

    padding: 0 15px;

    border:
        1px solid rgba(201, 154, 61, 0.22);

    color: #b2a284;

    background:
        rgba(201, 154, 61, 0.035);

    font-family: 'Oswald', sans-serif;

    font-size: 9px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}

.ihe-ach-maintenance__status i {
    position: relative;

    width: 7px;
    height: 7px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #e4b657;

    box-shadow:
        0 0 0 4px rgba(228, 182, 87, 0.08),
        0 0 15px rgba(228, 182, 87, 0.65);

    animation:
        iheAchStatus 1.7s ease-in-out infinite;
}


/* =========================================================
   EYEBROW
========================================================= */

.ihe-ach-maintenance__eyebrow {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    margin-bottom: 5px;

    color: #bd9145;

    font-family: 'Oswald', sans-serif;

    font-size: 10px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: 0.18em;

    text-transform: uppercase;
}

.ihe-ach-maintenance__eyebrow > span {
    display: block;

    width: 34px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #e4b75c
        );
}

.ihe-ach-maintenance__eyebrow > span:last-child {
    transform: scaleX(-1);
}


/* =========================================================
   MAIN VISUAL
========================================================= */

.ihe-ach-maintenance__visual {
    position: relative;

    width: 330px;
    height: 300px;

    margin: 0 auto 5px;

    display: flex;

    align-items: center;
    justify-content: center;

    perspective: 900px;
}


/* =========================================================
   CENTER GLOW
========================================================= */

.ihe-ach-maintenance__logo-glow {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 175px;
    height: 175px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(239, 200, 107, 0.22) 0%,
            rgba(201, 154, 61, 0.08) 40%,
            transparent 72%
        );

    filter: blur(18px);

    transform:
        translate(-50%, -50%);

    animation:
        iheAchGlow 3.2s ease-in-out infinite;
}


/* =========================================================
   ORBITS
========================================================= */

.ihe-ach-maintenance__orbit {
    position: absolute;

    left: 50%;
    top: 50%;

    border-radius: 50%;

    pointer-events: none;
}


/* ORBIT 01 */

.ihe-ach-maintenance__orbit.orbit-one {
    width: 210px;
    height: 210px;

    border:
        1px solid rgba(201, 154, 61, 0.23);

    transform:
        translate(-50%, -50%)
        rotate(20deg);

    animation:
        iheAchOrbitOne 13s linear infinite;
}

.ihe-ach-maintenance__orbit.orbit-one::before {
    content: '';

    position: absolute;

    top: 11px;
    left: 45px;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #efc86b;

    box-shadow:
        0 0 13px rgba(239, 200, 107, 0.85);
}


/* ORBIT 02 */

.ihe-ach-maintenance__orbit.orbit-two {
    width: 260px;
    height: 150px;

    border:
        1px solid rgba(201, 154, 61, 0.16);

    transform:
        translate(-50%, -50%)
        rotate(-17deg);

    animation:
        iheAchOrbitTwo 16s linear infinite reverse;
}

.ihe-ach-maintenance__orbit.orbit-two::after {
    content: '';

    position: absolute;

    right: 28px;
    top: 28px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #b98130;

    box-shadow:
        0 0 11px rgba(201, 154, 61, 0.75);
}


/* ORBIT 03 */

.ihe-ach-maintenance__orbit.orbit-three {
    width: 160px;
    height: 265px;

    border:
        1px dashed rgba(201, 154, 61, 0.13);

    transform:
        translate(-50%, -50%)
        rotate(45deg);

    animation:
        iheAchOrbitThree 20s linear infinite;
}


/* =========================================================
   LOGO SHADOW
========================================================= */

.ihe-ach-maintenance__logo-shadow {
    position: absolute;

    left: 50%;
    bottom: 43px;

    width: 115px;
    height: 18px;

    border-radius: 50%;

    background:
        rgba(0, 0, 0, 0.75);

    filter: blur(12px);

    transform:
        translateX(-50%);

    animation:
        iheAchShadow 3.5s ease-in-out infinite;
}


/* =========================================================
   LOGO FLOAT
========================================================= */

.ihe-ach-maintenance__logo-float {
    position: relative;

    z-index: 5;

    width: 150px;
    height: 150px;

    display: flex;

    align-items: center;
    justify-content: center;

    animation:
        iheAchFloat 3.5s ease-in-out infinite;
}


/* =========================================================
   LOGO ROTATE
========================================================= */

.ihe-ach-maintenance__logo-rotate {
    position: relative;

    width: 145px;
    height: 145px;

    display: flex;

    align-items: center;
    justify-content: center;

    animation:
        iheAchLogoRotate 12s ease-in-out infinite;
}

.ihe-ach-maintenance__logo-rotate::before {
    content: '';

    position: absolute;

    inset: -12px;

    z-index: -1;

    border:
        1px solid rgba(201, 154, 61, 0.18);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(201, 154, 61, 0.07),
            transparent 68%
        );
}

.ihe-ach-maintenance__logo-rotate img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;

    filter:
        drop-shadow(
            0 18px 22px
            rgba(0, 0, 0, 0.65)
        )
        drop-shadow(
            0 0 17px
            rgba(201, 154, 61, 0.18)
        );
}


/* =========================================================
   FLOATING LABEL
========================================================= */

.ihe-ach-maintenance__floating-label {
    position: absolute;

    z-index: 7;

    right: -25px;
    top: 70px;

    min-width: 120px;

    padding: 10px 13px;

    border-left:
        2px solid #d9aa4c;

    background:
        linear-gradient(
            90deg,
            rgba(201, 154, 61, 0.09),
            rgba(7, 7, 7, 0.86)
        );

    backdrop-filter: blur(10px);

    text-align: left;

    box-shadow:
        0 12px 28px
        rgba(0, 0, 0, 0.23);

    animation:
        iheAchLabel 4s ease-in-out infinite;
}

.ihe-ach-maintenance__floating-label span {
    display: block;

    margin-bottom: 4px;

    color: #987238;

    font-family: 'Oswald', sans-serif;

    font-size: 8px;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}

.ihe-ach-maintenance__floating-label strong {
    display: block;

    color: #e6e6e6;

    font-family: 'Oswald', sans-serif;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.06em;

    text-transform: uppercase;
}


/* =========================================================
   PARTICLES
========================================================= */

.ihe-ach-maintenance__particle {
    position: absolute;

    z-index: 2;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #c99a3d;

    box-shadow:
        0 0 9px
        rgba(201, 154, 61, 0.75);

    pointer-events: none;
}

.ihe-ach-maintenance__particle.particle-1 {
    left: 27px;
    top: 90px;

    animation:
        iheAchParticleA 5s ease-in-out infinite;
}

.ihe-ach-maintenance__particle.particle-2 {
    right: 24px;
    bottom: 78px;

    width: 6px;
    height: 6px;

    animation:
        iheAchParticleB 6s ease-in-out infinite;
}

.ihe-ach-maintenance__particle.particle-3 {
    left: 70px;
    bottom: 43px;

    width: 3px;
    height: 3px;

    animation:
        iheAchParticleA 4.5s ease-in-out infinite reverse;
}

.ihe-ach-maintenance__particle.particle-4 {
    right: 72px;
    top: 34px;

    width: 3px;
    height: 3px;

    animation:
        iheAchParticleB 5.5s ease-in-out infinite;
}

.ihe-ach-maintenance__particle.particle-5 {
    left: 47px;
    top: 42px;

    width: 5px;
    height: 5px;

    opacity: 0.55;

    animation:
        iheAchParticleB 7s ease-in-out infinite reverse;
}

.ihe-ach-maintenance__particle.particle-6 {
    right: 45px;
    top: 140px;

    width: 3px;
    height: 3px;

    opacity: 0.75;

    animation:
        iheAchParticleA 5.8s ease-in-out infinite;
}


/* =========================================================
   TITLE
========================================================= */

.ihe-ach-maintenance h1 {
    margin: 0;

    color: #ffffff;

    font-family: 'Oswald', sans-serif;

    font-size:
        clamp(42px, 5vw, 70px);

    font-weight: 700;

    line-height: 0.98;

    letter-spacing: -0.015em;

    text-transform: uppercase;
}

.ihe-ach-maintenance h1 strong {
    display: block;

    margin-top: 8px;

    color: transparent;

    background:
        linear-gradient(
            180deg,
            #fff1bd 0%,
            #efc86b 43%,
            #b77d2b 75%,
            #765018 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    font-weight: 700;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.ihe-ach-maintenance__description {
    width: min(100%, 680px);

    margin: 24px auto 0;

    color: #9d9d9d;

    font-size: 14px;

    line-height: 1.85;
}


/* =========================================================
   PROGRESS
========================================================= */

.ihe-ach-maintenance__progress {
    width: min(100%, 590px);

    margin: 31px auto 0;
}

.ihe-ach-maintenance__progress-top {
    margin-bottom: 10px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    color: #8e8e8e;

    font-family: 'Oswald', sans-serif;

    font-size: 9px;

    letter-spacing: 0.13em;

    text-transform: uppercase;
}

.ihe-ach-maintenance__progress-top span:last-child {
    color: #c99a3d;
}

.ihe-ach-maintenance__progress-track {
    position: relative;

    width: 100%;
    height: 3px;

    overflow: hidden;

    background:
        rgba(255, 255, 255, 0.07);
}

.ihe-ach-maintenance__progress-bar {
    position: absolute;

    top: 0;
    bottom: 0;

    width: 42%;

    background:
        linear-gradient(
            90deg,
            transparent,
            #8d5d1a,
            #efc86b,
            #8d5d1a,
            transparent
        );

    box-shadow:
        0 0 13px
        rgba(239, 200, 107, 0.4);

    animation:
        iheAchProgress 3.2s ease-in-out infinite;
}


/* =========================================================
   INFO
========================================================= */

.ihe-ach-maintenance__info {
    width: min(100%, 650px);

    margin: 34px auto 0;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    border-top:
        1px solid rgba(201, 154, 61, 0.17);

    border-bottom:
        1px solid rgba(201, 154, 61, 0.17);
}

.ihe-ach-maintenance__info > div {
    position: relative;

    min-height: 83px;

    padding: 16px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 13px;
}

.ihe-ach-maintenance__info > div:not(:last-child) {
    border-right:
        1px solid rgba(201, 154, 61, 0.14);
}

.ihe-ach-maintenance__info > div::before {
    content: '';

    position: absolute;

    top: -1px;
    left: 50%;

    width: 0;
    height: 1px;

    background:
        #efc86b;

    transform:
        translateX(-50%);

    transition:
        width 0.35s ease;
}

.ihe-ach-maintenance__info > div:hover::before {
    width: 100%;
}

.ihe-ach-maintenance__info span {
    color: #b88737;

    font-family: 'Oswald', sans-serif;

    font-size: 10px;

    letter-spacing: 0.1em;
}

.ihe-ach-maintenance__info p {
    margin: 0;

    color: #c2c2c2;

    font-family: 'Oswald', sans-serif;

    font-size: 11px;

    line-height: 1.5;

    letter-spacing: 0.07em;

    text-align: left;

    text-transform: uppercase;
}


/* =========================================================
   ACTIONS
========================================================= */

.ihe-ach-maintenance__actions {
    margin-top: 33px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 27px;

    flex-wrap: wrap;
}


/* =========================================================
   MAIN BUTTON
========================================================= */

.ihe-ach-maintenance__button {
    min-width: 205px;
    min-height: 50px;

    padding: 0 21px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    border:
        1px solid rgba(201, 154, 61, 0.72);

    color: #090806;

    background:
        linear-gradient(
            135deg,
            #875817 0%,
            #d9aa4c 45%,
            #efc96e 61%,
            #93621c 100%
        );

    font-family: 'Oswald', sans-serif;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.13em;

    text-decoration: none;

    text-transform: uppercase;

    box-shadow:
        0 15px 32px
        rgba(201, 154, 61, 0.12),
        inset 0 1px 0
        rgba(255, 255, 255, 0.35);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        filter 0.3s ease;
}

.ihe-ach-maintenance__button svg {
    width: 17px;
    height: 17px;

    transition:
        transform 0.3s ease;
}

.ihe-ach-maintenance__button:hover {
    transform:
        translateY(-4px);

    filter:
        brightness(1.07);

    box-shadow:
        0 20px 42px
        rgba(201, 154, 61, 0.21);
}

.ihe-ach-maintenance__button:hover svg {
    transform:
        translateX(5px);
}


/* =========================================================
   SECOND LINK
========================================================= */

.ihe-ach-maintenance__link {
    position: relative;

    padding: 9px 0;

    color: #b8b8b8;

    font-family: 'Oswald', sans-serif;

    font-size: 10px;
    font-weight: 500;

    letter-spacing: 0.13em;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        color 0.3s ease;
}

.ihe-ach-maintenance__link::after {
    content: '';

    position: absolute;

    left: 0;
    bottom: 2px;

    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            #855717,
            #efc86b
        );

    transform:
        scaleX(0);

    transform-origin:
        right;

    transition:
        transform 0.3s ease;
}

.ihe-ach-maintenance__link:hover {
    color: #efc86b;
}

.ihe-ach-maintenance__link:hover::after {
    transform:
        scaleX(1);

    transform-origin:
        left;
}


/* =========================================================
   BOTTOM LABEL
========================================================= */

.ihe-ach-maintenance__bottom {
    position: relative;

    z-index: 4;

    width: 100%;

    min-height: 55px;

    margin-top: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    border-top:
        1px solid rgba(201, 154, 61, 0.13);

    background:
        rgba(0, 0, 0, 0.25);

    color: #725a34;

    font-family: 'Oswald', sans-serif;

    font-size: 8px;

    letter-spacing: 0.22em;

    text-transform: uppercase;
}

.ihe-ach-maintenance__bottom i {
    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: #916820;
}


/* =========================================================
   ANIMATION — STATUS
========================================================= */

@keyframes iheAchStatus {

    0%,
    100% {
        opacity: 0.5;
        transform: scale(0.85);
    }

    50% {
        opacity: 1;
        transform: scale(1.12);
    }

}


/* =========================================================
   ANIMATION — LOGO FLOAT
========================================================= */

@keyframes iheAchFloat {

    0%,
    100% {
        transform:
            translateY(7px);
    }

    50% {
        transform:
            translateY(-10px);
    }

}


/* =========================================================
   ANIMATION — LOGO ROTATE
========================================================= */

@keyframes iheAchLogoRotate {

    0% {
        transform:
            rotateY(-10deg)
            rotateZ(-2deg);
    }

    25% {
        transform:
            rotateY(9deg)
            rotateZ(1deg);
    }

    50% {
        transform:
            rotateY(-4deg)
            rotateZ(2deg);
    }

    75% {
        transform:
            rotateY(10deg)
            rotateZ(-1deg);
    }

    100% {
        transform:
            rotateY(-10deg)
            rotateZ(-2deg);
    }

}


/* =========================================================
   ANIMATION — SHADOW
========================================================= */

@keyframes iheAchShadow {

    0%,
    100% {
        opacity: 0.55;

        transform:
            translateX(-50%)
            scaleX(1);
    }

    50% {
        opacity: 0.3;

        transform:
            translateX(-50%)
            scaleX(0.73);
    }

}


/* =========================================================
   ANIMATION — GLOW
========================================================= */

@keyframes iheAchGlow {

    0%,
    100% {
        opacity: 0.55;

        transform:
            translate(-50%, -50%)
            scale(0.88);
    }

    50% {
        opacity: 1;

        transform:
            translate(-50%, -50%)
            scale(1.13);
    }

}


/* =========================================================
   ANIMATION — ORBIT
========================================================= */

@keyframes iheAchOrbitOne {

    from {
        transform:
            translate(-50%, -50%)
            rotate(0deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }

}


@keyframes iheAchOrbitTwo {

    from {
        transform:
            translate(-50%, -50%)
            rotate(-15deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(345deg);
    }

}


@keyframes iheAchOrbitThree {

    from {
        transform:
            translate(-50%, -50%)
            rotate(45deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(405deg);
    }

}


/* =========================================================
   ANIMATION — FLOATING LABEL
========================================================= */

@keyframes iheAchLabel {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-8px);
    }

}


/* =========================================================
   ANIMATION — PARTICLES
========================================================= */

@keyframes iheAchParticleA {

    0%,
    100% {
        transform:
            translate(0, 0)
            scale(0.8);

        opacity: 0.25;
    }

    50% {
        transform:
            translate(13px, -17px)
            scale(1.25);

        opacity: 1;
    }

}


@keyframes iheAchParticleB {

    0%,
    100% {
        transform:
            translate(0, 0);

        opacity: 0.3;
    }

    50% {
        transform:
            translate(-12px, 16px);

        opacity: 0.95;
    }

}


/* =========================================================
   ANIMATION — PROGRESS
========================================================= */

@keyframes iheAchProgress {

    0% {
        left: -42%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: -42%;
    }

}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 991px) {

    .ihe-ach-maintenance {
        min-height: auto;

        padding-top: 70px;
    }

    .ihe-ach-maintenance__line {
        display: none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ihe-ach-maintenance {
        padding-top: 55px;
    }

    .ihe-ach-maintenance__container {
        width:
            min(
                calc(100% - 30px),
                1180px
            );
    }

    .ihe-ach-maintenance__status {
        max-width: 100%;

        padding:
            9px 12px;

        line-height: 1.5;
    }

    .ihe-ach-maintenance__eyebrow {
        font-size: 9px;

        gap: 9px;
    }

    .ihe-ach-maintenance__eyebrow > span {
        width: 25px;
    }


    /* VISUAL */

    .ihe-ach-maintenance__visual {
        width: 280px;
        height: 270px;
    }

    .ihe-ach-maintenance__logo-float {
        width: 125px;
        height: 125px;
    }

    .ihe-ach-maintenance__logo-rotate {
        width: 120px;
        height: 120px;
    }

    .ihe-ach-maintenance__orbit.orbit-one {
        width: 180px;
        height: 180px;
    }

    .ihe-ach-maintenance__orbit.orbit-two {
        width: 225px;
        height: 130px;
    }

    .ihe-ach-maintenance__orbit.orbit-three {
        width: 140px;
        height: 225px;
    }

    .ihe-ach-maintenance__floating-label {
        right: -4px;
        top: 63px;

        min-width: 105px;

        padding: 9px 10px;
    }


    /* TITLE */

    .ihe-ach-maintenance h1 {
        font-size:
            clamp(37px, 11vw, 52px);
    }


    /* DESCRIPTION */

    .ihe-ach-maintenance__description {
        margin-top: 20px;

        font-size: 13px;

        line-height: 1.75;
    }


    /* INFO */

    .ihe-ach-maintenance__info {
        margin-top: 29px;

        grid-template-columns: 1fr;
    }

    .ihe-ach-maintenance__info > div {
        min-height: 68px;

        justify-content: flex-start;

        padding:
            13px 18px;
    }

    .ihe-ach-maintenance__info > div:not(:last-child) {
        border-right: 0;

        border-bottom:
            1px solid
            rgba(201, 154, 61, 0.13);
    }


    /* ACTIONS */

    .ihe-ach-maintenance__actions {
        flex-direction: column;

        gap: 16px;

        margin-top: 28px;
    }

    .ihe-ach-maintenance__button {
        width: min(100%, 330px);
    }


    /* BOTTOM */

    .ihe-ach-maintenance__bottom {
        margin-top: 50px;

        min-height: 50px;

        gap: 11px;

        font-size: 7px;

        letter-spacing: 0.15em;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ihe-ach-maintenance__container {
        width:
            min(
                calc(100% - 24px),
                1180px
            );
    }

    .ihe-ach-maintenance__visual {
        width: 250px;
        height: 250px;
    }

    .ihe-ach-maintenance__logo-float {
        width: 110px;
        height: 110px;
    }

    .ihe-ach-maintenance__logo-rotate {
        width: 108px;
        height: 108px;
    }

    .ihe-ach-maintenance__orbit.orbit-one {
        width: 165px;
        height: 165px;
    }

    .ihe-ach-maintenance__orbit.orbit-two {
        width: 205px;
        height: 120px;
    }

    .ihe-ach-maintenance__orbit.orbit-three {
        width: 125px;
        height: 205px;
    }

    .ihe-ach-maintenance__floating-label {
        right: -1px;
        top: 57px;
    }

    .ihe-ach-maintenance h1 {
        font-size: 37px;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.ihe-ach-maintenance a:focus-visible {
    outline:
        2px solid
        rgba(239, 200, 107, 0.65);

    outline-offset: 4px;
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .ihe-ach-maintenance *,
    .ihe-ach-maintenance *::before,
    .ihe-ach-maintenance *::after {
        animation-duration:
            0.01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            0.01ms !important;
    }

}


/* =========================================================
   ELEMENTOR FIX
========================================================= */

.elementor-widget-html .ihe-ach-maintenance h1,
.elementor-widget-html .ihe-ach-maintenance p {
    margin-left: 0;
    margin-right: 0;
}

.elementor-widget-html .ihe-ach-maintenance img {
    display: block;

    max-width: 100%;
}

.elementor-widget-html .ihe-ach-maintenance svg {
    display: block;
}

.elementor-widget-html .ihe-ach-maintenance a {
    box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-291aa1f *//* =====================================================
   IMAM HARRISON EMPIRE
   ACHIEVEMENTS PAGE
   SECTION 01 — UNDER MAINTENANCE
   PREMIUM BLACK + GOLD
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Oswald:wght@500;600;700&display=swap');


/* =====================================================
   BASE
===================================================== */

.ihe-ach-maintenance,
.ihe-ach-maintenance *{
    box-sizing:border-box;
}

.ihe-ach-maintenance{
    --ihe-black:#050505;
    --ihe-black-2:#090805;
    --ihe-panel:#0d0c09;

    --ihe-gold:#c99a3d;
    --ihe-gold-light:#efc86b;
    --ihe-gold-dark:#7d5218;

    --ihe-white:#ffffff;
    --ihe-text:#d8d8d8;
    --ihe-muted:#858585;

    position:relative;
    width:100%;
    min-height:calc(100vh - 90px);

    overflow:hidden;
    isolation:isolate;

    display:flex;
    flex-direction:column;

    color:#fff;

    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(201,154,61,.07),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #050505 0%,
            #090704 53%,
            #050505 100%
        );

    font-family:'Inter',sans-serif;
}


/* =====================================================
   GRID BACKGROUND
===================================================== */

.ihe-ach-maintenance__grid{
    position:absolute;
    inset:0;

    z-index:-6;

    opacity:.085;

    pointer-events:none;

    background-image:

        linear-gradient(
            rgba(201,154,61,.08) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(201,154,61,.08) 1px,
            transparent 1px
        );

    background-size:70px 70px;

    -webkit-mask-image:
        radial-gradient(
            circle at center,
            #000 0%,
            transparent 72%
        );

    mask-image:
        radial-gradient(
            circle at center,
            #000 0%,
            transparent 72%
        );
}


/* =====================================================
   GLOW
===================================================== */

.ihe-ach-maintenance__glow{
    position:absolute;

    z-index:-5;

    border-radius:50%;

    filter:blur(150px);

    pointer-events:none;
}

.ihe-ach-maintenance__glow--one{
    top:-180px;
    left:-230px;

    width:560px;
    height:560px;

    background:
        rgba(201,154,61,.14);
}

.ihe-ach-maintenance__glow--two{
    right:-270px;
    bottom:-180px;

    width:650px;
    height:650px;

    background:
        rgba(128,79,17,.16);
}


/* =====================================================
   DECORATIVE LINES
===================================================== */

.ihe-ach-maintenance__line{
    position:absolute;

    top:50%;

    z-index:-3;

    width:220px;
    height:1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(201,154,61,.38)
        );

    pointer-events:none;
}

.ihe-ach-maintenance__line::after{
    content:"";

    position:absolute;

    top:50%;

    width:7px;
    height:7px;

    border:1px solid rgba(239,200,107,.55);

    background:#080705;

    transform:
        translateY(-50%)
        rotate(45deg);
}

.ihe-ach-maintenance__line--left{
    left:0;
}

.ihe-ach-maintenance__line--left::after{
    right:0;
}

.ihe-ach-maintenance__line--right{
    right:0;

    transform:scaleX(-1);
}

.ihe-ach-maintenance__line--right::after{
    right:0;
}


/* =====================================================
   CONTAINER
===================================================== */

.ihe-ach-maintenance__container{
    position:relative;
    z-index:3;

    width:min(calc(100% - 50px),1300px);

    margin:auto;

    padding:80px 0 70px;

    display:flex;

    align-items:center;
    justify-content:center;

    flex:1;
}


/* =====================================================
   CONTENT
===================================================== */

.ihe-ach-maintenance__content{
    width:min(100%,850px);

    margin:0 auto;

    text-align:center;
}


/* =====================================================
   STATUS
===================================================== */

.ihe-ach-maintenance__status{
    width:fit-content;

    margin:0 auto 22px;

    min-height:36px;

    padding:0 14px;

    display:inline-flex;

    align-items:center;

    gap:10px;

    border:
        1px solid rgba(201,154,61,.24);

    background:
        rgba(201,154,61,.035);

    color:#aaa;

    font-family:'Oswald',sans-serif;

    font-size:9.5px;
    font-weight:500;

    line-height:1;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.ihe-ach-maintenance__status i{
    position:relative;

    width:8px;
    height:8px;

    flex:0 0 8px;

    border-radius:50%;

    background:#e0b151;

    box-shadow:
        0 0 0 4px rgba(224,177,81,.07),
        0 0 14px rgba(224,177,81,.4);
}

.ihe-ach-maintenance__status i::after{
    content:"";

    position:absolute;
    inset:-5px;

    border:
        1px solid rgba(239,200,107,.27);

    border-radius:50%;

    animation:
        iheAchStatusPulse
        1.8s
        ease-out
        infinite;
}

@keyframes iheAchStatusPulse{

    0%{
        transform:scale(.6);
        opacity:1;
    }

    100%{
        transform:scale(1.8);
        opacity:0;
    }

}


/* =====================================================
   EYEBROW
===================================================== */

.ihe-ach-maintenance__eyebrow{
    display:flex;

    align-items:center;
    justify-content:center;

    gap:13px;

    margin-bottom:25px;

    color:#dcae50;

    font-family:'Oswald',sans-serif;

    font-size:10px;
    font-weight:500;

    line-height:1;

    letter-spacing:.16em;

    text-transform:uppercase;
}

.ihe-ach-maintenance__eyebrow > span{
    width:38px;
    height:1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #d8a94b
        );
}

.ihe-ach-maintenance__eyebrow > span:last-child{
    transform:scaleX(-1);
}


/* =====================================================
   VISUAL AREA
===================================================== */

.ihe-ach-maintenance__visual{
    position:relative;

    width:240px;
    height:215px;

    margin:0 auto 18px;

    display:flex;

    align-items:center;
    justify-content:center;
}


/* =====================================================
   ORBITS
===================================================== */

.ihe-ach-maintenance__orbit{
    position:absolute;

    left:50%;
    top:50%;

    border-radius:50%;

    transform:
        translate(-50%,-50%);

    pointer-events:none;
}

.ihe-ach-maintenance__orbit::before{
    content:"";

    position:absolute;

    top:-4px;
    left:50%;

    width:8px;
    height:8px;

    border-radius:50%;

    background:#d9aa4a;

    box-shadow:
        0 0 14px rgba(217,170,74,.55);
}

.ihe-ach-maintenance__orbit.orbit-one{
    width:190px;
    height:190px;

    border:
        1px solid rgba(201,154,61,.14);

    animation:
        iheAchOrbitOne
        12s
        linear
        infinite;
}

.ihe-ach-maintenance__orbit.orbit-two{
    width:230px;
    height:145px;

    border:
        1px solid rgba(201,154,61,.08);

    transform:
        translate(-50%,-50%)
        rotate(-18deg);

    animation:
        iheAchOrbitTwo
        16s
        linear
        infinite reverse;
}

@keyframes iheAchOrbitOne{

    from{
        transform:
            translate(-50%,-50%)
            rotate(0deg);
    }

    to{
        transform:
            translate(-50%,-50%)
            rotate(360deg);
    }

}

@keyframes iheAchOrbitTwo{

    from{
        transform:
            translate(-50%,-50%)
            rotate(-18deg)
            rotate(0deg);
    }

    to{
        transform:
            translate(-50%,-50%)
            rotate(-18deg)
            rotate(360deg);
    }

}


/* =====================================================
   FOOTBALL
===================================================== */

.ihe-ach-maintenance__ball{
    position:relative;

    z-index:5;

    width:105px;
    height:105px;

    filter:
        drop-shadow(
            0 20px 22px
            rgba(0,0,0,.65)
        )
        drop-shadow(
            0 0 22px
            rgba(201,154,61,.10)
        );

    animation:
        iheAchBallFloat
        3.2s
        ease-in-out
        infinite;
}

.ihe-ach-maintenance__ball svg{
    width:100%;
    height:100%;

    display:block;

    animation:
        iheAchBallRotate
        8s
        linear
        infinite;
}

@keyframes iheAchBallFloat{

    0%,
    100%{
        transform:
            translateY(5px);
    }

    50%{
        transform:
            translateY(-18px);
    }

}

@keyframes iheAchBallRotate{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}


/* =====================================================
   BALL SHADOW
===================================================== */

.ihe-ach-maintenance__ball-shadow{
    position:absolute;

    left:50%;
    bottom:34px;

    width:90px;
    height:17px;

    z-index:1;

    border-radius:50%;

    background:
        radial-gradient(
            ellipse at center,
            rgba(201,154,61,.24) 0%,
            rgba(0,0,0,.4) 45%,
            transparent 74%
        );

    filter:blur(6px);

    transform:
        translateX(-50%);

    animation:
        iheAchShadow
        3.2s
        ease-in-out
        infinite;
}

@keyframes iheAchShadow{

    0%,
    100%{
        width:95px;
        opacity:.85;
    }

    50%{
        width:62px;
        opacity:.42;
    }

}


/* =====================================================
   PARTICLES
===================================================== */

.ihe-ach-maintenance__particle{
    position:absolute;

    z-index:6;

    width:5px;
    height:5px;

    background:#e1b353;

    transform:rotate(45deg);

    box-shadow:
        0 0 10px rgba(225,179,83,.55);

    opacity:.55;
}

.ihe-ach-maintenance__particle.particle-1{
    top:35px;
    left:31px;

    animation:
        iheAchParticleOne
        4s
        ease-in-out
        infinite;
}

.ihe-ach-maintenance__particle.particle-2{
    right:24px;
    top:68px;

    width:4px;
    height:4px;

    animation:
        iheAchParticleTwo
        5.2s
        ease-in-out
        infinite;
}

.ihe-ach-maintenance__particle.particle-3{
    left:48px;
    bottom:47px;

    width:3px;
    height:3px;

    animation:
        iheAchParticleTwo
        4.6s
        ease-in-out
        infinite reverse;
}

.ihe-ach-maintenance__particle.particle-4{
    right:47px;
    bottom:28px;

    animation:
        iheAchParticleOne
        5.5s
        ease-in-out
        infinite reverse;
}

@keyframes iheAchParticleOne{

    0%,
    100%{
        transform:
            translate(0,0)
            rotate(45deg);

        opacity:.25;
    }

    50%{
        transform:
            translate(8px,-14px)
            rotate(135deg);

        opacity:.85;
    }

}

@keyframes iheAchParticleTwo{

    0%,
    100%{
        transform:
            translate(0,0)
            rotate(45deg);

        opacity:.2;
    }

    50%{
        transform:
            translate(-10px,11px)
            rotate(135deg);

        opacity:.7;
    }

}


/* =====================================================
   MAIN TITLE
===================================================== */

.ihe-ach-maintenance h1{
    margin:0;

    color:#fff;

    font-family:'Oswald',sans-serif;

    font-size:
        clamp(
            47px,
            6vw,
            84px
        );

    font-weight:700;

    line-height:.92;

    letter-spacing:-.015em;

    text-transform:uppercase;
}

.ihe-ach-maintenance h1 strong{
    display:block;

    margin-top:9px;

    color:transparent;

    background:
        linear-gradient(
            180deg,
            #fff1bd 0%,
            #efc86b 48%,
            #895918 100%
        );

    -webkit-background-clip:text;
    background-clip:text;

    font-weight:700;

    filter:
        drop-shadow(
            0 8px 22px
            rgba(201,154,61,.10)
        );
}


/* =====================================================
   DESCRIPTION
===================================================== */

.ihe-ach-maintenance__description{
    max-width:700px;

    margin:26px auto 0;

    color:#939393;

    font-size:14px;
    font-weight:400;

    line-height:1.8;
}


/* =====================================================
   PROGRESS
===================================================== */

.ihe-ach-maintenance__progress{
    max-width:610px;

    margin:34px auto 0;

    padding:18px 20px;

    border:
        1px solid rgba(201,154,61,.18);

    background:
        linear-gradient(
            90deg,
            rgba(201,154,61,.04),
            rgba(255,255,255,.01)
        );
}

.ihe-ach-maintenance__progress-top{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:20px;

    margin-bottom:12px;
}

.ihe-ach-maintenance__progress-top span{
    color:#777;

    font-family:'Oswald',sans-serif;

    font-size:9px;
    font-weight:500;

    line-height:1;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.ihe-ach-maintenance__progress-top span:last-child{
    color:#c89a47;
}


/* =====================================================
   PROGRESS TRACK
===================================================== */

.ihe-ach-maintenance__progress-track{
    position:relative;

    width:100%;
    height:3px;

    overflow:hidden;

    background:
        rgba(255,255,255,.07);
}

.ihe-ach-maintenance__progress-bar{
    position:absolute;

    top:0;
    left:0;

    width:52%;
    height:100%;

    background:
        linear-gradient(
            90deg,
            #805418,
            #efc86b,
            #9b681f
        );

    box-shadow:
        0 0 14px
        rgba(239,200,107,.32);

    animation:
        iheAchProgress
        3.2s
        ease-in-out
        infinite alternate;
}

.ihe-ach-maintenance__progress-bar::after{
    content:"";

    position:absolute;

    right:-60px;
    top:0;

    width:70px;
    height:100%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.7),
            transparent
        );

    animation:
        iheAchProgressShine
        1.8s
        linear
        infinite;
}

@keyframes iheAchProgress{

    from{
        width:43%;
    }

    to{
        width:72%;
    }

}

@keyframes iheAchProgressShine{

    from{
        transform:translateX(-150px);
    }

    to{
        transform:translateX(150px);
    }

}


/* =====================================================
   MINI INFO
===================================================== */

.ihe-ach-maintenance__info{
    max-width:650px;

    margin:30px auto 0;

    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    border-top:
        1px solid rgba(201,154,61,.16);

    border-bottom:
        1px solid rgba(201,154,61,.16);
}

.ihe-ach-maintenance__info > div{
    min-height:85px;

    padding:17px 20px;

    display:flex;

    align-items:center;
    justify-content:center;

    gap:13px;

    text-align:left;
}

.ihe-ach-maintenance__info > div:not(:last-child){
    border-right:
        1px solid rgba(201,154,61,.13);
}

.ihe-ach-maintenance__info span{
    color:#a77b35;

    font-family:'Oswald',sans-serif;

    font-size:10px;
    font-weight:600;

    line-height:1;
}

.ihe-ach-maintenance__info p{
    margin:0;

    color:#a8a8a8;

    font-family:'Oswald',sans-serif;

    font-size:10px;
    font-weight:500;

    line-height:1.45;

    letter-spacing:.06em;

    text-transform:uppercase;
}


/* =====================================================
   ACTIONS
===================================================== */

.ihe-ach-maintenance__actions{
    margin-top:34px;

    display:flex;

    align-items:center;
    justify-content:center;

    flex-wrap:wrap;

    gap:18px;
}

.ihe-ach-maintenance__button{
    min-width:205px;
    min-height:50px;

    padding:0 20px;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:10px;

    border:
        1px solid rgba(201,154,61,.72);

    color:#090806;

    background:
        linear-gradient(
            135deg,
            #895b1a 0%,
            #ddb04f 48%,
            #efca70 62%,
            #94631d 100%
        );

    box-shadow:
        inset 0 1px 0
        rgba(255,255,255,.36);

    font-family:'Oswald',sans-serif;

    font-size:10.5px;
    font-weight:600;

    line-height:1;

    letter-spacing:.1em;

    text-decoration:none;
    text-transform:uppercase;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}

.ihe-ach-maintenance__button svg{
    width:17px;
    height:17px;

    transition:
        transform .25s ease;
}

.ihe-ach-maintenance__button:hover{
    color:#090806;

    transform:translateY(-3px);

    filter:brightness(1.06);

    box-shadow:
        0 17px 36px
        rgba(201,154,61,.20),
        inset 0 1px 0
        rgba(255,255,255,.4);
}

.ihe-ach-maintenance__button:hover svg{
    transform:translateX(4px);
}


/* =====================================================
   SECONDARY LINK
===================================================== */

.ihe-ach-maintenance__link{
    color:#888;

    font-family:'Oswald',sans-serif;

    font-size:10px;
    font-weight:500;

    line-height:1;

    letter-spacing:.09em;

    text-decoration:none;

    text-transform:uppercase;

    transition:
        color .25s ease;
}

.ihe-ach-maintenance__link:hover{
    color:#efc86b;
}


/* =====================================================
   BOTTOM LABEL
===================================================== */

.ihe-ach-maintenance__bottom{
    position:relative;
    z-index:4;

    width:100%;

    min-height:58px;

    padding:15px 25px;

    display:flex;

    align-items:center;
    justify-content:center;

    gap:22px;

    border-top:
        1px solid rgba(201,154,61,.16);

    background:
        rgba(4,4,4,.92);
}

.ihe-ach-maintenance__bottom span{
    color:#6d6d6d;

    font-family:'Oswald',sans-serif;

    font-size:9px;
    font-weight:500;

    line-height:1;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.ihe-ach-maintenance__bottom i{
    width:4px;
    height:4px;

    border:
        1px solid #8f6525;

    transform:rotate(45deg);
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:991px){

    .ihe-ach-maintenance{
        min-height:auto;
    }

    .ihe-ach-maintenance__container{
        padding:
            80px 0 70px;
    }

    .ihe-ach-maintenance__line{
        width:110px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

    .ihe-ach-maintenance__container{
        width:
            min(
                calc(100% - 30px),
                1300px
            );

        padding:
            65px 0 55px;
    }


    .ihe-ach-maintenance__line{
        display:none;
    }


    .ihe-ach-maintenance__status{
        font-size:8.5px;
    }


    .ihe-ach-maintenance__eyebrow{
        font-size:9px;

        gap:9px;
    }


    .ihe-ach-maintenance__eyebrow > span{
        width:25px;
    }


    .ihe-ach-maintenance__visual{
        width:210px;
        height:190px;
    }


    .ihe-ach-maintenance__ball{
        width:90px;
        height:90px;
    }


    .ihe-ach-maintenance__orbit.orbit-one{
        width:165px;
        height:165px;
    }


    .ihe-ach-maintenance__orbit.orbit-two{
        width:205px;
        height:125px;
    }


    .ihe-ach-maintenance h1{
        font-size:
            clamp(
                42px,
                13vw,
                58px
            );
    }


    .ihe-ach-maintenance__description{
        font-size:13px;

        line-height:1.72;
    }


    .ihe-ach-maintenance__progress{
        margin-top:28px;

        padding:16px;
    }


    .ihe-ach-maintenance__info{
        grid-template-columns:1fr;
    }


    .ihe-ach-maintenance__info > div{
        min-height:67px;

        justify-content:flex-start;

        padding:14px 18px;
    }


    .ihe-ach-maintenance__info > div:not(:last-child){
        border-right:0;

        border-bottom:
            1px solid rgba(201,154,61,.13);
    }


    .ihe-ach-maintenance__actions{
        align-items:stretch;

        flex-direction:column;
    }


    .ihe-ach-maintenance__button{
        width:100%;
    }


    .ihe-ach-maintenance__link{
        min-height:42px;

        display:flex;

        align-items:center;
        justify-content:center;
    }


    .ihe-ach-maintenance__bottom{
        gap:12px;

        flex-wrap:wrap;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:420px){

    .ihe-ach-maintenance__container{
        width:
            min(
                calc(100% - 24px),
                1300px
            );
    }


    .ihe-ach-maintenance__visual{
        width:190px;
        height:175px;
    }


    .ihe-ach-maintenance__ball{
        width:82px;
        height:82px;
    }


    .ihe-ach-maintenance h1{
        font-size:40px;
    }


    .ihe-ach-maintenance__progress-top{
        align-items:flex-start;

        flex-direction:column;

        gap:6px;
    }

}


/* =====================================================
   FOCUS
===================================================== */

.ihe-ach-maintenance a:focus-visible{
    outline:
        2px solid
        rgba(239,200,107,.6);

    outline-offset:4px;
}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media(prefers-reduced-motion:reduce){

    .ihe-ach-maintenance *,
    .ihe-ach-maintenance *::before,
    .ihe-ach-maintenance *::after{
        animation:none !important;
        transition:none !important;
    }

}


/* =====================================================
   ELEMENTOR FIX
===================================================== */

.elementor-widget-html .ihe-ach-maintenance h1,
.elementor-widget-html .ihe-ach-maintenance p{
    margin-left:0;
    margin-right:0;
}

.elementor-widget-html .ihe-ach-maintenance a{
    box-shadow:none;
}

.elementor-widget-html .ihe-ach-maintenance svg{
    display:block;
}/* End custom CSS */