body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Arşiv Bölümü Stil */
.archive-container {
    margin: 20px;
}

/* Arşiv butonu */
.archive-btn {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

/* Arşiv içeriği */
.archive-content {
    display: none;
    margin-top: 10px;
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #ddd;
}

.archive-content ul {
    list-style-type: none;
    padding: 0;
}

.archive-content li {
    margin-bottom: 10px;
}

.archive-content li a {
    text-decoration: none;
    color: #007BFF;
    font-size: 14px;
}

.archive-content li a:hover {
    text-decoration: underline;
}
/* H1 Başlık Stili */
.professional-heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
    font-family: 'Arial', sans-serif;
    margin: 20px auto;
    padding: 10px;
    border-bottom: 3px solid #d32f2f;
    display: block;
    max-width: 1800px;
    width: 90%; /* Küçük ekranlarda daha iyi görünüm için */
}

/* Telefon Numarası */
.professional-heading a {
    color: #d32f2f;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #d32f2f;
    padding: 5px 15px;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s;
    display: inline-block;
}

.professional-heading a:hover {
    background: #d32f2f;
    color: white;
}
#iletisim {
    background: linear-gradient(135deg, #c0c0c0, #8FD8D8);
    color: white;
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 1800px;
    margin: 30px auto;
}

#iletisim h2 {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#iletisim p {
    font-size: 18px;
    margin: 10px 0;
}

#iletisim a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#iletisim a:hover {
    color: #ffe4e1;
}

#araButton {
    background: white;
    color: #ff4d6d;
    border: none;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
}

#araButton:hover {
    background: #ff4d6d;
    color: white;
    transform: scale(1.05);
}
/* Genel stil */
.slideshow-container {
    position: relative;
    max-width: 1800px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

/* Slayt görselleri */
.mySlides {
    display: none;
    text-align: center;
}

.mySlides img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Önceki ve Sonraki butonları */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Sol ve sağ butonların konumu */
.prev {
    left: 10px;
}

.next {
    right: 10px;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
    text-align: center; /* T羹m metni ortalar */
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e0f7e9;
    padding: 20px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #000000; /* Siyah arka plan */
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #ffffff; /* Beyaz yaz覺 rengi */
}

section {
    padding: 20px;
    margin: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #e0f7e9;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.whatsapp-button:hover {
    background-color: #128C7E;
}

.call-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.call-button:hover {
    background-color: #0056b3;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e0f7e9;
    padding: 20px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #000000; /* Siyah arka plan */
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #ffffff; /* Beyaz yaz覺 rengi */
}

section {
    padding: 20px;
    
}
/* Navbar Genel Stili */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #ff0000, #8FD8D8);
    padding: 15px 30px;
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Logo Stili */
.logo img {
    height: 50px;
}

/* Telefon Butonu */
.call-button {
    background: white;
    color: #ff4d6d;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.call-button:hover {
    background: #ff4d6d;
    color: white;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    color: #333;
}

header {
    background-color: #d32f2f;
    color: white;
    text-align: center;
    padding: 20px;
}

h1 {
    margin: 0;
}

.contact {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}

.contact a {
    color: white;
    text-decoration: none;
}

.intro, .services, .repair, .maintenance, .pricing {
    padding: 20px;
    background-color: white;
    margin: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #d32f2f;
}

.warning {
    background-color: #ffebee;
    padding: 10px;
    border-left: 5px solid #d32f2f;
    font-weight: bold;
}

ul {
    padding-left: 20px;
}

.contact {
    text-align: center;
    margin-top: 20px;
}

footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

@media (max-width: 600px) {
    .contact {
        font-size: 1em;
    }
}
.yayin {
    margin: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    width: 100%;
    max-width: 1800px;
    margin: auto;
    box-sizing: border-box;
}

.services-title {
    display: flex; /* Hizmetlerimiz ve başlık yan yana gelsin diye flex kullanıyoruz */
    justify-content: space-between; /* Alanı eşit dağıtmak için */
    align-items: center; /* Ortalamak için */
    margin-bottom: 20px; /* Hizmetler kısmı ile alt içerik arasında boşluk */
}

.services-title h2 {
    font-size: 24px; /* Başlık boyutunu ayarlıyoruz */
    color: #333;
    margin-right: 20px; /* Hizmetler kısmı ile başlık arasına boşluk ekliyoruz */
}

.hizmetler {
    font-size: 16px; /* Hizmetler kısmının font boyutu */
    line-height: 1.6;
}

.hizmetler h4 {
    margin-bottom: 10px;
    font-size: 18px; /* Hizmetler başlığını biraz daha büyük yapıyoruz */
}

.hizmetler ul {
    list-style-type: none;
    padding-left: 0;
}

.hizmetler ul li {
    margin-bottom: 5px; /* Liste elemanları arasına boşluk */
    font-size: 16px; /* Liste elemanlarının font boyutunu ayarlıyoruz */
}
/* Navbar ayarları */
.navbar1 {
    display: flex;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
    height: 60px; /* Navbar yüksekliği */
    background-color: #333; /* Navbar arka plan rengi */
    padding: 0 20px; /* Navbar kenar boşlukları */
}

/* Logo ayarları */
.logo {
    display: flex;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
}

.logo img {
    max-width: 100%; /* Resmi konteyner genişliğine uydurur */
    height: auto; /* Yüksekliği orantılı tutar */
}
/* Genel stil ayarları */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    overflow-x: hidden; /* Yatay kaydırmayı engelle */
}

