/* ==========================================================================
   LHDNM PORTAL - CUSTOM STYLESHEET
   ==========================================================================
   0. Table of Contents
   1. Slider ........................ (Added by John, 2026-04-22)
   2. Language Switcher ............. (Added by John, 2026-04-20)
   3. Sidebar & Elementor Resets .... (Added by John, 2026-04-14)
   4. Breadcrumbs
   5. Content Footer ................ (Added by John, 2026-04-14)
   6. Custom Typography & Info Boxes
   7. Pelan Korporat Grid
   8. LHDNM Table ................... (Added by Isa, 2026-04-21)
   9. Responsive Titles (Desktop/Tablet/Mobile)
   10. Mobile Menu / Elementor Toggles
   11. Utility Classes (Last Updated)

   12. Pagination Classes
   ========================================================================== */

/* ==========================================================================
   1. SLIDER
   Added by: John | Date: 2026-04-22
   ========================================================================== */

/* --- Wrapper --- */
.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: visible;
}

.slider-line {
    width: 100%;
    height: 1px;
    background: #1D4ED8;
    border-radius: 2px;
    margin-top: 10px;
}

/* --- Slider Container --- */
.menu-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
    padding: 4px 6px;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.menu-slider::-webkit-scrollbar {
    display: none;
}

.menu-slider.dragging {
    cursor: grabbing;
}

/* --- Card --- */
.slider-card {
    flex: 0 0 calc((100% - 48px) / 3);
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 18px;
    min-height: 190px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
    scroll-snap-align: start;
}

.slider-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    -webkit-user-drag: none;
}

.slider-card h5 {
    font-weight: 600;
    color: #1D4ED8;
    margin-bottom: 10px;
    min-height: 48px;
    padding-left: 14px;
    padding-right: 14px;
}

.slider-card p {
    color: #6B7280;
    line-height: 1.5;
    padding-left: 14px;
    padding-right: 14px;
}

/* Active Card */
.slider-card.active {
    border-color: #2563EB;
    background: #EEF2FF;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
}

.slider-card.active h5 {
    color: #1D4ED8;
}

.slider-card.active p {
    color: #374151;
}

/* Hover Card */
.slider-card:hover {
    border-color: #2563EB;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* --- Navigation Arrows --- */
.slider-prev,
.slider-next {	
    padding: 8px !important;
   	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 1px solid #E5E7EB !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #2563EB;
    cursor: pointer;
    z-index: 2;	
}

.slider-prev { left: -6px !important; }
.slider-next { right: -6px !important; }

/* --- Dots --- */
.slider-dots {
    text-align: center;
    margin-top: 16px;
}

.slider-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #D1D5DB;
    border-radius: 50%;
    cursor: pointer;
}

.slider-dots .dot.active {
    background: #2563EB !important;
    width: 18px;
    border-radius: 10px;
}

