.slider-boxs{
    background-color: #67142F;
    padding-top: 50px;
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
}
/* Container tengah */
.slider-container {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.2); */
  background: transparent !important
}

.slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

/* 🔥 INI KUNCINYA */
.slide {
  flex: 0 0 95%; /* 90% supaya 10% slide berikutnya terlihat */
}

.slide img {
  width: 100%;
  border-radius: 20px;
  display: block;
  border: 2px solid #EFF2F6;
}
/* 🔥 STRIP STYLE */
.strip-nav {
  position: absolute;
  bottom: 20px;
  right: 30px;
  display: flex;
  gap: 5px;
}

.strip {
  width: 20px;
  height: 8px;
  background: #FEF8E6;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 12px;
}

.strip:hover {
  background: #F1C64B;
}

.strip.active {
  background: #F1C64B;
  width:32px !important;
}
#header {
    height: 90px;
}
#header .header-body {
    background-color: #67142F;
    transition: all 0.3s ease;
     height: 60px;
}

#header .header-container {
    height: 90%;
}

#header .header-row {
    height: 90%;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down{
    background: rgba(253, 254, 255, 0.2);
}
/* sticky active */
html.sticky-header-active #header .header-body{
    background-color: #fff !important; /* warna saat scroll */
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
html.sticky-header-active #header .header-nav-main nav>ul>li>a {
    color: #000 !important;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down{
    border: 1.5px solid #000 !important;
    background:  rgba(0, 0, 0, 0.2);
    
}
html.sticky-header-active #header .header-btn-collapse-nav > i{
        color: #000 !important;
}
html.sticky-header-active #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
    background-color: #000 !important;
}
.tabs-navigation-simple {
    /* border: 1px solid #F1CBD4 !important;
    border-radius: 16px !important;
    padding: 10px !important; */
}
.tab-pane {
    border: 1px solid #F1CBD4 !important;
    border-radius: 16px !important;
    padding: 10px !important;
    /* margin: 10px 20px; */
}
.tabs-navigation-simple .nav-tabs {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0px;
    box-shadow: 0px 4px 12px 0px #F1CBD42E;
}
.card-mega{
    display: flex;
    align-items: center;
    gap: 12px;
}
.icon-mega {
    font-size: 24px;
    color: #c4313d;
}
.title-mega {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}
.title-mega > p {
    color: #818390;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
.tabs-navigation .nav-tabs>li .nav-link:before{
    display: none;
}
.tabs-right .nav-tabs>li .nav-link{
    border-right: 0px;
}
.list-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
ul.list-mega {
    list-style: none;
    padding-left: 0px !important;
    gap: 4px;
}
a.list-dropdown-item {
    background: transparent !important;
    font-size: 14px !important;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a.list-dropdown-item:hover {
    /* background: aqua !important; */
    border: 0px !important;
    font-size:14px !important;
    font-weight: bold !important;
}
.list-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #AB364F;
    color: #67142F;
    width: fit-content;
}
.dropdown-menu{
    border-bottom-left-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
}
.dropdown-mega {
    position: static !important;
}
.tabs {
    border-radius: 4px;
}

/* Full width dropdown */
.dropdown-mega > .dropdown-menu {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%);
    border-radius: 0;
}
.dropdown > .dropdown-menu{
     width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%);
    border-radius: 0;

}

