/* =========================================================
   HRMS Solution — page scoped styles
   Extends the SRCHOUT design system (navy #181C61 + coral #FF8C72).
   Manrope/Inter + AOS to match the UI/UX service page. New section
   components only; shared components (stats, testimonials, FAQ,
   subscribe form, logo strip, why-choose-us) reuse existing styles.
   ========================================================= */

.hrms-page {
  --hrms-navy: #181c61;
  --hrms-navy-deep: #12124e;
  --hrms-coral: #ff8c72;
  --hrms-coral-strong: #fc7662;
  --hrms-purple: #7d5ff4;
  --hrms-muted: #787aa8;
  --hrms-ink: #33334f;
  --hrms-line: rgba(24, 28, 97, 0.1);
  --hrms-soft: #f4f6fc;
  --hrms-soft-2: #eef0f7;
  --hrms-card: #ffffff;
  --hrms-radius: 16px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--hrms-ink);
  background: #ffffff00;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Uniform 48px gap between sections — no per-section padding/margin */
.hrms-page > section {
  margin: 0;
  padding: 0;
}

.hrms-page h1,
.hrms-page h2,
.hrms-page h3,
.hrms-page h4 {
  font-family: "Manrope", sans-serif;
  line-height: 1.15;
}

.hrms-head h2,
.hrms-def h3,
.hrms-feature h3,
.hrms-pill h3,
.hrms-step h3,
.hrms-callout h3 {
  color: var(--hrms-navy);
}

.hrms-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Section shell ---- */
.hrms-sec {
  padding: 60px 0;
}
#hrms-what {
  color: #fff;
  background: url("https://srchleads.s3.amazonaws.com/v1/srchout-web/images/hero-bg-b7a04928-615e-4a25-bd29-a3a4977e73ea1782454215.webp") center / cover no-repeat;
}
#hrms-what .hrms-eyebrow {
  color: #ffb9a5;
}
#hrms-what .hrms-head h2 {
  color: #fff;
}
#hrms-what .hrms-head p {
  color: rgba(255, 255, 255, 0.7);
}
#hrms-what .hrms-body {
  color: rgba(255, 255, 255, 0.85);
}
#hrms-types {
  color: #fff;
  background: url("https://srchleads.s3.amazonaws.com/v1/srchout-web/images/hero-bg-b7a04928-615e-4a25-bd29-a3a4977e73ea1782454215.webp") center / cover no-repeat;
}
#hrms-types .hrms-eyebrow {
  color: #ffb9a5;
}
#hrms-types .hrms-head h2 {
  color: #fff;
  white-space: nowrap;
}
#hrms-types .hrms-head p {
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#hrms-types .hrms-body {
  color: rgba(255, 255, 255, 0.85);
}
.hrms-nudge {
  width: 100%;
  margin-top: 32px;
  padding: 24px 28px;
  border-radius: 14px;
  background: rgba(255, 140, 114, 0.12);
  border-left: 4px solid var(--hrms-coral);
}
.hrms-nudge p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
#hrms-features {
  color: #fff;
}
#hrms-features .hrms-eyebrow {
  color: #ffb9a5;
}
#hrms-custom .hrms-head,
#hrms-security .hrms-head {
  max-width: 100%;
}
#hrms-custom .hrms-head h2,
#hrms-security .hrms-head h2 {
  white-space: nowrap;
}
#hrms-features .hrms-head h2 {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#hrms-features .hrms-head {
  max-width: 100%;
}
#hrms-features .hrms-head p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 100%;
}
#hrms-integration {
  color: #fff;
  background: url("https://srchleads.s3.amazonaws.com/v1/srchout-web/images/hero-bg-b7a04928-615e-4a25-bd29-a3a4977e73ea1782454215.webp") center / cover no-repeat;
}
#hrms-integration .hrms-eyebrow {
  color: #ffb9a5;
}
#hrms-integration .hrms-head h2 {
  color: #fff;
}
#hrms-integration .hrms-head p {
  color: rgba(255, 255, 255, 0.7);
}
#hrms-integration .hrms-body {
  color: rgba(255, 255, 255, 0.85);
}
.hrms-sec--soft {
  background: var(--hrms-soft);
}
.hrms-sec--tight {
  padding: 60px 0;
}

