/* Shared new-service page styles (USA / UAE / IN) — scoped under .new-service-page */

:root {
  --new-service-accent: #0086DE;
}

/* ---- Breadcrumb (tight under header, aligned to content container) ---- */
.new-service-page .breadcrumb_position {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  display: block;
}

.new-service-page .breadcrumb_position p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.new-service-page .service-hero-header {
  margin-top: 0;
  margin-bottom: 3.5rem !important;
}

/* Shared section rhythm for all new-service pages */
.new-service-page > section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.new-service-page > section.mid-cta-band {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.new-service-page > section.tech-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.new-service-page > section.sitewide-certs {
  padding-top: 28px !important;
  padding-bottom: 0 !important;
}

/* Beat styles.css `.new-our-service-awards-carousel { padding-top: unset !important; }` */
.new-service-page .new-our-service-awards-carousel {
  padding-top: 30px !important;
  padding-bottom: 0.75rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.new-service-page .new-service-trust-strip {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.new-service-page .gcc-coverage-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* ---- Hero / CTAs ---- */
.new-service-page .hero-cta-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  margin-top: 16px;
}

.new-service-page .hero-cta-group .btn-new-info,
.new-service-page .hero-cta-group .hero-cta-secondary {
  white-space: nowrap;
  text-align: center;
  flex: 0 1 auto;
}

.new-service-page .hero-cta-secondary {
  border: 2px solid #0086DE;
  color: #0086DE;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.new-service-page .service-hero-copy .hero-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #4f5b6b;
  max-width: 860px;
  margin: 18px 0 0;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.new-service-page .service-hero-copy h1 {
  font-family: 'Sora', -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 700;
}

/* Hero thumbnail: fully rounded + centered above pagination */
.new-service-page .service-hero-media {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

.new-service-page .service-hero-header .hero-swiper {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  border-radius: 0;
}

.new-service-page .service-hero-header .new-hero-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-service-page .service-hero-header .hero-swiper img {
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.new-service-page .service-hero-header .hero-swiper .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  bottom: 0 !important;
}

/* ---- Choose layout ---- */
.new-service-page .choose-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  align-items: stretch;
}

.new-service-page .choose-main-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(31, 44, 94, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.new-service-page .choose-main-card:hover {
  transform: translateY(-4px);
  border-color: #cfe7f8;
  box-shadow: 0 18px 42px rgba(0, 134, 222, 0.14);
}

.new-service-page .choose-layout-equal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.new-service-page .choose-hover-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(31, 44, 94, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.new-service-page .choose-hover-card .choose-hover-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background: #eef8ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
}

.new-service-page .choose-hover-card .choose-hover-icon i {
  font-size: 20px;
  color: #0086DE;
  transition: color 0.25s ease;
}

.new-service-page .choose-hover-card h3 {
  font-size: 21px;
  font-weight: 800;
  color: #1f2c5e;
  margin: 0;
  transition: color 0.25s ease;
}

.new-service-page .choose-hover-card p {
  color: #5b6675;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  transition: color 0.25s ease;
}

.new-service-page .choose-hover-card:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #1f2c5e 0%, #2b3d72 100%);
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(31, 44, 94, 0.22);
}

.new-service-page .choose-hover-card:hover .choose-hover-icon {
  background: rgba(0, 134, 222, 0.18);
}

.new-service-page .choose-hover-card:hover .choose-hover-icon i {
  color: #5cb8ff;
}

.new-service-page .choose-hover-card:hover h3 {
  color: #fff;
}

.new-service-page .choose-hover-card:hover p {
  color: rgba(255, 255, 255, 0.88);
}

.new-service-page .choose-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  flex: 1;
  align-content: stretch;
}

.new-service-page .choose-checklist-grid > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8fbfe;
  border: 1px solid #e6eff6;
  border-radius: 14px;
  padding: 16px;
}

.new-service-page .choose-side-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

/* ---- Mandate layout ---- */
.new-service-page .mandate-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.new-service-page .mandate-main-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(31, 44, 94, 0.06);
}

