.hero .carousel {
  text-align: center;
}

.section-title {
  padding-bottom: 30px!important;
  position: relative;
}
.section-title h2 {
color: var(--heading-color);
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--heading-font);
  padding: 20px;
}
.text-justify{
  text-align: justify!important;
}

.about-2 .tab-content h6 {
  font-size: 14px;
  margin: 0;
  font-weight:800;
  color: var(--default-color);
}

.services h4 {
  color: var(--heading-color);
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--heading-font);
  padding: 20px;
}

.recent-posts-widget .post-item img {
  width: 161px !important;
  margin-right: 15px;
}

  .post-img {
    position: relative;
  }

  .image-overlay-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); /* semi-transparent dark overlay */
    color: #fff;
    padding: 15px;
    width: 100%;
  }

  .image-overlay-info h2 {
    font-size: 18px;
    margin: 0 0 5px;
  }

  .image-overlay-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    font-size: 14px;
  }

  .image-overlay-info ul li {
    display: flex;
    align-items: center;
  }

  .image-overlay-info ul li i {
    margin-right: 5px;
  }

  .blog-posts .post-img {
  max-height: 390px;
  margin:0px;
  overflow: hidden;
}


.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding:0px!important;
  height: 100%;
}

.widgets-container {
  background-color: var(--surface-color);
  padding:0px!important;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 10px;         /* spacing between items */
  font-size: 14px;
  color: #555;
  flex-wrap: nowrap; /* prevents breaking into new line */
}

.post-meta span {
  display: flex;
  align-items: center;
  white-space: nowrap; /* ensures text stays in one line */
}

.post-meta i {
  margin-right: 5px;
  color: #888;
}

.blog-posts .title {
  font-size: 18px !important;
  font-weight: 700;
  padding: 0;
  margin: 20px 0;
}

.blog-posts h4 {
  font-size: 18px !important;
  font-weight: 700;
  padding: 0;
  margin: 20px 0;
}


.widget-item {
  margin-bottom:0px;
  padding-top: 10px;
}



.header .logo img {
  max-height: 50px!important;
  margin-right: 8px;
}


.footer {
  color: var(--default-color);
  background-color: #333!important;
  font-size: 14px;
  position: relative;
}