/* =======================Section 1====================== */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

/*=====================Header footer Design===========*/
.mobile-btn-list {
    padding: 8px 22px;
    color: #000;
    background: #10b981;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-decoration: none;
}

.signin-btn-design {
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    margin-right: 5px;
    border-radius: 4px !important;
    padding: 7px;
}

.navbar .nav-link {
    font-weight: 500;
    transition: all 0.3s ease;
}

.active-btn {
    background: #00875a;
    border-radius: 4px;
    line-height: 1;
}

footer {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background: #000;
}

.heading-foot-urls {
    font-size: 18px;
    color: #f0432c;
    font-weight: 600;
    transition: all 0.5s;
}

.social-icon-footer {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}

    .social-icon-footer svg {
        width: 14px;
        fill: #fff;
    }

.footer-links-parent-ul {
    padding-left: 0px;
    list-style: none;
}

    .footer-links-parent-ul li {
        list-style: none;
        margin-top: 10px;
    }

        .footer-links-parent-ul li a {
            font-weight: 500;
            font-size: 14px;
            color: #fff !important;
            text-decoration: none;
            position: relative;
        }

            .footer-links-parent-ul li a:not(:hover)::before {
                left: auto;
                right: 0;
            }

            .footer-links-parent-ul li a::before {
                position: absolute;
                width: 0%;
                height: 2px;
                bottom: -2px;
                left: 0%;
                content: '';
                background: #f0432c;
                transition: all 0.5s;
            }

            .footer-links-parent-ul li a:hover::before {
                width: 100%;
                transition: all 0.5s;
            }

.copyright_style {
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    color: #fff;
}
/*=====================Header footer Design End===========*/
.container-top-all-news-details {
    padding: 40px 0px;
    background: #111315;
}

.news-custom-brad-comb .breadcrumb-item.active {
    color: #fff;
}

.news-custom-brad-comb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.category-list-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-custom-brad-comb a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.category-link-item {
    color: #000072 !important;
    text-align: center;
    padding: 5px 15px;
    background: linear-gradient(133deg, rgb(255, 255, 255) 8%, rgb(178, 189, 255) 28%, rgba(227, 245, 255, 0.7) 36%) !important;
    border-radius: 5px;
    margin-right: 8px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}

.heading-details-main {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

.author-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.author-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ef4444;
}

.author-pure-content {
    width: calc(100% - 120px);
    padding-left: 15px;
}

.author_name {
    font-size: 18px;
    font-weight: 600;
}

.author-about {
    color: #4d4f50;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 10px;
}

.author-social-profile {
    margin-top: 10px;
}

.story-card-new {
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: rgba(0,0,0,0.4) 0px 5px 8px;
    display: block;
}

    .story-card-new .story-image {
        border-radius: 6px 6px 0px 0px;
    }

.author-social-profile a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.search-input-form {
    padding: 8px 10px;
    border: 1px solid #dc3545;
    outline: none;
    color: #000;
    font-size: 16px;
    border-radius: 4px;
}

.search-btn {
    padding: 8px 30px;
    border: none;
    background-color: #4CAF50;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 2px;
}

.author-social-profile a.linkdin {
    background: #108abf;
}

.author-social-profile a.instagram {
    background: #ff004f;
}

.author-social-profile a.facebook {
    background: #0062f8;
}

.author-social-profile a.youtube {
    background: #ff040f;
}

.author-social-profile a.twitter {
    background: #000;
}

    .author-social-profile a.linkdin svg,
    .author-social-profile a.instagram svg,
    .author-social-profile a.facebook svg,
    .author-social-profile a.youtube svg,
    .author-social-profile a.twitter svg {
        fill: #fff;
        width: 17px;
    }

