/* =======================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: 500px;
    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----------------------------- */

.back-to-top {
    position: fixed;
    right: 35px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 3px;
    background: #f0432c;
    color: #fff;
    font-size: 26px;
}

.fadeIn {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*=====================New Design Custom Css =====================*/
.text-main {
    color: #2654a2;
}

.custom-text-area-design {
    padding: 15px;
    border: 1px solid #2654a2;
    color: #212529;
    font-size: 16px;
    width: 100%;
    border-radius: 15px;
}

.custom-whatsapp-icon-btn {
    background: #126e4d;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    transition: all 0.5s;
}

    .custom-whatsapp-icon-btn svg {
        width: 16px;
        fill: #fff;
    }

    .custom-whatsapp-icon-btn:hover {
        color: #126e4d;
        background: transparent;
        border: 1px solid #126e4d;
    }

        .custom-whatsapp-icon-btn:hover svg {
            fill: #126e4d;
        }

.custom-call-icon-btn {
    background: #266876;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    transition: all 0.5s;
}

    .custom-call-icon-btn svg {
        width: 16px;
        fill: #fff;
    }

    .custom-call-icon-btn:hover {
        color: #266876;
        background: transparent;
        border: 1px solid #266876;
    }

        .custom-call-icon-btn:hover svg {
            fill: #266876;
        }

.card-blue {
    box-shadow: 0px 0px 5px #007dff;
    overflow: hidden;
    padding: 2rem;
    background: #eff7ff;
    border-radius: 30px;
    color: #004085;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.card-green {
    box-shadow: 0px 0px 5px #159f19;
    overflow: hidden;
    padding: 2rem;
    background: #effff8;
    border-radius: 30px;
    color: #159f19;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.table-container {
    width: 100%;
}

.table-parent table {
    width: 100% !important;
    overflow-x: auto;
}

.copy_btn {
    background-color: #ff004f;
    color: #fff;
    padding: 10px 35px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 600;
}

.youtube-placeholder {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 100%;
    border: 2px solid #00e58a;
    border-radius: 15px;
    z-index: 2;
}

    .youtube-placeholder img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }

    .youtube-placeholder button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        border: none;
        padding: 6px 15px;
        font-size: 22px;
        font-weight: 600;
        border-radius: 5px;
    }

        .youtube-placeholder button span {
            color: #e23409;
        }

    .youtube-placeholder iframe {
        width: 100% !important;
        height: 370px !important;
        border-radius: 15px;
        display: block;
    }

.shadow-solid-button {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    box-shadow: 0 0 #0000, 0 0 #0000, 3px 3px 0 0 #7e011f;
    align-items: center;
    background-color: #c70026;
    border-radius: .375rem;
    color: #FFF;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 700;
    justify-content: center;
    overflow: hidden;
    padding: .5rem 1.5rem;
    text-decoration-line: none;
    text-overflow: ellipsis;
    transition: all .25s;
    transition-timing-function: ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

    .shadow-solid-button:hover {
        background-color: #7e011f;
        box-shadow: none;
    }

#newFaqDesign .accordion-item {
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #ccc
}

#newFaqDesign .accordion-button:not(.collapsed) {
    color: #181818;
    font-weight: 600;
    font-size: 24px;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


#newFaqDesign .accordion-button {
    color: #161616;
    font-size: 24px;
    font-weight: 600;
}

.card-bg-shadow {
    padding: 2rem;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, .3), 0px 2px 2px 0px rgba(0, 0, 0, .1);
}

.object-fit-contain {
    object-fit: contain;
}

.dot {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    fill: currentColor;
}

.newtable-stripped tr td {
    border-width: 2px;
    border-color: #fff;
}

.newtable-stripped > tbody > tr:nth-of-type(even) > * {
    background-color: #ebecf1;
}

.newtable-stripped > :not(caption) > * > * {
    border-width: 2px;
    border-color: #fff;
}

.newtable-stripped thead tr th {
    background-color: #ebecf1;
}

.rating-stars i {
    color: #2c3e50;
}

.open-account-btn {
    background-color: #d6e4ff;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
}

.fast-facts-title {
    font-size: 0.85rem;
    color: gray;
    font-weight: 600;
    text-transform: uppercase;
}

