/* Write your custom CSS here */
/* Footer ve widget sosyal medya butonları için marka renkleri */
.footer-social a.facebook, .widget-social a.facebook    { background: #345aa8; }
.footer-social a.instagram, .widget-social a.instagram  { background: #ff1d7d; }
.footer-social a.twitter, .widget-social a.twitter      { background: #55acef; }
.footer-social a.linkedin, .widget-social a.linkedin    { background: #0077b5; }
.footer-social a.youtube, .widget-social a.youtube      { background: #FF0000; }
.footer-social a.whatsapp, .widget-social a.whatsapp    { background: #25D366; }
.footer-social a.telegram, .widget-social a.telegram    { background: #0088cc; }
.footer-social a, .widget-social a {
    color: #fff !important;
    border-radius: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 5px;
    font-size: 14px;
    transition: background 0.2s;
}
.footer-social a:hover, .widget-social a:hover {
    filter: brightness(1.1);
    color: #fff !important;
}