.hrms-head {
  margin: 0 0 12px;
}
.hrms-head.is-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hrms-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hrms-coral);
  margin-bottom: 14px;
}
.hrms-head h2 {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 700;
  margin: 0 0 16px;
}
.hrms-head p {
  font-size: 17px;
  color: var(--hrms-muted);
  margin: 0;
}
.hrms-body {
  max-width: 74ch;
  font-size: 16.5px;
  color: var(--hrms-ink);
  margin: 16px 0 0;
}
.hrms-body + .hrms-body {
  margin-top: 18px;
}

/* ---- Hero ---- */
.hrms-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px 0 48px;
  background:
    radial-gradient(1100px 480px at 85% -10%, rgba(255, 140, 114, 0.16), transparent 60%),
    radial-gradient(900px 560px at -5% 115%, rgba(125, 95, 244, 0.22), transparent 55%),
    var(--hrms-navy-deep);
  color: #fff;
  overflow: hidden;
}
.hrms-hero .hrms-container {
  max-width: 1320px;
  padding: 0 16px;
}
.hrms-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: stretch;
}
.hrms-hero-copy {
  max-width: 620px;
  min-width: 0;
}
.hrms-hero .hrms-eyebrow {
  color: #ffb9a5;
}
.hrms-hero h1 {
  color: #fff;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 14px 0 18px;
}
.hrms-hero h1 em {
  font-style: normal;
  color: var(--hrms-coral);
}
.hrms-lead {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 54ch;
  margin: 0 0 28px;
}
.hrms-hero-copy .nav-section-btn {
  justify-content: flex-start;
}

/* ---- Hero animated HRMS dashboard preview ---- */
.hrms-dash-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.hrms-dash {
  width: 100%;
  max-width: 700px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.hrms-dash-inner {
  display: flex;
  min-height: 0;
}
.hrms-dash-sidebar {
  width: 48px;
  flex-shrink: 0;
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
  gap: 8px;
}
.hrms-side-logo {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff8c72, #7d5ff4);
  display: grid;
  place-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.hrms-side-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.hrms-side-nav a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #94a3b8;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.hrms-side-nav a svg {
  width: 18px;
  height: 18px;
}
.hrms-side-nav a:hover,
.hrms-side-nav a.is-active {
  background: #eef2ff;
  color: #4f46e5;
}
.hrms-dash-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.hrms-dash-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.hrms-dash-dots {
  display: inline-flex;
  gap: 6px;
}
.hrms-dash-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}
.hrms-dash-dots i:nth-child(1) { background: #ff6058; }
.hrms-dash-dots i:nth-child(2) { background: #ffbd2e; }
.hrms-dash-dots i:nth-child(3) { background: #28c840; }
.hrms-dash-title {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.hrms-dash-avatar {
  margin-left: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8c72, #7d5ff4);
}
.hrms-dash-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hrms-dash-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.hrms-kpi {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  opacity: 0;
  transform: translateY(10px);
  animation: hrms-rise 0.6s ease forwards;
}
.hrms-kpi:nth-child(1) { animation-delay: 0.1s; }
.hrms-kpi:nth-child(2) { animation-delay: 0.2s; }
.hrms-kpi:nth-child(3) { animation-delay: 0.3s; }
.hrms-kpi-l {
  font-size: 11px;
  color: #64748b;
}
.hrms-kpi-v {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}
.hrms-kpi-t {
  font-size: 10.5px;
  color: #64748b;
}
.hrms-kpi-t.is-up { color: #10b981; }
.hrms-dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hrms-dcard {
  padding: 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
}
.hrms-dcard-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
}
.hrms-dbadge {
  font-size: 10px;
  font-weight: 600;
  color: #ff8c72;
  background: rgba(255, 140, 114, 0.1);
  border-radius: 100px;
  padding: 3px 9px;
}
.hrms-dcard--chart {
  display: flex;
  flex-direction: column;
}
.hrms-dcard--chart .hrms-days {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}
.hrms-dcard--chart .hrms-days b {
  flex: 1;
  text-align: center;
  font-size: 9px;
  font-weight: 500;
  color: #94a3b8;
}
.hrms-bars {
  height: 72px;
  position: relative;
}
.hrms-bars svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hrms-line-path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: hrms-draw 1.2s ease-out forwards;
}
.hrms-line-fill {
  opacity: 0;
  animation: hrms-fade-in 0.6s ease-out 0.6s forwards;
}
@keyframes hrms-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes hrms-fade-in {
  to { opacity: 1; }
}

/* New bar chart */
.hrms-bars-new {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 72px;
}
.hrms-bars-new span {
  flex: 1;
  height: var(--h);
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #ff8c72, #7d5ff4);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
  min-height: 4px;
  animation: hrms-grow-bar 0.7s cubic-bezier(0.22,1,0.36,1) forwards;
  transform: scaleY(0);
  transform-origin: bottom;
}
.hrms-bars-new span i {
  font-style: normal;
  font-size: 8px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}
.hrms-bars-new span:nth-child(1) { animation-delay: 0.1s; }
.hrms-bars-new span:nth-child(2) { animation-delay: 0.2s; }
.hrms-bars-new span:nth-child(3) { animation-delay: 0.3s; }
.hrms-bars-new span:nth-child(4) { animation-delay: 0.4s; }
.hrms-bars-new span:nth-child(5) { animation-delay: 0.5s; }
@keyframes hrms-grow-bar {
  to { transform: scaleY(1); }
}

/* Pie chart */
.hrms-pie {
  width: 100%;
  height: auto;
  display: block;
  max-width: 110px;
  margin: 0 auto;
}
.hrms-pie-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 8px;
}
.hrms-pie-legend span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  color: #64748b;
}
.hrms-pie-legend span i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
}

