.elementor-1552 .elementor-element.elementor-element-a1ce129{--display:flex;}/* Start custom CSS for html, class: .elementor-element-71ef7bc */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}


/* HERO */
.cuti-hero {
  width: 100%;
  min-height: 320px;
  background:
    radial-gradient(circle at 74% 38%, rgba(0, 87, 217, 0.12), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 52%, #ffffff 100%);
  display: grid;
  grid-template-columns: 1fr 540px;
  align-items: center;
  gap: 42px;
  padding: 46px 64px 38px;
  position: relative;
  overflow: hidden;
}

.cuti-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 95%, rgba(0, 87, 217, 0.08), transparent 30%),
    linear-gradient(120deg, rgba(0, 87, 217, 0.05), transparent 42%);
  pointer-events: none;
}

.cuti-content {
  position: relative;
  z-index: 3;
}

.cuti-content h1 {
  color: #071b4d;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin-bottom: 18px;
}

.cuti-desc {
  max-width: 670px;
  color: #1e293b;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 28px;
}

/* WARNING BOX */
.cuti-warning {
  max-width: 650px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #d6e6fb;
  border-radius: 10px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.cuti-warning:hover {
  transform: translateY(-5px);
  border-color: #93c5fd;
  box-shadow: 0 16px 36px rgba(0, 87, 217, 0.14);
}

.warning-icon {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 87, 217, 0.24);
}

.warning-icon svg {
  width: 31px;
  height: 31px;
}

.warning-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.warning-text h3 {
  color: #071b4d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 6px;
}

.warning-text p {
  color: #1e293b;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

/* VISUAL */
.cuti-visual {
  position: relative;
  height: 255px;
  z-index: 2;
}

/* Campus background */
.campus-bg {
  position: absolute;
  right: 8px;
  bottom: 16px;
  width: 200px;
  height: 155px;
  opacity: 0.18;
}

.campus-bg::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 160px;
  height: 46px;
  background: #2f80ed;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.campus-bg::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 48px;
  width: 184px;
  height: 104px;
  background:
    linear-gradient(90deg, transparent 0 11%, #2f80ed 11% 22%, transparent 22% 33%, #2f80ed 33% 44%, transparent 44% 55%, #2f80ed 55% 66%, transparent 66% 77%, #2f80ed 77% 88%, transparent 88% 100%);
  border-top: 8px solid #2f80ed;
  border-bottom: 8px solid #2f80ed;
}

/* Clouds */
.cloud {
  position: absolute;
  background: #ffffff;
  opacity: 0.85;
  border-radius: 999px;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
}

.cloud-1 {
  width: 80px;
  height: 18px;
  left: 30px;
  top: 70px;
}

.cloud-1::before {
  width: 34px;
  height: 34px;
  left: 12px;
  bottom: 2px;
}

.cloud-1::after {
  width: 28px;
  height: 28px;
  right: 10px;
  bottom: 3px;
}

.cloud-2 {
  width: 66px;
  height: 16px;
  right: 42px;
  top: 56px;
}

.cloud-2::before {
  width: 26px;
  height: 26px;
  left: 10px;
  bottom: 3px;
}

.cloud-2::after {
  width: 22px;
  height: 22px;
  right: 8px;
  bottom: 4px;
}

/* Document */
.document {
  position: absolute;
  right: 150px;
  bottom: 10px;
  width: 150px;
  height: 220px;
  background: #ffffff;
  border: 10px solid #273a66;
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.22);
  transform: rotate(5deg);
  z-index: 4;
  padding: 38px 20px 18px;
}

.doc-clip {
  position: absolute;
  left: 50%;
  top: -22px;
  width: 46px;
  height: 30px;
  background: #273a66;
  border-radius: 10px 10px 0 0;
  transform: translateX(-50%);
}

.doc-clip::before {
  content: "";
  position: absolute;
  left: 16px;
  top: -7px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 5px solid #273a66;
  border-radius: 50%;
}

