﻿.process-steps .process-list {
  grid-template-columns: repeat(4, 1fr) !important;
}

.home5-service-section .service-card2 {
  min-height: 375px !important;
}

.home5-service-section .service-card2 p {
  margin-bottom: 0px !important;
}

/* .home5-service-section .service-card2 .icon{
  display: none !important;
} */
.selected-wroks-new {
  padding-bottom: 300px !important;
}

header.header-area.style-2.change.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
  backdrop-filter: blur(10px);
}

header.style-2 .main-menu > ul > li {
  padding: 30px 0px !important;
}

.row.justify-content-between.dsx {
  justify-content: center !important;
  text-align: center;
}

.home2-banner-section .col-lg-6.dsx {
  width: 100% !important;
}

.home2-banner-section .banner-content-wrap .title-area h1 .banner-video-wrap {
  justify-content: center;
  color: #167bbf;
  /* font-weight: 400; */
}

/* .home2-banner-section .banner-content-wrap .title-area h1 {
  font-weight: 300 !important;
  font-size: 100px;
} */

.home2-banner-section .banner-content-wrap .banner-content {
  justify-content: center;
}

.home2-banner-section .banner-content-wrap .banner-content .info {
  max-width: 500px !important;
}

.home2-banner-section {
  padding: 205px 0 170px;
}

.home2-banner-section
  .banner-content-wrap
  .title-area
  h1
  .banner-video-wrap
  .banner-video {
  width: 200px !important;
}

header.style-2 .company-logo img {
  width: 150px;
}

.home2-about-section .col-xl-10.dsx {
  width: 100% !important;
}

.home2-about-section .about-content .section-title h2 video {
  max-width: 120px !important;
}

.home2-about-section .about-content .section-title h2 img {
  max-width: 110px !important;
}

.home5-service-section .service-card2::before {
  background: linear-gradient(
    180deg,
    var(--clr-bg) 80.17%,
    var(--clr-accent-dk) 100%
  ) !important;
}

.home5-service-section .service-card2 h3 a {
  font-weight: 500 !important;
  color: #167bbf;
}

/* .container.one {
  max-width: 95% !important;
} */

.home5-service-section .service-card2 .icon {
  display: none !important;
}

.home5-service-section .service-card2 {
  min-height: auto !important;
  padding: 20px;
}

.home1-service-section.newchange {
  background-color: #167bbf;
}

.home1-service-section.newchange li.single-service.services-hover.fade_anim {
  background-color: #ffffff21 !important;
}

.home1-service-section.newchange .section-title > span {
  color: var(--clr-text);
}

.home1-service-section.newchange h2.text-anim {
  color: var(--clr-text);
}

.home1-service-section.newchange
  .service-list
  .single-service
  .services-top
  .services-wrapper
  .title-tag
  h2
  a {
  color: var(--clr-text);
}

.home1-service-section.newchange
  .service-list
  .single-service
  .services-top
  .icon
  svg {
  fill: var(--clr-text);
}

.home1-service-section.newchange
  .service-list
  .single-service
  .services-top
  .services-wrapper
  .title-tag
  ul
  li {
  color: #ffffffab;
}

.home1-service-section.newchange
  .service-list
  .single-service
  .services-btm
  .paragraph-img
  p {
  color: #ffffffab;
}

.is-homepage .portfolio-card.style-2 .portfolio-content span {
  color: var(--text-color);
  /* font-family: var(--font-kanit); */
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  display: block;
  text-transform: capitalize;
  max-width: 500px;
}

.is-homepage .portfolio-card.style-2 .portfolio-img {
  box-shadow: 0px 0px 5px 5px #00000010;
  border-radius: 20px;
}

.portfolio-grid-page .portfolio-grid-page-title-area h1 {
  font-size: 50px;
  margin-bottom: 25px;
}

.home1-service-section.newchange
  .service-list
  .single-service
  .services-btm
  .paragraph-img
  .service-img
  img {
  max-width: 350px;
}

/* -- LAYOUT ------------------------------- */
/* .mig-sa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  width: 100%;
} */

.mig-sa .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

.mig-sa .container .left,
.mig-sa .container .right {
  width: 50%;
}

/* -- LEFT SIDE ----------------------------- */
.left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  /* padding-left: 60px; */
}

.indicator-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--clr-bg);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 500;
  width: fit-content;
}

.indicator-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--clr-text);
}

.headline {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text);
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--clr-accent);
  color: #ffffff !important;
  border: none;
  border-radius: 999px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.15s;
}

.cta-btn:hover {
  background: var(--clr-accent-dk);
  color: #ffffff !important;
  transform: scale(1.02);
}

.cta-btn .arrow-circle {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.cta-btn:hover .arrow-circle {
  transform: translateX(3px);
}

.cta-btn .arrow-circle svg {
  color: var(--clr-accent);
  width: 16px;
  height: 16px;
  stroke-width: 2.5;
  transition: color 0.2s;
}

.cta-btn:hover .arrow-circle svg {
  color: var(--clr-accent-dk);
}

.footer-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.footer-note .target-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.divider-line {
  width: 1px;
  height: 36px;
  background: #ccc;
}

.footer-note p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.5;
}

/* Entrance animations – left content */
.left > * {
  animation: fadeLeft 0.6s ease both;
}

.left > *:nth-child(1) {
  animation-delay: 0.05s;
}

.left > *:nth-child(2) {
  animation-delay: 0.15s;
}

.left > *:nth-child(3) {
  animation-delay: 0.25s;
}

.left > *:nth-child(4) {
  animation-delay: 0.35s;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* -- RIGHT SIDE ---------------------------- */
.right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-wrapper {
  position: relative;
  width: 340px;
}

.card-shadow {
  position: absolute;
  inset: 18px -18px -18px 18px;
  background: linear-gradient(145deg, var(--clr-accent), var(--clr-accent-dk));
  border-radius: 28px;
  z-index: 0;
}

.card {
  position: relative;
  z-index: 1;
  background: var(--clr-bg);
  border-radius: 24px;
  padding: 28px 28px 24px;
  color: var(--clr-text);
  width: 100%;
  animation: fadeUp 0.8s ease both 0.2s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Card header */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.card-logo {
  width: 36px;
  height: 36px;
  background: var(--clr-accent-dk);
  border-radius: 10px;
  display: none;
  align-items: center;
  justify-content: center;
}

.card-logo svg {
  width: 20px;
  height: 20px;
  fill: var(--clr-bg);
}

.week-badge {
  background: transparent;
  border: 1px solid var(--clr-accent-dk);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  color: var(--clr-text);
}

/* Stat */
.stat-number {
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.stat-number .arrow-up {
  font-size: 36px;
  margin-top: 16px;
  color: var(--clr-muted);
  display: none;
}

.stat-label {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  color: var(--clr-muted);
}

.stat-label em {
  font-weight: 300;
  font-style: italic;
  color: var(--clr-muted);
}

.stat-sub {
  margin-top: 28px;
  font-size: 13px;
  color: var(--clr-muted);
  padding-top: 20px;
  border-top: 1px solid var(--clr-accent-dk);
}

/* -- PROGRESS TIMER DOTS ------------------- */
.progress-dots {
  display: flex;
  gap: 6px;
  margin-top: 28px;
  align-items: center;
}

/* Each dot is a track; the ::after is the fill */
.dot {
  position: relative;
  height: 3px;
  border-radius: 999px;
  background: var(--clr-accent-dk);
  overflow: hidden;
  flex-shrink: 0;
  width: 18px;
  transition: width 0.35s ease;
}

/* Active dot is wider and shows fill animation */
.dot.active {
  width: 56px;
  background: #444;
}

.dot.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--clr-bg);
  border-radius: 999px;
  transform-origin: left center;
  transform: scaleX(0);
  animation: fillBar var(--slide-duration, 3s) linear forwards;
}

/* Completed dot – stays fully white */
.dot.done {
  background: var(--clr-bg);
  width: 18px;
}

@keyframes fillBar {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

/* -- RESPONSIVE ---------------------------- */
@media (max-width: 768px) {
  .section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .right {
    justify-content: flex-start;
  }

  .card-wrapper {
    width: 100%;
    max-width: 340px;
  }
}

.mig-sa .right .card-header {
  padding: 0px;
  background: unset !important;
  border: unset !important;
}

.mig-sa .right .card-wrapper {
  width: 100%;
  padding: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mig-sa .right .card-wrapper .card {
  min-height: 375px;
  width: 375px;
}

.mig-sa .right .card-wrapper .card-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.mig-sa .right .card-wrapper .card .stat-sub {
  font-size: 16px;
}

/* =========================
   PAGE WRAPPER
========================= */

.vs-page-wrapper {
  margin: 0 auto;
  padding: 100px 60px 100px;
  position: relative;
  background: #9fcff0;
}

.vs-page-content {
  position: relative;
  z-index: 1;
}

/* =========================
   GLOW EFFECTS
========================= */

.vs-glow-effect-one {
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(87, 199, 227, 0.07) 0%,
    transparent 70%
  );
  top: -200px;
  right: -200px;
  pointer-events: none;
  z-index: 0;
}

.vs-glow-effect-two {
  position: fixed;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(87, 199, 227, 0.05) 0%,
    transparent 70%
  );
  bottom: -100px;
  left: -100px;
  pointer-events: none;
  z-index: 0;
}

/* =========================
   HEADER
========================= */

.vs-header-section {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
  padding-bottom: 36px;
  border-bottom: 0.5px solid #00000020;
  animation: vsFadeUp 0.6s ease both;
}

.vs-header-left {
  max-width: 600px;
}

.vs-header-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vs-sky);
  margin-bottom: 16px;

  display: flex;
  align-items: center;
  gap: 10px;
}

.vs-header-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--vs-sky);
  display: block;
  display: none;
}

.vs-main-heading {
  /* font-family:var(--vs-font-display); */
  font-size: clamp(46px, 7vw, 50px);
  /* font-weight:900; */
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.vs-main-heading span {
  color: var(--vs-sky);
  display: block;
}

.vs-header-right {
  text-align: right;
  padding-bottom: 8px;
}

.vs-header-right p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--vs-muted);
  max-width: 350px;
}

/* =========================
   LAYOUT
========================= */

.vs-layout-wrapper {
  display: grid;
  grid-template-columns: 96px 1fr;
}

/* =========================
   CATEGORY LABELS
========================= */

.vs-category-labels {
  display: flex;
  flex-direction: column;
}

.vs-category-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);

  padding: 28px 0;

  display: flex;
  align-items: center;

  border-right: 0.5px solid #00000020;
}

/* =========================
   CARD GRID
========================= */

.vs-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 0.5px solid #00000020;
}

/* =========================
   CARD
========================= */

.vs-service-card {
  position: relative;
  overflow: hidden;

  padding: 36px 32px 32px;

  display: flex;
  flex-direction: column;
  gap: 20px;

  border-bottom: 0.5px solid #00000020;
  border-right: 0.5px solid #00000020;

  transition: background 0.3s ease;

  animation: vsFadeUp 0.6s ease both;
}

/* Remove right border from even cards */

.vs-service-card:nth-child(even) {
  border-right: none;
}

/* Hover background */

.vs-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--clr-accent-dk);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.vs-service-card:hover::before {
  opacity: 0.1;
}

/* Left hover line */

.vs-service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 2px;
  height: 0;

  background: var(--clr-accent-dk);

  transition: height 0.3s ease;
}

.vs-service-card:hover::after {
  height: 100%;
}

.vs-service-card:hover {
  background: rgba(87, 199, 227, 0.03);
}

/* =========================
   CARD NUMBER
========================= */

.vs-card-number {
  /* font-family:var(--vs-font-display); */
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--vs-sky);
  opacity: 0.6;
}

/* =========================
   CARD TITLE
========================= */

.vs-card-title {
  /* font-family:var(--vs-font-display); */
  /* font-size:clamp(30px,3.2vw,42px); */
  /* font-weight:900; */
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.01em;
}

.vs-card-title strong {
  display: block;
  color: var(--clr-accent-dk);
}

/* =========================
   CARD DIVIDER
========================= */

.vs-card-divider {
  width: 32px;
  height: 1px;
  /* background:var(--vs-border-hover); */

  transition: all 0.3s ease;
}

.vs-service-card:hover .vs-card-divider {
  width: 56px;
  /* background:var(--vs-sky); */
}

/* =========================
   CARD DESCRIPTION
========================= */

.vs-card-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  /* color:var(--vs-muted); */

  transition: color 0.3s ease;
}

/* =========================
   ANIMATION
========================= */

@keyframes vsFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 760px) {
  .vs-page-wrapper {
    padding: 60px 24px 72px;
  }

  .vs-layout-wrapper {
    grid-template-columns: 1fr;
  }

  .vs-category-labels {
    display: none;
  }

  .vs-card-grid {
    grid-template-columns: 1fr;
    border-left: none;
  }

  .vs-service-card {
    border-right: none;
    border-left: 2px solid var(--vs-border);
  }

  .vs-header-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .vs-header-right {
    text-align: left;
  }
}

/* =========================
   process steps */

/* SECTION */

