body{
  font-family: "Mukta", sans-serif;
}

.fla {
  background: #1b5573;
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  border-top: 3px solid #fffcfc33;
}

.footer-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.fla1 h2, .fla2 h2 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fla2 a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.fla2 a:hover {
  color: #ffcc00;
}

@media (max-width: 768px) {
  .footer-last {
      flex-direction: column;
      text-align: center;
  }
  .fla1, .fla2 {
      margin-bottom: 10px;
  }
}



/* footer above css start */

/* High-End Professional Footer Styling */
.fabovel {
  background: #185673;
  backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 60px 0;
  /* text-align: center; */
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.footerlogo {
  margin-bottom: 30px;
}

.footer-sec-social ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-sec-social ul li {
  display: inline-block;
}

.footer-sec-social ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #c31222, #185673);
  border-radius: 12px;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
}

.footer-sec-social ul li a:hover {
  background: #c31222;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(255, 255, 255, 0.2);
}

.footer-sec-detailstean {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-sec-detailstean a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s ease, transform 0.2s ease;
  position: relative;
}

.footer-sec-detailstean a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c31222;
  left: 0;
  bottom: -4px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.footer-sec-detailstean a:hover::after {
  transform: scaleX(1);
}

.footer-sec-detailstean a:hover {
  color: #c31222;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {

  .footer-sec-social ul {
      flex-wrap: wrap;
      gap: 12px;
  }

  .footer-sec-detailstean {
      flex-direction: column;
      text-align: center;
      gap: 15px;
  }
}


/* content css start */
.footer-section {
  padding: 20px 0;
}

.footerlogo img {
  max-width: 150px;
  height: auto;
}

.flab {
  font-size: 16px;
  line-height: 1.8;
}

.flab a {
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}


.flab i {
  margin-right: 5px;
  color: #fffefc;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-section {
      /* text-align: center; */
  }
  .footerlogo{
    text-align: center;
  }
  .flab h1 {
      font-size: 20px;
  }
}

/* content css end  */
/* footer above css end  */


.newspost-title h1{
  padding-top: 20px;
  font-size: 52px;
  margin-top: 20px;
  font-weight: 600;
}


/* template part content css start related post */

.related-post {

}

.block-news-title h1 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  border-bottom: 3px solid #d9534f;
  display: inline-block;
  padding-bottom: 5px;
}

