/* project text */
.proj-txt,
.proj-txt .elementor-widget-container,
.proj-txt p {
    max-width: 100%;
    width: 100%;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
}

.proj-txt p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* parent column/container overflow fix */
.elementor-element-0c9fc60,
.elementor-element-94c0100 {
    overflow: hidden;
}
/* end project */
.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;
}
/* About us page/ */
.wf-story-section {
  padding: 70px 20px;
  background: #02050a;
  font-family: Arial, sans-serif;
}

.wf-story-container {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.wf-story-images {
  position: relative;
  min-height: 480px;
}

.wf-img {
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

..wf-img-one {
  width: 390px;
  height: 320px;
  border-radius: 18px;
}

.wf-img-two {
  width: 300px;
  height: 240px;
  position: absolute;
  left: 240px;
  top: 180px;
  border-radius: 18px;
}

.wf-experience-box {
  left: 40px;
  top: 300px;
  width: 155px;
  height: 155px;
  border-radius: 16px;
  background: linear-gradient(135deg,#55e6a5,#0f1720);
  color: #fff;
  box-shadow: 0 0 35px rgba(85,230,165,0.25);
text-align:center;
padding-top:5px;
}

.wf-experience-box h3 {
  font-size: 42px;
  color: #fff;
}

.wf-experience-box p {
  color: rgba(255,255,255,0.9);
}

.wf-subtitle {
  color: #55e6a5;
  font-size: 13px;
  font-weight: 700;
}

.wf-story-content h2 {
  font-size: 32px;
  line-height: 1.25;
  color: #fff !important;
  margin: 12px 0;
}

.wf-line {
  width: 45px;
  height: 3px;
  background: #fff;
  margin: 18px 0 28px;
}

.wf-story-content p {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
	 max-width: 560px;
}

.wf-features {
  margin-top: 30px;
  border: 1px solid #e5e9ee;
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 15px;
  gap: 15px;
}

.wf-features div {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wf-features span {
  color: #fff;
  font-size: 18px;
}
.wf-story-section,
.wf-location-section{
   position: relative;
}

.wf-story-section::after,
.wf-location-section::before{
   content:"";
   position:absolute;
   left:50%;
   transform:translateX(-50%);
   width:70%;
   height:1px;
   background:linear-gradient(to right,transparent,#55e6a5,transparent);
   opacity:.25;
}

@media (max-width: 900px) {
  .wf-story-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .wf-story-images {
    max-width: 460px;
    margin: auto;
  }
}

@media (max-width: 520px) {
  .wf-story-section {
    padding: 45px 15px;
  }

  .wf-story-images {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .wf-img-one,
  .wf-img-two {
    width: 100%;
    height: auto;
    position: static;
  }

  .wf-experience-box {
    position: static;
    width: 100%;
    height: auto;
		padding-left:10px;
		text-align: center;
  }

  .wf-story-content h2 {
    font-size: 26px;
  }

  .wf-features {
    grid-template-columns: 1fr;
  }
}
/* last section of about us page */
.wf-location-section {
  background: radial-gradient(circle at center, rgba(85,230,165,0.12), #02070b 55%);
  padding: 90px 20px;
  color: #fff;
  overflow: hidden;
}

.wf-location-container {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 55px;
  align-items: center;
}

.wf-location-content {
  text-align: left;
}

.wf-location-icon {
  font-size: 54px;
  color: #55e6a5;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 18px rgba(85,230,165,0.7));
}

.wf-location-subtitle {
  color: #55e6a5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.wf-location-content h2 {
  font-size: 46px;
  line-height: 1.2;
  margin: 14px 0 18px;
  color: #fff;
}

.wf-location-content p {
  font-size: 20px;
  color: #d8d8d8;
  line-height: 1.7;
}

.wf-map-btn {
  display: inline-block;
  margin-top: 22px;
  color: #02070b;
  background: #55e6a5;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 25px rgba(85,230,165,0.45);
}

.wf-map-box {
  height: 360px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(85,230,165,0.25);
  box-shadow: 0 0 45px rgba(85,230,165,0.12);
}

.wf-map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) invert(92%) contrast(90%);
}

@media (max-width: 900px) {
  .wf-location-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wf-location-content {
    text-align: center;
  }

  .wf-location-content h2 {
    font-size: 34px;
  }
}
@media (min-width: 1025px) {
  .elementor-element-0c9fc60 {
    max-width: 52% !important;
    width: 52% !important;
    flex: 0 0 52% !important;
  }

  .elementor-element-94c0100 {
    max-width: 48% !important;
    width: 48% !important;
    flex: 0 0 48% !important;
  }

  #proj-txt {
    max-width: 360px !important;
    width: 360px !important;
  }

  #proj-txt p {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.6 !important;
  }
}
/*  menu fix*/
/* Services submenu 3rd level fix */
.ygency-nav-menu .nav-menu-wrapper ul.sub-menu li.menu-item-has-children {
    position: relative;
}

.ygency-nav-menu .nav-menu-wrapper ul.sub-menu li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 320px;
    display: none;
    background: #070b12;
    z-index: 99999;
}

.ygency-nav-menu .nav-menu-wrapper ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}

/* text tidy */
.ygency-nav-menu .nav-menu-wrapper ul.sub-menu li a {
    white-space: normal;
    line-height: 1.3;
}

/* right side cut issue */
.ygency-nav-menu .nav-menu-wrapper {
    overflow: visible !important;
}

.ygency-nav-menu,
.ygency-nav-menu .navbar-collapse,
.ygency-nav-menu .navbar-nav {
    overflow: visible !important;
}
.ygency-nav-menu .nav-menu-wrapper ul.sub-menu li.menu-item-has-children > ul.sub-menu {
    right: 100%;
    left: auto;
}

/* pricing page */
.wf-cost-section{
  background:#000;
  color:#fff;
  padding:70px 20px;
  font-family:Arial, sans-serif;
}

.wf-container{
  max-width:1180px;
  margin:auto;
}

.wf-section-head{
  text-align:center;
  margin-bottom:35px;
}

.wf-section-head span,
.wf-value-content span{
  color:#000;
  font-weight:700;
  font-size:13px;
  letter-spacing:1px;
}

.wf-section-head h2{
  font-size:38px;
  margin:10px 0;
}

.wf-section-head p{
  color:#000;
  max-width:600px;
  margin:auto;
  line-height:1.6;
}

.wf-factor-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-bottom:45px;
}

