@media (max-width: 767px) {
    
    .sticky-sidebar {
    position: static;
    /* This removes the sticky behavior */
    height: auto;
    /* Optional: Adjust height to fit mobile layout */
  }


    
  .post-block-wrapper.post-float-half .post-thumbnail {
  margin-right: 0;
}
.featured-slider .item {
  position: relative;
  height:auto;

}
.featured-slider .post-content {
  padding: 5px !important;
  word-wrap: break-word; 
  overflow: hidden;
  text-overflow: ellipsis; 
  position:relative !important;
  margin-top:-25px;
}

.featured-slider h2.slider-post-title {
  font-size: 1.1rem; 
  word-wrap: break-word;
  color:#333;
}

.post-meta span {
font-family: "Poppins", sans-serif;
margin-right: 8px;
display: inline-block;
font-size:12px;
color:red;    
}

.form-divider {
 display:none;
}
.height-267
{
  height:auto;
  width:100%;
}
.main-slider
{
  text-align:left;
}
.main-slider .h2,h2
{
  font-size:15px;
  line-height:24px;
  color:#333;
}


.dropdown-menu {
  width: 100%; /* Full width */
  left: 0 !important; /* Align the menu to the left */
  right: 0 !important; /* Stretch the menu to the right */
}
.offcanvas-body {
background-color: white; /* White background */
color: #343a40; /* Dark text color */
}

/* Chevron icon rotation when the dropdown is expanded */
.accordion-button.collapsed i.bi-chevron-down {
transform: rotate(0deg);
}

.accordion-button i.bi-chevron-down {
transform: rotate(180deg);
transition: transform 0.3s ease;
}
.accordion-button:not(.collapsed) i.bi-chevron-down, /* When expanded */
.accordion-button i.bi-chevron-down { /* Default state */
  display: none; /* Hide chevron inside the accordion body */
}
/* Dropdown list item styles */
.accordion-body .nav-link {
padding-left: 20px; /* Indent sub-menu items */
}

.trending-news-slider1 {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative; 
}

.marquee {
    display: inline-flex; /* Use inline-flex to align items properly */
    animation: marquee 15s linear infinite; 
    animation-play-state: running;
}

.trending-news-slider1:hover .marquee {
  animation-play-state: paused;
}

.item {
    display: inline-block;
    white-space: nowrap;
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Change based on total items */
    }
}

.trending-news-slider1 .post-title a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size:15px;
}

.trending-bar-title {
  margin:0px ;

}

.boxed-layout .body-inner {
  margin: 0 auto;
}
/* Top bar */
.top-nav-date {
  padding: 0;
  border-right: 0;
  display: block;
}
.top-nav {
  display: block;
  margin: 0px 0;
}
.top-navigation {
  text-align: center;
}
.top-nav-social-lists {
  float: none;
  text-align: center;
  display: inline-block;
}
/* Header */
.navbar-fixed {
  position: relative;
  -webkit-animation: none;
          animation: none;
  box-shadow: none;
}
.logo {
  padding: 5px 0 5px;
  text-align: center;
}
.logo img {
  height: 40px;
}
/* Navigation */
/* Search */
.nav-search {
  position: absolute;
  top: 15px;
  right: 20px;
}
.search-block {
  width: 220px;
}
.header.header-menu {
  position: relative;
  margin-bottom: 20px;
}
.search-area {
  position: absolute;
  right: 0;
  top: 50px;
}
.post-title {
  font-size: 18px;
  line-height:0px !important;
}
/* Sidebar */
.sidebar-right {
  margin-top: 50px;
}
.sidebar-right .widget {
  margin-left: 0;
}
.social-icon li a i {
  margin-bottom: 10px;
}
.post-block-wrapper.post-float-half .post-thumbnail img {
  max-width: 100%;
  min-height: 100%;
  margin-bottom: 20px;
}
/* Footer */
.footer-widget {
  display: inline-block;
  margin-bottom: 30px;
}
.footer-info-contents-content {
  padding: 50px 20px 0;
}
.footer-social-icons li a i {
  margin-bottom: 10px;
}
#back-to-top.affix {
  bottom: 78px;
}
/* Copyright */
.copyright-text {
  text-align: center;
}
.footer-menu {
  float: none;
  text-align: center;
}
#back-to-top.affix {
  bottom: 0;
  right: 20px;
}
/* Block title */
.news-style-two .nav-tabs > li > a {
  font-size: 12px;
}
/* Category style */
.category-style2 .post-thumbnail {
  margin-bottom: 20px;
}
}