.elementor-kit-90{--e-global-color-primary:#188FD1;--e-global-color-secondary:#54595F;--e-global-color-text:#444444;--e-global-color-accent:#188FD1;--e-global-color-21fa471:#EFF5F7;--e-global-typography-primary-font-family:"Roboto Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;}.elementor-kit-90 e-page-transition{background-color:#FFBC7D;}.elementor-kit-90 a{font-family:"Roboto", Sans-serif;}.elementor-kit-90 a:hover{color:#C2DEFF;}.elementor-kit-90 h1{font-family:"Roboto Condensed", Sans-serif;}.elementor-kit-90 h2{font-family:"Roboto Condensed", Sans-serif;}.elementor-kit-90 h3{font-family:"Roboto Condensed", Sans-serif;}.elementor-kit-90 h4{font-family:"Roboto Condensed", Sans-serif;}.elementor-kit-90 h5{font-family:"Roboto Condensed", Sans-serif;}.elementor-kit-90 h6{font-family:"Roboto Condensed", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Connector arrows for 3 cards */
.connector {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;              /* was too low before */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    pointer-events: none;    /* don’t block clicks */
}

.connector::after {
    content: '⟶';
    font-size: 72px;
    color: var(--primary);
    text-shadow: 0 4px 12px rgba(24, 143, 209, 0.2);
    font-weight: bold;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 6px rgba(24, 143, 209, 0.2));
}

/* place arrows roughly between card 1→2 and 2→3 */
.conn-1 { left: calc(33.333% - 36px); }
.conn-2 { left: calc(66.666% - 36px); }/* End custom CSS */