/*
Theme Name: HireLab Consultants
Theme URI: https://hirelabconsultants.com
Author: HireLab
Description: Corporate theme for HireLab Consultants – Staffing, Recruitment & HR Consulting. Premium design with Hero, Stats, About, Staffing Services, Recruitment, Payroll, Industries, Locations, Why Choose Us, Testimonials, and CTA sections.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hirelab
*/

/* ===== CSS Variables ===== */
:root {
  --primary: #0f74ba;
  --secondary-blue: #4a9fd8;
  --accent: #3cb64b;
  --light-bg: #F7F9FC;
  --font-sans: 'Inter', system-ui, sans-serif;
  --font-display: 'Poppins', system-ui, sans-serif;
  --shadow-soft: 0 4px 20px rgba(15, 116, 186, 0.08);
  --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.06);
  --shadow-soft-lg: 0 8px 30px rgba(15, 116, 186, 0.12);
  --hero-gradient: linear-gradient(135deg, #0f74ba 0%, #4a9fd8 40%, #3cb64b 100%);
  --cta-gradient: linear-gradient(135deg, #0f74ba 0%, #3cb64b 100%);
  /* Inner pages hero: dark blue gradient (theme blue) */
  --inner-hero-gradient: linear-gradient(135deg, #0a5490 0%, #0f74ba 35%, #0d5f9e 70%, #0f74ba 100%);
  /* Subtle SVG pattern overlay for hero (dots) */
  --inner-hero-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='1.5' fill='white' fill-opacity='0.12'/%3E%3C/svg%3E");
}

/* Prevent horizontal/vertical scrollbar on first load */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  box-sizing: border-box;
  /* Fixed header: in-page #anchors scroll to visible section */
  scroll-padding-top: 5.75rem;
}
*, *::before, *::after { box-sizing: inherit; }

body {
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  color: #1f2937;
  background: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Layout */
.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
}

.site-main {
  flex: 1;
  min-width: 0;
  padding-top: 0;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 1024px) {
  .container { padding-left: 2rem; padding-right: 2rem; }
}

/* Typography */
.font-display { font-family: var(--font-display); }
h1, h2, h3 { font-family: var(--font-display); }
.text-gradient {
  background: linear-gradient(135deg, #0f74ba 0%, #4a9fd8 45%, #3cb64b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.section-bg-white { background-color: #fff !important; }
.section-bg-blue-alt { background-color: #eaf4fc !important; }

/* Inner pages: same background as home sections */
.page .site-main { background-color: #eaf4fc; }

/* Shared inner-page hero: dark blue gradient + top space for fixed header + SVG pattern */
.inner-page-hero {
  position: relative;
  overflow: hidden;
  background: var(--inner-hero-gradient);
  padding: 9rem 0 3.5rem;
  text-align: center;
  color: #fff;
}
.inner-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  opacity: 1;
  pointer-events: none;
}
.inner-page-hero .inner-page-hero-inner { position: relative; z-index: 1; max-width: 48rem; margin: 0 auto; padding: 0 1rem; }
.inner-page-hero .inner-page-hero-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
@media (min-width: 640px) { .inner-page-hero .inner-page-hero-title { font-size: 2.5rem; } }
.inner-page-hero .inner-page-hero-desc { font-size: 1.0625rem; line-height: 1.7; color: rgba(255,255,255,0.95); margin: 0; }

/* Contact uses same .inner-page-hero padding as other PHP inner pages (9rem top). */

/* Contact Elementor parity: match Locations inner hero height + gradient */
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-hero {
  position: relative !important;
  overflow: hidden !important;
  background: var(--inner-hero-gradient) !important;
  padding: 9rem 1rem 3.5rem !important;
  text-align: center !important;
  color: #fff !important;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: var(--inner-hero-pattern) !important;
  background-size: 28px 28px !important;
  pointer-events: none !important;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-hero > .elementor-container {
  position: relative;
  z-index: 1;
}

/* Contact Elementor: top inquiry cards parity with PHP design */
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-main .grid-2 {
  margin-bottom: 3rem !important;
  gap: 2rem !important;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-main .grid-2 > .elementor-container,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-main .grid-2 > .e-con {
  width: 100%;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-main .grid-2 .elementor-column.card {
  background: #fff;
  border: 1px solid rgba(15, 116, 186, 0.12);
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.08);
  padding: 1.5rem;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-main .grid-2 .elementor-column.card .section-desc {
  text-align: left !important;
  margin: 0.5rem 0 1rem !important;
  max-width: none !important;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-main .grid-2 .elementor-widget-button .elementor-button {
  border-radius: 0.75rem;
  font-weight: 700;
  padding: 0.6rem 1rem;
  line-height: 1;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-main .grid-2 .contact-top-card-btn-primary .elementor-button {
  color: #fff !important;
  background: linear-gradient(135deg, #0f74ba 0%, #3cb64b 100%) !important;
  border: 1px solid transparent !important;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-main .grid-2 .contact-top-card-btn-outline .elementor-button {
  color: #0f74ba !important;
  background: #fff !important;
  border: 2px solid #0f74ba !important;
}

/* Contact Elementor: CTA buttons same style as other pages */
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-cta .elementor-widget-button .elementor-button {
  border-radius: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.75rem 1.35rem !important;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-cta #contact-cta-btns .elementor-column:nth-child(1) .elementor-button {
  background: #fff !important;
  color: var(--primary) !important;
  border: 1px solid transparent !important;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-cta #contact-cta-btns .elementor-column:nth-child(2) .elementor-button {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.8) !important;
}
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor #contact-cta #contact-cta-btns .elementor-column:nth-child(2) .elementor-button:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: #fff !important;
}

/* FAQ Elementor parity: prevent top hero clipping under sticky header */
body.page-faq .elementor #faq-hero {
  position: relative !important;
  overflow: hidden !important;
  background: var(--inner-hero-gradient) !important;
  padding: 9rem 1rem 3.5rem !important;
  text-align: center !important;
  color: #fff !important;
}
body.page-faq .elementor #faq-hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: var(--inner-hero-pattern) !important;
  background-size: 28px 28px !important;
  pointer-events: none !important;
}
body.page-faq .elementor #faq-hero > .elementor-container {
  position: relative;
  z-index: 1;
}

/* Blog Elementor parity: prevent top hero clipping under sticky header */
body:is(.page-blog, .page-blogs, .page-blog-elementor) .elementor #blog-hero {
  position: relative !important;
  overflow: hidden !important;
  background: var(--inner-hero-gradient) !important;
  padding: 9rem 1rem 3.5rem !important;
  text-align: center !important;
  color: #fff !important;
}
body:is(.page-blog, .page-blogs, .page-blog-elementor) .elementor #blog-hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: var(--inner-hero-pattern) !important;
  background-size: 28px 28px !important;
  pointer-events: none !important;
}
body:is(.page-blog, .page-blogs, .page-blog-elementor) .elementor #blog-hero > .elementor-container {
  position: relative;
  z-index: 1;
}

/* Case Studies Elementor parity: prevent top hero clipping under sticky header */
body:is(.page-case-studies, .page-case-studies-elementor) .elementor #case-studies-hero {
  position: relative !important;
  overflow: hidden !important;
  background: var(--inner-hero-gradient) !important;
  padding: 9rem 1rem 3.5rem !important;
  text-align: center !important;
  color: #fff !important;
}
body:is(.page-case-studies, .page-case-studies-elementor) .elementor #case-studies-hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: var(--inner-hero-pattern) !important;
  background-size: 28px 28px !important;
  pointer-events: none !important;
}
body:is(.page-case-studies, .page-case-studies-elementor) .elementor #case-studies-hero > .elementor-container {
  position: relative;
  z-index: 1;
}

/* FAQ page */
.faq-page-wrap { max-width: 48rem; margin-left: auto; margin-right: auto; padding-top: 2rem; }
.faq-intro { text-align: center; margin-bottom: 2rem; max-width: 40rem; margin-left: auto; margin-right: auto; }
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2.5rem; }
.faq-item.card {
  margin: 0;
  padding: 0;
  text-align: left;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(15, 116, 186, 0.12);
}
.faq-question {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.25rem;
  padding-right: 2.75rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: #1f2937;
  position: relative;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: '+';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: var(--primary);
  font-size: 1.25rem;
  line-height: 1;
}
.faq-item[open] .faq-question::after { content: '−'; }
.faq-answer {
  padding: 0 1.25rem 1.25rem;
  color: #4b5563;
  line-height: 1.7;
  font-size: 0.9375rem;
  border-top: 1px solid rgba(15, 116, 186, 0.08);
  padding-top: 1rem;
}
/* Blog (sample) page */
.blog-sample-wrap { padding-top: 2rem; max-width: 1200px; margin-left: auto; margin-right: auto; }
.blog-sample-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .blog-sample-grid { grid-template-columns: repeat(2, 1fr); }
}
.blog-sample-card {
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
.blog-sample-card-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.blog-sample-cat {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
}
.blog-sample-date { font-size: 0.8125rem; color: #6b7280; }
.blog-sample-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.75rem;
  line-height: 1.35;
}
.blog-sample-excerpt {
  flex: 1;
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #4b5563;
}
.blog-sample-link {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--primary);
  text-decoration: none;
}
.blog-sample-link:hover { text-decoration: underline; }
.blog-sample-note { max-width: 48rem; margin-left: auto; margin-right: auto; }

/* Case studies page */
.case-studies-wrap { padding-top: 2rem; max-width: 1200px; margin-left: auto; margin-right: auto; }
.case-study-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .case-study-grid { grid-template-columns: repeat(2, 1fr); }
}
.case-study-card {
  text-align: left;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case-study-industry {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--primary);
  padding: 0.25rem 0.65rem;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
  align-self: flex-start;
}
.case-study-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.75rem;
  line-height: 1.35;
}
.case-study-outcome {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #1f2937;
  margin: 0 0 0.75rem;
}
.case-study-summary {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #4b5563;
  margin: 0 0 1rem;
}
.case-study-cta {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--primary);
  text-decoration: none;
}
.case-study-cta:hover { text-decoration: underline; }
.case-studies-note { max-width: 48rem; margin-left: auto; margin-right: auto; }

/* Inner pages: center all headings */
.page .section-title,
.page .page-header,
.page h2.section-title { text-align: center; }
.page .page-header .section-desc,
.page .section-desc { text-align: center; margin-left: auto; margin-right: auto; }

/* ===== Header ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: visible;
}

/* Keep fixed header below WordPress admin bar for logged-in users */
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

.site-top-bar {
  background: var(--primary);
  position: relative;
  z-index: 100;
}

.site-top-bar .site-top-bar-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.site-top-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-top-menu li { margin: 0; padding: 0; }

.site-top-link {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  white-space: nowrap;
}
.site-top-link:hover { color: #fff; }
@media (min-width: 1024px) { .site-top-link { font-size: 0.875rem; } }

.site-top-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  padding-left: 0.75rem;
  margin-left: 0.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}
.site-top-bar-inner--cta-only .site-top-cta {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.site-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .site-top-btn { padding: 0.4rem 0.85rem; font-size: 0.75rem; min-height: 2.25rem; }
}
.site-top-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.95);
  color: #fff;
  background: transparent;
}
.site-top-btn-outline:hover { background: rgba(255, 255, 255, 0.15); color: #fff; }
.site-top-btn-primary { background: var(--accent); color: #fff; border: 1px solid transparent; }
.site-top-btn-primary:hover { opacity: 0.92; color: #fff; }

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  flex-wrap: nowrap;
  /* Mega panels use position:fixed + --hirelab-mega-top (see mega-menu.js) for full viewport width */
  position: static;
  z-index: auto;
  overflow: visible;
}

.site-logo-link {
  position: relative;
  z-index: 80;
  flex-shrink: 0;
}
.site-logo-wrap {
  display: flex;
  align-items: center;
  height: 60px;
  max-height: 60px;
  width: 240px;
  overflow: hidden;
  flex-shrink: 0;
}

.site-logo-img {
  height: 60px !important;
  max-height: 60px !important;
  width: auto !important;
  max-width: 240px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.site-nav-menu {
  display: none;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
  justify-content: center;
  position: relative;
  z-index: 60;
}
@media (min-width: 1024px) { .site-nav-menu { display: flex; } }
@media (min-width: 1200px) { .site-nav-menu { gap: 0.75rem; } }
/* Ensure wp_nav_menu anchors match fallback link style; compact so all items fit in one row */
.site-nav-menu a {
  display: block;
  padding: 0.375rem 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  border-radius: 0.5rem;
  white-space: nowrap;
}
@media (min-width: 1200px) { .site-nav-menu a { padding: 0.375rem 0.6rem; font-size: 0.875rem; } }
.site-nav-menu a:hover { background: var(--light-bg); color: var(--primary); }
.site-nav-menu .current-menu-item > a,
.site-nav-menu .current-menu-ancestor > a {
  color: var(--primary);
  font-weight: 600;
  background: rgba(15, 116, 186, 0.08);
}

.site-nav-link {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.site-nav-link:hover { background: var(--light-bg); color: var(--primary); }
.site-nav-menu .current-menu-item > .site-nav-link,
.site-nav-menu .current-menu-ancestor > .site-nav-link {
  color: var(--primary);
  font-weight: 600;
  background: rgba(15, 116, 186, 0.08);
}
.mobile-nav .current-menu-item a {
  color: var(--primary);
  font-weight: 600;
  background: rgba(15, 116, 186, 0.08);
}
.mobile-nav .current-menu-ancestor > a {
  color: var(--primary);
  font-weight: 600;
  background: rgba(15, 116, 186, 0.08);
}

/* Mobile menu */
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #374151;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-toggle:hover { background: var(--light-bg); }
@media (min-width: 1024px) { .menu-toggle { display: none; } }

.mobile-menu {
  display: none;
  overflow: hidden;
  border-top: 1px solid #f3f4f6;
  background: #fff;
}
.mobile-menu.is-open { display: block; }
@media (min-width: 1024px) { .mobile-menu { display: none !important; } }

.mobile-menu ul { list-style: none; margin: 0; padding: 1rem; }
.mobile-menu a {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.mobile-menu a:hover { background: var(--light-bg); }
.mobile-menu .menu-divider { border-top: 1px solid #f3f4f6; margin-top: 0.5rem; padding-top: 0.75rem; }
.mobile-menu .menu-label { font-size: 0.75rem; font-weight: 600; text-transform: none; letter-spacing: 0.02em; color: #9ca3af; padding: 0 0.75rem 0.5rem; }

/* ===== Hero (matches React: bg image, overlays, pattern, gradient text) ===== */
/* Height fits one viewport to avoid vertical scrollbar on first load */
.hero-section {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: var(--hero-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 2rem;
  box-sizing: border-box;
}
.hero-section .hero-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 116, 186, 0.7);
}
.hero-section .hero-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, transparent 50%, rgba(0,0,0,0.2) 100%);
}
.hero-section .hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.8;
}
.hero-section .hero-blur {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(60px);
}
.hero-section .hero-blur-1 {
  right: 10%;
  top: 20%;
  width: 16rem;
  height: 16rem;
  background: rgba(255,255,255,0.05);
}
.hero-section .hero-blur-2 {
  bottom: 15%;
  left: 5%;
  width: 10rem;
  height: 10rem;
  background: rgba(60, 182, 75, 0.1);
  filter: blur(40px);
}
.hero-section .hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-section .hero-content {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero-section .hero-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  display: block;
}
@media (min-width: 640px) { .hero-section .hero-title { font-size: 2.75rem; line-height: 1.2; } }
@media (min-width: 1024px) { .hero-section .hero-title { font-size: 3.5rem; } }
.hero-section .hero-title-gradient {
  background: linear-gradient(135deg, #fff 0%, #e0f2fe 50%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #fff;
}
.hero-section .hero-title-white { color: #fff; }
.hero-section .hero-title .hero-title-gradient { color: #fff; }
.hero-section .hero-subtitle {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: #fff;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
@media (min-width: 640px) { .hero-section .hero-subtitle { font-size: 1.25rem; } }
.hero-section .hero-buttons {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.hero-section .btn-white {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  color: var(--primary);
  background: #fff;
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}
.hero-section .btn-white:hover { background: #f9fafb; }
.hero-section .btn-outline-white {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  text-decoration: none;
}
.hero-section .btn-outline-white:hover { background: rgba(255,255,255,0.1); }
.hero-section .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  color: #fff;
  background: #25D366;
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}
.hero-section .btn-whatsapp:hover { opacity: 0.9; }
.hero-section .hero-whatsapp-icon { flex-shrink: 0; }

/* ===== Stats ===== */
.stats-section {
  padding: 4rem 0;
  background: #fff;
  background-image: linear-gradient(rgba(15,116,186,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(15,116,186,0.03) 1px, transparent 1px);
  background-size: 24px 24px;
}
@media (min-width: 640px) { .stats-section { padding: 5rem 0; } }

/* Homepage: quick links to Jobs & Services (after trust stats) */
.home-quick-links {
  position: relative;
  padding: 2.5rem 0 3rem;
  background: linear-gradient(180deg, #f0f7fc 0%, #ffffff 55%, #ffffff 100%);
  border-top: 1px solid rgba(15, 116, 186, 0.12);
  border-bottom: 1px solid rgba(15, 116, 186, 0.08);
  overflow: hidden;
}
.home-quick-links::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(15, 116, 186, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 116, 186, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  opacity: 0.7;
}
.home-quick-links .container { position: relative; z-index: 1; }
.home-quick-links-header {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
}
.home-quick-links-kicker {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.home-quick-links-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}
@media (min-width: 640px) {
  .home-quick-links-title { font-size: 1.75rem; }
}
.home-quick-links-lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #6b7280;
}
.home-quick-links-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .home-quick-links-inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}
.home-quick-link {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 116, 186, 0.15);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(15, 116, 186, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}
.home-quick-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary) 0%, var(--secondary-blue) 100%);
  opacity: 0.85;
  transition: width 0.25s ease;
}
.home-quick-link--services::before {
  background: linear-gradient(180deg, var(--accent) 0%, #2d9a3e 100%);
}
.home-quick-link:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 116, 186, 0.35);
  box-shadow: 0 12px 40px rgba(15, 116, 186, 0.15), 0 4px 12px rgba(0, 0, 0, 0.06);
}
.home-quick-link:hover::before { width: 5px; }
.home-quick-link:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}
.home-quick-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  border-radius: 0.875rem;
  font-size: 1.35rem;
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  box-shadow: 0 4px 14px rgba(15, 116, 186, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-quick-link--services .home-quick-link-icon {
  background: linear-gradient(135deg, var(--accent) 0%, #2d9a3e 100%);
  box-shadow: 0 4px 14px rgba(60, 182, 75, 0.35);
}
.home-quick-link:hover .home-quick-link-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 22px rgba(15, 116, 186, 0.45);
}
.home-quick-link--services:hover .home-quick-link-icon {
  box-shadow: 0 6px 22px rgba(60, 182, 75, 0.45);
}
.home-quick-link-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  text-align: left;
}
.home-quick-link-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  color: #111827;
  letter-spacing: -0.02em;
}
.home-quick-link-desc {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6b7280;
}
.home-quick-link:hover .home-quick-link-label { color: var(--primary); }
.home-quick-link--services:hover .home-quick-link-label { color: var(--accent); }
.home-quick-link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 0.875rem;
  color: var(--primary);
  background: rgba(15, 116, 186, 0.1);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.home-quick-link--services .home-quick-link-arrow {
  color: var(--accent);
  background: rgba(60, 182, 75, 0.12);
}
.home-quick-link:hover .home-quick-link-arrow {
  transform: translateX(4px);
  background: rgba(15, 116, 186, 0.18);
}
.home-quick-link--services:hover .home-quick-link-arrow {
  background: rgba(60, 182, 75, 0.22);
}

#client-logos,
#testimonials { scroll-margin-top: 5rem; }

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
.stat-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(15, 116, 186, 0.2);
  background: #fff;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s, transform 0.3s;
}
.stat-card:hover { box-shadow: 0 8px 30px rgba(15, 116, 186, 0.12); transform: translateY(-4px); }
.stat-card.stat-accent { border-color: rgba(60, 182, 75, 0.3); }
.stat-card .stat-bar { position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--primary); }
.stat-card.stat-accent .stat-bar { background: var(--accent); }
.stat-card .stat-value { font-family: var(--font-display); font-size: 2.25rem; font-weight: 700; color: var(--primary); }
@media (min-width: 640px) { .stat-card .stat-value { font-size: 3rem; } }
@media (min-width: 1024px) { .stat-card .stat-value { font-size: 3.75rem; } }
.stat-card.stat-accent .stat-value { color: var(--accent); }
.stat-card .stat-label { margin-top: 0.35rem; font-size: 1rem; font-weight: 600; color: #4b5563; }

/* Recruitment section image */
.recruitment-image-wrap {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(15,116,186,0.1) 0%, rgba(60,182,75,0.1) 100%);
  box-shadow: var(--shadow-soft-lg);
}
.recruitment-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recruitment-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.recruitment-list li { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.recruitment-tick {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  border-radius: 50%;
  background: #bbf7d0;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
}
.recruitment-tick i { font-size: inherit; color: #16a34a; }

/* ===== Section common ===== */
.section-py { padding: 4rem 0; }
@media (min-width: 640px) { .section-py { padding: 5rem 0; } }
.section-title { font-size: 1.875rem; font-weight: 700; color: var(--primary); margin: 0; }
@media (min-width: 640px) { .section-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .section-title { font-size: 2.5rem; } }
.section-desc { margin-top: 0.75rem; max-width: 42rem; margin-left: auto; margin-right: auto; color: #4b5563; }
.text-center { text-align: center; }
.grid-2 { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.grid-3 { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.grid-5 { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .grid-5 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-5 { grid-template-columns: repeat(5, 1fr); } }
.card {
  position: relative;
  border-radius: 1rem;
  border: 1px solid rgba(15, 116, 186, 0.1);
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.card:hover { border-color: rgba(60, 182, 75, 0.4); box-shadow: var(--shadow-soft-lg); }
.staffing-card-num { position: absolute; top: 1rem; right: 1rem; font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: rgba(15,116,186,0.1); }
.staffing-icon-wrap {
  display: flex; align-items: center; justify-content: center;
  width: 3rem; height: 3rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: #fff;
  margin-bottom: 1rem;
}
.staffing-icon { width: 1.5rem; height: 1.5rem; }
.section-read-more {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}
.section-read-more.recruitment-cta { justify-content: flex-start; }
.recruitment-cta {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
.btn-read-more {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	color: var(--primary);
	border: 2px solid var(--primary);
	border-radius: 0.75rem;
	text-decoration: none;
	transition: background 0.25s, color 0.25s;
}
.btn-read-more:hover { background: var(--primary); color: #fff; }
.btn-read-more-arrow { flex-shrink: 0; }
.btn-talk-expert {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.25rem;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(to right, var(--primary), var(--accent));
	border: none;
	border-radius: 0.75rem;
	text-decoration: none;
	box-shadow: var(--shadow-soft);
	transition: opacity 0.25s;
	cursor: pointer;
}
.btn-talk-expert:hover { opacity: 0.95; }
.card-num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--primary); }
.card-num.accent { color: var(--accent); }
.card-title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--primary); margin: 0 0 0.5rem; }
.card-desc { color: #4b5563; font-size: 0.875rem; margin: 0; }

/* About section – small stat boxes (old design) */
.about-stats-wrap {
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(15,116,186,0.1) 0%, rgba(74,159,216,0.05) 50%, rgba(60,182,75,0.15) 100%);
  padding: 1.25rem;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.about-stat-box {
  border-radius: 0.75rem;
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-card);
}
.about-stat-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}
.about-stat-num-accent { color: var(--accent); }
.about-stat-label {
  font-size: 0.8125rem;
  color: #4b5563;
  margin: 0.25rem 0 0;
}

/* ===== CTA Banner ===== */
.cta-section {
  position: relative;
  overflow: hidden;
  background: var(--cta-gradient);
  padding: 5rem 0;
}
@media (min-width: 640px) { .cta-section { padding: 6rem 0; } }
.cta-section .cta-inner { position: relative; max-width: 56rem; margin: 0 auto; text-align: center; }
.cta-section .cta-label { display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.8); }
.cta-section h2 { margin: 0.5rem 0 0; font-size: 1.875rem; font-weight: 700; color: #fff; line-height: 1.2; }
@media (min-width: 640px) { .cta-section h2 { font-size: 2.25rem; } }
@media (min-width: 1024px) { .cta-section h2 { font-size: 3rem; } }
.cta-section .cta-desc { margin-top: 1.25rem; font-size: 1.125rem; color: rgba(255,255,255,0.9); }
@media (min-width: 640px) { .cta-section .cta-desc { font-size: 1.25rem; } }
.cta-section .cta-buttons { margin-top: 2.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem; }
.cta-section .btn-cta-primary {
  display: inline-flex;
  padding: 1rem 2rem;
  font-weight: 600;
  color: var(--primary);
  background: #fff;
  border-radius: 0.75rem;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s, transform 0.3s;
}
.cta-section .btn-cta-primary:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); transform: translateY(-2px); }
.cta-section .btn-cta-outline {
  display: inline-flex;
  padding: 1rem 2rem;
  font-weight: 600;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 0.75rem;
  background: rgba(255,255,255,0.05);
  text-decoration: none;
  backdrop-filter: blur(4px);
  transition: background 0.3s, border-color 0.3s;
}
.cta-section .btn-cta-outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; }
.cta-section .cta-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.9;
}

