html {
  scroll-behavior: smooth;
}

body {
  padding-bottom: 94px;
}

.np-seo-panel {
  background: #fffaf1;
  border-top: 1px solid rgba(138, 74, 21, 0.14);
  border-bottom: 1px solid rgba(138, 74, 21, 0.14);
  padding: 46px 18px;
}

.np-reviews-section {
  background:
    radial-gradient(circle at 12% 16%, rgba(229, 138, 31, 0.2), transparent 28%),
    linear-gradient(135deg, #fff8ed 0%, #ffffff 48%, #f5fff8 100%);
  border-top: 1px solid rgba(122, 40, 20, 0.12);
  border-bottom: 1px solid rgba(122, 40, 20, 0.12);
  padding: 58px 18px;
}

.np-puja-feature {
  background: #fffdf8;
  padding: 54px 18px;
}

.np-puja-feature-inner {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1120px;
}

.np-puja-visual {
  margin: 0;
  position: relative;
}

.np-puja-visual img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(91, 34, 15, 0.18);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.np-puja-visual figcaption {
  background: #ffffff;
  border: 1px solid rgba(122, 40, 20, 0.12);
  border-radius: 8px;
  bottom: 14px;
  box-shadow: 0 12px 28px rgba(54, 26, 12, 0.13);
  color: #5d2616;
  font-size: 13px;
  font-weight: 900;
  left: 14px;
  letter-spacing: 0;
  padding: 10px 12px;
  position: absolute;
}

.np-puja-content h2 {
  color: #5d2413;
  font: 700 34px/1.15 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  margin: 0 0 14px;
}

.np-puja-content p {
  color: #433127;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 13px;
}

.np-puja-points {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 22px;
  padding: 0;
}

.np-puja-points li {
  align-items: center;
  background: #fff6e8;
  border: 1px solid rgba(183, 82, 22, 0.12);
  border-radius: 8px;
  color: #513024;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.45;
  padding: 12px 14px;
}

.np-puja-points li::before {
  background: linear-gradient(135deg, #b33d19, #e58a1f);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

.np-puja-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.np-puja-actions a {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  min-height: 50px;
  padding: 13px 18px;
  text-decoration: none;
}

.np-action-book {
  background: linear-gradient(135deg, #b33d19, #e58a1f);
  box-shadow: 0 14px 28px rgba(179, 61, 25, 0.22);
  color: #ffffff;
}

.np-action-whatsapp {
  background: linear-gradient(135deg, #14b866, #087b52);
  box-shadow: 0 14px 28px rgba(8, 123, 82, 0.18);
  color: #ffffff;
}

.np-action-call {
  background: linear-gradient(135deg, #ef7d14, #c22a16);
  box-shadow: 0 14px 28px rgba(194, 42, 22, 0.2);
  color: #ffffff;
  display: none !important;
}

.np-reviews-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.np-reviews-head {
  align-items: end;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  margin-bottom: 24px;
}

.np-reviews-kicker {
  color: #b24a18;
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.np-reviews-head h2 {
  color: #5e2413;
  font: 700 34px/1.12 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  margin: 0;
}

.np-reviews-head p {
  color: #50362a;
  font-size: 16px;
  line-height: 1.65;
  margin: 10px 0 0;
  max-width: 740px;
}

.np-rating-badge {
  background: #41180e;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(65, 24, 14, 0.18);
  color: #fff7eb;
  min-width: 172px;
  padding: 18px 20px;
  text-align: center;
}

.np-rating-badge strong {
  color: #ffd56f;
  display: block;
  font-size: 30px;
  line-height: 1;
}

.np-rating-badge span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 6px;
}

.np-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.np-review-card {
  background: #ffffff;
  border: 1px solid rgba(122, 40, 20, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(122, 40, 20, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 248px;
  padding: 22px;
}

.np-review-stars {
  color: #e58a1f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 14px;
}

.np-review-card h3 {
  color: #592414;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 10px;
}

.np-review-card p {
  color: #443126;
  font-size: 15px;
  line-height: 1.68;
  margin: 0;
}

.np-review-person {
  align-items: center;
  border-top: 1px solid rgba(122, 40, 20, 0.1);
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
}

.np-review-avatar {
  align-items: center;
  background: linear-gradient(135deg, #b33d19, #e58a1f);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.np-review-person strong,
.np-review-person span {
  display: block;
  line-height: 1.25;
}

.np-review-person strong {
  color: #321c12;
  font-size: 14px;
}

.np-review-person span {
  color: #7d6659;
  font-size: 12px;
}

.np-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.np-trust-chip {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(122, 40, 20, 0.12);
  border-radius: 8px;
  color: #503126;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  padding: 14px 16px;
  text-align: center;
}

.np-seo-panel-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 28px;
  align-items: center;
}

.np-seo-panel h2 {
  color: #6e2411;
  font: 700 32px/1.18 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.np-seo-panel p {
  color: #3e2d22;
  font-size: 16px;
  line-height: 1.72;
  margin: 0 0 12px;
}

.np-trust-list {
  background: #ffffff;
  border: 1px solid rgba(110, 36, 17, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(110, 36, 17, 0.11);
  list-style: none;
  margin: 0;
  padding: 22px;
}

.np-trust-list li {
  color: #442818;
  font-size: 15px;
  line-height: 1.55;
  padding: 10px 0 10px 30px;
  position: relative;
}

.np-trust-list li::before {
  background: linear-gradient(135deg, #e58a1f, #b33d19);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 3px;
  position: absolute;
  top: 17px;
  width: 10px;
}

.np-main-header {
  background: #fffaf2;
  box-shadow: 0 18px 42px rgba(69, 29, 15, 0.12);
  position: sticky;
  top: 0;
  z-index: 999999;
}

.np-header-top {
  background: linear-gradient(90deg, #36140d, #8d2e16 52%, #d86e19);
  color: #fff7ed;
  font-size: 13px;
  font-weight: 800;
}

.np-header-top-inner {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 36px;
  padding: 0 18px;
}

.np-header-top-inner span {
  margin-right: auto;
}

.np-header-top a {
  color: #fff7ed;
  text-decoration: none;
}

.np-header-shell {
  align-items: center;
  display: flex;
  gap: 22px;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 82px;
  padding: 10px 18px;
  position: relative;
}

.np-brand {
  align-items: center;
  color: #37180f;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  min-width: 252px;
  text-decoration: none !important;
}

.np-brand img {
  background: #ffffff;
  border: 1px solid rgba(148, 54, 20, 0.13);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(89, 39, 18, 0.1);
  height: 52px;
  object-fit: contain;
  padding: 5px;
  width: 138px;
}

.np-brand strong {
  color: #37180f;
  display: block;
  font: 700 18px/1.1 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.np-brand em {
  color: #9a3f17;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  margin-top: 4px;
}

.np-desktop-nav {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 4px;
  justify-content: center;
}

.np-desktop-nav > a,
.np-nav-dropdown > a {
  border-radius: 999px;
  color: #432419;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 13px;
  text-decoration: none !important;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.np-desktop-nav > a:hover,
.np-nav-dropdown:hover > a {
  background: #fff0da;
  color: #b54217;
  transform: translateY(-1px);
}

.np-nav-dropdown {
  position: relative;
}

.np-nav-menu {
  background: #fffaf2;
  border: 1px solid rgba(128, 48, 18, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(57, 24, 12, 0.2);
  display: grid;
  gap: 4px;
  left: 50%;
  min-width: 260px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 12px);
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.np-nav-dropdown:hover .np-nav-menu,
.np-nav-dropdown:focus-within .np-nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.np-nav-menu a {
  border-radius: 8px;
  color: #49251a;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 12px;
  text-decoration: none !important;
}

.np-nav-menu a:hover {
  background: linear-gradient(135deg, #ffe2ad, #fff6e8);
  color: #8d2e16;
}

.np-header-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.np-header-call,
.np-header-book {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none !important;
}

.np-header-call {
  background: linear-gradient(135deg, #11814f, #20bf70);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(17, 129, 79, 0.22);
  color: #ffffff;
  height: 44px;
  width: 44px;
}

.np-header-book {
  background: linear-gradient(135deg, #ef7d14, #c22a16);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(194, 42, 22, 0.26);
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  min-height: 44px;
  padding: 10px 18px;
  white-space: nowrap;
}

.np-mobile-menu {
  display: none;
}

.np-mobile-menu summary {
  align-items: center;
  background: #451a0f;
  border-radius: 14px;
  cursor: pointer;
  display: grid;
  gap: 4px;
  height: 46px;
  justify-content: center;
  list-style: none;
  width: 48px;
}

.np-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.np-mobile-menu summary span {
  background: #fff7ed;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 21px;
}

.np-mobile-panel {
  background: #fffaf2;
  border: 1px solid rgba(128, 48, 18, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(57, 24, 12, 0.24);
  display: grid;
  gap: 6px;
  left: 14px;
  padding: 12px;
  position: absolute;
  right: 14px;
  top: calc(100% + 8px);
}

.np-mobile-panel a {
  border-radius: 8px;
  color: #432419;
  font-size: 15px;
  font-weight: 900;
  padding: 12px 14px;
  text-decoration: none !important;
}

.np-mobile-panel a:hover {
  background: #fff0da;
}

.np-mobile-panel .np-mobile-book,
.np-mobile-panel .np-mobile-whatsapp {
  color: #ffffff;
  text-align: center;
}

.np-mobile-panel .np-mobile-book {
  background: linear-gradient(135deg, #ef7d14, #c22a16);
}

.np-mobile-panel .np-mobile-whatsapp {
  background: linear-gradient(135deg, #16b868, #087b52);
}

.np-site-footer {
  background: #35170f;
  color: #fff7ed;
  padding: 42px 18px 34px;
}

.np-site-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.np-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 0.9fr;
  gap: 26px;
}

.np-footer-grid-rich {
  grid-template-columns: 1.15fr 1fr 0.8fr 0.95fr;
  gap: 24px;
}

.np-site-footer h2,
.np-site-footer h3 {
  color: #ffd37b;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.np-site-footer h2 {
  font: 700 28px/1.15 Georgia, "Times New Roman", serif;
}

.np-site-footer h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.np-site-footer p,
.np-site-footer a {
  color: rgba(255, 247, 237, 0.9);
  font-size: 15px;
  line-height: 1.65;
}

.np-site-footer a {
  text-decoration: none;
}

.np-footer-contact address {
  color: rgba(255, 247, 237, 0.9);
  font-style: normal;
  line-height: 1.65;
  margin: 0 0 14px;
}

.np-footer-contact strong,
.np-footer-enquiry strong {
  color: #ffffff;
}

.np-footer-contact address span {
  display: block;
  font-size: 15px;
  margin-top: 4px;
}

.np-footer-links {
  display: grid;
  gap: 8px;
}

.np-footer-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.np-footer-cta {
  align-items: center;
  border-radius: 12px;
  color: #ffffff !important;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
}

.np-footer-cta-call {
  background: linear-gradient(135deg, #ef7d14, #c22a16);
}

.np-footer-cta-whatsapp {
  background: linear-gradient(135deg, #16b868, #087b52);
}

.np-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.np-social-row a {
  align-items: center;
  background: linear-gradient(135deg, #7f2f16, #e58a1f);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.np-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 20px;
}

.np-mobile-cta {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(105, 42, 16, 0.14);
  border-radius: 22px 22px 0 0;
  bottom: 0;
  box-shadow: 0 -14px 38px rgba(44, 23, 12, 0.22);
  display: flex;
  gap: 10px;
  left: 0;
  padding: 10px 12px 12px;
  position: fixed;
  right: 0;
  z-index: 9999999;
}

.np-mobile-cta a {
  align-items: center;
  border-radius: 16px;
  color: #ffffff;
  display: flex;
  flex: 1;
  font-size: 15px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  min-height: 56px;
  text-decoration: none;
}

.np-mobile-cta svg {
  flex: 0 0 auto;
}

.np-call-now {
  background: linear-gradient(135deg, #ef7d14, #c22a16);
  box-shadow: 0 12px 28px rgba(194, 42, 22, 0.28);
}

.np-whatsapp-now {
  background: linear-gradient(135deg, #14b866, #087b52);
  box-shadow: 0 12px 28px rgba(8, 123, 82, 0.25);
}

.np-page-shell {
  background: #fffaf2;
  color: #322219;
  min-height: 100vh;
}

.np-page-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(245, 166, 35, 0.28), transparent 32%),
    linear-gradient(135deg, #5d1f12 0%, #a93a17 46%, #eb8b20 100%);
  color: #fff8ed;
  padding: 86px 18px 72px;
}

.np-page-hero-inner,
.np-page-content {
  max-width: 1080px;
  margin: 0 auto;
}

.np-page-hero h1 {
  color: inherit;
  font: 700 48px/1.05 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  margin: 0 0 14px;
}

.np-page-hero p {
  color: rgba(255, 248, 237, 0.9);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

.np-page-content {
  padding: 42px 18px 70px;
}

.np-info-card {
  background: #ffffff;
  border: 1px solid rgba(122, 40, 20, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(122, 40, 20, 0.1);
  margin-bottom: 18px;
  padding: 28px;
}

.np-info-card h2 {
  color: #6e2411;
  font: 700 27px/1.2 Georgia, "Times New Roman", serif;
  margin: 0 0 12px;
}

.np-info-card p,
.np-info-card li {
  color: #3f3028;
  font-size: 16px;
  line-height: 1.75;
}

.np-dev-credits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0;
}

.np-dev-credits div {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 18px;
}

.np-dev-credits span {
  color: #ffe0a2;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.np-dev-credits strong {
  color: #ffffff;
  font-size: 19px;
}

@media (max-width: 860px) {
  body {
    padding-bottom: 86px;
  }

  .np-header-top {
    display: none;
  }

  .np-header-shell {
    gap: 10px;
    min-height: 72px;
    padding: 9px 14px;
  }

  .np-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .np-brand img {
    height: 46px;
    width: 112px;
  }

  .np-brand strong {
    font-size: 15px;
  }

  .np-brand em {
    font-size: 11px;
  }

  .np-desktop-nav,
  .np-header-actions {
    display: none;
  }

  .np-mobile-menu {
    display: block;
    flex: 0 0 auto;
  }

  .np-seo-panel-inner,
  .np-footer-grid,
  .np-dev-credits,
  .np-puja-feature-inner,
  .np-reviews-head,
  .np-review-grid,
  .np-trust-strip {
    grid-template-columns: 1fr;
  }

  .np-puja-feature {
    padding: 38px 14px;
  }

  .np-puja-content h2 {
    font-size: 29px;
  }

  .np-action-book {
    display: none !important;
  }

  .np-action-call {
    display: inline-flex !important;
  }

  .np-page-hero h1 {
    font-size: 36px;
  }

  .np-site-footer {
    padding-bottom: 30px;
  }
}
