/* city page mobile design css 29_4_26 */
.np-cityPageContent{
background-color: #fff5e9;
    padding: 10px;
    border-radius: 12px;
}
html,
body {
    /* overflow-x: hidden; */
    /* -webkit-overflow-scrolling: touch; */
}

/* .services_page_p {
    height: 500px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: auto;
} */

/* Chrome, Edge, Safari */
.services_page_p::-webkit-scrollbar {
    width: 6px;
}

.services_page_p::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.services_page_p::-webkit-scrollbar-thumb {
    background: #f37420;
    border-radius: 10px;
}

.services_page_p::-webkit-scrollbar-thumb:hover {
    background: #d95f00;
}
.services_page_p p {
    font-size: 12px !important;
}
.services_page_p ul li {
    font-size: 12px !important;
}
.services_page_p ol li {
    font-size: 12px !important;
}
.services_page_p h2{
    font-size: 16px;
    color: var(--np-saffron);
    margin-top: 20px;
}

.services_page_p h3{
    font-size: 14px;
    color: var(--np-saffron);
}
.table-scroll-bar td {
    border: 1px solid var(--np-saffron);
    font-size: 12px !important;
}
#the-list td, .table-scroll-bar tbody, td, tr {
    padding: 6px !important;
}

/* Scrollbar width */
::-webkit-scrollbar {
    width: 6px;   /* vertical scrollbar */
    height: 6px;  /* horizontal scrollbar */
}
table.table-scroll-bar {
    margin-bottom: 10px !important;
}
.panditcityContainerImg img{
        width: 100%;
    height: 300px;
    object-fit: cover;
}
.np-city-mobile-hero {
    position: relative;
    width: 100%;
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.np-city-mobile-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 28px 18px 45px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.95), rgba(0,0,0,0.55), rgba(0,0,0,0));
}

.np-city-mobile-title {
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff !important;
}

.np-city-mobile-subtitle {
    font-size: 14px;
    margin-bottom: 22px;
    color: #fff;
}

.np-city-mobile-btn {
    min-width: 180px;
    padding: 12px 28px;
    border-radius: 40px;
    border: 1px solid #fff;
    background: var(--np-saffron);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.panditcityContainerImg img{
        border-radius: 0px !important;
}

    p.section_tag_p {
        /* width: auto; */
        font-size: 14px !important;
    }

    table.table-scroll-bar {
    border: 0;
}
.np_trust_section .swiper {
    padding-bottom: 40px;
}

.np_trust_section .swiper-slide {
    height: auto;
}
.np_trust_swiper .swiper-slide {
    width: 85%;
}

@media (min-width: 576px) {
    .np_trust_swiper .swiper-slide {
        width: 48%;
    }
}

@media (min-width: 992px) {
    .np_trust_swiper .swiper-slide {
        width: 32%;
    }
}
.np_trust_section {
    background-color: #fff5e9;
}

.np_trust_swiper .swiper-pagination-bullet-active{
    background: var(--np-saffron);
}


.np-customer-feedback {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.np-customer-feedback h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.np-feedback-slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 430px;
    margin: 0 auto;
    padding-bottom: 10px;
    cursor: grab;
    touch-action: pan-y;
}
.np-feedback-slider-wrapper:active {
    cursor: grabbing;
}

.np-feedback-slider {
    display: flex;
    align-items: center;
    gap: 18px;
    will-change: transform;
}

.np-slide {
    flex: 0 0 230px;
    width: 230px;
    opacity: 0.35;
    filter: blur(3px);
    transform: scale(1);
    transition: opacity 0.6s ease, filter 0.6s ease;
}

.np-slide.np-active {
    opacity: 1;
    filter: blur(0);
    z-index: 3;
}

.np-slide .feedback-review-card {
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    padding: 18px;
    text-align: left;
    border: 4px solid #e6d4c2;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.np-slide .feedback-review-text {
    display: block;
}

.np-slide .feedback-reviewer-info {
    display: flex;
}

@media (max-width: 575px) {
    .np-feedback-slider-wrapper {
        max-width: 430px;
    }

    .np-slide {
        flex: 0 0 230px;
        width: 230px;
    }
}

.fa-solid.fa-quote-left, .fa-solid.fa-quote-right {
    font-size: 30px !important;
}
.reviewerPujaName {
    margin-top: 8px !important;
}


.cards_icon {
    background-color: #f3f3f3 !important;
}
.joining_benifit_cards_items span {
    color: var(--np-text-dark) !important;
}
.joining_benifit_cards_items span {
    font-size: 15px !important;
}
.joining_benifit_cards_items p {
    font-size: 12px !important;
}
.cards_icon {
    width: 55px !important;
    height: 55px !important;
}
.pandit99-form-component .pandit99-react-select__input-container {
    padding: 0px !important;
}
.pandit99-form-component .form-control {
    padding: 6px !important;
}
.load-more-btn {
    padding: 7px 28px;
    font-size: 14px;
}
.feedback-reviewer-meta {
    font-size: 11px !important;
    color: #888;
}
.pandit99-epuja-intro .btn-primary {
    color: #fff !important;
}

.np-why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 700px;
    margin: 30px auto;
    margin-bottom: 0;
}

