.elementor-1554 .elementor-element.elementor-element-354d546{--display:flex;}/* Start custom CSS for html, class: .elementor-element-baf83f0 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* HERO UTAMA */
.aktif-hero {
  width: 100%;
  min-height: 430px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 620px;
  align-items: center;
  gap: 40px;
  padding: 54px 70px 46px;
  background:
    radial-gradient(circle at 78% 34%, rgba(0, 87, 217, 0.13), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 52%, #ffffff 100%);
}

.aktif-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 100%, rgba(0, 87, 217, 0.08), transparent 28%),
    linear-gradient(120deg, rgba(0, 87, 217, 0.05), transparent 42%);
  pointer-events: none;
}

.aktif-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -110px;
  width: 640px;
  height: 270px;
  background: rgba(0, 87, 217, 0.08);
  border-radius: 50%;
  transform: rotate(-8deg);
}

/* KONTEN KIRI */
.aktif-content {
  position: relative;
  z-index: 3;
}

.aktif-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #5b8cff, #3366f2);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 28px;
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.22);
}

.aktif-badge svg {
  width: 26px;
  height: 26px;
}

.aktif-badge svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aktif-content h1 {
  color: #071b4d;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.6px;
  margin-bottom: 24px;
}

.aktif-content p {
  max-width: 650px;
  color: #1e293b;
  font-size: 21px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 22px;
  text-align: justify;
  text-justify: inter-word;
}

/* VISUAL KANAN */
.aktif-visual {
  position: relative;
  height: 340px;
  z-index: 2;
}

/* CLOUD */
.cloud {
  position: absolute;
  background: #ffffff;
  border-radius: 999px;
  opacity: 0.9;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
}

.cloud-one {
  width: 90px;
  height: 22px;
  left: 28px;
  top: 74px;
}

.cloud-one::before {
  width: 42px;
  height: 42px;
  left: 14px;
  bottom: 3px;
}

.cloud-one::after {
  width: 34px;
  height: 34px;
  right: 10px;
  bottom: 4px;
}

.cloud-two {
  width: 76px;
  height: 18px;
  right: 18px;
  top: 42px;
}

.cloud-two::before {
  width: 30px;
  height: 30px;
  left: 12px;
  bottom: 4px;
}

.cloud-two::after {
  width: 26px;
  height: 26px;
  right: 10px;
  bottom: 4px;
}

/* BUILDING */
.campus-building {
  position: absolute;
  right: 70px;
  bottom: 28px;
  width: 280px;
  height: 250px;
  z-index: 1;
}

.building-roof {
  position: absolute;
  left: 10px;
  top: 0;
  width: 260px;
  height: 60px;
  background: #cfe3ff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.building-body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 205px;
  background: linear-gradient(135deg, #d9ecff, #b7d7ff);
  border-radius: 12px 12px 0 0;
  border-top: 10px solid #9dc3f8;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
}

.building-title {
  width: 210px;
  margin: 18px auto 14px;
  background: #ffffff;
  color: #0057d9;
  text-align: center;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 900;
}

.building-windows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 30px;
}

.building-windows span {
  height: 46px;
  background: #0057d9;
  opacity: 0.65;
  border-radius: 4px;
}

/* CHECK */
.check-bubble {
  position: absolute;
  left: 30px;
  top: 124px;
  width: 58px;
  height: 58px;
  background: #4f83ff;
  color: #ffffff;
  border-radius: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.25);
}

.check-bubble svg {
  width: 34px;
  height: 34px;
}

.check-bubble svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* STUDENT */
.student-figure {
  position: absolute;
  left: 100px;
  bottom: 12px;
  width: 205px;
  height: 315px;
  z-index: 6;
}

.student-head {
  position: absolute;
  left: 76px;
  top: 34px;
  width: 64px;
  height: 72px;
  background: #ffc28a;
  border-radius: 44% 44% 52% 52%;
  z-index: 4;
}

.student-hair {
  position: absolute;
  left: 58px;
  top: 18px;
  width: 92px;
  height: 62px;
  background: #10234d;
  border-radius: 60% 40% 54% 40%;
  transform: rotate(-8deg);
  z-index: 5;
}

.student-hair::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 18px;
  width: 32px;
  height: 28px;
  background: #10234d;
  border-radius: 50%;
}

