/* =========================================================
   DEV IT Inspired Theme — OM Web Development Services
   ========================================================= */

:root {
  --devit-navy: #112d4e;
  --devit-navy-2: #16375f;
  --devit-blue: #3f72af;
  --devit-cyan: #5b8ac4;
  --devit-cyan-soft: #8fb0d9;
  --devit-red: #e63946;
  --devit-gradient: linear-gradient(135deg, #3f72af 0%, #5b8ac4 100%);
}

/* Top bar removed */
.om-topbar { display: none !important; }

/* Navbar tweaks for corporate look */
.om-header-wrap {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
}
.om-header-wrap .om-navbar {
  position: relative;
  top: auto;
  background: #fff;
  border-bottom: 1px solid #dbe2ef;
  height: 72px;
  box-shadow: none;
}
.om-header-wrap.is-scrolled .om-navbar {
  box-shadow: 0 4px 24px rgba(17, 45, 78, 0.06);
}
.om-header-wrap .om-navbar .brand-logo,
.om-header-wrap .om-navbar.is-scrolled .brand-logo {
  height: 52px;
  max-height: 52px;
}

/* Desktop nav items — DEV IT style */
.om-desktop-nav {
  gap: 0.15rem !important;
}
.om-nav-dropdown {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem !important;
}
.om-nav-dropdown::after {
  display: none !important;
}
.om-nav-chev {
  font-size: 0.6rem;
  opacity: 0.6;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.om-mega-dropdown.is-open .om-nav-chev {
  transform: rotate(180deg);
}
.om-mega-dropdown.is-open .om-nav-dropdown {
  color: var(--devit-navy) !important;
}

/* Mega menu portal */
.om-mega-portal {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1025;
  pointer-events: none;
}
.om-mega-full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition:
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.35s;
  pointer-events: none;
}
.om-mega-full.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.om-mega-portal.has-open {
  pointer-events: auto;
}

/* Mega menu panel — DEV IT layout */
.om-mega-devit {
  display: flex;
  background: #fff;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 24px 64px rgba(17, 45, 78, 0.14);
  overflow: hidden;
  border: 1px solid #dbe2ef;
  border-top: none;
  min-height: 320px;
}
.om-mega-devit__aside {
  width: min(28%, 300px);
  flex-shrink: 0;
  background: var(--devit-navy);
  padding: 2.25rem 1.85rem;
  color: #fff;
}
.om-mega-devit__aside h3 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.25;
}
.om-mega-devit__aside p {
  font-size: 0.86rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}
.om-mega-devit__body {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 2rem 1.5rem;
}
.om-mega-devit__col {
  padding: 0 1.75rem;
  border-right: 1px dashed #c9d3e6;
}
.om-mega-devit__col:last-child {
  border-right: none;
}
.om-mega-devit__group h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}
.om-mega-devit__group--sep {
  margin-top: 1.65rem;
  padding-top: 1.65rem;
  border-top: 1px dashed #c9d3e6;
}
.om-mega-devit__link {
  display: block;
  padding: 0.38rem 0;
  font-size: 0.86rem;
  font-weight: 500;
  color: #4a5a75;
  transition: color 0.2s, padding-left 0.2s;
}
.om-mega-devit__link:hover {
  color: var(--devit-blue);
  padding-left: 6px;
}
.om-mega-devit__link.is-active {
  color: var(--devit-blue);
  font-weight: 650;
}

/* CTA button — DEV IT navy pill */
.nav-cta {
  background: var(--devit-navy) !important;
  box-shadow: none !important;
  border-radius: 50px;
  padding: 0.7rem 1.4rem !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s !important;
}
.nav-cta .bi {
  font-size: 0.85rem;
  transition: transform 0.25s;
}
.nav-cta:hover {
  background: var(--devit-navy-2) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(17, 45, 78, 0.2) !important;
  color: #fff !important;
}
.nav-cta:hover .bi {
  transform: translate(2px, -2px);
}

/* Inner page banner — DEV IT modern hero */
.page-hero {
  display: none;
}

