.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-2431 .elementor-element.elementor-element-b5da19a{text-align:right;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b145d63 */.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-899bd70 */.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-0cc2207 *//* ================================
   YEB SOSYAL SORUMLULUK - SARI TEMA
================================ */

.yeb-sosyal{
    background: transparent;
    padding: 30px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.yeb-sosyal__container{
    max-width: 1100px;
    margin: auto;
    padding: 15px;
}

/* Üst Alan */
.yeb-sosyal__header{
    background: linear-gradient(135deg,#0b1220,#122342);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 20px;
}

.yeb-sosyal__badge{
    background: rgba(255,215,0,0.15);
    color: #FFD700;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
}

.yeb-sosyal__title{
    color: #ffffff;
    margin: 12px 0 8px;
    font-size: 26px;
}

.yeb-sosyal__desc{
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 1.6;
}

/* Projeler Alanı */
.yeb-sosyal__projects{
    background: linear-gradient(180deg,#182c52,#12203d);
    padding: 20px;
    border-radius: 15px;
}

.yeb-sosyal__projects-title{
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
}

/* Kart */
.yeb-card{
    display: flex;
    gap: 15px;
    align-items: center;
    background: linear-gradient(135deg,#132645,#0f1b2e);
    padding: 15px;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.15);
    transition: 0.3s;
}

.yeb-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(255,215,0,0.3);
}

/* İkon */
.yeb-card__icon{
    width: 40px;
    height: 40px;
    background: rgba(255,215,0,0.15);
    color: #FFD700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

/* Yazılar */
.yeb-card__kicker{
    color: #FFD700;
    font-size: 13px;
    margin-bottom: 4px;
}

.yeb-card__title{
    color: #FFD700;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}

.yeb-card__meta{
    color: #FFD700;
    font-size: 13px;
    font-weight: bold;
}

/* Mobil */
@media(max-width:600px){

    .yeb-card{
        flex-direction: column;
        text-align: center;
    }

    .yeb-card__icon{
        margin-bottom: 10px;
    }
}


.yeb-sosyal__desc a{
    color: #FFD700;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.yeb-sosyal__desc a:hover{
    color: #00ff88;
    border-bottom: 1px solid #00ff88;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-883ab14 */.yeb-project-card-wrap{
  width:100%;
  max-width:1180px;
  margin:24px auto;
  padding:0 18px;
  box-sizing:border-box;
}

.yeb-project-card{
  width:100%;
  box-sizing:border-box;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  font-family:'Segoe UI',Arial,sans-serif;
  background:linear-gradient(135deg,#ffffff 0%,#eef6ff 100%);
  border:1px solid #dbe8f7;
  border-radius:24px;
  padding:30px;
  box-shadow:0 18px 38px rgba(30,74,140,.12);
  color:#1f2937;
}

.yeb-project-card__left{
  flex:3;
  min-width:0;
}

.yeb-project-card__right{
  flex:1;
  min-width:240px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:16px;
}

.yeb-project-card__code{
  font-weight:800;
  color:#2563eb;
  margin-bottom:10px;
  letter-spacing:.04em;
}

.yeb-project-card h3{
  margin:0 0 12px 0;
  font-size:28px;
  line-height:1.25;
  color:#10213f;
}

.yeb-project-card p{
  margin:0;
  color:#526173;
  line-height:1.65;
  font-size:15px;
}

.yeb-project-card__meta{
  width:100%;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #e4edf8;
  border-radius:16px;
  padding:14px;
}

.yeb-project-card__meta span{
  display:block;
  font-size:12px;
  color:#6b7280;
  margin-bottom:5px;
}

.yeb-project-card__meta strong{
  color:#172554;
}

.yeb-project-card__button{
  display:inline-block;
  text-decoration:none;
  background:#2563eb;
  color:#fff;
  padding:13px 18px;
  border-radius:999px;
  font-weight:700;
  white-space:nowrap;
}

.yeb-project-card__button:hover{
  background:#1d4ed8;
}

@media(max-width:780px){
  .yeb-project-card{
    flex-direction:column;
    align-items:flex-start;
  }

  .yeb-project-card__right{
    width:100%;
    min-width:0;
    align-items:flex-start;
  }

  .yeb-project-card__button{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8593ce8 */.yeb-project-card-wrap{
  width:100%;
  max-width:1180px;
  margin:24px auto;
  padding:0 18px;
  box-sizing:border-box;
}

.yeb-project-card{
  width:100%;
  box-sizing:border-box;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  font-family:'Segoe UI',Arial,sans-serif;
  background:linear-gradient(135deg,#ffffff 0%,#eef6ff 100%);
  border:1px solid #dbe8f7;
  border-radius:24px;
  padding:30px;
  box-shadow:0 18px 38px rgba(30,74,140,.12);
  color:#1f2937;
}

.yeb-project-card__left{
  flex:3;
  min-width:0;
}

.yeb-project-card__right{
  flex:1;
  min-width:240px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:16px;
}

.yeb-project-card__code{
  font-weight:800;
  color:#2563eb;
  margin-bottom:10px;
  letter-spacing:.04em;
}

.yeb-project-card h3{
  margin:0 0 12px 0;
  font-size:28px;
  line-height:1.25;
  color:#10213f;
}

.yeb-project-card p{
  margin:0;
  color:#526173;
  line-height:1.65;
  font-size:15px;
}

.yeb-project-card__meta{
  width:100%;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #e4edf8;
  border-radius:16px;
  padding:14px;
}

.yeb-project-card__meta span{
  display:block;
  font-size:12px;
  color:#6b7280;
  margin-bottom:5px;
}

.yeb-project-card__meta strong{
  color:#172554;
}

.yeb-project-card__button{
  display:inline-block;
  text-decoration:none;
  background:#2563eb;
  color:#fff;
  padding:13px 18px;
  border-radius:999px;
  font-weight:700;
  white-space:nowrap;
}

.yeb-project-card__button:hover{
  background:#1d4ed8;
}

@media(max-width:780px){
  .yeb-project-card{
    flex-direction:column;
    align-items:flex-start;
  }

  .yeb-project-card__right{
    width:100%;
    min-width:0;
    align-items:flex-start;
  }

  .yeb-project-card__button{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */