.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-179489 .elementor-element.elementor-element-6dfe424 .elementor-heading-title{font-family:"Avenir Black", Sans-serif;}.elementor-179489 .elementor-element.elementor-element-421c4fc .elementor-heading-title{font-family:"Avenir Black", Sans-serif;}.elementor-179489 .elementor-element.elementor-element-0aed502 .elementor-heading-title{font-family:"Avenir Black", Sans-serif;}.elementor-179489 .elementor-element.elementor-element-c8abe84{width:100%;max-width:100%;}.elementor-179489 .elementor-element.elementor-element-c8abe84 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0% 0% 3% 0%;}.elementor-179489 .elementor-element.elementor-element-1afdfd5 .elementor-heading-title{font-family:"Avenir Black", Sans-serif;font-size:1.5em;font-weight:900;text-transform:uppercase;color:var( --e-global-color-601fc8a );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-179489 .elementor-element.elementor-element-d6b55fa{text-align:center;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-c8abe84 */.steps-container {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    font-family: 'avenir book', arial;
    border-radius: 12px;
    background: #f2f4f5;
}

.logistics-header {
    padding: 1rem 2rem;
}

.steps-container h2 {
    color: #1f3f78;
    font-weight: bold;
}

.steps-container h3 {
    font-family: 'avenir black', arial;
    font-size: 1.4rem;
    font-weight: bold;
    color: #1f3f78;
}

/* process tracker */
.process-tracker {
    padding: 1rem .5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: .5rem;
    overflow-x: auto;
    scrollbar-width: thin;
}

/* process tracker nodes */
.step-node {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    padding: 0 8px;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    text-transform: none;
    white-space: normal;
    position: relative;
}

.step-node:not(:last-child):after {
    content: '';
    position: absolute;
    top: 20px;
    left: calc(50% + 20px);
    right: calc(-50% + 20px);
    height: 3px;
    background: #dee2e6;
    z-index: 1;
    transition: all 0.3s ease;
} 

.step-node.active:not(:last-child)::after {
    background: #008cb1;
}

.step-title {
    font-family: 'avenir heavy', arial;
    flex: 1;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #2a2a2a; 
}

/* Style the tab content window */
.steps-container .tab-content {
    padding: 2rem;
    width: 100%;
    min-height: 200px;
    background: white;
}


.step-badge {
    margin: 0 auto .75rem;
    font-family: 'avenir black', arial;
    background: #ffffff;
    width: 40px; min-width: 40px;
    height: 40px; min-height: 40px;
    display: flex;
    align-items: center;
    color: #6c757d;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #dee2e6;
    font-size: 1.2rem;
    line-height: 1.5;
    z-index: 2;
}

/* node active -> badge */
.step-node.active .step-badge {
    background: #008cb1;
    border-color: #008cb1;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 0 0 5px rgba(0, 86, 179, 0.2);
}

/* node completed -> badge */
.step-node.completed .step-badge {
    background: #51A346;
    border-color: #51A346;
    color: white;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avenir Black';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://wfh.org/wp-content/uploads/2021/10/Avenir-Black.eot');
	src: url('https://wfh.org/wp-content/uploads/2021/10/Avenir-Black.eot?#iefix') format('embedded-opentype'),
		url('https://wfh.org/wp-content/uploads/2021/10/Avenir-Black.woff2') format('woff2'),
		url('https://wfh.org/wp-content/uploads/2021/10/Avenir-Black.woff') format('woff'),
		url('https://wfh.org/wp-content/uploads/2021/10/Avenir-Black.ttf') format('truetype'),
		url('https://wfh.org/wp-content/uploads/2021/10/Avenir-Black.svg#AvenirBlack') format('svg');
}
/* End Custom Fonts CSS */