.thap-samachar-block-css {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.thap-samachar-style {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thap-samachar-style:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.post1-thumbm img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.thap-samachar-content {
  padding: 15px;
  height: 110px;
}

.post1-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #333 !important;
  line-height: 1.4;
}

.post1-title a {
  text-decoration: none;

  color: #333 !important;
  transition: color 0.3s;
}

.post1-title a:hover {
  color: #d9534f;
}

.entry-content p{
  text-align: justify;
  font-size: 22px;
  font-weight: 500;
}

.primarysearchm a{

  text-decoration: none;
}
.primarysearchm a i{
  color: #fff;
}
@media (max-width: 768px) {
  .thap-samachar-block-css {
      grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .post1-thumbm img {
      height: 150px;
      width: 100%;
      max-width: 150px;
      min-width: 150px;
  }

  .thap-samachar-style{
    display: flex;
        padding: 12px;
  }
}


/* template part content css end related post */



/* sliding search css start */

/* Search icon button */
.primarysearchm {
  position: relative;
}

.primarysearchm a {
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.primarysearchm a:hover {
  color: #d91e18;
}

/* Sliding Search Panel */
.search-panel {
  position: fixed;
  top: 0;
  left: -100%; /* Initially hidden */
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  transition: left 0.4s ease-in-out;
  z-index: 1000;
  padding: 20px;
  overflow-y: auto;
}

/* Active state */
.search-panel.active {
  left: 0;
}

/* Close button */
.close-btn {
  background: none;
  border: none;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: color 0.3s ease-in-out;
}

.close-btn:hover {
  color: #d91e18;
}

/* Responsive Design */
@media (max-width: 480px) {
  .search-panel {
      width: 100%; /* Full width on smaller screens */
  }
}

/* sliding css end */

.page-header{
  margin-top: 60px;
  text-align: center;
}
/* categories part css start */

.cat_mainStory {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}

.first-cat-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.first-cat {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.first-cat:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cat-main_thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}

.cat-main_thumb a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cat-main_thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.cat-main_thumb a:hover img {
  transform: scale(1.05);
}

.cat_heading {
  padding: 15px;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.cat_heading a {
  text-decoration: none;
  color: inherit;
}

.cat_heading h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  transition: color 0.3s ease;
}

.cat_heading h2:hover {
  color: #0073e6;
}

.cat_heading p {
  font-size: 1rem;
  color: #777;
  line-height: 1.5;
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .first-cat {
      width: 100%;
  }
}



/* categories part css end  */


/* categories second part css start */

/* General Layout and Structure */

/* Main block container for category posts */
.cat_mainStory-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

/* Individual post container */
.cat-block {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cat-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Post thumbnail section */
.sub__thumb {
  position: relative;
  width: 100%;

  overflow: hidden;
}

.sub__thumb img {
  object-fit: cover;
  width: 100%;
  height: 180px;
  transition: transform 0.3s ease;
}

.sub__thumb a:hover img {
  transform: scale(1.05);
}

/* Title and Author section */
.catblocktitle {
  padding: 15px;
  background-color: #fff;
  text-align: center;
}

.catblocktitle h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.catblocktitle h2 a {
  color: inherit;
  text-decoration: none;
}

.catblocktitle h2 a:hover {
  color: #0073e6;
}

/* Author section under the title */
.author-cat-second {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #777;
}

.author-bishesh-ID {
  display: flex;
  align-items: center;
  gap: 8px;
}

.author-bishesh-ID ion-icon {
  font-size: 1.2rem;
  color: #0073e6;
}

.author-cat-second a.author {
  color: #185673;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  font-weight: 600;
}

.author-cat-second a.author:hover {
  color: #005bb5;
}

.catblocktitle a{
  text-decoration: none;
}
/* Responsive Design for smaller screens */
@media (max-width: 768px) {
  .cat-block {
      flex: 1 1 100%;
  }

  

  .catblocktitle h2 {
      font-size: 1.2rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .cat-block {
      flex: 1 1 calc(50% - 20px);
  }
}


/*  */

/* Container for layout */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .container { max-width: 540px; }
}
@media (min-width: 768px) {
  .container { max-width: 720px; }
}
@media (min-width: 992px) {
  .container { max-width: 960px; }
}
@media (min-width: 1200px) {
  .container { max-width: 1140px; }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}

.col-md-8,
.col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}


/* Aside Section */
.taja-aside-cat {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.block-news-title h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.list-post-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.post-block-style {
  display: flex;
  gap: 15px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-block-style:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.post-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.post-content {
  flex: 1;
}

.post-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.post-title a {
  text-decoration: none;
  color: #333 !important;
}

.post-title a:hover {
  color: #0073e6;
}

/* Responsive Design */
@media (max-width: 768px) {


  .post-block-style {
      /* flex-direction: column; */
      gap: 10px;
  }

  

  .catblocktitle h2 {
      font-size: 20px;
  }
}




/* categories second part css end  */

/* categories second page start */

/* Sub-page block grid layout */
.sub-page-block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 40px;

}

/* Individual news item styling */
.cat__SubNewsItem {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.cat__SubNewsItem:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Thumbnail image styling */
.sub__thumb img {
  width: 100%;
  height: 250px;
  display: block;
  border-radius: 8px;
}

/* Title and link styling */
.medium-title {
  padding: 15px;
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  text-align: justify;
}

.medium-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.medium-title a h2{
  font-size: 18px;
  font-weight: 600;
}


.medium-title a:hover {
  color: #0056b3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .sub-page-block {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .medium-title {
    font-size: 1.2em;
  }

  .sub__thumb img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .medium-title {
    font-size: 1.1em;
    padding: 10px;
  }

  .sub__thumb img {
    height: 180px;
  }
}


/* categories second page end  */


/* pagination css start */

/* Pagination container */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Pagination link styles */
.pagination a, .pagination span {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 1rem;
  font-weight: 600;
  color: #185673; /* Text color for pagination links */
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Active page styling */
.pagination .current {
  background-color: #c11322; /* Background color for active page */
  color: #fff;
  border-color: #c11322; /* Border color for active page */
  font-weight: bold;
}

/* Pagination hover effect */
.pagination a:hover {
  background-color: #c11322; /* Hover color for pagination links */
  color: #fff;
  border-color: #c11322; /* Border color on hover */
}

/* Previous and Next button styling */
.pagination .prev, .pagination .next {
  font-weight: 700;
}

/* Disabled state for Previous/Next */
.pagination .disabled {
  color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}

/* Mobile and tablet responsiveness */
@media (max-width: 768px) {
  .pagination a, .pagination span {
      padding: 8px 12px;
      font-size: 0.9rem;
  }
}


/* pagination css end  */


/* stiky menu css start */

/* Main menu container */
.fmenu {
  background-color: #1c5378;
  padding: 15px 0;
}

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

.fpmenu {
  flex-grow: 1;
}

/* Navigation menu */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.main-navigation ul li {
  position: relative;
}

.main-navigation ul li a {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.main-navigation ul li a:hover {
  color: #bbaf9c;
}

/* Submenu styling */
.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1c5378;
  border-radius: 5px;
  min-width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li {
  display: block;
}

.main-navigation ul ul li a {
  padding: 10px;
  color: #ddd;
}

.main-navigation ul ul li a:hover {
  background: #c2131d;
  color: #ffff;
}

/* Show submenu on hover */
.main-navigation ul li:hover > ul {
  display: block;
}

/* Add arrow icon for submenu */
.main-navigation ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}

.main-navigation ul li.menu-item-has-children > a::after {
  content: "\f107"; /* FontAwesome down arrow */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}

/* Sticky logo */
.stickyLogo {
  max-height: 50px;
  margin-right: 20px;
  border-radius: 6px;
    margin-left: 12px;
}
.floathomeicon{
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .fmenu-flex {
    flex-direction: row;
  }

  .main-navigation ul {
    flex-direction: column;
    text-align: center;
  }

  .main-navigation ul li {
    display: block;
  }

  .main-navigation ul ul {
    position: relative;
  }
}


/* stiky menu css end  */



/* post page css start */

/* General styles for the entry-meta container */
.entry-meta {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  border-top: 1px solid #e0e0e0;

}

/* Author and post details container */
.author-single-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

/* Post ID section with author image and details */
.post-idss {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Styling for the author's avatar image */
/* Styling for the author's avatar image with shadow and border */
.author-single-image-css img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffffff; /* Add a white border around the image */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 6px 15px rgba(0, 0, 0, 0.15); /* Soft shadow */
  transition: box-shadow 0.3s ease, transform 0.3s ease, border 0.3s ease;
}

/* Hover effect for the image to make it stand out */
.author-single-image-css img:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 12px 25px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
  transform: translateY(-5px); /* Slight lift on hover */

}


/* Styling for the author's name and date */
.author-single-ID {
  display: flex;
  flex-direction: column;
}

/* Author name link styling */
.author-single-ID .author {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.author-single-ID .author:hover {
  color: #0073e6;
}

/* Time icon and post date styling */
.author-single-ID a {
  color: #1c5378 !important;
  margin-right: 5px;
  font-size: 16px;
  transition: color 0.3s ease;
}

.author-single-ID a:hover {
  color: #0073e6;
}

.author-single-ID span[mainh-date] {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

/* Views count styling */
.post-views {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-views i {
  color: #1c5378;
  font-size: 18px;
}


.sharethis-inline-share-buttons {
  display: inline-block;
  margin-top: 10px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .entry-meta {
      padding: 15px;
  }

  .author-single-post {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
  }

  .post-idss {
      /* flex-direction: column;
      align-items: flex-start;
      gap: 10px; */
  }

  .post-views {
      margin-top: 15px;
      font-size: 15px;
  }

  .middle-4th-p-ads{
    display: flex;
        flex-direction: column;
  }
  .site-branding,.header1{
   flex-direction: column;
  }
 


}

.site-branding,.header1{
display: flex !important;
}

.headerlogo-side-ads section img{
  /* height: 120px !important; */
}

.header-logo a img{
  width: 350px;
}

.widget_media_image img{
  width: 100%;
}

/* post page css end */
.block-news-title{
  text-align: center;
}

/* menu date satart */
.menu-belowdate {
  font-family: 'Arial', sans-serif; /* Modern, clean font */
  font-size: 14px; /* Slightly larger for better readability */
  color: #333; /* Dark color for readability */
  background-color: #f7f7f7; /* Light background for contrast */
  padding: 10px 15px; /* Some padding for spacing */
  border-radius: 5px; /* Rounded corners for a softer look */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
  text-align: center; /* Center the text */
  margin-top: 10px; /* Space from other elements above */
  transition: all 0.3s ease; /* Smooth transition for hover effect */
  position: absolute;
}

.menu-belowdate:hover {
  background-color: #e1e1e1; /* Subtle background change on hover */
  transform: translateY(-2px); /* Lift effect on hover */
}



/* menu date end  */

.home-icon a{
  text-decoration: none;

  margin-left: 12px;
}
.home-icon a i{
  color: #fff;
}




/* block one css star */



/* block one css start */
 /* title css start */
 .latesttitltethumn {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

/* Wrapper for the latest news section title */
.breakingsidelatestitle {
  text-align: center;
  /* Center-align the title */
  margin-bottom: 20px;
  /* Adds some space below the title */
}

/* Styling for the h2 title */
.breakingsidelatestitle h2 {
  font-size: 2rem;
  color: #d42f32 !important;
  font-weight: 700;
  color: #333;
  /* Title color */
  margin: 0;
  /* Remove default margin */
  letter-spacing: 1px;
  /* Adds space between letters */
  text-transform: uppercase;
  /* Make the title uppercase */


  display: inline-block;
  /* Ensures border is only as wide as the text */
  padding-bottom: 5px;
  /* Adds some space between text and border */
}



/* title css end */


/* breaking latest post start */
.breakisngsidelatest {
  position: sticky !important;
  top: 12px !important;
}




/* Wrapper for the entire latest posts section */
.latest-posts-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  margin-top: 12px;
  background-color: #f7f7f7;
  border-radius: 8px;
}

/* Wrapper for each individual post item */
.breakingsidelatest-post-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  padding: 5px;
  background-color: #fff;
  /* Background color of the post item */

  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Box shadow for slight elevation */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth hover effect */
}

/* Hover effect for the post items */
.breakingsidelatest-post-item:hover {
  transform: translateY(-5px);
  /* Moves the post slightly up on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  /* Adds more shadow on hover */
}

/* Thumbnail (featured image) container */
.breaking-sidelatest-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  /* Ensures image doesn't overflow */
  border-radius: 4px;
  /* Rounds the corners of the thumbnail */
}

/* Styling the post thumbnail (image) */
.latest-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the container */
  border-radius: 4px;
  /* Rounds the corners of the image */
}

/* Wrapper for the post title */
.breakingsidelatest-post-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

/* Post title */
.breakingsidelatest-post-title h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

/* Link style for the post title */
.breakingsidelatest-post-title h3 a {
  text-decoration: none;
  color: #333;
  /* Text color */
  transition: color 0.3s ease;
  /* Smooth transition on hover */
}

/* Hover effect for the title link */
.breakingsidelatest-post-title h3 a:hover {
  color: #0b6fbf;
  /* Change the color on hover */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {


  .breakingsidelatest-post-title {
      align-items: flex-start;
      margin-top: 10px;
  }
}


/* breaking latest post end */
.mainbackss {
  /* background-color: #eeeeee; */
}



.red-title {
  color: red;
}

.breakingpost-meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}

.author-avatarnine img {
  border-radius: 50%;
  margin-right: 10px;
}

.author-namenine {
  font-weight: bold;
  margin-right: 5px;
}

.published-date {
  color: #777;
}

.pnewsdate span{
  font-size: 14px;
  display: block;
  line-height: 16px;
  font-weight: 700;
}
.newspostentry-content{
  margin-top: 12px;
}

/* morelinks */
.morelinks {
  text-align: center;
  /* Center align the content */
  margin: 20px 0;
  /* Add some vertical space */
}

.morelinks a {
  display: inline-block;
  /* Make the link behave like a button */
  padding: 12px 20px;
  /* Add padding for a button-like appearance */
  background-color: #007BFF;
  /* Button background color */
  color: #fff;
  /* Text color */
  font-size: 16px;
  /* Font size */
  font-weight: bold;
  /* Bold text */
  text-decoration: none;
  /* Remove underline */
  border-radius: 5px;
  /* Rounded corners */
  transition: background-color 0.3s, transform 0.3s;
  /* Smooth transitions */
}

.morelinks a:hover {
  background-color: #0056b3;
  /* Darker shade on hover */
  transform: translateY(-2px);
  /* Slight upward movement on hover */
}

.morelinks a:active {
  background-color: #004080;
  /* Even darker shade when clicked */
  transform: translateY(0);
  /* Reset position */
}



/* breaking ui onof css start */
.breaking-postnines-section {}

.nineblocksss {

  margin-bottom: 20px;
}

.breaking-postnines-section:hover {}

.breaking-postnines-section h2 {
  font-size: 26px;
  /* Larger title for emphasis */
  color: #ff5d3e
      /* Darker shade for title */
      margin-bottom: 15px;
  /* text-align: center; */
  font-family: 'Helvetica Neue', sans-serif;
  /* Modern font */
}

.breaking-postnine {
  /* text-align: center; */
  margin-bottom: 25px;
  /* More space between posts */
  /* padding: 15px;  */
  /* Padding for each post */
  /* background-color: #fff6f6; */
  /* Light background for individual posts */
  border-radius: 8px;
  /* Slight rounding */
  transition: background-color 0.3s;
  /* Smooth background transition */
}

.breaking-postnine:hover {
  /* background-color: #eaeef1; */
  /* Change background on hover */
}

.breaking-postnine h3 {
  font-size: 64px;
  padding: 0 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
  padding-top: 30px;
  margin-bottom: 20px;
  font-family: "Mukta", sans-serif;
}

.breaking-postnine h3 a {
  text-decoration: none;
  transition: color 0.3s;
  color: #1c5378;
  /* Smooth color transition */
}

.breaking-postnine h3 a:hover {
  /* color: #2980b9; */
  color: #e9010ab8;
  /* Darker color on hover */
}

.breaking-postnine p {
  font-size: 20px;
  padding: 12px;
  color: #7f8c8d;
  /* Subtle gray for text */
  line-height: 1.6;
  /* Better line spacing */
}

/* Featured image styling */
.featured-image {
  margin: 15px 0;
  /* Space around image */
  overflow: hidden;
  /* Prevent overflow */
  border-radius: 8px;
  /* Rounded corners */
}

.featured-image img {
  width: 100%;
  border-radius: 8px;
  height: 600px;
  object-fit: cover;
  border-radius: 8px;
  /* Match the container's rounded corners */
  transition: transform 0.3s;
  /* Smooth transform on hover */
}

.featured-image img:hover {
  transform: scale(1.05);
  /* Slight zoom effect on hover */
}

/* Video container styling */
.facebook-live-video,
.youtube-live-video {
  margin: 20px 0;
  /* Space around videos */
  border-radius: 8px;
  /* Rounded corners */
  overflow: hidden;
  /* Prevent overflow */
  background-color: #f0f0f0;
  /* Light gray background for videos */
}

.facebook-live-video iframe,
.youtube-live-video iframe {
  width: 100%;
  height: 450px;
  /* Fixed height */
  border: none;
  /* No border */
  border-radius: 8px;
  /* Match the container's rounded corners */
}

.breaking_excerptnine {
  font-size: 24px;
  margin: 20px 0 15px;
  /* text-align: center; */
}

/* breaking ui onof css end */


.breakingpost-meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}



.breaking-postnine h3 {
  font-size: 64px;
  /* padding: 0; */
  /* Remove padding for consistent left alignment */
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Mukta", sans-serif;
  text-align: center;
  /* Ensure title alignment is left */
}

.breaking_excerptnine {
  font-size: 24px;
  margin: 20px 0 15px;
  text-align: center;
  /* Ensure excerpt alignment is left */
}

/* Remove unnecessary centering in the following selectors */
.morelinks {
  text-align: left;
  /* Change to left alignment if applicable */
}





/* Media queries */

/* For tablets (screen widths between 768px and 1024px) */
@media screen and (max-width: 1024px) {

  .featured-image img {
      width: 100%;
      border-radius: 8px;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      transition: transform 0.3s;
  }
}

/* For mobile phones (screen widths between 480px and 768px) */
@media screen and (max-width: 768px) {
  .featured-image img {
      width: 100%;
      border-radius: 8px;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      transition: transform 0.3s;
  }

}

/* For small mobile devices (screen widths below 480px) */
@media screen and (max-width: 480px) {
  .featured-image img {
      width: 100%;
      border-radius: 8px;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      transition: transform 0.3s;
  }
}
/* block one css end */


/* block one css end */



/* block two css start */
.frontblocktitles{

}
.frontblocktitles a h1{
  font-family: "khand", sans-serif;
  font-size: 42px;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.frontbtitle a{
  text-decoration: none;
  color: #185673 !important;
  display: flex;
      justify-content: space-between;
      align-items: center;
}

/* first block start */
.blocktwo-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsive grid */
  gap: 14px;
}

.blocktwo-firstpost-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.blocktwo-post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 8px;
}

/* Hover effect on image */
.blocktwo-firstpost-item:hover .blocktwo-post-image a img {
  transform: scale(1.05);
}

/* Title overlay */
.blocktwo-post-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6), transparent);
  z-index: 2;
  display: flex;
  align-items: flex-end;
  min-height: 50%;
}

