/* Header Specific Styles */

/* RD Navbar */
.rd-navbar-wrap,
.rd-navbar {
    transition: 0.3s all ease-in-out;
}

.rd-navbar-toggle {
    /* ... existing styles for toggle ... */
}

.rd-navbar-brand {
    display: inline-block;
}

.rd-navbar-brand img {
    max-height: 33px; /* Default logo height, will be overridden by admin setting */
    width: auto;
}

/* RD Navbar Nav */
.rd-navbar-nav {
    /* ... existing styles for nav ... */
}

.rd-nav-item {
    /* ... existing styles for nav item ... */
}

.rd-nav-link {
    font-family: 'Open Sans', sans-serif; /* Bu satırı ekleyin */
    /* Diğer mevcut stilleriniz */
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8); /* Shadow added previously */
}

/* Add more header-related styles here as needed */
