/*********************blog****************/
#blog{
 padding-top:40px;
 padding-bottom:40px;
 }
.blog_1l{
 border:1px solid #ea1c261f;
 padding:30px 15px;
 }
.blog_1l .form-control {
    height: 48px;
    font-size: 18px;
    border-color: #ea1c261f;
    box-shadow: none;
	border-radius:0;
}
.blog_1l .input-group .btn {
    background: #ea1c26;
    margin-left: 0!important;
    padding: 10.5px 20px;
    font-size: 18px;
	border-radius:0;
	border-color:#ea1c26;
} 
.blog_1l h4 span{
margin-right:5px; 
 }
.product_1li img{
float:left;
margin-right:20px; 
 }
.product_1li h6 .span_1{
margin-right:5px;
 }
.product_1li h6 .span_2{
margin-right:5px;
margin-left:20px;
 }
.product_1li{
margin-top:15px;
border-bottom:1px solid #ea1c261f;
padding-bottom:15px; 
 }
.blog_1l ul li {
display:inline-block;
margin:5px 5px 8px 0px;
font-size:16px; 
 } 
.blog_1l ul li a {
display:block;
background:#ea1c260f;
padding:8px 14px;
 }
.blog_1l ul li a:hover {
background:#ea1c26;
color:#fff;
 }
.blog_1li{
box-shadow: 0 0 10px #ea1c2636;
padding:26px 15px 30px 15px;
margin-top:15px;  
 }
.blog_1li .button{
display:block;
text-align:center;
 } 
.product_1_last{
margin-top:20px; 
 }
.product_1_last ul li{
 display:inline-block;
 margin: 0 2px;
 width:45px;
 height:45px;
 line-height:45px;
 background:#ea1c260f; 
 text-align:center;
 }
.product_1_last ul li a{
display:block;
color: #ea1c26;
 }
.product_1_last ul li:hover{
 background: #ea1c26;
 }
.product_1_last ul li:hover a{
 color: #fff;
 }
.act{
  background: #ea1c26!important;
 }
.act a{
 color: #fff!important;
 }
.blog_home_1i{
padding:15px;
box-shadow: 0 0 10px #ea1c2636;
 }
.blog_home_1{
margin-top:30px; 
 }

/*********************blog_end****************/

/* NEW: Blog Landing Page Styles */

/* Blog Hero Section */
.blog-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 80px 0 60px;
  border-bottom: 4px solid #ea1c26;
  text-align: center;
}

.blog-hero h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-hero h1 i {
  color: #ea1c26;
  margin-right: 10px;
}

.blog-hero .lead {
  color: #ddd;
  font-size: 20px;
  font-weight: 300;
}

/* Blog Section */
.blog-section {
  padding: 60px 0;
  background: #f5f5f5;
}

/* Featured Badge */
.featured-badge {
  display: inline-block;
  background: #ffc107;
  color: #000;
  padding: 8px 20px;
  border-radius: 25px 25px 0 0;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}

.featured-badge i {
  margin-right: 5px;
}

/* Blog Card */
.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: all 0.3s;
}

.blog-card:hover {
  box-shadow: 0 5px 25px rgba(234, 28, 38, 0.2);
  transform: translateY(-5px);
}

.blog-card.featured {
  border: 3px solid #ffc107;
  box-shadow: 0 5px 30px rgba(0,0,0,0.15);
}

/* Blog Image */
.blog-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.blog-card.featured .blog-image {
  height: 400px;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.blog-card:hover .blog-image img {
  transform: scale(1.1);
}

/* Category Badge */
.category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-badge.buying-guide {
  background: linear-gradient(135deg, #28a745 0%, #20873a 100%);
}

.category-badge.safety {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.category-badge.maintenance {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

.category-badge.reviews {
  background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
}

/* Blog Content */
.blog-content {
  padding: 25px;
}

.blog-card.featured .blog-content {
  padding: 30px 40px;
}

.blog-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3;
}

.blog-content h2 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s;
}

.blog-content h2 a:hover {
  color: #ea1c26;
}

.blog-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3;
}

.blog-content h3 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s;
}