.wf-factor-card{
  background:#f8fffb;
  color:#111;
  text-align:center;
  padding:35px 22px;
  border-radius:14px;
  border:1px solid rgba(85,230,165,.7);
  box-shadow:0 0 18px rgba(85,230,165,.45);
  transition:.3s ease;
}

.wf-factor-card:hover{
  transform:translateY(-7px);
  box-shadow:0 0 30px rgba(85,230,165,.75);
}

.wf-icon{
  font-size:42px;
  color:#000;
  margin-bottom:18px;
}

.wf-factor-card h3{
  font-size:20px;
  margin-bottom:12px;
	color:#000;
}

.wf-factor-card p{
  font-size:15px;
  line-height:1.7;
  color:#333;
}

.wf-value-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:35px;
  background:#f8fffb;
  color:#111;
  padding:40px;
  border-radius:18px;
  border:1px solid #55e6a5;
  box-shadow:0 0 25px rgba(85,230,165,.6);
  margin-bottom:35px;
}

.wf-value-content h2{
  font-size:36px;
  line-height:1.2;
  margin:12px 0;
	color:#000;
}

.wf-value-content > p{
  color:#333;
  line-height:1.7;
}

.wf-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 24px;
  margin-top:20px;
}

.wf-points p{
  margin:0;
  color:#222;
  font-size:15px;
}

.wf-value-image img{
  width:100%;
  border-radius:14px;
  display:block;
}

.wf-cta-box{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:25px;
  background:#55e6a5;
  color:#fff;
  padding:32px 40px;
  border-radius:8px;
  box-shadow:0 0 22px rgba(85,230,165,.65);
}

.wf-cta-icon{
  width:72px;
  height:72px;
  border-radius:50%;
  background:#fff;
  color:#55e6a5;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
}

.wf-cta-text h2{
  font-size:32px;
  margin:0 0 8px;
}

.wf-cta-text p{
  margin:0;
  line-height:1.6;
}

.wf-cta-buttons{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.wf-btn{
  padding:14px 24px;
  border-radius:8px;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  display:inline-block;
}

.wf-btn-light{
  background:#fff;
  color:#22b873;
}

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

@media(max-width:991px){
  .wf-factor-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .wf-value-box,
  .wf-cta-box{
    grid-template-columns:1fr;
    text-align:center;
  }

  .wf-cta-icon{
    margin:auto;
  }

  .wf-cta-buttons{
    justify-content:center;
  }
}

@media(max-width:575px){
  .wf-cost-section{
    padding:50px 15px;
  }

  .wf-section-head h2,
  .wf-value-content h2,
  .wf-cta-text h2{
    font-size:28px;
  }

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

  .wf-value-box{
    padding:25px;
  }

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

  .wf-cta-box{
    padding:28px 20px;
  }

  .wf-btn{
    width:100%;
    text-align:center;
  }
}
/* Hire web developer page */
.wf-results-section{
  background:#000;
  color:#fff;
  padding:70px 20px;
  font-family:Arial, sans-serif;
  overflow:hidden;
}

.wf-container{
  max-width:1180px;
  margin:auto;
}

.wf-head,
.wf-process-head{
  text-align:center;
}

.wf-head span,
.wf-process-head span{
  color:#55e6a5;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
}

.wf-head h2,
.wf-process-head h2{
  font-size:38px;
  margin:14px 0;
  line-height:1.2;
}

.wf-head h2 b,
.wf-process-head h2 b{
  color:#55e6a5;
}

.wf-head p{
  color:#cfcfcf;
  font-size:18px;
  margin-bottom:35px;
}

.wf-result-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  margin-bottom:60px;
}

