/* Hilangkan margin default body */
body {
    margin: 0 !important;
    padding: 0 !important;
}

/* Hilangkan batas container header */
.pkp_structure_head,
.pkp_structure_head .pkp_head_wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Paksa banner keluar dari container tengah */
.has_site_logo .pkp_site_name {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding: 0;
}

/* Banner image full layar */
.has_site_logo .pkp_site_name img {
    width: 100vw !important;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Hindari scroll horizontal */
html, body {
    overflow-x: hidden;
}
