
    :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;
}









/* ========================
   HERO CONTENT
======================== */

.hero-content {
    position: relative;
    z-index: 5;
    max-width: 1074PX;
    margin: 0 auto;
    margin-top: 38px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  padding: 7px 17px;
  color: #dce6ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero-title {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -2px;
}

.hero-subtitle {
  margin: 0 auto 20px;
  color: #ffffff;
  font-size: clamp(28px, 3.2vw, 50px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.5px;
}

.hero-subtitle span {
  background: linear-gradient(
    90deg,
    #21dcff 0%,
    #54c7ff 40%,
    #9478ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-description {
  max-width: 680px;
  margin: 0 auto 42px;
  color: #c5d1ee;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-btn {
  min-width: 215px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 7px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.hero-btn:hover {
  transform: translateY(-2px);
}

.hero-btn-primary {
  color: #123176;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 28px rgba(0, 7, 40, 0.2);
}

.hero-btn-primary:hover {
  color: #123176;
  background: #edf3ff;
}

.hero-btn-outline {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-btn-outline:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}


/* ========================
   COMPANY LOGOS SECTION
======================== */

.trusted-section {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border-top: 1px solid #eef1f6;
    border-bottom: 1px solid #eef1f6;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	BOX-SHADOW: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}

.trusted-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 20px 0;
}

/* Fixed text area */
.trusted-text {
  position: relative;
  z-index: 5;
  flex: 0 0 260px;
  max-width: 260px;

  color: #111827;
  background-color: #ffffff;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

/* Area in which moving logos are visible */
.trusted-logos-viewport {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

/* Optional fading effect on left and right */
.trusted-logos-viewport::before,
.trusted-logos-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 60px;
  pointer-events: none;
}

.trusted-logos-viewport::before {
  left: 0;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.trusted-logos-viewport::after {
  right: 0;
  background: linear-gradient(
    to left,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Complete moving track */
.trusted-logos-track {
  display: flex;
  align-items: center;
  width: max-content;

  animation: trustedScroll 25s linear infinite;
  will-change: transform;
}

/* Each duplicated group */
.trusted-logo-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 70px;
  padding-right: 70px;
}

/* Individual logos */
.company-logo {
  display: block;
  flex-shrink: 0;

  width: auto;
  max-width: 150px;
  height: 50px;

  object-fit: contain;
  image-rendering: auto;

  opacity: 1;
  filter: none;
}

/* Infinite scrolling animation */
@keyframes trustedScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.trusted-logos-viewport:hover .trusted-logos-track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .trusted-logos-track {
    animation: none;
  }
}


/* ========================
   WHO WE ARE SECTION
======================== */

.who-we-are-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0 70px 0;
    background: radial-gradient(
      circle at 90% 20%,
      rgba(61, 100, 255, 0.06) 0%,
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #f7f9ff 0%,
      #eef3ff 100%
    );
    margin-top: -20px;
    z-index: -1;
}

/* Left content */

.about-content {
  max-width: 680px;
}

.about-heading {
  margin-bottom: 3px;
  color: #111827;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
}

.about-heading span {
    color: #314DDF;
}

.about-subtitle {
  margin-bottom: 26px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
}

.about-description {
  max-width: 650px;
}

.about-description p {
  margin-bottom: 13px;
  color: #2C3E50;
  font-size: 14px;
  line-height: 1.7;
}

.about-description p:last-child {
  margin-bottom: 24px;
}

/* Button */

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 43px;
    padding: 10px 24px;
    color: #ffffff;
    background: #314DDF;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    /* box-shadow: 0 8px 20px rgba(49, 87, 245, 0.2); */
    transition: transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.about-btn:hover {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #2445d8 0%,
    #1936b7 100%
  );
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(49, 87, 245, 0.3);
}

.about-btn .fa-arrow-right {
  transition: transform 0.25s ease;
}

.about-btn:hover .fa-arrow-right {
  transform: translateX(4px);
}



.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 34px 24px;
}
/* =========================================
   UPDATED STAT CIRCLE DESIGN
========================================= */

.stat-circle {
  --progress: 78%;

  position: relative;

  width: 151px;
  height: 151px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  background: transparent;
  border: 0;

  border-radius: 50%;

  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}


/* OUTER PROGRESS RING */

.stat-circle::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: 50%;

  background:
    conic-gradient(
      from 215deg,
      #4c46f4 0deg,
      #4c46f4 275deg,
      #d7e2ff 275deg,
      #d7e2ff 330deg,
      transparent 330deg,
      transparent 360deg
    );

  -webkit-mask:
    radial-gradient(
      farthest-side,
      transparent calc(100% - 8px),
      #000 calc(100% - 7px)
    );

  mask:
    radial-gradient(
      farthest-side,
      transparent calc(100% - 8px),
      #000 calc(100% - 7px)
    );
}


/* INNER WHITE AREA */

.stat-circle::after {
  content: "";

  position: absolute;

  width: 121px;
  height: 121px;

  background: #ffffff;

  border-radius: 50%;

  z-index: 0;
}


/* KEEP CONTENT ABOVE RING */

.stat-circle strong,
.stat-circle > span {
  position: relative;
  z-index: 2;
}


/* HOVER */

.stat-circle:hover {
  transform: translateY(-5px);

  filter:
    drop-shadow(
      0 10px 16px rgba(49, 77, 223, 0.13)
    );
}
.counter {
    display: inline-block;
    min-width: 3.1ch;
    font-variant-numeric: tabular-nums;
    font-size: 23px !important;
    font-weight: bold !important;
    color: #314DDF !important;
}
.stat-circle strong {
  position: relative;
  z-index: 2;

  display: block;

  margin-bottom: 6px;

  color: #35388d;

  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}


.stat-circle > span {
  position: relative;
  z-index: 2;

  color: #59647D;

  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}


.counter {
  display: inline-block;

  min-width: auto;

  font-variant-numeric: tabular-nums;

  font-size: 23px !important;
  font-weight: 800 !important;

  color: #35388d !important;
}




/* ========================
   WHO WE HELP SECTION
======================== */

.who-we-help-section {
    padding: 75px 0;
    background: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
/* Section heading */

.who-we-help-section .section-heading {
  max-width: 720px;
  margin: 0 auto 38px;
}

.who-we-help-section .section-heading h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.who-we-help-section .section-heading h2 span {
  color: #314DDF;
}

.who-we-help-section .section-heading p {
    margin: 0;
    color: #2C3E50;
    font-size: 16px;
    line-height: 1.7;
}
/* Cards */

.help-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;

  min-height: 145px;
  padding: 24px 20px;

  background: #ffffff;
  border: 1px solid #e3e8f2;
  border-radius: 8px;

  box-shadow: 0 6px 20px rgba(18, 39, 92, 0.04);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.help-card:hover {
  transform: translateY(-6px);
  border-color: rgba(49, 87, 245, 0.35);
  box-shadow: 0 16px 35px rgba(49, 87, 245, 0.12);
}

/* Icon */

.help-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #1C39BB 0%, #355CFF 100%);
    border-radius: 50%;
    font-size: 17px;
    transition: transform 0.25s ease,
    box-shadow 0.25s ease;
}

.help-card:hover .help-icon {
  transform: scale(1.08);
  box-shadow: 0 12px 24px rgba(49, 87, 245, 0.28);
}

/* Content */

.help-content {
  flex: 1;
}

.help-content h3 {
    margin: 1px 0 8px;
    color: #314DDF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.help-content p {
    margin: 0;
    color: #2C3E50;
    font-size: 14px;
    line-height: 1.6;
}


/* ========================  
   HOW WE CAN HELP
======================== */

.services-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 80px 0;
    background: radial-gradient(circle at 85% 10%, rgba(82, 105, 255, 0.42), transparent 34%), linear-gradient(120deg, #0B276B 20%, #314DDF 100%);
    margin-top: -33px;
    z-index: -1;
}

/* Section heading */

.services-heading {
  max-width: 700px;
  margin: 0 auto 42px;
}

.services-heading h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.services-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 500;
}