.card-content {
    padding: 12px 26px !important;
}
.dropdown-menu{
    border-bottom-left-radius: 36px !important;
    background: #F4F5F6;
    border-bottom-right-radius: 36px !important;
}
/* Media Query for Mobile Devices */
        @media (max-width: 480px) {
            .slider-boxs{
                padding-top: 20px;
            }
            .slider-container{
                width: 100%;
                margin: 0px 2%;
                height: 180px;
            }
            .slider{
                gap:4px;
            }
            .slide img{
                object-fit: cover;
                /* padding: 0px 10px; */
            }
            .strip{
                width: 12px;
                height: 3px;
            }
            h4 {
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                margin: 0 0 14px 0;
                letter-spacing: -1.2%;
                color: #1B1D29;
            }
            .title-choose{
                font-size: 12px;
                line-height: 18px;
            }
            .desc-choose{
                font-size: 10px;
                line-height: 15px;
            }
            .box-choose{
                padding: 2px 5px !important;
                height: 310 !important;
            }
            .section-chosee {
                margin:0px !important;
                padding:10px !important
            }
            .zigzag-row {
                display: flex;
                flex-direction: column;
            }
            .card-text{
                height: 150px !important;
                font-size:16px !important;
            }
            .btn-lainnya{
                width: 50% !important;
            }

        }

        /* Media Query for low resolution  Tablets, Ipads */
        @media (min-width: 481px) and (max-width: 767px) {
            .slider-boxs{
                padding-top: 20px;
            }
            .slider-container{
                width: 100%;
                margin: 0px 2%;
                height: 180px;
            }
            .slider{
                gap:4px;
            }
            .slide img{
                object-fit: cover;
                padding: 0px 10px;
            }
            .strip{
                width: 12px;
                height: 3px;
            }
            h4 {
                font-size: 24px;
                font-weight: 600;
                line-height: 32px;
                margin: 0 0 14px 0;
                letter-spacing: -2%;
                color: #1B1D29;
            }
            .zigzag-row {
                display: flex;
                flex-direction: column;
            }
            .card-text{
                height: 120px !important
            }
            .btn-lainnya{
                width: 50% !important;
            }
        }

        /* Media Query for Tablets Ipads portrait mode */
        @media (min-width: 768px) and (max-width: 1024px) {
            .slider-container{
                width: 100%;
                margin: 0px 5%;
                height: 350px;
            }
            .slider{
                gap:4px;
            }
            .slide img{
                object-fit: cover;
                /* padding: 0px 10px; */
            }
            .strip-nav{
                right: 70px;
            }
            .strip{
                width: 24px;
                height: 6px;
            }
            h4 {
                font-size: 24px;
                font-weight: 600;
                line-height: 32px;
                margin: 0 0 14px 0;
                letter-spacing: -2%;
                color: #1B1D29;
            }
            .card-text{
                height: 120px !important
            }
            .btn-lainnya{
                width: 50% !important;
            }
        }

        /* Media Query for Laptops and Desktops */
        @media (min-width: 1025px) and (max-width: 1280px) {
            .section-chosee{
                margin: 5% 5% !important;
                padding: 3rem !important;
            }
            .btn-lainnya{
                width: 30% !important;
            }
            
        }

        /* Media Query for Large screens */
        @media (min-width: 1281px) {
            .section-chosee{
                margin: 5% 5% !important;
                padding: 3rem !important;
            }
            .btn-lainnya{
                width: 30% !important;
            }
        }

@media (max-width: 991px){
    #header .header-body{
        background-color: #FFF;
    }
    #header .header-btn-collapse-nav{
        color: #000000;
    }
    .title-mega{
        text-align: left;
        color: #000;
    }
    .card-content {
        padding: 5px 7px !important;
    }
    .wa-floating {
        bottom: 15px;
        right: 5px;
    }
    .footer-info li {
        font-size: 13px;
    }

    .license-logos {
        flex-wrap: wrap;
    }

    .social-icons {
        flex-wrap: wrap;
    }
    a.btn.btn-primary.btn-daftar-training.mb-2 {
        width: 100%;
    }
    aside.sidebar.pb-4.sticky-active {
        position: inherit !important;
    }
    .text-4{
        text-align: center;
    }
    .card-text{
        text-align: center;
    }
}
/* =======================================
   MOBILE MENU SYSTEM (SEPARATE VERSION)
======================================= */

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: #f4f4f4;
    z-index: 99999;
    transform: translateX(100%);
    transition: transform .35s ease;
    display: flex;
    flex-direction: column;
}

.mobile-menu-overlay.active {
    transform: translateX(0);
}

body.mobile-lock {
    overflow: hidden;
}

/* Header */
.mobile-menu-header {
    height: 60px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 12px 32px 0px #F1CBD42E;

}

.mobile-menu-header img {
    height: 70px;
}

.mobile-menu-header button {
    background: none;
    border: none;
    font-size: 22px;
    color: #7E1837;
}

/* Body */
.mobile-menu-body {
    flex: 1;
    overflow-y: auto;
    padding: 10px 20px;
    background: #fff;
}

/* Nav */
.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav > li {
        margin-bottom: 10px;
    text-align: center;
}