.page-hero-devit {
  position: relative;
  padding: 3.5rem 0 3rem;
  color: var(--ink);
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 70% at 80% 15%, rgba(63, 114, 175, 0.08), transparent 60%),
    radial-gradient(ellipse 50% 60% at 15% 20%, rgba(63, 114, 175, 0.06), transparent 60%),
    linear-gradient(180deg, #f9f7f7 0%, #f9f7f7 45%, #ffffff 100%);
}
.page-hero-devit__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero-devit__cloud {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  animation: orbFloat 14s ease-in-out infinite alternate;
}
.page-hero-devit__cloud--1 {
  width: 45%;
  height: 55%;
  top: -20%;
  right: 2%;
  background: radial-gradient(circle, rgba(63, 114, 175, 0.18), transparent 70%);
}
.page-hero-devit__cloud--2 {
  width: 40%;
  height: 40%;
  bottom: -25%;
  left: -5%;
  background: radial-gradient(circle, rgba(63, 114, 175, 0.14), transparent 70%);
  animation-delay: -5s;
}
.page-hero-devit__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(63, 114, 175, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 114, 175, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.6) 55%, transparent 100%);
}
.page-hero-devit__inner {
  position: relative;
  z-index: 2;
}
.page-hero-devit__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 1.5rem;
}
.page-hero-devit__crumb a {
  color: var(--ink-soft);
  transition: color 0.2s;
}
.page-hero-devit__crumb a:hover { color: var(--devit-blue); }
.page-hero-devit__crumb span[aria-current] { color: var(--accent); }
.page-hero-devit__crumb-sep { opacity: 0.4; }
.page-hero-devit__category {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  padding: 0.4rem 0.95rem;
  border-radius: var(--pill);
  box-shadow: 0 4px 14px rgba(17, 45, 78, 0.05);
  margin-bottom: 1.35rem;
}
.page-hero-devit__category::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.page-hero-devit__title {
  color: var(--ink);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
  max-width: 18ch;
}
.page-hero-devit__lead {
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 56ch;
  margin: 0 0 1.75rem;
}
.page-hero-devit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.page-hero-devit .btn-om-primary {
  background: var(--devit-gradient);
  box-shadow: 0 10px 28px rgba(63, 114, 175, 0.25);
  color: #fff;
}
.page-hero-devit .btn-om-ghost-light {
  background: #fff;
  border: 1.5px solid var(--line);
  color: var(--ink);
}
.page-hero-devit .btn-om-ghost-light:hover {
  border-color: var(--devit-blue);
  color: var(--devit-blue);
}

/* Hero visual — right side icon */
.page-hero-devit__visual {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.page-hero-devit__icon-ring {
  width: 160px;
  height: 160px;
  border-radius: 32px;
  display: grid;
  place-items: center;
  font-size: 3.75rem;
  color: #fff;
  background: linear-gradient(135deg, #3f72af 0%, #3f72af 55%, #5b8ac4 100%);
  box-shadow: 0 24px 60px rgba(63, 114, 175, 0.3), inset 0 0 30px rgba(255, 255, 255, 0.15);
  animation: floatIdle 5s ease-in-out infinite;
  position: relative;
  z-index: 2;
}
.page-hero-devit__orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(63, 114, 175, 0.2);
  animation: orbSpin 20s linear infinite;
}
.page-hero-devit__orbit--1 {
  width: 230px;
  height: 230px;
}
.page-hero-devit__orbit--2 {
  width: 296px;
  height: 296px;
  animation-direction: reverse;
  animation-duration: 28s;
}

/* Hero stats strip — DEV IT key benefits */
.page-hero-devit__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0;
  margin-top: 2.75rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(17, 45, 78, 0.05);
}
.page-hero-devit__stat {
  padding: 1.25rem 1.5rem;
  text-align: center;
  border-right: 1px solid var(--line);
}
.page-hero-devit__stat:last-child { border-right: none; }
.page-hero-devit__stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 800;
  background: var(--devit-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}