.city-connect-cards { margin-top: 3rem; }
.city-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(15,116,186,0.1);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.city-card:hover { border-color: rgba(60,182,75,0.3); box-shadow: var(--shadow-soft-lg); }
.city-card-pattern {
  position: absolute;
  inset: 0;
  background-size: 40px 40px;
  opacity: 0.15;
}
.city-card:hover .city-card-pattern { opacity: 0.22; }
.city-skyline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  width: 100%;
  color: var(--primary);
  opacity: 0.1;
}
.city-card-inner { position: relative; padding: 1.5rem; }
@media (min-width: 640px) { .city-card-inner { padding: 1.75rem; } }
.city-card-header { display: flex; align-items: center; gap: 0.75rem; }
.city-card-letter {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(15,116,186,0.1);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
}
.city-card-title { font-family: var(--font-display); font-size: 1.125rem; font-weight: 600; color: #111; margin: 0; }
.city-card-tagline { font-size: 0.875rem; font-weight: 500; color: var(--secondary-blue); margin: 0.25rem 0 0; }
.city-card-quote { margin: 1rem 0 0; font-size: 0.875rem; line-height: 1.5; color: #4b5563; }

/* ===== Footer ===== */
.site-footer {
  border-top: 1px solid #e5e7eb;
  background: var(--primary);
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) { .site-footer { padding-top: 4rem; padding-bottom: 2rem; } }
.site-footer .footer-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 640px) { .site-footer .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .site-footer .footer-grid { grid-template-columns: repeat(6, 1fr); } }
.site-footer .footer-brand { grid-column: span 2; }
.site-footer .footer-logo-wrap {
  display: inline-block;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.5rem 0.75rem;
}
.site-footer .footer-logo-wrap img { height: 40px; width: auto; object-fit: contain; display: block; }
.site-footer .footer-tagline { margin-top: 1rem; max-width: 20rem; font-size: 0.875rem; color: rgba(255,255,255,0.8); }
.site-footer .footer-social { margin-top: 1.5rem; display: flex; gap: 1rem; }
.site-footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}
.site-footer .footer-social a:hover { background: rgba(255,255,255,0.2); }
.site-footer .footer-heading { font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(255,255,255,0.9); margin: 0 0 1rem; }
.site-footer .footer-links { list-style: none; margin: 0; padding: 0; }
.site-footer .footer-links li { margin-bottom: 0.5rem; }
.site-footer .footer-links a { font-size: 0.875rem; color: rgba(255,255,255,0.8); text-decoration: none; }
.site-footer .footer-links a:hover { color: #fff; }
.site-footer .footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.2);
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
}

/* Scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #F7F9FC; }
::-webkit-scrollbar-thumb { background: #0f74ba; border-radius: 4px; }
.industries-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}
@media (min-width: 640px) { .industries-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .industries-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .industries-grid { grid-template-columns: repeat(6, 1fr); } }
.industries-cards { margin-top: 3rem; }
.industry-card { text-align: center; display: flex; flex-direction: column; align-items: center; }
.industry-icon-wrap {
	display: flex; align-items: center; justify-content: center;
	width: 3rem; height: 3rem;
	border-radius: 0.75rem;
	background: linear-gradient(135deg, rgba(15,116,186,0.2) 0%, rgba(60,182,75,0.2) 100%);
	color: var(--primary);
}
@media (min-width: 640px) { .industry-icon-wrap { width: 3.5rem; height: 3.5rem; } }
.industry-icon-wrap i { font-size: 1.25rem; }
@media (min-width: 640px) { .industry-icon-wrap i { font-size: 1.5rem; } }
.industry-name { margin-top: 0.5rem; font-size: 0.875rem; font-weight: 500; color: #1f2937; }

.why-cards { margin-top: 3rem; }
.why-card-num { position: absolute; top: 1rem; right: 1rem; font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: rgba(15,116,186,0.1); }
.why-icon-wrap {
	display: flex; align-items: center; justify-content: center;
	width: 3rem; height: 3rem;
	border-radius: 0.75rem;
	background: rgba(15,116,186,0.1);
	color: var(--primary);
	margin-bottom: 1rem;
}
.why-icon-wrap i { font-size: 1.5rem; }
.why-icon-accent { background: rgba(60,182,75,0.15); color: var(--accent); }

.payroll-wrap { margin-top: 3rem; border-radius: 1rem; border: 1px solid rgba(15,116,186,0.1); background: linear-gradient(135deg, rgba(15,116,186,0.05) 0%, rgba(60,182,75,0.1) 100%); padding: 2rem; }
@media (min-width: 640px) { .payroll-wrap { padding: 2rem 2.5rem; } }
@media (min-width: 1024px) { .payroll-wrap { padding: 2.5rem 3rem; } }
.payroll-grid { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 1024px) { .payroll-grid { grid-template-columns: repeat(4, 1fr); } }
.payroll-card { background: #fff; }
.payroll-icon-wrap {
	display: inline-flex; align-items: center; justify-content: center;
	width: 3rem; height: 3rem;
	border-radius: 0.75rem;
	background: rgba(15,116,186,0.1);
	color: var(--primary);
}
.payroll-icon-wrap i { font-size: 1.5rem; }
.payroll-icon-accent { background: rgba(60,182,75,0.15); color: var(--accent); }
.payroll-tags { margin-top: 2rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; font-size: 0.875rem; color: #6b7280; }

/* Testimonials carousel */
.testimonials-slides { position: relative; max-width: 42rem; margin-left: auto; margin-right: auto; }
.testimonial-slide {
	display: none;
	opacity: 0;
	transition: opacity 0.35s ease-out;
}
.testimonial-slide.testimonial-slide-active {
	display: block;
	opacity: 1;
}
.testimonial-card {
	border-radius: 1rem;
	border: 1px solid rgba(15,116,186,0.1);
	background: #fff;
	padding: 2rem;
	box-shadow: var(--shadow-soft-lg);
}
.testimonial-quote { font-size: 1.125rem; color: #374151; margin: 0; }
.testimonial-author { margin-top: 1.5rem; display: flex; align-items: center; gap: 1rem; }
.testimonial-avatar {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
	flex-shrink: 0;
}
.testimonial-name { font-weight: 600; color: #111; margin: 0; }
.testimonial-role { font-size: 0.875rem; color: #6b7280; margin: 0.25rem 0 0; }
.testimonials-dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
}
.testimonial-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 9999px;
	background: #d1d5db;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: width 0.25s, background 0.25s;
}
.testimonial-dot:hover { background: #9ca3af; }
.testimonial-dot.testimonial-dot-active {
	width: 2rem;
	background: var(--accent);
}

.location-cards { margin-top: 3rem; }
.location-card { display: flex; gap: 1rem; align-items: flex-start; }
.location-icon-wrap {
	width: 3rem; height: 3rem;
	flex-shrink: 0;
	border-radius: 0.75rem;
	background: linear-gradient(135deg, rgba(15,116,186,0.15) 0%, rgba(60,182,75,0.15) 100%);
	display: flex; align-items: center; justify-content: center;
	color: var(--primary);
}
.location-icon { font-size: 1.5rem; color: var(--accent); }
.location-city { font-family: var(--font-display); font-weight: 600; color: #111; margin: 0; }
.location-text .card-desc { margin-top: 0.25rem; }

/* Locations page: cards grid + map */
.locations-page-wrap .locations-section-title {
	font-family: var(--font-display);
	font-size: 1.5rem;
	font-weight: 700;
	color: #1f2937;
	margin: 0 0 1rem;
	text-align: center;
}
@media (min-width: 640px) { .locations-page-wrap .locations-section-title { font-size: 1.75rem; } }
.locations-cards-section .location-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	margin-top: 0;
	width: 100%;
	max-width: 100%;
}
@media (min-width: 640px) { .locations-cards-section .location-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .locations-cards-section .location-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.location-card-modern {
	padding: 1.5rem 1.35rem;
	border-radius: 1rem;
	border: 1px solid rgba(15, 116, 186, 0.1);
	box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
	transition: box-shadow 0.25s, border-color 0.25s;
	min-width: 0;
	height: 100%;
	box-sizing: border-box;
}
.location-card-modern:hover {
	box-shadow: 0 6px 20px rgba(15, 116, 186, 0.1);
	border-color: rgba(60, 182, 75, 0.2);
}
.location-card-modern .location-card-city {
	font-family: var(--font-display);
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--primary);
	margin: 0 0 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.location-card-modern .location-icon-wrap {
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
}
.location-card-modern .location-icon { font-size: 1.25rem; }
.location-card-modern .location-focus {
	margin: 0 0 0.5rem;
	color: #374151;
	line-height: 1.65;
	font-size: 1rem;
}
.location-card-modern .location-proof {
	margin: 0;
	font-size: 0.9375rem;
	color: #6b7280;
	line-height: 1.6;
}
.locations-map-section { padding-top: 2rem; }
.locations-map-desc {
	text-align: center;
	margin: 0 0 1rem;
	color: #4b5563;
	font-size: 0.9375rem;
}
.locations-map {
	width: 100%;
	min-height: 400px;
	height: 400px;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid rgba(15, 116, 186, 0.15);
	box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
	background: #e8f4fc;
}
.locations-map-noscript {
	text-align: center;
	padding: 2rem;
	color: #6b7280;
	font-size: 0.9375rem;
	margin: 0;
}
.locations-map .leaflet-popup-content-wrapper { border-radius: 0.5rem; }
.location-map-popup { padding: 0.25rem 0; min-width: 200px; max-width: 320px; }
.location-map-popup-city { display: block; margin-bottom: 0.5rem; color: var(--primary); font-size: 1rem; }
.location-map-popup-focus,
.location-map-popup-proof { margin: 0 0 0.35rem; font-size: 0.8125rem; line-height: 1.5; color: #374151; }
.location-map-popup-proof { margin-bottom: 0; }

/* Mobile nav when using wp_nav_menu */
.mobile-menu .menu { list-style: none; margin: 0; padding: 1rem; }
.mobile-menu .menu li { margin-bottom: 0.25rem; }
.mobile-menu .menu a { display: block; padding: 0.5rem 0.75rem; font-size: 0.875rem; font-weight: 500; color: #374151; text-decoration: none; border-radius: 0.5rem; }
.mobile-menu .menu a:hover { background: var(--light-bg); }
.site-top-menu { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.site-top-menu a { font-size: 0.75rem; font-weight: 500; color: rgba(255,255,255,0.9); text-decoration: none; white-space: nowrap; }
.site-top-menu a:hover { color: #fff; }

::-webkit-scrollbar-thumb:hover { background: #3cb64b; }

/* ===== Hero entrance animation (on load) ===== */
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-section .hero-content {
  animation: heroFadeIn 0.7s ease-out forwards;
}

/* ===== Section scroll animations (fade + slide up when in view) ===== */
.aos-animate {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}
.aos-animate.aos-visible {
  opacity: 1;
  transform: translateY(0);
}
.aos-animate .stat-card,
.aos-animate .card,
.aos-animate .city-card,
.aos-animate .industry-card,
.aos-animate .staffing-card,
.aos-animate .why-card,
.aos-animate .payroll-card,
.aos-animate .location-card,
.aos-animate .about-stat-box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.45s ease-out, transform 0.45s ease-out;
}
.aos-animate.aos-visible .stat-card,
.aos-animate.aos-visible .card,
.aos-animate.aos-visible .city-card,
.aos-animate.aos-visible .industry-card,
.aos-animate.aos-visible .staffing-card,
.aos-animate.aos-visible .why-card,
.aos-animate.aos-visible .payroll-card,
.aos-animate.aos-visible .location-card,
.aos-animate.aos-visible .about-stat-box {
  opacity: 1;
  transform: translateY(0);
}
.aos-animate.aos-visible .about-stat-box:nth-child(1) { transition-delay: 0.05s; }
.aos-animate.aos-visible .about-stat-box:nth-child(2) { transition-delay: 0.1s; }
.aos-animate.aos-visible .about-stat-box:nth-child(3) { transition-delay: 0.15s; }
.aos-animate.aos-visible .about-stat-box:nth-child(4) { transition-delay: 0.2s; }
.aos-animate.aos-visible .stat-card:nth-child(1),
.aos-animate.aos-visible .staffing-card:nth-child(1),
.aos-animate.aos-visible .industry-card:nth-child(1) { transition-delay: 0.05s; }
.aos-animate.aos-visible .stat-card:nth-child(2),
.aos-animate.aos-visible .staffing-card:nth-child(2),
.aos-animate.aos-visible .industry-card:nth-child(2) { transition-delay: 0.1s; }
.aos-animate.aos-visible .stat-card:nth-child(3),
.aos-animate.aos-visible .staffing-card:nth-child(3),
.aos-animate.aos-visible .industry-card:nth-child(3) { transition-delay: 0.15s; }
.aos-animate.aos-visible .staffing-card:nth-child(4) { transition-delay: 0.2s; }
.aos-animate.aos-visible .staffing-card:nth-child(5) { transition-delay: 0.25s; }
.aos-animate.aos-visible .staffing-card:nth-child(6) { transition-delay: 0.3s; }
.aos-animate.aos-visible .industry-card:nth-child(n+4) { transition-delay: 0.15s; }
.aos-animate.aos-visible .why-card:nth-child(1) { transition-delay: 0.05s; }
.aos-animate.aos-visible .why-card:nth-child(2) { transition-delay: 0.1s; }
.aos-animate.aos-visible .why-card:nth-child(3) { transition-delay: 0.15s; }
.aos-animate.aos-visible .why-card:nth-child(4) { transition-delay: 0.2s; }
.aos-animate.aos-visible .why-card:nth-child(5) { transition-delay: 0.25s; }
.aos-animate.aos-visible .city-card:nth-child(1) { transition-delay: 0.05s; }
.aos-animate.aos-visible .city-card:nth-child(2) { transition-delay: 0.15s; }
.aos-animate.aos-visible .city-card:nth-child(3) { transition-delay: 0.25s; }
.aos-animate.aos-visible .location-card:nth-child(1) { transition-delay: 0.05s; }
.aos-animate.aos-visible .location-card:nth-child(2) { transition-delay: 0.1s; }
.aos-animate.aos-visible .location-card:nth-child(3) { transition-delay: 0.15s; }
.aos-animate.aos-visible .payroll-card:nth-child(1) { transition-delay: 0.05s; }
.aos-animate.aos-visible .payroll-card:nth-child(2) { transition-delay: 0.1s; }
.aos-animate.aos-visible .payroll-card:nth-child(3) { transition-delay: 0.15s; }
.aos-animate.aos-visible .payroll-card:nth-child(4) { transition-delay: 0.2s; }

/* ===== About Page (modern inner layout) ===== */
.about-page { padding-top: 0; }
/* In-page anchors (#our-story, etc.) clear the fixed header */
.about-page section[id],
.about-page .about-eng-section[id],
.about-page .about-exec-card[id],
.about-page .about-nav-anchor {
  scroll-margin-top: 5.75rem;
}
body.admin-bar .about-page section[id],
body.admin-bar .about-page .about-eng-section[id],
body.admin-bar .about-page .about-exec-card[id],
body.admin-bar .about-page .about-nav-anchor {
  scroll-margin-top: 7.5rem;
}
.about-nav-anchor {
  display: block;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.about-hero {
  overflow: hidden;
  background: var(--inner-hero-gradient);
  padding: 7rem 0 4.5rem;
  text-align: center;
  color: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
.about-hero .about-hero-inner { position: relative; z-index: 1; max-width: 42rem; margin: 0 auto; padding: 0 1rem; }
.about-hero .section-label { color: rgba(255,255,255,0.9); margin-bottom: 0.75rem; }
.about-hero .about-hero-title { font-size: 2rem; font-weight: 700; margin: 0 0 1rem; line-height: 1.25; color: #fff; text-align: center; }
@media (min-width: 640px) { .about-hero .about-hero-title { font-size: 2.25rem; } }
.about-hero .about-hero-desc { font-size: 1.0625rem; opacity: 0.95; margin: 0; line-height: 1.6; }
.about-stats-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 56rem;
  margin: 2.5rem auto 0;
  padding: 0 1rem;
}
.about-stat-pill {
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.25);
}
.about-stat-pill-num { font-family: var(--font-display); font-size: 1.75rem; font-weight: 700; color: #fff; margin: 0; }
.about-stat-pill-label { font-size: 0.8125rem; color: rgba(255,255,255,0.9); margin: 0.25rem 0 0; }
.about-section { padding: 4rem 0; }
@media (min-width: 640px) { .about-section { padding: 5rem 0; } }
.about-section.about-section-alt { background: var(--light-bg); }
.about-section-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 0.5rem;
  text-align: center;
  display: block;
}
.about-section-heading { font-size: 1.75rem; font-weight: 700; color: var(--primary); margin: 0 0 1rem; text-align: center; }
@media (min-width: 640px) { .about-section-heading { font-size: 2rem; } }
.about-section-desc { color: #4b5563; line-height: 1.75; margin: 0 auto 0; max-width: 42rem; text-align: center; }
.about-section .about-section-desc { margin-left: auto; margin-right: auto; }
.about-vision-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) { .about-vision-grid { grid-template-columns: 1fr 1fr; } }
.about-vision-card {
  border-radius: 1.25rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: transform 0.25s, box-shadow 0.25s;
}
.about-vision-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft-lg); }
.about-vision-card.vision {
  background: linear-gradient(145deg, rgba(15,116,186,0.08) 0%, rgba(15,116,186,0.02) 100%);
  border-color: rgba(15,116,186,0.2);
}
.about-vision-card.mission {
  background: linear-gradient(145deg, rgba(60,182,75,0.08) 0%, rgba(60,182,75,0.02) 100%);
  border-color: rgba(60,182,75,0.2);
}
.about-vision-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.about-vision-card.vision .about-vision-icon { background: var(--primary); color: #fff; }
.about-vision-card.mission .about-vision-icon { background: var(--accent); color: #fff; }
.about-vision-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--primary); margin: 0 0 0.5rem; }
.about-vision-card p { color: #4b5563; margin: 0; line-height: 1.65; font-size: 0.9375rem; }
.about-leadership-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(15,116,186,0.1);
  display: grid;
  gap: 1.5rem;
  align-items: start;
  text-align: left;
}
.about-leadership-card .about-section-desc,
.about-leadership-card p { text-align: left; margin-left: 0; margin-right: 0; }
@media (min-width: 640px) {
  .about-leadership-card {
    grid-template-columns: auto 1fr;
    padding: 2.5rem;
  }
}
.about-leadership-icon-wrap {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.about-quality-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.about-quality-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid rgba(15,116,186,0.15);
  box-shadow: var(--shadow-card);
  font-size: 0.9375rem;
  color: #1f2937;
  flex-shrink: 0;
  min-width: 0;
}
@media (max-width: 479px) {
  .about-quality-wrap { gap: 0.75rem; }
  .about-quality-badge { padding: 0.625rem 1rem; font-size: 0.875rem; }
}
.about-quality-badge i { color: var(--accent); font-size: 1.125rem; }

/* About page — story, ethics, conduct, exec, locations, engineering */
.about-hero-inner--wide { max-width: 48rem; }
.about-page .container,
.about-page > section > .container {
  box-sizing: border-box;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 1024px) {
  .about-page .container,
  .about-page > section > .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.about-section-desc--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.about-story-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
  align-items: start;
}
@media (min-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr minmax(240px, 320px); gap: 3rem; }
}
.about-story-aside {
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 116, 186, 0.16);
  overflow: hidden;
  min-height: 12rem;
  box-shadow: var(--shadow-soft);
}
.about-story-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
}
.about-ethics-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .about-ethics-grid { grid-template-columns: repeat(3, 1fr); }
}
.about-ethics-card {
  padding: 1.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 116, 186, 0.12);
  transition: transform 0.2s, box-shadow 0.2s;
}
.about-ethics-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft-lg);
}
.about-ethics-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--primary), #1e5f8a);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.about-ethics-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.about-ethics-card p {
  margin: 0;
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.65;
}
.about-section--conduct { padding-top: 2rem; }
.about-conduct-card {
  padding: 2rem 2rem 2.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 116, 186, 0.15);
  background: linear-gradient(180deg, #fff 0%, rgba(15, 116, 186, 0.03) 100%);
  box-shadow: var(--shadow-soft);
}
.about-section-title--left {
  text-align: left;
  margin-bottom: 0.35rem;
}
.about-conduct-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 1.25rem;
  text-align: left;
}
.about-conduct-list {
  margin: 0;
  padding: 0 0 0 1.25rem;
  color: #374151;
  line-height: 1.75;
  font-size: 0.9375rem;
}
.about-conduct-list li { margin-bottom: 0.65rem; }
.about-conduct-list li:last-child { margin-bottom: 0; }
.about-exec-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .about-exec-grid { grid-template-columns: repeat(3, 1fr); }
}
.about-exec-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 116, 186, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.about-exec-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft-lg);
}
.about-exec-avatar {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.about-exec-role {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.75rem;
}
.about-exec-bio {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}
.about-locations-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.75rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.about-location-chip {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(15, 116, 186, 0.08);
  border: 1px solid rgba(15, 116, 186, 0.2);
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 600;
}
.about-locations-cta-wrap { text-align: center; margin-top: 1.75rem; }
.btn-about-locations {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  font-size: 1.0625rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.75rem;
  border: 2px solid var(--primary);
  transition: background 0.2s, color 0.2s;
}
.btn-about-locations:hover {
  background: var(--primary);
  color: #fff;
}
.about-eng-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 4rem 0 4.5rem;
  background: #0a2f4d;
  color: #fff;
  overflow: hidden;
}
.about-eng-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: none;
  pointer-events: none;
}

/* Elementor About: make Engineering section match PHP look */
body:is(.page-about-us, .page-who-we-are) .elementor #about-engineering {
  background: linear-gradient(145deg, #071a2d 0%, #0a2f4d 48%, #0d4f80 100%) !important;
}
body:is(.page-about-us, .page-who-we-are) .elementor #about-engineering .elementor-inner-section,
body:is(.page-about-us, .page-who-we-are) .elementor #about-engineering .elementor-column,
body:is(.page-about-us, .page-who-we-are) .elementor #about-engineering .elementor-widget-wrap {
  background: transparent !important;
}
body:is(.page-about-us, .page-who-we-are) .elementor #about-engineering .about-eng-grid {
  margin: 0 !important;
}
body:is(.page-about-us, .page-who-we-are) .elementor #about-engineering .about-eng-grid > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}
body:is(.page-about-us, .page-who-we-are) .elementor #about-engineering .about-eng-grid > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: none !important;
}
@media (max-width: 1023px) {
  body:is(.page-about-us, .page-who-we-are) .elementor #about-engineering .about-eng-grid > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  body:is(.page-about-us, .page-who-we-are) .elementor #about-engineering .about-eng-grid > .elementor-container {
    grid-template-columns: 1fr !important;
  }
}
.about-eng-section .container { position: relative; z-index: 1; }
.about-eng-kicker {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.95);
}
.about-eng-kicker::before,
.about-eng-kicker::after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  vertical-align: middle;
  margin: 0 0.75rem;
}
@media (max-width: 479px) {
  .about-eng-kicker::before,
  .about-eng-kicker::after { display: none; }
}
.about-eng-lead {
  font-size: 1.0625rem;
  line-height: 1.75;
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  color: rgba(255, 255, 255, 0.92);
}
.about-eng-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about-section--story .about-story-grid,
.about-eng-section .about-eng-lead,
.about-eng-section .about-eng-grid {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 640px) {
  .about-eng-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .about-eng-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
}
.about-eng-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.125rem;
  padding: 1.5rem 1.35rem;
  transition: transform 0.2s, background 0.2s;
}
.about-eng-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
}
.about-eng-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #fff;
}
.about-eng-title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #fff;
}
.about-eng-desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}
.about-section--quality { margin-bottom: 0; }

/* About page: align rhythm with Staffing layout */
.about-page .about-section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .about-page .about-section {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}
.about-page .about-section-heading {
  margin-bottom: 1.25rem;
}
.about-page .about-section-desc {
  max-width: 46rem;
  font-size: 1rem;
  line-height: 1.75;
}
.about-page .about-section > .container {
  max-width: 1120px !important;
}
.about-content-shell {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .about-content-shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.about-section--story > .container,
.about-eng-section > .container {
  width: 100% !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (max-width: 767px) {
  .about-section--story > .container,
  .about-eng-section > .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .about-section--story > .container,
  .about-eng-section > .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.about-story-copy {
  max-width: 62ch;
}
.about-story-grid {
  gap: 2.25rem;
}
@media (min-width: 900px) {
  .about-story-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 3rem;
  }
}
.about-vision-grid,
.about-ethics-grid,
.about-exec-grid {
  gap: 1.5rem;
  margin-top: 2.25rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .about-vision-grid,
  .about-ethics-grid,
  .about-exec-grid {
    gap: 1.75rem;
  }
}
.about-vision-card,
.about-ethics-card,
.about-exec-card,
.about-conduct-card {
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.about-conduct-card {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.about-vision-card,
.about-ethics-card,
.about-exec-card {
  min-height: 100%;
}
.about-eng-section {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

/* Inner page CTA: same as home CTA (gradient background) */
.inner-page-cta {
  position: relative;
  overflow: hidden;
  background: var(--cta-gradient);
  padding: 3rem 0;
  margin-top: 0;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 640px) { .inner-page-cta { padding: 4rem 0; } }
.inner-page-cta .container { position: relative; }
.inner-page-cta .cta-inner { max-width: 56rem; margin: 0 auto; text-align: center; }
.inner-page-cta .cta-label { display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.8); }
.inner-page-cta h2 { margin: 0.5rem 0 0; font-size: 1.875rem; font-weight: 700; color: #fff; line-height: 1.2; }
@media (min-width: 640px) { .inner-page-cta h2 { font-size: 2.25rem; } }
.inner-page-cta .cta-desc { margin-top: 1rem; font-size: 1.125rem; color: rgba(255,255,255,0.9); }
.inner-page-cta .cta-buttons { margin-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem; }
.inner-page-cta .btn-cta-primary {
  display: inline-flex;
  padding: 1rem 2rem;
  font-weight: 600;
  color: var(--primary);
  background: #fff;
  border-radius: 0.75rem;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s, transform 0.3s;
}
.inner-page-cta .btn-cta-primary:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); transform: translateY(-2px); }
.inner-page-cta .btn-cta-outline {
  display: inline-flex;
  padding: 1rem 2rem;
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 0.75rem;
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s;
}
.inner-page-cta .btn-cta-outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; }

/* Industries Elementor parity (matches page-industries.php structure/design) */
body.page-industries-elementor .site-main { background: #f0f7fc !important; }
body.page-industries-elementor .elementor #industries-hero {
  position: relative !important;
  overflow: hidden !important;
  background: var(--inner-hero-gradient) !important;
  padding: 9rem 1rem 3.5rem !important;
  text-align: center !important;
  color: #fff !important;
}
body.page-industries-elementor .elementor #industries-hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: var(--inner-hero-pattern) !important;
  background-size: 28px 28px !important;
  pointer-events: none !important;
}
body.page-industries-elementor .elementor #industries-hero > .elementor-container { position: relative; z-index: 1; }
body.page-industries-elementor .elementor #industries-hero .industries-hero-title .elementor-heading-title {
  font-family: var(--font-display) !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 1rem !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
}
@media (min-width: 640px) {
  body.page-industries-elementor .elementor #industries-hero .industries-hero-title .elementor-heading-title { font-size: 2.5rem !important; }
}
body.page-industries-elementor .elementor #industries-hero .industries-hero-desc { color: rgba(255,255,255,0.95) !important; }
body.page-industries-elementor .elementor #industries-hero .industries-hero-desc p {
  font-size: 1.0625rem !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}
