/* Janki Vedic Paints – brand overrides */
.navbar-brand .jvp-logo {
    max-height: 58px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.navbar-brand .white-logo {
    display: none;
}

#navbar.sticky .navbar-brand .main-logo,
#navbar.sticky .navbar-brand .jvp-logo {
    max-height: 52px;
}

.jvp-seo-landing h3 {
    color: #1a1a1a;
}

.page-banner-area.bg-img {
    background-size: cover;
    background-position: center;
}

.single-section .single-section-inner{
    padding: 40px;
    background: #c3001614;
    border: 1px solid #c30016;
    border-radius: 20px;
}
.single-section .single-section-inner p{
    font-size: 19px;
    line-height: 33px;
    color: #292828;
}
.single-section .single-section-inner p span{
    font-weight: 500;
    color: #c30016;
    font-style: italic;
}