.elementor-kit-9{--e-global-color-primary:#1E3A8A;--e-global-color-secondary:#1D4ED8;--e-global-color-text:#1E293B;--e-global-color-accent:#16A34A;--e-global-color-3c0f6ce:#F8FAFC;--e-global-color-4875062:#00103F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-size:13px;font-weight:700;border-radius:3px 3px 3px 3px;padding:18px 40px 18px 40px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1210px;}.e-con{--container-max-width:1210px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:11px;}.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 *//* Apply this to the main parent Flexbox container */
.corporate-architecture-map {
    position: relative;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 100' preserveAspectRatio='none'><line x1='13' y1='23' x2='50' y2='50' stroke='%23cbd5e1' stroke-width='0.5'/><line x1='13' y1='50' x2='50' y2='50' stroke='%23cbd5e1' stroke-width='0.5'/><line x1='13' y1='77' x2='50' y2='50' stroke='%23cbd5e1' stroke-width='0.5'/><line x1='87' y1='23' x2='50' y2='50' stroke='%23cbd5e1' stroke-width='0.5'/><line x1='87' y1='50' x2='50' y2='50' stroke='%23cbd5e1' stroke-width='0.5'/><line x1='87' y1='77' x2='50' y2='50' stroke='%23cbd5e1' stroke-width='0.5'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

/* Ensure center logo covers line intersections cleanly */
.corporate-architecture-map .elementor-container > div:nth-child(2),
.corporate-architecture-map > .e-con:nth-child(2),
.corporate-architecture-map > .elementor-widget-image {
    z-index: 2;
    position: relative;
}

/* Responsive: Hide lines on mobile layouts */
@media (max-width: 767px) {
    .corporate-architecture-map {
        background-image: none !important;
    }
}/* End custom CSS */