body.page-industries-elementor .elementor #industries-sectors { padding-top: 4rem !important; padding-bottom: 4rem !important; }
@media (min-width: 768px) {
  body.page-industries-elementor .elementor #industries-sectors { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
body.page-industries-elementor .elementor #industries-sectors .industries-section-label .elementor-heading-title {
  display: block !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
  margin: 0 0 0.5rem !important;
  text-align: center !important;
}
body.page-industries-elementor .elementor #industries-sectors .industries-section-title .elementor-heading-title {
  font-family: var(--font-display) !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  margin: 0 0 2rem !important;
  text-align: center !important;
}
@media (min-width: 640px) {
  body.page-industries-elementor .elementor #industries-sectors .industries-section-title .elementor-heading-title { font-size: 2rem !important; }
}
body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .elementor-container > .elementor-row,
body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .elementor-container:not(:has(> .elementor-row)),
body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .e-con > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  width: 100% !important;
}
@media (min-width: 480px) {
  body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .elementor-container > .elementor-row,
  body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .elementor-container:not(:has(> .elementor-row)),
  body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .e-con > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .elementor-container > .elementor-row,
  body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .elementor-container:not(:has(> .elementor-row)),
  body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .e-con > .e-con-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .elementor-container,
body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .e-con { width: 100% !important; max-width: 100% !important; }
body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern .elementor-column.industry-card-link {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  margin: 0 !important;
}
body.page-industries-elementor .elementor #industries-sectors .elementor-column.industry-card-modern {
  background: #fff !important;
  border-radius: 1rem !important;
  padding: 1.75rem 1.5rem !important;
  border: 1px solid rgba(15, 116, 186, 0.1) !important;
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06) !important;
  text-align: center !important;
  min-height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern .elementor-row > .elementor-column,
body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .elementor-container:not(:has(> .elementor-row)) > .elementor-column,
body.page-industries-elementor .elementor #industries-sectors .industries-grid-modern > .e-con > .e-con-inner > .elementor-element {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
body.page-industries-elementor .elementor #industries-sectors .industry-icon-wrap .elementor-icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
  min-width: 3.5rem !important;
  min-height: 3.5rem !important;
  margin: 0 auto 1rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.25rem !important;
}
body.page-industries-elementor .elementor #industries-sectors .industry-name .elementor-heading-title {
  font-family: var(--font-display) !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  color: var(--primary) !important;
  margin: 0 0 0.5rem !important;
  line-height: 1.3 !important;
}
body.page-industries-elementor .elementor #industries-sectors .industry-desc {
  font-size: 0.875rem !important;
  color: #4b5563 !important;
  line-height: 1.5 !important;
}
body.page-industries-elementor .elementor #industries-sectors .industry-desc p { margin: 0 !important; }
body.page-industries-elementor .elementor #industries-cta,
body.page-industries-elementor .elementor .inner-page-cta {
  background: var(--cta-gradient) !important;
  margin-bottom: 0 !important;
}
body.page-industries-elementor .elementor #industries-cta #industries-cta-btns .elementor-row,
body.page-industries-elementor .elementor #industries-cta #industries-cta-btns > .elementor-container:not(:has(> .elementor-row)),
body.page-industries-elementor .elementor #industries-cta #industries-cta-btns .e-con-inner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}
body.page-industries-elementor .elementor #industries-cta .elementor-widget-button .elementor-button {
  box-sizing: border-box !important;
  border-radius: 0.75rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 0.875rem 1.75rem !important;
  min-height: 3.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.page-industries-elementor .elementor #industries-cta #industries-cta-btns .elementor-column:nth-child(1) .elementor-button {
  background: #fff !important;
  color: var(--primary) !important;
  border: 2px solid transparent !important;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
}
body.page-industries-elementor .elementor #industries-cta #industries-cta-btns .elementor-column:nth-child(2) .elementor-button {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.9) !important;
}

/* Locations Elementor parity — grid overrides Elementor flex columns so cards stay full-width cells */
body.page-locations-elementor .site-main { background: #eaf4fc !important; }
body.page-locations-elementor .elementor #locations-hero {
  position: relative !important;
  overflow: hidden !important;
  background: var(--inner-hero-gradient) !important;
  padding: 9rem 1rem 3.5rem !important;
  text-align: center !important;
  color: #fff !important;
}
body.page-locations-elementor .elementor #locations-hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: var(--inner-hero-pattern) !important;
  background-size: 28px 28px !important;
  pointer-events: none !important;
}
body.page-locations-elementor .elementor #locations-hero > .elementor-container { position: relative; z-index: 1; }
body.page-locations-elementor .elementor #locations-hero .inner-page-hero-title .elementor-heading-title {
  font-family: var(--font-display) !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 1rem !important;
}
@media (min-width: 640px) {
  body.page-locations-elementor .elementor #locations-hero .inner-page-hero-title .elementor-heading-title { font-size: 2.5rem !important; }
}
body.page-locations-elementor .elementor #locations-hero .inner-page-hero-desc,
body.page-locations-elementor .elementor #locations-hero .inner-page-hero-desc p { color: rgba(255,255,255,0.95) !important; }
body.page-locations-elementor .elementor #locations-offices {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
body.page-locations-elementor .elementor #locations-offices .location-cards.elementor-inner-section,
body.page-locations-elementor .elementor #locations-offices .location-cards.elementor-element {
  width: 100% !important;
  max-width: 100% !important;
}
body.page-locations-elementor .elementor #locations-offices .locations-section-title .elementor-heading-title,
body.page-locations-elementor .elementor #locations-map-section .locations-section-title .elementor-heading-title {
  font-family: var(--font-display) !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: var(--primary) !important;
  text-align: center !important;
  margin-bottom: 0.75rem !important;
}
@media (min-width: 640px) {
  body.page-locations-elementor .elementor #locations-offices .locations-section-title .elementor-heading-title,
  body.page-locations-elementor .elementor #locations-map-section .locations-section-title .elementor-heading-title { font-size: 1.75rem !important; }
}
/* Inner section .location-cards: grid on the row (or container inner) that wraps columns — not on .elementor-container (single child row) */
body.page-locations-elementor .elementor #locations-offices .location-cards .elementor-row,
body.page-locations-elementor .elementor #locations-offices .location-cards .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  width: 100% !important;
  max-width: 100% !important;
  flex-wrap: unset !important;
}
@media (min-width: 640px) {
  body.page-locations-elementor .elementor #locations-offices .location-cards .elementor-row,
  body.page-locations-elementor .elementor #locations-offices .location-cards .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  body.page-locations-elementor .elementor #locations-offices .location-cards .elementor-row,
  body.page-locations-elementor .elementor #locations-offices .location-cards .e-con-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
body.page-locations-elementor .elementor #locations-offices .location-cards .elementor-column.location-card-modern,
body.page-locations-elementor .elementor #locations-offices .location-cards .elementor-element.elementor-column.location-card-modern {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
}
body.page-locations-elementor .elementor #locations-offices .location-cards .elementor-widget-wrap {
  height: 100% !important;
}
body.page-locations-elementor .elementor #locations-offices .location-card-modern .location-focus,
body.page-locations-elementor .elementor #locations-offices .location-focus {
  font-size: 1rem !important;
  line-height: 1.65 !important;
  color: #374151 !important;
}
body.page-locations-elementor .elementor #locations-offices .location-card-modern .location-proof,
body.page-locations-elementor .elementor #locations-offices .location-proof {
  font-size: 0.9375rem !important;
  line-height: 1.6 !important;
}
body.page-locations-elementor .elementor #locations-map-section .locations-map-desc { text-align: center !important; margin-bottom: 1rem !important; }
body.page-locations-elementor .elementor #locations-map-section #locations-map {
  width: 100% !important;
  height: 420px !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(15, 116, 186, 0.15) !important;
  box-shadow: 0 8px 24px rgba(15, 116, 186, 0.1) !important;
}
body.page-locations-elementor .elementor #locations-cta,
body.page-locations-elementor .elementor .inner-page-cta { background: var(--cta-gradient) !important; }

/* Digital & Technology Elementor hero spacing (prevents header overlap) */
body:is(.page-digital-technology, .page-digital-technology-elementor) .elementor #digital-tech-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-digital-technology, .page-digital-technology-elementor) .elementor #digital-tech-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-digital-technology, .page-digital-technology-elementor) .elementor #digital-tech-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Flexible Workforce Elementor hero spacing (matches Digital & Technology) */
body:is(.page-flexible-workforce, .page-flexible-workforce-elementor) .elementor #flexible-wf-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-flexible-workforce, .page-flexible-workforce-elementor) .elementor #flexible-wf-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-flexible-workforce, .page-flexible-workforce-elementor) .elementor #flexible-wf-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Volume & Operations Staffing Elementor hero spacing (matches Digital & Technology) */
body:is(.page-volume-operations-staffing, .page-volume-operations-staffing-elementor) .elementor #volume-ops-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-volume-operations-staffing, .page-volume-operations-staffing-elementor) .elementor #volume-ops-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-volume-operations-staffing, .page-volume-operations-staffing-elementor) .elementor #volume-ops-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Managed workforce Elementor hero spacing (matches Digital & Technology) */
body:is(.page-managed-workforce, .page-managed-workforce-elementor) .elementor #managed-wf-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-managed-workforce, .page-managed-workforce-elementor) .elementor #managed-wf-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-managed-workforce, .page-managed-workforce-elementor) .elementor #managed-wf-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Core Hiring Elementor hero spacing (matches Digital & Technology) */
body:is(.page-core-hiring, .page-core-hiring-elementor) .elementor #core-hiring-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-core-hiring, .page-core-hiring-elementor) .elementor #core-hiring-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-core-hiring, .page-core-hiring-elementor) .elementor #core-hiring-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Specialized Hiring Elementor hero spacing (matches Digital & Technology) */
body:is(.page-specialized-hiring, .page-specialized-hiring-elementor) .elementor #specialized-hiring-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-specialized-hiring, .page-specialized-hiring-elementor) .elementor #specialized-hiring-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-specialized-hiring, .page-specialized-hiring-elementor) .elementor #specialized-hiring-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Early Talent Elementor hero spacing (matches Digital & Technology) */
body:is(.page-early-talent, .page-early-talent-elementor) .elementor #early-talent-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-early-talent, .page-early-talent-elementor) .elementor #early-talent-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-early-talent, .page-early-talent-elementor) .elementor #early-talent-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Advanced Hiring Elementor hero spacing (matches Digital & Technology) */
body:is(.page-advanced-hiring, .page-advanced-hiring-elementor) .elementor #advanced-hiring-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-advanced-hiring, .page-advanced-hiring-elementor) .elementor #advanced-hiring-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-advanced-hiring, .page-advanced-hiring-elementor) .elementor #advanced-hiring-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Value Added Elementor hero spacing (matches Digital & Technology) */
body:is(.page-value-added, .page-value-added-elementor) .elementor #value-added-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-value-added, .page-value-added-elementor) .elementor #value-added-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-value-added, .page-value-added-elementor) .elementor #value-added-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Core HR Operations Elementor hero spacing (matches Digital & Technology) */
body:is(.page-core-hr-operations, .page-core-hr-operations-elementor) .elementor #core-hr-ops-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-core-hr-operations, .page-core-hr-operations-elementor) .elementor #core-hr-ops-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-core-hr-operations, .page-core-hr-operations-elementor) .elementor #core-hr-ops-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Compliance & Legal Elementor hero spacing (matches Digital & Technology) */
body:is(.page-compliance-legal, .page-compliance-legal-elementor) .elementor #compliance-legal-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-compliance-legal, .page-compliance-legal-elementor) .elementor #compliance-legal-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-compliance-legal, .page-compliance-legal-elementor) .elementor #compliance-legal-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Employee lifecycle management Elementor hero spacing (matches Digital & Technology) */
body:is(.page-employee-lifecycle-management, .page-employee-lifecycle-management-elementor) .elementor #employee-lifecycle-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-employee-lifecycle-management, .page-employee-lifecycle-management-elementor) .elementor #employee-lifecycle-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-employee-lifecycle-management, .page-employee-lifecycle-management-elementor) .elementor #employee-lifecycle-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* GCC Setup & Expansion Elementor hero spacing (matches Digital & Technology) */
body:is(.page-gcc-setup-expansion, .page-gcc-setup-expansion-elementor) .elementor #gcc-setup-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-gcc-setup-expansion, .page-gcc-setup-expansion-elementor) .elementor #gcc-setup-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-gcc-setup-expansion, .page-gcc-setup-expansion-elementor) .elementor #gcc-setup-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* HR Advisory & Consulting Elementor hero spacing (matches Digital & Technology) */
body:is(.page-hr-advisory-consulting, .page-hr-advisory-consulting-elementor) .elementor #hr-advisory-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-hr-advisory-consulting, .page-hr-advisory-consulting-elementor) .elementor #hr-advisory-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-hr-advisory-consulting, .page-hr-advisory-consulting-elementor) .elementor #hr-advisory-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Talent Build for GCC Elementor hero spacing (matches Digital & Technology) */
body:is(.page-talent-build-for-gcc, .page-talent-build-for-gcc-elementor) .elementor #gcc-talent-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-talent-build-for-gcc, .page-talent-build-for-gcc-elementor) .elementor #gcc-talent-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-talent-build-for-gcc, .page-talent-build-for-gcc-elementor) .elementor #gcc-talent-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* GCC operations support Elementor hero spacing (matches Digital & Technology) */
body:is(.page-gcc-operations-support, .page-gcc-operations-support-elementor) .elementor #gcc-ops-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-gcc-operations-support, .page-gcc-operations-support-elementor) .elementor #gcc-ops-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-gcc-operations-support, .page-gcc-operations-support-elementor) .elementor #gcc-ops-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Offshore - ODC models Elementor hero spacing (matches Digital & Technology) */
body:is(.page-offshore-odc-models, .page-offshore-odc-models-elementor) .elementor #offshore-odc-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-offshore-odc-models, .page-offshore-odc-models-elementor) .elementor #offshore-odc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-offshore-odc-models, .page-offshore-odc-models-elementor) .elementor #offshore-odc-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Core Engineering Domains Elementor hero spacing (matches Digital & Technology) */
body:is(.page-core-engineering-domains, .page-core-engineering-domains-elementor) .elementor #core-eng-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-core-engineering-domains, .page-core-engineering-domains-elementor) .elementor #core-eng-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-core-engineering-domains, .page-core-engineering-domains-elementor) .elementor #core-eng-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Industrial & Manufacturing Elementor hero spacing (matches Digital & Technology) */
body:is(.page-industrial-manufacturing, .page-industrial-manufacturing-elementor) .elementor #ind-manufacturing-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-industrial-manufacturing, .page-industrial-manufacturing-elementor) .elementor #ind-manufacturing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-industrial-manufacturing, .page-industrial-manufacturing-elementor) .elementor #ind-manufacturing-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Project-based Engineering Elementor hero spacing (matches Digital & Technology) */
body:is(.page-project-based-engineering, .page-project-based-engineering-elementor) .elementor #project-eng-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-project-based-engineering, .page-project-based-engineering-elementor) .elementor #project-eng-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-project-based-engineering, .page-project-based-engineering-elementor) .elementor #project-eng-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Advanced Engineering Elementor hero spacing (matches Digital & Technology) */
body:is(.page-advanced-engineering, .page-advanced-engineering-elementor) .elementor #advanced-eng-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-advanced-engineering, .page-advanced-engineering-elementor) .elementor #advanced-eng-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-advanced-engineering, .page-advanced-engineering-elementor) .elementor #advanced-eng-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
/* Flexible Workforce: 5 service cards (3+2 on large viewports; overrides 4× grid below) */
@media (min-width: 1024px) {
  body.page-flexible-workforce .recruitment-services-grid,
  body.page-flexible-workforce-elementor .elementor .recruitment-services-grid,
  .flexible-workforce-page .recruitment-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body:is(.page-industrial-engineering, .page-industrial-engineering-elementor) .elementor #industrial-eng-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-industrial-engineering, .page-industrial-engineering-elementor) .elementor #industrial-eng-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-industrial-engineering, .page-industrial-engineering-elementor) .elementor #industrial-eng-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
body:is(.page-consumer-commerce, .page-consumer-commerce-elementor) .elementor #consumer-commerce-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-consumer-commerce, .page-consumer-commerce-elementor) .elementor #consumer-commerce-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-consumer-commerce, .page-consumer-commerce-elementor) .elementor #consumer-commerce-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
body:is(.page-life-science-agriculture, .page-life-science-agriculture-elementor) .elementor #life-science-agri-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-life-science-agriculture, .page-life-science-agriculture-elementor) .elementor #life-science-agri-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-life-science-agriculture, .page-life-science-agriculture-elementor) .elementor #life-science-agri-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
body:is(.page-fintech-financial-services, .page-fin-tech-financial-services, .page-fintech-financial-services-elementor) .elementor #fintech-financial-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-fintech-financial-services, .page-fin-tech-financial-services, .page-fintech-financial-services-elementor) .elementor #fintech-financial-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-fintech-financial-services, .page-fin-tech-financial-services, .page-fintech-financial-services-elementor) .elementor #fintech-financial-hero > .elementor-container,
body:is(.page-fintech-financial-services, .page-fin-tech-financial-services, .page-fintech-financial-services-elementor) .elementor #fintech-financial-hero > .e-con {
  position: relative;
  z-index: 1;
}
body:is(.page-aerospace-automotive-mobility, .page-aerospace-automotive-mobility-elementor) .elementor #aero-mobility-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-aerospace-automotive-mobility, .page-aerospace-automotive-mobility-elementor) .elementor #aero-mobility-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-aerospace-automotive-mobility, .page-aerospace-automotive-mobility-elementor) .elementor #aero-mobility-hero > .elementor-container {
  position: relative;
  z-index: 1;
}
body:is(.page-supply-chain-infrastructure, .page-supply-chain-infrastructure-elementor) .elementor #supply-chain-infra-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-supply-chain-infrastructure, .page-supply-chain-infrastructure-elementor) .elementor #supply-chain-infra-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-supply-chain-infrastructure, .page-supply-chain-infrastructure-elementor) .elementor #supply-chain-infra-hero > .elementor-container,
body:is(.page-supply-chain-infrastructure, .page-supply-chain-infrastructure-elementor) .elementor #supply-chain-infra-hero > .e-con {
  position: relative;
  z-index: 1;
}
body:is(.page-services-others, .page-services-others-elementor) .elementor #services-others-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8.75rem !important;
  padding-bottom: 4rem !important;
}
body:is(.page-services-others, .page-services-others-elementor) .elementor #services-others-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
body:is(.page-services-others, .page-services-others-elementor) .elementor #services-others-hero > .elementor-container,
body:is(.page-services-others, .page-services-others-elementor) .elementor #services-others-hero > .e-con {
  position: relative;
  z-index: 1;
}

/* ===== Staffing Services: alternating left/right image + content, alternate backgrounds ===== */
.staffing-page .site-main { background: #fff; }
.staffing-page .staffing-hero {
  position: relative;
  overflow: hidden;
  background: var(--inner-hero-gradient);
  padding: 9rem 0 3.5rem;
  text-align: center;
  color: #fff;
}
.staffing-page .staffing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
.staffing-page .staffing-hero .staffing-hero-inner { position: relative; z-index: 1; max-width: 48rem; margin: 0 auto; padding: 0 1rem; }
.staffing-page .staffing-hero .staffing-hero-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
@media (min-width: 640px) { .staffing-page .staffing-hero .staffing-hero-title { font-size: 2.5rem; } }
.staffing-page .staffing-hero .staffing-hero-desc { font-size: 1.0625rem; line-height: 1.7; color: rgba(255,255,255,0.95); margin: 0; }

/* Hire → Train → Deploy Model section */
.staffing-htd { padding: 4rem 0; }
@media (min-width: 768px) { .staffing-htd { padding: 5rem 0; } }
.staffing-htd .container { max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 1024px) { .staffing-htd .container { padding-left: 2rem; padding-right: 2rem; } }
.staffing-htd-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin: 0 0 0.75rem;
}
@media (min-width: 640px) { .staffing-htd-title { font-size: 1.75rem; } }
.staffing-htd-desc {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  color: #4b5563;
  line-height: 1.6;
  font-size: 1rem;
}
.staffing-htd-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .staffing-htd-cards {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
  }
  .staffing-htd-cards .staffing-htd-card { flex: 1; min-width: 0; }
  .staffing-htd-cards .staffing-htd-arrow {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    color: var(--primary);
    font-size: 1.5rem;
    opacity: 0.9;
  }
}
.staffing-htd-arrow {
  display: none;
}
@media (min-width: 768px) { .staffing-htd-arrow { display: flex; } }
.staffing-htd-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(15, 116, 186, 0.1);
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
  text-align: center;
}
.staffing-htd-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 116, 186, 0.12);
}
.staffing-htd-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.staffing-htd-card-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.staffing-htd-card-desc { font-size: 0.9375rem; color: #4b5563; line-height: 1.55; margin: 0; }

/* Technologies We Cover: card model */
.staffing-tech-section { padding: 4rem 0; }
@media (min-width: 768px) { .staffing-tech-section { padding: 5rem 0; } }
.staffing-tech-section .container { max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 1024px) { .staffing-tech-section .container { padding-left: 2rem; padding-right: 2rem; } }
.staffing-tech-section .staffing-alt-label {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.staffing-tech-section-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin: 0 0 2rem;
}
@media (min-width: 640px) { .staffing-tech-section-title { font-size: 1.75rem; } }
.staffing-tech-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) { .staffing-tech-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .staffing-tech-cards { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
@media (min-width: 900px) {
  .gcc-page .staffing-tech-cards {
    grid-template-columns: repeat(4, minmax(12rem, 1fr));
  }
}
.staffing-tech-card {
  background: #eaf4fc;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(15, 116, 186, 0.15);
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  text-align: center;
}
.staffing-tech-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 116, 186, 0.12);
  border-color: rgba(60, 182, 75, 0.2);
}
.staffing-tech-card-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.staffing-tech-card-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.staffing-tech-card-items {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
  margin: 0;
}