/* --- Slider Media Queries --- */
@media (max-width: 1024px) {
    .slider-card {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

@media (max-width: 767px) {
    .slider-card {
        flex: 0 0 100%;
    }
    .slider-prev,
    .slider-next {
        display: none;
    }
}

/* ==========================================================================
   2. LANGUAGE SWITCHER
   Added by: John | Date: 2026-04-20
   ========================================================================== */

.custom-lang-switcher {
    display: flex;
    align-items: center;
    font-size: 11px;
    gap: 6px;
}

.custom-lang-switcher .globe {
    font-size: 12px;
}

.custom-lang-switcher .lang {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    transition: all 0.2s ease;
}

.custom-lang-switcher .divider {
    color: #aaa;
}

.custom-lang-switcher .lang.active {
    color: #111;
    font-weight: 600;
}

.custom-lang-switcher .lang:hover {
    color: #000;
}

/* ==========================================================================
   3. SIDEBAR & ELEMENTOR RESETS
   Added by: John | Date: 2026-04-14
   ========================================================================== */

/* --- Elementor Cleanup --- */
.page-sidebar .elementor-nav-menu,
.page-sidebar .elementor-nav-menu ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* 🔥 Global unified font base settings (Inter, 16px, 24px line-height) */
.page-sidebar .elementor-nav-menu a {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
    background: transparent !important;
    justify-content: flex-start !important;
    
    /* Unified specifications */
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    line-height: 24px !important; 
}

.page-sidebar .elementor-nav-menu .sub-menu {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    border: none !important;
    width: 100% !important;
}

.page-sidebar .elementor-nav-menu .elementor-item:before,
.page-sidebar .elementor-nav-menu .elementor-item:after,
.page-sidebar .elementor-nav-menu .elementor-item-caret {
    display: none !important;
}

/* --- Sidebar Base --- */
.page-sidebar {
    width: 100%;
    border-radius: 8px !important; 
    overflow: hidden !important; 
}

/* --- Level 1 Styling (Default) --- */
.page-sidebar .elementor-nav-menu > li > a {
    display: block !important;
    width: 100%;
    padding: 12px 16px !important;
    box-sizing: border-box;
    border-left: none !important;
    transition: all 0.2s ease;
    
    /* Level 1 Default Font */
    color: #141414 !important;
    font-weight: 400 !important;
}

.page-sidebar .elementor-nav-menu > li:last-child {
    border-bottom: none;
}

.page-sidebar .elementor-nav-menu > li > a:hover {
    background-color: #DFE3E8 !important;
}

.page-sidebar .elementor-nav-menu > li {
    border-bottom: 1px solid #E5E7EB; 
}


/* --- Submenu Level 2 Styling (Default) --- */
.page-sidebar .sub-menu {
    display: none !important; 
    background-color: #fff !important;
    padding: 6px 0 !important;
}

.page-sidebar .current-menu-ancestor > .sub-menu,
.page-sidebar .current-menu-item > .sub-menu,
.page-sidebar .elementor-nav-menu li:hover > .sub-menu,
.page-sidebar .elementor-nav-menu li.elementor-active > .sub-menu {
    display: block !important;
}

.page-sidebar .sub-menu li {
    width: auto !important;
    margin-left: 12px;
}

.page-sidebar .sub-menu a {
    display: block !important;
    width: 100% !important;
    padding: 12px 16px !important; 
    box-sizing: border-box;
    transition: all 0.2s ease;
    border-left: none !important;
    border-radius: 4px;
    
    /* Level 2 Default Font */
    color: #141414 !important;
    font-weight: 400 !important;
}

.page-sidebar .sub-menu a:hover {
    background-color: #DFE3E8 !important;
}

/* Collapse on hover if not active */
.page-sidebar .elementor-nav-menu li.menu-item-has-children:not(.current-menu-ancestor):not(.current-menu-item):not(.elementor-active):hover > .sub-menu {
    display: none !important;
}


/*  Active & Selected States (Accurately match design specifications)  */

/* 1. Level 1 (No submenu) Selected state: dark blue background, white text, 700 bold */
.page-sidebar .elementor-nav-menu > li:not(.menu-item-has-children).current-menu-item > a {
    background: #155DFC !important;
    color: #FFF !important;
    font-weight: 700 !important;
}
.page-sidebar .elementor-nav-menu > li:not(.menu-item-has-children).current-menu-item > a:hover {
    background: #0F42B3 !important;
}

/* 2. Level 2 (Submenu items) Selected state: dark blue background, white text, 400 normal weight (uniformly processed with/without children) */
.page-sidebar .sub-menu .current-menu-item > a {
    background: #155DFC !important;
    color: #FFF !important;
    font-weight: 400 !important;
}
.page-sidebar .sub-menu .current-menu-item > a:hover {
    background: #0F42B3 !important;
}

/* 3. Level 1 (Contains submenu) When selected or clicked to expand: light gray-blue background, blue text, 700 bold, with left short line */
.page-sidebar .elementor-nav-menu > li.menu-item-has-children.current-menu-item > a,
.page-sidebar .elementor-nav-menu > li.current-menu-ancestor > a,
.page-sidebar .elementor-nav-menu > li:has(.sub-menu .current-menu-item) > a,
.page-sidebar .elementor-nav-menu > li.elementor-active > a {
    background-color: #F1F5F9 !important; 
    color: #155DFC !important;
    font-weight: 700 !important;
    position: relative !important; /* Reference for positioning the short line */
}

/* Hover fine-tuning */
.page-sidebar .elementor-nav-menu > li.menu-item-has-children.current-menu-item > a:hover,
.page-sidebar .elementor-nav-menu > li.current-menu-ancestor > a:hover,
.page-sidebar .elementor-nav-menu > li:has(.sub-menu .current-menu-item) > a:hover,
.page-sidebar .elementor-nav-menu > li.elementor-active > a:hover {
    background-color: #DFE3E8 !important; 
}

/* 4. Pseudo-element: draw the left blue short line */
.page-sidebar .elementor-nav-menu > li.menu-item-has-children.current-menu-item > a::before,
.page-sidebar .elementor-nav-menu > li.current-menu-ancestor > a::before,
.page-sidebar .elementor-nav-menu > li:has(.sub-menu .current-menu-item) > a::before,
.page-sidebar .elementor-nav-menu > li.elementor-active > a::before {
    content: "" !important;
    display: block !important;
    opacity: 1 !important; 
    
    position: absolute;
    left: 0px;
    top: 6px;
    width: 4px;
    height: 32px;
    background-color: #155DFC !important;
    
    border-radius: 4px;
    z-index: 10 !important;
}

/* 1. Level 3 expansion logic: When Level 2 is selected, or Level 3 is selected, display the Level 3 menu */
.page-sidebar .sub-menu li.current-menu-ancestor > .sub-menu,
.page-sidebar .sub-menu li.current-menu-item > .sub-menu,
.page-sidebar .sub-menu li.elementor-active > .sub-menu {
    display: block !important;
}

/* 2. Level 3 hierarchy indentation: Indent right by another 12px based on Level 2 to create a stepped feel */
.page-sidebar .sub-menu .sub-menu li {
    margin-left: 12px !important; 
}

/* 3. Level 3 Selected state: dark blue background, white text, 400 normal weight (double guarantee, accurately match Level 2 style) */
.page-sidebar .sub-menu .sub-menu .current-menu-item > a {
    background: #155DFC !important;
    color: #FFF !important;
    font-weight: 400 !important;
}
.page-sidebar .sub-menu .sub-menu .current-menu-item > a:hover {
    background: #0F42B3 !important;
}

/* 4. Level 2 (As parent) state: What should Level 2 look like when the user is on Level 3?
   Setting: light gray-blue background, blue text, 700 bold (so the current hierarchy path is visible, and it will not conflict with the Level 3 dark blue block) */
.page-sidebar .sub-menu li.current-menu-ancestor > a {
    background-color: #F1F5F9 !important; 
    color: #155DFC !important;
    font-weight: 700 !important;
}
.page-sidebar .sub-menu li.current-menu-ancestor > a:hover {
    background-color: #DFE3E8 !important;
}

/* Prevent Level 3 from inheriting the blue short line pseudo-element on the left of Level 1 */
.page-sidebar .sub-menu li.current-menu-ancestor > a::before {
    display: none !important;
}

/* ==========================================================================
   4. BREADCRUMBS
   ========================================================================== */

.page-id-229 #breadcrumbs {
    display: none !important;
}

/* 1. Hide the original plain text separator ">" */
#breadcrumbs > span {
    font-size: 0 !important; /* Added !important to force hide the original >, preventing three >>> from overlapping */
    display: flex;           /* Enable flex layout */
    align-items: center;
    flex-wrap: wrap;         /* Auto wrap when screen shrinks */
    column-gap: 8px;         /* Spacing between each breadcrumb group (text + separator) */
}

/* 2. Restore font size and base style of child elements (links and current page) */
#breadcrumbs > span > span {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #6b7280;
    display: inline-flex;    /* Change to inline-flex for internal use of column-gap */
    align-items: center;
    column-gap: 8px;         /* 8px spacing between link text and ::after pseudo-element separator */
}

/* 3. Use ::after pseudo-element to regenerate the separator and apply your background style */
#breadcrumbs > span > span:not(:last-child)::after {
    content: ">"; 
    color: #092A71;
    font-size: 16px; 
    /* Margin and padding are removed because the outer column-gap: 8px perfectly takes over the spacing */
}

