/* Start custom CSS for section, class: .elementor-element-7efcc96 *//* Genel yapı */
.org-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, sans-serif;
}

/* Seviye grupları */
.level {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0;
  gap: 40px;
  position: relative;
}

/* Kutular */
.node {
  position: relative;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 12px 20px;
  min-width: 180px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.level-top::after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: 47%;
  border-left: 2px solid #aaa;
  height: 41px;
}

.level-mid::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  margin: auto;
  width: 72%;
  transform: translateX(-1%);
  border-top: 2px solid #aaa;
}

.level-mid .node::before {
  content: "";
  position: absolute;
  top: -22px;  
  left: 50%;
  transform: translateX(-50%);
  border-left: 2px solid #aaa;
  height: 21px;
}

.level-bottom::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  margin: auto;
  width: 83%;            
  border-top: 2px solid #aaa;
}

.level-bottom .node::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 2px solid #aaa;
  height: 21px;
}

.secretary::after {
  content: "";
  position: absolute;
  bottom: -41px;  
  left: 50%;
  transform: translateX(-50%);
  border-left: 2px solid #aaa;
  height: 41px;
}


/* Renkler */
.faculty { background: #004d99; color: #fff; font-weight: bold; font-size: 16px; }
.dean { background: #007bff; color: #fff; font-weight: bold; }
.deputy { background: #17a2b8; color: #fff; }
.secretary { background: #ff8800; color: #fff; }
.staff { background: #ffcc99; color: #333; }/* End custom CSS */