.new-service-page .mandate-applies-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #f4f9fd 0%, #eef8ff 100%);
  border: 1px solid #d7eaf7;
  border-left: 4px solid #0086DE;
  border-radius: 14px;
  padding: 20px 20px 20px 18px;
}

.new-service-page .mandate-side-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.new-service-page .mandate-side-panel > div {
  flex: 1;
}

.new-service-page .rules-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.new-service-page .rules-main-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(31, 44, 94, 0.06);
}

.new-service-page .rules-side-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.new-service-page .rules-side-panel > div {
  flex: 1;
}

.new-service-page .process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  position: relative;
}

.new-service-page .process-step {
  position: relative;
  z-index: 1;
  min-height: 220px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(31, 44, 94, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.new-service-page .process-step:hover,
.new-service-page .process-step:focus-visible,
.new-service-page .process-step.is-active {
  transform: translateY(-6px);
  border-color: #0086DE;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 134, 222, 0.18);
  outline: none;
}

.new-service-page .process-step-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.new-service-page .process-step-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eef8ff;
  color: #0086DE;
  font-size: 20px;
  transition: background 0.25s ease, color 0.25s ease;
}

.new-service-page .process-step:hover .process-step-icon,
.new-service-page .process-step:focus-visible .process-step-icon,
.new-service-page .process-step.is-active .process-step-icon {
  background: #1f2c5e;
  color: #fff;
}

.new-service-page .process-step h3 {
  margin: 0 0 9px;
  color: #1f2c5e;
  font-size: 17px;
  font-weight: 800;
}

.new-service-page .process-step p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5b6675;
  font-size: 13px;
  line-height: 1.65;
}

/* ---- Proof / CTA ---- */
.new-service-page .peak-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.new-service-page .proof-card {
  display: grid;
  grid-template-columns: minmax(140px, 180px) 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(31, 44, 94, 0.06);
}

.new-service-page .framework-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.new-service-page .framework-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(31, 44, 94, 0.06);
}

.new-service-page .framework-card .tool-logos {
  margin-top: auto;
}

.new-service-page .framework-choice {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 24px;
  background: #1f2c5e;
  border-radius: 18px;
  padding: 32px;
}

.new-service-page .framework-choice-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  background: rgba(0, 134, 222, 0.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-service-page .tool-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.new-service-page .tool-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fbfe;
  border: 1px solid #e4eef6;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #1f2c5e;
}

