/* =========================================
HERO SECTION
========================================= */

.asesor-hero{
padding:60px 0 60px;
background:
linear-gradient(
135deg,
#D71920,
#A51015
);
color:#fff;
}

.hero-badge{
display:inline-flex;
align-items:center;
gap:10px;
background:rgba(255,255,255,.15);
padding:10px 20px;
border-radius:50px;
margin-bottom:25px;
font-weight:600;
}

.hero-badge i{
font-size:18px;
}

.asesor-hero h1{
font-size:52px;
font-weight:800;
line-height:1.2;
margin-bottom:20px;
}

.asesor-hero p{
font-size:18px;
line-height:1.9;
opacity:.95;
}

.hero-stats{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.hero-stat-item{
background:rgba(255,255,255,.15);
backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,.2);
border-radius:20px;
padding:25px;
text-align:center;
}


.hero-stat-item h3{
font-size:42px;
font-weight:800;
margin-bottom:8px;
}

.hero-stat-item span{
font-size:14px;
opacity:.9;
}

/* =========================================
FILTER
========================================= */

.asesor-filter{
padding:25px 0;
background:#fff;
}

.filter-wrapper{
display:flex;
flex-wrap:wrap;
gap:12px;
justify-content:center;
}

.filter-btn{
padding:12px 24px;
border-radius:50px;
background:#F3F4F6;
color:#374151;
text-decoration:none;
font-weight:600;
transition:.3s ease;
}

.filter-btn:hover,
.filter-btn.active{
background:#D71920;
color:#fff;
}

/* =========================================
LIST ASESOR
========================================= */

.asesor-list{
padding:20px 0 60px;
}

.asesor-card{
background:#fff;
border-radius:24px;
overflow:hidden;
height:100%;
box-shadow:0 10px 30px rgba(0,0,0,.06);
transition:.35s ease;
margin:auto;
}

.asesor-card-wrapper{
    display:flex;
}

.asesor-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.asesor-image{
padding:25px 0 5px;
text-align:center;
}

.asesor-image img{
width:170px;
height:170px;
object-fit:cover;
border-radius:50%;
border:5px solid #F3F4F6;
}

.asesor-content{
text-align:center;
padding:30px;
}

.asesor-content h3{
font-size:22px;
font-weight:700;
margin-bottom:15px;
text-align:center;
color:#111827;
}

.asesor-meta{
display:flex;
justify-content:center;
align-items:center;
text-align:center;
gap:8px;

background:#f8f9fa;
padding:8px 12px;
border-radius:30px;
margin-bottom:10px;
color:#6B7280;
font-size:14px;
}

.asesor-meta span{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
}

.asesor-meta i{
color:#D71920;
margin-right:8px;
}

.asesor-status{
margin:20px 0;
}

.badge-success{
background:#DCFCE7;
color:#15803D;
padding:8px 16px;
border-radius:50px;
font-size:13px;
font-weight:700;
}

.badge-danger{
background:#FEE2E2;
color:#B91C1C;
padding:8px 16px;
border-radius:50px;
font-size:13px;
font-weight:700;
}

.asesor-bidang{
margin:20px 0;
display:flex;
flex-wrap:wrap;
gap:8px;
justify-content:center;
}

.badge-bidang{
background:#F3F4F6;
color:#D71920;
border-radius:50px;
padding:10px 18px;;
font-size:14px;
font-weight:600;

}

/* =========================================
   KOMPETENSI TEKNIS
========================================= */

.asesor-kompetensi{
    margin:20px 0;
}

.asesor-kompetensi h6{
    font-size:14px;
    font-weight:700;
    color:#111827;
    margin-bottom:12px;
}

.kompetensi-item{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
    font-size:15px;
    color:#4B5563;
    line-height:1.5;
}

.kompetensi-item i{
    color:#16A34A;
    font-size:14px;
    flex-shrink:0;
}

.asesor-description{
text-align:center;
color:#6B7280;
line-height:1.8;
margin-bottom:20px;
min-height:90px;

display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
overflow:hidden;

}

.btn-detail-asesor{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
width:100%;
height:52px;
background:#D71920;
color:#fff;
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.3s ease;
}

.btn-detail-asesor:hover i{
    transition:.3s ease;
    transform:translateX(4px);
}                                                                                           


