.elementor-1548 .elementor-element.elementor-element-c0deb11{--display:flex;}.elementor-1548 .elementor-element.elementor-element-c0deb11:not(.elementor-motion-effects-element-type-background), .elementor-1548 .elementor-element.elementor-element-c0deb11 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://akademik.universitas-bth.ac.id/wp-content/uploads/2026/05/Header-KRS.png");background-position:center right;background-repeat:no-repeat;background-size:cover;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1548 .elementor-element.elementor-element-270b04d{--display:flex;}.elementor-1548 .elementor-element.elementor-element-6d05fd5{--display:flex;}.elementor-1548 .elementor-element.elementor-element-eb74e6e{--display:flex;}.elementor-1548 .elementor-element.elementor-element-5208b63{--display:flex;}.elementor-1548 .elementor-element.elementor-element-2be9182{--display:flex;}.elementor-1548 .elementor-element.elementor-element-e6e17f2{--display:flex;}.elementor-1548 .elementor-element.elementor-element-3e0f230{--display:flex;--border-radius:20px 20px 20px 20px;}.elementor-1548 .elementor-element.elementor-element-3e0f230:not(.elementor-motion-effects-element-type-background), .elementor-1548 .elementor-element.elementor-element-3e0f230 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F9;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1548 .elementor-element.elementor-element-ae81a5e img{border-radius:20px 20px 20px 20px;}/* Start custom CSS for text-editor, class: .elementor-element-93f4631 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f7fb;
  padding: 0px;
}

.krs-section {
  position: relative;
  width: 100%;
  max-width: 900px;
  min-height: 230px;
  background: linear-gradient(135deg, # 0%, # 100%);
  padding: 38px 42px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.krs-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 32px solid #;
  border-top: 32px solid transparent;
}

.krs-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 22px;
  border-top: 22px;
}

.krs-title {
  color: #0057d9;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.krs-desc {
  max-width: 680px;
  color: #334155;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

@media (max-width: 768px) {
  body {
    padding: 20px;
  }

  .krs-section {
    padding: 30px 26px;
    min-height: auto;
  }

  .krs-title {
    font-size: 30px;
  }

  .krs-desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0be2340 */.krs-benefit-section {
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 34px 32px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  font-family: Arial, Helvetica, sans-serif;
}

.krs-benefit-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}

.krs-star-icon {
  width: 26px;
  height: 26px;
  background: #ff8500;
  color: #ffffff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transform: rotate(-8deg);
  flex-shrink: 0;
}

.krs-benefit-header h2 {
  margin: 0;
  color: #172033;
  font-size: 20px;
  font-weight: 800;
}

.krs-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.krs-card {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 26px;
  min-height: 135px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.10);
  border: 1px solid rgba(226, 232, 240, 0.85);
}

.krs-icon-box {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.krs-icon-box svg {
  width: 40px;
  height: 40px;
}

.krs-icon-box svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.krs-icon-box.blue {
  background: #e8f1ff;
  color: #1565d8;
}

.krs-icon-box.orange {
  background: #fff1df;
  color: #ff8500;
}

.krs-icon-box.green {
  background: #e7f7ef;
  color: #27a26b;
}

.krs-card-content h3 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 16px;
  font-weight: 800;
}

.krs-card-content p {
  margin: 0;
  color: #334155;
  font-size: 13.5px;
  line-height: 1.6;
  font-weight: 500;
}

/* Responsive Tablet */
@media (max-width: 992px) {
  .krs-card-wrapper {
    grid-template-columns: 1fr;
  }

  .krs-card {
    min-height: auto;
  }
}

/* Responsive Mobile */
@media (max-width: 576px) {
  .krs-benefit-section {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .krs-benefit-header h2 {
    font-size: 18px;
  }

  .krs-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
  }

  .krs-icon-box {
    width: 68px;
    height: 68px;
  }

  .krs-icon-box svg {
    width: 34px;
    height: 34px;
  }

  .krs-card-content h3 {
    font-size: 15px;
  }

  .krs-card-content p {
    font-size: 13px;
  }
}

/* Animasi Card Mengapa KRS itu Penting */
.krs-card {
  transition: 
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  cursor: pointer;
}

.krs-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  border-color: #93c5fd;
  background: #ffffff;
}

