ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------------------------------

Sticky Header Effects Style

-------------------------------------------------------------------*/
.mas-sticky-header {
    box-sizing: border-box;
}

/* MAIN HEADER */
.mas-sticky-yes,
.mas-sticky-yes.e-con,
.mas-sticky-header {
    z-index: 999;
    margin: 0 auto;
    box-sizing: border-box;
    top: 0px;
    transition: all 0.4s ease-in-out;
}

.e-con.mas-sticky-header:not(.elementor-sticky) {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.headerup {
    -ms-transform: translateY(-110vh) !important;
    -o-transition: transform 0.4s ease-in-out !important;
    -webkit-transform: translateY(-110vh) !important;
    -webkit-transition: transform 0.4s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.4s ease-in-out !important;
    transform: translateY(-110vh) !important;
    transition: transform 0.4s ease-in-out !important;
}

/* ADMIN BAR OFFSET */
@media screen and (min-width: 768px) {
    .admin-bar .mas-sticky-header:not(.elementor-sticky) {
        top: 32px !important;
    }

    .mas-sticky-header:not(.elementor-sticky) {
        top: 0px !important;
    }
}

/* end sticky-header css */

.page--content ul>li:after,
.blog-content ul>li:after,
.comment-content ul>li::after {
    position: absolute;
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 0;
    color: var(--heading-color);
    font-size: 8px;
}

/* ===============================
   Awura Post Navigation (Perfect)
================================ */
.awura-post-navigation2 a {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 14px;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.35s ease;
}

/* Previous */
.p-nav-previous {
    justify-content: flex-start;
    text-align: left;
}

/* Next */
.p-nav-next {
    justify-content: flex-end;
    text-align: right;
}

/* Icon */
.awura-post-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
    transition: all 0.35s ease;
}

/* Hover icon */
.awura-post-navigation2 a:hover .awura-post-icon {
    color: var(--accent-color);
    color: #ffffff;
}

/* Text wrapper */
/* .awura-post-data {
    max-width: 320px;
} */

/* Labels */
.awura-post-data p {
    margin: 0 0 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--heading-color);
}

.awura-post-data h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* Hover title */
.awura-post-navigation2 a:hover h5 {
    color: var(--accent-color);
}

nav.navigation.awura-post-navigation2 .nav-links {
    display: flex;
    justify-content: space-between;
}

/* ===============================
   Responsive
================================ */

@media (max-width: 768px) {}