:root {
  --pom-ink: #292c28;
  --pom-muted: #6b7069;
  --pom-plum: #505c4d;
  --pom-plum-dark: #252c27;
  --pom-wine: #687563;
  --pom-gold: #b3945f;
  --pom-gold-light: #e7deca;
  --pom-cream: #f7f5f0;
  --pom-white: #ffffff;
  --pom-green: #56725f;
  --pom-shadow: 0 18px 55px rgba(35, 43, 37, 0.11);
  --pom-radius: 24px;
}

/* Entertainment service catalogue image and card normalization */
.pom-entertainment-catalog-page .pom-game-content .product-card img {
  width: 100% !important;
  height: 230px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

.pom-entertainment-catalog-page .product-card h2 {
  min-height: 3.2em !important;
}

.pom-stall-catalog-page .pom-game-content .product-card img {
  width: 100% !important;
  height: 230px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

.pom-stall-catalog-page .product-card h2 {
  min-height: 3.2em !important;
}

.pom-stall-catalog-page .pom-stall-catalog-intro > p {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 720px) {
  .pom-entertainment-catalog-page .pom-game-content .product-card img {
    height: 220px !important;
  }

  .pom-entertainment-catalog-page .product-card h2 {
    min-height: 0 !important;
  }

  .pom-stall-catalog-page .pom-game-content .product-card img {
    height: 220px !important;
  }

  .pom-stall-catalog-page .product-card h2 {
    min-height: 0 !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--pom-ink);
  background: var(--pom-cream);
  font-family: Inter, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body img {
  display: block;
  max-width: 100%;
}

body a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body :focus-visible {
  outline: 3px solid var(--pom-gold);
  outline-offset: 3px;
}

.pom-skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 100000;
  padding: 12px 18px;
  color: var(--pom-white);
  background: var(--pom-plum-dark);
  border-radius: 10px;
}

.pom-skip-link:focus {
  top: 18px;
  color: var(--pom-white);
}

.pom-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(247, 245, 240, .95);
  border-bottom: 1px solid rgba(80, 92, 77, .12);
  backdrop-filter: blur(18px);
}

.pom-topbar {
  color: #eee9de;
  background: var(--pom-plum-dark);
  font-size: .82rem;
}

.pom-topbar-inner,
.pom-nav,
.pom-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.pom-topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 7px 0;
}

.pom-topbar a {
  color: #fff;
  text-decoration: none;
}

.pom-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.pom-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 10px 14px;
  background: var(--pom-plum-dark);
  border-radius: 14px;
}

.pom-brand img {
  width: 150px;
  height: auto;
}

.pom-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}

.pom-nav-links a {
  color: var(--pom-ink);
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
}

.pom-nav-links a:hover {
  color: var(--pom-wine);
}

.pom-header-cta,
.pom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.pom-header-cta,
.pom-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--pom-wine), var(--pom-plum));
  box-shadow: 0 10px 25px rgba(54, 66, 55, .2);
}

.pom-header-cta:hover,
.pom-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(54, 66, 55, .27);
}

.pom-btn-secondary {
  color: var(--pom-plum);
  background: rgba(255, 255, 255, .9);
  border-color: rgba(80, 92, 77, .22);
}

.pom-btn-secondary:hover {
  color: var(--pom-plum);
  background: #fff;
  transform: translateY(-2px);
}

.pom-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid rgba(80, 92, 77, .2);
  border-radius: 50%;
  color: var(--pom-plum);
  background: #fff;
  font-size: 1.2rem;
}

.pom-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(29, 35, 31, .96) 0%, rgba(39, 47, 41, .9) 43%, rgba(39, 47, 41, .52) 72%, rgba(29, 35, 31, .38) 100%),
    url("../images/annual-company-festival.jpg") center / cover no-repeat;
}

.pom-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(179, 148, 95, .25), transparent 26%),
    radial-gradient(circle at 12% 82%, rgba(80, 92, 77, .38), transparent 34%);
}

.pom-hero-content {
  width: min(760px, 100%);
  padding: 96px 0 112px;
}

.pom-eyebrow,
.pom-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--pom-gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pom-eyebrow::before,
.pom-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.pom-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 6vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.pom-hero-copy {
  max-width: 700px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.pom-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.pom-hero .pom-btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .3);
  backdrop-filter: blur(8px);
}

.pom-hero .pom-btn-secondary:hover {
  background: rgba(255, 255, 255, .16);
}

.pom-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 720px;
  margin: 48px 0 0;
}

.pom-trust-row div {
  padding-left: 16px;
  border-left: 2px solid rgba(179, 148, 95, .72);
}

.pom-trust-row strong,
.pom-trust-row span {
  display: block;
}

.pom-trust-row strong {
  color: #fff;
  font-size: 1.05rem;
}

.pom-trust-row span {
  color: rgba(255, 255, 255, .66);
  font-size: .78rem;
}

.pom-section {
  padding: 104px 0;
}

.pom-section-soft {
  background: #ece9e2;
}

.pom-section-dark {
  color: #fff;
  background: var(--pom-plum-dark);
}

.pom-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.pom-section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.pom-section-heading.center .pom-kicker {
  justify-content: center;
}

.pom-section h2 {
  margin: 0;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.pom-section-dark h2 {
  color: #fff;
}

.pom-section-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--pom-muted);
  font-size: 1.04rem;
}

.pom-section-dark .pom-section-heading > p:last-child {
  color: rgba(255, 255, 255, .68);
}

.pom-location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.pom-location-card,
.pom-service-card,
.pom-reason-card,
.pom-quote {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: var(--pom-radius);
  box-shadow: var(--pom-shadow);
}

.pom-location-card {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-decoration: none;
  background: var(--pom-plum-dark);
}

.pom-location-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .68;
  transform: scale(1.02);
  transition: transform .5s ease, opacity .5s ease;
}

.pom-location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 12%, rgba(29, 35, 31, .16) 43%, rgba(29, 35, 31, .95) 100%);
}

.pom-location-card-content {
  position: relative;
  z-index: 1;
  padding: 25px;
}

.pom-location-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.pom-location-card p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: .88rem;
  line-height: 1.55;
}

.pom-location-card:hover {
  color: #fff;
  transform: translateY(-5px);
}

.pom-location-card:hover img {
  opacity: .82;
  transform: scale(1.08);
}

.pom-split {
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  gap: 72px;
  align-items: center;
}

.pom-split-image {
  position: relative;
}

.pom-split-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: var(--pom-shadow);
}

.pom-split-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -22px;
  bottom: -22px;
  width: 70%;
  height: 70%;
  border-radius: 36px;
  background: var(--pom-gold-light);
}

.pom-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.pom-value {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: 18px;
}

.pom-value strong {
  display: block;
  margin-bottom: 4px;
  color: var(--pom-plum);
}

.pom-value p {
  margin: 0;
  color: var(--pom-muted);
  font-size: .9rem;
}

.pom-service-grid,
.pom-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pom-service-card {
  display: flex;
  flex-direction: column;
}

.pom-service-card-image {
  display: block;
  overflow: hidden;
}

.pom-service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .35s ease;
}

.pom-service-card:hover img {
  transform: scale(1.035);
}

.pom-service-card-content,
.pom-reason-card {
  padding: 27px;
}

.pom-service-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pom-service-card h3,
.pom-reason-card h3 {
  margin: 0 0 10px;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.pom-service-card p,
.pom-reason-card p {
  margin: 0;
  color: var(--pom-muted);
  font-size: .94rem;
}

.pom-service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.pom-card-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: 22px;
  padding: 11px 18px;
  color: #fff !important;
  background: var(--pom-plum-dark);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.pom-card-link:hover,
.pom-card-link:focus-visible {
  color: #fff !important;
  background: var(--pom-plum);
  transform: translateY(-2px);
}

.pom-gurgaon-service-hubs {
  padding-bottom: 20px;
}

/* Goa event entertainment pages */
.pom-goa-content .main-content > section,
.pom-goa-content .split-section,
.pom-goa-content .contact-section {
  margin-bottom: 26px;
  padding: clamp(26px, 5vw, 48px);
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .12);
  border-radius: 26px;
  box-shadow: var(--pom-shadow);
}