.weather-widget {
    background: linear-gradient(135deg, #4285f4, #5a9bff);
    color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    min-width: 200px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .weather-widget .location {
        font-size: 14px;
        font-weight: 500;
    }

    .weather-widget .temperature {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .weather-widget .condition {
        font-size: 12px;
        opacity: 0.9;
    }

    .weather-widget .refresh-icon {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 16px;
        cursor: pointer;
    }

.content-wrapper-news {
    display: flex;
    gap: 30px;
    padding-top: 30px;
}

.hero-section-news {
    flex: 2;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Crect width='800' height='400' fill='%23334155'/%3E%3Crect x='200' y='100' width='400' height='200' fill='%23475569' rx='10'/%3E%3Cpolygon points='200,100 400,50 600,100' fill='%2364748b'/%3E%3Crect x='250' y='150' width='50' height='100' fill='%23f8fafc'/%3E%3Crect x='350' y='150' width='50' height='100' fill='%23f8fafc'/%3E%3Crect x='450' y='150' width='50' height='100' fill='%23f8fafc'/%3E%3Crect x='550' y='150' width='50' height='100' fill='%23f8fafc'/%3E%3Ccircle cx='100' cy='300' r='30' fill='%23fbbf24'/%3E%3Ccircle cx='700' cy='300' r='30' fill='%23fbbf24'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    text-decoration: none;
}

.hero-overlay-news {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #fff;
}

.breaking-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #dc3545;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 3;
}

.hero-title-news {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-subtitle-news {
    font-size: 16px;
    line-height: 1.4;
    opacity: 0.9;
}

.news-sidebar {
    flex: 1;
    border-radius: 12px;
    padding: 0;
    height: fit-content;
}

.news-item {
    padding: 12px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    margin-top: 10px;
    display: block;
    text-decoration: none;
}

    .news-item h3 {
        font-size: 16px;
        font-weight: 600;
        color: #212529;
        margin-bottom: 8px;
        line-height: 1.3;
    }

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #6c757d;
}

.news-source {
    font-weight: 500;
}

.news-time {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .main-container {
        padding: 10px;
    }

    .weather-widget {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .content-wrapper-news {
        display: block;
        margin-top: 20px;
    }

    .hero-section-news {
        height: 300px;
        display: block;
        margin-bottom: 15px;
    }

    .hero-title-news {
        font-size: 24px;
    }

    .hero-subtitle-news {
        font-size: 14px;
    }

    .hero-overlay-news {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .hero-title-news {
        font-size: 20px;
    }

    .weather-widget .temperature {
        font-size: 20px;
    }
}

/* =======================Section 1 End====================== */
/* =======================Section 2====================== */
.section-title-news-sec-2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
}

    .section-title-news-sec-2::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 3px;
        background-color: #007bff;
    }

    .section-title-news-sec-2.red-header {
        margin-top: 20px;
    }

        .section-title-news-sec-2.red-header::after {
            background-color: #ff0000;
        }

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.story-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

    .story-card:hover {
        transform: translateY(-2px);
    }

.story-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.story-content {
    padding: 20px;
}

.story-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.story-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.story-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #888;
}

.story-source {
    font-weight: 500;
}

.local-news {
    padding: 0px;
    position: sticky;
    left: 0;
    top: 50px;
}

.local-news-item {
    padding: 15px 10px;
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
}

.local-news-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.local-news-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
}

.local-news-source {
    font-weight: 500;
}

.numbering-span {
    background-color: #fee2e2;
    color: #ff0000;
    font-weight: 700;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
}

.text-section-trending {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0px;
}

@media (max-width: 768px) {

    .stories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .story-content {
        padding: 15px;
    }

    .local-news {
        padding: 20px;
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .section-title-news-sec-2 {
        font-size: 20px;
    }

    .story-title {
        font-size: 16px;
    }

    .local-news-title {
        font-size: 14px;
    }
}

/* =======================Section 2 End====================== */
/* ================================Section 3====================== */
.categories-header {
    margin-bottom: 30px;
}

.categories-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 8px;
    position: relative;
}

    .categories-title::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 60px;
        height: 3px;
        background-color: #4299e1;
    }

.categories-subtitle {
    color: #718096;
    font-size: 16px;
    margin: 0;
}

