/*------------------------------------------------------------------
    Version: 1.0 (Cleaned for Production)
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/
@import url(css/animate.css);
@import url(css/slick.min.css);
@import url(css/animated-slider.css);
@import url(css/flaticon.css);
@import url(css/prettyPhoto.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
body {
    --def: #ffffff;
    --inv: #009bb7;
    color: #999999;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.80857;
    padding-top: 100px;
    margin: 0 !important;
}



html, body {
    height: 100%;
    margin: 0;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    transition: all .3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: 120% !important;
    color: #333333;
    margin: 0;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

h1 a, h2 a, h3 a, h4 a {
    color: #212121;
    text-decoration: none!important;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    opacity: .8;
}

.btn {
    text-decoration: none !important;
    outline: none !important;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

ul, li, ol {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.nav-logo {
    width: 100px;
    height: auto;
}

/*------------------------------------------------------------------
    HEADER & NAVBAR
-------------------------------------------------------------------*/
:root {
  --lsp-blue: #233C7E;
  --lsp-gold: #D69F3A;
  --soft-bg: #f6f8fc;
}

/* Navbar atas */
.top-navbar {
  background: var(--lsp-blue);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  z-index: 1040;
  transition: transform 0.3s ease;
}

.top-navbar .top-icon {
  color: white !important;
  transition: 0.3s ease;
}

.top-navbar .top-icon:hover {
  color: var(--lsp-gold) !important;
}

/* Geser navbar utama */
#mainNav {
  top: 48px;
  transition: top 0.3s ease;
}

body.hide-top-navbar .top-navbar {
  transform: translateY(-100%);
}

body.hide-top-navbar #mainNav {
  top: 0;
}

.navbar-dark {
    background: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #292929;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
    padding: 10px 15px;
    border-radius: 50px;
}

.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffff;
    background: #D69F3A;
}

.navbar-dark .navbar-nav .nav-link.active {
    background: #233C7E;
}

.navbar-dark .navbar-nav .nav-link::after {
    content: '';
    width: 0;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transition: all .5s;
    z-index: -1;
}

.navbar-dark .navbar-nav .nav-link.active::after {
    width: 50%;
}

.navbar .dropdown > a i {
    font-size: 14px;
    margin-left: 6px;
}

.navbar .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  min-width: 220px;
  z-index: 99;
}

.navbar .dropdown ul li a {
    display: block;
    padding: 8px 18px;
    color: #292929;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.navbar .dropdown:hover > ul {
  display: flex;
}

#mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-bottom: 4px solid #D69F3A;
}