.new-service-page .tool-logo img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.new-service-page .include-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.new-service-page .include-stack.include-stack-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.new-service-page .include-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(31, 44, 94, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.new-service-page .include-card:hover {
  transform: translateY(-4px);
  border-color: #cfe7f8;
  box-shadow: 0 16px 36px rgba(0, 134, 222, 0.14);
}

.new-service-page .include-card-icon {
  width: 52px;
  height: 52px;
  background: #eef8ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

/* Platform / tech logos inside include-cards (ecommerce, etc.) */
.new-service-page .platform-logo-box {
  width: 64px;
  height: 64px;
  background: #f8fbfe;
  border: 1px solid #e6eff6;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 10px;
}

.new-service-page .platform-logo-box img {
  max-width: 100%;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.new-service-page .include-card-icon i {
  font-size: 22px;
  color: #0086DE;
}

.new-service-page .include-card-stacked h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1f2c5e;
  margin: 0 0 10px;
}

.new-service-page .include-card-stacked > p {
  font-size: 14px;
  color: #5b6675;
  line-height: 1.7;
  margin: 0;
}

.new-service-page .rto-rpo-card {
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(31, 44, 94, 0.06);
  height: 100%;
}

.new-service-page .process-step-card {
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(31, 44, 94, 0.06);
  height: 100%;
}

.new-service-page .cloud-type-card {
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(31, 44, 94, 0.06);
  height: 100%;
}

.new-service-page .usecase-card {
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 10px 28px rgba(31, 44, 94, 0.06);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.new-service-page .usecase-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0086DE, #1f2c5e);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.new-service-page .usecase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 134, 222, 0.14);
  border-color: #cfe7f8;
}

.new-service-page .usecase-card:hover::before {
  opacity: 1;
}

.new-service-page .usecase-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(145deg, #eef8ff 0%, #dceffb 100%);
  border: 1px solid #cfe7f8;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.new-service-page .tool-logos-wrap {
  background: #f8fbfe;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 24px;
}

.new-service-page .tool-logos-wrap .tool-logos {
  margin-top: 0;
}

.new-service-page .tool-logos-wrap .tool-logo {
  background: #fff;
  box-shadow: 0 8px 20px rgba(31, 44, 94, 0.05);
}

.new-service-page .case-outcome-card {
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(31, 44, 94, 0.06);
  height: 100%;
}

.new-service-page .proof-stat {
  display: inline-block;
  background: #eef8ff;
  color: #1f2c5e;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  margin: 0 8px 8px 0;
}

.new-service-page .quality-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 8px;
  background: #fff;
  border: 1px solid #e4eef6;
  border-left: 5px solid #0086DE;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 14px 40px rgba(31, 44, 94, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.new-service-page .quality-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(31, 44, 94, 0.12);
}

.new-service-page .quality-banner::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(0, 134, 222, 0.08);
  pointer-events: none;
}

.new-service-page .quality-banner-icon {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  background: linear-gradient(145deg, #eef8ff 0%, #dceffb 100%);
  border: 1px solid #cfe7f8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.new-service-page .quality-banner-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.new-service-page .quality-banner-point {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f4f9fd;
  border: 1px solid #e4eef6;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #1f2c5e;
}

.new-service-page .quality-banner-point i {
  color: #0086DE;
  font-size: 12px;
}

.new-service-page .quality-mini-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.new-service-page .quality-mini-step {
  background: #1f2c5e;
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
}

.new-service-page .quality-mini-step.is-gate {
  background: #0086DE;
  color: #fff;
}

.new-service-page .quality-mini-arrow {
  color: #9aa8b8;
  font-size: 12px;
}

.new-service-page .finops-banner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 24px;
  background: #1f2c5e;
  border-radius: 18px;
  padding: 32px;
}

.new-service-page .finops-banner-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  background: rgba(0, 134, 222, 0.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-service-page .cloud-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.new-service-page .include-card .cloud-logos {
  margin-top: auto;
  padding-top: 12px;
}

.new-service-page .cloud-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fbfe;
  border: 1px solid #e4eef6;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #1f2c5e;
}

.new-service-page .cloud-logo img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.new-service-page .prominent-cta-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 48px 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.new-service-page .prominent-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.new-service-page .uae-mobile-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.new-service-page .uae-mobile-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.new-service-page .uae-mobile-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.new-service-page .why-vervali-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.new-service-page .why-vervali-intro {
  max-width: 1100px;
}

.new-service-page .why-vervali-heading {
  font-size: clamp(18px, 2.15vw, 28px);
  white-space: nowrap;
}

/* ---- Awards carousel (page-only) ---- */
.new-service-page .client-carousel-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.new-service-page .client-carousel-track {
  display: flex;
  animation: newServiceClientScroll 50s linear infinite;
  width: max-content;
}

.new-service-page .client-carousel-slide {
  flex: 0 0 auto;
  width: 180px;
  padding: 0 20px;
  box-sizing: border-box;
}

.new-service-page .client-carousel-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

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

.new-service-page .new-awards-carousel-container h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #1f2c5e;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}

.new-service-page .new-awards-carousel-container span {
  color: #0086DE;
  font-weight: bold;
}

