   


   :root {
            --primary-color: black;
            --secondary-color:red;
            --border-color: #eee;
            --hover-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }



        body {
           
            background-color: #f8f9fa;
            color: var(--primary-color);
        }

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


        .bg-white{
            background: #fff;
        }
        
        .aaborder{
            border:1px solid rgba(0,0,0,.1);
        }

    .clockDate {
        font-family: 'LiShohidAbuSayed', sans-serif;
        font-size: 17px;
        color: #fff;
    }

        /* Card Styles */
        .card {
            border-radius: 0 !important;
            transition: all 0.3s ease;
        }
        
        .news-card {
            margin-bottom: 10px;
            border: 1px solid var(--border-color);
            background: #fff;
            transition: box-shadow 0.3s ease;
        }

        .news-card:hover {
            box-shadow: var(--hover-shadow);
        }

        /* Image Styles */
        .news-featured-image {
            width: 100%;
            height: 320px;
            object-fit: cover;
        }

        .news-image {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        /* Typography */
        .news-title {
            font-size: 25px;
/*            font-weight: 600;*/
            margin: 0px 0px!important;
             font-family: 'LiShohidAbuSayed', sans-serif;
        }

        .news-subtitle {
            font-size: 20px;
            font-weight: 600;
            margin: 0px 0px!important;
             font-family: 'LiShohidAbuSayed', sans-serif;
        }

        .writer_name{
            font-size: 16px;
            font-weight: 600;
            margin: 0px 0px!important;
             font-family: 'LiShohidAbuSayed1', sans-serif;
        }
        .form-control{
             font-family: 'LiShohidAbuSayed1', sans-serif;
        }
        
        select{
             font-family: 'LiShohidAbuSayed1', sans-serif!important;
        }

.news-description {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    font-family: 'LiShohidAbuSayed1';
}
.artboardBio{
      font-family: 'LiShohidAbuSayed';
       font-size: 17px;
}
        /* Metadata */
        .news-meta {
            font-size: 12px;
            margin-top: 10px;
            font-family: 'LiShohidAbuSayed1', sans-serif!important;
        }

        .news-meta i {
            margin-right: 5px;
        }

        /* Section Spacing */
        .main-area {
            padding: 20px 0;
        }

        /* Right Sidebar */
        .sidebar-card {
            background: #fff;
            padding: 15px;
            margin-bottom: 20px;
            border: 1px solid var(--border-color);
        }

        .sidebar-title {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #28b060;
        }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .news-featured-image {
        height: 200px;
    }
    
    .news-image {
        height: 100%;
    }
    
    .news-title {
        font-size: 30px;
    }
    
    .container {
        padding: 0 10px;
    }

}

.sidebar-news-img img {
    width: 100px;
    height: 70px;
    object-fit: cover;
}

.sidebar-news-title {
    font-size: 20px;
    color: #333;
    line-height: 23px;
/*    font-weight: 600;*/
    font-family: 'LiShohidAbuSayed', sans-serif;
}

.sidebar-news-title:hover {
    color: #dc3545;
}

.sidebar-news-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}

.subcategoryNews .sidebar-news-item {
    border: 1px solid #1c030312 !important;
    padding-bottom: 4px !important;
    background: #fff;
    padding: 5px;
    align-items: center;
    height: 120px;
}

.sidebar-news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.text-muted {
    font-size: 12px;
}

/*category and subcategory heading*/
.cat-head {
    display: block;
    margin-bottom: 7px;
    background-color: #e7f0f7;
    line-height: 24px;
     font-family: 'LiShohidAbuSayed', sans-serif;
}
.cat-head a {
    color: #fff;
    font-weight: 600 !important;
    font-size: 22px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background: var(--secondary-color);
    padding: 10px 10px;
}
.cat-head > a::after {
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
     border-top: 44px solid var(--secondary-color);
    border-right: 8px solid transparent;
}


.subcat-head {
    background: #0335670f;
    padding: 10px 6px 6px;
    border-left: 6px solid var(--secondary-color);
    margin-bottom: 10px;
    line-height: 22px;
     font-family: 'LiShohidAbuSayed', sans-serif;
}
.asd{
   font-family: 'LiShohidAbuSayed1', sans-serif; 
   font-size:18px;
}

h4.subcat-head a {
    font-size: 22px!important;
    color: var(--primary-color);
    text-decoration: none;
}

.subcat-head > span {
    float: right;
}

h4.subcat-head span a {
    background: transparent;
    font-size: 14px!important;
    padding: 4px 7px;
    color: var(--primary-color);
    font-family: 'LiShohidAbuSayed', sans-serif;
}
/*category and subcategory heading*/


.prayer-table {
           /* max-width: 300px;
            margin: 20px;
            border: 1px solid #ddd;*/
            font-family: 'LiShohidAbuSayed', sans-serif;
        }
        .prayer-table td {
            padding: 5px 15px;
            border-bottom: 1px solid #ddd;
            font-size: 18px;
        }
        .prayer-table tr:last-child td {
            border-bottom: none;
        }
        .maghrib {
            color: #32B768;
        }


        .eliteDesign_cat04 {
    position: relative;
    overflow: hidden;
}