.page-hero-devit__stat span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .page-hero-devit { padding: 2.75rem 0 2.5rem; }
  .page-hero-devit__title { max-width: none; }
  .page-hero-devit__stats { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575.98px) {
  .page-hero-devit__stats { grid-template-columns: 1fr; }
  .page-hero-devit__stat { border-right: none; border-bottom: 1px solid var(--line); }
  .page-hero-devit__stat:last-child { border-bottom: none; }
}


/* Mobile accordion — all mega sections */
@media (max-width: 991.98px) {
  .om-mnav-accordion.is-open .om-mnav__chev {
    transform: rotate(180deg);
    color: var(--devit-blue);
  }
  .om-mnav-accordion.is-open > .om-mnav__toggle {
    color: var(--devit-blue) !important;
  }
  .om-mnav-accordion.is-open .om-mnav__panel {
    display: block;
    animation: omMnavIn 0.28s ease;
  }
}


/* ----- Hero DEV IT ----- */
.hero-devit {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--devit-navy);
}
.hero-devit__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-devit__cloud {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
  animation: orbFloat 12s ease-in-out infinite alternate;
}
.hero-devit__cloud--1 {
  width: 55%;
  height: 55%;
  top: -10%;
  right: -5%;
  background: radial-gradient(circle, rgba(63, 114, 175, 0.6), transparent 70%);
}
.hero-devit__cloud--2 {
  width: 45%;
  height: 45%;
  bottom: -15%;
  left: -8%;
  background: radial-gradient(circle, rgba(91, 138, 196, 0.45), transparent 70%);
  animation-delay: -4s;
}
.hero-devit__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%);
}
.hero-devit__inner {
  position: relative;
  z-index: 2;
  padding: 4rem 1rem 5rem;
  text-align: center;
  max-width: 960px;
}
.hero-devit__welcome {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--devit-cyan-soft);
  margin: 0 0 1.25rem;
}
.hero-devit__title {
  color: #fff;
  font-size: clamp(1.65rem, 3.8vw, 2.85rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin: 0 0 2rem;
  max-width: 28ch;
  margin-inline: auto;
}
.hero-devit__wact {
  display: inline;
}
.hero-devit__wact strong {
  display: none;
  background: var(--devit-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
.hero-devit__wact strong.is-active {
  display: inline;
}

/* Pillars */
.hero-devit__pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  max-width: 720px;
  margin: 0 auto 2rem;
}
.hero-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1.25rem 0.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, transform 0.3s, color 0.3s;
  backdrop-filter: blur(8px);
}
.hero-pillar:hover,
.hero-pillar.is-active {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(91, 138, 196, 0.5);
  color: #fff;
  transform: translateY(-4px);
}
.hero-pillar.is-active {
  background: linear-gradient(180deg, rgba(63, 114, 175, 0.25), rgba(91, 138, 196, 0.15));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.hero-pillar__letter {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  background: var(--devit-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-pillar__label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero-pillar__tag {
  font-size: 0.72rem;
  opacity: 0.65;
  font-style: italic;
}
.hero-pillar.is-active .hero-pillar__tag { opacity: 1; color: var(--devit-cyan-soft); }

.hero-devit__lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  max-width: 58ch;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}
.hero-devit__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.hero-devit .btn-om-primary {
  background: var(--devit-gradient);
  box-shadow: 0 12px 32px rgba(63, 114, 175, 0.35);
}

/* ----- Home hero: dark premium automation ----- */
.hero-om {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(120% 120% at 80% 0%, #16375f 0%, #112d4e 55%, #0b1f38 100%);
  color: #fff;
}
.hero-om__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-om__grid {
  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: 56px 56px;
  mask-image: radial-gradient(80% 70% at 50% 40%, #000 0%, transparent 100%);
}
.hero-om__beam {
  position: absolute;
  top: -30%;
  left: 50%;
  width: 900px;
  height: 900px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(63, 114, 175, 0.16), transparent 70%);
}
.hero-om__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}
.hero-om__glow--1 {
  width: 420px;
  height: 420px;
  right: -6%;
  bottom: -10%;
  background: rgba(91, 138, 196, 0.14);
}
.hero-om__glow--2 {
  width: 360px;
  height: 360px;
  left: -8%;
  top: 15%;
  background: rgba(63, 114, 175, 0.1);
}
.hero-om__inner {
  position: relative;
  z-index: 2;
  padding: 5rem 1rem 4.5rem;
}
.hero-om__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1.1rem;
  border-radius: var(--pill);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.6rem;
}
.hero-om__pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #35e08f;
  box-shadow: 0 0 0 4px rgba(53, 224, 143, 0.18);
  animation: heroPulse 2s infinite;
}
@keyframes heroPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(53, 224, 143, 0.18); }
  50% { box-shadow: 0 0 0 8px rgba(53, 224, 143, 0.05); }
}
.hero-om__title {
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 1.35rem;
}
.hero-om__grad {
  background: linear-gradient(90deg, var(--accent) 0%, #8fb0d9 55%, #5b8ac4 110%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-om__lead {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 54ch;
  margin: 0 0 2rem;
}
.hero-om__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2.5rem;
}
.hero-om__btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}
.hero-om__btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.hero-om__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-om__stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.hero-om__stat strong span {
  background: linear-gradient(90deg, var(--accent), #8fb0d9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-om__stat > span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}

/* Automation panel */
.hero-om .col-lg-5 {
  position: relative;
}
.hero-om__panel {
  position: relative;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  max-width: 440px;
  margin-left: auto;
}
.hero-om__panel-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-om__panel-head span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}
.hero-om__panel-head span:first-child { background: #ff5f57; }
.hero-om__panel-head span:nth-child(2) { background: #febc2e; }
.hero-om__panel-head span:nth-child(3) { background: #28c840; }
.hero-om__panel-head strong {
  margin-left: auto;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.hero-om__panel-head strong i { color: var(--accent); }
.hero-om__panel-body {
  padding: 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.hero-om__task {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.hero-om__task > i {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}
.hero-om__task.is-done > i { color: #35e08f; }
.hero-om__task.is-live > i {
  color: var(--accent);
  animation: heroSpin 2.4s linear infinite;
}
@keyframes heroSpin {
  to { transform: rotate(360deg); }
}
.hero-om__task strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}
.hero-om__task span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.hero-om__task em {
  margin-left: auto;
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
}
.hero-om__task.is-done em {
  background: rgba(53, 224, 143, 0.14);
  color: #35e08f;
}
.hero-om__task.is-live em {
  background: rgba(63, 114, 175, 0.16);
  color: #8fb0d9;
}
.hero-om__panel-foot {
  padding: 0.85rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}
.hero-om__panel-foot i { color: var(--accent); }

/* Floating chips */
.hero-om__chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  animation: heroFloat 5s ease-in-out infinite;
  z-index: 3;
}
.hero-om__chip i { color: var(--accent); }
.hero-om__chip--1 {
  top: 8%;
  left: -6%;
}
.hero-om__chip--2 {
  bottom: 6%;
  right: 2%;
  animation-delay: 2.5s;
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ----- Trusted brands strip ----- */
.trusted-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.trusted-strip__label {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1.5rem;
}
.trusted-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.trusted-marquee__track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marqueeScroll 28s linear infinite;
}
.trusted-marquee__item {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(17, 45, 78, 0.25);
  white-space: nowrap;
  letter-spacing: -0.02em;
}

/* ----- Services intro ----- */
.devit-intro {
  background: linear-gradient(180deg, #fff 0%, #f9f7f7 100%);
}

/* ----- DEV IT service cards ----- */
.devit-services {
  background: #f9f7f7;
  padding-top: 0;
}
.devit-svc-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.devit-svc {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  transition: box-shadow 0.35s, transform 0.35s;
}
.devit-svc:hover {
  box-shadow: 0 20px 48px rgba(17, 45, 78, 0.08);
  transform: translateY(-4px);
}
.devit-svc--alt {
  background: linear-gradient(135deg, var(--devit-navy) 0%, var(--devit-navy-2) 100%);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.devit-svc--alt h3 { color: #fff; }
.devit-svc--alt p { color: rgba(255, 255, 255, 0.7); }
.devit-svc--alt .devit-svc__list li { color: rgba(255, 255, 255, 0.75); }
.devit-svc--alt .devit-svc__list li::before { background: var(--devit-cyan); }
.devit-svc--alt .devit-svc__link { color: var(--devit-cyan-soft); }
.devit-svc--alt .devit-svc__icon-wrap {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--devit-cyan-soft);
}
.devit-svc h3 {
  font-size: 1.45rem;
  margin: 0 0 0.75rem;
}
.devit-svc p {
  color: var(--muted);
  margin: 0 0 1.25rem;
  max-width: 52ch;
  font-size: 0.95rem;
}
.devit-svc__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.5rem;
}
.devit-svc__list li {
  font-size: 0.88rem;
  color: var(--ink-soft);
  padding-left: 1rem;
  position: relative;
}
.devit-svc__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--devit-blue);
}
.devit-svc__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 650;
  font-size: 0.92rem;
  color: var(--devit-blue);
  transition: gap 0.25s;
}
.devit-svc__link:hover { gap: 0.65rem; color: var(--devit-cyan); }
.devit-svc__visual { flex-shrink: 0; }
.devit-svc__icon-wrap {
  width: 100px;
  height: 100px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  font-size: 2.25rem;
  background: linear-gradient(135deg, #dbe2ef, #dbe2ef);
  border: 1px solid rgba(63, 114, 175, 0.12);
  color: var(--devit-blue);
}

/* ----- Stats section ----- */
.stats-devit {
  background: var(--devit-navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.stats-devit::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 114, 175, 0.2), transparent 70%);
  pointer-events: none;
}
.stats-devit__head { margin-bottom: 2.5rem; }
.stats-devit__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.stat-item {
  padding: 1.5rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.stat-item:last-child { border-right: none; }
.stat-item__num {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--devit-cyan);
  display: block;
  margin-bottom: 0.75rem;
}
.stat-item__value {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.75rem;
  background: var(--devit-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-item h3 {
  color: #fff;
  font-size: 0.95rem;
  margin: 0 0 0.5rem;
}
.stat-item p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  line-height: 1.5;
}

/* ----- About section ----- */
.about-devit {
  background: #fff;
}
.about-devit__visual { position: relative; }
.about-devit__frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(17, 45, 78, 0.12);
}
.about-devit__frame img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.about-devit__frame.is-fallback {
  min-height: 320px;
  background: linear-gradient(135deg, var(--devit-navy), var(--devit-blue));
}
.about-devit__frame.is-fallback img { display: none; }
.about-devit__badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: #fff;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.about-devit__badge-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  background: var(--devit-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-devit__badge-text {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.about-devit__tagline {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--devit-blue);
  margin: -0.5rem 0 1rem;
}
.about-devit__social span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}

/* ----- Industry grid ----- */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.industry-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(17, 45, 78, 0.08);
  border-color: rgba(63, 114, 175, 0.2);
}
.industry-card i {
  font-size: 1.5rem;
  color: var(--devit-blue);
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #dbe2ef, #dbe2ef);
}
.industry-card span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-soft);
  line-height: 1.35;
}