/*------------------------------------------------------------------
    SECTIONS GENERAL
-------------------------------------------------------------------*/
.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.section.wb { background-color: #ffffff; }
.section.lb { background-color: #f2f3f5; }
.section.db { background-color: #111111; }

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.section-title p {
    color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.section-title h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

/*------------------------------------------------------------------
    SERVICES BOXES
-------------------------------------------------------------------*/
.services-inner-box {
    padding: 15px;
    background: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-inner-box::before {
    content: "";
    position: absolute;
    background: #D69F3A;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .5s ease-in-out;
    z-index: 0;
}

.services-inner-box:hover::before {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(4);
}

.ser-icon {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.ser-icon img {
    width: 50px;
    position: relative;
    z-index: 1; 
}

.services-inner-box h2 {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.services-inner-box p {
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.services-inner-box:hover h2 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

.services-inner-box:hover p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
}

/*------------------------------------------------------------------
    TENTANG (HOME & PAGE)
-------------------------------------------------------------------*/
.tentang {
  background: #f8fbff;
}

a.btn-tentang {
    background-color: #076799;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 8px 20px;
    display: inline-block;
}

a.btn-tentang:hover {
    background-color: #055279;
    color: #ffffff !important;
}

.tentang p {
 text-align: justify;
}

.tentang h1 {
  color: #233C7E;
  font-weight: 700;
}

.tentang .img-fluid {
    width: 100%;
    height: auto;
    margin: 0;
}

@media (min-width: 992px) {
  .tentang .img-fluid {
    margin-right: 25px;
  }
}

.img-shadow {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/*------------------------------------------------------------------
    KATEGORI STRIP
-------------------------------------------------------------------*/
.kategori-strip {
  background: #f6f7f9;
  border-top: 1px solid #edf0f4;
  border-bottom: 1px solid #edf0f4;
  padding: 12px 0;
}

.kategori-list {
  gap: 60px;
}

.kategori-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #6c757d;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.kategori-link:focus {
  outline: none;
}

.kategori-link:hover {
  color: #009bb7;
}

.kategori-link.active {
  color: #009bb7;
  font-weight: 500;
}

.kategori-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  background: #009bb7;
  border-radius: 2px;
}

.kategori-seeall {
  margin-left: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #009bb7;
  white-space: nowrap;
}

.kategori-seeall:hover {
  color: #006f85;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .kategori-list {
    gap: 24px;
  }
  .kategori-link, .kategori-seeall {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .kategori-strip {
    padding: 10px 0;
  }
  .kategori-list {
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }
}

/*------------------------------------------------------------------
    BLOG (NEW STYLE)
-------------------------------------------------------------------*/
#blog {
  background: #f8f9fb;
  padding: 80px 0;
}

.blog-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.blog-card img {
  width: 100%;
  display: block;
}

.blog-card figcaption {
  padding: 18px 20px 22px;
}

.blog-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1d2b57;
}

.blog-excerpt {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/*------------------------------------------------------------------
    ABOUT PAGE HEADER
-------------------------------------------------------------------*/
.about-header-modern {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}

.about-title {
    font-size: 48px;
    font-weight: 800;
    color: #233C7E;
    text-transform: capitalize;
    letter-spacing: 1px;
}   

.about-underline {
    width: 80px;
    height: 6px;
    background: #D69F3A;
    margin: 12px auto 0;
    border-radius: 10px;
    animation: underlineGrow 1.2s ease;
}

.about-deco {
    position: absolute;
    right: -80px;
    top: 0;
    height: 120%;
    width: 45%;
    background: #E9F6FF;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-logo-modern {
    width: 160px;
    opacity: 0.95;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,0.1));
    animation: fadeInLogo 1.3s ease;
}

@keyframes fadeInLogo {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.about p {
    text-align: justify;
    color: black;
    font-size: 17px;
}

.about h2 {
    color: black;
    margin-top: 50px;
}

/*------------------------------------------------------------------
    VISI MISI PAGE
-------------------------------------------------------------------*/
.visi-header-modern {
    position: relative;
    width: 100%;
    padding: 60px 0 90px;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}

.visi-misi p, .visi-misi ol li {
  font-size: 15px;
  line-height: 1.7;
}

#visi-misi ol, #visi-misi ol li {
  list-style: decimal;
}

.visi-title {
    font-size: 48px;
    font-weight: 800;
    color: #233C7E;
    text-transform: capitalize;
    letter-spacing: 1px;
}   

.visi-underline {
    width: 80px;
    height: 6px;
    background: #D69F3A;
    margin: 12px auto 0;
    border-radius: 10px;
    animation: underlineGrow 1.2s ease;
}

.visi-deco {
    position: absolute;
    right: -80px;
    top: 0;
    height: 120%;
    width: 45%;
    background: #E9F6FF;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visi-logo-modern {
    width: 160px;
    opacity: 0.95;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,0.1));
    animation: fadeInLogo 1.3s ease;
}

.visi-misi ol {
    list-style: decimal !important;
    padding-left: 20px !important;
}

/*------------------------------------------------------------------
    STRUKTUR ORGANISASI
-------------------------------------------------------------------*/
.struktur-header-modern {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}

#struktur ol, #struktur ol li {
  list-style: decimal;
}

.struktur-header-modern .container {
  position: relative;
  z-index: 2;         
}

.struktur-title {
    font-size: 48px;
    font-weight: 800;
    color: #233C7E;
    text-transform: capitalize;
    letter-spacing: 1px;
}   

.struktur-underline {
    width: 80px;
    height: 6px;
    background: #D69F3A;
    margin: 12px auto 0;
    border-radius: 10px;
    animation: underlineGrow 1.2s ease;
}

.struktur-deco {
    position: absolute;
    right: -80px;
    top: 0;
    z-index: 1;
    height: 120%;
    width: 45%;
    background: #E9F6FF;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.struktur-logo-modern {
    width: 160px;
    opacity: 0.95;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,0.1));
    animation: fadeInLogo 1.3s ease;
}

.struktur p {
    text-align: justify;
    color: black;
    font-size: 17px;
}

.struktur h2 {
    color: black;
    margin-top: 50px;
}

.struktur-box .bagan-item {
  background: #ffffff;
  border: 2px solid #1d3b8b;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  color: #1d3b8b;
  display: inline-block;
  min-width: 220px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.bagan-item.utama {
  background: #1d3b8b;
  color: white;
  border-color: #1d3b8b;
}

.bagan-level {
  position: relative;
}

.bagan-level-spine::after {
  content: "";
  width: 2px;
  height: 25px;
  background: #1d3b8b;
  display: block;
  margin: 0 auto;
}

.section.struktur {
  padding-top: 40px;
  padding-bottom: 60px;
}

/*------------------------------------------------------------------
    FOOTER & COPYRIGHT
-------------------------------------------------------------------*/
.copyrights {
    border-top: 0px;
    background-color: #1f1f1f;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 30px 0px;
    overflow: hidden;
}

.footer-distributed .footer-left {
    float: none;
    text-align: center;
}

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #666;
    padding: 0;
}

