@charset "utf-8";
.blog-main {
  padding: 70px 0;
}
.single-blog {
  margin-top: -75px !important;
}
.blog-page-title .container {
  max-width: 1260px;
}
.blog-banner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.blog-banner img {
  width: 100%;
}
.blog-editor-content {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 25px;
}
.blog-main h2 {
  font-size: 24px;
  letter-spacing: 0;
  margin: 25px 0 12px;
  font-weight: 500;
  line-height: normal;
}
.blog-editor-content p {
  margin-bottom: 15px;  
}
.blog-editor-content p:last-child {
  margin-bottom: 0px;
}
.hero-tag a:hover {
  color: #c4a359;
}
ul.blog-list {
  margin-bottom: 15px;
}
h1.single-blog-title {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 50px;
}
@media(max-width:1199px) {
  h1.single-blog-title {
    font-size: 24px;
	  line-height: normal;
  }
}
.blog-nav {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 60px 0;
}
.blog-nav-item {
  flex: 1;
  text-decoration: none;
  color: #111;
}
.blog-nav-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-nav-wrap img {
  width: 90px;
  height: 60px;
  object-fit: cover;
}
.related-blogs {
  margin-top: 80px;
}
#relatedBlogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.related-blog-card {
  text-decoration: none;
  color: #111;
}
.related-blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.social-share {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  padding: 15px 0;
}
.social-share a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f26b00;
  color: #fff !important;
}
.blog-page-title {
  padding-top: 250px;
  padding-bottom: 115px;
  background-color: #fdf4e4;
}
.blog_heading-wrapper {
  text-align: center;
}
.blog-title-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid rgb(177 160 160 / 15%);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(15px);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 10px;
}
.blog-category-block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 14px;
  line-height: normal;
  align-items: center;
}
.blog-category {
  display: flex;
  gap: 10px;
}
.blog-category a, .blog-category span {
  padding: 6px 15px;
  border-radius: 100px;
  border: 1px solid rgb(8 8 8 / 8%);
  letter-spacing: 0.5px;
  line-height: normal;
  background: rgb(255 245 226);
  backdrop-filter: blur(10px);
}
.single-blog-banner-img {
  border-radius: 20px;
}
span.blog-date {
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cleanland-blog-list li {
  margin-bottom: 10px;
}
.blog-editor-content strong {
  font-weight: 600;
  color: #f26b00;
}
.blog-editor-content a {
  color: #f26b00;
}
.blog-navigation {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 45px;
    padding: 20px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.nav-box {
  flex: 1;
}
.blog-nav-item {
  text-decoration: none;
  color: #111;
  display: block;
  transition: .3s;
}
.blog-navigation a {
    color: inherit;
}
.blog-nav-item:hover {
  transform: translateY(-3px);
}
.blog-nav-item small {
    display: block;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 12px;
}
.blog-nav-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-nav-wrap img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}
.blog-nav-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.next-box {
  text-align: right;
}
.next-box .blog-nav-wrap {
  justify-content: flex-end;
}
@media(max-width:768px) {
  .blog-navigation {
    flex-direction: column;
  }
  .next-box {
    text-align: left;
  }
  .next-box .blog-nav-wrap {
    justify-content: flex-start;
  }
}

@media(max-width:767px) {
  h1.single-blog-title {
    font-size: 22px;
  }
.blog-page-title {
    padding-top: 150px;
}
.blog-page-title .container {
    max-width: calc(100% - min(8.333vw, 34.5px));
}	
.blog-main {
    padding: 50px 0;
}	
}


.related-blogs {
  margin-top: 0px;
}

section.related-blog-sec {
    margin-top: 0px !important;
	border-top: 1px solid #f2f2f2;
    padding: 80px 0;
}
#relatedBlogs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.related-blog-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  transition: .3s;
  background: #fff;
}
.related-blog-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
  transform: translateY(-4px);
}
.related-blog-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.related-blog-content {
  padding: 15px;
}
.related-blog-content h4 {
  margin: 8px 0;
  font-size: 18px;
  line-height: 1.4;
}
.related-category {
  color: #0d8b4c;
  font-size: 13px;
  font-weight: 600;
}
.related-blog-content small {
  color: #777;
}
.related-blog-item a {
  color: inherit;
  text-decoration: none;
}
.related-blog-date {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    margin-bottom: 8px;
}
.related-category {
    padding: 6px 15px;
    border-radius: 100px;
    border: 1px solid rgb(8 8 8 / 8%);
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: normal;
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: rgb(234 96 4 / 44%);
    backdrop-filter: blur(10px);
}
.related-block {
    position: relative;
}
@media (max-width:991px) {
  #relatedBlogs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:576px) {
  #relatedBlogs {
    grid-template-columns: 1fr;
  }
}

.blog-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}
.blog-gallery > * {
    width: calc(50% - 15px);
}

@media (max-width: 767px) {
    .blog-gallery > * {
        width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .blog-gallery > * {
        width: 100%;
    }
}
img.blog-gallery-img {
    border-radius: 15px;
    margin-bottom: 0px;
}