.phpb-profil-header {
    padding: 24px 0;

    background: #ffffff;

    border-bottom: 1px solid #e5e7eb;
}

.phpb-profil-breadcrumb {
    font-size: 0.88rem;
}

.phpb-profil-breadcrumb a {
    color: #2563eb;

    font-weight: 600;

    text-decoration: none;
}

.phpb-profil-breadcrumb a:hover {
    color: #1d4ed8;
}

.phpb-profil-breadcrumb .breadcrumb-item {
    color: #64748b;
}

.phpb-profil-breadcrumb .breadcrumb-item.active {
    color: #172033;

    font-weight: 600;
}

.phpb-profil-page-title {
    display: flex;

    align-items: center;

    gap: 14px;
}

.phpb-profil-title-icon {
    width: 52px;
    height: 52px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #2563eb;

    background: #eff6ff;

    border-radius: 14px;

    font-size: 1.3rem;
}

.phpb-profil-page-title h1 {
    margin: 0 0 3px;

    color: #172033;

    font-size: clamp(1.8rem, 3vw, 2.35rem);

    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -0.5px;
}

.phpb-profil-page-title p {
    margin: 0;

    color: #64748b;

    font-size: 0.95rem;

    line-height: 1.4;
}

.phpb-profil-container {
    padding-top: 28px;

    padding-bottom: 45px;
}

.phpb-profil-main-card {
    width: 100%;
    max-width: 900px;

    margin: 0 auto 28px;

    padding: 10px 20px;

    background: transparent;

    border: 0;

    border-radius: 0;

    box-shadow: none;

    text-align: center;
}

.phpb-profil-identity {
    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 14px;
}

.phpb-profil-logo {
    width: 100px;
    height: 100px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 8px;

    background: #f8fafc;

    border: 1px solid #e5e7eb;

    border-radius: 14px;
}

.phpb-profil-logo img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.phpb-profil-identity-content {
    width: 100%;
}

.phpb-profil-identity-content h2 {
    margin: 0 0 6px;

    color: #172033;

    font-size: 1.6rem;

    line-height: 1.4;

    font-weight: 800;
}

.phpb-profil-identity-content p {
    margin: 0;

    color: #64748b;

    font-size: 1rem;
}


.phpb-profil-row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.phpb-profil-section-card {
    height: 100%;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 5px 18px rgba(15, 23, 42, 0.04);
}

.phpb-profil-section-header {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 17px 20px;

    background: #f8fafc;

    border-bottom: 1px solid #e5e7eb;
}

.phpb-profil-section-icon {
    width: 42px;
    height: 42px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #2563eb;

    background: #eff6ff;

    border-radius: 11px;

    font-size: 1.1rem;
}

.phpb-profil-section-header h3 {
    margin: 0 0 2px;

    color: #172033;

    font-size: 1.08rem;

    line-height: 1.3;

    font-weight: 750;
}

.phpb-profil-section-header p {
    margin: 0;

    color: #64748b;

    font-size: 0.82rem;
}


.phpb-profil-info-list {
    padding: 0 20px;
}


.phpb-profil-info-item {
    display: grid;

    grid-template-columns: 150px 1fr;

    gap: 15px;

    padding: 13px 0;

    border-bottom: 1px solid #eef2f7;
}

.phpb-profil-info-item:last-child {
    border-bottom: 0;
}

.phpb-profil-info-label {
    color: #64748b;

    font-size: 0.88rem;

    line-height: 1.5;

    font-weight: 600;
}

.phpb-profil-info-value {
    color: #172033;

    font-size: 0.92rem;

    line-height: 1.5;

    font-weight: 600;
}

.phpb-profil-contact-item {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 13px 0;

    border-bottom: 1px solid #eef2f7;
}

.phpb-profil-contact-item:last-child {
    border-bottom: 0;
}

.phpb-profil-contact-icon {
    width: 38px;
    height: 38px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #2563eb;

    background: #eff6ff;

    border-radius: 10px;

    font-size: 1rem;
}