/* Title text */
.blocktwo-post-title h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  color: #ffffff;
  transition: color 0.3s ease;
}

/* Title link */
.blocktwo-post-title a {
  text-decoration: none;
  color: #ffffff !important;
  display: block;
  width: 100%;
  transition: color 0.3s ease;
}

/* Hover effect on title */
.blocktwo-post-title a:hover {
  color: #ffcc00;
}

.blocktwo-post-image{
  height: 540px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .blocktwo-posts {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Smaller column width for tablets */
      gap: 10px;
  }

  .blocktwo-post-title {
      min-height: 35%;
      padding: 12px;
  }

  .blocktwo-post-title h1 {
      font-size: 16px; /* Smaller title for smaller screens */
  }

  .blocktwo-post-image {
      max-height: 400px;
  }
}

@media (max-width: 480px) {
  .blocktwo-posts {
      grid-template-columns: 1fr; /* Single column for mobile */
      gap: 8px;
  }

  .blocktwo-post-title {
      min-height: 30%;
      padding: 10px;
  }

  .blocktwo-post-title h1 {
      font-size: 20px; /* Even smaller title for mobile */
  }

  .blocktwo-post-image {
      max-height: 300px; /* Reduce height for mobile */
  }
}
/* first block end  */



/* second block start */
.blocktwo-second-posts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blocktwo-secondpost-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blocktwo-secondpost-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.blocktwo-secondpost-image a img {
  height: 100px;
  width: 100%;
  min-width: 120px;
  max-width: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.blocktwo-secondpost-title h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

.blocktwo-secondpost-title a {
  text-decoration: none;
  color: #333 !important;
  transition: color 0.3s ease;
}

.blocktwo-secondpost-title a:hover {
  color: #ff0000 !important;
}
/* second block end */
/* block two css end */


/* block three css start */

/* block three first css start */
.blockthree-posts{
  display: grid;
      grid-gap: 25px;
      grid-template-columns: repeat(3, 1fr);
}

.blockthree-post-image a img{
  height: 170px;
  border-radius: 2px;
}

/* Grid container */
.blockthree-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Post item */
.blockthree-firstpost-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */


/* Image container */
.blockthree-post-image {
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.blockthree-post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 8px 8px 0 0;
}

/* Hover effect on image */
.blockthree-firstpost-item:hover .blockthree-post-image a img {
  transform: scale(1.05);
}

/* Post title container */
.blockthree-post-title {
  padding-top: 12px;

}

/* Title text */
.blockthree-post-title h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* Title link */
.blockthree-post-title a {
  text-decoration: none;
  color: #333 !important;
  display: block;
  transition: color 0.3s ease;
}

/* Hover effect on title */
.blockthree-post-title a:hover {
  color: #ff6600;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .blockthree-posts {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Adjust column width for tablets */
      gap: 16px;
  }

  .blockthree-post-title h1 {
      font-size: 16px; /* Slightly smaller title */
  }
}