.vs-process-section-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 520px;
  background: #ecebe5;
  border-radius: 20px;
  overflow: hidden;
}

/* GHOST NUMBER */

.vs-process-ghost-number {
  position: absolute;
  display: block;
  font-size: 220px;
  font-weight: 800;
  line-height: 1;
  color: #e0ded8;
  letter-spacing: -10px;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

.vs-process-number-one {
  left: 290px;
  top: 275px;
}

.vs-process-number-two {
  left: 490px;
  top: 120px;
}

.vs-process-number-three {
  left: 680px;
  top: -20px;
}

/* SVG */

.vs-process-curve-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* STEP */

.vs-process-step-item {
  position: absolute;
  z-index: 2;
}

/* ICON BOX */

.vs-process-icon-box {
  width: 72px;
  height: 72px;
  background: var(--clr-accent-dk);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(18, 93, 144, 0.25);
  transition: 0.2s ease;
}

.vs-process-icon-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(18, 93, 144, 0.35);
}

/* ICON */

.vs-process-icon-box i {
  font-size: 30px;
  color: var(--clr-bg);
  line-height: 1;
}

/* CONTENT */

.vs-process-step-content {
  margin-top: 14px;
}

.vs-process-step-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a18;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.vs-process-step-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vs-process-step-list li {
  font-size: 13.5px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vs-process-step-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  flex-shrink: 0;
}

/* POSITION */

.vs-process-step-one {
  left: 90px;
  top: 340px;
}

.vs-process-step-two {
  left: 315px;
  top: 190px;
}

.vs-process-step-three {
  left: 535px;
  top: 50px;
}

.mig-process {
  width: 100%;
  max-width: 100%;
  height: 750px;
  border-radius: 0px;
  background: transparent;
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}

.mig-process .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mig-process .mp-steps {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mig-process .vs-process-curve-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 0px;
  /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.mig-process .vs-process-curve-overlay path {
  width: 100%;
  height: 100%;
}

.mig-process .vs-process-step-list {
  padding: 0px;
  gap: 0px;
  margin: 0px;
}

.mig-process .vs-process-step-one {
  bottom: 12%;
  left: 21%;
  top: unset;
  right: unset;
}

.mig-process .vs-process-step-two {
  bottom: 40%;
  left: 45%;
  top: unset;
  right: unset;
}

.mig-process .vs-process-step-three {
  bottom: 64%;
  left: 70%;
  top: unset;
  right: unset;
}

.mig-process .vs-process-number-one {
  bottom: 7%;
  left: 15%;
  top: unset;
  right: unset;
}

.mig-process .vs-process-number-two {
  bottom: 34%;
  left: 38%;
  top: unset;
  right: unset;
}

.mig-process .vs-process-number-three {
  bottom: 62%;
  left: 63%;
  top: unset;
  right: unset;
}

.mig-process .vs-process-ghost-number {
  font-size: 150px;
  font-weight: 500;
}

.mig-process .vs-process-step-item {
  min-width: 20px;
}

.section-title > span::before {
  background-color: var(--clr-bg);
}

.mp-txt {
  position: absolute;
  top: 75px;
  left: 75px;
  max-width: 500px;
}

/* ============================================================
   RESET & BASE secvice lisst page hero section
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --clr-bg: #ffffff;
  --clr-hero-top: #f0f6ff;
  --clr-hero-mid: #c8dff7;
  --clr-hero-btm: #a9ccee;
  --clr-text: #0a0a0a;
  --clr-accent: #1a7fd4;
  --clr-accent-dk: #125ea3;
  --clr-muted: #4a5568;
  --clr-nav-link: #333;
  --clr-btn-pri-bg: #1a7fd4;
  --clr-btn-pri-text: #ffffff;
  --clr-btn-out-border: #1a7fd4;
  --clr-btn-out-text: #1a7fd4;
  --clr-clients-bg: #0d1f3c;
  --clr-clients-border: rgba(255, 255, 255, 0.08);
  --clr-clients-text: rgba(255, 255, 255, 0.9);
  --clr-clients-muted: rgba(255, 255, 255, 0.45);
  --clr-clients-accent: #3b9edd;
  --clr-clients-badge: #1a7fd4;
  --clr-bg: #ffffff;

  /* Services-specific tokens (all services__ prefixed) */
  --clr-svc-bg: #ffffff;
  --clr-svc-card-bg: #1a7fd4;
  /* blue card bg */
  --clr-svc-card-bg-dk: #125ea3;
  --clr-svc-number: rgba(255, 255, 255, 0.18);
  --clr-svc-tag-bg: rgba(255, 255, 255, 0.14);
  --clr-svc-tag-border: rgba(255, 255, 255, 0.3);
  --clr-svc-tag-text: #ffffff;
  --clr-svc-screen-bg: #0d1f3c;
  --clr-svc-screen-row: rgba(255, 255, 255, 0.07);
  --clr-svc-screen-alt: rgba(255, 255, 255, 0.04);

  /* Card collapsed height */
  --svc-card-collapsed: 100px;

  --radius-pill: 9999px;
  --radius-chip: 14px;

  --transition: 0.25s ease;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 60px;
}

.nav__logo {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: var(--clr-text);
}

.nav__links {
  list-style: none;
  display: flex;
  gap: 36px;
  align-items: center;
}

.nav__links a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--clr-nav-link);
  transition: color var(--transition);
}

.nav__links a:hover {
  color: var(--clr-accent);
}

.nav__cta {
  background: var(--clr-text);
  color: var(--clr-bg) !important;
  padding: 9px 22px;
  border-radius: var(--radius-pill);
  font-weight: 600 !important;
  transition:
    background var(--transition),
    transform var(--transition) !important;
}

.nav__cta:hover {
  background: var(--clr-accent) !important;
  transform: translateY(-1px);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;

  /* Gradient: white top → light blue bottom, matching the reference */
  background: radial-gradient(
    ellipse 90% 60% at 50% 100%,
    var(--clr-hero-btm) 0%,
    var(--clr-hero-mid) 40%,
    var(--clr-hero-top) 70%,
    #fff 100%
  );
}

/* Fine dot / grid overlay */
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(100, 160, 220, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 160, 220, 0.18) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(
    ellipse 80% 70% at 50% 100%,
    black 30%,
    transparent 80%
  );
  pointer-events: none;
}

/* Soft glow blobs for depth */
.hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.45;
}

.hero__blob--1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, var(--clr-accent) 0%, transparent 70%);
  bottom: -120px;
  left: -80px;
}

.hero__blob--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--clr-accent) 0%, transparent 70%);
  bottom: -60px;
  right: -60px;
}

/* ============================================================
   HERO CONTENT
   ============================================================ */
.hero__content {
  position: relative;
  z-index: 2;
  padding: 70px 20px 0px 20px;
  width: 100% !important;
  max-width: 100% !important;

  /* Staggered fade-up animation */
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- Heading ---- */
.hero__heading {
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--clr-text);
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.hero__accent {
  color: var(--clr-accent);
  font-weight: 700;
}

@keyframes chipPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.25);
  }
}

/* ---- Description ---- */
.hero__desc {
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  color: var(--clr-muted);
  line-height: 1.65;
  margin-bottom: 40px;
  animation: heroFadeUp 0.9s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
  max-width: 500px;
  place-self: center;
}

/* ---- Action Buttons ---- */
.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  animation: heroFadeUp 0.9s 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Base button */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition),
    color var(--transition),
    border-color var(--transition);
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0);
}

/* Primary button */
.btn--primary {
  background: var(--clr-btn-pri-bg);
  color: var(--clr-btn-pri-text);
  border: 2px solid var(--clr-btn-pri-bg);
  box-shadow: 0 4px 20px rgba(26, 127, 212, 0.35);
}

.btn--primary:hover {
  background: var(--clr-accent-dk);
  border-color: var(--clr-accent-dk);
  box-shadow: 0 8px 28px rgba(26, 127, 212, 0.5);
  color: var(--clr-bg);
}

/* Outline button */
.btn--outline {
  background: transparent;
  color: var(--clr-btn-out-text);
  border: 2px solid var(--clr-btn-out-border);
}

.btn--outline:hover {
  background: var(--clr-bg);
  box-shadow: 0 4px 18px rgba(26, 127, 212, 0.15);
}

/* ============================================================
   HERO INTERACTIVE — cursor glow, floating tags, service pills
   ============================================================ */

/* ---- Cursor glow ---- */
.hero__cursor-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(26, 127, 212, 0.18) 0%,
    transparent 70%
  );
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.4s ease,
    transform 0.08s linear;
  z-index: 1;
  top: 0;
  left: 0;
}

/* ---- Floating service tags ---- */
.hero__tags {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero__tag {
  position: absolute;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(26, 127, 212, 0.22);
  border-radius: 999px;
  padding: 7px 16px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--clr-muted);
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 80, 180, 0.1);
  transform: translate(var(--tx, 0px), var(--ty, 0px));
}

.hero__tag--1 {
  top: 18%;
  left: 5%;
}

.hero__tag--2 {
  top: 12%;
  right: 7%;
}

.hero__tag--3 {
  bottom: 28%;
  left: 3%;
}

.hero__tag--4 {
  bottom: 22%;
  right: 5%;
}

.hero__tag--5 {
  top: 55%;
  right: 3%;
}

/* ---- Service pills row ---- */
.hero__services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  animation: heroFadeUp 0.9s 0.22s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__service-pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  border-radius: 999px;
  border: 1.5px solid rgba(26, 127, 212, 0.3);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--clr-accent);
  cursor: pointer;
  transition:
    background var(--transition),
    border-color var(--transition),
    color var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
}

.hero__service-pill:hover {
  background: rgba(26, 127, 212, 0.1);
  border-color: var(--clr-accent);
  color: var(--clr-accent-dk);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(26, 127, 212, 0.2);
}

.hero__service-pill:active {
  transform: translateY(0) scale(0.97);
}

/* Ripple effect */
.hero__service-pill-ripple {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(26, 127, 212, 0.45);
  transform: translate(-50%, -50%) scale(0);
  animation: pillRipple 0.55s ease-out forwards;
  pointer-events: none;
}

@keyframes pillRipple {
  to {
    transform: translate(-50%, -50%) scale(30);
    opacity: 0;
  }
}

/* Tooltip on click */
.hero__pill-tip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
  background: var(--clr-text);
  color: var(--clr-bg);
  font-size: 0.72rem;
  font-weight: 400;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 20;
  animation: tipFadeIn 0.2s ease both;
}

.hero__pill-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  border: 5px solid transparent;
  border-top-color: var(--clr-text);
}

@keyframes tipFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .nav {
    padding: 20px 24px;
  }

  .nav__links {
    display: none;
  }

  .hero__heading {
    font-size: clamp(2rem, 9vw, 3rem);
    gap: 4px;
  }

  .hero__chip {
    width: 54px;
    height: 34px;
  }

  .hero__chip-inner {
    width: 34px;
    height: 22px;
  }

  .hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 280px;
  }

  .hero__tags {
    display: none;
  }

  .hero__services {
    gap: 8px;
  }
}

/* ============================================================
   CLIENTS / TRUST SECTION
   ============================================================ */

.clients {
  position: relative;
  background: radial-gradient(
    circle,
    rgba(17, 63, 92, 1) 0%,
    rgba(0, 23, 39, 1) 100%
  );
  overflow: hidden;
  padding: 80px 0 72px;
}

/* Fine dashed grid overlay */
/* .clients__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
} */

/* ---- Badge (top-right corner) ---- */
.clients__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  background: var(--clr-clients-badge);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 10px 30px;
  z-index: 10;
}

.clients__badge-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--clr-bg);
  line-height: 1;
}

.clients__badge-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin-top: 4px;
}

/* ---- Header ---- */
.clients__header {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 52px;
  padding: 0 24px;
}

.clients__eyebrow {
  display: inline-block;
  background: rgba(59, 158, 221, 0.18);
  border: 1px solid rgba(59, 158, 221, 0.45);
  color: var(--clr-clients-accent);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 22px;
}

.clients__heading {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--clr-clients-text);
  letter-spacing: -0.02em;
}

.clients__heading strong {
  font-weight: 800;
  display: block;
}

/* ---- Marquee wrapper ---- */
.clients__marquee-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

/* ---- Single row ---- */
.clients__row {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-top: 3px dashed var(--clr-clients-border);
}

.clients__row:last-child {
  border-bottom: 3px dashed var(--clr-clients-border);
}

/* Scrolling track */
.clients__track {
  display: flex;
  flex-shrink: 0;
  will-change: transform;
}

.clients__row--left .clients__track {
  animation: marqueeLeft 28s linear infinite;
}

.clients__row--right .clients__track {
  animation: marqueeRight 34s linear infinite;
}

.clients__row--slow .clients__track {
  animation-duration: 42s;
}

/* Pause on hover */
.clients__row:hover .clients__track {
  animation-play-state: paused;
}

@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marqueeRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* ---- Logo cell ---- */
.clients__logo-cell {
  flex-shrink: 0;
  min-width: 200px;
  padding: 28px 32px;
  border-right: 3px dashed var(--clr-clients-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}

.clients__logo-cell:hover {
  background: rgba(59, 158, 221, 0.08);
}

img.clients__logo-image {
  max-width: 200px;
}

/* Logo text */
.clients__logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-clients-text);
  text-align: center;
  white-space: nowrap;
  user-select: none;
  letter-spacing: 0.01em;
  transition:
    color var(--transition),
    transform var(--transition);
}