.phpb-profil-contact-icon.phpb-profil-whatsapp {
    color: #16a34a;

    background: #f0fdf4;
}

.phpb-profil-contact-value {
    margin-top: 2px;

    color: #172033;

    font-size: 0.92rem;

    line-height: 1.55;

    font-weight: 600;
}

.phpb-profil-contact-link {
    display: inline-block;

    margin-top: 2px;

    color: #2563eb;

    font-size: 0.92rem;

    line-height: 1.5;

    font-weight: 650;

    text-decoration: none;
}

.phpb-profil-contact-link:hover {
    color: #1d4ed8;

    text-decoration: underline;
}

@media (max-width: 991.98px) {

    .phpb-profil-header {
        padding: 22px 0;
    }

    .phpb-profil-container {
        padding-top: 24px;

        padding-bottom: 40px;
    }

    .phpb-profil-main-card {
        margin-bottom: 16px;
    }

}

@media (max-width: 767.98px) {

    .phpb-profil-header {
        padding: 20px 0;
    }

    .phpb-profil-breadcrumb {
        font-size: 0.8rem;
    }

    .phpb-profil-page-title {
        align-items: flex-start;

        gap: 11px;
    }

    .phpb-profil-title-icon {
        width: 45px;
        height: 45px;

        border-radius: 12px;

        font-size: 1rem;
    }

    .phpb-profil-page-title h1 {
        font-size: 1.55rem;

        line-height: 1.3;
    }

    .phpb-profil-page-title p {
        font-size: 0.84rem;
    }

    .phpb-profil-container {
        padding-top: 20px;

        padding-bottom: 35px;
    }


    /* Profil Utama */

      .phpb-profil-main-card {
        padding: 8px 10px;

        margin-bottom: 22px;
    }

    .phpb-profil-identity {
        gap: 12px;
    }

    .phpb-profil-logo {
        width: 82px;
        height: 82px;

        padding: 6px;

        border-radius: 12px;
    }

    .phpb-profil-identity-content h2 {
        font-size: 1.25rem;

        line-height: 1.4;
    }

    .phpb-profil-identity-content p {
        font-size: 0.88rem;
    }


    /* Section */

    .phpb-profil-section-header {
        padding: 15px 17px;

        gap: 10px;
    }

    .phpb-profil-section-icon {
        width: 38px;
        height: 38px;

        border-radius: 10px;
    }

    .phpb-profil-section-header h3 {
        font-size: 1rem;
    }

    .phpb-profil-section-header p {
        font-size: 0.78rem;
    }

    .phpb-profil-info-list {
        padding: 0 17px;
    }


    /* Information */

    .phpb-profil-info-item {
        grid-template-columns: 1fr;

        gap: 3px;

        padding: 11px 0;
    }

    .phpb-profil-info-label {
        font-size: 0.82rem;
    }

    .phpb-profil-info-value {
        font-size: 0.9rem;
    }


    /* Contact */

    .phpb-profil-contact-item {
        gap: 11px;

        padding: 11px 0;
    }

    .phpb-profil-contact-icon {
        width: 35px;
        height: 35px;

        font-size: 0.9rem;
    }

    .phpb-profil-contact-value,
    .phpb-profil-contact-link {
        font-size: 0.88rem;
    }

}

@media (max-width: 420px) {

    .phpb-profil-page-title h1 {
        font-size: 1.4rem;
    }

    .phpb-profil-page-title p {
        font-size: 0.8rem;
    }

    .phpb-profil-identity {
        align-items: flex-start;
    }

    .phpb-profil-logo {
        width: 64px;
        height: 64px;
    }

    .phpb-profil-identity-content h2 {
        font-size: 1.05rem;
    }

    .phpb-profil-main-card {
        padding: 16px;
    }

    .phpb-profil-section-header {
        padding: 14px 15px;
    }

    .phpb-profil-info-list {
        padding: 0 15px;
    }

}