/* LVL29 blog listing styles from the HTML reference. */
.page-bl .inner-hero-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.page-bl .inner-hero-section::before {
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.page-bl .inner-hero-section::after {
  display: none;
}

.page-bl .inner-hero-section .inner-hero-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  
  max-width: 1200px;
  padding: 0 16px;
  transform: translate(-50%, -50%);
  text-align: left;
}

.page-bl .inner-hero-section .text-wrap {
  position: relative;
  display: block;
  padding: 0;
}

.page-bl .inner-hero-section .text-overlay {
  display: none;
}

.page-bl .inner-hero-section .inner-hero-content {
  text-align: center;
}

.page-bl .intro-type-1 {
  padding-top: 50px;
  padding-bottom: 0;
}

.page-bl .intro-type-1 .intro-heading .section-title {
  margin-bottom: 12px;
}

.page-bl .new-section.blog[grid-columns="2"] .blog-grid {
  grid-template-columns: repeat(2, 1fr);
}

.page-bl .new-section.blog[grid-columns="3"] .blog-grid {
  grid-template-columns: repeat(3, 1fr);
}

.page-bl .new-section.blog[grid-columns="4"] .blog-grid {
  grid-template-columns: repeat(4, 1fr);
}

.page-bl .new-section.blog .blog-grid {
  gap: 30px;
}

