.elementor-5863 .elementor-element.elementor-element-9e415c5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5863 .elementor-element.elementor-element-01f5712{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-5863 .elementor-element.elementor-element-9e415c5{--content-width:100%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-5863 .elementor-element.elementor-element-9e415c5{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-01f5712 *//* Scoped styles to prevent wrapper or theme bleed */
#arctic-hero-container {
    --primary-blue: #1e64b2;
    --dark-bg: #11151c;
    position: relative;
    width: 100%;
    min-height: 550px;
    background-color: var(--primary-blue);
    /* Make sure to replace this URL with your uploaded Hexagon Background image */
    background-image: url('https://www.arcticcompressor.com/wp-content/uploads/2026/06/blue-background-opac50-scaled.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Keeps the pattern structural sizing consistent */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    box-sizing: border-box;
}

#arctic-hero-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Layout Core */
.ah-hero-main {
    display: flex;
    flex: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    align-items: flex-end; /* Keeps machines sitting on bottom baseline */
    justify-content: space-between;
    padding: 20px 4% 0 4%;
    position: relative;
}

.ah-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Side Machine Constraints */
.ah-machine-left {
    width: 28%;
    max-width: 320px;
    z-index: 2;
}

.ah-machine-right {
    width: 32%;
    max-width: 600px;
    z-index: 2;
}

.ah-column img {
    width: 100%;
    height: auto;
    display: block;
}

/* Center Text Configurations */
.ah-text-center {
    width: 40%;
    align-self: center;
    text-align: center;
    color: #ffffff;
    z-index: 10;
    padding-bottom: 40px;
}

.ah-badge {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ah-main-title {
    font-size: 3rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #ffffff !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
    margin-bottom: 15px !important;
}

.ah-subtitle {
    font-weight: 400 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.4;
}

/* Bottom Bar Footer */
.ah-hero-footer {
    width: 100%;
    background-color: var(--dark-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 20px !important;
    z-index: 5;
    border-top: 2px solid rgba(255, 255, 255, 0.05);
}

.ah-footer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
}

.ah-footer-item svg {
    width: 24px;
    height: 24px;
    stroke: #ffffff;
    fill: none;
}

.ah-footer-item span {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* --- Responsive Adjustments --- */

/* Tablet (Landscape and Portrait) */
@media (max-width: 1024px) {
    .ah-hero-footer {
        gap: 30px;
    }
    .ah-text-center {
        width: 30% !important;
    }
}

/* Mobile & Small Tablets */
@media (max-width: 767px) {
    #arctic-hero-container {
        min-height: auto;
    }
    
    .ah-hero-main {
        flex-direction: column;
        align-items: center;
        padding: 40px 20px 20px 20px;
    }
    
    .ah-text-center {
        width: 100%;
        padding-bottom: 30px;
    }

    /* Wrap the machines side-by-side at the bottom on mobile */
    .ah-machine-left, .ah-machine-right {
        width: 45%;
        max-width: 180px;
        display: inline-block;
    }
    
    /* Center side-by-side wrapper effect layout */
    .ah-hero-main {
        display: block;
        text-align: center;
    }
    
    .ah-column {
        display: inline-block;
        vertical-align: bottom;
    }
    
    .ah-machine-left {
        margin-right: 5%;
    }

    /* Wrap Footer items on Mobile */
    .ah-hero-footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        padding: 60px 30px;
    }
}
/* =========================================================
   SUPER-ZOOMED MACHINE IMAGE OVERRIDES
   Paste this at the BOTTOM of your existing style block
========================================================= */

/* Let the hero use the full screen width instead of behaving like a centered content row */
#arctic-hero-container .ah-hero-main {
    max-width: none !important;
    width: 100% !important;
    min-height: 465px;
    padding: 0 !important;
    position: relative !important;
    overflow: visible;
}

/* Center text stays locked in the middle */
#arctic-hero-container .ah-text-center {
    position: relative;
    z-index: 10;
    width: 44%;
    max-width: 620px;
    margin: 0 auto;
    align-self: center;
    padding-bottom: 20px;
}

/* Both image columns become positioned art elements */
#arctic-hero-container .ah-machine-left,
#arctic-hero-container .ah-machine-right {
    position: absolute !important;
    bottom: 0;
    z-index: 2;
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
}

