:root {
  --purple: #7b35d4;
  --purple-2: #9b64f2;
  --purple-dark: #2b153f;
  --orange: #f2a62b;
  --orange-dark: #d98c0e;
  --ink: #21182d;
  --text: #625a6d;
  --soft: #f8f5fc;
  --border: #e9e1f1;
  --white: #fff;
  --shadow: 0 22px 60px rgba(53, 25, 88, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text);
  font-family: Manrope, sans-serif;
  background: #fff;
  line-height: 1.72;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  line-height: 1.15;
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.section-padding {
  padding: 100px 0;
}
.soft-section {
  background: linear-gradient(180deg, #fbf9fe 0, #f6f1fb 100%);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow:before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--orange);
  border-radius: 3px;
}
.eyebrow.light {
  color: #fff;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}
.section-heading {
  max-width: 760px;
}
.section-heading p,
.lead-copy {
  font-size: 1.06rem;
}
.brand-btn,
.light-btn {
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  padding: 13px 23px;
  transition: 0.25s ease;
}
.brand-btn {
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  color: #fff;
  box-shadow: 0 12px 28px rgba(123, 53, 212, 0.25);
}
.brand-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(123, 53, 212, 0.34);
}
.outline-btn {
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 22px;
}
.outline-btn:hover {
  background: #fff;
  color: var(--purple-dark);
}
.light-btn {
  background: #fff;
  color: var(--purple-dark);
}
.light-btn:hover {
  background: #fff;
  color: var(--purple);
  transform: translateY(-2px);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--purple);
  font-weight: 800;
}
.text-link i,
.service-card a i,
.subservice-card span i,
.blog-meta a i {
  transition: transform 0.2s;
}
.text-link:hover i,
.service-card a:hover i,
.subservice-card:hover span i,
.blog-meta a:hover i {
  transform: translateX(4px);
}
.tag {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  background: #f1e9fb;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.topbar {
  background: var(--purple-dark);
  color: #e8dbf5;
  font-size: 0.82rem;
  padding: 8px 0;
}
.topbar a {
  color: #e8dbf5;
}
.topbar a:hover {
  color: #fff;
}
.social-inline,
.footer-social {
  display: flex;
  align-items: center;
  gap: 9px;
}
.social-inline a {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.main-navbar {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(40, 15, 70, 0.07);
  padding: 12px 0;
}
.navbar-brand img {
  width: 210px;
  max-height: 64px;
  object-fit: contain;
}
.main-navbar .nav-link {
  font-weight: 700;
  color: var(--ink);
  padding: 10px 12px !important;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  color: var(--purple);
}
.service-menu {
  width: min(900px, 92vw);
  left: 50% !important;
  transform: translateX(-58%);
  padding: 24px;
  border: 0;
  border-radius: 18px;
  box-shadow: var(--shadow);
  margin-top: 16px;
}
.service-menu-title {
  display: block;
  color: var(--ink);
  font-weight: 800;
  margin-bottom: 8px;
}
.service-menu .dropdown-item {
  font-size: 0.88rem;
  color: var(--text);
  padding: 5px 0;
  background: transparent;
}
.service-menu .dropdown-item:hover {
  color: var(--purple);
  transform: translateX(3px);
}

/* Navbar services single-row slider */
.nav-services-section {
  position: relative;
  z-index: 8;
  overflow: hidden;
  padding: 12px 0;
  background:
    radial-gradient(circle at 5% 0%, rgba(242, 163, 43, 0.16), transparent 31%),
    linear-gradient(135deg, #fff 0%, #fbf7ff 46%, #f3ebff 100%);
  border-bottom: 1px solid rgba(115, 49, 159, 0.10);
}
.nav-services-strip {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}
.nav-services-label {
  position: relative;
  z-index: 2;
}
.nav-services-label span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-services-label span::before {
  content: "";
  width: 25px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--purple));
}
.nav-services-label strong {
  display: block;
  margin-top: 2px;
  color: var(--ink);
  font-family: var(--heading-font);
  font-size: 0.98rem;
  line-height: 1.22;
}
.nav-services-marquee {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 7px 0;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(115, 49, 159, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.nav-services-marquee::before,
.nav-services-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 78px;
  z-index: 2;
  pointer-events: none;
}
.nav-services-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fbf7ff 0%, rgba(251, 247, 255, 0) 100%);
}
.nav-services-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f3ebff 0%, rgba(243, 235, 255, 0) 100%);
}
.nav-services-track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  animation: navServicesSlide 38s linear infinite;
  will-change: transform;
}
.nav-services-marquee:hover .nav-services-track {
  animation-play-state: paused;
}
.nav-service-pill {
  min-width: 245px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(115, 49, 159, 0.10);
  box-shadow: 0 10px 26px rgba(39, 16, 63, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}
.nav-service-pill:hover {
  color: var(--purple-dark);
  transform: translateY(-2px);
  border-color: rgba(145, 98, 237, 0.35);
  background: #fff;
  box-shadow: 0 14px 34px rgba(63, 25, 99, 0.14);
}
.nav-service-icon {
  flex: 0 0 33px;
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  box-shadow: 0 9px 18px rgba(115, 48, 206, 0.22);
}
.nav-service-icon i {
  font-size: 0.92rem;
}
.nav-service-name {
  color: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}
@keyframes navServicesSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.hero-section {
  position: relative;
}
.hero-section .carousel-inner,
.hero-section .carousel-item {
  width: 100%;
}
.hero-section .carousel-item {
  position: relative;
  overflow: hidden;
}
.hero-fallback {
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
}
.hero-fallback .hero-content {
  min-height: 700px;
}
.hero-copy {
  max-width: 760px;
  color: #fff;
  text-shadow: 0 2px 18px rgba(23, 9, 36, 0.42);
}
.hero-copy h1 {
  font-size: clamp(3rem, 6.8vw, 6.2rem);
  letter-spacing: -0.055em;
  color: #fff;
  margin: 0 0 22px;
}
.hero-copy p {
  font-size: 1.15rem;
  max-width: 680px;
  color: #e9dff1;
  margin-bottom: 32px;
}
.hero-fallback {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(242, 166, 43, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at 68% 72%,
      rgba(155, 100, 242, 0.28),
      transparent 32%
    ),
    linear-gradient(135deg, #241238, #4a1e76 55%, #6f2dbd);
  color: #fff;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.6;
}
.orb-one {
  width: 360px;
  height: 360px;
  background: radial-gradient(
    circle,
    rgba(242, 166, 43, 0.65),
    rgba(242, 166, 43, 0)
  );
  right: -80px;
  top: -70px;
}
.orb-two {
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(169, 104, 255, 0.55),
    rgba(169, 104, 255, 0)
  );
  left: 35%;
  bottom: -250px;
}
.about-visual {
  height: 520px;
  position: relative;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(242, 166, 43, 0.2),
      transparent 30%
    ),
    linear-gradient(145deg, #32164f, #7b35d4 65%, #9b64f2);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.visual-panel {
  position: absolute;
  inset: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 28px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(9px);
  text-align: center;
}
.metric-big {
  font-family: "Space Grotesk", sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
}
.visual-card {
  position: absolute;
  background: #fff;
  border-radius: 17px;
  padding: 17px 19px;
  box-shadow: 0 18px 45px rgba(29, 13, 44, 0.28);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}
.visual-card i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f3eafd;
  color: var(--purple);
}
.card-a {
  left: 24px;
  top: 40px;
}
.card-b {
  right: 24px;
  bottom: 42px;
}
.feature-list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}
.feature-list div {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-weight: 700;
}
.feature-list i,
.feature-check-grid i {
  color: var(--orange);
}
.service-card {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}
.service-card:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  right: -55px;
  top: -55px;
  background: rgba(123, 53, 212, 0.07);
  transition: 0.3s;
}
.service-card:hover {
  transform: translateY(-7px);
  border-color: #d9c6ee;
  box-shadow: var(--shadow);
}
.service-card:hover:after {
  transform: scale(2);
}
.service-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5ecff, #efe4fb);
  color: var(--purple);
  font-size: 1.4rem;
  margin-bottom: 22px;
}
.service-card h3,
.service-card h2 {
  font-size: 1.38rem;
}
.service-card a {
  color: var(--purple);
  font-weight: 800;
  display: inline-flex;
  gap: 9px;
  align-items: center;
}
.service-card-large {
  padding: 36px;
}
.service-card-with-image {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.service-card-with-image:after {
  display: none;
}
.service-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: linear-gradient(135deg, #efe5fb, #f8f4fc);
  position: relative;
  flex-shrink: 0;
}
.service-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}
.service-card-with-image:hover .service-card-image img {
  transform: scale(1.07);
}
.service-card-image-placeholder {
  display: grid;
  place-items: center;
  color: var(--purple);
  font-size: 2.1rem;
}
.service-card-image-placeholder:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 75% 20%,
    rgba(242, 166, 43, 0.2),
    transparent 28%
  );
}
.service-card-image-placeholder i {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(42, 18, 66, 0.12);
}
.service-card-content {
  padding: 26px 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  width: 100%;
}
.service-card-large.service-card-with-image {
  padding: 0;
}
.service-card-large.service-card-with-image .service-card-content {
  padding: 30px 32px 34px;
}
.service-card-content > p {
  width: 100%;
}
.service-card-content > a:last-child {
  margin-top: auto;
}
.service-card-with-image .mini-list {
  width: 100%;
}
.subservice-card {
  position: relative;
  overflow: hidden;
}
.subservice-card-with-image {
  min-height: 390px;
  display: flex;
  align-items: flex-end;
}
.subservice-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.subservice-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(23, 9, 36, 0.12) 0%,
    rgba(38, 14, 59, 0.5) 42%,
    rgba(34, 12, 53, 0.97) 100%
  );
  z-index: 1;
}
.subservice-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.subservice-card-with-image:hover .subservice-card-bg {
  transform: scale(1.07);
}
.mini-list {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
  margin: 20px 0;
}
.mini-list li:before {
  content: "✓";
  color: var(--orange);
  font-weight: 900;
  margin-right: 9px;
}
.subservice-card {
  height: 100%;
  display: block;
  padding: 30px;
  border-radius: 22px;
  background: linear-gradient(145deg, #2c163e, #4e2075);
  color: #e7d9ef;
  transition: 0.3s;
  box-shadow: 0 15px 40px rgba(42, 18, 66, 0.12);
}
.subservice-card h3 {
  color: #fff;
  font-size: 1.5rem;
}
.subservice-card span:last-child {
  color: #fff;
  font-weight: 800;
}
.subservice-parent {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #d0aef5;
  display: block;
  margin-bottom: 13px;
}
.subservice-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(145deg, #3b185d, #7430b8);
}
.why-section {
  background: var(--purple-dark);
  color: #d9cce3;
}
.why-section h2,
.why-section h3 {
  color: #fff;
}
.why-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.why-grid > div,
.process-grid > div {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
}
.why-grid span,
.process-grid span {
  color: var(--orange);
  font-weight: 800;
}
.why-grid h3,
.process-grid h3 {
  font-size: 1.2rem;
  margin-top: 16px;
}
.process-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 45px;
}
.process-grid > div {
  background: rgba(255, 255, 255, 0.06);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 270px;
  gap: 16px;
}
.gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #eee;
}
.gallery-item:nth-child(1),
.gallery-item:nth-child(6) {
  grid-column: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s;
}
.gallery-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(28, 13, 42, 0.85));
  opacity: 0.8;
}
.gallery-item > div {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.gallery-item span {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: #e7ca97;
}
.gallery-item strong {
  font-size: 1.02rem;
}
.gallery-item:hover img {
  transform: scale(1.06);
}
.blog-card {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  transition: 0.3s;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.blog-image {
  height: 230px;
  display: block;
  overflow: hidden;
}
.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.blog-card:hover .blog-image img {
  transform: scale(1.05);
}
.image-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #efe5fb, #f8f4fc);
  color: var(--purple);
  font-size: 2rem;
}
.blog-body {
  padding: 24px;
}
.blog-body h3 {
  font-size: 1.25rem;
  margin: 13px 0;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--border);
  padding-top: 17px;
  margin-top: 20px;
  font-size: 0.78rem;
}
.blog-meta a {
  color: var(--purple);
  font-weight: 800;
}
.cta-section {
  padding: 0 0 100px;
}
.cta-box {
  padding: 55px 60px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0, rgba(242, 166, 43, 0.35), transparent 30%),
    linear-gradient(135deg, #4a1d72, #7b35d4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #eadcf5;
  box-shadow: var(--shadow);
}
.cta-box h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 760px;
}
.cta-box p {
  margin-bottom: 0;
}
.page-hero {
  min-height: 390px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(242, 166, 43, 0.18),
      transparent 25%
    ),
    linear-gradient(135deg, #241136, #4e1f76);
  position: relative;
  overflow: hidden;
  color: #e5d6ef;
}
.page-hero h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
  color: #fff;
  letter-spacing: -0.05em;
}
.page-hero p {
  max-width: 720px;
  font-size: 1.1rem;
}
.detail-hero {
  padding: 120px 0;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(242, 166, 43, 0.25),
      transparent 28%
    ),
    linear-gradient(135deg, #28123c, #64289a);
  background-size: cover;
  background-position: center;
  color: #e8daef;
}
.detail-hero h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  color: #fff;
  max-width: 900px;
}
.detail-hero p {
  font-size: 1.14rem;
  max-width: 720px;
}
.detail-parent {
  display: inline-block;
  color: #e6c478;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.prose,
.article-content {
  color: #4f4759;
}
.prose p,
.article-content p {
  margin-bottom: 1.25rem;
}
.service-prose {
  font-size: 1.05rem;
}
.feature-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.feature-check-grid div {
  display: flex;
  gap: 10px;
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: 13px;
  color: var(--ink);
  font-weight: 700;
}
.sticky-card {
  position: sticky;
  top: 110px;
  padding: 30px;
  border-radius: 22px;
  background: var(--soft);
  border: 1px solid var(--border);
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-pills a {
  padding: 9px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-weight: 700;
  color: var(--ink);
}
.filter-pills a:hover,
.filter-pills a.active {
  background: var(--purple);
  border-color: var(--purple);
  color: #fff;
}
.empty-state {
  padding: 45px;
  border: 1px dashed #d8c6ea;
  border-radius: 20px;
  text-align: center;
  background: var(--soft);
  width: 100%;
}
.article-page {
  padding-bottom: 100px;
}
.article-header {
  padding: 90px 0 45px;
  background: var(--soft);
  text-align: center;
}
.article-container {
  max-width: 920px;
}
.article-header h1 {
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  letter-spacing: -0.05em;
  margin: 20px 0;
}
.article-meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 0.9rem;
}
.article-cover {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 26px;
  margin: -5px auto 50px;
  box-shadow: var(--shadow);
}
.article-content {
  font-size: 1.05rem;
}
.article-content h2 {
  font-size: 2rem;
  margin-top: 2.2rem;
}
.article-content h3 {
  font-size: 1.45rem;
  margin-top: 1.8rem;
}
.article-content img {
  border-radius: 18px;
  margin: 28px 0;
}
.article-content a {
  color: var(--purple);
  text-decoration: underline;
}
.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}
.contact-list > a,
.contact-list > div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px;
  border: 1px solid var(--border);
  border-radius: 16px;
}
.contact-list > * > span:first-child {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #f3eafa;
  color: var(--purple);
}
.contact-list small {
  display: block;
}
.contact-list strong {
  color: var(--ink);
}
.contact-form-card {
  padding: 38px;
  border-radius: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.contact-form-card label {
  display: block;
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 7px;
}
.form-control,
.form-select {
  border-color: #dfd5e8;
  border-radius: 12px;
  padding: 12px 14px;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--purple-2);
  box-shadow: 0 0 0 0.25rem rgba(123, 53, 212, 0.1);
}
.map-wrap {
  height: 420px;
  border-radius: 24px;
  overflow: hidden;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.value-card {
  padding: 42px;
  border: 1px solid var(--border);
  border-radius: 25px;
  background: #fff;
}
.site-footer {
  position: relative;
  overflow: hidden;
  background: #21122f;
  color: #bcaec8;
}
.site-footer h5 {
  color: #fff;
  margin-bottom: 20px;
}
.site-footer a {
  display: block;
  color: #bcaec8;
  margin: 9px 0;
}
.site-footer a:hover {
  color: #fff;
}
.footer-logo {
  width: 210px;
  max-height: 70px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 7px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0;
}
.footer-social a:hover {
  background: var(--purple);
  transform: translateY(-3px);
}
.footer-bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
}
.footer-bottom a {
  display: inline;
  margin: 0;
}
.footer-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.22;
}
.footer-glow-one {
  width: 320px;
  height: 320px;
  background: var(--purple);
  left: -140px;
  top: -100px;
}
.footer-glow-two {
  width: 260px;
  height: 260px;
  background: var(--orange);
  right: -130px;
  bottom: -120px;
}
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 1.8rem;
  z-index: 1000;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
  transition: 0.2s;
}
.floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-4px);
}
.pagination {
  gap: 5px;
}
.page-link {
  border-radius: 9px !important;
  color: var(--purple);
  border-color: var(--border);
}
.active > .page-link {
  background: var(--purple);
  border-color: var(--purple);
}