.pom-goa-content .section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.pom-goa-content .section-kicker {
  margin: 0 0 8px;
  color: var(--pom-gold);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pom-goa-content .service-grid,
.pom-goa-content .content-grid,
.pom-goa-content .package-grid,
.pom-goa-content .process-grid,
.pom-goa-content .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pom-goa-content .service-card,
.pom-goa-content .content-card,
.pom-goa-content .package-card,
.pom-goa-content .process-grid article,
.pom-goa-content .gallery-card,
.pom-goa-content .benefit-strip > div,
.pom-goa-content .city-panel {
  padding: 24px;
  color: var(--pom-ink);
  background: var(--pom-cream);
  border: 1px solid rgba(80, 92, 77, .12);
  border-radius: 20px;
  text-decoration: none;
}

.pom-goa-content .service-card h3,
.pom-goa-content .gallery-card h3,
.pom-goa-content .content-card h3,
.pom-goa-content .package-card h3 {
  margin-top: 10px;
  color: var(--pom-plum-dark);
}

.pom-goa-content .gallery-card img {
  width: 100%;
  height: 240px;
  margin: 0 0 20px !important;
  padding: 0 !important;
  object-fit: cover;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.pom-goa-content .benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pom-goa-content .benefit-strip strong,
.pom-goa-content .benefit-strip span {
  display: block;
}

.pom-goa-content .split-section,
.pom-goa-content .local-seo,
.pom-goa-content .detail-seo,
.pom-goa-content .contact-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.pom-goa-content .quote-panel {
  padding: 30px;
  color: #fff;
  background: var(--pom-plum-dark);
  border-radius: 22px;
}

.pom-goa-content .quote-panel blockquote,
.pom-goa-content .quote-panel p {
  color: #fff;
}

.pom-goa-content .faq-list details {
  margin-top: 12px;
  padding: 18px 20px;
  background: var(--pom-cream);
  border: 1px solid rgba(80, 92, 77, .12);
  border-radius: 16px;
}

.pom-goa-content .faq-list summary {
  color: var(--pom-plum-dark);
  cursor: pointer;
  font-weight: 850;
}

.pom-goa-content .lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pom-goa-content .lead-form label,
.pom-goa-content .lead-form span {
  display: block;
}

.pom-goa-content .lead-form input,
.pom-goa-content .lead-form select,
.pom-goa-content .lead-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid rgba(80, 92, 77, .25);
  border-radius: 12px;
  font: inherit;
}

.pom-goa-content .lead-form .full-field,
.pom-goa-content .lead-form button {
  grid-column: 1 / -1;
}

.pom-goa-content .lead-form button {
  min-height: 48px;
  color: #fff;
  background: var(--pom-plum-dark);
  border: 0;
  border-radius: 999px;
  font-weight: 900;
}

@media (max-width: 720px) {
  .pom-goa-content .service-grid,
  .pom-goa-content .content-grid,
  .pom-goa-content .package-grid,
  .pom-goa-content .process-grid,
  .pom-goa-content .gallery-grid,
  .pom-goa-content .benefit-strip,
  .pom-goa-content .split-section,
  .pom-goa-content .local-seo,
  .pom-goa-content .detail-seo,
  .pom-goa-content .contact-section,
  .pom-goa-content .lead-form {
    grid-template-columns: 1fr;
  }
}

.pom-card-number {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--pom-plum);
  background: var(--pom-gold-light);
  border-radius: 50%;
  font-weight: 900;
}

.pom-entertainment {
  position: relative;
  overflow: hidden;
  padding: 72px;
  border-radius: 38px;
  background:
    linear-gradient(90deg, rgba(37, 44, 39, .98), rgba(80, 92, 77, .86)),
    url("../images/games-activities.jpg") center / cover;
  box-shadow: var(--pom-shadow);
}

.pom-entertainment-content {
  max-width: 750px;
}

.pom-entertainment h2 {
  color: #fff;
}

.pom-entertainment p {
  color: rgba(255, 255, 255, .78);
}

.pom-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pom-quote {
  position: relative;
  padding: 32px;
}

.pom-quote::before {
  content: "“";
  display: block;
  height: 46px;
  color: var(--pom-gold);
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
}

.pom-quote blockquote {
  margin: 0;
  color: var(--pom-muted);
}

.pom-quote footer {
  margin-top: 22px;
  color: var(--pom-plum);
  font-weight: 800;
}

.pom-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 52px 58px;
  color: #fff;
  background: linear-gradient(135deg, #687563, #252c27);
  border-radius: 34px;
  box-shadow: var(--pom-shadow);
}

.pom-cta h2 {
  color: #fff;
}

.pom-cta p {
  max-width: 760px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .76);
}

.pom-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pom-partners {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.pom-partners img {
  width: 100%;
  max-height: 52px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .58;
}

.pom-site-footer {
  padding-top: 72px;
  color: rgba(255, 255, 255, .72);
  background: #1d231f;
}

.pom-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 60px;
}

.pom-site-footer h2,
.pom-site-footer h3 {
  color: #fff;
}

.pom-site-footer h3 {
  margin-top: 0;
  font-size: 1rem;
}

.pom-site-footer a {
  color: rgba(255, 255, 255, .74);
  text-decoration: none;
}

.pom-site-footer a:hover {
  color: var(--pom-gold);
}

.pom-footer-logo {
  width: 190px;
  margin-bottom: 20px;
}

.pom-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pom-footer-links li + li {
  margin-top: 9px;
}

.pom-copyright {
  margin-top: 54px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .84rem;
  text-align: center;
}

.pom-floating-actions {
  position: fixed;
  z-index: 9999;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
}

.pom-float-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 156px;
  min-height: 51px;
  padding: 12px 18px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(28, 35, 30, .22);
  font-size: .88rem;
  font-weight: 900;
  text-decoration: none !important;
}

.pom-float-button:hover {
  color: #fff;
  transform: translateY(-3px);
}

.pom-float-call {
  background: var(--pom-plum);
}

.pom-float-whatsapp {
  background: var(--pom-green);
}

/* About page */
.pom-about-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(29, 35, 31, .96), rgba(37, 44, 39, .78), rgba(37, 44, 39, .42)),
    url("../images/mission-img.jpg") center 42% / cover no-repeat;
}

.pom-about-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 82% 20%, rgba(179, 148, 95, .24), transparent 28%);
}

.pom-breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 54px;
  color: rgba(255, 255, 255, .7);
  font-size: .86rem;
}

.pom-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.pom-about-hero-copy {
  max-width: 760px;
  padding-bottom: 72px;
}

.pom-about-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 8vw, 6.6rem);
  line-height: .95;
  letter-spacing: -.05em;
}

.pom-about-hero-copy > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 1.12rem;
}

.pom-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pom-feature-card {
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: var(--pom-radius);
  box-shadow: var(--pom-shadow);
}

.pom-feature-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--pom-plum-dark);
  background: var(--pom-gold-light);
  border-radius: 50%;
  font-size: 1.35rem;
}

.pom-feature-card h2,
.pom-team-card h3,
.pom-experience-grid h3 {
  margin: 0;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
}

.pom-feature-card h2 {
  font-size: 1.5rem;
}

.pom-feature-card p {
  margin: 12px 0 0;
  color: var(--pom-muted);
}

.pom-about-story {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.pom-about-story-image {
  position: relative;
}

.pom-about-story-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: -20px;
  width: 72%;
  height: 72%;
  background: var(--pom-gold-light);
  border-radius: 32px;
}

.pom-about-story-image img {
  width: 100%;
  min-height: 640px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--pom-shadow);
}