/* Trust counters bar */
.staffing-counters { padding: 2.5rem 0; }
.staffing-counters .container { max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 1024px) { .staffing-counters .container { padding-left: 2rem; padding-right: 2rem; } }
.staffing-counters-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  text-align: center;
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 640px) { .staffing-counters-inner { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }
.staffing-counter {
  background: #fff;
  border: 1px solid rgba(15, 116, 186, 0.2);
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  box-shadow: 0 2px 8px rgba(15, 116, 186, 0.06);
}
.staffing-counter-value {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.25rem;
}
@media (min-width: 640px) { .staffing-counter-value { font-size: 2.5rem; } }
.staffing-counter-label { font-size: 0.9375rem; color: #4b5563; font-weight: 600; }

.staffing-alt { padding: 4rem 0; }
@media (min-width: 768px) { .staffing-alt { padding: 5rem 0; } }
.staffing-alt-bg-1 { background: #fff !important; }
.staffing-alt-bg-2 { background: #eaf4fc !important; }
.staffing-alt-bg-3 { background: #f0f7fc !important; }

.staffing-alt .container { max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 1024px) { .staffing-alt .container { padding-left: 2rem; padding-right: 2rem; } }

/* Two columns: on desktop image and content side by side, order flips per section */
.staffing-alt-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .staffing-alt-row {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .staffing-alt--left .staffing-alt-media { order: 1; }
  .staffing-alt--left .staffing-alt-content { order: 2; }
  .staffing-alt--right .staffing-alt-media { order: 2; }
  .staffing-alt--right .staffing-alt-content { order: 1; }
}

.staffing-alt-media {
  border-radius: 1rem;
  overflow: hidden;
  min-height: 260px;
  max-height: 400px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, rgba(15, 116, 186, 0.12) 0%, rgba(60, 182, 75, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.staffing-alt-media img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
}
.staffing-alt-media-placeholder {
  width: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  opacity: 0.9;
}
.staffing-alt-media-placeholder i { font-size: 4rem; }
@media (min-width: 640px) { .staffing-alt-media-placeholder i { font-size: 5rem; } }

.staffing-alt-content { padding: 0.5rem 0; }
.staffing-alt-content .staffing-alt-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.staffing-alt-content .staffing-alt-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 1rem;
  line-height: 1.3;
}
@media (min-width: 640px) { .staffing-alt-content .staffing-alt-title { font-size: 1.75rem; } }
.staffing-alt-content .staffing-list { list-style: none; margin: 0; padding: 0; }
.staffing-alt-content .staffing-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  color: #374151;
  line-height: 1.6;
}
.staffing-alt-content .staffing-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}
.staffing-alt-content .staffing-list li strong { color: var(--primary); }
.staffing-alt-content .staffing-list-value { padding-left: 0; }
.staffing-alt-content .staffing-list-value li { display: flex; align-items: flex-start; gap: 0.75rem; padding-left: 0; margin-bottom: 0.75rem; }
.staffing-alt-content .staffing-list-value li::before { display: none; }
.staffing-alt-content .staffing-list-value .recruitment-tick { flex-shrink: 0; margin-top: 0.2rem; }
.staffing-alt-content .related-block p { margin: 0 0 0.75rem; color: #4b5563; line-height: 1.7; }
.staffing-alt-content .related-block p:last-child { margin-bottom: 0; }
.staffing-alt-content .related-block strong { color: var(--primary); }
.staffing-alt-content .staffing-alt-lead { color: #4b5563; line-height: 1.7; margin: 0 0 1.25rem; }

/* HR Outsourcing: Our Services card grid */
.hr-services-section { padding: 4rem 0; }
.gcc-page .gcc-services-section.hr-services-section {
  background: #ffffff !important;
}
@media (min-width: 768px) { .hr-services-section { padding: 5rem 0; } }
.hr-services-section .container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) { .hr-services-section .container { padding-left: 2rem; padding-right: 2rem; } }
@media (min-width: 1280px) { .hr-services-section .container { padding-left: 2.5rem; padding-right: 2.5rem; } }
.hr-services-section .staffing-alt-label { display: block; text-align: center; margin-bottom: 0.5rem; }
.gcc-page .hr-services-section .staffing-alt-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
}
.hr-services-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a202c;
  text-align: center;
  margin: 0 0 2rem;
}
.gcc-page .hr-services-title {
  color: #1a202c;
}
@media (min-width: 640px) { .hr-services-title { font-size: 1.75rem; } }
.hr-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .hr-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .hr-services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 1.75rem;
  }
}
.hr-service-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.875rem 1.625rem;
  border: 1px solid rgba(15, 116, 186, 0.1);
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.gcc-page .hr-service-card {
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.hr-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 116, 186, 0.12);
  border-color: rgba(60, 182, 75, 0.2);
}
.hr-service-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.gcc-page .hr-service-icon {
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  border-radius: 1rem;
}
.hr-service-card-title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.gcc-page .hr-service-card-title {
  color: #2563eb;
}
.hr-service-card-desc {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
@media (min-width: 1024px) {
  .hr-service-card {
    padding: 2rem 1.75rem;
    min-height: 12rem;
  }
  .hr-service-card-desc { font-size: 0.95rem; line-height: 1.6; }
}

/* HR Outsourcing: pricing CTA – same model as inner-page-cta */
.hr-pricing-cta {
  position: relative;
  overflow: hidden;
  background: var(--cta-gradient);
  padding: 3rem 0;
  text-align: center;
}
.gcc-page .hr-pricing-cta {
  background: var(--cta-gradient);
}
@media (min-width: 640px) { .hr-pricing-cta { padding: 4rem 0; } }
.hr-pricing-cta .container { position: relative; }
.hr-pricing-cta-inner { max-width: 56rem; margin: 0 auto; text-align: center; }
.hr-pricing-cta-title {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 640px) { .hr-pricing-cta-title { font-size: 2.25rem; } }
.hr-pricing-cta-desc {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
}
.hr-pricing-cta-buttons {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.hr-pricing-cta .btn-cta-primary {
  display: inline-flex;
  padding: 1rem 2rem;
  font-weight: 600;
  color: var(--primary);
  background: #fff;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hr-pricing-cta .btn-cta-primary:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); transform: translateY(-2px); }
.hr-pricing-cta .btn-cta-outline {
  display: inline-flex;
  padding: 1rem 2rem;
  font-weight: 600;
  color: #fff;
  background: transparent;
  border-radius: 0.5rem;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.9);
  transition: background 0.2s, border-color 0.2s;
}
.hr-pricing-cta .btn-cta-outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; }

.staffing-page .staffing-actions {
  padding: 3rem 0 4rem;
  text-align: center;
  background: #fff;
}
.staffing-page .staffing-actions .btn-talk-expert,
.staffing-page .staffing-actions .btn-read-more { margin: 0 0.5rem 0.5rem 0; }

/* Recruitment, HR Outsourcing & GCC: reuse same hero and left/right alternating layout */
.recruitment-page .site-main,
.hr-outsourcing-page .site-main,
.gcc-page .site-main { background: #fff; }
.recruitment-page .staffing-hero,
.hr-outsourcing-page .staffing-hero {
  position: relative;
  overflow: hidden;
  background: var(--inner-hero-gradient);
  padding: 9rem 0 3.5rem;
  text-align: center;
  color: #fff;
}
.gcc-page .staffing-hero {
  position: relative;
  overflow: hidden;
  background: var(--inner-hero-gradient);
  padding: 9rem 0 3.5rem;
  text-align: center;
  color: #fff;
}
.recruitment-page .staffing-hero::before,
.hr-outsourcing-page .staffing-hero::before,
.gcc-page .staffing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
.recruitment-page .staffing-hero .staffing-hero-inner,
.hr-outsourcing-page .staffing-hero .staffing-hero-inner,
.gcc-page .staffing-hero .staffing-hero-inner { position: relative; z-index: 1; max-width: 48rem; margin: 0 auto; padding: 0 1rem; }
.recruitment-page .staffing-hero .staffing-hero-title,
.hr-outsourcing-page .staffing-hero .staffing-hero-title,
.gcc-page .staffing-hero .staffing-hero-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
@media (min-width: 640px) {
  .recruitment-page .staffing-hero .staffing-hero-title,
  .hr-outsourcing-page .staffing-hero .staffing-hero-title,
  .gcc-page .staffing-hero .staffing-hero-title { font-size: 2.5rem; }
}
.recruitment-page .staffing-hero .staffing-hero-desc,
.hr-outsourcing-page .staffing-hero .staffing-hero-desc,
.gcc-page .staffing-hero .staffing-hero-desc { font-size: 1.0625rem; line-height: 1.7; color: rgba(255,255,255,0.95); margin: 0; }
.gcc-page .staffing-hero .staffing-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.gcc-page .staffing-hero .staffing-hero-cta .btn-talk-expert,
.gcc-page .staffing-hero .staffing-hero-cta .btn-read-more { margin: 0; }
.gcc-page .gcc-process-section { background: #f0f8ff !important; }
.gcc-page .staffing-htd-card .staffing-htd-icon { border-radius: 50%; }
.gcc-page .staffing-tech-section .staffing-alt-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
}
.gcc-page .staffing-tech-card-icon { border-radius: 50%; }
.recruitment-page .staffing-actions,
.hr-outsourcing-page .staffing-actions {
  padding: 3rem 0 4rem;
  text-align: center;
  background: #fff;
}
.recruitment-page .staffing-actions .btn-talk-expert,
.recruitment-page .staffing-actions .btn-read-more,
.hr-outsourcing-page .staffing-actions .btn-talk-expert,
.hr-outsourcing-page .staffing-actions .btn-read-more { margin: 0 0.5rem 0.5rem 0; }
.staffing-alt-content .service-block { margin-bottom: 1.25rem; }
.staffing-alt-content .service-block:last-child { margin-bottom: 0; }
.staffing-alt-content .service-block strong { color: var(--primary); display: block; margin-bottom: 0.25rem; }

/* ===== Recruitment page: RPO lifecycle timeline, services grid, scale CTA ===== */
/* Wide layout (match Elementor ~1140–1400px content feel) */
.recruitment-lifecycle { padding: 4rem 0; }
@media (min-width: 768px) { .recruitment-lifecycle { padding: 5rem 0; } }
.recruitment-lifecycle .container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .recruitment-lifecycle .container { padding-left: 2rem; padding-right: 2rem; }
}
@media (min-width: 1280px) {
  .recruitment-lifecycle .container { padding-left: 2.5rem; padding-right: 2.5rem; }
}
.recruitment-lifecycle .staffing-alt-label { display: block; text-align: center; margin-bottom: 0.5rem; }
.recruitment-lifecycle-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin: 0 0 2rem;
}
@media (min-width: 640px) { .recruitment-lifecycle-title { font-size: 1.75rem; } }
.recruitment-timeline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .recruitment-timeline {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .recruitment-timeline-arrow { transform: rotate(90deg); }
  .recruitment-timeline-step { max-width: 100%; width: 100%; }
}
.recruitment-timeline-step {
  flex: 1 1 100%;
  min-width: 0;
  max-width: 22rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(15, 116, 186, 0.1);
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s;
}
.recruitment-timeline-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 116, 186, 0.12);
}
@media (min-width: 768px) {
  .recruitment-timeline-step {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    padding: 1.875rem 1.625rem;
  }
}
@media (min-width: 1024px) {
  .recruitment-timeline-step {
    padding: 2rem 1.75rem;
    min-width: 0;
  }
}
.recruitment-timeline-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}
.recruitment-timeline-step-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.35rem;
}
.recruitment-timeline-step-desc {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
}
@media (min-width: 1024px) {
  .recruitment-timeline-step-desc { font-size: 0.9375rem; }
}
.recruitment-timeline-arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Match visual weight/gap of Staffing HTD arrows */
  padding: 0 1.1rem;
  color: var(--primary);
  font-size: 1.5rem;
  opacity: 0.8;
}
@media (min-width: 768px) { .recruitment-timeline-arrow { padding: 0 1.2rem; } }
@media (min-width: 1024px) {
  .recruitment-timeline-arrow { padding: 0 1.35rem; font-size: 1.65rem; }
}
@media (max-width: 767px) { .recruitment-timeline-arrow { padding: 0.25rem 0; } }

/* Recruitment Services: card grid */
.recruitment-services-section { padding: 4rem 0; }
@media (min-width: 768px) { .recruitment-services-section { padding: 5rem 0; } }
.recruitment-services-section .container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .recruitment-services-section .container { padding-left: 2rem; padding-right: 2rem; }
}
@media (min-width: 1280px) {
  .recruitment-services-section .container { padding-left: 2.5rem; padding-right: 2.5rem; }
}
.recruitment-services-section .staffing-alt-label { display: block; text-align: center; margin-bottom: 0.5rem; }
.recruitment-services-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin: 0 0 2rem;
}
@media (min-width: 640px) { .recruitment-services-title { font-size: 1.75rem; } }
.recruitment-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .recruitment-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
/* 4×2 grid from 1024px up (wider cards, closer to Elementor) */
@media (min-width: 1024px) {
  .recruitment-services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 1.75rem;
  }
}
.recruitment-service-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.875rem 1.625rem;
  border: 1px solid rgba(15, 116, 186, 0.1);
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.recruitment-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 116, 186, 0.12);
  border-color: rgba(60, 182, 75, 0.2);
}
.recruitment-service-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.recruitment-service-card-title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.recruitment-service-card-desc {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
@media (min-width: 1024px) {
  .recruitment-service-card {
    padding: 2rem 1.75rem;
    min-height: 12rem;
  }
  .recruitment-service-card-desc { font-size: 0.95rem; line-height: 1.6; }
}

/* Recruitment scale CTA */
.recruitment-scale-cta {
  background: var(--cta-gradient);
  padding: 3.5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .recruitment-scale-cta { padding: 4rem 0; } }
.recruitment-scale-cta .container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.recruitment-scale-cta-inner { position: relative; z-index: 1; }
.recruitment-scale-cta-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.5rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
@media (min-width: 640px) { .recruitment-scale-cta-title { font-size: 1.75rem; } }
.recruitment-scale-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.recruitment-scale-cta .btn-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  background: #fff;
  color: var(--primary);
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.recruitment-scale-cta .btn-cta-primary:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.15); transform: translateY(-2px); }
.recruitment-scale-cta .btn-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  background: transparent;
  color: #fff;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.9);
  transition: background 0.2s, border-color 0.2s;
}
.recruitment-scale-cta .btn-cta-outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; }

/* ===== Industries page – modern grid with icon per industry ===== */
.industries-page .site-main { background: #f0f7fc; }
.industries-page .industries-hero {
  position: relative;
  overflow: hidden;
  background: var(--inner-hero-gradient);
  padding: 9rem 0 3.5rem;
  text-align: center;
  color: #fff;
}
.industries-page .industries-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
}
.industries-page .industries-hero .industries-hero-inner { position: relative; z-index: 1; max-width: 48rem; margin: 0 auto; padding: 0 1rem; }
.industries-page .industries-hero .industries-hero-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
@media (min-width: 640px) { .industries-page .industries-hero .industries-hero-title { font-size: 2.5rem; } }
.industries-page .industries-hero .industries-hero-desc { font-size: 1.0625rem; line-height: 1.7; color: rgba(255,255,255,0.95); margin: 0; }

.industries-page .industries-clusters-section { padding: 3rem 0 1rem; }
.industries-page .industries-clusters-lead {
  max-width: 40rem;
  margin: 0 auto 2rem;
  color: #4b5563;
  line-height: 1.65;
  font-size: 1rem;
  text-align: center;
}
.industry-clusters-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  text-align: left;
}
@media (min-width: 640px) { .industry-clusters-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .industry-clusters-grid { grid-template-columns: repeat(4, 1fr); } }
.industry-cluster-card {
  scroll-margin-top: 5rem;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(15, 116, 186, 0.12);
  box-shadow: 0 2px 8px rgba(15, 116, 186, 0.06);
}
.industry-cluster-icon { color: var(--primary); font-size: 1.25rem; margin-bottom: 0.5rem; }
.industry-cluster-title { font-size: 0.9375rem; font-weight: 700; color: #111827; margin: 0; line-height: 1.35; }

.industries-page .industries-section { padding: 4rem 0; }
@media (min-width: 768px) { .industries-page .industries-section { padding: 5rem 0; } }
.industries-page .industries-section-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 0.5rem;
  text-align: center;
}
.industries-page .industries-section-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 2rem;
  text-align: center;
}
@media (min-width: 640px) { .industries-page .industries-section-title { font-size: 2rem; } }

/* Industries: 2 col mobile, 4 col desktop */
.industries-grid-modern {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 480px) { .industries-grid-modern { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .industries-grid-modern { grid-template-columns: repeat(4, 1fr); } }

.industry-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  outline-offset: 2px;
}
.industry-card-link:focus-visible { outline: 2px solid var(--primary); }

.industry-card-modern {
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(15, 116, 186, 0.1);
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.industry-card-link:hover .industry-card-modern,
.industry-card-link:focus .industry-card-modern {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(15, 116, 186, 0.15);
  border-color: rgba(60, 182, 75, 0.25);
}
.industry-card-modern .industry-icon-wrap {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}
.industry-card-link:hover .industry-icon-wrap,
.industry-card-link:focus .industry-icon-wrap {
  background: linear-gradient(135deg, var(--accent) 0%, #34a853 100%);
  color: #fff;
}
.industry-card-modern .industry-name {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.industry-card-modern .industry-desc {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
  margin: 0;
}

.industries-page .industries-actions {
  padding: 3rem 0 4rem;
  text-align: center;
  background: #fff;
}
.industries-page .industries-actions .btn-talk-expert,
.industries-page .industries-actions .btn-read-more { margin: 0 0.5rem 0.5rem 0; }
.industries-page .industry-card-link[id] {
  scroll-margin-top: 5.75rem;
}
body.admin-bar .industries-page .industry-card-link[id] {
  scroll-margin-top: 7.5rem;
}

/* ===== Careers page – modern layout ===== */
.careers-page section[id] {
  scroll-margin-top: 5.75rem;
}
body.admin-bar .careers-page section[id] {
  scroll-margin-top: 7.5rem;
}
.careers-page .careers-section { padding: 3rem 0 2rem; }
.careers-page .careers-section-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 0.5rem;
  text-align: center;
}
.careers-page .careers-section-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 1rem;
  text-align: center;
}
@media (min-width: 640px) { .careers-page .careers-section-title { font-size: 2rem; } }
.careers-page .careers-section-desc {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  color: #4b5563;
  line-height: 1.6;
  font-size: 1rem;
}
.careers-page .careers-actions { text-align: center; margin-bottom: 0.5rem; }
.careers-page .careers-actions .btn-talk-expert { margin: 0; }

.careers-cards-section { padding: 2rem 0 4rem; }
.careers-cards-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .careers-cards-grid { grid-template-columns: repeat(3, 1fr); } }

.careers-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(15, 116, 186, 0.1);
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.careers-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 116, 186, 0.12);
  border-color: rgba(60, 182, 75, 0.2);
}
.careers-card .careers-card-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.careers-card .careers-card-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.careers-card .careers-card-desc {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.55;
  margin: 0 0 1rem;
  flex: 1;
}
.careers-card .careers-card-link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
}
.careers-card .careers-card-link:hover { color: #0d5f9e; text-decoration: underline; }
.careers-card .careers-card-link i { font-size: 0.75rem; }

/* Careers: job search filters */
.careers-filters-section {
  padding: 2rem 0 1rem;
}
.careers-filters-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .careers-filters-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: end;
  }
}
.careers-filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.careers-filter-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
  display: block;
}
.careers-filter-select {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  color: #1f2937;
  background: #fff;
}
.careers-filter-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 116, 186, 0.15);
}

/* Careers: job cards */
.careers-openings { padding-top: 1rem; }
#walk-in-drives.careers-anchor { display: block; height: 0; overflow: hidden; scroll-margin-top: 5.5rem; }
.careers-jobs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 640px) { .careers-jobs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .careers-jobs-grid { grid-template-columns: repeat(3, 1fr); } }
.careers-job-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(15, 116, 186, 0.1);
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
  transition: box-shadow 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.careers-job-card:hover {
  box-shadow: 0 6px 20px rgba(15, 116, 186, 0.1);
  border-color: rgba(60, 182, 75, 0.2);
}
.careers-job-title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.careers-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}
.careers-job-meta-item {
  font-size: 0.8125rem;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.careers-job-meta-item i { color: var(--primary); font-size: 0.75rem; }
.careers-job-desc {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.5;
  margin: 0 0 1rem;
  flex: 0 0 auto;
}
.careers-job-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  margin-top: 0.25rem;
}
@media (max-width: 380px) {
  .careers-job-actions { flex-wrap: wrap; }
}
.careers-job-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.45rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: opacity 0.2s, background 0.2s, color 0.2s;
}
.careers-job-btn-outline {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.careers-job-btn-outline:hover { background: rgba(15, 116, 186, 0.08); }
.careers-job-btn-primary {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}
.careers-job-btn-primary:hover { opacity: 0.95; }
.careers-job-btn-whatsapp {
  background: #25d366;
  color: #fff;
  border: 1px solid #25d366;
}
.careers-job-btn-whatsapp:hover { opacity: 0.9; }
.careers-no-results {
  text-align: center;
  color: #6b7280;
  font-size: 0.9375rem;
  margin-top: 1.5rem;
}

/* Careers: Life at HireLab – 3 cards */
.careers-life-section { padding: 3rem 0; }
.careers-life-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 640px) { .careers-life-grid { grid-template-columns: repeat(3, 1fr); } }
.careers-life-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(15, 116, 186, 0.1);
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
  text-align: center;
}
.careers-life-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 116, 186, 0.12);
}
.careers-life-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.careers-life-title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.careers-life-desc {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
}

