.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 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b61de2c */.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;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8281d8c */.yk-ek9-wrap{
  padding:32px 0;
  background:linear-gradient(180deg,#f4f7fb 0%,#eef3f8 100%);
  font-family:Arial, Helvetica, sans-serif;
  color:#17324d;
}

.yk-ek9-shell{
  max-width:1180px;
  margin:0 auto;
}

.yk-ek9-hero{
  background:linear-gradient(135deg,#0f2742 0%,#18486e 58%,#2f79b9 100%);
  color:#ffffff;
  border-radius:28px;
  padding:34px 30px;
  margin-bottom:24px;
  box-shadow:0 18px 42px rgba(11,34,58,.18);
}

.yk-ek9-hero-badge{
  display:inline-block;
  background:rgba(255,255,255,.14);
  color:#ffffff;
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.5px;
  margin-bottom:14px;
}

.yk-ek9-hero h1{
  margin:0 0 10px 0;
  font-size:32px;
  line-height:1.2;
}

.yk-ek9-hero p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,.92);
}

.yk-ek9-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.yk-ek9-card{
  background:#ffffff;
  border:1px solid rgba(18,56,93,.08);
  border-radius:24px;
  padding:24px 22px;
  box-shadow:0 14px 28px rgba(16,42,67,.08);
}

.yk-ek9-card h2{
  margin:0 0 14px 0;
  font-size:22px;
  line-height:1.35;
  color:#12385d;
}

.yk-ek9-card-body p{
  margin:0 0 10px 0;
  font-size:15px;
  line-height:1.8;
  color:#284b6b;
}

.yk-ek9-gap{
  height:8px;
}

@media (max-width: 900px){
  .yk-ek9-card-grid{
    grid-template-columns:1fr;
  }

  .yk-ek9-hero h1{
    font-size:26px;
  }

  .yk-ek9-card h2{
    font-size:20px;
  }
}/* End custom CSS */