/* =============================================
   STICKY HEADER & NAVBAR LAYOUT
   ============================================= */

/* body padding-top dihitung dinamis oleh JavaScript */
body {
    padding-top: 0;
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* z-index HARUS di bawah fancybox (8010+) agar modal tidak tertutup navbar */
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
}

#masthead.scrolled {
    box-shadow: 0 4px 16px rgba(15, 54, 97, 0.14);
}

/* Pastikan fancybox overlay & wrap tampil di atas navbar */
.fancybox-overlay {
    z-index: 8010 !important;
}
.fancybox-wrap {
    z-index: 8030 !important;
}
.fancybox-skin {
    z-index: 8030 !important;
}

/* =============================================
   HEADER LAYOUT
   ============================================= */

.site-branding {
    float: left;
}

.header-custom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-custom-wrapper .navbar-default {
    background: transparent;
    border: none;
    margin: 0;
    min-height: auto;
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .site-branding {
        width: 250px;
    }

    .header-custom-wrapper .navbar-collapse {
        padding: 0;
    }

    .header-custom-wrapper .navbar-nav {
        display: flex !important;
        align-items: center;
        margin: 0;
    }

    .header-custom-wrapper .navbar-nav > li {
        float: none !important;
    }

    .header-custom-wrapper .navbar-nav > li > a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .navbar-default .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar-default .navbar-nav > li.dropdown:hover > a {
        background-color: #ffcd29 !important;
        color: #0f3661 !important;
    }
}

/* =============================================
   GENERAL LINK & BUTTON STYLES
   ============================================= */

a.btn:visited {
    color: #0f3661;
}

a.link:hover,
a.link,
a.link:visited {
    color: #0f3661;
    font-weight: 700;
}

/* =============================================
   META LOGIN NAV (TOP BAR)
   ============================================= */

nav.meta-login ul li a {
    color: #fff !important;
}

nav.meta-login ul li:first-child {
    font-weight: bold;
}

nav.meta-login ul li a:hover {
    color: #ffcd29;
    text-decoration: underline;
}

/* =============================================
   UTILITIES
   ============================================= */

#secondary li > div.simi-co > p.meta {
    font: 11px Montserrat, sans-serif;
}

img.quote_img {
    max-width: 95px;
    max-height: 95px;
}

.courses.list-group-item .course_space {
    min-width: 500px;
}

.flexslider .slides li {
    min-height: auto;
}

.flexslider .slides li img {
    min-height: auto;
}

/* =============================================
   FORM GENERAL
   ============================================= */

.register-form label {
    width: 100%;
    margin: 10px 0 0 0;
}

.form-control {
    box-shadow: none;
}

select.form-control {
    width: 100%;
    top: 15px;
    padding: 6px 8px;
}

label + select.form-control {
    top: 50px;
    border: 1px solid #e4e8ee;
    border-radius: 0;
}

input.form-control:focus,
textarea.form-control:focus {
    border: 1px solid #0f3661;
}

.form-control:focus {
    border-color: #0f3661;
}

/* =============================================
   SELECT2
   ============================================= */

.select2.select2-container {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
}

.select2.select2-container--open .select2-selection {
    border: 1px solid #0f3661;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-selection.select2-selection--single {
    padding: 2px 0;
    height: 34px;
    border: 1px solid #e4e8ee;
    border-radius: 0;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
}

/* =============================================
   UTILITY CLASSES
   ============================================= */

.btn i {
    margin: 0 5px 0 0;
    top: 0;
}

.bold {
    font-weight: bold;
}

.b500 {
    font-weight: 500;
}

.mt-4 {
    margin-top: 1.75em;
}

.mb-4 {
    margin-bottom: 1.75em;
}

.info h3 {
    margin-top: 45px;
    margin-bottom: 0;
}

.info input {
    padding: 6px 12px;
    width: 100%;
    color: #666;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    border: 1px solid #e4e8ee;
    border-radius: 0;
}

.info label {
    margin-top: 15px;
    color: #555;
    font-size: 13pt;
    line-height: 13pt;
}

.info p {
    color: #343434;
    font-size: 12pt;
    line-height: 12pt;
    margin-bottom: 10px;
}

/* =============================================
   THEME — NAVBAR & DROPDOWN
   ============================================= */

/* Active Nav State */
.navbar-default .navbar-nav > li.dropdown.active > a,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
    background-color: #ffcd29 !important;
    color: #0f3661 !important;
}

.navbar-default .navbar-nav .dropdown-menu > li.active > a {
    background-color: #ffcd29 !important;
    color: #0f3661 !important;
    font-weight: bold !important;
}