.clients__logo-cell:hover .clients__logo-text {
  color: var(--clr-bg);
  transform: scale(1.05);
}

.clients__logo-text em {
  font-style: normal;
  color: var(--clr-clients-accent);
}

.clients__logo-text strong {
  font-weight: 800;
}

.clients__logo-text small {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 400;
  color: var(--clr-clients-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clients__logo-text--spaced {
  letter-spacing: 0.12em;
  font-size: 0.92rem;
}

.clients__logo-text--icon {
  font-size: 0.82rem;
}

.clients__logo-o {
  color: var(--clr-clients-accent);
}

/* ---- Edge fade masks ---- */
.clients__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 3;
  pointer-events: none;
}

.clients__fade--left {
  left: 0;
  background: linear-gradient(to right, #0b1d38 0%, transparent 100%);
}

.clients__fade--right {
  right: 0;
  background: linear-gradient(to left, #0a1a30 0%, transparent 100%);
}

/* ============================================================
   CLIENTS RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .clients {
    padding: 60px 0 56px;
  }

  .clients__badge {
    width: 84px;
  }

  .clients__badge-number {
    font-size: 1.5rem;
  }

  .clients__logo-cell {
    min-width: 150px;
    padding: 22px 20px;
  }

  .clients__logo-text {
    font-size: 0.82rem;
  }

  .clients__fade {
    width: 60px;
  }
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services {
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px 100px;
}

/* ---- Header ---- */
.services__header {
  text-align: center;
  margin-bottom: 56px;
}

.services__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--clr-text);
  margin-bottom: 16px;
}

.services__subtitle {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: var(--clr-muted);
  line-height: 1.65;
}

/* ---- Card list ---- */
.services__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ============================================================
   CARD BASE
   ============================================================ */
.services__card {
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  outline: none;

  /* collapsed state */
  background: #f0f6ff;
  border: 1.5px solid #e2edf8;
  max-height: var(--svc-card-collapsed);

  /* scroll-reveal start state */
  transform: translateY(24px);
  transition:
    max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    background-color var(--clr-accent-dk),
    border-color var(--clr-accent),
    opacity 0.5s ease,
    transform 0.5s ease,
    box-shadow var(--transition);
}

/* scroll-reveal visible state */
.services__card--visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Active / expanded ---- */
.services__card--active {
  background-color: var(--clr-accent-dk);
  border-color: var(--clr-accent);
  max-height: 520px;
  box-shadow: 0 20px 60px rgba(26, 127, 212, 0.35);
}

/* Collapsed peek label */
.services__card:not(.services__card--active) .services__card-inner {
  align-items: center;
  padding: 0 36px;
  min-height: var(--svc-card-collapsed);
}

.services__card:not(.services__card--active) .services__card-visual,
.services__card:not(.services__card--active) .services__card-desc,
.services__card:not(.services__card--active) .services__tags {
  display: none;
}

.services__card:not(.services__card--active) .services__card-number {
  color: var(--clr-accent);
  font-size: 1.4rem;
  opacity: 1;
}

.services__card:not(.services__card--active) .services__card-title {
  color: var(--clr-text);
  font-size: 1.1rem;
}

/* Hover on collapsed */
.services__card:not(.services__card--active):hover {
  background: #e8f2fb;
  border-color: var(--clr-accent);
  transform: translateX(4px);
}

/* ============================================================
   CARD INNER LAYOUT
   ============================================================ */
.services__card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 380px;
  padding: 0;
  transition: padding var(--transition);
}

/* ============================================================
   LEFT — VISUAL / LAPTOP MOCKUP
   ============================================================ */
.services__card-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 24px 0;
  position: relative;
}

/* ---- Screen ---- */
.services__screen {
  width: 100%;
  max-width: 380px;
  background: var(--clr-svc-screen-bg);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.4);
}

/* Top chrome bar */
.services__screen-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.services__screen-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.services__screen-dot:nth-child(1) {
  background: var(--clr-svc-dot-1);
}

.services__screen-dot:nth-child(2) {
  background: var(--clr-svc-dot-2);
}

.services__screen-dot:nth-child(3) {
  background: var(--clr-svc-dot-3);
}

.services__screen-search {
  flex: 1;
  height: 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  margin-left: 10px;
}

.services__screen-btn {
  width: 52px;
  height: 16px;
  background: var(--clr-accent);
  border-radius: 4px;
  opacity: 0.8;
}

/* Screen layout with sidebar */
.services__screen-sidebar {
  float: left;
  width: 22%;
  padding: 10px 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.services__screen-nav-item {
  height: 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.12);
}

.services__screen-nav-item--active {
  background: var(--clr-accent);
  opacity: 0.75;
}

/* Table body rows */
.services__screen-body {
  overflow: hidden;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 160px;
}

.services__screen-row {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 4px 6px;
  border-radius: 4px;
}

.services__screen-row span,
.services__screen-row::before {
  display: block;
  height: 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.14);
}

.services__screen-row {
  background: var(--clr-svc-screen-row);
}

.services__screen-row::before {
  content: "";
  flex: 1;
}

.services__screen-row::after {
  content: "";
  display: block;
  width: 20%;
  height: 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
}

.services__screen-row--header {
  background: rgba(26, 127, 212, 0.25);
}

.services__screen-row--header::before {
  background: rgba(255, 255, 255, 0.3);
}

.services__screen-row--alt {
  background: var(--clr-svc-screen-alt);
}

/* Shop grid */
.services__screen-body--shop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px;
}

.services__screen-product {
  height: 60px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Flow diagram */
.services__screen-body--flow {
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px;
}

.services__flow-node {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 6px 20px;
  text-align: center;
  letter-spacing: 0.05em;
}

.services__flow-node--start {
  background: rgba(26, 127, 212, 0.35);
  border-color: var(--clr-accent);
  color: var(--clr-bg);
}

.services__flow-arrow {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
}

/* Bar chart */
.services__screen-body--chart {
  align-items: flex-end;
  justify-content: center;
  padding: 12px 16px;
}

.services__bar-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
  height: 100px;
}

.services__bar {
  flex: 1;
  height: var(--h, 50%);
  background: linear-gradient(
    180deg,
    var(--clr-accent) 0%,
    rgba(26, 127, 212, 0.3) 100%
  );
  border-radius: 4px 4px 0 0;
  transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- Laptop base ---- */
.services__laptop-base {
  width: 100%;
  max-width: 420px;
  height: 18px;
  background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 0 0 14px 14px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3px;
}

.services__laptop-hinge {
  width: 60px;
  height: 5px;
  background: var(--clr-text);
  border-radius: 3px;
}

/* ============================================================
   RIGHT — CONTENT
   ============================================================ */
.services__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 48px 48px 40px;
  gap: 14px;
}

/* Big ghost number */
.services__card-number {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  color: var(--clr-svc-number);
  letter-spacing: -0.04em;
  transition:
    color var(--transition),
    font-size var(--transition);
}

.services__card-title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 700;
  color: var(--clr-bg);
  line-height: 1.15;
  letter-spacing: 2px;
  letter-spacing: -0.02em;
}

.services__card-desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  max-width: 400px;
}

/* ---- Tags ---- */
.services__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.services__tag {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  background: var(--clr-svc-tag-bg);
  border: 1px solid var(--clr-svc-tag-border);
  color: var(--clr-svc-tag-text);
  font-family: var(--font-body);
  letter-spacing: 1px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition:
    background var(--transition),
    border-color var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
  backdrop-filter: blur(4px);
}

.services__tag:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

/* Tag ripple */
.services__tag-ripple {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) scale(0);
  animation: svcTagRipple 0.55s ease-out forwards;
  pointer-events: none;
}

@keyframes svcTagRipple {
  to {
    transform: translate(-50%, -50%) scale(40);
    opacity: 0;
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .services {
    padding: 60px 20px 80px;
  }

  .services__card-inner {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .services__card-visual {
    padding: 28px 16px 0;
  }

  .services__screen {
    max-width: 100%;
  }

  .services__card-content {
    padding: 28px 28px 36px;
  }

  .services__card--active {
    max-height: 700px;
  }
}

@media (max-width: 600px) {
  .services__card-title {
    font-size: 1.3rem;
  }

  .services__card-content {
    padding: 20px 20px 28px;
  }

  .services__tags {
    gap: 6px;
  }

  .services__tag {
    font-size: 0.72rem;
    padding: 5px 12px;
  }
}

article.services__card.no-bg {
  max-height: 550px !important;
  background-color: var(--clr-bg);
  border-color: var(--clr-bg);
}

span.services__card-number.black {
  color: #00000010;
}

h3.services__card-title.no-bg {
  color: #3f3f3f;
  font-weight: 900;
}

span.services__tag.no-bg {
  background: var(--clr-accent-dk);
}

p.services__card-desc.no-bg {
  color: var(--clr-text);
  font-weight: 700;
}

/* ============================================================
   staps section
   ============================================================ */

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-header h2 {
  font-size: clamp(48px, 8vw, 80px);
  color: var(--clr-text);
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 12px;
}

.section-header p {
  font-size: 15px;
  color: #888;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.stack-area {
  display: grid;
  grid-template-columns: 1fr 260px 1fr;
  gap: 0 30px;
  align-items: start;
}

.tile-column {
  position: relative;
  height: 520px;
  perspective: 1000px;
}

.tile {
  position: absolute;
  left: 0;
  width: 260px;
  height: 68px;
  transform-origin: center bottom;
  opacity: 0;
  transform: translateY(-40px) rotateX(30deg) scale(0.92);
  transition: none;
}

.tile.black {
  height: 80px;
}

.tile.visible {
  opacity: 1;
  transform: translateY(0) rotateX(0deg) scale(1);
  transition:
    opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
}

.steps-left,
.steps-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.section {
  padding-bottom: 120px;
}

.step-item {
  opacity: 0;
  transform: translateX(-24px);
  padding: 14px 0;
  position: relative;
}

.steps-right .step-item {
  transform: translateX(24px);
  text-align: left;
}

.step-item.visible {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.step-number {
  font-size: 28px;
  color: var(--clr-accent-dk);
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.step-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--clr-text);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.step-desc {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
  max-width: 220px;
}

.steps-right .step-desc {
  max-width: 240px;
}

/* .connector {
  position: absolute;
  top: 28px;
  right: -20px;
  width: 20px;
  height: 1px;
  background: var(--clr-accent-dk);
  opacity: 0;
  transition: opacity .4s ease .2s;
} */

.steps-right .connector {
  right: auto;
  left: -20px;
}

.step-item.visible .connector {
  opacity: 0.5;
}

.tile-1 {
  top: 0;
}

.tile-2 {
  top: 68px;
}

.tile-3 {
  top: 136px;
}

.tile-4 {
  top: 204px;
}

.tile-5 {
  top: 272px;
}

.tile-6 {
  top: 340px;
}

.tile-7 {
  top: 420px;
}

/* .tile::before {
  content: '';
  position: absolute;
  left: -12px;
  top: -3px;
  border-top: 3px solid var(--clr-accent-dk);
  border-left: 12px solid transparent;
} */

/* .tile::after {
  content: '';
  position: absolute;
  right: -12px;
  top: -3px;
  border-top: 3px solid var(--clr-accent-dk);
  border-right: 12px solid transparent;
} */

.tile.black::before,
.tile.black::after {
  display: none;
}

@keyframes borderPulse {
  0% {
    border-top-color: var(--clr-accent-dk);
  }

  50% {
    border-top-color: #74b8f0;
  }

  100% {
    border-top-color: var(--clr-accent-dk);
  }
}

.tile.visible {
  animation: borderPulse 2s ease-in-out 0.5s 2;
}

.tile.black.visible {
  animation: none;
}

@media (max-width: 720px) {
  .stack-area {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .steps-left,
  .steps-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    max-width: 600px;
  }

  .tile-column {
    order: -1;
    margin-bottom: 40px;
  }

  .connector {
    display: none;
  }
}

/* footer */

/* -- FOOTER WRAPPER --------------------------------------- */
.mig-footer {
  background: radial-gradient(
    circle,
    rgba(17, 63, 92, 1) 0%,
    rgba(0, 23, 39, 1) 100%
  );
  color: var(--clr-bg);
  overflow: hidden;
  position: relative;
}

/* subtle grid texture */
.mig-footer::before {
  content: "";
  position: absolute;
  /* inset: 0;
  background-image:
    linear-gradient(#ffffff20 .5px, transparent 1px),
    linear-gradient(90deg, #ffffff20 .5px, transparent 1px); */
  background-size: 80px 80px;
  pointer-events: none;
  opacity: 0.5;
}

/* -- CTA BAND --------------------------------------------- */
.mig-footer__cta {
  /* border-bottom: 1px solid var(--clr-accent); */
  padding: 64px 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.mig-footer__cta-headline {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  max-width: 640px;
}

.mig-footer__cta-headline em {
  font-style: italic;
  color: var(--accent);
}

.mig-footer__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  flex-shrink: 0;
}

.mig-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: var(--clr-bg);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 2px;
  transition: background 0.2s;
  white-space: nowrap;
}

.mig-btn-primary:hover {
  background: #1d4fd8;
}

.mig-btn-primary svg {
  flex-shrink: 0;
}

.mig-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-soft);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.mig-btn-ghost:hover {
  color: var(--text-primary);
}

/* -- INFO GRID -------------------------------------------- */
.mig-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ffffff30;
  position: relative;
  z-index: 1;
}