/* Careers: employee stories */
.careers-stories-section {
  padding: 2rem 1.25rem 2.5rem;
  margin: 0 0 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(15, 116, 186, 0.08);
  border-radius: 1rem;
}
.careers-stories-section .careers-section-label { color: #0f74ba; }
.careers-stories-section .careers-section-title { color: #0b3a67; margin-bottom: 1rem; }
.careers-stories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) { .careers-stories-grid { grid-template-columns: repeat(2, 1fr); } }
.careers-story-card {
  background: #fff;
  border: 1px solid rgba(15, 116, 186, 0.14);
  border-left: 4px solid #0f74ba;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(15, 116, 186, 0.08);
  padding: 1.25rem 1.25rem 1rem;
}
.careers-story-quote {
  margin: 0 0 0.75rem;
  color: #374151;
  line-height: 1.65;
  font-size: 0.9375rem;
}
.careers-story-person {
  margin: 0;
  color: #0f74ba;
  font-size: 0.875rem;
}

/* Careers: DEI + CSR blocks */
.careers-impact-section {
  padding: 2rem 1.25rem 2.5rem;
  margin: 0 0 2rem;
  background: linear-gradient(180deg, #f0f9ff 0%, #e7f5ec 100%);
  border: 1px solid rgba(60, 182, 75, 0.2);
  border-radius: 1rem;
}
.careers-impact-section .careers-section-label { color: #2f855a; }
.careers-impact-section .careers-section-title { color: #1f6b4a; margin-bottom: 1rem; }
.careers-impact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) { .careers-impact-grid { grid-template-columns: repeat(2, 1fr); } }
.careers-impact-card {
  background: #ffffff;
  border: 1px solid rgba(60, 182, 75, 0.24);
  border-top: 4px solid #3cb64b;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(60, 182, 75, 0.09);
  padding: 1.25rem 1.25rem 1rem;
}
.careers-impact-title {
  margin: 0 0 0.75rem;
  color: #1f6b4a;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
}
.careers-impact-list {
  margin: 0;
  padding-left: 1rem;
  color: #4b5563;
}
.careers-impact-list li {
  margin-bottom: 0.45rem;
  line-height: 1.6;
  font-size: 0.9375rem;
}

/* Careers: Submit Resume block */
.careers-submit-section { padding: 2rem 0 3rem; }
.careers-submit-card {
  background: #e0eff9;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
  border: 1px solid rgba(15, 116, 186, 0.15);
}
.careers-submit-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.careers-submit-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.careers-submit-desc {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}
.careers-submit-card .btn-talk-expert { margin: 0; }

.careers-stats {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  margin-bottom: 3rem;
}
.careers-stats-inner {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
@media (min-width: 640px) { .careers-stats-inner { grid-template-columns: repeat(3, 1fr); } }
.careers-stat { color: #fff; }
.careers-stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
.careers-stat-label { font-size: 0.875rem; opacity: 0.95; }

/* ===== Contact page – Get in Touch: white card, 2-column fields (no empty side column) ===== */
.contact-page-wrap #business-enquiry,
.contact-page-wrap #job-seeker-support,
.contact-page-wrap #contact-form,
.contact-page-wrap .hirelab-contact-hash-target {
  scroll-margin-top: 5.75rem;
}
body.admin-bar .contact-page-wrap #business-enquiry,
body.admin-bar .contact-page-wrap #job-seeker-support,
body.admin-bar .contact-page-wrap #contact-form,
body.admin-bar .contact-page-wrap .hirelab-contact-hash-target {
  scroll-margin-top: 7.5rem;
}
/* Elementor Contact layout: anchors may live outside .contact-page-wrap */
body.page-contact-elementor #business-enquiry,
body.page-contact-elementor #job-seeker-support,
body.page-contact-elementor #contact-form,
body.page-contact-elementor .hirelab-contact-hash-target {
  scroll-margin-top: 5.75rem;
}
body.admin-bar.page-contact-elementor #business-enquiry,
body.admin-bar.page-contact-elementor #job-seeker-support,
body.admin-bar.page-contact-elementor #contact-form,
body.admin-bar.page-contact-elementor .hirelab-contact-hash-target {
  scroll-margin-top: 7.5rem;
}
.contact-form-section.section-py {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 640px) {
  .contact-form-section.section-py { padding-top: 2rem; padding-bottom: 2.5rem; }
}
.contact-form-section .contact-form-section-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.75rem;
}
@media (min-width: 640px) { .contact-form-section .contact-form-section-title { font-size: 1.375rem; } }
@media (min-width: 1024px) { .contact-form-section .contact-form-section-title { font-size: 1.5rem; } }
.contact-form-section .section-desc { margin-bottom: 2rem; }
.contact-page-wrap .contact-form-section {
  background: #eef2f8;
  border-radius: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {
  .contact-page-wrap .contact-form-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.contact-form-wrap {
  width: 100%;
  max-width: 56rem;
  margin: 2rem auto 0;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.25rem 2.5rem;
  box-shadow: 0 4px 24px rgba(15, 116, 186, 0.1);
  border: 1px solid rgba(15, 116, 186, 0.12);
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  margin-bottom: 1rem;
}
.contact-form-grid .contact-field { display: flex; flex-direction: column; min-width: 0; }
.contact-form-grid .contact-field-full { grid-column: 1 / -1; }
.contact-form-grid label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #3d4d5c;
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
}
.contact-form-grid .required { color: var(--primary); }
.contact-form-grid input[type="text"],
.contact-form-grid input[type="email"],
.contact-form-grid input[type="tel"],
.contact-form-grid select,
.contact-form-grid textarea {
  min-height: 2.875rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.contact-form-grid textarea {
  min-height: 6rem;
  resize: vertical;
}
.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 116, 186, 0.15);
}
.contact-form-grid .consent-label { font-weight: 400; color: #6b7280; font-size: 0.875rem; }
.contact-form-grid .contact-field-submit { display: block; text-align: center; }
.contact-form-grid .contact-submit-btn {
  border: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding: 0.9rem 1.75rem;
  border-radius: 9999px;
  font-weight: 700;
}
.contact-form-note { text-align: center; margin-top: 1.5rem; font-size: 0.875rem; color: #6b7280; }

@media (max-width: 639px) {
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-grid .contact-field-full { grid-column: 1; }
}

/* Contact page: WhatsApp, success/errors, office block, map */
.contact-whatsapp-wrap {
  text-align: center;
  margin-bottom: 1.5rem;
}
.btn-contact-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background 0.2s, transform 0.15s;
}
.btn-contact-whatsapp:hover {
  background: #20bd5a;
  color: #fff;
  transform: translateY(-1px);
}
.contact-form-message {
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
}
.contact-form-success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.contact-form-errors {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.contact-form-errors ul {
  margin: 0;
  padding-left: 1.25rem;
}
.contact-office-section,
.contact-map-section {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
.contact-office-section.section-py {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .contact-office-section.section-py { padding-top: 2rem; padding-bottom: 2rem; }
}
.contact-office-title,
.contact-map-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  margin: 0 0 1rem;
}
@media (min-width: 640px) { .contact-office-title, .contact-map-title { font-size: 1.375rem; } }
@media (min-width: 1024px) { .contact-office-title, .contact-map-title { font-size: 1.5rem; } }
.contact-office-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.contact-office-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.contact-office-card .contact-office-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(15, 116, 186, 0.12) 0%, rgba(74, 159, 216, 0.08) 100%);
  color: var(--primary);
  border-radius: 0.75rem;
  font-size: 1.125rem;
}
.contact-office-card .contact-office-label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
}
.contact-office-card .contact-office-value {
  font-size: 1rem;
  color: #111827;
  line-height: 1.5;
  margin: 0;
}
.contact-office-card a.contact-office-value {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}
.contact-office-card a.contact-office-value:hover { text-decoration: underline; }
.contact-map-embed {
  width: 100%;
  max-width: 100%;
  height: 400px;
  border: 0;
  border-radius: 0.5rem;
  background: #f3f4f6;
}
@media (max-width: 639px) {
  .contact-office-grid { grid-template-columns: 1fr; }
  .contact-map-embed { height: 280px; }
}

/* Contact Form 7: white card; fields in 2 columns (rows 1–2), message/consent/submit full width */
.contact-form-wrap .wpcf7,
.contact-form-section .wpcf7,
.contact-page-wrap .contact-form-section .wpcf7,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 {
  width: 100%;
}

body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 {
  max-width: 56rem;
  margin: 2rem auto 0;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.25rem 2.5rem;
  box-shadow: 0 4px 24px rgba(15, 116, 186, 0.1);
  border: 1px solid rgba(15, 116, 186, 0.12);
}

.contact-form-wrap .wpcf7-form,
.contact-form-section .wpcf7 form.wpcf7-form,
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form,
form.wpcf7-form.hirelab-cf7-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 2rem !important;
  row-gap: 1.5rem !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.contact-form-wrap .wpcf7-form > *,
.contact-form-section .wpcf7 form.wpcf7-form > *,
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > * {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.625rem;
  min-width: 0;
  max-width: none !important;
  width: 100% !important;
  box-sizing: border-box;
}

.contact-form-wrap .wpcf7-form > .wpcf7-response-output,
.contact-form-section .wpcf7 form.wpcf7-form > .wpcf7-response-output,
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > .wpcf7-response-output,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > .wpcf7-response-output {
  grid-column: 1 / -1 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

/* CF7: response area — no empty teal box; show padding only when there is a message */
.contact-form-wrap .wpcf7 form .wpcf7-response-output,
.contact-form-section .wpcf7 form .wpcf7-response-output,
.contact-page-wrap .contact-form-section .wpcf7 form .wpcf7-response-output,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form .wpcf7-response-output {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.contact-form-wrap .wpcf7 form .wpcf7-response-output:not(:empty),
.contact-form-section .wpcf7 form .wpcf7-response-output:not(:empty),
.contact-page-wrap .contact-form-section .wpcf7 form .wpcf7-response-output:not(:empty) {
  padding: 0.75rem 1rem !important;
  margin-top: 1rem !important;
  border-radius: 0.5rem !important;
}

/* Elementor contact: response banner (accent, centered white text) */
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form .wpcf7-response-output:not(:empty) {
  padding: 0.75rem 1rem !important;
  margin-top: 1rem !important;
  border-radius: 0.5rem !important;
  background: var(--accent) !important;
  text-align: center !important;
  color: #fff !important;
}

/* CF7 success: green card + tick (Font Awesome glyph; theme enqueues FA) */
.contact-form-wrap .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok,
.contact-form-section .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok,
.contact-page-wrap .contact-form-section .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  padding: 1rem 1.25rem !important;
  margin-top: 1.25rem !important;
  background: #d1fae5 !important;
  color: #065f46 !important;
  border: 1px solid #a7f3d0 !important;
  border-radius: 0.625rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  outline: none !important;
}

.contact-form-wrap .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok::before,
.contact-form-section .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok::before,
.contact-page-wrap .contact-form-section .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok::before,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
  background: #10b981;
  color: #fff;
  border-radius: 50%;
  font-size: 0.7rem;
  line-height: 1;
}

/* Elementor contact: success uses same accent banner (overrides green card above) */
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.75rem !important;
  background: var(--accent) !important;
  color: #fff !important;
  text-align: center !important;
  border: none !important;
}

body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok::before {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* CF7 validation errors: visible but not plain black text */
.contact-form-wrap .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors,
.contact-form-section .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors,
.contact-page-wrap .contact-form-section .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors {
  padding: 0.75rem 1rem !important;
  margin-top: 1rem !important;
  border-radius: 0.5rem !important;
  background: #fef2f2 !important;
  color: #991b1b !important;
  border: 1px solid #fecaca !important;
}

/* CF7 6+: hidden-field fieldset — remove grey outline inside the card */
.contact-form-wrap .wpcf7 form fieldset,
.contact-form-section .wpcf7 form fieldset,
.contact-page-wrap .contact-form-section .wpcf7 form fieldset,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
}

body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .elementor-widget-container:has(.wpcf7) {
  max-width: 100% !important;
  text-align: left !important;
}

/* Left-align labels (Elementor / parent often centers widget text) */
.contact-form-wrap .wpcf7-form,
.contact-form-section .wpcf7 form.wpcf7-form,
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form {
  text-align: left !important;
}

/* CF7: empty outline / line at top of card — keep screen-reader node from taking layout space */
.contact-form-wrap .wpcf7 .screen-reader-response,
.contact-form-section .wpcf7 .screen-reader-response,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 .screen-reader-response {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-form-wrap .wpcf7,
.contact-form-section .wpcf7,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 {
  position: relative;
}

/* Name | Email, Phone | Company, then full-width message, consent, submit */
.contact-form-wrap .wpcf7-form > *:nth-child(1),
.contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(1),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(1),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.contact-form-wrap .wpcf7-form > *:nth-child(2),
.contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(2),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(2),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.contact-form-wrap .wpcf7-form > *:nth-child(3),
.contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(3),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(3),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.contact-form-wrap .wpcf7-form > *:nth-child(4),
.contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(4),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(4),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.contact-form-wrap .wpcf7-form > *:nth-child(5),
.contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(5),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(5),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:nth-child(5) {
  grid-column: 1 / -1;
  grid-row: 3;
}
.contact-form-wrap .wpcf7-form > *:nth-child(6),
.contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(6),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(6),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:nth-child(6) {
  grid-column: 1 / -1;
  grid-row: 4;
}
.contact-form-wrap .wpcf7-form > *:nth-child(7),
.contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(7),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:nth-child(7),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:nth-child(7) {
  grid-column: 1 / -1;
  grid-row: 5;
}

/* CF7: lock Name | Email and Phone | Company by mail-tag name (nth-child breaks if CF7 adds hidden rows) */
.contact-form-wrap .wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-name"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_name"]),
  :has(input[name="your-name"]),
  :has(input[name="contact_name"])
),
.contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-name"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_name"]),
  :has(input[name="your-name"]),
  :has(input[name="contact_name"])
),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-name"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_name"]),
  :has(input[name="your-name"]),
  :has(input[name="contact_name"])
),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-name"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_name"]),
  :has(input[name="your-name"]),
  :has(input[name="contact_name"])
) {
  grid-column: 1;
  grid-row: 1;
}
.contact-form-wrap .wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-email"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_email"]),
  :has(input[name="your-email"]),
  :has(input[name="contact_email"])
),
.contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-email"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_email"]),
  :has(input[name="your-email"]),
  :has(input[name="contact_email"])
),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-email"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_email"]),
  :has(input[name="your-email"]),
  :has(input[name="contact_email"])
),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-email"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_email"]),
  :has(input[name="your-email"]),
  :has(input[name="contact_email"])
) {
  grid-column: 2;
  grid-row: 1;
}
.contact-form-wrap .wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-phone"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_phone"]),
  :has(.wpcf7-form-control-wrap[data-name="phone"]),
  :has(.wpcf7-form-control-wrap[data-name="tel"]),
  :has(input[name="your-phone"]),
  :has(input[name="contact_phone"])
),
.contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-phone"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_phone"]),
  :has(.wpcf7-form-control-wrap[data-name="phone"]),
  :has(.wpcf7-form-control-wrap[data-name="tel"]),
  :has(input[name="your-phone"]),
  :has(input[name="contact_phone"])
),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-phone"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_phone"]),
  :has(.wpcf7-form-control-wrap[data-name="phone"]),
  :has(.wpcf7-form-control-wrap[data-name="tel"]),
  :has(input[name="your-phone"]),
  :has(input[name="contact_phone"])
),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-phone"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_phone"]),
  :has(.wpcf7-form-control-wrap[data-name="phone"]),
  :has(.wpcf7-form-control-wrap[data-name="tel"]),
  :has(input[name="your-phone"]),
  :has(input[name="contact_phone"])
) {
  grid-column: 1;
  grid-row: 2;
}
.contact-form-wrap .wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-company"]),
  :has(.wpcf7-form-control-wrap[data-name="company"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_company"]),
  :has(input[name="your-company"]),
  :has(input[name="company"]),
  :has(input[name="contact_company"])
),
.contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-company"]),
  :has(.wpcf7-form-control-wrap[data-name="company"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_company"]),
  :has(input[name="your-company"]),
  :has(input[name="company"]),
  :has(input[name="contact_company"])
),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-company"]),
  :has(.wpcf7-form-control-wrap[data-name="company"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_company"]),
  :has(input[name="your-company"]),
  :has(input[name="company"]),
  :has(input[name="contact_company"])
),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-company"]),
  :has(.wpcf7-form-control-wrap[data-name="company"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_company"]),
  :has(input[name="your-company"]),
  :has(input[name="company"]),
  :has(input[name="contact_company"])
) {
  grid-column: 2;
  grid-row: 2;
}
.contact-form-wrap .wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-message"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_message"]),
  :has(.wpcf7-form-control-wrap[data-name="message"]),
  :has(textarea[name="your-message"]),
  :has(textarea[name="contact_message"]),
  :has(textarea[name="message"])
),
.contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-message"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_message"]),
  :has(.wpcf7-form-control-wrap[data-name="message"]),
  :has(textarea[name="your-message"]),
  :has(textarea[name="contact_message"]),
  :has(textarea[name="message"])
),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-message"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_message"]),
  :has(.wpcf7-form-control-wrap[data-name="message"]),
  :has(textarea[name="your-message"]),
  :has(textarea[name="contact_message"]),
  :has(textarea[name="message"])
),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name="your-message"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_message"]),
  :has(.wpcf7-form-control-wrap[data-name="message"]),
  :has(textarea[name="your-message"]),
  :has(textarea[name="contact_message"]),
  :has(textarea[name="message"])
) {
  grid-column: 1 / -1;
  grid-row: 3;
}
.contact-form-wrap .wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
),
.contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
) {
  grid-column: 1 / -1;
  grid-row: 4;
}

/* Consent / acceptance row: left-align (not centered like submit) */
.contact-form-wrap .wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
),
.contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
) {
  align-items: flex-start !important;
  text-align: left !important;
}

.contact-form-wrap .wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
) .wpcf7-list-item,
.contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
) .wpcf7-list-item,
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
) .wpcf7-list-item,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
) .wpcf7-list-item {
  margin-left: 0 !important;
  text-align: left !important;
  width: 100%;
}

.contact-form-wrap .wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
) .wpcf7-list-item label,
.contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
) .wpcf7-list-item label,
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
) .wpcf7-list-item label,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:is(
  :has(.wpcf7-form-control-wrap[data-name^="acceptance-"]),
  :has(.wpcf7-form-control-wrap[data-name="contact_consent"]),
  :has(input[name="contact_consent"]),
  :has(input[type="checkbox"][name^="acceptance"])
) .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  width: 100%;
  gap: 0.5rem;
}

.contact-form-wrap .wpcf7-form > *:is(
  :has(input.wpcf7-submit),
  :has(input[type="submit"]),
  :has(button[type="submit"])
),
.contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(input.wpcf7-submit),
  :has(input[type="submit"]),
  :has(button[type="submit"])
),
.contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *:is(
  :has(input.wpcf7-submit),
  :has(input[type="submit"]),
  :has(button[type="submit"])
),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > *:is(
  :has(input.wpcf7-submit),
  :has(input[type="submit"]),
  :has(button[type="submit"])
) {
  grid-column: 1 / -1;
  grid-row: 5;
  align-items: center;
  text-align: center;
}

.contact-form-wrap .wpcf7 label,
.contact-form-section .wpcf7 label,
.contact-page-wrap .contact-form-section .wpcf7 label,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #3d4d5c;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

.contact-form-wrap .wpcf7 .wpcf7-form-control-wrap,
.contact-form-section .wpcf7 .wpcf7-form-control-wrap,
.contact-page-wrap .contact-form-section .wpcf7 .wpcf7-form-control-wrap,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.contact-form-wrap .wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.contact-form-wrap .wpcf7 select,
.contact-form-wrap .wpcf7 textarea,
.contact-form-section .wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.contact-form-section .wpcf7 select,
.contact-form-section .wpcf7 textarea,
.contact-page-wrap .contact-form-section .wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.contact-page-wrap .contact-form-section .wpcf7 select,
.contact-page-wrap .contact-form-section .wpcf7 textarea,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 input:not([type="submit"]):not([type="checkbox"]),
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 select,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #fff;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form-wrap .wpcf7 input[type="text"],
.contact-form-wrap .wpcf7 input[type="email"],
.contact-form-wrap .wpcf7 input[type="tel"],
.contact-form-wrap .wpcf7 input[type="url"],
.contact-form-wrap .wpcf7 input[type="number"],
.contact-form-wrap .wpcf7 select,
.contact-form-section .wpcf7 input[type="text"],
.contact-form-section .wpcf7 input[type="email"],
.contact-form-section .wpcf7 input[type="tel"],
.contact-form-section .wpcf7 input[type="url"],
.contact-form-section .wpcf7 input[type="number"],
.contact-form-section .wpcf7 select,
.contact-page-wrap .contact-form-section .wpcf7 input[type="text"],
.contact-page-wrap .contact-form-section .wpcf7 input[type="email"],
.contact-page-wrap .contact-form-section .wpcf7 input[type="tel"],
.contact-page-wrap .contact-form-section .wpcf7 input[type="url"],
.contact-page-wrap .contact-form-section .wpcf7 input[type="number"],
.contact-page-wrap .contact-form-section .wpcf7 select,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 input[type="text"],
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 input[type="email"],
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 input[type="tel"],
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 input[type="url"],
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 input[type="number"],
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 select {
  min-height: 2.875rem;
  box-sizing: border-box;
}

.contact-form-wrap .wpcf7 input:focus,
.contact-form-wrap .wpcf7 select:focus,
.contact-form-wrap .wpcf7 textarea:focus,
.contact-form-section .wpcf7 input:focus,
.contact-form-section .wpcf7 select:focus,
.contact-form-section .wpcf7 textarea:focus,
.contact-page-wrap .contact-form-section .wpcf7 input:focus,
.contact-page-wrap .contact-form-section .wpcf7 select:focus,
.contact-page-wrap .contact-form-section .wpcf7 textarea:focus,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 input:focus,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 select:focus,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 116, 186, 0.12);
}

.contact-form-wrap .wpcf7 textarea,
.contact-form-section .wpcf7 textarea,
.contact-page-wrap .contact-form-section .wpcf7 textarea,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 textarea {
  min-height: 8rem;
  resize: vertical;
}

.contact-form-wrap .wpcf7 .wpcf7-list-item,
.contact-form-section .wpcf7 .wpcf7-list-item,
.contact-page-wrap .contact-form-section .wpcf7 .wpcf7-list-item,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 .wpcf7-list-item {
  margin: 0;
}

.contact-form-wrap .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item label,
.contact-form-section .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item label,
.contact-page-wrap .contact-form-section .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item label,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item label {
  font-weight: 500;
  color: #6b7280;
}

.contact-form-wrap .wpcf7 .wpcf7-form-required,
.contact-form-section .wpcf7 .wpcf7-form-required,
.contact-page-wrap .contact-form-section .wpcf7 .wpcf7-form-required,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 .wpcf7-form-required {
  color: var(--primary);
}

.contact-form-wrap .wpcf7 input[type="submit"],
.contact-form-section .wpcf7 input[type="submit"],
.contact-page-wrap .contact-form-section .wpcf7 input[type="submit"],
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 input[type="submit"] {
  width: 100%;
  max-width: none;
  min-width: 12rem;
  padding: 0.9rem 1.75rem;
  border: none;
  border-radius: 9999px;
  color: #fff;
  background: linear-gradient(135deg, #0f74ba 0%, #3cb64b 100%);
  font-weight: 700;
  cursor: pointer;
}

.contact-form-wrap .wpcf7 input[type="submit"]:hover,
.contact-form-section .wpcf7 input[type="submit"]:hover,
.contact-page-wrap .contact-form-section .wpcf7 input[type="submit"]:hover,
body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 input[type="submit"]:hover {
  opacity: 0.95;
}

@media (max-width: 639px) {
  .contact-form-wrap .wpcf7-form,
  .contact-form-section .wpcf7 form.wpcf7-form,
  .contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form,
  body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
  }
  .contact-form-wrap .wpcf7-form > *,
  .contact-form-section .wpcf7 form.wpcf7-form > *,
  .contact-page-wrap .contact-form-section .wpcf7 form.wpcf7-form > *,
  body:is(.page-contact, .page-contact-us, .page-contact-elementor) .elementor .wpcf7 form.wpcf7-form > * {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
}

/* ===== Elementor About Us page: layout normalization ===== */
/* Keep normal page canvas; hero/section styles handle their own backgrounds. */
body.page-about-us .site-main,
body.page-about-us .site-main .container,
body.page-about-us .site-main article,
body.page-about-us .site-main .page-content.entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: initial !important;
  padding-right: initial !important;
  padding-bottom: 0 !important;
}
body.page-about-us .site-main .page-content.entry-content { margin-left: 0 !important; margin-right: 0 !important; }
body.page-about-us .site-main .elementor {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}
body.page-about-us .site-main .elementor .elementor-section {
  max-width: 100% !important;
  width: 100% !important;
}
body.page-about-us .site-main .elementor .elementor-section-boxed > .elementor-container {
  max-width: 1140px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 1024px) {
  body.page-about-us .site-main .elementor .elementor-section-boxed > .elementor-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
/* 3) "About Us" title band (from theme when using Default template): light blue like reference */
body.page-about-us .site-main .page-header {
  background: #eaf4fc !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 2rem 1rem !important;
  margin-bottom: 0 !important;
}
body.page-about-us .site-main .page-header .section-title { color: #1f2937 !important; }
body.page-about-us .site-main .container { overflow: visible !important; }
body.page-about-us .site-main article { overflow: visible !important; }
body.page-about-us .site-wrapper { overflow-x: hidden; }
body.page-about-us .site-wrapper,
body.page-about-us .site-main {
  background: #fff !important;
}

/* Theme fonts: Poppins for headings, Inter for body (match theme About page) */
body.page-about-us .elementor .elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-display) !important;
}
body.page-about-us .elementor .elementor-widget-text-editor,
body.page-about-us .elementor .elementor-widget-text-editor p {
  font-family: var(--font-sans) !important;
}
/* Main headings (2nd heading in section) and body text: title case / normal, not full caps */
body.page-about-us .elementor .elementor-widget-text-editor,
body.page-about-us .elementor .elementor-widget-text-editor p {
  text-transform: none !important;
}

/* Hero: by ID only */
body.page-about-us .elementor #about-hero {
  background: var(--inner-hero-gradient) !important;
  padding: 5.5rem 1rem 4.5rem !important;
}
body.page-about-us .elementor #about-hero .elementor-widget-heading,
body.page-about-us .elementor #about-hero .elementor-widget-text-editor { color: #fff !important; }
body.page-about-us .elementor #about-hero .elementor-widget-text-editor p { color: rgba(255,255,255,0.95) !important; }
body.page-about-us .elementor #about-hero .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
@media (min-width: 640px) {
  body.page-about-us .elementor #about-hero .elementor-widget-heading:nth-of-type(2) .elementor-heading-title { font-size: 2.25rem !important; }
}
/* Stat pills inside hero */
body.page-about-us .elementor #about-hero .elementor-inner-section .elementor-column,
body.page-about-us .elementor #about-hero .elementor-inner-section .elementor-column {
  background: rgba(255,255,255,0.2) !important;
  backdrop-filter: blur(8px);
  border-radius: 1rem !important;
  padding: 1.25rem !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  text-align: center;
}
body.page-about-us .elementor #about-hero .elementor-inner-section .elementor-widget-heading .elementor-heading-title,
body.page-about-us .elementor #about-hero .elementor-inner-section .elementor-widget-text-editor { color: #fff !important; }
body.page-about-us .elementor #about-hero .elementor-inner-section .elementor-widget-text-editor p { color: rgba(255,255,255,0.9) !important; font-size: 0.8125rem !important; }
body.page-about-us .elementor #about-hero .elementor-inner-section .elementor-widget-heading .elementor-heading-title { font-size: 1.75rem !important; font-weight: 700 !important; }

