/* ========================= */
/* BACKGROUND SECTION */
/* ========================= */

.slider-boxs{
    background-color: #67142F;
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
    padding-top: 25px;
    padding-bottom: 35px;
}

/* ========================= */
/* CONTAINER */
/* ========================= */

.slider-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 530px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: transparent !important;
}

/* ========================= */
/* SLIDER WRAPPER */
/* ========================= */

.slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

/* ========================= */
/* SLIDE */
/* ========================= */

.slide {
  flex: 0 0 97%;
  border-radius: 20px;
  overflow: hidden;
}

/* ========================= */
/* IMAGE */
/* ========================= */

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* supaya banner tidak kepotong */
  display: block;
  border-radius: 20px;
  border: 2px solid #EFF2F6;
  background: #67142F;
}

/* ========================= */
/* STRIP NAVIGATION */
/* ========================= */

.strip-nav {
  position: absolute;
  bottom: 10px;
  right: 30px;
  display: flex;
  gap: 6px;
}

.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;
}
.img-blog {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}

/* ========================= */
/* DESKTOP */
/* ========================= */


    .owl-testimoni-alumni {
        height: 350px !important;
    }
    section#testimoni_alumni {
        background: #F9E8EC;
        width: 72vw;
        position: relative;
        padding: 0;
        box-sizing: border-box;
    }
    section#keseruan {
    width: 72vw;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

/* ========================= */
/* LAPTOP / TABLET */
/* ========================= */
@media (max-width: 1024px){

  .slider-boxs{
    padding-top:80px;
  }

  .slider-container{
    width:97%;
    height:350px;
    border-radius:20px;
  }
  
  

}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 768px){

  .slider-boxs{
    padding-top: 40px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-bottom: 0px;
  }

  .slider-container{
    width: 95%;
    height: 325px;
    border-radius: 20px;
    padding-left:20px;
  }

  .slide {
    flex: 0 0 97%;
    border-radius: 20px;
    overflow: hidden;
    }
  .slide,
  .slide img{
    border-radius:20px;
  }

  .slider{
    gap:12px;
  }

  .strip-nav{
    right: 15px;
    bottom: 24px;
  }
  .pt-3 {
    padding-top: 0;
}
section#testimoni_alumni{
        width: 98vw;
}
    .alumni-nav {
        margin-top: -7% !important;
        right: 50px !important;
    }
    section#keseruan {
    width: 98vw;
}
.k3-carousel-nav {
    margin-top: 7% !important;
    right: 25px !important;
}
.wa-floating {
    right: 20px !important;
}
img.card-img-top.img-category {
    height:auto !important;
}
.accordion-btn{
        width: 90% !important;
}
  section#mms {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}
.text-4 {
    font-size: 18px;
    
}
p{
    line-height:20px;
}
h4{
    font-size: 24px !important;
}


}
@media (max-width: 480px){

  .slider-boxs{
    padding-top: 40px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-bottom: 0px;
  }

  .slider-container{
    width: 97%;
    height: 190px;
    border-radius: 20px;
    padding-left:20px;
  }

  .slide {
    flex: 0 0 95%;
    border-radius: 20px;
    overflow: hidden;
    }
  .slide,
  .slide img{
    border-radius:20px;
  }

  .slider{
    gap:12px;
  }

  .strip-nav{
    right: 15px;
    bottom: 20px;
  }
  .strip {
      width: 12px;
      height: 4px;
  }
  .pt-3 {
    padding-top: 0rem !important;
    }
section#testimoni_alumni{
        width: 100vw;
}
    .alumni-nav {
        margin-top: -3% !important;
        right: 50px !important;
    }
    .owl-testimoni-alumni {
    margin-top: 40px;
}
 section#keseruan {
    width: 100vw;
}
.k3-carousel-nav {
    margin-top: 7% !important;
    right: 25px !important;
}
.wa-floating {
    right: 20px !important;
}
img.card-img-top.img-category {
    height:auto !important;
}
.accordion-btn{
        width: 90% !important;
}
section#mms {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}
.text-4 {
    font-size: 18px;
    
}
p{
    line-height:20px;
}
h4{
    font-size: 16px !important;
}
img.img-product {
    width: 30% !important;
}
.col-12.col-md-10.p-0.text-product {
    text-align: center !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 {
    column-count: 2;
}
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;
}