.wf-result-card{
  background:linear-gradient(180deg,#101417,#050606);
  border:1px solid rgba(85,230,165,.18);
  border-radius:10px;
  padding:30px 16px;
  text-align:center;
  min-height:220px;
  box-shadow:0 0 20px rgba(85,230,165,.08);
  transition:.3s ease;
}

.wf-result-card:hover{
  transform:translateY(-8px);
  border-color:#55e6a5;
  box-shadow:0 0 30px rgba(85,230,165,.35);
}

.wf-icon{
  color:#55e6a5;
  font-size:42px;
  margin-bottom:22px;
}

.wf-result-card h3{
  font-size:18px;
  margin-bottom:15px;
}

.wf-result-card p{
  color:#bfbfbf;
  line-height:1.7;
  font-size:15px;
  margin:0;
}

.wf-process-head{
  margin-bottom:35px;
}

.wf-process{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:25px;
  position:relative;
}

.wf-process:before{
  content:"";
  position:absolute;
  top:45px;
  left:8%;
  right:8%;
  height:2px;
  border-top:2px dashed rgba(85,230,165,.45);
}

.wf-process-item{
  text-align:center;
  position:relative;
  z-index:1;
}

.wf-process-icon{
  width:90px;
  height:90px;
  margin:0 auto 18px;
  border-radius:50%;
  background:#06130e;
  border:2px solid rgba(85,230,165,.65);
  color:#55e6a5;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  box-shadow:0 0 25px rgba(85,230,165,.22);
}

.wf-process-item h3{
  font-size:18px;
  margin-bottom:10px;
}

.wf-process-item p{
  color:#cfcfcf;
  line-height:1.7;
  margin:0;
  font-size:15px;
}

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

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

  .wf-process:before{
    display:none;
  }
}

/* Mobile */
@media(max-width:575px){
  .wf-results-section{
    padding:50px 15px;
  }

  .wf-head h2,
  .wf-process-head h2{
    font-size:28px;
  }

  .wf-head p{
    font-size:16px;
  }

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

  .wf-result-card{
    min-height:auto;
    padding:28px 20px;
  }

  .wf-process{
    grid-template-columns:1fr;
    gap:28px;
  }

  .wf-process-icon{
    width:78px;
    height:78px;
    font-size:30px;
  }
}
/* hire page */
.wf-hire-cta-section{
  background:#000;
  padding:50px 20px;
  font-family:Arial, sans-serif;
}

.wf-hire-cta-box{
  max-width:1180px;
  margin:auto;
  padding:38px 45px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  border:1px solid rgba(85,230,165,.75);
  border-radius:18px;
  background:
    radial-gradient(circle at right, rgba(85,230,165,.28), transparent 35%),
    linear-gradient(180deg,#07120d,#020403);
  box-shadow:
    0 0 20px rgba(85,230,165,.35),
    inset 0 0 35px rgba(85,230,165,.08);
}

.wf-hire-icon{
  width:80px;
  height:80px;
  border-radius:50%;
  background:#55e6a5;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  box-shadow:0 0 25px rgba(85,230,165,.7);
}

.wf-hire-content h2{
  font-size:32px;
  color:#fff;
  margin:0 0 8px;
  line-height:1.2;
}

.wf-hire-content h2 span{
  color:#55e6a5;
}

.wf-hire-content p{
  margin:0;
  color:#ddd;
  font-size:18px;
}

.wf-hire-buttons{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.wf-hire-btn{
  padding:16px 28px;
  border-radius:8px;
  text-decoration:none;
  font-weight:700;
  font-size:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.3s ease;
}

.wf-main-btn{
  background:#55e6a5;
  color:#000;
}

.wf-outline-btn{
  border:1px solid rgba(85,230,165,.8);
  color:#fff;
  background:transparent;
}

.wf-hire-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 0 22px rgba(85,230,165,.55);
}

@media(max-width:991px){
  .wf-hire-cta-box{
    grid-template-columns:1fr;
    text-align:center;
  }

  .wf-hire-icon{
    margin:auto;
  }

  .wf-hire-buttons{
    justify-content:center;
  }
}

@media(max-width:575px){
  .wf-hire-cta-section{
    padding:35px 15px;
  }

  .wf-hire-cta-box{
    padding:30px 20px;
  }

  .wf-hire-content h2{
    font-size:26px;
  }

  .wf-hire-content p{
    font-size:16px;
  }

  .wf-hire-buttons{
    flex-direction:column;
  }

  .wf-hire-btn{
    width:100%;
  }
}