.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;
}
/*  new page*/
  /* ── HERO ── */
 /* ── HERO ── */
  .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 5% 40px;
    overflow: hidden;
  }

  /* dark overlay so right-side photo blends */
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to right,
      #0a0a0a 0%,
      #0a0a0a 45%,
      rgba(10,10,10,0.7) 65%,
      rgba(10,10,10,0.2) 100%
    );
    z-index: 1;
  }

  /* right-side man photo via CSS – using a placeholder gradient that mimics dark photo bg */
  .hero-photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background:
      url('https://images.unsplash.com/photo-1607990281513-2c110a25bd8c?w=900&q=80')
      center/cover no-repeat;
    z-index: 0;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }

  .hero-left { display: flex; flex-direction: column; gap: 20px; }

  .eyebrow {
		font-family:inter
font-weight:500
font-size:18px;
line-height:10px;
color:#55e6a5;
    display: flex;
    align-items: center;
    gap: 8px;
   
    letter-spacing: 0.12em;
    text-transform: uppercase;
   
  }
  .eyebrow::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background: var(--green);
    border-radius: 2px;
  }

  .hero-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;;
    letter-spacing: -0.02em;
  }
  .hero-title .accent { color: #55e6a5; }

  .hero-desc {
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.7;
    color: #d1d5db;
    max-width: 480px;
  }

  .hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 6px;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--green);
    color: #55e6a5;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 26px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .btn-primary:hover { background: var(--green-dark); }
  .btn-primary svg { flex-shrink: 0; }

  .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--text);
    font-weight: 600;
    font-size: 15px;
    padding: 13px 25px;
    border-radius: 6px;
    border: 1.5px solid rgba(255,255,255,0.3);
    text-decoration: none;
    transition: border-color 0.2s;
  }
  .btn-secondary:hover { border-color: #fff; }

  /* ── BROWSER MOCKUP ── */
  .hero-right { position: relative; }

  .browser-wrap {
    background: #1a1a1a;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    box-shadow: 0 25px 60px rgba(0,0,0,0.6);
  }

  .browser-bar {
    background: #252525;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #333;
  }

  .browser-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #e5e7eb;
  }
  .browser-brand-icon {
    width: 16px; height: 16px;
    border: 2px solid #55e6a5;
    border-radius: 3px;
  }

  .browser-nav {
    display: flex;
    gap: 14px;
    font-size: 11px;
    color: #9ca3af;
  }
  .browser-nav a { color: #9ca3af; text-decoration: none; }
  .browser-nav a:hover { color: #fff; }

  .btn-quote {
    background: var(--green);
    color: #55e6a5;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 4px;
    white-space: nowrap;
  }

  /* inner mockup hero */
  .inner-hero {
    background: #111;
    padding: 22px 20px 18px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
  }
  .inner-hero-text h2 {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .inner-hero-text h2 span { color: var(--green); }
  .inner-hero-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #9ca3af;
    margin-bottom: 12px;
  }
  .btn-get-started {
    background: var(--green);
    color: #55e6a5;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 5px;
    display: inline-block;
  }
  .inner-person {
    width: 90px;
    height: 90px;
    background: url('https://images.unsplash.com/photo-1607990281513-2c110a25bd8c?w=200&q=80') center/cover no-repeat;
    border-radius: 8px;
    flex-shrink: 0;
  }

  /* feature row inside mockup */
  .inner-features {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background: #2a2a2a;
    border-top: 1px solid #2a2a2a;
  }
  .inner-feat {
    background: #1a1a1a;
    padding: 12px;
    text-align: center;
  }
.inner-feat p {
   font-size:14px;
  }
  .inner-feat-icon {
    width: 22px; height: 22px;
    margin: 0 auto 6px;
    color: #55e6a5;
  }
  .inner-feat h4 { font-size: 10px; font-weight: 700; margin-bottom: 4px; }
  .inner-feat p  { font-size: 9px; color: #9ca3af; line-height: 1.4; }

  /* URL bar */
  .url-bar {
    background: #1a1a1a;
    border-top: 1px solid #2a2a2a;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #9ca3af;
  }
  .url-bar svg { color: var(--green); flex-shrink: 0; }

  /* curved arrow decoration */
  .arrow-deco {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    color: #55e6a5;
    opacity: 0.6;
  }

  /* Google rating badge */
  .rating-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 14px 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    min-width: 170px;
  }
  .rating-badge .label { font-size: 12px; color: #9ca3af; margin-bottom: 4px; }
  .rating-badge .score {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .stars { color: gold; font-size: 16px; letter-spacing: 1px; }
  .rating-badge .reviews { font-size: 11px; color: #9ca3af; margin-top: 3px; }

  /* ── FEATURE CARDS (bottom row) ── */
  .features {
    position: relative;
    z-index: 2;
    background: var(--bg);
    padding: 0 5% 60px;
  }

  .features-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .feat-card {
    background: #111;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .feat-icon {
    flex-shrink: 0;
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 8px;
    background: rgba(34,197,94,0.08);
    color: #55e6a5;
  }

  .feat-card h3 { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
  .feat-card p  { font-size: 12px; line-height: 1.55; color: #9ca3af; }

  /* ── RESPONSIVE ── */
  @media (max-width: 1024px) {
    .features-grid { grid-template-columns: repeat(2,1fr); }
  }

  @media (max-width: 768px) {
    .hero-photo { width: 100%; opacity: 0.15; }
    .hero::before { background: rgba(10,10,10,0.85); }
    .hero-content { grid-template-columns: 1fr; gap: 40px; }
    .hero-right { display: none; }
    .features-grid { grid-template-columns: repeat(2,1fr); }
  }

  @media (max-width: 480px) {
    .hero { padding: 50px 5% 30px; }
    .features-grid { grid-template-columns: 1fr; }
    .hero-buttons { flex-direction: column; }
    .btn-primary, .btn-secondary { justify-content: center; }
  }