.elementor-1721 .elementor-element.elementor-element-0649cc6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1b3a340 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* Section utama */
.org-hero-section {
  width: 100%;
  padding: 18px;
  background: #ffffff;
}

/* Hero container */
.org-hero-content {
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 560px;
  align-items: center;
  gap: 40px;
  padding: 56px 76px;
  background:
    radial-gradient(circle at 72% 35%, rgba(0, 87, 217, 0.14), transparent 26%),
    linear-gradient(135deg, #eef6ff 0%, #f8fbff 50%, #ffffff 100%);
}

/* Layer putih transparan agar teks tetap jelas */
.org-hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Konten teks */
.org-hero-text {
  position: relative;
  z-index: 3;
  max-width: 690px;
}

.org-hero-text h1 {
  color: #0057d9;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -1.4px;
  margin-bottom: 14px;
}

.org-hero-text h2 {
  color: #475569;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 22px;
}

.org-title-line {
  width: 72px;
  height: 4px;
  background: #ff7900;
  border-radius: 999px;
  margin-bottom: 24px;
}

.org-hero-text p {
  max-width: 650px;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 32px;
}

/* Nilai */
.org-values {
  width: fit-content;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  padding: 12px 20px 12px 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
}

.value-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;
}

.value-icon svg {
  width: 25px;
  height: 25px;
}

.value-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.org-values span {
  color: #334155;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.org-values b {
  color: #0057d9;
  font-size: 14px;
}

/* Foto kanan */
.org-hero-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  height: 100%;
  z-index: 0;
}

.org-hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.95) 0%, rgba(248, 251, 255, 0.3) 38%, rgba(248, 251, 255, 0.05) 100%);
  z-index: 1;
}

.org-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

/* Dekorasi titik */
.org-dot-pattern {
  position: absolute;
  left: 22px;
  top: 26px;
  width: 130px;
  height: 120px;
  background-image: radial-gradient(rgba(0, 87, 217, 0.18) 2px, transparent 2px);
  background-size: 16px 16px;
  z-index: 2;
}

/* Dekorasi bulat oranye */
.org-orange-circle {
  position: absolute;
  right: 28px;
  bottom: -20px;
  width: 86px;
  height: 86px;
  background: linear-gradient(135deg, #ffb347, #ff7900);
  border-radius: 50%;
  z-index: 3;
  box-shadow: 0 14px 30px rgba(255, 121, 0, 0.25);
}

/* Hover */
.org-hero-content,
.org-values {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.org-hero-content:hover {
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.10);
}

.org-hero-content:hover .org-values {
  transform: translateY(-4px);
}

/* Tablet */
@media (max-width: 992px) {
  .org-hero-content {
    grid-template-columns: 1fr;
    padding: 48px 42px;
    min-height: auto;
  }

  .org-hero-image {
    position: relative;
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    grid-row: 2;
  }

  .org-hero-image::before {
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.1), rgba(248, 251, 255, 0.35));
  }

  .org-hero-text h1 {
    font-size: 50px;
  }

  .org-hero-text h2 {
    font-size: 25px;
  }

  .org-values {
    flex-wrap: wrap;
  }

  .org-orange-circle {
    width: 72px;
    height: 72px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .org-hero-section {
    padding: 12px;
  }

  .org-hero-content {
    padding: 34px 22px 28px;
    border-radius: 14px;
    gap: 24px;
  }

  .org-dot-pattern {
    width: 92px;
    height: 86px;
    left: 14px;
    top: 14px;
    background-size: 14px 14px;
  }

  .org-hero-text h1 {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }

  .org-hero-text h2 {
    font-size: 20px;
    line-height: 1.35;
  }

  .org-title-line {
    width: 56px;
    height: 4px;
    margin-bottom: 20px;
  }

  .org-hero-text p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 24px;
  }

  .org-values {
    width: 100%;
    padding: 14px;
    gap: 10px;
    justify-content: center;
  }

  .org-values span {
    font-size: 13px;
  }

  .org-values b {
    display: none;
  }

  .value-icon {
    width: 38px;
    height: 38px;
  }

  .org-hero-image {
    height: 220px;
  }

  .org-orange-circle {
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: -16px;
  }
}