/* =======================================
   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: 22px;
    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: 32px;
    /* 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: 8px solid var(--Color-Background-soft-Brand, #F1CBD4);
    box-shadow: 0px 12px 32px 0px #F1CBD42E;
    border-radius: 24px;
}
p.card-text.mb-2.story {
    height: 100px;
}
.fa-star{
    color: #FB923C;
}
.card-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0%;
    color: #1B1D29;
    height: 140px;
    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;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* jumlah baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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: #ffffff;
    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 {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 12px;
    top: 29%;
    transform: translateY(-7%);
    border: 1.5px solid #1B1D29;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B1D29;
    quotes: none;
    background: #1b1d2926;
    pointer-events: none;
    transition: 0.3s ease;
    float: right;
    font-size: 15px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
}

/* SAAT ACTIVE â†’ GANTI JADI X */
.accordion-toggle:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    position: absolute;
    right: 12px;
    top: 29%;
    transform: translateY(-7%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B1D29;
    quotes: none;
    background: none;
    pointer-events: none;
    transition: 0.3s ease;
    float: right;
    font-size: 20px;
    border:0px;
}

/* ACTIVE STYLE */
.accordion-toggle:not(.collapsed) {
    background-color: #f4c430;
    color: #1B1D29!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* border-bottom: 1px solid #2C3043; */
}

/* SMOOTH ANIMATION */
.collapse {
    transition: all 0.3s ease;
    
}
.collapse.faq{
    background: #EDBB31;
    color: #000;
}

.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: 14px;
}
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 {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 12px;
    top: 49%;
    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: 10px;
    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: 24px;
    line-height: 24px;
    letter-spacing: -1.2%;
    padding: 20px 20px 10px 10px;
}
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 ===== */

.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: #FDF1CD;
    color: #5C4610;
    font-weight: 400;
    border-radius: 16px;
    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: 30px;
    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;
}
.about_us_tagline{
    background: #EDBB31;
    font-weight: 400;
    letter-spacing: 0%;
}
.card-portfolio {
    background: #67142F;
    border-radius: 24px;
    color: #fff;
    padding: 30px 10px;
}
.card-portfolio > p > strong {
    color: #fff !important;
}
img.card-img-top.img-category {
    border-radius: 24px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.faq-card .card-header{
position:relative;
padding-bottom:12px;
}

/* garis 80% */
.faq-card .card-header::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 1px;
    background: #2C3043;
    opacity: 15%;
}

