.elementor-3905 .elementor-element.elementor-element-39bc8a9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6a4251b */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* SECTION */
.serprof-progress-section {
  width: 100%;
  padding: 34px 36px;
  background:
    radial-gradient(circle at top right, rgba(0, 87, 217, 0.08), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

/* HEADER */
.serprof-header {
  margin-bottom: 26px;
}

.serprof-header h1 {
  color: #071b4d;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 8px;
}

.serprof-header p {
  color: #64748b;
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

/* LAYOUT ATAS */
.serprof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 20px;
  align-items: stretch;
}

.serprof-main {
  min-width: 0;
}

/* CARD UMUM */
.progress-summary-card,
.process-card,
.side-card,
.trust-card {
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

/* RINGKASAN PROGRES */
.progress-summary-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  padding: 28px 32px;
  align-items: center;
  width: 100%;
  height: 100%;
}

.progress-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: conic-gradient(#2f80ed var(--progress), #e5eaf1 0);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  position: relative;
}

.progress-circle::before {
  content: "";
  width: 108px;
  height: 108px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
}

.progress-circle-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.progress-circle-inner strong {
  display: block;
  color: #071b4d;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}

.progress-circle-inner span {
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

.progress-summary-content {
  min-width: 0;
}

.progress-summary-content h2 {
  color: #071b4d;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 18px;
}

/* PROGRESS BAR */
.progress-bar-area {
  display: grid;
  grid-template-columns: 1fr 44px;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.progress-bar {
  width: 100%;
  height: 14px;
  background: #e5eaf1;
  border-radius: 999px;
  overflow: hidden;
}

.progress-bar span {
  display: block;
  width: var(--progress);
  height: 100%;
  background: linear-gradient(90deg, #0057d9, #2f80ed);
  border-radius: 999px;
}

.progress-bar-area strong {
  color: #0057d9;
  font-size: 16px;
  font-weight: 900;
}

/* SUMMARY BOX */
.summary-box-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.summary-box {
  border-radius: 12px;
  padding: 16px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid #e5eaf1;
  min-width: 0;
}

.summary-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
}

.summary-box strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
}

.summary-box span {
  color: #475569;
  font-size: 12.5px;
  font-weight: 600;
}

.summary-box.done {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.summary-box.done .summary-icon {
  background: #22c55e;
}

.summary-box.done strong {
  color: #16a34a;
}

.summary-box.process {
  background: #fff7ed;
  border-color: #fed7aa;
}

.summary-box.process .summary-icon {
  background: #f59e0b;
}

.summary-box.process strong {
  color: #f59e0b;
}

.summary-box.pending {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.summary-box.pending .summary-icon {
  background: #9ca3af;
}

.summary-box.pending strong {
  color: #475569;
}

/* LEGENDA STATUS */
.serprof-sidebar {
  min-width: 0;
}

.side-card {
  padding: 20px;
}

.legend-card {
  width: 100%;
  height: 100%;
}

.side-card h2 {
  color: #071b4d;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 16px;
}

.legend-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 16px;
}

.legend-item:last-child {
  margin-bottom: 0;
}

.legend-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

.legend-item.done .legend-icon {
  background: #22c55e;
}

.legend-item.process .legend-icon {
  background: #f59e0b;
}

.legend-item.pending .legend-icon {
  background: #9ca3af;
}

.legend-item strong {
  display: block;
  font-size: 12.5px;
  font-weight: 900;
  margin-bottom: 4px;
}

.legend-item.done strong {
  color: #16a34a;
}

.legend-item.process strong {
  color: #f59e0b;
}

.legend-item.pending strong {
  color: #64748b;
}

.legend-item span {
  color: #64748b;
  font-size: 11.5px;
  line-height: 1.45;
}

/* PROCESS GRID LEBAR PENUH */
.process-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
  align-items: stretch;
}

.process-card {
  width: 100%;
  padding: 22px;
  min-width: 0;
}

.process-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.process-label {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #0057d9, #07348f);
  color: #ffffff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 900;
  flex-shrink: 0;
}

.process-card-header h2 {
  color: #07348f;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.process-list {
  display: flex;
  flex-direction: column;
}

.process-step {
  display: grid;
  grid-template-columns: 36px 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e5eaf1;
}

.process-step:last-child {
  border-bottom: none;
}

.step-number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  font-size: 12px;
  font-weight: 900;
}

.step-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.step-content h3 {
  color: #1e293b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-word;
}

.status-done .step-number {
  background: #22c55e;
}

.status-process .step-number {
  background: #f59e0b;
}

.status-pending .step-number {
  background: #9ca3af;
}

.status-badge {
  min-width: 112px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.status-done .status-badge {
  color: #16a34a;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.status-process .status-badge {
  color: #f59e0b;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.status-pending .status-badge {
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

/* BOTTOM GRID */
.serprof-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 20px;
  align-items: stretch;
  margin-top: 22px;
}

.trust-card {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  border-color: #bfdbfe;
  background: linear-gradient(135deg, #ffffff, #eef6ff);
  height: 100%;
}

.trust-icon {
  width: 42px;
  height: 42px;
  background: #0057d9;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-card h3 {
  color: #07348f;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 6px;
}

.trust-card p {
  color: #475569;
  font-size: 13.5px;
  line-height: 1.65;
  text-align: justify;
  text-justify: inter-word;
}

.note-card {
  background: linear-gradient(135deg, #eef6ff, #ffffff);
  border-color: #bfdbfe;
  height: 100%;
}

.note-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.note-icon {
  width: 28px;
  height: 28px;
  background: #0057d9;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex-shrink: 0;
}

.note-card h2 {
  margin-bottom: 0;
}

.note-card p {
  color: #475569;
  font-size: 13px;
  line-height: 1.65;
  text-align: justify;
  text-justify: inter-word;
}

/* HOVER */
.progress-summary-card,
.process-card,
.side-card,
.trust-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.progress-summary-card:hover,
.process-card:hover,
.side-card:hover,
.trust-card:hover {
  transform: translateY(-5px);
  border-color: #93c5fd;
  box-shadow: 0 18px 42px rgba(0, 87, 217, 0.13);
}

/* TABLET */
@media (max-width: 1100px) {
  .serprof-layout {
    grid-template-columns: 1fr;
  }

  .progress-summary-card {
    grid-template-columns: 160px 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .serprof-bottom-grid {
    grid-template-columns: 1fr;
  }
}

/* TABLET KECIL */
@media (max-width: 900px) {
  .summary-box-grid {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .serprof-progress-section {
    padding: 24px 16px;
  }

  .serprof-header h1 {
    font-size: 26px;
  }

  .serprof-header p {
    font-size: 13.5px;
  }

  .progress-summary-card {
    grid-template-columns: 1fr;
    padding: 24px 18px;
    text-align: center;
  }

  .progress-summary-content h2 {
    font-size: 18px;
  }

  .progress-bar-area {
    grid-template-columns: 1fr;
  }

  .progress-bar-area strong {
    text-align: right;
  }

  .summary-box {
    grid-template-columns: 40px 1fr;
    text-align: left;
  }

  .process-grid {
    gap: 16px;
    margin-top: 18px;
  }

  .process-card {
    padding: 18px;
  }

  .process-card-header {
    align-items: flex-start;
  }

  .process-step {
    grid-template-columns: 32px 42px 1fr;
    gap: 10px;
    align-items: start;
  }

  .status-badge {
    grid-column: 3;
    justify-self: flex-start;
    min-width: auto;
    margin-top: 6px;
  }

  .step-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .step-content h3 {
    font-size: 13.5px;
  }

  .trust-card {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .trust-icon {
    justify-self: flex-start;
  }

  .serprof-bottom-grid {
    gap: 16px;
    margin-top: 18px;
  }
}

/* EXTRA SMALL */
@media (max-width: 380px) {
  .serprof-progress-section {
    padding: 20px 12px;
  }

  .serprof-header h1 {
    font-size: 23px;
  }

  .process-step {
    grid-template-columns: 30px 38px 1fr;
  }

  .step-number {
    width: 23px;
    height: 23px;
  }
}/* End custom CSS */