/* Cards */

.service-card {
  overflow: hidden;

  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 13px;

  box-shadow: 0 13px 35px rgba(0, 12, 61, 0.16);

  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(74, 103, 255, 0.38);
  box-shadow: 0 22px 46px rgba(0, 13, 65, 0.25);
}

.service-card-body {
  min-height: 270px;

  display: flex;
  flex-direction: column;

  padding: 27px 25px;
}

/* Card title */

.service-card h3 {
  margin: 0 0 7px;
  color: #111827;

  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

/* Subtitle */

.service-subtitle {
  min-height: 34px;
  margin: 0 0 13px;

  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

/* Icons */

.service-icons {
  display: flex;
  align-items: center;
  gap: 7px;

  margin-bottom: 15px;
}

.service-icons span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #314DDF;
    border-radius: 50%;
    font-size: 16px;
    box-shadow: 0 5px 12px rgba(49, 87, 245, 0.22);
    transition: transform 0.25s ease,
    box-shadow 0.25s ease;
}

.service-icons span img,
.service-icons span svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.service-card:hover .service-icons span {
  transform: translateY(-2px);
  box-shadow: 0 8px 17px rgba(49, 87, 245, 0.3);
}

/* Description */

.service-description {
  margin: 0 0 19px;
  color: #2C3E50;

  font-size: 16px;
  line-height: 1.65;
}

/* Read More */

.service-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: #314DDF;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.25s ease,
    gap 0.25s ease;
}

.service-link:hover {
  color: #1736bd;
  gap: 11px;
}

.service-link i {
  font-size: 9px;
}



/* ========================
   FEATURED CASE STUDIES
======================== */
.featured-case-section {
  position: relative;
  overflow: hidden;
  padding: 62px 0;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(49, 87, 245, 0.06),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #f6f8ff 0%,
      #edf2ff 100%
    );
}

/* SECTION HEADING */

.case-section-heading {
  max-width: 760px;
  margin: 0 auto 30px;
}

.case-section-heading h2 {
  margin: 0 0 9px;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.case-section-heading h2 span {
  color: #314DDF;
}

.case-section-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: #2C3E50;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

/* SLIDER */

.case-slider {
  position: relative;
}

.case-slider .carousel-inner {
  overflow: hidden;
  border-radius: 15px;
}

/* MAIN CARD */

.case-study-card {
  overflow: hidden;
  min-height: 390px;
  background: #ffffff;
  border: 1px solid #e1e7f2;
  border-radius: 15px;
  box-shadow: 0 12px 34px rgba(19, 41, 97, 0.09);
}

/* LEFT CONTENT */

.case-study-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 32px;
  background: #ffffff;
}

/* Category */

.case-category {
  display: inline-block;
  margin-bottom: 12px;
  color: #697386;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

/* Title */
.case-study-content h3 {
  margin: 0 0 13px;
  color: #111827;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.28;
}

.case-study-content h3 span {
  display: block;
  color: #314DDF;
}


/* Description */

.case-description {
  margin: 0 0 15px;
  color: #2C3E50;
  font-size: 14px;
  line-height: 1.6;
}

/* RESULTS */

.case-results {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 18px;
}

.case-result {
  min-width: 82px;
}

.case-result strong {
  display: block;
  margin-bottom: 4px;
  color: #314DDF;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.case-result span {
  display: block;
  max-width: 90px;
  color: #2C3E50;
  font-size: 11.5px;
  line-height: 1.35;
}


/* BUTTON */
.case-study-btn {
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  color: #ffffff;
  background: #314DDF;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.case-study-btn:hover {
  color: #ffffff;
  background: #2343d0;
  transform: translateY(-2px);
  box-shadow: 0 11px 25px rgba(49, 87, 245, 0.25);
}

.case-study-btn .fa-arrow-right {
  transition: transform 0.25s ease;
}

.case-study-btn:hover .fa-arrow-right {
  transform: translateX(4px);
}

/* RIGHT VISUAL */

.case-study-visual {
  position: relative;
  min-height: 390px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
}

/* Backgrounds */
.case-visual-one {
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(57, 111, 255, 0.22),
      transparent 46%
    ),
    linear-gradient(
      135deg,
      #071b63 0%,
      #102e8c 100%
    );
}

.case-visual-two {
  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(255, 255, 255, 0.2),
      transparent 43%
    ),
    linear-gradient(
      135deg,
      #0c5e6f 0%,
      #0a8791 100%
    );
}

.case-visual-three {
  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(169, 125, 255, 0.24),
      transparent 43%
    ),
    linear-gradient(
      135deg,
      #16164e 0%,
      #4c238c 100%
    );
}

/* DEVICE IMAGE */

.device-layout {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-main-image {
  /* width: 100%; */
  height: auto;
  max-height: 330px;
  /* object-fit: cover; */
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(0, 8, 45, 0.32);
  transition: transform 0.45s ease;
}

.case-study-card:hover .case-main-image {
  transform: scale(1.02);
}

/* BRAND MARK */

.case-brand-mark {
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #15327d;
  background: #b9f1f2;
  font-size: 23px;
  font-weight: 800;
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 9, 50, 0.25);
}

/* BOTTOM NAVIGATION */

.case-slider-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

/* Progress */
.case-progress-wrap {
  flex: 1;
}
.case-progress-track {
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: #c8cdd8;
  border-radius: 20px;
}

.case-progress-bar {
  width: 33.333%;
  height: 100%;
  background: #314DDF;
  border-radius: 20px;
  transition: transform 0.45s ease;
}

/* SLIDER BUTTONS */

