    .breadcrumbs-area {
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 50px 0;
}
.breadcrumbs-area .breadcrumbs-content {
    position: relative;
    z-index: 1;
}
.breadcrumbs-area .breadcrumbs-content h1 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 2px;
    color: #fff;
    font-size: 28px;
}
.breadcrumbs-area:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.breadcrumbs-area ul {
    list-style: none none;
    margin: 0;
    padding: 0;
}
.breadcrumbs-area .breadcrumbs-content ul li {
    display: inline-block;
    color: #fff;
}
.breadcrumbs-area .breadcrumbs-content ul li a {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #9d9c9c;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.topic-border {
    position: relative;
}
.topic-box-lg {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    z-index: 2;
}
/* Recent News Sidebar */
.recent-news-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}

.recent-news-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.recent-news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-news-img img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.recent-news-content h4 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 5px;
}

.recent-news-content h4 a {
    color: #111;
    font-weight: 600;
    transition: color 0.3s ease;
}

.recent-news-content h4 a:hover {
    color: #e63946;
}

.recent-news-date {
    font-size: 12px;
    color: #777;
}
/* News Detail */
.news-detail-area {
    background: #f5f5f5;
}

.news-featured-img img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
}

.news-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 25px;
}

.news-meta span {
    margin-right: 8px;
}

.news-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* Tags */
.news-tags {
    margin-top: 30px;
}

.news-tags a {
    display: inline-block;
    background: #eee;
    padding: 6px 12px;
    font-size: 13px;
    margin: 5px 5px 0 0;
    border-radius: 4px;
    color: #333;
}

.news-tags a:hover {
    background: #e63946;
    color: #fff;
}

/* Share */
.news-share {
    margin-top: 25px;
}

.news-share a {
    margin-left: 10px;
    color: #555;
    font-size: 16px;
}

.news-share a:hover {
    color: #e63946;
}

/* Sidebar */
.sidebar-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sidebar-news-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.sidebar-news-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.sidebar-news-item a {
    font-size: 14px;
    font-weight: 600;
    color: #111 !important;
    display: block;
}

.sidebar-news-item span {
    font-size: 12px;
    color: #777;
}

/* Sidebar Tags */
.sidebar-tags a {
    display: inline-block;
    background: #f1f1f1;
    padding: 6px 12px;
    margin: 5px;
    font-size: 13px;
    border-radius: 4px;
    color: #333 !important;
}

.sidebar-tags a:hover {
    background: #e63946;
    color: #fff;
}
/* Share Section */
.news-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.share-label {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-right: 5px;
}

/* Icons */
.fab {
    font-family: Font Awesome\ 5 Brands;
    color: #fff;
}
.share-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Platform colors */
.share-icon.facebook { background: #1877f2; }
.share-icon.twitter { background: #1da1f2; }
.share-icon.linkedin { background: #0a66c2; }
.share-icon.whatsapp { background: #25d366; }

/* Hover */
.share-icon:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}
.news-card img {
    height: 200px;
    object-fit: cover;
}

.news-card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}