/* 4. Link base style */
#breadcrumbs a { 
    color: var(--Color-Primary-blue-10, #092A71);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* 5. Link Hover state */
#breadcrumbs a:hover {
    color: var(--Color-Primary-blue-6-CC, #155DFC);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* 6. Text style of the current page (the last one) */
#breadcrumbs .breadcrumb_last {
    color: var(--Color-Primary-blue-10, #092A71);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* ================================= */
/* 						5. FOOTER				 			 */
/* Added by: John | Date: 2026-05-08 */
/* ================================= */

.footer .elementor-image-box-title {
    color: #ffffff !important;
}

.footer {
	color: #FFFFFFB3 !important;
}

.footer-menu3 li:nth-of-type(1) a {    
    color: #FFF !important;
    font-size: 16px !important;
    line-height: 150% ; /* 17.5px */
    }
    
.footer-menu3 nav ul li a {
	color: #FFFFFFB3 !important;
	/*color: #FFF !important;*/
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
}

.footer-menu3 nav ul li a:hover {
	color: #FFFFFF !important;
}
    
.footer-menu3 nav ul li:nth-of-type(1) {
    margin: 0px 0px 24px 0px !important;
}

.footer-menu3 nav ul li {
    margin: 0px 0px 16px 0px !important;
}

.footer-menu3 a.elementor-item-active {
    color: #FFFFFFB3 !important;
}

/*temp fix line height change when hover */
.footer-menu3 li:nth-of-type(1) a:hover {
    line-height: 150% !important;
}
  
/*temp fix line height change when hover */

.footer-menu3 nav ul li a:hover {
    line-height: 125% !important; 
    /*height: 0 !important;*/
}

.footer-menu3 a.elementor-item-active:hover {    
    color: #FFFFFFFF !important;
}

.page-id-229 .content-footer {
	display: none !important;
}

.search .content-footer {
	display: none !important;
}

.error404 .content-footer {
    display: none !important;
}

/* ==========================================================================
   6. CUSTOM TYPOGRAPHY & INFO BOXES
   ========================================================================== */

a {
    color: #2563eb;
    text-decoration: underline;
}

.blue-header {
    color: #155DFC;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    color: #1f2937;
    margin: 32px 0 16px;
    line-height: 1.4;
}

.intro-text {
    max-width: 800px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 24px;
}

.content-block {
    margin-bottom: 16px;
    line-height: 1.7;
    color: #374151;
}

/* --- Notice Boxes --- */
.info-note {
    background: #f8fafc;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #94a3b8;
    padding: 14px 16px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #1f2937;
}

.info-note::before {
    content: "ℹ️";
    margin-right: 6px;
}

.quote-box {
    position: relative;
    padding: 16px 16px 16px 40px;
    background: #f1f5f9;
    border-left: 4px solid #2563eb;
    border-radius: 8px;
}

.quote-box::before {
    content: "“";
    position: absolute;
    left: 12px;
    top: 35%;
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 1;
    color: #2563eb;
    font-family: Georgia, serif;
    font-weight: bold;
}

.highlight-box {
    background: #fef9c3;   
    border: 1px solid #fde68a;
    border-left: 4px solid #f59e0b;
    padding: 16px;
    border-radius: 8px;
    margin: 20px 0;
}

.info-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #2563eb;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.info-box a {
    color: #155DFC;
    text-decoration: underline;
    font-weight: 500;
}

.info-box a:hover {
    color: #1d4ed8;
}

.closing-box {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #16a34a;
    padding: 16px;
    border-radius: 8px;
    margin-top: 24px;
}

.closing-text {
    margin-bottom: 12px;
    color: #166534;
    line-height: 1.6;
}

.closing-highlight {
    font-size: 18px;
    font-weight: 700;
    color: #15803d;
    text-align: center;
    margin-top: 16px;
}

.signature {
    margin-top: 10px;
    font-weight: 600;
}

/* --- Info Cards --- */
.outer-card {
    border: 1px solid #c7d2fe;
    background: #f8fafc;
    padding: 32px;
    border-radius: 12px;
}

.info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
    transition: all 0.2s ease;
}

.info-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.info-card ul {
    margin: 0;
    padding-left: 18px;
}

.info-card li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: #374151;
}

.info-card a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 500;
}

.info-card a:hover {
    color: #1d4ed8;
}

.action-card {
    background: #fef3c7;
    border-color: #fcd34d;
}

.card-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 50%;
}