.case-slider-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.case-slider-btn {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #314DDF;
  border: 0;
  border-radius: 50%;
  font-size: 11px;
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.case-slider-btn:hover {
  background: #2143d2;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(49, 87, 245, 0.28);
}

/* CAROUSEL */

.carousel-item {
  transition: transform 0.65s ease-in-out;
}



/* =========================
   INDUSTRIES SECTION
========================= */

.industries-section {
  padding: 85px 0;
  background: #ffffff;
}

/* Heading */

.industries-heading {
  max-width: 860px;
  margin: 0 auto 42px;
}

.industries-heading h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.industries-heading h2 span {
  color: #314DDF;
}

.industries-heading p {
    max-width: 843px;
    margin: 0 auto;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

/* Card */

.industry-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #e5eaf3;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(18, 39, 92, 0.08);
  outline: none;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.industry-card:hover,
.industry-card:focus,
.industry-card:focus-within {
  transform: translateY(-8px);
  border-color: #3157f5;
  box-shadow: 0 20px 40px rgba(49, 87, 245, 0.22);
}

/* Image */

.industry-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: none;
  transition: filter 0.4s ease;
}

.industry-card:hover .industry-image,
.industry-card:focus .industry-image,
.industry-card:focus-within .industry-image {
  width: 100%;
  height: 100%;
  transform: none;
  object-position: center;
  filter: brightness(0.82);
}

/* Blue overlay */

.industry-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    180deg,
    rgba(8, 27, 85, 0.15) 0%,
    rgba(8, 27, 85, 0.93) 56%,
    rgba(8, 27, 85, 0.92) 100%
  );

  opacity: 0;
  transition: opacity 0.4s ease;
}

.industry-card:hover .industry-overlay,
.industry-card:focus .industry-overlay,
.industry-card:focus-within .industry-overlay {
  opacity: 1;
}

/* Content */

.industry-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-height: 104px;
  padding: 20px 17px;
  color: #111827;
  background: #ffffff;
  transition:
    min-height 0.45s ease,
    color 0.35s ease,
    background 0.35s ease,
    padding 0.4s ease;
}

.industry-card:hover .industry-content,
.industry-card:focus .industry-content,
.industry-card:focus-within .industry-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 18px;
  color: #ffffff;
  background: transparent;
}

/* Icon */

.industry-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-top: -43px;
    margin-bottom: 14px;
    color: #314DDF;
    background: #ffffff;
    border: 1px solid #314DDF;
    border-radius: 50%;
    font-size: 17px;
    box-shadow: 0 7px 18px rgba(49, 87, 245, 0.16);
    transition: all 0.35s ease;
}

.industry-card:hover .industry-icon, .industry-card:focus .industry-icon, .industry-card:focus-within .industry-icon {
    background: #314DDF;
    color: #ffffff;
    border-color: #314DDF;
}

/* Title */

.industry-content h3 {
  margin: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

/* Description */

.industry-content p {
  max-height: 0;
  margin: 0;
  overflow: hidden;

  color: rgba(255, 255, 255, 0.88);
  font-size: 11.5px;
  line-height: 1.6;

  opacity: 0;
  transform: translateY(15px);

  transition:
    max-height 0.45s ease,
    margin 0.35s ease,
    opacity 0.35s ease 0.08s,
    transform 0.35s ease 0.08s;
}

.industry-card:hover .industry-content p,
.industry-card:focus .industry-content p,
.industry-card:focus-within .industry-content p {
  max-height: 120px;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
}

/* Link */

.industry-link {
  max-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: 0;
  overflow: hidden;

  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;

  opacity: 0;
  transform: translateY(12px);

  transition:
    max-height 0.35s ease,
    margin 0.35s ease,
    opacity 0.35s ease 0.12s,
    transform 0.35s ease 0.12s;
}

.industry-card:hover .industry-link,
.industry-card:focus .industry-link,
.industry-card:focus-within .industry-link {
  max-height: 40px;
  margin-top: 16px;
  color: #ffffff;
  opacity: 1;
  transform: translateY(0);
}

.industry-link i {
  transition: transform 0.25s ease;
}

.industry-link:hover i {
  transform: translateX(4px);
}
.industry-hover-arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;

  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #314ddf;
  color: #ffffff;

  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(49, 77, 223, 0.28);

  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.9);

  transition: all 0.35s ease;
}

.industry-hover-arrow i {
  font-size: 18px;
  transform: rotate(45deg);
}

/* Show only on hover */
.industry-card:hover .industry-hover-arrow,
.industry-card:focus .industry-hover-arrow,
.industry-card:focus-within .industry-hover-arrow {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.industries-section {
  position: relative;
  z-index: 2;

  /* enough space for a soft transition */
  padding-bottom: 100px;
}


/* subtle fade at bottom of Industries */
.industries-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 85px;
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(241, 245, 255, 0.42) 18%,
    rgba(225, 233, 255, 0.72) 100%
  );
    pointer-events: none;
    z-index: -1;
}  






/* =========================
   TESTIMONIAL SECTION
========================= */

.testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0 70px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

/* Optional light layer above background image */
.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background: rgba(247, 249, 255, 0.18);
  pointer-events: none;
}

.testimonial-section .container {
  position: relative;
  z-index: 2;
}

.testimonial-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.testimonial-heading h2 {
  margin: 0 0 12px;

  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.testimonial-heading h2 span {
  color: #314DDF;
}

.testimonial-heading p {
    max-width: 762px;
    margin: 0 auto;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}


.testimonial-carousel {
  position: relative;
}

.testimonial-carousel .carousel-inner {
  overflow: hidden;
  border-radius: 16px;
}

.testimonial-carousel .carousel-item {
  transition: transform 0.6s ease-in-out;
}

.testimonial-card {
  min-height: 300px;

  display: flex;
  align-items: center;

  padding: 42px 50px 58px;

  background: #ffffff;

  border: 1px solid #e6eaf1;
  border-radius: 16px;

  box-shadow:
    0 10px 30px rgba(17, 36, 86, 0.10),
    0 3px 8px rgba(17, 36, 86, 0.05);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-3px);

  box-shadow:
    0 16px 38px rgba(17, 36, 86, 0.14),
    0 4px 10px rgba(17, 36, 86, 0.06);
}

.testimonial-client {
  padding-inline: 20px;
}

.testimonial-avatar {
  width: 70px;
  height: 70px;

  display: block;
  margin: 0 auto 20px;

  object-fit: cover;

  border: 4px solid #eef3ff;
  border-radius: 50%;

  box-shadow: 0 8px 20px rgba(17, 35, 87, 0.16);
}