/* Overview: by ID and by position (2nd section) */
body.page-about-us .elementor #about-overview .elementor-widget-heading:first-of-type .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:nth-child(2) .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}
body.page-about-us .elementor #about-overview .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:nth-child(2) .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.page-about-us .elementor #about-overview .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
  body.page-about-us .elementor .elementor-top-section:nth-child(2) .elementor-widget-heading:nth-of-type(2) .elementor-heading-title { font-size: 2rem !important; }
}
body.page-about-us .elementor #about-overview .elementor-widget-text-editor,
body.page-about-us .elementor .elementor-top-section:nth-child(2) .elementor-widget-text-editor { color: #4b5563 !important; }
body.page-about-us .elementor #about-overview .elementor-widget-text-editor p,
body.page-about-us .elementor .elementor-top-section:nth-child(2) .elementor-widget-text-editor p { line-height: 1.75 !important; max-width: 42rem; margin-left: auto !important; margin-right: auto !important; }

/* Vision & Mission (3rd section): only first heading = label (uppercase), second = main heading (normal case) */
body.page-about-us .elementor #about-vision-mission .elementor-widget-heading:first-of-type .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:nth-child(3) .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}
body.page-about-us .elementor #about-vision-mission .elementor-widget-heading:last-of-type .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:nth-child(3) .elementor-widget-heading:last-of-type .elementor-heading-title {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
}
body.page-about-us .elementor .elementor-top-section:nth-child(3) { background: #F7F9FC !important; }

/* Vision/Mission cards (4th section: two columns) */
body.page-about-us .elementor #about-vision-cards .elementor-column,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-column {
  background: #fff !important;
  border-radius: 1.25rem !important;
  padding: 2rem !important;
  border: 1px solid rgba(15,116,186,0.15) !important;
  box-shadow: var(--shadow-soft);
}
body.page-about-us .elementor #about-vision-cards .elementor-column:first-child,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-column:first-child {
  background: linear-gradient(145deg, rgba(15,116,186,0.08) 0%, rgba(15,116,186,0.02) 100%) !important;
  border-color: rgba(15,116,186,0.2) !important;
}
body.page-about-us .elementor #about-vision-cards .elementor-column:last-child,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-column:last-child {
  background: linear-gradient(145deg, rgba(60,182,75,0.08) 0%, rgba(60,182,75,0.02) 100%) !important;
  border-color: rgba(60,182,75,0.2) !important;
}
/* Gap between Vision & Mission cards */
body.page-about-us .elementor #about-vision-cards .elementor-row,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1.5rem !important;
}
body.page-about-us .elementor #about-vision-cards .elementor-row > .elementor-column,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-row > .elementor-column {
  flex: 1 1 calc(50% - 0.75rem) !important;
  max-width: calc(50% - 0.75rem) !important;
  width: auto !important;
}
/* Elementor flexbox container (no inner row) */
body.page-about-us .elementor #about-vision-cards > .elementor-container:not(:has(> .elementor-row)),
body.page-about-us .elementor .elementor-top-section:nth-child(4) > .elementor-container:not(:has(> .elementor-row)) {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1.5rem !important;
}
body.page-about-us .elementor #about-vision-cards > .elementor-container:not(:has(> .elementor-row)) > .elementor-column,
body.page-about-us .elementor .elementor-top-section:nth-child(4) > .elementor-container:not(:has(> .elementor-row)) > .elementor-column {
  flex: 1 1 calc(50% - 0.75rem) !important;
  max-width: calc(50% - 0.75rem) !important;
  width: auto !important;
}
@media (max-width: 767px) {
  body.page-about-us .elementor #about-vision-cards .elementor-row > .elementor-column,
  body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-row > .elementor-column,
  body.page-about-us .elementor #about-vision-cards > .elementor-container:not(:has(> .elementor-row)) > .elementor-column,
  body.page-about-us .elementor .elementor-top-section:nth-child(4) > .elementor-container:not(:has(> .elementor-row)) > .elementor-column {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
body.page-about-us .elementor #about-vision-cards .elementor-widget-icon .elementor-icon,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-widget-icon .elementor-icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
  border-radius: 1rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
}
body.page-about-us .elementor #about-vision-cards .elementor-column:first-child .elementor-widget-icon .elementor-icon,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-column:first-child .elementor-widget-icon .elementor-icon { background: var(--primary) !important; color: #fff !important; }
body.page-about-us .elementor #about-vision-cards .elementor-column:last-child .elementor-widget-icon .elementor-icon,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-column:last-child .elementor-widget-icon .elementor-icon { background: var(--accent) !important; color: #fff !important; }
/* Vision & Mission: icon glyph always white (Font Awesome + Elementor SVG) */
body.page-about-us .elementor #about-vision-cards .elementor-widget-icon .elementor-icon,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-widget-icon .elementor-icon {
  color: #fff !important;
}
body.page-about-us .elementor #about-vision-cards .elementor-widget-icon .elementor-icon i,
body.page-about-us .elementor #about-vision-cards .elementor-widget-icon .elementor-icon svg,
body.page-about-us .elementor #about-vision-cards .elementor-widget-icon .elementor-icon svg path,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-widget-icon .elementor-icon i,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-widget-icon .elementor-icon svg,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-widget-icon .elementor-icon svg path {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}
body.page-about-us .elementor #about-vision-cards .elementor-widget-heading .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-widget-heading .elementor-heading-title { font-size: 1.25rem !important; font-weight: 700 !important; }
body.page-about-us .elementor #about-vision-cards .elementor-widget-text-editor,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-widget-text-editor { color: #4b5563 !important; }
body.page-about-us .elementor #about-vision-cards .elementor-widget-text-editor p,
body.page-about-us .elementor .elementor-top-section:nth-child(4) .elementor-widget-text-editor p { font-size: 0.9375rem !important; line-height: 1.65 !important; }
body.page-about-us .elementor .elementor-top-section:nth-child(4) { background: #F7F9FC !important; }

/* Leadership (5th section): card wrap */
body.page-about-us .elementor #about-leadership .elementor-widget-heading:first-of-type .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:nth-child(5) .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}
body.page-about-us .elementor #about-leadership .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:nth-child(5) .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
}
body.page-about-us .elementor #about-leadership .elementor-column,
body.page-about-us .elementor #about-leadership .elementor-column-wrap,
body.page-about-us .elementor .elementor-top-section:nth-child(5) .elementor-column,
body.page-about-us .elementor .elementor-top-section:nth-child(5) .elementor-column-wrap {
  background: #fff !important;
  border-radius: 1.25rem !important;
  padding: 2rem !important;
  box-shadow: var(--shadow-soft) !important;
  border: 1px solid rgba(15,116,186,0.1) !important;
}
@media (min-width: 640px) {
  body.page-about-us .elementor #about-leadership .elementor-column,
  body.page-about-us .elementor #about-leadership .elementor-column-wrap,
  body.page-about-us .elementor .elementor-top-section:nth-child(5) .elementor-column,
  body.page-about-us .elementor .elementor-top-section:nth-child(5) .elementor-column-wrap { padding: 2.5rem !important; }
}
body.page-about-us .elementor #about-leadership .elementor-widget-text-editor,
body.page-about-us .elementor .elementor-top-section:nth-child(5) .elementor-widget-text-editor { color: #4b5563 !important; text-align: left !important; }
body.page-about-us .elementor #about-leadership .elementor-widget-text-editor p,
body.page-about-us .elementor .elementor-top-section:nth-child(5) .elementor-widget-text-editor p { line-height: 1.75 !important; }

/* Quality Standards (6th section): only first heading = label (uppercase), second = main heading (normal case) */
body.page-about-us .elementor #about-quality .elementor-widget-heading:first-of-type .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:nth-child(6) .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}
body.page-about-us .elementor #about-quality .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:nth-child(6) .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
}
body.page-about-us .elementor #about-quality .elementor-widget-text-editor,
body.page-about-us .elementor .elementor-top-section:nth-child(6) .elementor-widget-text-editor { color: #4b5563 !important; }
body.page-about-us .elementor .elementor-top-section:nth-child(6) { background: #F7F9FC !important; }

/* CTA section (7th section): gradient + white text + buttons */
body.page-about-us .elementor #about-cta,
body.page-about-us .elementor .elementor-top-section:last-child {
  background: var(--cta-gradient) !important;
  padding: 3rem 1rem !important;
}
@media (min-width: 640px) {
  body.page-about-us .elementor #about-cta,
  body.page-about-us .elementor .elementor-top-section:last-child { padding: 4rem 1rem !important; }
}
/* About Us: remove white gap between CTA and footer */
body.page-about-us .site-main { padding-bottom: 0 !important; }
body.page-about-us .site-main > .elementor,
body.page-about-us .site-main .elementor.elementor-location-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.page-about-us .elementor #about-cta,
body.page-about-us .elementor .elementor-top-section:last-child {
  margin-bottom: 0 !important;
  --e-con-margin-block-end: 0 !important;
}
body.page-about-us .elementor > .elementor-element:last-child,
body.page-about-us .elementor > .e-con:last-child,
body.page-about-us .elementor > section:last-of-type {
  margin-bottom: 0 !important;
}
body.page-about-us .elementor #about-cta .elementor-widget-heading .elementor-heading-title,
body.page-about-us .elementor #about-cta .elementor-widget-text-editor,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-heading .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-text-editor { color: #fff !important; }
body.page-about-us .elementor #about-cta .elementor-widget-text-editor p,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-text-editor p { color: rgba(255,255,255,0.9) !important; }

/* About page rendered inside Elementor HTML widget. */
body.page-about-us .elementor .about-page .about-hero,
body.page-about-us .elementor .about-page .about-eng-section,
body.page-about-us .elementor .about-page .inner-page-cta {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
body.page-about-us .elementor .about-page .about-section.about-section-alt.staffing-alt-bg-2,
body.page-about-us .elementor .about-page #code-of-conduct,
body.page-about-us .elementor .about-page #locations {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
body.page-about-us .elementor .about-page {
  background: #fff !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* About (Elementor HTML export): do not color the whole wrapper by position. */
body.page-about-us .elementor .elementor-top-section:last-child {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.page-about-us .elementor .elementor-top-section:last-child > .elementor-container,
body.page-about-us .elementor .elementor-top-section:last-child > .elementor-container > .elementor-row,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-column,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-wrap,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget {
  margin-bottom: 0 !important;
}
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-heading .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-text-editor,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-text-editor p {
  color: inherit !important;
}
body.page-about-us .elementor .about-page .inner-page-cta {
  margin-bottom: 0 !important;
  padding-bottom: 3rem !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
@media (min-width: 640px) {
  body.page-about-us .elementor .about-page .inner-page-cta {
    padding-bottom: 4rem !important;
  }
}
body.page-about-us .site-main,
body.page-about-us .site-main > .elementor,
body.page-about-us .site-main .elementor.elementor-location-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.page-about-us .site-footer {
  margin-top: 0 !important;
  border-top: 1px solid #fff !important;
  box-shadow: none !important;
}

/* About native Elementor export: make inner sections behave like PHP layout grids. */
body.page-about-us .elementor .about-story-grid > .elementor-container,
body.page-about-us .elementor .about-vision-grid > .elementor-container,
body.page-about-us .elementor .about-ethics-grid > .elementor-container,
body.page-about-us .elementor .about-exec-grid > .elementor-container {
  display: grid !important;
  gap: 1.5rem !important;
}
body.page-about-us .elementor .about-story-grid > .elementor-container {
  grid-template-columns: 1.1fr 0.9fr !important;
  align-items: stretch !important;
}
body.page-about-us .elementor .about-vision-grid > .elementor-container,
body.page-about-us .elementor .about-ethics-grid > .elementor-container,
body.page-about-us .elementor .about-exec-grid > .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
body.page-about-us .elementor .about-vision-grid > .elementor-container {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
body.page-about-us .elementor .about-story-grid > .elementor-container > .elementor-column,
body.page-about-us .elementor .about-vision-grid > .elementor-container > .elementor-column,
body.page-about-us .elementor .about-ethics-grid > .elementor-container > .elementor-column,
body.page-about-us .elementor .about-exec-grid > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: none !important;
}
@media (max-width: 900px) {
  body.page-about-us .elementor .about-story-grid > .elementor-container,
  body.page-about-us .elementor .about-vision-grid > .elementor-container,
  body.page-about-us .elementor .about-ethics-grid > .elementor-container,
  body.page-about-us .elementor .about-exec-grid > .elementor-container {
    grid-template-columns: 1fr !important;
  }
}
/* Keep a clean 1px white separator between CTA and footer on About page. */
body.page-about-us .elementor .about-page .inner-page-cta { margin-bottom: 0 !important; }
body.page-about-us .elementor #about-cta .elementor-widget-heading:first-of-type .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.8) !important;
}
body.page-about-us .elementor #about-cta .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
}
@media (min-width: 640px) {
  body.page-about-us .elementor #about-cta .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
  body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-heading:nth-of-type(2) .elementor-heading-title { font-size: 2.25rem !important; }
}
/* CTA buttons: same height (outline uses 2px border — primary uses matching transparent border) */
body.page-about-us .elementor #about-cta .elementor-widget-button .elementor-button,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-button .elementor-button {
  box-sizing: border-box !important;
  border-radius: 0.75rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 0.875rem 2rem !important;
  min-height: 3.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.page-about-us .elementor #about-cta .elementor-widget-button:first-of-type .elementor-button,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-button:first-of-type .elementor-button {
  background: #fff !important;
  color: var(--primary) !important;
  border: 2px solid transparent !important;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
}
body.page-about-us .elementor #about-cta .elementor-widget-button:first-of-type .elementor-button:hover,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-button:first-of-type .elementor-button:hover {
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
  transform: translateY(-2px);
}
body.page-about-us .elementor #about-cta .elementor-widget-button:last-of-type .elementor-button,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-button:last-of-type .elementor-button {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.8) !important;
}
body.page-about-us .elementor #about-cta .elementor-widget-button:last-of-type .elementor-button:hover,
body.page-about-us .elementor .elementor-top-section:last-child .elementor-widget-button:last-of-type .elementor-button:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: #fff !important;
}

/* ===== Elementor Staffing Services page (mirror About Us method + PHP staffing-page look) ===== */
/* Slug staffing-services OR imported template (body class page-staffing-services-elementor) */
body.page-staffing-services .site-main,
body.page-staffing-services .site-main .container,
body.page-staffing-services .site-main article,
body.page-staffing-services .site-main .page-content.entry-content,
body.page-staffing-services-elementor .site-main,
body.page-staffing-services-elementor .site-main .container,
body.page-staffing-services-elementor .site-main article,
body.page-staffing-services-elementor .site-main .page-content.entry-content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
body.page-staffing-services .site-main .page-content.entry-content,
body.page-staffing-services-elementor .site-main .page-content.entry-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.page-staffing-services .site-main,
body.page-staffing-services-elementor .site-main { background: #fff !important; }
body.page-staffing-services .site-main .elementor,
body.page-staffing-services-elementor .site-main .elementor {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  box-sizing: border-box !important;
}
body.page-staffing-services .site-main .elementor .elementor-section,
body.page-staffing-services-elementor .site-main .elementor .elementor-section {
  max-width: none !important;
  width: 100% !important;
}
body.page-staffing-services .site-main .elementor .elementor-section-boxed > .elementor-container,
body.page-staffing-services-elementor .site-main .elementor .elementor-section-boxed > .elementor-container {
  max-width: 1140px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 1024px) {
  body.page-staffing-services .site-main .elementor .elementor-section-boxed > .elementor-container,
  body.page-staffing-services-elementor .site-main .elementor .elementor-section-boxed > .elementor-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
body.page-staffing-services .site-wrapper,
body.page-staffing-services-elementor .site-wrapper { overflow-x: hidden; }
body.page-staffing-services .elementor .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services-elementor .elementor .elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-display) !important;
}
body.page-staffing-services .elementor .elementor-widget-text-editor,
body.page-staffing-services .elementor .elementor-widget-text-editor p,
body.page-staffing-services-elementor .elementor .elementor-widget-text-editor,
body.page-staffing-services-elementor .elementor .elementor-widget-text-editor p {
  font-family: var(--font-sans) !important;
  text-transform: none !important;
}

/* Hero */
body.page-staffing-services .elementor #staffing-hero,
body.page-staffing-services .elementor .elementor-top-section:first-child,
body.page-staffing-services-elementor .elementor #staffing-hero,
body.page-staffing-services-elementor .elementor .elementor-top-section:first-child {
  position: relative !important;
  overflow: hidden !important;
  background: var(--inner-hero-gradient) !important;
  padding: 9rem 1rem 3.5rem !important;
}
body.page-staffing-services .elementor #staffing-hero::before,
body.page-staffing-services-elementor .elementor #staffing-hero::before,
body.page-staffing-services .elementor .elementor-top-section:first-child::before,
body.page-staffing-services-elementor .elementor .elementor-top-section:first-child::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
body.page-staffing-services .elementor #staffing-hero .elementor-container,
body.page-staffing-services-elementor .elementor #staffing-hero .elementor-container,
body.page-staffing-services .elementor .elementor-top-section:first-child .elementor-container,
body.page-staffing-services-elementor .elementor .elementor-top-section:first-child .elementor-container { position: relative; z-index: 1; }
body.page-staffing-services .elementor #staffing-hero .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services .elementor #staffing-hero .elementor-widget-text-editor,
body.page-staffing-services-elementor .elementor #staffing-hero .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-hero .elementor-widget-text-editor,
body.page-staffing-services .elementor .elementor-top-section:first-child .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services-elementor .elementor .elementor-top-section:first-child .elementor-widget-heading .elementor-heading-title {
  color: #fff !important;
}
body.page-staffing-services .elementor #staffing-hero .elementor-widget-text-editor p,
body.page-staffing-services-elementor .elementor #staffing-hero .elementor-widget-text-editor p,
body.page-staffing-services .elementor .elementor-top-section:first-child .elementor-widget-text-editor p,
body.page-staffing-services-elementor .elementor .elementor-top-section:first-child .elementor-widget-text-editor p {
  color: rgba(255,255,255,0.95) !important;
}
body.page-staffing-services .elementor #staffing-hero .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-hero .elementor-widget-heading .elementor-heading-title {
  font-size: 2rem !important;
  font-weight: 800 !important;
}
@media (min-width: 640px) {
  body.page-staffing-services .elementor #staffing-hero .elementor-widget-heading .elementor-heading-title,
  body.page-staffing-services-elementor .elementor #staffing-hero .elementor-widget-heading .elementor-heading-title { font-size: 2.5rem !important; }
}

/* Hire → Train → Deploy (matches .staffing-htd-cards + arrows) */
body.page-staffing-services .elementor #staffing-htd,
body.page-staffing-services-elementor .elementor #staffing-htd {
  background: #eaf4fc !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  body.page-staffing-services .elementor #staffing-htd,
  body.page-staffing-services-elementor .elementor #staffing-htd { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
body.page-staffing-services .elementor #staffing-htd > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-htd > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title {
  color: #1f2937 !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.page-staffing-services .elementor #staffing-htd > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title,
  body.page-staffing-services-elementor .elementor #staffing-htd > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title { font-size: 1.75rem !important; }
}
body.page-staffing-services .elementor #staffing-htd > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading + .elementor-widget-text-editor,
body.page-staffing-services-elementor .elementor #staffing-htd > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading + .elementor-widget-text-editor {
  text-align: center !important;
  max-width: 42rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2.5rem !important;
}
body.page-staffing-services .elementor #staffing-htd > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading + .elementor-widget-text-editor .elementor-text-editor,
body.page-staffing-services-elementor .elementor #staffing-htd > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading + .elementor-widget-text-editor .elementor-text-editor {
  color: #4b5563 !important;
  line-height: 1.6 !important;
}
body.page-staffing-services .elementor #staffing-htd .elementor-inner-section .elementor-row,
body.page-staffing-services-elementor .elementor #staffing-htd .elementor-inner-section .elementor-row {
  align-items: stretch !important;
}
body.page-staffing-services .elementor #staffing-htd .elementor-inner-section .elementor-column,
body.page-staffing-services-elementor .elementor #staffing-htd .elementor-inner-section .elementor-column {
  position: relative !important;
  background: #fff !important;
  border-radius: 1rem !important;
  padding: 1.75rem 1.5rem !important;
  border: 1px solid rgba(15,116,186,0.1) !important;
  box-shadow: 0 2px 12px rgba(15,116,186,0.06) !important;
}
@media (min-width: 768px) {
  body.page-staffing-services .elementor #staffing-htd .elementor-inner-section .elementor-column:nth-child(1),
  body.page-staffing-services-elementor .elementor #staffing-htd .elementor-inner-section .elementor-column:nth-child(1) { margin-right: 1.35rem !important; }
  body.page-staffing-services .elementor #staffing-htd .elementor-inner-section .elementor-column:nth-child(2),
  body.page-staffing-services-elementor .elementor #staffing-htd .elementor-inner-section .elementor-column:nth-child(2) { margin-left: 1.35rem !important; margin-right: 1.35rem !important; }
  body.page-staffing-services .elementor #staffing-htd .elementor-inner-section .elementor-column:nth-child(3),
  body.page-staffing-services-elementor .elementor #staffing-htd .elementor-inner-section .elementor-column:nth-child(3) { margin-left: 1.35rem !important; }
  body.page-staffing-services .elementor #staffing-htd .elementor-inner-section .elementor-column:nth-child(1)::after,
  body.page-staffing-services-elementor .elementor #staffing-htd .elementor-inner-section .elementor-column:nth-child(1)::after,
  body.page-staffing-services .elementor #staffing-htd .elementor-inner-section .elementor-column:nth-child(2)::after,
  body.page-staffing-services-elementor .elementor #staffing-htd .elementor-inner-section .elementor-column:nth-child(2)::after {
    content: '→' !important;
    position: absolute;
    left: 100%;
    margin-left: 1.35rem;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    opacity: 0.95;
    pointer-events: none;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  body.page-staffing-services .elementor #staffing-htd .elementor-inner-section .elementor-column,
  body.page-staffing-services-elementor .elementor #staffing-htd .elementor-inner-section .elementor-column { margin-bottom: 1rem !important; }
}
body.page-staffing-services .elementor #staffing-htd .elementor-inner-section .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-htd .elementor-inner-section .elementor-widget-heading .elementor-heading-title {
  color: var(--primary) !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  text-align: center !important;
}
body.page-staffing-services .elementor #staffing-htd .elementor-inner-section .elementor-widget-icon .elementor-icon,
body.page-staffing-services-elementor .elementor #staffing-htd .elementor-inner-section .elementor-widget-icon .elementor-icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
  min-width: 3.5rem !important;
  min-height: 3.5rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.25rem !important;
}

/* Technologies (light blue cards on white — matches .staffing-tech-card) */
body.page-staffing-services .elementor #staffing-tech,
body.page-staffing-services-elementor .elementor #staffing-tech {
  background: #fff !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  body.page-staffing-services .elementor #staffing-tech,
  body.page-staffing-services-elementor .elementor #staffing-tech { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
body.page-staffing-services .elementor #staffing-tech .elementor-widget-heading:first-of-type .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-tech .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
  text-align: center !important;
}
body.page-staffing-services .elementor #staffing-tech .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-tech .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #1f2937 !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.page-staffing-services .elementor #staffing-tech .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
  body.page-staffing-services-elementor .elementor #staffing-tech .elementor-widget-heading:nth-of-type(2) .elementor-heading-title { font-size: 1.75rem !important; }
}
body.page-staffing-services .elementor #staffing-tech .elementor-inner-section .elementor-row,
body.page-staffing-services-elementor .elementor #staffing-tech .elementor-inner-section .elementor-row {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
  width: calc(100% + 1.5rem) !important;
}
@media (min-width: 768px) {
  body.page-staffing-services .elementor #staffing-tech .elementor-inner-section .elementor-row,
  body.page-staffing-services-elementor .elementor #staffing-tech .elementor-inner-section .elementor-row {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
    width: calc(100% + 1.75rem) !important;
  }
}
body.page-staffing-services .elementor #staffing-tech .elementor-inner-section .elementor-column,
body.page-staffing-services-elementor .elementor #staffing-tech .elementor-inner-section .elementor-column {
  background: #eaf4fc !important;
  border-radius: 1rem !important;
  padding: 1.75rem 1.5rem !important;
  border: 1px solid rgba(15,116,186,0.15) !important;
  box-shadow: 0 2px 12px rgba(15,116,186,0.06) !important;
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
@media (min-width: 768px) {
  body.page-staffing-services .elementor #staffing-tech .elementor-inner-section .elementor-column,
  body.page-staffing-services-elementor .elementor #staffing-tech .elementor-inner-section .elementor-column {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
}
body.page-staffing-services .elementor #staffing-tech .elementor-inner-section .elementor-widget-icon .elementor-icon,
body.page-staffing-services-elementor .elementor #staffing-tech .elementor-inner-section .elementor-widget-icon .elementor-icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
  min-width: 3.5rem !important;
  min-height: 3.5rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.25rem !important;
}
body.page-staffing-services .elementor #staffing-tech .elementor-inner-section .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-tech .elementor-inner-section .elementor-widget-heading .elementor-heading-title {
  color: var(--primary) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
body.page-staffing-services .elementor #staffing-tech .elementor-inner-section .elementor-widget-text-editor,
body.page-staffing-services-elementor .elementor #staffing-tech .elementor-inner-section .elementor-widget-text-editor { color: #4b5563 !important; font-size: 0.875rem !important; line-height: 1.5 !important; text-align: center !important; }

/* Industries list (blue dots) */
body.page-staffing-services .elementor #staffing-industries,
body.page-staffing-services-elementor .elementor #staffing-industries { background: #eaf4fc !important; }
body.page-staffing-services .elementor #staffing-industries .staffing-el-industries,
body.page-staffing-services-elementor .elementor #staffing-industries .staffing-el-industries {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.page-staffing-services .elementor #staffing-industries .staffing-el-industries li,
body.page-staffing-services-elementor .elementor #staffing-industries .staffing-el-industries li {
  position: relative !important;
  padding-left: 1.25rem !important;
  margin-bottom: 0.5rem !important;
  color: #374151 !important;
  line-height: 1.6 !important;
}
body.page-staffing-services .elementor #staffing-industries .staffing-el-industries li::before,
body.page-staffing-services-elementor .elementor #staffing-industries .staffing-el-industries li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.55em !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--primary) !important;
}
body.page-staffing-services .elementor #staffing-industries .elementor-widget-heading:first-of-type .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-industries .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
}
body.page-staffing-services .elementor #staffing-industries .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-industries .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #1f2937 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

/* Stats (white pills) — horizontal row, centered, with gap between cards */
body.page-staffing-services .elementor #staffing-stats,
body.page-staffing-services-elementor .elementor #staffing-stats { background: #fff !important; padding: 2.5rem 1rem !important; }
/* Force inner container to flex row (covers Elementor variants where row is missing) */
body.page-staffing-services .elementor #staffing-stats .elementor-inner-section > .elementor-container,
body.page-staffing-services-elementor .elementor #staffing-stats .elementor-inner-section > .elementor-container {
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 1.25rem 1.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}
body.page-staffing-services .elementor #staffing-stats .elementor-inner-section .elementor-row,
body.page-staffing-services-elementor .elementor #staffing-stats .elementor-inner-section .elementor-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 1.25rem 1.75rem !important;
  max-width: 56rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
body.page-staffing-services .elementor #staffing-stats .elementor-inner-section .elementor-column,
body.page-staffing-services-elementor .elementor #staffing-stats .elementor-inner-section .elementor-column {
  background: #fff !important;
  border: 1px solid rgba(15,116,186,0.2) !important;
  border-radius: 1rem !important;
  padding: 1.5rem 1.25rem !important;
  box-shadow: 0 2px 8px rgba(15,116,186,0.06) !important;
  text-align: center !important;
  flex: 0 1 auto !important;
  width: auto !important;
  min-width: 10.5rem !important;
  max-width: 17rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}
@media (min-width: 480px) {
  body.page-staffing-services .elementor #staffing-stats .elementor-inner-section .elementor-column,
  body.page-staffing-services-elementor .elementor #staffing-stats .elementor-inner-section .elementor-column {
    flex: 0 0 calc(33.333% - 1.5rem) !important;
    max-width: 16rem !important;
    min-width: 10rem !important;
  }
  body.page-staffing-services .elementor #staffing-stats .elementor-inner-section > .elementor-container > .elementor-column,
  body.page-staffing-services-elementor .elementor #staffing-stats .elementor-inner-section > .elementor-container > .elementor-column {
    flex: 0 0 calc(33.333% - 1.5rem) !important;
    max-width: 16rem !important;
    min-width: 10rem !important;
  }
}
@media (min-width: 900px) {
  body.page-staffing-services .elementor #staffing-stats .elementor-inner-section .elementor-row,
  body.page-staffing-services-elementor .elementor #staffing-stats .elementor-inner-section .elementor-row {
    gap: 1.5rem 2rem !important;
    flex-wrap: nowrap !important;
  }
  body.page-staffing-services .elementor #staffing-stats .elementor-inner-section > .elementor-container {
    gap: 1.5rem 2rem !important;
    flex-wrap: nowrap !important;
  }
  body.page-staffing-services .elementor #staffing-stats .elementor-inner-section .elementor-column,
  body.page-staffing-services-elementor .elementor #staffing-stats .elementor-inner-section .elementor-column {
    flex: 0 0 15.5rem !important;
    max-width: 16rem !important;
  }
  body.page-staffing-services .elementor #staffing-stats .elementor-inner-section > .elementor-container > .elementor-column {
    flex: 0 0 15.5rem !important;
    max-width: 16rem !important;
  }
}
body.page-staffing-services .elementor #staffing-stats .elementor-inner-section .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-stats .elementor-inner-section .elementor-widget-heading .elementor-heading-title {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: var(--primary) !important;
}
@media (min-width: 640px) {
  body.page-staffing-services .elementor #staffing-stats .elementor-inner-section .elementor-widget-heading .elementor-heading-title,
  body.page-staffing-services-elementor .elementor #staffing-stats .elementor-inner-section .elementor-widget-heading .elementor-heading-title { font-size: 2.5rem !important; }
}
body.page-staffing-services .elementor #staffing-stats .elementor-inner-section .elementor-widget-text-editor,
body.page-staffing-services-elementor .elementor #staffing-stats .elementor-inner-section .elementor-widget-text-editor {
  color: #4b5563 !important;
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
}

/* Value proposition — green checks */
body.page-staffing-services .elementor #staffing-value,
body.page-staffing-services-elementor .elementor #staffing-value { background: #f0f7fc !important; }
body.page-staffing-services .elementor #staffing-value .staffing-el-vp,
body.page-staffing-services-elementor .elementor #staffing-value .staffing-el-vp {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.page-staffing-services .elementor #staffing-value .staffing-el-vp li,
body.page-staffing-services-elementor .elementor #staffing-value .staffing-el-vp li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  color: #374151 !important;
  line-height: 1.6 !important;
}
body.page-staffing-services .elementor #staffing-value .staffing-el-vp-tick,
body.page-staffing-services-elementor .elementor #staffing-value .staffing-el-vp-tick {
  color: #16a34a !important;
  font-weight: 700 !important;
  flex-shrink: 0 !important;
  margin-top: 0.15rem !important;
}
body.page-staffing-services .elementor #staffing-value .elementor-widget-heading:first-of-type .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-value .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
}
body.page-staffing-services .elementor #staffing-value .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-value .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #1f2937 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

/* Related offerings */
body.page-staffing-services .elementor #staffing-related,
body.page-staffing-services-elementor .elementor #staffing-related { background: #fff !important; }
body.page-staffing-services .elementor #staffing-related .elementor-widget-text-editor strong,
body.page-staffing-services-elementor .elementor #staffing-related .elementor-widget-text-editor strong { color: var(--primary) !important; }
body.page-staffing-services .elementor #staffing-related .elementor-widget-text-editor,
body.page-staffing-services-elementor .elementor #staffing-related .elementor-widget-text-editor { color: #4b5563 !important; line-height: 1.7 !important; }
body.page-staffing-services .elementor #staffing-related .elementor-widget-heading:first-of-type .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-related .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
}
body.page-staffing-services .elementor #staffing-related .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-related .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #1f2937 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
body.page-staffing-services .elementor #staffing-industries .elementor-widget-image img,
body.page-staffing-services-elementor .elementor #staffing-industries .elementor-widget-image img,
body.page-staffing-services .elementor #staffing-value .elementor-widget-image img,
body.page-staffing-services-elementor .elementor #staffing-value .elementor-widget-image img,
body.page-staffing-services .elementor #staffing-related .elementor-widget-image img,
body.page-staffing-services-elementor .elementor #staffing-related .elementor-widget-image img {
  border-radius: 1rem !important;
  object-fit: cover !important;
}