.mobile-nav > li > a {
    font-size: 20px;
    font-weight: 600;
    color: #67142F;
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 32px;
    letter-spacing: -2%;
}
.mobile-level-nav{
        list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-level-nav > li {
        margin-bottom: 10px;
    text-align: left;
    
}
.mobile-level-nav > li > a {
    font-size: 14px;
    font-weight: 400;
    color: #1B1D29;
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 20px;
    letter-spacing: 0%;
}
/* Arrow */
.has-sub > .mobile-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px; /* jarak antara teks dan icon */
    position: relative;
}
.has-sub > .mobile-link > .fa-chevron-down::before {
    /* margin-left: 5px; */
    font-size: 12px;
    padding: 3px;
    border: 1.5px solid #67142F;
    border-radius: 100%;
    line-height: 30px;
    background: #67142f1c;
}

/* Rotate saat aktif */
.has-sub > .mobile-link > .fa-chevron-down::before {
    transform: rotate(180deg);
}

/* Submenu */
.mobile-sub {
    list-style: none;
    padding: 10px 0 0 0;
    display: none;
}

.has-sub.active .mobile-sub {
    display: block;
}

.mobile-sub li {
    margin-top: 8px;
}

.mobile-sub a {
    font-size: 15px;
    color: #555;
    text-decoration: none;
}
.header-section {
    display: none;
}

.header-section.active {
    display: block;
}

/* Training Direct Link */
.training-direct {
    font-weight: 600;
}

/* Level 4 Page */
.mobile-training-level {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    display: none;
    flex-direction: column;
}

/* Header Level 4 */
.mobile-sub-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.mobile-sub-header button {
    background: none;
    border: none;
    font-size: 18px;
}

/* Smooth animation optional */
.mobile-training-level {
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}


.mobile-training-wrapper {
    position: relative;
}

.mobile-training-level {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    display: none;
    flex-direction: column;
    animation: slideIn 0.3s ease;
}

.mobile-sub-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.mobile-sub-header button {
    background: none;
    border: none;
    font-size: 18px;
}

