/*
 * Estilos personalizados para la cabecera y el menú de inshallahzawaj.com
 */

/* Eliminar líneas/bordes/sombras oscuras en la cabecera */
header,
.site-header,
.ast-primary-header-bar,
.main-header-bar {
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Hacer la cabecera más limpia y transparente sobre la imagen */
.site-header,
.ast-primary-header-bar,
.main-header-bar {
    background: transparent !important;
}

/* Alinear el menú a la derecha y en línea */
.main-header-bar .main-header-bar-navigation,
.ast-primary-header-bar .main-header-bar-navigation,
.site-header .main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-header-menu,
.main-header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header-menu > li {
    display: inline-block;
    margin-inline: 15px;
}

.main-header-menu a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

/* Menú en blanco encima de صورة البحر */
.home .main-header-menu a,
.home .main-header-menu > li > a {
    color: #ffffff !important;
}

.main-header-menu a:hover,
.main-header-menu .current-menu-item > a {
    text-decoration: underline;
}