.footer-distributed form {
    position: relative;
}

.footer-distributed form input {
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #181818;
    border: none;
    font: inherit;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    width: 400px;
    padding: 18px 50px 18px 18px;
}

.footer-distributed form input:focus {
    outline: none;
}

.footer-distributed form input::-webkit-input-placeholder { color: #999; }
.footer-distributed form input::-moz-placeholder { opacity: 1; color: #999; }
.footer-distributed form input:-ms-input-placeholder { color: #999; }

.footer-distributed form i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 18px;
    color: #999;
    font-size: 18px;
    margin-top: 6px;
}

.footer-distributed .footer-company-name a {
    color: #ffffff;
}

.footer-distributed .footer-company-name a:hover {
    color: #cccccc;
}

/* === FOOTER LMC CORPORATE === */

.footer-lmc {
  background: #233C7E; /* hitam elegan */
  color: #ffffff;
  border-top: 4px solid #D69F3A; /* garis emas */
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 15px;
}

.footer-lmc a {
  color: #D69F3A;
  text-decoration: none;
}

.footer-lmc a:hover {
  color: #ffffff;
}

.footer-title {
  font-size: 17px;
  font-weight: 600;
  color: #D69F3A; /* emas */
  margin-bottom: 12px;
}

.footer-item {
  margin: 4px 0;
}

.footer-sosmed a {
  font-size: 20px;
  color: #D69F3A;
  margin: 0 6px;
}

.footer-sosmed a:hover {
  color: #ffffff;
}

.footer-logo {
  filter: brightness(0) invert(1); 
  opacity: 0.9;
}

/* Copyright */
.footer-copy {
  background: #D69F3A;
  color: #1d1d1d;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.footer-copy p {
  margin: 0;
}


/*------------------------------------------------------------------
    MISC (LOADER & SCROLL TOP)
-------------------------------------------------------------------*/
.dmtop {
    background-color: #233C7E;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    transition: all .7s ease-in-out;
}

.dmtop.show {
    bottom: 20px;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #292929;
    z-index: 11000;
    position: fixed;
    display: block;
}

@keyframes loader {
  0%, 10%, 100% { width: 80px; height: 80px; }
  65% { width: 150px; height: 150px; }
}

@keyframes loaderBlock {
  0%, 30% { transform: rotate(0); }
  55% { background-color: #D69F3A; }
  100% { transform: rotate(90deg); }
}

@keyframes loaderBlockInverse {
  0%, 20% { transform: rotate(0); }
  55% { background-color: #D69F3A; }
  100% { transform: rotate(-90deg); }
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}

.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #233C7E;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}

.loader span:nth-child(1) { top: 0; left: 0; }
.loader span:nth-child(2) { top: 0; right: 0; animation: loaderBlockInverse 1.2s infinite ease-in-out both; }
.loader span:nth-child(3) { bottom: 0; left: 0; animation: loaderBlockInverse 1.2s infinite ease-in-out both; }
.loader span:nth-child(4) { bottom: 0; right: 0; }

/*------------------------------------------------------------------
    BUTTONS (HELPER)
-------------------------------------------------------------------*/
.btn { border: 0 !important; }

.btn-light {
    padding: 10px 40px;
    font-size: 18px;
    border: 2px solid #ffffff !important;
    color: #ffffff;
    background-color: transparent;
}

.btn-dark {
    padding: 13px 40px;
    font-size: 18px;
    border: 1px solid #ececec !important;
    color: #1f1f1f;
    background-color: transparent;
}

.btn-light:hover, .btn-light:focus {
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
}

/*------------------------------------------------------------------
    ( Skema )
-------------------------------------------------------------------*/

 .skema-header {
      background: #ffffff;
      padding: 40px 0 24px;
      border-bottom: 1px solid #edf0f4;
    }

    .skema-breadcrumb {
      font-size: 13px;
      color: #8a8fa0;
      margin-bottom: 6px;
    }

    .skema-breadcrumb a {
      color: #6976a3;
    }

    .skema-title {
      font-size: 32px;
      font-weight: 700;
      color: var(--lsp-blue);
      margin-bottom: 8px;
    }

    .skema-tag {
      display: inline-flex;
      align-items: center;
      font-size: 13px;
      padding: 5px 12px;
      border-radius: 999px;
      background: #e8f0ff;
      color: #3550a5;
      gap: 6px;
    }

    .skema-actions .btn {
      border-radius: 999px;
      padding: 8px 18px;
      font-size: 14px;
    }

    .btn-skema-primary {
      background: var(--lsp-blue);
      color: #fff;
    }

    .btn-skema-primary:hover {
      background: #1a2d5d;
      color: #fff;
    }

    .btn-skema-outline {
      border: 1px solid var(--lsp-blue);
      color: var(--lsp-blue);
      background: #fff;
    }

    .btn-skema-outline:hover {
      background: var(--lsp-blue);
      color: #fff;
    }

    .skema-stat-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 16px 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: -18px;
      position: relative;
      z-index: 2;
    }

    .skema-stat-icon {
      width: 40px;
      height: 40px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f1f4ff;
      color: var(--lsp-blue);
      font-size: 20px;
    }

    .skema-stat-label {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .04em;
      color: #8f94a3;
      margin-bottom: 2px;
    }

    .skema-stat-value {
      font-size: 18px;
      font-weight: 700;
      color: #20253a;
    }

    .skema-main {
      background: var(--soft-bg);
      padding: 40px 0 60px;
    }

    .skema-meta-card,
    .skema-ringkasan-card {
      background: #fff;
      border-radius: 16px;
      padding: 20px 24px;
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.03);
      height: 100%;
    }

    .skema-meta-card table {
      width: 100%;
      font-size: 14px;
    }

    .skema-meta-card th {
      width: 32%;
      color: #7a7f90;
      font-weight: 500;
      padding: 6px 0;
    }

    .skema-meta-card td {
      color: #25293c;
      padding: 6px 0;
    }

    .skema-ringkasan-card h5 {
      font-size: 16px;
      font-weight: 600;
      color: #1f2a4c;
      margin-bottom: 8px;
    }

    .skema-ringkasan-card p {
      font-size: 14px;
      color: #4f566b;
    }

    .skema-ringkasan-card ul {
      padding-left: 18px;
      font-size: 14px;
      color: #4f566b;
      margin-bottom: 0;
    }

    .skema-ringkasan-card ul li+li {
      margin-top: 4px;
    }

    /* TAB SECTION */
    .skema-tabs-wrapper {
      margin-top: 32px;
    }

    .skema-tabs .nav-link {
      border-radius: 999px;
      padding: 8px 18px;
      margin-right: 8px;
      font-size: 14px;
      color: #5c6274;
      border: 0;
    }

    .skema-tabs .nav-link.active {
      background: var(--lsp-blue);
      color: #ffffff;
      font-weight: 500;
    }

    .skema-tab-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 20px 24px;
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.03);
      margin-top: 16px;
    }

    .skema-tab-card h5 {
      font-size: 16px;
      font-weight: 600;
      color: #1f2a4c;
      margin-bottom: 12px;
    }

    .skema-tab-card p,
    .skema-tab-card li {
      font-size: 14px;
      color: #4f566b;
    }

    .skema-tab-card ul {
      padding-left: 18px;
    }

    /* TABEL UNIT KOMPETENSI */
    .table-unit th {
      font-size: 13px;
      background: #f4f6fb;
      border-top: 0;
      color: #656b7c;
    }

    .table-unit td {
      font-size: 13px;
      vertical-align: top;
    }

    .table-unit tbody tr:hover {
      background: #fafbff;
    }

    /* PROFESI & JADWAL */
    .chip-profesi {
      display: inline-flex;
      align-items: center;
      padding: 8px 14px;
      border-radius: 999px;
      background: #ffffff;
      font-size: 13px;
      color: #3b4260;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
      margin: 4px 6px 4px 0;
      gap: 8px;
    }

    .chip-profesi i {
      font-size: 16px;
      color: var(--lsp-blue);
    }

    .jadwal-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 14px 16px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
      font-size: 13px;
      height: 100%;
    }

    .jadwal-card h6 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 6px;
      color: #1f2a4c;
    }

    .jadwal-card .meta {
      color: #6b7184;
    }

    .jadwal-card .btn-sm {
      border-radius: 999px;
      padding: 4px 12px;
      font-size: 12px;
    }

    @media (max-width: 767.98px) {
      .skema-title {
        font-size: 24px;
      }

      .skema-stat-card {
        margin-top: 16px;
      }

      .skema-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
      }
    }


/*------------------------------------------------------------------
    ( Daftar )
-------------------------------------------------------------------*/

.daftar-deco {
    position: absolute;
    right: -80px;
    top: 0;
    z-index: 1;
    height: 120%;
    width: 45%;
    background: #E9F6FF;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.daftar-title {
    font-size: 48px;
    font-weight: 800;
    color: #233C7E;
    text-transform: capitalize;
    letter-spacing: 1px;
}   

.daftar-header-modern {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}

.daftar-header-modern .container {
  position: relative;
  z-index: 2;         
}



/* Pastikan bar copyright nempel ke bawah */
.footer-copy {
  margin: 0;
}