.student-body {
  position: absolute;
  left: 58px;
  top: 112px;
  width: 104px;
  height: 155px;
  background: #0b54c5;
  border-radius: 36px 36px 14px 14px;
  z-index: 3;
}

.student-body::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 18px;
  width: 10px;
  height: 94px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}

.student-bag {
  position: absolute;
  left: 8px;
  top: 118px;
  width: 82px;
  height: 145px;
  background: #10234d;
  border-radius: 46px 18px 20px 42px;
  z-index: 2;
}

.student-book {
  position: absolute;
  left: 102px;
  bottom: 52px;
  width: 72px;
  height: 104px;
  background: #153d9d;
  border-radius: 8px;
  transform: rotate(-8deg);
  z-index: 7;
  border-left: 8px solid #ffffff;
}

.student-arm {
  position: absolute;
  right: 0;
  top: 148px;
  width: 74px;
  height: 22px;
  background: #ffc28a;
  border-radius: 999px;
  transform: rotate(34deg);
  z-index: 8;
}

.student-arm::after {
  content: "";
  position: absolute;
  right: -14px;
  top: -6px;
  width: 30px;
  height: 30px;
  background: #ffc28a;
  border-radius: 50%;
}

/* DOCUMENT */
.document-card {
  position: absolute;
  right: 40px;
  bottom: 6px;
  width: 160px;
  height: 230px;
  background: #ffffff;
  border: 8px solid #273a66;
  border-radius: 14px;
  transform: rotate(8deg);
  z-index: 8;
  padding: 42px 16px 18px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.22);
}

.doc-clip {
  position: absolute;
  left: 50%;
  top: -22px;
  width: 48px;
  height: 30px;
  background: #273a66;
  border-radius: 10px 10px 0 0;
  transform: translateX(-50%);
}

.document-card h3 {
  color: #0057d9;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
}

.doc-profile {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.doc-profile span {
  width: 34px;
  height: 34px;
  background: #2f80ed;
  border-radius: 50%;
}

.doc-profile i {
  display: block;
  height: 6px;
  background: #d7e6fb;
  border-radius: 999px;
  margin-bottom: 7px;
}

.doc-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
}

.doc-row b {
  width: 26px;
  height: 26px;
  background: #2f80ed;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.doc-row span {
  height: 7px;
  background: #d7e6fb;
  border-radius: 999px;
}

/* TREES */
.tree {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 110px;
  z-index: 2;
}

.tree::before {
  content: "";
  position: absolute;
  left: 36px;
  bottom: 0;
  width: 10px;
  height: 60px;
  background: #72543c;
  border-radius: 999px;
}

.tree span,
.tree span::before,
.tree span::after {
  content: "";
  position: absolute;
  background: #4d8c44;
  border-radius: 50%;
}

.tree span {
  width: 58px;
  height: 58px;
  left: 12px;
  top: 6px;
}

.tree span::before {
  width: 52px;
  height: 52px;
  left: -18px;
  top: 34px;
}

.tree span::after {
  width: 52px;
  height: 52px;
  right: -18px;
  top: 34px;
}

.tree-left {
  left: 22px;
}

.tree-right {
  right: -4px;
}

/* BOOKS */
.book-stack {
  position: absolute;
  right: 6px;
  bottom: 8px;
  width: 110px;
  height: 60px;
  z-index: 9;
}

.book {
  position: absolute;
  right: 0;
  width: 108px;
  height: 18px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(15, 23, 42, 0.12);
}

.book-one {
  bottom: 0;
  border-left: 8px solid #0057d9;
}

.book-two {
  bottom: 22px;
  border-left: 8px solid #1e3a8a;
}

/* ANIMASI */
.student-figure,
.document-card,
.check-bubble {
  transition: transform 0.35s ease;
}

.aktif-hero:hover .student-figure {
  transform: translateY(-6px);
}

.aktif-hero:hover .document-card {
  transform: rotate(8deg) translateY(-6px);
}

.aktif-hero:hover .check-bubble {
  transform: scale(1.08);
}

