.header-basic,.is-sticky.header-basic{
	background-color: #121212;
	border-bottom: 1px solid #c00924;
}

.header-basic .menu-link{
	font-size: 1.2rem;
}

.header-search-box{
	background: rgb(0 0 0 / 90%);
}

.header-basic .menu-link.active, .header-basic .menu-link:hover{
	color: #eb0123;
}

.header-basic .has-sub-menu > .sub-menu .sub-menu-item{
	border-bottom: 1px solid #fdfcfc14;
}

.box {
    align-items: center;
    border: 2px solid #D5DDF9;
    border-radius: 16px;
}
.info-items-list .info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  color: #8a071a;
  font-size: 2rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  background-color: rgba(var(--clr-main-rgb), 0.15); /* örnek: 0, 68, 204 */
  transition: all 0.3s ease-in-out;
}

.info-items-list .info-icon:hover {
  background-color: rgba(var(--clr-main-rgb), 0.3);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.icon-box {
  width: 64px;
  height: 64px;
  background-color: #f3dcdc; /* Açık pembe gibi bir ton */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px; /* Kare kutuya hafif yumuşaklık */
  transition: transform 0.3s ease;
  margin-top: 1rem;
}

.icon-box i {
  color: #8a071a; /* Bordo/koyu kırmızı */
  font-size: 28px;
}

.card-all:hover .icon-box {
background-color: #8a071a;
transform: scale(1.1);
}

.card-all:hover .icon-box i {
  color: #ffffff;
}

.card-all
{
  min-width: unset!important;
  margin-top: 0!important;
}

.card {
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
  height: 300px !important;
}

.card-all .card {
  height: unset!important;
  justify-content: start;
  row-gap: 12px;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.deger-misyon-text {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 3rem;
    opacity: 0.75;
    letter-spacing: 0.5px;
}