.np-why-choose-grid-item {
    background: #fff5e9;
    border-radius: 20px;
    text-align: center;
    padding: 15px 15px;
    transition: 0.3s ease;
}

.np-why-choose-grid-item span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--np-saffron);
    margin-bottom: 3px;
}

.np-why-choose-grid-item p {
    margin: 0;
    font-size: 15px;
    /* color: var(--np-saffron); */
    font-weight: 500;
    font-size: 14px !important;
}

/* Hover effect */
.np-why-choose-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.np-gallery-section {
    padding: 35px 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.np-gallery-header {
    max-width: 760px;
    margin: 0 auto 22px;
    padding: 0 15px;
}

.np-gallery-title {
    font-size: 26px;
    font-weight: 700;
    color: #0d2745;
    margin: 0 0 8px;
    line-height: 1.25;
}

.np-gallery-tagline {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0 auto;
}

.np-gallery-swiper {
    width: 100%;
    padding: 10px 0 45px;
    overflow: visible;
}

.np-gallery-swiper .swiper-wrapper {
    align-items: center;
    height: max-content !important;
}
.swiper-wrapper {
    height: max-content !important;
}

.np-gallery-swiper .swiper-slide {
    width: 260px;
    min-height: 190px;
    transition: 0.3s ease;
}

.np-gallery-img {
    width: 100%;
    height: 190px;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    border: 5px solid #f0dfd3;
    cursor: pointer;
}

.np-gallery-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.55;
    filter: blur(1px);
}

.np-gallery-swiper .swiper-slide-active {
    opacity: 1;
    filter: blur(0);
}

.np-gallery-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #e7cdcd;
    opacity: 1;
}

.np-gallery-pagination .swiper-pagination-bullet-active {
    background: #b23b42;
}

.np-img-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.86);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    padding: 20px;
}

.np-img-popup.active {
    opacity: 1;
    visibility: visible;
}

.np-popup-img {
    max-width: 90%;
    max-height: 82vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.45);
}

.np-popup-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.np-popup-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    color: #111;
    font-size: 26px;
    cursor: pointer;
    z-index: 2;
}

.np-popup-prev {
    left: 24px;
}

.np-popup-next {
    right: 24px;
}

body.np-popup-open {
    overflow: hidden;
}

