:root {
    --lightest-white: #fff;
    --dark-white: #a1a1a1;
    --ticker-red: #e60023;
    --ticker-blue: #2158f8;
}

@font-face {
    font-family: 'NotoSerifBengali';
    src: url(../../fonts/NotoSerifBengali-VariableFont_wdth\,wght.ttf)format('truetype');
    font-display: swap;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NotoSerifBengali', 'Arial', 'Nunito', 'Helvetica', sans-serif !important;
}

/* scrollbar  */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    /* transition: 100ms; */
    background: #777;
}

.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand img {
    width: 150PX;
}

.horizontal-menu .top-navbar .navbar-brand-wrapper .brand-logo-mini img {
    width: 125px !important;
}

.nav.navbar-nav li a {
    font-size: 16px !important;
    font-weight: 400 !important;
}

#global-loader {
    position: fixed;
    z-index: 50000;
    background: white;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.loader-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

/* scrollbar  */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--dark-white);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    /* transition: 100ms; */
    background: #777;
}

.horizontal-menu .bottom-navbar .page-navigation>.nav-item>.nav-link .menu-title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.sub-menu-grid-layout ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

    li {
        font-size: 16px !important;
        font-weight: 400 !important;
    }
}

.breaking-wrapper {
    background: var(--lightest-white);
    border: 1px solid #eee;
    overflow: hidden;
}

.submenu.cs ul li {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.submenu.cs .submenu-item {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

/* RED LABEL */
.breaking-label {
    background: var(--ticker-blue);
    color: var(--lightest-white);
    font-weight: 800;
    padding: 10px 16px;
    white-space: nowrap;
    font-size: 14px;
}

/* TICKER AREA */
.breaking-ticker {
    flex: 1;
    padding-left: 12px;
}

/* EACH ITEM */
.ticker-item {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 15px;
}

.ticker-item a {
    color: #000;
    text-decoration: none;
}

.ticker-item a:hover {
    color: var(--ticker-blue);
    text-decoration: none;
}

/* RED DOT */
.ticker-item i {
    color: var(--ticker-blue);
    margin-right: 10px;
}

/* SMOOTH SCROLL */
.ticker .owl-stage {
    transition-timing-function: linear !important;
}

.breaking-ticker,
.breaking-ticker .owl-stage,
.breaking-ticker .owl-item {
    display: flex;
    align-items: center;
}


section {
    background: var(--lightest-white);
}

.news,
.news-heading {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.news,
.news-heading:hover {
    color: var(--ticker-blue);
    text-decoration: none;
}

h3,
.md_text {
    font-size: 32px;
    line-height: 42px;
}

h4,
.sm_txt {
    font-size: 20px;
    display: block;
    line-height: 30px;
}

.color-primary .utf_block_title>span {
    background-color: var(--ticker-blue);
}

.color-primary .utf_block_title {
    border-bottom: 2px dotted var(--ticker-blue);
}

.utf_featured_post .utf_post_date,
.utf_post_overaly_style .utf_post_author,
.utf_post_meta .utf_post_author,
.utf_post_overaly_style .utf_post_date {
    background: transparent !important;
    color: var(--dark-white);
}

.section-header,
.section-divider {
    position: relative;
    text-align: center;
}

.section-divider::before,
.section-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50%;
    height: 1px;
    background: #999;
}

.section-divider::before {
    left: 0;
}

.section-divider::after {
    right: 0;
}

.header-title {
    position: relative;
    color: var(--ticker-blue);
    padding: 6px 16px;
    font-size: 2.5rem;
    font-weight: 600;
    border-radius: 4px;
    z-index: 1;
}

.divider-title {
    position: relative;
    background: var(--ticker-blue);
    color: #fff;
    padding: 6px 16px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 4px;
    z-index: 1;
}

.btn.btn-primary {
    padding: 10px 25px !important;
    font-size: 14px !important;
    color: var(--lightest-white) !important;
    font-weight: 700;
}

.comments-list .comment-body {
    margin-left: unset;
}

.comments-list .comment {
    margin-bottom: unset;
    background: rgb(247, 247, 247);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(242, 242, 242);
    border-image: initial;
    padding: 20px;
    border-radius: 6px;
}

#back-to-top button {
    width: 36px;
    height: 36px;
    line-height: 30px;
    color: var(--lightest-white);
    background: var(--ticker-blue);
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    border-radius: 30px;
}

.single-post p {
    font-size: 20x;
    line-height: 26px;
    font-weight: 500;
    color: #000000;
    text-align: justify;
}

.entry-content img {
    width: 100%;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.entry-content iframe {
    width: 100% !important;
    /* height: 450px !important; */
    border: none;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 12px;
}

.entry-content table td,
.entry-content table th {
    padding: 12px 15px;
    vertical-align: top;
    border: 1px solid
}

/* alternate row background */

.entry-content table tr:nth-child(even) {
    background: #e8e8e8;
}

/* first column wider */
.entry-content table td:first-child {
    width: 45%;
}

/* second column */
.entry-content table td:nth-child(2) {
    width: 45%;
}

/* action column */
.entry-content table td:last-child {
    width: 10%;
    text-align: right;
}

/* download link */
.entry-content table a {
    color: #e74c3c;
    font-weight: 600;
    text-decoration: none;
}

.entry-content table a:hover {
    text-decoration: underline;
}

.form-control.news-search {
    padding: 0px 15px;
    height: 40px;
}

.horizontal-menu .bottom-navbar .page-navigation>.nav-item.mega-menu .submenu li a.sub-cat::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    border-radius: 100%;
    /* background: var(--ticker-red); */
    top: 12px;
    left: 0;
}

.utf_block_wrapper {
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 0;
    }

    .horizontal-menu {
        background-color: var(--lightest-white);
    }

    /* .navbar-toggler {
        background: transparent !important;
    } */

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
    }

    ul.navbar-nav li a i,
    .utf_dropdown_submenu>a:after {
        float: none !important;
    }

    .sub-menu-grid {
        padding: 0 10px !important;
    }

    .sub-menu-grid-layout ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .breaking-label {
        font-size: 12px;
        padding: 8px 10px;
    }

    .ticker-item {
        font-size: 14px;
    }

    .single-post p {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        color: #000000;
    }
}