/* ---- Motion ---- */
.new-service-page [data-aos="fade-up"] {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.new-service-page .uae-mobile-grid-2 > [data-aos],
.new-service-page .uae-mobile-grid-3 > [data-aos],
.new-service-page .uae-mobile-grid-4 > [data-aos],
.new-service-page .proof-card[data-aos],
.new-service-page .why-vervali-grid > [data-aos],
.new-service-page .choose-main-card[data-aos],
.new-service-page .choose-side-panel[data-aos] {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .new-service-page [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .new-service-page [style*="transition"] {
    transition: none !important;
  }
}

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
  .new-service-page .choose-layout {
    grid-template-columns: 1fr;
  }

  .new-service-page .choose-layout-equal {
    grid-template-columns: 1fr;
  }

  .new-service-page .choose-hover-card:hover {
    transform: none;
  }

  .new-service-page .choose-checklist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .new-service-page .mandate-layout {
    grid-template-columns: 1fr;
  }

  .new-service-page .rules-layout {
    grid-template-columns: 1fr;
  }

  .new-service-page .process-steps {
    grid-template-columns: 1fr;
  }

  .new-service-page .process-step {
    min-height: auto;
  }

  .new-service-page .process-step:hover,
  .new-service-page .process-step:focus-visible,
  .new-service-page .process-step.is-active {
    transform: none;
  }

  .new-service-page .peak-layout {
    grid-template-columns: 1fr;
  }

  .new-service-page .proof-card {
    grid-template-columns: 1fr;
  }

  .new-service-page .proof-card .proof-metric {
    padding: 22px 16px !important;
  }

  .new-service-page .proof-card .proof-content {
    padding: 22px 20px !important;
  }

  .new-service-page .service-hero-copy .hero-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 12px;
  }

  .new-service-page .service-hero-copy h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  .new-service-page .hero-cta-group {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .new-service-page .hero-cta-group .btn-new-info,
  .new-service-page .hero-cta-group .hero-cta-secondary {
    width: 100%;
    display: block;
    white-space: normal;
  }

  .new-service-page .prominent-cta-inner {
    padding: 32px 18px;
    border-radius: 18px;
  }

  .new-service-page .prominent-cta-inner h2 {
    font-size: 26px !important;
  }

  .new-service-page .prominent-cta-inner p {
    font-size: 15px !important;
  }

  .new-service-page .prominent-cta-actions a {
    width: 100%;
    box-sizing: border-box;
  }

  .new-service-page .uae-mobile-grid-3,
  .new-service-page .uae-mobile-grid-4,
  .new-service-page .uae-mobile-grid-2 {
    grid-template-columns: 1fr;
  }

  .new-service-page .framework-stack {
    grid-template-columns: 1fr;
  }

  .new-service-page .include-stack,
  .new-service-page .include-stack.include-stack-2 {
    grid-template-columns: 1fr;
  }

  .new-service-page .include-card:hover {
    transform: none;
  }

  .new-service-page .include-card > div:first-child {
    align-items: flex-start;
  }

  .new-service-page .include-card h3 {
    line-height: 1.35;
  }

  .new-service-page .finops-banner {
    flex-direction: column;
    gap: 14px;
    padding: 24px;
  }

  .new-service-page .quality-banner {
    grid-template-columns: 1fr;
    margin-top: 16px;
    padding: 24px;
  }

  .new-service-page .quality-banner:hover {
    transform: none;
  }

  .new-service-page .usecase-card:hover {
    transform: none;
  }

  .new-service-page .quality-banner h3,
  .new-service-page .quality-banner h4 {
    font-size: 18px !important;
  }

  .new-service-page .quality-banner p {
    font-size: 14px !important;
  }

  .new-service-page .framework-choice {
    flex-direction: column;
    gap: 14px;
    padding: 24px;
  }

  .new-service-page .framework-choice h4 {
    font-size: 18px !important;
  }

  .new-service-page .framework-choice p {
    font-size: 14px !important;
  }

  .new-service-page .common-container,
  .new-service-page .vs-common-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Testimonials: remove nested container padding so card aligns with other sections */
  .new-service-page .new-testimonial-carousel-p-container .vs-common-container > .common-container,
  .new-service-page .new-testimonial-carousel-p-container .common-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
  }

  .new-service-page .new-testimonial-carousel-p-container .carousel-container,
  .new-service-page .new-testimonial-carousel-p-container .new-home-carousel-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  .new-service-page .new-testimonial-carousel-p-container .carousel-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .new-service-page .new-testimonial-carousel-p-container .lp-testimonial-card {
    margin-left: 0;
    margin-right: 0;
  }

  .new-service-page .new-testimonial-carousel-p-container .carousel-container.lp-new-carousel-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .new-service-page .service-hero-header {
    margin-bottom: 2.75rem !important;
  }

  .new-service-page .service-hero-media {
    width: 100%;
    justify-content: stretch !important;
  }

  .new-service-page .service-hero-header .hero-swiper {
    max-width: 100%;
    width: 100%;
  }

  .new-service-page .service-hero-header .hero-swiper img {
    max-width: 100%;
    width: 100%;
  }

  .new-service-page .new-our-service-awards-carousel {
    padding-top: 30px !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0 !important;
  }

  /* Even, tighter section rhythm on mobile */
  .new-service-page > section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .new-service-page > section.mid-cta-band {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .new-service-page > section.tech-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .new-service-page > section.sitewide-certs {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }

  .new-service-page > section h2.fw-bold {
    margin-bottom: 12px !important;
  }

  .new-service-page > section h2.fw-bold + p,
  .new-service-page > section .common-container > p[style*="margin-bottom"] {
    margin-bottom: 20px !important;
  }

  .new-service-page > section .common-container > div[style*="margin-bottom:36px"],
  .new-service-page > section .common-container > div[style*="margin-bottom:32px"],
  .new-service-page > section .common-container > div[style*="margin-bottom:30px"],
  .new-service-page > section .common-container > div[style*="margin-bottom: 36px"],
  .new-service-page > section .common-container > div[style*="margin-bottom: 32px"],
  .new-service-page > section .common-container > div[style*="margin-bottom: 30px"] {
    margin-bottom: 20px !important;
  }

  .new-service-page .uae-mobile-grid-2,
  .new-service-page .uae-mobile-grid-3,
  .new-service-page .uae-mobile-grid-4 {
    gap: 16px !important;
  }

  .new-service-page .new-service-trust-strip {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .new-service-page .trust-strip-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px !important;
    font-size: 12px !important;
    text-align: center;
    width: 100%;
    justify-content: stretch !important;
    flex-wrap: unset !important;
  }

  .new-service-page .trust-strip-inner > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    white-space: nowrap;
    min-width: 0;
  }

  .new-service-page .pricing-table-wrap {
    margin-left: -4px;
    margin-right: -4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .new-service-page .pricing-table-wrap table {
    min-width: 560px;
  }

  .new-service-page .why-vervali-grid {
    grid-template-columns: 1fr !important;
  }

  .new-service-page .why-vervali-heading {
    white-space: normal;
    font-size: 22px !important;
  }

  .new-service-page .mid-cta-band p {
    font-size: 17px !important;
    padding: 0 8px;
  }
}

@media (max-width: 767.98px) {
  .new-service-page .service-hero-header.vs-common-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .new-service-page .service-hero-header .service-hero-row {
    margin-left: 0;
    margin-right: 0;
  }

  .new-service-page .service-hero-copy,
  .new-service-page .service-hero-media {
    padding-left: 0;
    padding-right: 0;
  }

  .new-service-page .service-hero-header .hero-swiper {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 20px;
    overflow: hidden;
  }

  .new-service-page .service-hero-header .hero-swiper img {
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
  }
}

@media (max-width: 575.98px) {
  .new-service-page > section {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .new-service-page > section.mid-cta-band {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .new-service-page > section.tech-section {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .new-service-page > section.sitewide-certs {
    padding-top: 16px !important;
    padding-bottom: 0 !important;
  }

  .new-service-page > section h2.fw-bold {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }

  .new-service-page .choose-checklist-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .new-service-page .service-hero-copy h1 {
    font-size: 24px !important;
  }

  .new-service-page .prominent-cta-inner h2 {
    font-size: 22px !important;
  }

  .new-service-page .prominent-cta-actions a {
    font-size: 15px !important;
    padding: 14px 18px !important;
  }

  .new-service-page .new-service-trust-strip {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .new-service-page .trust-strip-inner {
    gap: 4px 10px !important;
    font-size: 11px !important;
  }

  .new-service-page .trust-strip-inner i {
    margin-right: 0 !important;
    font-size: 11px;
  }
}

/* ---- Footer meta (GCC + Related) — outside .new-service-page ---- */

/* Keep form card flush inside #contact-us (no extra inner bottom padding) */
#contact-us {
  padding-bottom: 0 !important;
  margin-bottom: 48px !important; /* clear white gap BEFORE GCC — not inside the form */
}

#contact-us .contact-container,
#contact-us .new-home-contact-container {
  margin-bottom: 0 !important; /* gap is on #contact-us, not the card */
}

/* GCC starts after the white gap; keep HTML-like internal padding */
.new-service-footer-meta {
  margin-top: 0;
  padding-top: 0;
}

.new-service-footer-meta .gcc-coverage-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin-top: 0 !important;
}

.new-service-footer-meta .gcc-coverage-section,
.new-service-footer-meta .related-services-section {
  transform: none !important;
}

.new-service-footer-meta .related-services-links a {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}

/* Clear space above FAQ after Why Vervali */
.new-service-page .lp-new-faq-container {
  margin-top: 56px !important;
  margin-bottom: 0 !important;
  padding-bottom: 24px !important;
}

.new-service-page + #contact-us,
body .new-service-page ~ #contact-us {
  margin-top: 0 !important;
  padding-top: 24px !important;
}

@media (max-width: 991.98px) {
  #contact-us.vs-common-container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0 !important;
    margin-bottom: 40px !important; /* keep clear gap before GCC on tablet/mobile */
  }

  #contact-us .new-industry-section-text {
    margin: 28px 0 !important;
  }

  #contact-us .new-home-info-container {
    margin: 20px 0 !important;
  }

  .new-service-footer-meta .gcc-coverage-section {
    padding: 36px 0 28px !important;
  }

  .new-service-footer-meta .related-services-section {
    padding: 28px 0 36px !important;
  }

  .new-service-footer-meta .common-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .new-service-footer-meta .gcc-coverage-regions {
    gap: 10px !important;
  }

  .new-service-footer-meta .gcc-coverage-regions .gcc-region-flag {
    flex-shrink: 0;
    line-height: 1;
  }

  .new-service-footer-meta .related-services-links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
    /* room for fixed back-to-top without shifting pills left */
    padding-right: 52px;
    margin: 0 !important;
  }

  .new-service-footer-meta .related-services-links a {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    white-space: nowrap;
  }
}

