body {
  font-family: Inter, sans-serif;
  background: #f7f9fc;
}

/* HERO */

.erp-hero {
  padding: 120px 60px 0px;
  background: url("../images/About-us/aboutsection/about-bg-hero.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.hero-tag {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #222222;
  display: block;
  margin-bottom: 15px;
}

.erp-hero h1 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.erp-hero p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 29.25px;
  letter-spacing: 0px;
  color: #364052;
  width: 622px;
}

.hero-btn {
  background: #2166ff;
  color: #fff;
  padding: 12px 30px;
  margin-top: 15px;
}
.manufacturing-hero {
  width: 100%;
  max-width: 583px;
  max-height: 514px;
  border-radius: 16px;
  /* box-shadow:0 10px 30px rgba(0,0,0,.06); */
  margin-left: 100px;
}

/* Stats */

.stats-section {
  padding: 80px 100px;
}

.stat-item {
  height: 100%;
}

.stat-item img {
  width: 38px;
  height: 40px;
  margin-bottom: 20px;
}

.stat-item h2 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #08363f;
  margin-bottom: 20px;
}

.stat-item h5 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #08363f;
  margin-bottom: 20px;
}

.stat-item p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #343539;
}

/* CAPABILITIES */

.capabilities {
  padding: 80px 100px;
}

.section-titlee {
  margin-bottom: 24px;
}

.section-titlee h2 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.2px;
  text-align: center;
  background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  padding: 0 20px;
}

.core-para {
  margin-bottom: 60px;
}

.section-titlee p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;
  text-align: center;
  color: #6b7280;
}
.big-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.big-card img {
  margin-right: 5px;
}

.big-card h4 {
  font-family: Bricolage Grotesque;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #0f172b;
}

.big-card p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #45556c;
}

.feature-box {
  background: #f3f4f6;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #120d1c;
}

.small-card {
  background: white;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.small-card h4 {
  font-family: Bricolage Grotesque;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}
.small-card p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #45556c;
}

.small-card img {
  margin-bottom: 20px;
}

/* TIMELINE */

.system-flow {
  padding: 100px 0 10px;
  background: #fff;
}

.section-header {
  margin-bottom: 80px;
}

.subtitle {
  font-size: 12px;
  font-weight: 700;
  color: #2563ff;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 56px;
  font-weight: 800;
  color: #14213d;
}

.flow-timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.flow-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translateX(-50%);
  width: 2px;
  height: 83%;
  background: #e5e7eb;
}

.flow-item {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  position: relative;
  margin-bottom: 70px;
}

.center-line {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.dot {
  width: 18px;
  height: 18px;
  background: #2563ff;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 4px 15px rgba(37, 99, 255, 0.35);
}

.content.left {
  text-align: right;
  padding-right: 60px;
}

.content.right {
  text-align: left;
  padding-left: 60px;
}

.content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.content p {
  font-size: 18px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

.icon-side {
  padding-left: 60px;
}

.left-icon {
  text-align: right;
  padding-right: 60px;
  padding-left: 0;
}

.icon-side img,
.left-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.timeline-section {
  padding: 80px 0 0;
}

.subtitle {
  color: #0659f5;
  font-family: Space Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
}

.section-header h2 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.2px;
  text-align: center;
  padding-top: 20px;
}

/* .timeline{
    position:relative;
    width:4px;
    background:#2166ff;
    margin:auto;
    height:450px;
} */

.timeline-item h4 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: right;
  color: #120d1c;
}

.timeline-item p {
  color: #666070;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
  max-width: 280px;
}

.flow-item h4 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}

.flow-item p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.timeline-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0659f5;
  margin: 90px auto;
  margin-left: -7px;
}

.timeline-item {
  width: 250px;
  position: absolute;
}

.timeline-item.left {
  right: 60px;
}

.timeline-item.right {
  left: 60px;
}

/* WHY ERP */

.why-erp {
  padding: 80px 80px 240px;
}

.why-card {
  background: white;
  padding: 30px;
  border-radius: 18px;
  height: 100%;
  height: 240px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.why-card h4 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0a0a0a;
}