/* TABLET */
@media (max-width: 1100px) {
  .aktif-hero {
    grid-template-columns: 1fr;
    padding: 46px 38px 34px;
    gap: 26px;
  }

  .aktif-content h1 {
    font-size: 54px;
  }

  .aktif-content p {
    max-width: 100%;
  }

  .aktif-visual {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .aktif-hero {
    padding: 32px 22px 26px;
    min-height: auto;
  }

  .aktif-badge {
    font-size: 14px;
    padding: 9px 16px;
    margin-bottom: 22px;
  }

  .aktif-badge svg {
    width: 22px;
    height: 22px;
  }

  .aktif-content h1 {
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: -0.6px;
  }

  .aktif-content p {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
  }

  .aktif-visual {
    height: 255px;
    transform: scale(0.78);
    transform-origin: top center;
    margin-top: 8px;
  }
}

/* EXTRA SMALL MOBILE */
@media (max-width: 380px) {
  .aktif-content h1 {
    font-size: 36px;
  }

  .aktif-content p {
    font-size: 14px;
  }

  .aktif-visual {
    transform: scale(0.68);
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa6c354 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* Section utama */
.aktif-info-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

/* Card */
.aktif-info-card {
  width: 100%;
  background: linear-gradient(135deg, #f3f8ff 0%, #ffffff 100%);
  border: 1px solid #dbe7f5;
  border-radius: 18px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 26px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.aktif-info-card:hover {
  transform: translateY(-6px);
  border-color: #93c5fd;
  box-shadow: 0 20px 42px rgba(0, 87, 217, 0.13);
}

/* Icon kiri */
.aktif-info-icon {
  width: 92px;
  height: 92px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.28);
  flex-shrink: 0;
}

.aktif-info-icon svg {
  width: 54px;
  height: 54px;
}

.aktif-info-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Konten */
.aktif-info-content h2 {
  color: #0057d9;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 12px;
}

.aktif-info-content p {
  color: #1e293b;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-word;
}

/* Tablet */
@media (max-width: 768px) {
  .aktif-info-card {
    grid-template-columns: 86px 1fr;
    padding: 28px 26px;
    gap: 20px;
  }

  .aktif-info-icon {
    width: 76px;
    height: 76px;
  }

  .aktif-info-icon svg {
    width: 44px;
    height: 44px;
  }

  .aktif-info-content h2 {
    font-size: 23px;
  }

  .aktif-info-content p {
    font-size: 15.5px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .aktif-info-section {
    padding: 16px;
  }

  .aktif-info-card {
    grid-template-columns: 1fr;
    padding: 26px 20px;
    gap: 18px;
    border-radius: 14px;
    text-align: center;
  }

  .aktif-info-icon {
    width: 72px;
    height: 72px;
    justify-self: center;
  }

  .aktif-info-icon svg {
    width: 42px;
    height: 42px;
  }

  .aktif-info-content h2 {
    font-size: 20px;
  }

  .aktif-info-content p {
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
  }
}

/* Extra small mobile */
@media (max-width: 380px) {
  .aktif-info-card {
    padding: 24px 16px;
  }

  .aktif-info-content h2 {
    font-size: 19px;
  }

  .aktif-info-content p {
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b291c5c */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* Section utama */
.aktif-prosedur-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

/* Header */
.aktif-prosedur-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.aktif-prosedur-header-icon {
  width: 34px;
  height: 34px;
  color: #0057d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aktif-prosedur-header-icon svg {
  width: 28px;
  height: 28px;
}

.aktif-prosedur-header-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aktif-prosedur-header h2 {
  color: #071b4d;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
}

/* List */
.aktif-prosedur-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Item card */
.aktif-prosedur-item {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.aktif-prosedur-item:hover {
  transform: translateY(-5px);
  border-color: #93c5fd;
  box-shadow: 0 18px 38px rgba(0, 87, 217, 0.13);
}

/* Icon */
.aktif-prosedur-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  box-shadow: 0 10px 22px rgba(0, 87, 217, 0.25);
}

.aktif-prosedur-icon svg {
  width: 34px;
  height: 34px;
}

.aktif-prosedur-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Content */
.aktif-prosedur-content h3 {
  color: #071b4d;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 8px;
}

.aktif-prosedur-content p {
  max-width: 900px;
  color: #1e293b;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

/* Tablet */
@media (max-width: 768px) {
  .aktif-prosedur-section {
    padding: 20px;
  }

  .aktif-prosedur-header h2 {
    font-size: 21px;
  }

  .aktif-prosedur-item {
    grid-template-columns: 60px 1fr;
    gap: 18px;
    padding: 20px 22px;
  }

  .aktif-prosedur-icon {
    width: 52px;
    height: 52px;
  }

  .aktif-prosedur-icon svg {
    width: 30px;
    height: 30px;
  }

  .aktif-prosedur-content h3 {
    font-size: 17px;
  }

  .aktif-prosedur-content p {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .aktif-prosedur-section {
    padding: 16px;
  }

  .aktif-prosedur-header {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
  }

  .aktif-prosedur-header h2 {
    font-size: 19px;
  }

  .aktif-prosedur-item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 18px;
    border-radius: 14px;
    align-items: flex-start;
  }

  .aktif-prosedur-icon {
    width: 50px;
    height: 50px;
    justify-self: flex-start;
  }

  .aktif-prosedur-icon svg {
    width: 28px;
    height: 28px;
  }

  .aktif-prosedur-content h3 {
    font-size: 16px;
  }

  .aktif-prosedur-content p {
    font-size: 13.5px;
    line-height: 1.65;
    text-align: justify;
  }
}

/* Extra small */
@media (max-width: 380px) {
  .aktif-prosedur-section {
    padding: 12px;
  }

  .aktif-prosedur-item {
    padding: 20px 16px;
  }

  .aktif-prosedur-header h2 {
    font-size: 18px;
  }

  .aktif-prosedur-content h3 {
    font-size: 15px;
  }

  .aktif-prosedur-content p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d30513 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* SECTION UTAMA */
.aktif-flow-section {
  width: 100%;
  padding: 28px 24px;
  background: #ffffff;
}

/* HEADER */
.aktif-flow-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.aktif-flow-header-icon {
  width: 30px;
  height: 30px;
  color: #0057d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aktif-flow-header-icon svg {
  width: 26px;
  height: 26px;
}

.aktif-flow-header-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aktif-flow-header h2 {
  color: #071b4d;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
}

/* WRAPPER TIMELINE */
.aktif-flow-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 70px;
}

/* GARIS VERTIKAL */
.aktif-flow-wrapper::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 24px;
  bottom: 24px;
  width: 3px;
  border-left: 3px dotted #0057d9;
}

/* ITEM */
.aktif-flow-item {
  position: relative;
  padding-bottom: 0;
}

/* NOMOR */
.aktif-flow-number {
  position: absolute;
  left: -58px;
  top: 24px;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 87, 217, 0.25);
  z-index: 2;
}

/* CARD */
.aktif-flow-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  padding: 20px 28px;
  display: grid;
  grid-template-columns: 98px 1fr;
  align-items: center;
  gap: 28px;
  min-height: 112px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.aktif-flow-card:hover {
  transform: translateX(6px);
  border-color: #93c5fd;
  box-shadow: 0 18px 38px rgba(0, 87, 217, 0.13);
}

/* ICON CARD */
.aktif-flow-icon {
  width: 82px;
  height: 82px;
  background: #eef5ff;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  box-shadow: inset 0 0 0 1px #dbeafe;
}

.aktif-flow-icon svg {
  width: 48px;
  height: 48px;
}

.aktif-flow-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* CONTENT */
.aktif-flow-content h3 {
  color: #071b4d;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 7px;
}

.aktif-flow-content p {
  color: #1e293b;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

/* TABLET */
@media (max-width: 768px) {
  .aktif-flow-section {
    padding: 24px 20px;
  }

  .aktif-flow-header h2 {
    font-size: 21px;
  }

  .aktif-flow-wrapper {
    padding-left: 58px;
  }

  .aktif-flow-wrapper::before {
    left: 21px;
  }

  .aktif-flow-number {
    left: -50px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .aktif-flow-card {
    grid-template-columns: 78px 1fr;
    gap: 20px;
    padding: 20px 22px;
  }

  .aktif-flow-icon {
    width: 68px;
    height: 68px;
  }

  .aktif-flow-icon svg {
    width: 40px;
    height: 40px;
  }

  .aktif-flow-content h3 {
    font-size: 17px;
  }

  .aktif-flow-content p {
    font-size: 13.5px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .aktif-flow-section {
    padding: 22px 16px;
  }

  .aktif-flow-header {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }

  .aktif-flow-header h2 {
    font-size: 19px;
  }

  .aktif-flow-wrapper {
    padding-left: 46px;
  }

  .aktif-flow-wrapper::before {
    left: 17px;
    top: 18px;
    bottom: 18px;
  }

  .aktif-flow-number {
    left: -42px;
    top: 18px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .aktif-flow-card {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: flex-start;
    padding: 22px 18px;
    border-radius: 14px;
    min-height: auto;
  }

  .aktif-flow-icon {
    width: 62px;
    height: 62px;
    justify-self: flex-start;
  }

  .aktif-flow-icon svg {
    width: 36px;
    height: 36px;
  }

  .aktif-flow-content h3 {
    font-size: 16px;
  }

  .aktif-flow-content p {
    font-size: 13.5px;
    line-height: 1.65;
    text-align: justify;
  }

  .aktif-flow-card:hover {
    transform: translateY(-4px);
  }
}

/* EXTRA SMALL */
@media (max-width: 380px) {
  .aktif-flow-section {
    padding: 20px 12px;
  }

  .aktif-flow-wrapper {
    padding-left: 42px;
  }

  .aktif-flow-number {
    left: -39px;
  }

  .aktif-flow-card {
    padding: 20px 16px;
  }

  .aktif-flow-header h2 {
    font-size: 18px;
  }

  .aktif-flow-content h3 {
    font-size: 15.5px;
  }

  .aktif-flow-content p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad7500a */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* Section utama */
.aktif-download-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

/* Wrapper dua card */
.aktif-download-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

/* Card umum */
.aktif-download-card {
  min-height: 155px;
  border-radius: 16px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 28px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.aktif-download-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.14);
}

/* Card kiri */
.form-card {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid #93c5fd;
}

/* Card kanan */
.time-card {
  background: linear-gradient(135deg, #fff8ed 0%, #ffffff 100%);
  border: 1px solid #fed7aa;
}

/* Icon umum */
.aktif-download-icon {
  width: 86px;
  height: 86px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  flex-shrink: 0;
}

.aktif-download-icon svg {
  width: 52px;
  height: 52px;
}

.aktif-download-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Icon dokumen */
.document-icon {
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.25);
}

/* Icon jam */
.clock-icon {
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.25);
}

/* Konten */
.aktif-download-content h2 {
  color: #0057d9;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 8px;
}

.time-card .aktif-download-content h2 {
  color: #071b4d;
}

.aktif-download-content p {
  color: #334155;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

.aktif-download-content strong {
  color: #0057d9;
  font-weight: 900;
}

/* Tombol */
.download-button {
  width: fit-content;
  margin-top: 16px;
  min-height: 44px;
  padding: 0 22px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 87, 217, 0.28);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.download-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 87, 217, 0.38);
}

.download-button svg {
  width: 20px;
  height: 20px;
}

.download-button svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Tablet */
@media (max-width: 992px) {
  .aktif-download-wrapper {
    grid-template-columns: 1fr;
  }

  .aktif-download-card {
    min-height: auto;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .aktif-download-section {
    padding: 16px;
  }

  .aktif-download-wrapper {
    gap: 18px;
  }

  .aktif-download-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 20px;
    border-radius: 14px;
    align-items: flex-start;
  }

  .aktif-download-icon {
    width: 72px;
    height: 72px;
    justify-self: flex-start;
  }

  .aktif-download-icon svg {
    width: 42px;
    height: 42px;
  }

  .aktif-download-content h2 {
    font-size: 18px;
  }

  .aktif-download-content p {
    font-size: 13.5px;
    line-height: 1.65;
    text-align: justify;
  }

  .download-button {
    width: 100%;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    font-size: 13px;
    text-align: center;
  }
}

/* Extra small mobile */
@media (max-width: 380px) {
  .aktif-download-section {
    padding: 12px;
  }

  .aktif-download-card {
    padding: 22px 16px;
  }

  .aktif-download-content h2 {
    font-size: 17px;
  }

  .aktif-download-content p {
    font-size: 13px;
  }
}/* End custom CSS */