#top {
  height: 110px;
  background-image: url(../images/top-bg.jpg);
}

.logo {
  line-height: normal;
  height: 110px;
}

.menu {
  float: right !important;
}

.social {
  float: right !important;
  text-align: right;
  margin-top: 17px;
}

#nav {
  margin-top: 15px;
  display: flex; 
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-left: -40px;
}

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; 
  flex-wrap: nowrap; 

}

#nav ul li {
  background-image: url(../images/ayrac.gif);
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  white-space: nowrap; 
}

#nav ul li a {
  color: #FFF;
  display: block;
  font-family: Myriad Pro;
  font-size: 18px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: -6px;
}

#nav ul li a:hover {
  border-radius: 3px;
  background-color: rgb(247, 148, 30);
  color: #FFF;
  display: block;
  font-family: Myriad Pro;
  font-size: 18px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: -6px;
}

/* Diğer kodlar değişmedi */
.slide {
  background-color: #0d1b42;
  width: 940px !important;
  height: 298px;
  margin-top: 18px;
  padding: 10px;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center !important;
}

#slogan {
  font-size: 25px;
  font-family: "Myriad Pro";
  color: rgb(32, 45, 80);
  font-style: italic;
  margin-top: 20px;
}

#slogan:before {
  content: url(../images/tirnak-left.jpg);
}

#slogan:after {
  content: url(../images/tirnak-right.jpg);
}

.orta {
  margin-top: 25px;
}

.orta h1 {
  font-size: 25px;
  font-family: "Myriad Pro";
  color: rgb(32, 45, 80);
}

.orta p {
  font-size: 16px;
  font-family: "Myriad Pro";
  color: rgb(32, 45, 80);
  line-height: 1.5;
  text-align: justify;
}

.sag {
  background-image: url(../images/sag-bg.png);
  height: 408px;
  background-position: center;
  float: right !important;
}

.sag p {
  padding-left: 40px;
  padding-top: 40px;
  font-size: 16px;
  font-family: "Myriad Pro";
  color: rgb(32, 45, 80);
  line-height: 1.5;
  text-align: justify;
  line-height: 22px;
}

.map {
  width: 220px;
  margin: auto;
}

#footer {
  width: 100%;
  height: 197px;
  background-image: url(../images/footer-bg.jpg);
  margin-top: 40px;
}

.footer {
  margin-top: 50px;
}

.copy {
  float: right !important;
  margin-top: 75px;
}

.copy strong {
  text-align: right;
  font-size: 15px;
  font-family: "Myriad Pro";
  color: rgb(117, 117, 117);
  font-weight: bold;
  line-height: 0.944;
}

.copy p {
  font-size: 15px;
  font-family: "Myriad Pro";
  color: rgb(78, 78, 78);
  line-height: 1.133;
  text-align: right;
}

.slide2 {
  margin-bottom: 5px;
  margin-top: 18px;
  height: 270px;
  background-image: url(../images/slide2-shadow.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.social span {
  font-family: "Myriad Pro";
  color: #FFFFFF;
}
.cozum-ortagimiz {
    display: flex;  /* Elemanları yatayda hizalamak için */
    align-items: center; /* Resim ve yazıyı dikeyde ortalamak için */
}

.cozum-ortagimiz p {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;  /* Yazı ile resim arasındaki boşluk */
}

.cozum-ortagimiz-resim {
    width: 50px;  /* Resmin genişliği */
    height: auto; /* Resmin oranını korur */
}
