.ct-label-t{
	color: #2a00ff;	
}
.ct-label-s{
	color:#2a00ff;	
}
.ct-label-a{
	color:#2a00ff;	
}
.ct-label-b{
	color:#2a00ff;	
}
.ct-label-c{
	color:#2a00ff;	
}
.ct-label-d{
	color:#2a00ff;	
}
.ct-label-e{
	color:#2a00ff;
}

/* ============================================================
   NEWS DETAIL PAGE (nd- prefix)
   ============================================================ */

/* Section */
.nd-section {
    padding: 80px 0 100px;
    background: #f8f9fa;
}

/* Article */
.nd-article {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    border: 1px solid #e8e8ef;
    overflow: hidden;
}

/* Article Header */
.nd-article-header {
    padding: 30px 45px 0;
}
.nd-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eef0ff;
    color: #1a00ff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #d8dcff;
    margin-bottom: 14px;
}
.nd-badge-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.nd-article-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.35;
    margin-bottom: 28px;
}
.nd-article-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 20px 0 28px;
    border-top: 1px solid #eef0f5;
    border-bottom: 2px solid #eef0f5;
}
.nd-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}
.nd-meta-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    opacity: 0.65;
}
.nd-meta-divider {
    width: 1px;
    height: 18px;
    background: #d0d0d8;
}

/* Featured Image */
.nd-featured-image {
    margin: 30px 45px 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e8;
}
.nd-featured-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
.nd-image-caption {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #888;
    font-style: italic;
    padding: 14px 0 0;
    line-height: 1.5;
}
.nd-caption-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    opacity: 0.5;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Article Body */
.nd-article-body {
    padding: 40px 45px;
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    border-bottom: 1px solid #eef0f5;
}

/* Tags */
.nd-tags {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 28px 45px 30px;
    flex-wrap: wrap;
}
.nd-tags-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
}
.nd-tags-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.nd-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.nd-tag {
    display: inline-block;
    background: #f0f1f5;
    color: #555;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #e0e2ea;
    transition: all 0.2s ease;
}
.nd-tag:hover {
    background: #1a00ff;
    color: #fff;
    border-color: #1a00ff;
}

/* Share & Actions Bar */
.nd-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 45px;
    border-top: 2px solid #eef0f5;
    flex-wrap: wrap;
    gap: 20px;
    background: #fafbfc;
}
.nd-share {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.nd-share-label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
}
.nd-share-buttons {
    display: flex;
    gap: 8px;
}
.nd-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #dde0e8;
    background: #fff;
    color: #555;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
}
.nd-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.nd-share-linkedin:hover {
    background: #0077B5;
    color: #fff;
    border-color: #0077B5;
}
.nd-share-facebook:hover {
    background: #1877F2;
    color: #fff;
    border-color: #1877F2;
}
.nd-share-twitter:hover {
    background: #1a1a2e;
    color: #fff;
    border-color: #1a1a2e;
}
.nd-share-copy:hover,
.nd-share-copy.copied {
    background: #1a00ff;
    color: #fff;
    border-color: #1a00ff;
}
.nd-action-buttons {
    display: flex;
    gap: 10px;
}
.nd-btn-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    background: #fff;
    border: 2px solid #dde0e8;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
}
.nd-btn-action:hover {
    background: #1a1a2e;
    color: #fff;
    border-color: #1a1a2e;
}
.nd-btn-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* Article Navigation */
.nd-navigation {
    display: flex;
    justify-content: space-between;
    padding: 35px 45px 40px;
    border-top: 2px solid #eef0f5;
    gap: 24px;
}
.nd-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 20px 24px;
    border-radius: 12px;
    border: 2px solid #e8e8ef;
    transition: all 0.25s ease;
    max-width: 48%;
    background: #fafbfc;
}
.nd-nav-link:hover {
    border-color: #1a00ff;
    box-shadow: 0 4px 16px rgba(26,0,255,0.1);
    background: #fff;
}
.nd-nav-link svg {
    color: #1a00ff;
    flex-shrink: 0;
}
.nd-nav-label {
    display: block;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-weight: 600;
}
.nd-nav-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nd-nav-next {
    text-align: right;
    margin-left: auto;
}

/* ---- Sidebar ---- */
.nd-sidebar {
    position: sticky;
    top: 100px;
}
.nd-sidebar-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    border: 1px solid #e8e8ef;
    padding: 25px;
    margin-bottom: 20px;
}
.nd-sidebar-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eef0ff;
}
.nd-sidebar-title-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0.3);
}

/* Author Card */
.nd-author-card {
    text-align: center;
}
.nd-author-info {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef0f5;
    text-align: left;
}
.nd-author-avatar {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #e8e8ef;
    padding: 6px;
    background: #f8f9fa;
}
.nd-author-name {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.nd-author-role {
    font-size: 15px;
    color: #888;
    margin: 0;
}
.nd-author-bio {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 22px;
    text-align: left;
}
.nd-author-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #1a1a2e;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 36px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.25s ease;
    width: 100%;
}
.nd-author-contact:hover {
    background: #1a00ff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(26,0,255,0.2);
}
.nd-author-contact .nd-btn-icon {
    filter: brightness(0) invert(1);
}

