
body{
    font-family: 'SolaimanLipi','Noto Serif Bengali', serif;
}
.top-news small{
    font-size: 13px;
}
.top-news img{
    width: 48px;
    height: 48px;
    object-fit: cover;
}
.red-dot{
    width:8px;
    height:8px;
    background:#d71920;
    border-radius:50%;
    display:inline-block;
    margin-right:6px;
}
.navbar{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.nav-link{
    color:#111 !important;
    font-size:15px;
    padding: 10px 12px !important;
}
.nav-link:hover{
    text-decoration: underline;
}
.icon-btn{
    border-left:1px solid #ddd;
    padding:0 12px;
    font-size:14px;
}

/* Custom Styles for mi-main-1 */
.mi-main-1 {
    font-family: 'SolaimanLipi', Arial, sans-serif; /* বাংলা ফন্টের জন্য */
    color: #333;
}

.mi-main-1 h4 {
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
}

.mi-main-1 h4:hover, .mi-main-1 h6:hover {
    color: #0056b3;
}

.mi-main-1 h6 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3;
}

.mi-main-1 .promo-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #d9534f;
}

.mi-main-1 .ad-slot {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

<style>
    /* কাস্টম সিএসএস */
    .mi-main-1 {
        font-family: 'SolaimanLipi', Arial, sans-serif;
        color: #212529;
    }

    .mi-main-1 h3 {
        font-size: 26px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .mi-main-1 h6 {
        font-size: 1.1rem;
        line-height: 1.3;
        font-weight: 700;
        cursor: pointer;
    }

    .mi-main-1 h3:hover, .mi-main-1 h6:hover {
        color: #0056b3;
    }

    .mi-main-1 .image-caption {
        font-size: 13px;
        line-height: 1.4;
        color: #6c757d;
        margin-top: 8px;
    }

    .mi-main-1 .promo-box {
        border: 1px solid #dee2e6;
        border-radius: 4px;
    }
    
    
    /* mi-main-2 কাস্টম সিএসএস */
    .mi-main-2 {
        font-family: 'SolaimanLipi', Arial, sans-serif;
        color: #212529;
    }

    .mi-main-2 a {
        text-decoration: none;
        color: inherit;
    }

    /* সেকশন টাইটেল (বিশ্ব >) */
    .mi-main-2 .section-title {
        font-size: 20px;
        font-weight: bold;
        color: #d9232d;
        border-top: 2px solid #333;
        display: inline-block;
        padding-top: 5px;
        margin-bottom: 20px;
    }

    /* বড় নিউজের হেডলাইন */
    .mi-main-2 .big-news h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 15px;
    }

    /* ছোট নিউজের হেডলাইন */
    .mi-main-2 .small-news h6 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        margin-top: 10px;
        min-height: 45px;
    }

    .mi-main-2 .news-meta {
        font-size: 13px;
        color: #6c757d;
        margin-top: 5px;
    }

    .mi-main-2 img {
        width: 100%;
        object-fit: cover;
        transition: opacity 0.3s;
    }

    .mi-main-2 img:hover {
        opacity: 0.8;
    }

    /* মোবাইল ডিভাইসের জন্য স্পেসিং */
    @media (max-width: 768px) {
        .mi-main-2 .border-end {
            border: none !important;
            margin-bottom: 30px;
        }
    }

    /* মোবাইল ডিভাইসের জন্য বর্ডার ম্যানেজমেন্ট */
    @media (max-width: 991.98px) {
        .mi-main-1 .border-end, .mi-main-1 .border-start {
            border: none !important;
            border-bottom: 1px solid #dee2e6 !important;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }
    }

