:root {
      --primary: #1558f0;
      --primary-dark: #0a2a78;
      --primary-deep: #061d5c;
      --primary-light: #edf4ff;
      --secondary: #5c7cff;
      --accent: #25c3a6;
      --text: #0a1735;
      --text-soft: #5f6980;
      --white: #ffffff;
      --background: #f7f9fd;
      --border: #dfe6f2;
      --shadow-sm: 0 8px 24px rgba(20, 47, 110, 0.07);
      --shadow-md: 0 18px 45px rgba(20, 47, 110, 0.12);
      --radius-sm: 10px;
      --radius-md: 18px;
      --radius-lg: 28px;
      --transition: 0.25s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Inter", sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.65;
      overflow-x: hidden;
    }
        .container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px; /* Ya Figma ke hisab se side padding */
  padding-right: 20px;
}
p, .section-description {
  font-size: 15px !important;
}
    @media (max-width: 767.98px) {
    p, .section-description {
        font-size: 14px !important;
    }
}
    img {
      max-width: 100%;
      display: block;
    }

    a {
      text-decoration: none;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    .section {
      padding: 95px 0;
    }

    .section-light {
      background: var(--background);
    }

    .section-blue {
      color: var(--white);
      background:
        radial-gradient(circle at 85% 10%, rgba(92, 124, 255, 0.45), transparent 28%),
        linear-gradient(135deg, #061d5c 0%, #0b3baa 50%, #245fff 100%);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
      color: var(--primary);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.09em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 28px;
      height: 2px;
      background: currentColor;
      border-radius: 5px;
    }

    .section-blue .eyebrow {
      color: #afc7ff;
    }

    .section-heading {
      max-width: 720px;
      margin-bottom: 42px;
    }

    .section-heading.center {
      text-align: center;
      margin-inline: auto;
    }

    .section-heading h2 {
      margin-bottom: 14px;
      font-size: clamp(2rem, 4vw, 3.15rem);
      line-height: 1.13;
      letter-spacing: -0.045em;
    }

    .section-heading p {
      color: var(--text-soft);
      font-size: 1.03rem;
    }

    .section-blue .section-heading p {
      color: #d4dffd;
    }

    .btn-primary-custom {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 12px 21px;
      color: var(--white);
      font-weight: 700;
      background: linear-gradient(135deg, var(--primary), #386cff);
      border: 0;
      border-radius: 9px;
      box-shadow: 0 10px 24px rgba(21, 88, 240, 0.28);
      transition:
        transform var(--transition),
        box-shadow var(--transition);
    }

    .btn-primary-custom:hover {
      color: var(--white);
      transform: translateY(-2px);
      box-shadow: 0 15px 30px rgba(21, 88, 240, 0.36);
    }

    .custom-hero-btn {
      min-height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding-inline: 22px;
      font-weight: 700;
      border-radius: 9px;
    }

    .card {
      border-color: var(--border);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-sm);
    }

/* =========================
   TOP BAR
========================= */

.top-bar {
    position: relative;
    z-index: 1010;
    padding: 8px 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9edf3;
    font-size: 0.875rem;
}

.top-bar a {
  text-decoration: none;
}

/* Contact group */
.top-bar-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 28px;
}

/* Phone and email */
.top-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #212529;
  line-height: 1.4;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.top-bar-link i {
  flex-shrink: 0;
  color: #02103a;
  font-size: 0.85rem;
}

.top-bar-link:hover {
  color: #314DDF;
  transform: translateY(-1px);
}

.top-bar-link:hover i {
  color: #314DDF;
}

/* Quick Estimate container */
.top-bar-estimate-wrap {
  display: flex;
  justify-content: flex-end;
}

/* Quick Estimate link */
.top-bar-estimate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  color: #02103a;
  font-weight: 600;
  line-height: 1.4;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.top-bar-estimate i {
  color: #000;
}
.top-bar-estimate:hover i {
    color: #314DDF !important;
}

.top-bar-estimate:hover {
  color: #314DDF;
  transform: translateY(-1px);
}


/* =========================
   HEADER
========================= */
.custom-header {
  position: fixed;
  /* Normal position below top bar */
  top: 50px;
  /* Wider than current 20px */
  left: 8px;
  right: 8px;
  z-index: 1000;
  padding: 10px 22px;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(255, 255, 255, 0.12) 0%,
      transparent 55%
    ),
    linear-gradient(
      90deg,
      #02103a 0%,
      #041b66 100%
    );
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(2, 16, 58, 0.18);
  transition:
    top 0.3s ease,
    left 0.3s ease,
    right 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

/* =========================
   LOGO
========================= */
.brand-logo {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #ffffff !important;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-decoration: none;
  white-space: nowrap;
}

.header-logo-img {
  display: block;
  width: auto;
  height: 38px;
  max-width: 190px;
  object-fit: contain;
  transition:
    filter 0.3s ease,
    opacity 0.3s ease;
}

/* =========================
   NAVIGATION
========================= */
.custom-nav-link {
  display: block;
  padding: 7px 13px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.custom-nav-link:hover,
.custom-nav-link:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}

/* =========================
   GET IN TOUCH
========================= */
.btn-get-in-touch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 15px;
  color: #02103a;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #ffffff;
  border-radius: 5px;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.btn-get-in-touch:hover {
  color: #041b66;
  background: #eef3ff;
  transform: translateY(-1px);
}

/* =========================
   HAMBURGER
========================= */
.navbar-toggler {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 6px;
  box-shadow: none !important;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler-icon {
  width: 24px;
  height: 24px;
}

/* =========================
   SERVICES DROPDOWN
========================= */
.services-dropdown-menu {
  min-width: 230px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e7ebf2;
  border-radius: 9px;
  box-shadow: 0 15px 40px rgba(2, 16, 58, 0.18);
}

.services-dropdown-menu .dropdown-item {
  padding: 9px 12px;
  color: #15203a;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.services-dropdown-menu .dropdown-item:hover {
  color: #3157f5;
  background: #eef4ff;
}

/* ========================================
   STICKY / SCROLLED HEADER
======================================== */
.custom-header.is-scrolled {
  /* top bar has scrolled away */
  top: 8px;
  background: rgba(255, 255, 255, 0.97);
  border-color: #e4e8f0;
  box-shadow:
    0 5px 18px rgba(15, 23, 42, 0.08),
    0 1px 3px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}


/* Navigation becomes dark */
.custom-header.is-scrolled .custom-nav-link {
  color: #16213b !important;
}

.custom-header.is-scrolled .custom-nav-link:hover,
.custom-header.is-scrolled .custom-nav-link:focus {
  color: #3157f5 !important;
  background: #f1f4ff;
}


/* Services arrow */
.custom-header.is-scrolled
.services-dropdown > .dropdown-toggle::after {
  border-top-color: #16213b;
}


/* CTA button becomes blue */
.custom-header.is-scrolled .btn-get-in-touch {
  color: #ffffff;
  background: #3157f5;
  border-color: #3157f5;
}

.custom-header.is-scrolled .btn-get-in-touch:hover {
  color: #ffffff;
  background: #2445d8;
  border-color: #2445d8;
}


/* Hamburger in white sticky header */
.custom-header.is-scrolled .navbar-toggler {
  border-color: #d8deeb !important;
  background: #f6f8fc;
}



/* ========================
   HERO
======================== */

.homepage-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  padding-top: 115px;
  padding-bottom: 95px;
  color: var(--white);
  background:
    radial-gradient(
      circle at 86% 18%,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.04) 28%,
      transparent 55%
    ),
    radial-gradient(
      circle at 35% 85%,
      rgba(34, 124, 255, 0.18) 0%,
      transparent 43%
    ),
    linear-gradient(
      105deg,
      #020d34 0%,
      #03154f 45%,
      #061e6f 100%
    );
}

