.elementor-kit-9{--e-global-color-primary:#BDA588;--e-global-color-secondary:#173E62;--e-global-color-text:#66717A;--e-global-color-7e415549:#6EC1E4;--e-global-color-7daebfc0:#54595F;--e-global-color-12507041:#7A7A7A;--e-global-color-272c29d2:#61CE70;--e-global-color-b296989:#4054B2;--e-global-color-72dc2d5c:#23A455;--e-global-color-10f5fae3:#000000;--e-global-color-6cf20aa5:#FFFFFF;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-text-font-family:"Poppins";}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.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 *//* Base setup: relative positioning for arrow placement */
.flow-arrows > .e-con-inner > .e-con,
.flow-arrows > .e-con {
    position: relative;
}

/* Desktop arrow: chevron pointing right, placed after each step except the last */
.flow-arrows > .e-con-inner > .e-con:not(:last-child)::after,
.flow-arrows > .e-con:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50px;
    width: 26px;
    height: 30px;
    background: #c3d94c;
    clip-path: polygon(0% 0%, 60% 0%, 100% 50%, 60% 100%, 0% 100%, 40% 50%);
    z-index: 10;
}

/* Hide arrow after the very last step */
.flow-arrows > .e-con-inner > .e-con:last-of-type::after,
.flow-arrows > .e-con:last-of-type::after {
    display: none !important;
    content: "" !important;
}

/* Mobile: rotate arrow to point down, center it under each step */
@media (max-width: 767px) {
    .flow-arrows > .e-con-inner > .e-con:not(:last-child)::after,
    .flow-arrows > .e-con:not(:last-child)::after {
        right: auto;
        top: auto;
        left: 50%;
        margin-left: -13px;
        bottom: -35px;
        transform: rotate(90deg);
    }
}/* End custom CSS */