/*  */
.container-sticky {
            display: flex;
            gap: 40px;
            max-width: 1200px;
            margin: auto;
            padding: 40px 20px;
        }

        /* sidebar-sticky */

        .sidebar-sticky {
            width: 400px;
            position: sticky;
            top: 100px;
            height: fit-content;
            width:280px;
            min-width:280px;
            max-width:280px;
            flex-shrink:0;
        }

        .sidebar-inner-sticky {
            background: white;
            border-radius: 16px;
            border: 1px solid #E298A8;
            background-color: #ffffff;
            padding: 0px 10px;
            width:100%;
            box-sizing:border-box;
        }

        .sidebar-sticky ul {
            list-style: none;
            margin-bottom: 20px;
            padding-left: 0px;
        }

        .sidebar-sticky li {
            margin-bottom: 5px;
        }

        .sidebar-sticky a {
            display: block;
            padding: 10px 7px;
            border-radius: 8px;
            text-decoration: none;
            color: #1B1D29;
            transition: all 0.3s ease;
            font-weight: 400;
            font-size: 14px;
        }

        .sidebar-sticky a:hover {
            background: #f2e5e8;
            text-decoration: none;
        }

        .sidebar-sticky a.active {
            background: #FDF1CD;
            color: #5C4610;
            font-weight: 600;
            border-radius: 16px;
        }

        .nav-list-training>li>a>i svg path {
            stroke: #67142F;
            fill: #67142f36;
        }

        .nav-list-training>li>a.active>i svg path {
            stroke: #5C4610;
            fill: #5c461021
        }
        

        .accordion-sticky {
            /* border: 1px solid #eee; */
            border-radius: 12px;
            overflow: hidden;
        }

        /* hilangkan jarak */

        .accordion-sticky details {
            margin: 0;
            border-bottom: 1px solid #eee;
        }

        /* section terakhir */
        .accordion-sticky details:last-child {
            border-bottom: none;
        }

        summary {
            list-style: none;
            cursor: pointer;
            padding: 18px 20px;
            font-weight: 600;
            background: white;
        }

        summary::-webkit-details-marker {
            display: none;
        }

        summary::before {
            content: "â–¶";
            margin-right: 10px;
            font-size: 20px;
            transition: 0.3s;
        }

        details[open] summary::before {
            color: #67142f;
        }

        .accordion-content-sticky {
            padding:0 20px 20px;
            color: #7e1837;
            overflow: hidden;
        }
        .title-section{
            margin-top: -10px;
        }
        .title-section > p {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0%;
        }
        

/* Media Query for Mobile Devices */
        @media (max-width: 480px) {
            
            h4 {
                font-size: 24px;
                font-weight: 600;
                line-height: 24px;
                margin: 0 0 14px 0;
                letter-spacing: -1.2%;
                color: #1B1D29;
            }
            .text-4 {
                font-size: 20px;
            }
            .title-choose{
                font-size: 12px;
                line-height: 18px;
            }
            .desc-choose{
                font-size: 10px;
                line-height: 15px;
            }
            .box-choose{
                padding: 2px 5px !important;
                height: 250px !important;
            }
            .section-chosee {
                margin:0px !important;
                padding:10px !important
            }
            .zigzag-row {
                display: flex;
                flex-direction: column;
            }
            .card-text{
                height: 150px !important;
                font-size:14px !important;
            }
            .btn-lainnya{
                width: 50% !important;
            }
            .testimonial-card{
        max-width: 285px !important;
    }
    p.card-position.mt-1 {
        font-size: 16px;
    }
    .quote>svg {
        width: 80px;
    }
    .testimonial-card-wrapper{
        width:100% !important;
    }
    .carousel-track{
        gap:0px !important;
    }
    .carousel-track-keseruan{
        gap:0px !important;
    }
    .text-section{
        font-size: 20px;
        line-height: 25px;
    }
    .alumni-header{
            width: 100% !important;
    }
    .video-box img{
        width: 300px !important;
        display: block;
        height: 150px !important;
    }
    .carousel-slide-keseruan{

    }
    .keseruan-card{
            max-width: 335px !important;
    }
.card.mt-2.card-story.card-tenaga {
    height: 230px !important;
}
.row-choose-training{
      margin: 0px;
  }

.box-choose.choose-training {
    height: 180px !important;
}
ul.breadcrumb>li>a{
        font-size: 12px;
}
.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.text-training {
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: -2%;
    text-align: left;
}


        }

        /* Media Query for low resolution  Tablets, Ipads */
        @media (min-width: 481px) and (max-width: 767px) {
           
            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;
            }
            .testimonial-card{
                max-width: 529px !important;
            }
            .carousel-slide{
                height: 350px !important;
            }
            p.card-position.mt-1 {
                font-size: 16px;
            }
            .quote>svg {
                width: 80px;
            }
            .testimonial-card-wrapper{
                width:100% !important;
            }
            .carousel-track{
                gap:0px !important;
            }
            .carousel-track-keseruan{
                gap:0px !important;
            }
            .text-section{
                font-size: 24px;
                line-height: 25px;
            }
            .alumni-header{
                    width: 100% !important;
            }
            .keseruan-card{
                max-width: 580px !important;
            }
            .carousel-slide-keseruan{
                height: 450px !important;
            }
            
            .card.mt-2.card-story.card-tenaga {
                height: 200px !important;
            }
            .row-choose-training{
              margin: 0px;
          }
          
            .box-choose.choose-training {
                height: 280px !important;
            }
            ul.breadcrumb>li>a{
                    font-size: 12px;
            }
            .breadcrumb {
                display: flex;
                flex-wrap: nowrap;
                white-space: nowrap;
            }
            .text-training {
                font-weight: 600;
                font-size: 30px;
                line-height: 43px;
                letter-spacing: -2%;
                text-align: left;
            }
        }
        

        /* Media Query for Tablets Ipads portrait mode */
        @media (min-width: 768px) and (max-width: 1024px) {
            
            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;
            }
            
            .card.mt-2.card-story.card-tenaga {
                height: 200px !important;
            }
            .row-choose-training{
                  margin: 0px 70px 0px 15px;
              }
        }

        /* 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;
            }
            
            .card.mt-2.card-story.card-tenaga {
                height: 200px !important;
            }
            .row-choose-training{
                  margin: 0px 70px 0px 15px;
              }
            
        }

        /* Media Query for Large screens */
        @media (min-width: 1281px) {
            .section-chosee{
                margin: 5% 5% !important;
                padding: 3rem !important;
            }
            .btn-lainnya{
                width: 30% !important;
            }
            
.card.mt-2.card-story.card-tenaga {
    height: 200px !important;
}
.row-choose-training{
      margin: 0px 70px 0px 15px;
  }
        }

