@charset "utf-8";
.wll-home {
  font-family:'Poppins',sans-serif; color:#0f172a; background:#f8fafc;
  line-height:1.6; -webkit-font-smoothing:antialiased;
  --p:#f65304; --sec:#feb47b; --dk:#0f172a; --gr:#475569; --mu:#94a3b8;
  --bg:#f8fafc; --alt:#f1f5f9; --wh:#ffffff; --bd:#e2e8f0; --gn:#22c55e;
}
/*.wll-home *,.wll-home *::before,.wll-home *::after{box-sizing:border-box;margin:0;padding:0;}*/
.wll-home a{text-decoration:none;}
.wll-home ul{list-style:none;}
.wll-home img{max-width:100%;display:block;}

/* BUTTONS */
.wll-home .btn-p{display:inline-flex;align-items:center;gap:7px;background:var(--p);color:#fff;padding:13px 28px;border-radius:7px;font-weight:600;font-size:14px;border:2px solid var(--p);transition:all .25s;cursor:pointer;font-family:inherit;}
.wll-home .btn-p:hover{background:#e04a02;border-color:#e04a02;transform:translateY(-2px);box-shadow:0 8px 22px rgba(246,83,4,.35);}
.wll-home .btn-wh{display:inline-flex;align-items:center;gap:7px;background:#fff;color:var(--dk);padding:13px 28px;border-radius:7px;font-weight:600;font-size:1rem;border:2px solid #fff;transition:all .25s;}
.wll-home .btn-wh:hover{background:var(--primary);border-color:var(--primary); color: #fff;}

/* LABEL */
.wll-home .lbl{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--p);background:#fff;border:1px solid rgba(246,83,4,.22);padding:5px 16px;border-radius:50px;margin-bottom:12px;}

/* SECTION HEADINGS */
.wll-home .sec-title{font-size:clamp(1.7rem,2.8vw,2.3rem);font-weight:700;color:var(--dk);line-height:1.22;margin-bottom:12px;}
.wll-home .sec-sub{font-size:15px;color:var(--gr);max-width:640px;line-height:1.8;}
.wll-home .sec-hdr{margin-bottom:52px;}
.wll-home .sec-hdr.c{text-align:center;}
.wll-home .sec-hdr.c .sec-sub{margin:0 auto;}

/* ══════════════════════════════
   HERO (full-width, no form)
══════════════════════════════ */
.wll-home .hero{background:var(--dk);position:relative;overflow:hidden;padding:40px 0 40px;}
.wll-home .hero::before{content:'';position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(246,83,4,.13) 0%,rgba(254,180,123,.06) 40%,transparent 68%);pointer-events:none;}
.wll-home .hero-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.035) 1px,transparent 1px);background-size:30px 30px;pointer-events:none;}
.wll-home .hero-inner{position:relative;z-index:2;text-align:center;max-width:860px; width:860px;margin:0 auto;}
.wll-home .hero-lbl{display:inline-flex;align-items:center;gap:8px;background:rgba(246,83,4,.14);border:1px solid rgba(246,83,4,.35);color:var(--sec);padding:6px 18px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:22px;}
.wll-home .hero-dot{width:6px;height:6px;background:var(--p);border-radius:50%;animation:wll-pulse 2s ease-in-out infinite;}
@keyframes wll-pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.5;transform:scale(.7);}}
.wll-home .hero-h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:18px;letter-spacing:-.02em;}
.wll-home .hero-h1 em{font-style:normal;background:linear-gradient(90deg,var(--p),var(--sec));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.wll-home .hero-tagline{font-size:17px;font-weight:600;color:rgba(255,255,255,.82);margin-bottom:14px;}
.wll-home .hero-desc{font-size:15px;color:rgba(255,255,255,.75);max-width:640px;margin:0 auto 36px;line-height:1.82;}
.wll-home .hero-checks{display:inline-flex;flex-direction:column;gap:11px;text-align:left;margin:0 auto 36px;max-width:650px;width:100%;}
.wll-home .hero-checks li{font-size:14px;color:rgba(255,255,255,.74);display:flex;align-items:flex-start;gap:11px;line-height:1.55;}
.wll-home .hero-check-ico{width:20px;height:20px;border-radius:50%;background:var(--p);color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.wll-home .hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}

/* ── TECH STRIP ── */
.wll-home .strip{background:var(--wh);border-top:1px solid var(--bd);border-bottom:1px solid var(--bd);padding:18px 0;overflow:hidden;}
.wll-home .strip-row{display:flex;align-items:center;gap:44px;animation:wll-scroll 26s linear infinite;white-space:nowrap;}
.wll-home .stg{font-size:12px;font-weight:600;letter-spacing:.09em;color:var(--gr);text-transform:uppercase;display:flex;align-items:center;gap:7px;flex-shrink:0;}
.wll-home .stg::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--p);flex-shrink:0;}
@keyframes wll-scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* ══════════════════════════════
   SECTIONS