.card-icon.blue { background: #e0e7ff; color: #1e40af; }
.card-icon.green { background: #dcfce7; color: #166534; }
.card-icon.orange { background: #fde68a; color: #92400e; }

.card-content {
    flex: 1;
}

.card-content .blue-header {
    color: #1e40af;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.card-content p {
    margin: 0 0 10px;
    color: #374151;
    line-height: 1.6;
}

/* --- Scam Banner --- */
.scam-banner {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff7f7;
    border: 1px solid #fecaca;
    border-left: 6px solid #dc2626;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.scam-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #dc2626;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    line-height: 1;
}

.scam-badge::before {
    content: "⚠️";
    font-size: 13px;
}

.scam-content h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
}

.scam-content p {
    margin: 0;
    color: #374151;
    line-height: 1.6;
    font-size: 14px;
}

/* --- Lists & Hero Images --- */
.hero-image-card {
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    background: #ffffff;
}

.hero-image-card img {
    width: 70%;
    display: block;
    border: none;
}

.two-col-list {
    column-count: 2;
    column-gap: 32px;
    margin-top: 16px;
    padding-left: 20px;
}

.two-col-list li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .two-col-list {
        column-count: 1;
    }
    .info-card {
        flex-direction: column;
    }
    .card-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .scam-banner {
        flex-direction: column;
        gap: 12px;
    }
    .scam-badge {
        width: fit-content;
    }
}

/* ==========================================================================
   7. PELAN KORPORAT GRID CARDS
   ========================================================================== */

.pk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.pk-grid-half {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.pk-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 36px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pk-card.highlight {
    border-color: #fef08a;
    background: #fffdf5;
}

.pk-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #fef08a;
    color: #854d0e;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.5px;
}

.pk-icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.pk-icon-circle.yellow { background: #fef9c3; color: #a16207; }
.pk-icon-circle.blue { background: #eff6ff; color: #1e40af; }

.pk-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.4;
}

.pk-desc {
    font-size: 14px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.6;
    flex-grow: 1; 
}

.pk-btn-group {
    display: flex;
    gap: 12px;
    width: 100%;
    /* Allow line breaks on small screens to adapt to min-width: 200px */
    flex-wrap: wrap; 
}

.pk-btn {
    flex: 1;
    display: inline-flex;
    min-width: 200px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16777200px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.pk-btn.primary {
    background: var(--Color-Primary-blue-6-CC, #155DFC);
    color: #ffffff !important;
    border: none;
}

.pk-btn.primary:hover {
    border-radius: 16777200px;
    background: var(--Color-Primary-blue-8, #0F42B3);
    box-shadow: 0 4px 12px rgba(15, 66, 179, 0.3); /* Updated shadow color to match the new background */
}

.pk-btn.secondary {
    background: #ffffff;
    color: var(--Color-Primary-blue-6-CC, #155DFC) !important;
    border: 1px solid var(--Color-Primary-blue-6-CC, #155DFC);
}

.pk-btn.secondary:hover {
    border-radius: 16777200px;
    background: #eff6ff;
}

@media (max-width: 900px) {
    .pk-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pk-grid-half {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .pk-grid {
        grid-template-columns: 1fr; 
    }
}

/* ==========================================================================
   9. RESPONSIVE TITLES (DESKTOP/TABLET/MOBILE)
   ========================================================================== */

.elementor-text-editor h1,
.elementor-widget-text-editor h1 {
    color: var(--Colours-Black, #000);
    /* Title/Desktop/XL */
    font-family: Montserrat;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 104px; /* 108.333% */
    margin-bottom: 24px;
    margin-top: 0px;
}

.elementor-text-editor h2,
.elementor-widget-text-editor h2 {
    color: var(--Colours-Black, #000);
    /* Title/Desktop/L */
    font-family: Montserrat;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 111.111% */
    margin-bottom: 24px;
    margin-top: 0px;
}

.elementor-text-editor h3,
.elementor-widget-text-editor h3 {
    color: var(--Colours-Black, #000);
    /* Title/Desktop/M */
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 120% */
    margin-bottom: 24px;
    margin-top: 0px;
}

.elementor-text-editor h4,
.elementor-widget-text-editor h4 {
    color: var(--Colours-Black, #000);
    /* Title/Desktop/s */
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 115% */
    margin-bottom: 24px;
    letter-spacing: -0.4px;
    margin-top: 0px;
}

.elementor-text-editor h5,
.elementor-widget-text-editor h5 {
    color: var(--Colours-Black, #000);
    /* Title/Desktop/XS */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    margin-bottom: 24px;
    margin-top: 0px;
}

.elementor-text-editor h6,
.elementor-widget-text-editor h6 {
    color: var(--Colours-Black, #000);
    /* Title/Desktop/XS */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
    letter-spacing: -0.24px;
    margin-bottom: 24px;
    margin-top: 0px;
}

.elementor-text-editor p,
.elementor-widget-text-editor p {
    color: var(--Color-Text-black-10-Text, #141414);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 24px;;
    margin-top: 0px;
}

.elementor-text-editor strong,
.elementor-widget-text-editor strong {
    font-weight: 700;
}

.elementor-text-editor em,
.elementor-widget-text-editor em {
    font-style: italic;
}

.elementor-text-editor a,
.elementor-widget-text-editor a {
    color: var(--Color-Primary-blue-6-CC, #155DFC);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.elementor-text-editor ul,
.elementor-widget-text-editor ul {
    color: var(--Color-Text-black-10-Text, #141414);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 24px;;
    margin-top: 0px;
}

.elementor-text-editor ol,
.elementor-widget-text-editor ol {
    color: var(--Color-Text-black-10-Text, #141414);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 24px;;
    margin-top: 0px;
}

/* Clear the bottom margin of nested sub-lists */
.elementor-text-editor li ul,
.elementor-text-editor li ol,
.elementor-widget-text-editor li ul,
.elementor-widget-text-editor li ol {
    margin-bottom: 0px;
}

/* Set spacing between list items */
.elementor-text-editor ul li,
.elementor-widget-text-editor ul li,
.elementor-text-editor ol li,
.elementor-widget-text-editor ol li {
    margin-bottom: 16px;
}

.elementor-text-editor ul li:last-child,
.elementor-widget-text-editor ul li:last-child,
.elementor-text-editor ol li:last-child,
.elementor-widget-text-editor ol li:last-child {
    margin-bottom: 0px;
}

.elementor-text-editor li > ul,
.elementor-widget-text-editor li > ul,
.elementor-text-editor li > ol,
.elementor-widget-text-editor li > ol {
    margin-top: 16px;    
    margin-bottom: 0px; 
}


/* ==========================================================================
   10. MOBILE MENU / ELEMENTOR TOGGLES
   ========================================================================== */

@media (max-width: 768px) {
    @keyframes smoothFadeInDown {
        from {
            opacity: 0;
            transform: translateY(-15px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
	
    /* 1. Target the widget of this specific ID and its direct container */
    /* .elementor-element,
    .elementor-element > .elementor-widget-container {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    } */

    /* 2. Could be the sidebar container's default spacing for elements inside */
    /* .page-sidebar .elementor-element {
        margin-bottom: 0 !important;
    } */
    
    /* 3. Force Elementor dropdown menus in hidden state to not occupy any physical space */
    /* .elementor-element .elementor-nav-menu--dropdown:not(.elementor-active) {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    } */
    
    .elementor-nav-menu--dropdown {
        animation: smoothFadeInDown 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) forwards !important;
        transform-origin: top center !important;
        border-radius: 8px !important; 
        box-shadow: 0 10px 25px rgba(11, 28, 76, 0.08) !important; 
        border: none !important; 
        margin-top: 0px !important; 
        overflow: hidden !important; 
        row-gap: 0px !important;
    }
    
    .elementor-nav-menu--dropdown a {
        padding: 12px 20px !important;
        border-bottom: 1px solid #f4f6fc !important;
        transition: background-color 0.2s ease !important;
    }
    
    .elementor-menu-toggle {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important; 
        background: linear-gradient(to right, #f4f6fc, #eaf0fb) !important;
        padding: 12px 16px !important;
        border-radius: 8px !important;
        border: none !important;
    }
    
    .elementor-menu-toggle i,
    .elementor-menu-toggle svg {
        display: none !important;
    }

    .elementor-menu-toggle::before {
        content: "Lebih banyak";
        color: #0b1c4c !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        font-family: sans-serif; 
    }
    
    .elementor-menu-toggle::after {
        content: "+";
        background-color: #ffffff !important;
        color: #000000 !important;
        width: 24px !important;
        height: 24px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 4px !important;
        font-size: 14px !important;
        line-height: 1 !important;
    }

    .elementor-menu-toggle.elementor-active::after {
        content: "-";
    }
}

/* ==========================================================================
   11. UTILITY CLASSES (LAST UPDATED)
   ========================================================================== */

.last-updated {
    font-size: 14px;
    color: rgba(255, 255, 255); 
    text-align: center;
    letter-spacing: 0.2px;
}

.last-updated span {
    font-weight: 600 !important;
}

.file-size {
    white-space: nowrap;
}

.alert-text{
    color:#F59E0B;
}

/* ==========================================================================
   12. Table 
   Added by: Nicholas | Date: 2026-04-30
   ========================================================================== */

:root {
  --Color-BG-Bg-6-border: #C2C7D0;
  --Color-Primary-blue-10: #092A71;
  --Color-Text-black-1: #FFF;
  --Color-BG-Bg-1: #FFF;
  --Color-Text-black-10-Text: #141414;
  --Color-BG-Bg-3-Light-bg: #F1F5F9;
}

.table-wrapper {
  display: block !important; 
  width: 100%; 
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch; 
  margin-bottom: 24px !important; 
  border-radius: 4px !important;
  border: 1px solid var(--Color-BG-Bg-6-border) !important; 
}

.custom-table {
  border-collapse: collapse; 
  font-family: 'Inter', sans-serif;
  text-align: left;
  border-style: hidden; 
  width: 100%;
  margin-bottom: 0px;
}

.custom-table th {
  border: 1px solid var(--Color-BG-Bg-6-border);
  background: var(--Color-Primary-blue-10);
  color: var(--Color-Text-black-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 16px;
  /* min-width: 100px; */
  vertical-align: top;
}

.custom-table td {
  border: 1px solid var(--Color-BG-Bg-6-border);
  color: var(--Color-Text-black-10-Text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 16px;
  /* min-width: 100px; */
  vertical-align: top;
}

.custom-table tbody tr:nth-child(odd) td {
  background: var(--Color-BG-Bg-1);
}

/* .custom-table tbody tr:nth-child(odd):hover td {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FAFBFB;
} */

.custom-table tbody tr:nth-child(even) td {
  background: var(--Color-BG-Bg-3-Light-bg);
}

/* .custom-table tbody tr:nth-child(even):hover td {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #F1F5F9;
} */

.custom-table.no-zebra tbody tr td {
  background: var(--Color-BG-Bg-1) !important; 
}

/* .custom-table.no-zebra tbody tr:hover td {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), var(--Color-BG-Bg-1) !important;
} */

.custom-table.table-nowrap th,
.custom-table.table-nowrap td {
  white-space: nowrap !important; 
  min-width: auto !important;   
}

/* ==========================================================================
   12. Accordion
    Added by: Nicholas | Date: 2026-05-03
   ========================================================================== */
/* 🚀 0. Reset Elementor's Native CSS Variables to prevent conflicting/double borders */
.custom-lhdn-accordion,
.custom-lhdn-accordion .e-n-accordion {
    --n-accordion-border-style: none !important;
    border: none !important;
}

/* 1. Base border style for individual accordion cards */
.custom-lhdn-accordion .e-n-accordion-item {
    margin-bottom: 24px !important; 
    border: 1px solid var(--Color-Primary-blue-2, #C7D8FE) !important; 
    border-radius: 4px !important; 
    background-color: #ffffff !important; 
    overflow: hidden !important;
    transition: background-color 0.3s ease !important;
    box-shadow: none !important; 
}

/* 2. Title bar (Summary) */
.custom-lhdn-accordion .e-n-accordion-item-title {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 12px 16px;
    color: var(--Color-Text-black-10-Text, #141414);
    /* Title/Mobile/XS */
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    cursor: pointer;
    list-style: none; 
    border-bottom: none !important; /* 🚀 Remove the bottom border line of the title */
}

@media (max-width: 768px) {
    .custom-lhdn-accordion .e-n-accordion-item-title {
        color: var(--Color-Text-black-10-Text, #141414);
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; /* 137.5% */
    }
}

/* Hide the default Webkit details marker (triangle) */
.custom-lhdn-accordion .e-n-accordion-item-title::-webkit-details-marker {
    display: none;
}

/* Remove focus highlight */
.custom-lhdn-accordion .e-n-accordion-item-title:focus-visible,
.custom-lhdn-accordion .e-n-accordion-item-title:focus {
    outline: none;
}

/* 3. Icon container */
.custom-lhdn-accordion .e-n-accordion-item-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
    margin-left: 16px; 
}

/* 4. Background color in Open state */
.custom-lhdn-accordion .e-n-accordion-item[open] {
    background: var(--Color-BG-Bg-3-Light-bg, #F1F5F9) !important;
}

/* 5. Content area after expansion */
.custom-lhdn-accordion .e-n-accordion-item[open] > div[role="region"] {
    background: var(--Color-BG-Bg-3-Light-bg, #F1F5F9);
    padding: 12px 16px;
    border-top: none !important; /* 🚀 Remove the top border line of the content area */
}

/* Hide any native or default icons that might exist */
.custom-lhdn-accordion .e-n-accordion-item-title-icon > * {
    display: none !important;
}

.custom-lhdn-accordion .e-n-accordion-item-title-icon::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23141414' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease !important;
}

/* Open state: Rotate the icon 180 degrees to become Chevron Up */
.custom-lhdn-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon::after {
    transform: rotate(180deg);
}

/* Button style: Apply requested typography and font properties */
.expand-all-btn {
    display: flex;
    min-width: 80px;
    align-items: center;
    gap: 8px;
    color: var(--Color-Primary-blue-6-CC, #155DFC);
    /* Text/S */
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration: none;
    cursor: pointer;
}

/* ==========================================================================
   12. Cards
    Added by: Nicholas | Date: 2026-05-06
   ========================================================================== */

/* services cards */

.lhdn-service-card {
    display: flex !important;
    padding: 20px !important;
    align-items: flex-start !important;
    gap: 8px !important;
    align-self: stretch !important;
    border-radius: 12px !important;
    border: 2px solid var(--Color-BG-Bg-3-Light-bg, #F1F5F9) !important;
    background: var(--Color-Text-black-1, #FFF) !important;
}

.lhdn-content-card {
    display: flex !important;
    padding: 12px 16px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    align-self: stretch !important;
    gap: 12px !important;
    border-radius: 12px !important;
    border: 1px solid var(--Color-BG-Bg-5, #DFE3E8) !important;
    background: var(--Color-BG-Bg-1, #FFF) !important;
}

/* .lhdn-content-card:hover {
    border-radius: 12px !important;
    border: 1px solid var(--Color-BG-Bg-5, #DFE3E8) !important;
    background: var(--Color-Primary-blue-1, #E8EFFF) !important;
} */

.content-title h1,
.content-title h2,
.content-title h3,
.content-title h4,
.content-title h5,
.content-title h6,
.content-title {
    color: var(--Color-Text-black-10-Text, #141414) !important;
    font-family: Montserrat !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 150% !important;
}

.lhdn-card-content h1,
.lhdn-card-content h2,
.lhdn-card-content h3,
.lhdn-card-content h4,
.lhdn-card-content h5,
.lhdn-card-content h6,
.lhdn-card-content p {
    overflow: hidden !important;
    color: var(--Color-BG-Bg-10--Light-text, #6A778C) !important;
    text-overflow: ellipsis;
    /* Text/S */
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important; /* 142.857% */
    margin-bottom: 0px !important;

}

.individu-title h1,
.individu-title h3,
.individu-title h4,
.individu-title h5,
.individu-title h6,
.individu-title {
    align-self: stretch !important;
    color: var(--Color-Primary-blue-6-CC, #155DFC) !important;
    /* Text/L-Bold */
    font-family: Montserrat !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 30px !important; /* 150% */
}

.syarikat-title h1,
.syarikat-title h2,
.syarikat-title h3,
.syarikat-title h4,
.syarikat-title h5,
.syarikat-title h6,
.syarikat-title {
    align-self: stretch !important;
    color: var(--Color-Primary-blue-8, #0F42B3) !important;
    /* Text/L-Bold */
    font-family: Montserrat !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 30px !important; /* 150% */
}

.majikan-title h1,
.majikan-title h2,
.majikan-title h3,
.majikan-title h4,
.majikan-title h5,
.majikan-title h6,
.majikan-title {
    align-self: stretch !important;
    color: var(--Color-Primary-blue-10, #092A71) !important;
    /* Text/L-Bold */
    font-family: Montserrat !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 30px !important; /* 150% */
}

.lain-lain-title h1,
.lain-lain-title h2,
.lain-lain-title h3,
.lain-lain-title h4,
.lain-lain-title h5,
.lain-lain-title h6,
.lain-lain-title {
    align-self: stretch !important;
    color: var(--Color-Yellow-yellow-9, #919101) !important;
    /* Text/L-Bold */
    font-family: Montserrat !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 30px !important; /* 150% */
}


/* Card Link - Antarabangsa */
.card-link {
    position: relative;

    display: flex !important;
    padding: 20px 40px 20px 20px !important;
    align-items: flex-start !important;
    gap: 8px !important;
    align-self: stretch !important;

    border-radius: 12px !important;
    border: 2px solid var(--Color-BG-Bg-3-Light-bg, #F1F5F9) !important;
    background: var(--Color-Text-black-1, #FFF) !important;

    overflow-wrap: break-word;
    word-wrap: break-word;
}

.card-link::after {
    content: "";
    position: absolute;

    top: 16px;
    right: 16px;

    width: 22px;
    height: 22px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23155DFC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");
}

.card-link:hover {
    background-color: #C7D8FE !important;
	border-color: transparent !important;
}

.card-link h1,
.card-link h2,
.card-link h3,
.card-link h4,
.card-link h5,
.card-link h6 {
    overflow: hidden !important;    
    text-overflow: ellipsis;
    /* Text/S */
    font-family: Inter !important;
    font-size: 18px !important;    
    margin-bottom: 0px !important;
	  color: #000 !important;

}



.responsive-table {
  width: 100%;
  overflow-x: auto; /* Adds a horizontal scrollbar on mobile */
  -webkit-overflow-scrolling: touch;
}
.individu-title-sm h1,
.individu-title-sm h2,
.individu-title-sm h3,
.individu-title-sm h4,
.individu-title-sm h5,
.individu-title-sm h6,
.individu-title-sm {
    align-self: stretch !important;
    color: var(--Color-Primary-blue-6-CC, #155DFC) !important;
    /* Text/L-Bold */
    font-family: Montserrat !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important; /* 150% */
}

/* ==========================================================================
   12. Buttons
    Added by: Nicholas | Date: 2026-05-09
   ========================================================================== */

/* --- Main button container (changed back to Flexbox single-line layout) --- */
.custom-primary-btn-container {
    display: inline-flex !important;
    flex-direction: row !important; /* Force horizontal alignment */
    align-items: center !important; /* Vertical center alignment */
    justify-content: center !important;
    gap: 8px !important; /* Spacing between elements */
    padding: 8px 24px !important;
    min-width: 80px !important;
    border-radius: 16777200px !important;
    background: var(--Color-Primary-blue-6-CC, #155DFC) !important;
    text-decoration: none !important;
    white-space: nowrap !important; /* Prevent text wrapping */

    /* Base style of the first text segment (Muat Turun) */
    color: #FFF !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 125% !important;
}

.custom-primary-btn-container:hover {
    background: var(--Color-Primary-blue-8, #0F42B3) !important;
}

/* --- Icon styles --- */
.custom-primary-btn-container svg {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important; /* Prevent icon compression */
}

/* --- Span style for file size --- */
.custom-primary-btn-container > span {
    /* You can fine-tune the left margin here as needed, such as adding a little more distance */
    margin-left: 4px !important; 

    /* Independent style for the second text segment (File Size) */
    color: #FFF !important;
    font-family: Inter, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 17.5px !important;
}

.custom-primary-btn-container.w-full {
    display: flex !important; 
    width: 100% !important;
    box-sizing: border-box !important; 
    align-self: stretch !important;
}

.custom-white-btn-container {
    display: flex !important;
    min-width: 200px !important;
    padding: 12px 32px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: 16777200px !important;
    background: var(--Color-Text-black-1, #FFF) !important;
    
    gap: 8px !important;

    color: #000 !important;
    text-align: center !important;
    /* Title/Mobile/XS */
    font-family: Montserrat !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important; /* 133.333% */
    text-decoration: none !important;
    gap: 8px !important;
    margin-top: auto !important;
}

.custom-white-btn-container svg {
    width: 18px !important;
    height: 28px !important;
}

@media (max-width: 768px) {
    .custom-primary-btn-container {
        display: flex !important;
        min-width: 80px !important;
        padding: 8px 24px !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 16777200px !important;
        background: var(--Color-Primary-blue-6-CC, #155DFC) !important;
        gap: 8px !important;

        color: #FFF !important;
        text-align: center !important;
        font-family: Montserrat !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 125% !important; /* 17.5px */
        text-decoration: none !important;
    }

    .custom-primary-btn-container:hover {
        background: var(--Color-Primary-blue-8, #0F42B3) !important;
    }

    .custom-primary-btn-container svg {
        width: 14px !important;
        height: 14px !important;
    }

    .custom-primary-btn-container.w-full {
        display: flex !important;
        width: 100% !important;
        box-sizing: border-box !important;
        align-self: stretch !important;
    }
}

.push-to-bottom-widget {
    margin-top: auto !important;  
}

/* ==========================================================================
   PROGRAM CARD
   Added by: Nicholas | Date: 2026-05-19
   ========================================================================== */

.program-card-container{
    border-radius: 12px !important;
    border: 1px solid var(--Color-BG-Bg-5, #DFE3E8) !important;
    background: var(--Color-BG-Bg-1, #FFF) !important;
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    grid-row: 2 / span 1;
    grid-column: 1 / span 1;
    justify-self: stretch;
    height: 100%
}

.program-card-container:hover {
    border: 1px solid var(--Color-BG-Bg-5, #DFE3E8) !important;
    background: var(--Color-Primary-blue-1, #E8EFFF) !important;
}

.program-card-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    align-self: stretch !important;
}

.program-card-icon {
    height: 28px !important; 
    color: var(--Color-Primary-blue-6-CC, #155DFC) !important;
}

.program-card-code{
    color: var(--Color-BG-Bg-10--Light-text, #6A778C) !important;
    /* Text/M-Base */
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 150% */
    margin-bottom: 0px !important;
}

.program-card-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    align-self: stretch !important;
}

.program-card-title {
    overflow: hidden;
    color: var(--Color-Text-black-10-Text, #141414) !important;
    text-overflow: ellipsis !important;
    font-family: Montserrat !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 27px !important; /* 27px */
    margin-bottom: 0px !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important; 
}

.program-card-description {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    align-self: stretch !important;
}

.program-card-description-icon {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    color: #354764 !important;
}

.program-card-description-text {
    color: #354764 !important;
    /* Text/S */
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important; /* 142.857% */
    margin-bottom: 0px !important;
}

.program-card-footer {
    border-top: 1px solid var(--Color-BG-Bg-5, #DFE3E8);
    display: flex !important;
    padding-top: 8px !important;
    align-items: center !important;
    gap: 4px !important;
    align-self: stretch !important;
}


.program-card-container.program-card-expired .program-card-icon,
.program-card-container.program-card-expired .program-card-code,
.program-card-container.program-card-expired .program-card-title,
.program-card-container.program-card-expired .program-card-description-icon,
.program-card-container.program-card-expired .program-card-description-text {

    color: #A0A0A0 !important; 
}

/* ==========================================================================
   PROGRAM PAGE
   Added by: Nicholas | Date: 2026-05-20
   ========================================================================== */

.kembali-btn {
    display: flex;
    min-width: 80px;
    align-items: center;
    gap: 8px;
}

.kembali-btn svg {
    width: 14px;
    height: 14px;
    color: var(--Color-Text-black-10-Text, #141414);
    stroke-width: 2px;
}

.kembali-btn span {
    color: var(--Color-Text-black-10-Text, #141414);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px; /* 17.5px */
}

.program-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid var(--Color-BG-Bg-3-Light-bg, #F1F5F9);
    background: var(--Color-BG-Bg-3-Light-bg, #F1F5F9);
    align-items: stretch; 
    width: 100%;         
    box-sizing: border-box; 
}

.program-main-container {
    display: flex;
    padding: 0 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    align-items: stretch; 
    width: 100%;          
    box-sizing: border-box; 
}

.program-sub-container {
    display: flex;
    padding: 0 32px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: var(--Color-BG-Bg-2, #FAFBFB);
}

.program-main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%; 
}

.program-main-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1; 
    min-width: 0; 
}

.program-main-header-right {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0; 
}

.program-main-header-left svg {
    width: 80px;
    height: 80px;
    color: var(--Color-Primary-blue-6-CC, #155DFC);
}

.program-main-header-left span {
    overflow: hidden;
    color: var(--Color-Text-black-10-Text, #141414);
    text-overflow: ellipsis;
    /* Title/Mobile/L */
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.program-time-container {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border-radius: 0 0 20px 20px;
    background: var(--Color-Orange-orange-6---CC, #FC0);
}

.program-time-number {
    color: var(--Color-Primary-blue-10, #092A71);
    text-align: center;
    /* Title/Mobile/XXL */
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 119.048% */
}

.program-time-label {
    color: var(--Color-Primary-blue-10, #092A71);
    /* Text/L-Bold */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

.program-main-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.content-row {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.content-row svg {
    width: 16px;
    height: 16px;
    color: var(--Color-BG-Bg-10--Light-text, #6A778C);
}

.content-row-label {
    color: var(--Color-Text-black-10-Text, #141414);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    width: 120px;
}

.content-row-date {
    color: var(--Color-Text-black-10-Text, #141414);
    /* Text/L-Bold */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}

.content-row-status {
    color: var(--Color-Text-black-10-Text, #141414);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.program-main-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;

    .custom-primary-btn-container {
        flex: 1 0 0;
    }
}

.program-penceramah {
    display: flex;
    padding: 32px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.penceramah-title {
    color: var(--Color-Primary-blue-6-CC, #155DFC);
    /* Text/L-Bold */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}

.penceramah-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.penceramah-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
}

.penceramah-profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

.penceramah-profile-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.penceramah-name {
    color: var(--Color-Text-black-10-Text, #141414);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.penceramah-description {
    color: #354764;
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.program-terma-dan-syarat {
    display: flex;
    padding: 32px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.terma-dan-syarat-title {
    color: var(--Color-Primary-blue-6-CC, #155DFC);
    /* Text/L-Bold */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}

.terma-dan-syarat-content {
    color: var(--Color-Text-black-10-Text, #141414);
    /* Text/M-Base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.terma-dan-syarat-content strong{
    font-weight: 700;
}

/* ==========================================================================
   Pagination
   Added by: Khaize | Date: 2026-05-21
   ========================================================================== */
.lhdn-pagination {
	padding: 25px;
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	border-top: 1px solid #e1e8f0;
	margin-top: 20px;
}

.pg-item {
	padding: 8px 14px;
	cursor: pointer;
	border-radius: 6px;
	color: #000000;
	font-weight: bold;
	transition: background 0.2s;
	user-select: none;
	border: none;
}


.pg-item.active {
    background: #FFCC00 !important;
    color: #000000 !important;
}

/* ==========================================================================
   Landing Page
   Added by: Nicholas | Date: 2026-05-26
   ========================================================================== */

.landing-blue-container {
    display: flex !important;
    width: 100% !important;
    padding: 40px 32px 80px 32px !important;
    flex-direction: column !important;
    align-items: center !important;
    /* gap: 40px !important; */
    background: #E8EFFF !important;
}

.maklumat-dan-panduan-container {
    width: 100% !important;      
    max-width: 1440px !important;   
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 40px !important;
    flex-shrink: 0 !important;
}

.maklumat-dan-panduan-title-container {
    display: flex;
    max-width: 1440px;
    padding: 0 282px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.maklumat-dan-panduan-title {
    color: var(--Color-Text-black-10-Text, #141414);
    text-align: center;
    /* Title/Mobile/XL */
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 123.529% */
}

.maklumat-dan-panduan-btns-container {
    display: flex !important;
    max-width: 1440px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 11px !important;
    align-self: stretch !important;
}

.landing-announcement-container {
    display: flex !important;
    width: 100% !important;
    max-width: 1440px !important;
    padding: 32px 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
}

.landing-announcement-card-container {
    display: flex !important;
    padding: 32px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 32px !important;
    align-self: stretch !important;
    border-radius: 16px !important;
    background: linear-gradient(0deg, #EFF6FF 11.16%, rgba(239, 246, 255, 0.00) 243.78%) !important;
}

.landing-announcment-card {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    border-bottom: 1px solid var(--Foundation-Primary-Blue-blue-2, #C7D8FE);
    background: rgba(255, 255, 255, 0.50);
}

.landing-announcment-card-kenyataan-tag {
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Foundation-Primary-Blue-blue-1, #E8EFFF);
    color: var(--Foundation-Primary-Blue-blue-6-CC, #155DFC);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.landing-announcment-card-pengumuman-tag {
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Foundation-Yellow-yellow-1, #FFFFE6);
    color: var(--Foundation-Yellow-yellow-9, #919101);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.landing-announcment-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #1E2939;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.landing-announcment-card-date {
    align-self: stretch;
    color: #6A7282;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

@media (max-width: 768px) {
    .landing-blue-container {
        display: flex !important;
        padding: 40px 16px 40px 16px !important; 
        flex-direction: column !important;
        align-items: center !important;
        gap: 32px !important;
        align-self: stretch !important;
    }

    .maklumat-dan-panduan-container {
        width: 100% !important;
        max-width: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; 
        gap: 24px !important;
    }

    .maklumat-dan-panduan-title-container {
        padding: 0 16px !important; 
        align-items: center !important; 
    }

    .maklumat-dan-panduan-title {
        font-size: 24px !important; 
        line-height: 32px !important;
        text-align: center !important; 
    }

    .maklumat-dan-panduan-btns-container {
        flex-wrap: wrap !important; 
        justify-content: center !important; 
        /* padding: 0 16px !important; */
        gap: 10px !important; 
    }

    .category-btn, 
    .custom-tab-active-layout {
        min-width: 0px !important; 
        width: auto !important;
        padding: 8px 16px !important; 
        font-size: 14px !important; 
        height: auto !important;
        flex: 0 0 auto !important;
        justify-content: center !important;
    }

    .category-btn svg, 
    .custom-tab-active-layout svg,
    .category-btn i,
    .custom-tab-active-layout i {
        width: 16px !important;
        height: 16px !important;
        margin-right: 4px !important; 
    }

    .maklumat-dan-panduan-container > div:last-child {
        flex-direction: column !important; 
        align-items: stretch !important;
        gap: 24px !important;
        width: 100% !important;
    }

    .maklumat-dan-panduan-container .lhdn-content-card {
        flex: 0 0 80% !important; 
        width: 80% !important;
        color: var(--Color-Primary-blue-6-CC, #155DFC) !important;
        font-family: Montserrat !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 27px !important; /* 27px */
    }

    .maklumat-dan-panduan-container .card-group {
        gap: 16px !important; 
        /* padding-left: 16px !important;  */
        /* padding-right: 16px !important; */
    }

    .carousel-viewport + div {
        flex-direction: row-reverse !important; 
        justify-content: space-between !important; 
        align-items: center !important; 
        width: 100% !important;
        /* padding: 0 16px !important;  */
        box-sizing: border-box !important;
    }

    #lihat-semua-container {
        width: auto !important;
        justify-content: flex-start !important;
        margin: 0 !important;
    }

    .landing-announcement-card-container {
        padding: 24px 12px !important;
    }
}
 
/* ==========================================================================
   Pop Up Modal
   Added by: Nicholas | Date: 2026-05-26
   ========================================================================== */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 40px; 
  padding: 0;  
  overflow: hidden;  
  max-width: 650px;
  width: 90%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.popup-img {
  width: 100%;
  height: auto;
  display: block;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white; 
  background-color: #0d66ff; 
  border-radius: 50%; 
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: background-color 0.2s, transform 0.2s;
  z-index: 10000;
}

.popup-close:hover {
  background-color: #004ecc; 
  transform: scale(1.1); 
}


@media (max-width: 1024px) {
    .home .elementor-element-7e56566 {
        display: none !important;
    }
}

/* ==========================================================================
   Only for antarabangsa page
   Added by: Nicholas | Date: 2026-06-23
   ========================================================================== */
.custom-pdf-menu .elementor-icon-list-item a {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    width: 100% !important;
}

/* 1. Make the entire link a Flex container and force the main body not to wrap */
.custom-pdf-menu .elementor-icon-list-item .elementor-icon-list-text {
    flex: 1 1 auto !important;
    white-space: normal !important; /* 2. Left title area: occupy all remaining space, allow text to wrap naturally */
    word-break: break-word !important; 
    padding-right: 10px !important; /* Leave some gap for the right side file size */
}

/* 3. Right side file size: lock size, lock single line, lock right alignment */
.custom-pdf-menu .elementor-icon-list-item .elementor-icon-list-text + span {
    flex: 0 0 auto !important; /* Core: 0 0 auto means [absolutely not allowed to be squeezed or scaled] */
    font-size: 12px !important; 
    white-space: nowrap !important; /* Core: absolutely forbid line breaks, (1.21 MB) welded on a single line */
    margin-left: auto !important; /* Push it to the right */
    padding-top: 2px !important; /* Move it down slightly to align with the title after the font gets smaller */
}


/* ==========================================================================
   Added by: Khaize | Date: 2026-05-28
   ========================================================================== */

.crud-native-select {
    display: none !important;
}

.crud-custom-select {
    position: relative !important;
    width: 100% !important;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
}

.crud-select-trigger {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 10px 14px !important;
    background-color: #ffffff !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    color: #374151 !important;
    min-height: 40px;
}

.crud-custom-select.open .crud-select-trigger,
.crud-select-trigger:hover {
    border-color: #3b82f6 !important;
}

.crud-custom-select.disabled .crud-select-trigger {
    background-color: #f3f4f6 !important;
    border-color: #e5e7eb !important;
    color: #9ca3af !important;
    cursor: not-allowed !important;
}

.crud-arrow {
    border: solid #6b7280;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-bottom: 2px;
}

.crud-custom-select.open .crud-arrow {
    transform: rotate(-135deg) !important;
    border-color: #3b82f6 !important;
    margin-top: 4px;
}

.crud-options {
    position: absolute !important;
    top: calc(100% + 4px) !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
    z-index: 99999 !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.crud-custom-select.open .crud-options {
    display: block !important;
}

.crud-options::-webkit-scrollbar {
    width: 6px;
}

.crud-options::-webkit-scrollbar-track {
    background: transparent;
}

.crud-options::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 10px;
}

.crud-option {
    padding: 10px 14px !important;
    cursor: pointer !important;
    color: #374151 !important;
    border-bottom: 1px solid #f3f4f6 !important;
    background: #fff !important;
    display: block !important;
    margin: 0 !important;
}

.crud-option:hover {
    background-color: #f3f4f6 !important;
}

.crud-option.selected {
    background-color: #2563eb !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

.search-borang-container {
    gap: 10px;
    padding-bottom: 20px;
}

.search-label {
    font-size: small;
    padding-bottom: 10px;
}

.pengumuman-kenyataan-content-area { 
    width: 100%; 
    font-family: inherit; 
}

.pengumuman-kenyataan-filter-search { 
    width: 100%; 
    padding: 10px 14px; 
    border: 1px solid #d1d5db; 
    border-radius: 6px; 
    background-color: #ffffff; 
    font-size: 14px; 
    outline: none; 
    min-height: 40px; 
    box-sizing: border-box; 
}

.pengumuman-kenyataan-filter-search:focus { 
    border-color: #3b82f6; 
}

.pengumuman-kenyataan-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); gap: 24px; 
}

.pengumuman-kenyataan-card { 
    border: 1px solid #e5e7eb; 
    border-radius: 12px; 
    padding: 24px; 
    background: #fff; 
    display: flex; 
    flex-direction: column; 
    transition: box-shadow 0.2s ease; 
}

.pengumuman-kenyataan-card:hover { 
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}

.pengumuman-kenyataan-card-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 16px; 
}

.pengumuman-kenyataan-badge { 
    padding: 4px 10px; 
    border-radius: 4px; 
    font-size: 12px; 
    font-weight: 600; 
}

.badge-kenyataan { 
    background-color: #eef2ff; 
    color: #4f46e5; 
}

.badge-pengumuman { 
    background-color: #fefce8; 
    color: #ca8a04; 
}

.pengumuman-kenyataan-date { 
    font-size: 12px; 
    color: #6b7280; 
}

.pengumuman-kenyataan-title { 
    font-size: 16px; 
    font-weight: 800; 
    color: #111827; 
    margin: 0 0 12px 0; 
    text-transform: uppercase; 
    line-height: 1.4; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
}

.pengumuman-kenyataan-excerpt { 
    font-size: 14px; 
    color: #6b7280; 
    line-height: 1.6; 
    margin-bottom: 20px; 
    flex-grow: 1; 
    display: -webkit-box; 
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
}

.pengumuman-kenyataan-link { 
    font-size: 13px; 
    color: #9ca3af; 
    text-decoration: underline; 
    font-weight: 500; 
}

.pengumuman-kenyataan-link:hover { 
    color: #4b5563; 
}

.pengumuman-kenyataan-pagination-container { 
    margin-top: 40px 
}

.pengumuman-kenyataan-sidebar { 
    width: 100%; 
    font-family: inherit; 
}

.pengumuman-kenyataan-sidebar-year-box { 
    padding: 15px 20px; 
    font-weight: 600; 
    cursor: pointer; 
    border-bottom: 1px solid #e5e7eb; 
    transition: all 0.2s; 
    background-color: #f3f4f6; 
    color: #155DFC; 
    border-left: 4px solid #155DFC; 
}
.pengumuman-kenyataan-sidebar-year-box.inactive { 
    background-color: transparent; 
    color: #374151; 
    border-left: 4px solid transparent; 
}
.sidebar-year-box:hover { 
    background-color: #f9fafb; 
}

.pengumuman-kenyataan-sidebar-months { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.pengumuman-kenyataan-sidebar-months li { 
    padding: 14px 20px 14px 28px; 
    color: #374151; 
    cursor: pointer; 
    font-size: 15px; 
    transition: background-color 0.2s, color 0.2s; 
    border-bottom: 1px solid #f3f4f6;
}
.pengumuman-kenyataan-sidebar-months li:hover { 
    background-color: #f3f4f6; 
}
.pengumuman-kenyataan-sidebar-months li.active { 
    background-color: #155DFC; /* Stronger blue for solid background */
    color: #ffffff; 
    font-weight: 500; 
}

.search .content-footer {
	display: none !important;
}

.error404 .content-footer {
    display: none !important;
}