@media (max-width: 768px) {
  .blockthree-posts {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Adjust column width for mobile */
      gap: 12px;
  }

  .blockthree-post-image {
    height: auto;
    height: auto;
    min-width: 120px;
    max-width: 120px;
  }

  .blockthree-post-title h1 {
      font-size: 20px;
  }
  .blockthree-firstpost-item{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .blockthree-firstpost-item{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .blockthree-posts {
      grid-template-columns: 1fr; /* Single column for small screens */
      gap: 10px;
  }

  .blockthree-post-image {
    height: auto;
    height: auto;
    min-width: 120px;
    max-width: 120px;
  }

  .blockthree-post-title {
      padding: 10px;
  }

  .blockthree-post-title h1 {
      font-size: 20px;
  }
}

/* block three first css end */



/* block three second css start */
/* Post item */
.blockthree-secondpost-item {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #ff6600;
}

/* Hover effect */
.blockthree-secondpost-item:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

/* Icon styling */
.blockthree-secondpost-image {
  font-size: 18px;
  color: #ff6600;
}

/* Title container */
.blockthree-secondpost-title h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

/* Title link */
.blockthree-secondpost-title a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  display: block;
}

/* Hover effect on title */
.blockthree-secondpost-title a:hover {
  color: #ff6600;
}
/* block three seconf css end  */

/* block three css end  */

/* block four css start */
/* ====== Block Four CSS ====== */

/* block first block css start */

/* ===== Block Four First CSS ===== */


.blockfour-posts {
  display: flex;
  flex-direction: column;
}

.blockfour-firstpost-item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.blockfour-post-image img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.blockfour-post-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  z-index: 2;
}