/* Ring */
.hrms-dcard--ring {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hrms-ring {
  position: relative;
  width: 88px;
  height: 88px;
}
.hrms-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.hrms-ring circle {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
}
.hrms-ring-bg { stroke: #f1f5f9; }
.hrms-ring-fg {
  stroke: #ff8c72;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  animation: hrms-draw-ring 1.6s ease 0.3s forwards;
}
@keyframes hrms-draw-ring {
  to { stroke-dashoffset: 44; }
}
.hrms-ring-v {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}
.hrms-ring-cap {
  margin-top: 6px;
  font-size: 10px;
  color: #64748b;
}
@keyframes hrms-rise {
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .hrms-dash,
  .hrms-dash-avatar::after { animation: none; }
  .hrms-kpi { opacity: 1; transform: none; animation: none; }
  .hrms-bars svg { animation: none; }
  .hrms-bars-new span { transform: scaleY(1); animation: none; }
  .hrms-ring-fg { stroke-dashoffset: 44; animation: none; }
}



/* Hero module marquee (2 rows, opposite directions, faded edges) */
.hrms-marquee {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.hrms-marquee-row {
  display: flex;
  overflow: hidden;
  min-width: 0;
}
.hrms-marquee-track {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
}
.hrms-marquee-track--left {
  animation: hrms-marq-left 36s linear infinite;
}
.hrms-marquee-track--right {
  animation: hrms-marq-right 36s linear infinite;
}
.hrms-marquee-group {
  display: flex;
  gap: 12px;
  padding-left: 12px;
  flex: 0 0 auto;
}
@keyframes hrms-marq-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes hrms-marq-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
.hrms-marquee:hover .hrms-marquee-track {
  animation-play-state: paused;
}
.hrms-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #ececff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  padding: 9px 15px;
  white-space: nowrap;
}
.hrms-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hrms-coral);
  flex: none;
}

/* ---- 3-up definition cards (HRMS vs HRIS vs HCM) ---- */
.hrms-def-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.hrms-def {
  background: var(--hrms-card);
  border: 1px solid var(--hrms-line);
  border-radius: var(--hrms-radius);
  padding: 30px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hrms-def:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(24, 28, 97, 0.1);
}
.hrms-def-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--hrms-coral);
}
.hrms-def h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 12px;
}
.hrms-def p {
  font-size: 14.5px;
  color: var(--hrms-muted);
  margin: 0;
}
.hrms-scope {
  margin-top: 20px;
  height: 6px;
  border-radius: 100px;
  background: var(--hrms-soft-2);
  overflow: hidden;
}
.hrms-scope > span {
  display: block;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, var(--hrms-purple), var(--hrms-navy));
}

/* ---- Feature module grid ---- */
.hrms-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.hrms-feature {
  position: relative;
  border: 1px solid var(--hrms-line);
  border-radius: var(--hrms-radius);
  padding: 24px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
.hrms-feature-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--hrms-navy);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.hrms-feature-ico svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hrms-feature-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.hrms-feature-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.hrms-feature p {
  font-size: 14.5px;
  color: var(--hrms-muted);
  margin: 0;
  flex: 1;
}
.hrms-feature .hrms-kw {
  display: block;
  margin-top: 14px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--hrms-purple);
  text-transform: lowercase;
}

