.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-3327 .elementor-element.elementor-element-0fbdf69{text-align:right;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9fc145f */.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-c35e8f4 */.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 */
/* Start custom CSS for html, class: .elementor-element-5fa8536 */.anketify-card{
  max-width: 980px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 60%, #f7fafc 100%);
  box-shadow: 0 18px 44px rgba(2, 6, 23, .08);
  overflow: hidden;
  padding: 18px 18px 14px;
  position: relative;
}

.anketify-topline{
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37,99,235,.85) 0%, rgba(14,165,233,.75) 45%, rgba(16,185,129,.70) 100%);
  margin-bottom: 14px;
}

.anketify-header{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.anketify-badge{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .35px;
  color: rgba(30, 41, 59, .92);
  background: rgba(37, 99, 235, .10);
  border: 1px solid rgba(37, 99, 235, .18);
}

.anketify-headings{ display:flex; flex-direction:column; gap:6px; }

.anketify-title{
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
  color: #0f172a;
}

.anketify-desc{
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(15, 23, 42, .78);
  font-weight: 650;
}

.anketify-body{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.anketify-btn{
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  text-decoration: none;
  border: 1px solid rgba(37, 99, 235, .18);
  background: linear-gradient(180deg, rgba(37,99,235,.10) 0%, rgba(14,165,233,.08) 100%);
  box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
  transform: translateY(0);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.anketify-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(2, 6, 23, .12);
  filter: saturate(1.05);
}

.anketify-btn-title{
  font-weight: 950;
  font-size: 15px;
  color: #0f172a;
}

.anketify-btn-sub{
  font-size: 12px;
  font-weight: 750;
  color: rgba(15, 23, 42, .68);
}

.anketify-meta{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.anketify-chip{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(15, 23, 42, .70);
  background: rgba(2, 6, 23, .04);
  border: 1px solid rgba(2, 6, 23, .06);
}

.anketify-note{
  font-size: 12px;
  font-weight: 650;
  color: rgba(15, 23, 42, .62);
  background: rgba(16, 185, 129, .07);
  border: 1px solid rgba(16, 185, 129, .14);
  padding: 10px 12px;
  border-radius: 14px;
}

.anketify-foot{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(2, 6, 23, .07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.anketify-mini{
  font-size: 12px;
  color: rgba(15, 23, 42, .55);
  font-weight: 750;
}

@media (max-width: 640px){
  .anketify-card{ padding: 16px 14px 12px; }
  .anketify-title{ font-size: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee6eb1e */.anketify-card{
  max-width: 980px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 60%, #f7fafc 100%);
  box-shadow: 0 18px 44px rgba(2, 6, 23, .08);
  overflow: hidden;
  padding: 18px 18px 14px;
  position: relative;
}

.anketify-topline{
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37,99,235,.85) 0%, rgba(14,165,233,.75) 45%, rgba(16,185,129,.70) 100%);
  margin-bottom: 14px;
}

.anketify-header{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.anketify-badge{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .35px;
  color: rgba(30, 41, 59, .92);
  background: rgba(37, 99, 235, .10);
  border: 1px solid rgba(37, 99, 235, .18);
}

.anketify-headings{ display:flex; flex-direction:column; gap:6px; }

.anketify-title{
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
  color: #0f172a;
}

.anketify-desc{
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(15, 23, 42, .78);
  font-weight: 650;
}

.anketify-body{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.anketify-btn{
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  text-decoration: none;
  border: 1px solid rgba(37, 99, 235, .18);
  background: linear-gradient(180deg, rgba(37,99,235,.10) 0%, rgba(14,165,233,.08) 100%);
  box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
  transform: translateY(0);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.anketify-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(2, 6, 23, .12);
  filter: saturate(1.05);
}

.anketify-btn-title{
  font-weight: 950;
  font-size: 15px;
  color: #0f172a;
}

.anketify-btn-sub{
  font-size: 12px;
  font-weight: 750;
  color: rgba(15, 23, 42, .68);
}

.anketify-meta{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.anketify-chip{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(15, 23, 42, .70);
  background: rgba(2, 6, 23, .04);
  border: 1px solid rgba(2, 6, 23, .06);
}

.anketify-note{
  font-size: 12px;
  font-weight: 650;
  color: rgba(15, 23, 42, .62);
  background: rgba(16, 185, 129, .07);
  border: 1px solid rgba(16, 185, 129, .14);
  padding: 10px 12px;
  border-radius: 14px;
}

.anketify-foot{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(2, 6, 23, .07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.anketify-mini{
  font-size: 12px;
  color: rgba(15, 23, 42, .55);
  font-weight: 750;
}

@media (max-width: 640px){
  .anketify-card{ padding: 16px 14px 12px; }
  .anketify-title{ font-size: 20px; }
}/* End custom CSS */