section.contact-us .info .icon {
width: auto;
padding: .25rem;
margin-top: .08rem;
display: inline-block;
/* İkon rengi – marka rengi */
color: #8f1d1d;
/* Arka plan – çok hafif bordo tonu */
background-color: rgba(143, 29, 29, 0.12);
border-radius: 50%;
line-height: 0;
transition: background-color .25s ease, color .25s ease;
}
/* Hover ile biraz daha net vurgu */
section.contact-us .info .icon:hover {
background-color: rgba(143, 29, 29, 0.2);
color: #2e2c38;
}