@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f7f7f7;
    color: #222;
}
header {
    background: #fff !important;
    color: #222;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
nav a:hover {
    color: #ffb300;
}
.hero {
    background: linear-gradient(90deg, #ffb300 0%, #ffd54f 100%);
    color: #222;
    padding: 60px 0 40px 0;
    text-align: center;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
section {
    margin: 40px 0;
}
h2 {
    color: #ffb300;
    margin-bottom: 20px;
}
.services, .regions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    list-style: none;
}
.services li, .regions li {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 15px 25px;
    font-size: 1.1em;
    flex: 1 1 200px;
}

#hizmetler .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  text-align: center;
}



.section-title {
  text-align: center;
  font-size: 28px;
  color: orange;
  font-weight: bold;
  margin: 40px 0 20px 0;
}

#hizmetler .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.service-card {
  width: 250px;
  padding: 15px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.service-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.service-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

#bolgeler .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}



#iletisim {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

#iletisim .section-title {
  font-size: 28px;
  color: orange;
  font-weight: bold;
  margin-bottom: 30px;
}

.contact-box {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 18px;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.contact-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.call-now {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #007BFF;
  color: white;
  padding: 12px 20px;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  font-weight: 600;
  font-size: 16px;
  z-index: 999;
  transition: background 0.3s ease;
}

.call-now a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.call-now i {
  font-size: 18px;
}

.call-now:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .call-now {
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    border-radius: 40px;
    padding: 12px 18px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .call-now .call-text {
    display: none;
  }
}


@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,123,255, 0.4); }
  70% { box-shadow: 0 0 0 12px rgba(0,123,255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0,123,255, 0); }
}

.call-now {
  animation: pulse 2.5s infinite;
}



.contact-item:last-child {
  border-bottom: none;
}

.contact-item .label {
  font-weight: 600;
  color: #333;
}

.contact-item a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.contact-item a:hover {
  color: #ffa000;
}

footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
}
@media (max-width: 700px) {
    .container, header .container {
        flex-direction: column;
        align-items: flex-start;
    }
    .services, .regions {
        flex-direction: column;
    }
}
.topbar {
    background: #1976d2;
    color: #fff;
    font-size: 1em;
    padding: 8px 0;
}
.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.topbar-left, .topbar-center, .topbar-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.topbar-right {
    margin-right: 50px; /* Sağdan boşluk verip sola çeker */
}


.topbar a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    font-size: 1em;
}
.topbar a:last-child {
    margin-right: 0;
}
.topbar i {
    margin-right: 4px;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    
}

.logo img {
    height: 80px;
    width: auto;
}

.logo-text {
    font-size: 1.6em;
    font-weight: bold;
    color: #222;
}
.main-menu {
    background: #fff !important;
    list-style: none;
    display: flex;
    gap: 28px;
    margin: 0;
    padding: 0;
}
.hero-slider-pro {
  position: relative;
  width: 100vw;
  height: 100vh; /* Ekranı tam kaplar */
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.7s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain; /* Foto tam gözüksün */
  background-repeat: no-repeat;
  background-position: center;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

/* DOT Konumlandırması */
.hero-slider-controls {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 10;
}



/* DOT Görünümü */
.hero-slider-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #ffb300;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}

.hero-slider-dot.active {
  background: #ffb300;
  border: 2px solid #fff;
}






/* 🔽 Mobilde tam ekran görünüm için */
@media (max-width: 768px) {
  .hero-slider-pro {
    height: 100vh;
    max-height: none;
    min-height: auto;
  }
}

.main-menu > li {
    position: relative;
}
.main-menu a {
    color: #222 !important;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.08em;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: color 0.2s;
}
.main-menu a:hover {
    color: #ffb300 !important;
}
.dropdown.show .dropdown-menu {
  display: block;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-radius: 0 0 8px 8px;
  min-width: 220px;
  z-index: 10;
}
.dropdown-menu li {
    padding: 0;
}
.dropdown-menu a {
    display: block;
    padding: 12px 20px;
    color: #222;
    font-size: 1em;
    border-bottom: 1px solid #f0f0f0;
}
.dropdown-menu a:hover {
    background: #ffecb3;
    color: #ff9800;
}
.dropdown-menu li:last-child a {
    border-bottom: none;
}
@media (max-width: 900px) {
    .header-flex, .topbar .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .main-menu {
        flex-direction: column;
        gap: 10px;
    }
}
.service-detail {
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 32px 24px 24px 24px;
    text-align: center;
}
.service-detail h1 {
    font-size: 2em;
    color: #ffb300;
    margin-bottom: 20px;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}
.service-img {
    width: 100%;
    max-width: 420px;
    border-radius: 10px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.service-detail p {
    font-size: 1.15em;
    color: #333;
    margin-bottom: 32px;
    line-height: 1.7;
}
.back-btn {
    display: inline-block;
    background: #ffb300;
    color: #222;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.1em;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.back-btn:hover {
    background: #ffa000;
    color: #fff;
}
@media (max-width: 700px) {
    .service-detail {
        padding: 16px 4vw 20px 4vw;
    }
    .service-img {
        max-width: 100%;
    }
} 