/* =======================Section 1====================== */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}
h2 {
    color: #0b5ed7;
    padding: 8px 0px;
    border-radius: 3px;
    margin: 10px 0px;
}
.synopsis-card h1,
.synopsis-card h2,
.synopsis-card h3,
.synopsis-card h4,
.synopsis-card h5,
.synopsis-card h6 {
    position: relative;
    padding-left: 16px; /* space from the line */
    margin-left: 0;
}
.synopsis-card h1::before,
.synopsis-card h2::before,
.synopsis-card h3::before,
.synopsis-card h4::before,
.synopsis-card h5::before,
.synopsis-card h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 6px;
    background: #198754; /* green */
    border-radius: 6px;
}

h3 {
    color: #808000;
    margin: 10px 0px;
}
.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;
}
h4 {
    color: #3C3658;
    margin: 10px 0px;
}

h5 {
    color: #a52a2a;
    margin: 10px 0px;
}

h6 {
    color: #ec422b;
    margin: 10px 0px;
}

@media(max-width:991px) {
    body {
        font-size: 17px !important;
    }
}

a {
    text-decoration: none !important;
    color: #fd0000;
    transition: all .2s linear;
}

    a:hover {
        color: #d21c1c;
        text-decoration: none;
    }
img {
    max-width: 100%;
    vertical-align: middle
}

/*=====================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===========*/
.blog-new-banner {
    position: relative;
    padding: 80px 0px;
    background-image: url("https://ClipsTrust.com/static/img/bg-img.webp");
    background-position:center;
    background-size:cover;
    z-index:3;
    background-repeat:no-repeat;
}
.blog-new-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(15 113 81 / 85%) 0%, rgb(8 91 66 / 66%) 100%);
    z-index:-1;
}
.heading-banner{
    font-weight:bold;
    color:#fff;
    font-size: 42px;
    margin-bottom:15px;
}
.search-btn-form {
    padding: 8px 30px;
    border: none;
    background-color: #4CAF50;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 2px;
}
.search-form-again input{
    border:1px solid #f0432c;
}
.post-box {
    padding: 1rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: none;
}
    .post-box a{
        color:#f0432c;
    }
.page-item.active .page-link {
    background-color: #004ac5;
    border-color: #004ac5;
    color: #fff !important;
}
.container-top-all-news-details {
    padding: 40px 0px;
    background: #111315;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
    .container-top-all-news-details::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 50%);
        z-index: -1
    }

        .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;
}
.related-post-title {
    padding: 15px;
    font-size: 18px;
    color: #000;
    margin: 0;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 10px;
}
.related-posts {
    padding: 10px 15px 10px 15px;
    width: 90%;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    background-color: #FFF;
    margin-top:20px;
}
.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;
    }
/* ================================Section 4 Start====================== */


.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;
}



.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;
    }
/* -----------------------------Internal Diff enD----------------------------- */

/*========================Style Css ===============================*/
/*================Css Page Design Start=====================*/
.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 ===============================*/