.testimonial-client h3 {
  margin: 0 0 9px;

  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.testimonial-client p {
  margin: 0;

  color: #2C3E50;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-divider {
  width: 1px;
  height: 125px;

  background: linear-gradient(
    to bottom,
    transparent,
    #dce2ee 20%,
    #dce2ee 80%,
    transparent
  );
}

.testimonial-content {
  position: relative;
  max-width: 680px;
}

.testimonial-quote-icon {
  margin-bottom: 17px;

  color: #314DDF;
  font-size: 27px;
  line-height: 1;
}

.testimonial-content blockquote {
  margin: 0;

  color: #2C3E50;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
}

.testimonial-indicators {
  position: absolute;
  left: 50%;
  bottom: 31px;
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  transform: translateX(-50%);
}

.testimonial-indicators button {
  width: 9px;
  height: 9px;

  padding: 0;

  background: #c5cad5;
  border: 0;
  border-radius: 50%;

  opacity: 1;

  transition:
    width 0.25s ease,
    height 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.testimonial-indicators button:hover {
  transform: scale(1.15);
}

.testimonial-indicators button.active {
  width: 11px;
  height: 11px;
  background: #314DDF;
}
.testimonial-indicators button {
  background: #d1d5db;
}
.testimonial-section {
  position: relative;

  margin-top: 0;

  background-color: #f3f6ff;
}


/* replace/lighten existing testimonial overlay */
.testimonial-section::before {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 0;

  background:
    linear-gradient(
      180deg,
      rgba(226, 234, 255, 0.88) 0%,
      rgba(242, 246, 255, 0.67) 18%,
      rgba(247, 249, 255, 0.35) 45%,
      rgba(247, 249, 255, 0.20) 100%
    );

  pointer-events: none;
}
.testimonial-card {
  position: relative;

  background: rgba(255, 255, 255, 0.98);

  border: 1px solid rgba(219, 226, 241, 0.95);

  box-shadow:
    0 20px 50px rgba(31, 48, 105, 0.13),
    0 8px 20px rgba(49, 77, 223, 0.08),
    0 2px 5px rgba(17, 36, 86, 0.05);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}


/* tiny top highlight adds depth */
.testimonial-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 7%;
  right: 7%;

  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(49, 77, 223, 0.22),
    transparent
  );

  pointer-events: none;
}


/* hover elevation */
.testimonial-card:hover {
  transform: translateY(-5px);

  border-color: rgba(49, 77, 223, 0.20);

  box-shadow:
    0 27px 60px rgba(31, 48, 105, 0.17),
    0 12px 26px rgba(49, 77, 223, 0.11),
    0 3px 8px rgba(17, 36, 86, 0.06);
}






/* ========================
   COMPANY LOGO STRIP
======================== */

.company-logo-strip {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border-top: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
}

/* Visible logo area */
.client-logos-testimonial {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 22px 0;
    z-index: -4;
}

.logos-track-testimonial {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scrollLogos 22s linear infinite;
    will-change: transform;
    GAP: 55PX;
    MARGIN: AUTO !important;
}

/* Each identical logo group */
.logo-group-testimonial {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 100%;
  min-width: 100%;
  gap: 60px;
  padding: 0 40px;
}
section.company-logo-testimonial {
    BORDER-RADIUS: 30PX;
    BOX-SHADOW: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}
/* Individual logos */
.company-logo {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 50px;
  max-width: 130px;

  object-fit: contain;
  image-rendering: auto;

  opacity: 1;
  filter: none;
}

/* Infinite horizontal movement */
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Pause when hovered */
.client-logos-testimonial:hover .logos-track-testimonial {
  animation-play-state: paused;
}

/* Optional white fading on edges */
.client-logos-testimonial::before,
.client-logos-testimonial::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;

  width: 70px;

  pointer-events: none;
}

.client-logos-testimonial::before {
  left: 0;

  background: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.client-logos-testimonial::after {
  right: 0;

  background: linear-gradient(
    to left,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}



/* =========================
   INSIGHTS & RESOURCES
========================= */
.insights-section {
  position: relative;
  overflow: hidden;
  padding: 62px 0;
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 8px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}


/* HEADING */
.insights-heading {
  max-width: 760px;
  margin: 0 auto 30px;
}

.insights-heading h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.insights-heading h2 span {
  color: #314DDF;
}

.insights-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #2C3E50;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

/* CARD */
.insight-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e2e7f0;
  border-radius: 12px;
  box-shadow: 0 7px 20px rgba(17, 36, 86, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.insight-card:hover,
.insight-card:focus-within {
  transform: translateY(-5px);
  background: #0c226d;
  border-color: #0c226d;
  box-shadow: 0 16px 32px rgba(12, 34, 109, 0.20);
}

/* IMAGE */
.insight-image-wrap {
  position: relative;
  display: block;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}

.insight-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: none;
  transition: filter 0.35s ease;
}

/* Blue overlay */
.insight-image-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(8, 27, 85, 0.08) 0%,
    rgba(8, 27, 85, 0.25) 20%,
    rgba(8, 27, 85, 0.55) 45%,
    rgba(8, 27, 85, 1) 100%
  );

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.insight-card:hover .insight-image,
.insight-card:focus-within .insight-image {
  transform: none;
  filter: brightness(0.82);
}

.insight-card:hover .insight-image-overlay,
.insight-card:focus-within .insight-image-overlay {
  opacity: 1;
}

/* HOVER ARROW */
.insight-hover-arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #3157f5;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 10, 55, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease,
    background-color 0.3s ease;
}

.insight-hover-arrow i {
  font-size: 13px;
  transform: rotate(45deg);
}

.insight-card:hover .insight-hover-arrow,
.insight-card:focus-within .insight-hover-arrow {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.insight-hover-arrow:hover {
  background: #2343d0;
  transform: scale(1.06) !important;
}

/* CONTENT */
.insight-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 245px;
  padding: 17px 18px 19px;
  background: #ffffff;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.insight-card:hover .insight-card-content,
.insight-card:focus-within .insight-card-content {
  background: #0c226d;
}

/* META */
.insight-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 11px;
  color: #7b8497;
  font-size: 11px;
  font-weight: 500;
  transition: color 0.3s ease;
}  

.insight-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #2C3E50;
  font-size: 11.5px;
}

.insight-meta i {
  color: #65708C;
  font-size: 11px;
  transition: color 0.3s ease;
}

.insight-card:hover .insight-meta,
.insight-card:focus-within .insight-meta,
.insight-card:hover .insight-meta span,
.insight-card:focus-within .insight-meta span {
  color: rgba(255, 255, 255, 0.75);
}

.insight-card:hover .insight-meta i,
.insight-card:focus-within .insight-meta i {
  color: #ffffff;
}