/* ---- Comparison table ---- */
.hrms-table-wrap {
  overflow-x: auto;
}
.hrms-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--hrms-radius);
  overflow: hidden;
  font-size: 15px;
}
.hrms-table thead th {
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  background: #f0edf7;
  color: var(--hrms-navy);
}
.hrms-table thead th.c {
  text-align: center;
}
.hrms-table thead th.us {
  background: var(--hrms-navy);
  color: #fff;
}
.hrms-table tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(24, 28, 97, 0.07);
  vertical-align: middle;
  line-height: 1.5;
  color: var(--hrms-navy);
  font-weight: 500;
}
.hrms-table tbody td.c {
  text-align: center;
}
.hrms-table tbody td.us {
  background: rgba(24, 28, 97, 0.03);
}
.hrms-table tbody tr:last-child td {
  border-bottom: none;
}
.hrms-table .yes {
  color: #22c55e;
  font-weight: 700;
  font-size: 18px;
}
.hrms-table .no {
  color: #ef4444;
  font-weight: 700;
  font-size: 18px;
}
.hrms-callout {
  margin-top: 26px;
  padding: 26px 30px;
  border-radius: 14px;
  background: rgba(255, 140, 114, 0.1);
  border-left: 4px solid var(--hrms-coral);
}
.hrms-callout h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 8px;
}
.hrms-callout p {
  margin: 0;
  color: var(--hrms-ink);
  font-size: 15px;
}

/* ---- Security pills ---- */
.hrms-pill-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.hrms-pill {
  background: var(--hrms-card);
  border: 1px solid var(--hrms-line);
  border-radius: var(--hrms-radius);
  padding: 30px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hrms-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(24, 28, 97, 0.1);
}
.hrms-pill-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 140, 114, 0.12);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.hrms-pill-ico svg {
  width: 24px;
  height: 24px;
  stroke: var(--hrms-coral);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hrms-pill h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
.hrms-pill p {
  font-size: 14.5px;
  color: var(--hrms-muted);
  margin: 0;
}

/* ---- Industry chips ---- */
/* ---- Process steps ---- */
.hrms-steps {
  border-top: 1px solid var(--hrms-line);
}
.hrms-step {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--hrms-line);
}
.hrms-step-n {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: var(--hrms-navy);
  opacity: 0.28;
}
.hrms-step h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 7px;
}
.hrms-step p {
  color: var(--hrms-muted);
  font-size: 15px;
  margin: 0;
  max-width: 70ch;
}

