.elementor-1744 .elementor-element.elementor-element-59db1f8{--spacer-size:50px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3434fa4 *//* Kulüp Tüzüğü - CSS (Elementor'da özel CSS alanına ekleyiniz) */
.regulation-wrapper {
  background: #020617;
  padding: 32px 24px;
  border-radius: 18px;
  color: #e5e7eb;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.regulation-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.5);
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.regulation-club {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f97316;
  margin-bottom: 4px;
}

.regulation-title {
  font-size: 1.3rem;
  margin: 0;
  color: #f9fafb;
}

.regulation-meta-line {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9rem;
  color: #cbd5f5;
}

.regulation-meta-item {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.regulation-section {
  margin-bottom: 24px;
}

.regulation-section-title {
  font-size: 1.1rem;
  margin: 0 0 12px 0;
  color: #e5e7eb;
  padding: 6px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, rgba(249, 115, 22, 0.12), rgba(37, 99, 235, 0));
  border: 1px solid rgba(249, 115, 22, 0.35);
}

.regulation-section-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f97316;
}

.regulation-article {
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 10px;
  background: radial-gradient(circle at top left, rgba(249, 115, 22, 0.15), rgba(15, 23, 42, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.regulation-article:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.7);
  border-color: rgba(249, 115, 22, 0.7);
}

.regulation-article-header {
  font-weight: 600;
  margin-bottom: 6px;
  color: #f9fafb;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.regulation-article-no {
  font-weight: 700;
  color: #f97316;
}

.regulation-article-text {
  font-size: 0.94rem;
  line-height: 1.5;
  color: #e5e7eb;
}

/* Küçük ekran uyumu */
@media (max-width: 768px) {
  .regulation-wrapper {
    padding: 24px 18px;
  }

  .regulation-meta-line {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9d3697 */.departmanbuton-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  justify-content: center;
  max-width: 700px;
  margin: auto;
}

@media (min-width: 768px) {
  .departmanbuton-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.departmanbuton {
  text-decoration: none;
  text-align: center;
  padding: 14px 10px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: 0.25s ease;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  backdrop-filter: blur(6px);
}

/* Renk temasına göre butonlar */
.departmanbuton.faaliyet {
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  color: #ffffff;
}

.departmanbuton.egitim {
  background: linear-gradient(135deg, #a78bfa, #6366f1);
  color: #ffffff;
}

.departmanbuton.malzeme {
  background: linear-gradient(135deg, #4ade80, #22c55e);
  color: #0b3d1f;
}

/* Hover efekti (iç açıcı) */
.departmanbuton:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.2);
  filter: brightness(1.08);
}

/* Tıklama efekti */
.departmanbuton:active {
  transform: translateY(-1px) scale(0.98);
}/* End custom CSS */