/* TITLE */
.insight-card h3 {
  margin: 0 0 11px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.insight-card h3 a {
  color: #111827;
  text-decoration: none;
  transition: color 0.3s ease;
}

.insight-card h3 span {
  color: #314DDF;
  transition: color 0.3s ease;
}

.insight-card:hover h3 a,
.insight-card:hover h3 span,
.insight-card:focus-within h3 a,
.insight-card:focus-within h3 span {
  color: #ffffff;
}

/* DESCRIPTION */
.insight-description {
  margin: 0 0 13px;
  color: #2C3E50;
  font-size: 13px;
  line-height: 1.55;
  transition: color 0.3s ease;
}

.insight-card:hover .insight-description,
.insight-card:focus-within .insight-description {
  color: rgba(255, 255, 255, 0.78);
}

/* READ MORE */
.insight-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #314DDF;
  font-size:13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.25s ease,
    gap 0.25s ease;
}

.insight-card:hover .insight-read-more,
.insight-card:focus-within .insight-read-more {
  color: #ffffff;
}

.insight-read-more:hover {
  gap: 9px;
}

.insight-read-more i {
  font-size: 8px;
}

/* VIEW ALL */
.insights-view-all {
  margin-top: 30px;
}

.view-all-insights-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 30px;
  color: #ffffff;
  background: #314DDF;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.view-all-insights-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(49, 87, 245, 0.27);
}

.view-all-insights-btn .fa-arrow-right {
  transition: transform 0.25s ease;
}

.view-all-insights-btn:hover .fa-arrow-right {
  transform: translateX(4px);
}




/* =========================
   PROJECT ESTIMATE SECTION
========================= */
.estimate-section {
  position: relative;
  overflow: hidden;

  padding: 70px 0 58px;

  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(49, 87, 245, 0.07),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #f5f8ff 0%,
      #edf3ff 100%
    );
}

.estimate-heading {
  max-width: 760px;
  margin: 0 auto 38px;
}

.estimate-heading h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.estimate-heading h2 span {
  color: #314DDF;
}

.estimate-heading p {
    max-width: 686px;
    margin: 0 auto 24px;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.estimate-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 43px;
    padding: 10px 39px;
    color: #ffffff;
    background: #314DDF;
    border-radius: 6px;
    box-shadow: 0 9px 24px rgba(49, 87, 245, 0.22);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.estimate-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);
}

.estimate-main-btn .fa-arrow-right {
  transition: transform 0.25s ease;
}

.estimate-main-btn:hover .fa-arrow-right {
  transform: translateX(4px);
}

.estimate-steps {
  max-width: 1040px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce3ef;
  border-radius: 7px;

  box-shadow: 0 7px 20px rgba(20, 42, 91, 0.07);
}