══════════════════════════════ */
.wll-home .sec{padding:80px 0;}
.wll-home .sec-alt{background:var(--alt);}
.wll-home .sec-wh{background:var(--wh);}
.wll-home .sec-dk{background:var(--dk);}

/* ── SERVICE CARDS ── */
.wll-home .svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
@media(max-width:740px){
.wll-home .hero-inner{position:relative;z-index:2;text-align:center;max-width:100%; width:90%;margin:0 auto;}
.wll-home .svc-grid{grid-template-columns:1fr;}}
.wll-home .scard{background:var(--wh);border:1px solid var(--bd);border-radius:16px;padding:26px 24px;transition:all .3s;position:relative;overflow:hidden;display:flex;gap:20px;align-items:flex-start;}
.wll-home .scard::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--p);opacity:0;transition:opacity .3s;}
.wll-home .scard:hover{border-color:rgba(246,83,4,.25);transform:translateY(-5px);box-shadow:0 14px 36px rgba(246,83,4,.10);}
.wll-home .scard:hover::before{opacity:1;}
.wll-home .scard-ico{width:54px;height:54px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:1.55rem;flex-shrink:0; position:relative;}

.wll-home .scard-ico::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius:13px;
	border: 2px solid var(--primary);
	transform: scale(0);
	transition: transform 0.5s ease;
}

/* on hover, expand the border circle */
.wll-home .scard:hover .scard-ico::after {
  transform: scale(1);
}

.wll-home .ico-web{background:rgba(246,83,4,.1);}.wll-home .ico-ecom{background:rgba(139,92,246,.1);}
.wll-home .ico-mern{background:rgba(59,130,246,.1);}.wll-home .ico-html{background:rgba(20,184,166,.1);}
.wll-home .scard-body h3{font-size:15.5px;font-weight:700;color:var(--dk);margin-bottom:5px;}
.wll-home .scard-from{font-size:13px;font-weight:700;color:var(--p);margin-bottom:10px;}
.wll-home .scard-from span{font-size:16px;}
.wll-home .scard-body p{font-size:14px;color:var(--gr);line-height:1.72;margin-bottom:10px;}
.wll-home .scard-ideal{font-size:14px;color:var(--gr);font-style:italic;margin-bottom:16px;}
.wll-home .scard-ideal strong{color:var(--gr);font-style:normal;}
.wll-home .scard-link{display:inline-flex;align-items:center;gap:5px;background:var(--p);color:#fff;padding:8px 18px;border-radius:6px;font-size:13px;font-weight:600;transition:all .25s;}
.wll-home .scard-link:hover{background:#e04a02;transform:translateY(-1px);}

/* ══════════════════════════════
   WHY CHOOSE US — new layout:
   6 feature cards 2-col grid
   + stats bar single row
   + sub-text
══════════════════════════════ */
.wll-home .why-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:40px;}
@media(max-width:640px){.wll-home .why-cards{grid-template-columns:1fr;}}
.wll-home .wcard{background:var(--wh);border:1px solid var(--bd);border-radius:14px;padding:22px 20px;transition:all .5s;display:flex;gap:14px;align-items:flex-start;}
.wll-home .wcard:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 8px 22px rgba(246,83,4,.08);}
.wll-home .wico{width:44px;height:44px;border-radius:11px;background:rgba(246,83,4,.09);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;margin-top:2px;}
.wll-home .wcard h4{font-size:14px;font-weight:700;color:var(--dk);margin-bottom:5px;}
.wll-home .wcard p{font-size:13.5px;color:var(--gr);line-height:1.68;}

