/* ═══════════════════════════════════════════
   Grup Faaliyetleri – Detay (Figma 1248/613 + 5 dot)
═══════════════════════════════════════════ */

:root { --asas-gutter: 48px; }
@media (max-width: 1199.98px) { :root { --asas-gutter: 32px; } }
@media (max-width: 991.98px) { :root { --asas-gutter: 24px; } }
@media (max-width: 767.98px) { :root { --asas-gutter: 16px; } }

/* Breadcrumb (İnsan Kaynakları referans) */
.bc-wrapper {
  width: 100%;
  padding-left: 123px;
  padding-right: 123px;
  padding-top: 30px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .bc-wrapper { padding-left: 48px; padding-right: 48px; }
}
@media (max-width: 767.98px) {
  .bc-wrapper { padding-left: 24px; padding-right: 24px; }
}
.slide-breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: 25px;
  width: auto;
}
.bc-item {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.bc-item:hover { text-decoration: underline; }
.bc-current {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
.bc-arrow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.bc-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 24px;
  height: 24px;
  background: #6D7175;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.bc-more:hover { background: #555; }

.gfd-page {
  width: 100%;
  background: #FFFFFF;
}

.gfd-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 0;
}



.gfd-hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.gfd-hero-swiper {
  width: 100%;
  max-width: 1248px;
  aspect-ratio: 1248 / 613;
  overflow: hidden;
  background: #f0f0f0;
}

.gfd-hero-swiper .swiper-slide {
  height: 100%;
  position: relative;
}

.gfd-hero-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gfd-hero-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gfd-hero-dots {
  width: 84px;
  height: 5px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 11px;
}

.gfd-hero-dots .dot {
  width: 8px;
  height: 5px;
  background: #C0C0C0;
  opacity: 0.3;
  cursor: pointer;
}

.gfd-hero-dots .dot.active {
  background: #D1000F;
  opacity: 1;
}

.gfd-title {
  width: 100%;
  max-width: 895px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.gfd-title h1 {
  margin: 0;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 991.98px) {
  .gfd-title h1 { font-size: 36px; line-height: 44px; }
}

@media (max-width: 575.98px) {
  .gfd-title h1 { font-size: 28px; line-height: 34px; }
}

.gfd-rich {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* color: #667085; */
}


.gfd-cta {
  margin-top: 24px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 19px 29px;
  background: #D1000F;
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16.8px;
  line-height: 20px;
}

.gfd-cta:hover { filter: brightness(0.95); }

/* Mobilde "Daha Fazlası" collapse */
.gfd-more-toggle {
  display: none;
  margin-top: 24px;
  padding: 20px 29px;
  background: #D1000F;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .gfd-more-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .gfd-more-content { display: none; }
  .gfd-more.is-open .gfd-more-content { display: block; }
  .gfd-related { display: none; }
  .gfd-page.is-more-open .gfd-related { display: block; }
  .gfd-page .gfd-more-toggle { margin: 0 var(--asas-gutter, 16px) 48px; width: calc(100% - (var(--asas-gutter, 16px) * 2)); }
}

/* Related cards */
.gfd-related {
  width: 100%;
  background: #FFFFFF;
}

.gfd-related-container {
  width: 100%;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--asas-gutter, 48px);
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gfd-related-heading {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #101828;
}

.gfd-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 69px;
  padding: 60px 0;
}

@media (max-width: 1199.98px) {
  .gfd-cards { gap: 32px; }
}

@media (max-width: 991.98px) {
  .gfd-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 40px 0; }
}

@media (max-width: 575.98px) {
  .gfd-cards { grid-template-columns: 1fr; }
}

.gfd-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background: #FDFDFD;
}

.gfd-card-head {
  width: 100%;
  aspect-ratio: 443 / 331;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}

.gfd-card-head img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gfd-card-body {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.gfd-card-title-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.gfd-card-title-row h3 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.gfd-card-date {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #828282;
  flex-shrink: 0;
}

.gfd-card-body p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6C6D70;
}

.gfd-card-more {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}


.group-activity-button {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    padding: 18px 42px;
    background: #d1000f;
    color: #fff;
    text-decoration: none;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    column-gap: 12px;
}

.group-activity-area {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.other-group-activities {
    display: flex;
    flex-direction: column;
    row-gap: 90px;
}

.other-group-activities-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #101828;
}

.group-activity-card-image, .group-activity-card-image img {
    aspect-ratio: 2/1.45;
    object-fit: cover;
}

.group-activity-card-text-and-link {
    padding: 20px 24px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    background: #FDFDFD;
}

.group-activity-text {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.group-activity-card-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.group-activity-card-date {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #828282;
}

.group-activity-card-description, .group-activity-card-description * {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #6C6D70;
    margin: 0;
}

.group-activity-card-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

    .group-activity-card-description br {
        display: none;
    }

.group-activity-link {
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    column-gap: 10px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

.group-activity-card-link{
    text-decoration: none;
}