/* service page mobiile css */

/* ── 99Pandit vs Traditional comparison cards ─────────────────────────── */
.np-vs-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.np-vs-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0e8df;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.np-vs-card__head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #FFF8F0;
    border-bottom: 1px solid #f0e8df;
}

.np-vs-card__icon {
    font-size: 18px;
    color: var(--np-saffron, #F37420);
}

.np-vs-card__feature {
    font-size: 13px;
    font-weight: 700;
    color: #3E2723;
}

.np-vs-card__body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.np-vs-card__divider {
    width: 1px;
    height: 100%;
    background: #f0e8df;
}

.np-vs-card__col {
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.np-vs-card__col-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.np-vs-card__col--old .np-vs-card__col-label { color: #bbb; }
.np-vs-card__col--new .np-vs-card__col-label { color: var(--np-saffron, #F37420); }

.np-vs-card__col-value {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.np-vs-card__col--old .np-vs-card__col-value {
    color: #aaa;
    text-decoration: line-through;
}

.np-vs-card__col--new .np-vs-card__col-value {
    color: #016630;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.np-usecase-grid{
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #EDEDED;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #EDEDED;
    /* display: flex; */
    /* padding: 0; */
    /* width: 100%; */
    column-gap: 13px;
    margin-bottom: 20px;
}
.np-image-box{
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.np-image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.np-usecase-grid-content{
    padding: 15px;
        /* padding-left: 0px; */
}

ul.np-ritual-list {
    padding-left: 5px;
    margin-bottom: 15px;
        margin-top: 10px;
}
.np-usecase-grid-content h3 {
        /* font-size: 24px; */
        font-size: 22px !important;
            font-weight: 600;
    }

    .usecase-grid-description {
        font-size: 12px !important;
    }

    .np-ritual-list li {
    list-style: none;
}
    .np-usecase-grid-description, .np-ritual-list{
        color: var(--np-text-mid);
    margin: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.6;
    }

    .np-btn-tilted{
            background: linear-gradient(135deg, #EE6C4D, var(--np-saffron));
    border: none;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    box-shadow: 0 4px 8px rgba(238, 108, 77, 0.2);
    padding: 10px 8px !important;
    font-size: 11px !important;
    }
    .np-info{
        margin-bottom: 10px;
    }
    .np-info span {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
}

.np-expert-pandit-swiper {
    overflow: hidden;
    padding-bottom: 45px;
}

.np-expert-pandit-swiper .swiper-slide {
    height: auto;
    padding-bottom: 40px;
}

.np-expert-pandit-swiper .joining_benifit_cards_items {
    height: 100%;
}

.np-expert-pandit-pagination {
    bottom: 0 !important;
}

.np-expert-pandit-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: 1;
}

.np-expert-pandit-pagination .swiper-pagination-bullet-active {
    background: #ff7a00;
}


.np-why-page {
  width: 100%;
  max-width: 420px;
  /* padding: 2rem 1rem 3rem; */
}
 
/* ── header ── */
.np-why-header {
  text-align: center;
  margin-bottom: 1.8rem;
  animation: np-why-fadeUp .5s ease both;
}
.np-why-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #E8334A;
  margin-bottom: 8px;
}
.np-why-title {
  font-size: 26px;
  font-weight: 900;
  color: #1A1523;
  line-height: 1.2;
}
.popular-puja-h2 span { color: var(--np-saffron); }
.np-why-sub {
  margin-top: 8px;
  font-size: 13.5px;
  font-weight: 400;
  color: #9B8FA6;
  line-height: 1.6;
}
 
/* ── floating scene ── */
.np-why-scene {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
 
/* ── card base ── */
.np-why-card {
  position: absolute;
  background: #fff;
  border-radius: 22px;
  padding: 16px 18px 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,.10), 0 2px 8px rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  gap: 14px;
  animation: np-why-floatIn .55s cubic-bezier(.22,.68,0,1.2) both;
}
 
/* positions & rotations */
.np-why-card--1 {
  top: 14px; left: 8px;
  width: 300px;
  transform: rotate(-3deg);
  animation-delay: .1s;
}
.np-why-card--2 {
  top: 145px; right: 6px;
  width: 280px;
  transform: rotate(3deg);
  animation-delay: .24s;
}
.np-why-card--3 {
  top: 275px; left: 20px;
  width: 280px;
  transform: rotate(-2deg);
  animation-delay: .38s;
}
 
/* hover lift */
.np-why-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,.14), 0 4px 12px rgba(0,0,0,.08);
  transform: rotate(0deg) translateY(-4px) scale(1.02);
  transition: transform .25s ease, box-shadow .25s ease;
  z-index: 10;
}
 
/* ── icon box ── */
.np-why-icon {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  line-height: 1;
}
.np-why-icon span{
    color: var(--np-saffron);
}
.np-why-icon--red    { background: #FDEAEC; }
.np-why-icon--blue   { background: #EDF2FF; }
.np-why-icon--orange { background: #FEF3E2; }
 
/* ── text ── */
.np-why-name  { font-size: 14px !important; font-weight: 800; color: #1A1523; line-height: 1.2; margin-bottom: 4px; }
.np-why-desc  { font-size: 12px !important; font-weight: 500; color: #9B8FA6; line-height: 1.5; }
 
/* ── blobs ── */
.np-why-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}
.np-why-blob--1 {
  width: 180px; height: 180px;
  background: rgba(232,51,74,.10);
  top: -30px; right: -10px;
}
.np-why-blob--2 {
  width: 140px; height: 140px;
  background: rgba(255,180,100,.13);
  bottom: 10px; left: -20px;
}
 
/* ── footer ── */
.np-why-footer {
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 16px;
  padding: .9rem 1.1rem;
  border: 1px solid rgba(232,51,74,.12);
  display: flex; gap: 10px; align-items: center;
  animation: np-why-fadeUp .5s ease .55s both;
}
.np-why-footer-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--np-saffron); flex-shrink: 0;
}
.np-why-footer-text { font-size: 12px !important; font-weight: 600; color: #9B8FA6; line-height: 1.5; margin-bottom: 0; }
.np-why-footer-text strong { color: #1A1523; font-weight: 800; }
 
@keyframes np-why-floatIn {
  from { opacity: 0; transform: translateY(28px) scale(.92); }
  to   { opacity: 1; }
}
@keyframes np-why-fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

.popular-puja-h2{
    color: var(--np-text-dark) !important; 
    font-weight: 900 !important;
}


.np-why-choose-swiper {
    overflow: hidden;
    padding-bottom: 45px;
}

.np-why-choose-swiper .swiper-slide {
    height: auto;
        padding-bottom: 40px;

}

.np-why-choose-swiper .joining_benifit_cards_items {
    height: 100%;
}

.np-why-choose-pagination {
    bottom: 0 !important;
}

.np-why-choose-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: 1;
}

.np-why-choose-pagination .swiper-pagination-bullet-active {
    background: #ff7a00;
}


/* CSS */
.np-media-featured-section {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
}

.np-media-logos {
  display: flex;
  align-items: center;
  width: max-content;
  animation: np-marquee 40s linear infinite;
}

.np-media-logos:hover { animation-play-state: paused; }

.np-media-name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  flex-shrink: 0;
}

.np-media-name img {
  max-height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  opacity: 0.65;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.np-media-name img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.06);
}

@keyframes np-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



    /* Mobile frame wrapper */
    .np-device-frame {
      width: 390px;
      min-height: 700px;
      background: #fff;
      border-radius: 44px;
      box-shadow:
        0 0 0 10px #1a1a1a,
        0 0 0 12px #333,
        0 40px 80px rgba(0,0,0,0.35);
      overflow: hidden;
      position: relative;
    }

    /* Notch */
    .np-device-notch {
      width: 120px;
      height: 30px;
      background: #1a1a1a;
      border-radius: 0 0 20px 20px;
      margin: 0 auto;
      position: relative;
      z-index: 10;
    }

    /* ========== np-reviews: Reviews Section ========== */

    .np-reviews-section {
      /* background: linear-gradient(160deg, #fff9f6 0%, #fff 60%); */
      overflow: hidden;
      padding: 2rem 0 3rem;
    }

    .np-reviews-wrap {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    /* Label */
    .np-reviews-header {
      padding: 0 1.25rem 1rem;
      text-align: center;
    }

    .np-reviews-label {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: rgba(255, 107, 53, 0.08);
      border: 1px solid rgba(255, 107, 53, 0.2);
      color: #FF6B35;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .07em;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 20px;
      margin-bottom: .75rem;
    }

    .np-reviews-label .material-symbols-outlined {
      font-size: 13px;
    }

    .np-reviews-title {
      /* font-family: 'Playfair Display', serif; */
      font-size: 24px;
      font-weight: 500;
      line-height: 1.25;
      color: #1a1a1a;
      margin-bottom: .45rem;
    }

    .np-reviews-title em {
      font-style: italic;
      color: #FF6B35;
    }

    .np-reviews-sub {
      font-size: 12px;
      color: #888;
      line-height: 1.6;
    }

    /* Summary */
    .np-reviews-summary {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: .5rem 1.25rem 1.25rem;
    }

    .np-reviews-avg {
      /* font-family: 'Playfair Display', serif; */
      font-size: 40px;
      font-weight: 500;
      color: #FF6B35;
      line-height: 1;
    }

    .np-reviews-avg-stars {
      color: #FF6B35;
      font-size: 14px;
      letter-spacing: 2px;
      margin-bottom: 3px;
    }

    .np-reviews-avg-info {
      font-size: 11px;
      color: #888;
      line-height: 1.5;
    }

    /* Track */
    .np-reviews-track-wrap {
      overflow: hidden;
    }

    .np-reviews-track {
      display: flex;
      gap: 14px;
      padding: 4px 1.25rem 8px;
      transition: transform .45s cubic-bezier(.25, .8, .25, 1);
      will-change: transform;
    }

    /* Card */
    .np-reviews-card {
      flex: 0 0 300px;
      background: #fff;
      border: 0.5px solid rgba(0, 0, 0, 0.09);
      border-radius: 20px;
      padding: 1.2rem;
      position: relative;
      overflow: hidden;
      box-shadow: 0 2px 16px rgba(255, 107, 53, 0.07);
      transition: box-shadow .25s ease, transform .25s ease;
    }

    .np-reviews-card:hover {
      box-shadow: 0 6px 24px rgba(255, 107, 53, 0.13);
      transform: translateY(-2px);
    }

    .np-reviews-card::before {
      content: '';
      position: absolute;
      top: -28px;
      right: -28px;
      width: 85px;
      height: 85px;
      border-radius: 50%;
      background: rgba(255, 107, 53, 0.05);
      pointer-events: none;
    }

    .np-reviews-card-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: .75rem;
    }

    /* Stars */
    .np-reviews-stars {
      display: flex;
      gap: 2px;
    }

    .np-reviews-star {
      font-size: 15px;
      line-height: 1;
    }

    .np-reviews-star--on  { color: #FF6B35; }
    .np-reviews-star--off { color: #e0dcd8; }

    /* Verified */
    .np-reviews-verified {
      display: inline-flex;
      align-items: center;
      gap: 3px;
      background: #edfaf4;
      border: 0.5px solid #b6e8ce;
      color: #1a7a4a;
      font-size: 10px;
      font-weight: 500;
      padding: 3px 8px;
      border-radius: 20px;
      white-space: nowrap;
    }

    .np-reviews-verified .material-symbols-outlined {
      font-size: 11px;
    }

    /* Review text */
    .np-reviews-text {
      font-size: 13px;
      color: #2a2a2a;
      line-height: 1.7;
      font-style: italic;
      margin-bottom: 1rem;
      position: relative;
      z-index: 1;
    }

    .np-reviews-divider {
      height: 0.5px;
      background: rgba(0, 0, 0, 0.07);
      margin-bottom: .9rem;
    }

    /* Footer */
    .np-reviews-footer {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .np-reviews-avatar {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: linear-gradient(135deg, #FF6B35, #ffaa35);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 500;
      color: #fff;
      flex-shrink: 0;
      letter-spacing: .5px;
    }

    .np-reviews-info {
      flex: 1;
      min-width: 0;
    }

    .np-reviews-name {
      font-size: 13px;
      font-weight: 500;
      color: #1a1a1a;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .np-reviews-meta {
      font-size: 11px;
      color: #999;
      margin-top: 2px;
      display: flex;
      align-items: center;
      gap: 3px;
    }

    .np-reviews-meta .material-symbols-outlined {
      font-size: 12px;
      vertical-align: -2px;
    }

    .np-reviews-service-tag {
      display: inline-block;
      margin-top: .35rem;
      background: rgba(255, 107, 53, 0.08);
      color: #CC4A18;
      font-size: 10px;
      font-weight: 500;
      padding: 2px 9px;
      border-radius: 20px;
      border: 0.5px solid rgba(255, 107, 53, 0.2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
    }

    /* Controls */
    .np-reviews-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 1rem 1.25rem 0;
    }

    .np-reviews-dots {
      display: flex;
      gap: 6px;
      align-items: center;
    }

    .np-reviews-dot {
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background: #ddd;
      border: none;
      padding: 0;
      cursor: pointer;
      transition: all .3s ease;
    }

    .np-reviews-dot--active {
      width: 20px;
      background: #FF6B35;
    }

    .np-reviews-btn {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #fff;
      border: 0.5px solid rgba(0, 0, 0, 0.12);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #444;
      padding: 0;
      transition: all .2s ease;
    }

    .np-reviews-btn:hover {
      background: #fff5f1;
      border-color: #FF6B35;
      color: #FF6B35;
    }

    .np-reviews-btn:active {
      transform: scale(.92);
    }

    .np-reviews-btn .material-symbols-outlined {
      font-size: 18px;
    }
    
    .payment-cost{
        margin: 0 auto;
    }

/* ── Comparison table ────────────────────────── */
.service-table-card {
    border: 1px solid #f0f0f0;
    padding: 0;
    border-radius: 10px;
}

.table-header,
.table-row {
    display: grid;
    grid-template-columns: 0.6fr 1.2fr 1.2fr;
    padding: 10px 8px;
    font-size: 12px;
}

.table-header {
    font-size: 13px;
    background: #f3f4f6;
    font-weight: bold;
    border-bottom: 1px solid #e5e7eb;
}

.table-row {
    border-bottom: 1px solid #f0f0f0;
}

.table-row.last {
    border-bottom: none;
}

.center { text-align: center; }
.muted  { color: #6b7280; }
.success { color: #16a34a; font-weight: 500; }
.highlight { color: var(--np-saffron); }

.cta {
    text-align: center;
    margin-top: 20px;
}

/* ── Section backgrounds ─────────────── */
.orange-section-bg {
    background: #fbf9fa;
}

/* ── Page Layout ──────────────────────── */
.footer-container {
    background-color: var(--np-saffron) !important;
    margin-top: 0;
}

/* ── Overflow containment — prevent horizontal scroll ────────────────────── */
.panditcityContainer2,
.np-cityPageContent,
.what-is-puja-box,
.what-is-puja-content,
.services_page_p {
    max-width: 100%;
    overflow-x: hidden;
}

/* Constrain post content: tables, images, iframes from WP editor */
.what-is-puja-content img,
.what-is-puja-content table,
.what-is-puja-content iframe,
.services_page_p img,
.services_page_p table,
.services_page_p iframe {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6, p {
    font-family: var(--np-font);
}
.services_page_p table.w-100 {
    border: 2px solid #f37420 !important;
}
.services_page_p tbody, td, tr {
    border: 1px solid #f37420 !important;
    font-size: 12px;
}
.services_page_p th{
        padding: 10px !important;
        border: 1px solid #f37420 !important;
}
.swiper-wrapper{
    transform: translate3d(0px, 0, 0);
    height: auto !important;
}
.np_marriage_cost_section {
      width: 100%;
      background: #fff;
      padding: 30px 16px;
    }

    .np_marriage_cost_inner {
      max-width: 720px;
      margin: 0 auto;
      text-align: center;
    }

    .np_marriage_cost_badge {
      display: inline-block;
      background: #FEF3C7;
      color: #B45309;
      padding: 4px 16px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .np_marriage_cost_heading {
      font-size: 32px;
      font-weight: 700;
      color: #111827;
      margin-bottom: 8px;
    }

    .np_marriage_cost_sub {
      font-size: 14px;
      color: #6B7280;
      margin-bottom: 32px;
    }

    .np_marriage_cost_card {
          background: linear-gradient(to bottom right, #fff7ed, #fff, #fff7ed);
      border: 2px solid #FDDCB5;
      border-radius: 16px;
      padding: 20px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
    }

    .np_marriage_cost_from {
      font-size: 13px;
          color: var(--np-text-mid);
      margin-bottom: 0;
    }

    .np_marriage_cost_price_row {
      display: flex;
      align-items: center;
      gap: 16px;
      margin: 4px 0;
    }

    .np_marriage_cost_price_low {
      font-size: 46px;
      font-weight: 800;
      color: #111827;
      line-height: 1;
    }

    .np_marriage_cost_dash {
      font-size: 30px;
      font-weight: 300;
      color: #D1D5DB;
    }

    .np_marriage_cost_price_high {
      font-size: 56px;
      font-weight: 800;
      color: #EA580C;
      line-height: 1;
    }

    .np_marriage_cost_note {
      font-size: 13px;
          color: var(--np-text-mid);
    }

    .np_marriage_cost_disclaimer {
      font-size: 12px;
          color: var(--np-text-mid);
      margin-top: 16px;
    }

    @media (max-width: 480px) {
      .np_marriage_cost_price_low,
      .np_marriage_cost_price_high {
        font-size: 30px;
      }

      .np_marriage_cost_dash {
        font-size: 22px;
      }

      .np_marriage_cost_card {
        padding: 28px 16px;
      }
    }
    .np-gallery-swiper .swiper-wrapper {
    align-items: center;
    height: max-content !important;
}

ol.np-breadcrumb {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
p.np-m-hero__subtitle {
    color: #fff;
    font-size: 14px;
}
.np-m-hero__title {
    font-size: 22px !important;
        margin-bottom: 5px !important;
}
.services_page_p ol li {
    font-size: 12px !important;
}
/* ── 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; }
.np_marriage_cost_section { content-visibility: auto; contain-intrinsic-size: 0 300px; }