.warn_div {
    padding: 15px;
    border: dashed;
    border-color: #f00;
    color: #f00;
    text-align: center;
}

.warn_div h5,
.warn_div p {
    color: #f00;
}

.warn_div p {
    font-size: 12px;
    font-weight: 400;
}

.grecaptcha-badge {
    opacity: 0 !important;
}

.glightbox-container .gslide-image img {
    max-width: 90vw !important;
    max-height: 90vh !important;
    object-fit: contain !important;
}

.gslide-media {
    overflow: hidden !important;
}

.gslide-image img {
    border: 5px solid red !important;
}

.nav-link.sub-cat-link .child-menu {
    list-style: none;
    padding: 0 0 0 15px !important;
}

.child-menu a {
    /* font-size: 13px; */
    color: #555;
}

.child-menu a:hover {
    color: #000;
}

.social-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    margin-right: 2px;
}

.social-icon li a {
    text-decoration: none;
}

.social-icon li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    font-size: 14px;
    color: #fff;

    border-radius: 50%;
    /* 🔥 makes it round */
    transition: all 0.3s ease;
}

/* Facebook */
.social-icon li a i.fa-facebook-f {
    background: #1877f2;
}

/* Instagram Gradient */
.social-icon li a i.fa-instagram {
    background: linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
}

/* WhatsApp */
.social-icon li a i.fa-whatsapp {
    background: #25D366;
}

/* Twitter (X) */
.social-icon li a i.fa-x-twitter {
    background: #000;
}

/* YouTube */
.social-icon li a i.fa-youtube {
    background: #FF0000;
}

/* 🔥 Hover Effect */
.social-icon li a i:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}