/* CMS: üst şerit yokken tema .header-area { top: 50px } gereksiz boşluk bırakmasın */
.header-area.stratify-header--no-top-bar {
  top: 0 !important;
}

/*
  Tema HTML’i Font Awesome Pro sınıfları kullanıyor (fa-light, fa-thin, fa-duotone).
  Projede FA Free + webfonts kullanıldığı için bu ağırlıklar solid (900) ile eşlenir.
*/
.fa-light,
.fa-thin,
.fa-duotone,
.fal,
.fat {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* İç sayfa header (header-three-area) + üst şerit yok: ekstra üst boşluk gerekmez */
.header-three-area.stratify-header--no-top-bar {
  top: auto;
}

.cms-footer-intro,
.cms-footer-intro p {
  color: rgba(255, 255, 255, 0.75);
}
