/* ===== Emergency isolation (fix conflict with old templates) ===== */ html, body { margin: 0 !important; padding: 0 !important; } body { font-family: "Poppins", Arial, sans-serif !important; } header, nav, main, footer, section, article, aside { display: block; } /* Matikan style bootstrap lama yang sering bikin layout pecah */ .container, .row, [class*="col-"]{ float: none !important; } /* Pastikan anchor/button tidak terlihat seperti link biru default */ a { text-decoration: none !important; } a:link, a:visited { color: inherit !important; } /* Pastikan elemen template lama tidak muncul */ #colorlib-main-nav, #colorlib-page, #colorlib-hero, .flexslider, .owl-carousel, .owl-stage-outer, .js-colorlib-nav-toggle{ display: none !important; }