/* // <------ trending news list -------> */
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
.trending-news {
    background-color: #f9f9f9;
}

.trending-news-list li {
    list-style: none;
    text-decoration: none;
    display: flex;
}

.trending-news-list {
    list-style: none;
    text-decoration: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 12px 0px;
    flex-wrap: wrap;
}

.trending-news-list a {
    color: #000;
    font-size: 13px;
    border: 1px solid rgb(229 229 229);
    border-radius: 15px;
    padding: 6px 15px;
    background-color: white;
}

.trending-news-list a:hover {
    background-color: #e90c09;
    color: white;
    transition: 0.5s;
}

.trending-news-list li.active a {
    background-color: #e90c09;
    color: white;
}

.trending-head {
    color: #2870a3;
}

.card-text-trend {
    color: rgb(107, 105, 105);
}

.card-text-trend:hover {
    color: rgb(248, 5, 5);
}

.row-ko-border {
    border: 1px solid black;
}

/* video section */

.video-section .aartha-video iframe {
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-section .aartha-video .aartha-heading h4 {
    padding: 10px 15px;
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.user-icon-btn {
    border: 1px solid #fff;
    /* border-radius: 20px; */
    font-color: #ffffff !important;
    border: 0px solid #fff;
    border-radius: 0px;
}
.user-icon-btn i {
    color: #fff !important;
}

/* .user-icon-btn:hover {
    background-color: #0070c0;
    border: 0px solid #0070c0;
    color:#fff;
    transition: 0.6s;
  } */
.col-form-label span {
    color: black;
    font-weight: bolder;
}
.login-title-text {
    color: #0070c0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.login-modal-content {
    color: rgb(105, 103, 103);
    background-color: rgb(239, 239, 239);
    border-radius: 4px;
}

.login-modal-content .modal-header {
    border-bottom: none;
}
.login-modal-header {
    align-items: normal !important;
}
.login-modal-close-btn {
    background-color: #0070c0;
    color: white !important;
    opacity: 1;
    margin-top: 0px;
    border-radius: 20px;
    font-size: 12px;
}
.modal-dialog-login-form {
    max-width: 450px;
    margin: auto;
    margin-top: auto;
}

.login-modal-content .modal-body input {
    border: 1px solid rgb(199, 198, 198);
    background-color: #e7e6e6d5;
    height: 50px;
}

.input-container label {
    font-size: 15px;
    font-weight: 400;
}

.input-container input::placeholder {
    color: #54585ae2;
    font-size: 15px;
    pointer-events: none;
    font-weight: 300;
}

.login-btn-modal {
    border: 0px;
    background-color: #0070c0;
    color: white;
    border-radius: 6px;
    border: 1px solid rgb(227, 226, 226);
}

.sign-up-text a {
    color: black;
    font-weight: bold;
}

.social-icons-login-modal .social-box {
    padding: 8px 13px;
    background-color: #0070c0;
    border-radius: 20px;
    margin: 0 6px;
    color: white;
}

.login-modal-content .modal-footer {
    border-top: none;
}

.signin-with-text {
    font-weight: bolder;
}

.border-bottom-modal {
    border-color: #0070c0;
    border-bottom: 1px solid #0070c0d0 !important;
}
.pradesh-li-a {
    text-decoration: none !important;
    padding: 5px 6px;
    color: white !important;
}

.pradesh-li-a:hover {
    padding: 5px 6px;
    text-decoration: underline !important;
    border-radius: 14px;
}

.breadcrumb-button.active,
.breadcrumb-item.active a {
    background-color: #ffffff !important;
    color: #090909 !important;
    border-radius: 30px !important;
    padding: 5px 7px !important;
}

.fixed-section {
    height: 1540px;
    width: 45%;
    z-index: -1;
}

.comment-text {
    font-size: 14px;
}
.side-fixed-icons {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 300px;
}

.side-fixed-icons .icons .contact-icon {
    margin-bottom: 7px;
    height: 30px;
    width: 30px;
    background-color: #0070c0;
    color: #ffffff;
    font-size: 18px;
    margin-right: 15px;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid #000;
}

.reaction-hr-line {
    color: #e90c09;
    opacity: 1;
}

.reactions {
    border: 1px solid rgb(220, 220, 220);
}

.reaction-btn {
    border: 0px solid black;
    background-color: transparent;
    font-size: 50px;
    transition: transform 0.3s ease;
}

.reaction-btn i {
    color: #f4c320;
    transition: transform 0.3s ease;
}

.reaction-btn i:hover {
    color: #f4c320;
    transform: translateY(-5px);
}
.reaction-btn .reaction-percent {
    background-color: #0070c0;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
}
.emoji-name {
    font-size: 16px;
    color: #000;
}
.fa-face-angry:hover {
    color: red !important;
}
.reaction-btn span {
    border: 0px solid black;
    background-color: transparent;
    font-size: 16px;
    margin-top: 10px;
    color: black;
}
.pratikyriya-btn {
    border: 0px solid black;
    background-color: #0070c0;
    color: white;
}

.pratikriya-text {
    border-radius: 5px;
    background-color: #0070c0;
}
.pratikyriya-btn:hover {
    border: 0px solid black;
    background-color: #2a2a2a;
    color: #ebebeb;
}

.heading-all a {
    font-weight: 800;
    font-size: 35px;
    color: #0070c0;
}

.reactions-ul .reaction-1 {
    list-style: none;
    margin: auto;
}

.multi-column-dropdown {
    width: 100%;
}

.multi-column-dropdown .row {
    flex-wrap: nowrap;
    padding: 10px;
}

.multi-column-dropdown .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}

.navbar .dropdown-menu {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-others .dropdown-menu {
    top: 55px;
    left: -1120px;
    margin-top: 1px;
    border-radius: 10px;
}
.dropdown-others .dropdown-menu .dropdown-item:hover {
    color: #e90c09 !important;
    background-color: none !important;
}
.dropdown-others .dropdown-menu .li-1 i:hover {
    color: #e90c09 !important;
    background-color: none !important;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* .background-full-div {
  width: 100%;
  background-color: #3D89CD;
  margin: 0;
  padding: 0;
} */
.middle-logo {
    height: 180px;
}

.middle-logo img {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 130px;
    /* width: 20%; */
}
.right-side {
    margin-top: 140px;
}
.left-side {
    margin-top: 140px;
}
.header-top {
    background-color: #fff;
}
.formobile {
    display: none;
}

.home-section img {
    max-height: 500px;
    object-fit: cover;
}
.border-top-line {
    border-top: 5px solid #bf1e2e;
}

.banner-social {
    color: #111111c4;
}
.navbar .nav-link {
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
}
@media (max-width: 1340px) {
    .navbar .nav-link {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .custom-navbar .nav-item a {
        color: white;
    }

    .nav-toggler-custom .navbar-toggler-icon {
        color: white !important;
    }
    .navbar .nav-link {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .header-top .container {
        flex-wrap: wrap;
        flex-direction: column; /* Stack elements vertically */
        align-items: center; /* Center align items */
        text-align: center;
    }
    .header-top {
    }

    .middle-logo {
        height: 800px;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 1; /* Logo stays at the top */
    }
    .right-side {
        margin-top: 15px;
        order: 3;
    }
    .left-side {
        margin-top: 15px;
        order: 2;
        margin-left: 10px;
    }
    .languadge-img {
        height: 15px;
        width: 15px;
    }

    .date {
        color: #37358b;
        font-size: 12px;
        margin-left: 0 !important;
    }

    .user-icon {
        margin-top: 10px;
    }
    .user-icon-btn {
        background-color: #bf1d2f;
    }
    .user-icon-btn i {
        color: white !important;
    }
    .date {
        color: #37358b;
        font-size: 12px;
        margin-left: 10px;
    }
    .bottom-nav {
        display: block !imortant;
    }
}

@media (max-width: 480px) {
    .middle-logo {
        margin-top: 10px;
        height: 150px;
    }

    .middle-logo img {
        height: 75px;
    }
    .image-container {
        margin-right: 20px;
    }
    .bottom-nav {
        display: block !important;
    }
}
.nav-toggler-custom .navbar-toggler-icon {
    filter: invert(1); /* Makes it white */
}

.nav-toggler-custom {
    border: 1px solid #fff; /* Makes it white */
}
.custom-navbar .nav-item a {
    font-size: 18px;
}
.login-modal {
    z-index: 999;
}
.box {
    background-color: #bf1d2f;
}
.weather {
    color: #37358b;
}
.date {
    font-size: 16px;
    color: #37358b;
    display: inline-block; /* Make it inline-block to be centered */
    margin-top: 150px; /* Optional: Add some space between the image and the date */
    margin-left: 218px;
}
.action-btn {
    width: 40px; /* Adjust size as needed */
    height: 40px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.action-btn i {
    color: #000;
}

.action-btn:hover {
    opacity: 0.8;
}
/* Sidebar Styling */
.sidebar {
    position: fixed;
    right: -100%;
    top: 40px;
    width: min(90vw, 800px);
    height: 90vh;
    background: #f0f0f0;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 10000;
    border-radius: 50px;
    padding: 20px;
    margin-right: 50px;
}

.sidebar.active {
    right: 0;
}

.sidebar-content {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.sidebar-header h3 {
    margin: 0;
    color: #333;
    font-size: 1.25rem;
}

.close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}

.close-btn:hover {
    color: #ff4444;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

.table th {
    background: #f8f9fa;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
}

.table td {
    border-bottom: 1px solid #dee2e6;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.table {
    table-layout: auto;
    width: 100%;
    min-width: 600px;
}

.table th,
.table td {
    white-space: nowrap;
    min-width: 100px;
}

@media (max-width: 768px) {
    .sidebar {
        margin-right: 0;
    }
}
#scroll-image {
    width: 200px;
    height: 42px;
}
.post-thumbnail {
    width: 60px; /* Adjust based on your design */
    height: 60px;
    object-fit: cover;
    border-radius: 5px; /* Optional: for rounded corners */
}
.bottom-nav {
    background: #ff4444;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.bottom-nav-item {
    flex: 1;
    text-align: center;
}
.bottom-nav-item i {
    color: #fff;
}
.nav-text {
    color: #fff;
}
#topSidebar {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%; /* Adjust height as needed */
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease-in-out;
    z-index: 1050;
    padding: 15px;
    overflow-y: auto; /* Enables scrolling if content exceeds height */
    border-bottom: 2px solid #37358b;
}

#topSidebar.active {
    top: 0;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.post-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.bottom-nav-item {
    text-align: center;
}
.bottom-nav {
    display: none;
}
#topSearchSidebar {
    position: fixed;
    top: -100%; /* Initially hidden above the viewport */
    left: 0;
    width: 100%;
    height: 20vh;
    background-color: white;
    z-index: 1050;
    transition: top 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

#topSearchSidebar.active {
    top: 0; /* Moves the sidebar into view */
}
.search-input {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    widht: 80%;
}

.search-btn {
    background-color: #1c5c57;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.search-btn i {
    font-size: 18px;
}
.navbar {
    background-color: #33348E;
    color: #fff !important;
}
.nav-link i{
    color:#fff !important;
}
.breaking-title:hover{
    color: #CB242A !important;
}
.news-title:hover{
    color: #CB242A !important;
}
.article-title:hover{
    color: #CB242A !important;
}
.finance-title:hover{
    color: #CB242A !important;
}
.business-title:hover{
    color: #CB242A !important;
}
.finance-card-title:hover{
    color: #CB242A !important;
}
.card-title:hover{
    color: #CB242A !important;
}
.entertainment-title:hover{
    color: #CB242A !important;
}
.entertainment-card-title:hover{
    color: #CB242A !important;
}