.pom-about-story h2,
.pom-about-contact h2 {
  margin: 0;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.pom-about-story > div:last-child > p {
  color: var(--pom-muted);
}

.pom-about-reasons {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: reason;
}

.pom-about-reasons li {
  position: relative;
  padding: 18px 20px 18px 58px;
  color: var(--pom-muted);
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: 16px;
  counter-increment: reason;
}

.pom-about-reasons li::before {
  content: counter(reason, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 19px;
  color: var(--pom-gold);
  font-weight: 900;
}

.pom-about-reasons strong {
  color: var(--pom-ink);
}

.pom-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.pom-stat {
  padding: 34px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .04);
}

.pom-stat strong,
.pom-stat span {
  display: block;
}

.pom-stat strong {
  color: var(--pom-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 1;
}

.pom-stat span {
  margin-top: 14px;
  color: rgba(255, 255, 255, .68);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pom-experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pom-experience-grid article {
  padding: 32px 22px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: 22px;
  box-shadow: var(--pom-shadow);
}

.pom-experience-grid span {
  display: grid;
  width: 112px;
  height: 112px;
  margin: 0 auto 22px;
  place-items: center;
  color: var(--pom-plum-dark);
  background:
    radial-gradient(circle at center, #fff 57%, transparent 58%),
    conic-gradient(var(--pom-gold) 0 72%, var(--pom-gold-light) 72% 100%);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 900;
}

.pom-experience-grid article:nth-child(1) span {
  background: radial-gradient(circle at center, #fff 57%, transparent 58%), conic-gradient(var(--pom-gold) 0 100%);
}

.pom-experience-grid article:nth-child(3) span {
  background: radial-gradient(circle at center, #fff 57%, transparent 58%), conic-gradient(var(--pom-gold) 0 50%, var(--pom-gold-light) 50% 100%);
}

.pom-experience-grid article:nth-child(4) span {
  background: radial-gradient(circle at center, #fff 57%, transparent 58%), conic-gradient(var(--pom-gold) 0 40%, var(--pom-gold-light) 40% 100%);
}

.pom-experience-grid h3 {
  font-size: 1.18rem;
}

.pom-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 930px;
  margin-inline: auto;
}

.pom-team-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: var(--pom-radius);
  box-shadow: var(--pom-shadow);
}

.pom-team-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(.82);
}

.pom-team-card div {
  padding: 25px;
}

.pom-team-card h3 {
  font-size: 1.5rem;
}

.pom-team-card p {
  margin: 6px 0 0;
  color: var(--pom-muted);
}

.pom-about-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 38px;
  align-items: center;
  padding: 58px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(37, 44, 39, .98), rgba(80, 92, 77, .88)),
    url("../images/index2-overlay.jpg") center / cover;
  border-radius: 34px;
  box-shadow: var(--pom-shadow);
}

.pom-about-contact h2 {
  color: #fff;
}

.pom-about-contact p:not(.pom-kicker) {
  max-width: 780px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .76);
}

/* Contact page */
.pom-contact-hero {
  min-height: 470px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(29, 35, 31, .97), rgba(37, 44, 39, .82), rgba(37, 44, 39, .46)),
    url("../images/annual-company-festival.jpg") center / cover no-repeat;
}

.pom-contact-hero-copy {
  max-width: 720px;
  padding-bottom: 66px;
}

.pom-contact-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  line-height: .96;
  letter-spacing: -.05em;
}

.pom-contact-hero-copy > p:last-child {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 1.12rem;
}

.pom-contact-details {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pom-contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pom-contact-card {
  min-width: 0;
  padding: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: var(--pom-radius);
  box-shadow: var(--pom-shadow);
}

.pom-contact-card > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 20px;
  place-items: center;
  color: var(--pom-plum-dark);
  background: var(--pom-gold-light);
  border-radius: 50%;
  font-size: 1.35rem;
}

.pom-contact-card h2 {
  margin: 0 0 10px;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.pom-contact-card p {
  margin: 5px 0;
  color: var(--pom-muted);
}

.pom-contact-card a {
  color: var(--pom-plum);
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.pom-contact-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  align-items: start;
}

.pom-contact-copy {
  position: sticky;
  top: 150px;
}

.pom-contact-copy h2 {
  margin: 0;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.pom-contact-copy > p:not(.pom-kicker) {
  color: var(--pom-muted);
  font-size: 1.03rem;
}

.pom-contact-note {
  margin-top: 32px;
  padding: 24px;
  background: var(--pom-gold-light);
  border-radius: 18px;
}

.pom-contact-note strong {
  color: var(--pom-plum-dark);
}

.pom-contact-note p {
  margin: 8px 0 0;
  color: #555b54;
  font-size: .9rem;
}

.pom-enquiry-form {
  min-width: 0;
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: 28px;
  box-shadow: var(--pom-shadow);
}

.pom-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pom-form-field {
  display: grid;
  gap: 8px;
}

.pom-form-field-wide {
  grid-column: 1 / -1;
}

.pom-form-field label {
  color: var(--pom-ink);
  font-size: .88rem;
  font-weight: 800;
}

.pom-form-field label span {
  color: #8d4b43;
}

.pom-form-field input,
.pom-form-field select,
.pom-form-field textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--pom-ink);
  background: #faf9f6;
  border: 1px solid #d8d8d0;
  border-radius: 12px;
  font: inherit;
  line-height: 1.4;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.pom-form-field textarea {
  resize: vertical;
}

.pom-form-field input:focus,
.pom-form-field select:focus,
.pom-form-field textarea:focus {
  outline: 0;
  background: #fff;
  border-color: var(--pom-plum);
  box-shadow: 0 0 0 4px rgba(80, 92, 77, .12);
}

.pom-form-field input::placeholder,
.pom-form-field textarea::placeholder {
  color: #8a8d87;
}

.pom-form-privacy {
  margin: 22px 0 16px;
  color: var(--pom-muted);
  font-size: .8rem;
}

.pom-form-submit {
  width: 100%;
  min-height: 56px;
  border: 0;
  font-size: 1rem;
}

.pom-form-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--pom-plum);
  font-size: .86rem;
  text-align: center;
}

/* Corporate festival page */
.pom-festival-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(29, 35, 31, .97), rgba(37, 44, 39, .88) 48%, rgba(37, 44, 39, .44)),
    url("../images/corporate-diwali-party.jpg") center / cover no-repeat;
}

.pom-festival-hero-copy {
  max-width: 900px;
  padding-bottom: 76px;
}

.pom-festival-hero h1 {
  max-width: 880px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.pom-festival-hero-copy > p:not(.pom-eyebrow) {
  max-width: 760px;
  margin: 25px 0 28px;
  color: rgba(255, 255, 255, .8);
  font-size: 1.08rem;
}

.pom-festival-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.pom-festival-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: var(--pom-radius);
  box-shadow: var(--pom-shadow);
}

.pom-festival-card > img,
.pom-festival-card > a > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.pom-festival-card > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.pom-festival-card h2 {
  margin: 0 0 12px;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  line-height: 1.15;
}

.pom-festival-card p {
  margin: 0 0 20px;
  color: var(--pom-muted);
  font-size: .92rem;
}

.pom-text-link {
  margin-top: auto;
  color: var(--pom-plum);
  font-size: .9rem;
  font-weight: 900;
  text-decoration: none;
}

.pom-text-link:hover {
  color: var(--pom-gold);
}

.pom-festival-copy {
  max-width: 940px;
}

.pom-festival-copy p {
  margin: 0;
  color: var(--pom-muted);
  font-size: 1.02rem;
}

.pom-festival-copy p + p {
  margin-top: 20px;
}

/* Casino party detail page */
.pom-casino-hero {
  min-height: 700px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(23, 29, 25, .98), rgba(37, 44, 39, .9) 52%, rgba(37, 44, 39, .48)),
    url("../images/casino-theme-party-planners.jpg") center / cover no-repeat;
}

.pom-casino-hero-copy {
  max-width: 940px;
  padding-bottom: 80px;
}

.pom-casino-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.8vw, 5.3rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.pom-casino-hero-copy > p:not(.pom-eyebrow) {
  max-width: 800px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 1.06rem;
}

.pom-casino-services {
  display: grid;
  gap: 28px;
}

.pom-casino-service {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 38px;
  align-items: center;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: var(--pom-radius);
  box-shadow: var(--pom-shadow);
}

.pom-casino-service-image {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.pom-casino-service-image span {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--pom-plum-dark);
  background: var(--pom-gold-light);
  border-radius: 50%;
  font-weight: 900;
}

.pom-casino-service-image img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}

.pom-casino-service h2,
.pom-casino-why h2 {
  margin: 0;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
}

.pom-casino-service h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.pom-casino-service p {
  margin: 14px 0 20px;
  color: var(--pom-muted);
}

.pom-casino-why {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 64px;
  align-items: start;
}

.pom-casino-why h2 {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.pom-casino-why > div > p:not(.pom-kicker) {
  color: var(--pom-muted);
}

/* Long-form festival detail pages */
.pom-detail-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(29, 35, 31, .97), rgba(37, 44, 39, .86), rgba(37, 44, 39, .48)),
    url("../images/corporate-diwali-party.jpg") center / cover no-repeat;
}

.pom-detail-hero-copy {
  max-width: 940px;
  padding-bottom: 72px;
}