@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;
    }
    
    .card-text{
        text-align: center;
    }
    .accordion .card-header a{
        font-size: 14px;
        padding: 10px 35px 10px 10px;
    }
    .card-body.body-faq {
        padding: 15px;
    }
    .row-choose-training{
      margin: 0px;
  }
    
}
@media (max-width: 1024px) {
            .container-sticky {
                flex-direction: column;
                gap: 20px;
            }

            /* sidebar jadi normal */
            .sidebar-sticky {
                width:100%;
                min-width:100%;
                max-width:100%;
                position:relative;
                top:0;
            }

            /* menu jadi horizontal */
            .menu {
                display: flex;
                overflow-x: auto;
                gap: 10px;
                padding-bottom: 10px;
            }

            .menu li {
                margin: 0;
                flex-shrink: 0;
            }

            .menu a {
                white-space: nowrap;
                padding: 8px 14px;
                background: #fafafa;
                border-radius: 8px;
                font-size: 13px;
            }
            

        }
.header-wrapper{
display:flex;
justify-content:space-between;
align-items:center;
}

/* tombol */
.nav button{
border:none;
background:#8b1e3f;
color:white;
padding:8px 12px;
margin-left:5px;
cursor:pointer;
border-radius:6px;
}

/* wrapper carousel */
.testimonial-card-wrapper{overflow:hidden;width: 100%;margin-top:20px;}

/* track */
.carousel-track{display:flex;transition:transform .4s ease;}
.carousel-track-keseruan{display:flex;transition:transform .4s ease;}

