.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3994 .elementor-element.elementor-element-03a17b3{text-align:right;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-479e38e */.vizyonclub-link-wrap {
  width: 100%;
  text-align: left;
  margin: 10px 0 18px 0;
  display: flex;
  gap: 40px; /* boşluk buradan kontrol edilir */
}

.vizyonclub-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500; /* 800 → 500 (inceltildi) */
  letter-spacing: 0.4px;
  color: #16324f;
  line-height: 1.2;
  padding: 6px 0;
  transition: all 0.28s ease;
}

/* alt çizgi */
.vizyonclub-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f4c81 0%, #2f80d1 100%);
  transition: width 0.28s ease, box-shadow 0.28s ease;
}

/* hover arka efekt */
.vizyonclub-link::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 24px);
  height: 120%;
  background: linear-gradient(
    90deg,
    rgba(15, 76, 129, 0.08),
    rgba(47, 128, 209, 0.03)
  );
  border-radius: 14px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

/* hover */
.vizyonclub-link:hover {
  color: #0f4c81;
  transform: translateX(4px);
}

.vizyonclub-link:hover::before {
  width: 100%;
  box-shadow: 0 6px 18px rgba(15, 76, 129, 0.20);
}

.vizyonclub-link:hover::after {
  opacity: 1;
}

/* mobil */
@media (max-width: 768px) {
  .vizyonclub-link {
    font-size: 24px;
  }

  .vizyonclub-link-wrap {
    gap: 20px;
    flex-direction: column;
  }
}






/* 🔥 AKTİF SAYFA */
.vizyonclub-active {
  font-size: 22px;           /* daha büyük */
  font-weight: 700;          /* daha belirgin */
  cursor: default;
}

/* ALT ÇİZGİ SABİT */
.vizyonclub-active::before {
  width: 100%;               /* full çizgi */
  background: linear-gradient(90deg, #e67e22 0%, #f39c12 100%); /* farklı renk */
  box-shadow: none;
}

/* HOVER TAMAMEN KAPAT */
.vizyonclub-active:hover {
  transform: none;
  color: #16324f;
}

.vizyonclub-active:hover::before {
  width: 100%;   /* değişmesin */
  box-shadow: none;
}

.vizyonclub-active::after {
  display: none; /* arka glow iptal */
}


.vizyonclub-link {
  white-space: nowrap;
}

.vizyonclub-link-wrap {
  flex-wrap: wrap;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12f06a4 */.mv-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  gap: 22px;
  width: 100%;
}

.mv-person-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f8fb 100%);
  border: 1px solid #e3e8ef;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 8px 24px rgba(15, 42, 70, 0.08);
  transition: all 0.25s ease;
  width: 100%;
  box-sizing: border-box;
}

.mv-person-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 42, 70, 0.14);
}

.mv-person-photo {
  width: 135px;
  height: 165px;
  min-width: 135px;
  flex: 0 0 135px;
  border-radius: 16px;
  overflow: hidden;
  background: #dfe6ee;
}

.mv-person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.mv-person-info {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

.mv-person-role {
  display: inline-block;
  background: #0f4c81;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.mv-person-name {
  font-size: 22px;
  font-weight: 800;
  color: #172033;
  line-height: 1.25;
  margin-bottom: 8px;
  white-space: normal;
  word-break: normal;
}

.mv-person-department {
  font-size: 15px;
  color: #5b6678;
  line-height: 1.45;
  white-space: normal;
  word-break: normal;
}

@media (max-width: 900px) {
  .mv-team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .mv-person-card {
    flex-direction: column;
    text-align: center;
  }

  .mv-person-photo {
    width: 180px;
    height: 220px;
    min-width: 180px;
    flex: 0 0 auto;
  }
}/* End custom CSS */