.ig-logo {
    font-size: 64px;
    font-weight: bold;
    color: #e60000;
}

.link-small {
    font-size: 0.9rem;
}

.pros-cons-box {
    border: 1px solid #3b3eff;
    padding: 1.5rem;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
}

    .pros-cons-box ul {
        padding-left: 1rem;
    }

    .pros-cons-box li {
        margin-bottom: 0.8rem;
    }

.section-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.subheading {
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.list-unstyled-new li::marker {
    color: #194aec;
}

.broker-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.broker-logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-green-red_btn {
    background-color: #194aec;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
}

    .custom-green-red_btn:hover {
        background-color: #e24d20;
    }

    .custom-green-red_btn.green {
        background-color: #099e44;
    }

        .custom-green-red_btn.green::before {
            position: absolute;
            content: "";
            z-index: -1;
            display: block;
            left: -20%;
            right: -20%;
            top: -4%;
            height: 150%;
            width: 150%;
            bottom: 0;
            background: #fff;
            transform: skewX(45deg) scale(0, 1);
            transition: all .5s ease 0s;
        }

        .custom-green-red_btn.green:hover {
            box-shadow: none;
            color: #099e44 !important;
            border: 2px solid #099e44;
        }

.btn-green:hover:after {
    transform: skewX(45deg) scale(1, 1);
}

.blur-card {
    background-color: rgb(223 223 223 / 8%);
    backdrop-filter: blur(6px);
    border-radius: 1.5rem;
    border: 1px solid rgb(214 214 214 / 35%);
}

.heading-new-design {
    background-color: #dbdbdb;
    color: #000;
    font-weight: 600;
    font-size: 28px;
    border-radius: 5px;
    padding: 10px 18px;
}

.gradient-box {
    background: linear-gradient(to right, #3b82f6, #06b6d4);
}

.bg-pros {
    background: linear-gradient(to bottom right, #d1fae5, #a7f3d0);
    border: 1px solid #bbf7d0;
}

.bg-cons {
    background: linear-gradient(to bottom right, #ffe4e6, #fecdd3);
    border: 1px solid #fecaca;
}

#respond {
    padding: 10px 20px;
    border: 1px solid #f13e27;
    box-shadow: rgb(240 67 47 / 59%) 0px 1px 10px;
    border-radius: 10px;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.submit-btn-comments {
    padding: 10px 30px;
    border-radius: 20px;
    color: #000;
    background-color: #00e58a;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
}

li.comment.depth-1 {
    width: 49%;
    list-style: none;
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) -1px 0px 7px;
}

.comment-list {
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-banner.with-bg {
    position: relative;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .hero-banner.with-bg::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0.5;
        z-index: -1;
    }

.new-control {
    padding: 8px 20px;
    border-radius: 0px;
}


.small-new {
    font-size: 14px;
    color: #ffffff;
}

@media(max-width:991px) {
    body {
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
    }

    .hero-banner.with-bg {
        background-image: none !important;
        background-color: #0d0d0e;
    }

    .custom-green-red_btn {
        background-color: #194aec;
        color: #fff;
        padding: .5rem 1rem;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: all .5s;
        position: relative;
    }

    .new-table-auto {
        max-width: 100%;
        overflow-x: auto;
    }

    .table-container {
        overflow-x: auto
    }

    .youtube-placeholder iframe {
        height: auto !important;
    }

    .tradingview-widget-container {
        overflow-x: auto;
        width: 100% !important;
    }
}

/*================Css Page Design End=====================*/
/*========================Style Css End ===============================*/

.new-faq-custom .accordion-item .accordion-button::after {
    display: none;
}

.ig-logo.new-box-logo {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

:root {
    --primary-color: #13226b;
    --secondary-color: #293794;
    --tertiary-color: #956D42;
    --accent-color: #b48755;
    --light-bg-1: #f6f7fb;
    --light-bg-2: #f9fafb;
    --light-bg-3: #f4f5f7;
    --text-dark: #0f172a;
    --text-primary: #13226b;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #fff;
    color: var(--text-dark);
}

#accordionExamplenew .accordion-item {
    border: none;
}

#accordionExamplenew .accordion-button {
    border: 1px solid #02794f;
    font-weight: 500;
}

    #accordionExamplenew .accordion-button:not(.collapsed) {
        border: none;
    }

    #accordionExamplenew .accordion-button:not(.collapsed) {
        background-color: #05d990;
        color: #fff;
    }

#accordionExamplenew .accordion-collapse.collapse.show {
    border: 1px solid #02794f;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}


.blog-container {
    margin: 34px 0px 10px 0px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.blog-content {
    padding: 30px 26px 40px 26px;
}

.blog-heading {
    margin: 10px 0 14px 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-color);
}

.blog-subheading {
    margin: 0 0 12px 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-color);
}