.estimate-step {
  position: relative;

  min-height: 62px;

  display: flex;
  align-items: center;
  gap: 13px;

  padding: 13px 22px;

  background: #ffffff;

  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.estimate-step:not(:last-child)::after {
  content: "";

  position: absolute;
  top: 13px;
  right: 0;
  bottom: 13px;

  width: 1px;

  background: #e2e7f0;
}

/* Number circle */

.estimate-step-number {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #111827;
    background: #ffffff;
    border: 1px solid #d9e0eb;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    transition: color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

/* Step text */

.estimate-step-content {
  min-width: 0;
}

.estimate-step-content h3 {
  margin: 0 0 3px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.estimate-step-content p {
  margin: 0;
  color: #8a93a2;
  font-size: 12px;
  line-height: 1.35;
}

.estimate-step.active {
  background: #314DDF;
}

.estimate-step.active::after {
  display: none;
}

.estimate-step.active .estimate-step-number {
  color: #ffffff;
  background: transparent;

  border-color: rgba(255, 255, 255, 0.75);
}

.estimate-step.active .estimate-step-content h3 {
  color: #ffffff;
}

.estimate-step.active .estimate-step-content p {
  color: rgba(255, 255, 255, 0.76);
}

.estimate-step:not(.active):hover {
  background: #f6f8ff;
}

.estimate-step:not(.active):hover .estimate-step-number {
  color: #3157f5;
  border-color: #3157f5;
}




/* =========================
   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: #2C3E50;
    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: #2C3E50;
    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;
}



/* =========================
   CONTACT PROJECT SECTION
========================= */
.contact-project-section {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(82, 105, 255, 0.42),
      transparent 34%
    ),
    linear-gradient(
      120deg,
      #0B276B 20%,
      #314DDF 100%
    );
}

/* LEFT CONTENT */
.contact-project-info {
  max-width: 330px;
  color: #ffffff;
}

.contact-project-info h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.contact-project-info h2 span {
  display: block;
}

.contact-project-info h2 strong {
  color: #8ea2ff;
  font-weight: 600;
}

.contact-project-intro {
  max-width: 305px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

/* CONTACT DETAILS */
.contact-details-list {
  display: flex;
  flex-direction: column;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-detail-item:last-child {
  border-bottom: 0;
}

.contact-detail-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;

  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(49, 77, 223, 0.9);
  border-radius: 7px;
  font-size: 12px;
  box-shadow: 0 6px 15px rgba(0, 9, 55, 0.18);
}

.contact-detail-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-detail-content > span {
  display: block;
  margin-bottom: 1px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 500;
}

.contact-detail-content p,
.contact-detail-content a {
  margin: 0;
  color: #ffffff;
  font-size: 12px !important;
  line-height: 1.45;
  text-decoration: none;
}

.contact-detail-content a:hover {
  color: #c4ceff;
}

/* SOCIAL */

.contact-social-area {
  margin-top: 16px;
}

.contact-social-area > p {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
}

.contact-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-social-links a {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 11px;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.contact-social-links a:hover {
  color: #ffffff;
  background: #3157f5;
  border-color: #3157f5;
  transform: translateY(-2px);
}

/* FORM CARD */
.contact-form-card {
  padding: 22px 24px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(0, 9, 55, 0.18);
}

/* FORM GROUP */
.contact-form-group {
  margin-bottom: 11px;
}

.contact-form-group label,
.contact-main-label {
  display:block;
  margin-bottom: 5px;
  color: #111827;
  font-size: 11.5px;
  font-weight: 700;
}

.contact-form-group label span,
.contact-main-label span {
  color: #EF4444;
}

/* SERVICE OPTIONS */
.service-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.service-option {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.service-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.service-option-content {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 8px;
  color: #303848 !important;
  background: #ffffff;
  border: 1px solid #3157f5;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.service-option-content > i:first-child {
  color: #3157f5;
  font-size: 11px;
}

.option-check {
  display: none;
  color: #ffffff;
}

/* Active */
.service-option input:checked + .service-option-content {
  color: #ffffff !important;
  background: #3157f5;
  box-shadow: 0 5px 14px rgba(49, 87, 245, 0.2);
}

.service-option input:checked +
.service-option-content > i:first-child {
  color: #ffffff;
}

.service-option input:checked +
.service-option-content .option-check {
  display: inline-block;
}

/* INPUT WRAPPER */
.contact-input-wrap {
  position: relative;
}

.contact-input-wrap > i {
  position: absolute;
  top: 50%;
  left: 11px;
  z-index: 2;
  color: #a4adbc;
  font-size: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* INPUTS */
.contact-input,
.phone-country-code {
  min-height: 36px;
  color: #1f2937;
  background: #ffffff;
  border: 1px solid #e0e5ee;
  border-radius: 4px;
  font-size: 11px;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-input {
  padding: 7px 10px 7px 31px;
}

.contact-input::placeholder,
.contact-message::placeholder {
  color: #aab2bf;
}

.contact-input:focus,
.phone-country-code:focus,
.contact-message:focus {
  border-color: #3157f5;
  box-shadow: 0 0 0 2px rgba(49, 87, 245, 0.09);
  outline: none;
}

/* PHONE */

.phone-input-group {
  display: flex;
}

.phone-country-code {
  flex: 0 0 86px;
  max-width: 86px;
  padding-inline: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.phone-number-input {
  padding-left: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

/* MESSAGE */
.contact-message-wrap {
  position: relative;
}

.contact-message {
  min-height: 76px;
  resize: vertical;
  padding: 9px 11px 23px;
  color: #1f2937;
  background: #ffffff;
  border: 1px solid #e0e5ee;
  border-radius: 4px;
  font-size: 11px;
  box-shadow: none;
}

.message-counter {
  position: absolute;
  right: 9px;
  bottom: 6px;
  color: #9ba4b2;
  font-size: 8.5px;
}

/* FORM FOOTER */
.contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 2px;
}

.contact-submit-btn {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;
  padding: 7px 24px;
  color: #ffffff;
  background: #314DDF;
  border: 0;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 7px 18px rgba(49, 87, 245, 0.2);
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.contact-submit-btn:hover {
  background: #2343d0;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(49, 87, 245, 0.28);
}

.contact-privacy-text {
  margin: 0;
  color: #2C3E50;
  font-size: 12px !important;
  line-height: 1.4;
}

.contact-privacy-text i {
  margin-right: 4px;
  color: #3157f5;
}

/* VALIDATION */
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.invalid-feedback {
  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;
  }
  .trusted-wrapper {

    align-items: flex-start;
}
  .trusted-text {
    min-width: auto;
}
   .trusted-logos {
    gap: 40px;
}
   .company-logo {
    height: 30px;
}
}

/* 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 (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;
  }
  
   .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;
  }
  .trusted-wrapper {
    gap: 25px;
  }

  .trusted-text {
    flex-basis: 210px;
    max-width: 210px;
    font-size: 15px;
  }

  .trusted-logo-group {
    gap: 50px;
    padding-right: 50px;
  }

  .company-logo {
    height: 42px;
    max-width: 130px;
  }
  .who-we-are-section {
    padding: 60px 0;
  }

  .about-content {
    max-width: 100%;
    text-align: center;
  }

  .about-description {
    max-width: 720px;
    margin-inline: auto;
  }

  .stats-grid {
    max-width: 560px;
    margin-inline: auto;
    gap: 28px 22px;
  }

  .stat-circle {
    width: 120px;
    height: 120px;
  }
  .who-we-help-section {
    padding: 65px 0;
  }

  .who-we-help-section .section-heading {
    margin-bottom: 32px;
  }

  .help-card {
    min-height: 150px;
    padding: 22px 18px;
  }
  .featured-case-section {
    padding: 65px 0;
  }

  .case-study-content {
    padding: 38px 32px;
  }

  .case-study-visual {
    min-height: 390px;
  }

  .device-layout {
    max-width: 620px;
    height: 320px;
  }
  .services-section {
    padding: 68px 0;
  }

  .services-heading {
    margin-bottom: 34px;
  }

  .service-card-body {
    min-height: 280px;
  }
  .industries-section {
    padding: 68px 0;
  }

  .industries-heading {
    margin-bottom: 34px;
  }

  .industry-card {
    min-height: 360px;
  }

  .industry-image {
    height: 225px;
  }
  .testimonial-section {
    padding: 68px 0 62px;
    background-position: center;
  }

  .testimonial-heading {
    margin-bottom: 34px;
  }

  .testimonial-card {
    min-height: auto;
    padding: 40px 38px 60px;
  }

  .testimonial-client {
    padding-inline: 0;
  }

  .testimonial-content {
    max-width: 100%;
    text-align: center;
  }

  .testimonial-quote-icon {
    text-align: center;
  }

  .testimonial-content blockquote {
    font-size: 14px;
  }
   .insights-section {
    padding: 55px 0;
  }

  .insights-heading {
    margin-bottom: 28px;
  }

  .insight-image-wrap {
    height: 190px;
  }

  .insight-card-content {
    min-height: 230px;
  }
  .faq-section {
    padding: 68px 0;
  }

  .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;
  }
   .contact-project-section {
    padding: 52px 0;
  }

  .contact-project-info {
    max-width: 650px;

    margin-inline: auto;

    text-align: center;
  }

  .contact-project-intro {
    max-width: 520px;

    margin-inline: auto;
    margin-bottom: 20px;
  }

  .contact-details-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 5px 22px;

    text-align: left;
  }

  .contact-social-links {
    justify-content: center;
  }

  .contact-form-card {
    padding: 21px 22px;
  }

  .contact-details-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 25px;

    text-align: left;
  }

  .contact-social-links {
    justify-content: center;
  }

  .contact-form-card {
    padding: 28px;
  }
  .estimate-section {
    padding: 62px 0 52px;
  }

  .estimate-heading {
    margin-bottom: 32px;
  }

  .estimate-steps {
    max-width: 820px;
  }

  .estimate-step {
    padding: 13px 16px;
  }

  .estimate-step-content h3 {
    font-size: 10.5px;
  }
  .logo-group-testimonial {
    gap: 55px;
    padding-right: 55px;
  }

  .company-logo {
    height: 44px;
    max-width: 120px;
  }

  .logos-track-testimonial {
    animation-duration: 19s;
  }
}

@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;
}

  .hero-diagonal-line {
    top: 115px;
    left: -50%;
    width: 200%;
    transform: rotate(36deg);
    opacity: 0.35;
  }

  .hero-corner-shape {
    width: 38px;
    height: 38px;
  }
  .trusted-wrapper {
    display: block;
    padding: 18px 0;
  }

  .trusted-text {
    max-width: none;
    margin-bottom: 18px;
    text-align: center;
    font-size: 14px;
  }

  .trusted-text br {
    display: none;
  }

  .trusted-logo-group {
    gap: 40px;
    padding-right: 40px;
  }

  .company-logo {
    height: 36px;
    max-width: 110px;
  }

  .trusted-logos-track {
    animation-duration: 20s;
  }

  .trusted-logos-viewport::before,
  .trusted-logos-viewport::after {
    width: 30px;
  }
  .who-we-are-section {
    padding: 50px 0;
  }

  .about-heading {
    font-size: 30px;
  }

  .about-subtitle {
    margin-bottom: 20px;
  }

  .about-description p {
    font-size: 13.5px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 340px;
    gap: 22px;
  }

  .stat-circle {
    width: 130px;
    height: 130px;
  }

  .stat-circle strong {
    font-size: 23px;
  }

  .stat-circle span {
    font-size: 9.5px;
  }
  .who-we-help-section {
    padding: 55px 0;
  }

  .who-we-help-section .section-heading h2 {
    font-size: 30px;
  }

  .who-we-help-section .section-heading p {
    font-size: 13px;
  }

  .help-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .help-content h3 {
    font-size: 15px;
  }

  .help-content p {
    font-size: 13px;
  }
  .featured-case-section {
    padding: 55px 0;
  }

  .case-section-heading {
    margin-bottom: 30px;
  }

  .case-section-heading h2 {
    font-size: 30px;
  }

  .case-section-heading p {
    font-size: 13px;
  }

  .case-study-card {
    min-height: auto;
  }

  .case-study-content {
    padding: 30px 24px;
  }

  .case-category {
    margin-bottom: 18px;
  }

  .case-study-content h3 {
    font-size: 24px;
  }

  .case-description {
    font-size: 13px;
  }

  .case-study-visual {
    min-height: 330px;
    padding: 24px;
  }

  .device-layout {
    height: 280px;
  }

  .case-slider-navigation {
    gap: 14px;
  }

  .case-slider-btn {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
  .services-section {
    padding: 55px 0;
  }

  .services-heading {
    margin-bottom: 30px;
  }

  .services-heading h2 {
    font-size: 31px;
  }

  .service-card-body {
    min-height: auto;
    padding: 25px 22px;
  }

  .service-card h3 {
    font-size: 17px;
  }

  .service-subtitle {
    min-height: auto;
  }

  .service-description {
    font-size: 13px;
  }
  .industries-section {
    padding: 55px 0;
  }

  .industries-heading h2 {
    font-size: 31px;
  }

  .industries-heading p {
    font-size: 13px;
  }

  .industry-card {
    min-height: 390px;
  }

  .industry-image {
    height: 245px;
  }

  .industry-content h3 {
    font-size: 16px;
  }

  .industry-content p {
    font-size: 13px;
  }
  .testimonial-section {
    padding: 55px 0;
    background-size: cover;
    background-position: center;
  }

  .testimonial-heading {
    margin-bottom: 30px;
  }

  .testimonial-heading h2 {
    font-size: 30px;
  }

  .testimonial-heading p {
    font-size: 12.5px;
  }

  .testimonial-card {
    padding: 32px 23px 58px;
    border-radius: 14px;
  }

  .testimonial-avatar {
    width: 66px;
    height: 66px;
    margin-bottom: 15px;
  }

  .testimonial-client h3 {
    font-size: 14px;
  }

  .testimonial-content blockquote {
    font-size: 13.5px;
    line-height: 1.75;
  }

  .testimonial-quote-icon {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .testimonial-indicators {
    bottom: 18px;
  }
  .insights-section {
    padding: 48px 0;
  }

  .insights-heading h2 {
    font-size: 30px;
  }

  .insights-heading p {
    font-size: 14px;
  }

  .insight-image-wrap {
    height: 200px;
  }

  .insight-card-content {
    min-height: auto;

    padding: 17px;
  }

  .insight-card h3 {
    font-size: 17px;
  }

  .insight-description {
    font-size: 13px;
  }

  .insights-view-all {
    margin-top: 26px;
  }
  .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;
  }
  .contact-project-section {
    padding: 44px 0;
  }

  .contact-project-info h2 {
    font-size: 29px;
  }

  .contact-project-intro {
    font-size: 14px;
  }

  .contact-details-list {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 18px;
  }

  .service-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-submit-btn {
    width: 100%;

    min-height: 38px;
  }

  .contact-privacy-text {
    text-align: center;
  }

  .contact-details-list {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .service-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-submit-btn {
    width: 100%;
    min-height: 44px;
  }

  .contact-privacy-text {
    text-align: center;
    line-height: 1.5;
  }
  .estimate-section {
    padding: 52px 0 45px;
  }

  .estimate-heading {
    margin-bottom: 28px;
  }

  .estimate-heading h2 {
    font-size: 30px;
  }

  .estimate-heading p {
    font-size: 12px;
  }

  .estimate-main-btn {
    width: 100%;
    max-width: 280px;
  }

  .estimate-steps {
    grid-template-columns: 1fr;
    border-radius: 9px;
  }

  .estimate-step {
    min-height: 68px;
    padding: 15px 18px;
  }

  .estimate-step:not(:last-child)::after {
    top: auto;
    left: 18px;
    right: 18px;
    bottom: 0;

    width: auto;
    height: 1px;
  }

  .estimate-step-content h3 {
    font-size: 12px;
  }

  .estimate-step-content p {
    font-size: 9px;
  }
   .client-logos-testimonial {
    padding: 18px 0;
  }

  .logo-group-testimonial {
    gap: 40px;
    padding-right: 40px;
  }

  .company-logo {
    height: 36px;
    max-width: 105px;
  }

  .logos-track-testimonial {
    animation-duration: 16s;
  }

  .client-logos-testimonial::before,
  .client-logos-testimonial::after {
    width: 30px;
  }
}

@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: 8px;
    right: 8px;

    padding: 10px 12px;

    border-radius: 7px;
  }

  /*
   After scrolling, don't keep the
   original 146px top spacing.
  */

  .custom-header.is-scrolled {
    top: 6px;

    left: 6px;
    right: 6px;
  }

  .brand-logo {
    width: 145px;
    height: 30px;
  }

  .header-logo-img {
    height: 30px;
    max-width: 145px;
  }

  .brand-logo {
    font-size: 1rem;
  }

  .navbar-toggler {
    padding: 4px 6px;
  }

  .navbar-toggler-icon {
    width: 21px;   
    height: 21px;
  }

  .navbar-collapse {
    max-height: calc(100vh - 90px);

    overflow-y: auto;
  }

  .custom-nav-link {
    padding: 10px !important;

    font-size: 0.9rem;
  }

  .hero-title {
    font-size: 33px;
  }

  .hero-subtitle {
    font-size: 25px;
  }

  .hero-description {
    font-size: 13px;
  }
   
}

@media (max-width: 480px) {
  .who-we-are-section {
    padding: 42px 0;
  }

  .about-heading {
    font-size: 27px;
  }

  .about-description p {
    font-size: 13px;
    line-height: 1.65;
  }

  .about-btn {
    width: 100%;
    max-width: 260px;
  }

  .stats-grid {
    max-width: 290px;
    gap: 16px;
  }

  .stat-circle {
    width: 120px;
    height: 120px;
  }
   .help-card {
    gap: 14px;
  }

  .help-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }
  .case-study-content {
    padding: 26px 20px;
  }

  .case-results {
    gap: 24px;
  }

  .case-study-btn {
    width: 100%;
  }

  .case-study-visual {
    min-height: 280px;
  }

  .device-layout {
    height: 230px;
  }

  .case-slider-navigation {
    align-items: center;
  }
  .services-section {
    padding: 48px 0;
  }

  .service-card-body {
    padding: 23px 20px;
  }
  .testimonial-section {
    padding: 48px 0;
  }

  .testimonial-heading h2 {
    font-size: 27px;
  }

  .testimonial-card {
    padding: 28px 18px 58px;
  }

  .testimonial-content blockquote {
    font-size: 13px;
  }
  .insights-section {
    padding: 42px 0;
  }

  .insight-image-wrap {
    height: 185px;
  }

  .view-all-insights-btn {
    width: 100%;
    max-width: 250px;
  }


  .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;
  }
  .contact-project-section {
    padding: 40px 0;
  }

  .contact-project-info h2 {
    font-size: 27px;
  }

  .service-options {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 16px 14px;
  }

  .service-option-content {
    justify-content: flex-start;

    padding-inline: 12px;
  }

  .contact-input,
  .phone-country-code {
    min-height: 38px;
  }
  .service-options {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 22px 16px;
  }

  .service-option-content {
    justify-content: flex-start;
    padding-inline: 13px;
  }

  .phone-country-code {
    flex-basis: 86px;
    max-width: 86px;
  }
   .estimate-section {
    padding: 46px 0 40px;
  }

  .estimate-heading h2 {
    font-size: 27px;
  }

  .estimate-step {
    padding: 14px 15px;   
  }
}

@media (hover: none) {
  .industry-card:active .industry-image {
    height: 100%;
    transform: scale(1.07);
    filter: brightness(0.5);
  }

  .industry-card:active .industry-overlay {
    opacity: 1;
  }

  .industry-card:active .industry-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px 18px;
    color: #ffffff;
    background: transparent;
  }

  .industry-card:active .industry-content p {
    max-height: 130px;
    margin-top: 12px;
    opacity: 1;
    transform: translateY(0);
  }

  .industry-card:active .industry-link {
    max-height: 40px;
    margin-top: 16px;
    opacity: 1;
    transform: translateY(0);
  }
  
  .insight-card:focus-within {
    background: #0c226d;
    border-color: #0c226d;
  }

  .insight-card:focus-within .insight-card-content {
    background: #0c226d;
  }

  .insight-card:focus-within .insight-hover-arrow {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .logos-track-testimonial {
    animation: none;
  }
}

/* =====================================================
   POLISHED FORMS & RESOURCE MODAL STYLES (STEP 6)
===================================================== */
#resourceDownloadModal .modal-content {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

#resourceDownloadModal .modal-header {
  background: linear-gradient(135deg, #091a3e 0%, #0f2b6b 50%, #1558f0 100%) !important;
}

#resourceDownloadModal .form-control {
  border: 1.5px solid #e2e8f0;
  transition: all 0.2s ease;
  font-size: 14.5px;
}

#resourceDownloadModal .form-control:focus,
.contact-enquiry-input:focus,
.contact-enquiry-select:focus,
.contact-enquiry-message:focus,
.project-info-field input:focus,
.project-info-textarea-wrap textarea:focus {
  border-color: var(--primary, #1558f0) !important;
  box-shadow: 0 0 0 3.5px rgba(21, 88, 240, 0.12) !important;
  outline: none;
}

.resource-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary, #1558f0);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.resource-download-btn:hover {
  background: #0b3baa;
  transform: translateY(-1.5px);
  box-shadow: 0 6px 18px rgba(21, 88, 240, 0.25);
  color: #ffffff !important;
}

.resource-download-card {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.resource-download-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(10, 23, 53, 0.08);
  border-color: #cbd5e1;
}

.resource-download-card .resource-card-image-wrap {
  background: #f8fafc;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f1f5f9;
}

.resource-download-card .resource-card-image-wrap img {
  max-height: 180px;
  width: auto;
  object-fit: contain;
}

.resource-download-card .resource-card-content {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.resource-download-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a1735;
  margin-bottom: 10px;
}

.resource-download-card .resource-card-description {
  font-size: 14.5px;
  color: #5f6980;
  margin-bottom: 18px;
  line-height: 1.6;
}

.resource-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 12px;
  margin-bottom: 20px;
}

.resource-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #334155;
}

.resource-feature-item i {
  color: #16a34a;
  font-size: 12px;
}

.resource-best-for {
  font-size: 13px;
  color: #64748b;
  background: #f8fafc;
  padding: 8px 14px;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 3px solid #0284c7;
}

/* Button & Alert Polish */
.alert-success {
  background-color: #f0fdf4 !important;
  color: #166534 !important;
  border: 1px solid #bbf7d0 !important;
  font-size: 14.5px;
  font-weight: 500;
}

.btn-primary:focus, .btn-primary:active {
  box-shadow: 0 0 0 3px rgba(21, 88, 240, 0.3) !important;
}

@media (max-width: 767.98px) {
  .resource-feature-grid {
    grid-template-columns: 1fr;
  }
  .resource-card-action {
    flex-direction: column;
    align-items: stretch !important;
  }
  .resource-card-action .resource-download-btn,
  .resource-card-action .btn {
    width: 100%;
    justify-content: center;
  }
}

/* CONTACT FORM 7 STYLES */
.contact-cf7-wrapper .wpcf7-form p {
  margin-bottom: 14px;
}
.contact-cf7-wrapper .wpcf7-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}
.contact-cf7-wrapper .wpcf7-form input[type="text"],
.contact-cf7-wrapper .wpcf7-form input[type="email"],
.contact-cf7-wrapper .wpcf7-form input[type="tel"],
.contact-cf7-wrapper .wpcf7-form input[type="url"],
.contact-cf7-wrapper .wpcf7-form textarea,
.contact-cf7-wrapper .wpcf7-form select {
  width: 100%;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #d9e0eb;
  border-radius: 6px;
  font-size: 13px;
  color: #111827;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-cf7-wrapper .wpcf7-form input[type="text"]:focus,
.contact-cf7-wrapper .wpcf7-form input[type="email"]:focus,
.contact-cf7-wrapper .wpcf7-form input[type="tel"]:focus,
.contact-cf7-wrapper .wpcf7-form textarea:focus,
.contact-cf7-wrapper .wpcf7-form select:focus {
  border-color: #3157f5;
  box-shadow: 0 0 0 3px rgba(49, 87, 245, 0.15);
}
.contact-cf7-wrapper .wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background: #3157f5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.contact-cf7-wrapper .wpcf7-form input[type="submit"]:hover {
  background: #2041d8;
  transform: translateY(-1px);
}
.contact-cf7-wrapper .wpcf7-response-output {
  margin-top: 14px;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 13px;
}