/* Extra small mobile */
@media (max-width: 380px) {
  .org-hero-content {
    padding: 30px 18px 26px;
  }

  .org-hero-text h1 {
    font-size: 33px;
  }

  .org-hero-text h2 {
    font-size: 18px;
  }

  .org-values span {
    font-size: 12.5px;
  }

  .org-hero-image {
    height: 190px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8349b14 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* SECTION UTAMA */
.struktur-akademik-section {
  width: 100%;
  padding: 34px 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 55%, #eef6ff 100%);
}

/* WRAPPER */
.struktur-akademik-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* LEVEL */
.struktur-level {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.pimpinan-level {
  margin-bottom: 28px;
}

.middle-level {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 30px;
}

.staff-level {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* CARD */
.struktur-card {
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.struktur-card:hover {
  transform: translateY(-7px);
  border-color: #93c5fd;
  box-shadow: 0 20px 42px rgba(0, 87, 217, 0.14);
}

/* CARD UKURAN */
.pimpinan-card {
  width: 520px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  padding: 18px;
  align-items: center;
}

.middle-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 18px;
  align-items: center;
}

.staff-card {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 16px;
  padding: 16px;
  align-items: center;
}

/* FOTO */
.struktur-photo {
  width: 100%;
  height: 170px;
  background: #eaf3ff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pimpinan-card .struktur-photo {
  height: 180px;
}

.staff-photo {
  height: 120px;
}

.struktur-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CONTENT */
.struktur-content h3 {
  color: #0057d9;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 6px;
}

.struktur-content h4 {
  color: #ff7900;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 8px;
}

.struktur-line {
  width: 46px;
  height: 2px;
  background: #4da3ff;
  border-radius: 999px;
  margin-bottom: 10px;
}

.struktur-content p {
  color: #1e293b;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

.staff-card .struktur-content h3 {
  font-size: 14px;
}

.staff-card .struktur-content h4 {
  font-size: 11.5px;
}

.staff-card .struktur-content p {
  font-size: 10.5px;
}

/* SUBTITLE */
.struktur-subtitle {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  align-items: center;
  gap: 10px;
  margin: 8px 0 24px;
}

.struktur-subtitle span {
  height: 2px;
  background: linear-gradient(90deg, transparent, #0057d9);
}

.struktur-subtitle span:last-child {
  background: linear-gradient(90deg, #0057d9, transparent);
}

.subtitle-icon {
  width: 34px;
  height: 34px;
  background: #eef5ff;
  color: #0057d9;
  border: 1px solid #bfdbfe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subtitle-icon svg {
  width: 20px;
  height: 20px;
}

.subtitle-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.struktur-subtitle h2 {
  color: #071b4d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
}

/* TABLET */
@media (max-width: 992px) {
  .middle-level,
  .staff-level {
    grid-template-columns: 1fr;
  }

  .pimpinan-card,
  .middle-card,
  .staff-card {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  .struktur-subtitle {
    grid-template-columns: 1fr auto 1fr;
  }

  .struktur-subtitle h2 {
    grid-column: 1 / -1;
    text-align: center;
    white-space: normal;
    margin-top: 8px;
  }

  .subtitle-icon {
    grid-column: 2;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .struktur-akademik-section {
    padding: 26px 16px;
  }

  .pimpinan-card,
  .middle-card,
  .staff-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 14px;
  }

  .struktur-photo,
  .pimpinan-card .struktur-photo,
  .staff-photo {
    height: 240px;
  }

  .struktur-content h3 {
    font-size: 17px;
  }

  .struktur-content h4 {
    font-size: 13px;
  }

  .struktur-content p,
  .staff-card .struktur-content p {
    font-size: 13px;
    line-height: 1.65;
    text-align: justify;
  }

  .staff-card .struktur-content h3 {
    font-size: 16px;
  }

  .staff-card .struktur-content h4 {
    font-size: 13px;
  }

  .struktur-subtitle h2 {
    font-size: 16px;
  }
}

/* EXTRA SMALL */
@media (max-width: 380px) {
  .struktur-akademik-section {
    padding: 22px 12px;
  }

  .struktur-photo,
  .pimpinan-card .struktur-photo,
  .staff-photo {
    height: 210px;
  }

  .struktur-content h3 {
    font-size: 16px;
  }

  .struktur-content p,
  .staff-card .struktur-content p {
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edeb992 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* Section utama */
.peran-section {
  width: 100%;
  padding: 42px 28px;
  background: #ffffff;
}

/* Header */
.peran-header {
  text-align: center;
  margin-bottom: 34px;
}

.peran-line {
  width: 72px;
  height: 4px;
  background: #ff7900;
  border-radius: 999px;
  margin: 0 auto 14px;
}

.peran-header h2 {
  color: #0057d9;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px;
}

.peran-header p {
  max-width: 900px;
  margin: 0 auto;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
  text-align: center;
}

/* Wrapper card */
.peran-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* Card */
.peran-card {
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  padding: 34px 28px 30px;
  min-height: 245px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.peran-card:hover {
  transform: translateY(-8px);
  border-color: #93c5fd;
  box-shadow: 0 20px 42px rgba(0, 87, 217, 0.14);
}

/* Icon */
.peran-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  background: #eef5ff;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #dbeafe;
}

.peran-icon svg {
  width: 44px;
  height: 44px;
}

.peran-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Text */
.peran-card h3 {
  color: #0057d9;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 14px;
  text-align: center;
}

.peran-card p {
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

/* Tablet */
@media (max-width: 1100px) {
  .peran-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .peran-card {
    min-height: auto;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .peran-section {
    padding: 32px 16px;
  }

  .peran-header {
    margin-bottom: 26px;
  }

  .peran-line {
    width: 56px;
    height: 4px;
  }

  .peran-header h2 {
    font-size: 24px;
  }

  .peran-header p {
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
  }

  .peran-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .peran-card {
    padding: 28px 22px;
    border-radius: 14px;
  }

  .peran-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
  }

  .peran-icon svg {
    width: 38px;
    height: 38px;
  }

  .peran-card h3 {
    font-size: 19px;
  }

  .peran-card p {
    font-size: 13.8px;
    line-height: 1.65;
    text-align: justify;
  }
}

/* Extra small mobile */
@media (max-width: 380px) {
  .peran-section {
    padding: 28px 12px;
  }

  .peran-header h2 {
    font-size: 22px;
  }

  .peran-card {
    padding: 26px 18px;
  }

  .peran-card h3 {
    font-size: 18px;
  }

  .peran-card p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75f1985 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* Section */
.quote-section {
  width: 100%;
  padding: 24px;
  background: #ffffff;
}

/* Card utama */
.quote-card {
  position: relative;
  width: 100%;
  min-height: 96px;
  background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%);
  border: 1px solid #dbeafe;
  border-radius: 14px;
  padding: 24px 210px 24px 130px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.quote-card:hover {
  transform: translateY(-5px);
  border-color: #93c5fd;
  box-shadow: 0 18px 40px rgba(0, 87, 217, 0.13);
}

/* Icon kutip */
.quote-icon {
  position: absolute;
  left: 46px;
  top: 50%;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.28);
}

.quote-icon span {
  font-size: 62px;
  font-weight: 900;
  font-family: Georgia, serif;
  line-height: 1;
  margin-top: -8px;
}

/* Teks */
.quote-card p {
  position: relative;
  z-index: 2;
  color: #334155;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

.quote-card strong {
  color: #071b4d;
  font-weight: 900;
}

/* Pola titik kanan */
.quote-dots {
  position: absolute;
  right: 36px;
  top: 24px;
  width: 150px;
  height: 58px;
  background-image: radial-gradient(rgba(0, 87, 217, 0.22) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.8;
}

/* Dekorasi halus */
.quote-card::before {
  content: "";
  position: absolute;
  left: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  background: rgba(0, 87, 217, 0.06);
  border-radius: 50%;
}

.quote-card::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 260px;
  height: 200px;
  background: rgba(0, 87, 217, 0.05);
  border-radius: 50%;
}

/* Tablet */
@media (max-width: 768px) {
  .quote-card {
    padding: 24px 120px 24px 110px;
  }

  .quote-icon {
    left: 32px;
    width: 58px;
    height: 58px;
  }

  .quote-icon span {
    font-size: 56px;
  }

  .quote-card p {
    font-size: 16px;
  }

  .quote-dots {
    right: 22px;
    width: 80px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .quote-section {
    padding: 16px;
  }

  .quote-card {
    min-height: auto;
    padding: 24px 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 12px;
  }

  .quote-icon {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 54px;
    height: 54px;
    justify-self: flex-start;
  }

  .quote-icon span {
    font-size: 52px;
  }

  .quote-card p {
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
  }

  .quote-dots {
    right: 16px;
    top: 16px;
    width: 80px;
    height: 44px;
    background-size: 12px 12px;
    opacity: 0.45;
  }
}

/* Extra small */
@media (max-width: 380px) {
  .quote-section {
    padding: 12px;
  }

  .quote-card {
    padding: 22px 16px;
  }

  .quote-card p {
    font-size: 13.5px;
  }
}/* End custom CSS */