
	.blog-main-container {
      display: flex;
      max-width: 1400px;
      margin: 0 auto;
      padding: 20px 0;
      gap: 20px;
    }

    .l-main {
      position: relative;
      z-index: 4000;
      width: 1400px;
      margin: 0 auto;
    }

    .blog-left-column {
      width: 75%;
      display: flex;
      flex-wrap: wrap;
    }

    .blog-item {
      display: flex;
      width: calc(50% - 10px); /* Two items per row with gap */
      background: #efefef;
      padding: 15px;
      text-decoration: none;
      color: black;
      transition: background 0.2s ease;
	  height:fix-content;
    }

    .blog-item:hover {
      background: #dadada;
    }

    .blog-thumbnail {
      width: 150px;
      height: 150px;
      object-fit: cover;
      flex-shrink: 0;
    }

    .blog-content {
      padding-left: 15px;
      display: flex;
      flex-direction: column;
      
    }

    .blog-title {
      font-size: 18px;
	  line-height:22px;
      font-weight: bold;
      margin: 0 0 4px;
	  color: #000000;
    }

    .blog-description {
      font-size: 12px;
      margin-bottom: 4px;
	  color: #6b6b6b;
    }

    .read-more {
      font-size: 13px;
      color: #0077cc;
    }

    .blog-right-column {
      width: 25%;
      background: #f2f2f2;
      padding: 15px;
	  height: max-content;
    }
	
	.blog-item-full {
	  width: 100%;
	  display: flex;
	  background: #f9f9f9;
	  padding: 10px;
	  text-decoration: none;
	  color: black;
	  gap: 15px;
	}

	.blog-slider-container {
      max-width: 100%;
      margin: auto;
      position: relative;
      overflow: hidden;
    }

    .blog-slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
    }

    .blog-slide {
      min-width: 100%;
      height: auto;
    }

    .blog-slide img {
      width: 100%;
      height: auto;
      display: block;
    }

    .blog-nav {
      position: absolute;
      top: 50%;
      width: 96%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      padding: 0 15px;
    }

    .blog-nav button {
      background: rgba(255,174,0,0.5);
      border: none;
      color: white;
      font-size: 18px;
      padding: 7px;
      cursor: pointer;
    }

	.pdlft {
		padding-left:20px;
	}


    @media (max-width: 900px) {
      .blog-slider-container {
        width: 90%;
      }
    }
	
	.mb10 {
		margin-bottom: 10px;
	}
	
	.mb20 {
		margin-bottom: 20px;
	}
	
	.mt20 {
		margin-top: 20px;
	}
	
	.mt10 {
		margin-top: 10px;
	}

  .mt15 {
		margin-top: 15px;
	}
	
	
	

    @keyframes slide-animation {
      0%   { transform: translateX(0%); }
      33%  { transform: translateX(0%); }
      36%  { transform: translateX(-100%); }
      66%  { transform: translateX(-100%); }
      69%  { transform: translateX(-200%); }
      99%  { transform: translateX(-200%); }
      100% { transform: translateX(0%); }
    }

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

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

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 30px;
  position: relative;
}

.menu li {
  position: relative;
}

.menu a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  display: block;
  font-size:14px;
}

.menu li:hover > a {
  background-color: #000000;
  color: #ffffff
}

.yellowbg {
	 background-color: #eaeaea !important;
}