.document h4 {
  color: #07348f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 22px;
}

.document span {
  display: block;
  height: 6px;
  background: #cbdaf4;
  border-radius: 999px;
  margin-bottom: 14px;
}

.document span:nth-child(4) {
  width: 70%;
}

.document span:nth-child(5) {
  width: 85%;
}

.doc-check {
  position: absolute;
  right: 18px;
  bottom: 32px;
  width: 58px;
  height: 58px;
  background: #2f80ed;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(47, 128, 237, 0.28);
}

.doc-check svg {
  width: 34px;
  height: 34px;
}

.doc-check svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Student */
.student {
  position: absolute;
  left: 115px;
  bottom: 8px;
  width: 160px;
  height: 205px;
  z-index: 5;
}

.head {
  position: absolute;
  left: 62px;
  top: 12px;
  width: 54px;
  height: 62px;
  background: #ffc28a;
  border-radius: 46% 46% 50% 50%;
}

.hair {
  position: absolute;
  left: 48px;
  top: 0;
  width: 72px;
  height: 50px;
  background: #10234d;
  border-radius: 60% 40% 50% 40%;
  transform: rotate(-8deg);
}

.body {
  position: absolute;
  left: 36px;
  top: 75px;
  width: 96px;
  height: 112px;
  background: #0b54c5;
  border-radius: 34px 34px 10px 10px;
}

.body::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  width: 14px;
  height: 92px;
  background: #07348f;
  opacity: 0.35;
}

.arm {
  position: absolute;
  width: 28px;
  height: 94px;
  background: #0b54c5;
  border-radius: 999px;
  top: 92px;
}

.arm-left {
  left: 18px;
  transform: rotate(20deg);
}

.arm-right {
  right: 18px;
  transform: rotate(-18deg);
}

/* Laptop */
.laptop {
  position: absolute;
  left: 10px;
  bottom: 6px;
  width: 145px;
  height: 85px;
  z-index: 6;
}

.screen {
  width: 112px;
  height: 70px;
  background: #dbeafe;
  border: 8px solid #9fb9df;
  border-radius: 10px 10px 4px 4px;
  margin-left: 16px;
}

.base {
  width: 150px;
  height: 12px;
  background: #9fb9df;
  border-radius: 999px;
}

/* Plant */
.plant {
  position: absolute;
  left: 34px;
  bottom: 6px;
  width: 72px;
  height: 105px;
  z-index: 4;
}

.pot {
  position: absolute;
  bottom: 0;
  left: 22px;
  width: 38px;
  height: 35px;
  background: #2f80ed;
  border-radius: 6px 6px 14px 14px;
}

.leaf {
  position: absolute;
  background: #2d9f5d;
  border-radius: 50% 0 50% 50%;
}

.leaf-1 {
  width: 38px;
  height: 20px;
  left: 3px;
  top: 30px;
  transform: rotate(210deg);
}

.leaf-2 {
  width: 36px;
  height: 20px;
  right: 0;
  top: 20px;
  transform: rotate(-18deg);
}

.leaf-3 {
  width: 32px;
  height: 18px;
  left: 18px;
  top: 52px;
  transform: rotate(-60deg);
}

/* Animasi */
.student,
.document,
.laptop,
.plant {
  transition: transform 0.35s ease;
}

.cuti-hero:hover .student {
  transform: translateY(-5px);
}

.cuti-hero:hover .document {
  transform: rotate(5deg) translateY(-7px);
}

.cuti-hero:hover .laptop {
  transform: translateY(-4px);
}

