@font-face {
    font-family: "Shurjo";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/shurjo/ShurjoWeb_400_v5_1.woff2) format('woff2'),
        url(../fonts/shurjo/ShurjoWeb_400_v5_1.woff) format("woff");
}

@font-face {
    font-family: "Shurjo";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/shurjo/ShurjoWeb_700_v5_1.woff2) format('woff2'),
        url(../fonts/shurjo/ShurjoWeb_400_v5_1.woff) format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/shurjo/KFOmCnqEu92Fr1Mu4mxM.woff) format('woff');
}

.row {
    --bs-gutter-x: 2.4rem;
}

:root {
    --ratio: 1.112;
    --fallback: "Siyam Rupali", "Roboto", "Arial", "Helvetica", "Monospace";
    --font-1: "Shurjo", var(--fallback);
    --font-2: "Shurjo", var(--fallback);
    --font-3: "Roboto", var(--fallback);

    --title-color: rgb(60, 59, 59);
    --sub-title-color: #FF0000;
    --text-color: #444444;
    --space-bar-color: #BEBDBD;
    --color-red: #FF0000;
}

.fonts-loaded {
    --font-1: "Shurjo", var(--fallback);
    --font-2: "Shurjo", var(--fallback);
    --font-3: "Roboto", var(--fallback);
}

body {
    font-family: "Shurjo", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    background: #FFF;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Shurjo", Helvetica, Arial, sans-serif;
}

.wp-caption {
    width: 100% !important;
    text-align: center;
}

.wp-caption-text {
    border-bottom: 1px solid var(--space-bar-color);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: var(--text-color);
}

.text-red {
    color: var(--color-red) !important;
}

.space-bar {
    min-height: 1px;
    width: 100%;
    border-top: 1px solid var(--space-bar-color);
}

.right-border {
    border-right: 1px solid var(--space-bar-color);
}

@media (max-width: 991px) {
    .right-border {
        border: none;
    }
}

.ad_squre img {
    width: 100%;
}

/*Top SEction*/
.top-date {
    font-weight: 600;
    font-size: 17px;
    line-height: 22.63px;
    color: #727272;
}

.top-search-bar {
    position: relative;
}

.top-search-bar .search-input {
    border: 1px solid var(--space-bar-color);
    border-radius: 20px;
    padding: 7px 10px;
    font-family: "Shurjo", Helvetica, Arial, sans-serif;
    width: 100%;
    padding-left: 40px;
}


.top-search-bar .search-button {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 15px;
    background: none;
    border: none;
    color: var(--color-red);
}

.top-search-bar .voice-search-button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 30px;
    padding: 7px;
    border: none;
    padding-right: 15px;
    background: none;
    color: var(--text-color);
    padding-top: 10px;
    /* pointer-events: none; */
}

/*Main Menu*/
.menu_section {
    position: sticky;
    top: 0;
    z-index: 5;
}

.main_menu {
    background-color: #EFEFEF;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #D60000
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 25px;
        padding-left: 25px;
    }

    .main_menu {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .main_menu {
        background-color: #FFF;
    }
}


/* Show dropdown on hover */
@media (min-width: 992px) {
    .navbar .dropdown-menu li a {
        font-weight: bold;
    }

    .navbar .dropdown-menu li a:hover {
        color: var(--color-red);

    }

    .dropdown-toggle::after {
        transition: .5s;
    }

    /* Only for lg+ screens */
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: -5px;
        /* Align properly */
    }

    .navbar .dropdown:hover .dropdown-toggle::after {
        transform: rotate(90deg);
        /* Optional arrow style */
    }
}



.mobile_menu_toggoler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    /* border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color); */
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    margin-right: 20px;
    padding-left: 0;
}

/*Menu scroll*/

.scroll-nav {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid var(--space-bar-color);
    background-color: #FFF;
}

.main-scroll-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.main-scroll-nav li {
    list-style: none;
    flex-shrink: 0;
}