/*Navigation CSS Start*/

  nav{
    
    width: 100%;
  }
  
  
  nav .wrapper{
    position: relative;
    padding: 0px 30px;
    height: 45px;
    line-height: 45px;
    margin: auto;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
	z-index:9999;
  }

  .wrapper .nav-links{
    display: inline-flex;
  }
  .nav-links li{
    list-style: none;
  }
  .nav-links li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 15px;
    transition: all 0.3s ease;
    border-right: 1px #242424 solid;
    letter-spacing: 0.3px;
  }

 .nav-links li a.bordZro {
  border-right: 0px;
 }
  .nav-links li a:hover{
    /* background: #f0f0f0; */
    color: #242424;
    width: auto;
  }
  .nav-links .mobile-item{
    display: none;
  }
  .nav-links .drop-menu{
    position: absolute;
    background: #ffffff;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .nav-links li:hover .drop-menu,
  .nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: 45px;
    opacity: 1;
    visibility: visible;
  }
  .drop-menu li a{
    display: block;
    padding: 0px 0 0 15px;
    font-weight: 300;
    border-radius: 0px;
    color: #000000;
    line-height: 36px;
    font-size: 14px;
    border-bottom: 1px #e9e9e9 solid;
    width: auto;
  }
  .drop-menu li a:hover {
    background: #f0f0f0;
    color: #242424;
  }
  .mega-box{
    position: absolute;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
  }
  .mega-box .content{
    background: #ffffff;
    padding: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .mega-box .content .row{
    /* width: calc(25% - 30px); */
    line-height: 45px;
  }
  .content .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .row header{
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
  }
  /*.content .row .mega-links {
     border-left: 1px #242424 solid;
  } */



  .row .mega-links li{
    line-height: 30px;
	width: 230px;
  }
  .row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #242424;
    font-size: 14px;
    display: block;
    font-weight: 400;
    border-right: 0px;
  }
  .row .mega-links li a:hover{
    color: #000000;
    background: #f0f0f0;
  }
  .wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  .wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
  }

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "X";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "≡";
}

  @media screen and (max-width: 970px) {
    .wrapper .btn{
      display: block;
    }
    .wrapper .nav-links{
      position: fixed;
      height: 100vh;
      width: 100%;
      max-width: 350px;
      top: 0;
      left: -100%;
      background: #242526;
      display: block;
      padding: 50px 10px;
      line-height: 50px;
      overflow-y: auto;
      box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
      transition: all 0.3s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
      width: 10px;
    }
    ::-webkit-scrollbar-track {
      background: #242526;
    }
    ::-webkit-scrollbar-thumb {
      background: #3A3B3C;
    }
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li{
      margin: 15px 10px;
    }
    .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
      color: #fff;
    }
    .nav-links .drop-menu{
      position: static;
      opacity: 1;
      top: 65px;
      visibility: visible;
      padding-left: 20px;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      box-shadow: none;
      transition: all 0.3s ease;
    }
    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box{
      max-height: 100%;
    }
    .nav-links .desktop-item{
      display: none;
    }
    .nav-links .mobile-item{
      display: block;
      color: #f2f2f2;
      font-size: 20px;
      font-weight: 500;
      padding-left: 20px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover{
      background: #3A3B3C;
    }
    .drop-menu li{
      margin: 0;
    }
    .drop-menu li a{
      border-radius: 5px;
      font-size: 18px;
    }
    .mega-box{
      position: static;
      top: 65px;
      opacity: 1;
      visibility: visible;
      padding: 0 20px;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .mega-box .content{
      box-shadow: none;
      flex-direction: column;
      padding: 20px 20px 0 20px;
    }
    .mega-box .content .row{
      width: 100%;
      margin-bottom: 15px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
      border-top: 0px;
    }
    .content .row .mega-links{
      border-left: 0px;
      padding-left: 15px;
    }
    .row .mega-links li{
      margin: 0;
    }
    .content .row header{
      font-size: 19px;
    }
  }
  nav input{
    display: none;
  }

/*Navigation CSS END*/


.promo-container {
  background-color: rgb(255, 204, 0);
  font-weight: bold;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  margin: 20px 0;
}

.promo-link {
  background-color: rgb(0, 0, 0);
  text-decoration: none;
  color: white;
  font-size: 18px;
  padding: 6px 12px;
  border-radius: 4px;
  margin-left: 12px;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.promo-link:hover {
  background-color: #333;
}


.section-title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.wd-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

.wd-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #000;
}

/* Dropdown Menu 
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: none;
  min-width: 160px;
  z-index: 1000;
}

.dropdown li a {
  padding: 10px;
  text-align:left;
}

.menu li:hover .dropdown {
  display: block;
}*/

/* Optional: Smooth transitions */
.menu a, .dropdown a {
  transition: background 0.3s;
}

.menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background-color: #8b8b8b;
}

.widget {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.sidebar-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* Tags styling */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tags a {
  background: #e0e0e0;
  color: #333;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  transition: background 0.3s;
}
.tags a:hover {
  background: #ccc;
}


.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; /* 1 per row */
}

.category-list li {
  margin: 0;
}