/* Stats bar — single row with CTA */
.wll-home .stats-bar{display:flex;align-items:center;gap:0;background:var(--dk);border-radius:16px;overflow:hidden;margin-bottom:20px;}
.wll-home .sbar-stat{flex:1;padding:24px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.08);}
.wll-home .sbar-stat:last-child{border-right:none;}
.wll-home .sbar-n{font-size:2rem;font-weight:800;color:var(--p);display:block;line-height:1;}
.wll-home .sbar-l{font-size:.80rem;color:rgba(255,255,255,.9);font-weight:500;margin-top:4px;}
.wll-home .sbar-cta{padding:24px 28px;flex-shrink:0;display:flex;align-items:center;}
@media(max-width:820px){
  .wll-home .stats-bar{flex-direction:column;}
  .wll-home .sbar-stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.08);width:100%;}
  .wll-home .sbar-stat:last-child{border-bottom:none;}
  .wll-home .sbar-cta{width:100%;justify-content:center;border-top:1px solid rgba(255,255,255,.08);}
}
.wll-home .stats-sub{font-size:14px;color:var(--gr);line-height:1.75;text-align:center;max-width:700px;margin:0 auto;}

/* ══════════════════════════════
   TESTIMONIALS — CAROUSEL
══════════════════════════════ */
.wll-home .carousel-wrap{position:relative;overflow:hidden;margin-bottom:16px;}
.wll-home .carousel-track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);}
.wll-home .tcard{
  min-width:100%;padding:32px 30px;
  background:var(--wh);border:1px solid var(--bd);border-radius:18px;
  flex-shrink:0;
}
.wll-home .tcard-inner{max-width:680px;margin:0 auto;}
.wll-home .tcard-tag{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:50px;margin-bottom:14px;display:inline-block;}
.wll-home .tag-green{background:rgba(34,197,94,.1);color:#15803d;border:1px solid rgba(34,197,94,.2);}
.wll-home .tag-blue{background:rgba(59,130,246,.1);color:#1d4ed8;border:1px solid rgba(59,130,246,.2);}
.wll-home .tag-orange{background:rgba(246,83,4,.1);color:var(--p);border:1px solid rgba(246,83,4,.2);}
.wll-home .tcard-stars{color:#f59e0b;font-size:18px;letter-spacing:3px;margin-bottom:14px;}
.wll-home .tcard-text{font-size:15px;color:var(--gr);line-height:1.78;font-style:italic;margin-bottom:20px;}
.wll-home .tcard-author{display:flex;align-items:center;gap:12px;}
.wll-home .tav{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff;flex-shrink:0;}
.wll-home .tav-o{background:linear-gradient(135deg,#f65304,#feb47b);}
.wll-home .tav-b{background:linear-gradient(135deg,#3b82f6,#06b6d4);}
.wll-home .tav-g{background:linear-gradient(135deg,#22c55e,#14b8a6);}
.wll-home .tname{font-size:14px;font-weight:700;color:var(--dk);}
.wll-home .trole{font-size:12px;color:var(--mu);}

/* Carousel dots */
.wll-home .carousel-dots{display:flex;justify-content:center;gap:8px;margin-bottom:48px;}
.wll-home .cdot{width:8px;height:8px;border-radius:50%;background:var(--bd);cursor:pointer;transition:all .25s;border:none;}
.wll-home .cdot.active{background:var(--p);width:24px;border-radius:4px;}

/* Stats under testimonials — horizontal strip */
.wll-home .testi-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--bd);border-radius:16px;overflow:hidden;background:var(--wh);}
@media(max-width:580px){.wll-home .testi-stats{grid-template-columns:1fr;}}
.wll-home .ts-item{padding:28px 24px;text-align:center;border-right:1px solid var(--bd);}
.wll-home .ts-item:last-child{border-right:none;}
@media(max-width:580px){.wll-home .ts-item{border-right:none;border-bottom:1px solid var(--bd);}
.wll-home .ts-item:last-child{border-bottom:none;}}
.wll-home .ts-num{font-size:2.4rem;font-weight:800;color:var(--p);display:block;line-height:1;}
.wll-home .ts-lbl{font-size:13.5px;color:var(--gr);font-weight:500;margin-top:6px;display:block;}

/* ══════════════════════════════
   PURPLE GRADIENT CTA
══════════════════════════════ */
.wll-home .grad-cta{background:linear-gradient(135deg,#034cae 0%,#764ba2 100%);padding:68px 28px;text-align:center;position:relative;overflow:hidden;}
.wll-home .grad-cta::before{content:'';position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.06);}
.wll-home .grad-cta::after{content:'';position:absolute;bottom:-80px;left:-60px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.04);}
.wll-home .grad-cta h2{font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:500;color:#fff;margin-bottom:28px;position:relative;z-index:2;}
.wll-home .grad-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2;margin-bottom:14px;}
.wll-home .grad-cta .sub-note{font-size:1.1rem;color:var(--bg);position:relative;z-index:2;}

/* ══════════════════════════════
   NEXT STEP CARDS
══════════════════════════════ */
.wll-home .next-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
@media(max-width:680px){.wll-home .next-grid{grid-template-columns:1fr;}}
.wll-home .next-card{border-radius:16px;padding:38px 32px;}
.wll-home .next-card.light{background:var(--wh);border:1px solid var(--bd);}
.wll-home .next-card.dark{background:var(--dk);}
.wll-home .next-card h3{font-size:1.25rem;font-weight:800;margin-bottom:13px;}
.wll-home .next-card.light h3{color:var(--dk);}
.wll-home .next-card.dark h3{color:#fff;}
.wll-home .next-card p{font-size:14px;line-height:1.78;margin-bottom:22px;}
.wll-home .next-card.light p{color:var(--gr);}
.wll-home .next-card.dark p{color:rgba(255,255,255,.58);}
.wll-home .next-checklist{display:flex;flex-direction:column;gap:9px;margin-bottom:26px;}
.wll-home .next-checklist li{font-size:13.5px;display:flex;align-items:center;gap:9px;}
.wll-home .next-checklist li::before{content:'\2713';font-weight:800;color:var(--p);flex-shrink:0;}
.wll-home .next-card.light .next-checklist li{color:var(--gr);}
.wll-home .next-card.dark .next-checklist li{color:rgba(255,255,255,.62);}


/* ══════════════════════════════
   REVEAL ANIMATION
══════════════════════════════ */
.wll-home .rv{opacity:0;transform:translateY(22px);transition:opacity .52s ease,transform .52s ease;}
.wll-home .rv.vs{opacity:1;transform:none;}

.container {
	max-width: 1150px;
	margin: auto;
	padding: 0 18px;
}
.section-title {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.testimonials {
	background:#0b0f1a;
	color:#fff;
	padding:50px 0;
}
.testimonial-card {
	background:rgba(255, 255, 255, 0.08);
	border-radius:20px;
	padding:35px 25px;
	text-align:center;
	max-width:340px;
	margin:0 auto;
	backdrop-filter:blur(10px);
}
.testimonial-card::before {
 content: "“"; /* opening quote mark */
 position: absolute;
 top: 10px;
 left: 20px;
 font-size:3.5rem;
 color: #f98333; /* orange accent */
 font-family: Georgia, serif;
 line-height: 1;
}
.testimonial-card img {
	width:70px;
	height:70px;
	border-radius:50%;
	border:3px solid #ffb703;
	margin-bottom:15px;
}
.testimonial-card h4 {
	margin-bottom:5px;
	font-size:16px;
}
.testimonial-card span {
	font-size:13px;
	color:#FFD804;
}
.testimonial-card p {
	font-size:14px;
	line-height:1.6;
	margin-top:0;
	opacity:.9;
}
.platform-badge, .detail-badge {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 600;
	margin-right: 0.5rem;
}
.platform-badge.shopify {
	background: #4f7800;
	color: white;
}
.platform-badge.turbify {
	background: #0078c1;
	color: white;
}
.detail-badge.emergency {
	background: #ef1c1c;
	color: white;
}
.detail-badge.success {
	background: #4f7800;
	color: white;
}
.rating {
	color: #ffc107;
	font-size: 1rem;
}
/*.testimonial-content {
	margin: 1.5rem 0;
	line-height: 1.6;
}
.highlight {
  background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%);
  padding: 0.1rem 0.3rem;
  border-radius: 3px;
  font-weight: 600;
}*/

.client-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
	border-top: 1px solid #f0f0f0;
	font-size: 0.9rem;
	color: #666;
}
.client-location, .client-source, .client-industry {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.fas, .fab {
	color: #6c757d;
}
.repeat-client {
	border-left: 4px solid #4dabf7;
}
.highlight-card {
	border: 2px solid #ffd43b;
}
.results-card {
	border-left: 4px solid #40c057;
}
.bx-wrapper {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: none !important;
	border: none !important;
	background: transparent !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: var(--bg) !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 8px !important;
	border-radius: 10px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: var(--primary) !important;
}
