/* ═══════════════════════════════════════════
   Vizyon Misyon Değerler – ASAŞ (sadece bu sayfa)
═══════════════════════════════════════════ */

@import url('breadcrumb.css');

*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #54555A;
  background: #fff;
  margin: 0;
  padding: 0;
}

.container-asas {
  width: 100%;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--asas-gutter, 48px);
  padding-right: var(--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; } }

.page-body {
  margin-top: 130px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media (max-width: 767.98px) {
  .page-body { margin-top: 48px; margin-bottom: 48px; gap: 28px; }
}

.swiper-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.hakkimizda-swiper {
  width: 100%;
  aspect-ratio: 1410 / 672;
  overflow: hidden;
  min-height: 160px;
}
.hakkimizda-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.hakkimizda-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slide-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 40px 48px;
  background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 100%);
  color: #fff;
}
.slide-caption h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
  letter-spacing: .01em;
}

.custom-pagination {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 11px;
  width: 84px;
  height: 5px;
}
.custom-pagination .dot {
  width: 8px;
  height: 5px;
  border-radius: 0;
  background: #C0C0C0;
  opacity: 0.3;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .3s, opacity .3s;
}
.custom-pagination .dot.active {
  background: #D1000F;
  opacity: 1;
}

.title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  width: 100%;
}
.title-block h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #333333;
  margin: 0;
  max-width: 909px;
}
.title-block p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #54555A;
  margin: 0;
  max-width: 998px;
  text-align: justify;
}

/* ── Vizyon / Misyon başlık + paragraf ── */
.vm-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.vm-section p
{
    margin: 0;
}

.vm-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
}

.vm-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #54555A;
  text-align: justify;
  margin: 0;
  max-width: 1247px;
}

main.page-body > .vm-title { margin-top: 0; }

/* ── DEĞERLERİMİZ kart grid ── */
.values-grid { width: 100%; }

.value-card {
  padding: 34px 26px 34px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  min-height: 395px;
}

.value-card--vizyoner { background: rgba(110, 84, 145, 0.12); }
.value-card--gelisim  { background: rgba(216, 137, 47, 0.12); }
.value-card--duyarli  { background: rgba(98, 160, 64, 0.12); }
.value-card--guvenilir { background: rgba(30, 86, 185, 0.12); }

.page-content-section-cards .row .page-content-section-card-area .page-content-section-card {
    background: rgba(110, 84, 145, 0.12); /* fallback */
}

/* 1, 5, 9, 13... */
.page-content-section-cards .row .page-content-section-card-area:nth-child(4n+1) .page-content-section-card {
    background: rgba(110, 84, 145, 0.12) !important;
}

/* 2, 6, 10, 14... */
.page-content-section-cards .row .page-content-section-card-area:nth-child(4n+2) .page-content-section-card {
    background: rgba(216, 137, 47, 0.12) !important;
}

/* 3, 7, 11, 15... */
.page-content-section-cards .row .page-content-section-card-area:nth-child(4n+3) .page-content-section-card {
    background: rgba(98, 160, 64, 0.12) !important;
}

/* 4, 8, 12, 16... */
.page-content-section-cards .row .page-content-section-card-area:nth-child(4n) .page-content-section-card {
    background: rgba(30, 86, 185, 0.12) !important;
}





.value-icon {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
.value-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.value-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.value-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #54555A;
  margin: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .slide-caption { padding: 24px 28px; }
  .slide-caption h2 { font-size: 26px; }
  .vm-title { font-size: 26px; }
}
@media (max-width: 767.98px) {
  .slide-caption { padding: 16px 20px; }
  .slide-caption h2 { font-size: 18px; }
  .title-block h3 { font-size: 24px; }
  .title-block { gap: 20px; }
  .vm-title { font-size: 22px; }
  .vm-section { gap: 24px; }
  .value-card { min-height: auto; }
}