/* ----- Case studies ----- */
.devit-case {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform 0.35s, box-shadow 0.35s;
}
.devit-case:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(17, 45, 78, 0.1);
}
.devit-case__media {
  height: 140px;
  display: grid;
  place-items: center;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.85);
}
.devit-case__body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.devit-case__body h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}
.devit-case__body p {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0 0 1rem;
  flex: 1;
  line-height: 1.55;
}
.devit-case__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.devit-case__tags span {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: var(--pill);
  background: #f9f7f7;
  color: var(--devit-blue);
}

/* ----- Achievements ----- */
.achievements-devit {
  background: linear-gradient(180deg, #f9f7f7 0%, #fff 100%);
}
.achievement-card {
  padding: 1.75rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}
.achievement-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(17, 45, 78, 0.08);
}
.achievement-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  background: var(--devit-gradient);
  color: #fff;
  margin-bottom: 1rem;
}
.achievement-card h3 {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}
.achievement-card p {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

/* ----- Inquiry CTA ----- */
.inquiry-devit {
  background: linear-gradient(145deg, var(--devit-navy) 0%, var(--devit-navy-2) 60%, #1d4470 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.inquiry-devit::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -150px;
  bottom: -200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 138, 196, 0.15), transparent 70%);
  pointer-events: none;
}
.inquiry-devit__lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  max-width: 42ch;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.inquiry-devit__contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.inquiry-devit__contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  transition: color 0.2s;
}
.inquiry-devit__contact a:hover { color: var(--devit-cyan-soft); }
.inquiry-devit__contact i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.95rem;
}
.inquiry-devit__form {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  color: var(--ink);
}
.inquiry-devit__form h3 {
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
}