@media (max-width: 575.98px) {
  .new-service-footer-meta .gcc-coverage-section {
    padding: 32px 0 24px !important;
  }

  .new-service-footer-meta .related-services-section {
    padding: 24px 0 32px !important;
  }

  .new-service-footer-meta .gcc-coverage-section h2 {
    font-size: 20px !important;
  }

  .new-service-footer-meta .gcc-coverage-section p {
    font-size: 14px !important;
  }

  .new-service-footer-meta .gcc-coverage-regions span {
    padding: 6px 12px !important;
    font-size: 12px !important;
  }

  .new-service-footer-meta .related-services-links a {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }
}

/* ---- Shared blocks used across new-service pages (USA + UAE) ---- */
.new-service-page .uae-hover-card {
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(31, 44, 94, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  height: 100%;
}

.new-service-page .uae-hover-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 134, 222, 0.14);
  border-color: #cfe7f8;
}

.new-service-page .uae-hover-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1f2c5e;
  margin-bottom: 10px;
}

.new-service-page .uae-hover-card p {
  font-size: 14px;
  color: #5b6675;
  line-height: 1.7;
  margin: 0;
}

.new-service-page .uae-hover-card a,
.new-service-page .include-card a,
.new-service-page .case-outcome-card a {
  color: #0086DE;
}