/* Dropdown Menu Container */
.navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav .dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #e4e8ee !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
    padding: 5px 0 !important;
}

/* Dropdown Links */
.dropdown-menu > li > a,
.navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #0f3661 !important;
    background-color: #ffffff !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

/* Dropdown Links Hover */
.dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #ffcd29 !important;
    color: #0f3661 !important;
}

/* Navbar Base Style */
.navbar-default {
    border: none !important;
    border-radius: 0 !important;
}

/* Navbar Links */
.navbar-default .navbar-nav > li > a {
    color: #0f3661 !important;
    background-color: transparent !important;
    font-weight: 600 !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

/* Navbar Hover & Open States */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffcd29 !important;
    color: #0f3661 !important;
}

/* PMB Highlighted Menu Item */
.navbar-default .navbar-nav > li.menu-pmb > a {
    background-color: #ffcd29 !important;
    color: #0f3661 !important;
    font-weight: bold !important;
}

.navbar-default .navbar-nav > li.menu-pmb > a:hover,
.navbar-default .navbar-nav > li.menu-pmb > a:focus,
.navbar-default .navbar-nav > li.menu-pmb.open > a {
    background-color: #e6af00 !important;
    color: #0f3661 !important;
}

/* =============================================
   THEME — COLORS & HOVER STATES
   ============================================= */

#primary header.entry-header h1,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000 !important;
    transition: 0.2s ease;
}

.aboutus h3,
.contact-widget i,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a.read-more i,
a:hover.read-more {
    transition: 0.2s ease;
    color: #ffcd29 !important;
    margin-right: 8px;
}

.news-widget ul li p.title a:hover,
#secondary .widget a:hover {
    color: #0f3661;
}

.well .btn-group a:hover.btn-default,
.well .btn-group a:focus.btn-default,
.well .btn-group a:active.btn-default,
.well .btn-group a.active {
    background: #0f3661;
    border: 1px solid #0f3661;
}

/* =============================================
   THEME — BUTTONS
   ============================================= */

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background-color: #0f3661;
}

a.link:hover,
a.link,
a.link:visited,
a:hover,
a:focus,
a:active {
    color: #ffcd29;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #0f3661;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #ffcd29;
}

.swal-button {
    background-color: #0f3661;
}

.swal-button:active {
    background-color: #ffcd29;
}

.carousel-indicators li {
    background-color: #b0c4de;
}

.carousel-indicators li.active {
    background-color: #0f3661;
}

/* =============================================
   TOP BAR (header_meta)
   ============================================= */

.header_meta {
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    color: #fff !important;
    background: #0f3661;
    padding: 6px 0;
}

.header_meta .site-description {
    color: #fff !important;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
}

.header_meta a {
    color: #fff !important;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.header_meta a:hover {
    color: #ffcd29 !important;
    background: transparent !important;
}

/* =============================================
   BACK TO TOP BUTTON
   ============================================= */

#back-top {
    background-color: #ffcd29 !important;
}

#back-top i {
    color: #0f3661 !important;
}

#back-top:hover {
    background-color: #e6af00 !important;
    box-shadow: 0 0 0 6px rgba(255, 205, 41, 0.4) !important;
}

/* =============================================
   FANCYBOX OVERRIDES
   Fix hover X button — ganti orange dengan biru gelap
   ============================================= */

.fancybox-close:hover {
    background: #0a2847 !important;
    color: #ffcd29 !important;
}

.fancybox-nav:hover {
    background: #0a2847 !important;
}

/* =============================================
   LOGIN MODAL POPUP (#login-form via fancybox)
   Corporate Style — Clean & Professional
   ============================================= */

#login-form {
    background: #ffffff;
    padding: 36px 44px 32px;
    border-top: 4px solid #0f3661;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    width: 420px;
    max-width: 100%;
    box-sizing: border-box;
}

#login-form h3 {
    color: #0f3661;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 4px 0;
    letter-spacing: 0;
    text-transform: none;
}

#login-form p.subtitle {
    text-align: left;
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 16px;
}

#login-form label {
    display: block;
    color: #343a40;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    color: #212529;
    margin-bottom: 16px;
    transition: border-color 0.15s ease;
    float: none;
}

#login-form input[type="text"]:focus,
#login-form input[type="password"]:focus {
    border-color: #0f3661;
    box-shadow: 0 0 0 2px rgba(15, 54, 97, 0.1);
    outline: none;
}

