
html,body {
  font-family: 'Roboto', sans-serif;
  background: #F8F8F8;
  font-size: 14px;
  height: 100%;
}
/* Header */
header {
  background-color: #000; /* Siyah arka plan */
  text-align: center;
  padding: 40px 0;
}

.header-content img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.content {
  font-size: 0;
}
.main-content {
  min-height: 100%;
  margin: 0 auto -250px;
}

.full-width-banner img {
  width: 100%;
  height: auto;
}

.three-banners {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
  width: 100%;
}

.banner-item {
  width: 32%;
}

.banner-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Footer */
footer {
  background-color: #000;
  color: white;
  width: 100%;
  padding: 20px 0;
  min-height: 250px;
}

.footer,
.push {
  min-height: 250px;
}

.footer-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding-top: 54px;
}

.footer-logo {
  margin-right: 20px;
}

.footer-logo img {
  max-width: 150px;
}

.footer-links ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

.footer-links a {
  color: white;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links  {
  display: flex;
  padding-top: 15px;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  margin-left: 90px;
}
.footer-links ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}



/* İçerik Sayfaları */

.page-title {
  color:#606060;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  background: #fff;
  padding: 12px 15px;
  margin-top: 20px;
}

.page-description {
  color:#606060;
  font-size: 14px;
  width: 100%;
  background: #fff;
  margin: 20px 0;
  padding: 15px;
  line-height: 20px;
}


.page-description ul {
 padding-left: 40px;
}


.page-description ul li {
 list-style-type: disc;
}

.page-description .baslik {
  justify-content: space-between;
  margin: 15px 0;
  background-color: #fff;
  padding-top: 15px;
  font-size: 18px;
}

.page-description .page-title  {
  font-weight: normal;
  width: 100%;
  padding: 0;
  margin-top: 0;
  font-size: 18px;
}

.page-description a {
  color: #004aad;
  text-decoration: none;
}

.page-sub-content {
  padding-left: 10px;
}
.table-title {
  padding: 10px;
}
.table-title-pl0 {
  padding: 10px 10px 10px 0;
}
.table-content-p3 {
  padding: 3px 3px 3px 0;
}
.new-row td {
  padding-top: 30px;
}
.decoration-none li {
  list-style-type: none !important;
}

/* Media */
@media screen and (max-width:768px) {
  header {
    padding: 50px 0 25px 0;
    max-height: 120px;
  }
  .header-content img {
    max-width: 100px;
    width: 100%;
  }
  .three-banners--content {
    overflow: auto;
  }
  .three-banners {
    padding: 0 20px;
  }
  .banner-item {
    min-width: 200px;
    width: 100%;
  }
  .footer-content {
    flex-direction: column;
    min-height: inherit;
    padding: 10px 0 30px 0;
    align-items: center;
  }
  .footer-logo img {
    max-width: 100px;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-links ul {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer-links ul li {
    text-align: center;
  }
  footer, .push {
    min-height: 150px;
  }
  .main-content {
    margin: 0 auto -150px;
  }
}