.pom-detail-hero h1 {
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.pom-detail-content {
  padding: 90px 0;
}

.pom-detail-content > .container,
.pom-detail-content > .container-fluid {
  width: min(1040px, calc(100% - 40px));
  margin-inline: auto;
  padding: 0;
}

.pom-detail-content > .container + .container,
.pom-detail-content > .container + .container-fluid,
.pom-detail-content > .container-fluid + .container {
  margin-top: 54px;
}

.pom-detail-content .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.pom-detail-content [class*="col-"] {
  grid-column: 1 / -1;
  min-width: 0;
}

.pom-detail-content .row > :not([class*="col-"]) {
  grid-column: 1 / -1;
  min-width: 0;
}

.pom-detail-content .col-md-4,
.pom-detail-content .col-lg-4 {
  grid-column: span 4;
}

.pom-detail-content .col-md-6,
.pom-detail-content .col-lg-6 {
  grid-column: span 6;
}

.pom-detail-content .col-lg-5 {
  grid-column: span 5;
}

.pom-detail-content .col-lg-7 {
  grid-column: span 7;
}

.pom-detail-content h2,
.pom-detail-content h3,
.pom-detail-content h4 {
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

.pom-detail-content h2 {
  margin: 36px 0 16px;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.pom-detail-content h3 {
  margin: 26px 0 10px;
  font-size: 1.45rem;
}

.pom-detail-content p,
.pom-detail-content li {
  color: var(--pom-muted);
}

.pom-detail-content p {
  margin: 0 0 18px;
}

.pom-detail-content ul,
.pom-detail-content ol {
  padding-left: 24px;
}

.pom-detail-content li + li {
  margin-top: 9px;
}

.pom-detail-content img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: var(--pom-shadow);
}

.pom-detail-content .cd-timeline-content,
.pom-detail-content .card,
.pom-detail-content .fables-blog-cat-block {
  margin-bottom: 26px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: var(--pom-radius);
  box-shadow: var(--pom-shadow);
}

.pom-detail-content .cd-date,
.pom-detail-content .cd-timeline-img,
.pom-detail-content .line {
  display: none;
}

.pom-detail-content a {
  color: var(--pom-plum);
  font-weight: 700;
}

.pom-detail-content .btn,
.pom-detail-content a.underline {
  display: inline-flex;
  margin-top: 8px;
  text-decoration: none;
}

.pom-detail-content br + br {
  display: none;
}

/* City event management pages */
.pom-city-hero {
  min-height: 670px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(29, 35, 31, .97), rgba(37, 44, 39, .86) 50%, rgba(37, 44, 39, .45)),
    url("../images/mission-img.jpg") center / cover no-repeat;
}

.pom-city-hero-copy {
  max-width: 900px;
  padding-bottom: 80px;
}

.pom-city-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.pom-city-hero-copy > p:not(.pom-eyebrow) {
  max-width: 760px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 1.08rem;
}

.pom-city-intro,
.pom-city-philosophy,
.pom-city-location {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: start;
}

.pom-city-intro h2,
.pom-city-philosophy h2,
.pom-city-location h2 {
  margin: 0;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.pom-city-prose p,
.pom-city-philosophy p,
.pom-city-location p {
  color: var(--pom-muted);
}

.pom-city-prose p:first-child,
.pom-city-philosophy p:first-of-type,
.pom-city-location p:first-of-type {
  margin-top: 0;
}

.pom-city-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.pom-city-service-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: var(--pom-radius);
  box-shadow: var(--pom-shadow);
}

.pom-city-service-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.pom-city-service-card > div {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.pom-city-service-card h3 {
  margin: 0 0 12px;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.pom-city-service-card p {
  margin: 0 0 20px;
  color: var(--pom-muted);
  font-size: .92rem;
}

.pom-city-service-card a {
  margin-top: auto;
  color: var(--pom-plum);
  font-weight: 900;
  text-decoration: none;
}

.pom-city-reasons {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pom-city-reasons .pom-reason-card {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .1);
  box-shadow: none;
}

.pom-city-reasons h3 {
  color: #fff;
}

.pom-city-reasons p {
  color: rgba(255, 255, 255, .68);
}

.pom-city-testimonials {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin-inline: auto;
}

.pom-city-philosophy {
  align-items: center;
}

.pom-city-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pom-city-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--pom-shadow);
}

.pom-city-gallery img:first-child {
  grid-row: span 2;
  height: 456px;
}

.pom-city-location {
  grid-template-columns: .65fr 1.35fr;
  align-items: center;
}

.pom-city-location > img {
  width: 100%;
  max-width: 430px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--pom-shadow);
}

/* Agra game and party entertainment pages */
.pom-game-hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(20, 27, 23, .97) 0%, rgba(28, 38, 32, .86) 42%, rgba(28, 38, 32, .28) 78%, rgba(28, 38, 32, .16) 100%),
    var(--pom-game-image, url("../images/games-activities.jpg")) center 42% / cover no-repeat;
  overflow: hidden;
}

.pom-game-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .06), transparent 42%, rgba(16, 22, 18, .36)),
    radial-gradient(circle at 78% 32%, rgba(213, 180, 117, .18), transparent 28%);
  pointer-events: none;
}

.pom-game-hero .pom-container {
  position: relative;
  z-index: 1;
}

.pom-game-hero-copy {
  max-width: 860px;
  padding-bottom: 72px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .3);
}

.pom-game-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5.8vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.pom-game-content {
  padding: 86px 0;
}

.pom-game-content > .container,
.pom-game-content > .container-fluid,
.pom-game-content > .fables-blog {
  width: min(1040px, calc(100% - 40px));
  margin-inline: auto;
  padding: 0;
}

.pom-game-content > * + * {
  margin-top: 46px;
}

.pom-game-content .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.pom-game-content [class*="col-"] {
  grid-column: 1 / -1;
  min-width: 0;
}

.pom-game-content .row > :not([class*="col-"]) {
  grid-column: 1 / -1;
  min-width: 0;
}

.pom-game-content .fables-product-block {
  grid-column: span 4;
}

.pom-delhi-catalog-page .product-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 48px;
  padding-top: 42px;
  border-top: 1px solid rgba(80, 92, 77, .2);
}

.pom-delhi-catalog-page .product-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: 22px;
  box-shadow: var(--pom-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}

.pom-delhi-catalog-page .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(37, 44, 39, .16);
}

.pom-delhi-catalog-page .product-card > a:first-child {
  display: block;
  overflow: hidden;
}

.pom-delhi-catalog-page .product-card img {
  display: block;
  width: 100%;
  height: 230px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform .35s ease;
}

.pom-delhi-catalog-page .product-card:hover img {
  transform: scale(1.035);
}

.pom-delhi-catalog-page .product-card h2,
.pom-delhi-catalog-page .product-card h3 {
  margin: 22px 22px 10px;
  font-size: 1.3rem;
}

.pom-delhi-catalog-page .product-card h2 a,
.pom-delhi-catalog-page .product-card h3 a {
  color: var(--pom-plum-dark);
  text-decoration: none;
}

.pom-delhi-catalog-page .product-card p {
  margin: 0 22px 18px;
}

.pom-delhi-catalog-page .product-card .rent-button {
  display: inline-flex;
  align-self: flex-start;
  margin: auto 22px 22px;
  padding: 10px 16px;
  color: #fff;
  background: var(--pom-sage);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

/* Delhi game-page content system */
.pom-delhi-game-page .pom-game-content > .content-wrapper {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
}

.pom-delhi-game-page .content-wrapper,
.pom-delhi-game-page .main-content {
  min-width: 0;
}

.pom-delhi-game-page .main-content > .btn:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0 0 34px;
  padding: 11px 20px;
  color: #fff;
  background: var(--pom-sage);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(37, 44, 39, .14);
  font-weight: 900;
  text-decoration: none;
}

.pom-delhi-game-page .main-content > .section {
  margin: 0 0 30px;
  padding: 34px 38px;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(37, 44, 39, .08);
}

.pom-delhi-game-page .main-content > .section:first-of-type {
  border-top: 4px solid var(--pom-gold);
}

