digraph { rankdir=RL N0 [label="Vessel Chartering" color="#FFA726" fillcolor="#FFF3E0" shape=ellipse style=filled] N1 [label=Shipbuilding color="#F06292" fillcolor="#FCE4EC" shape=parallelogram style=filled] N2 [label="Voyage Optimization" color="#F44336" fillcolor="#FFCDD2" shape=folder style=filled] N3 [label="Vessel Maintenance" color="#F06292" fillcolor="#FCE4EC" shape=octagon style=filled] N4 [label="Marine Research" color="#F44336" fillcolor="#FFCDD2" shape=octagon style=filled] N5 [label="Dry Docking" color="#F06292" fillcolor="#FCE4EC" shape=ellipse style=filled] S0 [label="" color="#FFA726" fillcolor="#FFF3E0" fixedsize=true height=0.1 shape=box style=filled width=0.1] M0 [label="" color="#F44336" fillcolor="#FFCDD2" fixedsize=true height=0.1 shape=box style=filled width=0.1] subgraph_anchor_Group0 [label="" height=0.01 shape=point style=invis width=0.01] subgraph cluster_Group0 { color=gray50 fillcolor="#ECEFF1" fontname=Helvetica fontsize=10 label="Green Shipping Initiatives" labeljust=l labelloc=t pencolor=gray50 penwidth=1.5 style="rounded,filled,dashed" nest0_0 [label="Ballast Water Management" color="#F06292" fillcolor="#FCE4EC" shape=oval style=filled] nest0_1 [label=Navigation color="#F44336" fillcolor="#FFCDD2" shape=ellipse style=filled] nest0_2 [label="Salvage Operations" color="#FFA726" fillcolor="#FFF3E0" shape=ellipse style=filled] nest0_3 [label=Bunkering color="#FFA726" fillcolor="#FFF3E0" shape=ellipse style=filled] nest0_0 -> nest0_1 [color="#F44336" dir=forward penwidth=1.5 style=solid] nest0_1 -> nest0_2 [color="#000000" dir=forward penwidth=1.5 style=solid] nest0_2 -> nest0_3 [color="#000000" dir=forward penwidth=1.5 style=dashed] } N0 -> N1 [label=repairs color="#F06292" dir=forward penwidth=1.5 style=dashed] N1 -> N2 [label=analyzes color="#F06292" dir=forward penwidth=1.5 style=dashed] N2 -> N3 [color="#F06292" dir=forward penwidth=1.5 style=dashed] N3 -> N4 [label=forecasts color="#FFA726" dir=forward penwidth=1.5 style=solid] N4 -> N5 [color="#F44336" dir=forward penwidth=1.5 style=dashed] N3 -> nest0_0 [label=regulates color="#000000" dir=forward penwidth=1.5 style=dashed] nest0_3 -> N1 [color="#F44336" dir=forward penwidth=1.5 style=dashed] N2 -> S0 [color="#FFA726" dir=forward penwidth=1.5 style=solid] S0 -> N5 [color="#F44336" dir=forward penwidth=1.5 style=dashed] S0 -> N4 [color="#000000" dir=forward penwidth=1.5 style=dashed] N1 -> M0 [color="#F06292" dir=forward penwidth=1.5 style=solid] N0 -> M0 [color="#FFA726" dir=forward penwidth=1.5 style=dashed] M0 -> N3 [color="#F06292" dir=forward penwidth=1.5 style=dashed] }