/* ---- Cost / ROI ---- */
.hrms-roi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.hrms-roi {
  background: linear-gradient(135deg, #181c61, #2a2e87);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--hrms-radius);
  padding: 26px 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hrms-roi:hover {
  transform: translateY(-6px);
  border-color: rgba(125, 95, 244, 0.55);
  box-shadow: 0 18px 44px rgba(10, 12, 40, 0.45), 0 0 0 1px rgba(125, 95, 244, 0.55);
}
.hrms-roi-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.hrms-roi-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.hrms-roi-ico svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hrms-roi .hrms-roi-h {
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.hrms-roi p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* ---- Related services links ---- */
.hrms-rel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hrms-rel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--hrms-card);
  border: 1px solid var(--hrms-line);
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  color: var(--hrms-navy);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.hrms-rel a:hover {
  transform: translateY(-2px);
  border-color: var(--hrms-coral);
}
.hrms-rel a span {
  color: var(--hrms-coral);
  font-weight: 700;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .hrms-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hrms-hero-copy {
    max-width: 100%;
  }
  .hrms-dash {
    transform: none;
    animation: none;
    margin: 0 auto;
  }
  .hrms-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hrms-def-grid,
  .hrms-pill-row {
    grid-template-columns: 1fr;
  }
  .hrms-roi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hrms-sec {
    padding: 60px 0;
  }
  .hrms-hero {
    padding: 56px 0 72px;
  }
  .hrms-step {
    grid-template-columns: 54px 1fr;
    gap: 16px;
  }
  .hrms-step-n {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  .hrms-feature-grid {
    grid-template-columns: 1fr;
  }
  .hrms-roi-grid {
    grid-template-columns: 1fr;
  }
  .hrms-container {
    padding: 0 18px;
  }
  .hrms-table thead th {
    font-size: 14px;
    padding: 12px 10px;
    white-space: nowrap;
  }
  .hrms-table tbody td {
    padding: 12px 10px;
    font-size: 14px;
  }
  .hrms-table .yes,
  .hrms-table .no {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hrms-page * {
    transition: none;
  }
  .hrms-marquee-track {
    animation: none;
  }
}

/* =========================================================
   REDESIGN — Refined dark surface language (2026)
   Scoped entirely to .hrms-page redesigned sections. Later in the
   cascade so it extends/overrides the base rules above without
   touching shared components (why-choose-us, stats, testimonials,
   FAQ, subscribe). All copy is unchanged — layout/skin only.
   ========================================================= */
.hrms-page {
  --hrms-surface-1: #101046;
  --hrms-surface-2: #181c61;
  --hrms-glass: rgba(255, 255, 255, 0.055);
  --hrms-glass-2: rgba(255, 255, 255, 0.08);
  --hrms-glass-brd: rgba(255, 255, 255, 0.13);
  --hrms-glass-brd-strong: rgba(255, 255, 255, 0.22);
  --hrms-txt-1: #ffffff;
  --hrms-txt-2: rgba(255, 255, 255, 0.72);
  --hrms-txt-3: rgba(255, 255, 255, 0.55);
  --hrms-glow-coral: radial-gradient(760px 420px at 88% -8%, rgba(255, 140, 114, 0.20), transparent 62%);
  --hrms-glow-purple: radial-gradient(820px 460px at -6% 112%, rgba(125, 95, 244, 0.26), transparent 58%);
}

/* ---- Dark section shell (replaces repeated hero-bg.webp) ---- */
.hrms-sec--dark {
  position: relative;
  color: var(--hrms-txt-2);
  background: var(--hrms-surface-1);
  overflow: hidden;
}
.hrms-sec--dark > .hrms-container {
  position: relative;
  z-index: 1;
}
/* Per-section gradient identity so no two dark sections look alike */
.hrms-sec--dark.is-glow-coral {
  background: var(--hrms-glow-coral), var(--hrms-surface-1);
}
.hrms-sec--dark.is-glow-purple {
  background: var(--hrms-glow-purple), var(--hrms-surface-1);
}
.hrms-sec--dark.is-glow-dual {
  background: var(--hrms-glow-coral), var(--hrms-glow-purple), var(--hrms-surface-2);
}
.hrms-sec--dark.is-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(circle at 50% 30%, #000, transparent 78%);
  mask-image: radial-gradient(circle at 50% 30%, #000, transparent 78%);
  pointer-events: none;
  z-index: 0;
}

/* Unify heading/eyebrow/body colours on dark sections */
.hrms-sec--dark .hrms-head h2,
.hrms-sec--dark .hrms-def h3,
.hrms-sec--dark .hrms-feature h3,
.hrms-sec--dark .hrms-pill h3,
.hrms-sec--dark .hrms-step h3,
.hrms-sec--dark .hrms-callout h3 {
  color: var(--hrms-txt-1);
}
.hrms-sec--dark .hrms-eyebrow {
  color: #ffb9a5;
}
.hrms-sec--dark .hrms-head p {
  color: var(--hrms-txt-2);
}
.hrms-sec--dark .hrms-body {
  color: var(--hrms-txt-2);
}

/* ---- Glass card base (def / feature / pill / roi) ---- */
.hrms-sec--dark .hrms-def,
.hrms-sec--dark .hrms-feature,
.hrms-sec--dark .hrms-pill,
.hrms-sec--dark .hrms-roi {
  border: 1px solid var(--hrms-glass-brd);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.hrms-sec--dark .hrms-def,
.hrms-sec--dark .hrms-feature {
  background: linear-gradient(135deg, #181c61, #2a2e87);
  padding: 24px;
}
.hrms-sec--dark .hrms-def:hover,
.hrms-sec--dark .hrms-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(125, 95, 244, 0.55);
  box-shadow: 0 18px 44px rgba(10, 12, 40, 0.45), 0 0 0 1px rgba(125, 95, 244, 0.55);
}
.hrms-sec--dark .hrms-def p,
.hrms-sec--dark .hrms-feature p {
  color: rgba(255, 255, 255, 0.85);
}
.hrms-sec--dark .hrms-def-tag {
  color: var(--hrms-coral);
}
.hrms-sec--dark .hrms-feature .hrms-kw {
  color: rgba(255, 255, 255, 0.45);
}
.hrms-sec--dark .hrms-feature-ico {
  background: rgba(255, 255, 255, 0.1);
}
.hrms-sec--dark .hrms-pill,
.hrms-sec--dark .hrms-roi {
  background: var(--hrms-glass);
}
.hrms-sec--dark .hrms-pill:hover,
.hrms-sec--dark .hrms-roi:hover {
  border-color: var(--hrms-glass-brd-strong);
  background: var(--hrms-glass-2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}
.hrms-sec--dark .hrms-pill p,
.hrms-sec--dark .hrms-roi p {
  color: var(--hrms-txt-2);
}

/* ---- 1. #hrms-what — two-column with hub visual ---- */
.hrms-what-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.hrms-what-grid .hrms-body:first-child {
  margin-top: 0;
}
.hrms-hub {
  position: relative;
  min-height: 380px;
}
.hrms-hub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 140, 114, 0.10), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hrms-hub-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(135deg, var(--hrms-coral), var(--hrms-purple));
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.06), 0 18px 44px rgba(0, 0, 0, 0.45);
}
.hrms-hub-node {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 600;
  color: #ececff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--hrms-glass-brd);
  border-radius: 100px;
  padding: 8px 14px;
  white-space: nowrap;
}
.hrms-hub-node::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hrms-coral);
  box-shadow: 0 0 6px rgba(255, 140, 114, 0.9);
  flex-shrink: 0;
}
/* solar-system circular layout — 6 nodes at 60° intervals, radius ≈ 38% */
.hrms-hub-node.n1 { left: 50%;   top: 12%; }
.hrms-hub-node.n2 { left: 82.9%; top: 31%; }
.hrms-hub-node.n3 { left: 82.9%; top: 69%; }
.hrms-hub-node.n4 { left: 50%;   top: 88%; }
.hrms-hub-node.n5 { left: 17.1%; top: 69%; }
.hrms-hub-node.n6 { left: 17.1%; top: 31%; }

.hrms-hub-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.hrms-hub-lines line {
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1.6;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.hrms-flow-line {
  stroke: #ff8a00;
  stroke-width: 2.4;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 7 41;
  stroke-dashoffset: 48;
  filter: drop-shadow(0 0 4px rgba(255, 138, 0, 0.95));
  animation: hrms-flow 1.8s linear infinite;
}
@keyframes hrms-flow {
  to { stroke-dashoffset: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hrms-flow-line {
    animation: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke: rgba(255, 140, 114, 0.55);
  }
}

/* ---- 2. #hrms-types — glass callout ---- */
.hrms-sec--dark .hrms-nudge {
  background: rgba(255, 140, 114, 0.1);
  border-left: 4px solid var(--hrms-coral);
}
.hrms-sec--dark .hrms-nudge p {
  color: var(--hrms-txt-2);
}

/* ---- 3. #hrms-features — bento grid ---- */
#hrms-features {
  background: url("https://srchleads.s3.amazonaws.com/v1/srchout-web/images/hero-bg-b7a04928-615e-4a25-bd29-a3a4977e73ea1782454215.webp") center / cover no-repeat;
}
#hrms-features .hrms-feature-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
}

/* ---- 4. #hrms-custom — custom panel wins ---- */
#hrms-custom .hrms-callout {
  background: rgba(255, 140, 114, 0.08);
  border-left: 4px solid var(--hrms-coral);
  border-radius: var(--hrms-radius);
  padding: 20px 24px;
}
#hrms-custom .hrms-callout p {
  color: var(--hrms-muted);
}