/* CTA footer section */
body.page-staffing-services .elementor #staffing-cta,
body.page-staffing-services-elementor .elementor #staffing-cta,
body.page-staffing-services .elementor .elementor-top-section:last-child,
body.page-staffing-services-elementor .elementor .elementor-top-section:last-child {
  background: var(--cta-gradient) !important;
  margin-bottom: 0 !important;
}
body.page-staffing-services .elementor #staffing-cta .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services .elementor #staffing-cta .elementor-widget-text-editor,
body.page-staffing-services-elementor .elementor #staffing-cta .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services-elementor .elementor #staffing-cta .elementor-widget-text-editor,
body.page-staffing-services .elementor .elementor-top-section:last-child .elementor-widget-heading .elementor-heading-title,
body.page-staffing-services-elementor .elementor .elementor-top-section:last-child .elementor-widget-heading .elementor-heading-title {
  color: #fff !important;
}
body.page-staffing-services .elementor #staffing-cta .elementor-widget-text-editor p,
body.page-staffing-services-elementor .elementor #staffing-cta .elementor-widget-text-editor p { color: rgba(255,255,255,0.9) !important; }
body.page-staffing-services .elementor #staffing-cta #staffing-cta-btns,
body.page-staffing-services-elementor .elementor #staffing-cta #staffing-cta-btns { margin-top: 0.5rem !important; }
body.page-staffing-services .elementor #staffing-cta #staffing-cta-btns .elementor-row,
body.page-staffing-services-elementor .elementor #staffing-cta #staffing-cta-btns .elementor-row {
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 1.25rem !important;
}
body.page-staffing-services .elementor #staffing-cta .elementor-widget-button .elementor-button,
body.page-staffing-services-elementor .elementor #staffing-cta .elementor-widget-button .elementor-button,
body.page-staffing-services .elementor .elementor-top-section:last-child .elementor-widget-button .elementor-button,
body.page-staffing-services-elementor .elementor .elementor-top-section:last-child .elementor-widget-button .elementor-button {
  box-sizing: border-box !important;
  border-radius: 0.75rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 0.875rem 2rem !important;
  min-height: 3.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Primary + outline buttons (row layout in #staffing-cta-btns) */
body.page-staffing-services .elementor #staffing-cta #staffing-cta-btns .elementor-column:nth-child(1) .elementor-button,
body.page-staffing-services-elementor .elementor #staffing-cta #staffing-cta-btns .elementor-column:nth-child(1) .elementor-button,
body.page-staffing-services .elementor #staffing-cta .elementor-widget-button:first-of-type .elementor-button,
body.page-staffing-services-elementor .elementor #staffing-cta .elementor-widget-button:first-of-type .elementor-button {
  background: #fff !important;
  color: var(--primary) !important;
  border: 2px solid transparent !important;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
}
body.page-staffing-services .elementor #staffing-cta #staffing-cta-btns .elementor-column:nth-child(2) .elementor-button,
body.page-staffing-services-elementor .elementor #staffing-cta #staffing-cta-btns .elementor-column:nth-child(2) .elementor-button,
body.page-staffing-services .elementor #staffing-cta .elementor-widget-button:last-of-type .elementor-button,
body.page-staffing-services-elementor .elementor #staffing-cta .elementor-widget-button:last-of-type .elementor-button {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.8) !important;
}
body.page-staffing-services .elementor #staffing-cta #staffing-cta-btns .elementor-column:nth-child(1) .elementor-button:hover,
body.page-staffing-services-elementor .elementor #staffing-cta #staffing-cta-btns .elementor-column:nth-child(1) .elementor-button:hover {
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
  transform: translateY(-2px);
}
body.page-staffing-services .elementor #staffing-cta #staffing-cta-btns .elementor-column:nth-child(2) .elementor-button:hover,
body.page-staffing-services-elementor .elementor #staffing-cta #staffing-cta-btns .elementor-column:nth-child(2) .elementor-button:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: #fff !important;
}

/* ===== Elementor Recruitment Solutions (mirror page-recruitment-solutions.php) ===== */
body.page-recruitment-solutions-elementor .site-main,
body.page-recruitment-solutions-elementor .site-main .container,
body.page-recruitment-solutions-elementor .site-main article,
body.page-recruitment-solutions-elementor .site-main .page-content.entry-content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
body.page-recruitment-solutions-elementor .site-main .page-content.entry-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.page-recruitment-solutions-elementor .site-main { background: #fff !important; }
body.page-recruitment-solutions-elementor .site-main .elementor {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  box-sizing: border-box !important;
}
body.page-recruitment-solutions-elementor .site-main .elementor .elementor-section {
  max-width: none !important;
  width: 100% !important;
}
body.page-recruitment-solutions-elementor .site-main .elementor .elementor-section-boxed > .elementor-container {
  max-width: 1420px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
@media (min-width: 1024px) {
  body.page-recruitment-solutions-elementor .site-main .elementor .elementor-section-boxed > .elementor-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
body.page-recruitment-solutions-elementor .site-wrapper { overflow-x: hidden; }
body.page-recruitment-solutions-elementor .elementor .elementor-widget-heading .elementor-heading-title { font-family: var(--font-display) !important; }
body.page-recruitment-solutions-elementor .elementor .elementor-widget-text-editor,
body.page-recruitment-solutions-elementor .elementor .elementor-widget-text-editor p {
  font-family: var(--font-sans) !important;
  text-transform: none !important;
}

/* ===== Elementor HR Outsourcing (mirror page-hr-outsourcing.php) ===== */
body.page-hr-outsourcing-elementor .site-main,
body.page-hr-outsourcing-elementor .site-main .container,
body.page-hr-outsourcing-elementor .site-main article,
body.page-hr-outsourcing-elementor .site-main .page-content.entry-content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
body.page-hr-outsourcing-elementor .site-main .page-content.entry-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.page-hr-outsourcing-elementor .site-main { background: #fff !important; }
body.page-hr-outsourcing-elementor .site-main .elementor {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  box-sizing: border-box !important;
}
body.page-hr-outsourcing-elementor .site-main .elementor .elementor-section {
  max-width: none !important;
  width: 100% !important;
}
body.page-hr-outsourcing-elementor .site-main .elementor .elementor-section-boxed > .elementor-container {
  max-width: 1420px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
@media (min-width: 1024px) {
  body.page-hr-outsourcing-elementor .site-main .elementor .elementor-section-boxed > .elementor-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
body.page-hr-outsourcing-elementor .site-wrapper { overflow-x: hidden; }
body.page-hr-outsourcing-elementor .elementor .elementor-widget-heading .elementor-heading-title { font-family: var(--font-display) !important; }
body.page-hr-outsourcing-elementor .elementor .elementor-widget-text-editor,
body.page-hr-outsourcing-elementor .elementor .elementor-widget-text-editor p {
  font-family: var(--font-sans) !important;
  text-transform: none !important;
}

/* HR hero */
body.page-hr-outsourcing-elementor .elementor #hr-hero,
body.page-hr-outsourcing-elementor .elementor .elementor-top-section:first-child {
  position: relative !important;
  overflow: hidden !important;
  background: var(--inner-hero-gradient) !important;
  padding: 9rem 1rem 3.5rem !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-hero::before,
body.page-hr-outsourcing-elementor .elementor .elementor-top-section:first-child::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
body.page-hr-outsourcing-elementor .elementor #hr-hero .elementor-container,
body.page-hr-outsourcing-elementor .elementor .elementor-top-section:first-child .elementor-container { position: relative; z-index: 1; }
body.page-hr-outsourcing-elementor .elementor #hr-hero .elementor-widget-heading .elementor-heading-title,
body.page-hr-outsourcing-elementor .elementor #hr-hero .elementor-widget-text-editor { color: #fff !important; }
body.page-hr-outsourcing-elementor .elementor #hr-hero .elementor-widget-text-editor p { color: rgba(255,255,255,0.95) !important; }
body.page-hr-outsourcing-elementor .elementor #hr-hero .elementor-widget-heading .elementor-heading-title {
  font-size: 2rem !important;
  font-weight: 800 !important;
}
@media (min-width: 640px) {
  body.page-hr-outsourcing-elementor .elementor #hr-hero .elementor-widget-heading .elementor-heading-title { font-size: 2.5rem !important; }
}

/* HR Our Services grid (match .hr-services-section) */
body.page-hr-outsourcing-elementor .elementor #hr-services {
  background: #fff !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  body.page-hr-outsourcing-elementor .elementor #hr-services { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
body.page-hr-outsourcing-elementor .elementor #hr-services > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
  text-align: center !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-services > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #1f2937 !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.page-hr-outsourcing-elementor .elementor #hr-services > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:nth-of-type(2) .elementor-heading-title { font-size: 1.75rem !important; }
}
body.page-hr-outsourcing-elementor .elementor #hr-services .elementor-inner-section .elementor-row {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
  width: calc(100% + 1rem) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-services .elementor-inner-section .elementor-column {
  background: #fff !important;
  border-radius: 1rem !important;
  padding: 1.875rem 1.625rem !important;
  border: 1px solid rgba(15,116,186,0.1) !important;
  box-shadow: 0 2px 12px rgba(15,116,186,0.06) !important;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-bottom: 1rem !important;
  flex: 0 1 100% !important;
  box-sizing: border-box !important;
}
@media (min-width: 1024px) {
  body.page-hr-outsourcing-elementor .elementor #hr-services .elementor-inner-section .elementor-column {
    padding: 2rem 1.75rem !important;
    min-height: 12rem !important;
    flex: 0 0 calc(33.333% - 1.5rem) !important;
    max-width: calc(33.333% - 1.5rem) !important;
  }
}
body.page-hr-outsourcing-elementor .elementor #hr-services .elementor-inner-section .elementor-widget-icon .elementor-icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
  min-width: 3.5rem !important;
  min-height: 3.5rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.25rem !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-services .elementor-inner-section .elementor-widget-heading .elementor-heading-title {
  color: var(--primary) !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-services .elementor-inner-section .elementor-widget-text-editor {
  color: #4b5563 !important;
  font-size: 0.9375rem !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

/* HR Expertise section (image | bullets) */
body.page-hr-outsourcing-elementor .elementor #hr-expertise {
  background: #eaf4fc !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  body.page-hr-outsourcing-elementor .elementor #hr-expertise { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
body.page-hr-outsourcing-elementor .elementor #hr-expertise .elementor-inner-section .elementor-column {
  align-self: center !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-expertise .elementor-widget-image img {
  display: block !important;
  max-width: 100% !important;
  border-radius: 1rem !important;
  box-shadow: 0 12px 30px rgba(15,116,186,0.25) !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-expertise .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-expertise .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #1f2937 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.page-hr-outsourcing-elementor .elementor #hr-expertise .elementor-widget-heading:nth-of-type(2) .elementor-heading-title { font-size: 1.75rem !important; }
}
body.page-hr-outsourcing-elementor .elementor #hr-expertise .elementor-widget-text-editor p {
  color: #4b5563 !important;
  line-height: 1.7 !important;
  margin-bottom: 1.25rem !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-expertise .staffing-list.staffing-list-value li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  position: relative !important;
  padding-left: 0 !important;
  margin-bottom: 0.75rem !important;
  list-style: none !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-expertise .staffing-list.staffing-list-value li::before {
  display: none !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-expertise .staffing-list.staffing-list-value {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-expertise .staffing-list.staffing-list-value .recruitment-tick {
  flex-shrink: 0 !important;
  margin-right: 0.5rem !important;
  margin-top: 0.2rem !important;
}

/* HR pricing CTA */
body.page-hr-outsourcing-elementor .elementor #hr-pricing-cta,
body.page-hr-outsourcing-elementor .elementor .elementor-top-section:last-child {
  background: var(--cta-gradient) !important;
  margin-bottom: 0 !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-pricing-cta .elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-display) !important;
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.2 !important;
}
@media (min-width: 640px) {
  body.page-hr-outsourcing-elementor .elementor #hr-pricing-cta .elementor-widget-heading .elementor-heading-title { font-size: 2.25rem !important; }
}
body.page-hr-outsourcing-elementor .elementor #hr-pricing-cta .elementor-widget-text-editor {
  margin-top: 1rem !important;
  font-size: 1.125rem !important;
  color: rgba(255,255,255,0.9) !important;
  line-height: 1.6 !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-pricing-cta #hr-pricing-cta-btns .elementor-row {
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-pricing-cta .elementor-widget-button .elementor-button {
  box-sizing: border-box !important;
  border-radius: 0.5rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 0.875rem 1.75rem !important;
  min-height: 3.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-pricing-cta #hr-pricing-cta-btns .elementor-column:nth-child(1) .elementor-button {
  background: #fff !important;
  color: var(--primary) !important;
  border: 2px solid transparent !important;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-pricing-cta #hr-pricing-cta-btns .elementor-column:nth-child(2) .elementor-button {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.9) !important;
}
body.page-hr-outsourcing-elementor .elementor #hr-pricing-cta #hr-pricing-cta-btns .elementor-column:nth-child(1) .elementor-button:hover {
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
  transform: translateY(-2px);
}
body.page-hr-outsourcing-elementor .elementor #hr-pricing-cta #hr-pricing-cta-btns .elementor-column:nth-child(2) .elementor-button:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: #fff !important;
}

/* ===== Elementor GCC page (mirror page-global-capability-centers.php) ===== */
body.hirelab-gcc-page .site-main,
body.hirelab-gcc-page .site-main .container,
body.hirelab-gcc-page .site-main article,
body.hirelab-gcc-page .site-main .page-content.entry-content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
body.hirelab-gcc-page .site-main .page-content.entry-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.hirelab-gcc-page .site-main { background: #fff !important; }
body.hirelab-gcc-page .site-main .elementor {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  box-sizing: border-box !important;
}
body.hirelab-gcc-page .site-main .elementor .elementor-section {
  max-width: none !important;
  width: 100% !important;
}
body.hirelab-gcc-page .site-main .elementor .elementor-section-boxed > .elementor-container {
  max-width: 1420px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
@media (min-width: 1024px) {
  body.hirelab-gcc-page .site-main .elementor .elementor-section-boxed > .elementor-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
body.hirelab-gcc-page .site-wrapper { overflow-x: hidden; }

/* GCC Hero */
body.hirelab-gcc-page .elementor .gcc-hero,
body.hirelab-gcc-page .elementor .elementor-top-section:first-child {
  position: relative !important;
  overflow: hidden !important;
  background: var(--inner-hero-gradient) !important;
  padding: 9rem 1rem 3.5rem !important;
  text-align: center !important;
  color: #fff !important;
}
body.hirelab-gcc-page .elementor .gcc-hero::before,
body.hirelab-gcc-page .elementor .elementor-top-section:first-child::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: var(--inner-hero-pattern) !important;
  background-size: 28px 28px !important;
  pointer-events: none !important;
  z-index: 0 !important;
}
body.hirelab-gcc-page .elementor .gcc-hero .elementor-container,
body.hirelab-gcc-page .elementor .elementor-top-section:first-child .elementor-container {
  position: relative;
  z-index: 1;
}
body.hirelab-gcc-page .elementor .gcc-hero .elementor-widget-heading .elementor-heading-title,
body.hirelab-gcc-page .elementor .gcc-hero .elementor-widget-text-editor {
  color: #fff !important;
}
body.hirelab-gcc-page .elementor .gcc-hero .elementor-widget-text-editor p {
  color: rgba(255,255,255,0.95) !important;
}
body.hirelab-gcc-page .elementor .gcc-hero .elementor-widget-heading .elementor-heading-title {
  font-size: 2rem !important;
  font-weight: 800 !important;
}
@media (min-width: 640px) {
  body.hirelab-gcc-page .elementor .gcc-hero .elementor-widget-heading .elementor-heading-title {
    font-size: 2.5rem !important;
  }
}

/* GCC Services grid — CSS Grid works with classic Elementor (.elementor-row) AND Flexbox Container DOM (no row / .e-con-inner) */
body.hirelab-gcc-page .elementor .gcc-services-section .hr-services-section .container,
body.hirelab-gcc-page .elementor .gcc-services-section .container {
  max-width: 1420px !important;
}
/* Inner service rows must span the full section width (Elementor often constrains inner sections). */
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section.hr-services-grid,
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section.gcc-services-row-1,
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section.gcc-services-row-2 {
  width: 100% !important;
  max-width: 100% !important;
}
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section.hr-services-grid > .elementor-container,
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section.hr-services-grid > .e-con {
  width: 100% !important;
  max-width: 100% !important;
}
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section.hr-services-grid .e-con-inner,
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section.hr-services-grid .elementor-row {
  width: 100% !important;
}
body.hirelab-gcc-page .elementor .gcc-services-section .hr-services-grid .elementor-column {
  margin-bottom: 1rem !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.hirelab-gcc-page .elementor .gcc-services-section .hr-services-grid .elementor-row,
body.hirelab-gcc-page .elementor .gcc-services-section .hr-services-grid > .elementor-container > .elementor-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  width: 100% !important;
  margin: 0 !important;
}
body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-1 > .elementor-container:not(:has(> .elementor-row)) {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  width: 100% !important;
}
body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-2 > .elementor-container:not(:has(> .elementor-row)) {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  width: 100% !important;
}
body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-1 .e-con-inner,
body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-2 .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  width: 100% !important;
}
@media (min-width: 1024px) {
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-1 .elementor-row,
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-1 > .elementor-container > .elementor-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-1 > .elementor-container:not(:has(> .elementor-row)) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-1 .e-con-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-1 .elementor-row > .elementor-column,
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-1 > .elementor-container:not(:has(> .elementor-row)) > .elementor-column {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-1 .e-con-inner > .elementor-element {
    min-width: 0 !important;
  }
  /* Row 2: 3-column grid; two cards occupy first two cells (left under row 1) */
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-2 .elementor-row,
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-2 > .elementor-container > .elementor-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-2 > .elementor-container:not(:has(> .elementor-row)) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-2 .e-con-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-2 .elementor-row > .elementor-column,
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-2 > .elementor-container:not(:has(> .elementor-row)) > .elementor-column {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-2 .e-con-inner > .elementor-element {
    min-width: 0 !important;
  }
  body.hirelab-gcc-page .elementor .gcc-services-section .elementor-column.hr-service-card {
    min-height: auto !important;
  }
}
/* Tighter vertical rhythm between service rows */
body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-1.elementor-inner-section {
  margin-bottom: 0.5rem !important;
}
body.hirelab-gcc-page .elementor .gcc-services-section .gcc-services-row-2.elementor-inner-section {
  margin-top: 0 !important;
}
/* Mirror #hr-services typography & card chrome on GCC (Elementor) */
body.hirelab-gcc-page .elementor #gcc-services {
  background: #ffffff !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  body.hirelab-gcc-page .elementor #gcc-services {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
body.hirelab-gcc-page .elementor #gcc-services > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
  text-align: center !important;
}
body.hirelab-gcc-page .elementor #gcc-services > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #1a202c !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.hirelab-gcc-page .elementor #gcc-services > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
    font-size: 1.75rem !important;
  }
}
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section .elementor-widget-icon {
  text-align: left !important;
}
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section .elementor-widget-icon .elementor-icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
  min-width: 3.5rem !important;
  min-height: 3.5rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.25rem !important;
}
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section .elementor-widget-heading .elementor-heading-title {
  color: var(--primary) !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: left !important;
}
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section .elementor-widget-text-editor {
  color: #4b5563 !important;
  font-size: 0.9375rem !important;
  line-height: 1.55 !important;
  text-align: left !important;
}
body.hirelab-gcc-page .elementor #gcc-services .elementor-inner-section .elementor-column.hr-service-card {
  background: #fff !important;
  border-radius: 1rem !important;
  padding: 1.875rem 1.625rem !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06) !important;
}

/* GCC process — 5 steps + arrows (column widths sum to 100% in JSON) */
body.hirelab-gcc-page .elementor #gcc-process {
  background: #f0f8ff !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  body.hirelab-gcc-page .elementor #gcc-process { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
body.hirelab-gcc-page .elementor #gcc-process > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title {
  color: #1f2937 !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.hirelab-gcc-page .elementor #gcc-process > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title {
    font-size: 1.75rem !important;
  }
}
body.hirelab-gcc-page .elementor #gcc-process > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-text-editor:first-of-type {
  text-align: center !important;
  max-width: 42rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  color: #4b5563 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps.elementor-inner-section,
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps {
  width: 100% !important;
  max-width: 100% !important;
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps > .elementor-container,
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps > .e-con {
  width: 100% !important;
  max-width: 100% !important;
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  width: 100% !important;
  gap: 0.25rem !important;
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps > .elementor-container:not(:has(> .elementor-row)) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  width: 100% !important;
  gap: 0.25rem !important;
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .e-con-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  width: 100% !important;
  gap: 0.25rem !important;
}
@media (min-width: 1024px) {
  /* One row of 5 steps + arrows: nowrap prevents 4+1 wrap (root bug was flex-wrap + flex-basis). */
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-row,
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps > .elementor-container:not(:has(> .elementor-row)),
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .e-con-inner {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
  }
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-row > .elementor-column.staffing-htd-card,
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps > .elementor-container:not(:has(> .elementor-row)) > .elementor-column.staffing-htd-card,
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .e-con-inner .elementor-column.staffing-htd-card {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-row > .elementor-column.staffing-htd-arrow,
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps > .elementor-container:not(:has(> .elementor-row)) > .elementor-column.staffing-htd-arrow,
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .e-con-inner .elementor-column.staffing-htd-arrow {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    width: 2rem !important;
  }
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-column.staffing-htd-card {
  background: #fff !important;
  border-radius: 1rem !important;
  padding: 1.75rem 1.25rem !important;
  border: 1px solid rgba(15, 116, 186, 0.1) !important;
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06) !important;
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-column.staffing-htd-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--primary) !important;
  min-height: 2.5rem !important;
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-widget-icon .elementor-icon {
  width: 3rem !important;
  height: 3rem !important;
  min-width: 3rem !important;
  min-height: 3rem !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.125rem !important;
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-column.staffing-htd-arrow .elementor-icon {
  background: transparent !important;
  color: var(--primary) !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  font-size: 1.25rem !important;
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-widget-heading .elementor-heading-title {
  color: var(--primary) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-align: center !important;
}
body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-widget-text-editor {
  color: #4b5563 !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-column.staffing-htd-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-column.staffing-htd-arrow {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0.25rem 0 !important;
  }
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-column.staffing-htd-arrow .elementor-icon i,
  body.hirelab-gcc-page .elementor #gcc-process .gcc-process-steps .elementor-column.staffing-htd-arrow .elementor-icon svg {
    transform: rotate(90deg);
  }
}

/* GCC Why HireLab — light blue cards, circular icons */
body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards.gcc-why-cards.elementor-inner-section,
body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
}
body.hirelab-gcc-page .elementor #gcc-why {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  body.hirelab-gcc-page .elementor #gcc-why { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
body.hirelab-gcc-page .elementor #gcc-why > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
  text-align: center !important;
}
body.hirelab-gcc-page .elementor #gcc-why > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #1f2937 !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.hirelab-gcc-page .elementor #gcc-why > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
    font-size: 1.75rem !important;
  }
}
body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .elementor-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  width: 100% !important;
  margin: 0 !important;
}
body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards > .elementor-container:not(:has(> .elementor-row)) {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  width: 100% !important;
}
body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  width: 100% !important;
}
@media (min-width: 640px) {
  body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .elementor-row,
  body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards > .elementor-container:not(:has(> .elementor-row)),
  body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 900px) {
  body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .elementor-row,
  body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards > .elementor-container:not(:has(> .elementor-row)),
  body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .e-con-inner {
    grid-template-columns: repeat(4, minmax(12rem, 1fr)) !important;
  }
}
body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .elementor-column {
  background: #eaf4fc !important;
  border-radius: 1rem !important;
  padding: 1.75rem 1.5rem !important;
  border: 1px solid rgba(15, 116, 186, 0.15) !important;
  box-shadow: 0 2px 12px rgba(15, 116, 186, 0.06) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .elementor-widget-icon .elementor-icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
  min-width: 3.5rem !important;
  min-height: 3.5rem !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.25rem !important;
}
body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .elementor-widget-heading .elementor-heading-title {
  color: var(--primary) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-align: center !important;
}
body.hirelab-gcc-page .elementor #gcc-why .staffing-tech-cards .elementor-widget-text-editor {
  color: #4b5563 !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

/* GCC final CTA — same gradient as HR / site CTA (--cta-gradient); do not use :last-child (breaks if structure changes) */
body.hirelab-gcc-page .elementor #gcc-final-cta {
  background: var(--cta-gradient) !important;
  margin-bottom: 0 !important;
}
body.hirelab-gcc-page .elementor #gcc-final-cta .elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-display) !important;
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.2 !important;
}
@media (min-width: 640px) {
  body.hirelab-gcc-page .elementor #gcc-final-cta .elementor-widget-heading .elementor-heading-title { font-size: 2.25rem !important; }
}
body.hirelab-gcc-page .elementor #gcc-final-cta .elementor-widget-text-editor {
  margin-top: 1rem !important;
  font-size: 1.125rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.6 !important;
}
body.hirelab-gcc-page .elementor #gcc-final-cta #gcc-cta-btns .elementor-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  width: 100% !important;
}
body.hirelab-gcc-page .elementor #gcc-final-cta #gcc-cta-btns > .elementor-container:not(:has(> .elementor-row)) {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1rem !important;
  width: 100% !important;
}
body.hirelab-gcc-page .elementor #gcc-final-cta #gcc-cta-btns .e-con-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1rem !important;
  width: 100% !important;
}
body.hirelab-gcc-page .elementor #gcc-final-cta .elementor-widget-button .elementor-button {
  box-sizing: border-box !important;
  border-radius: 0.75rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 0.875rem 1.75rem !important;
  min-height: 3.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.hirelab-gcc-page .elementor #gcc-final-cta #gcc-cta-btns .elementor-column:nth-child(1) .elementor-button {
  background: #fff !important;
  color: var(--primary) !important;
  border: 2px solid transparent !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}
