/* ==========================================================
   Pandit Manjeet Shastri — Ujjain
   Custom styles on top of Bootstrap 5. Premium / devotional /
   traditional-modern direction: warm ivory background, saffron
   & gold accents, deep maroon typography, soft shadows.
   ========================================================== */

:root {
  --pms-cream: #fbf6ec;
  --pms-cream-alt: #f4ead6;
  --pms-white: #ffffff;
  --pms-saffron: #d98a1f;
  --pms-saffron-dark: #b96f12;
  --pms-gold: #c9a227;
  --pms-maroon: #5c1f1a;
  --pms-maroon-dark: #401410;
  --pms-brown: #4a352a;
  --pms-text: #3a2a22;
  --pms-muted: #7a695f;
  --pms-radius: 8px;
  --pms-shadow: 0 10px 28px rgba(92, 31, 26, 0.1);
}

body {
  font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif;
  color: var(--pms-text);
  background:
    radial-gradient(circle at left 18%, rgba(217, 138, 31, .08), transparent 18rem),
    radial-gradient(circle at right 42%, rgba(201, 162, 39, .08), transparent 16rem),
    var(--pms-cream);
  padding-bottom: 0;
}
.pms-no-scroll { overflow: hidden; }

h1, h2, h3, h4 {
  font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif;
  color: var(--pms-maroon);
  font-weight: 700;
}

a { color: var(--pms-saffron-dark); text-decoration: none; }
a:hover { color: var(--pms-maroon); }