/* Slayt konteyneri */
.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden; /* Taşan resimler gizlenecek */
    margin: 0 auto;
    height: 60vh; /* Yükseklik ayarlandı */
}

/* Slaytlar */
.slider {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.slide {
    min-width: 100%; /* Her bir slayt genişliği %100 olacak */
    height: 100%; /* Slaytlar, container'a tam uyacak şekilde ayarlanır */
    background-size: cover; /* Resmi container boyutlarına uydurur */
    background-position: center center; /* Arka plan resmini ortalar */
}

/* Sol ve Sağ oklar */
.prev, .next {
    position: absolute;
    top: 50%;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
    transform: translateY(-50%);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Mobil uyumluluk için stil */
@media (max-width: 768px) {
    .slider-container {
        height: 50vh; /* Slaytın yüksekliğini mobilde optimize etmek için */
    }

    .prev, .next {
        padding: 12px;
        font-size: 16px; /* Okların boyutunu küçültelim */
    }

    .slide {
        object-fit: contain; /* Mobilde uyumlu görünüm için 'contain' kullanılacak */
    }
}

/* Dikey ekranlar için (portrait) uyumluluk */
@media (max-width: 480px) {
    .slider-container {
        height: 40vh; /* Daha küçük ekranlar için slayt yüksekliğini azaltalım */
    }

    .prev, .next {
        font-size: 14px; /* Çok küçük ekranlar için okları daha da küçültelim */
    }

    .slide {
        object-fit: contain; /* Resim kesilmesini önlemek için 'contain' kullanmaya devam edelim */
    }
/* Services bölmesini ortalamak */
.services {
    text-align: center; /* İçerikleri yatayda ortalar */
    margin: 0 auto; /* Eğer kapsayıcıyı da ortalamak isterseniz */
}

/* Başlık (h2) stili */
.services h2 {
    margin-bottom: 10px; /* Başlık ile metin arasında boşluk */
}

/* Paragraflar (p) stili */
.services p {
    margin: 5px 0; /* Paragraflar arasında boşluk */
}

/* Highlight metni stil */
.services .highlights {
    font-weight: bold;
    margin-top: 10px; /* Diğer paragraflardan biraz uzak tutalım */
}


.image-container img {
    max-width: 500px;
    width: 100%;
    height: auto;
}