.blockfour-post-title h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.blockfour-post-title h1 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blockfour-post-title h1 a:hover {
  color: #ffcc00;
}

/* Responsive */
@media (max-width: 768px) {
  .blockfour-post-title {
      padding: 1rem;
  }

  .blockfour-post-title h1 {
      font-size: 1.3rem;
  }

  .blockfour-post-image img {
    height: auto;
  }
}




/* ====== Block Four Second CSS ====== */
.blockfourcsssecond {
  padding: 1rem;
  background-color: #fdfdfd;

}

.blockfour-second-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.blockfour-secondpost-item {
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;

  height: 100%;
}

.blockfour-secondpost-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.blockfour-secondpost-image img {
  width: 100%;
  height: 120px;
  min-width: 120px;
  max-width: 120px;
  object-fit: cover;
  transition: transform 0.4s ease;

}

.blockfour-secondpost-image a:hover img {
  transform: scale(1.05);
}

.blockfour-secondpost-title {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.blockfour-secondpost-title h1 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.blockfour-secondpost-title h1 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.blockfour-secondpost-title h1 a:hover {
  color: #e63946;
}

/* Responsive Tweaks for Mobile */
@media (max-width: 768px) {
  .blockfour-second-posts {
      grid-template-columns: 1fr;
  }

  .blockfour-secondpost-title {
      padding: 0.75rem;
  }

  .blockfour-secondpost-title h1 {
      font-size: 20px;
  }

  .blockfour-secondpost-image img {
    height: 120px;
  }
}



/* block second block css end  */

/* third block css start */

/* ====== Block Four Third CSS ====== */
.blockfourcssthird {
  padding: 0.5rem;
  background-color: #ffffff;
  max-width: 1200px;
  margin: auto;
}

.blockfour-third-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.blockfour-thirdpost-item {
  background-color: #f9f9f9;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;

  height: 100%;
}

.blockfour-thirdpost-item:hover {

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}



.blockfour-thirdpost-image img {
  max-width: 120px;
    min-width: 120px;
  width: 100%;
  height: 100px;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}



.blockfour-thirdpost-title {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.blockfour-thirdpost-title h1 {
  font-size: 20px;
  line-height: 1.5;
  color: #222;
  font-weight: 600;
  margin: 0;
}

.blockfour-thirdpost-title h1 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.blockfour-thirdpost-title h1 a:hover {
  color: #e63946;
}

/* Responsive spacing and fallback */
@media (max-width: 576px) {
 
  .blockfour-thirdpost-title h1 {
      font-size: 20px;
  }

  .blockfour-thirdpost-image img {

  }
}


/* blcok four css end */


/* block five css start */

/* block five first start */



.blockfive-posts {
  position: relative;
}

.blockfive-firstpost-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.blockfive-post-image {
  position: relative;
  width: 100%;
}

.blockfive-post-image img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

/* This is the overlay */
.blockfive-post-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  z-index: 2;
}

.blockfive-post-title h1 {
  margin: 0;
  font-size: 1.8rem;
}

.blockfive-post-title h1 a {
  color: #fff;
  text-decoration: none;
}

.blockfive-post-title h1 a:hover {
  color: #ffcc00;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .blockfive-post-image img {
    height: auto !important;
  }

  .blockfive-post-title h1 {
      font-size: 1.3rem;
  }
}

/* block five first end */

/* block five second start */
/* ===== Block Five Second CSS ===== */
.blockfive-second-posts{
  gap: 25px;
  display: grid;
}

.blockfive-secondpost-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 12px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.blockfive-secondpost-item:hover {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.blockfive-secondpost-image i {
  font-size: 1.2rem;
  color: #0077cc;
  margin-top: 5px;
}

.blockfive-secondpost-title h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.blockfive-secondpost-title h1 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blockfive-secondpost-title h1 a:hover {
  color: #e63946;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .blockfive-second-posts {
      grid-template-columns: 1fr;
  }

  .blockfive-secondpost-item {
      padding: 0.8rem;
  }

  .blockfive-secondpost-title h1 {
      font-size: 20px;
  }

  .blockfive-secondpost-image i {
      font-size: 1rem;
  }
}

/* block five second end */

/* block fovr thir start */

.blockfive-third-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.blockfive-thirdpost-item {
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.blockfive-thirdpost-image {
  position: relative;
}

.blockfive-thirdpost-image img {
  width: 100%;
  height: 215px;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blockfive-thirdpost-image:hover img {
  transform: scale(1.05);
}

/* Title overlay */
.blockfive-thirdpost-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  z-index: 2;
}

.blockfive-thirdpost-title h1 {
  font-size: 20px;
  margin: 0;
}

.blockfive-thirdpost-title h1 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.blockfive-thirdpost-title h1 a:hover {
  color: #ffd700;
}

/* Responsive */
@media (max-width: 768px) {
  .blockfive-thirdpost-image img {
    height: auto;
  }


  .blockfive-thirdpost-title h1 {
      font-size: 20px;
  }
}


/* block five third end */

.blockfiveback{
  background-color: #f9e9ff;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
/* block five css end */

/* block six css start */

/* block six first start */


.blocksix-posts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.blocksix-firstpost-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  transition: box-shadow 0.3s ease;
}

.blocksix-firstpost-item:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

/* Left image */
.blocksix-post-image {
  flex-shrink: 0;
  width: 50%;
}

.blocksix-post-image img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
}