.bg-alt { background: var(--pms-cream-alt); }
.pms-shadow { box-shadow: var(--pms-shadow); }
.pms-section { padding: 54px 0; }
.pms-section h2 { margin-bottom: 14px; font-size: 2rem; line-height: 1.15; }
.pms-section-heading { margin-bottom: 20px; }
.pms-section-heading p { color: var(--pms-muted); margin: 0 auto; max-width: 760px; }
.pms-section-label {
  color: #9b2f26;
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* Top bar */
.pms-topbar {
  background: linear-gradient(90deg, #721e17, #4b120f);
  color: #f4ead6;
  font-size: 0.85rem;
  padding: 6px 0;
}
.pms-topbar a { color: #f4ead6; margin-left: 14px; }
.pms-topbar a:hover { color: var(--pms-gold); }
.pms-topbar-tagline { color: #e7c98a; }
.pms-topbar-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 4px;
}
.pms-topbar-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.pms-topbar-translate {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(231, 201, 138, 0.26);
  border-radius: 999px;
  display: inline-flex;
  gap: 6px;
  margin-left: 14px;
  min-width: 168px;
  min-height: 30px;
  padding: 3px 9px;
}
.pms-topbar-translate > i {
  color: #e7c98a;
  font-size: .95rem;
}
.pms-translate-text {
  color: #fff7e6;
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
}
.pms-topbar-translate:has(.goog-te-combo) .pms-translate-text {
  display: none;
}
.pms-topbar-translate .goog-te-gadget {
  color: transparent;
  font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif;
  font-size: 0;
  line-height: 1;
}
.pms-topbar-translate .goog-te-combo {
  background: transparent;
  border: 0;
  color: #fff7e6;
  cursor: pointer;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 600;
  margin: 0;
  max-width: 142px;
  outline: 0;
}
.pms-topbar-translate .goog-te-combo option {
  color: var(--pms-text);
}
.pms-topbar-translate .skiptranslate > span,
.pms-topbar-translate .skiptranslate > a,
.pms-topbar-translate .goog-logo-link {
  display: none !important;
}
@media (max-width: 767px) {
  .pms-topbar .container {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 5px 8px;
  }
  .pms-topbar-contacts {
    justify-content: center;
    width: 100%;
  }
  .pms-topbar-contacts a {
    margin-left: 0;
  }
  .pms-topbar-translate {
    margin-left: 0;
    max-width: 100%;
    min-width: 186px;
    min-height: 28px;
    padding: 3px 8px;
  }
  .pms-topbar-translate .goog-te-combo {
    max-width: 172px;
  }
}
.pms-topbar-whatsapp span {
  display: inline;
}
.pms-topbar-whatsapp-short {
  display: none;
}

/* Navbar */
.pms-navbar {
  background: var(--pms-white);
  box-shadow: 0 2px 14px rgba(92, 31, 26, 0.08);
  padding: 8px 0;
}
.pms-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--pms-maroon); font-size: 1.18rem; }
.pms-brand img { height: auto; max-height: 70px; max-width: 310px; object-fit: contain; width: auto; }
.pms-navbar .nav-link { color: var(--pms-brown); font-size: .92rem; font-weight: 600; margin: 0 7px; }
.pms-navbar .nav-link:hover, .pms-navbar .nav-link:focus { color: var(--pms-saffron-dark); }
.pms-navbar .dropdown { position: relative; }
.pms-btn-cta {
  background: var(--pms-saffron);
  color: #fff !important;
  border-radius: 6px;
  padding: 8px 20px;
  font-weight: 600;
  white-space: nowrap;
}
.pms-btn-cta:hover { background: var(--pms-saffron-dark); }

.pms-mega {
  border: none;
  border-radius: var(--pms-radius);
  box-shadow: var(--pms-shadow);
  max-width: min(760px, calc(100vw - 32px));
  min-width: min(720px, calc(100vw - 32px));
  padding: 16px;
  right: auto;
}
.pms-mega-services {
  display: grid;
  gap: 6px 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pms-mega .dropdown-item {
  align-items: center;
  border-radius: 8px;
  color: var(--pms-brown);
  display: flex;
  gap: 9px;
  line-height: 1.25;
  min-height: 42px;
  padding: 8px 10px;
  white-space: normal;
}
.pms-mega .dropdown-item span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}
.pms-mega .dropdown-item:hover { background: var(--pms-cream-alt); color: var(--pms-maroon); }
.pms-service-om {
  align-items: center;
  background: #fff4df;
  border: 1px solid #efd4a8;
  border-radius: 50%;
  color: #df8010;
  display: inline-flex;
  flex: 0 0 24px;
  font-size: .9rem;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}
.pms-mega-footer { border-top: 1px solid #eee; margin-top: 8px; padding-top: 8px; text-align: right; }
.pms-mega-footer a { font-weight: 600; }

/* Buttons */
.pms-btn-primary {
  background: linear-gradient(180deg, #f19a17, #d97600);
  color: #fff;
  border-radius: 6px;
  padding: 11px 24px;
  font-weight: 800;
  border: none;
  box-shadow: 0 9px 18px rgba(217, 111, 0, .18);
}
.pms-btn-primary:hover { background: linear-gradient(180deg, #e4890f, #bd6200); color: #fff; }
.pms-btn-outline {
  border: 2px solid var(--pms-maroon);
  color: var(--pms-maroon);
  border-radius: 6px;
  padding: 10px 26px;
  font-weight: 600;
  background: transparent;
}
.pms-btn-outline:hover { background: var(--pms-maroon); color: #fff; }
.pms-btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 6px;
  padding: 10px 26px;
  font-weight: 600;
  background: transparent;
}
.pms-btn-outline-light:hover { background: #fff; color: var(--pms-maroon); }
.pms-btn-whatsapp {
  background: #19ad55;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  padding: 11px 24px;
}
.pms-btn-whatsapp:hover { background: #118f45; color: #fff; }

/* Screenshot-matched home page */
.pms-home-hero {
  background:
    linear-gradient(90deg, rgba(36, 8, 6, .9) 0%, rgba(58, 14, 10, .72) 42%, rgba(58, 14, 10, .12) 100%),
    url('../images/hero/mahakal-pandit-hero.png') center/cover;
  color: #fff;
  min-height: 650px;
  padding: 52px 0 30px;
  position: relative;
}
.pms-home-hero::before {
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.34));
  content: "";
  inset: 0;
  position: absolute;
}
.pms-hero-panel { min-height: 360px; position: relative; display: flex; align-items: center; justify-content: space-between; }
.pms-hero-copy { max-width: 720px; }
.pms-kicker {
  align-items: center;
  background: rgba(217, 111, 0, .86);
  border-radius: 999px;
  color: #fff5df;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 15px;
}
.pms-hero-copy h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 4.25rem); line-height: 1.04; margin-bottom: 16px; max-width: 780px; }
.pms-hero-copy h1 span { color: #f2a51f; display: block; }
.pms-hero-copy p { color: #fff3df; font-size: 1.05rem; line-height: 1.58; max-width: 690px; }
.pms-hero-copy p strong { color: #fff; font-weight: 800; }
.pms-hero-actions, .pms-planning-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.pms-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 24px;
}
.pms-hero-badges span + span::before {
  color: #f4a31a;
  content: "\00b7";
  font-weight: 900;
  margin-right: 16px;
}
.pms-hero-badges span { color: #ffe7b5; font-size: .86rem; font-weight: 700; }
.pms-hero-badges i { color: #f4a31a; margin-right: 5px; }
.pms-hero-location {
  align-items: center;
  align-self: flex-end;
  background: rgba(90, 25, 16, .78);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  margin-bottom: 4px;
  min-width: 190px;
  padding: 16px 18px;
}
.pms-hero-location i { color: #f6a21a; font-size: 2rem; }
.pms-hero-location strong { color: #fff; display: block; font-size: 1.25rem; }
.pms-hero-location span { color: #f8ddb0; font-size: .82rem; }

.pms-feature-strip { background: #fff9ef; border-bottom: 1px solid #efdcc1; box-shadow: 0 9px 22px rgba(77, 26, 16, .06); }
.pms-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pms-feature-item {
  align-items: center;
  border-right: 1px solid #ecd7ba;
  display: flex;
  gap: 14px;
  min-height: 92px;
  padding: 18px 20px;
}
.pms-feature-item:last-child { border-right: 0; }
.pms-feature-item > i {
  align-items: center;
  background: #e78110;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 46px;
  font-size: 1.35rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}
.pms-feature-item h2 { font-size: 1rem; margin: 0 0 4px; }
.pms-feature-item p { color: var(--pms-muted); font-size: .82rem; line-height: 1.35; margin: 0; }

.pms-about-photo { position: relative; }
.pms-about-photo img, .pms-ujjain-img {
  border-radius: 8px;
  box-shadow: var(--pms-shadow);
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.pms-about-main-img {
  height: 520px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.pms-ujjain-img { object-position: center 42%; }
.pms-about-photo span {
  align-items: center;
  background: #fff8ed;
  border-radius: 8px;
  bottom: 16px;
  box-shadow: var(--pms-shadow);
  color: var(--pms-maroon);
  display: flex;
  gap: 8px;
  left: 18px;
  max-width: 210px;
  padding: 10px 14px;
  position: absolute;
  font-size: .84rem;
  font-weight: 800;
}
.pms-about-photo strong { color: #dd8210; font-size: 1.5rem; }
.pms-about-hero .pms-section-label {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: #ffe4b4;
  margin-bottom: 12px;
}
.pms-about-intro h2,
.pms-about-detail h2,
.pms-about-ujjain h2 { margin-bottom: 16px; }
.pms-about-intro p,
.pms-about-detail p,
.pms-about-ujjain p {
  color: var(--pms-muted);
  font-size: .98rem;
  line-height: 1.75;
}
.pms-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.pms-about-principles {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}
.pms-about-principle {
  background: #fff;
  border: 1px solid #ead8bf;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(92,31,26,.07);
  min-height: 220px;
  padding: 24px 20px;
}
.pms-about-principle i {
  align-items: center;
  background: #fff3df;
  border-radius: 50%;
  color: #d9780f;
  display: flex;
  font-size: 1.45rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 16px;
  width: 48px;
}
.pms-about-principle h3 { font-size: 1.05rem; margin-bottom: 9px; }
.pms-about-principle p {
  color: var(--pms-muted);
  font-size: .88rem;
  line-height: 1.55;
  margin: 0;
}
.pms-about-support-list {
  display: grid;
  gap: 14px;
}
.pms-about-support-list article {
  align-items: flex-start;
  background: #fff8ed;
  border: 1px solid #ecd7ba;
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: 44px 1fr;
  padding: 18px;
}
.pms-about-support-list span {
  align-items: center;
  background: #822a1b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.pms-about-support-list h3 { font-size: 1rem; margin: 0 0 5px; }
.pms-about-support-list p {
  font-size: .88rem;
  line-height: 1.55;
  margin: 0;
}
.pms-about-side-img {
  border-radius: 8px;
  box-shadow: var(--pms-shadow);
  height: 360px;
  object-fit: cover;
  width: 100%;
}
.pms-quote-card {
  background: #fff8ed;
  border-radius: 8px;
  color: #a26957;
  min-height: 220px;
  padding: 28px 22px;
}
.pms-quote-card i { color: #e6c8a1; font-size: 2.4rem; }
.pms-quote-card p { color: #9b5c4a; font-size: 1rem; font-weight: 700; line-height: 1.45; }
.pms-quote-card strong { color: #e8d1ad; font-size: 3rem; }

.pms-service-card { border: 1px solid #ead8bf; border-radius: 8px; box-shadow: 0 10px 24px rgba(92,31,26,.09); }
.pms-service-card img { height: 152px; }
.pms-service-card-body { padding: 16px 18px 18px; position: relative; }
.pms-card-icon {
  align-items: center;
  background: #fff8ed;
  border: 2px solid #f0d4ac;
  border-radius: 50%;
  color: #dc7f0f;
  display: flex;
  height: 42px;
  justify-content: center;
  left: 14px;
  position: absolute;
  top: -24px;
  width: 42px;
}
.pms-service-card-body h3 { font-size: 1rem; margin-top: 8px; }
.pms-service-card-body p { font-size: .83rem; line-height: 1.35; }
.pms-card-link { color: #d9780f; font-size: .88rem; font-weight: 800; }

.pms-planning-band { padding: 22px 0; }
.pms-planning-inner {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(61, 13, 10, .94) 0%, rgba(92, 24, 16, .84) 44%, rgba(92, 24, 16, .5) 100%),
    url('../images/hero/planning-puja-cta.png') center/cover;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  min-height: 142px;
  overflow: hidden;
  padding: 28px 34px;
  position: relative;
}
.pms-planning-inner::before {
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.pms-planning-inner > * { position: relative; z-index: 1; }
.pms-planning-inner h2 { color: #fff; margin: 0 0 4px; }
.pms-planning-inner p { color: #f7dcc2; margin: 0; max-width: 640px; }

.pms-why-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, 1fr);
}
.pms-why-card {
  background: #fff;
  border: 1px solid #ead8bf;
  border-radius: 8px;
  min-height: 148px;
  padding: 20px 14px;
  text-align: center;
}
.pms-why-card i { color: #df8010; display: block; font-size: 1.8rem; margin-bottom: 9px; }
.pms-why-card h3 { font-size: .95rem; margin-bottom: 5px; }
.pms-why-card p { color: var(--pms-muted); font-size: .78rem; line-height: 1.35; margin: 0; }

.pms-ujjain-points {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 18px 0;
}
.pms-ujjain-points span { color: var(--pms-brown); font-size: .87rem; font-weight: 700; }
.pms-ujjain-points i { color: #df8010; margin-right: 7px; }

.pms-process-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, 1fr);
}
.pms-process-card {
  align-items: center;
  background: #fff;
  border: 1px solid #ead8bf;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  min-height: 105px;
  padding: 16px;
  position: relative;
}
.pms-process-card + .pms-process-card::before {
  color: #b65032;
  content: "\F138";
  font-family: "bootstrap-icons";
  font-size: 1.1rem;
  left: -18px;
  position: absolute;
}
.pms-process-card > span {
  align-items: center;
  background: #8a2c2c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 45px;
  font-weight: 800;
  height: 45px;
  justify-content: center;
}
.pms-process-card h3 { font-size: .92rem; margin: 0 0 4px; }
.pms-process-card p { color: var(--pms-muted); font-size: .75rem; line-height: 1.35; margin: 0; }

.pms-gallery-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.pms-gallery-tabs span {
  background: #fff;
  border: 1px solid #ead8bf;
  border-radius: 999px;
  color: var(--pms-maroon);
  font-size: .78rem;
  font-weight: 700;
  padding: 5px 13px;
}
.pms-gallery-tabs span:first-child { background: var(--pms-maroon); color: #fff; }
.pms-home-gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0 24px;
}
.pms-home-gallery-grid .pms-lightbox-link,
.pms-gallery-item .pms-lightbox-link {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pms-home-gallery-grid img {
  border-radius: 10px;
  box-shadow: var(--pms-shadow);
  height: 190px;
  object-fit: cover;
  transition: transform .25s ease, filter .25s ease;
  width: 100%;
}
.pms-lightbox-link > span {
  align-items: center;
  background: rgba(64, 20, 16, .74);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 34px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: translateY(-4px);
  transition: opacity .2s ease, transform .2s ease;
  width: 34px;
}
.pms-lightbox-link:hover img { filter: brightness(.88); transform: scale(1.04); }
.pms-lightbox-link:hover > span { opacity: 1; transform: translateY(0); }
.pms-reviews-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .98), rgba(255, 255, 255, .98));
}
.pms-testimonial-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.pms-testimonial-grid article {
  background: #fff;
  border: 1px solid #ead8bf;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(74, 25, 18, .08);
  min-height: 228px;
  padding: 24px;
  position: relative;
}
.pms-testimonial-grid article::before {
  color: rgba(225, 126, 5, .16);
  content: "\F6B0";
  font-family: "bootstrap-icons";
  font-size: 2.5rem;
  position: absolute;
  right: 22px;
  top: 14px;
}
.pms-testimonial-grid div { color: #efa11a; display: flex; gap: 3px; font-size: .84rem; margin-bottom: 14px; }
.pms-testimonial-grid p { color: var(--pms-muted); font-size: .94rem; line-height: 1.65; margin-bottom: 18px; }
.pms-testimonial-grid strong { color: var(--pms-maroon); display: block; font-size: .98rem; }
.pms-testimonial-grid span { color: var(--pms-muted); font-size: .84rem; }

.pms-lightbox {
  align-items: center;
  background: rgba(26, 7, 5, .92);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 74px 78px;
  position: fixed;
  z-index: 2000;
}
.pms-lightbox.is-open { display: flex; }
.pms-lightbox img {
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
  max-height: calc(100vh - 150px);
  max-width: min(1180px, 100%);
  object-fit: contain;
}
.pms-lightbox button {
  align-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 46px;
  justify-content: center;
  position: absolute;
  width: 46px;
}
.pms-lightbox button:hover { background: rgba(255,255,255,.22); }
.pms-lightbox-close { right: 24px; top: 24px; }
.pms-lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.pms-lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }

.pms-faq-grid {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(2, 1fr);
}
.pms-faq-grid .accordion-item { border: 1px solid #ead8bf; border-radius: 6px; overflow: hidden; }
.pms-faq-grid .accordion-button { background: #fff; color: var(--pms-brown); font-size: .9rem; font-weight: 600; padding: 13px 16px; }
.pms-faq-grid .accordion-button:not(.collapsed) { background: #fff8ed; color: var(--pms-maroon); box-shadow: none; }

.pms-contact-home {
  background: #fff8ed;
  border-top: 1px solid #ead8bf;
  padding: 38px 0;
}
.pms-contact-home h2 { font-size: 1.65rem; }
.pms-home-form {
  background: #fff;
  border: 1px solid #ead8bf;
  border-radius: 8px;
  box-shadow: var(--pms-shadow);
  padding: 18px;
}
.pms-home-form .form-control,
.pms-home-form .form-select {
  border-color: #ead8bf;
  border-radius: 5px;
  font-size: .88rem;
  min-height: 43px;
}
.pms-contact-page { background: linear-gradient(180deg, #fff8ed 0%, #fffaf4 100%); }
.pms-contact-info-card,
.pms-contact-form-card {
  background: #fff;
  border: 1px solid #ead8bf;
  border-radius: 8px;
  box-shadow: var(--pms-shadow);
  height: 100%;
}
.pms-contact-info-card { height: auto; padding: 28px; }
.pms-contact-info-card h2,
.pms-form-heading h2 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}
.pms-contact-info-card p,
.pms-form-heading p {
  color: var(--pms-muted);
  line-height: 1.65;
  margin-bottom: 18px;
}
.pms-contact-action-grid {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}
.pms-contact-action-grid a {
  align-items: center;
  background: #fff8ed;
  border: 1px solid #ead8bf;
  border-radius: 8px;
  color: var(--pms-brown);
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 42px 1fr;
  padding: 13px;
}
.pms-contact-action-grid i {
  align-items: center;
  background: var(--pms-saffron);
  border-radius: 50%;
  color: #fff;
  display: flex;
  grid-row: span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.pms-contact-action-grid span {
  color: var(--pms-muted);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.pms-contact-action-grid strong { font-size: .94rem; }
.pms-contact-address {
  align-items: flex-start;
  background: var(--pms-maroon);
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 12px;
  padding: 16px;
}
.pms-contact-address i { color: var(--pms-gold); font-size: 1.25rem; }
.pms-contact-address p { color: #fff2d9; margin: 0; }
.pms-contact-map { margin-top: 18px; }
.pms-contact-map iframe { display: block; min-height: 330px; }
.pms-contact-form-card { padding: 30px; }
.pms-form-heading {
  border-bottom: 1px solid #ead8bf;
  margin-bottom: 22px;
  padding-bottom: 18px;
}
.pms-contact-form .form-label {
  color: var(--pms-brown);
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 7px;
}
.pms-contact-form .form-control,
.pms-contact-form .form-select,
.pms-home-form .form-control,
.pms-home-form .form-select {
  background-color: #fffdf9;
  border-color: #ead8bf;
  border-radius: 7px;
  min-height: 48px;
}
.pms-contact-form textarea.form-control,
.pms-home-form textarea.form-control { min-height: 116px; }
.pms-contact-form .form-control:focus,
.pms-contact-form .form-select:focus,
.pms-home-form .form-control:focus,
.pms-home-form .form-select:focus {
  border-color: var(--pms-saffron);
  box-shadow: 0 0 0 .2rem rgba(225, 126, 5, .12);
}
.pms-submit-wide {
  min-height: 50px;
  padding-left: 28px;
  padding-right: 28px;
}

/* Hero carousel */
.pms-hero { position: relative; }
.pms-hero-slide {
  min-height: 560px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* Relative paths (not root-absolute) so this file keeps working no matter
   what folder/domain the site is hosted under — style.css lives at
   /assets/css/style.css, so ../images/... always resolves to /assets/images/... */
.pms-hero-content { max-width: 640px; color: #fff; }
.pms-hero-content h1 { color: #fff; font-size: 2.6rem; margin-bottom: 16px; }
.pms-hero-content p { font-size: 1.15rem; margin-bottom: 28px; color: #f4ead6; }
.pms-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Trust strip */
.pms-trust-strip { background: var(--pms-maroon); color: #fff; padding: 22px 0; }
.pms-trust-strip i { font-size: 1.6rem; display: block; margin-bottom: 6px; color: var(--pms-gold); }
.pms-trust-strip span { font-weight: 500; font-size: 0.95rem; }

/* Service cards */
.pms-service-card {
  background: var(--pms-white);
  border-radius: var(--pms-radius);
  overflow: hidden;
  box-shadow: var(--pms-shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease;
}
.pms-service-card:hover { transform: translateY(-4px); }
.pms-service-card img { width: 100%; height: 190px; object-fit: cover; background: var(--pms-cream-alt); }
.pms-service-card-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.pms-service-card-body h3 { font-size: 1.1rem; margin-bottom: 8px; }
.pms-service-card-body p { color: var(--pms-muted); font-size: 0.92rem; flex: 1; }
.pms-card-link { font-weight: 600; }
.pms-card-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.pms-card-icon-link { color: #25D366; font-size: 1.2rem; }

/* Why choose / process */
.pms-why i, .pms-process i { font-size: 2rem; color: var(--pms-saffron); margin-bottom: 10px; display: block; }
.pms-process-step { position: relative; }
.pms-process-num {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--pms-maroon); color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 8px; font-weight: 700;
}

/* Gallery */
.pms-gallery-thumb { height: 130px; object-fit: cover; width: 100%; }
.pms-gallery-filters { text-align: center; }
.pms-gallery-filters button {
  border: 1px solid var(--pms-maroon);
  background: transparent;
  color: var(--pms-maroon);
  padding: 6px 18px;
  border-radius: 20px;
  margin: 4px;
  font-size: 0.9rem;
}
.pms-gallery-filters button.active { background: var(--pms-maroon); color: #fff; }
.pms-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 14px; }
.pms-gallery-grid img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; box-shadow: var(--pms-shadow); }
.pms-gallery-item.hidden { display: none; }

/* CTA band */
.pms-cta-band { background: var(--pms-maroon); color: #fff; padding: 56px 0; text-align: center; }
.pms-cta-band h2 { color: #fff; margin-bottom: 20px; }

/* Contact */
.pms-contact-list li { margin-bottom: 12px; }
.pms-contact-list i { color: var(--pms-saffron); width: 22px; }
.pms-contact-list-lg li { font-size: 1.05rem; }
.pms-map-embed { border-radius: var(--pms-radius); overflow: hidden; box-shadow: var(--pms-shadow); }
.pms-map-placeholder {
  background: var(--pms-cream-alt); height: 260px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; color: var(--pms-muted);
}
.pms-map-placeholder i { font-size: 2rem; margin-bottom: 8px; }
.pms-honeypot { position: absolute; left: -9999px; top: -9999px; }

/* Breadcrumb */
.pms-breadcrumb-wrap { background: var(--pms-cream-alt); padding: 10px 0; }
.breadcrumb { margin-bottom: 0; }

/* Page hero (inner pages) */
.pms-page-hero { background: var(--pms-maroon); color: #fff; padding: 56px 0 40px; text-align: center; }
.pms-page-hero h1 { color: #fff; margin-bottom: 10px; }
.pms-page-hero p { color: #f4ead6; margin-bottom: 0; }
.pms-page-hero-sm { padding: 36px 0; }

/* Service single */
.pms-service-hero {
  background: var(--pms-maroon);
  height: auto;
  padding: 56px 0 40px;
  position: relative;
  text-align: center;
}
.pms-service-hero-overlay {
  background: transparent;
  height: auto;
  padding: 0;
}
.pms-service-hero-overlay h1 { color: #fff; margin: 0 0 10px; }
.pms-service-hero-overlay p { color: #f4ead6; margin: 0 auto; max-width: 760px; }
.pms-service-main-image {
  background: #fff8ed;
  border: 1px solid #ead8bf;
  border-radius: 8px;
  box-shadow: var(--pms-shadow);
  margin: 0 0 30px;
  overflow: hidden;
  padding: 10px;
}
.pms-service-main-image img {
  border-radius: 6px;
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}
.pms-service-seo-intro {
  background: #fff8ed;
  border: 1px solid #ead8bf;
  border-left: 4px solid var(--pms-saffron);
  border-radius: 8px;
  margin: 0 0 30px;
  padding: 22px 24px;
}
.pms-service-seo-intro h2 { margin-top: 0; }
.pms-service-highlights {
  display: grid;
  gap: 10px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}
.pms-service-highlights span {
  align-items: center;
  color: var(--pms-brown);
  display: flex;
  font-size: .9rem;
  font-weight: 700;
  gap: 8px;
}
.pms-service-highlights i { color: var(--pms-saffron); }
.pms-service-content h2 { font-size: 1.4rem; margin-top: 34px; margin-bottom: 12px; }
.pms-service-content h2:first-of-type { margin-top: 0; }
.pms-service-sidebar {
  background: var(--pms-white);
  border-radius: var(--pms-radius);
  box-shadow: var(--pms-shadow);
  padding: 24px;
  position: sticky;
  top: 100px;
}
.pms-related-list li { margin-bottom: 8px; }

/* Footer */
.pms-footer {
  background: linear-gradient(180deg, #3d130d 0%, #2b0d0a 100%);
  color: #f7e6bf;
  padding: 56px 0 0;
  position: relative;
}
.pms-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 196, 101, 0.08), transparent 38%);
  pointer-events: none;
}
.pms-footer-inner {
  position: relative;
  z-index: 1;
  align-items: flex-start;
}
.pms-footer h5 {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.pms-footer a { color: #f5d699; transition: color 0.2s ease; }
.pms-footer a:hover { color: #fff; }
.pms-footer-brand-wrap { display: flex; flex-direction: column; gap: 14px; }
.pms-footer-brand { display: inline-flex; align-items: center; padding: 8px 10px; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; width: fit-content; }
.pms-footer-brand img {
  background: #fff;
  border-radius: 8px;
  height: auto;
  max-height: 68px;
  max-width: 280px;
  object-fit: contain;
  padding: 6px 10px;
  width: auto;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
.pms-footer p {
  color: #d8c19a;
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 0;
  max-width: 320px;
}
.pms-footer-list,
.pms-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.pms-footer-list li,
.pms-footer-contact li {
  font-size: 0.92rem;
  line-height: 1.7;
}
.pms-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #d8c19a;
}
.pms-footer-contact i {
  color: #f4c467;
  font-size: 0.9rem;
  margin-top: 5px;
  min-width: 14px;
}
.pms-footer-contact span {
  color: #d8c19a;
}
.pms-footer-bottom {
  background: rgba(25, 8, 7, 0.8);
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 38px;
  padding: 18px 0;
  font-size: 0.85rem;
  color: #c9b79a;
  position: relative;
  z-index: 1;
}
.pms-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 16px;
}
.pms-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}
.pms-footer-legal a { color: #e7c98a; }

@media (max-width: 991px) {
  .pms-footer {
    padding-top: 48px;
  }
  .pms-footer-bottom {
    margin-top: 28px;
  }
  .pms-footer-bottom-inner {
    justify-content: center;
    text-align: center;
  }
  .pms-footer-legal {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .pms-footer h5 {
    margin-bottom: 12px;
  }
  .pms-footer-brand-wrap {
    margin-bottom: 10px;
  }
  .pms-footer-list,
  .pms-footer-contact {
    gap: 8px;
  }
  .pms-footer-contact li {
    align-items: center;
  }
  .pms-footer-bottom {
    padding: 14px 0;
  }
}
/* Fixed bottom CTA */
.pms-bottom-cta {
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid #ead8bf;
  bottom: 0;
  box-shadow: 0 -8px 22px rgba(64, 20, 16, .12);
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 0;
  padding: 10px max(14px, calc((100vw - 1320px) / 2));
  position: fixed;
  right: 0;
  z-index: 1050;
}
.pms-bottom-cta a {
  align-items: center;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: .92rem;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
}
.pms-bottom-call { background: #8a2525; }
.pms-bottom-whatsapp { background: #19ad55; }
.pms-bottom-book { background: #e57e05; }
.pms-bottom-cta a:hover { color: #fff; filter: brightness(.94); }
@keyframes pms-pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,0,0,.15); }
  70% { box-shadow: 0 0 0 12px rgba(0,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}

@media (max-width: 767px) {
  .pms-hero-slide { min-height: 460px; }
  .pms-hero-content h1 { font-size: 1.8rem; }
  .pms-section { padding: 44px 0; }
  .pms-service-sidebar { position: static; margin-top: 20px; }
}

@media (min-width: 992px) {
  body { padding-bottom: 64px; }
}

@media (max-width: 1199px) {
  .pms-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pms-feature-item:nth-child(2) { border-right: 0; }
  .pms-why-grid { grid-template-columns: repeat(3, 1fr); }
  .pms-process-row { grid-template-columns: repeat(2, 1fr); }
  .pms-process-card + .pms-process-card::before { content: none; }
  .pms-about-principles { grid-template-columns: repeat(2, 1fr); }
  .pms-mega { min-width: min(620px, calc(100vw - 32px)); }
  .pms-home-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  body { padding-bottom: 70px; }
  .pms-navbar .navbar-collapse {
    max-height: calc(100vh - 125px);
    overflow-y: auto;
    padding: 12px 0;
  }
  .pms-navbar .nav-link {
    border-bottom: 1px solid #f0e3d2;
    margin: 0;
    padding: 12px 4px;
  }
  .pms-mega {
    background: #fff9ef;
    box-shadow: none;
    max-width: 100%;
    min-width: 100%;
    padding: 8px;
  }
  .pms-mega-services { grid-template-columns: 1fr; }
  .pms-mega .dropdown-item {
    background: #fff;
    border: 1px solid #ead8bf;
    margin-bottom: 7px;
    min-height: 48px;
    padding: 10px 12px;
  }
  .pms-mega-footer {
    margin-top: 6px;
    padding: 10px 4px 2px;
    text-align: left;
  }
  .pms-nav-actions .pms-btn-cta {
    margin: 12px 0 4px !important;
    width: 100%;
  }
  .pms-home-hero { min-height: auto; padding: 44px 0 26px; }
  .pms-hero-panel { min-height: 0; }
  .pms-hero-location { display: none; }
  .pms-planning-inner { align-items: flex-start; flex-direction: column; padding: 24px; }
  .pms-home-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .pms-testimonial-grid { grid-template-columns: 1fr; }
  .pms-faq-grid { grid-template-columns: 1fr; }
  .pms-about-side-img { height: 300px; }
}

@media (max-width: 767px) {
  .pms-topbar { font-size: .76rem; }
  .pms-topbar-contacts a { margin-left: 8px; }
  .pms-topbar-whatsapp {
    margin-left: 0;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
  }
  .pms-topbar-whatsapp-full {
    display: none !important;
  }
  .pms-topbar-whatsapp-short {
    display: inline !important;
    white-space: nowrap;
  }
  .pms-brand img { max-height: 54px; max-width: 230px; }
  .pms-home-hero { background-position: 62% center; }
  .pms-hero-copy h1 { font-size: 2.2rem; }
  .pms-hero-copy p { font-size: .98rem; }
  .pms-hero-actions .btn,
  .pms-planning-actions .btn { width: 100%; }
  .pms-hero-badges { gap: 9px 14px; }
  .pms-feature-grid,
  .pms-why-grid,
  .pms-process-row,
  .pms-about-principles,
  .pms-ujjain-points,
  .pms-service-highlights { grid-template-columns: 1fr; }
  .pms-feature-item { border-right: 0; border-bottom: 1px solid #ecd7ba; }
  .pms-feature-item:last-child { border-bottom: 0; }
  .pms-about-photo img,
  .pms-ujjain-img { height: 245px; }
  .pms-about-main-img,
  .pms-about-side-img { height: 260px; }
  .pms-about-actions .btn { width: 100%; }
  .pms-about-principle { min-height: auto; }
  .pms-contact-info-card,
  .pms-contact-form-card { padding: 20px; }
  .pms-contact-info-card h2,
  .pms-form-heading h2 { font-size: 1.45rem; }
  .pms-contact-action-grid a { grid-template-columns: 38px 1fr; }
  .pms-contact-action-grid i { height: 38px; width: 38px; }
  .pms-contact-map iframe { min-height: 260px; }
  .pms-quote-card { min-height: auto; }
  .pms-home-gallery-grid img { height: 132px; }
  .pms-lightbox { padding: 64px 14px 86px; }
  .pms-lightbox img { max-height: calc(100vh - 170px); }
  .pms-lightbox-close { right: 14px; top: 14px; }
  .pms-lightbox-prev { bottom: 24px; left: calc(50% - 58px); top: auto; transform: none; }
  .pms-lightbox-next { bottom: 24px; right: calc(50% - 58px); top: auto; transform: none; }
  .pms-bottom-cta { gap: 5px; padding: 8px; }
  .pms-bottom-cta a { font-size: .72rem; gap: 5px; min-height: 40px; padding: 7px 5px; }
}