/* ---- 5. #hrms-security — shield watermark ---- */
#hrms-security .hrms-pill-ico {
  background: rgba(255, 140, 114, 0.16);
}

/* ---- 6. #hrms-integration — pills-to-hub electricity diagram ---- */
.hrms-eco {
  position: relative;
  margin-top: 40px;
  height: 320px;
}

/* SVG wires layer (spans the whole box, stretched to align endpoints) */
.hrms-eco-wires {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.hrms-eco-wires .wire {
  fill: none;
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1.6;
  stroke-linecap: round;
}
.hrms-eco-wires .flow {
  fill: none;
  stroke: #ff8a00;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 22 250;
  stroke-dashoffset: 272;
  filter: drop-shadow(0 0 5px rgba(255, 138, 0, 0.95));
  animation: hrms-eco-flow 1.8s linear infinite;
}
@keyframes hrms-eco-flow {
  to { stroke-dashoffset: 0; }
}

/* Pills spread evenly across the top row */
.hrms-eco-spoke {
  position: absolute;
  top: 14px;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
  color: #ececff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--hrms-glass-brd);
  border-radius: 100px;
  padding: 10px 16px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.hrms-eco-spoke::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hrms-coral);
  box-shadow: 0 0 6px rgba(255, 140, 114, 0.9);
}
.hrms-eco-spoke:hover {
  transform: translateX(-50%) translateY(-2px);
  border-color: rgba(255, 140, 114, 0.5);
}
.hrms-eco-spoke:nth-of-type(1) { left: 8.33%; }
.hrms-eco-spoke:nth-of-type(2) { left: 25%; }
.hrms-eco-spoke:nth-of-type(3) { left: 41.67%; }
.hrms-eco-spoke:nth-of-type(4) { left: 58.33%; }
.hrms-eco-spoke:nth-of-type(5) { left: 75%; }
.hrms-eco-spoke:nth-of-type(6) { left: 91.67%; }