/* slide */
.carousel-slide {
    min-width: 100px;
    flex-shrink: 0;
    padding: 10px;
    box-sizing: border-box;
    border: 16px solid var(--Color-Background-soft-Brand, #F1CBD4);
    border-radius: 24px;
    background: #fff;
    height: 400px;
}
.carousel-slide-keseruan {
    min-width: 100px;
    flex-shrink: 0;
    padding: 10px;
    box-sizing: border-box;
    border: 16px solid var(--Color-Background-soft-Brand, #F1CBD4);
    border-radius: 24px;
    background: #67142f;
    height: 450px;
}
/* card */
.testimonial-card{
    max-width: 708px;
    width: 100%;
    /* margin:auto; */
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.testimonial-card p{
    margin: 15px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
}

.alumni-header{
    padding:20px;
    background: #F9E8EC;
    width: 800px;
}

.alumni-header-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    margin-top: -40px;
    margin-left: 27px;
}

.alumni-nav{
    display: flex;
    gap: 10px;
    /* float: right; */
    margin-top: -4%;
    z-index: 9;
    position: absolute;
    right: 80px;
    gap: 10px
}

.alumni-nav button{
    border:none;
    background: #F1CBD4;
    color: #67142F;
    padding: 8px 14px;
    border-radius: 12px;
    cursor:pointer;
    transition:0.3s;
}

.alumni-nav button:hover{
    background:#444;
}
section#testimoni_alumni {
    background: #F9E8EC;
}
.keseruan-card {
    max-width: 760px;
    width: 100%;
    background: #67142f;
}
.video-box{
    position:relative;
    border-radius:12px;
    overflow:hidden;
}

.video-box img{
    width:100%;
    display:block;
    height:300px;
    object-fit: cover;
        border-radius: 20px;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:70px;
    height:70px;
    background:rgba(0,0,0,0.6);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:white;
    cursor:pointer;
}
p.quote{
    margin-top:20px;
    line-height:1.6;
    font-size:15px;
    color:white;

}
.profile{
    margin-top:15px;
    display:flex;
    align-items:center;
    gap:10px;
}

.profile img{
    width:40px;
    height:40px;
    border-radius:50%;
}

.profile h4{
    margin:0;
    font-size:14px;
    line-height:15px !important;
}

.profile span{
    font-size:12px;
    opacity:0.8;
}
.post-content.bg-color-light.p-3{
    height: 380px;
}
.collapse.show {
    background: #f4c430;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-items a:hover {
    background: #FDF1CD !important;
    padding: 8px 8px !important;
}
.card.mt-2.card-story {
    height: 300px !important;
}
.box-choose.choose-training {
    height: 300px;
}
li.dropdown-items {
    line-height: 32px;
}
.owl-carousel .owl-item img{
    width:100%;
    height:auto;
    padding:5px;
}
.d-flex.card-mega.card-content:hover {
    border: 1px solid #F1CBD4 !important;
    border-radius: 8px;
    box-shadow: 0px 4px 12px 0px #F1CBD42E;
    cursor:pointer;
    background: #FDFEFF;
}
.btn-profile{
    border:1px solid #ffffff;
    color:#ffffff;
    padding:6px 10px;
    border-radius:8px;
    letter-spacing:-.5px;
}
.btn-profile:hover{
    background:#ffffff;
    color:#67142F;
}
html.sticky-header-active .btn-profile{
    border-color:#000;
    color:#000;
}
.sticky-header-active .btn-profile:hover{
    background:#67142F;
    color:#ffffff;
}
.sidebar-profile .nav-item{
    border-bottom:1px solid #e5e5e5;
}

.sidebar-profile .nav-link{
    color:#2d2d2d;
    font-weight:700;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
}

/* hover */
.sidebar-profile .nav-link:hover{
    color:#67142F;
}
.post-content.content-location.bg-color-light.p-3 {
    height: 250px;
}


.text-facility {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* List utama */
.text-facility ol {
    padding-left: 20px;
    margin: 0;
}

/* Item list */
.text-facility li {
    margin-bottom: 10px;
}

/* Hapus style aneh dari CKEditor */
.text-facility span {
    all: unset;
}

/* Bold tetap jalan */
.text-facility strong {
    font-weight: 600;
}

/* Italic */
.text-facility i {
    font-style: italic;
}

/* Paragraf catatan */
.text-facility p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.box-content>.lazy{
    width:50%;
}