/* Quick Info Card */
.nd-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nd-info-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}
.nd-info-list li:last-child {
    border-bottom: none;
}
.nd-info-label {
    font-size: 14px;
    color: #888;
}
.nd-info-value {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
}

/* CTA Card */
.nd-cta-card {
    background: #1a1a2e;
    text-align: center;
    border-color: #1a1a2e;
}
.nd-cta-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    margin-bottom: 18px;
    filter: brightness(0) invert(1);
}
.nd-cta-title {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.45;
}
.nd-cta-text {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 24px;
}
.nd-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 13px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-bottom: 12px;
    background: #1a00ff;
    color: #fff;
}
.nd-cta-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
.nd-cta-btn .nd-btn-icon {
    filter: brightness(0) invert(1);
}
.nd-cta-btn-outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    margin-bottom: 0;
}
.nd-cta-btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}

/* Related Articles */
.nd-related-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.nd-related-item {
    display: flex;
    gap: 14px;
    text-decoration: none;
    padding: 14px;
    border-radius: 12px;
    transition: all 0.25s ease;
    border: 1px solid #eef0f5;
    background: #fafbfc;
}
.nd-related-item:hover {
    background: #fff;
    border-color: #d0d4ff;
    box-shadow: 0 3px 12px rgba(26,0,255,0.06);
}
.nd-related-img {
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e8ef;
}
.nd-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nd-related-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nd-related-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #1a00ff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.nd-related-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.45;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nd-related-date {
    font-size: 12px;
    color: #999;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .nd-section {
        padding: 50px 0 70px;
    }
    .nd-article-header {
        padding: 30px 25px 0;
    }
    .nd-article-title {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .nd-featured-image {
        margin: 22px 25px 0;
    }
    .nd-featured-image img {
        height: 280px;
    }
    .nd-article-body {
        padding: 30px 25px;
        font-size: 15px;
    }
    .nd-tags {
        padding: 22px 25px 25px;
    }
    .nd-actions {
        padding: 22px 25px;
    }
    .nd-navigation {
        padding: 25px 25px 30px;
        flex-direction: column;
    }
    .nd-nav-link {
        max-width: 100%;
    }
    .nd-nav-next {
        text-align: left;
    }
    .nd-sidebar {
        position: static;
        margin-top: 35px;
    }
    .nd-sidebar-card {
        padding: 25px;
    }
}
@media (max-width: 576px) {
    .nd-section {
        padding: 30px 0 50px;
    }
    .nd-article {
        border-radius: 12px;
    }
    .nd-article-header {
        padding: 25px 20px 0;
    }
    .nd-article-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .nd-article-meta {
        gap: 10px;
        padding: 16px 0 20px;
    }
    .nd-meta-divider {
        display: none;
    }
    .nd-featured-image {
        margin: 18px 20px 0;
    }
    .nd-featured-image img {
        height: 200px;
    }
    .nd-article-body {
        padding: 25px 20px;
    }
    .nd-tags {
        padding: 18px 20px 22px;
    }
    .nd-actions {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .nd-share {
        flex-direction: column;
        align-items: flex-start;
    }
    .nd-navigation {
        padding: 22px 20px 25px;
    }
    .nd-sidebar-card {
        padding: 22px;
        border-radius: 12px;
    }
}

/* ---- Visual Cohesion Enhancements ---- */

/* Reading Progress Bar */
.nd-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #1a00ff, #6b4eff);
    z-index: 9999;
    transition: width 0.1s linear;
}

/* Smooth gap between article sections */
.nd-article > div + div,
.nd-article > article + div {
    margin-top: 0;
}

/* Share label alignment */
.nd-share-label {
    line-height: 42px;
}

/* Action buttons vertical center */
.nd-action-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}
.nd-btn-action {
    line-height: 1;
}
.nd-btn-action span {
    line-height: 1;
}
.nd-btn-action svg {
    flex-shrink: 0;
    vertical-align: middle;
}

/* Share button icon centering */
.nd-share-btn svg {
    display: block;
}

/* Navigation arrow icon perfect centering */
.nd-nav-link svg {
    flex-shrink: 0;
    align-self: center;
}

/* Sidebar card top accent line */
.nd-sidebar-card {
    position: relative;
}
.nd-author-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 3px;
    background: linear-gradient(90deg, #1400c7, #4c30d6);
    border-radius: 0 0 3px 3px;
}

/* Smooth first letter styling for article */
.nd-article-body::first-letter {
    font-size: 3.2em;
    font-weight: 700;
    color: #1a1a2e;
    float: left;
    line-height: 0.85;
    margin-right: 10px;
    margin-top: 5px;
}

/* Hover lift for sidebar cards */
.nd-sidebar-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.nd-sidebar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(0,0,0,0.1);
}
.nd-cta-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(26,0,255,0.15);
}

/* Print styles */
@media print {
    .nd-progress-bar,
    .main-header, .page-header, .nd-sidebar, .nd-actions, .nd-navigation, .main-footer, #whatsapp-icon {
        display: none !important;
    }
    .nd-section {
        padding: 0;
        background: #fff;
    }
    .nd-article {
        box-shadow: none;
        border: none;
    }
    .nd-article-body::first-letter {
        font-size: inherit;
        float: none;
        margin: 0;
    }
    .col-lg-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}