/*
Theme Name: Fatih Küçükmustafa Hair Transplant
Theme URI: https://example.com
Author: Lim Creative
Version: 1.0
Description: Hair Transplant Custom Theme
*/

body {
    background-color: #222222 !important;
    color: #ffffff;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

a,
a *,
.nav-link,
.nav-menu li a {
    color: #ffffff;
    text-decoration: none;
}

a:hover,
a:hover * {
    color: #cccccc;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/* Specific button override for the ghost button in menu */
.nav-menu li:last-child a {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
}