.elementor-806 .elementor-element.elementor-element-3c7e3aa{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0b611b9 */.sman-sejarah {
  --navy: #0b1f3a;
  --navy-2: #102d4d;
  --yellow: #f5c542;
  --text: #172033;
  --muted: #687589;
  --soft: #f6f8fb;
  --border: #e5eaf0;

  padding: 100px 0;
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
}

.sman-container {
  width: min(1160px, 92%);
  margin: auto;
}


/* HEADING */

.sman-section-heading {
  max-width: 720px;
  margin-bottom: 60px;
}

.sman-section-heading > span,
.sman-development-heading > span,
.sman-highlight > div:first-child > span {
  display: inline-block;
  color: #9a7410;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.sman-section-heading h2 {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  color: var(--navy);
}

.sman-section-heading h2 strong {
  color: #c2940d;
}

.sman-section-heading p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
}


/* INTRO */

.sman-history-intro {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 55px;
  align-items: stretch;
  margin-bottom: 100px;
}


/* YEAR */

.sman-year-card {
  min-height: 330px;
  border-radius: 24px;
  background:
    linear-gradient(
      145deg,
      var(--navy),
      var(--navy-2)
    );

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: relative;
  overflow: hidden;
}

.sman-year-card::after {
  content: "";
  position: absolute;

  width: 260px;
  height: 260px;

  border-radius: 50%;

  border: 45px solid rgba(245, 197, 66, .08);

  right: -100px;
  bottom: -100px;
}

.sman-year {
  color: var(--yellow);
  font-family: Poppins, sans-serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.sman-year-label {
  margin-top: 12px;
  color: white;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
}


/* CONTENT */

.sman-history-content h3 {
  margin: 0 0 15px;

  font-family: Poppins, sans-serif;
  font-size: 30px;

  color: var(--navy);
}

.sman-history-content > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}


/* INFO */

.sman-info-grid {
  margin-top: 30px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.sman-info {
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 17px;

  border: 1px solid var(--border);
  border-radius: 12px;

  background: #fff;
}

.sman-info-icon {
  width: 42px;
  height: 42px;

  border-radius: 10px;

  display: grid;
  place-items: center;

  background: #fff7d8;

  font-size: 18px;
}

.sman-info small {
  display: block;

  color: #8a95a5;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 1px;
}

.sman-info strong {
  display: block;

  margin-top: 3px;

  color: var(--navy);

  font-size: 14px;
}


/* DEVELOPMENT */

.sman-development {
  padding: 60px;

  border-radius: 24px;

  background: var(--soft);
}

.sman-development-heading h3 {
  margin: 0;

  font-family: Poppins, sans-serif;

  font-size: 32px;

  color: var(--navy);
}


/* TIMELINE */

.sman-timeline {
  margin-top: 50px;

  position: relative;
}

.sman-timeline::before {
  content: "";

  position: absolute;

  left: 72px;
  top: 10px;
  bottom: 10px;

  width: 2px;

  background: #d9e0e8;
}

.sman-timeline-item {
  display: grid;

  grid-template-columns: 120px 1fr;

  position: relative;

  margin-bottom: 45px;
}

.sman-timeline-item:last-child {
  margin-bottom: 0;
}

.sman-timeline-year {
  font-family: Poppins, sans-serif;

  font-size: 15px;
  font-weight: 800;

  color: var(--navy);

  padding-top: 6px;
}

.sman-dot {
  position: absolute;

  left: 66px;
  top: 4px;

  width: 14px;
  height: 14px;

  border-radius: 50%;

  background: var(--yellow);

  border: 3px solid white;

  box-shadow: 0 0 0 2px var(--yellow);

  z-index: 2;
}

.sman-timeline-card {
  background: white;

  padding: 25px 30px;

  border-radius: 15px;

  border: 1px solid var(--border);
}

.sman-timeline-card h4 {
  margin: 0 0 8px;

  font-family: Poppins, sans-serif;

  font-size: 20px;

  color: var(--navy);
}

.sman-timeline-card p {
  margin: 0;

  color: var(--muted);

  line-height: 1.8;
}


/* HIGHLIGHT */

.sman-highlight {
  margin-top: 60px;

  padding: 45px 50px;

  border-radius: 22px;

  background: var(--yellow);

  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 30px;
}

.sman-highlight h3 {
  margin: 0;

  max-width: 650px;

  font-family: Poppins, sans-serif;

  font-size: 30px;

  line-height: 1.3;

  color: var(--navy);
}

.sman-highlight h3 strong {
  color: #72550a;
}

.sman-highlight-number {
  text-align: center;
}

.sman-highlight-number strong {
  display: block;

  font-family: Poppins, sans-serif;

  font-size: 52px;

  line-height: 1;

  color: var(--navy);
}

.sman-highlight-number span {
  display: block;

  margin-top: 7px;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 1px;

  color: #5e4a0d;
}


/* RESPONSIVE */

@media (max-width: 900px) {

  .sman-history-intro {
    grid-template-columns: 1fr;
  }

  .sman-year-card {
    min-height: 230px;
  }

  .sman-development {
    padding: 40px 30px;
  }

}


@media (max-width: 600px) {

  .sman-sejarah {
    padding: 70px 0;
  }

  .sman-info-grid {
    grid-template-columns: 1fr;
  }

  .sman-development {
    padding: 30px 20px;
  }

  .sman-timeline::before {
    left: 7px;
  }

  .sman-timeline-item {
    display: block;

    padding-left: 30px;
  }

  .sman-timeline-year {
    margin-bottom: 10px;
  }

  .sman-dot {
    left: 0;
  }

  .sman-highlight {
    padding: 35px 25px;

    flex-direction: column;

    align-items: flex-start;
  }

  .sman-highlight h3 {
    font-size: 25px;
  }

}/* End custom CSS */