.elementor-kit-5{--e-global-color-primary:#0052CC;--e-global-color-secondary:#1E293B;--e-global-color-text:#475569;--e-global-color-accent:#008A6A;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Newsreader";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-astglobalcolor5 );border-radius:12px 12px 12px 12px;padding:14px 28px 14px 28px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =====================================================
   MAIN TIMELINE
===================================================== */

.journey-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    align-items: start;
}


/* =====================================================
   EACH STEP
===================================================== */

.journey-step {
    position: relative !important;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    overflow: visible !important;
    min-width: 0;
}


/* =====================================================
   CONNECTING LINE
===================================================== */

.journey-step:not(:last-child)::after {
    content: "";
    position: absolute;

    top: 46px;
    left: calc(50% + 46px);

    width: calc(100% - 66px);
    height: 4px;

    background: #9bbdf0;

    z-index: 0;
}

/* =====================================================
   TABLET — REMOVE CONNECTING LINES
===================================================== */

@media (min-width: 768px) and (max-width: 1024px) {

    .journey-step::after,
    .journey-step:not(:last-child)::after {
        display: none !important;
        content: none !important;
    }

}
/* =====================================================
   ICON OUTER CIRCLE
===================================================== */

.journey-icon {
    position: relative !important;
    z-index: 5 !important;

    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;

    border: 2px solid #8eb7f5 !important;
    border-radius: 50% !important;

    background: #f8fbff !important;

    box-shadow:
        0 8px 22px rgba(40, 90, 160, 0.10),
        inset 0 0 0 7px #edf4ff !important;
}


/* =====================================================
   ICON ITSELF
===================================================== */

.journey-icon .elementor-icon {
    width: 62px !important;
    height: 62px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;

    border: 0 !important;
    border-radius: 50% !important;

    background: #e8f2ff !important;

    color: #075dcc !important;

    font-size: 30px !important;

    box-shadow: none !important;
}


/* Make SVG icons inherit the color */
.journey-icon .elementor-icon svg {
    width: 30px !important;
    height: 30px !important;
    fill: currentColor !important;
}


/* =====================================================
   NUMBER CIRCLE
===================================================== */

.journey-number {
    position: absolute !important;

    top: 74px !important;
    left: calc(18% + 18px) !important;

    width: 30px !important;
    height: 30px !important;

    min-width: 30px !important;
    min-height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;

    z-index: 20 !important;

    border: 3px solid #ffffff !important;
    border-radius: 50% !important;

    background: #075dcc !important;
    color: #ffffff !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    box-shadow: 0 3px 8px rgba(0, 70, 160, 0.15);
}


/* =====================================================
   TEXT
===================================================== */

.journey-step .elementor-icon-box-wrapper {
    position: relative;
    z-index: 2;

    width: 100%;

    margin-top: 27px;

    text-align: center;
}


.journey-step .elementor-icon-box-title {
    margin: 0 0 8px 0 !important;

    color: #071b3a !important;

    font-size: 17px !important;
    font-weight: 600 !important;

    line-height: 1.3 !important;
}


.journey-step .elementor-icon-box-description {
    max-width: 190px;

    margin: 0 auto !important;

    color: #71809a !important;

    font-size: 13px !important;
    line-height: 1.55 !important;
}


/* =====================================================
   STEP 1 — BLUE
===================================================== */

.journey-step:nth-child(1) .journey-icon {
    border-color: #8eb7f5 !important;
    background: #f7fbff !important;
}

.journey-step:nth-child(1) .journey-icon .elementor-icon {
    background: #e8f2ff !important;
    color: #075dcc !important;
}

.journey-step:nth-child(1) .journey-number {
    background: #075dcc !important;
}


/* =====================================================
   STEP 2 — GREEN
===================================================== */

.journey-step:nth-child(2) .journey-icon {
    border-color: #91dbc8 !important;
    background: #f7fffc !important;
}

.journey-step:nth-child(2) .journey-icon .elementor-icon {
    background: #e5f8f3 !important;
    color: #00866c !important;
}

.journey-step:nth-child(2) .journey-number {
    background: #00866c !important;
}


/* =====================================================
   STEP 3 — PINK
===================================================== */

.journey-step:nth-child(3) .journey-icon {
    border-color: #f2a6b8 !important;
    background: #fff9fb !important;
}

.journey-step:nth-child(3) .journey-icon .elementor-icon {
    background: #fff0f4 !important;
    color: #c51d4b !important;
}

.journey-step:nth-child(3) .journey-number {
    background: #c51d4b !important;
}


/* =====================================================
   STEP 4 — BLUE
===================================================== */

.journey-step:nth-child(4) .journey-icon {
    border-color: #8eb7f5 !important;
    background: #f7fbff !important;
}

.journey-step:nth-child(4) .journey-icon .elementor-icon {
    background: #e8f2ff !important;
    color: #075dcc !important;
}

.journey-step:nth-child(4) .journey-number {
    background: #075dcc !important;
}


/* =====================================================
   STEP 5 — GREEN
===================================================== */

.journey-step:nth-child(5) .journey-icon {
    border-color: #91dbc8 !important;
    background: #f7fffc !important;
}

.journey-step:nth-child(5) .journey-icon .elementor-icon {
    background: #e5f8f3 !important;
    color: #00866c !important;
}

.journey-step:nth-child(5) .journey-number {
    background: #00866c !important;
}


/* =====================================================
   STEP 6 — PINK
===================================================== */

.journey-step:nth-child(6) .journey-icon {
    border-color: #f2a6b8 !important;
    background: #fff9fb !important;
}

.journey-step:nth-child(6) .journey-icon .elementor-icon {
    background: #fff0f4 !important;
    color: #c51d4b !important;
}

.journey-step:nth-child(6) .journey-number {
    background: #c51d4b !important;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .journey-timeline {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .journey-step:not(:last-child)::after {
        display: none;
    }

    .journey-icon {
        width: 88px !important;
        height: 88px !important;

        min-width: 88px !important;
        min-height: 88px !important;
    }

    .journey-icon .elementor-icon {
        width: 60px !important;
        height: 60px !important;

        font-size: 28px !important;
    }

    .journey-number {
        top: 65px !important;
    }

    .journey-step .elementor-icon-box-wrapper {
        margin-top: 22px;
    }
}/* End custom CSS */