/* Tablet */
@media (max-width: 992px) {
  .bth-header {
    padding: 0 22px;
  }

  .bth-nav {
    gap: 18px;
  }

  .cuti-hero {
    grid-template-columns: 1fr;
    padding: 42px 34px 32px;
  }

  .cuti-content h1 {
    font-size: 48px;
  }

  .cuti-desc,
  .cuti-warning {
    max-width: 100%;
  }

  .cuti-visual {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .bth-header {
    min-height: auto;
    padding: 14px 18px;
    flex-wrap: wrap;
    gap: 14px;
  }

  .bth-logo {
    font-size: 17px;
  }

  .bth-nav {
    width: 100%;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 4px;
  }

  .bth-nav a {
    font-size: 13px;
    padding: 10px 0;
    white-space: nowrap;
  }

  .user-icon {
    position: absolute;
    top: 12px;
    right: 18px;
    width: 34px;
    height: 34px;
  }

  .cuti-hero {
    padding: 32px 20px 26px;
    gap: 24px;
  }

  .cuti-content h1 {
    font-size: 38px;
    letter-spacing: -0.5px;
  }

  .cuti-desc {
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
  }

  .cuti-warning {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 18px;
  }

  .warning-icon {
    width: 50px;
    height: 50px;
  }

  .warning-text h3 {
    font-size: 15px;
  }

  .warning-text p {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
  }

  .cuti-visual {
    height: 215px;
    transform: scale(0.78);
    transform-origin: top center;
  }
}

/* Extra small mobile */
@media (max-width: 380px) {
  .cuti-content h1 {
    font-size: 34px;
  }

  .cuti-visual {
    transform: scale(0.68);
    height: 185px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-176a1d7 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* SECTION */
.cuti-info-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

/* WRAPPER */
.cuti-info-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

/* CARD */
.cuti-card {
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  padding: 28px 30px;
  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;
}

.cuti-card:hover {
  transform: translateY(-6px);
  border-color: #93c5fd;
  box-shadow: 0 20px 42px rgba(0, 87, 217, 0.13);
}

/* HEADER CARD */
.cuti-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.cuti-header-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(0, 87, 217, 0.22);
}

.cuti-header-icon svg {
  width: 24px;
  height: 24px;
}

.cuti-header-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cuti-card-header h2 {
  color: #071b4d;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
}

/* ============================= */
/* CARD KIRI - SYARAT CUTI */
/* ============================= */

.cuti-requirement-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cuti-requirement-item {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 54px 1fr 32px;
  gap: 16px;
  align-items: center;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.cuti-requirement-item:hover {
  transform: translateX(6px);
  border-color: #bfdbfe;
  box-shadow: 0 12px 26px rgba(0, 87, 217, 0.10);
}

.cuti-item-icon {
  width: 50px;
  height: 50px;
  background: #eef5ff;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

.cuti-item-icon svg {
  width: 30px;
  height: 30px;
}

.cuti-item-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cuti-item-text h3 {
  color: #07348f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 5px;
}

.cuti-item-text p {
  color: #334155;
  font-size: 13.2px;
  line-height: 1.6;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

.cuti-check {
  width: 26px;
  height: 26px;
  background: #52b829;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(82, 184, 41, 0.22);
}

/* ============================= */
/* CARD KANAN - CARA CUTI */
/* ============================= */

.cuti-steps-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

.cuti-steps-list::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #dbeafe;
  border-radius: 999px;
}

.cuti-step-item {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  align-items: flex-start;
}

.cuti-step-number {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(0, 87, 217, 0.22);
}

.cuti-step-text h3 {
  color: #071b4d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 4px;
}

.cuti-step-text p {
  color: #334155;
  font-size: 13.2px;
  line-height: 1.55;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

.cuti-step-text strong {
  color: #0057d9;
  font-weight: 900;
}

/* TABLET */
@media (max-width: 1100px) {
  .cuti-info-wrapper {
    grid-template-columns: 1fr;
  }

  .cuti-card {
    height: auto;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .cuti-info-section {
    padding: 16px;
  }

  .cuti-info-wrapper {
    gap: 18px;
  }

  .cuti-card {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .cuti-card-header {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }

  .cuti-header-icon {
    width: 38px;
    height: 38px;
  }

  .cuti-header-icon svg {
    width: 22px;
    height: 22px;
  }

  .cuti-card-header h2 {
    font-size: 18px;
  }

  .cuti-requirement-item {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 16px;
    align-items: flex-start;
  }

  .cuti-item-icon {
    width: 42px;
    height: 42px;
  }

  .cuti-item-icon svg {
    width: 25px;
    height: 25px;
  }

  .cuti-check {
    grid-column: 1 / -1;
    justify-self: flex-start;
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .cuti-item-text h3,
  .cuti-step-text h3 {
    font-size: 14px;
  }

  .cuti-item-text p,
  .cuti-step-text p {
    font-size: 12.8px;
    line-height: 1.65;
    text-align: justify;
  }

  .cuti-step-item {
    grid-template-columns: 30px 1fr;
    gap: 13px;
  }

  .cuti-step-number {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .cuti-steps-list::before {
    left: 14px;
  }
}

/* EXTRA SMALL */
@media (max-width: 380px) {
  .cuti-info-section {
    padding: 12px;
  }

  .cuti-card {
    padding: 22px 16px;
  }

  .cuti-card-header h2 {
    font-size: 17px;
  }

  .cuti-item-text p,
  .cuti-step-text p {
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b49d0d */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* Section */
.cuti-return-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

/* Wrapper */
.cuti-return-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

/* Card umum */
.cuti-return-card,
.cuti-download-card {
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  padding: 26px 30px;
  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;
}

.cuti-return-card {
  background: linear-gradient(135deg, #fffaf3 0%, #ffffff 100%);
  border-color: #fed7aa;
}

.cuti-download-card {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  border-color: #dbeafe;
}

.cuti-return-card:hover,
.cuti-download-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.14);
}

/* Header */
.cuti-return-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.cuti-return-header h2 {
  color: #071b4d;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
}

/* Icon header */
.cuti-return-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.cuti-return-icon.orange {
  background: linear-gradient(135deg, #fb923c, #f97316);
}

.cuti-return-icon.blue {
  background: linear-gradient(135deg, #0062e6, #0049c7);
}

.cuti-return-icon svg {
  width: 25px;
  height: 25px;
}

.cuti-return-icon svg path,
.download-icon svg path,
.download-action svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Text kiri */
.cuti-return-text {
  color: #1e293b;
  font-size: 14.5px;
  line-height: 1.7;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 20px;
}

.cuti-return-text strong {
  color: #071b4d;
  font-weight: 900;
}

/* Alert */
.cuti-alert {
  background: #fff3d8;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
}

.cuti-alert-icon {
  width: 30px;
  height: 30px;
  color: #f97316;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cuti-alert p {
  color: #1e293b;
  font-size: 13.5px;
  line-height: 1.6;
  font-weight: 500;
  text-align: justify;
}

/* Download list */
.download-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.download-item {
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 48px 1fr 34px;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.download-item:hover {
  transform: translateX(6px);
  border-color: #93c5fd;
  box-shadow: 0 14px 30px rgba(0, 87, 217, 0.12);
}

/* Icon item */
.download-icon {
  width: 44px;
  height: 44px;
  background: #eef5ff;
  color: #0057d9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-icon svg {
  width: 27px;
  height: 27px;
}

.download-text h3 {
  color: #0057d9;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 4px;
}

.download-text p {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
}

.download-action {
  width: 32px;
  height: 32px;
  color: #0057d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-action svg {
  width: 25px;
  height: 25px;
}

/* Tablet */
@media (max-width: 992px) {
  .cuti-return-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .cuti-return-section {
    padding: 16px;
  }

  .cuti-return-card,
  .cuti-download-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .cuti-return-header {
    align-items: flex-start;
    gap: 12px;
  }

  .cuti-return-header h2 {
    font-size: 18px;
  }

  .cuti-return-icon {
    width: 38px;
    height: 38px;
  }

  .cuti-return-icon svg {
    width: 22px;
    height: 22px;
  }

  .cuti-return-text {
    font-size: 13.5px;
    line-height: 1.65;
    text-align: justify;
  }

  .cuti-alert {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cuti-alert p {
    font-size: 13px;
    text-align: justify;
  }

  .download-item {
    grid-template-columns: 42px 1fr;
    padding: 15px;
    gap: 12px;
  }

  .download-action {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .download-icon {
    width: 40px;
    height: 40px;
  }

  .download-icon svg {
    width: 24px;
    height: 24px;
  }

  .download-text h3 {
    font-size: 14px;
  }

  .download-text p {
    font-size: 12.8px;
  }

  .download-item:hover {
    transform: translateY(-4px);
  }
}

/* Extra small */
@media (max-width: 380px) {
  .cuti-return-section {
    padding: 12px;
  }

  .cuti-return-card,
  .cuti-download-card {
    padding: 20px 16px;
  }

  .cuti-return-header h2 {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0751f79 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #064e3b;
}

/* Section */
.cuti-help-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

/* Card */
.cuti-help-card {
  width: 100%;
  max-width: 1090px;
  background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 100%);
  border: 1px solid #bbf7d0;
  border-radius: 18px;
  padding: 28px 32px;
  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;
}

.cuti-help-card:hover {
  transform: translateY(-5px);
  border-color: #86efac;
  box-shadow: 0 20px 42px rgba(16, 185, 129, 0.14);
}

/* Header */
.cuti-help-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.cuti-help-icon {
  width: 48px;
  height: 48px;
  background: #d1fae5;
  color: #059669;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cuti-help-icon svg {
  width: 28px;
  height: 28px;
}

.cuti-help-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cuti-help-header h2 {
  color: #047857;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

/* Text */
.cuti-help-text {
  color: #1e293b;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 20px;
}

/* Dropdown */
.cuti-dropdown {
  width: 100%;
}

.cuti-dropdown summary {
  width: fit-content;
  min-width: 230px;
  min-height: 46px;
  background: linear-gradient(135deg, #10b981, #047857);
  color: #ffffff;
  border-radius: 999px;
  padding: 0 18px 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  box-shadow: 0 8px 20px rgba(4, 120, 87, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cuti-dropdown summary::-webkit-details-marker {
  display: none;
}

.cuti-dropdown summary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(4, 120, 87, 0.34);
}

.cuti-dropdown .arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: transform 0.35s ease;
}

.cuti-dropdown[open] .arrow {
  transform: rotate(90deg);
}

/* Isi dropdown gambar */
.cuti-dropdown-content {
  margin-top: 20px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #d1fae5;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  animation: dropdownFade 0.35s ease;
}

.cuti-dropdown-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}

/* Animasi dropdown */
@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet */
@media (max-width: 768px) {
  .cuti-help-card {
    max-width: 100%;
    padding: 26px 24px;
  }

  .cuti-help-header h2 {
    font-size: 20px;
  }

  .cuti-help-text {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .cuti-help-section {
    padding: 16px;
  }

  .cuti-help-card {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .cuti-help-header {
    align-items: flex-start;
    gap: 12px;
  }

  .cuti-help-icon {
    width: 42px;
    height: 42px;
  }

  .cuti-help-icon svg {
    width: 24px;
    height: 24px;
  }

  .cuti-help-header h2 {
    font-size: 18px;
  }

  .cuti-help-text {
    font-size: 13.5px;
    line-height: 1.65;
    text-align: justify;
  }

  .cuti-dropdown summary {
    width: 100%;
    min-width: auto;
    font-size: 13.5px;
  }

  .cuti-dropdown-content {
    padding: 10px;
    border-radius: 12px;
  }
}/* End custom CSS */