#login-form .forgot-link-wrap {
    text-align: right;
    margin-bottom: 20px;
}

#login-form .forgot-link-wrap a,
#login-form a[href*="lupa-password"] {
    color: #0f3661;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

#login-form .forgot-link-wrap a:hover,
#login-form a[href*="lupa-password"]:hover {
    text-decoration: underline;
    color: #0a2847;
}

#login-form button[type="submit"],
#login-form input[type="submit"] {
    display: block;
    width: 100%;
    background-color: #0f3661;
    color: #ffffff;
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    margin-top: 4px;
    float: none;
}

#login-form button[type="submit"]:hover,
#login-form input[type="submit"]:hover {
    background-color: #ffcd29;
    color: #0f3661;
}

#login-form .register-prompt,
#login-form > div[style*="text-align: center"] {
    text-align: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e9ecef;
    font-size: 13px;
    color: #6c757d;
}

#login-form .register-prompt a,
#login-form > div[style*="text-align: center"] a {
    color: #0f3661;
    font-weight: 700;
    text-decoration: none;
}

#login-form .register-prompt a:hover,
#login-form > div[style*="text-align: center"] a:hover {
    text-decoration: underline;
}

/* =============================================
   HALAMAN LOGIN — Corporate Split Card
   ============================================= */

.corp-login-section {
    /* background-color: #e8ecf0; */
    /* padding: 60px 0; */
    min-height: 600px;
    display: flex;
    align-items: center;
}

/* Card utama — split 2 kolom */
.corp-login-card {
    display: flex;
    flex-direction: row;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

/* ---- Kolom Kiri: Form ---- */
.corp-login-left {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-top: 4px solid #0f3661;
}

.corp-login-card-header {
    background-color: #0f3661;
    padding: 22px 36px;
}

.corp-login-card-header h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.corp-login-card-header p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    margin: 5px 0 0;
}

.corp-login-card-body {
    padding: 32px 36px 24px;
    flex: 1;
}

.corp-login-card-body .form-group {
    margin-bottom: 20px;
}

.corp-login-card-body label {
    display: block;
    color: #343a40;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.corp-login-card-body .form-control {
    height: 42px;
    padding: 9px 13px;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    font-size: 14px;
    color: #212529;
    transition: border-color 0.15s ease;
    box-shadow: none;
}

.corp-login-card-body .form-control:focus {
    border-color: #0f3661;
    box-shadow: 0 0 0 2px rgba(15, 54, 97, 0.1);
    outline: none;
}

.corp-login-card-body .form-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.corp-login-card-body .forgot-link {
    color: #0f3661;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.corp-login-card-body .forgot-link:hover {
    text-decoration: underline;
    color: #0a2847;
}

.corp-login-card-body .btn-corp-login {
    display: block;
    width: 100%;
    background-color: #0f3661;
    color: #ffffff;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.corp-login-card-body .btn-corp-login:hover {
    background-color: #ffcd29;
    color: #0f3661;
}

.corp-login-card-footer {
    padding: 16px 36px;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
}

.corp-login-card-footer a {
    color: #0f3661;
    font-weight: 700;
    text-decoration: none;
}

.corp-login-card-footer a:hover {
    text-decoration: underline;
}

/* ---- Kolom Kanan: Branding ---- */
.corp-login-right {
    flex: 1;
    background-color: #0f3661;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
}

/* Dekorasi lingkaran subtle */
.corp-login-right::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    top: -80px;
    right: -80px;
}

.corp-login-right::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    bottom: -60px;
    left: -40px;
}

.corp-login-brand {
    text-align: center;
    position: relative;
    z-index: 1;
}