.why-card p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4a5565;
}

.why-card img {
  margin-bottom: 20px;
  max-height: 60px;
}
.centerr-image {
  background: #d9ebff;
  /* width: 100% !important;
    height: 390px !important; */
  object-fit: cover !important;
  display: block;
  border-radius: 10px;
  justify-content: center;
  /* margin-top: 40px; */
  height: 100%;
  height: 504px;
  border-radius: 10px;
}

.img-fluidd {
  width: 100% !important;
  height: 390px !important;
  object-fit: cover !important;
  display: block;
  border-radius: 10px;
  justify-content: center;
  /* margin-top: 40px; */
  position: relative;
  top: 55px;
}

/* Responsive */

@media (max-width: 991px) {
  .flow-timeline::before {
    left: 30px;
  }

  .flow-item {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }

  .center-line {
    grid-row: 1;
    grid-column: 1;
  }

  .content.left,
  .content.right {
    text-align: left;
    padding: 0;
  }

  .icon-side,
  .left-icon {
    display: none;
  }

  .section-header h2 {
    font-size: 40px;
  }
}
/* ==========================
   TABLET (991px and below)
========================== */
@media (max-width: 991px) {
  .erp-hero,
  .stats-section,
  .capabilities,
  .why-erp {
    padding-left: 30px;
    padding-right: 30px;
  }

  .erp-hero {
    padding-top: 120px;
    text-align: center;
  }

  .erp-hero p {
    width: 100%;
  }

  .manufacturing-hero {
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%;
  }

  .section-titlee h2,
  .section-header h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .why-card {
    height: auto;
  }

  .centerr-image {
    height: auto;
    margin: 30px 0;
  }

  .img-fluidd {
    position: static;
    height: auto !important;
    width: 100%;
  }
}

/* ==========================
   MOBILE (767px and below)
========================== */
@media (max-width: 767px) {
  .erp-hero {
    padding: 110px 20px 40px;
  }

  .hero-tag {
    font-size: 18px;
  }

  .erp-hero h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .erp-hero p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }

  .hero-btn {
    width: 100%;
    max-width: 250px;
  }

  .stats-section {
    padding: 50px 20px;
  }

  .stat-item {
    text-align: center;
    margin-bottom: 35px;
  }

  .stat-item h2 {
    font-size: 36px;
  }

  .stat-item h5 {
    font-size: 20px;
  }

  .capabilities {
    padding: 50px 20px;
  }

  .big-card,
  .small-card {
    padding: 25px;
  }

  .section-titlee h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section-titlee p {
    font-size: 16px;
    line-height: 26px;
  }

  .core-para {
    margin-bottom: 30px;
  }

  .feature-box {
    font-size: 13px;
    padding: 12px;
  }

  .system-flow {
    padding: 60px 20px;
  }

  .section-header {
    margin-bottom: 50px;
  }

  .section-header h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .flow-timeline::before {
    left: 18px;
    height: 85%;
  }

  .flow-item {
    grid-template-columns: 40px 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }

  .flow-item h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .flow-item p {
    font-size: 14px;
    line-height: 22px;
  }

  .why-erp {
    padding: 50px 20px 80px;
  }

  .why-card {
    padding: 20px;
    margin-bottom: 20px;
    height: auto;
  }

  .why-card img {
    max-height: 50px;
  }

  .centerr-image {
    height: auto;
    padding: 20px;
  }

  .img-fluidd {
    width: 100%;
    height: auto !important;
    top: 0;
  }

  .footer-ctam h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .footer-ctam p {
    font-size: 16px;
  }
}

/* ==========================
   SMALL MOBILE (480px)
========================== */
@media (max-width: 480px) {
  .erp-hero h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .hero-tag {
    font-size: 16px;
  }

  .section-titlee h2,
  .section-header h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .stat-item h2 {
    font-size: 30px;
  }

  .big-card,
  .small-card,
  .why-card {
    padding: 18px;
  }

  .feature-box {
    font-size: 12px;
  }

  .flow-timeline::before {
    left: 16px;
  }

  .dot {
    width: 14px;
    height: 14px;
  }
}
