/*--------------- # Custom Styles for this website # ---------------*/
/* #NSS Style# */

.bottom-wrap {
  background-color: #fff;
  box-shadow: rgba(128, 128, 134, 0.2) 0px 7px 10px 0px;

  border-radius: 10px;
}
.content-wrapper{
  padding: 20px 30px 15px;
}
.meta-wrapper{
  padding: 15px 30px;
  background-color: #e3eff6;
}
.product-title h2 {
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  color: var(--heading-color);
  display: block;
  line-height: 1.3em;

}
.case-study .top-wrap img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.product-title h2 {
  margin-bottom: 0;
}
.content {
  font-size: 17px;
  line-height: 1.6em;
  color: var(--para-color);
  margin-top: 10px;
  margin-bottom: 0px;
 
}
.top-wrap {
  position: relative;
  height: 220px;
}
.top-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-wrap .badge {
  top: 15px;
  position: absolute;
  left: 15px;
  background: #ffa70e;
  border-radius: 0px;
  font-size: 13px;
  padding: 5px 10px;
}
.meta ul {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 15px;
}
.bottom-wrap i {
  color: #832d1c;
  margin-right: 5px;
}
.meta li {
  margin-top: 10px;
  color: #505050;
  font-size: 17px;
  line-height: 1.1em;
}
/* .card-wrapper{
    height: 100%;
    position: relative;
} */
.shuffle-container {
  align-items: center;
}
.card-wrapper.case-study {
  padding-bottom: 30px;
  /* height: 100%; */
}

/* .card-wrapper.shuffle-item {
  height: 100%;
} */

/*======================*/
/* ul .shuffle-filter */
.shuffle-filter {
  margin: 0 auto;
  background: #e3eff6;
  border-radius: 3px;

  width: max-content;
  padding: 10px 15px;
}
.shuffle-filter li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}
.selected {
  text-decoration: underline;
}

/*======================*/
/* ul shuffle-container*/
.shuffle-container {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.card-wrapper.shuffle-item {
  box-shadow: none;
  border-radius: 10px;
}
.case-study .image {
  height: 230px;
  position: relative;
}
.shuffle-filter div {
  border-radius: 5;
  padding: 5px 15px;
  transition: all 0.5s ease;
  font-weight: 600;
  margin-right: 5px;
  font-size: 15px;
  cursor: pointer;
}
.selected,
.shuffle-filter div:hover {
  text-decoration: none;
  color: #fff;
  background: #07294d;
}
