.fedStoryArea {
    position: relative;
    width: 100%;
    padding: 20px 60px;
    background: #063a68;
}

.fedStoryTrack {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.fedStoryTrack::-webkit-scrollbar {
    display: none;
}

.fedStoryItem {
    flex: 0 0 auto;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.fedStoryCircle {
    width: 90px;
    height: 90px;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(45deg,#ff0066,#ffb703,#00b4ff);
}

.fedStoryMedia {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #111;
}

.fedStoryMedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fedStoryLabel {
    margin-top: 6px;
    font-size: 12px;
    color: #fff;
	    line-height: 15px;
}

/* OK BUTONLARI – ÖZEL */
.fedNavBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(15,23,42,0.85);
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    z-index: 20;
}

.fedNavBtn:hover {
    background: rgba(15,23,42,1);
}

.fedNavPrev {
    left: 12px;
}

.fedNavNext {
    right: 12px;
}
















.fedNumbersSection {
    position: relative;
    padding: 60px 0;
}

.fedNumbersTitle {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}

.fedNumbersWrapper {
    position: relative;
    width: 100%;
}

.fedNumbersViewport {
    overflow: hidden;
    width: 100%;
}

.fedNumbersTrack {
    display: flex;
    transition: transform 0.5s ease;
}

.fedNumbersItem {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* OKLAR */
.fedNumbersBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(15,23,42,0.9);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 99;
}

.fedNumbersPrev { left: -50px; }
.fedNumbersNext { right: -50px; }

.fedNumbersBtn:hover {
    background: rgba(15,23,42,1);
}

/* MOBİL */
@media (max-width: 768px) {
    .fedNumbersItem {
        flex: 0 0 100%;
        max-width: 100%;
    }
}












.fedGallerySection {
    padding: 60px 0;
}

.fedGalleryTitle {
    text-align: center;
    margin-bottom: 40px;
}

.fedGalleryTitle h2 {
    font-size: 30px;
    font-weight: 500;
}

.fedGalleryWrapper {
    position: relative;
}

.fedGalleryViewport {
    overflow: hidden;
    width: 100%;
}

.fedGalleryTrack {
    display: flex;
    transition: transform 0.5s ease;
}

.fedGalleryItem {
    flex: 0 0 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.fedGalleryItem img {
    width: 100%;
    display: block;
}

.fedGalleryCaption {
    background: #fff;
    padding: 12px;
    font-size: 14px;
}

/* OKLAR */
.fedGalleryBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(15,23,42,0.9);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
}

.fedGalleryPrev { left: -50px; }
.fedGalleryNext { right: -50px; }

.fedGalleryBtn:hover {
    background: rgba(15,23,42,1);
}

/* TABLET */
@media (max-width: 992px) {
    .fedGalleryItem {
        flex: 0 0 50%;
    }
}

/* MOBİL */
@media (max-width: 576px) {
    .fedGalleryItem {
        flex: 0 0 100%;
    }
}















.fedAthletesSection .tab-content-box-item {
    display: none;
}

.fedAthletesSection .tab-content-box-item.tab-content-box-item-active {
    display: block;
}

/* CAROUSEL */
.fedAthleteCarousel { position: relative; width: 100%; }
.fedAthleteViewport { overflow: hidden; }
.fedAthleteTrack {
    display: flex;
    transition: transform .4s ease;
}
.fedAthleteTrack > div {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 12px;
    box-sizing: border-box;
}

/* NAV */
.fedAthleteNav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
     background: rgba(15,23,42,0.85);
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 5;
}
.fedPrev { left: -50px; }
.fedNext { right: -50px; }

@media (max-width: 992px) {
    .fedAthleteTrack > div { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 576px) {
    .fedAthleteTrack > div { flex: 0 0 100%; max-width: 100%; }
}
.fedAthletesSection .tabs-content-box {
    position: relative;
    min-height: 520px; /* en uzun tab yüksekliği kadar */
}

.fedAthletesSection .tab-content-box-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease;
}

.fedAthletesSection .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}












.fed-announcement-section {
    background: #c7eafb;
    padding: 50px 0;
}