.corp-login-logo {
    max-width: 180px;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.corp-login-divider {
    width: 40px;
    height: 2px;
    background-color: #ffcd29;
    margin: 0 auto 18px;
}

.corp-login-tagline {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
    line-height: 1.5;
    text-transform: uppercase;
}

.corp-login-sub {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}

/* ---- Responsive: collapse ke 1 kolom ---- */
@media (max-width: 767px) {
    .corp-login-card {
        flex-direction: column !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .corp-login-left {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .corp-login-right {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 30px 20px;
        min-height: 160px;
    }
    .corp-login-card-header,
    .corp-login-card-body,
    .corp-login-card-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .corp-login-logo {
        max-width: 120px !important;
    }
}

/* =============================================
   FOOTER NAV
   ============================================= */

.vertical-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    gap: 8px;
}

.vertical-menu li {
    display: block;
    width: 100%;
}

.vertical-menu li a {
    font-size: 13px !important;
    display: inline-block;
    text-decoration: none;
    color: #0f3661 !important;
    font-weight: 600;
    transition: color 0.2s ease;
}

.vertical-menu li a:hover {
    color: #ffcd29 !important;
}

/* Responsive Maps Container */
.map-container {
    position: relative;
}

.corp-login-card-body .form-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.corp-login-card-body .forgot-link {
    color: #0f3661;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.corp-login-card-body .forgot-link:hover {
    text-decoration: underline;
    color: #0a2847;
}

.corp-login-card-body .btn-corp-login {
    display: block;
    width: 100%;
    background-color: #0f3661;
    color: #ffffff;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.corp-login-card-body .btn-corp-login:hover {
    background-color: #ffcd29;
    color: #0f3661;
}

.corp-login-card-footer {
    padding: 16px 36px;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
}

.corp-login-card-footer a {
    color: #0f3661;
    font-weight: 700;
    text-decoration: none;
}

.corp-login-card-footer a:hover {
    text-decoration: underline;
}

/* ---- Kolom Kanan: Branding ---- */
.corp-login-right {
    flex: 1;
    background-color: #0f3661;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
}

/* Dekorasi lingkaran subtle */
.corp-login-right::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    top: -80px;
    right: -80px;
}

.corp-login-right::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    bottom: -60px;
    left: -40px;
}

.corp-login-brand {
    text-align: center;
    position: relative;
    z-index: 1;
}

.corp-login-logo {
    max-width: 180px;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.corp-login-divider {
    width: 40px;
    height: 2px;
    background-color: #ffcd29;
    margin: 0 auto 18px;
}

.corp-login-tagline {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
    line-height: 1.5;
    text-transform: uppercase;
}

.corp-login-sub {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}

/* ---- Responsive: collapse ke 1 kolom ---- */
@media (max-width: 767px) {
    .corp-login-card {
        flex-direction: column;
        margin: 0 15px;
    }
    .corp-login-left {
        flex: none;
    }
    .corp-login-right {
        padding: 30px 20px;
        min-height: 160px;
    }
    .corp-login-card-header,
    .corp-login-card-body,
    .corp-login-card-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .corp-login-logo {
        max-width: 120px;
    }
}

/* =============================================
   FOOTER NAV
   ============================================= */

.vertical-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    gap: 8px;
}

.vertical-menu li {
    display: block;
    width: 100%;
}

.vertical-menu li a {
    font-size: 13px !important;
    display: inline-block;
    text-decoration: none;
    color: #0f3661 !important;
    font-weight: 600;
    transition: color 0.2s ease;
}

.vertical-menu li a:hover {
    color: #ffcd29 !important;
}

/* Responsive Maps Container */
.map-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

/* =============================================
   RESPONSIVE NAVBAR & TOP BAR
   ============================================= */

@media (max-width: 991px) {
    /* Top Bar Header Meta */
    .header_meta {
        text-align: center;
        padding: 5px 0;
    }
    .header_meta p.site-description {
        text-align: center !important;
        margin-bottom: 5px !important;
        float: none !important;
        width: 100% !important;
        padding: 5px 15px !important;
    }
    .header_meta div.col-xs-12 {
        justify-content: flex-end !important;
        padding: 5px 15px !important;
    }
    nav.meta-login {
        float: right !important;
        display: inline-block !important;
        margin: 5px 0 !important;
        max-height: none !important;
        overflow: visible !important;
        width: auto !important;
    }
    nav.meta-login ul {
        justify-content: flex-end !important;
        flex-wrap: wrap !important;
    }
    nav.meta-login ul li {
        padding: 8px 12px !important;
        float: none !important;
        display: inline-block !important;
    }
    nav.meta-login ul li:first-child {
        padding: 8px 12px !important;
    }

    /* Main Navigation & Logo Wrapper */
    .header-custom-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        position: relative !important;
        padding: 10px;
    }
    .site-branding {
        float: none !important;
        max-width: 70% !important;
        width: auto !important;
    }
    .site-branding img.brand {
        max-height: 45px !important;
    }
    .main-navigation {
        float: none !important;
        margin: 0 !important;
        position: static !important;
    }

    /* Menu Toggle Button */
    .navbar-toggle {
        margin: 5px 0 !important;
        background-color: #0f3661 !important;
        border-color: #0f3661 !important;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    /* Collapsed Menu Dropdown Box */
    .header-custom-wrapper .navbar-collapse {
        display: none !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
    .header-custom-wrapper .navbar-collapse.in,
    .header-custom-wrapper .navbar-collapse.collapsing {
        display: block !important;
        position: absolute !important;
        left: 15px !important;
        right: 15px !important;
        z-index: 9999 !important;
        background-color: #fff !important;
        border: 1px solid #e7e7e7 !important;
        margin-top: 10px !important;
        padding: 0 15px !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
        border-radius: 4px !important;
    }
    .header-custom-wrapper .navbar-nav {
        margin: 0 !important;
        padding: 10px 0 !important;
        width: 100% !important;
        display: block !important;
    }
    .header-custom-wrapper .navbar-nav > li {
        width: 100% !important;
        text-align: left !important;
        float: none !important;
        display: block !important;
    }
    .header-custom-wrapper .navbar-nav > li > a {
        padding: 12px 15px !important;
        color: #0f3661 !important;
        border-bottom: 1px solid #f5f5f5 !important;
        display: block !important;
    }
    .header-custom-wrapper .navbar-nav > li:last-child > a {
        border-bottom: none !important;
    }

    /* Dropdown Sub-menu Items on Mobile */
    .header-custom-wrapper .navbar-nav .open .dropdown-menu {
        position: static !important;
        float: none !important;
        width: auto !important;
        margin-top: 0 !important;
        background-color: #fafafa !important;
        border: 0 !important;
        box-shadow: none !important;
    }
    .header-custom-wrapper .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 15px 8px 30px !important;
        color: #555 !important;
        border-bottom: 1px solid #eaeaea !important;
        display: block !important;
    }

    /* Responsive Login Modal Popup */
    #login-form {
        width: 100% !important;
        max-width: 420px !important;
        padding: 25px 20px 20px !important;
    }
}