.eliteDesign_cat04 a {
    display: inline-block;
    color: #000;
    font-size: 30px;
    text-decoration: none;
    padding: 0 10px 0 0;
    margin-top: 0;
    margin-bottom: 12px;
}

.eliteDesign_cat04 .eliteDesign2::after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px solid var(--primary-color);
    top: 27px;
    display: inline-block;
    vertical-align: bottom;
}

.eliteDesign_cat04 .eliteDesign2::before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px solid var(--secondary-color);
    top: 19px;
    display: inline-block;
    vertical-align: bottom;
}


 .videos-card {
            overflow: hidden;
            border-radius: 0px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin-bottom: 10px;
            height: 275px;
        }
        .videos-card .image-container {
            position: relative;
            padding-top: 66.67%;
        }
        .videos-card .image-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .videos-card .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background: rgba(0,0,0,0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border:1px solid rgba(255,255,255,.4);
            font-size: 12px;
        }
       .videos-card .play-button::after {
    content: '';
    border-left: 15px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 4px;
}
        .videos-card .card-title {
            font-size: 20px;
            margin: 15px;
            font-family: 'LiShohidAbuSayed', sans-serif;
            font-weight: 600;
        }

        .alochito_text p{
            font-family: 'LiShohidAbuSayed', sans-serif;
            font-size:24px;
            border:1px solid rgba(0,0,0,.5);
            padding:20px;
            color:#28b060 ;
        }

        .anindaadd-banner img{
            width:100%;
            height: 100%;
        }

        .adds-single img{
            width:100%;
            height: 100%;
        }
        .adds-image img{
            width:100%;
            height: 100%;
        }


         .details-left{
            background-color: #fff;
            padding:20px;
        }

        .details-right{
            background-color: #fff;
        }



.category-badge {
    display: inline-block;
    background-color: #28b060;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px !important;
}

.details-left-image img{
    width: 100%;
}

.details-left-title h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
     font-family: 'LiShohidAbuSayed';
}

.reporter-prokashkal h4 {
    font-size: 17px;
    color: red;
     font-family: 'LiShohidAbuSayed';
}

.reporter-prokashkal h5 {
    font-size: 16px;
    color: #000;
     font-family: 'LiShohidAbuSayed';
}
.details-icon .social-icon1{
    border-radius: 50%;
}


.social-icons1 {
            display: flex;
            gap: 10px;
            padding: 20px 0px;
        }

        .social-icon1 {
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #dee2e6;
            color: #6c757d;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-icon1 i {
            font-size: 18px;
        }

        /* Twitter */
        .social-icon1.twitter:hover,
        .social-icon1.twitter {
            background-color: #1DA1F2;
            border-color: #1DA1F2;
            color: white;
        }

        /* Facebook */
        .social-icon1.facebook:hover,
        .social-icon1.facebook {
            background-color: #4267B2;
            border-color: #4267B2;
            color: white;
        }

        /* LinkedIn */
        .social-icon1.linkedin:hover,
        .social-icon1.linkedin {
            background-color: #0077B5;
            border-color: #0077B5;
            color: white;
        }

        /* Instagram */
        .social-icon1.instagram:hover,
        .social-icon1.instagram {
            background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
            border-color: #C13584;
            color: white;
        }

        /* YouTube */
        .social-icon1.youtube:hover,
        .social-icon1.youtube {
            background-color: #FF0000;
            border-color: #FF0000;
            color: white;
        }

        .details-content p{
            font-family: 'LiShohidAbuSayed1', sans-serif;
            font-size:20px;
            line-height: 22px;
        }

.category-news-card {
    height: 400px;
}



.carousel-dark .carousel-caption {
    color: #fff;
    background: #ede8e830;
    width: 100%;
    height: 60px;
}
.carousel-caption {
    position: absolute;
     right: 0; 
    bottom: 1.25rem;
     left:0; 
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    color: #fff;
    text-align: center;
    bottom: 0;
}

.carousel-item img{
    height: 480px;
}
.canvas img{
    height: 500px;
}
.artboard img{
    height: 350px;
}

.link_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0px 10px;
}

.link_list ul li {
	font-size: 18px;
	border-bottom: 1px dotted rgba(0,0,0,.7);
	padding: 2px 0px;
	font-family: 'LiShohidAbuSayed1', sans-serif;
}


.link_list ul li a i {
    font-size: 12px;
    color:#28b060;
}

.link_list ul li:last-child {
    border-bottom: none;
}

/*footer area*/