.main-scroll-nav li a {
    color: var(--text-color);
    font-size: 18px;
    padding: 6px 0px;
    display: block;
}





/*Titles And Peragraph*/
.title-1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 34.61px;
    color: var(--title-color);
    margin-top: 10px;
}

.title-2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26.62px;
    color: var(--title-color);
    margin-top: 10px;

    /* display: -webkit-box;
    -webkit-line-clamp: 2; */
    /* Limit to 2 lines */
    /* -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.title-3 {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2rem;
    color: var(--title-color);
    margin-top: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover .title-2,
a:hover .title-1,
a:hover .title-3 {
    color: var(--bs-blue);
}

.title-1 .sub-title,
.title-2 .sub-title,
.title-3 .sub-title {
    color: red;
}

/* .tab-list-content .title-2 {
    font-size: 18px;
    line-height: 24px;
} */

.single_sub_title {
    color: #5c5b5b;
    font-weight: bold;
}

.single-title {
    font-weight: bold;
}



.short-description {
    font-size: 17px;
    line-height: 22.52px;
    color: var(--text-color);
}


/*Lead Section Style Goes Here*/
.lead_left {
    border-bottom: 1px solid var(--space-bar-color);
}

.lead_left:last-child {
    border-bottom: 0px solid var(--space-bar-color);
}

.news-card {
    position: relative;
}

.news-image {
    width: 80px;
    /* Adjust size as needed */
    height: auto;
    float: right;
    /* Align image to the right */
    margin-left: 10px;
    margin-top: 10px;
}

.image-big .news-image {
    width: 50%;

}

.list-cat-items a {
    border-bottom: 1px solid var(--space-bar-color);
    display: block;
    padding-top: 5px;
}

.list-cat-items a:last-child {
    border: none
}

.list-cat-top p {
    font-size: 16px;
}

/*This style for category title*/
.cat-title-1 {
    color: var(--title-color);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
}

.cat-title-1 i {
    color: var(--color-red);
}


/*This sytle for column news*/
.column-news-item {
    border-bottom: 1px solid var(--space-bar-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.column-news-item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.column-news-item .image {
    width: 60px;
    margin-right: 10px;
}

.column-news-item .image img {
    border-radius: 50%;
}

.column-news-item .column-news-content a {
    color: var(--title-color);
    display: block;
    border-bottom: 2px solid var(--space-bar-color);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 16px;
    line-height: 20.62px;
}

.column-news-item .column-news-content a:hover {
    color: var(--color-red);
}

.column-news-item .column-news-content p {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}

.column-news-item .column-news-content p span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #5e5e5e;
}

.red_section {
    background-color: var(--color-red);
}

.black_section {
    background-color: #292929;
}

.red_section .cat-title-1,
.black_section .cat-title-1 {
    color: white;
}

.red_section .cat-title-1 i,
.black_section .cat-title-1 i {
    color: white;
}

.red_section .title-2,
.black_section .title-2 {
    color: white;
}

.red_section .title-2 .sub-title {
    color: #000;
}

.red_section .title-2:hover,
.black_section .title-2:hover {
    color: white;
}



/*This style for video section*/
.video_section {
    background-color: #CCCCCC;
}

.video-item {
    background-color: #292929;
    position: relative;
}

.video-item a {
    display: block;
}

.video-image .play-button {
    position: absolute;
    top: 10%;
    left: 10%;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    padding-top: 6px;
    padding-left: 6px;
}

.video-item-content {
    padding: 15px;
}

.video-item .title-2 {
    color: #FFF;
}

.video-item .short-description {
    color: #FFF;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.footer-menu li {
    display: inline-block;
    float: none;
    margin-top: 10px;
    margin-left: 10px;
}

.footer-menu li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 18px;
    padding: 3px 10px;
    border: 1px solid var(--space-bar-color);
    border-radius: 20px;
}

.footer-menu li a:hover {
    color: var(--color-red);
    border-color: var(--color-red);
}