/* =============================================
   RESPONSIVE DYNAMIC CONTENT (Pages & Articles)
   ============================================= */
.site-main,
.entry-content {
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

/* Image fitting and sizing */
.site-main img,
.entry-content img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block !important;
}

/* Alignment utilities for WYSIWYG editor content */
.site-main .aligncenter,
.entry-content .aligncenter {
    display: block !important;
    margin: 15px auto !important;
    text-align: center !important;
}
.site-main .alignleft,
.entry-content .alignleft {
    float: left !important;
    margin: 5px 20px 20px 0 !important;
}
.site-main .alignright,
.entry-content .alignright {
    float: right !important;
    margin: 5px 0 20px 20px !important;
}

/* Clear float alignments on mobile viewports */
@media (max-width: 767px) {
    .site-main .alignleft,
    .entry-content .alignleft,
    .site-main .alignright,
    .entry-content .alignright {
        float: none !important;
        display: block !important;
        margin: 15px auto !important;
        text-align: center !important;
    }
}

.site-main iframe,
.entry-content iframe,
.site-main embed,
.entry-content embed,
.site-main video,
.entry-content video {
    max-width: 100% !important;
}

/* Elegant and responsive table formatting */
.site-main table,
.entry-content table {
    display: table !important;
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 25px !important;
    border: 1px solid #e2e8f0 !important;
}

/* Make tables scrollable block elements on mobile viewports */
@media (max-width: 767px) {
    .site-main table,
    .entry-content table {
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .site-main table th,
    .entry-content table th,
    .site-main table td,
    .entry-content table td {
        white-space: nowrap !important;
    }
}

.site-main table th,
.entry-content table th,
.site-main table td,
.entry-content table td {
    padding: 10px 14px !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 13px !important;
    text-align: left !important;
}

.site-main table th,
.entry-content table th {
    background-color: #f8fafc !important;
    color: #0f3661 !important;
    font-weight: 700 !important;
}

.site-main table tr:nth-child(even),
.entry-content table tr:nth-child(even) {
    background-color: #f8fafc !important;
}

/* =============================================
   PROSEDUR SECTION STYLING
   ============================================= */
.prosedur-card {
    background-color: #ffffff !important;
    border-radius: 6px !important;
    padding: 35px 20px !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f1f5f9 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.prosedur-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
    border-color: #e2e8f0 !important;
}

.prosedur-icon-wrap {
    width: 80px !important;
    height: 80px !important;
    background-color: #f0fdf4 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 22px !important;
    transition: all 0.3s ease !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.prosedur-card:hover .prosedur-icon-wrap i {
    transform: scale(1.05) !important;
    color: #ffcd29 !important;
    transition: 0.5s;
}

.prosedur-icon-wrap i {
    transition: 0.5s;
    color: #0f3661 !important;
    font-size: 28px !important;
}

.prosedur-card h4 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #2d3748 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}
