/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.today-date p {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    color: white;
}
.main-logo img {
    height: 90px;
}
.todat-date{
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.todat-date img{
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.todat-date span {
    display: inline-block;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 600;
}
@media only screen and (max-width: 600px) {
    .main-logo img {
        height: 63px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #ffffff;
    border-top: 3px solid #01752f;
    border-bottom: 1px solid #0000001f;
    z-index: 999;
    position: relative;
}
.navigation-bar {
    display: flex;
    gap: 30px;
}
.navigation-item a {
    font-size: 18px;
    font-weight: 700;
    color: #444;
    font-family: 'Mukta';
    line-height: 60px;
    display: inline-block;
}
.navigation-item a:hover {
    color: #d62329;
}
.navigation-lines {
    position: relative;
}
.navigation-lines::before {
    content: "";
    position: absolute;
    top: 59px;
    left: 0px;
    right: 100%;
    border-bottom: 2px solid #01752f;
    transition: right .3s ease-out;
}
.navigation-lines:hover::before,
.navigation-lines:focus::before,
.navigation-lines.active::before {
    right: 0;
}
.navigation-lines.active {
    color: #d70304;
}
.navigation-dropdown-box {
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 62px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dropdown-navigation-item a {
    padding: 7px 21px;
    font-size: 16px;
    font-weight: 600;
    transition: .25s linear;
    display: block;
    color: #282828;
}
.child-navigation-item a {
    padding: 7px 21px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
}
.child-navigation-item a:hover {
    color: #d70304;
}
.child-navigation-dropdown-box {
    padding: 0;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
}
.child-navigation>ul>li>a {
    padding: 7px 21px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
}
.child-navigation>ul>li>a:hover {
    color: #d70304;
}
.dropdown-list-divider>:nth-child(n+2) {
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}
.english-box a {
    background: #ffffff;
    color: #017730;
    border: 1px solid #017730;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
    border-radius: 2px;
}
.english-box a:hover {
    background: #01752f;
    color: #ffffff;
}
.search-box a {
    background: #fe232c;
    color: #ffffff;
    border: 1px solid #fe1f28;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
    border-radius: 2px;
}
.search-box a:hover {
    background: white;
    color: #fe232c;
}
.quicks-links-section {
    padding: 7px 1px;
    background: #f9f9f9;
    border-bottom: 1px solid #efefef;
}
.quicks-links>li>a {
    font-size: 14px !important;
    color: #01752f !important;
    font-weight: 500;
}
.quicks-links>li>a i {
    color: #ffffff;
    background: #01752f;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    font-size: 12px;
}
.trending-tag a {
    font-size: 12px !important;
    font-weight: 500;
    color: #202020 !important;
    background: #f5f5f5;
    padding: 3px 9px;
    border-radius: 45px;
    border: 1px solid #dddddd;
}
.trending-tag a:hover {
    color: #f51f28 !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: 'Mukta', sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #ff0000;
}
.title-tag-box span {
    background: #fe232c;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 700;
    color: white;
    border-radius: 4px;
    display: inline-block;
}
.list-number {
    height: 39px;
    width: 40px;
    background: #01752f;
    text-align: center;
    border-right: 3px solid #fe232c;
    color: #ffffff;
    font-weight: 500;
    line-height: 37px;
    font-size: 30px;
    border-radius: 5px;
    border-top: 3px solid #fe232c;
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(34, 34, 34) 100%);
}
.category-links-bg a {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    background: #f52128;
    padding: 3px 9px;
    display: inline-block;
    border-radius: 1px;
}
.news-timeline {
    position: relative;
    padding-left: 47px;
}
.news-timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5e5e5;
}
.timeline-item{
    position: relative;
    padding: 18px 0 18px 15px;
    border-bottom: 1px solid #ececec;
}
.timeline-item:last-child{
    border-bottom: none;
}
.timeline-number{
    position: absolute;
    left: -45px;
    top: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d50000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #d50000;
    z-index: 2;
    transition: all .3s ease;
}
.timeline-content h5{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}
.timeline-content a{
    color: #222;
    text-decoration: none;
    transition: color .3s ease;
}
.timeline-item:hover .timeline-number{
    background: #000;
    box-shadow: 0 0 0 2px #000;
}
.timeline-item:hover .timeline-content a{
    color: #d50000;
}
.interview-card {
    background: linear-gradient(180deg, #ffffff 49%, #00a84e 19%);
    padding: 0px 15px 20px 15px;
    border-radius: 10px;
}
.opinion-card {
    background: linear-gradient(180deg, #ffffff 49%, #fe232c 19%);
    padding: 0px 15px 20px 15px;
    border-radius: 10px;
}
.feature-section {
    background: #242424;
    padding: 30px 0px;
}
.bg1 {
    background: #4b4b4b;
}
.previous-next-bottom{
    width: 48px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
    z-index: 20;
}
.previous-next-bottom:hover{
    background: #dc2626; 
    border-color: #dc2626;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(220,38,38,0.35);
}
.previous-next-bottom svg{
    width: 20px;
    height: 20px;
}
.large-news-box-height {
    height: 622px;
}
.medium-news-box-height {
    height: 565px;
}
.videos-section {
    background: #0c0c0c;
    padding: 30px 0px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-title h1 {
    font-size: 65px;
    line-height: 84px;
    margin: 0;
    font-weight: 700;
}
.breaking-news-excerpt p {
    font-size: 22px;
    font-weight: 400;
}
.second-heading-text p {
    font-size: 17px;
    margin: 0;
    font-style: italic;
    font-weight: 500;
    color: #4a4a4a;
}
.news-excerpt p {
    margin: 0;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: #000000;
    font-family: 'Anek Devanagari';
}
.publish-read-time{
    display: flex;
    align-items: center;
    gap: 8px;
}
.news-read-time::before{
    content: "•";
    margin-right: 8px;
    color: #999;
}
.publish-read-time .published-date {
    font-size: 14px;
    font-family: 'Anek Devanagari';
}
.publish-read-time .news-read-time {
    font-size: 14px;
    font-family: 'Anek Devanagari';
}
@media only screen and (max-width: 600px) {
    .breaking-news-title h1 {
        font-size: 30px;
        line-height: 1.2;
        margin: 0;
        font-weight: 700;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.xxsmall-thumbnail {
    height: 122px;
    width: 122px;
}
.xsmall-thumbnail {
    height: 110px;
    width: 122px;
}
.xsmall-height {
    height: 217px !important;
}
.xxxlarge-height {
    height: 450px !important;
}
.small-videos-thumbnail {
    height: 81px;
    width: 115px;
}
@media only screen and (max-width: 600px) {
    .medium-height {
        height: auto;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.category-heading{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 20px;
}
.category-heading::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #01752f;
}
.category-heading .more{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.category-heading .title{
    font-size: 27px;
    font-weight: 700;
    color: #e53935;
    line-height: 1;
    font-family: "Anek Devanagari", sans-serif;
}
.arrow-icon{
    width: 50px;
    margin-top: -8px;
    transition: .3s;
}
.more:hover .arrow-icon{
    transform: translateX(6px);
}
.sub-categories{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.sub-categories a{
    text-decoration: none;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    font-family: "Anek Devanagari", sans-serif;
    transition: .3s;
    position: relative;
}
.sub-categories a:hover{
    color: #01752f;
}
.sub-categories a:not(:last-child)::after{
    content: "|";
    margin-left: 20px;
    color: #bbb;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Part---
------------------------------------------------------------------------------------------------------------*/
.footer-media {
    background: #101010;
    padding: 15px 0px;
}
.subnav-divider {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}
.subnav-divider li a {
    font-size: 15px;
    font-weight: 500;
    color: #1cad60;
}
.subnav-divider li {
    position: relative;
    padding: 0 10px;
}
.subnav-divider li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #ccc;
}
.footer-section {
    background: #3a3a3a;
    padding: 20px 0px 20px 0px;
}
.footer-logo img {
    height: 80px;
}
.footer-heading {
    margin-top: 0px;
    margin-bottom: 70px !important;
}
.footer-heading span:before {
    content: "";
    position: absolute;
    border-bottom: 5px solid #f3222a;
    width: 50%;
    bottom: 0px;
}
.footer-heading span {
    color: #ffffff;
    font-size: 22px;
    line-height: 45px;
    font-weight: 700;
    position: absolute;
    display: inline-block;
    z-index: 0;
}
.footer-links>ul>li>a {
    font-size: 15px;
    color: white;
    font-weight: 400;
}
.footer-text p {
    font-size: 15px;
    font-weight: 400;
}
.copyright-section {
    background: #101010;
    padding: 15px 0px;
}
.copyright-content img {
    height: 16px;
}
.copyright-content p {
    color: #d3d3d3;
    margin: auto;
    font-weight: 500;
}
.back-to-top-buttom {
    background: #f3222a;
    position: fixed !important;
    bottom: 50px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 88;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
}
.back-to-top-buttom:hover {
    background: #1f2033;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.byline-area {
    display: flex;
    align-items: center;
}
.byline-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e5e5e5;
    margin-left: -15px;
    background: #fff;
}
.byline-thumbnail:first-child {
    margin-left: 0;
}
.byline-name a {
    font-size: 16px;
    font-weight: 600;
}
.single-news-title h1 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}
.publish-date {
    font-size: 16px !important;
    color: #525252 !important;
    font-weight: 600;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
.share-details h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: -10px;
}
.share-details p {
    font-size: 16px;
    text-align: center;
    color: #2a2a2a;
    margin: 0;
}
.attach-cap {
    background: #f8f9fa;
    display: block;
    padding: 2px 8px;
    font-style: italic;
    text-align: center;
    font-size: 15px;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
blockquote {
    background: #ffebea;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}
blockquote p {
    font-size: 20px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
    font-style: italic !important;
    margin-bottom: 16px !important;
}
blockquote:before {
    background-image: url(/assets/icon/blockquote-left.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
blockquote:after {
    background-image: url(/assets/icon/blockquote-right.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}
.single-news-content p {
    font-size: 22px;
    line-height: 1.8;
    margin: 0 0 28px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
}
.search-releted-news-column {
    display: flex;
    align-items: center;
    background: #245fb905;
    padding: 7px;
    border: 1px solid #245fb914;
    border-radius: 4px;
}
.search-releted-news-thumbnail {
    height: 80px;
    width: 135px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 3px;
}
.search-releted-news-title {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 600;
}
@media only screen and (max-width: 600px) {
    .single-news-title h1 {
        font-size: 27px;
        font-weight: 700;
        margin: 0;
    }
    .search-releted-news-thumbnail {
        height: 80px;
        width: 145px;
        object-fit: cover;
        margin-right: 10px;
        border-radius: 3px;
    }
    .search-releted-news-title {
        font-size: 16px;
        color: #4a4a4a;
        font-weight: 600;
        line-height: 21px;
        text-align: start;
    }
    .border-divider:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        border-top: 1px solid #e5e5e5;
        margin-top: -5px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline Blade---
------------------------------------------------------------------------------------------------------------*/
.byline-thumnail img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border: 2px solid #ff4e02;
    padding: 5px;
    object-fit: cover;
    margin-right: 13px;
}
.byline-name-description h5 {
    font-size: 26px;
    margin-right: 12px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Navigation Menu---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #ffffff;
    box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
    width: 270px;
}
.sidebar-navigation-logo-area {
    background: #ffffff;
    padding: 23px;
}
.sidebar-navigation-search-input {
    height: 49px !important;
    background: #3c3c3c !important;
    border: none !important;
}
.sidebar-navigation-search-icon {
    background: #f32028;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-navigation-area {
    background: #d3d3d3;
}
.sidebar-navigation-sub-item {
    display: none;
    padding-left: 15px;
}
.sidebar-navigation-sub-category.open > .sidebar-navigation-sub-item {
    display: block;
    background: white;
}
.sidebar-navigation-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-navigation-item a {
    font-size: 18px;
    color: #383838;
    padding: 12px 18px 12px 18px;
    font-weight: 600;
}
.sidebar-navigation-item a:hover {
    color: #ff0000;
}
.sidebar-navigation-sub-item a {
    color: #000000e3;
    padding: 10px 10px 10px 18px;
    font-size: 15px;
    font-weight: 600;
}
.sidebar-navigation-sub-item a:hover {
    color: #d70304;
}
.dropdown-button-icon {
    background: #ffffff;
    display: inline-block;
    padding: 16px 15px;
    border: none;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search-modal {
    background: #dbdbdb;
    border-radius: 8px;
}
.search-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #f32129;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #ed1c24;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Blade---
------------------------------------------------------------------------------------------------------------*/
.search-news-thumbnail {
    height: 100px;
    width: 120px;
}
.news-links a {
    color: #0e5dae;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Notification---
------------------------------------------------------------------------------------------------------------*/
.uk-notification-message {
    position: relative;
    padding: 11px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 3px;
}
.uk-notification-close {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #e75625;
    padding: 6px;
    color: #ffffff !important;
    border-radius: 50%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.home-button-links a {
    background: #22408c;
    font-size: 15px;
    padding: 10px 25px;
    color: white;
    border-radius: 4px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Team Blade---
------------------------------------------------------------------------------------------------------------*/
.team-heading {
    border: 3px solid #d71921;
    border-radius: 5px;
    padding: 20px;
}
.team-heading legend {
    text-align: center;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 25px;
    font-weight: 800;
    color: #946130;
}
.team-thumnail img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
}
.team-details .team-name {
    font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
}
.team-details .team-position {
    font-size: 15px;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Mobile Footer Menu---
------------------------------------------------------------------------------------------------------------*/
.mobile-footer-menu {
    background: #ffffff;
    padding: 8px 8px 8px 8px;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, .08);
}
.footer-menu-area img {
    height: 20px;
    margin-bottom: 2px;
}
.footer-menu-area h3 {
    margin: 0;
    font-size: 15px;
    color: #22408c;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Pagination---
------------------------------------------------------------------------------------------------------------*/
.web-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Vesper Libre';
    margin: 20px 0;
    background-color: transparent;
    border-radius: 8px;
}
.web-pagination li {
    margin: 0 5px;
    list-style: none;
}
.web-pagination li a, .web-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    background-color: #d7d7d7;
}
.web-pagination li a:hover {
    background-color: #0066b3;
    color: #fff;
}
.web-pagination li.uk-active a {
    background-color: #d2232a;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.web-pagination li.uk-disabled span {
    color: #999;
    background-color: #e5e5e5;
    cursor: not-allowed;
}
.web-pagination .prev-button, .web-pagination .next-button {
    padding: 0 10px;
    font-weight: 500;
}
.web-pagination .prev-button:hover,
.web-pagination .next-button:hover {
    background-color: #0056b3; /* Darker shade on hover */
    color: #fff;
}
@media (max-width: 600px) {
    .web-pagination li a, .web-pagination li span {
        min-width: 10px;
        height: 35px;
        font-size: 14px;
    }
    .web-pagination .prev-button,
    .web-pagination .next-button {
        padding: 0 10px;
    }
}