/* Genel Stil Ayarları */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #000;
    text-align: center;
}

/* Başlık ve Logo */
header {
    background-color: #ff6600;
    padding: 0px;
}

header img {
    max-width: 100%;
    height: auto;
}

.kayan-baslik-container {
    background-color: #222;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

/* İçerik Stili */
.yayinkismi {
    max-width: 1800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    color: #000;
}

.yayinkismi h2 {
    color: #ff6600;
    border-left: 5px solid #ff6600;
    padding-left: 10px;
}

.yayinkismi ul {
    list-style: none;
    padding: 0;
}

.yayinkismi ul li {
    background: url('check-icon.png') no-repeat left center;
    padding-left: 25px;
    margin-bottom: 10px;
}

.resim img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 10px auto;
    border-radius: 10px;
}

/* Arama Butonu */
.call-button {
    display: inline-block;
    background-color: #ff6600;
    color: #fff;
    padding: 15px 20px;
    font-size: 1.2em;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.call-button:hover {
    background-color: #cc5500;
}

/* WhatsApp Butonu */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    padding: 15px 20px;
    border-radius: 50px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-button a {
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

/* Footer */
footer {
    background-color: #222;
    color: white;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer a {
    color: #ff6600;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .yayinkismi {
        padding: 15px;
    }
    .call-button {
        width: 80%;
        display: block;
        margin: 10px auto;
    }
}



/* ARA Butonu - Sol Alt Köşe */
.ARA {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999; /* Üst katmanda tut */
}

.ARA .ara-button {
    background-color: #1E1E1E; /* Koyu Gri */
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.ARA .ara-button:hover {
    background-color: #0056b3; /* Daha koyu mavi ton */
    transform: scale(1.05);
}