/* Right title */
.blocksix-post-title {
  flex: 1;
}

.blocksix-post-title h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.blocksix-post-title h1 a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
}

.blocksix-post-title h1 a:hover {
  color: #e63946;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blocksix-firstpost-item {
      flex-direction: column;
      text-align: center;
  }

  .blocksix-post-image {
      width: 100%;
  }

  .blocksix-post-title {
      margin-top: 1rem;
  }
}
/* block six first end  */

/* block six second start */

.scroll-nav-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.blocksixsec-posts {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 1rem 0;
  margin: 0 2.5rem;
}

/* Hide scrollbar */
.blocksixsec-posts::-webkit-scrollbar {
  display: none;
}
.blocksixsec-posts {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Arrow Buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  border: none;
  color: white;
  font-size: 1.8rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}

.scroll-btn:hover {
  background: rgba(0,0,0,0.9);
}

.scroll-btn.left {
  left: 0;
}

.scroll-btn.right {
  right: 0;
}

.blocksixsec-post-image{
  width: 250px;


}
.blocksixsec-post-image a img{
  height: 200px;
  object-fit: cover;
}

.blocksixsec-firstpost-item{
  position: relative;
}
.blocksixsec-post-title h1{
  position: absolute;
  bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.blocksixsec-post-title h1 a{
  text-decoration: none;
  color: #fff;
}

.blocksixsec-post-title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 40%;
  padding: 1.2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), #00000030);
  color: #fff;
  z-index: 2;
}


/* ms */
@media (max-width: 768px) {
  .blocksixsec-post-image {
    width: 300px;
}
}

/* block six secind end */

/* block third start */
.blocksixcsssecond {
  padding: 0.5rem;
  background: #f9f9f9;
}

.blocksix-second-posts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Each Post Item */
.blocksix-secondpost-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.blocksix-secondpost-item:hover {
  transform: translateY(-2px);
}

/* Image on Left */


.blocksix-secondpost-image a img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  margin-left: 12px;
}

/* Text on Right */
.blocksix-secondpost-title {
  padding: 0.8rem 0.6rem;
  flex: 1;
  display: flex;
  align-items: center;
}

.blocksix-secondpost-title h1 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}

.blocksix-secondpost-title h1 a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blocksix-secondpost-title h1 a:hover {
  color: #e63946;
}


/* block third end  */
/* block six css end  */



/* block seven css start */

.blocksevencssfirst {

}

.blockseven-posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* Each Post Item */
.blockseven-firstpost-item {

  border-radius: 12px;
  overflow: hidden;

}


/* Post Image */
.blockseven-post-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.blockseven-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blockseven-firstpost-item:hover .blockseven-post-image img {
  transform: scale(1.05);
}

/* Post Title Below Image */
.blockseven-post-title {
  padding: 1rem;
  text-align: left;
}

.blockseven-post-title h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.blockseven-post-title h1 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blockseven-post-title h1 a:hover {
  color: #f15a24;
}


@media (max-width: 768px) {
  .blockseven-posts {
    grid-template-columns: repeat(2, 1fr);
  }

  .blockseven-post-image {
    height: auto;
  }

  .blockseven-post-title h1 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .blockseven-posts {
    grid-template-columns: 1fr;
  }

  .blockseven-post-image {
    height: auto;
  }
}
.blocksevenback{
  background-color: #f9e9ff;
}


/* block seven css end  */

/* block eight css start */

/* block eight css first start */
.blockeightcssfirst {
 

  font-family: 'Segoe UI', sans-serif;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.blockeight-posts > div {
  display: flex;
  flex-direction: column;
}

.blockeight-firstpost-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blockeight-post-image {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.blockeight-post-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  border-radius: 12px;
}

.blockeight-post-image img:hover {
  transform: scale(1.03);
}

.blockeight-post-title h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.blockeight-post-title h1 a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
}

.blockeight-post-title h1 a:hover {
  color: #f15a24;
}

.blockeight-content p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin: 0.5rem 0 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blockeightcssfirst {
    padding: 1rem 0.5rem;
  }

  .blockeight-post-title h1 {
    font-size: 1.25rem;
  }

  .blockeight-content p {
    font-size: 0.95rem;
  }
  .blockeight-post-image img {
    height: auto !important;
  }
}


/* block eight css first end  */