.new-service-page .uae-icon-box {
  width: 52px;
  height: 52px;
  background: #eef8ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.new-service-page .uae-icon-box i {
  font-size: 22px;
  color: #0086DE;
}

.new-service-page .choose-callout {
  margin-top: 24px;
  background: #1f2c5e;
  border-radius: 18px;
  padding: 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.new-service-page .choose-callout-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0, 134, 222, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-service-page .choose-callout-icon i {
  font-size: 20px;
  color: #0086DE;
}

.new-service-page .engagement-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 820px;
}

.new-service-page .engagement-timeline li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  position: relative;
  padding-bottom: 28px;
}

.new-service-page .engagement-timeline li:last-child {
  padding-bottom: 0;
}

.new-service-page .engagement-timeline li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 56px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(#0086DE, #d7ebf8);
}

.new-service-page .engagement-num {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #1f2c5e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.4px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 24px rgba(31, 44, 94, 0.18);
}

.new-service-page .engagement-timeline h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1f2c5e;
  margin: 8px 0 8px;
}

.new-service-page .engagement-timeline p {
  color: #5b6675;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.new-service-page .case-outcome-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.new-service-page .case-outcome-stack .case-outcome-card {
  height: auto;
}

.new-service-page .proof-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  color: #0086DE;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.new-service-page .case-outcome-card > p:not(.proof-kicker) {
  color: #5b6675;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 16px;
}

