.elementor-widget-garis_stage_overview {
    margin: 0 !important;
    padding: 0 !important;
    margin-block-end: 0 !important;
}

.elementor-widget-garis_stage_overview > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove Elementor's 10px fallback spacing only from a direct parent of this widget. */
.e-con:has(> .e-con-inner > .elementor-widget-garis_stage_overview),
.e-con:has(> .elementor-widget-garis_stage_overview) {
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --gap: 0px;
}

.garis-stage-overview,
.garis-stage-overview *,
.garis-stage-overview *::before,
.garis-stage-overview *::after {
    box-sizing: border-box;
}

.garis-stage-overview {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: #f2f2f2;
}

.garis-stage-overview__hero {
    position: relative;
    display: grid;
    min-height: 715px;
    overflow: hidden;
    place-items: center;
    isolation: isolate;
}

.garis-stage-overview__media,
.garis-stage-overview__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.garis-stage-overview__media {
    z-index: -2;
    display: block;
    overflow: hidden;
}

.garis-stage-overview__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

.garis-stage-overview__overlay {
    z-index: -1;
    background: rgba(8, 9, 14, .55);
}

.garis-stage-overview__content {
    width: min(92%, 1040px);
    padding: 48px 24px 118px;
    color: #fff;
    text-align: center;
    text-wrap: balance;
    transform: translateY(-25px);
}

.garis-stage-overview__title {
    color: inherit;
    margin: 0;
    font-size: clamp(3.25rem, 5vw, 5rem);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.garis-stage-overview__subtitle {
    color: inherit;
    margin: 24px 0 0;
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
}

.garis-stage-overview__nav {
    position: relative;
    z-index: 2;
    min-height: 60px;
}

.garis-stage-overview__toggle {
    display: none;
}

.garis-stage-overview__panel {
    display: block;
}

.garis-stage-overview__cards {
    display: flex;
    width: min(calc(100% - 48px), 978px);
    margin: -37px auto 22px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.garis-stage-overview__card {
    display: flex;
    min-width: 0;
    width: 220px;
    min-height: 74px;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    border-radius: 5px;
    background: #fff;
    color: #090909;
    box-shadow: 0 9px 24px rgba(20, 24, 31, .12);
    text-decoration: none;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.garis-stage-overview__card:hover {
    color: #090909;
    box-shadow: 0 14px 30px rgba(20, 24, 31, .18);
    transform: translateY(-4px);
}

.garis-stage-overview__card:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.garis-stage-overview__icon {
    display: grid;
    flex: 0 0 auto;
    color: #ff5a1f;
    place-items: center;
}

.garis-stage-overview__icon,
.garis-stage-overview__icon svg {
    width: 42px;
    height: 42px;
}

.garis-stage-overview__icon svg {
    fill: currentColor;
}

.garis-stage-overview__icon svg [fill="none"] {
    fill: none;
}

.garis-stage-overview__icon svg [stroke]:not([stroke="none"]) {
    stroke: currentColor;
}

.garis-stage-overview__label {
    overflow-wrap: anywhere;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.garis-stage-overview__intro {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 58px 24px 100px;
    color: #101010;
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
}

.garis-stage-overview__intro > :first-child {
    margin-top: 0;
}

.garis-stage-overview__intro > :last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .garis-stage-overview__cards {
        width: min(calc(100% - 40px), 720px);
    }

    .garis-stage-overview__card {
        width: min(var(--garis-overview-tablet-card-width, 300px), calc(50% - 12px));
    }

    .garis-stage-overview__label {
        font-size: var(--garis-overview-tablet-card-text-size, 16px);
    }

    .garis-stage-overview__intro {
        padding-top: 44px;
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .garis-stage-overview__hero {
        min-height: 520px;
    }

    .garis-stage-overview__content {
        padding: 40px 20px 96px;
    }

    .garis-stage-overview__title {
        font-size: clamp(2.5rem, 12vw, 3.75rem);
    }

    .garis-stage-overview__subtitle {
        margin-top: 18px;
        font-size: 1.2rem;
    }

    .garis-stage-overview__nav {
        padding: 0 16px;
    }

    .garis-stage-overview__toggle {
        position: relative;
        z-index: 2;
        display: flex;
        width: 100%;
        min-height: 48px;
        margin: -24px 0 0;
        padding: 12px 20px;
        border: 0;
        border-radius: 5px;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        color: #111;
        box-shadow: 0 7px 20px rgba(20, 24, 31, .08);
        font: inherit;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.3;
        text-align: left;
        cursor: pointer;
    }

    .garis-stage-overview .garis-stage-overview__toggle,
    .garis-stage-overview .garis-stage-overview__toggle:hover,
    .garis-stage-overview .garis-stage-overview__toggle:focus,
    .garis-stage-overview .garis-stage-overview__toggle:focus-visible,
    .garis-stage-overview .garis-stage-overview__toggle:active {
        border-color: transparent !important;
        background-color: #fff !important;
        background-image: none !important;
        color: #111 !important;
    }

    .garis-stage-overview__toggle svg {
        flex: 0 0 auto;
        transition: transform 180ms ease;
    }

    .garis-stage-overview__toggle:focus-visible {
        outline: 3px solid currentColor;
        outline-offset: 3px;
    }

    .garis-stage-overview__nav.is-open .garis-stage-overview__toggle svg {
        transform: rotate(180deg);
    }

    .garis-stage-overview__panel {
        display: none;
    }

    .garis-stage-overview__nav.is-open .garis-stage-overview__panel {
        display: block;
    }

    .garis-stage-overview__cards {
        width: 100%;
        margin: 6px 0 0;
        padding: 8px 20px 10px;
        border-radius: 5px;
        flex-direction: column;
        align-items: stretch;
        background: #fff;
        box-shadow: 0 7px 20px rgba(20, 24, 31, .08);
        gap: 0 !important;
    }

    .garis-stage-overview__card {
        width: 100%;
        min-height: 48px;
        padding: 9px 0;
        border-radius: 0;
        gap: 14px;
        box-shadow: none;
        transform: none;
    }

    .garis-stage-overview__card:hover,
    .garis-stage-overview__card:focus,
    .garis-stage-overview__card:active {
        background: #fff !important;
        color: #090909 !important;
        box-shadow: none;
        transform: none;
    }

    .garis-stage-overview__icon,
    .garis-stage-overview__icon svg {
        width: 22px;
        height: 22px;
    }

    .garis-stage-overview__label {
        font-size: 15px;
    }

    .garis-stage-overview__intro {
        padding: 30px 20px 64px;
        font-size: 17px;
        line-height: 1.55;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .garis-stage-overview__card {
        transition: none;
    }

    .garis-stage-overview__toggle svg {
        transition: none;
    }
}
