.kurumsal-header {
    background-color: #003366;
    color: white;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center; /* Logo ortada */
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

/* Logo */
.kurumsal-header img {
    height: 40px;
    width: auto;
    border: 1px solid #333;
    border-radius: 100px;
    background-color: #fff;
    padding: 5px;
    z-index: 2;
}