.category-column-card-categories {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.category-header-card-categories {
    padding: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.india-header {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
}

.world-header {
    background: linear-gradient(135deg, #4299e1, #3182ce);
}

.business-header {
    background: linear-gradient(135deg, #48bb78, #38a169);
}

.technology-header {
    background: linear-gradient(135deg, #805ad5, #6b46c1);
}

.sports-header {
    background: linear-gradient(135deg, #f33e27, #c14646);
}

.entertenment-header {
    background: linear-gradient(135deg, #c05ad5, #c146b7);
}

.news-item-card-categories {
    padding: 20px 0px;
    border-bottom: 1px solid #e2e8f0;
    width: 100%;
}

    .news-item-card-categories:last-of-type {
        border-bottom: none;
    }

.news-title-card-categories {
    font-size: 14px;
    font-weight: 500;
    color: #2d3748;
    margin-bottom: 8px;
    line-height: 1.4;
}

.news-meta-card-categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-source-card-categories {
    color: #718096;
    font-size: 14px;
}

.news-time-card-categories {
    color: #a0aec0;
    font-size: 14px;
}

.view-more-btn-card-categories {
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    border: none;
    display: block;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.india-btn {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
}

    .india-btn:hover {
        background: linear-gradient(135deg, #e55a2b, #e8851a);
        transform: translateY(-1px);
    }

.world-btn {
    background: linear-gradient(135deg, #4299e1, #3182ce);
}

    .world-btn:hover {
        background: linear-gradient(135deg, #3182ce, #2c5aa0);
        transform: translateY(-1px);
    }

.business-btn {
    background: linear-gradient(135deg, #48bb78, #38a169);
}

    .business-btn:hover {
        background: linear-gradient(135deg, #38a169, #2f855a);
        transform: translateY(-1px);
    }

.technology-btn {
    background: linear-gradient(135deg, #805ad5, #6b46c1);
}

.sports-btn {
    background: linear-gradient(135deg, #f33e27, #c14646);
}

.entertenment-btn {
    background: linear-gradient(135deg, #c05ad5, #c146b7);
}

.technology-btn:hover {
    background: linear-gradient(135deg, #9265f1, #5e39b4);
    transform: translateY(-1px);
}

.sports-btn:hover {
    background: linear-gradient(135deg, #f84d36, #da2727);
    transform: translateY(-1px);
}

.entertenment-btn:hover {
    background: linear-gradient(135deg, #dc69f3, #d32bc5);
    transform: translateY(-1px);
}

.bg-icon-blur {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    font-size: 18px;
}

@media (max-width: 768px) {
    .categories-title {
        font-size: 24px;
    }

    .category-header-card-categories {
        padding: 15px;
        font-size: 16px;
    }

    .news-item-card-categories {
        padding: 15px;
    }

    .news-title-card-categories {
        font-size: 15px;
    }
}

/* ================================Section 3 End====================== */
/* ================================Section 4 Start====================== */
.card-finance {
    border: 1px solid #e5e7eb;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    height: 100%;
    transition: box-shadow 0.3s ease;
    max-height: 580px;
    overflow-y: auto;
}

.flex-icon-finance {
    font-size: 16px;
    color: #4f46e5;
    background-color: #e0e7ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .flex-icon-finance.green {
        color: #16a34a;
        background-color: #d1fae5;
    }

    .flex-icon-finance.puple {
        color: #7c3aed;
        background-color: #ede9fe;
    }

.heading-content {
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
    color: #111827;
    text-transform: capitalize;
}

.card-heading-flex {
    align-items: center;
}

.top-heading-hover {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 3px;
}

.cardish-hover {
    margin-top: 15px;
    padding: 10px 10px;
    border-radius: 5px;
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

    .cardish-hover:last-child {
        margin-bottom: 0px;
    }

    /* .max-height-500px{
    max-height: 500px;
    overflow-y: auto;
} */
    .cardish-hover:hover {
        background-color: #f6f8ff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.062);
        cursor: pointer;
    }

.left-by {
    font-size: 12px;
    font-weight: 500;
    color: #5a5a5a;
}

.right-date {
    font-size: 12px;
    font-weight: 500;
    color: #626262;
}

.card-left-heading {
    font-weight: 500;
    color: #5a5a5a;
}

.greenish-card {
    background-color: #f0fdf4;
    padding: 15px 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.right-green-plus {
    font-weight: 600;
    color: #16a34a;
    font-size: 16px;
}

.font-weight-bold-heading {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-top: 5px;
}

/* ================================Section 4 End====================== */
/* ================================Section 5 sTART====================== */
.header-section-bottom-section {
    margin-bottom: 40px;
}

.main-title-bottom-section {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

    .main-title-bottom-section::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 60px;
        height: 3px;
        background-color: #007bff;
    }

.subtitle-bottom-section {
    color: #6c757d;
    font-size: 16px;
    margin-top: 15px;
}

.source-card-bottom-section {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.source-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.source-logo {
    margin-right: 12px;
    border-radius: 4px;
}

.ndtv-logo {
    background-color: #333333;
}

.toi-logo {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333333;
}

.ht-logo {
    background-color: #0066cc;
}

.source-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 4px 0;
}

.source-description {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

.recent-articles-title {
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.article-item-bottom-section {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

    .article-item-bottom-section:last-child {
        border-bottom: none;
        margin-bottom: 24px;
    }

.article-title {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 6px;
}

.article-time {
    font-size: 13px;
    color: #6c757d;
}

.view-all-btn-bottom-section {
    width: 100%;
    padding: 12px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    display: block;
    transition: background-color 0.2s;
}

    .view-all-btn-bottom-section:hover {
        background-color: #e9ecef;
        color: #495057;
        text-decoration: none;
    }

.more-sources-btn {
    color: #111827;
    font-size: 15px;
    text-decoration: none;
}

    .more-sources-btn:hover {
        text-decoration: underline;
        color: #114ed3;
    }

.center-bottom-heading {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .main-title-bottom-section {
        font-size: 24px;
    }
    .navbar-toggler{
        background:#fff;
    }
    .source-card-bottom-section {
        margin-bottom: 20px;
    }
    #backToNews{
        font-size:13px !important;
    }
}

@media (max-width: 576px) {
    .main-title-bottom-section {
        font-size: 22px;
    }

    .source-header {
        gap: 10px;
        align-items: flex-start;
        /* flex-wrap: wrap; */
    }

    .source-logo {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

/* ================================Section 5 End====================== */
/* -----------------------------Internal Diff----------------------------- */
/* .category-ul-timing{
    display: flex;
    align-items: center;
    gap: 15px;
} */
.category-ul-timing-item {
    padding: 8px 35px;
    border-radius: 20px;
    color: #042446;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    display: inline-block;
    background-color: #dbeafe;
}

.reading-dot {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}

.read-time-internal {
    font-size: 13px;
    color: #111827;
    display: inline-block;
    margin-left: 10px;
}

.heading-top-news-internal {
    font-size: 28px;
    color: #111827;
    margin-top: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.first-para-feature {
    margin-top: 20px;
    font-size: 18px;
    color: rgb(75 85 99);
    font-weight: 400;
    line-height: 1.6;
}

.user-section {
    margin-top: 25px;
    padding: 20px 0px;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.user-icon-iternal {
    background-color: #d1d5db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.username-heading {
    font-size: 16px;
    font-weight: 600;
}

.user-desination {
    font-size: 14px;
    color: #6b7280;
    margin-top: 3px;
    margin-bottom: 0px;
}

.time-before {
    font-size: 14px;
    color: #555454;
}

.content-section {
    margin-top: 25px;
}

.bottom-0link {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    transition: all 0.3s ease;
}

    .bottom-0link:hover {
        color: #114ed3;
    }

.table_content {
    overflow: hidden;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
    width: 90%;
    margin: auto;
}

.table_content {
    padding: 10px 15px 10px 15px;
    box-shadow: rgb(0 0 0 / 28%) 0px 3px 10px;
    border-radius: 5px;
    background-color: #f3f8ff;
}

.teable_title {
    padding: .8rem 1rem;
    justify-content: space-between;
}

.table_content1 {
    overflow: hidden;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
    width: 90%;
    margin: auto;
}

.table_content1 {
    padding: 10px 15px 10px 15px;
    /*box-shadow: rgb(0 0 0 / 28%) 0px 3px 10px;*/
    border-radius: 5px;
    background-color: #f3f8ff;
}

.teable_title {
    padding: .8rem 1rem;
}

.hide {
    float: right;
    background: linear-gradient(147deg, #ffd7d9 9%, #7cacf8 78%);
    color: #0042b0;
    border-radius: 11px;
    border: 1px solid #004ac5;
    font-size: 14px;
    padding: 6px 15px;
    font-weight: bold;
    margin-top: -3px;
}

.table_content_list {
    scrollbar-width: thin;
    scrollbar-color: #555 #DFE9EB;
}

.table_content_list {
    list-style: none;
    margin-top: 0;
    padding: 0 1rem;
    max-height: 400px;
    overflow-y: scroll;
}

    .table_content_list li {
        border-bottom: solid 1px #d1d1d1;
    }

        .table_content_list li a {
            display: block;
            margin: .7rem 0;
            font-size: .875rem;
            font-weight: 600;
            color: #000;
            text-decoration: none;
        }

#shareModal .modal-content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    gap: 7px;
}

    #shareModal .modal-content ul li {
        margin: 0px !important;
    }

.icon-bx {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .icon-bx.facebook {
        background: #0062f8;
    }

    .icon-bx.linkedin {
        background: #0072af;
    }

    .icon-bx.twiiter {
        background: #000;
    }

    .icon-bx.whatsapp {
        background: #4add8c;
    }

    .icon-bx.telegram {
        background: #00a8e6;
    }

    .icon-bx.reddit {
        background: #ff4617;
    }

    .icon-bx.pinterest {
        background: #ef0226;
    }

    .icon-bx.email {
        background: #ffbd36;
    }

    .icon-bx.copy-link {
        background: #000;
    }

#shareModal .modal-content {
    width: 350px;
    padding: 15px 20px;
    margin-top: 80px;
}

#shareModal .modal-content {
    background: #fff;
    margin: 15% auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.heart-show {
    border: none;
    outline: none;
    background-color: transparent;
}

    .heart-show i.fa-solid {
        color: #ff004f;
    }

.new-book-mark {
    border: none;
    outline: none;
    background-color: transparent;
}

    .new-book-mark i.fa-solid {
        color: #00a8f8
    }

.comment-section {
    margin-top: 3rem;
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

    .comment-section h4 {
        font-weight: 600;
        margin-bottom: 1rem;
        color: #333;
    }

.form-control-news:focus {
    box-shadow: none;
    border-color: #ff7a59;
}

.btn-comment {
    background: #ff7a59;
    color: #fff;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
}

    .btn-comment:hover {
        background: #e86444;
    }

.category-header-card-categories {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

    /* Category-specific gradients */
    .category-header-card-categories.sports-header {
        background: linear-gradient(135deg, #1e3c72, #2a5298);
    }

    .category-header-card-categories.business-header {
        background: linear-gradient(135deg, #f7971e, #ffd200);
    }

    .category-header-card-categories.politics-header {
        background: linear-gradient(135deg, #b31217, #e52d27);
    }

    .category-header-card-categories.entertainment-header {
        background: linear-gradient(135deg, #ff512f, #dd2476);
    }

    .category-header-card-categories.technology-header {
        background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    }

    .category-header-card-categories.health-header {
        background: linear-gradient(135deg, #56ab2f, #a8e063);
    }

    .category-header-card-categories.world-header {
        background: linear-gradient(135deg, #4b79a1, #283e51);
    }
/* -----------------------------Internal Diff enD----------------------------- */

