﻿.header .logo img {
    margin-right: 8px; 
    height:80px;
}
.navmenu a {
    color: #0000ff !important;
    font-size: 17px;
}

    .navmenu a:focus {
        color: #0000cc;
        font-size: 17px;
    }
.navmenu li:hover > a {
    color: #0000ff;
}
.logo_yazi h1 {
    color: #0000ff !important;
    font-size: 23px;
}
.ürünlerTitle{
    text-align:center;
    margin-bottom:20px;
    font-weight:bold;
}
.featured-services .service-item img {
    height: 200px;
    width: 200px;
    margin:0 0 10px 15px;
}
#brand-services .service-item img {
    height: 160px;
    width: 190px;
    padding: 20px;
}
.featured-brand-services .service-item {
    background-color: var(--surface-color);
    box-shadow: 5px 0 25px 5px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    position: relative;
    z-index: 1;
    cursor:pointer;
}