.category-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 15px;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease;
}

.category-list a:hover {
  background: #ffcc00;
  text-decoration: none;
}

.category-list a:not(.view-more):hover::after {
  content: "➜";
  font-size: 16px;
  transition: transform 0.3s ease;
}


.category-list a.view-more {
  font-weight: 600;
  justify-content: center;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  margin-top: 6px;
  transition: all 0.4s ease; /* Smooth hover */
}

.category-list a.view-more:hover {
  background: #ffcc00;
}


	ul.custom-list {
      list-style: none;
      padding-left: 0;
    }

    ul.custom-list li::before {
      content: '▶';
      margin-right: 8px;
      color: #333;
    }

    ul.custom-list li {
      margin-bottom: 10px;
      font-family: Arial, sans-serif;
      font-size: 16px;
    }
	
	
	.link-row {
		display: flex;
		gap: 10px;
		flex-wrap: wrap; /* Allows wrapping on smaller screens */
		justify-content: center;
	  }

  .text-box-link {
    display: inline-block;
    padding:4px 16px;
    background-color: #ffcc00;
    color: #000000 !important;
    text-decoration: none;
    font-size: 14px;
	font-weight:bold;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .text-box-link:hover {
    background-color: #000000;
	color:#ffffff !important;
  }
  
  .cntr {
	  text-align:center;
  }
  
  .fnt16 {
	  font-size:16px !important;
  }
  
    .fnt18 {
	  font-size:18px !important;
  }
  
  .blog-date {
  display: block;
  font-size: 10px;
  color: #777;
  margin-bottom: 8px;
}
 
  .video-container {
      width: 100%;
}

.video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.video-item {
  flex: 1 1 calc(50% - 20px);
  max-width: 430px;
}

/* Responsive */

.allpost {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 per row on large screens */
  gap: 20px; /* space between posts */
  max-width: 100%;
  margin: 0 auto;
}

.allpost .post-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  text-decoration: none;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-radius: 6px;
}

.allpost .post-row:hover {
  background-color: #e0e0e0;
  transform: translateY(-4px);
}

.allpost .post-row img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.allpost .post-content h3 {
  font-size: 20px !important;
  color: #000000;
  line-height: 28px;
  margin-bottom: 5px;
}

.allpost .post-content p {
  margin: 0;
  color: #333333 !important;
  font-size: 14px !important;
  line-height: 1.4;
}

/* ✅ Mobile View - 100% width single post */
@media (max-width: 768px) {
  .allpost {
    grid-template-columns: 1fr; /* 1 post per row */
  }

  .allpost .post-row {
    flex-direction: column;
    text-align: center;
    width: 100%; /* full width */
  }

  .allpost .post-row img {
    width: 100%;
    height: 200px;
  }
}

/* Responsive */

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px; /* vertical / horizontal spacing */
  margin-bottom: 20px;
}

.filter-buttons a {
  display: inline-block;
  background-color: #ffcc00;
  color: #000000;
  text-decoration: none;
  padding: 5px 14px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.filter-buttons a:hover {
  background-color: #000000;
  color: #ffffff;
}

.filter-buttons a.active {
  background-color: #000000;
  color: #ffffff;
}

.filter-btn span {
  background:#000;
  color:#fff;
  padding:2px 6px;
  border-radius:10px;
  margin-left:6px;
  font-size:12px;
}

/* Responsive */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    align-items: center;
  }

  .menu li {
    width: 100%;
  }

  .dropdown {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
  }

  .menu li:hover .dropdown {
    display: block;
  }
}


.all-category {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}

.master-category {
  flex: 1 1 45%; /* Two master categories side by side */
  box-sizing: border-box;
}

.master-category h2 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 15px;
  border-bottom: 2px solid #000000;
  padding-bottom: 6px;
}

.sub-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px; /* vertical and horizontal spacing */
}

.sub-category-list a {
  display: inline-block;
  background-color: #eaeaea;
  color: #000000;
  text-decoration: none;
  padding: 8px 14px;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sub-category-list a:hover {
  background-color: #000000;
  color: #ffffff;
}

/* ✅ Responsive Layout */
@media (max-width: 900px) {
  .master-category {
    flex: 1 1 100%;
  }
}
