.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 );}/* Start custom CSS for text-editor, class: .elementor-element-e727832 */.prestasi-alumni {
  font-family: "Lato", sans-serif;
  color: #333;
  line-height: 1.7;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}

.prestasi-alumni h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #440059;
  text-align: center;
  border-bottom: 3px solid #ffd700;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

/* Kartu alumni */
.alumni-card {
  display: flex;
  align-items: flex-start;
  background: #fafafa;
  border-left: 5px solid #440059;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  overflow: hidden;
  gap: 20px;
}

/* Foto alumni */
.alumni-photo {
  flex: 0 0 200px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.alumni-photo img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffd700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.alumni-photo img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(68, 0, 89, 0.3);
}

/* Konten teks */
.alumni-content {
  flex: 1;
  padding: 20px 25px 25px 10px;
}

.alumni-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.alumni-subinfo {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 15px;
  font-style: italic;
}

.subheading {
  font-weight: 600;
  color: #440059;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.alumni-card p {
  text-align: justify;
  margin-bottom: 10px;
}

/* 🔹 Responsif Mobile */
@media (max-width: 768px) {
  .alumni-card {
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 10px 15px 20px;
  }

  .alumni-photo {
    padding: 15px 0 5px;
  }

  .alumni-photo img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .alumni-content {
    padding: 10px 5px;
  }

  .alumni-name {
    text-align: center;
    margin-top: 5px;
  }

  .alumni-subinfo {
    text-align: center;
    margin-bottom: 10px;
  }

  .prestasi-alumni h2 {
    font-size: 1.5rem;
  }

  .alumni-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e8e82b6 */.prestasi-alumni {
  font-family: "Lato", sans-serif;
  color: #333;
  line-height: 1.7;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}

.prestasi-alumni h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #440059;
  text-align: center;
  border-bottom: 3px solid #ffd700;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

/* Kartu alumni */
.alumni-card {
  display: flex;
  align-items: flex-start;
  background: #fafafa;
  border-left: 5px solid #440059;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  overflow: hidden;
  gap: 20px;
}

/* Foto alumni */
.alumni-photo {
  flex: 0 0 200px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.alumni-photo img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffd700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.alumni-photo img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(68, 0, 89, 0.3);
}

/* Konten teks */
.alumni-content {
  flex: 1;
  padding: 20px 25px 25px 10px;
}

.alumni-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.alumni-subinfo {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 15px;
  font-style: italic;
}

.subheading {
  font-weight: 600;
  color: #440059;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.alumni-card p {
  text-align: justify;
  margin-bottom: 10px;
}

/* 🔹 Responsif Mobile */
@media (max-width: 768px) {
  .alumni-card {
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 10px 15px 20px;
  }

  .alumni-photo {
    padding: 15px 0 5px;
  }

  .alumni-photo img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .alumni-content {
    padding: 10px 5px;
  }

  .alumni-name {
    text-align: center;
    margin-top: 5px;
  }

  .alumni-subinfo {
    text-align: center;
    margin-bottom: 10px;
  }

  .prestasi-alumni h2 {
    font-size: 1.5rem;
  }

  .alumni-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3e0e885 */.prestasi-alumni {
  font-family: "Lato", sans-serif;
  color: #333;
  line-height: 1.7;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}

.prestasi-alumni h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #440059;
  text-align: center;
  border-bottom: 3px solid #ffd700;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

/* Kartu alumni */
.alumni-card {
  display: flex;
  align-items: flex-start;
  background: #fafafa;
  border-left: 5px solid #440059;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  overflow: hidden;
  gap: 20px;
}

/* Foto alumni */
.alumni-photo {
  flex: 0 0 200px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.alumni-photo img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffd700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.alumni-photo img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(68, 0, 89, 0.3);
}

/* Konten teks */
.alumni-content {
  flex: 1;
  padding: 20px 25px 25px 10px;
}

.alumni-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.alumni-subinfo {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 15px;
  font-style: italic;
}

.subheading {
  font-weight: 600;
  color: #440059;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.alumni-card p {
  text-align: justify;
  margin-bottom: 10px;
}

/* 🔹 Responsif Mobile */
@media (max-width: 768px) {
  .alumni-card {
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 10px 15px 20px;
  }

  .alumni-photo {
    padding: 15px 0 5px;
  }

  .alumni-photo img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .alumni-content {
    padding: 10px 5px;
  }

  .alumni-name {
    text-align: center;
    margin-top: 5px;
  }

  .alumni-subinfo {
    text-align: center;
    margin-bottom: 10px;
  }

  .prestasi-alumni h2 {
    font-size: 1.5rem;
  }

  .alumni-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fbf3d9c */.prestasi-alumni {
  font-family: "Lato", sans-serif;
  color: #333;
  line-height: 1.7;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}

.prestasi-alumni h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #440059;
  text-align: center;
  border-bottom: 3px solid #ffd700;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

/* Kartu alumni */
.alumni-card {
  display: flex;
  align-items: flex-start;
  background: #fafafa;
  border-left: 5px solid #440059;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  overflow: hidden;
  gap: 20px;
}

/* Foto alumni */
.alumni-photo {
  flex: 0 0 200px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.alumni-photo img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffd700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.alumni-photo img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(68, 0, 89, 0.3);
}

/* Konten teks */
.alumni-content {
  flex: 1;
  padding: 20px 25px 25px 10px;
}

.alumni-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.alumni-subinfo {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 15px;
  font-style: italic;
}

.subheading {
  font-weight: 600;
  color: #440059;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.alumni-card p {
  text-align: justify;
  margin-bottom: 10px;
}

/* 🔹 Responsif Mobile */
@media (max-width: 768px) {
  .alumni-card {
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 10px 15px 20px;
  }

  .alumni-photo {
    padding: 15px 0 5px;
  }

  .alumni-photo img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .alumni-content {
    padding: 10px 5px;
  }

  .alumni-name {
    text-align: center;
    margin-top: 5px;
  }

  .alumni-subinfo {
    text-align: center;
    margin-bottom: 10px;
  }

  .prestasi-alumni h2 {
    font-size: 1.5rem;
  }

  .alumni-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7333fb9 */.prestasi-alumni {
  font-family: "Lato", sans-serif;
  color: #333;
  line-height: 1.7;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}

.prestasi-alumni h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #440059;
  text-align: center;
  border-bottom: 3px solid #ffd700;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

/* Kartu alumni */
.alumni-card {
  display: flex;
  align-items: flex-start;
  background: #fafafa;
  border-left: 5px solid #440059;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  overflow: hidden;
  gap: 20px;
}

/* Foto alumni */
.alumni-photo {
  flex: 0 0 200px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.alumni-photo img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffd700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.alumni-photo img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(68, 0, 89, 0.3);
}

/* Konten teks */
.alumni-content {
  flex: 1;
  padding: 20px 25px 25px 10px;
}

.alumni-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.alumni-subinfo {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 15px;
  font-style: italic;
}

.subheading {
  font-weight: 600;
  color: #440059;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.alumni-card p {
  text-align: justify;
  margin-bottom: 10px;
}

/* 🔹 Responsif Mobile */
@media (max-width: 768px) {
  .alumni-card {
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 10px 15px 20px;
  }

  .alumni-photo {
    padding: 15px 0 5px;
  }

  .alumni-photo img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .alumni-content {
    padding: 10px 5px;
  }

  .alumni-name {
    text-align: center;
    margin-top: 5px;
  }

  .alumni-subinfo {
    text-align: center;
    margin-bottom: 10px;
  }

  .prestasi-alumni h2 {
    font-size: 1.5rem;
  }

  .alumni-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-991bd2e */.prestasi-alumni {
  font-family: "Lato", sans-serif;
  color: #333;
  line-height: 1.7;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}

.prestasi-alumni h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #440059;
  text-align: center;
  border-bottom: 3px solid #ffd700;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

/* Kartu alumni */
.alumni-card {
  display: flex;
  align-items: flex-start;
  background: #fafafa;
  border-left: 5px solid #440059;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  overflow: hidden;
  gap: 20px;
}

/* Foto alumni */
.alumni-photo {
  flex: 0 0 200px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.alumni-photo img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffd700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.alumni-photo img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(68, 0, 89, 0.3);
}

/* Konten teks */
.alumni-content {
  flex: 1;
  padding: 20px 25px 25px 10px;
}

.alumni-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.alumni-subinfo {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 15px;
  font-style: italic;
}

.subheading {
  font-weight: 600;
  color: #440059;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.alumni-card p {
  text-align: justify;
  margin-bottom: 10px;
}

/* 🔹 Responsif Mobile */
@media (max-width: 768px) {
  .alumni-card {
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 10px 15px 20px;
  }

  .alumni-photo {
    padding: 15px 0 5px;
  }

  .alumni-photo img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .alumni-content {
    padding: 10px 5px;
  }

  .alumni-name {
    text-align: center;
    margin-top: 5px;
  }

  .alumni-subinfo {
    text-align: center;
    margin-bottom: 10px;
  }

  .prestasi-alumni h2 {
    font-size: 1.5rem;
  }

  .alumni-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}/* End custom CSS */