/* ========================
   FLOATING HEADER
======================== */
.brand-logo {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.header-logo-img {
  display: block;
  width: auto;
  height: 38px;
  max-width: 190px;
  object-fit: contain;
}

.logo-main {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.logo-small {
  font-size: 15px;
  font-weight: 300;
  opacity: 0.85;
}

.custom-nav-link {
  padding: 7px 13px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.custom-nav-link:hover,
.custom-nav-link:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}

.btn-get-in-touch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 15px;
  color: #02103a;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.btn-get-in-touch:hover {
  color: #041b66;
  background: #eef3ff;
  transform: translateY(-1px);
}

.navbar-toggler {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: none !important;
}

/* Dropdown */

.dropdown-menu {
  padding: 8px;
  background: #ffffff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(2, 16, 58, 0.2);
}

.dropdown-item {
  padding: 9px 12px;
  color: #15203a;
  font-size: 13px;
  border-radius: 6px;
}

.dropdown-item:hover {
  color: #1558f0;
  background: #eef4ff;
}

/* SERVICES DROPDOWN */
/* =========================
   SERVICES DROPDOWN
========================= */

.services-dropdown {
  position: relative;
}

.services-dropdown-menu {
  min-width: 235px;

  padding: 8px;

  background: #ffffff;

  border: 1px solid rgba(2, 16, 58, 0.08);
  border-radius: 10px;

  box-shadow: 0 15px 40px rgba(2, 16, 58, 0.18);

  margin-top: 0;
}

.services-dropdown-menu .dropdown-item {
  padding: 10px 13px;

  color: #15203a;

  font-size: 13px;
  font-weight: 500;

  border-radius: 6px;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    padding-left 0.2s ease;
}

.services-dropdown-menu .dropdown-item:hover {
  color: #3157f5;

  background: #eef4ff;

  padding-left: 17px;
}

/* =========================
   HEADER LOGO SWITCH
========================= */

.brand-logo {
  position: relative;

  display: inline-flex;
  align-items: center;

  width: 190px;
  height: 38px;

  margin: 0;
  padding: 0;
}


/* Both logos stay in same position */

.header-logo-img {
  position: absolute;
  top: 50%;
  left: 0;

  width: auto;
  height: 38px;
  max-width: 190px;

  object-fit: contain;

  transform: translateY(-50%);

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}


/* =========================
   NORMAL DARK HEADER
========================= */

/* White logo visible */

.header-logo-white {
  opacity: 1;
  visibility: visible;
}


/* Blue logo hidden */

.header-logo-blue {
  opacity: 0;
  visibility: hidden;
}


/* =========================
   SCROLLED WHITE HEADER
========================= */

.custom-header.is-scrolled .header-logo-white {
  opacity: 0;
  visibility: hidden;
}

.custom-header.is-scrolled .header-logo-blue {
  opacity: 1;
  visibility: visible;
}




/* =========================
   MVP HERO SECTION
========================= */

   .mvp-hero-main {
    padding: 100px 0 42px;
}

    .mvp-hero-content {
      max-width: 650px;
    }

  .mvp-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 5px 13px;
    color: #314DDF;
    background: #f1f4ff;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .mvp-hero-content h1 {
    max-width: 620px;
    margin: 0 0 13px;
    color: #000000;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.4px;
}

    .mvp-hero-content h1 span {
      display: block;
    }

    .mvp-hero-content p {
    max-width: 625px;
    margin: 0 0 27px;
    color: #2C3E50;
    font-size: 17px;
    line-height: 1.75;
}

    .mvp-hero-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
    }

    .mvp-hero-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

    .mvp-btn-primary {
    color: #ffffff;
    background: #314DDF;
}

    .mvp-btn-primary:hover {
      color: #ffffff;
      background: #2343d0;
      border-color: #2343d0;
      transform: translateY(-2px);
    }

    .mvp-btn-outline {
    color: #314DDF;
    background: #ffffff;
    border: 1px solid #314DDF;
}

    .mvp-btn-outline:hover {
      color: #ffffff;
      background: #3157f5;
      transform: translateY(-2px);
    }

    .mvp-hero-btn .fa-arrow-right {
      transition: transform 0.25s ease;
    }

    .mvp-hero-btn:hover .fa-arrow-right {
      transform: translateX(4px);
    }

    .mvp-journey-image-wrap {
      width: 100%;
      max-width: 540px;
      margin-left: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .mvp-journey-image {
      display: block;
      width: 100%;
      height: auto;
      max-height: 365px;
      object-fit: contain;
      object-position: center;
      border: 0;
      box-shadow: none;
    }

    .mvp-benefits-strip {
    overflow: hidden;
    background: #F7F7F7;
    border-radius: 9px;

}

    .mvp-benefit-item {
      min-height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 13px 15px;
      border-right: 1px solid #edf0f5;
    }

    .mvp-benefits-strip .row > div:last-child .mvp-benefit-item {
      border-right: 0;
    }

    .mvp-benefit-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: #314DDF;
    background: #ffffff;
    border: 1px solid #B6C3FC;
    border-radius: 50%;
    font-size: 20px;
}

    .mvp-benefit-item > span {
      color: #333b4c;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.35;
    }



/* =========================
   THE CHALLENGE SECTION
========================= */

.challenge-section {
  padding: 80px 0;
  background: #ffffff;
}

.challenge-heading {
  max-width: 860px;
  margin: 0 auto 48px;
}

.challenge-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.challenge-eyebrow span {
    color: #314DDF;
}


.challenge-heading h2 {
    margin: 0 0 18px;
    color: #000;
    font-size: 32PX;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.8px;
}

.challenge-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: #2C3E50;
    font-size: 16px;
    line-height: 1.75;
}

/* Card */
.challenge-card {
  height: 100%;
  min-height: 190px;
  padding: 28px 22px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #edf0f5;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
  transition: all 0.3s ease;
}

.challenge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(49, 87, 245, 0.12);
  border-color: rgba(49, 87, 245, 0.18);
}

.challenge-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECF0FC;
    color: #314DDF;
    border-radius: 50%;
    font-size: 29px;
}

.challenge-card h3 {
    margin: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}
/* Five cards in one horizontal row */
.challenge-col {
  flex: 0 0 20%;
  max-width: 20%;
}

/* Keep cards equal height */
.challenge-card {
  height: 100%;
}
.challenge-section {
    padding: 73px 0;
    background: #F7F9FD;
    MARGIN-TOP: 30PX;
}


/* =========================
   WHAT WE BUILD MVPS FOR
========================= */

.mvp-build-section {
  padding: 80px 20px;
  background: #ffffff;
}

.mvp-build-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.mvp-build-heading {
  max-width: 900px;
  margin: 0 auto 45px;
  text-align: center;
}

.mvp-build-heading h2 {
  margin: 0 0 13px;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0px;
}

.mvp-build-heading h2 span {
  color: #314DDF;
}

.mvp-build-heading p {
    max-width: 871px;
    margin: 0 auto;
    color: #2C3E50;
    font-size: 16px;
    line-height: 1.65;
}

.mvp-build-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(520px, 1.7fr);
  align-items: stretch;
  gap: 28px;
}

.mvp-build-image-wrap {
  min-height: 340px;
  overflow: hidden;
  background: #eef2f7;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(17, 36, 86, 0.08);
}

.mvp-build-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.mvp-build-image-wrap:hover .mvp-build-image {
  transform: scale(1.035);
}

.mvp-build-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mvp-build-card {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e8ecf3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(17, 36, 86, 0.06);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.mvp-build-card:hover {
  transform: translateY(-6px);
  background: #f8faff;
  border-color: rgba(49, 87, 245, 0.28);
  box-shadow: 0 16px 34px rgba(49, 87, 245, 0.13);
}

.mvp-build-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  color: #314DDF;
  background: #f0f3ff;
  border-radius: 50%;
  font-size: 25px;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.mvp-build-card:hover .mvp-build-icon {
  color: #ffffff;
  background: #314DDF;
  transform: scale(1.07);
}

.mvp-build-card h3 {
  margin: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}


/* =========================
   MVP APPROACH SECTION
========================= */
.mvp-approach-section {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
  background: #f7f7f7;
}

.mvp-approach-content {
  max-width: 650px;
}

.mvp-approach-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mvp-approach-eyebrow span{
  color: #314DDF;
}

.mvp-approach-content h2 {
  max-width: 590px;
  margin: 0 0 22px;
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.3px;
}

.mvp-approach-content p {
    max-width: 620px;
    margin: 0 0 6px;
    color: #2C3E50;
    font-size: 16px;
    line-height: 1.75;
}

.mvp-approach-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.mvp-approach-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.mvp-approach-list li:last-child {
  margin-bottom: 0;
}

.mvp-approach-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #3157f5;
  border-radius: 50%;
}