/* =========================================
DETAIL ASESOR HERO
========================================= */

.detail-asesor-hero{
padding:50px 0 50px;
background:
linear-gradient(
135deg,
#D71920,
#A51015
);
color:#fff;
}


.detail-badge{
    display:inline-block;
    padding:10px 20px;
    background:#fef2f2;
    color:#D71920;
    border-radius:50px;
    font-weight:700;
    margin-bottom:20px;
}



.detail-asesor-hero h1{
font-size:48px;
font-weight:800;
line-height:1.2;
margin-bottom:10px;
}

.detail-meta{
display:flex;
flex-wrap:wrap;
gap:20px;
row-gap:10px;
}

.detail-meta span{
display:flex;
align-items:center;
gap:8px;
font-size:15px;
color: white;
}

.detail-meta i{
color:#FFD54F;
}

.detail-asesor-photo{
width:260px;
height:260px;
object-fit:cover;
border-radius:50%;
border:6px solid rgba(255,255,255,.2);
background:#fff;
}


/* =========================================
   DETAIL PROFILE STATS
========================================= */

.badge-status{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:50px;
    background:limegreen;
    color:#DCFCE7;
    font-size:13px;
    font-weight:600;
}

.detail-stat-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.detail-stat-item{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    border-radius:20px;
    backdrop-filter:blur(10px);
    text-align:center;
    padding:25px 15px;
}

.detail-stat-item h3{
    font-size:42px;
    font-weight:800;
    color:#fff;
    margin-bottom:8px;
}

.detail-stat-item span{
    color:rgba(255,255,255,.9);
    font-size:14px;
}

@media(max-width:991px){

    .detail-stat-grid{
        margin-top:25px;
    }


}

/* =========================================
CONTENT
========================================= */

.detail-asesor-content{
padding:50px 0;
background:#F9FAFB;
}

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

.detail-content{
padding:30px;
}

.detail-section-block h2{
display:flex;
align-items:center;
gap:12px;
font-size:28px;
font-weight:700;
color:#111827;
margin-bottom:30px;
}

.detail-section-block h2 i{
color:#D71920;
}

.detail-description{
color:#4B5563;
line-height:1.9;
font-size:16px;
}

/* =========================================
BIDANG KEAHLIAN
========================================= */

.bidang-wrapper{
display:flex;
flex-wrap:wrap;
gap:12px;
}

.badge-bidang-detail{
background:#F3F4F6;
color:#D71920;
border-radius:50px;
padding:12px 18px;
font-size:14px;
font-weight:600;
}

/* =========================================
KOMPETENSI
========================================= */

.kompetensi-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.kompetensi-item{
display:flex;
align-items:center;
gap:10px;
background:#F9FAFB;
padding:15px;
border-radius:14px;
color:#374151;
font-weight:500;
}

.kompetensi-item i{
color:#16A34A;
font-size:18px;
}

/* =========================================
SIDEBAR
========================================= */

.sidebar-wrapper{
position:sticky;
top:100px;
}

.sidebar-widget{
    background:#ffffff;
    border-radius:24px;
    padding:25px;
    margin-top:10px;
    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

.sidebar-widget i{
    font-size:60px;
    color:#D71920;
    margin-bottom:0px;
    transition:.3s ease;
    margin-right:8px;
}

.sidebar-widget h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:0px;
    color:#1f2937;
}

.scheme-info-item{
display:flex;
justify-content:space-between;
gap:20px;
padding:10px 0;
border-bottom:1px solid #E5E7EB;
}

.scheme-info-item:last-child{
border-bottom:none;
}

.scheme-info-item span{
color:#6B7280;
font-size:14px;
}

.scheme-info-item strong{
color:#111827;
font-size:14px;
text-align:right;
}

/* =========================================
RELATED ASESOR
========================================= */

.related-card{
    background:#ffffff;
    border-radius:24px;
    padding:25px;
    margin-top:25px;
    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}


.related-pp-asesor{
display:flex;
align-items:center;
gap:15px;
text-decoration:none;
padding:12px 0;
border-bottom:1px solid #F3F4F6;
transition:.35s ease;
cursor:pointer;
}

.related-pp-asesor:last-child{
border-bottom:none;
}