.mig-footer__col {
  padding: 28px 40px;
  border-right: 1px solid #ffffff30;
}

.mig-footer__col:last-child {
  border-right: none;
}

ul.mig-footer__nav-list,
ul.mig-footer__social-list,
ul.mig-footer__contact-list {
  padding: 0;
}

.mig-footer__col-label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 24px;
}

/* Address col */
.mig-footer__address {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-soft);
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}

.mig-footer__address:hover {
  color: var(--text-primary);
}

/* Contact col */
.mig-footer__contact-list {
  list-style: none;
}

.mig-footer__contact-list li + li {
  margin-top: 12px;
}

.mig-footer__contact-list a {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-soft);
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mig-footer__contact-list a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.mig-footer__contact-list a:hover {
  color: var(--text-primary);
}

/* Nav col */
.mig-footer__nav-list {
  list-style: none;
}

.mig-footer__nav-list li + li {
  margin-top: 10px;
}

.mig-footer__nav-list a {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-soft);
  text-decoration: none;
  transition:
    color 0.2s,
    padding-left 0.2s;
  display: inline-block;
}

.mig-footer__nav-list a:hover {
  color: var(--text-primary);
  padding-left: 6px;
}

/* Social col */
.mig-footer__social-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mig-footer__social-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-soft);
  text-decoration: none;
  transition: color 0.2s;
}

.mig-footer__social-list a:hover {
  color: var(--text-primary);
}

.mig-footer__social-list i {
  font-size: 1.15rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  transition:
    border-color 0.2s,
    color 0.2s;
}

.mig-footer__social-list a:hover i {
  border-color: var(--accent);
  color: var(--accent);
}

/* email subscribe row */
.mig-footer__subscribe {
  grid-column: 1 / -1;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 28px 60px;
  position: relative;
  z-index: 1;
}

.mig-footer__subscribe p {
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.mig-email-form {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  background: var(--accent-dim);
  transition: border-color 0.2s;
}

.mig-email-form:focus-within {
  border-color: var(--clr-bg);
}

.mig-email-form input {
  background: #ffffff20;
  border: none;
  outline: none;
  color: var(--clr-bg);
  font-size: 0.82rem;
  font-weight: 300;
  padding: 12px 20px;
  width: 260px;
}

.mig-email-form input::placeholder {
  color: var(--text-muted);
}

.mig-email-form button {
  background: var(--clr-bg);
  border: none;
  cursor: pointer;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.mig-email-form button:hover {
  background: #1d4fd8;
}

.mig-email-form button svg {
  fill: #fff;
}

/* -- LOGO LOCKUP ------------------------------------------ */
.mig-footer__logo-band {
  padding: 60px 60px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mig-footer__logo-lockup {
  display: flex;
  align-items: flex-end;
  line-height: 0.9;
  font-family: var(--font-sans);
  font-size: clamp(5rem, 16vw, 18rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  user-select: none;
}

.mig-logo-mig {
  color: var(--text-primary);
}

.mig-logo-arch {
  color: #fff;
  background: var(--accent);
  padding: 0 0.06em;
  display: inline-block;
  line-height: 1;
}

.migarch-modern-footer {
  background-color: #0b0f19;
  padding: 100px 0 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: var(--font-spaceGrotesk), sans-serif;
}

/* Background spotlight glow effect */
.migarch-modern-footer::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(21, 115, 229, 0.08) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: 1;
  pointer-events: none;
}

.migarch-modern-footer .container {
  position: relative;
  z-index: 2;
}

.footer-grid-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .footer-grid-wrap {
    grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .footer-grid-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .footer-grid-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Brand Column */
.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-logo img.footer-logo-img {
  height: 38px;
  width: auto;
  opacity: 0.95;
}

.brand-tagline {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  max-width: 360px;
  font-weight: 300;
  margin: 0;
}

.footer-social-links {
  display: flex;
  gap: 15px;
}

.footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social-links a:hover {
  background: #1573e5;
  border-color: #1573e5;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(21, 115, 229, 0.3);
}

/* Navigation Columns */
.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.col-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links-list li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links-list li a:hover {
  color: #1573e5;
  transform: translateX(4px);
}

/* Subscribe & Contact Column */
.footer-subscribe-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.subscribe-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  font-weight: 300;
}

.subscribe-form {
  display: flex;
  position: relative;
  width: 100%;
}

.subscribe-form input {
  width: 100%;
  padding: 12px 50px 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  color: #ffffff;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.subscribe-form input:focus {
  background: rgba(255, 255, 255, 0.05);
  border-color: #1573e5;
  outline: none;
  box-shadow: 0 0 10px rgba(21, 115, 229, 0.15);
}

.subscribe-form button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1573e5;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscribe-form button:hover {
  background: #ffffff;
  color: #0b0f19;
  transform: translateY(-50%) scale(1.05);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.contact-details p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-details p i {
  color: #1573e5;
}

.contact-details p a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-details p a:hover {
  color: #1573e5;
}

/* Middle Address Bar */
.footer-middle-address {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 0;
  margin-bottom: 30px;
}

.footer-middle-address p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-middle-address p i {
  color: #1573e5;
  font-size: 1.1rem;
}

/* Bottom Bar */
.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  font-weight: 300;
}

.bottom-legal-links {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bottom-legal-links a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 300;
}

.bottom-legal-links a:hover {
  color: #1573e5;
}

@media (max-width: 576px) {
  .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

/* ========================== HERO SECTION ========================== */
.hero-section {
  padding: 140px 5% 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}

.title-container {
  flex: 1;
}

.title-line {
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.highlighted {
  font-weight: 700;
}

.bottom-title-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 5px;
}

.subtext {
  font-size: 1rem;
  max-width: 380px;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
}

/* ========================== STATS ========================== */
.stats-container {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 10px;
}

.stat-item h2 {
  font-size: 3.5rem;
  color: #1573e5;
  margin-bottom: -5px;
  font-weight: 600;
}

.stat-item p {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}

/* ========================== IMAGE SCROLLER ========================== */
.image-scroller-wrapper {
  margin-top: 60px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 5%,
    black 95%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    black 5%,
    black 95%,
    transparent
  );
}

.image-track {
  display: inline-flex;
  gap: 30px;
  animation: infinite-scroll 20s linear infinite;
  padding-left: 15px;
  padding-right: 15px;
  align-items: flex-end;
}

.image-scroller-wrapper:hover .image-track {
  animation-play-state: paused;
}

.image-track img {
  height: fit-content;
  width: auto;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ========================== MARQUEE ========================== */
.blue-marquee {
  background: #1573e5;
  color: #fff;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-top: -15px;
  position: relative;
  z-index: 10;
}

.marquee-track {
  display: inline-flex;
  animation: infinite-scroll 20s linear infinite;
}

.marquee-item {
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
  letter-spacing: 0.05em;
}

/* ========================== ANIMATION ========================== */
@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ========================== RESPONSIVE ========================== */
@media (max-width: 1024px) {
  .hero-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .stats-container {
    text-align: left;
    flex-direction: row;
    gap: 50px;
  }

  .bottom-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.approach-section {
  padding: 100px 5% 0 5%;
  max-width: 1600px;
  margin: 0 auto;
}

.approach-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.approach-left {
  flex: 1;
  max-width: 700px;
}

.badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #333;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.approach-left h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.approach-right {
  flex: 1;
  max-width: 650px;
  padding-top: 60px;
}

.approach-right p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #111;
  font-weight: 400;
  margin-bottom: 30px;
}

.tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.is-homepage .tag {
  border: 1px solid #dcdcdc;
  color: #125b90;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.is-homepage .tag:hover {
  border-color: #125b90;
  background-color: #125b90;
  color: #fff;
}

/* --- PORTFOLIO IMAGE OVERLAP --- */
.collage-container {
  position: relative;
  z-index: 10;
  padding: 0 5%;
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: -150px;
  /* Pulls the blue section up behind it */
}

.collage-container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* --- OUR EXPERTISE SECTION (BLUE) --- */
.expertise-wrapper {
  background: linear-gradient(
    180deg,
    rgb(229 245 255) 0%,
    rgb(22 123 191) 33%,
    rgba(10, 57, 89, 1) 100%
  );
  /* Deep Brand Blue */
  color: #fff;
  position: relative;
  /* Creates the slanted top edge */
  clip-path: polygon(0 12vw, 100% 0, 100% 100%, 0% 100%);
  padding: calc(250px + 8vw) 5% 100px 5%;
  margin-top: -14vw;
  z-index: 1;
}

.expertise-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: repeating-radial-gradient(
    circle at 0 0,
    #ffffff30 0,
    #ffffff30 1px,
    transparent 3px,
    transparent 5px
  );
  mix-blend-mode: overlay;
}

.expertise-container {
  max-width: 1600px;
  margin: 0 auto;
}

.expertise-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 80px;
}

.expertise-left .badge {
  background-color: #fff;
  color: #115c92;
}

.expertise-left h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
}

.expertise-right {
  max-width: 500px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  padding-bottom: 10px;
}

/* Cards Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.service-card-wd {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: background 0.3s ease;
}

.service-card-wd:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* Faded background numbers */
.card-number {
  font-size: 6.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}

.service-card-wd h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.service-card-wd p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  flex-grow: 1;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 10px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  align-self: flex-start;
  transition: all 0.3s ease;
}

.explore-btn:hover {
  background-color: #fff;
  color: #115c92;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .approach-header,
  .expertise-header {
    flex-direction: column;
    gap: 30px;
  }

  .approach-right {
    padding-top: 0;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .collage-container img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .collage-container {
    margin-bottom: -100px;
  }

  .collage-container img {
    height: 300px;
    border-radius: 20px;
  }

  .expertise-wrapper {
    clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
    padding-top: calc(150px + 4vw);
  }
}

/* Section Container */
.tech-section {
  padding: 100px 5%;
  max-width: 1600px;
  margin: 0 auto;
}

/* Header Layout */
.tech-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.tech-left {
  flex: 1;
  max-width: 600px;
}

.badge {
  display: inline-block;
  background-color: #f4f4f4;
  color: #333;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.tech-left h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.tech-right {
  flex: 1;
  max-width: 600px;
  padding-top: 50px;
}

.tech-right p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
}

/* Technology Grid */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.tech-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.tech-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

/* CSS Rendered Logos (Placeholders) */
.tech-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
  margin-bottom: 24px;
}

.icon-wp {
  background-color: #21759b;
}

.icon-magento {
  background-color: #f26322;
}

.icon-php {
  background-color: #8892be;
  border-radius: 30px;
  width: 60px;
  font-style: italic;
}

.icon-net {
  background-color: #512bd4;
  font-size: 0.9rem;
}

.icon-objc {
  background-color: transparent;
  color: #ff3b30;
  border: 2px solid #ff3b30;
  border-radius: 8px;
  font-size: 0.8rem;
  width: 60px;
}

.icon-drupal {
  background-color: #0077c0;
}

.tech-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.tech-card p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #555;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .tech-header {
    flex-direction: column;
    gap: 20px;
  }

  .tech-right {
    padding-top: 0;
  }

  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tech-grid {
    grid-template-columns: 1fr;
  }
}

.deliver-section {
  background: linear-gradient(135deg, #093c68 0%, #1573e5 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 5%;
  overflow: hidden;
  min-height: 400px;
  position: relative;
}

.content-left {
  flex: 0 0 40%;
  z-index: 2;
}

.badge {
  display: inline-block;
  background-color: #f4f4f4;
  color: #333;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.content-left h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.2;
}

.content-right {
  flex: 0 0 55%;
  position: relative;
  /* Creates the transparent fade effect on the left edge */
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 100%);
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 20%,
    black 100%
  );
  overflow: hidden;
}

.scroll-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.scroll-track {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  width: max-content;
  align-items: center;
  /* Using will-change to force hardware acceleration for smoother animation */
  will-change: transform;
}

/* Image Styling */
.tech-logo {
  height: 60px;
  width: 175px;
  object-fit: contain;
  background-color: #ffffff;
  padding: 10px 22px;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
  display: inline-block;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tech-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 900px) {
  .deliver-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding: 60px 5%;
  }

  .content-left,
  .content-right {
    flex: 1 1 100%;
    width: 100%;
  }

  .content-right {
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 10%,
      black 90%,
      transparent 100%
    );
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 10%,
      black 90%,
      transparent 100%
    );
  }
}

/*new section Main Layout */
.stack-process-section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 5%;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  position: relative;
}

/* Left Column */
.stack-process-left {
  flex: 0 0 40%;
  position: sticky !important;
  top: 150px;
}