/* block eight css second start */
.blockeight-second-posts {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.blockeight-secondpost-item {
  display: flex;
  gap: 1rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.blockeight-secondpost-item:hover {
  transform: translateY(-5px);
}

.blockeight-secondpost-image {
  width: 120px;
  flex-shrink: 0;
}

.blockeight-secondpost-image img {
  width: 100%;
  height: 100%;
  min-height: 120px !important;
  max-height: 120px!important;
  object-fit: cover;
  display: block;
  border-radius: 10px 0 0 10px;
}

.blockeight-secondpost-title {
  padding: 0.8rem;
  display: flex;
  align-items: center;
}

.blockeight-secondpost-title h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.blockeight-secondpost-title h1 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blockeight-secondpost-title h1 a:hover {
  color: #f15a24;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blockeight-secondpost-title h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

  .blockeight-second-posts {
    grid-template-columns: 1fr;
  }

  .blockeight-secondpost-item {

  }

  .blockeight-secondpost-image {
    width: fit-content !important;
    /*height: 120px;*/
  }

  .blockeight-secondpost-image img {
    border-radius: 10px 10px 0 0;
            width: 120px !important;
        height: 120px !important;
    
  }

  .blockeight-secondpost-title {
    padding: 0rem !important;
  }
}
/* block eight css second end */

/* block eight css end  */


/* block nine css start */

.blockninecssfirst {
margin-top: 12px;
margin-bottom: 12px;

}

.blocknine-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.blocknine-firstpost-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 25px;
  min-height: 220px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blocknine-firstpost-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.blocknine-post-title h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.blocknine-post-title h1 a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
}

.blocknine-post-title h1 a:hover {
  color: #e63946;
}

.blocknine-author-info {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.blocknineauthor-avatar img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  padding: 4px;
  border: 2px solid #ff1010;
}

.blocknineauthor-name {
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
}


/* block nine css end */


/* block ten css start */


/* block ten third start */

.blockten-thirdpost-item {
  background: #fff;
  margin-bottom: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blockten-thirdpost-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.blockten-thirdpost-inner {
  display: flex;
  align-items: stretch;
}

.blockten-thirdpost-image {
  overflow: hidden;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.blockten-thirdpost-image img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 12px;
  object-fit: cover;
  display: block;
}

.blockten-thirdpost-title {
  padding: 1rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blockten-thirdpost-title h1 {
  font-size: 20px;
  margin: 0 0 0.6rem;
  line-height: 1.4;
  font-weight: 500;
}

.blockten-thirdpost-title h1 a {
  color: #1a202c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blockten-thirdpost-title h1 a:hover {
  color: #e63946;
}

.blockten-author-info {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.blocktenauthor-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.blocktenauthor-name {
  font-size: 0.9rem;
  color: #555;
}

/* block ten third end */

/* block ten first start */

.blockten-post-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.blockten-image-link img {
  width: 100%;

  display: block;
  transition: transform 0.5s ease;
  height: 500px;
    object-fit: cover;
}

.blockten-image-link:hover img {
  transform: scale(1.05);
}

.blockten-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: white;
  padding: 20px;
  text-align: left;
  transition: background 0.3s ease;
}

.blockten-title-overlay {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.blockten-image-link:hover .blockten-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

.blockten-posts{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}


/* block ten first end */

/* block ten second */



.blockten-second-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.blockten-secondpost-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blockten-secondpost-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.blockten-secondpost-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  min-width: 120px;
    max-width: 120px;
  display: block;
  border-bottom: 1px solid #eee;
}

.blockten-secondpost-title {
  padding: 16px;
}

.blockten-secondpost-title h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #222;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blockten-secondpost-title h1 a {
  text-decoration: none;
  color: inherit;
}

.blockten-secondpost-title h1 a:hover {
  color: #e63946; /* Accent color */
}

.blockten-secondpost-item{
  display: flex;
}

@media screen and (max-width: 600px) {
  .blockten-secondpost-title h1 {
      font-size: 20px;
  }

  .blockten-image-link img {
    height: auto !important;
  }

  .blockten-secondpost-image img {
      height: 120px;
  }

  .breaking-postnine h3 {
    font-size: 30px !important; 
     padding: 0 !important;
  }

  .newspost-title h1 {

    font-size: 28px;
  }

}

/* blok ten second end */

/* block ten css en d */



/* responsive */

@media only screen and (width: 1366px) and (height: 768px) {
  .trending-content h1 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    color: #333;
    line-height: 21px;
}

.blockfive-second-posts {
  gap: 8px;
  display: grid
;
}
.blockfive-secondpost-item {
  padding: 0.5rem;
}
.blockfour-third-posts {
  display: grid
;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 7px;
}
.blockfourcssthird{
  padding: 0rem;
}
.blockeight-secondpost-title h1 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.blockten-thirdpost-title h1 {
  font-size: 17px;
  margin: 0 0 0.6rem;
  line-height: 1.4;
  font-weight: 600;
}
blockten-image-link img{
  height: 500px;
}
.blockseven-posts {
  display: grid
;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}
.blockfour-thirdpost-title h1 {
  font-size: 20px;
}
.blockfive-post-image img {
  width: 100%;
  height: 450px;
  display: block;
  object-fit: cover;
}
.blockfive-thirdpost-image img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}
}

@media only screen and (width: 1280px) and (height: 720px) {
  .blockseven-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
.blocksix-post-image img {
  width: 100%;
  height: 330px;
  border-radius: 8px;
  object-fit: cover;
}
.blockfive-second-posts {
  gap: 8px;
  display: grid
;
}
.blockfive-secondpost-title h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}
.blockten-secondpost-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  min-width: 150px;
  max-width: 150px;
  display: block;
  border-bottom: 1px solid #eee;
}
.blockten-image-link img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
  height: 500px;
  object-fit: cover;
}
.blockten-second-posts {
  display: grid
;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 21px;
}
.blockeight-post-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  border-radius: 12px;
}
.blockfour-second-posts {
  display: grid
;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 20px;
}
.blockfour-post-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 500px;
}
.blockfour-secondpost-image img {
  width: 100%;
  height: 150px;
  min-width: 150px;
  max-width: 150px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blockfive-post-image img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
}
}

/* responsive end */

/* ads css start */


/* ads csss end */



/* block eleven csss start */
.blockelevencssfirst {
  padding: 2rem 1rem;
border: 1px solid #18567324;
border-radius: 4px;
  font-family: 'Segoe UI', sans-serif;
}

.blockeleven-posts {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blockeleven-firstpost-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.blockeleven-post-image a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.blockeleven-post-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.blockeleven-post-image a:hover img {
  transform: scale(1.05);
}

.blockeleven-post-title {
  text-align: left;
}

.blockeleven-post-title h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222222;
  margin: 0;
  line-height: 1.4;
}

.blockeleven-post-title h1 a {
  text-decoration: none;
  color: #222222;
  transition: color 0.3s ease;
}

.blockeleven-post-title h1 a:hover {
  color: #b3001a;
}

@media (max-width: 600px) {
  .blockeleven-post-title h1 {
      font-size: 1.25rem;
      text-align: center;
  }
}


/* second */

.blockelevencsssecond {
  padding: 2rem 1rem;
  max-width: 1200px;
}

.blockeleven-second-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.blockeleven-secondpost-item {

  border-radius: 10px;
  overflow: hidden;
 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blockeleven-secondpost-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.blockeleven-secondpost-image a {
  display: block;
  overflow: hidden;
}

.blockeleven-secondpost-image img {
  width: 100%;
  height: 110px;
  min-width: 120px;
  max-width: 120px;
  object-fit: cover;
  transition: transform 0.3s ease;
  padding-left: 2px;
}

.blockeleven-secondpost-image a:hover img {
  transform: scale(1.05);
}

.blockeleven-secondpost-title {
  padding: 1rem;
  text-align: left;
}

.blockeleven-secondpost-title h1 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  /* color: #333; */
  line-height: 1.4;
}

.blockeleven-secondpost-title h1 a {
  text-decoration: none;
  color: #222222;
  transition: color 0.3s ease;
}

.blockeleven-secondpost-title h1 a:hover {
  color: #b3001a;
}

.blockeleven-secondpost-item{
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .blockeleven-secondpost-title h1 {
      font-size: 1rem;
      text-align: center;
  }
  .blockeleven-post-image img{
height: auto !important;
  }
}

/* block eleven css end */

/* block tweleve csss start */


.blocktwelevecssfirst {

}

.blocktweleve-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.blocktweleve-firstpost-item {

  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.blocktweleve-firstpost-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.blocktweleve-post-image a {
  display: block;
}

.blocktweleve-post-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  transition: transform 0.3s ease;
}

