.mdm-hero {
  background-color: #1c1c34;
  padding: 100px 0;
  text-align: center;
  position: relative;
  background-image:
    url(https://syncari.com/wp-content/uploads/2026/03/Modern-2.png),
    url(https://syncari.com/wp-content/uploads/2026/04/Blue-BG-Image.jpg);
  background-repeat: no-repeat;
  background-size: cover, 80%;
  background-blend-mode: lighten;
  background-position:
    top left,
    center 110%;
}

.mdm-hero h1 {
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
}

.mdm-hero p {
  color: #ffffff;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.mdm-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

/* Container */

.mdm-btn {
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
}
.mdm-primary {
  background: #efeeec;
  color: black;
}
.mdm-primary:hover {
  text-decoration: none;
  background: #b9b7b6;
  color: #000000;
  transition: 1s ease;
}
.foundation .mdm-primary:hover {
  background: rgb(129 151 235);
}
.mdm-secondary {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)),
    rgba(255, 255, 255, 0.15);
  color: white !important;
  display: none;
}

.mdm-icon-partners {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 20px;
  margin-top: 50px;
}

/* ---------second section --------------- */

.pill {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 16px 6px 6px;
  gap: 10px;
  isolation: isolate;
  border-radius: 40px;
  background: linear-gradient(
    0.23deg,
    rgba(79, 26, 214, 0.08) 0%,
    rgba(153, 153, 153, 0.1) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e9ecff;
  font-size: 16px;
}

.pill-icon {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e59f6;
}

.pill-icon svg {
  width: 16px;
  height: 16px;
}
.mdm-industrial-complex {
  background-color: #1c1c34;
}

.common-section {
  padding: 80px 0;
  text-align: center;
}

.common-section h2 {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  max-width: 800px;
  margin: auto;
  padding: 30px 0;
}

.mdm-industrial-complex .subtitle {
  color: #bbbbbb;
  max-width: 620px;
  margin: auto;
  margin-bottom: 60px;
  font-size: 18px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.mdm-industrial-complex .card {
  background: #25273d;
  padding: 30px;
  border-radius: 14px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.mdm-industrial-complex h3 {
  margin-bottom: 0;
}
.mdm-industrial-complex h3,
.mdm-industrial-complex p,
.agentic p {
  color: #ffffff;
}
.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e59f6;
}

/* ---------second section --------------- */

/* ---------third section --------------- */

.agentic {
  background: #1c1c34;
  background-image: url("https://syncari.com/wp-content/uploads/2026/04/Group-4.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

/* .pillar-outer-grid {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px;
} */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px;
}

.agentic .pillar-grid h3 {
  padding: 20px 0 5px;
}

.pillar {
  background: rgba(37, 39, 61, 1);
  padding: 30px;
  border-radius: 30px;
  text-align: left;
  background-image: url(https://syncari.com/wp-content/uploads/2026/04/bg-pillar.png);
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
  background-size: cover;
  display: table;
}
.pinner-inner strong {
  margin-right: 7px;
}
.agentic .subtitle,
.steps .subtitle {
  color: #bbbbbb;
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
  font-size: 18px;
}

.card-pill-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-pill-wrap .card-icon {
  border-radius: 10px;
}
.card-pill-wrap .pill {
  padding: 6px 16px;
  line-height: 26px;
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(97, 97, 97, 0.09) 100%
  );
}
.pillar-grid h3 {
  color: #ffffff;
  padding: 20px 0;
}
.pillar-grid p {
  color: #bbc6dc;
}
.position-des {
  font-size: 14px;
  display: table-footer-group;
  align-items: baseline;
  flex-direction: column;
}
.pillar-btn {
  /* background: rgba(46, 89, 246, 0.5);
  border-radius: 10px; */
  /* display: flex; */
  font-size: 14px;
  display: table-footer-group;
  /* flex-direction: row;
  gap: 15px;
  align-items: center; */
  /* padding: 10px 18px; */
  isolation: isolate;
  /* position: absolute; */
  /* bottom: 0; */
  /* border: 2px solid rgba(255, 255, 255, 0.15); */
}
.pinner-inner {
  background: rgba(46, 89, 246, 0.5);
  border-radius: 10px;
  padding: 10px 13px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  color: #ffffff;
}

.pillar-btn strong {
  color: #ffffff;
}
.pillar-btn span {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
/* STEPS */
/* ---------third section --------------- */

/* ---------fourth section --------------- */

.steps {
  background-color: #1c1c34;
  background-image: url("https://syncari.com/wp-content/uploads/2026/04/light.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.steps h3 {
  color: #ffffff;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px;
}

.step {
  background: rgba(37, 39, 61, 1);
  padding: 35px;
  border-radius: 16px;
}

.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2c63ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
.steps-grid p {
  color: #ffffff;
}

/* ---------fourth section --------------- */
/* ---------fifth section --------------- */

.compare .pill {
  background: #1d1d34;
  color: #ffffff;
}
.compare {
  background: linear-gradient(
    236.57deg,
    #25273d -26.62%,
    #ffffff 53.03%,
    #25273d 140.84%
  );
  color: #111;
}
.compare h2 {
  color: rgba(28, 30, 53, 1) !important;
  -webkit-text-fill-color: unset;
}
.compare .subtitle {
  color: rgba(106, 106, 106, 1);
  max-width: 550px;
  margin: auto;
  margin-bottom: 60px;
  font-size: 18px;
}

/* .table-wrapper {
  overflow-x: auto;
} */

.compare table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  min-width: 700px;
  text-align: left;
}

.compare th {
  background: rgba(218, 230, 255, 1);
  color: rgba(85, 85, 85, 1);
  padding: 14px;
  font-weight: 600;
}

.compare td {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.compare tr {
  background: rgb(28 30 53);
  color: rgba(255, 255, 255, 1);
  text-align: left;
}

.highlight {
  color: rgba(114, 185, 70, 1);
  font-weight: 600;
}
/* ---------Fifth section --------------- */

/* ---------Sixth section --------------- */

.architexture {
  background-color: #1c1c34;
}
.container.architexture-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.architexture-left {
  width: 50%;
  text-align: left;
}
.architexture-left .subtitle {
  color: rgba(136, 146, 184, 1);
  font-size: 16px;
}

a.arch-btn {
  background: rgba(46, 89, 246, 0.08);
  border: 1px solid rgba(46, 89, 246, 0.15);
  border-radius: 8px;
  padding: 8px 16px;
  margin-top: 16px;
  display: inline-block;
  color: rgba(143, 204, 96, 1);
}
a.arch-btn:hover {
  text-decoration: none;
}

/* ---------Sixth section --------------- */

/* ---------Seventh section --------------- */

.outcome {
  background: #1c1c34;
}
.outcome .subtitle {
  color: #bbbbbb;
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
  font-size: 18px;
}
.outcome .pillar-grid {
  border: none;
  padding: 0px;
}

/* Seperator */
.pillar hr {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* ---------Seventh section --------------- */

/* ---------Eight section --------------- */

.cost {
  background-color: #1c1c34;
}
.inaction {
  background: rgba(29, 33, 68, 1);
  background-image: url(https://syncari.com/wp-content/uploads/2026/04/bg-pillar.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 18px;
}
.cost .subtitle {
  color: #bbbbbb;
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
  font-size: 18px;
}
.inaction h2 {
  max-width: 780px;
}
.cost-img-text-repeat {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 18px;
  color: rgba(187, 187, 187, 1);
  text-align: left;
  border-bottom: 1px solid rgba(187, 187, 187, 1);
  padding: 30px 0;
}
.cost-img-text-repeat:first-child {
  padding-top: 0;
}
.cost-img-text-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.cost-img-text-repeat strong {
  color: #ffffff;
}

/* ---------Eight section --------------- */

/* ---------Nine section --------------- */

.foundation {
  background: rgba(37, 39, 61, 1);
  background-image: url(https://syncari.com/wp-content/uploads/2026/04/Group-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
}
.foundation h2 {
  padding-top: 0px;
  width: 569px;
}
.foundation .mdm-primary {
  background: rgba(46, 89, 246, 1);
  color: #ffffff !important;
}

/* ---------Nine section --------------- */

/* MOBILE */

@media (max-width: 992px) {
  .mdm-hero h1 {
    font-size: 38px;
  }

  .pillar-grid,
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mdm-hero {
    background-image:
      url(https://syncari.com/wp-content/uploads/2026/03/Modern-2.png),
      url(https://syncari.com/wp-content/uploads/2026/04/Blue-BG-Image.jpg);
    background-size: cover, 120%;
  }
  .foundation {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .pillar-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .mdm-hero {
    padding: 80px 0;
  }

  .mdm-hero h1 {
    font-size: 30px;
  }

  .common-section h2 {
    font-size: 28px;
  }
  .mdm-hero p {
    font-size: 16px;
  }
  .mdm-icon-partners {
    gap: 10px;
  }
  .subtitle {
    font-size: 16px !important;
  }
  .table-wrapper {
    overflow-x: scroll;
  }
  .compare .subtitle {
    margin-bottom: 0px;
  }
  .agentic .subtitle,
  .steps .subtitle,
  .mdm-industrial-complex .subtitle {
    margin-bottom: 30px;
  }
  .container.architexture-split {
    flex-direction: column;
    gap: 40px;
  }
  .architexture-left {
    width: 100%;
  }
  .foundation h2 {
    padding-top: 0px;
    width: 100%;
  }
  .mdm-hero {
    background-image:
      url(https://syncari.com/wp-content/uploads/2026/03/Modern-2.png),
      url(https://syncari.com/wp-content/uploads/2026/04/Blue-BG-Image.jpg);
    background-size: cover, 160%;
  }
}
@media (max-width: 550px) {
  .cost-img-text-repeat {
    font-size: 16px;
  }
  .mdm-hero {
    background-image:
      url(https://syncari.com/wp-content/uploads/2026/03/Modern-2.png),
      url(https://syncari.com/wp-content/uploads/2026/04/Blue-BG-Image.jpg);
    background-size: cover, 320%;
  }
  .slick-initialized .slick-slide {
    margin: 0 10px;
  }
}