.stack-process-badge {
  display: inline-block;
  background-color: #eef6fc;
  color: #1573e5;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.stack-process-left h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.stack-process-left p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
}

/* Right Column */
.stack-process-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15vh;
  padding-bottom: 25vh;
}

.stack-process-card {
  position: relative;
  transition: none;
}

.stack-process-card-inner {
  background: #ffffff;
  border: 1px solid #d4e8f9;
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow: 0 -15px 30px rgba(21, 115, 229, 0.08);
  width: 100%;
  height: 100%;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* Stacking offsets */
.stack-process-card:nth-child(1) {
  z-index: 1;
}

.stack-process-card:nth-child(2) {
  z-index: 2;
}

.stack-process-card:nth-child(3) {
  z-index: 3;
}

.stack-process-card:nth-child(4) {
  z-index: 4;
}

.stack-process-card:nth-child(5) {
  z-index: 5;
}

.stack-process-card:nth-child(6) {
  z-index: 6;
}

/* Card Internals */
.stack-process-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.stack-process-step-number {
  background-color: #1573e5;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.stack-process-card-header h3 {
  font-size: 1.8rem;
  font-weight: 600;
}

.stack-process-card p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

.stack-process-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stack-process-tag {
  background-color: #f4f4f4;
  color: #333;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* Mobile Adjustments */
@media (max-width: 1024px) {
  .stack-process-section {
    flex-direction: column;
    gap: 50px;
  }

  .stack-process-left {
    position: static;
    width: 100%;
  }

  .stack-process-right {
    width: 100%;
    gap: 30px;
  }

  .stack-process-card {
    position: static;
  }

  .stack-process-card-inner {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
}

/* NEW Section Container */
.dev-caps-section {
  /* Deep textured blue gradient mimicking the design */
  /* background: radial-gradient(circle at top, #2b6a9c 0%, #153e63 100%); */
  background-image: url("../assets/img/bg.jpg");
  background-size: cover;
  padding: 100px 20px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.dev-caps-container {
  max-width: 1600px;
  margin: 0 auto;
}

/* Header Area */
.dev-caps-badge {
  display: inline-block;
  background-color: #ffffff;
  color: #333333;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.dev-caps-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  /* Thin text for 'Development' */
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 70px;
}

.dev-caps-title strong {
  font-weight: 700;
  /* Bold text for 'Capabilities' */
}

/* Features Row */
.dev-caps-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0px;
  flex-wrap: nowrap;
}

/* Individual Item */
.dev-caps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  /* Fixed width to keep text wrapping consistent */
}

/* Circular Image Wrapper */
.dev-caps-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  /* In case of transparent PNGs */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.dev-caps-item:hover .dev-caps-circle {
  transform: translateY(-5px);
}

.dev-caps-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text Below Circles */
.dev-caps-item p {
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 400;
  color: #e0eaf5;
}

/* Visual Connectors ) ( */
.dev-caps-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  /* Aligns exactly with the height of the circles */
  font-size: 3rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 5px;
  user-select: none;
  /* Prevents user from highlighting the brackets */
}

/* Responsive Design */
@media (max-width: 1100px) {
  .dev-caps-circle {
    width: 110px;
    height: 110px;
  }

  .dev-caps-connector {
    height: 110px;
    font-size: 2.5rem;
  }

  .dev-caps-item {
    width: 120px;
  }

  .dev-caps-item p {
    font-size: 0.85rem;
  }
}

@media (max-width: 900px) {
  /* On smaller screens, the 6-item row + connectors breaks. 
       We hide connectors and turn it into a 3-column grid */
  .dev-caps-row {
    flex-wrap: wrap;
    gap: 40px 20px;
  }

  .dev-caps-connector {
    display: none;
  }

  .dev-caps-item {
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 600px) {
  /* 2-column grid for mobile */
  .dev-caps-item {
    width: calc(50% - 20px);
  }

  .dev-caps-circle {
    width: 120px;
    height: 120px;
  }
}

/* Section Container */
.project-showcase-section {
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Blue Pill Badge */
.project-showcase-badge {
  background-color: #1573e5;
  /* Brand blue from previous sections */
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

/* Main Title Typography */
.project-showcase-title {
  font-size: clamp(2rem, 4vw, 3rem);
  /* Scales smoothly on mobile and desktop */
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
  /* Regular weight for the bottom line */
  margin-bottom: 60px;
}

.project-showcase-title strong {
  font-weight: 700;
  /* Bold weight for the top line */
  display: block;
  /* Ensures the strong tag takes up its own line */
  margin-bottom: 5px;
}

/* --- Software Development page css start Main Hero Section --- */
.software-hero-section {
  position: relative;
  background-color: #fdfdfd;
  /* Subtle Grid Background */
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  overflow: hidden;
  /* Keeps the marquee contained */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Container for Content and Image */
.software-hero-container {
  max-width: 1600px;
  margin: 0 0 0 100px;
  padding: 120px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-grow: 1;
  /* Pushes marquee to the bottom */
}

/* Left Side Content */
.software-hero-content {
  flex: 1;
  padding-bottom: 50px;
  z-index: 10;
}

.software-hero-title {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1.15;
  color: #444;
  /* Slightly lighter gray for the top line */
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}

.software-hero-title strong {
  color: #111;
  /* Dark black for the bottom line */
  font-weight: 800;
  display: block;
}

.software-hero-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
  font-weight: 500;
  max-width: 650px;
  margin-bottom: 40px;
}

/* CTA Buttons */
.software-hero-ctas {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.software-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.software-hero-btn.primary {
  background-color: #1573e5;
  color: #ffffff;
  border: 2px solid #1573e5;
}

.software-hero-btn.primary:hover {
  background-color: #0f5bb8;
  border-color: #0f5bb8;
}

.software-hero-btn.secondary {
  background-color: transparent;
  color: #1573e5;
  border: 2px solid #e0ebf7;
}

.software-hero-btn.secondary:hover {
  border-color: #1573e5;
  background-color: rgba(21, 115, 229, 0.05);
}

/* Right Side Image */
.software-hero-image-wrapper {
  flex: 1;
  position: relative;
  z-index: 20;
  /* Ensures laptop sits above the marquee */
  display: flex;
  justify-content: flex-end;
  margin-bottom: -100px;
  /* Pulls the laptop down over the marquee */
}

.software-hero-image-wrapper img {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: contain;
  /* Added a subtle drop shadow to make the laptop pop off the background */
  filter: drop-shadow(-10px 20px 30px rgba(0, 0, 0, 0.15));
}

/* --- Bottom Scrolling Marquee --- */
.software-hero-marquee {
  background: radial-gradient(
    circle,
    rgba(17, 63, 92, 1) 0%,
    rgba(0, 23, 39, 1) 100%
  );
  /* Deep Navy Blue */
  color: #ffffff;
  padding: 16px 0;
  position: relative;
  z-index: 5;
  /* Sits behind the laptop image */
  display: flex;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.software-hero-marquee-track {
  display: flex;
  white-space: nowrap;
  /* Using will-change for smoother animation */
  will-change: transform;
  animation: softwareHeroScroll 35s linear infinite;
}

.software-hero-marquee-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* The Star Separator */
.software-hero-marquee-item span {
  margin: 0 30px;
  color: #4da3ff;
  /* Light blue star */
  font-size: 1.2rem;
}

@keyframes softwareHeroScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive Adjustments */
@media (max-width: 1100px) {
  .software-hero-container {
    flex-direction: column;
    text-align: center;
    padding-top: 80px;
    gap: 20px;
  }

  .software-hero-content {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .software-hero-desc {
    margin: 0 auto 30px auto;
  }

  .software-hero-ctas {
    justify-content: center;
  }

  .software-hero-image-wrapper {
    justify-content: center;
    margin-bottom: -30px;
    /* Adjust overlap for mobile */
  }
}

@media (max-width: 600px) {
  .software-hero-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .software-hero-ctas {
    flex-direction: column;
    width: 100%;
  }

  .software-hero-btn {
    width: 100%;
  }
}

.software-hero-container {
  position: relative;
}

.software-hero-image-wrapper {
  position: absolute;
  bottom: 100px;
  right: 0px;
  width: 700px;
  z-index: 0;
}

/* Section Container */
.software-systems-section {
  padding: 100px 5%;
  max-width: 1400px;
  margin: 0 auto;
}

/* Header Styling */
.software-systems-header {
  text-align: center;
  margin-bottom: 60px;
}

.software-systems-badge {
  display: inline-block;
  background-color: #f2f2f2;
  color: #555;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.software-systems-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: #222;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.software-systems-title strong {
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

/* List Styling */
.software-systems-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #eaeaea;
}

.software-systems-row {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
  gap: 100px;
  transition: background-color 0.3s ease;
}

.software-systems-row:hover {
  background-color: #fafafa;
}

/* Row Elements */
.software-systems-icon {
  color: #1573e5;
  /* Brand Blue */
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  padding-top: 10px;
  /* Aligns the asterisk nicely */
  flex: 0 0 40px;
}

.software-systems-name {
  flex: 0 0 25%;
  font-size: 1.15rem;
  font-weight: 600;
  color: #222;
}

.software-systems-desc {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  font-weight: 400;
  max-width: 500px;
}

.software-systems-img {
  flex: 0 0 180px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f0f0f0;
}

.software-systems-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .software-systems-row {
    flex-wrap: wrap;
    gap: 20px;
  }

  .software-systems-name {
    flex: 0 0 calc(100% - 60px);
    /* Take up remaining width next to icon */
  }

  .software-systems-desc {
    flex: 0 0 100%;
    padding-left: 60px;
    /* Indent under the name */
    margin-top: -10px;
    max-width: 100%;
  }

  .software-systems-img {
    margin-left: 60px;
    /* Indent under the description */
    flex: 0 0 200px;
    height: 110px;
  }
}

@media (max-width: 600px) {
  .software-systems-header {
    margin-bottom: 40px;
  }

  .software-systems-row {
    padding: 25px 0;
  }

  .software-systems-img {
    flex: 0 0 100%;
    margin-left: 0;
    height: auto;
    aspect-ratio: 16/9;
    margin-top: 10px;
  }

  .software-systems-desc {
    padding-left: 0;
  }

  .software-systems-name {
    flex: 1;
  }

  .software-systems-icon {
    flex: 0 0 30px;
    font-size: 2rem;
    padding-top: 5px;
  }
}

/* Section Container */
.mig-domain-section {
  padding: 100px 5%;
  max-width: 1400px;
  margin: 0 auto;
}

/* --- Header Styling --- */
.mig-domain-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.mig-domain-header-left {
  flex: 0 0 55%;
}

.mig-domain-badge-top {
  display: inline-block;
  background-color: #f2f2f2;
  color: #555;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.mig-domain-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.15;
  color: #444;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.mig-domain-title strong {
  font-weight: 700;
  color: #222;
}

.mig-domain-header-right {
  flex: 0 0 40%;
  padding-top: 40px;
}

.mig-domain-header-right p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #222;
  font-weight: 500;
}

/* --- Accordion Styling --- */
.mig-domain-accordion {
  border-top: 1px solid #eaeaea;
}

.mig-domain-item {
  border-bottom: 1px solid #eaeaea;
}

/* Item Header (Clickable) */
.mig-domain-item-header {
  padding: 35px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.mig-domain-item-header:hover {
  background-color: #fafafa;
}

.mig-domain-item-header h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
}

/* Accordion Content Wrapper (For smooth height transition) */
.mig-domain-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-out;
}

/* Active State */
.mig-domain-item.active .mig-domain-content-wrapper {
  grid-template-rows: 1fr;
}

.mig-domain-item.active .mig-domain-item-header h3 {
  font-weight: 600;
  /* Bolder when open */
}

.mig-domain-content-inner {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 0;
  opacity: 0;
  transition:
    opacity 0.3s ease 0.1s,
    padding 0.3s ease;
}

/* Fade in content when active */
.mig-domain-item.active .mig-domain-content-inner {
  opacity: 1;
  padding-bottom: 40px;
}

/* --- Inner Content Left --- */
.mig-domain-content-left {
  flex: 0 0 60%;
}

.mig-domain-badge-inner {
  display: inline-flex;
  align-items: center;
  background-color: #eaf3fb;
  color: #1573e5;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.mig-domain-badge-inner::before {
  content: "•";
  margin-right: 6px;
  font-size: 1.2rem;
  line-height: 0;
}

.mig-domain-content-left p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

/* Pills */
.mig-domain-pill-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mig-domain-pill {
  background-color: #123e5e;
  /* Deep dark blue from design */
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 500;
}

/* --- Inner Content Right --- */
.mig-domain-content-right {
  flex: 0 0 35%;
}

.mig-domain-content-right h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.mig-domain-systems-list {
  list-style: none;
}

.mig-domain-systems-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  color: #1573e5;
  font-size: 0.95rem;
  font-weight: 500;
}

.mig-domain-systems-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #1573e5;
}

/* Responsive */
@media (max-width: 1024px) {
  .mig-domain-header,
  .mig-domain-content-inner {
    flex-direction: column;
    gap: 30px;
  }

  .mig-domain-header-right {
    padding-top: 0;
  }

  .mig-domain-content-right {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .mig-domain-title {
    font-size: 2rem;
  }

  .mig-domain-item-header h3 {
    font-size: 1.3rem;
  }
}

/* --- Section Wrapper --- */
/* Adds white space above and below so the breakout effect is visible */
.quote-banner-section {
  padding-top: 100px;
  position: relative;
}

/* --- Blue Banner Container --- */
.quote-banner-container {
  background-image: url(../assets/img/heading-bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-left: auto;
  box-shadow: -25px 0 40px -15px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 5%;
  position: relative;
  min-height: 350px;
}

/* --- Left Side Text --- */
.quote-banner-content {
  flex: 0 0 50%;
  z-index: 2;
  padding-left: 80px;
}

.quote-banner-content h2 {
  font-size: clamp(2rem, 3.5vw, 2rem);
  line-height: 1.3;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* --- Right Side Image (Breakout Effect) --- */
.quote-banner-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
  object-fit: contain;
  object-position: center;
  z-index: 0;
  min-height: 450px;
  overflow: hidden;
}

.quote-banner-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Adds a realistic drop shadow to the monitor mockup */
  filter: drop-shadow(-15px 25px 35px rgba(0, 0, 0, 0.4));
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .quote-banner-container {
    width: 95%;
    padding: 60px 5%;
  }

  .quote-banner-content h2 {
    font-size: 2rem;
  }

  .quote-banner-image-wrapper {
    margin-top: -60px;
    margin-bottom: -60px;
  }
}

@media (max-width: 768px) {
  .quote-banner-section {
    padding: 80px 0;
  }

  .quote-banner-container {
    flex-direction: column;
    width: 100%;
    /* Keep a small gap on mobile for the shadow effect */
    padding: 50px 5% 0 5%;
    gap: 40px;
  }

  .quote-banner-content {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .quote-banner-image-wrapper {
    flex: none;
    width: 100%;
    margin-top: 0;
    /* Pulls image down so it breaks out of the bottom of the blue box */
    margin-bottom: -60px;
  }

  .quote-banner-image-wrapper img {
    transform: scale(1.05) translateX(0);
  }
}

/* --- Section Container --- */
.software-portfolio-section {
  padding: 100px 5%;
  max-width: 1500px;
  margin: 0 auto;
}

/* --- Header Styling --- */
.software-portfolio-header {
  text-align: center;
  margin-bottom: 100px;
  /* Extra margin for the pop-out images */
}

.software-portfolio-badge {
  display: inline-block;
  background-color: #1573e5;
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.software-portfolio-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
}

.software-portfolio-title strong {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

/* --- Portfolio Grid --- */
.software-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
  /* Large vertical gap to accommodate overlapping images */
}

/* --- Individual Card --- */
.software-portfolio-card {
  display: flex;
  flex-direction: column;
}

/* Dark Blue Graphic Area */
.software-portfolio-graphic {
  background-color: #0b2545;
  /* Deep Navy Blue */
  border-radius: 20px;
  height: 240px;
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-end;
  /* Aligns tags to the bottom */
  padding: 25px;
}

/* Breakout Mockup Image */
.software-portfolio-mockup {
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 85%;
  height: 140%;
  border-radius: 20px;
  /* Taller than the container to break out the top */
  object-fit: contain;
  object-position: bottom right;
  z-index: 2;
  filter: drop-shadow(-10px 15px 25px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease;
}

.software-portfolio-card:hover .software-portfolio-mockup {
  transform: translateY(-10px);
  /* Slight hover lift */
}

/* Tags Overlaid on Dark Background */
.software-portfolio-tags {
  position: relative;
  z-index: 3;
  /* Keeps tags above the image if they overlap */
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.software-portfolio-tag {
  background-color: #ffffff;
  color: #0b2545;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Text Area Below Graphic */
.software-portfolio-text {
  padding-right: 20px;
}

.software-portfolio-text h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 15px;
}

.software-portfolio-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
  .software-portfolio-graphic {
    height: 200px;
  }

  .software-portfolio-mockup {
    width: 90%;
    right: 0;
  }
}

@media (max-width: 768px) {
  .software-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 100px 20px;
  }

  .software-portfolio-header {
    margin-bottom: 80px;
  }

  .software-portfolio-graphic {
    height: 220px;
  }
}

/* --- Main Section --- */
.deep-dives-section {
  background-color: #071a2b;
  color: #ffffff;
  padding: 100px 5%;
  overflow-x: hidden;
  /* Prevents whole page horizontal scroll */
}

.deep-dives-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* --- Header Styling --- */
.deep-dives-header {
  text-align: center;
  margin-bottom: 70px;
}

.deep-dives-badge-top {
  display: inline-block;
  background-color: #ffffff;
  color: #071a2b;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.deep-dives-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.deep-dives-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

/* --- Grid Layout (Desktop) --- */
.deep-dives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* --- Card Styling --- */
.deep-dives-card {
  background-color: #071a2b;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 12px 12px 0px 0px #ffffff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.deep-dives-card:hover {
  transform: translate(-5px, -5px);
  box-shadow: 17px 17px 0px 0px #ffffff;
}

/* Card Header */
.deep-dives-card-header {
  padding: 35px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.deep-dives-card-badge {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.deep-dives-card-header h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

/* Card Body */
.deep-dives-card-body {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.deep-dives-block h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.deep-dives-block h4::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #ffffff;
}

.deep-dives-block p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}

/* Card Footer */
.deep-dives-card-footer {
  padding: 0 30px 35px 30px;
}

.deep-dives-btn {
  display: block;
  text-align: center;
  background-color: #ffffff;
  color: #071a2b;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
}

.deep-dives-btn:hover {
  background-color: #e0e0e0;
}

/* --- Responsive Design --- */
@media (max-width: 1100px) {
  .deep-dives-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}

/* --- Mobile Carousel Magic --- */
@media (max-width: 768px) {
  .deep-dives-header {
    margin-bottom: 50px;
  }

  .deep-dives-title {
    font-size: 2.5rem;
  }

  /* Transform Grid to Swipeable Flex Container */
  .deep-dives-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    /* Bleed the scroll track to the edges of the screen */
    margin: 0 -5%;
    padding: 0 5% 30px 5%;
    /* Hide the scrollbar for a cleaner look */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .deep-dives-grid::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
  }

  .deep-dives-card {
    /* Cards take up 85% of screen so the next one peeks in */
    flex: 0 0 85%;
    scroll-snap-align: center;
    box-shadow: 8px 8px 0px 0px #ffffff;
  }

  .deep-dives-card:hover {
    transform: translate(-3px, -3px);
    box-shadow: 11px 11px 0px 0px #ffffff;
  }
}

/* --- Section Container --- */
.sw-caps-section {
  padding: 100px 5%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.sw-caps-container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* --- Left Column (Sticky) --- */
.sw-caps-left {
  flex: 0 0 45%;
  position: sticky;
  top: 120px;
  /* Adjust based on your nav height */
}

.sw-caps-badge {
  display: inline-block;
  background-color: #f2f2f2;
  color: var(--clr-muted);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.sw-caps-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.sw-caps-desc {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--clr-muted);
  font-weight: 500;
  max-width: 500px;
}

/* --- Right Column (Scrolling Cards) --- */
.sw-caps-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15vh;
  padding-bottom: 25vh;
}

/* Card Base */
.sw-caps-card {
  position: relative;
  transition: none;
}

.sw-caps-card-inner {
  border-radius: 24px;
  padding: 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  gap: 30px;
  width: 100%;
  height: 100%;
  box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* Stacking z-indexes */
.sw-caps-card:nth-child(1) {
  z-index: 1;
}
.sw-caps-card:nth-child(2) {
  z-index: 2;
}
.sw-caps-card:nth-child(3) {
  z-index: 3;
}
.sw-caps-card:nth-child(4) {
  z-index: 4;
}
.sw-caps-card:nth-child(5) {
  z-index: 5;
}
.sw-caps-card:nth-child(6) {
  z-index: 6;
}

/* Individual Card Colors */
.sw-caps-c1 {
  background-color: #3b7ca5;
}

/* Muted Blue */
.sw-caps-c2 {
  background-color: #4da167;
}

/* Muted Green */
.sw-caps-c3 {
  background-color: #357b85;
}

/* Teal */
.sw-caps-c4 {
  background-color: #d17a36;
}

/* Warm Orange */
.sw-caps-c5 {
  background-color: #6a5a95;
}

/* Muted Purple */
.sw-caps-c6 {
  background-color: #c94b4b;
}

/* Muted Red */

/* Hollow Number Typography */
.sw-caps-number {
  font-size: 5rem;
  font-weight: 300;
  /* Creates the transparent hollow text with a white stroke */
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  line-height: 1;
  flex: 0 0 80px;
}

/* Text Content */
.sw-caps-content {
  flex: 1;
}

.sw-caps-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.sw-caps-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

/* Right Image Thumbnail */
.sw-caps-img {
  flex: 0 0 160px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sw-caps-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .sw-caps-container {
    flex-direction: column;
    gap: 50px;
  }

  .sw-caps-left {
    position: static;
    flex: none;
    width: 100%;
  }

  .sw-caps-right {
    width: 100%;
  }

  .sw-caps-card:hover {
    transform: none;
    /* Disable shift on mobile */
  }
}

@media (max-width: 600px) {
  .sw-caps-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 25px;
    gap: 20px;
  }

  .sw-caps-number {
    font-size: 4rem;
    margin-bottom: -10px;
  }

  .sw-caps-img {
    width: 100%;
    flex: none;
    height: 140px;
    margin-top: 10px;
  }
}

/* --- Main Section Container --- */
.flux-tools-section {
  /* Smooth gradient from white to light sky blue */
  background: linear-gradient(180deg, #ffffff 0%, #64aee520 30%, #64aee5 100%);
  padding-top: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

/* --- Text Content --- */
.flux-tools-header {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
}

.flux-tools-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #333333;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.flux-tools-title strong {
  font-weight: 700;
  color: #111111;
}

.flux-tools-subtitle {
  font-size: 1.1rem;
  color: #777777;
  line-height: 1.6;
  max-width: 950px;
  margin: 0 auto 40px auto;
  font-weight: 500;
}

/* --- Action Buttons --- */
.flux-tools-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.flux-tools-btn {
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.flux-tools-btn-primary {
  background-color: var(--clr-btn-pri-bg);
  color: var(--clr-btn-pri-text);
  border: 2px solid var(--clr-btn-pri-bg);
}

.flux-tools-btn-primary:hover {
  background-color: var(--clr-accent-dk);
  border-color: var(--clr-accent-dk);
}

.flux-tools-btn-secondary {
  background-color: transparent;
  color: #555555;
  border: 1px solid #cccccc;
}

.flux-tools-btn-secondary:hover {
  border-color: var(--clr-accent);
  color: var(--clr-accent);
}

/* --- Mockup Area --- */
.flux-tools-mockup-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 5;
}

.flux-tools-mockup-img {
  width: 100%;
  height: auto;
  display: block;
  /* Drop shadow to make the laptop pop off the background */
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.2));
  transform: translateY(10px);
  /* Push slightly down into the pedestal */
}

/* Responsive Design */
@media (max-width: 768px) {
  .flux-tools-section {
    padding-top: 70px;
  }

  .flux-tools-actions {
    flex-direction: column;
    gap: 15px;
  }

  .flux-tools-btn {
    width: 100%;
    max-width: 300px;
  }

  .flux-tools-mockup-wrapper {
    padding: 0 10px;
  }
}

/* --- Section Container --- */
.platform-modules-section {
  padding: 100px 0 60px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.platform-modules-container {
  max-width: 800px;
  margin: 0 auto;
}

/* --- Pill Badge --- */
.platform-modules-badge {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  /* Subtle glass effect */
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

/* --- Main Title --- */
.platform-modules-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #000000;
  font-weight: 400;
  /* Regular weight for top line */
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.platform-modules-title strong {
  font-weight: 700;
  /* Bold weight for bottom line */
  display: block;
}

/* --- Subtitle --- */
.platform-modules-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgb(107 107 107 / 70%);
  /* Muted gray for readability */
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
  .platform-modules-section {
    padding: 80px 5%;
  }

  .platform-modules-title {
    font-size: 2.5rem;
  }

  .platform-modules-subtitle {
    font-size: 1rem;
  }
}

/* --- Main Section (Everything contained here) --- */
.saas-light-glass-section {
  padding: 80px 5%;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Light base background */
  background-color: #f4f7fb;
  /* Contains the background orbs */
  position: relative;
  overflow: hidden;
}

/* --- Dynamic Background Orbs for Glass Effect --- */
.saas-light-glass-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.saas-light-glass-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.6;
  animation: orbFloatLight 15s infinite alternate ease-in-out;
}

/* Soft Sky Blue */
.saas-light-glass-orb-1 {
  width: 500px;
  height: 500px;
  background: #93c5fd;
  top: 40%;
  left: 0%;
}

/* Soft Pink/Purple */
.saas-light-glass-orb-2 {
  width: 550px;
  height: 550px;
  background: #d8b4fe;
  bottom: 0%;
  right: 0dvh;
  animation-delay: -5s;
}

@keyframes orbFloatLight {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(80px, -80px) scale(1.1);
  }
}

/* --- Navigation Tabs --- */
.saas-light-glass-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  z-index: 10;
}

.saas-light-glass-tabs-container {
  display: flex;
  align-items: center;
  gap: 12px;
  /* Light Glass Effect */
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  padding: 8px;
  border-radius: 40px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.saas-light-glass-tabs-container::-webkit-scrollbar {
  display: none;
}

.saas-light-glass-tab {
  background-color: transparent;
  border: none;
  color: #64748b;
  /* Muted text */
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.saas-light-glass-tab:hover {
  color: #1e293b;
  background-color: rgba(255, 255, 255, 0.6);
}

.saas-light-glass-tab.active {
  background-color: #2b6aff;
  /* Brand Blue */
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(43, 106, 255, 0.3);
}

/* --- Circular Progress Arrow --- */
.saas-light-glass-next-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* Light Glass Effect */
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s;
  flex-shrink: 0;
}

.saas-light-glass-next-wrapper:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.8);
}

.saas-light-glass-next-arrow {
  color: #1e293b;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 2;
}

.saas-light-glass-progress-svg {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 50px;
  height: 50px;
  transform: rotate(-90deg);
  z-index: 1;
}

.saas-light-glass-progress-circle {
  fill: none;
  stroke: #2b6aff;
  /* Brand Blue progress line */
  stroke-width: 2.5;
  stroke-linecap: round;
  /* Circumference of r=23 is ~144.5 */
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
}

/* --- Glass App Window Container --- */
.saas-light-glass-window {
  width: 100%;
  max-width: 1200px;

  /* Light Glassmorphism Effect */
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);

  border-radius: 20px;
  /* Exactly 10px padding around the image */
  padding: 10px;

  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.saas-light-glass-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  /* Inner radius curves inside the 10px padding */
  background-color: #ffffff;
  /* Fallback color */
  transition: opacity 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  /* Slight shadow to separate from glass */
}

