/* WhatsApp Butonu */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px; /* İlk olarak genişlik ve yükseklik ayarları */
    height: 60px;
    z-index: 1000; /* Üstte kalmasını sağlamak için yüksek bir z-index değeri */
    transform: scale(0.8); /* Buradaki değer butonun büyüklüğünü ayarlar */
}

.whatsapp-button a {
    display: block;
    width: 100%;
    height: 100%;
}

.whatsapp-button img {
    width: 100%;
    height: 100%;
    border-radius: 50%; /* Butonu yuvarlak yapmak için */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.containerr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    justify-content: center;
    margin: auto;
    
   
       
}

.box1 {
    flex: 1 1 300px;
    margin: 10px;
    padding: 20px;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    align-items: center;
    
}
.box2 {
    flex: 1 1 300px;
    margin: 10px;
    padding: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 20px;
    
}




/* Küçük ekranlar için (mobil) */
@media (max-width: 600px) {
    .box {
        flex: 1 1 100%;
    }
}



.site-titlee {
    font-size: 1.5em;
    
}
.logo{
    height: 100px;
   
}


.logo-container {
    display: flex;
    align-items: center;
    color: white;
}

.site-title {
    font-size: large;
    padding-left: 10px; /* Yazı ile logo arasındaki boşluk */
    color: white; /* Yazı rengini beyaz olarak ayarlamak için */
    text-decoration: none; /* Link alt çizgisini kaldırmak için */
}

/* Responsive Styles */
@media (max-width: 600px) {
    .site-titlee {
        font-size: 1.2em;
    }
}