/* Full-width services marquee below navbar */
.nav-services-section-full {
  padding: 10px 0;
  background:
    radial-gradient(circle at 6% 20%, rgba(242, 166, 43, 0.20), transparent 26%),
    radial-gradient(circle at 94% 50%, rgba(123, 53, 212, 0.18), transparent 30%),
    linear-gradient(90deg, #2b153f 0%, #7b35d4 48%, #9b64f2 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(43, 21, 63, 0.12);
}
.nav-services-section-full .container,
.nav-services-section-full .nav-services-strip {
  width: 100%;
  max-width: none;
  padding: 0;
  display: block;
}
.nav-services-section-full .nav-services-label {
  display: none !important;
}
.nav-services-section-full .nav-services-marquee {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 3px 0;
  background: transparent;
  box-shadow: none;
}
.nav-services-section-full .nav-services-marquee::before {
  width: 110px;
  background: linear-gradient(90deg, #2b153f 0%, rgba(43, 21, 63, 0) 100%);
}
.nav-services-section-full .nav-services-marquee::after {
  width: 110px;
  background: linear-gradient(270deg, #9b64f2 0%, rgba(155, 100, 242, 0) 100%);
}
.nav-services-section-full .nav-services-track {
  gap: 16px;
  animation-duration: 54s;
  padding-left: 16px;
}
.nav-services-section-full .nav-service-pill {
  min-width: auto;
  min-height: 46px;
  padding: 9px 17px 9px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 28px rgba(28, 9, 48, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.nav-services-section-full .nav-service-pill:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.20);
  border-color: rgba(255, 224, 163, 0.45);
  box-shadow: 0 14px 36px rgba(31, 8, 53, 0.25);
}
.nav-services-section-full .nav-service-icon {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
  color: #3a145d;
  background: linear-gradient(135deg, #ffe0a3, #f2a62b);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}
.nav-services-section-full .nav-service-name {
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
}

/* Added homepage growth stats */
.growth-stats-section {
  position: relative;
  padding: 34px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(123, 53, 212, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
}
.growth-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.growth-stat-card {
  position: relative;
  overflow: hidden;
  padding: 24px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(123, 53, 212, 0.12);
  box-shadow: 0 18px 48px rgba(53, 25, 88, 0.10);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.growth-stat-card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 166, 43, 0.26), transparent 68%);
}
.growth-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 70px rgba(53, 25, 88, 0.15);
}
.growth-stat-card i {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  margin-bottom: 16px;
}
.growth-stat-card strong {
  display: block;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1;
}
.growth-stat-card p {
  margin: 7px 0 0;
  font-weight: 800;
  color: var(--text);
}

/* Premium process section */
.process-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(242, 166, 43, 0.10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #faf6ff 100%);
}
.premium-process-grid > div {
  position: relative;
  overflow: hidden;
  min-height: 245px;
}
.premium-process-grid > div i {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 16px 34px rgba(123, 53, 212, 0.22);
}
.premium-process-grid > div::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 53, 212, 0.12), transparent 70%);
}


