#surveyToggle {
    position: fixed;
    top: 30%;
    right: -50px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
    z-index: 9999;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


#chatBotToggle {
    position: fixed;
    height: 60px;
    bottom: 2%;
    right: 10px;
    transform-origin: center;
    z-index: 9999;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 8px;
}

@media (max-width: 768px) {

    #surveyToggle {
        right: -28px !important;
        top: 35% !important;
        /* padding: 8px 16px !important; */
        font-size: 12px !important;
    }

    #chatBotToggle {
        right: 5px !important;
        bottom: 5% !important;
        top: auto !important;
        height: 50px !important;
        padding: 8px 14px !important;
        font-size: 12px !important;
    }

}

.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.hover-shadow-ds:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.carousel-item img {
    transition: 0.2s;
}



.slider-wrapper {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Gambar */
.slider-img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

/* TABLET */
@media (max-width: 992px) {
    .slider-wrapper {
        height: 250px;
    }

}

@media (min-width: 992px) {
    .ml10p {
        margin-left: 10%;
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .slider-wrapper {
        height: 180px;
        padding: 10px;
    }

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

/* SEARCH BOX CONTAINER (biar keliatan 1 kesatuan) */
/* CONTAINER */
.search-box {
    border: 1px solid #b1b1ad;
    /* gold */
    border-radius: 14px;
    overflow: hidden;
    background: #d8d0d0;
    transition: all 0.3s ease;
    width: 80%;

}

/* FOCUS (gold accent 🔥) */
.search-box:focus-within {
    border-color: #ecebe6;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

/* SELECT */
.search-select {
    flex: 0 0 180px;
    height: 60px;
    border: none;
    border-right: 1px solid #eee;
    border-radius: 0 !important;
    background: #fafafa;
    font-weight: 500;
}

/* INPUT */
.search-input {
    flex: 1 1 auto;
    height: 80px;
    border: none;
    border-radius: 0 !important;
    font-size: 15px;
}

/* BUTTON */
.search-btn {
    flex: 0 0 auto;
    height: 60px;
    padding: 0 28px;
    border-radius: 0 !important;
    border-left: 1px solid #adaba3;
    background: #e7e6e6;
    color: #471b1b;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* HOVER */
.search-btn:hover {
    background: #795f0c;
    color: #fff;
}

/* CLEAN FOCUS */
.search-box .form-control:focus,
.search-box .form-select:focus {
    box-shadow: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .search-box {
        flex-direction: row !important;
        border-radius: 10px;
        width: 100%;
        max-width: 95%;
        margin: 0 auto;
    }

    .search-select {
        flex: 0 0 110px;
        font-size: 12px;
        padding: 8px;
    }

    .search-input {
        flex: 1;
        font-size: 13px;
        padding: 8px;
    }

    .search-btn {
        padding: 0 14px;
        font-size: 12px;
        height: 50px;
    }

}

/* HEIGHT GLOBAL */
.search-select,
.search-input,
.search-btn {
    height: 60px;
}

@media (max-width: 768px) {

    .search-select,
    .search-input,
    .search-btn {
        height: 50px;
    }
}

/* FOOTER */
.footer-section {
    background: linear-gradient(10deg, rgb(32, 104, 187) 10%, rgb(17, 83, 62) 100%);
    color: #fff;
}

/* LINK ORGANISASI */
.footer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}

.footer-link i {
    font-size: 18px;
}

.footer-link:hover {
    opacity: 0.8;
    transform: translateX(3px);
}



/* SOCIAL ICON */
.footer-social a {
    font-size: 22px;
    transition: 0.2s;
}

.footer-social a:hover {
    transform: scale(1.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-title {
        font-size: 20px !important;
        text-align: center;
    }

    .footer-desc {
        text-align: center;
    }

    .footer-logo {
        max-height: 120px;
        margin-bottom: 15px;
    }

    .footer-right {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}

/* LOGO DEFAULT */
.footer-logo {
    max-height: 80px;
}

/* SOCIAL ICON */
.footer-social i {
    font-size: 20px;
    transition: 0.2s;
}

.footer-social i:hover {
    transform: scale(1.2);
}

/* MOBILE */
@media (max-width: 768px) {

    .footer-logo {
        max-height: 90px;
        /* kecil di mobile */
    }

    .footer-social {
        justify-content: center;
    }

    .col-lg-4 .row {
        text-align: center;
    }

    .col-lg-4 .col-8 {
        text-align: center;
    }
}

.filter-scroll {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

/* Scrollbar biar lebih halus */
.filter-scroll::-webkit-scrollbar {
    width: 5px;
}

.filter-scroll::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;

    color: #0d6efd;
    background-color: #eef4ff;

    border: 1px solid #d0e2ff;
    border-radius: 8px;

    transition: all 0.2s ease;
}

/* HOVER */
.btn-back:hover {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;

    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(13, 110, 253, 0.2);
}

/* ACTIVE */
.btn-back:active {
    transform: scale(0.97);
}

/* ICON */
.btn-back i {
    font-size: 12px;
}

.related-item {
    transition: 0.2s;
}

.related-item:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

.meta-label {
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    display: block;
    margin-bottom: 4px;
}

.meta-value {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}

.meta-description {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
}

/* BASE TAG */
.tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    transition: 0.2s;
    white-space: nowrap;
}

/* VARIAN WARNA */
.tag-primary {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.tag-success {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.tag-warning {
    background: rgba(255, 193, 7, 0.15);
    color: #b88900;
}

.tag-danger {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.tag-info {
    background: rgba(13, 202, 240, 0.15);
    color: #0dcaf0;
}

/* HOVER EFFECT */
.tag:hover {
    transform: translateY(-2px);
    filter: brightness(0.95);
    cursor: default;
}

.related-item {
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.related-item:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border-color: #e9ecef;
}

.related-icon {
    width: 50px;
    height: 50px;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
}

.related-icon img {
    max-width: 28px;
}

.related-title {
    line-height: 1.4;
}

.file-item {
    transition: all 0.25s ease;
    border-radius: 12px;
}

.file-item:hover {
    /* transform: translateY(-2px); */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.file-icon {
    width: 55px;
    height: 55px;
    background: #f1f3f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-icon img {
    max-width: 30px;
}

.login-btn {
    transition: all 0.25s ease;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(25, 135, 84, 0.25);
}

.btn-outline-primary:hover,
.btn-outline-warning:hover {
    transform: translateY(-2px);
    transition: 0.25s;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
    color: white;
}

.btn-outline-primary:hover i,
.btn-outline-warning:hover i {
    color: #fff;
}

.stat-wrapper {
    background: #f8f9fa;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
}

.stat-item {
    flex: 1;
    /* min-width: 160px; */
    justify-content: center;
}

.icon i {
    font-size: 32px;
    color: #1e3a5f;
}

/* Responsive */
@media (max-width: 768px) {
    .stat-wrapper {
        border-radius: 20px;
        gap: 15px;
    }

    .stat-item {
        flex: 100%;
        justify-content: flex-start;
    }
}

/* BACKGROUND */
.banner-hero {
    min-height: 500px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

/* overlay */
.banner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(255, 255, 255, 0.75); */
}

/* content di atas overlay */
.banner-hero .card-body {
    position: relative;
    z-index: 2;
}

/* TEXT */
.banner-hero-text {
    padding-left: 60px;
}

.banner-hero-title {
    font-size: 36px;
    font-weight: 700;
    color: #0e349c;
    /* maroon */
}

.banner-hero-desc {
    font-size: 18px;
    color: #333;
    max-width: 500px;
}

/* SLIDER */
.banner-hero-slider {
    /* padding: 20px; */
}

.fs-slide-home {
    font-size: 70px;
}

.fs-slide-home-sub {
    font-size: 40px;
}

.fs-slide-home-detail {
    font-size: 16px;
    text-align: center;
}

.fs-slide-home-detail-kolaborasi {
    font-size: 16px;
}

.fs-slide-home-package {
    font-size: 18px !important;
    font-weight: 800 !important;
    padding-left: 15px !important;
}

.bg-carousel-hero-text {
    /* background-color: #fcf9f9; */
    padding: 10px;
    opacity: 90%;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .banner-hero {
        height: auto;
        /* padding: 40px 0; */
    }

    .banner-hero-text {
        padding-left: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .banner-hero-title {
        font-size: 28px;
    }

    .banner-hero-desc {
        font-size: 16px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .banner-hero-title {
        font-size: 22px;
    }

    .banner-hero-desc {
        font-size: 14px;
    }
}

.stat-besar .stat-item {
    padding: 5px 0;
}

.stat-besar h2 {
    font-size: 20px;
    line-height: 1;
    color: #3d161b;
    font-weight: 800 !important;

}

.stat-besar .stat-label {
    font-size: 14px;
    color: #3d161b;
}

/* icon ikut dibesarin */
.stat-besar .icon i {
    font-size: 30px;
    color: #3d161b;
}

/* Tablet */
@media (max-width: 768px) {
    .stat-besar h2 {
        font-size: 28px;
    }

    .stat-besar .icon i {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .stat-besar h2 {
        font-size: 24px;
    }

    .stat-besar .stat-label {
        font-size: 14px;
    }
}

.text-maroon-active {
    color: #f9ec9e !important;
    position: relative;
    display: inline-block;
}

.text-detail {
    color: #0e349c !important;

}

.bg-detail {
    background-color: #0e349c !important;
    color: #fff !important;

}

.w-price {
    min-width: 200px;
}

.text-muted-detail {
    color: #4b5161 !important;

}

.t-maroon {
    color: #0e349c !important;
}

.text-maroon {
    color: #0e349c !important;
    position: relative;
    display: inline-block;
}

.text-maroon-btn {
    color: #0e349c !important;
    position: relative;
    display: inline-block;
}

.text-maroon-btn:hover {
    color: #f3eeee !important;
    position: relative;
    display: inline-block;
}

/* garis sesuai text */
.text-maroon-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #e6ff78;
}

#kt_app_header_menu .menu-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.btn-login {
    background: #4b7cc4;
    /* maroon */
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}


/* hover */
.btn-login:hover {
    background: #6a97da;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bg-marron {
    background: #0e349c;
    color: #fff;
}

.btn-marron {
    background: #0e349c;
    /* maroon */
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-marron:hover {
    background: #f15f73;
    /* maroon */
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

#chatFloating {
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* tombol utama */
.btn-gold-chat {
    background: #6d661d;
    color: #fff;
    padding: 10px 16px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.text-gold {
    color: #a3992a !important;

}

.btn-gold-chat:hover {
    background: #8f8830;
    transform: translateY(-2px);
    color: #fff;
}

/* tombol close */
#closeChatBtn {
    background: #8f8830;
    border: none;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

/* efek premium gold saat hover 🔥 */
.btn-login:hover {
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.4);
}

/* icon */
.btn-login i {
    font-size: 16px;
}

/* paksa item jadi flex column & center */
#kt_app_header_menu .menu-item {
    display: flex;
    justify-content: center;
}

/* link jadi center */
#kt_app_header_menu .menu-link {
    display: flex;
    justify-content: center !important;
    align-items: center;
    padding: 0 2px;
}

/* text center beneran */
#kt_app_header_menu .menu-title {
    text-align: center;
}

/* KHUSUS dropdown (Topik) biar tidak rusak */
.menu-sub .menu-item {
    display: block !important;
}

.menu-sub .menu-link {
    justify-content: flex-start !important;
}

.menu-sub .menu-title {
    text-align: left !important;
}

.menu-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100%;
}

/* BACKGROUND UTAMA */
.about-sdp {
    background: linear-gradient(135deg, #F83A12 0%, #F83A12 100%);
    border-radius: 12px;
    overflow: hidden;
}

.bg-sbank {
    background: linear-gradient(135deg, #14316b 0%, #2d5ba0 100%);
    color: #fdf4f2;
}

/* TITLE */
.about-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
}

/* DESKRIPSI */
.about-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

/* BOX KANAN */
.about-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 20px;
}

/* LOGO */
.about-logo {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #d4af37;
    /* gold */
}

/* SOSIAL MEDIA */
.about-social a {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.about-social a:hover {
    color: #d4af37;
    /* gold hover */
    transform: translateY(-2px);
}

/* BUTTON GOLD */
.btn-gold {
    background: linear-gradient(45deg, #d4af37, #f1c40f);
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-gold:hover {
    background: linear-gradient(45deg, #c39b2e, #e0b90f);
    color: #fff;
}

.btn-gold-foot {
    background: #6d661d;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-gold-foot:hover {
    background: linear-gradient(45deg, #c39b2e, #e0b90f);
    color: #000;
}


.btn-gold-monitoring {
    background: linear-gradient(45deg, #f1cf5d, #eccd4f);
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-gold-monitoring:hover {
    background: linear-gradient(45deg, #c39b2e, #e0b90f);
}

.btn-marron-monitoring {
    background: #0e349c;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-marron-monitoring:hover {
    background: #ce4a5b;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .about-title {
        font-size: 1.6rem;
    }

    .about-subtitle {
        font-size: 0.95rem;
    }

    .about-box {
        flex-direction: column;
        text-align: center;
    }
}

/* HEADER */
.list-header {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.list-header-monitoring {
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mh-400 {
    max-height: 200px;
    ;
}

.list-title {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
}

.list-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

.list-img {
    max-height: 110px;
}

/* SEARCH */
.input-search {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.input-search:focus {
    border-color: #0e349c;
    box-shadow: 0 0 0 0.2rem rgba(122, 31, 43, 0.15);
}

/* BUTTON */
.btn-search {
    background: linear-gradient(45deg, #d4af37, #f1c40f);
    border: none;
    color: #000;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    font-weight: 600;
}

.btn-search:hover {
    background: linear-gradient(45deg, #c39b2e, #e0b90f);
}

.btn-filter {
    background: #0e349c;
    color: #fff;
    height: 50px;
    /* width: 50px; */
    border-radius: 10px;
}

.btn-filter:hover {
    background: #7c2e3a;
    color: #fff;
}

.btn-reset {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background: #f5f5f5;
}

.btn-reset:hover {
    background: #e0e0e0;
}

/* DATA CONTAINER */
.data-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {


    .input-search {
        height: 45px;
    }

    .btn-search,
    .btn-filter,
    .btn-reset {
        height: 45px;
    }
}

.list-header {
    border-radius: 16px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 370px;
    display: flex;
    /* align-items: center; */
}

/* overlay biar text kontras */
.bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.95) 40%,
            rgba(255, 255, 255, 0.6) 70%,
            rgba(255, 255, 255, 0.2) 100%);
    border-radius: 16px;
}

/* TEXT */
.list-title {
    font-weight: 800;
    font-size: 32px;
    color: #0e349c;
}

@media (max-width: 768px) {


    .list-title {
        font-weight: 800;
        font-size: 22px;
        color: #0e349c;
    }
}

.list-desc {
    font-size: 15px;
    color: #444;
}

/* SEARCH BAR */
.search-modern {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 12px;
    padding: 8px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* INPUT */
.input-modern {
    box-shadow: none !important;
    border: 1px solid #d0e2ff;
}

/* BUTTON */
.btn-filter {
    background: #0e349c;
    color: #fff;
    border-radius: 10px;
    width: 50px;
    height: 45px;
}

.btn-search-list {
    background: linear-gradient(135deg, #0e349c, #a83244);
    color: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    min-width: 50px;
}

.btn-search-list:hover {
    background: linear-gradient(135deg, #9b3c48, #52292f);
    color: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    min-width: 50px;
}

.btn-reset {
    background: #f1f1f1;
    border-radius: 10px;
    /* width: 45px; */
    /* height: 45px; */
}

.list-desc {
    max-width: 600px;
    line-height: 1.6;
}

.card-hover {
    transition: all 0.25s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
    .mt-dashboard {
        margin-top: 135px;
    }
}

.breadcrumb-item a {
    text-decoration: none;
    color: #6c757d;
}

.breadcrumb-item.active {
    font-weight: 600;
    color: #000;
}

.mt-detail {
    margin-top: 150px !important;
}

.meta-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.meta-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e7eb;
    padding-bottom: 6px;
    font-size: 14px;
}

.meta-item span {
    color: #6c757d;
}

.meta-item strong {
    color: #212529;
    text-align: right;
}

.card {
    border-radius: 12px;
}

.badge {
    font-weight: 500;
    padding: 6px 10px;
}

.text-desc {
    color: #3b4046 !important;
}

#descContent {
    transition: all 0.3s ease;
}

#descContent.collapsed {
    max-height: 120px;
    overflow: hidden;
    position: relative;
}

#descContent.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(transparent, #fff);
}

.collapsed-meta {
    max-height: 180px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

/* efek fade */
.collapsed-meta::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(transparent, #fff);
}

.related-card {
    transition: all 0.25s ease;
    border-radius: 12px;
}

.related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.related-card img {
    border-radius: 8px;
}

.w-search-detail {
    width: 50%;
}

.mg-detail {
    max-height: 400px;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.mw-600 {
    max-width: 600px;
    ;
}

.org-card {
    border-radius: 18px !important;
    transition: all .25s ease;
}

.org-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08) !important;
}

.w-220 {
    width: 100% !important;
    height: 160px !important;
    object-fit: contain !important;
    background: #fff;
    padding: 5px;
    border-radius: 14px !important;
}

.org-card .card-body {
    min-height: 250px !important;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.form-control {
    border-radius: 10px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.15rem rgba(128, 0, 0, 0.15);
    border-color: #800000;
}

.btn-marron {
    background-color: #800000;
    color: #fff;
    border-radius: 10px;
}

.btn-marron:hover {
    background-color: #660000;
    color: #fff;
}

.card {
    border-radius: 14px;
}

.mh-220 {
    max-height: 220px;
}

.mt-150 {
    margin-top: 150px;
}

@media (max-width: 576px) {
    .mt-150 {
        margin-top: 250px;
    }

    .mb-140 {
        margin-top: 50px;
    }

}

.w-out {
    width: 100px;
}

.mb-140 {
    margin-bottom: 130px;
}

.h-btn-50 {
    height: 50px;
}

.h-60 {
    height: 60px;
    ;
}

.chart-wrapper {
    position: relative;
    min-height: 450px;
}

#chartCanvas {
    width: 100% !important;
    height: 450px !important;
}

#diagramModal .modal-content {
    border-radius: 20px;
}

#diagramModal .form-select {
    border-radius: 12px;
}

#diagramModal .btn {
    border-radius: 12px;
}

@media(max-width:768px) {

    .chart-wrapper {
        min-height: 320px;
    }

    #chartCanvas {
        height: 320px !important;
    }

    .mt-dashboard {
        margin-top: 30px;
    }

}

.typing-wrapper {
    min-height: 180px;
}

.banner-hero-title::after,
.banner-hero-desc::after {
    content: "|";
    animation: blink 0.7s infinite;
    margin-left: 2px;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.tentang-content {
    text-align: justify;
}


.qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e6ef;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    width: 220px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.qty-btn {
    width: 55px;
    height: 55px;
    border: none;
    background: #f5f8fa;
    transition: .2s;
    font-size: 16px;
}

.qty-btn:hover {
    background: #ff4800;
    color: #ffffff;
}

.qty-input {
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: 110px;
    height: 55px;
    outline: none;
    box-shadow: none;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-input[type=number] {
    -moz-appearance: textfield;
}

.paket-card {
    cursor: pointer;
    display: block;
}

.paket-card input[type=checkbox] {
    display: none;
}

.paket-content {
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 20px;
    transition: .2s;
    height: 100%;
}

.paket-card:hover .paket-content {
    border-color: #79a7e3;
    transform: translateY(-2px);
}

.paket-checkbox:checked+.paket-content {
    border-color: #79a7e3;
    background: #f2f7ff;
}

.paket-desc {
    min-height: 70px;
    max-height: 70px;
    overflow: auto;
    text-align: justify;
}


.cart-icon-header {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    transition: .3s;
}

.cart-icon-header:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .25);
}

.cart-icon-header i {
    font-size: 20px;
    color: #fff;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;

    min-width: 22px;
    height: 22px;

    padding: 0 6px;

    border-radius: 50px;

    background: #918c09;
    color: #fff;

    font-size: 11px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #fff;
}

.object-fit-cover {
    object-fit: cover;
}


.form-control-lg {
    min-height: 55px;
}

.hero-slide {
    min-height: 820px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content {
    padding: 0 25px;
}

.hero-package {
    padding: 0 60px;
}

.hero-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.package-icon {
    width: 60px;
    max-width: 100%;
}

.hero-image {
    width: 100%;
    /* height: 800px; */
    object-fit: cover;
    object-position: center;
}

.img-home-right {
    height: 160px;
    width: 110px;
}

.mt-home-banner {
    margin-top: 10px;
    /* Desktop */
}

.president-name {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #173b73;
    line-height: 1.2;
}

.president-quote {
    position: relative;
    padding: 18px 10px 18px 28px;
    background: #f8fbff;
    border-left: 5px solid #d8aa3b;
    border-radius: 0 12px 12px 0;
}

.president-quote p {
    margin: 0;
    color: #4d5b6b;
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
    font-weight: 500;
    text-align: justify;
    padding-right: 10px;
}

@media (max-width: 991.98px) {
    .mt-home-banner {
        margin-top: 1.2rem;
    }

    .img-home-right {
        height: 210px;
        width: 150px;
    }

    .president-quote p {
        margin: 0;
        color: #4d5b6b;
        font-size: 12px;
        line-height: 1.2;
        font-style: italic;
        font-weight: 500;
        text-align: justify;

    }

    .president-name {
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 1.6rem;
        font-weight: 800;
        color: #173b73;
        line-height: 1.2;
    }

}

/* Tablet */
@media (max-width:991px) {
    .hero-image {
        height: 380px;
    }
}

/* Mobile */
@media (max-width:767px) {
    .hero-image {
        height: auto;
        max-height: 70vh;
        object-fit: contain;
        object-position: center center;
    }
}

@media (max-width:1200px) {

    .hero-content,
    .hero-package {
        padding: 0 25px;
    }

}

@media (max-width:992px) {

    .hero-slide {
        min-height: 950px;
    }

    .hero-content {
        position: relative !important;
        top: auto !important;
        transform: none !important;
        padding: 30px 10px 10px;
    }

    .hero-package {
        position: relative !important;
        padding: 20px;
    }

    .hero-icon {
        width: 40px;
        height: 40px;
    }

    .package-icon {
        width: 45px;
    }

    .fs-slide-home {
        font-size: 2rem !important;
    }

    .fs-slide-home-sub {
        font-size: 1.2rem !important;
    }

    .fs-slide-home-detail,
    .fs-slide-home-detail-kolaborasi {
        font-size: 1rem !important;
    }

}

@media (max-width:576px) {

    .hero-slide {
        min-height: auto;
    }

    .hero-content {
        /*padding: 50px 15px 20px;*/
    }

    .hero-package {
        padding: 15px;
    }

    .fs-slide-home {
        font-size: 1.6rem !important;
        line-height: 1.3;
    }

    .fs-slide-home-sub {
        font-size: 1rem !important;
    }

    .fs-slide-home-detail,
    .fs-slide-home-detail-kolaborasi {
        font-size: .9rem !important;
    }

    .fs-slide-home-package {
        font-size: .85rem !important;
    }

    .btn-lg {
        width: 100%;
    }

}

.stats-box {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.stat-item {
    padding: 18px 10px;
    border-right: 1px solid #e8e8e8;
}

i .stat-icon {
    color: #143B7F;
    font-size: 26px;
}

.stat-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #143B7F;
    margin-bottom: 2px;
}

.stat-item p {
    margin: 0;
    color: #143B7F;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width:991px) {

    .stat-item {
        border-right: none;
        border-bottom: 1px solid #ececec;
    }

    .stat-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .stat-item h3 {
        font-size: 28px;
    }

    .stat-item p {
        font-size: 15px;
    }



}

@media (max-width:576px) {

    .stats-box {
        border-radius: 12px;
    }

    .stat-item {
        padding: 18px 10px;
    }

    .stat-item h3 {
        font-size: 24px;
    }

    .stat-item p {
        font-size: 13px;
    }

}

.subscribe-box {
    background: linear-gradient(90deg, #0a2f73, #153f89);
    border-radius: 16px;
    padding: 22px 24px;
    color: #fff;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.subscribe-info h5 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.subscribe-info p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .85);
}

.subscribe-icon {
    width: 28px;
    height: 28px;
    border: 1.5px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.subscribe-input {
    height: 48px;
    border: none;
    border-radius: 8px 0 0 8px;
}

.subscribe-input:focus {
    box-shadow: none;
}

.bg-gold-bali {
    background: #C89B3C;
    color: #fff;
}

.bg-gold-bali:hover {
    background: #ce9d34;
    color: #fff;
}

.subscribe-group {
    display: flex;
    width: 100%;
}

.subscribe-input {
    flex: 1;
    height: 50px;
    border: 1px solid #dee2e6;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 0 18px;
}

.subscribe-input:focus {
    box-shadow: none;
    border-color: #C89B3C;
}

.subscribe-btn {
    flex: 0 0 auto;
    /* tombol hanya selebar isi */
    max-width: 50px;
    /* bisa diubah 110px - 140px */
    height: 50px;
    background: #C89B3C;
    color: #fff;
    font-weight: 600;
    padding: 0 18px;
    border-radius: 0 8px 8px 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 8px;
    white-space: nowrap;
    transition: .3s;
}

.subscribe-btn:hover {
    background: #b88721;
    color: #fff;
}

.follow-us {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 18px;
}

.follow-us h6 {
    font-weight: 700;
    margin-bottom: 12px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 30px;
    height: 30px;
    border: 1.5px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.social-icons a:hover {
    background: #fff;
    color: #123b82;
}

@media (max-width:991px) {

    .subscribe-box {
        padding: 5px;
    }

    .follow-us {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .subscribe-info {
        margin-bottom: 5px;
    }
}

.text-tosca {
    color: #008C7A !important;

}

@media (max-width: 576px) {

    .stats-box {
        margin: 0 !important;
    }

    .stat-item {
        border: 1px solid #ececec;
        border-radius: 10px;
        padding: 15px 10px;
        margin: 0;
    }

    .stat-item h3 {
        font-size: 16px;
    }

    .stat-item p {
        font-size: 11px;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .stat-icon {
        font-size: 18px;
    }

}

.programme-wrapper {
    width: 100%;
}

.programme-card {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

.programme-item-title-pro {
    position: relative;
    background: #0d1b4d;
    color: #fff;
    padding: 20px 24px;
}

.programme-full-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.programme-title {
    margin: 0;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}

.programme-subtitle {
    margin-top: 10px;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
}

.bg-navy {
    background: #0A2F6B;
    color: #fff;
}

/* .programme-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .5px;
    margin-bottom: .75rem;
} */

programme-desc .programme-desc {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
    opacity: .95;
}

@media (max-width:576px) {

    .bg-navy {
        padding: 1.5rem !important;
    }

    .programme-title {
        line-height: 1.3;
    }

    .programme-desc {
        line-height: 1.6;
    }

}


.feature-box {
    background: #0b2d67;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.feature-item {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 20px;
    border-right: 1px solid rgba(255, 255, 255, .15);
    transition: .3s;
}

.feature-item:hover {
    background: #12397d;
}

.feature-icon {
    font-size: 38px;
    color: #D9A441;
    flex-shrink: 0;
    margin-top: 4px;
}

.feature-item h5 {
    color: #fff1a5;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-item h5 i {
    color: #fff1a5;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-item p {
    color: #fff;
    margin: 0;
    line-height: 1.5;
    font-size: 10px;
    text-align: justify;
}

.strategic-title {
    color: #173c73;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

@media(max-width:576px) {
    .strategic-title {
        color: #173c73;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
    }
}

.strategic-title:after {
    content: '';
    width: 60px;
    height: 4px;
    background: #d6aa3d;
    display: block;
    margin: 10px auto 0;
    border-radius: 20px;
}

.pillar-card {

    background: #fff;
    border-radius: 18px;
    padding: 2px 0px;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    transition: .35s;
}

.pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);

}

.pillar-icon {
    width: 40px;
    height: 40px;
    margin: auto auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
}

.regulatory {
    background: #148b8b;

}

.innovation {
    background: #d7a82c;

}

.collaboration {
    background: #1f5bb5;

}

.harmony {
    background: #159d92;

}

.pillar-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1d3f73;
    margin-bottom: 15px;
}

.pillar-card p {
    color: #666;
    line-height: 1.5;
    margin: 0;
    font-size: 12px;
}

.pillar-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;

    min-height: 48px;
    /* agar tinggi semua card sama */
}

.about-forum-section {
    padding: 15px 10px 30px;
    background: linear-gradient(90deg, #0a2f73, #153f89);
    border-radius: 16px;
}

.about-label {

    font-size: 12px;
    font-weight: 700;
    color: #0c8b8d;
    text-transform: uppercase;
    letter-spacing: .8px;

    margin-bottom: 12px;
}

.about-title {
    font-size: 16px;
    line-height: 1.18;
    font-weight: 800;
    color: #173b73;
    margin-bottom: 20px;
}

.about-description {
    color: #4f5968;
    line-height: 1.4;
    font-size: 14px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px;
    /* supaya tinggi konsisten */
}

.about-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.about-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.btn-about-primary {
    background: #173b73;
    color: #fff;
    border: 2px solid #173b73;
    border-radius: 8px;
}

.btn-about-primary:hover {
    background: #102c57;
    border-color: #102c57;
    color: #fff;
}

.btn-about-outline {
    background: #fff;
    color: #173b73;
    border: 2px solid #173b73;
    border-radius: 8px;
}

.btn-about-outline:hover {
    background: #173b73;
    color: #fff;
}

@media (max-width:576px) {

    .about-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .about-buttons .btn {
        width: 100%;
    }

}

.about-image-card {

    border-radius: 18px;

    overflow: hidden;

    background: #fff;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);

    transition: .35s;
}

.about-image-card img {

    width: 100%;
    display: block;
}

.about-image-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 25px 45px rgba(0, 0, 0, .16);
}

/* Tablet */

@media(max-width:991px) {
    .about-title {
        font-size: 2.1rem;
    }

    .about-description {
        max-width: 100%;
    }

    .about-image-card {
        margin-top: 10px;
    }
}

/* Mobile */

@media(max-width:576px) {
    .about-title {
        font-size: 1.4rem;
    }

    .about-description {
        font-size: 12px;
        line-height: 1.4;
    }

    .about-buttons {
        flex-direction: column;
    }

    .btn-about-primary,
    .btn-about-outline {
        width: 100%;
        text-align: center;
    }

}

.founding-president {
    margin-bottom: 15px;
}

.president-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0c8b8d;
    position: relative;
    padding-bottom: 8px;
}

.president-label::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 3px;
    background: #d8aa3b;
    border-radius: 20px;
}



.quote-icon {
    position: absolute;
    top: 14px;
    left: 12px;
    font-size: 18px;
    color: #173b73;
    opacity: .25;
}



.footer-main {
    background: #0d2557;
    color: #fff;
    padding: 20px 0;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-logo img {
    width: 90px;
    /* sesuaikan ukuran logo */
    height: auto;
    display: block;
}

.footer-brand-text {
    flex: 1;
}

.footer-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.footer-subtitle {
    color: #d8d8d8;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width:768px) {

    .footer-brand {
        justify-content: center;
        text-align: left;
    }

    .footer-logo img {
        width: 75px;
    }

    .footer-title {
        font-size: 18px;
    }

}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
}

.footer-subtitle {
    color: #d4d4d4;
    font-size: 15px;
    font-weight: 600;
}

.footer-desc {
    color: #d0d7e8;
    font-size: 14px;
    line-height: 1.8;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #dbe7ff;
    text-decoration: none;
    transition: .3s;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    color: #dbe7ff;
}

.footer-contact i {
    width: 20px;
    margin-top: 3px;
    color: #fff;
}

.footer-contact a {
    color: #dbe7ff;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-bottom {
    background: #081a3c;
    color: #d4d4d4;
    padding: 18px 0;
    font-size: 14px;
}

@media (max-width:991px) {

    .footer-main {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-contact li {
        justify-content: center;
    }

    .footer-heading {
        margin-top: 20px;
    }

}

@media (max-width:767px) {

    .footer-title {
        font-size: 18px;
    }

    .footer-heading {
        font-size: 16px;
    }

    .footer-bottom .d-flex {
        gap: 10px;
        text-align: center;
    }

}

.vc-video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.vc-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* atau contain jika tidak ingin terpotong */
    display: block;
}

.btn-auth {
    border-radius: 15px;
    transition: .25s ease;
}

.btn-auth:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12) !important;
    background: #fff;
}

.auth-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0f2c59;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-auth-logout {
    border-radius: 15px;
    transition: all .25s ease;
}

.btn-auth-logout:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12) !important;
    background: #fff;
}

.auth-icon-danger {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.cart-btn {
    transition: all .25s ease;
    color: #2d3748;
}

.cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12) !important;
    color: #8c1d40;
}

.cart-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #8c1d40;
}

.cart-badge-modern {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.profile-menu .list-group-item {
    padding: 14px 18px;
    font-weight: 600;
    transition: .25s;
    background: #fff;
}

.profile-menu .list-group-item:hover {
    background: #f8f9fc;
    color: #0e349c;
    transform: translateX(4px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
}

.profile-menu .list-group-item.active {
    background: #0e349c;
    color: #fff;
}

.profile-menu .list-group-item.active i {
    color: #fff !important;
}