.pom-delhi-game-page .section h2 {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(80, 92, 77, .14);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.pom-delhi-game-page .section h3 {
  margin: 26px 0 10px;
  color: var(--pom-sage);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.pom-delhi-game-page .section p:last-child,
.pom-delhi-game-page .section ul:last-child,
.pom-delhi-game-page .section ol:last-child {
  margin-bottom: 0;
}

.pom-delhi-game-page .section ul,
.pom-delhi-game-page .section ol {
  display: grid;
  gap: 10px;
  margin: 14px 0 22px;
  padding-left: 24px;
}

.pom-delhi-game-page .section li {
  padding-left: 4px;
  line-height: 1.7;
}

.pom-delhi-game-page .main-content > img,
.pom-delhi-game-page .lcp-image img {
  display: block;
  width: min(100%, 920px);
  max-height: 620px;
  margin: 38px auto;
  padding: 7px;
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .12);
  border-radius: 24px;
  box-shadow: 0 22px 52px rgba(37, 44, 39, .15);
}

.pom-delhi-game-page .lcp-image {
  margin: 0;
}

.pom-delhi-game-page .table-responsive {
  width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid rgba(80, 92, 77, .14);
  border-radius: 16px;
  -webkit-overflow-scrolling: touch;
}

.pom-delhi-game-page table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

.pom-delhi-game-page th,
.pom-delhi-game-page td {
  padding: 15px 16px;
  border: 0;
  border-bottom: 1px solid rgba(80, 92, 77, .12);
  text-align: left;
  vertical-align: top;
}

.pom-delhi-game-page th {
  color: #fff;
  background: var(--pom-plum-dark);
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pom-delhi-game-page tbody tr:nth-child(even) {
  background: rgba(98, 120, 103, .06);
}

.pom-delhi-game-page tbody tr:last-child td {
  border-bottom: 0;
}

.pom-delhi-game-page .pricing-table {
  background: linear-gradient(145deg, #fff, #f3f0e7);
  border-color: rgba(188, 151, 92, .26);
}

.pom-delhi-game-page .faq {
  padding-bottom: 28px;
}

.pom-delhi-game-page .faq > h2 {
  margin-bottom: 20px;
}

.pom-delhi-game-page .faq > h2 ~ h2 {
  display: none;
}

.pom-delhi-game-page .faq br,
.pom-delhi-game-page .faq hr {
  display: none;
}

.pom-delhi-game-page .faq h3 {
  margin: 10px 0 0;
  padding: 14px 18px;
  color: #263029;
  background: rgba(98, 120, 103, .09);
  border: 1px solid rgba(80, 92, 77, .1);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.45;
}

.pom-delhi-game-page .faq h3 + p {
  margin: 0 0 10px;
  padding: 12px 18px 16px;
  color: #555d58;
  background: rgba(98, 120, 103, .045);
  border: 1px solid rgba(80, 92, 77, .1);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  line-height: 1.65;
}

.pom-delhi-game-page .faq h3 + p + ul,
.pom-delhi-game-page .faq h3 + p + ol {
  margin-top: -4px;
}

.pom-delhi-game-page .faq > ul,
.pom-delhi-game-page .faq > ol {
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pom-delhi-game-page .faq > ul > li,
.pom-delhi-game-page .faq > ol > li {
  margin: 0 0 10px;
  padding: 15px 18px;
  background: rgba(98, 120, 103, .06);
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: 12px;
  line-height: 1.65;
}

.pom-delhi-game-page .faq > :last-child {
  margin-bottom: 0;
}

.pom-gurgaon-event-page .pom-gurgaon-hero-keywords {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.pom-gurgaon-event-page .main-content > .section:nth-of-type(even):not(.faq):not(.cta):not(.pricing-table) {
  background: #f1f3ee;
}

.pom-gurgaon-event-page .main-content > .section:nth-of-type(3) h2:first-of-type {
  margin-bottom: 8px;
  padding-bottom: 0;
  color: var(--pom-sage);
  border-bottom: 0;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pom-gurgaon-event-page .main-content > .section:nth-of-type(3) h2:nth-of-type(2) {
  margin-top: 0;
}

.pom-gurgaon-event-page .main-content > .section:nth-of-type(2) > div {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
}

.pom-gurgaon-event-page .main-content > .section:nth-of-type(2) figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(37, 44, 39, .1);
}

.pom-gurgaon-event-page .main-content > .section:nth-of-type(2) figure img {
  display: block;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.pom-gurgaon-event-page .main-content > .section:nth-of-type(2) figcaption {
  padding: 14px;
  color: #252c27;
  font-weight: 900;
  text-align: center;
}

.pom-gurgaon-event-page .hover-effect {
  width: min(100%, 920px);
  margin: 38px auto;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 22px 52px rgba(37, 44, 39, .15);
}

.pom-gurgaon-event-page .hover-effect img {
  display: block;
  width: 100%;
  max-height: 580px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.pom-gurgaon-event-page .features-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-left: 0 !important;
  list-style: none;
}

.pom-gurgaon-event-page .features-list li {
  padding: 14px 16px;
  background: rgba(98, 120, 103, .08);
  border-radius: 12px;
}

body.pom-gurgaon-game-page .fables-product-block .card-title,
body.pom-gurgaon-game-page .fables-product-block .card-title a,
body.pom-gurgaon-game-page .fables-product-block .card-body p,
body.pom-gurgaon-game-page .fables-product-block .card-body li {
  color: #171a18 !important;
}

body.pom-gurgaon-game-page .fables-product-block .card-title {
  font-size: 1.24rem;
  line-height: 1.3;
}

.pom-gurgaon-entertainment-page .main-content .section {
  margin: 0 0 30px;
  padding: 34px 38px;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(37, 44, 39, .08);
}

.pom-gurgaon-entertainment-page .main-content .section:first-of-type {
  border-top: 4px solid var(--pom-gold);
}

.pom-gurgaon-entertainment-page .main-content .section:nth-of-type(even):not(.faq):not(.cta) {
  background: #f3f4f0;
}

@media (max-width: 700px) {
  .pom-gurgaon-event-page .main-content > .section:nth-of-type(2) > div,
  .pom-gurgaon-event-page .features-list {
    grid-template-columns: 1fr;
  }

  .pom-gurgaon-event-page .main-content > .section:nth-of-type(2) figure img {
    height: 220px;
  }

  .pom-gurgaon-entertainment-page .main-content .section {
    margin-bottom: 20px;
    padding: 26px 20px;
    border-radius: 20px;
  }
}

.pom-mumbai-game-page .pom-game-nav-trigger {
  width: 56px;
  min-width: 56px;
  padding: 0;
  border-radius: 0 18px 18px 0;
}

.pom-mumbai-game-page .pom-game-nav-trigger > span:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pom-delhi-game-page .cta {
  color: #fff;
  background: #090b0a !important;
  border-color: transparent;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .24);
}

.pom-delhi-game-page .cta h2,
.pom-delhi-game-page .cta h3,
.pom-delhi-game-page .cta p,
.pom-delhi-game-page .cta li {
  color: #fff !important;
}

.pom-delhi-game-page .cta a {
  color: #f3dba9;
}

.pom-delhi-game-page .cta .btn,
.pom-delhi-game-page .cta a[data-book-now] {
  color: #111 !important;
  background: #f3dba9 !important;
  border-color: #f3dba9 !important;
}

.pom-delhi-game-page .product-card,
.pom-delhi-game-page .product-card h2,
.pom-delhi-game-page .product-card h3,
.pom-delhi-game-page .product-card p,
.pom-delhi-game-page .product-card li,
.pom-delhi-game-page .product-card strong,
.pom-delhi-game-page .card,
.pom-delhi-game-page .card h2,
.pom-delhi-game-page .card h3,
.pom-delhi-game-page .card h4,
.pom-delhi-game-page .card h5,
.pom-delhi-game-page .card p,
.pom-delhi-game-page .card li {
  color: #171a18 !important;
}

.pom-delhi-game-page .product-card h2 a,
.pom-delhi-game-page .product-card h3 a,
.pom-delhi-game-page .card-title a {
  color: #171a18 !important;
}

.pom-delhi-game-page .rent-button,
.pom-delhi-game-page a[data-book-now],
.pom-delhi-game-page .section .btn[data-book-now] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 46px;
  margin-top: 12px;
  padding: 11px 20px !important;
  color: #fff !important;
  background: #171a18 !important;
  border: 1px solid #171a18 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(23, 26, 24, .18);
  font: inherit;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: transform .18s ease, background .18s ease;
}

.pom-delhi-game-page .rent-button:hover,
.pom-delhi-game-page a[data-book-now]:hover,
.pom-delhi-game-page .section .btn[data-book-now]:hover {
  color: #fff !important;
  background: #505c4d !important;
  border-color: #505c4d !important;
  transform: translateY(-2px);
}

.pom-entertainment-catalog-page .product-card .rent-button:hover,
.pom-entertainment-catalog-page .product-card .rent-button:focus-visible {
  color: #fff !important;
  background: #252c27 !important;
  border-color: #252c27 !important;
}

.pom-delhi-game-page .cta a[data-book-now],
.pom-delhi-game-page .cta .btn[data-book-now] {
  color: #111 !important;
  background: #f3dba9 !important;
  border-color: #f3dba9 !important;
}

.pom-delhi-game-page .cta a[data-book-now]:hover,
.pom-delhi-game-page .cta .btn[data-book-now]:hover {
  color: #111 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.pom-delhi-game-page .section a:not(.rent-button):not(.btn) {
  color: var(--pom-sage);
  font-weight: 800;
}

.pom-delhi-game-page .main-content > br,
.pom-delhi-game-page .section > br:last-child {
  display: none;
}

.pom-delhi-game-page .product-container {
  align-items: stretch;
}

.pom-delhi-game-page .product-card {
  min-width: 0;
}

.pom-delhi-game-page .product-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 26px;
  margin-top: 30px;
}

.pom-delhi-game-page .product-container .product-card {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  color: #171a18 !important;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .12);
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(37, 44, 39, .1);
}

.pom-delhi-game-page .product-container .product-card > a:first-child {
  display: block;
  overflow: hidden;
}

.pom-delhi-game-page .product-container .product-card img {
  display: block;
  width: 100%;
  height: 230px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  background: #eee;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.pom-delhi-game-page .pom-game-content .product-container .product-card h2,
.pom-delhi-game-page .pom-game-content .product-container .product-card h3 {
  min-height: 2.8em;
  margin: 0;
  padding: 20px 20px 8px;
  color: #171a18 !important;
  border: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.pom-delhi-game-page .pom-game-content .product-container .product-card h2 a,
.pom-delhi-game-page .pom-game-content .product-container .product-card h3 a {
  color: #171a18 !important;
  font: inherit;
  text-decoration: none;
}

.pom-delhi-game-page .product-container .product-card p {
  flex-grow: 1;
  margin: 0;
  padding: 0 20px 18px;
  color: #454b47 !important;
  font-size: .94rem;
  font-weight: 400;
  line-height: 1.65;
}

.pom-delhi-game-page .product-container .product-card p:empty {
  display: none;
}

.pom-delhi-game-page .product-container .product-card .rent-button {
  align-self: flex-start;
  margin: auto 20px 22px;
}

.pom-entertainment-catalog-page .pom-entertainment-intro {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.05rem;
  line-height: 1.75;
}

.pom-entertainment-catalog-page .pom-entertainment-catalog-intro > p {
  max-width: 780px;
  margin: 0 auto;
  color: #454b47;
  text-align: center;
}

.pom-entertainment-catalog-page .product-card > a:first-child:focus-visible,
.pom-entertainment-catalog-page .product-card h2 a:focus-visible {
  outline: 3px solid var(--pom-gold);
  outline-offset: 3px;
}

.pom-game-catalog-page .pom-game-content p + .row,
.pom-chandigarh-catalog-page .pom-game-content p + .row,
.pom-delhi-catalog-page .pom-game-content p + .row {
  position: relative;
  margin-top: 48px;
  padding-top: 42px;
}

.pom-game-catalog-page .pom-game-content p + .row::before,
.pom-chandigarh-catalog-page .pom-game-content p + .row::before,
.pom-delhi-catalog-page .pom-game-content p + .row::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(80, 92, 77, .28), transparent);
}

.pom-game-catalog-page .fables-product-img > a,
.pom-chandigarh-catalog-page .fables-product-img > a,
.pom-delhi-catalog-page .fables-product-img > a {
  display: block;
  overflow: hidden;
  border-radius: inherit;
}

.pom-game-catalog-page .fables-product-img > a:focus-visible,
.pom-chandigarh-catalog-page .fables-product-img > a:focus-visible,
.pom-delhi-catalog-page .fables-product-img > a:focus-visible {
  outline: 3px solid var(--pom-sage);
  outline-offset: 3px;
}

.pom-game-content .col-sm-6:not(.fables-product-block),
.pom-game-content .col-lg-6:not(.fables-product-block) {
  grid-column: span 6;
}

.pom-game-content .card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: var(--pom-radius);
  box-shadow: var(--pom-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}

.pom-game-content .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(37, 44, 39, .16);
}

.pom-game-content .card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.pom-game-content .card:hover img {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.02);
}

.pom-game-content .card-body {
  padding: 22px;
}

.pom-game-content .card-title,
.pom-game-content .card-title a {
  margin: 0;
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  text-decoration: none;
}

.pom-game-content .fables-product-info a,
.pom-game-content a.underline {
  display: inline-flex;
  color: var(--pom-plum);
  font-weight: 900;
  text-decoration: none;
}

.pom-game-content h2,
.pom-game-content h3,
.pom-game-content h4 {
  color: var(--pom-plum);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

.pom-game-content h2 {
  margin: 34px 0 14px;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
}

.pom-game-content h3 {
  margin: 24px 0 10px;
  font-size: 1.45rem;
}

.pom-game-content p,
.pom-game-content li {
  color: var(--pom-muted);
}

.pom-game-content p {
  margin: 0 0 18px;
}

.pom-game-content ul,
.pom-game-content ol {
  padding-left: 24px;
}

.pom-game-content li + li {
  margin-top: 9px;
}

.pom-game-content img:not(.card-img-top):not(.fables-testimonial-carousel-img) {
  display: block;
  width: min(100%, 920px);
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  padding: 7px;
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .12);
  border-radius: 20px;
  box-shadow: 0 22px 52px rgba(37, 44, 39, .15);
  filter: saturate(1.04) contrast(1.015);
}

.pom-game-content iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 20px;
  box-shadow: var(--pom-shadow);
}