/* Services mega menu: desktop hover + complete sub-service list */
.mega-dropdown {
  position: static;
}
.service-menu {
  top: calc(100% - 2px);
  left: 50% !important;
  transform: translateX(-50%);
  width: min(1120px, calc(100vw - 32px));
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  z-index: 1100;
  border: 1px solid rgba(115, 49, 159, 0.11);
}
.service-menu-scroll {
  max-height: min(68vh, 610px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 26px 28px 22px;
  scrollbar-width: thin;
  scrollbar-color: rgba(115, 49, 159, 0.32) transparent;
}
.service-menu-grid {
  margin: 0;
}
.service-menu-column {
  min-width: 0;
}
.service-menu-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(115, 49, 159, 0.12);
}
.service-menu-title i {
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 0.78rem;
  transition: transform 0.25s ease;
}
.service-menu-title:hover i {
  transform: translateX(4px);
}
.service-menu-subitems {
  display: grid;
  gap: 2px;
}
.service-menu .dropdown-item {
  white-space: normal;
  line-height: 1.35;
  border-radius: 8px;
  padding: 6px 8px;
  margin-left: -8px;
}
.service-menu .dropdown-item:hover,
.service-menu .dropdown-item:focus {
  background: rgba(115, 49, 159, 0.07);
}
.service-menu-empty {
  opacity: 0.75;
}
.service-menu-footer {
  display: flex;
  justify-content: flex-end;
  padding: 13px 28px;
  background: linear-gradient(90deg, #fbf7ff, #f5edff);
  border-top: 1px solid rgba(115, 49, 159, 0.09);
}
.service-menu-footer a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--purple);
  font-size: 0.86rem;
  font-weight: 800;
}
@media (min-width: 992px) {
  .mega-dropdown:hover > .service-menu,
  .mega-dropdown:focus-within > .service-menu,
  .mega-dropdown.show > .service-menu {
    display: block;
  }
}