.blog-content h3 a:hover {
  color: #ea1c26;
}

/* Blog Meta */
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-meta i {
  color: #ea1c26;
}

/* Excerpt */
.excerpt {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* Blog Footer */
.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

/* Tags */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-block;
  background: #f0f0f0;
  color: #555;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 13px;
  transition: all 0.3s;
}

.tag i {
  font-size: 11px;
  margin-right: 3px;
}

.tag:hover {
  background: #ea1c26;
  color: #fff;
}

/* Read More Button */
.btn-read-more {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s;
}

.btn-read-more i {
  margin-left: 5px;
  transition: transform 0.3s;
}

.btn-read-more:hover i {
  transform: translateX(5px);
}

.btn-outline {
  background: transparent;
  border: 2px solid #ea1c26;
  color: #ea1c26;
}

.btn-outline:hover {
  background: #ea1c26;
  color: #fff;
}

/* Coming Soon Posts */
.blog-card.coming-soon {
  opacity: 0.8;
}

.coming-soon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.coming-soon-overlay i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 10px;
}

.coming-soon-overlay p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Category List */
.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list li {
  margin-bottom: 12px;
}

.category-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  color: #555;
  text-decoration: none;
  transition: all 0.3s;
}

.category-list a:hover {
  background: #f8f9fa;
  color: #ea1c26;
  padding-left: 15px;
}

.category-name {
  font-weight: 500;
}

.count {
  background: #ea1c26;
  color: #fff;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

/* Tag Cloud */
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-cloud .tag {
  background: #f0f0f0;
  color: #555;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}

.tag-cloud .tag:hover {
  background: #ea1c26;
  color: #fff;
  transform: translateY(-2px);
}

/* Newsletter Widget */
.newsletter-widget {
  background: linear-gradient(135deg, #f0f9f5 0%, #e6f7ed 100%);
  border: 2px solid #28a745;
}

.newsletter-widget h3 {
  color: #28a745;
}

.newsletter-form {
  margin-top: 15px;
}

.newsletter-form .form-control {
  height: 45px;
  border-radius: 5px;
  border: 2px solid #28a745;
  margin-bottom: 10px;
  font-size: 15px;
}

.newsletter-form .btn {
  height: 45px;
  font-size: 16px;
  font-weight: 600;
}

/* About Blog Section */
.about-blog-section {
  padding: 60px 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
}

.about-blog-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.about-blog-section .lead {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.features-grid {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.feature-box {
  padding: 30px 20px;
  text-align: center;
}

.feature-box i {
  font-size: 48px;
  color: #ea1c26;
  margin-bottom: 15px;
}

.feature-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

@media screen and (max-width : 767px){
#blog{
text-align:center; 
 }
.product_1li img {
    float: none;
    margin-right:0;
	margin-bottom:10px;
}
.blog_home_1i {
margin-top:15px; 
 }
 
/* Blog Landing Page Mobile Styles */
.blog-hero {
  padding: 60px 0 40px;
}

.blog-hero h1 {
  font-size: 28px;
}

.blog-hero .lead {
  font-size: 16px;
}

.blog-card.featured .blog-image {
  height: 250px;
}

.blog-image {
  height: 200px;
}

.blog-content {
  padding: 20px;
}

.blog-card.featured .blog-content {
  padding: 25px;
}

.blog-content h2 {
  font-size: 22px;
}

.blog-content h3 {
  font-size: 18px;
}

.blog-meta {
  gap: 15px;
  font-size: 13px;
}

.excerpt {
  font-size: 15px;
}

.blog-footer {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.btn-read-more {
  width: 100%;
  text-align: center;
}

.features-grid {
  flex-direction: column;
}

.feature-box {
  margin-bottom: 20px;
}
}

@media (min-width:768px) and (max-width:991px) {

 }
@media (min-width:992px) and (max-width:1200px) {

 }
@media (min-width:1201px) and (max-width:1220px) {

 }