body.hirelab-gcc-page .elementor #gcc-final-cta #gcc-cta-btns .elementor-column:nth-child(2) .elementor-button {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
}
body.hirelab-gcc-page .elementor #gcc-final-cta #gcc-cta-btns .elementor-column:nth-child(1) .elementor-button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-2px);
}
body.hirelab-gcc-page .elementor #gcc-final-cta #gcc-cta-btns .elementor-column:nth-child(2) .elementor-button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #fff !important;
}

/* Recruitment hero */
body.page-recruitment-solutions-elementor .elementor #recruitment-hero,
body.page-recruitment-solutions-elementor .elementor .elementor-top-section:first-child {
  position: relative !important;
  overflow: hidden !important;
  background: var(--inner-hero-gradient) !important;
  padding: 9rem 1rem 3.5rem !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-hero::before,
body.page-recruitment-solutions-elementor .elementor .elementor-top-section:first-child::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-hero .elementor-container,
body.page-recruitment-solutions-elementor .elementor .elementor-top-section:first-child .elementor-container { position: relative; z-index: 1; }
body.page-recruitment-solutions-elementor .elementor #recruitment-hero .elementor-widget-heading .elementor-heading-title,
body.page-recruitment-solutions-elementor .elementor #recruitment-hero .elementor-widget-text-editor { color: #fff !important; }
body.page-recruitment-solutions-elementor .elementor #recruitment-hero .elementor-widget-text-editor p { color: rgba(255,255,255,0.95) !important; }
body.page-recruitment-solutions-elementor .elementor #recruitment-hero .elementor-widget-heading .elementor-heading-title {
  font-size: 2rem !important;
  font-weight: 800 !important;
}
@media (min-width: 640px) {
  body.page-recruitment-solutions-elementor .elementor #recruitment-hero .elementor-widget-heading .elementor-heading-title { font-size: 2.5rem !important; }
}

/* RPO lifecycle — white step cards + arrows between */
body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle {
  background: #fff !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #1f2937 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:nth-of-type(2) .elementor-heading-title { font-size: 1.75rem !important; }
}
body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-row { align-items: stretch !important; }
body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-column {
  position: relative !important;
  background: #fff !important;
  border-radius: 1rem !important;
  padding: 1.5rem 1rem !important;
  border: 1px solid rgba(15,116,186,0.1) !important;
  box-shadow: 0 2px 12px rgba(15,116,186,0.06) !important;
}
@media (min-width: 768px) {
  body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-column:nth-child(1) { margin-right: 0.65rem !important; }
  body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-column:nth-child(2) { margin-left: 0.65rem !important; margin-right: 0.65rem !important; }
  body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-column:nth-child(3) { margin-left: 0.65rem !important; margin-right: 0.65rem !important; }
  body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-column:nth-child(4) { margin-left: 0.65rem !important; }
  body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-column:nth-child(1)::after,
  body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-column:nth-child(2)::after,
  body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-column:nth-child(3)::after {
    content: '→' !important;
    position: absolute;
    left: 100%;
    margin-left: 0.65rem;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary);
    pointer-events: none;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-column { margin-bottom: 1rem !important; }
}
body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-widget-heading .elementor-heading-title {
  color: var(--primary) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-align: center !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-widget-icon .elementor-icon {
  width: 3rem !important;
  height: 3rem !important;
  min-width: 3rem !important;
  min-height: 3rem !important;
  border-radius: 0.75rem !important;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.125rem !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-lifecycle .elementor-inner-section .elementor-widget-text-editor {
  color: #4b5563 !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

/* Service cards grid */
body.page-recruitment-solutions-elementor .elementor #recruitment-services {
  background: #eaf4fc !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  body.page-recruitment-solutions-elementor .elementor #recruitment-services { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
body.page-recruitment-solutions-elementor .elementor #recruitment-services > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:first-of-type .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--primary) !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-services > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #1f2937 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.page-recruitment-solutions-elementor .elementor #recruitment-services > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading:nth-of-type(2) .elementor-heading-title { font-size: 1.75rem !important; }
}
body.page-recruitment-solutions-elementor .elementor #recruitment-services #recruitment-services-row1 { margin-bottom: 1.25rem !important; }
body.page-recruitment-solutions-elementor .elementor #recruitment-services .elementor-inner-section .elementor-row {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
  width: calc(100% + 1rem) !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-services .elementor-inner-section .elementor-column {
  background: #fff !important;
  border-radius: 1rem !important;
  padding: 1.5rem 1.25rem !important;
  border: 1px solid rgba(15,116,186,0.1) !important;
  box-shadow: 0 2px 12px rgba(15,116,186,0.06) !important;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-bottom: 1rem !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-services .elementor-inner-section .elementor-widget-icon .elementor-icon {
  width: 3rem !important;
  height: 3rem !important;
  min-width: 3rem !important;
  min-height: 3rem !important;
  border-radius: 0.75rem !important;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary-blue) 100%) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.125rem !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-services .elementor-inner-section .elementor-widget-heading .elementor-heading-title {
  color: var(--primary) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-services .elementor-inner-section .elementor-widget-text-editor {
  color: #4b5563 !important;
  font-size: 0.875rem !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

/* Scale CTA */
body.page-recruitment-solutions-elementor .elementor #recruitment-scale-cta,
body.page-recruitment-solutions-elementor .elementor .elementor-top-section:last-child {
  background: var(--cta-gradient) !important;
  margin-bottom: 0 !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-scale-cta .elementor-widget-heading .elementor-heading-title {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15) !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  body.page-recruitment-solutions-elementor .elementor #recruitment-scale-cta .elementor-widget-heading .elementor-heading-title { font-size: 1.75rem !important; }
}
body.page-recruitment-solutions-elementor .elementor #recruitment-scale-cta #recruitment-cta-btns { margin-top: 0.5rem !important; }
body.page-recruitment-solutions-elementor .elementor #recruitment-scale-cta #recruitment-cta-btns .elementor-row {
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 1.25rem !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-scale-cta .elementor-widget-button .elementor-button {
  box-sizing: border-box !important;
  border-radius: 0.5rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 0.875rem 1.75rem !important;
  min-height: 3.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-scale-cta #recruitment-cta-btns .elementor-column:nth-child(1) .elementor-button {
  background: #fff !important;
  color: var(--primary) !important;
  border: 2px solid transparent !important;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-scale-cta #recruitment-cta-btns .elementor-column:nth-child(2) .elementor-button {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.9) !important;
}
body.page-recruitment-solutions-elementor .elementor #recruitment-scale-cta #recruitment-cta-btns .elementor-column:nth-child(1) .elementor-button:hover {
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
  transform: translateY(-2px);
}
body.page-recruitment-solutions-elementor .elementor #recruitment-scale-cta #recruitment-cta-btns .elementor-column:nth-child(2) .elementor-button:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: #fff !important;
}

/* Desktop mega menu (primary nav only; see Quest Global–style full-width panel + columns) */
@media (min-width: 1024px) {
  .site-nav-menu > .menu-item-has-children { position: static; }
  /* Compact flyout for Careers / Contact (not full-width mega) */
  .site-nav-menu > .menu-item-has-children.menu-item--simple-dropdown {
    position: relative;
  }
  /* Bridge the gap below the top link so :hover is not lost while moving to the panel
     (margin between trigger and .sub-menu created a dead zone and closed the menu). */
  .site-nav-menu > .menu-item--simple-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.75rem;
    z-index: 59;
    pointer-events: auto;
  }
  .site-nav-menu > .menu-item--simple-dropdown > .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0;
    padding: 0.5rem 0;
    min-width: 15rem;
    list-style: none;
    margin-left: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    z-index: 60;
    border-radius: 0.375rem;
  }
  .site-nav-menu > .menu-item--simple-dropdown:hover > .sub-menu,
  .site-nav-menu > .menu-item--simple-dropdown:focus-within > .sub-menu {
    display: block;
  }
  .site-nav-menu > .menu-item--simple-dropdown > .sub-menu a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    white-space: nowrap;
  }
  .site-nav-menu > .menu-item--simple-dropdown > .sub-menu a:hover,
  .site-nav-menu > .menu-item--simple-dropdown > .sub-menu a:focus {
    background: var(--light-bg);
    color: var(--primary);
  }
  .site-nav-menu > .menu-item-has-children > a {
    position: relative;
    z-index: 2;
  }
  .site-nav-menu > .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 0.28em;
    height: 0.28em;
    margin-left: 0.35em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    vertical-align: 0.12em;
    opacity: 0.55;
  }
  /* Fixed to viewport so width is never tied to the narrow <li>; JS sets --hirelab-mega-top to header bottom */
  .mega-menu-panel {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    top: var(--hirelab-mega-top, 7rem);
    margin-top: 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    z-index: 55;
    box-sizing: border-box;
    pointer-events: auto;
  }
  /* Bridge hover gap without painting over the logo (keep pointer-events only) */
  .mega-menu-panel::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    /* Bridge hover gap: margin-top on panel + original bridge */
    height: 0.875rem;
    background: transparent;
    pointer-events: auto;
  }
  .site-nav-menu > .menu-item-has-children:hover > .mega-menu-panel,
  .site-nav-menu > .menu-item-has-children:focus-within > .mega-menu-panel,
  .site-nav-menu > .menu-item-has-children.is-mega-open > .mega-menu-panel {
    display: block;
  }
  /* After a submenu link is clicked, hide until pointer leaves (hover/focus would keep it open) */
  .site-nav-menu > .menu-item-has-children.mega-menu-dismiss > .mega-menu-panel {
    display: none !important;
  }
  .mega-menu-inner {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  /* Wider than default .container (1280px) so mega content aligns with full header width feel */
  .mega-menu-panel .mega-menu-inner.container {
    max-width: min(1536px, 100%);
    width: 100%;
    box-sizing: border-box;
  }
  .mega-menu-layout--has-intro {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    gap: 1.25rem 2rem;
    /* Stretch intro column to match links height so border-right runs to the bottom */
    align-items: stretch;
  }
  .mega-menu-intro {
    margin: 0;
    padding: 0 1rem 0 0;
    border-right: 1px solid #e5e7eb;
    box-sizing: border-box;
  }
  .mega-menu-intro-kicker {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--primary);
    margin: 0 0 0.5rem;
    white-space: nowrap;
  }
  .mega-menu-intro-text {
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #4b5563;
    margin: 0;
  }
  .mega-menu-columns {
    min-width: 0;
  }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .mega-menu-layout--has-intro {
      grid-template-columns: 1fr;
    }
    .mega-menu-intro {
      border-right: none;
      border-bottom: 1px solid #e5e7eb;
      padding: 0 0 1rem;
    }
  }
  .mega-menu-grid--who-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .mega-menu-grid--who-three {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
  }
  /* Single column stack (Insights / For Employers / For Job Seekers): list items vertically */
  .mega-menu-grid--single-column {
    grid-template-columns: minmax(0, 24rem);
    gap: 0.25rem 0;
    justify-content: start;
  }
  .mega-menu-grid--single-column > .menu-item {
    grid-column: 1 / -1;
  }
  /* Heading shown above the link list for single-column mega menus */
  .mega-menu-single-heading {
    display: block;
    max-width: 24rem;
    margin: 0 0 0.65rem;
    padding: 0.15rem 0.35rem 0.5rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #111827;
    border-bottom: 1px solid #e5e7eb;
    line-height: 1.35;
    white-space: nowrap;
  }
  /* What we deliver: five service columns alongside the left intro */
  .mega-menu-grid--deliver-five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem 1rem;
    align-items: start;
  }
  .mega-menu-grid--deliver-five > .menu-item {
    min-width: 0;
  }
  /* Equalize column-heading heights so the underline aligns across all five columns
     even when one label is longer than the rest (e.g. Engineering Competencies). */
  .mega-menu-grid--deliver-five .mega-menu-column-heading {
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
    min-height: 2.55em;
    line-height: 1.25;
  }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .mega-menu-grid--deliver-five {
      gap: 0.5rem 0.6rem;
    }
    .mega-menu-grid--deliver-five .mega-menu-column-heading {
      font-size: 0.78rem;
    }
  }
  .mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    min-width: 0;
    background: transparent;
  }
  .mega-menu-grid > .menu-item {
    margin: 0;
    padding: 0;
  }
  /* Industry expertise: one full-width block; inner links use a 3-column grid below */
  .mega-menu-grid > .mega-menu-column-industries {
    grid-column: 1 / -1;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .mega-menu-column-industries > .mega-menu-column-heading {
    width: 100%;
    box-sizing: border-box;
  }
  /* Category title above each column’s links (same font scale as primary nav) */
  .mega-menu-column-heading {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #111827;
    margin: 0 0 0.5rem;
    padding: 0.35rem 0.35rem 0.5rem;
    border-bottom: 1px solid #e5e7eb;
    line-height: 1.35;
    white-space: nowrap;
  }
  /* Single-link cells (e.g. Services mega) — no column heading */
  .mega-menu-grid > .menu-item:not(.mega-menu-column) > a {
    display: block;
    padding: 0.5rem 0.35rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--primary);
    text-decoration: none;
    border-radius: 0.375rem;
    white-space: nowrap;
  }
  .mega-menu-grid > .menu-item:not(.mega-menu-column) > a:visited {
    color: var(--primary);
  }
  .mega-menu-grid > .menu-item:not(.mega-menu-column) > a:hover,
  .mega-menu-grid > .menu-item:not(.mega-menu-column) > a:focus {
    background: var(--light-bg);
    color: var(--primary);
  }
  .mega-menu-nested {
    display: block;
    position: static;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .mega-menu-nested .menu-item { margin: 0; }
  .mega-menu-nested .mega-menu-static-text {
    display: block;
    padding: 0.4rem 0.35rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #374151;
    white-space: nowrap;
    border-radius: 0.35rem;
  }
  /* Industry expertise mega only: three columns with clear gutter (no overlap from nowrap text) */
  .mega-menu-column-industries > .mega-menu-nested {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(2rem, 4vw, 3.25rem);
    row-gap: 0.35rem;
    align-items: start;
    justify-content: stretch;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .mega-menu-column-industries > .mega-menu-nested > .menu-item {
    min-width: 0;
    padding-right: 0.75rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .mega-menu-column-industries > .mega-menu-nested a {
    white-space: nowrap;
    margin-right: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .mega-menu-nested a {
    display: block;
    padding: 0.4rem 0.35rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--primary);
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
  }
  .mega-menu-nested a:visited {
    color: var(--primary);
  }
  .mega-menu-nested a:hover {
    background: var(--light-bg);
    color: var(--primary);
    text-decoration: none;
  }
  .mega-menu-nested a:focus {
    background: var(--light-bg);
    color: var(--primary);
    text-decoration: none;
    outline: none;
  }
  .mega-menu-nested a:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
  }
  .site-nav-menu .mega-menu-grid .current-menu-item > a,
  .site-nav-menu .mega-menu-nested .current-menu-item > a {
    color: var(--primary);
    font-weight: 600;
    background: transparent;
    text-decoration: none;
  }
}

/* Mega dropdown: match primary nav font scale (0.8125rem → 0.875rem at 1200px) */
@media (min-width: 1200px) {
  .mega-menu-panel .mega-menu-intro-kicker,
  .mega-menu-panel .mega-menu-intro-text,
  .mega-menu-panel .mega-menu-column-heading,
  .mega-menu-panel .mega-menu-grid > .menu-item:not(.mega-menu-column) > a,
  .mega-menu-panel .mega-menu-nested a,
  .mega-menu-panel .mega-menu-nested .mega-menu-static-text {
    font-size: 0.875rem;
  }
}

.mobile-nav .sub-menu {
  margin: 0.35rem 0 0.5rem 1rem;
  padding-left: 0;
}
.mobile-nav .menu-item-has-children > .sub-menu { display: none; }
.mobile-nav .menu-item-has-children.is-open > .sub-menu { display: block; }

/* Mobile menu: show a chevron arrow on items that have a submenu, rotate when open. */
.mobile-menu .menu-item-has-children > a,
.mobile-nav .menu-item-has-children > a {
  position: relative;
  padding-right: 2.25rem;
}
.mobile-menu .menu-item-has-children > a::after,
.mobile-nav .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  transform-origin: center;
  opacity: 0.7;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.mobile-menu .menu-item-has-children.is-open > a::after,
.mobile-nav .menu-item-has-children.is-open > a::after {
  transform: translateY(-35%) rotate(-135deg);
}
/* Nested submenu items inside the mobile drawer should also reveal their own arrow. */
.mobile-nav .sub-menu .menu-item-has-children > a,
.mobile-menu .sub-menu .menu-item-has-children > a {
  padding-right: 2rem;
}
.mobile-nav .sub-menu a {
  color: var(--primary);
  font-weight: 500;
  white-space: nowrap;
}
.mobile-nav .sub-menu .mega-menu-static-text {
  display: block;
  padding: 0.25rem 0;
  color: #374151;
  font-weight: 500;
  white-space: nowrap;
}
.mobile-nav .sub-menu .current-menu-item > a {
  font-weight: 600;
  text-decoration: none;
}

/* Locations contact details */
.location-contact-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.875rem;
  color: #374151;
}
.location-contact-list a { color: var(--primary); text-decoration: none; }
.location-contact-list a:hover { text-decoration: underline; }
.location-map-popup-contact {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #374151;
}

/* Payroll pricing + calculator */
.payroll-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) { .payroll-pricing-grid { grid-template-columns: repeat(2, 1fr); } }
.payroll-pricing-card h3 { margin-top: 0; color: #0b3a67; }
.payroll-pricing-card p { margin: 0.25rem 0 1rem; font-weight: 600; color: #1f2937; }
.payroll-pricing-card-featured { border: 2px solid rgba(15,116,186,0.25); }
.payroll-calculator-form {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
}
.payroll-calc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 1rem;
}
@media (min-width: 768px) { .payroll-calc-grid { grid-template-columns: repeat(2, 1fr); } }
.payroll-calc-grid p { margin: 0; display: flex; flex-direction: column; gap: 0.35rem; }
.payroll-calc-grid label { font-size: 0.875rem; font-weight: 600; color: #374151; }
.payroll-calc-grid input,
.payroll-calc-grid select {
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.625rem 0.75rem;
  font-size: 0.9375rem;
}
.payroll-calc-actions { margin: 1rem 0 0; }
.payroll-calc-result { margin-top: 1rem; }
.payroll-result-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.4rem; }
.payroll-result-actions { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Floating WhatsApp with routing */
.floating-wa {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 120;
}
.floating-wa-trigger {
  border: 0;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.7rem 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  cursor: pointer;
}
.floating-wa-panel {
  position: absolute;
  right: 0;
  bottom: 3.2rem;
  width: 220px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  padding: 0.75rem;
}
.floating-wa-title {
  margin: 0 0 0.55rem;
  font-size: 0.875rem;
  color: #111827;
  font-weight: 700;
}
.floating-wa-link {
  display: block;
  padding: 0.45rem 0.6rem;
  margin-bottom: 0.25rem;
  border-radius: 0.45rem;
  text-decoration: none;
  font-size: 0.875rem;
  color: #1f2937;
}
.floating-wa-link:hover {
  background: #f3f4f6;
  color: #111827;
}

/* Payroll page visuals (hero + section rhythm) */
.payroll-page .staffing-hero {
  position: relative;
  overflow: hidden;
  background: var(--inner-hero-gradient);
  padding: 9rem 0 3.5rem;
  text-align: center;
  color: #fff;
}
.payroll-page .staffing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--inner-hero-pattern);
  background-size: 28px 28px;
  opacity: 1;
  pointer-events: none;
}
.payroll-page .staffing-hero .staffing-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.payroll-page .staffing-hero .staffing-hero-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1rem;
}
@media (min-width: 640px) { .payroll-page .staffing-hero .staffing-hero-title { font-size: 2.5rem; } }
.payroll-page .staffing-hero .staffing-hero-desc {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.95);
  margin: 0;
}
.payroll-page .hr-services-title { margin-bottom: 1.25rem; }
.payroll-page .payroll-calc-lead {
  max-width: 52rem;
  margin: 0 auto 1rem;
  text-align: center;
}
.payroll-page .staffing-alt > .container > .staffing-alt-label {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.payroll-page .staffing-alt-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0f74ba;
  margin-bottom: 0.6rem;
}
.payroll-page .hr-services-section .staffing-alt-label {
  width: 100%;
  text-align: center;
}
.payroll-page .hr-services-grid {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .payroll-page .hr-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px) {
  .payroll-page .hr-services-grid { grid-template-columns: repeat(4, 1fr); }
}
.payroll-page .hr-service-card {
  align-items: center;
  text-align: center;
}
.payroll-page .hr-service-icon {
  margin-left: auto;
  margin-right: auto;
}
.payroll-page .hr-service-card-title,
.payroll-page .hr-service-card-desc {
  text-align: center;
}
.payroll-page .payroll-pricing-grid {
  align-items: stretch;
  gap: 1.25rem;
  position: relative;
}
.payroll-page .payroll-pricing-card {
  border: 1px solid rgba(15,116,186,0.12);
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 1.25rem;
  box-shadow: 0 6px 18px rgba(15,116,186,0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.payroll-page .payroll-pricing-card h3 {
  margin: 0;
  font-size: 1.62rem;
  line-height: 1.2;
  text-align: left;
  display: inline-block;
  padding: 0.42rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(15,116,186,0.08);
}
.payroll-page .payroll-pricing-card p {
  margin: 0.65rem 0 1rem;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.08rem;
  font-weight: 700;
  text-align: left;
}
.payroll-page .payroll-plan-subtitle {
  margin: 0 0 0.75rem;
  min-height: auto;
  justify-content: flex-start;
  text-align: left;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #475569;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.payroll-page .payroll-pricing-card .recruitment-list {
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.payroll-page .payroll-plan-value {
  margin: 0 0 1rem;
  min-height: auto;
  font-size: 0.92rem;
  line-height: 1.55;
  font-weight: 500;
  color: #4b5563;
  text-align: left;
  justify-content: flex-start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.payroll-page .payroll-plan-features {
  list-style: none;
  padding-left: 0;
  margin-top: 0.35rem;
  margin-bottom: 0.25rem;
}
.payroll-page .payroll-pricing-card .recruitment-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.6rem;
  text-align: left;
}
.payroll-page .payroll-pricing-card-featured {
  background: linear-gradient(180deg, rgba(15,116,186,0.09) 0%, #f8fbff 48%, #fff 100%);
  border: 2px solid rgba(15,116,186,0.3);
  transform: scale(1.08);
  box-shadow: 0 16px 28px rgba(15,116,186,0.18);
}
.payroll-page .payroll-pricing-card::before {
  content: '';
  display: block;
  width: 3rem;
  height: 0.22rem;
  border-radius: 999px;
  background: rgba(15,116,186,0.25);
  margin-bottom: 0.95rem;
}
.payroll-page .payroll-pricing-card-featured::before {
  background: linear-gradient(90deg, #0f74ba 0%, #3cb64b 100%);
}
.payroll-page .payroll-pricing-card-featured h3 {
  color: #0f5d97;
  background: rgba(60,182,75,0.14);
}
.payroll-page .payroll-pricing-card:not(.payroll-pricing-card-featured) h3 {
  background: rgba(15,116,186,0.1);
}
.payroll-page .payroll-pricing-card-featured::after {
  content: 'Most Popular';
  align-self: flex-start;
  margin-top: -0.4rem;
  margin-bottom: 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f74ba;
  background: rgba(15,116,186,0.08);
  border: 1px solid rgba(15,116,186,0.22);
  border-radius: 999px;
  padding: 0.36rem 0.75rem;
}
.payroll-page .payroll-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15,116,186,0.18);
  border-color: rgba(15,116,186,0.28);
}
.payroll-page .payroll-pricing-card-featured:hover {
  transform: scale(1.1) translateY(-2px);
}
.payroll-page .payroll-plan-actions {
  margin-top: auto;
  padding-top: 1.2rem;
  display: flex;
  justify-content: center;
}
.payroll-page .payroll-plan-btn {
  min-width: 12.5rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0.55rem;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.payroll-page .payroll-pricing-card .payroll-plan-btn.btn-cta-outline {
  border: 2px solid #0f74ba;
  color: #0f74ba;
  background: #fff;
}
.payroll-page .payroll-pricing-card .payroll-plan-btn.btn-cta-outline:hover {
  border-color: #0d5f9e;
  color: #0d5f9e;
  background: rgba(15,116,186,0.06);
  transform: translateY(-2px);
}
.payroll-page .payroll-pricing-card-featured .payroll-plan-btn.btn-cta-primary {
  border: 2px solid transparent;
  background: linear-gradient(135deg, #2f9e44 0%, #3cb64b 50%, #0f74ba 100%);
  color: #fff;
  min-width: 13rem;
}
.payroll-page .payroll-pricing-card-featured .payroll-plan-btn.btn-cta-primary:hover {
  box-shadow: 0 10px 20px rgba(15,116,186,0.25);
  transform: translateY(-2px) scale(1.02);
}
.payroll-page .payroll-premium-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  margin-left: 0.35rem;
  color: #f59e0b;
  background: rgba(245,158,11,0.12);
  font-size: 0.64rem;
}
.payroll-page .payroll-plan-features strong {
  color: #0f5d97;
  font-weight: 700;
}
.payroll-page .payroll-trust-signal {
  margin: 0.7rem 0 0;
  min-height: auto;
  justify-content: flex-start;
  text-align: left;
  color: #0f5d97;
  font-size: 0.86rem;
  font-weight: 700;
}
.payroll-page .payroll-trust-signal i { margin-right: 0.35rem; }
.payroll-page .payroll-pricing-disclaimer {
  margin: 1rem auto 0;
  text-align: center;
  color: #6b7280;
  font-size: 0.78rem;
  max-width: 58rem;
}
@media (max-width: 767px) {
  .payroll-page .payroll-pricing-card-featured,
  .payroll-page .payroll-pricing-card-featured:hover {
    transform: none;
  }
  .payroll-page .payroll-plan-btn {
    width: 100%;
    max-width: 18rem;
  }
  .payroll-page .payroll-pricing-grid::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .payroll-page .payroll-pricing-grid::after {
    content: '';
    position: absolute;
    top: 0.7rem;
    bottom: 0.7rem;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg, rgba(15,116,186,0.08), rgba(15,116,186,0.22), rgba(15,116,186,0.08));
    transform: translateX(-50%);
    pointer-events: none;
  }
}