/* ----- Footer enhancements ----- */
.om-footer {
  background: var(--devit-navy);
}
.footer-newsletter {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.footer-newsletter h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.footer-newsletter p {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  max-width: none;
}
.footer-newsletter__form {
  display: flex;
  gap: 0.5rem;
}
.footer-newsletter__form input {
  flex: 1;
  padding: 0.7rem 1rem;
  border-radius: var(--pill);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.9rem;
}
.footer-newsletter__form input::placeholder { color: rgba(255, 255, 255, 0.4); }
.footer-newsletter__form input:focus {
  outline: none;
  border-color: var(--devit-cyan);
}
.footer-newsletter__form button {
  padding: 0.7rem 1.25rem;
  border-radius: var(--pill);
  border: none;
  background: var(--devit-gradient);
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s;
}
.footer-newsletter__form button:hover { transform: translateY(-2px); }
.footer-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}
.footer-partners span {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
}
.footer-partners__badge {
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

/* ----- Responsive ----- */
@media (max-width: 1199.98px) {
  .stats-devit__grid { grid-template-columns: repeat(3, 1fr); }
  .stat-item:nth-child(3) { border-right: none; }
  .stat-item:nth-child(4),
  .stat-item:nth-child(5) { border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991.98px) {
  .om-mega-portal { display: none; }
  .om-header-wrap .om-navbar { height: auto; min-height: 68px; }
  .devit-svc { grid-template-columns: 1fr; }
  .devit-svc__visual { display: none; }
  .stats-devit__grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2),
  .stat-item:nth-child(4) { border-right: none; }
  .stat-item:nth-child(3) { border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .stat-item:nth-child(5) { border-top: 1px solid rgba(255, 255, 255, 0.1); border-right: none; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .devit-svc__list { grid-template-columns: 1fr; }
  .hero-om { min-height: auto; }
  .hero-om__inner { padding: 3.5rem 1rem; }
  .hero-om__panel { max-width: none; margin-left: 0; margin-top: 1rem; }
  .hero-om__chip--1 { left: 0; top: -4%; }
  .hero-om__chip--2 { right: 0; bottom: -4%; }
}

@media (max-width: 1199.98px) {
  .om-mega-devit__aside { width: 260px; padding: 1.75rem 1.5rem; }
  .om-mega-devit__body { padding: 1.5rem 1rem; }
  .om-mega-devit__col { padding: 0 1.25rem; }
}


@media (max-width: 767.98px) {
  .om-topbar__links { gap: 1rem; }
  .om-topbar__links li:last-child { display: none; }
  .hero-om__inner { padding: 3rem 1rem; }
  .hero-om__title { font-size: clamp(2.1rem, 8vw, 2.9rem); }
  .hero-om__stats { gap: 1.5rem; }
  .hero-om__stat strong { font-size: 1.6rem; }
  .hero-om__chip { display: none; }
  .stats-devit__grid { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .stat-item:last-child { border-bottom: none; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .footer-newsletter__form { flex-direction: column; }
}

@media (max-width: 575.98px) {
  .hero-om__actions .btn-om,
  .hero-om__actions .hero-om__btn-ghost { width: 100%; justify-content: center; }
  .industry-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .trusted-marquee__track { animation: none; }
  .hero-om__chip,
  .hero-om__task.is-live > i,
  .hero-om__pill-dot { animation: none; }
}
