html, body {
  margin: 0;
  overflow: auto;
  scrollbar-width: none;
  font-family: "Poppins", sans-serif;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
}

body::-webkit-scrollbar {
  display: none;
}

.header-card {
  margin: 20px auto 30px auto;
  width: 87%;
  display: flex;
  align-items: center;
  background: rgba(40, 40, 40, 0.521);
  border-radius: 20px;
  padding: 10px 15px;
  backdrop-filter: blur(10px);
}

.header-card .logo {
  color: #faaf40;
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
}

.header-card .headerbaslik {
  text-align: start;
  margin-right: auto;
  padding-left: 10px;
}

.header-card .headerbaslik h1,
.header-card .hemenara h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.header-card .headerbaslik p,
.header-card .hemenara p {
  margin: 0;
  font-size: 13px;
  color: #ccc;
}

.header-card .hemenara {
    cursor: pointer;
  text-align: start;
    display: inline-block; 
  padding-right: 10px;
}

.call {
  margin-right: 5px;
  font-size: 35px;
  color: #4caf50;
  vertical-align: middle;
}

.header-card .hemenara h2 {
  margin-bottom: 5px;
  color: #4caf50;
}

.ilce {
  text-align: center;
  margin-bottom: 30px;
}


.ilce h2 {
  font-size: 25px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block; 
}

.ilce h2::after {
  content: "";
  position: absolute;
  left: 8%;
  bottom: -5px;
  height: 1px;
  width: 85%;
  background-color: #faaf40;
}
.info {
    margin: auto;
  width: 77%;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #ddd;
  text-align: center;
}

.buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px;
  top: 30px;
}

button {
  border: none;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}

button.location {
  background: #4caf50;
}

button.anasayfa {
  margin-bottom: 50px;
  color: black;
  background: #faaf40;
}

.ilceanahtar {
  text-align: start;
  display: inline-block; 
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 15px; 
}

.ilceanahtar h2 {
  font-size: 18px;
  display: inline-block;
  margin: 0 15px 10px 15px;
}

.ilceanahtarinfo {
  text-align: start;
  font-size: 15px;
  line-height: 1.6;
  color: #ddd;
  margin: 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #faaf40;
}

@media (min-width: 750px) {
  .ilceanahtar {
    width: 85%;
  }
}