
.footerbt{
background-color: #ebebeb; 
color:#035c84; padding:10px; 
font-size:16px; 
font-family: Arial, sans-serif;	
}
.menu {
        list-style-type: none; /* Liste noktalarını kaldır */
        padding: 0;
    }

    .menu li a {
        color: #6c757d; /* Başlangıçta mavi-gri */
        text-decoration: none; /* Alt çizgiyi kaldır */
        display: inline-block; /* Hareketi düzgün yapabilmek için inline-block */
        transition: color 0.3s ease, transform 0.3s ease; /* Renk ve kayma geçişleri */
    }

    .menu li a::before {
        margin-right: 5px;
        color: #6c757d; /* Ok işareti rengi */
    }

    .menu li a:hover {
        color: #ff0000; /* Üzerine gelince kırmızı yap */
        transform: translateX(5px); /* Sağa 5px kaydır */
    }
	/**/
.footer-widget h3 {
	margin-top:14px;
    font-size: 20px;
    color: #000; /* Başlık rengi siyah */
    margin-bottom: 15px;
}

.footer-widget p {
    color: #000; /* Yazı rengi siyah */
    margin-bottom: 10px;
}

.info-box_link {
    color: #000; /* Link rengi siyah */
    text-decoration: none;
}

.info-box_link:hover {
    color: #007bff; /* Hover'da link rengi mavi */
}

.th-social {
    margin-top: 20px;
}
.th-sociall {
    margin-top: 2px;
}
.th-sociall a {
    font-size: 16px;
    margin-right: 10px;
    color: inherit; /* Sosyal medya ikonlarının kendi renkleriyle görünmesini sağlar */
    transition: transform 0.3s ease, text-shadow 0.3s ease; /* Yumuşak geçişler */
}
.th-social a {
    font-size: 22px;
    margin-right: 10px;
    color: inherit; /* Sosyal medya ikonlarının kendi renkleriyle görünmesini sağlar */
    transition: transform 0.3s ease, text-shadow 0.3s ease; /* Yumuşak geçişler */
}



.th-social a i {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9); /* İnce siyah gölge ekler */
    transition: text-shadow 0.3s ease; /* Gölgenin yumuşak görünmesini sağlar */
}


.th-social a.facebook {
    color: #1877F2; /* Facebook mavi */
}

.th-social a.whatsapp {
    color: #25D366; /* WhatsApp yeşil */
}

.th-social a.instagram {
    color: #C13584; /* Instagram pembe */
}

.th-social a.map {
    color: #e9460a; /* map */
}
.th-social a.telefon {
	font-size: 16px;
    color: #000; /* telefon */
}
.th-social a:hover i {
    transform: scale(1.4) !important;
    transition: transform 0.3s ease !important;
}
.th-sociall a:hover i {
    transform: scale(1.4) !important;
    transition: transform 0.3s ease !important;
}
/*yandan cıkan icon*/
.right-social-fixed {
    position: fixed;
    bottom: 11px;
    right: -8px;
    z-index: 100;
}
.right-social-fixed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.right-social-fixed ul li {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    transition: 0.3s;
    transform: translateX(calc(100% - 57px)); /* Kenar dışından gelir */
}
.right-social-fixed ul li a {
    padding: 5px 10px;
    background-color: #111e72;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: inherit;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}

/* WhatsApp */
.right-social-fixed ul li.wp a {
    background-color: #069d16;
}
.wp img {
    margin-left: -4px;
    width: 34px;
    height: 34px;
    animation: flash 1s infinite; /* Yanıp sönme animasyonu */
}

/* Telefon */
.right-social-fixed ul li.tel a {
    background-color: #f95732;
}
.tel img {
    margin-left: -4px;
    width: 34px;
    height: 34px;
    animation: flash 1s infinite; /* Yanıp sönme animasyonu */
}

/* Flash (yanıp sönme) animasyonu */
@keyframes flash {
    0%, 100% { opacity: 1; } /* Görünür */
    50% { opacity: 0; } /* Tamamen görünmez */
}

/* Hover ile sabitlenme */
.right-social-fixed ul li:hover {
    transform: translateX(0%); /* Hover'da kenardan içeri gelir */
}
