.blfe-post-grid-item .blfe-post-category a{
	background-color: #55e6a5 !important;
}
#ff_3_description{
	min-height:70px;
	height:70px;
}
#ff_3_names_first_name_, #ff_3_numeric_field, #ff_3_email{
	height:40px;
	padding:5px;
}
.stp{
	margin-top: 40px !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}
/* MAIN TESTIMONIAL CARD */
.ygency-testimonial .testimonial-item {
  background: #080e15;
  padding: 28px 30px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  height: auto;
}

/* HOVER EFFECT (subtle premium feel) */
.ygency-testimonial .testimonial-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.10);
}

/* TEXT */
.ygency-testimonial .testimonial-item .description {
  font-size: 16px;
  line-height: 1.7;
  color: #eaeaea; /* dark bg ke liye */
  margin-bottom: 18px;
}

/* USER SECTION */
.ygency-testimonial .testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

/* USER IMAGE */
.ygency-testimonial .testimonial-footer img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

/* NAME */
.ygency-testimonial .testimonial-footer h4,
.ygency-testimonial .testimonial-footer strong {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

/* DESIGNATION */
.ygency-testimonial .testimonial-footer span {
  font-size: 13px;
  color: #bdbdbd;
}

/* SLIDER SPACING FIX */
.ygency-testimonial .slick-slide {
  padding: 10px;
}

/* REMOVE DEFAULT WEIRD BORDER */
.ygency-testimonial .testimonial-item:before,
.ygency-testimonial .testimonial-item:after {
  display: none;
}
/* Horizontal line under testimonial text */
.ygency-testimonial .testimonial-item .description {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.ygency-testimonial .testimonial-item .description::after {
  content: "";
  display: block;
  width: 100% ;  /* pehle 60px tha, ab long line */
  height: 2px;
  background: #4ade80;
  margin-top: 12px;
  border-radius: 2px;
}