@media (max-width: 575px) {
    .np-gallery-section {
        padding: 28px 0;
    }

    .np-gallery-title {
        font-size: 22px;
    }

    .np-gallery-tagline {
        font-size: 14px;
    }

    .np-gallery-swiper .swiper-slide {
        width: 250px;
    }

    .np-gallery-img {
        height: 195px;
    }

    .np-popup-img {
        max-width: 94%;
        max-height: 75vh;
    }

    .np-popup-close {
        top: 18px;
        right: 18px;
    }

    .np-popup-arrow {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .np-popup-prev {
        left: 12px;
    }

    .np-popup-next {
        right: 12px;
    }
}


.np-cta-card {
     width: 100%;
     max-width: 420px;
     background: #fff;
     border-radius: 28px;
     box-shadow: 0 24px 64px rgba(0,0,0,0.15);
     overflow: hidden;
     margin: 0 auto;
}
/* ── Section Label ── */
 .np-cta-section-label {
     font-size: 12px !important;
     font-weight: 600;
     color: #9ca3af;
     text-transform: uppercase;
     letter-spacing: 0.08em;
     margin-bottom: 12px;
}
/* ── Hero ── */
 .np-cta-hero {
     position: relative;
     height: 260px;
}
 .np-cta-hero img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
}
 .np-cta-hero-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 55%, transparent 100%);
}
 .np-cta-badge {
     position: absolute;
     top: 16px;
     right: 16px;
     display: flex;
     align-items: center;
     gap: 6px;
     background: rgba(255,255,255,0.96);
     backdrop-filter: blur(6px);
     padding: 6px 14px;
     border-radius: 999px;
     box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
 .np-cta-dot-ring {
     position: relative;
     width: 8px;
     height: 8px;
     flex-shrink: 0;
}
 .np-cta-dot-ring .np-cta-ping {
     position: absolute;
     inset: 0;
     border-radius: 50%;
     background: #f97316;
     opacity: 0.75;
     animation: np-cta-ping 1.4s cubic-bezier(0,0,0.2,1) infinite;
}
 .np-cta-dot-ring .np-cta-core {
     position: absolute;
     inset: 0;
     border-radius: 50%;
     background: #f97316;
}
 @keyframes np-cta-ping {
     75%, 100% {
         transform: scale(2.2);
         opacity: 0;
    }
}
 .np-cta-badge span {
     font-size: 11px;
     font-weight: 600;
     color: #1f2937;
     white-space: nowrap;
}
 .np-cta-hero-text {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     padding: 0px 15px;
}
 .np-cta-hero-text h1 {
         font-weight: 600;
    font-family: var(--np-font);
     font-size: 24px;
     color: #fff;
     line-height: 1.25;
     margin-bottom: 4px;
}
 .np-cta-hero-text p {
     font-size: 14px !important;
     color: rgba(255,255,255,0.88);
}
/* ── Body ── */
 .np-cta-body {
     padding: 22px;
     display: flex;
     flex-direction: column;
     /* gap: 22px; */
}
/* ── Buttons ── */
 .np-cta-book {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     width: 100%;
     padding: 15px;
     border: none;
     border-radius: 14px;
     background: linear-gradient(135deg, #f97316, #ef4444);
     color: #fff;
     font-family: var(--np-font);
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     box-shadow: 0 8px 24px rgba(249,115,22,0.35);
     transition: transform 0.15s ease, box-shadow 0.15s ease;
}
 .np-cta-book:active {
     transform: scale(0.98);
     box-shadow: 0 4px 12px rgba(249,115,22,0.25);
}
 .np-cta-book svg {
     width: 18px;
     height: 18px;
     flex-shrink: 0;
}
 .np-cta-btn-secondary {
     width: 100%;
     padding: 14px;
     border: 2px solid #f97316;
     border-radius: 14px;
     background: #fff;
     color: #ea580c;
     font-family: var(--np-font);
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     transition: background 0.15s ease, transform 0.15s ease;
         text-align: center;
    text-decoration: none;
}
 .np-cta-btn-secondary:hover {
     background: #fff7ed;
}
 .np-cta-btn-secondary:active {
     transform: scale(0.98);
}
 .np-cta-buttons {
     display: flex;
     flex-direction: column;
     gap: 10px;
}
/* ── Trust ── */
 .np-cta-trust {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 20px;
}
 .np-cta-trust-item {
     display: flex;
     align-items: center;
     gap: 5px;
     color: #6b7280;
}
 .np-cta-trust-item svg {
     width: 15px;
     height: 15px;
     color: #f97316;
     flex-shrink: 0;
     fill: #f97316;
}
 .np-cta-trust-item span {
     font-size: 11px;
     white-space: nowrap;
}
/* ── Divider ── */
 .np-cta-hr {
     border: none;
     border-top: 1px solid #f14d3c;
}
/* ── Why Choose Us ── */
 .np-cta-features {
     display: flex;
     flex-direction: column;
     gap: 10px;
}
 .np-cta-feature-item {
     display: flex;
     align-items: flex-start;
     gap: 12px;
     padding: 12px 14px;
     background: #fff7ed;
     border-radius: 14px;
     border: 1.5px solid #fed7aa;
}
 .np-cta-feature-icon {
     font-size: 22px;
     flex-shrink: 0;
}
 .np-cta-feature-title {
     font-size: 13px;
     font-weight: 600;
     color: #1f2937;
}
 .np-cta-feature-desc {
     font-size: 11px;
     color: #6b7280;
     margin-top: 2px;
}
/* ── How it Works ── */
 .np-cta-steps {
     display: flex;
     gap: 6px;
     align-items: flex-start;
}
 .np-cta-step {
     flex: 1;
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
}
 .np-cta-step-num {
     width: 36px;
     height: 36px;
     border-radius: 50%;
     background: linear-gradient(135deg, #f97316, #ef4444);
     color: #fff;
     font-size: 14px;
     font-weight: 700;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 7px;
     flex-shrink: 0;
}
 .np-cta-step-title {
     font-size: 11px;
     font-weight: 600;
     color: #1f2937;
     line-height: 1.3;
}
 .np-cta-step-desc {
     font-size: 10px;
     color: #9ca3af;
     margin-top: 2px;
     line-height: 1.3;
}
 .np-cta-step-arrow {
     font-size: 18px;
     color: #fed7aa;
     padding-top: 8px;
}
/* ── Featured Pandits ── */
 .np-cta-pandits {
     display: flex;
     gap: 10px;
}
 .np-cta-pandit-card {
     flex: 1;
     background: #fff7ed;
     border: 1.5px solid #fed7aa;
     border-radius: 16px;
     padding: 12px 10px;
     text-align: center;
}
 .np-cta-pandit-avatar {
     width: 48px;
     height: 48px;
     border-radius: 50%;
     background: linear-gradient(135deg, #f97316, #ef4444);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     margin: 0 auto 8px;
}
 .np-cta-pandit-name {
     font-size: 12px;
     font-weight: 600;
     color: #1f2937;
}
 .np-cta-pandit-spec {
     font-size: 10px;
     color: #6b7280;
     margin-top: 2px;
}
 .np-cta-pandit-rating {
     font-size: 11px;
     color: #f97316;
     font-weight: 600;
     margin-top: 4px;
}
/* ── Upcoming Festivals ── */
 .np-cta-festivals {
     display: flex;
     flex-direction: column;
     gap: 8px;
}
 .np-cta-festival-item {
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 10px 14px;
     background: #fff7ed;
     border-radius: 12px;
     border: 1.5px solid #fed7aa;
}
 .np-cta-festival-date {
     background: linear-gradient(135deg, #f97316, #ef4444);
     color: #fff;
     border-radius: 10px;
     padding: 5px 10px;
     text-align: center;
     flex-shrink: 0;
}
 .np-cta-festival-date .np-cta-fday {
     font-size: 16px;
     font-weight: 700;
     line-height: 1;
}
 .np-cta-festival-date .np-cta-fmon {
     font-size: 9px;
     font-weight: 500;
     text-transform: uppercase;
}
 .np-cta-festival-info {
     flex: 1;
}
 .np-cta-festival-name {
     font-size: 13px;
     font-weight: 600;
     color: #1f2937;
}
 .np-cta-festival-desc {
     font-size: 11px;
     color: #6b7280;
     margin-top: 1px;
}
/* ── Pricing ── */
 .np-cta-plans {
     display: flex;
     gap: 10px;
}
 .np-cta-plan {
     flex: 1;
     border-radius: 16px;
     padding: 14px 10px;
     text-align: center;
     border: 1.5px solid #fed7aa;
     background: #fff7ed;
     position: relative;
}
 .np-cta-plan.np-cta-plan-popular {
     border-color: #f97316;
     background: #fff;
     box-shadow: 0 4px 16px rgba(249,115,22,0.15);
}
 .np-cta-plan-badge {
     position: absolute;
     top: -10px;
     left: 50%;
     transform: translateX(-50%);
     background: linear-gradient(135deg, #f97316, #ef4444);
     color: #fff;
     font-size: 9px;
     font-weight: 700;
     padding: 3px 10px;
     border-radius: 999px;
     white-space: nowrap;
}
 .np-cta-plan-name {
     font-size: 12px;
     font-weight: 600;
     color: #6b7280;
}
 .np-cta-plan-price {
     font-size: 22px;
     font-weight: 700;
     color: #ea580c;
     margin: 6px 0 4px;
}
 .np-cta-plan-price span {
     font-size: 12px;
     font-weight: 400;
     color: #9ca3af;
}
 .np-cta-plan-desc {
     font-size: 10px;
     color: #9ca3af;
     line-height: 1.4;
}
/* ── Language Filter ── */
 .np-cta-filters {
     display: flex;
     gap: 8px;
     flex-wrap: wrap;
}
 .np-cta-filter-chip {
     padding: 7px 13px;
     border-radius: 999px;
     border: 1.5px solid #fed7aa;
     background: #fff7ed;
     font-size: 11px;
     font-weight: 500;
     color: #ea580c;
     cursor: pointer;
     transition: all 0.15s ease;
     white-space: nowrap;
}
 .np-cta-filter-chip:hover, .np-cta-filter-chip.np-cta-active {
     background: #f97316;
     border-color: #f97316;
     color: #fff;
}

/* ── Breadcrumb ──────────────────────── */
.vd-breadcrumb-item + .vd-breadcrumb-item::before {
    content: "»";
    padding: 0 6px;
    color: #777;
}

.vd-breadcrumb-item a {
    text-decoration: none;
    color: var(--np-saffron);
    font-size: 16px;
}

.vd-breadcrumb-item {
    font-size: 16px;
}

span.breadcrumb_last {
    color: var(--np-saffron);
}

/* ── Typography ──────────────────────── */
body {
    font-family: var(--np-font);
}

h1, h2, h3, h4, h5, h6, p {
    font-family: var(--np-font);
}

h3 {
    font-weight: 600 !important;
    font-size: 24px;
    color: var(--np-text-dark);
}

h2 {
    font-weight: 600 !important;
    font-size: 28px;
    color: var(--np-text-dark);
}

/* ── Misc ────────────────────────────── */
.footer-container {
    margin-top: 0;
}

@media screen and (max-width: 1399px) {
    .table-scroll-bar {
        overflow-x: auto !important;
    }
}

@media (max-width: 767px) {
    .col.mobilecol {
        margin-top: 10px;
        height: 28%;
    }

    h3 {
        font-weight: 600 !important;
        font-size: 20px;
    }

    h2 {
        font-weight: 600 !important;
        font-size: 24px;
    }
}

/* ── Trust Strip (fixed bottom CTA) ─── */
.trust-strip-wrapper {
    position: fixed;
    bottom: 70px;
    z-index: 9999;
    left: 0;
    right: 0;
    width: 100%;
}

.trust-strip {
    max-width: 1100px;
    width: 100%;
    background: var(--np-white);
    border-radius: 18px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
}

.trust-text h2 {
    font-size: 24px;
    margin-bottom: 6px;
    color: var(--np-text-black);
    font-weight: 700;
}

.trust-text p {
    font-size: 15px;
    color: var(--np-text-mid);
}

.trust-btn {
    background: var(--np-saffron);
    color: var(--np-text-white);
    padding: 14px 34px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.trust-btn:hover {
    background: #b54c00;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .trust-strip {
        text-align: center;
        gap: 2px;
        padding: 10px;
    }

    .trust-text h2 {
        font-size: 14px;
        margin-bottom: 6px;
        color: var(--np-text-black);
        font-weight: 700;
        text-align: left;
    }

    .trust-btn {
        padding: 10px 13px;
        font-size: 11px;
    }

    .trust-strip-wrapper {
        bottom: 70px;
    }

    .Button-container {
        justify-content: space-between;
    }

    .payment-cost p {
        font-size: 10px !important;
    }
}

.book-puja-btn {
    padding: 10px 12px;
}

.popular-puja-h2 {
    color: var(--np-text-dark) !important;
}
html {
    scroll-behavior: smooth;
}
.services_page_p {
    height: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* overscroll-behavior-y likho hi nahi - property hata do */
    background-color: #fff5e9;
    padding: 10px;
    border-radius: 12px;
    max-width: 100%;
}
 
 
html, body {
    overflow-y: auto;
}
 
/* .panditcityContainer2,
.np-cityPageContent {
    overflow: visible !important;
} */
.pandit99-tab-wrapper-container {
        height: auto;
    }
/* ── content-visibility: skip layout/paint for below-fold sections ── */
.np-gallery-section { content-visibility: auto; contain-intrinsic-size: 0 500px; }
.faq-section { content-visibility: auto; contain-intrinsic-size: 0 400px; }

p.np-m-hero__subtitle {
    color: #fff;
    font-size: 14px;
}
.np-m-hero__title {
    font-size: 22px !important;
        margin-bottom: 5px !important;
}