/* LEFT MACHINE — large and cropped off the left side */
#arctic-hero-container .ah-machine-left {
    left: -90px;
    bottom: -100px;
    width: clamp(430px, 34vw, 620px) !important;
}

/* RIGHT MACHINE — large and cropped off the right side */
#arctic-hero-container .ah-machine-right {
    right: -85px;
    bottom: -250px;
    width: clamp(440px, 35vw, 660px) !important;
}

/* Make sure actual image fills its oversized column */
#arctic-hero-container .ah-machine-left img,
#arctic-hero-container .ah-machine-right img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block;
}

/* Keep footer above machine edges if they overlap */
#arctic-hero-container .ah-hero-footer {
    position: relative;
    z-index: 20;
}
/* =========================================================
   MOBILE HERO LAYOUT — POSTER STYLE
   Paste at the VERY BOTTOM of your style block
========================================================= */

@media (max-width: 767px) {

    #arctic-hero-container {
        min-height: auto;
        background-size: cover;
        background-position: center top;
        overflow: hidden;
    }

    /* Main mobile hero area */
    #arctic-hero-container .ah-hero-main {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 515px;
        padding: 78px 18px 0 18px !important;
        overflow: hidden;
        text-align: center;
    }

    /* Text block at top */
    #arctic-hero-container .ah-text-center {
        position: relative !important;
        z-index: 10;
        width: 100% !important;
        max-width: 340px;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: center;
        color: #ffffff;
    }

    #arctic-hero-container .ah-badge {
        font-size: 0.68rem;
        line-height: 1.1;
        letter-spacing: 0.14em;
        margin-bottom: 9px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.92);
    }

    #arctic-hero-container .ah-main-title {
        font-size: clamp(2rem, 10vw, 2.7rem) !important;
        line-height: 0.98 !important;
        margin-bottom: 10px !important;
        font-weight: 900 !important;
        text-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
    }

    #arctic-hero-container .ah-subtitle {
        max-width: 280px;
        margin: 0 auto !important;
        font-size: 0.92rem !important;
        line-height: 1.1 !important;
        font-weight: 500 !important;
        color: rgba(255, 255, 255, 0.96) !important;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    }

    /* Reset columns for image art */
    #arctic-hero-container .ah-machine-left,
    #arctic-hero-container .ah-machine-right {
        position: absolute !important;
        display: block !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        opacity: 1 !important;
    }

    #arctic-hero-container .ah-machine-left img,
    #arctic-hero-container .ah-machine-right img {
        display: block;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
    }

    /* Right compressor: main tall unit, centered slightly right */
    #arctic-hero-container .ah-machine-right {
        width: 205px !important;
        right: 32px;
        left: auto;
        bottom: -2px;
        z-index: 3;
    }

    /* Left fill station: smaller, in front, overlapping lower left */
    #arctic-hero-container .ah-machine-left {
        width: 145px !important;
        left: 30px;
        right: auto;
        bottom: -4px;
        z-index: 4;
    }

    /* Footer becomes stacked solution section */
    #arctic-hero-container .ah-hero-footer {
        position: relative;
        z-index: 20;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 13px;
        width: 100%;
        padding: 28px 18px 30px 18px;
        background-color: #10171f;
        border-top: none;
    }

    /* Add "Our Solutions" headline without changing HTML */
    #arctic-hero-container .ah-hero-footer::before {
        content: "Our Solutions";
        display: block;
        color: #ffffff;
        font-size: 1.35rem;
        line-height: 1;
        font-weight: 900;
        letter-spacing: -0.02em;
        margin-bottom: 2px;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    }

    #arctic-hero-container .ah-footer-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        width: 100%;
        color: #ffffff;
    }

    #arctic-hero-container .ah-footer-item svg {
        width: 25px;
        height: 25px;
        flex: 0 0 25px;
        stroke: #ffffff;
        color: #ffffff;
    }

    #arctic-hero-container .ah-footer-item span {
        font-size: 0.98rem;
        line-height: 1;
        font-weight: 900;
        letter-spacing: 0;
        text-transform: none;
        color: #ffffff;
    }
}/* End custom CSS */