.related-pp-asesor:hover{
    background:#ffffff;
    transform:translateY(-5px);
    box-shadow:
    0 15px 35px rgba(0,0,0,.08);
    border-radius:12px;
}

.related-pp-asesor:hover h6{
    color:#D71920;

}

.related-avatar{
    width:60px;
    height:60px;
    object-fit:cover;
    border-radius:50%;
}

@media (max-width:768px){

    .related-avatar{
        width:50px;
        height:50px;
    }

}

.related-pp-asesor img{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:50%;
    transition:.35s ease;
}

.related-pp-asesor h6{
margin:0;
color:#111827;
font-size:15px;
font-weight:600;
}

.related-pp-asesor small{
color:#6B7280;
}

/* =========================================
SHARE
========================================= */

.share-news{
display:flex;
align-items:center;
gap:12px;
flex-wrap:wrap;
}

.share-title{
font-weight:700;
margin-right:10px;
}

.share-btn{
width:46px;
height:46px;
border:none;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
transition:.3s ease;
}

.share-btn:hover{
transform:translateY(-3px);
}

.share-btn.whatsapp{
background:#25D366;
color:#fff;
}

.share-btn.facebook{
background:#1877F2;
color:#fff;
}

.share-btn.linkedin{
background:#0A66C2;
color:#fff;
}

.share-btn.copy-link{
background:#6B7280;
color:#fff;
}

/* =========================================
BUTTON BACK
========================================= */

.btn-back-news{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#D71920;
    color:#ffffff;
    text-decoration:none;
    padding:12px 24px;
    border-radius:50px;
    transition:.35s ease;
    padding:14px 28px;
    font-size:15px;
    font-weight:600;
}

.btn-back-news:hover{
    background:#D71920;
    color:#ffffff;
    transform:
    translateY(-1px);
    box-shadow:
    0 15px 30px rgba(215,25,32,.25);
}


/* =========================================
EMPTY STATE
========================================= */

.empty-state{
text-align:center;
padding:80px 20px;
}

.empty-state i{
font-size:70px;
color:#D71920;
margin-bottom:20px;
}

.empty-state h3{
font-size:30px;
font-weight:700;
margin-bottom:15px;
}

.empty-state p{
color:#6B7280;
}

/* =========================================
CTA
========================================= */

.asesor-cta{
padding:0 0 100px;
}

.cta-wrapper{
background:
linear-gradient(
135deg,
#D71920,
#A51015
);
color:#fff;
border-radius:30px;
padding:40px;
overflow:hidden;
position:relative;
}

.cta-wrapper::before{
content:'';
position:absolute;
width:260px;
height:260px;
border-radius:50%;
background:rgba(255,255,255,.08);
top:-80px;
right:-80px;
}

.cta-label{
display:inline-block;
background:rgba(255,255,255,.15);
padding:8px 18px;
border-radius:50px;
font-size:13px;
font-weight:600;
}

.cta-wrapper h2{
font-size:42px;
font-weight:800;
margin:18px 0;
}

.cta-wrapper p{
font-size:18px;
line-height:1.8;
}

.cta-buttons{
display:flex;
flex-direction:column;
gap:15px;
}

.cta-btn-primary,
.cta-btn-wa{
height:60px;
border-radius:50px;
display:flex;
align-items:center;
justify-content:center;
gap:12px;
text-decoration:none;
font-weight:700;
transition:.3s ease;
}

.cta-btn-primary{
background:#fff;
color:#D71920;
}

.cta-btn-primary:hover{
    transform:translateY(-3px);
}

.cta-btn-wa{
background:#25D366;
color:#fff;
}

.cta-btn-wa:hover{
    transform:translateY(-3px);
}

.cta-btn-primary i,
.cta-btn-wa i{
font-size:22px;
}


/* =========================================
   SEARCH BOX
========================================= */

.asesor-search-wrapper{
    margin:0 auto 50px;
    max-width:700px;
}

.asesor-search-box{
    position:relative;
}

.asesor-search-box i{
    position:absolute;
    left:25px;
    top:50%;
    transform:translateY(-50%);
    font-size:20px;
    color:#9CA3AF;
}

.asesor-search-box input{
    width:100%;
    height:68px;
    border:none;
    border-radius:60px;
    background:#fff;
    padding-left:65px;
    padding-right:25px;
    font-size:16px;
    font-weight:500;
    box-shadow:
    0 10px 35px rgba(0,0,0,.08);
    transition:.3s ease;
}

