/* ================================
   HEADER BIRU BESAR (FINAL FIX)
================================ */

/* TOP HEADER */
.custom-main-header .top-header {
    background: #2e4593;
    padding: 40px 0;
}

/* CONTAINER FLEX */
.custom-main-header .header-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.custom-main-header .site-logo {
    height: 95px;
}

/* CENTER TITLE */
.custom-main-header .header-center {
    text-align: center;
    flex: 1;
}

/* PAKSA WARNA & UKURAN JUDUL */
.custom-main-header .header-center h1 {
    color: #ffffff !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.custom-main-header .header-center p {
    color: #e0e7ff !important;
    font-size: 16px !important;
    margin-top: 6px !important;
}

/* USER MENU KANAN */
.custom-main-header .header-user {
    display: flex;
    align-items: center;
}

.custom-main-header .header-user .nav-link {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    padding: 6px 14px;
    margin-left: 10px;
    border-radius: 4px;
}

.custom-main-header .header-user .nav-link:hover {
    background: rgba(255,255,255,0.2);
}

/* ================================
   MENU ABU-ABU
================================ */

.custom-main-header .menu-bar {
    background: #e5e5e5;
    border-bottom: 1px solid #ccc;
}

.custom-main-header .menu-bar .nav-link {
    color: #333 !important;
    font-weight: 600;
    padding: 14px 18px;
}

/* ================================
   CUSTOM FOOTER FINAL
================================ */

.custom-footer {
    background: #1f2f6b;
    color: #ffffff;
    padding: 60px 0 25px 0;
    margin-top: 80px;
}

.custom-footer .footer-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.custom-footer .footer-column {
    width: 30%;
}

.custom-footer h4 {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 18px;
}

.custom-footer p,
.custom-footer li {
    font-size: 14px;
    line-height: 1.6;
}

.custom-footer ul {
    padding-left: 18px;
}

.custom-footer a {
    color: #c7d2fe;
    text-decoration: none;
}

.custom-footer a:hover {
    text-decoration: underline;
}

.custom-footer .footer-bottom {
    text-align: center;
    margin-top: 45px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 18px;
    font-size: 13px;
}