/* İletişim Sayfası Özel Stilleri */

/* Input Focus Effects */
input:focus ~ label,
textarea:focus ~ label,
select:focus ~ label {
    color: #3b82f6;
}

/* Map Grayscale Transition */
iframe {
    filter: grayscale(100%);
}
iframe:hover {
    filter: grayscale(0%);
}