.elementor-kit-8{--e-global-color-primary:#00573F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#222F30;--e-global-color-accent:#C1E292;--e-global-color-91055a9:#C4CECC;--e-global-color-b6c017d:#00853F;--e-global-color-e737cca:#1C3C34;--e-global-color-2336613:#1C242B;--e-global-color-13289bb:#C4CECC73;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Lexend", Sans-serif;font-size:16px;font-weight:400;line-height:30px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 h1{font-family:"Lexend", Sans-serif;font-size:50px;font-weight:400;line-height:1.1em;}.elementor-kit-8 h2{font-size:36px;font-weight:700;line-height:1.1em;}.elementor-kit-8 h3{font-size:30px;font-weight:400;line-height:35px;}.elementor-kit-8 h4{font-size:24px;}.elementor-kit-8 h5{font-size:20px;font-weight:400;line-height:35px;}.elementor-kit-8 h6{color:var( --e-global-color-2336613 );font-size:14px;font-weight:500;text-transform:uppercase;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:13px;font-weight:300;line-height:13px;color:var( --e-global-color-secondary );border-radius:15px 15px 0px 15px;}.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-kit-8 h1{font-size:36px;line-height:1.1em;}.elementor-kit-8 h2{font-size:30px;line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:24px;}.elementor-kit-8 h2{font-size:24px;line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── General ── */
.mb_0 p {
    margin-bottom: 0px;
}

html, body {
    overflow-x: hidden;
}

/* ── Header ── */
.header_menu .elementor-nav-menu > li:last-child > a {
    padding-right: 0 !important;
}
.header_menu .elementor-menu-toggle {
    padding: 0;
}

/* ── Counter ── */
.counter {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter::before {
    content: '';
    position: absolute;
    top: -39px;
    left: 28px;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-left: 3px dashed #999999;
    border-right: none;
    border-radius: 0px;
    pointer-events: none;
    box-sizing: border-box;
}


.counter.counter--red::before  { border-left-color: #CE1818; }
.counter.counter--blue::before { border-left-color: #3E92F4; }
.counter.counter--dark::before { border-left-color: #1C3C34; }

/* ── Step paragraph ── */
.step_p p {
    max-width: 200px;
    margin-left: 80px;
}

/* ── Step card ── */
.step_card {
    position: relative;
    z-index: -2;
}
.step_card::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 50px;
    bottom: 0;
    width: 88%;
    height: 77%;
    border-left: 3px dashed #999999;
    border-bottom: 3px dashed #999999;
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 0;
}
.step_card::after {
    content: '';
    position: absolute;
    top: -20px;
    bottom: 0;
    right: -66px;
    height: 100%;
    width: 59px;
    border-left: 3px dashed #999999;
    border-right: 0;
    border-top: 3px dashed #999999;
    pointer-events: none;
}

/* ── Step card colour modifiers ── */
.step_card.step_card--red::before  { border-left-color: #CE1818; border-bottom-color: #CE1818; }
.step_card.step_card--red::after   { border-left-color: #CE1818; border-top-color: #CE1818; }

.step_card.step_card--blue::before { border-left-color: #3E92F4; border-bottom-color: #3E92F4; }
.step_card.step_card--blue::after  { border-left-color: #3E92F4; border-top-color: #3E92F4; }

.step_card.step_card--dark::before { border-left-color: #1C3C34; border-bottom-color: #1C3C34; }
.step_card.step_card--green::before { border-left-color:#00853f; border-bottom-color: #00853f; }
.step_card.step_card--lightGreen::before { border-left-color:#c1e292; border-bottom-color: #c1e292; }


.step_card.step_card--dark::after  { display: none; }

/* ── One-off overrides ── */
#counter1::before, #lastCard.step_card::after, #stepCard5.step_card::after         { display: none; }        /* first counter: no top line */
#lastCard.step_card::before, #stepCard4.step_card::before, #stepCard5.step_card::before, #stepCard6.step_card::before  { width: 33%; }          /* last card: shortened connector */


#stepCard4.step_card::after {
    content: '';
    position: absolute;
    top: 108%;
    height: 110%;
    width: 96%;
    border-right: 3px dashed #1C3C34;
    border-bottom: 3px dashed #1C3C34;
    border-top: 0;
    border-left: 0;
    pointer-events: none;
    display: block;
    left: -46%;
    z-index: 1;
}


#stepCard5.step_card{
    z-index: -3;
}

#stepCard5 .counter::before{
    border-bottom: 3px dashed #00853f;
    border-left: 0;
    left: -32px;
}

#stepCard5.step_card.step_card--lightGreen::after { border-left-color:#c1e292; border-bottom-color: #c1e292; }

#stepCard6.step_card::after {
    top: 11.2%;
    right: -9px;
    height: 83.5%;
    width: 142px;
    border-left: 0;
    border-right: 3px dashed #00853f;
    border-bottom: 3px dashed #00853f;
    border-top: 0;
}

/*Section round image*/

.round__img img{
    width: 450px;
    height: 450px;
    border-radius: 50%;
    object-fit: cover;
}


.p_md_0 p{
    margin-bottom: 0;
}


/* ── Responsive ── */
@media (max-width: 1030.98px) {
    .step_card::before,
    .step_card::after {
        display: none !important;
    }
    .counter::before {
        display: none;
    }
    
    .step_p p {
    max-width: 250px;
    }
    
    .steps_wrapper .e-con-inner{
        max-width: 80%;
    }
    
    .round__img img{
    width: 350px;
    height: 350px;
}

}
    

/* ── Responsive ── */
@media (max-width: 991.98px) {
    
    .steps_wrapper .e-con-inner{
        max-width: 90%;
    }
    
     .round__img img{
    width: 250px !important;
    height: 250px !important;
}
    
}

@media (max-width: 575.98px) {
    .counter {
        width: 40px;
        height: 40px;
    }
    .step_p p {
        margin-left: 60px;
    }
      .round__img img{
    width: 250px important;
    height: 250px important;
}
}


.mb_pLast p:last-of-type {
  margin-bottom: 0;
}/* End custom CSS */