/*.footer-area {
    background: #28b060;
    padding: 40px 0 20px;
    margin-top: 40px;
    font-family: 'LiShohidAbuSayed', sans-serif;
}

.footerMenu-content a {
    color: #fff;
}


.footerMenu-wrpp {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.footerMenu-wrpp ul li {
    padding-bottom: 6px;
    width: 16%;
    display: inline-block;
}
.footerMenu-wrpp ul > li > a {
    display: inline-block;
    margin-bottom: 10px;
    transition: .5s all;
    font-weight: 400;
}

.footerMenu-wrpp ul > li > a:hover {
    color: #ffa500;
}

.editorial_content{
    color: #fff;
}
.editorial_content a{
    color: #fff;
}

.footer-title {
    color: #fff;
    font-size: 25px;
    padding-bottom: 11px;
    position: relative;
    border-bottom: 1px solid #333;
    margin-bottom: 22px;
}

.footer-title::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    height: 3px;
    width: 10%;
    background: #ffa500;
}


.footer-contentLeft {
    text-align: right;
}
.footer-contentLeft p {
    font-size: 22px;
    line-height: 20px;
}

.footer-contentLeft img{
    height: 100%;
    width:100%;
}

.footer-contentRight {
    text-align: left;
}

.footer-contentRight p {
    font-size: 22px;
    /* line-height: 23px; */
}

.footer-menu2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu2 ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 7px;
}

.footer-menu2 ul > li > a {
    display: inline-block;
    border: 1px solid#333;
    padding: 6px 15px;
    transition: .8s all;
}

.footer-menu2 ul > li > a:hover {
    border-color: #ffa50078;
}*/

.copy_right_section {
    border-top: 1px solid #333232;
    margin-top: 36px;
    padding-top: 25px;
    margin-bottom: 43px;
}


.design-developed {
    text-align: right;
}
.design-developed a {
    text-decoration: none;
    font-weight: 700;
}

.scrollToTop {
    width: 50px;
    height: 60px;
    background: #fff;
    position: fixed;
    right: 25px;
    bottom: 70px;
    z-index: 9999;
    border-radius: 50px 50px 0px 0px;
}

.scrollToTop i {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    top: 4px;
    display: block;
    position: absolute;
    right: 4px;
    background: #28b060;
    width: 42px;
    height: 52px;
    border-radius: 50px 50px 0px 0px;
    line-height: 55px;
    text-align: center;
}
 /*--------- bottom footer css-End---------------*/


 .footer-scrool {
    position: fixed;
    background: aliceblue;
    color: #fff;
    z-index: 99;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid #830000;
}

.footer-scrool-1 {
    float: left;
    width: auto;
    background: #6f0000;
    padding: 6px 10px;
    font-size: 18px;
    position: absolute;
    z-index: 99;
}
.footer-scrool-2 {
    padding: 6px;
    font-size: 17px;
}

.footer-scrool-2 a {
    color: #000;
    text-decoration: none;
}
/*footer area*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .category-news-card {
        height: auto; /* Adjust height based on content */
    }
    .canvas img{
    height: auto;
}
.artboard img{
    height: auto;
}
.carousel-item img {
    height:auto;
}
.d-none{
    display: block;
}

.design-developed {
    text-align: center;
 }

 .footer-contentLeft img {
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.videos-card {
            height: 100%;
        }
        
}



.breaking-news {
    background-color: #eee;
    color: #721c24;
    border: 1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

   .breaking-news-title {
    font-weight: bold;
    margin-right: 15px;
    background: var(--secondary-color);
    padding: 10px;
    color: #fff;
     font-family: 'LiShohidAbuSayed', sans-serif;
}

    /* Wrapper to hold the slider */
    .news-wrapper {
        overflow: hidden;
        flex: 1; /* Allow it to take up remaining space */
        position: relative;
    }

    /* Slider container */
    .news-slider {
        display: flex;
        gap: 50px; /* Space between news items */
        animation: slide-left 15s linear infinite; /* Smooth scrolling animation */
    }

    /* Individual news item */
    .news-item {
        white-space: nowrap; /* Prevent breaking into multiple lines */
        font-size: 1rem;
        font-family: 'LiShohidAbuSayed', sans-serif;
    }

    /* Smooth scrolling animation */
    @keyframes slide-left {
        from {
            transform: translateX(100%);
        }
        to {
            transform: translateX(-100%);
        }
    }

    /* Pause animation on hover */
     .news-slider:hover {
        animation-play-state: paused !important; /* Ensure the animation stops */
    }
    
    .fas.fa-bullseye {
    color: green;
}

/* Large screens (24-inch monitor or Full HD resolution) */
@media (min-width: 1200px) {
  .category-news-card {
    height: 380px!important;
  }
}


@media (min-width: 1920px) {
  .category-news-card {
    height: 380px!important;
  }

  .news-subtitle {
    font-size: 25px!important;
    font-weight: 600;
    margin: 0;
  }

  .news-title {
    font-size: 30px;
    /* font-weight: 600; */
    margin: 0;
  }

  .n1 {
    line-height: 23px;
  }

  /*.menu-area .navbar-nav .nav-link {*/
  /*  color: #fff;*/
  /*  font-family: 'LiShohidAbuSayed1', sans-serif;*/
  /*  font-size: 20px;*/
  /*  font-weight: 400;*/
  /*}*/

  .footer-contentLeft img {
    width: 100%;
    height: 300px;
  }
}

.category-news-card a:hover{
    color:#28b060!important;
}

.news-card a:hover{
    color:#28b060!important;
}

.sidebar-news-title:hover {
	color:#28b060!important;
}

.sidebar-news-title a:hover {
	color:#28b060!important;
}