.saas-light-glass-image.fading {
  opacity: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .saas-light-glass-nav-wrapper {
    flex-direction: column;
  }

  .saas-light-glass-tabs-container {
    width: 100%;
    justify-content: flex-start;
    padding: 10px;
  }
}

/* --- Ambient Background Orbs --- */
.flux-rows-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.flux-rows-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  animation: orbFloat 20s infinite alternate ease-in-out;
}

.flux-rows-orb-1 {
  width: 600px;
  height: 600px;
  background: #93c5fd;
  top: 10%;
  left: -5%;
}

.flux-rows-orb-2 {
  width: 500px;
  height: 500px;
  background: #c4b5fd;
  top: 40%;
  right: -5%;
  animation-delay: -5s;
}

.flux-rows-orb-3 {
  width: 700px;
  height: 700px;
  background: #bae6fd;
  bottom: 5%;
  left: 20%;
  animation-delay: -10s;
}

@keyframes orbFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(80px, 80px) scale(1.1);
  }
}

/* --- Header --- */
.flux-rows-header {
  text-align: center;
  margin-bottom: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

.flux-rows-header h2 {
  font-size: clamp(2.8rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: #111;
  line-height: 1.1;
}

.flux-rows-header p {
  font-size: 1.2rem;
  color: var(--clr-muted);
  line-height: 1.6;
  font-weight: 500;
}

/* --- Feature Rows Container --- */
.flux-rows-container {
  display: flex;
  flex-direction: column;
  gap: 120px; /* Large space between each feature */
  position: relative;
  z-index: 10;
}

/* Individual Row */
.flux-row {
  display: flex;
  align-items: center;
  gap: 80px;
}

/* Reverses the layout for even rows (Zig-Zag effect) */
.flux-row:nth-child(even) {
  flex-direction: row-reverse;
}

/* --- Text Content Side --- */
.flux-row-content {
  flex: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 50px;
  border-radius: 24px;
  /* Very subtle, soft shadow to lift the glass */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease;
}

.flux-row-content:hover {
  transform: translateY(-5px);
}

.flux-row-badge {
  display: inline-flex;
  align-items: center;
  background-color: var(--clr-hero-top);
  color: var(--clr-accent);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.flux-row-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.flux-row-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--clr-muted);
}

/* --- Visual / Image Side --- */
.flux-row-visual {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

/* Solid decorative blob behind images */
.flux-row-backdrop {
  position: absolute;
  width: 80%;
  height: 90%;
  background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
  border-radius: 40px;
  z-index: 1;
  transform: rotate(-3deg);
}

.flux-row:nth-child(even) .flux-row-backdrop {
  transform: rotate(3deg);
  background: linear-gradient(135deg, #f3e8ff 0%, #fae8ff 100%);
}

/* Image composition */
.flux-img-main {
  width: 85%;
  height: auto;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); /* Soft premium drop shadow */
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.flux-img-sub {
  width: 45%;
  height: auto;
  border-radius: 12px;
  position: absolute;
  bottom: -5%;
  right: 0%;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Position adjustment for even rows */
.flux-row:nth-child(even) .flux-img-sub {
  right: auto;
  left: 0%;
}

/* Subtle Hover Animations */
.flux-row-visual:hover .flux-img-main {
  transform: scale(1.02);
}
.flux-row-visual:hover .flux-img-sub {
  transform: scale(1.05) translateY(-10px);
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .flux-rows-container {
    gap: 80px;
  }
  .flux-row,
  .flux-row:nth-child(even) {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .flux-row-content {
    padding: 40px 30px;
    width: 100%;
  }
  .flux-row-visual {
    width: 100%;
    margin-bottom: 20px;
  }
  .flux-img-main {
    width: 90%;
  }
  .flux-img-sub {
    width: 50%;
    bottom: -10%;
  }
}

/* --- White styling for home1-service-section with .newchange --- */
.home1-service-section.newchange .section-title > span,
.newchange.section-title > span {
  color: #ffffff !important;
}

.home1-service-section.newchange .section-title h2,
.newchange.section-title h2 {
  color: #ffffff !important;
}

.home1-service-section.newchange .single-service .title-tag h2 a,
.newchange.single-service .title-tag h2 a {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 98%) !important;
  background-repeat: no-repeat !important;
  background-size: 0px 1.5px !important;
  background-position: right 90% !important;
}

.home1-service-section.newchange .single-service .title-tag h2 a:hover,
.newchange.single-service .title-tag h2 a:hover {
  background-size: 100% 1.5px !important;
  background-position: left 90% !important;
}

.home1-service-section.newchange .single-service .title-tag ul li,
.newchange.single-service .title-tag ul li {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.home1-service-section.newchange .single-service .services-btm .paragraph-img p,
.newchange.single-service .services-btm .paragraph-img p {
  color: #ffffff !important;
}

.home1-service-section.newchange .single-service .services-top .icon svg,
.home1-service-section.newchange .single-service .services-top .icon svg path,
.newchange.single-service .services-top .icon svg,
.newchange.single-service .services-top .icon svg path {
  fill: #ffffff !important;
}

/* --- Scroll Reveal Animations for Process Section (.mig-process) --- */
.mig-process .vs-process-step-one,
.mig-process .vs-process-step-two,
.mig-process .vs-process-step-three,
.mig-process .vs-process-number-one,
.mig-process .vs-process-number-two,
.mig-process .vs-process-number-three,
.mig-process .vs-process-curve-overlay {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* SVG curve overlay should only fade in without sliding up */
.mig-process .vs-process-curve-overlay {
  transform: none !important;
}

/* Revealed active states */
.mig-process .vs-process-step-one.reveal-active,
.mig-process .vs-process-step-two.reveal-active,
.mig-process .vs-process-step-three.reveal-active,
.mig-process .vs-process-number-one.reveal-active,
.mig-process .vs-process-number-two.reveal-active,
.mig-process .vs-process-number-three.reveal-active {
  opacity: 1;
  transform: translateY(0) !important;
}

.mig-process .vs-process-curve-overlay.reveal-active {
  opacity: 1;
}

/* Fix header Let's Talk button hover text color */
.primary-btn1.black-bg:hover {
  color: #ffffff !important;
}

.primary-btn1.black-bg:hover span {
  color: #ffffff !important;
}

.primary-btn1.black-bg:hover > span svg {
  fill: #ffffff !important;
}

/* --- Projects Page Layout and Card Resets (.projects-page-active) --- */

/* Fix image rounded corners to be sharp */
.projects-page-active .portfolio-card.style-2 .portfolio-img,
.projects-page-active .portfolio-card.style-2 .portfolio-img img,
.projects-page-active .portfolio-card.style-2 .portfolio-img .shape-hover-img {
  border-radius: 0 !important;
}

/* Remove card pill button styling for tags, making it simple text */
.projects-page-active .portfolio-card.style-2 .portfolio-content-wrap .tag {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  transition: none !important;
  box-shadow: none !important;
}

.projects-page-active .portfolio-card.style-2 .portfolio-content-wrap .tag a {
  color: var(--text-color) !important;
  font-family: var(--font-kanit) !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.projects-page-active
  .portfolio-card.style-2
  .portfolio-content-wrap
  .tag
  a:hover {
  color: var(--title-color) !important;
  background: transparent !important;
}

/* Stretch the grid layout to cover full screen width */
.projects-page-active .portfolio-grid-page .container-fluid.one {
  max-width: 100% !important;
  padding-left: 6% !important;
  padding-right: 6% !important;
}

.pd-main-img,
.portfolio-dt-banner-section .pd-main-img,
div.pd-main-img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
}
.pd-main-img img {
  width: 100% !important;
  max-width: 100% !important;
  height: 520px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .pd-main-img img {
    height: 380px !important;
  }
}
@media (max-width: 576px) {
  .pd-main-img img {
    height: 260px !important;
  }
}

.pd-media-gallery img,
.portfolio-dt-gallery2-section .portfolio-gallery-img img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}
.portfolio-dt-gallery2-section .portfolio-gallery-img {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden;
}

/* --- Modern Product Overview Statistic Cards --- */
.product-stat-card {
  background: #0f172a !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.12) !important;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease !important;
  position: relative;
  overflow: hidden;
  min-height: 160px;
}

.product-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #818cf8, #c084fc);
  opacity: 0.85;
  transition: opacity 0.35s ease;
}

.product-stat-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25) !important;
}

.product-stat-card .stat-value {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: var(--font-spaceGrotesk), sans-serif;
}

.product-stat-card .stat-divider {
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #38bdf8, #818cf8);
  border-radius: 2px;
  display: block;
}

.product-stat-card .stat-label {
  color: #94a3b8 !important;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.3px;
}

/* Adjust projects page first section spacing: more headroom on top, tighter on bottom */
.portfolio-grid-page {
  padding-top: 150px !important;
}
.portfolio-grid-page .portfolio-grid-page-title-area h1 {
  margin-bottom: 25px !important;
}

@media (max-width: 991px) {
  .portfolio-grid-page {
    padding-top: 100px !important;
  }
}

/* Fix details navigation prev/next button hover contrast */
.portfolio-dt-gallery2-section
  .portfolio-dt-navigation-area
  .details-navigation
  .single-navigation
  .arrow:hover {
  color: #ffffff !important;
}

.portfolio-dt-gallery2-section
  .portfolio-dt-navigation-area
  .details-navigation
  .single-navigation
  .arrow:hover
  svg {
  stroke: #ffffff !important;
}

/* Challenges Section */
.challenges-section {
  background:
    radial-gradient(
      circle at 72% 88%,
      rgba(205, 165, 20, 0.75) 0%,
      rgba(205, 165, 20, 0.45) 18%,
      rgba(205, 165, 20, 0) 45%
    ),
    linear-gradient(90deg, #285b84 0%, #3d6d6d 42%, #6c7552 72%, #87853b 100%);
  padding: 120px 0;
  color: #ffffff;
}

.challenges-grid {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0px;
}

.challenges-left-col {
  flex: 0 0 35%;
  position: sticky;
  top: 150px;
}

.challenges-badge {
  display: inline-block;
  background-color: #f3f4f6;
  color: #111827;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.challenges-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  color: #ffffff;
  font-weight: 300;
}

.challenges-main-title strong {
  font-weight: 700;
  display: block;
  margin-top: 5px;
}

.challenges-right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  width: 60%;
  margin-left: auto;
}

.challenge-item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 45px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Bracket Image Wrapper */
.challenge-img-wrapper {
  position: relative;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 160px;
}

.challenge-img-wrapper::before,
.challenge-img-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 125%;
  border: 5px solid #ffffff;
}

.challenge-img-wrapper::before {
  left: 4px;
  border-right: none;
}

.challenge-img-wrapper::after {
  right: 4px;
  border-left: none;
}

.challenge-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0px;
}