.asesor-search-box input:focus{
    outline:none;
    box-shadow:
    0 15px 40px rgba(215,25,32,.15);
    border:1px solid rgba(215,25,32,.2);
}


.filter-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.filter-btn i{
    font-size:24px;
    line-height:1;
}


.navbar{
    position: relative;
    z-index: 99999;
}

.dropdown-menu{
    z-index: 99999 !important;
}


/* =========================================
   PAGINATION
========================================= */

.pagination-wrapper{
    margin-top:40px;
    display:flex;
    justify-content:center;
}

.pagination{
    display:flex;
    gap:10px;
    list-style:none;
    padding:0;
    margin:0;
}

.pagination li a{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#374151;
    text-decoration:none;
    font-weight:600;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s ease;
}

.pagination li a:hover{
    background:#D71920;
    color:#fff;
}

.pagination li a.active{
    background:#D71920;
    color:#fff;
}

/* =========================================
   DETAIL ASESOR RESPONSIVE FINAL
========================================= */

@media (max-width:768px){

    /* HERO */

    .asesor-hero h1{
    font-size:45px;
    font-weight:700;
    }

    .asesor-hero p{
    font-size:16px;
    line-height:1.5;
    opacity:.95;
    margin-bottom: 50px;
    }

    .detail-asesor-hero{
        padding:25px 0 30px;
        text-align:center;
    }

    .detail-asesor-photo{
        width:170px;
        height:170px;
        margin:0 auto 10px;
        display:block;
    }

    .detail-badge{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        margin-bottom:15px;
    }

    .detail-asesor-hero h1{
        font-size:36px;
        font-weight:700;
        line-height:1.25;
        margin-bottom:15px;
    }

    .detail-meta{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:10px;
        margin-bottom:10px;
        row-gap:10px;
    }

    .detail-meta span{
        width:auto;
        font-size:13px;
    }

    .badge-status{
        margin-top:0;
    }

    /* STATISTIK */

    .detail-stat-grid{
        grid-template-columns:1fr;
        gap:15px;
        max-width:100%;
        margin-top:10px;
    }

    .detail-stat-item{
        padding:20px;
    }

    .detail-stat-item h3{
        font-size:32px;
        font-weight:700;
        margin-bottom:5px;
    }

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

    /* CONTENT */

    .detail-content{
        padding:25px;
    }

    .detail-section-block h2{
        font-size:24px;
        line-height:1.3;
    }

    .detail-description{
        font-size:15px;
    }

    /* BIDANG */

    .bidang-wrapper{
        gap:10px;
    }

    .badge-bidang-detail{
        font-size:13px;
        padding:10px 16px;
    }

    /* KOMPETENSI */

    .kompetensi-list{
        grid-template-columns:1fr;
        gap:12px;
    }

    .kompetensi-item{
        padding:14px;
        font-size:14px;
    }

    /* SIDEBAR */

    .sidebar-wrapper{
        position:static;
        margin-top:25px;
    }

    .sidebar-widget,
    .related-card{
        padding:25px;
        border-radius:20px;
        margin-bottom:20px;
    }

    .sidebar-widget h4,
    .related-card h4{
        font-size:22px;
    }

    /* INFO ASESOR */

    .scheme-info-item{
        flex-direction:column;
        align-items:flex-start;
        gap:8px;
        padding:18px 0;
    }

    .scheme-info-item span{
        margin-bottom:0;
    }

    .scheme-info-item strong{
        text-align:left;
        width:100%;
        font-size:15px;
        line-height:1.6;
        word-break:break-word;
    }

    /* ASESOR LAINNYA */

    .related-pp-asesor{
        gap:15px;
        padding:12px 0;
    }

    .related-pp-asesor img,
    .related-avatar{
        width:70px;
        height:70px;
        flex-shrink:0;
    }

    .related-pp-asesor h6{
        font-size:15px;
        margin-bottom:4px;
    }

    .related-pp-asesor small{
        line-height:1.4;
    }

    /* SHARE */

    .share-news{
        gap:10px;
    }

    .share-title{
        width:100%;
        margin-bottom:10px;
    }

    /* BUTTON */

    .btn-back-news{
        width:100%;
        justify-content:center;
    }

}

