/* Shared UAE new service page styles — 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: 0.5rem;
}

/* Shared section rhythm for all new UAE 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 .new-our-service-awards-carousel {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
}

.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: wrap;
  margin-top: 16px;
}

.new-service-page .hero-cta-group .btn-new-info,
.new-service-page .hero-cta-group .hero-cta-secondary {
  white-space: normal;
  text-align: center;
}

.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);
}

.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: 24px;
  box-shadow: 0 10px 28px rgba(31, 44, 94, 0.06);
}

.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 .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;
}

/* ---- 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;
}

.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-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;
  }

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

  .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 > 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 .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 .new-our-service-awards-carousel {
    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 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 .mid-cta-band p {
    font-size: 17px !important;
    padding: 0 8px;
  }
}

@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 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;
  }
}