/* Challenge Info column */
.challenge-info {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 40px;
}

.challenge-info h3 {
  flex: 0 0 240px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.challenge-info p {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* Responsive design */
@media (max-width: 1024px) {
  .challenges-grid {
    flex-direction: column;
    gap: 50px;
  }

  .challenges-left-col {
    position: static;
    width: 100%;
  }

  .challenge-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 30px 0;
  }

  .challenge-img-wrapper {
    flex: none;
    width: 160px;
  }

  .challenge-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
  }

  .challenge-info h3 {
    flex: none;
    width: 100%;
  }
}

/* Video Showcase Section */
.video-showcase-section {
  padding: 0px;
  background-color: #ffffff;
}

.video-showcase-header {
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.video-showcase-badge {
  display: inline-block;
  background-color: #f3f4f6;
  color: #111827;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.video-showcase-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 600;
  color: #0f172a;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.video-showcase-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #475569;
  font-weight: 400;
  max-width: 650px;
  margin: 0 auto;
}

.video-player-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.video-play-trigger {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 550px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.video-play-trigger:hover .video-thumbnail-wrapper img {
  transform: scale(1.03);
}

.video-overlay-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    rgba(15, 23, 42, 0.1) 0%,
    rgba(15, 23, 42, 0.4) 100%
  );
  z-index: 1;
}