.blocktweleve-post-image a:hover img {
  transform: scale(1.03);
}

.blocktweleve-post-title {
  padding: 1rem;
  height: 100px;
}

.blocktweleve-post-title h1 {
  font-size: 1.1rem;

  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}

.blocktweleve-post-title h1 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blocktweleve-post-title h1 a:hover {
  color: #b3001a;
}

@media (max-width: 480px) {
  .blocktweleve-post-title h1 {
      font-size: 1rem;
      text-align: center;
  }
}

.block12backs{
  background-color: #d8edfb;
  padding-top: 20px;
  padding-bottom: 20px;
}


/* block tweleve css end */


/* block fourteen css start */

.fourteencsssecond {

    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    font-family: 'Segoe UI', sans-serif;

}

.fourteen-second-posts {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.fourteen-secondpost-item {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 10px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.fourteen-secondpost-item:hover {
  background: #f0f0f0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}

.fourteen-secondpost-image {
  color: #e60023;
  font-size: 1rem;
  margin-right: 12px;
  flex-shrink: 0;
}

.fourteen-secondpost-title h1 {
  font-size: 1.05rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}

.fourteen-secondpost-title h1 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.fourteen-secondpost-title h1 a:hover {
  color: #e60023;
}

/* Responsive */
@media (max-width: 600px) {
  .fourteen-secondpost-item {
      flex-direction: row;
      align-items: flex-start;
  }

  .fourteen-secondpost-title h1 {
      font-size: 0.95rem;
  }
}



.blockfourteencssfirst {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
}

.blockfourteen-posts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.blockfourteen-firstpost-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.blockfourteen-firstpost-item:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.blockfourteen-post-image a {
  display: block;
}

.blockfourteen-post-image img {
  width: 100%;
  height: 329px;
  display: block;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}





.blockfourteen-post-title {
  padding: 1rem;
}

.blockfourteen-post-title h1 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}

.blockfourteen-post-title h1 a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
}

.blockfourteen-post-title h1 a:hover {
  color: #e60023;
}

/* Responsive */
@media (max-width: 768px) {
  .blockfourteen-post-title h1 {
      font-size: 1.2rem;
  }

  .blockfourteencssfirst {
      padding: 1rem;
  }
  .blockfourteen-post-image img{
    height: auto;
  }
}




.blockfourteenscsssecond {

  font-family: 'Segoe UI', sans-serif;
}

.blockfourteens-second-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.blockfourteens-secondpost-item {
  background-color: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blockfourteens-secondpost-item:hover {
  transform: translateY(-5px);

}




.blockfourteens-secondpost-image a {
  display: block;
}
.blockfourteens-secondpost-item{
  display: flex;
}

.blockfourteens-secondpost-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  min-width: 120px;
  max-width: 120px;
  display: block;
  border-radius: 12px 12px 0 0;
}

.blockfourteens-secondpost-title {
  padding: 1rem;
}

.blockfourteens-secondpost-title h1 {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}

.blockfourteens-secondpost-title h1 a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
}

.blockfourteens-secondpost-title h1 a:hover {
  color: #d62828;
}

/* Responsive Tweak */
@media (max-width: 768px) {
  .blockfourteens-secondpost-title h1 {
      font-size: 1.1rem;
  }

  .blockfourteens-secondpost-image img {
      height: 120px;
  }
}




/* block fourteen css end */




/* youtube video css start */
/* Style YouTube Thumbnail */

/* YouTube video container */
.youtube-video-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

/* Thumbnail Image */
.youtube-thumbnail-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* Play button overlay */
.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show play button overlay on hover */
.youtube-thumbnail-wrapper:hover .play-button-overlay {
  opacity: 1;
}

/* Play icon styling */
.play-button-overlay svg {
  fill: #fff;
  pointer-events: none;
}

/* Modal Styling */
.video-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position */
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
  overflow: auto; /* Enable scroll if needed */
  padding-top: 60px;
}

/* Modal Content */
.video-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* youtube vicdeo css end */

.blockfifteen-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px;
}

.blockfifteen-firstpost-item {

}



.blockfifteen-post-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.blockfifteen-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}








.youtube-thumbnail-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}

.youtube-thumbnail-container img.youtube-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

/* Play Button Positioned Over the Image */
.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  opacity: 100%;
}

.play-button-overlay:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.play-button-overlay svg {
  width: 40px;
  height: 40px;
  stroke: #fff;
  fill: none;
}

.youtube-thumbnail-container a i{
  color: #fff;
}



/* Post Title */
.blockfifteen-post-title {
  padding: 16px;
}

.blockfifteen-post-title h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.blockfifteen-post-title h1 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blockfifteen-post-title h1 a:hover {
  color: #d9230f; /* Accent color on hover */
}


.blockfifback{
  background-color: #d8edfb;
  margin-bottom: 20px;
}


.facebooksocalpage{
  margin-top: 20px;
  text-align: center;
}

.middle-2nd-p-ads{
    display: grid;
grid-gap: 30px;
grid-template-columns: repeat(3,1fr);
}

/* ==========================================================================
   Global UI/UX & SEO Enhancements (Typography, Ads, Overflow)
   ========================================================================== */

/* 1. Fluid Typography for SEO Hierarchy */
h1 { font-size: clamp(1.8rem, 4vw, 2.5rem); line-height: 1.2; margin-bottom: 0.75em; font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.3; margin-bottom: 0.75em; font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); line-height: 1.4; margin-bottom: 0.75em; font-weight: 600; }
h4 { font-size: clamp(1.1rem, 2vw, 1.5rem); line-height: 1.4; margin-bottom: 0.5em; font-weight: 600; }
h5 { font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.5; margin-bottom: 0.5em; font-weight: 600; }
h6 { font-size: 1rem; line-height: 1.5; margin-bottom: 0.5em; font-weight: 600; }

/* 2. Responsive Ad Image Sizing & Layout Control */
img, iframe, .above-ads img, .above-ads iframe, .wp-post-image {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Ensure ad containers are centered and don't overflow */
.above-ads {
    text-align: center;
    overflow: hidden;
    margin: 15px 0;
    max-width: 100%;
}

/* 3. Global Overflow Fixes for Responsive Grid */
.entry-content, .container, .row, .col-md-8, .col-md-4 {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    min-width: 0; /* Prevents flex children from blowing out container width */
}
