:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-37aa494 */.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-64972ee */.yeb-project-page{
  font-family:'Segoe UI',Arial,sans-serif;
  color:#1f2937;
  background:linear-gradient(180deg,#f7fbff 0%,#eef7f3 100%);
  padding:28px;
  border-radius:24px;
}

.yeb-hero{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:24px;
  align-items:stretch;
  background:linear-gradient(135deg,#dbeafe 0%,#dcfce7 100%);
  border-radius:26px;
  padding:34px;
  margin-bottom:22px;
  box-shadow:0 18px 45px rgba(37,99,235,.12);
}

.yeb-eyebrow{
  font-weight:800;
  color:#2563eb;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin:0 0 10px;
}

.yeb-hero h1{
  font-size:42px;
  line-height:1.12;
  margin:0 0 14px;
  color:#10213f;
}

.yeb-hero p{
  font-size:17px;
  line-height:1.7;
  color:#45566d;
  margin:0;
}

.yeb-hero-card{
  background:#fff;
  border:1px solid #d8e8f8;
  border-radius:20px;
  padding:20px;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}

.yeb-hero-card span{
  display:block;
  color:#64748b;
  font-size:13px;
  margin-top:10px;
}

.yeb-hero-card strong{
  display:block;
  color:#172554;
  font-size:18px;
  margin-top:4px;
}

.yeb-section{
  background:#fff;
  border:1px solid #e2eaf5;
  border-radius:22px;
  padding:24px;
  margin:18px 0;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}

.yeb-section h2{
  margin:0 0 12px;
  color:#14305c;
  font-size:26px;
}

.yeb-section p,
.yeb-rich-content{
  line-height:1.75;
  color:#41516a;
}

.yeb-member-list{
  margin:0;
  padding-left:20px;
  line-height:1.9;
  color:#41516a;
}

.yeb-info-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:14px;
}

.yeb-info-grid div{
  background:#f8fbff;
  border:1px solid #e0ebf7;
  border-radius:16px;
  padding:14px;
}

.yeb-info-grid span{
  display:block;
  color:#64748b;
  font-size:13px;
  margin-bottom:6px;
}

.yeb-info-grid strong{
  color:#10213f;
}

.yeb-highlight{
  background:#f8fbff;
  border:1px solid #dbeafe;
  border-left:6px solid #2563eb;
  border-radius:16px;
  padding:16px;
  margin:12px 0;
  line-height:1.75;
  color:#41516a;
}

.yeb-highlight strong{
  display:block;
  color:#14305c;
  margin-bottom:6px;
}

.yeb-highlight-green{
  border-left-color:#16a34a;
  background:#f0fdf4;
  border-color:#bbf7d0;
}

.yeb-process{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:14px;
}

.yeb-process div{
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  border:1px solid #e0ebf7;
  border-radius:18px;
  padding:18px;
}

.yeb-process span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#2563eb;
  color:#fff;
  font-weight:800;
  margin-bottom:10px;
}

.yeb-process strong{
  display:block;
  color:#10213f;
  font-size:17px;
  margin-bottom:6px;
}

.yeb-process p{
  margin:0;
  font-size:14.5px;
}

.yeb-timeline{
  display:grid;
  gap:14px;
}

.yeb-timeline div{
  position:relative;
  background:#f8fbff;
  border:1px solid #e0ebf7;
  border-left:6px solid #2563eb;
  border-radius:16px;
  padding:16px;
}

.yeb-timeline span{
  display:block;
  color:#2563eb;
  font-weight:800;
  margin-bottom:6px;
}

.yeb-timeline strong{
  display:block;
  color:#10213f;
  font-size:17px;
  margin-bottom:4px;
}

.yeb-timeline p{
  margin:0;
}

.yeb-support{
  background:linear-gradient(135deg,#ffffff 0%,#eff6ff 100%);
}

.yeb-rich-content table{
  width:100%;
  border-collapse:collapse;
  margin:14px 0;
}

.yeb-rich-content td,
.yeb-rich-content th{
  border:1px solid #d8e2ef;
  padding:8px;
}

@media(max-width:780px){
  .yeb-project-page{
    padding:18px;
  }

  .yeb-hero{
    grid-template-columns:1fr;
    padding:24px;
  }

  .yeb-hero h1{
    font-size:32px;
  }
}/* End custom CSS */