.pom-game-content .fables-testimonial,
.pom-game-content .bg-rules {
  padding: 38px;
  background: var(--pom-plum-dark) !important;
  border-radius: 26px;
}

.pom-game-content .fables-testimonial *,
.pom-game-content .bg-rules * {
  color: #fff;
}

.pom-game-page .pom-game-info-panel {
  position: relative;
  isolation: isolate;
  margin-top: 64px;
  padding: 54px 48px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(37, 44, 39, .18);
  background-position: center !important;
  background-size: cover !important;
}

.pom-game-page .pom-game-services-panel {
  background:
    linear-gradient(110deg, rgba(22, 31, 25, .97), rgba(39, 53, 44, .88)),
    url("../images/mission-img.jpg") center / cover no-repeat !important;
}

.pom-game-page .pom-game-why-panel {
  margin-top: 38px;
  background:
    linear-gradient(110deg, rgba(49, 39, 34, .97), rgba(87, 68, 54, .88)),
    url("../images/vision-img.jpg") center / cover no-repeat !important;
}

.pom-game-page .pom-game-info-panel .container-fluid,
.pom-game-page .pom-game-info-panel .row {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.pom-game-page .pom-game-info-panel h2 {
  max-width: 820px;
  margin: 0 0 32px;
  padding-bottom: 22px;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  font-size: clamp(2rem, 4vw, 3.25rem);
}

body.pom-game-page .pom-game-info-panel h3 {
  margin: 30px 0 10px;
  color: #f3dba9 !important;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.pom-game-page .pom-game-info-panel p,
.pom-game-page .pom-game-info-panel li {
  max-width: 900px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .88) !important;
  line-height: 1.8;
}

.pom-game-page .pom-game-info-panel p + p {
  margin-top: 8px;
}

.pom-game-content .fables-testimonial-carousel-img {
  width: 72px;
  height: 72px;
  margin-inline: auto;
  object-fit: cover;
  border-radius: 50%;
}

.pom-game-content #gamesidemenu,
.pom-game-content #gameslistmenu,
.pom-game-content #sidemenu,
.pom-game-content .fables-img-overlay,
.pom-game-content .fables-product-btns {
  display: none;
}

@media (max-width: 1000px) {
  .pom-about-story {
    grid-template-columns: 1fr;
  }

  .pom-about-story-image img {
    min-height: 520px;
  }

  .pom-experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pom-about-contact {
    grid-template-columns: 1fr;
  }

  .pom-contact-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pom-contact-copy {
    position: static;
  }

  .pom-festival-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pom-casino-service,
  .pom-casino-why {
    grid-template-columns: 1fr;
  }

  .pom-detail-content .col-md-4,
  .pom-detail-content .col-lg-4,
  .pom-detail-content .col-md-6,
  .pom-detail-content .col-lg-6,
  .pom-detail-content .col-lg-5,
  .pom-detail-content .col-lg-7 {
    grid-column: 1 / -1;
  }

  .pom-city-intro,
  .pom-city-philosophy,
  .pom-city-location {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pom-city-service-grid,
  .pom-city-reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pom-game-content .fables-product-block {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .pom-about-hero {
    min-height: 500px;
  }

  .pom-breadcrumb {
    margin-bottom: 42px;
  }

  .pom-about-hero-copy {
    padding-bottom: 58px;
  }

  .pom-feature-grid,
  .pom-stat-grid,
  .pom-experience-grid,
  .pom-team-grid {
    grid-template-columns: 1fr;
  }

  .pom-about-story {
    gap: 44px;
  }

  .pom-about-story-image::after {
    right: 0;
    bottom: -14px;
  }

  .pom-about-story-image img {
    min-height: 390px;
  }

  .pom-about-contact {
    padding: 38px 26px;
    border-radius: 26px;
  }

  .pom-contact-hero {
    min-height: 480px;
  }

  .pom-contact-hero-copy {
    padding-bottom: 54px;
  }

  .pom-contact-card-grid,
  .pom-form-grid {
    grid-template-columns: 1fr;
  }

  .pom-form-field-wide {
    grid-column: auto;
  }

  .pom-enquiry-form {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .pom-festival-hero {
    min-height: 720px;
  }

  .pom-festival-hero-copy {
    padding-bottom: 60px;
  }

  .pom-festival-grid {
    grid-template-columns: 1fr;
  }

  .pom-casino-hero {
    min-height: 760px;
  }

  .pom-casino-hero-copy {
    padding-bottom: 60px;
  }

  .pom-casino-service {
    gap: 24px;
    padding: 20px;
  }

  .pom-casino-service-image img {
    min-height: 220px;
  }

  .pom-detail-hero {
    min-height: 680px;
  }

  .pom-detail-hero-copy {
    padding-bottom: 56px;
  }

  .pom-detail-content {
    padding: 70px 0;
  }

  .pom-detail-content .cd-timeline-content,
  .pom-detail-content .card,
  .pom-detail-content .fables-blog-cat-block {
    padding: 18px;
  }

  .pom-city-hero {
    min-height: 760px;
  }

  .pom-city-hero-copy {
    padding-bottom: 58px;
  }

  .pom-city-service-grid,
  .pom-city-reasons,
  .pom-city-testimonials {
    grid-template-columns: 1fr;
  }

  .pom-city-service-card {
    grid-template-columns: 1fr;
  }

  .pom-city-service-card img {
    min-height: 230px;
    max-height: 300px;
  }

  .pom-city-gallery img,
  .pom-city-gallery img:first-child {
    grid-row: auto;
    height: 220px;
  }

  .pom-game-hero {
    min-height: 680px;
    background-position: center, 62% center;
  }

  .pom-game-hero-copy {
    padding-bottom: 56px;
  }

  .pom-game-content {
    padding: 66px 0;
  }

  .pom-game-content .fables-product-block,
  .pom-game-content .col-sm-6:not(.fables-product-block),
  .pom-game-content .col-lg-6:not(.fables-product-block) {
    grid-column: 1 / -1;
  }

  .pom-delhi-catalog-page .product-container {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
    padding-top: 32px;
  }

  .pom-delhi-game-page .pom-game-content > .content-wrapper {
    width: min(100% - 28px, 1080px);
  }

  .pom-delhi-game-page .main-content > .section {
    margin-bottom: 20px;
    padding: 26px 20px;
    border-radius: 20px;
  }

  .pom-delhi-game-page .main-content > img,
  .pom-delhi-game-page .lcp-image img {
    max-height: 460px;
    margin: 26px auto;
    border-radius: 18px;
  }

  .pom-delhi-game-page .section h2 {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
  }

  .pom-delhi-game-page .product-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pom-delhi-game-page .pom-game-content .product-container .product-card h2,
  .pom-delhi-game-page .pom-game-content .product-container .product-card h3 {
    min-height: 0;
    padding: 18px 18px 8px;
    font-size: 1.22rem;
  }

  .pom-delhi-game-page .product-container .product-card p {
    padding: 0 18px 16px;
  }

  .pom-delhi-game-page .product-container .product-card .rent-button {
    margin: auto 18px 20px;
  }

  .pom-delhi-game-page th,
  .pom-delhi-game-page td {
    padding: 12px 13px;
  }

  .pom-game-catalog-page .pom-game-content p + .row,
  .pom-chandigarh-catalog-page .pom-game-content p + .row,
  .pom-delhi-catalog-page .pom-game-content p + .row {
    margin-top: 36px;
    padding-top: 32px;
  }

  .pom-game-content iframe {
    min-height: 240px;
  }

  .pom-game-content .fables-testimonial,
  .pom-game-content .bg-rules {
    padding: 24px 18px;
  }

  .pom-game-page .pom-game-info-panel {
    margin-top: 46px;
    padding: 36px 24px;
    border-radius: 22px;
  }

  .pom-game-page .pom-game-why-panel {
    margin-top: 28px;
  }

  .pom-game-page .pom-game-info-panel h2 {
    margin-bottom: 26px;
    padding-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pom-game-content .card,
  .pom-game-content .card img {
    transition: none;
  }
}

/* Goa service pages use their own compact service navigation. */
.pom-goa-page .pom-game-navigator {
  display: none;
}

.pom-goa-content .pom-card-action {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #687563, #505c4d);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.pom-goa-content .gallery-card:hover .pom-card-action,
.pom-goa-content .gallery-card:focus-visible .pom-card-action {
  background: #252c27;
  color: #fff;
}

/* Long-form Mumbai rental guides */
.pom-seo-intro,
.pom-section-soft-card,
.pom-dark-cta {
  border-radius: 28px;
}

.pom-delhi-game-page .main-content > .pom-section-soft-card {
  padding: clamp(28px, 5vw, 58px);
  background: #f2f0e9;
  border: 1px solid rgba(80, 92, 77, .12);
}

.pom-keyword-summary {
  margin-top: 28px;
  padding: 24px;
  border-left: 4px solid #687563;
  border-radius: 0 18px 18px 0;
  background: #fff;
}

.pom-keyword-summary h3 {
  margin-top: 0;
}

.pom-keyword-summary ul,
.pom-check-list,
.pom-number-list {
  display: grid;
  gap: 12px;
  padding-left: 22px;
}

.pom-benefit-grid,
.pom-price-grid,
.pom-local-grid {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.pom-benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pom-price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pom-local-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pom-benefit-grid article,
.pom-price-card,
.pom-local-card {
  padding: 24px;
  border: 1px solid rgba(80, 92, 77, .14);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(28, 38, 32, .07);
}

.pom-benefit-grid h3,
.pom-price-card h3,
.pom-local-card h3 {
  margin-top: 0;
}

.pom-price-label {
  color: #687563;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pom-table-wrap {
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid rgba(80, 92, 77, .14);
  border-radius: 18px;
  background: #fff;
}

.pom-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.pom-spec-table th,
.pom-spec-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(80, 92, 77, .12);
  text-align: left;
  vertical-align: top;
}

.pom-spec-table th {
  width: 30%;
  color: #252c27;
}

.pom-delhi-game-page .main-content > .pom-dark-cta {
  padding: clamp(32px, 6vw, 68px);
  background: #181c19;
  color: #fff;
}

.pom-game-content .pom-dark-cta h2,
.pom-game-content .pom-dark-cta p,
.pom-game-content .pom-dark-cta .section-kicker,
.pom-game-content .pom-dark-cta .pom-text-link {
  color: #fff;
}

.pom-game-content .pom-dark-cta .pom-text-link {
  align-self: center;
  font-weight: 700;
  text-decoration: underline;
}

.pom-mumbai-game-page .pom-dark-cta .pom-hero-actions {
  align-items: stretch;
  gap: 14px;
  margin-top: 28px;
}

.pom-mumbai-game-page .pom-dark-cta .pom-btn {
  min-width: 220px;
  min-height: 54px;
  margin-top: 0 !important;
  padding: 14px 24px !important;
  line-height: 1.25 !important;
  text-align: center;
  white-space: nowrap;
}

.pom-mumbai-game-page .pom-dark-cta .pom-btn-primary {
  color: #fff !important;
  background: #687563 !important;
  border-color: #687563 !important;
}

.pom-mumbai-game-page .pom-dark-cta .pom-btn-primary:hover,
.pom-mumbai-game-page .pom-dark-cta .pom-btn-primary:focus-visible {
  color: #fff !important;
  background: #7d8b77 !important;
  border-color: #7d8b77 !important;
}

.pom-mumbai-game-page .pom-dark-cta .pom-btn-secondary {
  color: #181c19 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.pom-mumbai-game-page .pom-dark-cta .pom-btn-secondary:hover,
.pom-mumbai-game-page .pom-dark-cta .pom-btn-secondary:focus-visible {
  color: #181c19 !important;
  background: #f3dba9 !important;
  border-color: #f3dba9 !important;
}

.pom-mumbai-game-page .pom-dark-cta .pom-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 6px;
}

@media (max-width: 960px) {
  .pom-benefit-grid,
  .pom-local-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .pom-benefit-grid,
  .pom-price-grid,
  .pom-local-grid {
    grid-template-columns: 1fr;
  }

  .pom-section-soft-card,
  .pom-dark-cta {
    border-radius: 20px;
  }

  .pom-spec-table th,
  .pom-spec-table td {
    display: block;
    width: auto;
  }

  .pom-spec-table th {
    padding-bottom: 4px;
  }

  .pom-spec-table td {
    padding-top: 4px;
  }

  .pom-mumbai-game-page .pom-dark-cta .pom-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pom-mumbai-game-page .pom-dark-cta .pom-btn,
  .pom-mumbai-game-page .pom-dark-cta .pom-text-link {
    width: 100%;
    min-width: 0;
  }

  .pom-mumbai-game-page .pom-dark-cta .pom-text-link {
    justify-content: center;
    overflow-wrap: anywhere;
    text-align: center;
  }
}

/* Cross-page game navigator */
.pom-game-nav-trigger {
  position: fixed;
  z-index: 82;
  top: 50%;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 18px 12px 14px;
  color: #fff;
  background: var(--pom-plum-dark);
  border: 1px solid rgba(255, 255, 255, .18);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  box-shadow: 0 14px 34px rgba(18, 24, 20, .28);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transform: translateY(-50%);
  transition: padding .2s ease, background .2s ease;
}

.pom-game-nav-trigger:hover,
.pom-game-nav-trigger:focus-visible {
  padding-right: 24px;
  background: var(--pom-sage);
}

.pom-game-nav-trigger > span:first-child {
  font-size: 1.25rem;
}

.pom-game-nav-backdrop {
  position: fixed;
  z-index: 10000;
  inset: 0;
  background: rgba(15, 21, 17, .56);
  backdrop-filter: blur(3px);
}

.pom-game-nav-panel {
  position: fixed;
  z-index: 10001;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(430px, 92vw);
  padding: 28px 24px;
  overflow-y: auto;
  color: var(--pom-plum-dark);
  background: #f8f6f1;
  box-shadow: 24px 0 70px rgba(18, 24, 20, .28);
  transform: translateX(-105%);
  visibility: hidden;
  transition: transform .3s ease, visibility .3s ease;
}

.pom-game-navigator.is-open .pom-game-nav-panel {
  transform: translateX(0);
  visibility: visible;
}

body.pom-game-nav-open {
  overflow: hidden;
}

body.pom-game-nav-open .pom-floating-actions {
  visibility: hidden;
}

.pom-game-nav-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.pom-game-nav-heading h2 {
  margin: 2px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.05;
}

.pom-game-nav-kicker {
  color: var(--pom-sage);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pom-game-nav-close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: var(--pom-plum-dark);
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .15);
  border-radius: 50%;
  font: inherit;
  cursor: pointer;
}

.pom-game-nav-search {
  display: block;
  margin: 24px 0 12px;
}

.pom-game-nav-search input {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  color: var(--pom-plum-dark);
  background: #fff;
  border: 1px solid rgba(80, 92, 77, .18);
  border-radius: 14px;
  font: inherit;
  outline: none;
}

.pom-game-nav-search input:focus {
  border-color: var(--pom-sage);
  box-shadow: 0 0 0 4px rgba(98, 120, 103, .13);
}

.pom-game-nav-current {
  margin: 0 0 18px;
  color: var(--pom-muted);
  font-size: .84rem;
}

.pom-game-nav-list {
  display: grid;
  gap: 7px;
}

.pom-game-nav-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 10px 14px;
  color: var(--pom-plum-dark);
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(80, 92, 77, .1);
  border-radius: 12px;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.pom-game-nav-list a:hover {
  color: #fff;
  background: var(--pom-sage);
  transform: translateX(3px);
}

.pom-game-nav-list a[aria-current="page"] {
  color: #fff;
  background: var(--pom-plum-dark);
  border-color: var(--pom-plum-dark);
}

.pom-game-nav-list a[hidden] {
  display: none;
}

.pom-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 700px) {
  .pom-game-nav-trigger {
    top: auto;
    bottom: 76px;
    left: 12px;
    min-height: 48px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    transform: none;
  }

  .pom-game-nav-panel {
    width: 100%;
    padding: 24px 18px 110px;
  }
}

/* Progressive enhancement for the existing city and service pages */
body:not(.pom-home) .fables-top-header-signin {
  height: auto;
  min-height: 42px;
  background: var(--pom-plum-dark) !important;
}

body:not(.pom-home) .fables-navigation {
  background: rgba(247, 245, 240, .97) !important;
  border-bottom: 1px solid rgba(80, 92, 77, .12);
  box-shadow: 0 8px 28px rgba(37, 44, 39, .08);
}

body:not(.pom-home) .fables-navigation .nav-link {
  color: var(--pom-ink) !important;
  font-weight: 700;
}

body:not(.pom-home) .fables-navigation .nav-link:hover {
  color: var(--pom-wine) !important;
}

body:not(.pom-home) .fables-logo {
  max-height: 58px;
}

body:not(.pom-home) .fables-header {
  background-color: var(--pom-plum-dark);
}

body:not(.pom-home) .fables-header::after {
  background: rgba(37, 44, 39, .74);
}

body:not(.pom-home) .fables-page-title,
body:not(.pom-home) h1 {
  text-wrap: balance;
}

body:not(.pom-home) .fables-page-title {
  border-color: var(--pom-gold) !important;
}

body:not(.pom-home) .fables-second-text-color,
body:not(.pom-home) .fables-main-text-color {
  color: var(--pom-plum) !important;
}

body:not(.pom-home) .fables-second-background-color,
body:not(.pom-home) .fables-main-background-color {
  background-color: var(--pom-plum) !important;
}

body:not(.pom-home) .fables-second-border-color {
  border-color: var(--pom-gold) !important;
}

body:not(.pom-home) .card,
body:not(.pom-home) .border {
  border-color: rgba(80, 92, 77, .12) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(35, 43, 37, .08);
}

body:not(.pom-home) .card img {
  border-radius: 18px 18px 0 0 !important;
}

body:not(.pom-home) .btn {
  border-radius: 999px !important;
}

body:not(.pom-home) .whatsapp-button,
body:not(.pom-home) .call-button {
  display: none !important;
}

@media (max-width: 1000px) {
  .pom-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pom-service-grid,
  .pom-reason-grid,
  .pom-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pom-split {
    gap: 42px;
  }

  .pom-nav-links,
  .pom-header-cta {
    display: none;
  }

  .pom-menu-button {
    display: inline-grid;
    place-items: center;
  }

  .pom-site-header.menu-open .pom-nav {
    flex-wrap: wrap;
  }

  .pom-site-header.menu-open .pom-nav-links {
    order: 4;
    width: 100%;
    display: grid;
    gap: 0;
    padding: 8px 0 20px;
  }

  .pom-site-header.menu-open .pom-nav-links a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(80, 92, 77, .12);
  }

  .pom-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .pom-topbar-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 16px;
    text-align: center;
  }

  .pom-nav {
    min-height: 70px;
  }

  .pom-brand img {
    width: 132px;
  }

  .pom-hero {
    min-height: 680px;
    background-position: 58% center;
  }

  .pom-hero-content {
    padding: 82px 0 96px;
  }

  .pom-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .pom-trust-row,
  .pom-values,
  .pom-location-grid,
  .pom-service-grid,
  .pom-reason-grid,
  .pom-testimonial-grid,
  .pom-footer-grid {
    grid-template-columns: 1fr;
  }

  .pom-split {
    grid-template-columns: 1fr;
  }

  .pom-split-image {
    order: -1;
  }

  .pom-split-image::after {
    right: 0;
    bottom: -14px;
  }

  .pom-split-image img {
    min-height: 350px;
  }

  .pom-location-card {
    min-height: 320px;
  }

  .pom-section {
    padding: 76px 0;
  }

  .pom-entertainment,
  .pom-cta {
    padding: 38px 26px;
    border-radius: 26px;
  }

  .pom-partners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pom-floating-actions {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .pom-float-button {
    min-width: 0;
    min-height: 50px;
    padding: 10px 12px;
    font-size: .8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