/*This design for footer social icons*/
.footer_social_icons {
    gap: 12px;
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}

.footer_social_icons li {
    display: inline-block;
}

/* Circle Background */
.footer_social_icons a {
    display: flex;
    width: 45px;
    /* Adjusted size */
    height: 45px;
    /* Adjusted size */
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.footer_social_icons.news_details_share a {
    width: 25px;
    height: 25px;
}

.footer_social_icons.news_details_share a i {
    font-size: 15px;
}

/* Icon Size */
.footer_social_icons i {
    font-size: 18px;
    /* Reduced size */
}

/* Social Media Colors */
.facebook {
    background-color: #1877F2;
}

.facebook i {
    color: #fff;
}

.twitter-x {
    background-color: #000;
}

.twitter-x i {
    color: #fff;
}

.instagram {
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}

.instagram i {
    color: #fff;
}

.share {
    background: #ffcdd2;
}

.share i {
    color: #d60000;
}

.increase {
    background: #3681cf;
}

.increase i {
    color: #FFF;
}

.printer {
    background: #595959;
}

.printer i {
    color: #FFF;
}

.youtube {
    background-color: #FF0000;
}

.youtube i {
    color: #fff;
}

.google {
    background-color: #4285F4;
}

.google i {
    color: #fff;
}

.whatsapp {
    background-color: #25D366;
    /* WhatsApp Green */
}

.whatsapp i {
    color: #fff;
}

/* Hover Effect */
.footer_social_icons a:hover {
    transform: scale(1.1);
}


/*Category page style*/
.lead_overflow {
    position: relative;
}

.lead_overflow .overflow_content {}


.lead_overflow .overflow_content h1 {
    font-weight: bold;
}

.lead_overflow .overflow_content h1:hover {
    color: var(--color-red);
}


/*Latest Tabs Panel*/
.latest_populer {}

.latest_populer .nav-tabs .nav-item .nav-link {

    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-1);
}

.latest_populer .nav-tabs .nav-item.show .nav-link,
.latest_populer .nav-tabs .nav-link.active,
.latest_populer .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid var(--color-red);
}

.tab_list {
    padding-top: 15px;
}

.tab_list .tab_list_item {
    border-bottom: 1px solid var(--space-bar-color);
}

.tab_list .tab_list_item:last-child {
    border: none;
}

.tab_list .tab_list_item .number {
    font-size: 25px;
    font-weight: bold;
    font-family: var(--font-1);
    color: #888;
    text-align: center;
}

.tab_list .tab_list_item .number span {
    background: #DDD;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 15px;
}

.news_details p {
    font-size: 1.2rem;
    line-height: 1.7;
}

.thumbnail {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: center;
}

.thumbnail .caption {
    display: block;
    padding: 10px;
    color: var(--text-color);
    border-bottom: 1px solid var(--space-bar-color);
}

.author-avatar img {
    border-radius: 50%;
    max-width: 50px !important;
    min-width: 50px;
    min-height: 50px;
    margin-right: 15px;
}

.author-name {
    color: var(--text-color);
    font-size: 18px;
}

.details_news_date {
    font-size: 17px;
    color: #7b7b7b;
    /* font-style: italic; */
    display: block;
}


.post_share_links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post_share_links li {
    text-align: left;
}

.post_share_links li a {
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.post_share_links li a span:first-child {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-right: 15px;
}

.post_share_links li a span:last-child {
    color: #000;
}

.list-cat-top {
    border-bottom: 1px solid var(--space-bar-color);
    margin-bottom: 5px;
}


.gray_category_title a {
    background-color: #DFDFDF;
    text-decoration: none;
    color: #000000;
    display: block;
}

.gray_category_title a h4 {
    text-align: center;
    font-family: Shurjo;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 5px;
}


.box_category_section {
    padding: 20px;
    background: #fff3e0;
    padding-top: 0;
    border-bottom: 1px solid #f7ba05;
}