@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
  color: #333;
}

.top-bar {
  height: 45px;
  background-color: #000;
}

.logo-container {
  text-align: center;
  margin: 20px 0;
}

.logo {
  height: 80px;
}

.navbar {
  background-color: #ff6600;
  text-align: center;
}

.navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar li {
  margin: 10px;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
}

.slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.slider img {
  width: 45%;
  border-radius: 10px;
}

.hizmetler-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px;
}

.hizmet-kutu {
  min-width: 250px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  background-color: #fff8f0;
}

.hizmet-kutu img {
  width: 100%;
  border-radius: 10px;
}

.hizmet-btn {
  display: inline-block;
  margin-top: 10px;
  background-color: #ff6600;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
}

footer {
  background-color: #222;
  color: white;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  justify-content: space-between;
}

.footer-left {
  max-width: 300px;
}

.footer-logo {
  width: 120px;
  margin-bottom: 10px;
}

.kurumsal-yazi {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-tel {
  font-weight: bold;
}

.footer-menus {
  display: flex;
  gap: 40px;
}

.footer-menu h4 {
  margin-bottom: 10px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu a {
  color: #ccc;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #ff6600;
}