/* ==========================================================================
   TOP HEADER STYLES
   ========================================================================== */

.mepa-topheader {
    background-color: #fff;
    color: #333;
    font-size: 1.3rem;
    padding: 0;
    height: 35px;
    border-bottom: 1px solid #ddd;
}

.mepa-topheader .mepa-container {
    padding-right: 35px;
}

.mepa-topheader-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.mepa-contact-info {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.mepa-location,
.mepa-phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #333;
    text-decoration: none;
}

.mepa-phone:hover {
    color: var(--mepa-primary-color, #00a8e2);
    text-decoration: none;
}

.mepa-social-media {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mepa-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #333;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.mepa-social-link:hover {
    color: var(--mepa-primary-color, #00a8e2);
    text-decoration: none;
    transform: translateY(-2px);
}

/* ==========================================================================
   HEADER STYLES
   ========================================================================== */

.mepa-header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.mepa-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 116px;
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: row;
}

.mepa-logo {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
}

/* Site Logo */
.mepa-site-logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.mepa-site-logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

.mepa-site-logo img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    display: block;
}

.mepa-site-logo .mepa-site-tagline {
    display: block;
    font-size: 1.2rem;
    color: #666;
    margin-top: 0.3rem;
}

/* WordPress Custom Logo */
.custom-logo-link {
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-logo {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* Site Title (fallback) */
.mepa-site-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ==========================================================================
   NAVIGATION - Dropdown stilleri mepa-megamenu.css'te
   ========================================================================== */