/* Reusable continuous card sliders */
.services-slider-section,
.specialized-slider-section,
.testimonials-section {
  overflow: hidden;
}
.content-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 12px 0 20px;
}
.content-slider::before,
.content-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(34px, 6vw, 100px);
  z-index: 3;
  pointer-events: none;
}
.content-slider::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
}
.services-slider-section .content-slider::before {
  background: linear-gradient(90deg, var(--soft) 0%, rgba(248,244,251,0) 100%);
}
.content-slider::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);
}
.services-slider-section .content-slider::after {
  background: linear-gradient(270deg, var(--soft) 0%, rgba(248,244,251,0) 100%);
}
.content-slider-track {
  display: flex;
  align-items: stretch;
  width: max-content;
  gap: 18px;
  animation: contentCardSlide var(--slider-duration, 42s) linear infinite;
  will-change: transform;
}
.content-slider:hover .content-slider-track,
.content-slider:focus-within .content-slider-track {
  animation-play-state: paused;
}
.content-slider-group {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  gap: 18px;
}
.content-slider-item {
  width: clamp(280px, 24vw, 340px);
  flex: 0 0 auto;
}
.content-slider .service-card {
  min-height: 100%;
  box-shadow: 0 13px 34px rgba(42, 18, 66, 0.08);
}
.content-slider .service-card:hover {
  transform: translateY(-5px);
}
.slider-parent-service {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@keyframes contentCardSlide {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

/* Google testimonial slider */
.testimonials-section {
  background:
    radial-gradient(circle at 5% 10%, rgba(242, 163, 43, 0.12), transparent 26%),
    radial-gradient(circle at 96% 90%, rgba(115, 49, 159, 0.11), transparent 30%),
    #fff;
}
.testimonial-card.content-slider-item {
  width: clamp(310px, 31vw, 430px);
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(115, 49, 159, 0.12);
  border-radius: 22px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 17px 46px rgba(42, 18, 66, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(115, 49, 159, 0.27);
  box-shadow: 0 24px 60px rgba(42, 18, 66, 0.15);
}
.testimonial-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.testimonial-person {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
}
.testimonial-person:hover strong {
  color: var(--purple);
}
.testimonial-avatar {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 7px 18px rgba(42, 18, 66, 0.14);
}
.testimonial-person span {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.testimonial-person strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.testimonial-person small {
  color: var(--text);
  font-size: 0.76rem;
}
.google-review-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  object-fit: contain;
}
.testimonial-stars {
  display: flex;
  gap: 4px;
  margin: 20px 0 14px;
  color: #f6b900;
  font-size: 0.9rem;
}
.testimonial-card > p {
  flex: 1;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.78;
  margin-bottom: 20px;
}
.testimonial-google-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 800;
}
.testimonial-google-link:hover {
  color: var(--purple-dark);
}

/* Primary service navigation: first four services with individual sub-service menus */
.main-navbar .navbar-nav {
  gap: 2px;
}
.main-navbar .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-link-leading-icon {
  color: var(--purple);
  font-size: 0.78rem;
}
.navbar-service-dropdown {
  position: relative;
}
.main-navbar .service-primary-link {
  max-width: 158px;
  gap: 7px;
  font-size: 0.79rem;
  line-height: 1.2;
  white-space: normal;
}
.service-primary-icon {
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 8px 18px rgba(115, 49, 159, 0.18);
}
.service-primary-icon i {
  font-size: 0.72rem;
}
.service-primary-text {
  min-width: 0;
}
.navbar-subservice-menu {
  top: calc(100% + 9px);
  left: 50%;
  width: min(350px, calc(100vw - 28px));
  max-height: min(68vh, 520px);
  overflow-y: auto;
  padding: 10px;
  margin: 0;
  border: 1px solid rgba(115, 49, 159, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 64px rgba(39, 16, 63, 0.18);
  transform: translateX(-50%);
  scrollbar-width: thin;
  scrollbar-color: rgba(115, 49, 159, 0.35) transparent;
}
.navbar-subservice-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
}
.navbar-subservice-heading > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
}
.navbar-subservice-heading > a:hover {
  color: #fff;
  transform: translateY(-1px);
}
.navbar-subservice-heading-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
}
.navbar-subservice-heading small,
.navbar-subservice-heading strong {
  display: block;
}
.navbar-subservice-heading small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.navbar-subservice-heading strong {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.28;
}
.navbar-subservice-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 7px 9px !important;
  border-radius: 11px;
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease;
}
.navbar-subservice-item:hover,
.navbar-subservice-item:focus {
  color: var(--purple-dark);
  background: rgba(115, 49, 159, 0.075);
  transform: translateX(2px);
}
.navbar-subservice-item-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--purple);
  background: linear-gradient(135deg, #f6efff, #fff7eb);
}
.navbar-subservice-arrow {
  color: var(--orange);
  font-size: 0.68rem;
}
.navbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .navbar-service-dropdown:hover > .navbar-subservice-menu,
  .navbar-service-dropdown:focus-within > .navbar-subservice-menu,
  .navbar-service-dropdown.show > .navbar-subservice-menu {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-brand img {
    width: 168px;
  }
  .main-navbar .nav-link {
    padding: 9px 7px !important;
    font-size: 0.78rem;
  }
  .main-navbar .service-primary-link {
    max-width: 136px;
    font-size: 0.73rem;
  }
  .service-primary-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    border-radius: 8px;
  }
  .navbar-cta {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 0.78rem;
  }
}

