<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #faf3f0;
}
html {
  scroll-behavior: smooth;
}
* {
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #faf3f0;
}
html {
  scroll-behavior: smooth;
}
* {
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

nav {
  width: 100%;
  top: 0;
  height: 200px;
  background: rgba(46, 76, 109, 0.4);
}
nav img {
  left: 200px;
  width: 200px;
  height: auto; /* Ã–rneÄŸin, logo boyutunu ayarlamak iÃ§in */
  display: block;
  position: relative;
}
nav ul li a {
  font-size: 25px;
  border-radius: 5px;
}
.navbar-nav {
  font-size: 25px;
  color: white;
}
.navbar-nav .nav-item .nav-link {
  color: white;
}
.nav-link .whatsapp-button {
  background-color: #1d5d9b;
  color: #1d5d9b;
}
nav ul li a:hover,
.dropdown:hover .dropbtn {
  background-color: #1d5d9b;
  color: #1d5d9b;
}
.hizmet-container {
  margin-top: 50px;

  background-image: url("arka-plan-1.jpg");
  background-color: #f6f1f1;
  padding: 40px;
}
.hizmet-container h2 {
  text-align: center;
}

.hizmetler {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.hizmet-kart {
  position: relative;
  width: 400px;
  height: 500px;
  margin: 20px;
  background-color: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
}

.hizmet-kart:hover {
  background-color: ghostwhite;
}

.hizmet-kart .card-image {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.hizmet-kart .card-image img {
  width: 100%;
  height: auto;
}

.hizmet-kart .hizmet-baÅŸlÄ±k {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 50px;
  text-decoration: none;
  text-align: center;
}
.hizmet-kart .hizmet-baÅŸlÄ±k a {
  text-decoration: none;
}

.hizmet-kart .hizmet-tanÄ±m {
  font-size: 16px;
}
#iletisim {
  background-color: #333333;
  padding: 50px;
  text-align: center;
}

#iletisim h2 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

#iletisim p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 40px;
}

#iletisim ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#iletisim li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  text-decoration: none;
}

#iletisim li a {
  background-color: #1d5d9b;
  border-radius: 5px;
  padding: 5px;
  color: white;
  text-decoration: none;
}

footer {
  background-color: #333333;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}
#backToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: blue;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#backToTopBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 24px;
}

#backToTopBtn:hover {
  opacity: 0.7;
}
.button-container {
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff; /* Ä°steÄŸe baÄŸlÄ± olarak arka plan rengini ayarlayabilirsiniz */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Ä°steÄŸe baÄŸlÄ± olarak gÃ¶lge ekleyebilirsiniz */
  padding: 10px; /* Ä°steÄŸe baÄŸlÄ± olarak iÃ§ boÅŸluÄŸu ayarlayabilirsiniz */
}

.call-button-alt,
.wp-button-alt {
  flex: 1;
}

.call-button-alt a,
.wp-button-alt a {
  text-decoration: none;
  display: block;
  padding: 10px;
  border-radius: 5px; /* Ä°steÄŸe baÄŸlÄ± olarak kenar yuvarlama miktarÄ±nÄ± ayarlayabilirsiniz */
  color: #ffffff; /* Ä°steÄŸe baÄŸlÄ± olarak metin rengini ayarlayabilirsiniz */
  text-align: center;
  font-weight: bold;
}

.call-button-alt a {
  background-color: #3498db; /* YeÅŸil renk */
}

.wp-button-alt a {
  background-color: #27ae60; /* Mavi renk */
}
@media only screen and (max-width: 767px) {
  /* Navbar */
  nav img {
    top: 20px;
    left: 30px;
  }
  .button-container {
    flex-direction: row;
    display: flex;
  }
  .navbar-nav .nav-item .nav-link {
    color: black;
  }
}

@media only screen and (max-width: 960px) {
  /* Navbar */
  nav img {
    top: 20px;
    left: 30px;
  }
  .button-container {
    flex-direction: row;
    display: flex;
  }
  .navbar-nav .nav-item .nav-link {
    color: black;
  }
}
@media only screen and (max-width: 1200px) {
  /* Navbar */
  nav img {
    top: 20px;
    left: 30px;
  }
  .button-container {
    flex-direction: row;
    display: flex;
  }
  .navbar-nav .nav-item .nav-link {
    color: black;
  }
}
</pre></body></html>