.esi-sf-form {
  margin-bottom: 20px;
}
.esi-sf-form input,
.esi-sf-form select {
  padding: 8px;
  margin-right: 10px;
}
.esi-sf-results ul {
  list-style: none;
  padding: 0;
}

.esi-sf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.esi-sf-card {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fafafa;
}
.esi-pagination {
  text-align: center;
  margin-top: 30px;
}

.esi-pagination a {
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 3px 13px;
  margin: 0 4px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.esi-pagination a.next,
.esi-pagination a.prev {
  width: auto;
}
.esi-pagination a:hover,
.esi-pagination a:focus {
  background-color: #178aad;
  color: #fff;
  border-color: #178aad;
}

.esi-pagination a.active,
.esi-pagination a[style*="font-weight:bold;"] {
  background-color: #178aad;
  color: #fff;
  border-color: #178aad;
  font-weight: bold;
}

/* Blog Listing */
.blog-item-wrap {
  box-shadow: 0 0 20px #0000003b;
  border-radius: 8px;
}
.blog-item-wrap .blog-cnt-wrap {
  padding: 10px 20px 20px;
}
.blog-item-wrap .blog-img-wrap img {
  border-radius: 8px 8px 0 0;
}
.blog-item-wrap h3 a {
  font-size: 17px;
  margin-top: 15px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
}
.blog-item-wrap h3 {
    line-height: 22px;
}
.blog-item-wrap h3 a:hover,
.blog-item-wrap h3 a:focus {
  color: #0291BD;
}
p.no-posts-found {
  font-size: 20px;
  color: #000000;
}
.blog-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-item-wrap:hover img {
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-item-wrap img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-img-wrap .esi-blog-taxonomy.blog-type {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #178aad;
  padding: 3px 15px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.esi-blog-taxonomy.services span.service-term {
  background: #2A363E;
  color: #ffffff;
  padding: 5px 10px;
  margin: 3px 6px 3px 0;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
a.ele-read-more, a.ele-read-more:hover {
  color: #0291BD;
  display: inline-block;
  width: auto;
}
a.ele-read-more:after {
  content: "";
  display: block;
  height: 1px;
  background: #0291BD;
  width: 0;
  transition: all 0.5s;
}
.blog-item-wrap:hover a.ele-read-more:after {
  width: 100%;
  transition: all 0.5s;
}
.esi-blog-taxonomy.industries span {
  color: #2362bf;
}
.esi-blog-taxonomy.industries span:before {
  content: "#";
}
.blog-cnt-wrap p {
  font-size: 16px;
}
/* Blog Filter */
.esi-filters .esi-filter-inner {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 30px #0000001a;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 1;
  width: 100%;
  transition: background-color 0.3s ease;
}
.esi-checkbox-group {
  display: inline-block;
  width: 100%;
}
.esi-checkbox-group label {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 15px;
  margin: 10px 0 !important;
}
.esi-checkbox-group strong {
  color: #000000;
}
.esi-checkbox-group strong {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.esi-filters input[type=text], .esi-filters select {
  border-color: #c7c7c7;
  border-radius: 8px;
}
