
/*-- Use For Custom Styling --*/

/* Contact links hover effect */
.contact-info-item a {
    color: #4f4f4f !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-item a:hover {
    color: rgb(203, 52, 43) !important;
}

/* Fix Turkish character uppercase issue in navigation */
header nav .navbar-nav > li > a {
    text-transform: none !important;
}