/* hero slider css */
.optech-hero-slider-item::before {
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background: rgb(10, 22, 94);
    background: linear-gradient(0deg, rgba(10, 22, 94, 0.85) 60%, rgba(43, 77, 255, 0.85) 100%);
}
/* Menu searbar css */
.optech-header-search-section {
    left: 0;
}
.search-overlay {
    left: 0;
}
/* Footer quick link underline issue fix */
.optech-footer-menu.dark-color ul li a {
    display: inline-block;
}

/* Post Navagation custom css*/

.optech-post-navigation2 {
    display: inline;
    padding-top: 0;
    border-top: 0;
}
.optech-post-navigation2 .p-nav-previous,
.optech-post-navigation2 .p-nav-next {
    align-items: center;
}
.optech-post-navigation2 .nav-links {
    display: flex;
    align-items: center;
    padding-top: 40px;
    justify-content: space-between;
    border-top: 1px solid var(--light-color1);
}
.optech-post-data p {
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--body-color);
}

@media (max-width: 767px) {
    .optech-post-navigation2 .nav-links {
        flex-wrap: wrap;
        gap: 24px;
    }
    .optech-post-navigation2 .nav-links .nav-next {
        width: 100%;
    }
    .optech-post-navigation2 .p-nav-next {
        justify-content: end;
        width: 100%;
    }
}