.blog-paragraph {
    margin: 0 0 14px 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

.blog-paragraph-intro {
    margin: 0 0 14px 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.blog-paragraph-last {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.card-container-blog {
    margin: 0 0 20px 0;
    padding: 18px 18px;
    border-radius: 14px;
    background: var(--light-bg-1);
    border-left: 5px solid var(--primary-color);
}

    .card-container-blog.bg-alt {
        background: var(--light-bg-2);
        border-left-color: var(--secondary-color);
    }

    .card-container-blog.bg-tertiary {
        border-left-color: var(--tertiary-color);
    }

.card-heading-blog {
    margin: 0 0 8px 0;
    font-size: 19px;
    font-weight: 800;
    color: var(--primary-color);
}

.card-paragraph {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.card-paragraph-last {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}

.bullet-list {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1.9;
}

    .bullet-list li {
        margin-bottom: 6px;
    }

        .bullet-list li:last-child {
            margin-bottom: 0;
        }

.bullet-icon {
    color: var(--accent-color);
    font-weight: 700;
    margin-right: 8px;
}

.cta-box-blog {
    max-width: 760px;
    margin: 40px auto;
    padding: 28px;
    background: var(--light-bg-3);
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.cta-heading-blog {
    margin: 0 0 12px 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-color);
}

.cta-text-blog {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    color: var(--text-dark);
}

.cta-button-blog {
    display: inline-block;
    padding: 12px 26px;
    background: var(--primary-color);
    color: #ffffff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

    .cta-button-blog:hover {
        background: #0d1a47;
        text-decoration: none;
        color: #ffffff;
    }

.table-wrapper {
    margin: 0 0 20px 0;
    padding: 18px;
    border-radius: 14px;
    background: var(--light-bg-1);
    border-left: 5px solid var(--primary-color);
    overflow-x: auto;
}

    .table-wrapper table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
        margin: 0;
    }

    .table-wrapper th {
        border-bottom: 1px solid #e5e7eb;
        text-align: left;
        padding: 10px;
        font-weight: 700;
        color: var(--primary-color);
    }

    .table-wrapper td {
        padding: 10px;
        font-weight: 400;
        border-bottom: 1px solid #f0f0f0;
    }

.disclaimer-box {
    margin: 20px 0 0 0;
    padding: 18px;
    border-radius: 14px;
    background: var(--light-bg-2);
    border-left: 5px solid var(--tertiary-color);
}

.disclaimer-heading {
    margin: 0 0 8px 0;
    font-size: 19px;
    font-weight: 800;
    color: var(--primary-color);
}

.disclaimer-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .blog-container {
        margin: 20px 0px;
        border-radius: 12px;
    }

    .blog-content {
        padding: 20px 16px 30px 16px;
    }
    .broker-card .mt-3.d-flex.gap-1.justify-content-end {
        flex-wrap: wrap !important;
        justify-content: start !important;
    }

    .ig-logo.new-box-logo {
        padding: 5px 10px;
        font-size: 31px;
    }

    .broker-card {
        padding: 1.5rem 1rem;
    }

    .custom-whatsapp-icon-btn {
        padding: 10px 14px;
    }

    .blog-heading,
    .blog-subheading,
    .cta-heading-blog {
        font-size: 18px;
    }

    .card-heading-blog {
        font-size: 17px;
    }

    .cta-box-blog {
        margin: 30px auto;
        padding: 20px;
    }
}
/*=====================New Design Custom Css End=====================*/

@media (max-width: 768px) {
    .navCreate {
        display: none !important;
    }
}