/* Keyboard accessibility helper */
.skip-to-content {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 99999;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--purple-dark);
  box-shadow: 0 12px 28px rgba(39, 16, 63, 0.25);
  font-weight: 800;
}
.skip-to-content:focus {
  top: 16px;
  color: #fff;
}

/* Floating social links, enquiry shutter and home contact popup */
.gw-floating-actions {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1070;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  transform: translateY(-50%);
}
.gw-floating-social,
.gw-enquiry-trigger {
  border: 0;
  color: #fff;
  box-shadow: 0 10px 28px rgba(39, 20, 58, 0.2);
}
.gw-floating-social {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 0 13px 13px 0;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  font-size: 1.08rem;
  transition: width 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.gw-floating-social:hover,
.gw-floating-social:focus-visible {
  width: 54px;
  color: #fff;
  transform: translateX(2px);
  box-shadow: 0 14px 34px rgba(39, 20, 58, 0.28);
}
.gw-social-facebook { background: #1877f2; }
.gw-social-instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d 58%, #fcb045); }
.gw-social-linkedin { background: #0a66c2; }
.gw-social-youtube { background: #ff0000; }
.gw-social-twitter,
.gw-social-x,
.gw-social-x-twitter { background: #111; }
.gw-social-whatsapp { background: #25d366; }
.gw-social-pinterest { background: #e60023; }
.gw-social-telegram { background: #229ed9; }
.gw-enquiry-trigger {
  width: 48px;
  min-height: 122px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 8px;
  border-radius: 0 15px 15px 0;
  background: linear-gradient(180deg, var(--orange), var(--orange-dark));
  cursor: pointer;
  transition: width 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}
.gw-enquiry-trigger i {
  font-size: 1rem;
}
.gw-enquiry-trigger span {
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.gw-enquiry-trigger:hover,
.gw-enquiry-trigger:focus-visible {
  width: 56px;
  filter: brightness(1.04);
  box-shadow: 0 15px 36px rgba(217, 140, 14, 0.34);
}
.gw-enquiry-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  justify-content: flex-start;
  background: rgba(25, 12, 38, 0.58);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s ease, visibility 0.32s ease;
  backdrop-filter: blur(4px);
}
.gw-enquiry-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.gw-enquiry-panel {
  width: min(440px, 100%);
  height: 100%;
  padding: 34px 30px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 0 0, rgba(155, 100, 242, 0.13), transparent 32%),
    #fff;
  box-shadow: 24px 0 70px rgba(29, 13, 43, 0.25);
  outline: 0;
  transform: translateX(-102%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.gw-enquiry-backdrop.is-open .gw-enquiry-panel {
  transform: translateX(0);
}
body.gw-enquiry-open {
  overflow: hidden;
}
.gw-enquiry-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.gw-enquiry-panel-head h2,
.gw-popup-info h2 {
  margin: 5px 0 0;
  letter-spacing: -0.035em;
}
.gw-enquiry-panel-head h2 {
  font-size: clamp(1.8rem, 5vw, 2.45rem);
}
.gw-form-kicker {
  display: inline-block;
  color: var(--purple);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.gw-form-kicker-light {
  color: rgba(255, 255, 255, 0.78);
}
.gw-enquiry-close,
.gw-popup-close {
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
}
.gw-enquiry-close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  color: var(--purple-dark);
  background: #f3edf8;
  transition: transform 0.22s ease, background 0.22s ease;
}
.gw-enquiry-close:hover {
  background: #eadff3;
  transform: rotate(8deg);
}
.gw-enquiry-intro {
  margin: 16px 0 25px;
  color: var(--text);
}
.gw-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.gw-form-field-full {
  grid-column: 1 / -1;
}
.gw-quick-enquiry-form label,
.gw-popup-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}
.gw-quick-enquiry-form .form-control,
.gw-quick-enquiry-form .form-select,
.gw-popup-form .form-control,
.gw-popup-form .form-select {
  min-height: 48px;
  padding: 11px 13px;
  background: #fff;
}
.gw-quick-enquiry-form textarea.form-control,
.gw-popup-form textarea.form-control {
  min-height: 112px;
  resize: vertical;
}
.gw-form-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}
.gw-form-alert {
  padding: 12px 15px;
  border-radius: 12px;
  font-size: 0.83rem;
}
.gw-form-alert ul {
  padding-left: 18px;
}
.gw-home-contact-popup .modal-dialog {
  max-width: 900px;
}
.gw-home-contact-popup .modal-content {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  box-shadow: 0 35px 100px rgba(31, 15, 46, 0.34);
}
.gw-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 22px rgba(30, 15, 44, 0.16);
  transition: transform 0.22s ease, background 0.22s ease;
}
.gw-popup-close:hover {
  background: #fff;
  transform: rotate(8deg);
}
.gw-popup-info {
  min-height: 510px;
  padding: 54px 38px;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 15% 10%, rgba(242, 166, 43, 0.3), transparent 34%),
    linear-gradient(145deg, var(--purple-dark), var(--purple) 74%, var(--purple-2));
}
.gw-popup-info h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
}
.gw-popup-info p {
  margin: 18px 0 28px;
}
.gw-popup-contact-list {
  display: grid;
  gap: 12px;
}
.gw-popup-contact-list a {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  word-break: break-word;
}
.gw-popup-contact-list i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.13);
}
.gw-popup-form-wrap {
  padding: 48px 42px 38px;
  background: #fff;
}
.gw-popup-form .gw-form-submit {
  margin-top: 2px;
}
.gw-enquiry-success {
  position: fixed;
  top: 105px;
  right: 22px;
  z-index: 1100;
  max-width: min(390px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 14px 14px 16px;
  border: 1px solid rgba(36, 148, 83, 0.2);
  border-radius: 14px;
  color: #166534;
  background: #f0fdf4;
  box-shadow: 0 18px 46px rgba(22, 101, 52, 0.16);
  font-size: 0.88rem;
  font-weight: 700;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.gw-enquiry-success > i {
  color: #22a559;
  font-size: 1.15rem;
}
.gw-enquiry-success button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-left: auto;
  border: 0;
  border-radius: 50%;
  color: #166534;
  background: transparent;
}
.gw-enquiry-success.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
}

@media (max-width: 991px) {
  .gw-popup-info {
    min-height: auto;
    padding: 38px 34px 32px;
  }
  .gw-popup-info p {
    margin-bottom: 20px;
  }
  .gw-popup-form-wrap {
    padding: 34px;
  }
}

@media (max-width: 575px) {
  .gw-floating-actions {
    top: auto;
    bottom: 86px;
    gap: 5px;
    transform: none;
  }
  .gw-floating-social {
    width: 40px;
    height: 40px;
    border-radius: 0 11px 11px 0;
    font-size: 0.94rem;
  }
  .gw-floating-social:hover,
  .gw-floating-social:focus-visible {
    width: 46px;
  }
  .gw-enquiry-trigger {
    width: 42px;
    min-height: 96px;
    padding: 9px 6px;
    border-radius: 0 12px 12px 0;
  }
  .gw-enquiry-trigger:hover,
  .gw-enquiry-trigger:focus-visible {
    width: 47px;
  }
  .gw-enquiry-trigger span {
    font-size: 0.64rem;
  }
  .gw-enquiry-panel {
    padding: 27px 20px;
  }
  .gw-form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .gw-form-field-full {
    grid-column: auto;
  }
  .gw-home-contact-popup .modal-dialog {
    margin: 10px;
  }
  .gw-home-contact-popup .modal-content {
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    border-radius: 20px;
  }
  .gw-popup-close {
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .gw-popup-info {
    padding: 34px 24px 26px;
  }
  .gw-popup-info h2 {
    padding-right: 25px;
    font-size: 1.9rem;
  }
  .gw-popup-form-wrap {
    padding: 27px 22px 24px;
  }
  .gw-enquiry-success {
    top: 82px;
    right: 16px;
    left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gw-floating-social,
  .gw-enquiry-trigger,
  .gw-enquiry-backdrop,
  .gw-enquiry-panel,
  .gw-enquiry-success {
    transition: none;
  }
}

/* Clickable service names and card actions */
.service-card-title-link {
  color: var(--ink) !important;
  line-height: 1.28;
}
.service-card-title-link:hover,
.service-card-title-link:focus-visible {
  color: var(--purple) !important;
}
.service-card-with-image .mini-list li {
  display: flex;
  align-items: flex-start;
}
.service-card-with-image .mini-list li::before {
  flex: 0 0 auto;
}
.service-card-with-image .mini-list a {
  display: inline;
  color: #5f5268;
  font-weight: 700;
  line-height: 1.45;
}
.service-card-with-image .mini-list a:hover,
.service-card-with-image .mini-list a:focus-visible {
  color: var(--purple);
}
.service-card-actions {
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.service-card-actions .service-card-primary-link {
  flex: 1 1 auto;
}
.service-card-actions .service-card-whatsapp {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(37, 211, 102, 0.38);
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.08);
  color: #25d366;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.service-card-actions .service-card-whatsapp i {
  margin-left: 6px;
  color: #25d366;
  font-size: 1rem;
}
.service-card-actions .service-card-whatsapp:hover,
.service-card-actions .service-card-whatsapp:focus-visible {
  /*background: rgba(37, 211, 102, 0.16);*/
  /*border-color: #25d366;*/
  color: #25d366;
}
.service-card-actions .service-card-whatsapp:hover i,
.service-card-actions .service-card-whatsapp:focus-visible i {
  color: #25d366;
}
.slider-parent-service:hover,
.slider-parent-service:focus-visible {
  color: var(--purple) !important;
}
.related-services-section .section-heading {
  max-width: 760px;
}

@media (max-width: 575px) {
  .service-card-actions {
    align-items: stretch;
  }
  .service-card-actions .service-card-primary-link,
  .service-card-actions .service-card-whatsapp {
    justify-content: center;
  }
}

/* Pan India market area page */
.market-area-section {
    background: #f8f5f2;
}

.market-area-intro {
    max-width: 760px;
}

.market-area-intro p {
    margin: 18px auto 0;
    color: var(--muted, #5d6673);
    line-height: 1.8;
}

.market-area-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.market-area-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 18px;
    border: 1px solid rgba(12, 25, 45, .1);
    border-radius: 18px;
    background: #fff;
    color: #111827;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.market-area-card:hover {
    transform: translateY(-4px);
    border-color: rgba(220, 38, 38, .35);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .11);
    color: #111827;
}

.market-area-icon {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    background: rgba(220, 38, 38, .09);
    color: #dc2626;
    font-size: 18px;
}

.market-area-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 3px;
}

.market-area-copy strong {
    font-size: 15px;
    line-height: 1.35;
}

.market-area-copy small {
    color: #6b7280;
    font-size: 12px;
}

.market-area-arrow {
    color: #dc2626;
    font-size: 13px;
    transition: transform .25s ease;
}

.market-area-card:hover .market-area-arrow {
    transform: translateX(4px);
}

.market-area-context {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 10px;
    padding: 7px 11px;
    border: 1px solid rgba(220, 38, 38, .18);
    border-radius: 999px;
    background: rgba(220, 38, 38, .07);
    color: #b91c1c;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .market-area-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .market-area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .market-area-card { min-height: 82px; padding: 14px; border-radius: 14px; }
    .market-area-icon { flex-basis: 40px; width: 40px; height: 40px; border-radius: 12px; }
}

@media (max-width: 479.98px) {
    .market-area-grid { grid-template-columns: 1fr; }
}

.detail-location-name {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .88);
    font-size: .48em;
    font-weight: 600;
    line-height: 1.25;
}