.fed-ann-carousel {
    position: relative;
}

.fed-ann-viewport {
    overflow: hidden;
}

.fed-ann-track {
    display: flex;
    transition: transform 0.5s ease;
}

.fed-ann-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
    box-sizing: border-box;
}

.fed-ann-item a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.fed-ann-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* FOTO ALT BAŞLIK */
.fed-ann-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0)
    );
}

/* NAV OKLARI */
.fed-ann-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
     background: rgba(15,23,42,0.85);
    color: #fff;
    border: none;
    font-size: 22px;
    cursor: pointer;
    z-index: 5;
}

.fed-ann-prev { left: -50px; }
.fed-ann-next { right: -50px; }

/* TABLET */
@media (max-width: 992px) {
    .fed-ann-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* MOBİL */
@media (max-width: 576px) {
    .fed-ann-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



















.fedStoryArea {
  position: relative;
  background: #063a68;
  padding: 20px 60px;
}
.fedStoryTrack {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scrollbar-width: none;
}
.fedStoryTrack::-webkit-scrollbar {
  display: none;
}
.fedStoryItem {
  width: 100px;
  cursor: pointer;
  text-align: center;
}
.fedStoryCircle {
  width: 90px;
  height: 90px;
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(45deg, #ff0066, #ffb703, #00b4ff);
}
.fedStoryMedia {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.fedStoryMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fedStoryLabel {
  color: #fff;
  font-size: 12px;
  margin-top: 6px;
  line-height: 15px;
}

/* NAV */
.fedNavBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}
.fedNavPrev {
  left: 12px;
}
.fedNavNext {
  right: 12px;
}

/* POPUP */
.fedStoryPopup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.fedStoryPopup.active {
  display: flex;
}

.fedStoryPopupInner {
  width: 360px;
  height: 540px;
  background: #000;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  top: 9%;
}

.fedStoryPopupTrack {
  display: flex;
  height: 100%;
  transition: transform 0.35s linear;
}
.fedStoryPopupItem {
  min-width: 100%;
  height: 100%;
}
.fedStoryPopupItem img,
.fedStoryPopupItem video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CLOSE */
.fedStoryPopupClose {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 40;
}

/* PROGRESS */
.fedStoryProgress {
  position: absolute;
  top: 7%;
  left: 8px;
  right: 8px;
  display: flex;
  gap: 6px;
  z-index: 30;
}
.fedStoryProgressBar {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  border-radius: 3px;
}
.fedStoryProgressFill {
  height: 100%;
  width: 0%;
  background: #fff;
}
.fedStoryPopupPrev,
.fedStoryPopupNext{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    border-radius:50%;
    background:rgba(255,255,255,0);
    color:#fff;
    border:none;
    font-size:16px;
    cursor:pointer;
    z-index:50;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background .2s ease, opacity .2s ease;
}

.fedStoryPopupPrev{ left:0px; }
.fedStoryPopupNext{ right:0px; }

.fedStoryPopupPrev:hover,
.fedStoryPopupNext:hover{
    background:rgba(0,0,0,.8);
}





















.timeline {
  --background: #000;
  --accent: #000420;
  --text: white;
  --line: #000;
  background: #c7eafb;
  color: #000;
  padding: 30px;
}

.timeline h1 {
  border-left: 4px solid #000420;
  padding: 10px 12px 10px;
}

.timeline ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(var(--items), 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.timeline ul:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 3px solid #000;
  left: 11px;
}

.timeline ul:after {
  content: "\f04b";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
  right: -15px;
  font-size: 25px;
  color: #000;
	display:none;
}

.timeline ul li {
  --circle-size: 15px;
  grid-column: var(--index);
  overflow: hidden;
  position: relative;
  height: calc(100% + var(--circle-size) * 0.5);
}

.timeline ul li:after {
  content: '';
  width: var(--circle-size);
  height: var(--circle-size);
  background: var(--line);
  position: absolute;
  bottom: 0;
  left: var(--circle-size);
  border-radius: 100px;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline ul li:nth-child(even):after {
  bottom: auto;
  top: 0;
}

.timeline ul li:nth-child(even) {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  margin-top: calc(var(--circle-size) * -0.45);
}

.timeline ul li:nth-child(odd) p:after,
.timeline ul li:nth-child(even) h3:before {
  content: "";
  display: block;
  border-left: 2px dashed #000;
  height: 100vh;
  margin-top: 10px;
  position: absolute;
  left: calc(var(--circle-size) - 1px);
}

.timeline ul li:nth-child(even) h3:before {
  bottom: 100%;
  margin-bottom: 5px;
}

.timeline ul li>* {
  padding-left: calc(var(--circle-size) * 0.4);
}

.timeline ul li h3 {
  color: #000420;
  margin: 0;
  margin-bottom: 5px;
  font-size: 1.6em;
  position: relative;
}

.timeline ul li p {
  margin: 0;
  position: relative;
  text-wrap: pretty;
}

@media (max-width: 568px) {
  .timeline ul {
    display: flex;
    flex-direction: column;
  }
  .timeline ul li {
    grid-column: 1 !important;
    grid-row: var(--index) !important;
    height: 100%;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .timeline ul:before,
  .timeline ul:after,
  .timeline ul li:after,
  .timeline ul li:nth-child(even) h3:before,
  .timeline ul li:last-child p:after {
    display: none;
  }
  .timeline ul li:first-child {
    padding-top: 0;
  }
  .timeline ul li:nth-child(even) {
    margin-top: 0;
    padding-top: 10px;
  }
  .timeline ul li p:after {
    content: "";
    display: block;
    border-left: 2px dashed #000;
    height: 100vh;
    margin-top: 10px;
    position: absolute;
    left: calc(var(--circle-size) - 1px);
  }
}


.timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  scrollbar-width: none;
}
.timeline-scroll::-webkit-scrollbar {
  display: none;
}

/* GRID BOZULMADAN YATAY AKIŞ */
.timeline ul {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(var(--items), 260px);
  grid-template-rows: repeat(2, 1fr);
  min-width: calc(var(--items) * 260px);
}

/* ORTA ÇİZGİ TAM GENİŞLİK */
.timeline ul:before {
  width: 100%;
}

/* SNAP (kayarken takılsın) */
.timeline ul li {
  scroll-snap-align: start;
}

/* SCROLL SNAP */
.timeline-scroll {
  scroll-snap-type: x mandatory;
}

/* MOBİLDE ESKİ DAVRANIŞ */
@media (max-width: 568px) {
  .timeline-scroll {
    overflow-x: hidden;
  }

  .timeline ul {
    display: flex;
    flex-direction: column;
    min-width: auto;
  }
}
.timeline {
  position: relative;
}

.timeline-viewport {
  overflow: hidden;
  width: 100%;
}

/* TRACK – GRID KORUNUYOR */
.timeline ul {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(var(--items), 280px);
  grid-template-rows: repeat(2, 1fr);
  min-width: calc(var(--items) * 280px);
  transition: transform 0.4s ease;
}

/* OKLAR */
.tl-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000420;
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  z-index: 5;
}

.tl-prev {
  left: -20px;
}

.tl-next {
  right: -20px;
}

.tl-arrow:hover {
  opacity: 0.85;
}

/* MOBİL – CAROUSEL KAPANIR */
@media (max-width: 568px) {
  .tl-arrow {
    display: none;
  }

  .timeline-viewport {
    overflow: visible;
  }

  .timeline ul {
    display: flex;
    flex-direction: column;
    min-width: auto;
    transform: none !important;
  }
}


.timeline {
  position: relative;
}

.timeline-viewport {
  overflow: hidden;
  width: 100%;
}

.timeline ul {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(var(--items), 280px);
  grid-template-rows: repeat(2, 1fr);
  min-width: max-content;
  transition: transform 0.4s ease;
}

/* OKLAR */
.tl-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000420;
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  z-index: 10;
}

.tl-prev { left: -20px; }
.tl-next { right: -20px; }

/* Mobil */
@media (max-width: 568px) {
  .tl-arrow { display: none; }

  .timeline-viewport {
    overflow: visible;
  }

  .timeline ul {
    display: flex;
    flex-direction: column;
    transform: none !important;
  }
}