/* HR Software hub — centered, two rows below the pills */
.hrms-eco-core {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 3;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--hrms-coral), var(--hrms-purple));
  border-radius: 14px;
  padding: 18px 30px;
  box-shadow: 0 0 0 6px rgba(255, 140, 114, 0.12), 0 18px 44px rgba(0, 0, 0, 0.45);
}

@media (max-width: 560px) {
  .hrms-eco {
    height: 260px;
  }
  .hrms-eco-spoke {
    font-size: 11px;
    padding: 7px 10px;
    gap: 5px;
  }
  .hrms-eco-spoke::before {
    width: 5px;
    height: 5px;
  }
  .hrms-eco-core {
    font-size: 14px;
    padding: 14px 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hrms-eco-wires .flow {
    animation: none;
    stroke-dashoffset: 0;
    stroke-dasharray: none;
    stroke: rgba(255, 140, 114, 0.55);
  }
}

/* ---- 7. #hrms-industries — dark glass chips ---- */
#hrms-industries {
  background: url("https://srchleads.s3.amazonaws.com/v1/srchout-web/images/hero-bg-b7a04928-615e-4a25-bd29-a3a4977e73ea1782454215.webp") center / cover no-repeat;
}
#hrms-industries .hrms-chip:hover {
  background: var(--hrms-coral);
  border-color: var(--hrms-coral);
  color: #1a1a3a;
}

/* ---- 8. #hrms-process — connected timeline ---- */
#hrms-process {
  background: url("https://srchleads.s3.amazonaws.com/v1/srchout-web/images/hero-bg-b7a04928-615e-4a25-bd29-a3a4977e73ea1782454215.webp") center / cover no-repeat;
}
#hrms-process .hrms-steps {
  border-top: none;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
#hrms-process .hrms-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  grid-template-columns: none;
  border-bottom: none;
  padding: 22px 0 0 0;
}
#hrms-process .hrms-step::before {
  content: "";
  position: absolute;
  top: 49px;
  left: 50%;
  width: calc(100% + 20px);
  height: 2px;
  background: linear-gradient(90deg, var(--hrms-coral), var(--hrms-purple));
  opacity: 0.5;
}
#hrms-process .hrms-step:last-child::before {
  display: none;
}
#hrms-process .hrms-step-n {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  opacity: 1;
  color: #fff;
  background: var(--hrms-surface-2);
  border: 1px solid rgba(255, 140, 114, 0.5);
  box-shadow: 0 0 0 6px rgba(16, 16, 70, 0.9);
}
#hrms-process .hrms-step p {
  color: var(--hrms-txt-2);
}

/* Testimonials — full-bleed carousel, end to end like other pages */
#hrms-testimonials .mt-5 {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}

/* ---- 9. #hrms-cost — ROI cards on white ---- */
#hrms-cost {
  background: #fff;
  padding: 24px 0;
}
#hrms-cost .hrms-eyebrow {
  color: var(--hrms-coral-strong);
}
#hrms-cost .hrms-head h2 {
  color: var(--hrms-navy);
}
#hrms-cost .hrms-head p {
  color: var(--hrms-muted);
}
#hrms-cost .hrms-body {
  color: var(--hrms-ink);
  max-width: none;
}

