 body {
  padding: 0px;
}

.row.text-center.mb-4.align-items-stretch {
  margin-top: 100px;
}

.fake-accordion::after {
  display: none !important;
}

.accordion-button.fake-accordion {
  height: 80px;
}

.accordion-button {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

.equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-content {
  padding: 30px;
}

.accordion-button::after {
  filter: brightness(0) invert(1); /* beyaz yapmak için */
}

.list-group {
  font-weight: 600;
}

.list-group-item {
  border:1px solid #CC0000;
}

.accordion-body {
  border:5px solid #CC0000;
}

/* Accordion Background Colors */
#accordionTop1 .accordion-button {
  background-color: #4b6584; /* Belediye Meclisi */
  color: white;
}
#accordionTop2 .accordion-button {
  background-color: #CC0000; /* Belediye Başkanı */
  color: white;
}
#accordionTop3 .accordion-button {
  background-color: #4b6584; /* Belediye Encümeni */
  color: white;
}

#accordion1 .accordion-button {
  background-color: #CC0000; /* Başkan Yrd. Serap Saruhan */
  color: white;
}
#accordion2 .accordion-button {
  background-color: #CC0000; /* Başkan Yrd. Serpil Keskin */
  color: white;
}
#accordion3 .accordion-button {
  background-color: #CC0000; /* Başkan Yrd. Reyhan Aydın */
  color: white;
}
#accordion4 .accordion-button {
  background-color: #CC0000; /* Başkan Yrd. Çağlar Samancı */
  color: white;
}
#accordion5 .accordion-button {
  background-color: #CC0000; /* Başkan Yrd. Halil Arslan */
  color: white;
}
#accordion6 .accordion-button {
  background-color: #CC0000; /* Başkan Yrd. Serdar Arıcan */
  color: white;
}