.krs-icon-box {
  transition: 
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.krs-card:hover .krs-icon-box {
  transform: scale(1.12) rotate(-5deg);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.krs-card-content h3 {
  transition: color 0.3s ease;
}

.krs-card:hover .krs-card-content h3 {
  color: #0057d9;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-db9bfb7 */.krs-steps-section {
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 34px 34px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  font-family: Arial, Helvetica, sans-serif;
}

.krs-steps-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.krs-menu-icon {
  width: 28px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.krs-menu-icon span {
  width: 100%;
  height: 4px;
  background: #0b6be8;
  border-radius: 10px;
}

.krs-steps-header h2 {
  margin: 0;
  color: #172033;
  font-size: 22px;
  font-weight: 800;
}

.krs-steps-wrapper {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  align-items: start;
  gap: 10px;
}

.krs-step-card {
  position: relative;
  align-self: stretch;
  min-height: 300px;
  background: #ffffff;
  border-radius: 18px;
  padding: 34px 24px 26px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.10);
  border: 1px solid rgba(226, 232, 240, 0.9);
  text-align: left;
}

.krs-arrow {
  align-self: center;
  color: #0f172a;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

.step-number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 36px;
  height: 36px;
  background: #0057d9;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(0, 87, 217, 0.25);
}

.step-icon {
  width: 78px;
  height: 78px;
  margin: 20px auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon svg {
  width: 70px;
  height: 70px;
}

.step-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-icon.blue {
  color: #2f80ed;
}

.step-icon.orange {
  color: #ff9100;
}

.step-icon.green {
  color: #29a66a;
}

.step-icon.purple {
  color: #7e57c2;
}

.krs-step-card h3 {
  margin: 0 0 12px;
  color: #172033;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.krs-step-card p {
  margin: 0;
  color: #334155;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}

.krs-arrow {
  color: #0f172a;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

/* Tablet */
@media (max-width: 1100px) {
  .krs-steps-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .krs-arrow {
    transform: rotate(90deg);
    font-size: 30px;
  }

  .krs-step-card {
    min-height: auto;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .krs-steps-section {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .krs-steps-header h2 {
    font-size: 18px;
  }

  .krs-step-card {
    padding: 32px 22px 24px;
  }

  .step-number {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .step-icon {
    width: 68px;
    height: 68px;
    margin-top: 18px;
  }

  .step-icon svg {
    width: 62px;
    height: 62px;
  }

  .krs-step-card h3 {
    font-size: 16px;
  }

  .krs-step-card p {
    font-size: 13.5px;
  }
}

.krs-step-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.krs-step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
  border-color: #93c5fd;
}

.krs-step-card:hover .step-icon {
  transform: scale(1.12) rotate(-4deg);
}

.step-icon {
  transition: transform 0.35s ease;
}

.krs-step-card:hover .step-number {
  transform: scale(1.12);
}

.step-number {
  transition: transform 0.3s ease;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8d830f8 */.sks-section {
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 28px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.sks-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.sks-header-icon {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  flex-shrink: 0;
}

.sks-header-icon span {
  display: block;
  width: 5px;
  background: #2f80ed;
  border-radius: 8px;
}

.sks-header-icon span:nth-child(1) {
  height: 12px;
}

.sks-header-icon span:nth-child(2) {
  height: 20px;
}

.sks-header-icon span:nth-child(3) {
  height: 26px;
}

.sks-header h2 {
  margin: 0 0 6px;
  color: #172033;
  font-size: 21px;
  font-weight: 800;
}

.sks-header p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.sks-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.sks-card {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 105px;
  border-radius: 12px;
  padding: 18px 22px;
  border: 1px solid transparent;
}

.sks-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.sks-icon svg {
  width: 38px;
  height: 38px;
}

.sks-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sks-content h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.sks-content p {
  margin: 0;
  color: #334155;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 500;
}

.sks-content strong {
  font-weight: 800;
}

/* Warna Card */
.sks-green {
  background: #f1fbf6;
  border-color: #d8efe4;
}

.sks-green .sks-icon {
  background: linear-gradient(135deg, #35b779, #19a35d);
}

.sks-green h3 {
  color: #166534;
}

.sks-yellow {
  background: #fffaf0;
  border-color: #f4e4c3;
}

.sks-yellow .sks-icon {
  background: linear-gradient(135deg, #ffd45a, #f5b51b);
}

.sks-yellow h3 {
  color: #92400e;
}

.sks-red {
  background: #fff4f4;
  border-color: #f3d1d1;
}

.sks-red .sks-icon {
  background: linear-gradient(135deg, #f87171, #e53e3e);
}

.sks-red h3 {
  color: #991b1b;
}

/* Catatan */
.sks-note {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eef6ff;
  border-radius: 9px;
  padding: 11px 16px;
}

.sks-note span {
  width: 20px;
  height: 20px;
  background: #4f9cf9;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}

.sks-note p {
  margin: 0;
  color: #1e3a5f;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 500;
}

/* Responsive Tablet */
@media (max-width: 992px) {
  .sks-card-wrapper {
    grid-template-columns: 1fr;
  }

  .sks-card {
    min-height: auto;
  }
}

/* Responsive Mobile */
@media (max-width: 576px) {
  .sks-section {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .sks-header h2 {
    font-size: 18px;
  }

  .sks-header p {
    font-size: 13px;
  }

  .sks-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
  }

  .sks-icon {
    width: 58px;
    height: 58px;
  }

  .sks-icon svg {
    width: 32px;
    height: 32px;
  }

  .sks-content h3 {
    font-size: 16px;
  }

  .sks-content p {
    font-size: 13px;
  }

  .sks-note {
    align-items: flex-start;
  }

  .sks-note p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-75f1a2f */.pkrs-section {
  width: 100%;
  padding: 12px;
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
}

.pkrs-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 34px;
  width: 100%;
  background: linear-gradient(135deg, #f6fbff 0%, #ffffff 55%, #f1f8ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 22px 32px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.pkrs-left {
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 2;
}

.pkrs-icon-main {
  width: 92px;
  height: 92px;
  background: #0057d9;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pkrs-icon-main svg {
  width: 52px;
  height: 52px;
}

.pkrs-icon-main svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pkrs-text h2 {
  margin: 0 0 12px;
  color: #0057d9;
  font-size: 22px;
  font-weight: 800;
}

.pkrs-text p {
  margin: 0;
  color: #1e293b;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.pkrs-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.pkrs-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.check-icon {
  width: 19px;
  height: 19px;
  background: #0057d9;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

.pkrs-point p {
  margin: 0;
  color: #1e3a8a;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 700;
}

.pkrs-point span {
  font-weight: 500;
}

.calendar-bg {
  position: absolute;
  right: 24px;
  bottom: -10px;
  width: 115px;
  height: 115px;
  color: rgba(59, 130, 246, 0.13);
  transform: rotate(8deg);
  z-index: 1;
}

.calendar-bg svg {
  width: 100%;
  height: 100%;
}

.calendar-bg svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Responsive Tablet */
@media (max-width: 992px) {
  .pkrs-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Responsive Mobile */
@media (max-width: 576px) {
  .pkrs-card {
    padding: 22px 20px;
    border-radius: 14px;
  }

  .pkrs-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .pkrs-icon-main {
    width: 76px;
    height: 76px;
  }

  .pkrs-icon-main svg {
    width: 44px;
    height: 44px;
  }

  .pkrs-text h2 {
    font-size: 19px;
  }

  .pkrs-text p,
  .pkrs-point p {
    font-size: 13px;
  }

  .calendar-bg {
    width: 90px;
    height: 90px;
    right: 8px;
    bottom: -12px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4323752 */.tips-krs-section {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 28px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.9);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tips-krs-section:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.13);
}

.tips-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.tips-icon-main {
  width: 34px;
  height: 34px;
  color: #0057d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tips-icon-main svg {
  width: 30px;
  height: 30px;
}

.tips-icon-main svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tips-header h2 {
  margin: 0;
  color: #172033;
  font-size: 20px;
  font-weight: 800;
}

.tips-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tips-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.check-icon {
  width: 19px;
  height: 19px;
  background: #2ead72;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.tips-item p {
  margin: 0;
  color: #1e293b;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.tips-item strong {
  font-weight: 800;
  color: #172033;
}

.tips-item em {
  font-style: italic;
}

/* Animasi kecil saat cursor ke item */
.tips-item {
  transition: transform 0.3s ease;
}

.tips-item:hover {
  transform: translateX(6px);
}

.tips-item:hover .check-icon {
  transform: scale(1.12);
}

.check-icon {
  transition: transform 0.3s ease;
}

/* Responsive Mobile */
@media (max-width: 576px) {
  .tips-krs-section {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .tips-header h2 {
    font-size: 18px;
  }

  .tips-item p {
    font-size: 13px;
  }

  .tips-list {
    gap: 12px;
  }
}/* End custom CSS */