@keyframes slideIn {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.mobile-level-title {
    color: #67142F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 2px solid #AB364F;
    display: inline-block;
}
section.section-white {
    background: #ffff;
    border-top: 0px;
}

.text-counter {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0%;
    text-align: center;
}
.amount-counter {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1.2%;
    text-align: center;
}
.featured-box-counter {
    background: #FFF;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 24px;

}
.btn-selengkapnya {
    opacity: 1;
    border-radius: 12px;
    padding-right: 32px;
    padding-left: 32px;
    border-width: 1.5px;
    border: 1.5px solid var(--Color-Border-Brand, #AB364F);
    color: #67142F;
    width: 50% !important;
}
.btn-selengkapnya>span>i{
    color: #67142F !important;
}
.btn-selengkapnya:hover {
    opacity: 1;
    border-radius: 12px;
    padding-right: 32px;
    padding-left: 32px;
    border-width: 1.5px;
    border: 1.5px solid #fff;
    background: #67142F;
    color:#fff;
    width: 50% !important;
}
.btn-selengkapnya:hover>span>i{
    color: #fff !important;
}

.btn-lainnya {
    opacity: 1;
    border-radius: 12px;
    padding-right: 32px;
    padding-left: 32px;
    border-width: 1.5px;
    border: 1.5px solid var(--Color-Border-Brand, #AB364F);
    color: #67142F;
}
.btn-lainnya>span>i{
    color: #67142F !important;
}
.btn-lainnya:hover {
    opacity: 1;
    border-radius: 12px;
    padding-right: 32px;
    padding-left: 32px;
    border-width: 1.5px;
    border: 1.5px solid #fff;
    background: #67142F;
    color:#fff;
}
.btn-lainnya:hover>span>i{
    color: #fff !important;
}
.badge {
    padding: 6px 12px !important;
    border-radius: 100px !important;
    gap: 10px !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1%;
    font-size: 12px;
}
.description > p {
    font-size: 16px !important;
    margin: 0px;
}
.section-chosee{
    background: #67142F;
    margin: 5% 5% ;
    border-radius: 56px;
    padding: 3rem ;
}
.box-choose{
    box-shadow: 0px 12px 24px 0px #F1CBD42E;
    border: 1px solid var(--Color-Background-soft-Hover-Brand, #E298A8);
    padding: 24px 16px;
    border-radius: 24px;
    background: #fff;
    height: 350px;
}
.title-choose {
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -1.2%;
    text-align: center;
    vertical-align: middle;
}
.desc-choose {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}
.zigzag-even {
        flex-direction: row;
    }
.zigzag-odd {
    flex-direction: row-reverse;
}
.card-story{
    border: 5px solid  #F1CBD4;
    box-shadow: 0px 12px 32px 0px #F1CBD42E;
    border-radius: 24px;
}
.fa-star{
    color: #FB923C;
}
.card-text {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0%;
    color: #1B1D29;
    height: 150px;
    white-space: normal;
    overflow: auto;
    text-overflow: ellipsis;
}
.card-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #061C3D;
}
.card-position {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #818390;
}
.card-description{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    white-space: normal;
    overflow: auto;
    text-overflow: ellipsis;
    height: 150px;
}
.text-tgl{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}
.text-tgl > i{
    color: #5C4610;
}
.judul_blog {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1.2%;
    color: #1B1D29;
}
.text-long-3 > p{
        font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #818390 !important;
}

.btn-selengkapnya-article {
    opacity: 1;
    border-radius: 12px;
    padding-right: 32px;
    padding-left: 32px;
    border-width: 1.5px;
    border: 1.5px solid var(--Color-Border-Brand, #AB364F);
    color: #fff;
    background-color: #67142F;
}
.btn-selengkapnya-article>span>i{
    color: #fff !important;
}
.btn-selengkapnya-article:hover {
    opacity: 1;
    border-radius: 12px;
    padding-right: 32px;
    padding-left: 32px;
    border-width: 1.5px;
    border: 1.5px solid #67142F;
    background: #fff;
    color:#67142F;
}
.btn-selengkapnya-article:hover>span>i{
    color: #67142F !important;
}
.carousel-blog > .owl-nav {
    display: none;
}

/* CARD */
.faq-card {
    border-radius: 14px;
    border: none;
    overflow: hidden;
    margin-bottom: 15px;
    transition: 0.3s ease;
}

/* HEADER LINK */
.accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #f1f1f1;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    border-radius: 14px;
    transition: all 0.3s ease;
    position: relative;
}
/* ICON DEFAULT (PANAH BAWAH) */
.accordion-toggle::after {
    content: "\f078"; /* fa-chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 0.3s ease;
    float: right;
}

/* SAAT ACTIVE → GANTI JADI X */
.accordion-toggle:not(.collapsed)::after {
    content: "\f00d"; /* fa-times (X) */
}

/* ACTIVE STYLE */
.accordion-toggle:not(.collapsed) {
    background-color: #f4c430;
    color: #222 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 2px solid #000;
}

/* SMOOTH ANIMATION */
.collapse {
    transition: all 0.3s ease;
}

.wa-floating {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    background: #22C55E;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;

    font-weight: 500;
    font-size: 14px;
    text-decoration: none;

    box-shadow: 0 12px 56px rgba(34, 197, 94, 0.25);
    transition: all 0.3s ease;
    text-align:center;
}

.wa-floating i {
    font-size: 40px;
}
.footer-info ul {
    list-style: none;
    padding: 0;
    /* margin: 0 0 30px 0; */
}

.footer-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    /* margin-bottom: 15px; */
    line-height: 1.6;
}

.footer-info i {
    margin-top: 4px;
    font-size: 16px;
}

.footer-license h4,
.footer-social h4 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.license-logos {
    display: flex;
    gap: 15px;
}

.license-logos img {
    width: 80px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #6e0f23;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #f3f3f3;
    transform: translateY(-3px);
}
.footer-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #fff;
    height: 35px;
}
hr.footer-hr {
    border: 1px solid var(--Color-Gray-0, #FDFEFF);
    width: 30%;
}
.footer-column ul {
  list-style: none;
  margin-top: 20px;
  margin-left: -30px;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s ease;
}

.footer-column ul li a:hover {
  opacity: 0.7;
}
p.m-1{
    font-size: 16px;
}
ul.breadcrumb>li>a {
    color: #000 ;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0%;
    font-size: 16px;
    text-transform: capitalize;
}

.breadcrumb > li:nth-child(2)::before {
    content: "";
    color: #1D4ED8;
    /* opacity: .5; */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f105";
    padding: 2px 5px;
    border: 1.5px solid #1D4ED8;
    border-radius: 100%;
    margin: 0 5px;
    background: #1d4ed81c;
    font-size: 13px;
}
.breadcrumb > li:first-child a {
    color: #1D4ED8;
}
.text-training {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2%;
}
.p-training {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}
.form-control {
    border-color: #E6E8EC !important;
}
.form-select{
    background-image: none !important;
    background-position: initial !important;
    background-size: initial !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-select-1::after {
    content: "⌄";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #1B1D29;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 22px;
    color: #1B1D29;
    quotes: none;
    padding: 0px;
    background: #1b1d2926;
    pointer-events: none;
}
.tabs-training{
    border-radius: 16px;
    border: 1px solid #E298A8;
    background-color: #ffffff;
    padding: 10px 20px;
}
.text-infomation{
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: -1.2%;
    padding: 20px 20px 0px 20px
}
a.nav-link.active.current-page-active {
    background: #fff !important;
}
ul.nav-list-training li a ::before {
    content: '' !important;
}



/* ===== SIDEBAR FIX ===== */
.sidebar .card {
    overflow: visible !important;
}

/* ===== NAVIGATION WRAPPER ===== */
.tabs-navigation {
    position: relative;
}

.tabs-navigation .nav-list-training {
    padding-left: 0;
}

/* ===== NAV ITEM ===== */
.tabs-navigation .nav-item {
    margin-bottom: 10px;
}

/* ===== NAV LINK DEFAULT ===== */
.tabs-navigation .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

/* Hover */
.tabs-navigation .nav-link:hover {
    background: #f5f5f5;
}

/* ===== ACTIVE STYLE ===== */
.tabs-navigation .nav-link.active {
    background: #E8D8B9;
    font-weight: 600;
    /* z-index: 1; */
}

/* ===== SEGITIGA KELUAR ===== */
.tabs-navigation .nav-link.active::before {
    content: "";
     position: absolute;   /* keluar sedikit dari card */
    top: 0;
    height: 100%;   /* lebar blok */
    width:100%;
    border-radius: 0px !important;
}

/* ===== ICON SVG STYLE ===== */
.tabs-navigation .nav-link i {
    display: flex;
    align-items: center;
}

.tabs-navigation .nav-link.active svg path {
    stroke: #67142F;
}

/* ===== TEXT INFO TITLE ===== */
.text-infomation {
    font-weight: 600;
    margin-bottom: 15px;
    color: #67142F;
}

.tabs-navigation .nav-link {
    color: #333;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 14px;
}

/* SAAT ACTIVE (SCROLL / HASH) */
.tabs-navigation .nav-link.active {
    background: #E8D8B9;
    color: #5C4610;
    font-weight: 400;
    border-radius: 8px;
    font-size: 14px;
}

/* Ubah warna icon SVG saat active */
.tabs-navigation .nav-link.active svg path {
    stroke: #5C4610;
    fill: #5c461024;
}

/* Kalau mau LI ikut berubah */
.tabs-navigation .nav-item.active .nav-link {
    background: #FDF1CD;
}
.text-section{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #67142F;

}
.custom-pagination {
    gap: 8px;
    float: inline-end;
}

.custom-pagination .page-item .page-link {
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    color: #5C4610;
    background: #ffffff;
    font-weight: 500;
    font-size: 14px;
}
li.page-item.disabled.dots .page-link {
    background: #fff;
    color: #5C4610;
}
.custom-pagination .next .page-link, .custom-pagination .prev .page-link {
    background: #FDF1CD;
}

.custom-pagination .disabled.next .page-link, .custom-pagination .disabled.prev .page-link {
    background: #F4F5F6;
}

.custom-pagination .page-item.active .page-link {
    background: #F4B400 !important; /* kuning */
    color: #5C4610;
}

.custom-pagination .page-item.disabled .page-link {
    background: #eee;
    color: #aaa;
}

.custom-pagination .page-item .page-link:hover {
    background: #e0e0e0;
}

.input-searching{
    width: 100%;
    border-radius: 8px;
    height: 45px;
}
.btn-searching{
    position: absolute;
    right: 0%;
    border-radius: 8px !important;
    height: 45px;
}
ul.nav-category li a:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 8px;
    font-size: 7.2px;
    font-size: .45rem;
    opacity: .7;
    transform: translate3d(-1px, 0, 0);
    left: 12px;
}
ul.nav-category li a {
    transition: background 0.1s;
    border-bottom: 1px solid rgb(0 0 0 / .06);
    padding: 8px 0 8px 22px;
    display: block;
    color: #666;
    font-size: .9em;
    text-decoration: none;
    line-height: 20px;
}
ul.nav-category li{
    margin:0px !important;
}
.content-article{
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #FFF !important;
    border: 0px !important;
    border-top: 0 !important;
    padding: 0px !important;
}