/* ---- 10. #hrms-related — dark glass link chips ---- */
.hrms-sec--dark .hrms-rel a {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--hrms-glass-brd);
  color: #ececff;
}
.hrms-sec--dark .hrms-rel a:hover {
  border-color: rgba(255, 140, 114, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

/* ---- Wrapper that held #hrms-custom + #hrms-security ---- */
.hrms-dark-wrap {
  position: relative;
  background: #F5F3FF url("https://srchleads.s3.amazonaws.com/v1/srchout-web/images/web-dev-hero-bg-1e8e31c5-8e44-45c6-be74-f4375424abf51782454272.svg") center / cover no-repeat;
}
.hrms-dark-wrap .hrms-sec--dark {
  color: var(--hrms-navy);
}
.hrms-dark-wrap .hrms-sec--dark .hrms-head h2,
.hrms-dark-wrap .hrms-sec--dark .hrms-callout h3,
.hrms-dark-wrap .hrms-sec--dark .hrms-pill h3 {
  color: var(--hrms-navy);
}
.hrms-dark-wrap .hrms-sec--dark .hrms-head p,
.hrms-dark-wrap .hrms-sec--dark .hrms-body,
.hrms-dark-wrap .hrms-sec--dark .hrms-callout p,
.hrms-dark-wrap .hrms-sec--dark .hrms-pill p {
  color: var(--hrms-muted);
}
.hrms-dark-wrap .hrms-sec--dark .hrms-eyebrow {
  color: var(--hrms-coral-strong);
}
.hrms-dark-wrap .hrms-sec--dark .hrms-pill {
  background: linear-gradient(135deg, #181c61, #2a2e87);
  border-color: rgba(255, 255, 255, 0.13);
  padding: 28px;
  border-radius: var(--hrms-radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hrms-dark-wrap .hrms-sec--dark .hrms-pill-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.hrms-dark-wrap .hrms-sec--dark .hrms-pill:hover {
  transform: translateY(-6px);
  border-color: rgba(125, 95, 244, 0.55);
  box-shadow: 0 18px 44px rgba(10, 12, 40, 0.45), 0 0 0 1px rgba(125, 95, 244, 0.55);
}
.hrms-dark-wrap .hrms-sec--dark .hrms-pill h3 {
  color: #fff;
}
.hrms-dark-wrap .hrms-sec--dark .hrms-pill p {
  color: rgba(255, 255, 255, 0.8);
}
.hrms-dark-wrap .hrms-sec--dark .hrms-pill-ico,
.hrms-dark-wrap #hrms-security .hrms-pill-ico {
  background: rgba(255, 255, 255, 0.12);
}
.hrms-dark-wrap .hrms-sec--dark {
  background: transparent;
}

/* ---- Wrapper for partner through FAQ ---- */
.hrms-partner-wrap {
  background: #F5F3FF url("https://srchleads.s3.amazonaws.com/v1/srchout-web/images/web-dev-hero-bg-1e8e31c5-8e44-45c6-be74-f4375424abf51782454272.svg") center / cover no-repeat;
}
.hrms-partner-wrap > section {
  background: transparent !important;
}

/* ---- Redesign responsive ---- */
@media (max-width: 992px) {
  .hrms-what-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  #hrms-features .hrms-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #hrms-process .hrms-steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  #hrms-process .hrms-step::before {
    display: none;
  }
}
@media (max-width: 768px) {
  #hrms-types .hrms-head h2,
  #hrms-custom .hrms-head h2,
  #hrms-security .hrms-head h2,
  #hrms-features .hrms-head h2 {
    white-space: normal;
  }
}
@media (max-width: 560px) {
  #hrms-features .hrms-feature-grid {
    grid-template-columns: 1fr;
  }
  .hrms-hub {
    min-height: 300px;
  }
  .hrms-hub-core {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
  .hrms-hub-node {
    font-size: 11px;
    padding: 6px 10px;
  }
  .hrms-hub::before {
    width: 200px;
    height: 200px;
  }
  #hrms-process .hrms-steps {
    grid-template-columns: 1fr;
  }
  #hrms-process .hrms-step-n {
    width: 46px;
    height: 46px;
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hrms-sec--dark .hrms-def,
  .hrms-sec--dark .hrms-feature,
  .hrms-sec--dark .hrms-pill,
  .hrms-sec--dark .hrms-roi {
    transition: none;
  }
}