.page-bl .new-section.blog .blog-card {
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.page-bl .new-section.blog .blog-card:hover {
  box-shadow: 0 5px 16px 0 #080f340f;
  transform: translateY(-4px);
}

.page-bl .new-section.blog .blog-card-shadow {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.page-bl .new-section.blog .blog-thumb img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
}

.page-bl .new-section.blog .blog-img-block {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  background-color: #f1efea;
}

.page-bl .new-section.blog .blog-content {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
}

.page-bl .new-section.blog .blog-title {
  margin: 25px 0 0;
  font-size: 1.222rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-bl .new-section.blog .blog-title a {
  color: #502c1e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-bl .new-section.blog .blog-title a:hover {
  color: #9f662d;
}

.page-bl .new-section.blog .blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 0.778rem;
  font-weight: 500;
}

.page-bl .new-section.blog .blog-date {
  color: #4e4e4e;
}

.page-bl .new-section.blog .blog-divider {
  color: #dedede;
}

.page-bl .new-section.blog .blog-category a {
  color: #989898;
  text-decoration: none;
}

.page-bl .new-section.blog .blog-desc {
  flex: 1 1 auto;
  margin: 16px 0 0;
  color: #363636;
  font-weight: 300;
  line-height: 1.6;
}

.page-bl .new-section.blog .blog-readmore {
  align-self: flex-start;
  margin: 18px 0 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #9f662d;
  font-size: 0.778rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.page-bl .new-section.blog .blog-readmore:hover {
  border-bottom-color: #502c1e;
  color: #502c1e;
}

.page-bl .new-section.blog .no-blogs {
  margin-top: 40px;
  color: rgba(80, 44, 30, 0.7);
  font-style: italic;
  text-align: center;
}

.page-bl .inner-hero-section .inner-hero-content { bottom: auto; right: auto; }
.page-bl .inner-hero-section .inner-hero-title { margin-left: auto; margin-right: auto; }
.page-bl .new-section.blog .blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.page-bl .new-section.blog .blog-card { min-width: 0; }
.page-bl .new-section.blog .blog-readmore { color: #9f662d !important; }
.related-post-img-block{
    height: 315px;
    background-color: #d3d3d3;
}
@media (max-width: 1024px) {
  .page-bl .new-section.blog[grid-columns] .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .page-bl .inner-hero-section { height: 320px; }
  .page-bl .new-section.blog[grid-columns] .blog-grid { grid-template-columns: minmax(0, 1fr); }
}
/* Single-post reference styles. */
.page-bs .inner-hero-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.page-bs .inner-hero-section::before {
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.page-bs .inner-hero-section::after {
  display: none;
}
.page-bs .inner-hero-section .inner-hero-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  
  max-width: 1200px;
  padding: 0 16px;
  transform: translate(-50%, -50%);
  text-align: left;
}
.page-bs .inner-hero-section .text-wrap {
  position: relative;
  display: block;
  padding: 0;
}
.page-bs .inner-hero-section .text-overlay {
  display: none;
}
.page-bs .inner-hero-section .inner-hero-content {
  text-align: center;
}
.page-bs .inner-hero-section .text-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.page-bs .new-section.blog-post .main-content {
  color: #363636;
}
.page-bs .new-section.blog-post .blog-date,
.page-bs .new-section.blog-post .blog-time {
  color: #4e4e4e;
}
.page-bs .new-section.blog-post .blog-meta .blog-divider {
  color: #dedede;
}
.page-bs .new-section.blog-post .main-content > .blog-category {
  color: #989898;
}
.page-bs .new-section.blog-post .main-content img {
  border-radius: 8px;
}
.page-bs .new-section.blog-post .main-content h2 {
  margin: 32px 0 16px;
  color: #502c1e;
  font-size: 1.556rem;
  font-weight: 700;
  line-height: 1.35;
}
.page-bs .new-section.blog-post .main-content p {
  margin: 0 0 18px;
  font-weight: 300;
  line-height: 1.8;
}
.page-bs .new-section.blog-post .main-content a {
  color: #9f662d;
  text-decoration: underline;
}
.page-bs .new-section.blog-post .related-title {
  color: #502c1e;
  border-bottom-color: #dedede;
}
.page-bs .new-section.blog-post .italic h4.pt-0 {
  padding-top: 0;
  color: #502c1e;
  border-bottom-color: #dedede;
}
.page-bs .new-section.blog-post .sidebar .search-bar {
  border-color: #e3e3e3;
  border-radius: 8px;
}
.page-bs .new-section.blog-post .sidebar .search-bar input {
  color: #502c1e;
}
.page-bs .new-section.blog-post .sidebar .search-bar input::placeholder {
  color: rgba(80, 44, 30, 0.5);
  opacity: 1;
}
.page-bs .new-section.blog-post .search-bar a.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9f662d;
  font-size: 0.889rem;
  line-height: 1;
}
.page-bs .new-section.blog-post .blg-cat {
  color: #4e4e4e;
}
.page-bs .new-section.blog-post .related-card {
  border-color: #e3e3e3;
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.page-bs .new-section.blog-post .related-card:hover {
  box-shadow: 0 5px 16px 0 #080f340f;
  transform: translateY(-4px);
}
.page-bs .new-section.blog-post .related-badge {
  color: #502c1e;
  box-shadow: 0 5px 16px 0 #080f340f;
}
.page-bs .new-section.blog-post .related-card h4 a {
  color: #502c1e;
  text-decoration: none;
  line-height: 1.45;
  transition: color 0.3s ease;
}
.page-bs .new-section.blog-post .related-card h4 a:hover {
  color: #9f662d;
}
.page-bs .new-section.blog-post .featured .related-card img {
  height: 180px;
}
.page-bs .new-section.blog-post .featured .related-card h4 {
  font-size: 1rem;
}
.page-bs .inner-hero-section .inner-hero-content { bottom: auto; right: auto; }
.page-bs .inner-hero-section .inner-hero-title { margin: 0 auto; overflow-wrap: anywhere; font-size: clamp(2rem, 3.5vw, 4rem); line-height: 1.15; }
.page-bs .new-section.blog-post .search-bar button.search-icon { display: flex; align-items: center; justify-content: center; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); padding: 0; border: 0; background: transparent; color: #9f662d; cursor: pointer; }
@media (max-width: 767px) { .page-bs .inner-hero-section { height: 320px; } }