.logo-wrapper{
    display:flex;
    justify-content:center;
    margin-bottom:20px;
}

.logo-circle{
    width:110px;
    height:110px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    background:rgba(212,175,55,.08);
    border:2px solid rgba(212,175,55,.25);

    box-shadow:
        0 0 15px rgba(212,175,55,.15),
        inset 0 0 10px rgba(212,175,55,.08);
}

.kaligrafi{
    font-size:4rem;
    line-height:1;
    color:#f7d774;

    text-shadow:
        0 0 8px rgba(247,215,116,.4),
        0 0 20px rgba(247,215,116,.2);
}

/* Judul Arab */

      .arabic-title {
        font-family: "Amiri", serif;
        font-size: 3rem;
        line-height: 1.8;
		margin-top: 80px;

        text-shadow: 0 0 10px rgba(212, 175, 55, 0.3),
          0 0 25px rgba(212, 175, 55, 0.2);
      }

      /* Judul Indonesia */

      .main-title {
        font-size: 2rem;
        font-weight: 500;
        color: var(--gold-light);
        margin-top:15px;
      }

      .subtitle {
        margin-top: 15px;
        font-size: 1.5rem;
        opacity: 0.9;
      }


@media (max-width:768px){

    .logo-circle{
        width:85px;
        height:85px;
    }

    .kaligrafi{
        font-size:3rem;
    }

}

/* Judul */
.page-title{...}

/* Card */
.main-card{...}

/* Tabel */
.table-custom{...}