.mvp-approach-image-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 390px;
  margin-left: auto;
  overflow: hidden;
  background: #eef1f5;
  border-radius: 16px;
  box-shadow: 0 15px 38px rgba(17, 36, 86, 0.1);
}

.mvp-approach-image {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.mvp-approach-image-wrap:hover .mvp-approach-image {
  transform: scale(1.025);
}


/* =========================
   WHO WE HELP SECTION
========================= */
.mvp-help-section {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
  background: #ffffff;
}

.mvp-help-heading {
  max-width: 950px;
  margin: 0 auto 46px;
}

.mvp-help-eyebrow {
    display: inline-block;
    margin-bottom: 11px;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.mvp-help-eyebrow span{
    color: #314DDF;
}

.mvp-help-heading h2 {
  margin: 0 0 15px;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -1.1px;
}

.mvp-help-heading p {
    max-width: 870px;
    margin: 0 auto;
    color: #2C3E50;
    font-size: 16px;
    line-height: 1.75;
}

.mvp-help-card {
  min-height: 215px;
  padding: 27px 25px;
  background: #ffffff;
  border: 1px solid #e9edf4;
  border-radius: 12px;
  box-shadow: 0 9px 27px rgba(17, 36, 86, 0.07);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.mvp-help-card:hover {
  transform: translateY(-6px);
  border-color: rgba(49, 87, 245, 0.28);
  box-shadow:
    0 18px 38px rgba(49, 87, 245, 0.13);
}

.mvp-help-icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    margin-bottom: 21px;
    color: #314DDF;
    background: #ECF0FC;
    border-radius: 50%;
    font-size: 32px;
    transition: color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.mvp-help-card:hover .mvp-help-icon {
  color: #ffffff;
  background: #314DDF;
  transform: scale(1.07);
}

.mvp-help-card h3 {
    margin: 0 0 10px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.mvp-help-card p {
    margin: 0;
    color: #2C3E50;
    font-size: 14px;
    line-height: 1.65;
}



/* ==================================
   MVP AUDIENCE SECTION
================================== */
.mvp-audience-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background: #f7f7f7;
}

.mvp-audience-heading {
  max-width: 820px;
  margin: 0 auto 42px;
}

.mvp-audience-eyebrow {
  display: inline-block;
  margin-bottom: 11px;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mvp-audience-eyebrow span{
  color: #314DDF;
}

.mvp-audience-heading h2 {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.mvp-audience-heading h2 span {
  display: block;
}

.mvp-audience-card {
  min-height: 230px;
  padding: 25px 22px;
  background: #ffffff;
  border: 1px solid #e9edf3;
  border-radius: 13px;
  box-shadow: 0 8px 25px rgba(17, 36, 86, 0.07);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.mvp-audience-card:hover {
  transform: translateY(-6px);
  border-color: rgba(49, 87, 245, 0.28);
  box-shadow: 0 17px 36px rgba(49, 87, 245, 0.13);
}

.mvp-audience-icon {
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    color: #314DDF;
    background: #eef2ff;
    border-radius: 50%;
    font-size: 29px;
    transition: color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.mvp-audience-card:hover .mvp-audience-icon {
  color: #ffffff;
  background: #314DDF;
  transform: scale(1.07);
}

.mvp-audience-card h3 {
  margin: 0 0 11px;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.mvp-audience-card p {
    margin: 0;
    color: #2C3E50;
    font-size: 14px;
    line-height: 1.65;
}



/* =================================
   MVP PROCESS SECTION
================================= */
.mvp-process-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: #ffffff;
}

.mvp-process-heading {
  max-width: 760px;
  margin: 0 auto 45px;
}

.mvp-process-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mvp-process-eyebrow span{
  color: #314DDF;
}

.mvp-process-heading h2 {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.mvp-process-timeline {
  position: relative;
}

/* Horizontal dotted connector */
.mvp-process-line {
  position: absolute;
  top: 33px;
  left: 8%;
  right: 8%;
  z-index: 0;
  border-top: 1px dashed rgba(49, 87, 245, 0.4);
}

/* Five equal columns */
.mvp-process-column {
  position: relative;
}

@media (min-width: 992px) {
  .mvp-process-column {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.mvp-process-step {
  position: relative;
  z-index: 2;
}

/* Icon area */
.mvp-process-icon-area {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* Circular icon */
.mvp-process-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #314DDF;
  background: #f0f3ff;
  border: 1px solid rgba(49, 87, 245, 0.1);
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 7px 20px rgba(49, 87, 245, 0.08);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* Vertical connector */
.mvp-process-icon-area::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #314DDF;
  transform: translateX(-50%);
}

/* Small dot above card */
.mvp-process-dot {
  position: absolute;
  left: 50%;
  bottom: -22px;
  z-index: 3;
  width: 5px;
  height: 5px;
  background: #3157f5;
  border-radius: 50%;
  transform: translateX(-50%);
}

/* =================================
   PROCESS CARD
================================= */
.mvp-process-card {
  min-height: 210px;
  padding: 22px 18px;
  background: #ffffff;
  border: 1px solid #e9edf3;
  border-radius: 11px;
  box-shadow: 0 8px 24px rgba(17, 36, 86, 0.07);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.mvp-process-step:hover .mvp-process-card {
  transform: translateY(-6px);
  border-color: rgba(49, 87, 245, 0.3);
  box-shadow: 0 17px 35px rgba(49, 87, 245, 0.13);
}

.mvp-process-step:hover .mvp-process-icon {
  color: #ffffff;
  background: #314DDF;
  transform: translateY(-3px);
  box-shadow: 0 11px 26px rgba(49, 87, 245, 0.24);
}

/* Step number */
.mvp-process-number {
  display: inline-block;
  margin-bottom: 12px;
  color: #314DDF;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

/* Step title */
.mvp-process-card h3 {
  margin: 0 0 9px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

/* Step description */
.mvp-process-card p {
    margin: 0;
    color: #2C3E50;
    font-size: 16px;
    line-height: 1.6;
}


/* ===============================
   WHAT YOU WILL RECEIVE SECTION
================================ */
.mvp-receive-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: #f7f7f8;
}

.mvp-receive-content {
  max-width: 366px;
}

.mvp-receive-eyebrow {
    display: inline-block;
    margin-bottom: 13px;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.mvp-receive-eyebrow strong {
  color: #314DDF;
  font-weight: 800;
}

.mvp-receive-content h2 {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.2px;
}

.mvp-receive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.mvp-receive-item {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 16px;
    color: #333333;
    background: #ffffff;
    border: 1px solid #eceff4;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    box-shadow: 0 6px 17px rgba(17, 36, 86, 0.07);
    transition: transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.mvp-receive-item:hover {
  transform: translateY(-3px);
  border-color: rgba(49, 87, 245, 0.25);
  box-shadow: 0 11px 24px rgba(49, 87, 245, 0.12);
}

/* Check icon */
.mvp-receive-icon {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #314DDF;
    border-radius: 50%;
    font-size: 12px;
    /* box-shadow: 0 5px 12px rgba(49, 87, 245, 0.22); */
    transition: transform 0.25s ease,
    background-color 0.25s ease;
}

.mvp-receive-item:hover .mvp-receive-icon {
  background: #2343d0;
  transform: scale(1.08);
}


/* =================================
   TECHNOLOGIES SECTION
================================= */
.mvp-technologies-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #ffffff;
}

.mvp-technologies-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.mvp-technologies-eyebrow {
    display: inline-block;
    margin-bottom: 11px;
    color: #314DDF;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mvp-technologies-heading h2 {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.technology-card {
  min-height: 240px;
  padding: 27px 22px;
  background: #ffffff;
  border: 1px solid #e9edf3;
  border-radius: 13px;
  box-shadow: 0 9px 27px rgba(17, 36, 86, 0.07);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.technology-card:hover {
  transform: translateY(-6px);
  border-color: rgba(49, 87, 245, 0.28);
  box-shadow: 0 18px 38px rgba(49, 87, 245, 0.13);
}

.technology-card h3 {
  margin: 0 0 28px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.technology-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 25px 18px;
}

/* For cards with vertically arranged logos */
.technology-logo-grid-mobile {
  grid-template-columns: 1fr;
  gap: 27px;
}

.technology-logo-grid-cloud {
  gap: 23px 15px;
}

/* Individual logo area */
.technology-logo-item {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology-logo-item-full {
  grid-column: 1 / -1;
}

/* Image styling */
.technology-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 76px;
  max-height: 62px;
  object-fit: contain;
  object-position: center;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.technology-logo-wide {
  max-width: 105px;
  max-height: 55px;
}

.technology-card:hover .technology-logo {
  transform: scale(1.06);
}

.technology-logo-grid-frontend
.technology-logo-item:nth-child(3) {
  grid-column: 1 / -1;
}



/* ===============================
   MVP CONSULTATION CTA
================================ */
.mvp-consultation-cta {
  padding: 18px 0;
  background: #ffffff;
}

.mvp-consultation-box {
  position: relative;
  overflow: hidden;
  padding: 38px 55px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(67, 93, 255, 0.18),
      transparent 32%
    ),
    linear-gradient(
      110deg,
      #06164f 0%,
      #071d68 55%,
      #092778 100%
    );

  border-radius: 14px;

}

/* Optional subtle glow */
.mvp-consultation-box::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(72, 97, 255, 0.18) 0%,
    transparent 68%
  );
  pointer-events: none;
}

.mvp-consultation-box .row {
  position: relative;
  z-index: 2;
}

.mvp-consultation-content h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.4px;
}

.mvp-consultation-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

.mvp-consultation-action {
  display: flex;
  justify-content: flex-end;
}

.mvp-consultation-btn {
    min-width: 220px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 27px;
    color: #314DDF;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 8, 48, 0.2);
    transition: color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.mvp-consultation-btn:hover {
  color: #ffffff;
  background: #3157f5;
  border-color: #3157f5;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 8, 48, 0.28);
}

.mvp-consultation-btn .fa-arrow-right {
  transition: transform 0.25s ease;
}

.mvp-consultation-btn:hover .fa-arrow-right {
  transform: translateX(4px);
}


/* =========================
   WHY MVP N BEYOND
========================= */

.why-mvp-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background: #f7f7f7;
}

/* =========================
   LEFT CONTENT
========================= */

.why-mvp-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;

  max-width: 260px;
}

.why-mvp-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.why-mvp-eyebrow strong {
  color: #314DDF;
  font-weight: 800;
}

.why-mvp-intro h2 {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.1px;
}

/* =========================
   FEATURE CARDS
========================= */

.why-mvp-card {
  min-height: 300px;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 28px 19px;

  text-align: center;

  background: #ffffff;

  border: 1px solid #e8ebf1;
  border-radius: 14px;

  box-shadow: 0 9px 25px rgba(17, 36, 86, 0.07);

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.why-mvp-card:hover {
  transform: translateY(-6px);

  border-color: rgba(49, 87, 245, 0.26);

  box-shadow: 0 17px 36px rgba(49, 87, 245, 0.13);
}

/* =========================
   ICON
========================= */
.why-mvp-icon {
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    color: #314DDF;
    background: #ECF0FC;
    border-radius: 50%;
    font-size: 29px;
    transition: color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.why-mvp-card:hover .why-mvp-icon {
  color: #ffffff;
  background: #314DDF;
  transform: scale(1.07);
}

/* =========================
   CARD CONTENT
========================= */

.why-mvp-card h3 {
  margin: 0 0 12px;
  color: #000;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.why-mvp-card p {
    max-width: 180px;
    margin: 0 auto;
    color: #2C3E50;
    font-size: 14px;
    line-height: 1.65;
}





/* =========================
   FEATURED WORK SECTION
========================= */
.featured-work-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background: #ffffff;
}

.featured-work-top {
  margin-bottom: 42px;
}

.featured-work-eyebrow {
  display: inline-block;
  margin-bottom: 11px;
  color: #314DDF;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featured-work-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.3px;
}

.featured-work-intro {
    max-width: 480px;
    margin: 0;
    color: #6B7280;
    font-size: 15px;
    line-height: 1.75;
}

.featured-work-button-wrap {
  display: flex;
  justify-content: flex-end;
}

.featured-work-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 22px;
    color: #ffffff;
    background: linear-gradient(135deg, #2443d4 0%, #1736b8 100%);
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    /* box-shadow: 0 9px 24px rgba(49, 87, 245, 0.22); */
    transition: transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.featured-work-main-btn:hover {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #2443d4 0%,
    #1736b8 100%
  );
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(49, 87, 245, 0.3);
}

.featured-work-main-btn .fa-arrow-right {
  transition: transform 0.25s ease;
}

.featured-work-main-btn:hover .fa-arrow-right {
  transform: translateX(4px);
}

.featured-project-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e9f1;
  border-radius: 12px;

  box-shadow: 0 9px 26px rgba(17, 36, 86, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.featured-project-card:hover {
  transform: translateY(-7px);
  border-color: rgba(49, 87, 245, 0.28);
  box-shadow: 0 18px 38px rgba(49, 87, 245, 0.14);
}

.featured-project-image-wrap {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
  background: #edf1f5;
}

.featured-project-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.45s ease,
    filter 0.35s ease;
}

.featured-project-card:hover .featured-project-image {
  transform: scale(1.035);
  filter: brightness(0.82);
}

/* Overlay */
.featured-project-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(8, 27, 85, 0.05) 0%,
    rgba(8, 27, 85, 0.48) 100%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.featured-project-card:hover .featured-project-overlay {
  opacity: 1;
}

/* Hover arrow */
.featured-project-arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #3157f5;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  box-shadow: 0 9px 22px rgba(8, 27, 85, 0.28);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}

.featured-project-arrow i {
  transform: rotate(45deg);
}

.featured-project-card:hover .featured-project-arrow {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.featured-project-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 193px;
  padding: 24px 22px;
}

.featured-project-content h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.featured-project-content h3 a {
    color: #111827;
    text-decoration: none;
    transition: color 0.25s ease;
    font-size: 20px;
}

.featured-project-content h3 a:hover {
  color: #3157f5;
}

.featured-project-category {
  display: block;
  margin-bottom: 12px;
  color: #8891a2;
  font-size: 12px;
  font-weight: 500;
}

.featured-project-content p {
    margin: 0 0 20px;
    color: #59647D;
    font-size: 15px;
    line-height: 1.65;
}

/* Card link */
.featured-project-link {
    /* width: fit-content; */
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: #314DDF;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.25s ease,
    gap 0.25s ease;
}

.featured-project-link:hover {
  color: #1736b8;
  gap: 11px;
}



/* =========================
   RESOURCES SECTION
========================= */
.resource-download-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #f7f7f7;
}

.resource-download-intro {
  max-width: 320px;
}

.resource-download-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #314DDF;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.resource-download-intro h2 {
  margin: 0;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -1px;
}

.resource-file-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 25px 23px;
  background: #ffffff;
  border: 1px solid #e7e9ee;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(17, 36, 86, 0.09);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.resource-file-card:hover {
  transform: translateY(-6px);
  border-color: rgba(49, 87, 245, 0.3);
  box-shadow: 0 18px 38px rgba(49, 87, 245, 0.14);
}

.resource-file-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

/* PDF icon */
.resource-file-icon {
  position: relative;
  flex: 0 0 45px;
  width: 45px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #111827;
  background: #ffffff;
  border: 1px solid #dfe3ea;
  border-radius: 6px;
  font-size: 24px;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.resource-file-card:hover .resource-file-icon {
  color: #3157f5;
  border-color: rgba(49, 87, 245, 0.35);
  background: #f4f6ff;
}

.resource-download-badge {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #f04438;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 8px;
}

/* Title */
.resource-file-header h3 {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.resource-file-header h3 a {
    color: #173abf;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    transition: color 0.25s ease;
    font-size: 17px;
}

.resource-file-header h3 a:hover {
  color: #3157f5;
}

.resource-file-card > p {
  margin: 0 0 20px;
  color: #333333;
  font-size: 14px;
  line-height: 1.65;
}

.resource-file-btn {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 35px;
    margin-top: auto;
    padding: 8px 24px;
    color: #ffffff;
    background: #314DDF;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    /* box-shadow: 0 7px 18px rgba(49, 87, 245, 0.2); */
    transition: color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.resource-file-btn:hover {
  color: #ffffff;
  background: #2343cf;
  transform: translateY(-2px);
  box-shadow: 0 11px 24px rgba(49, 87, 245, 0.3);
}


/* =========================
   FAQ SECTION
========================= */

.faq-section {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
  background: #ffffff;
}


.faq-heading {
  margin: 0;
  color: #111827;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.faq-heading span {
  display: block;
  color: #314DDF;
}

.faq-heading-line {
  width: 105px;
  height: 2px;
  margin: 20px 0 22px;
  background: #314DDF;
  border-radius: 20px;
}

.faq-description {
    margin: 0 0 26px;
    color: #6B7280;
    font-size: 19px;
    line-height: 1.7;
}

/* Contact Button */

.faq-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 11px 36px;
    color: #ffffff;
    background: #314DDF;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.faq-contact-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);

  background: linear-gradient(
    135deg,
    #2343d2 0%,
    #1736b8 100%
  );

  box-shadow: 0 14px 30px rgba(49, 87, 245, 0.3);
}

.faq-contact-btn .fa-arrow-right {
  transition: transform 0.25s ease;
}

.faq-contact-btn:hover .fa-arrow-right {
  transform: translateX(4px);
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  overflow: hidden;

  background: #ffffff;
  border: 1px solid #e4e8f1 !important;
  border-radius: 10px !important;

  box-shadow: 0 5px 18px rgba(17, 36, 86, 0.07);
}

/* Remove Bootstrap default spacing */
.faq-item:not(:first-of-type) {
  border-top: 1px solid #e4e8f1 !important;
}

/* Accordion button */

.faq-button {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  min-height: 64px;
  padding: 18px 22px;

  color: #111827;
  background: #ffffff;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;

  border: 0;
  box-shadow: none !important;
}

/* Remove Bootstrap default arrow */
.faq-button::after {
  display: none;
}

.faq-button:not(.collapsed) {
  color: #111827;
  background: #ffffff;
  box-shadow: none;
  font-size: 15px;
}

.faq-button:focus {
  border: 0;
  box-shadow: none;
}

/* Custom plus/minus icon */

.faq-toggle-icon {
  position: relative;
  flex: 0 0 18px;

  width: 18px;
  height: 18px;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 11px;
  height: 1px;

  background: #c8cfdb;

  transform: translate(-50%, -50%);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* Open state: show minus */
.faq-button:not(.collapsed) .faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-button:not(.collapsed) .faq-toggle-icon::before,
.faq-button:not(.collapsed) .faq-toggle-icon::after {
  background: #3157f5;
}

/* Answer */

.faq-answer {
    padding: 10px 22px 22px;
    color: #6B7280;
    font-size: 14px;
    line-height: 1.7;
}

/* Thin divider under open question */

.faq-button:not(.collapsed)::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;

  height: 1px;

  background: #edf0f5;
}

/* Hover */

.faq-button:hover {
  color: #314DDF;
}

.faq-button:hover .faq-toggle-icon::before,
.faq-button:hover .faq-toggle-icon::after {
  background: #3157f5;
}


/* =========================
   FINAL CTA SECTION
========================= */

.final-cta-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #ffffff;
}

.final-cta-box {
  position: relative;
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
  padding: 78px 30px 72px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 86% 15%,
      rgba(66, 92, 255, 0.23) 0%,
      transparent 32%
    ),
    radial-gradient(
      circle at 15% 85%,
      rgba(29, 69, 210, 0.2) 0%,
      transparent 34%
    ),
    linear-gradient(
      120deg,
      #051344 0%,
      #071b62 52%,
      #091f73 100%
    );
  border-radius: 16px;

}

/* Decorative glow */

.final-cta-box::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(72, 98, 255, 0.19) 0%,
    transparent 68%
  );
  pointer-events: none;
}

.final-cta-box > * {
  position: relative;
  z-index: 2;
}

.final-cta-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 18px;
  color: #5f7cff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.final-cta-eyebrow span {
  width: 34px;
  height: 1px;
  background: rgba(95, 124, 255, 0.6);
}

.final-cta-box h2 {
  margin: 0 0 17px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -1.2px;
}

.final-cta-description {
  max-width: 650px;
  margin: 0 auto 31px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
}

.final-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 28px;
}

.final-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* White button */

.final-cta-btn-light {
  color: #3157f5;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 10px 25px rgba(0, 7, 42, 0.2);
}

.final-cta-btn-light:hover {
  color: #1736bd;
  background: #f2f5ff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 7, 42, 0.28);
}

/* Outline button */
.final-cta-btn-outline {
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.final-cta-btn-outline:hover {
  color: #071b62;
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Arrow animation */
.final-cta-btn .fa-arrow-right {
  transition: transform 0.25s ease;
}

.final-cta-btn:hover .fa-arrow-right {
  transform: translateX(4px);
}

.final-cta-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.final-cta-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  line-height: 1.5;
}

.final-cta-check {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #3157f5;
  background: #ffffff;
  border-radius: 50%;
  font-size: 9px;
}



/* ========================
   FOOTER
======================== */
   /* Footer Container Styles */
    .site-footer {
      background-color: #0d1b67; /* Primary Deep Navy Blue */
      color: #ffffff;
      padding-top: 40px;
      padding-bottom: 20px;
    }

    /* Top Floating CTA Card */
    .footer-cta-card {
      background-color: #ffffff;
      border-radius: 12px;
      color: #0b0b0b;
      padding: 24px 32px;
      margin-bottom: 50px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .cta-icon-box {
    width: 50px;
    height: 50px;
    background-color: #0D205B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border: 1px solid #314DDF;
}

    .cta-btn {
    border: 1.5px solid #314DDF;
    color: #314DDF;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

    .cta-btn:hover {
      background-color: #314DDF;
      color: #ffffff;
    }

    /* Brand Section (Left Side) */
    .brand-logo {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -0.5px;
    }

    .brand-logo span {
      font-weight: 400;
    }

    .footer-text {
      color: #b0b8db;
      font-size: 13.5px;
      line-height: 1.6;
    }

    .contact-info {
      font-size: 13.5px;
      color: #d1d5db;
    }

    .contact-item {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-item:last-child {
      border-bottom: none;
    }

    /* Navigation Columns */
    .footer-heading {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 15px;
      position: relative;
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links li {
      margin-bottom: 12px;
    }

    .footer-links a {
      color: #c2c9e6;
      text-decoration: none;
      font-size: 13.5px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: color 0.2s ease;
    }

    .footer-links a:hover {
      color: #ffffff;
    }

    .footer-links a .left-content {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .footer-links a i.link-icon {
      font-size: 15px;
      color: #94a3b8;
    }

    .footer-links a i.chevron-icon {
      font-size: 11px;
      color: #64748b;
      transition: transform 0.2s ease;
    }

    .footer-links a:hover i.chevron-icon {
      transform: translateX(3px);
      color: #ffffff;
    }

    /* Newsletter Box */
    .newsletter-box {
      display: flex;
      background: #ffffff;
      border-radius: 6px;
      overflow: hidden;
      margin-top: 15px;
    }

    .newsletter-box input {
      border: none;
      padding: 10px 14px;
      font-size: 13.5px;
      width: 100%;
      outline: none;
    }

    .newsletter-box button {
    background: #314DDF;
    color: white;
    border: none;
    padding: 0 16px;
    cursor: pointer;
    transition: background 0.2s;
}

    .newsletter-box button:hover {
      background: #2563eb;
    }

    /* Social Icons */
    .social-icons a {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.08);
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
      text-decoration: none;
      font-size: 14px;
      transition: background 0.3s ease;
    }

    .social-icons a:hover {
      background: #2563eb;
    }

    /* Bottom Copyright Bar */
    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 40px;
      padding-top: 20px;
      font-size: 13px;
      color: #94a3b8;
    }

    .footer-bottom a {
      color: #94a3b8;
      text-decoration: none;
      margin-left: 15px;
    }

    .footer-bottom a:hover {
      color: #ffffff;
    }
	
	
	
	
@media (min-width: 992px) {

  .services-dropdown:hover > .services-dropdown-menu {
    display: block;
  }

  .services-dropdown:hover > .services-main-link {
    color: #ffffff !important;

    background: rgba(255, 255, 255, 0.08);
  }

  /* When header is white after scroll */

  .custom-header.is-scrolled
  .services-dropdown:hover
  > .services-main-link {
    color: #3157f5 !important;

    background: #f1f4ff;
  }
}

@keyframes servicesDropdownOpen {

  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
   .custom-header {
    top: 15px;
    left: 15px;
    right: 15px;

    padding: 12px 16px;
  }

  .navbar-collapse {
    margin-top: 14px;
    padding-top: 14px;

    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .navbar-nav {
    width: 100%;
    align-items: stretch !important;
  }

  .custom-nav-link {
    width: 100%;

    padding: 11px 12px !important;

    font-size: 0.95rem;
  }

  .header-button-wrap {
    width: 100%;
    margin-top: 12px;
  }

  .btn-get-in-touch {
    width: 100%;
    min-height: 44px;
  }	
	
  .custom-header {
    top: 20px;        
    margin: 0 10px;    
    padding: 12px 16px;
  }
  
  .header-nav {
    width: 100%;      
    justify-content: center;
    order: 3;          
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
  }

  .custom-nav-link {
    font-size: 0.8rem;
    padding: 4px 8px;
  } 
  
}

/* Mobile Screens (Under 576px) */
@media (max-width: 575px) {
  .brand-logo {
    font-size: 1.1rem;
  }
  
  .btn-get-in-touch {
    padding: 6px 12px;
    font-size: 0.8rem;
  }

  .header-nav {
    gap: 4px !important;
  }
}
	
@media (min-width: 992px) {
  .mvp-help-section .container {
    max-width: 1180px;
  }
}	
	
@media (max-width: 991.98px) {
   .top-bar {
    padding: 8px 15px;
    font-size: 0.78rem;
  }

  .top-bar-contact {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .top-bar-link {
    min-height: auto;
    padding: 0;

    background: transparent;
    border: 0;
    border-radius: 0;

    white-space: nowrap;
  }

  .top-bar-link span {
    overflow: visible;
    text-overflow: initial;
    white-space: nowrap;
  }

  .top-bar-estimate-wrap {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .top-bar-estimate {
    width: auto;
    min-height: auto;

    padding: 5px 8px;

    color: #02103a;
    background: transparent;

    border-radius: 0;

    white-space: nowrap;
  }

  .top-bar-estimate i {
    color: #02103a;
  }

  .top-bar-estimate:hover {
    color: #0d6efd;
    background: transparent;
  }

  .top-bar-estimate:hover i {
    color: #0d6efd;
  }
   .header-logo-img {
    height: 34px;
    max-width: 170px;
  }
   .custom-header {
    top: 70px;
    left: 10px;
    right: 10px;
    padding: 11px 16px;
  }

  .custom-header.is-scrolled {
    top: 8px;
  }

  .navbar-collapse {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
   .brand-logo {
    width: 170px;
    height: 34px;
  }

  .header-logo-img {
    height: 34px;
    max-width: 170px;
  }
  /*
   Change divider when white header is active
  */
  .custom-header.is-scrolled .navbar-collapse {
    border-top-color: #e7ebf2;
  }

  .navbar-nav {
    width: 100%;
    align-items: stretch !important;
  }

  .custom-nav-link {
    width: 100%;
    padding: 11px 12px !important;
    font-size: 0.95rem;
  }

  .header-button-wrap {
    width: 100%;
    margin-top: 12px;
  }

  .btn-get-in-touch {
    width: 100%;
    min-height: 44px;
  }
  .hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .homepage-hero {
    min-height: auto;
    padding-top: 125px;
    padding-bottom: 80px;
  }

  .custom-header {
    left: 20px;
    right: 20px;
    padding: 12px 16px;
  }

  .navbar-collapse {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .navbar-nav {
    width: 100%;
    align-items: stretch !important;
  }

  .custom-nav-link {
    width: 100%;
    padding: 11px 10px !important;
    font-size: 14px;
  }

  .header-button-wrap {
    margin-top: 12px;
  }

  .btn-get-in-touch {
    width: 100%;
    min-height: 44px;
  }

  .hero-diagonal-line {
    top: 120px;
    left: -10%;
    width: 135%;
    transform: rotate(28deg);
    opacity: 0.5;
  }

  .hero-description {
    max-width: 620px;
  }
 
   .featured-work-section {
    padding: 68px 0;
  }

  .featured-work-top {
    margin-bottom: 34px;
  }

  .featured-work-heading,
  .featured-work-intro {
    text-align: center;
    margin-inline: auto;
  }

  .featured-work-button-wrap {
    justify-content: center;
  }

  .featured-project-image-wrap {
    height: 210px;
  }
  .faq-intro {
    max-width: 100%;
    text-align: center;
  }

  .faq-heading-line {
    margin-inline: auto;
  }

  .faq-description {
    max-width: 580px;
    margin-inline: auto;
    margin-bottom: 24px;
  }

  .faq-button {
    min-height: 62px;
  }
  
    .final-cta-section {
    padding: 65px 0;
  }

  .final-cta-box {
    padding: 66px 28px 62px;
  }

  .final-cta-description {
    font-size: 15px;
  }
  .resource-download-section {
    padding: 62px 0;
  }

  .resource-download-intro {
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
  }

  .resource-file-card {
    min-height: 205px;
  }
  .services-hero-section {
    padding: 74px 0;
  }

  .services-hero-content {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .services-hero-content h1,
  .services-hero-content p {
    margin-inline: auto;
  }

  .services-hero-actions {
    justify-content: center;
  }

  .services-hero-image-wrap {
    max-width: 680px;
    min-height: 350px;
    margin: 20px auto 0;
  }

  .services-hero-image {
    min-height: 350px;
  }
  .mvp-hero-main {
        padding: 80px 0 36px;
      }

      .mvp-hero-content {
        max-width: 760px;
        margin-inline: auto;
        text-align: center;
      }

      .mvp-hero-content h1,
      .mvp-hero-content p {
        margin-inline: auto;
      }

      .mvp-hero-actions {
        justify-content: center;
      }

      .mvp-journey-image-wrap {
        max-width: 620px;
        margin: 14px auto 0;
      }

      .mvp-journey-image {
        max-height: 400px;
      }

      .mvp-benefit-item {
        border-bottom: 1px solid #edf0f5;
      }
	   .challenge-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mvp-build-section {
    padding: 68px 20px;
  }

  .mvp-build-layout {
    grid-template-columns: 1fr;
  }

  .mvp-build-image-wrap {
    width: 100%;
    max-width: 700px;
    min-height: 360px;
    margin: 0 auto;
  }

  .mvp-build-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mvp-approach-section {
    padding: 68px 0;
  }

  .mvp-approach-content {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .mvp-approach-content h2,
  .mvp-approach-content p {
    margin-inline: auto;
  }

  .mvp-approach-list {
    display: inline-block;
    text-align: left;
  }

  .mvp-approach-image-wrap {
    max-width: 720px;
    min-height: 360px;
    margin: 10px auto 0;
  }

  .mvp-approach-image {
    min-height: 360px;
  }
  .mvp-help-section {
    padding: 68px 0;
  }

  .mvp-help-heading {
    margin-bottom: 38px;
  }

  .mvp-help-card {
    min-height: 205px;
  }
  .mvp-audience-section {
    padding: 68px 0;
  }

  .mvp-audience-heading {
    margin-bottom: 35px;
  }

  .mvp-audience-card {
    min-height: 215px;
  }
  .mvp-process-section {
    padding: 68px 0;
  }

  .mvp-process-heading {
    margin-bottom: 36px;
  }

  .mvp-process-line {
    display: none;
  }

  .mvp-process-card {
    min-height: 190px;
  }
   .mvp-receive-section {
    padding: 62px 0;
  }

  .mvp-receive-content {
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
  }

  .mvp-receive-grid {
    max-width: 760px;
    margin-inline: auto;
  }
  .mvp-technologies-section {
    padding: 45px 0;
  }

  .mvp-technologies-heading {
    margin-bottom: 35px;
  }

  .technology-card {
    min-height: 295px;
  }
  .mvp-consultation-cta {
    padding: 48px 0;
  }

  .mvp-consultation-box {
    padding: 35px 38px;
  }

  .mvp-consultation-content {
    text-align: center;
  }

  .mvp-consultation-action {
    justify-content: center;
  }
  .why-mvp-section {
    padding: 68px 0;
  }

  .why-mvp-intro {
    max-width: 700px;
    margin: 0 auto 10px;
    text-align: center;
  }

  .why-mvp-card {
    min-height: 260px;
  }
}

@media (max-width: 767.98px) {
    .top-bar {
    padding: 8px 10px !important;
    font-size: 0.82rem;
  }

  .top-bar-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .top-bar-link {
    min-height: 38px;
    padding: 7px 10px;
    background-color: #f6f8fc;
    border: 1px solid #e5eaf2;
    border-radius: 7px;
  }

  .top-bar-link span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top-bar-estimate-wrap {
    width: 100%;
  }

  .top-bar-estimate {
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;

    color: #ffffff;
    background: linear-gradient(90deg, #02103a 0%, #041b66 100%);
    border-radius: 7px;
  }

  .top-bar-estimate i {
    color: #ffffff;
  }

  .top-bar-estimate:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #041b66 0%, #0d3bb8 100%);
  }
    .top-bar {
    padding: 7px 0;
  }

  .top-bar-contact {
    justify-content: center;
    gap: 8px 16px;
  }

  .top-bar-estimate {
    justify-content: center;
  }

  .homepage-hero {
    padding-top: 112px;
    padding-bottom: 65px;
  }

  .custom-header {
    top: 12px;
    left: 12px;
    right: 12px;
    padding: 10px 12px;
  }

  .hero-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-eyebrow {
    margin-bottom: 20px;
  }

  .hero-title {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .hero-subtitle {
    font-size: 29px;
    letter-spacing: -0.7px;
  }

  .hero-description {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.7;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-btn {
    FONT-SIZE: 13PX;
    width: 100%;
    max-width: 298px;
}
 
  .work-wrapper {
    padding: 20px;
}
  
   .featured-work-section {
    padding: 68px 0;
  }

  .featured-work-top {
    margin-bottom: 34px;
  }

  .featured-work-heading,
  .featured-work-intro {
    text-align: center;
    margin-inline: auto;
  }

  .featured-work-button-wrap {
    justify-content: center;
  }

  .featured-project-image-wrap {
    height: 210px;
  }
  .faq-section {
    padding: 55px 0;
  }

  .faq-heading {
    font-size: 36px;
  }

  .faq-heading-line {
    margin-top: 16px;
    margin-bottom: 18px;
  }

  .faq-description {
    font-size: 13px;
  }

  .faq-contact-btn {
    width: 100%;
    max-width: 260px;
    max-width: 260px;
  }

  .faq-accordion {
    gap: 12px;
  }

  .faq-button {
    min-height: 60px;
    padding: 16px 18px;

    font-size: 13.5px;
  }

  .faq-answer {
    padding: 0 18px 18px;

    font-size: 12.5px;
  }

  .faq-button:not(.collapsed)::before {
    left: 18px;
    right: 18px;
  }

  .final-cta-section {
    padding: 55px 0;
  }

  .final-cta-box {
    padding: 52px 22px 48px;
    border-radius: 14px;
  }

  .final-cta-box h2 {
    font-size: 31px;
  }

  .final-cta-description {
    max-width: 500px;
    font-size: 14px;
  }

  .final-cta-actions {
    flex-direction: column;
  }

  .final-cta-btn {
    width: 100%;
    max-width: 320px;
  }

  .final-cta-note {
    align-items: flex-start;
  }

  .final-cta-note p {
    max-width: 270px;
    text-align: left;
  }
  .resource-download-section {
    padding: 52px 0;
  }

  .resource-download-intro h2 {
    font-size: 30px;
  }

  .resource-file-card {
    min-height: auto;
    padding: 23px 20px;
  }

  .resource-file-header h3 {
    font-size: 16px;
  }

  .resource-file-card > p {
    font-size: 12.5px;
  }
  .services-hero-section {
    padding: 60px 0;
  }

  .services-hero-eyebrow {
    margin-bottom: 15px;
  }

  .services-hero-content h1 {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1.3px;
  }

  .services-hero-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .services-hero-actions {
    flex-direction: column;
  }

  .services-hero-btn {
    width: 100%;
    max-width: 310px;
  }

  .services-hero-image-wrap {
    min-height: 300px;
    border-radius: 8px;
  }

  .services-hero-image {
    min-height: 300px;
  }
  .mvp-hero-main {
        padding: 70px 0 30px;
      }

      .mvp-hero-content h1 {
        font-size: 38px;
        letter-spacing: -1.3px;
      }

      .mvp-hero-content p {
        font-size: 13px;
      }

      .mvp-hero-actions {
        flex-direction: column;
      }

      .mvp-hero-btn {
        width: 100%;
        max-width: 300px;
      }

      .mvp-journey-image-wrap {
        max-width: 500px;
        margin-top: 8px;
      }

      .mvp-journey-image {
        width: 100%;
        max-height: none;
      }

      .mvp-benefit-item {
        justify-content: flex-start;
        border-right: 0;
      }
	  .challenge-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .mvp-build-section {
    padding: 55px 16px;
  }

  .mvp-build-heading {
    margin-bottom: 34px;
  }

  .mvp-build-heading h2 {
    font-size: 31px;
  }

  .mvp-build-heading p {
    font-size: 12.5px;
  }

  .mvp-build-image-wrap {
    min-height: 310px;
  }

  .mvp-build-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  .mvp-build-card {
    min-height: 150px;
    padding: 22px 14px;
  }
  .mvp-approach-section {
    padding: 55px 0;
  }

  .mvp-approach-content h2 {
    font-size: 31px;
    letter-spacing: -1px;
  }

  .mvp-approach-content p {
    font-size: 12.5px;
  }

  .mvp-approach-list li {
    font-size: 12.5px;
  }

  .mvp-approach-image-wrap {
    min-height: 300px;
    border-radius: 13px;
  }

  .mvp-approach-image {
    min-height: 300px;
  }
  .mvp-help-section {
    padding: 55px 0;
  }

  .mvp-help-heading {
    margin-bottom: 32px;
  }

  .mvp-help-heading h2 {
    font-size: 31px;
  }

  .mvp-help-heading p {
    font-size: 12.5px;
  }

  .mvp-help-card {
    min-height: auto;
    padding: 24px 21px;
  }

  .mvp-help-card h3 {
    font-size: 16px;
  }

  .mvp-help-card p {
    font-size: 13px;
  }
  .mvp-audience-section {
    padding: 55px 0;
  }

  .mvp-audience-heading h2 {
    font-size: 31px;
  }

  .mvp-audience-card {
    min-height: auto;
    padding: 23px 20px;
  }

  .mvp-audience-card h3 {
    font-size: 16px;
  }

  .mvp-audience-card p {
    font-size: 13px;
  }
  .mvp-process-section {
    padding: 55px 0;
  }

  .mvp-process-heading {
    margin-bottom: 32px;
  }

  .mvp-process-heading h2 {
    font-size: 31px;
  }

  .mvp-process-card {
    min-height: auto;
    padding: 22px 19px;
  }

  .mvp-process-number {
    font-size: 21px;
  }

  .mvp-process-card h3 {
    font-size: 16px;
  }

  .mvp-process-card p {
    font-size: 13px;
  }
  .mvp-receive-section {
    padding: 52px 0;
  }

  .mvp-receive-content h2 {
    font-size: 31px;
  }

  .mvp-receive-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .mvp-receive-item {
    min-height: 50px;
    padding: 12px 14px;
    font-size: 12.5px;
  }
  .mvp-technologies-section {
    padding: 55px 0;
  }

  .mvp-technologies-heading h2 {
    font-size: 31px;
  }

  .technology-card {
    min-height: 280px;
    padding: 24px 20px;
  }

  .technology-card h3 {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .technology-logo {
    max-width: 72px;
    max-height: 58px;
  }

  .technology-logo-wide {
    max-width: 100px;
  }
  .mvp-consultation-cta {
    padding: 42px 0;
  }

  .mvp-consultation-box {
    padding: 32px 22px;
    border-radius: 12px;
  }

  .mvp-consultation-content h2 {
    font-size: 26px;
  }

  .mvp-consultation-content p {
    font-size: 12.5px;
  }

  .mvp-consultation-btn {
    width: 100%;
    max-width: 290px;
  }
  .why-mvp-section {
    padding: 55px 0;
  }

  .why-mvp-intro h2 {
    font-size: 31px;
  }

  .why-mvp-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .why-mvp-card h3 {
    font-size: 16px;
  }

  .why-mvp-card p {
    max-width: 100%;
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .top-bar-contact {
    grid-template-columns: 1fr;
  }

  .top-bar-link {
    width: 100%;
  }

  .top-bar-link span {
    white-space: normal;
    overflow-wrap: anywhere;
  } 
  
	.custom-header {
    top: 146px;
    left: 10px;
    right: 10px;
    padding: 10px 12px;
    border-radius: 7px;
}
  .header-logo-img {
    height: 30px;
    max-width: 145px;
  }
  
  .brand-logo {
    font-size: 1rem;
  }

  .brand-logo span {
    font-size: 0.78rem;
  }

  .navbar-toggler {
    padding: 4px 6px;
  }

  .navbar-toggler-icon {
    width: 21px;
    height: 21px;
  }

  .navbar-collapse {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .custom-nav-link {
    padding: 10px !important;
    font-size: 0.9rem;
  }
	.top-bar-contact {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .top-bar-contact a {
    justify-content: center;
  }

  .homepage-hero {
    padding-top: 105px;
  }

  .logo-main {
    font-size: 17px;
  }

  .logo-small {
    font-size: 12px;
  }

  .hero-title {
    font-size: 33px;
  }

  .hero-subtitle {
    font-size: 25px;
  }

  .hero-description {
    font-size: 13px;
  }
   
}

@media (max-width: 480px) {
     
  .featured-work-section {
    padding: 48px 0;
  }

  .featured-work-heading h2 {
    font-size: 28px;
  }

  .featured-project-image-wrap {
    height: 210px;
  }

  .featured-project-content {
    padding: 20px 17px;
  }
  .faq-section {
    padding: 48px 0;
  }

  .faq-heading {
    font-size: 32px;
  }

  .faq-button {
    gap: 12px;
    padding: 15px 16px;

    font-size: 13px;
  }

  .faq-answer {
    padding: 0 16px 17px;
  }

  .faq-button:not(.collapsed)::before {
    left: 16px;
    right: 16px;
  }
  
  .final-cta-section {
    padding: 48px 0;
  }

  .final-cta-box {
    padding: 44px 17px 42px;
  }

  .final-cta-box h2 {
    font-size: 28px;
  }

  .final-cta-description {
    font-size: 13px;
  }

  .final-cta-eyebrow {
    font-size: 9px;
  }

  .final-cta-eyebrow span {
    width: 22px;
  }
  .resource-download-section {
    padding: 46px 0;
  }

  .resource-download-intro h2 {
    font-size: 27px;
  }

  .resource-file-card {
    padding: 21px 17px;
  }

  .resource-file-btn {
    width: 100%;
  }
  .services-hero-section {
    padding: 50px 0;
  }

  .services-hero-content h1 {
    font-size: 34px;
  }

  .services-hero-content p {
    font-size: 13px;
  }

  .services-hero-image-wrap,
  .services-hero-image {
    min-height: 255px;
  }
  .mvp-hero-content h1 {
     font-size: 33px;
   }

   .mvp-benefits-strip .row > div:last-child .mvp-benefit-item {
      justify-content: flex-start;
   }
	  .mvp-build-section {
    padding: 48px 14px;
  }

  .mvp-build-heading h2 {
    font-size: 27px;
  }

  .mvp-build-image-wrap {
    min-height: 250px;
  }

  .mvp-build-grid {
    grid-template-columns: 1fr;
  }

  .mvp-build-card {
    min-height: 135px;
  }

  .mvp-build-icon {
    width: 55px;
    height: 55px;

    margin-bottom: 13px;

    font-size: 22px;
  }

  .mvp-build-card h3 {
    font-size: 16px;
  }
  .mvp-approach-section {
    padding: 48px 0;
  }

  .mvp-approach-content h2 {
    font-size: 28px;
  }

  .mvp-approach-image-wrap,
  .mvp-approach-image {
    min-height: 250px;
  }
  .mvp-help-section {
    padding: 48px 0;
  }

  .mvp-help-heading h2 {
    font-size: 28px;
  }

  .mvp-help-card {
    padding: 22px 18px;
  }

  .mvp-help-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 17px;
  }
  .mvp-audience-section {
    padding: 48px 0;
  }

  .mvp-audience-heading h2 {
    font-size: 28px;
  }

  .mvp-audience-card {
    padding: 21px 18px;
  }

  .mvp-audience-icon {
    width: 49px;
    height: 49px;

    margin-bottom: 17px;
  }
  .mvp-process-section {
    padding: 48px 0;
  }

  .mvp-process-heading h2 {
    font-size: 28px;
  }

  .mvp-process-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mvp-process-card {
    padding: 21px 17px;
  }
  .mvp-receive-section {
    padding: 46px 0;
  }

  .mvp-receive-content h2 {
    font-size: 28px;
  }

  .mvp-receive-item {
    padding: 11px 13px;
  }
   .mvp-technologies-section {
    padding: 48px 0;
  }

  .mvp-technologies-heading h2 {
    font-size: 28px;
  }

  .technology-card {
    min-height: auto;
    padding: 23px 18px;
  }

  .technology-logo-grid {
    gap: 22px 14px;
  }
   .mvp-consultation-box {
    padding: 28px 17px;
  }

  .mvp-consultation-content h2 {
    font-size: 23px;
  }
  .why-mvp-section {
    padding: 48px 0;
  }

  .why-mvp-intro h2 {
    font-size: 28px;
  }

  .why-mvp-card {
    padding: 22px 18px;
  }

  .why-mvp-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
  }
}