/* =========================================================
   1. FULL BANNER HEADER - LOGO MEMENUHI HEADER
   ========================================================= */
.pkp_structure_head {
    padding: 0 !important;
    border-bottom: none !important;
    overflow: visible !important;
    position: relative !important;
}

/* Buat logo memenuhi lebar header */
.pkp_site_name_wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

.pkp_site_name {
    width: 100% !important;
    display: block !important;
}

.pkp_site_name .is_img {
    width: 100% !important;
    display: block !important;
}

.pkp_site_name .is_img img {
    width: 100% !important;
    max-height: 200px !important;           /* Sesuaikan tinggi banner */
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* =========================================================
   2. NAVIGASI DI BAWAH BANNER (Tetap solid)
   ========================================================= */
.pkp_navigation_primary_wrapper {
    background-color: #b69460 !important;
    border-bottom: none !important;
    padding-left: 10px;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-weight: bold;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    background-color: #3b556b !important;
    color: #ffffff !important;
}

.pkp_navigation_primary ul {
    background-color: #b69460 !important;
    border: 1px solid #3b556b !important;
}

.pkp_navigation_primary ul li a {
    color: #ffffff !important;
}

.pkp_navigation_primary ul li a:hover {
    background-color: #3b556b !important;
}

/* =========================================================
   3. BACKGROUND PATTERN + OVERLAY
   ========================================================= */
html, body {
    background-image: url('https://st2.depositphotos.com/4147207/42894/i/450/depositphotos_428949376-stock-photo-black-white-cad-drawing-islamic.jpg') !important;
    background-repeat: repeat !important;
    background-position: 0 0 !important;
    background-attachment: fixed !important;
    background-size: 380px auto !important;
    background-color: #f4f7fb !important;
}

.pkp_structure,
.pkp_structure_head,
.pkp_structure_footer,
.pkp_page,
.pkp_masthead,
.pkp_header {
    background-color: transparent !important;
}

/* Overlay putih tipis di konten */
.pkp_structure_content,
.pkp_page .main_content,
.pkp_structure_sidebar .pkp_block {
    background-color: rgba(255, 255, 255, 0.96) !important;
    border-radius: 12px !important;
}

/* Sidebar */
.pkp_structure_sidebar .pkp_block {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 25px;
    overflow: hidden;
}

.pkp_structure_sidebar .pkp_block .title {
    background-color: #b69460 !important;
    color: #ffffff !important;
    padding: 12px 15px !important;
    margin: 0 !important;
    font-weight: bold;
    font-size: 15px;
    border-bottom: none !important;
    text-align: center;
}

.pkp_structure_sidebar .pkp_block .content {
    padding: 0px !important;
}

.pkp_structure_sidebar .pkp_block a {
    color: #b69460;
    font-weight: 500;
}

.pkp_structure_sidebar .pkp_block a:hover {
    color: #3b556b;
    text-decoration: underline;
}

/* Footer */
.pkp_structure_footer {
    background-color: rgb(218 230 241) !important;
}

/* =========================================================
   4. RESPONSIVE
   ========================================================= */
@media (max-width: 991px) {
    .pkp_site_nav_toggle {
        background: #597894;
    }
}

/* Reset pembungkus tengah agar banner bisa full width */
.pkp_head_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}