.ttm-header-style-02 .site-branding img {
    max-width: 220px;
}
/* alt kutu */
.bottom-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8); /* Arka plan rengi */
}

.call-now, .whatsapp {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white !important;
    text-align: center;
    text-decoration: none; /* Link altını kaldırır */
}

.call-now {
    background-color: #007bff; /* Telefon butonu için uygun bir mavi renk */
}

.whatsapp {
    background-color: #25D366; /* WhatsApp yeşili */
}

.bottom-fixed i {
    margin-right: 8px;
}

footer {
    margin-bottom: 75px;
}
/* Sadece mobilde görünmesi için */
@media (min-width: 768px) {
    .bottom-fixed {
        display: none;
    }

    footer {
        margin-bottom: initial !important;
    }
}


/* alt kutu */