.new-service-page .at-accredit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.new-service-page .at-accredit-feature {
  background: #1f2c5e;
  border-radius: 22px;
  padding: 36px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.new-service-page .at-accredit-feature img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  margin-bottom: 22px;
}

.new-service-page .at-accredit-feature h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.35;
  margin: 0 0 14px;
  font-weight: 700;
}

.new-service-page .at-accredit-feature p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.new-service-page .at-accredit-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.new-service-page .at-accredit-item {
  background: #fff;
  border: 1px solid #e4eef6;
  border-left: 4px solid #0086DE;
  border-radius: 16px;
  padding: 22px 22px 22px 20px;
  box-shadow: 0 10px 28px rgba(31, 44, 94, 0.06);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.new-service-page .at-accredit-item i {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef8ff;
  color: #0086DE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.new-service-page .at-accredit-item strong {
  display: block;
  color: #1f2c5e;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
}

.new-service-page .at-accredit-item p {
  color: #5b6675;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.new-service-page .sitewide-certs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.new-service-page .sitewide-cert-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #e4eef6;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 8px 24px rgba(31, 44, 94, 0.06);
}

.new-service-page .sitewide-cert-card img {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.new-service-page .sitewide-cert-card p {
  margin: 0;
  color: #1f2c5e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.new-service-page .sitewide-cert-card span {
  display: block;
  color: #5b6675;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}

@media (max-width: 991.98px) {
  .new-service-page .engagement-timeline li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 22px;
  }

  .new-service-page .engagement-num {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 13px;
  }

  .new-service-page .engagement-timeline li:not(:last-child)::before {
    left: 23px;
    top: 48px;
  }

  .new-service-page .at-accredit-grid {
    grid-template-columns: 1fr;
  }

  .new-service-page .at-accredit-feature {
    padding: 28px 22px;
  }

  .new-service-page .at-accredit-feature h2 {
    font-size: 24px;
  }

  .new-service-page .choose-callout {
    flex-direction: column;
    gap: 14px;
    padding: 24px;
  }
}
