.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; }
  }

/* Team page */
/* Team Member Image Circle */
/* Team Member Image Circle */
.ygency-team-member .member-image{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; /* optional */
}

.ygency-team-member .member-image img{
    width: 100%;
    height: 100%;
    object-fit: contain; /* image crop nahi hogi */
    padding-top: 10px;   /* oper se space */
    padding-bottom: 10px; /* neechy se space */
    border-radius: 50%;
}
.ygency-team-member .member-content {
	  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ygency-team-member .read-more{
	margin-top: 14px;
}
.ygency-team-members {
    padding-top: 60px;
    padding-bottom: 60px;
}
/* website Maintaince page */
.maintenance-services {
  background: #050505;
  padding: 70px 20px;
}

.maintenance-container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.maintenance-container h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 45px;
}

.maintenance-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.maintenance-card {
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 14px;
  padding: 35px 18px;
  min-height: 190px;
  transition: 0.3s ease;
}

.maintenance-card:hover {
  transform: translateY(-6px);
  border-color: #6fa847;
  box-shadow: 0 12px 35px rgba(111, 168, 71, 0.18);
}

.maintenance-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  background: #1b1b1b;
  border: 1px solid #2f2f2f;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.maintenance-card h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.maintenance-card p {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .maintenance-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .maintenance-services {
    padding: 50px 15px;
  }

  .maintenance-container h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .maintenance-grid {
    grid-template-columns: 1fr;
  }

  .maintenance-card {
    padding: 30px 18px;
  }
}
.wf-pricing-section {
  background: #06090b;
  padding: 90px 20px;
  color: #fff;
}

.wf-pricing-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.wf-pricing-intro {
  padding: 35px 20px 35px 0;
  align-self: center;
}

.wf-pricing-intro span {
  color: #54e6a5;
  font-weight: 700;
  font-size: 14px;
}

.wf-pricing-intro h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 14px 0 18px;
  color: #fff;
}

.wf-pricing-intro p {
  color: #b8c0c5;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.wf-price-card {
  background: #081018;
  border: 1px solid #152431;
  padding: 45px 30px 30px;
  position: relative;
  transition: 0.3s ease;
}

.wf-price-card:hover {
  transform: translateY(-6px);
  border-color: #54e6a5;
}

.wf-popular {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #54e6a5;
  color: #00130b;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  padding: 8px;
}

.wf-price-card h3 {
  font-size: 20px;
  color: #fff;
  margin: 25px 0 22px;
}

.wf-price {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #fff;
}

.wf-price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.wf-price-card li {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 26px;
  position: relative;
}

.wf-price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #54e6a5;
  font-weight: 800;
}

.wf-price-btn,
.wf-outline-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.wf-price-btn {
  background: #54e6a5;
  color: #00130b;
}

.wf-outline-btn {
  border: 1px solid #263747;
  color: #fff;
}

.wf-price-btn:hover,
.wf-outline-btn:hover {
  background: #fff;
  color: #00130b;
}

/* Tablet */
@media (max-width: 1100px) {
  .wf-pricing-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .wf-pricing-intro {
    padding-right: 0;
  }
}

/* Mobile */
@media (max-width: 650px) {
  .wf-pricing-section {
    padding: 60px 15px;
  }

  .wf-pricing-wrap {
    grid-template-columns: 1fr;
  }

  .wf-pricing-intro h2 {
    font-size: 28px;
  }

  .wf-price-card {
    padding: 42px 22px 25px;
  }

  .wf-price {
    font-size: 34px;
  }
}
.wf-feature-strip {
    background: #000;
    padding: 28px 20px;
    border-top: 1px solid rgba(85, 230, 165, 0.15);
    border-bottom: 1px solid rgba(85, 230, 165, 0.15);
}

.wf-feature-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.wf-feature-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 10px 5px;
}

.wf-feature-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    border: 1px solid rgba(85, 230, 165, 0.25);
    background: rgba(85, 230, 165, 0.08);
    color: #55e6a5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.wf-feature-text h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 6px;
    font-weight: 700;
}

.wf-feature-text p {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Tablet */
@media (max-width: 992px) {

    .wf-feature-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {

    .wf-feature-strip {
        padding: 20px 15px;
    }

    .wf-feature-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wf-feature-box {
        padding: 14px;
        border: 1px solid rgba(85, 230, 165, 0.12);
        border-radius: 12px;
        background: #080808;
    }

    .wf-feature-text h3 {
        font-size: 16px;
    }

    .wf-feature-text p {
        font-size: 13px;
    }
}
/* Menu fixing */
/* Parent dropdown item */
.main-menu li {
    position: relative;
}

/* Second level dropdown */
.main-menu li ul {
    position: absolute;
    top: 0;
    left: 100%; /* default right side */
    min-width: 260px;
    background: #02050a;
    z-index: 9999;
}

/* FIX: keep submenu closer */
.main-menu li ul.sub-menu {
    left: calc(100% - 20px); /* adjust this value */
}

/* Optional better spacing */
.main-menu li ul li a {
    padding: 14px 20px;
    color: #fff;
}

/* Hover color */
.main-menu li ul li a:hover {
    color: #55e6a5;
}