/* hero slider css */
.quanto-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 */
.quanto-header-search-section {
    left: 0;
}
.search-overlay {
    left: 0;
}
/* Footer quick link underline issue fix */
.quanto-footer-menu.dark-color ul li a {
    display: inline-block;
}

/* Post Navagation custom css*/

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

@media (max-width: 767px) {
    .quanto-post-navigation2 .nav-links {
        flex-wrap: wrap;
        gap: 24px;
    }
    .quanto-post-navigation2 .nav-links .nav-next {
        width: 100%;
    }
    .quanto-post-navigation2 .p-nav-next {
        justify-content: end;
        width: 100%;
    }
}
/*------------------------------------------------------------------
Quanto Service Box
-------------------------------------------------------------------*/
.quanto-iconbox-data h5 {
    transition: all 0.3s ease;
}
.quanto-service-box {
    transition: all 0.5s ease;
}
.quanto-service-box4:hover {
    padding-inline: 25px;
}
/*------------------------------------------------------------------
Quanto Blog Section
-------------------------------------------------------------------*/
.quanto-blog-box .quanto-blog-thumb img {
    object-fit: cover;
    object-position: center;
}

.quanto-blog-box .quanto-blog-content h5 {
    transition: all 0.2s ease;
}
.quanto-blog-content a.blog-meta {
    transition: all 0.2s ease;
}