.video-play-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.video-play-trigger:hover .video-play-btn-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-play-btn {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.video-play-btn svg {
  width: 32px;
  height: 32px;
  margin-left: 6px;
}

.video-play-trigger:hover .video-play-btn {
  background-color: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Process Steps Section */
.process-steps-section {
  padding: 0px;
  background-color: #ffffff;
}

.process-steps-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.process-step-item {
  flex: 1;
  position: relative;
}

.step-number-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}

.step-number {
  font-size: clamp(4.5rem, 8vw, 6.5rem);
  font-weight: 400;
  line-height: 1;
  font-family: inherit;
  /* Gradient text */
  background: linear-gradient(
    180deg,
    #1573e5 0%,
    rgba(21, 115, 229, 0.05) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: -0.05em;
  opacity: 0.85;
}

.step-arrow {
  position: absolute;
  top: 15px;
  left: 65%;
  width: 120px;
  height: 40px;
  pointer-events: none;
}

.process-step-item h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

.process-step-item p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
  max-width: 90%;
}

/* Responsive steps */
@media (max-width: 1024px) {
  .process-steps-row {
    flex-wrap: wrap;
    gap: 50px 30px;
  }

  .process-step-item {
    flex: 0 0 calc(50% - 15px);
  }

  .step-arrow {
    display: none; /* Hide arrows on multi-row grids */
  }
}

@media (max-width: 600px) {
  .process-step-item {
    flex: 0 0 100%;
  }

  .process-step-item p {
    max-width: 100%;
  }
}

/* Navigation width and alignments */
@media (min-width: 1200px) {
  .portfolio-dt-gallery2-section
    .portfolio-dt-navigation-area
    .details-navigation
    .single-navigation {
    min-width: 500px;
  }
  .portfolio-dt-gallery2-section
    .portfolio-dt-navigation-area
    .details-navigation
    .single-navigation.two {
    justify-content: flex-end;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-dt-gallery2-section
    .portfolio-dt-navigation-area
    .details-navigation
    .single-navigation {
    min-width: 400px;
  }
  .portfolio-dt-gallery2-section
    .portfolio-dt-navigation-area
    .details-navigation
    .single-navigation.two {
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .portfolio-dt-gallery2-section
    .portfolio-dt-navigation-area
    .details-navigation
    .single-navigation
    .content {
    max-width: 100%;
    flex: 1;
  }
  .portfolio-dt-gallery2-section
    .portfolio-dt-navigation-area
    .details-navigation
    .single-navigation.two
    .content {
    text-align: right;
  }
}

/* Features List Styling */
.features-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
}

.features-list li {
  position: relative;
  padding-left: 20px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.features-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0f172a;
  font-size: 1.5rem;
  line-height: 1;
  top: -2px;
}

/* Fix CTA button hover text and svg color contrast */
.primary-btn4.black-bg:hover {
  color: #ffffff !important;
}
.primary-btn4.black-bg:hover svg {
  stroke: #ffffff !important;
}

/* Minimal Coming Soon Styles */
#coming-soon-body {
  background-color: #0b0f19;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: var(--font-kanit), sans-serif;
}

.minimal-coming-soon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 40px 20px;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

.coming-soon-header .logo img {
  height: 35px;
  width: auto;
  opacity: 0.95;
}

.coming-soon-content {
  text-align: center;
  max-width: 700px;
  margin: auto 0;
}

.mini-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #1573e5;
  margin-bottom: 20px;
}

.mini-title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px 0;
  letter-spacing: -0.01em;
}

.mini-description {
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 35px 0;
  font-family: var(--font-spaceGrotesk), sans-serif;
  font-weight: 300;
}

.minimal-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px 28px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background-color: transparent;
}

.minimal-btn svg {
  transition: transform 0.3s ease;
}

.coming-soon-content .minimal-btn:hover {
  background-color: #ffffff;
  color: #0b0f19 !important;
  border-color: #ffffff;
}

.minimal-btn:hover svg {
  transform: translate(-2px, 2px);
}

.coming-soon-footer p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
  letter-spacing: 0.05em;
}

/* Background Glow Orbs for Coming Soon */
.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.12;
  z-index: 1;
  pointer-events: none;
}

.orb-1 {
  width: 450px;
  height: 450px;
  background: #1573e5;
  top: -100px;
  left: -100px;
  animation: floatOrb1 20s infinite alternate ease-in-out;
}

.orb-2 {
  width: 500px;
  height: 500px;
  background: #a4871b;
  bottom: -150px;
  right: -150px;
  animation: floatOrb2 25s infinite alternate ease-in-out;
}

.orb-3 {
  width: 350px;
  height: 350px;
  background: #29638a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: floatOrb3 18s infinite alternate ease-in-out;
}

@keyframes floatOrb1 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(120px, 80px) scale(1.15);
  }
}

@keyframes floatOrb2 {
  0% {
    transform: translate(0, 0) scale(1.1);
  }
  100% {
    transform: translate(-120px, -100px) scale(0.9);
  }
}

@keyframes floatOrb3 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(-40%, -45%) rotate(180deg) scale(1.2);
  }
}

/* Move Selected Work text content closer to bottom */
.portfolio-card2 .portfolio-content-wrap {
  padding: 0 50px 40px !important;
}

@media (max-width: 1399px) {
  .portfolio-card2 .portfolio-content-wrap {
    padding: 0 30px 40px !important;
  }
}
@media (max-width: 1199px) {
  .portfolio-card2 .portfolio-content-wrap {
    padding: 0 20px 30px !important;
  }
}
@media (max-width: 576px) {
  .portfolio-card2 .portfolio-content-wrap {
    padding: 0 10px 20px !important;
  }
}

/* Custom Tags for Selected Work Cards */
.portfolio-card2 .portfolio-content-wrap ul.portfolio-tags {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-card2 .portfolio-content-wrap ul.portfolio-tags li {
  display: inline-block;
  background: rgba(21, 115, 229, 0.12); /* Semi-transparent Migarch Blue */
  border: 1px solid rgba(21, 115, 229, 0.35);
  color: #ffffff !important;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-spaceGrotesk), sans-serif;
  line-height: 1.2;
}

/* Fix all buttons hover text and SVG color contrast (white text in blue bg on hover) */
.primary-btn1:hover,
.primary-btn1.black-bg:hover,
.primary-btn2:hover,
.primary-btn2.black-bg:hover,
.primary-btn3:hover,
.primary-btn3.black-bg:hover,
.primary-btn4:hover,
.primary-btn4.black-bg:hover,
.primary-btn4.transparent:hover,
.primary-btn5:hover,
.minimal-btn:hover {
  color: #ffffff !important;
}

.primary-btn1:hover svg,
.primary-btn1.black-bg:hover svg,
.primary-btn1:hover > span svg,
.primary-btn1.black-bg:hover > span svg,
.primary-btn2:hover svg,
.primary-btn2:hover .icon svg,
.primary-btn2:hover .icon.two svg,
.primary-btn2.black-bg:hover svg,
.primary-btn2.black-bg:hover .icon svg,
.primary-btn3:hover svg,
.primary-btn3.black-bg:hover svg,
.primary-btn4:hover svg,
.primary-btn4.black-bg:hover svg,
.primary-btn4.transparent:hover svg,
.primary-btn5:hover svg,
.minimal-btn:hover svg {
  stroke: #ffffff !important;
}

/* Minimalist Contact Section Styles */
.minimal-contact-section {
  padding: 180px 0 120px 0;
  background-color: #ffffff;
  color: #0b0f19;
  position: relative;
  overflow: hidden;
  font-family: var(--font-spaceGrotesk), sans-serif;
}

.contact-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1573e5;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.contact-main-title {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 600;
  line-height: 1.15;
  color: #0b0f19;
  margin: 0;
  letter-spacing: -0.02em;
}

.contact-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(11, 15, 25, 0.6);
  margin: 0;
  font-weight: 300;
  max-width: 440px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(11, 15, 25, 0.4);
  font-weight: 600;
}

.info-value {
  font-size: 1.1rem;
  color: #0b0f19;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 400;
  transition: color 0.3s ease;
  margin: 0;
}

a.info-value:hover {
  color: #1573e5;
}

/* Contact Form Card */
.contact-form-card {
  background: #f8f9fa;
  border: 1px solid rgba(11, 15, 25, 0.06);
  border-radius: 24px;
  padding: 40px;
}

@media (max-width: 576px) {
  .contact-form-card {
    padding: 24px;
    border-radius: 16px;
  }
}

.interest-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.interest-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(11, 15, 25, 0.8);
}

.interest-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.interest-tags-grid input[type="checkbox"] {
  display: none;
}

.interest-tags-grid label {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid rgba(11, 15, 25, 0.12);
  background: rgba(11, 15, 25, 0.02);
  color: rgba(11, 15, 25, 0.7);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.interest-tags-grid label:hover {
  border-color: rgba(11, 15, 25, 0.25);
  color: #0b0f19;
}

.interest-tags-grid input[type="checkbox"]:checked + label {
  background: #1573e5;
  border-color: #1573e5;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(21, 115, 229, 0.2);
}

/* Fields Grid */
.form-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 24px;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .form-fields-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.form-group-minimal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group-minimal.full-width {
  grid-column: 1 / -1;
}

.form-group-minimal label {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(11, 15, 25, 0.6);
}

.form-group-minimal input,
.form-group-minimal textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(11, 15, 25, 0.15);
  padding: 8px 0;
  color: #0b0f19;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
  border-radius: 0;
}

.form-group-minimal input:focus,
.form-group-minimal textarea:focus {
  outline: none;
  border-color: #1573e5;
}

.form-group-minimal textarea {
  min-height: 100px;
  resize: vertical;
}

/* Google Map Section */
.contact-map-section {
  padding: 20px 0 140px 0;
  background-color: #ffffff;
}

.contact-map-section .map-wrapper {
  width: 100%;
  height: 550px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(11, 15, 25, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.contact-map-section .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .contact-map-section .map-wrapper {
    height: 380px;
    border-radius: 8px;
  }
}

.home1-service-section.newchange .section-title > span:first-child {
  color: #fff !important;
}
.home2-portfolio-section .portfolio-card2 .title-area p,
.service-dt-why-choose-section .service-dt-why-choose-card .content p,
.service-dt-why-choose-section .title-content-wrap p {
  color: #f4f4f4 !important;
}

.mcl-li img {
  max-width: 100% !important;
  max-height: auto !important;
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  object-fit: contain !important;
  object-position: center !important;
}
.mcl-li .partner-list {
  gap: 15px !important;
}
.mcl-li .single-partner {
  width: calc(20% - 15px) !important;
  border-radius: 15px !important;
}

/* ==========================================================================
   ULTRA-THIN LIGHT BORDER (NO ROUNDED CORNERS) FOR CARDS & SHOWCASE IMAGES
   ========================================================================== */

/* 1. Products & Projects Listing Portfolio Cards */
.portfolio-card .portfolio-img,
.portfolio-card.style-2 .portfolio-img,
.portfolio-card2 .portfolio-img,
.portfolio-img img,
.portfolio-card .portfolio-img img,
.portfolio-card.style-2 .portfolio-img img,
.portfolio-card2 .portfolio-img img {
  border: 1px solid #f7f7f7 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

/* 2. Software & Product Showcase Graphic Cards */
.software-portfolio-graphic,
.software-portfolio-mockup {
  border: 1px solid #f7f7f7 !important;
  border-radius: 0 !important;
}

/* 3. Details Page Gallery Showcase Images (Product Details & Project Details) */
.portfolio-gallery-img,
.portfolio-gallery-img img,
.portfolio-dt-gallery2-section .portfolio-gallery-img,
.portfolio-dt-gallery2-section .portfolio-gallery-img img,
.pd-media-gallery img,
.portfolio-dt-gallery-wrap img,
.pd-main-img,
.pd-main-img img,
.challenge-img-wrapper img,
.video-thumbnail-wrapper img {
  border: 1px solid #f7f7f7 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

.mig-sa .right .card-header {
  padding: 0px;
  background: unset !important;
  border: unset !important;
}

.home6-contact-section .contact-wrapper .contact-content h2 a {
  text-decoration: none !important;
}
.home6-contact-section .contact-wrapper .contact-content h2 a span {
  background: none !important;
}
