/*
Theme Name: Azqsolution
Theme URI: https://Azqsolution.com
Author: Azqsolution
Author URI: https://bdAzqsolution.com/
Description: Azqsolution Best IT Solution in CHT.
Requires at least: WordPress 5.2
Version: 2.0
*/

/* Security Fix: Remove outline only for non-interactive elements, keep for accessibility */
* {
    outline: 0;
}
a:focus {
    outline: 2px solid #4777cd;
    outline-offset: 2px;
}
a:hover {
    text-decoration: none;
}
.row {
    clear: both;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
.container_fixed_height .col {
    -webkit-flex-wrap: wrap;
    display: block;
    flex-wrap: wrap;
}
.inner, .wrapper {
    width: 100%;
    clear: both;
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
img {
    max-width: 100%;
    height: auto;
    /* Added image scaling to maintain consistent size */
    object-fit: cover;
}
/* Ensure all images maintain consistent scaling */
.add img,
.exclisive_news_image img,
.leadnews_image img,
.border_image img,
.little_img img,
.small-img img,
.normal-img img,
.slide-small-img img,
.little-img img,
.single-img img,
.archive-img img,
.archive_page img,
.profile_news img,
.post_thumbnail img,
.gallary img,
.psingle_page img,
.reportar-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* Specific height constraints for different sections */
.owl-carousel .owl-item img {
    min-height: 110px;
    object-fit: cover;
}
.image img,
.image-again img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html, body {
    font-family: 'SolaimanLipi', 'Genericons', sans-serif;
}

/**==================================
       /* Reset & Base Styles */
 ==================================**/ 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
    background: #ffffff;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Top Header - White Background with Light Black Text */
.top-header {
    background: #ffffff;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-left-section {
    display: flex;
    align-items: center;
    gap: 30px;
}

.search-top {
    display: flex;
    align-items: center;
}

.search-top-btn {
    background: none;
    border: none;
    color: #444444;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
}

.search-top-btn:hover {
    color: #2E7D32;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    color: #444444;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.social-links a:hover {
    color: #2E7D32;
}

/* Main Header - White Background with Light Black Text */
.main-header {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.header-date {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.logo {
    flex: 1;
    text-align: center;
}

.logo img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

.header-actions {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.header-action-link {
    color: #444444;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-action-link:hover {
    color: #2E7D32;
}

/* Navigation - White Background with Light Black Text */
.main-navigation {
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.nav-container {
    display: flex;
    align-items: center;
}

.main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    flex: 1;
}

.main-menu > li {
    position: relative;
}

.main-menu > li > a {
    color: #444444;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-right: 1px solid #f0f0f0;
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
}

.main-menu > li:last-child > a {
    border-right: none;
}

.main-menu > li > a:hover {
    background: #f8f8f8;
    color: #444444;
}

/* All Categories Button - Green Background */
.all-categories-btn {
    background: #f1fcf1ff;
    color: #272424ff;
    border: none;
    padding: 15px 25px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
}

.all-categories-btn:hover {
    background: #1B5E20;
    color: #ffffff;
}

/* Dropdown Menu */
.main-menu li ul {
    display: none;
    position: absolute;
    background: #ffffff;
    min-width: 220px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    top: 100%;
    left: 0;
    border: 1px solid #f0f0f0;
}

.main-menu li:hover ul {
    display: block;
}

.main-menu li ul li a {
    color: #444444;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #f8f8f8;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
}

.main-menu li ul li a:hover {
    background: #E8F5E8;
    color: #2E7D32;
    padding-left: 25px;
}

/* All Categories Dropdown - Light Green Background */
.all-categories-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1001;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #f0f0f0;
}

.all-categories-menu.open {
    display: block;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0;
    padding: 20px;
}

.category-column h3 {
    color: #2E7D32;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #E8F5E8;
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
}

.category-links {
    list-style: none;
}

.category-links li {
    margin-bottom: 8px;
}

.category-links a {
    color: #444444;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
}

.category-links a:hover {
    color: #2E7D32;
    padding-left: 10px;
}

/* Search Modal */
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 2000;
}

.search-modal.open {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-modal-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    position: relative;
}

.close-search {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #444444;
    cursor: pointer;
}

.search-form {
    display: flex;
    gap: 10px;
}

.search-form input {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #2E7D32;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
}

.search-form button {
    background: #2E7D32;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
}

.search-form button:hover {
    background: #1B5E20;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .main-menu > li > a {
        padding: 15px 12px;
        font-size: 14px;
    }
    
    .header-actions {
        gap: 15px;
    }
    
    .all-categories-btn {
        padding: 15px 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .top-header .container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .top-left-section {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-header .container {
        flex-direction: column;
        gap: 15px;
    }
    
    .header-left,
    .header-actions {
        justify-content: center;
    }
    
    .main-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .main-menu > li > a {
        padding: 10px 8px;
        font-size: 13px;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .all-categories-btn {
        width: 100%;
        justify-content: center;
        margin: 10px 0;
    }
    
    .nav-container {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .logo img {
        max-height: 60px;
    }
    
    .header-action-link {
        font-size: 14px;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
    }
}

/**==================================
    News Ticker Section
 ==================================**/ 
.news-ticker-section {
    background-color: #ffffff;
    border-top: 2px solid #efeaea;
    border-bottom: 2px solid #efeaea;
    padding: 5px 0;
    margin: 10px 0;
    overflow: hidden;
}

.news-ticker-wrapper {
    display: flex;
    align-items: center;
    background: #ffffff;
}

.ticker-label {
    background-color: #ffffff;
    color: #000000;
    padding: 0px 12px;
    font-weight: normal;
    font-size: 17px;
    white-space: nowrap;
    margin-right: 20px;
    border-radius: 3px;
}

.ticker-container {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.ticker-content {
    display: flex;
    animation: ticker-scroll 30s linear infinite;
    white-space: nowrap;
}

.ticker-item {
    padding: 0 20px;
    white-space: nowrap;
    border-right: 1px solid #ddd;
}

.ticker-item:last-child {
    border-right: none;
}

.ticker-item a {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.ticker-item a:hover {
    color: #e74c3c;
    text-decoration: underline;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .news-ticker-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .ticker-label {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    
    .ticker-container {
        width: 100%;
    }
    
    .ticker-item {
        padding: 0 10px;
    }
    
    .ticker-item a {
        font-size: 17px;
    }
}

/**==================================
    archive calender start
 ==================================**/

form.example {
    margin-top: 0px;
}

form.example input[type=text] {
    padding: 5px;
    font-size: 15px;
    border: 1px solid #ddd;
    float: left;
    width: 70%;
    background: #fff;
}

form.example button {
    float: left;
    width: 30%;
    padding: 5px;
    background: #1879D0;
    color: #fff;
    font-size: 15px;
    border: 1px solid #1879D0;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    background: #23527C;
}

/**==================================
    Scrool Section start
 ==================================**/ 

.scrrol_section{
    background: #fff;
}

.scrool{
    margin-top: 10px;     
}

.scrool_2{
    padding: 5px;
    font-size: 16px;
    color: #000;
    background: #4777cd;
}

.scrool_2 a{
    font-size: 16px;
    color: #000;
}

/**=================================
           border css  start   
==================================**/
.box-shadow {
    margin-bottom: 10px;
    background: #fff;
}

.tab-border {
    border-bottom: 1px dotted #A6A6A6;
    padding-bottom: 4px;
    margin-top: 3px;
}

.border{
    border-top: 1px dashed #C8C8C8;
    padding-bottom: 4px;
    padding-top: 5px;
}

.border_again{
    border-bottom: 1px dashed #C8C8C8;
    padding-bottom: 8px;
    padding-top: 5px;
}

.section_three_bg{
    background-color: #F8F8F8;
    margin-bottom: 10px;
}

.section_six_bg{
    background-color: #fff;
    border-bottom: 2px solid #049D0F;
    margin-bottom: 10px;
}

.sec_four_padding{
    padding: 0 5px;
}

.sec_nine_padding{
    padding: 0 5px;
}

/**==================================
     heading Css start
 ==================================**/ 

.defalt_hadding {
    margin-bottom: 10px;
}

.defalt_hadding a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    line-height: 1.3;
}

.small-pto-title {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: auto;
    padding: 0px 5px 5px 5px;
}

.owl-carousel .owl-item img{
    min-height: 110px;
    object-fit: cover;
}

.owl-item .small-pto-title {
    position: absolute;
    bottom: 0;
    background: #0009;
    display: block;
    width: 100%;
    text-shadow: 1px 1px 1px #000;
}

.photo-title {
    margin-bottom: 7px;
}

.photo-title a{
    color: #00d7c3;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none; 
}

.photo-content a{ color: #00d7c3;}

.content-dtls a{ color: #4ea55d;}

.photo-title a:hover{
   color: #4777cd;
}

.video-more-news{
    text-align: center;
    background-color: #4ea55d;
    padding: 7px;
}

.video-more-news a{
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block; 
}

/**==================================
        All Section CSS start
 ==================================**/ 

.widget_section{
    background: #fff;
}

.section_one{
    background: #fff;
    padding: 10px 0 10px 0;
}

.section_two{
    background: #F8F8F8;
    padding: 10px 0 10px 0;
}

.section_three{
    background: #fff;
    padding: 10px 0 10px 0;
}

.section_four{
    background: #F8F8F8;
    padding: 10px 0 10px 0;
}

.section_five{
    background-color: #414141;
    padding: 10px 5px 20px;
}

.section_six{
    background: #F8F8F8;
    padding: 10px 0 10px 0;
}

.section_seven{
    background: #0E2436;
    padding: 10px 0 10px 0;
}

.section_eight{
    background: #F8F8F8;
    padding: 10px 0 10px 0;
}

.section_nine{
    background: #fff;
    padding: 10px 0 10px 0;
}

.section_ten{
    background-color: #F8F8F8;
    padding: 0px 5px;
}

.section_eleven{
    background: #414141;
    padding: 10px 0 10px 0;
}

/**==================================
        all image css start
 ==================================**/ 

.add img{
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.photo_gallary{
    background-color: #fff;
}

.overly_section .col-md-6{
    padding-left: 5px;
}

.Name {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.image {
    margin-bottom: -6px;
}

.image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.exclisive_news{
    background-color: #fff;
    margin-bottom: 10px;
}

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

.exclisive_news_image img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.exclisive_news_image img:hover{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.1111);
}

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

.leadnews_image img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.leadnews_image img:hover{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.1111);
}

.border_image img{
    margin-bottom: 3px; 
    object-fit: cover;
}

.little_img{
    overflow: hidden;
}

.little_img img{
    float: left;
    width: 30%;
    margin-right: 8px;
    object-fit: cover;
}

.small-img{
    overflow: hidden;
}

.small-img img{
    margin-top: 2px;
    float: left;
    width: 35%;
    margin-right: 8px;
    object-fit: cover;
}

.normal-img img{
    padding: 2px;
    margin-bottom: 7px; 
    object-fit: cover;
}

.slide-small-img{
   margin-bottom: 7px; 
   background: #414141;
}

.slide-small-img img{
   margin-bottom: 7px;
   width: 100%; 
   object-fit: cover;
}

.mySlides {display: none;}

.mySlides1 {display: none;}

.video{
    pointer-events: none !important;
}

.demo {cursor: pointer;}

.little-img {
    overflow: hidden;
    margin: 0px 5px;
}

.little-img img{
    float: left;
    width: 30%;
    margin-right: 8px;
    object-fit: cover;
}

.slider-padding{
    margin-bottom: 12px; 
}

.video_padding{
    padding: 5px;
    background-color: #333333;
    margin-bottom: 7px; 
}

.video_sec{
    margin-top: 0px;
}

.video-bg{
    background-color: #414141;
    padding: 5px 10px 10px 10px;
}

.photo-content{
    color: #fff;
    text-align: justify;
    line-height: auto;
}

.slide-img {
    margin-top: 10px;
}

/**=================================
           content css  start   
==================================**/

.content-padding{
    padding: 5px 7px 8px 7px;
}

.content-dtls{
    text-align: justify;
    color: #4d4d4d;
    padding-bottom: 8px;
}

/**==================================
    Section SevenFour tab_section
 ==================================**/ 

.tab_list {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-radius: 50px;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    padding: 10px 0;
}

.tab_list li{
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    text-align: center;  
}

.tab_list li a{
    color: #000; 
    padding: 5px 9px;
    font-size: 16px;
    text-decoration: none;
}

.tab_list li.active a{
    background: #1a237e;
    background: linear-gradient(to right, #1a237e, #2576fd);
    color: #fff;
    border-radius: 50px;
}

/**=================================
           tab  start   
==================================**/

.gallery-title {
    background-color: transparent;
    border-left: 3px solid #FF0000;
    padding-left: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #E59A13;
    font-weight: normal;
    font-size: 20px; 
}

.gallery-title a{
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
}

.top-title {
    background-color: transparent;
    border-left: 3px solid #FF0000;
    padding-left: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #E59A13;
    font-weight: normal;
    font-size: 20px; 
}

.top-title a{
    color: #000;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
}

/**=======================================
        carasoul css start 
 =======================================**/ 

.slider-content-pic .owl-nav button {
    position: absolute!important;
    top: 50%!important;
    font-size: 43px !important;
    line-height: 50px!important;
    transform: translateY(-50%)!important;
    text-align: center!important;
    transition: .4s!important;
    color: #000!important;
    background-color: #fff !important;
    border-radius: 50px!important;
    opacity: .2!important;
    width: 45px!important;
    height: 45px!important;
    margin-right: -15px!important;
    margin-left: -15px!important;
}

.slider-content-pic .owl-nav button.owl-next{
    left: auto;
    right: 0;
}

.slider-content-pic:hover .owl-nav button{
    opacity: .3;
}

.video_slider_sec .owl-nav button{
    position: absolute!important;
    top: 50%!important;
    font-size: 43px !important;
    line-height: 50px!important;
    transform: translateY(-50%)!important;
    text-align: center!important;
    transition: .4s!important;
    color: #000!important;
    background-color: #fff !important;
    border-radius: 50px!important;
    opacity: .2!important;
    width: 45px!important;
    height: 45px!important;
    margin-right: -15px!important;
    margin-left: -15px!important;
}

.video_slider_sec .owl-nav button.owl-next{
    left: auto;
    right: 0;
}

.video_slider_sec:hover .owl-nav button{
    opacity: .3;
}

/**====================================
       slider customization css
 ===================================**/ 

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0000) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 0%);
    background-repeat: repeat-x;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 25px;
    height: 25px;
    font-size: 30px;
}

/**=================================
           tab  start   
==================================**/

.news-titletab{
    overflow: scroll;
    max-height: 295px;
    overflow-x: hidden;
    background-color: #fff;
}

.tab-header{background: #fff;margin-bottom: 10px;}

.tab-header .nav-tabs{border: none;}

.tab-header .nav-tabs {color: #000;background: #D2D5DB;max-height: 38px;}

.tab-header .nav-tabs > li > a{ border: none; color: #000;font-size: 1.15em;border-radius: 0;padding: 5px 15px;text-decoration: none;margin-bottom: 0;font-size: 18px; letter-spacing: 1px; border-top: 3px solid #d2d5db;}

.tab-header .nav-tabs > li > a:hover { background: #d2d5db;border-top-color: #d2d5db; color: #fff;}

.tab-header .nav-tabs > li.active > a, .tab-header .nav-tabs > li.active > a:focus, .tab-header .nav-tabs > li.active > a:hover{ border: none;border-radius: 0;background: #F0F0F0;color: #2480ab;border-top: 3px solid #2480ab;font-size: 18px;}

.tab-header .tab-content{margin-top: 5px;}

.tab-header .tab-content ul.media-list{max-height: 282px;overflow-y: auto;padding-left: 30px;}

.tab-header .tab-content ul.media-list .media{border-bottom: 1px dotted gray;margin: 0;padding: 10px 0;position: relative;overflow: visible;}

.tab-header .tab-content ul.media-list .media .media-left{padding-right: 0;}

.tab-header .tab-content ul.media-list .media .media-left a{padding-right: 0;position: relative;}

.nav-tabs.nav-justified>li{float: left !important;}

/* ============================= 
   বিনোদন - মিনিমাল ডার্ক থিম (আপডেটেড) 
   ============================= */

.entertainment-dark {
    margin: 50px 0;
    font-family: "Noto Sans Bengali", "Inter", sans-serif;
    background: #2c2a2aff;
    padding: 40px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.entertainment-dark .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* হেডার স্টাইল */
.entertainment-dark .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 10px;
}

.entertainment-dark .title-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.entertainment-dark .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    position: relative;
}

.entertainment-dark .section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #ffd93d);
    border-radius: 2px;
}

.entertainment-dark .title-badge {
    background: #ff6b6b;
    color: #000;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.entertainment-dark .category-tabs {
    display: flex;
    gap: 5px;
    background: #1a1a1a;
    padding: 6px;
    border-radius: 12px;
    border: 1px solid #333;
}

.entertainment-dark .tab {
    background: transparent;
    border: none;
    color: #888;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.entertainment-dark .tab:hover {
    color: #fff;
    background: #2a2a2a;
}

.entertainment-dark .tab.active {
    background: #333;
    color: #fff;
    box-shadow: 0 2px 8px rgba(255,255,255,0.1);
}

/* মেইন গ্রিড লেআউট */
.entertainment-dark .dark-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 30px;
    padding: 0 10px;
}

/* হাইলাইটেড পোস্ট */
.entertainment-dark .highlight-post {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #1a1a1a;
    border: 1px solid #333;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.entertainment-dark .highlight-post:hover {
    transform: translateY(-5px);
    border-color: #555;
}

.entertainment-dark .highlight-image {
    position: relative;
    height: 480px;
    overflow: hidden;
}

.entertainment-dark .highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.entertainment-dark .highlight-post:hover .highlight-image img {
    transform: scale(1.05);
}

.entertainment-dark .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

.entertainment-dark .highlight-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: #fff;
}

.entertainment-dark .highlight-tag {
    background: #ff6b6b;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.entertainment-dark .highlight-content h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 1.3;
    color: #fff;
}

.entertainment-dark .highlight-content h2 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.entertainment-dark .highlight-content h2 a:hover {
    color: #ff6b6b;
}

.entertainment-dark .highlight-excerpt {
    color: #ccc;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 20px;
}

.entertainment-dark .meta-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    color: #888;
}

.entertainment-dark .meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* স্টোরিজ সেকশন */
.entertainment-dark .stories-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.entertainment-dark .section-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.entertainment-dark .section-subtitle::before {
    content: '';
    width: 4px;
    height: 16px;
    background: #ff6b6b;
    border-radius: 2px;
}

.entertainment-dark .story-post {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #1a1a1a;
    border-radius: 12px;
    border: 1px solid #333;
    transition: all 0.3s ease;
    cursor: pointer;
}

.entertainment-dark .story-post:hover {
    background: #222;
    border-color: #444;
    transform: translateX(5px);
}

.entertainment-dark .story-image {
    width: 80px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.entertainment-dark .story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entertainment-dark .story-content h4 {
    margin: 0 0 8px 0;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
}

.entertainment-dark .story-content h4 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.entertainment-dark .story-content h4 a:hover {
    color: #ff6b6b;
}

.entertainment-dark .story-meta {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* লেটেস্ট সেকশন */
.entertainment-dark .latest-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.entertainment-dark .latest-post {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #1a1a1a;
    border-radius: 10px;
    border: 1px solid #333;
    transition: all 0.3s ease;
}

.entertainment-dark .latest-post:hover {
    background: #222;
    border-color: #444;
}

/* ✅ নতুন অংশ: ছবিসহ সর্বশেষ পোস্ট */
.entertainment-dark .latest-thumb {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.entertainment-dark .latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.entertainment-dark .latest-number {
    font-size: 18px;
    font-weight: 700;
    color: #ff6b6b;
    min-width: 25px;
}

.entertainment-dark .latest-content h5 {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.entertainment-dark .latest-content h5 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.entertainment-dark .latest-content h5 a:hover {
    color: #ff6b6b;
}

.entertainment-dark .latest-time {
    font-size: 11px;
    color: #666;
    margin-top: 4px;
}

/* রেস্পন্সিভ ডিজাইন */
@media (max-width: 1024px) {
    .entertainment-dark .dark-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    .entertainment-dark .latest-section {
        grid-column: span 2;
    }
    .entertainment-dark .latest-section {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .entertainment-dark .latest-post {
        flex: 1;
        min-width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .entertainment-dark .highlight-image {
        height: 290px;
    }
}

/**=======================================
Footer Styles - Rangamati pratidin Exact Layout 
 =======================================**/ 

.site-footer {
    background: #1a237e;
    color: #f0efefff;
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
    line-height: 1.6;
}

.footer-top-bar {
    background: #ebeaeaff;
    padding: 15px 0;
    border-bottom: 1px solid #3949ab;
}

.footer-top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.footer-top-btn {
    background: transparent;
    color: #01030eff;
    border: 1px solid #797979ff;
    padding: 8px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
}

.footer-top-btn:hover {
    background: #64ffda;
    color: #1a237e;
    border-color: #64ffda;
}

.footer-main {
    background: #f1f1f1ff;
    padding: 40px 0 30px 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.footer-logo-section {
    text-align: left;
}

.footer-logo {
    max-height: 80px;
    width: auto;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-social a {
    color: #ffffff;
    background: #3949ab;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.footer-social a:hover {
    background: #64ffda;
    color: #1a237e;
    transform: translateY(-2px);
}

.footer-middle-section {
    color: #010208ff;
    text-align: center;
}

.footer-middle-section h4 {
    color: #384240ff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-middle-section p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.publisher-address {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #3949ab;
    font-style: italic;
    color: #01020aff;
}

.footer-contact-section {
    text-align: right;
}

.footer-contact h3 {
    color: #384240ff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.footer-contact p {
    color: #1d1616ff;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.contact-address {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #3949ab;
    font-style: italic;
    color: #01020aff;
    text-align: right;
}

.footer-bottom {
    background: #151c60;
    padding: 20px 0;
    border-top: 1px solid #283593;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: #c5cae9;
    font-size: 14px;
}

.footer-menu {
    display: flex;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu a {
    color: #c5cae9;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    position: relative;
}

.footer-menu a:hover {
    color: #64ffda;
}

.footer-menu a:after {
    content: "|";
    color: #3949ab;
    position: absolute;
    right: -15px;
}

.footer-menu li:last-child a:after {
    display: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-middle-section {
        text-align: center;
    }
    
    .footer-contact-section {
        text-align: center;
    }
    
    .footer-contact p {
        text-align: center;
    }
    
    .contact-address {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-top-content {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-menu {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .footer-menu a:after {
        display: none;
    }
}

@media (max-width: 480px) {
    .footer-main {
        padding: 30px 0;
    }
    
    .footer-top-btn {
        padding: 6px 15px;
        font-size: 13px;
    }
}

/**=======================================
      single page css start
 =======================================**/

.single-cat-info {
    overflow: hidden;
    margin-bottom: 15px;
    background: #F0F0F0;
    width: 100%;
    display: inline-block;
}

.single-cat-home{
    background: #4ea55d;
    padding: 5px 15px;
    float: left;
    z-index: 1;
}

.single-cat-home a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.single-cat-cate{
    background: #666666;
    padding: 5px 15px 5px 30px;
    float: left;
    color: #fff!important;
    font-size: 15px!important;
}

.single-cat-cate a{
     color: #fff;
     font-size: 15px;
     text-decoration: none;
}

.caption{
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: black;
    opacity: .4;
    color: white;
}

.more-catagory {
    display: inline-block;
}

.more-catagory ul {
    margin: 0;
    list-style: none;
    margin-left: -30px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.more-catagory ul li{
    display: inline-block;   
    color: #000;
}

.more-catagory ul li a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.more-catagory ul li:after{
    content: "I";
    padding-left: 10px;
    padding-right: 7px;
 } 

.more-catagory ul li:last-child:after{
    display: none;
 }

 /**=======================================
      single page css start
 =======================================**/ 

.singlepage-section{
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-title{
    margin-bottom: 10px;
    color: #e20f00;
    padding-left: 2px;
    font-weight: normal; 
 }
 
 /**============= single page reporter image title css  start ===========**/

.view-section{
    margin-bottom: 5px;
    background: #f0f0f0;
    padding: 5px;
    border: 1px solid #ddd;
}

.reportar-img img{
    height: 44px;
    width: 50px;
    object-fit: cover;
}

.col-md-1 {
    padding: 0!important;
    padding-left: 16px!important;
}

.reportar-title{
    font-size: 16px; 
    display: inline-block;
    margin-right: 15px;
}

.sgl-page-views-count {
    display: inline-block; 
}

.sgl-page-views-count ul {
    margin: 0;
    list-style: none;
    font-size: 16px;
    margin-left: -47px;
}

.sgl-page-views-count ul li{
    display: inline-block;   
    color: #000;
}

.sgl-page-views-count ul li:after{
    content: "/";
    padding-left: 10px;
    padding-right: 7px;
 } 

.sgl-page-views-count ul li:last-child:after{
    display: none;
 }
 
 /**============= single page reporter image title css  close ===========**/ 
 
.single-img{
    margin-bottom: 15px;
 } 
 
.single-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
 }
 
.single-dtls{
    font-size: 18px;
    color: #4d4d4d;
    line-height: auto;
    text-align: justify;
    font-weight: normal; 
 }

.sgl-page-social-title h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: -10px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 8px;
    font-weight: normal; 
}

.sgl-page-social ul{
    list-style: none;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 15px;
}

.sgl-page-social ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    margin-top: 20px;
}

/**========= facebook start========**/ 

.ffacebook{
    background-color: #023369;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}

.ffacebook:hover{
    background-color: #fff;
    color: #023369!important;
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #023369;
    transition: .5s;
}

/**========= twitter start========**/ 

.ttwitter{
    background-color: #4777cd;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}

.ttwitter:hover{
    background-color: #fff;
    color: #4777cd!important;
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #4777cd;
    transition: .5s;
}

/**========= linkedin start========**/ 

.linkedin{
    background-color: #3B5999;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}

.linkedin:hover{
    background-color: #fff;
    color: #3B5999!important;
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #3B5999;
    transition: .5s;
}

/**========= google-plus start========**/ 

.google-plus{
    background-color: #DD4A3A;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}

.google-plus:hover{
    background-color: #fff;
    color: #DD4A3A!important;
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #DD4A3A;
    transition: .5s;
}

/**========= reddit start========**/ 

.reddit{
    background-color: #3B5999;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}

.reddit:hover{
    background-color: #fff;
    color: #3B5999!important;
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #3B5999;
    transition: .5s;
}

/**========= digg start========**/ 

.digg{
    background-color: #3B5999;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}

.digg:hover{
    background-color: #fff;
    color: #3B5999!important;
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #3B5999;
    transition: .5s;
}

/**========= pinterest start========**/ 

.pinterest{
    background-color: #CB2028;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}

.pinterest:hover{
    background-color: #fff;
    color: #CB2028!important;
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #CB2028;
    transition: .5s;
}

/**========= print start========**/ 

.print{
    background-color: #A897F3;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}

.print:hover{
    background-color: #fff;
    color: #A897F3!important;
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #A897F3;
    transition: .5s;
}

.sgl-cat-tittle{
    background-color: #4ea55d;
    color: #fff;
    font-size: 18px;
    padding: 7px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: normal; 
}

.Name-again {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.image-again {
    margin-bottom: 7px;
}

.image-again img {
    border-top: 2px solid #4ea55d;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sgl-hadding {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    color: #4777cd; 
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    padding: 10px;
    margin: 0;
}

.sgl-hadding a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.sgl-hadding a:hover {
    color: #4777cd;
}

.Name-again:hover .sgl-hadding {
    opacity: 1;
}

iframe {
    width: 100%; 
    height: 350px;
}

/*============================================
        video & photogallary Page css start
============================================*/

.photogallary{
    margin-bottom: 15px !important;
    margin-top: 15px!important;
    overflow: hidden;
}

.gallary img{
    width: 100%;
    height: auto;
    border: 1px solid #E7E5E5!important;
    padding: 2px;
    background: #fff!important;
    object-fit: cover;
}

.photo_title a{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.photo_title a:hover{
    color: #23529C;
}

.photo_title {
    background: #E8E8FF;
    padding: 8px 12px 12px 12px;
    text-align: center;
}

/*============================================
        Photo Gallery single_page css start
============================================*/

.psingle_page{
    margin-bottom: 10px !important;
    margin-top: 10px!important;
    overflow: hidden;
}

.psingle_page img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ppage_hadding{
    font-size: 22px;
    line-height: auto;
    color: #020F74;
    border-bottom: 1px solid #B9B9B9;
    border-top: 1px solid #B9B9B9;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.psingle_page iframe {
    width: 100%; 
    height: 450px;
}

/**==================================
        Date & Archive Page CSS Start
 ==================================**/

.archive-section{
    margin-bottom: 30px;
    margin-top: 10px;
    padding-top: 10px;
}

.archive-page-post {
    background: #EEF6FC;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #EAEAEA;
    box-shadow: 0 0 10px #F9F9F9;
}

.archive-img{
    border: 1px solid #ddd;
    padding: 2px;
}

.archive-img img {
    object-fit: cover;
}

.archive-title {
    font-size: 20px;
}

/* Archive Page ========================= */
.archive-page-section{
    margin-top: 10px;
}

.archive_page{
    margin-bottom: 10px;
}

.archive_page img{
    padding: 2px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.category_info {
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    background: #EEE;
}

.archive_title01 {
    font-size: 22px;
    line-height: 25px;
    padding: 10px 0px 0px 0px;
    font-weight: normal;
}

.archive_title01 a{
    color: #4777cd;
    font-weight: normal;
}

.archive_title01 a:hover{
    color: #276daa;
}

.archive_title02 {
    font-size: 17px;
    line-height: 20px;
    padding: 5px 0px 0px 0px;
    font-weight: normal;
}

.archive_title02 a{
    color: #3289B2;
}

.archive_title02 a:hover{
    color: #276daa;
}

.archive_back{
    background-color: #f0f0f0;
    overflow: hidden;
    padding: 5px 0px;
}

.archvie_more{
    margin-top: 10px;
    font-size: 14px;
}

.archvie_more a{
    background-color: #3689B0;
    padding: 5px;
    border-radius: 5px;
    color: white;
    font-weight: normal;
}

.archvie_more a:hover{
    background-color: #276daa;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
    color: white;
    transition: 1s;
}

.search-page-padding{
    margin-top: 20px;
}

/* =========================================================
Our Family
 ========================================================= */

.family{
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
    line-height: auto;
    background-color: #EBF2EE;
    border: 1px solid #A4A6A9;
}

.family a{
    color: black;
    text-decoration: none;
}

.family a:hover{
    color: #E31418;
}

.profile_news img{
    width: 100%;    
    float: bottom;    
    border: 1px solid #A4A6A9;
    padding: 2px;
    object-fit: cover;
}

/* =========================================================
Comments
 ========================================================= */

.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;
}

.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}

.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}

.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
    border-left: none !important;
}

.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}

.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
}

.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}

li.comment {
    background-color: #fff;
    border-right: none;
}

.comment-content {
    clear: both;
    overflow: hidden;
}

.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 50px;
}

.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
}

.comment-list li li {
    background-color: #f5f5f6;
}

.comment-list li li li {
    background-color: #fff;
}

.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
    background: #F1EDEE;
}

.comment-respond input{
    background: #E8E4E5;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}

.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
    object-fit: cover;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}

.comment-reply-link:hover{
    color: #fff;
}

.comment-notes{
    display: none;   
}

.postslide{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
}

.postslide a{
    color: #000;
    z-index: 10;
}

.postslide.post_next{
    right: 0;
}

.postslide i{
    height: 100px;
    background: #666666;
    color: #fff;
    line-height: 100px;
    padding: 0 5px;
}

.post_info{
    position: absolute;
    width: 300px;
    height: 100px;
    top: 0;
    background: #f0f0f0;
    padding: 10px 5px 10px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
    overflow: hidden;
}

.post_prev .post_info{
    left: -271px;
    border-right: 3px solid #4ea55d;
}

.post_next .post_info{
    right: -271px;
    border-left: 3px solid #4ea55d;
}

.post_thumbnail img{
    width: 120px;
    float: left;
    margin-right: 5px;
    font-size: 12px;
    line-height: 1;
    color: rgba(40, 51, 49, 0.33);
    margin-top: 5px;
    height: auto;
    object-fit: cover;
}

.post_prev a:hover .post_info{
    left: 25px;
}

.post_next a:hover .post_info{
    right: 25px;
}

/*----------*/

.social_shares {
    margin-right: 4px;
}

.share_group, .social_shares {
    display: inline-block;
    position: relative;
}

.share_group_inner .icon {
    margin: 4px;
}

.roundicons .icon {
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: 'FontAwesome';
}

.roundicons .icon::before {
    font-family: 'FontAwesome';
    content: '.';
}

.roundicons .icon:hover {
    text-decoration: none;
}

.roundicons .icon_facebook::before {
    content: "\f09a";
}

.roundicons .icon_twitter::before {
    content: "\f099";
}

.roundicons .icon_googleplus::before {
    content: "\f0d5";
}

.roundicons .icon_print::before {
    content: "\f02f";
}

.roundicons .icon span, .roundicons .icon_h span:last-child, .roundicons .t {
    display: none;
}

.roundicons .icon_facebook {
    background: #3b5998;
    color: #fff;
}

.roundicons .icon_twitter {
    background: #1ebef0;
    color: #fff;
}

.roundicons .icon_googleplus {
    background: #dc4a38;
    color: #fff;
}

.roundicons .icon_share {
    background: #757575;
    color: #fff;
}

.roundicons .icon_print {
    background: #dadad1;
    color: #000;
}

.roundicons .icon_pinterest {
    background: #bd081c;
    color: #fff;
}

.copy a{color: #ddd;}

.single-cat-home{ position: relative;}

.single-cat-home::after{
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-bottom: 32px solid #4ea55d;
    border-right: 25px solid transparent;
}

.single-cat-cate{position: relative;}

.single-cat-cate::after{
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-bottom: 32px solid #666666;
    border-right: 25px solid transparent;
}

.smalllist {height: 55px;}

.search-form { margin: 0;}

.nav-tabs li {width: 50% !important; display: inline-block !important;}

.nav-tabs li a{border-top: 3px solid #d2d5db;}

.reporterName { display: inline; font-weight: 600;}

#at-image-sharing-mobile-icons{display: none;}

/* Fixed syntax errors and removed problematic code */
body {
    font-family: 'SolaimanLipi', 'Genericons', sans-serif;
}