.elementor-3371 .elementor-element.elementor-element-1f6b512e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3371 .elementor-element.elementor-element-1f6b512e:not(.elementor-motion-effects-element-type-background), .elementor-3371 .elementor-element.elementor-element-1f6b512e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-39e67c6 );}/* Start custom CSS for html, class: .elementor-element-6709981e *//* =========================================
   WRIGHTTECH UNIFIED MASTER STYLES V9
   ========================================= */

:root {
  /* LIGHTENED THEME COLORS */
  --ink: #11141b; 
  --ink-alt: #161a23; 
  --white: #ffffff;
  --blue: #0052ff;
  --blue-glow: rgba(0, 82, 255, 0.4);
  --muted: rgba(255, 255, 255, 0.7); 
  --line: rgba(255, 255, 255, 0.12); 
  --glass: rgba(255, 255, 255, 0.05);
  --radius: 24px;
}

.wt { background: var(--ink); color: var(--white); font-family: 'Inter', sans-serif; line-height: 1.6; overflow-x: hidden; }
.wt h1, .wt h2, .wt h3 { font-family: 'Sora', sans-serif; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 15px; }
.wt-container { max-width: 1200px; margin: 0 auto; padding: 0 5%; }
.wt-section { padding: 120px 0; }
.wt-sectionAlt { background: var(--ink-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wt-kicker { color: var(--blue); font-weight: 800; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.15em; display: block; margin-bottom: 15px; }

/* HERO SECTION */
.wt-hero { position: relative; padding: 30px 0 80px; }
.wt-hero-bg { position: absolute; inset: 0; z-index: 0; }
.wt-gridGlow { position: absolute; inset: 0; background: radial-gradient(circle at 15% 15%, var(--blue-glow), transparent 60%); }
.wt-orb { position: absolute; filter: blur(100px); border-radius: 50%; opacity: 0.25; }
.wt-orb-a { width: 500px; height: 500px; background: var(--blue); top: -150px; left: -150px; }
.wt-orb-b { width: 400px; height: 400px; background: #fff; opacity: 0.05; right: -50px; bottom: 50px; }

.wt-nav { position: relative; z-index: 10; display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; }
.wt-pill { display: flex; align-items: center; gap: 10px; background: var(--glass); border: 1px solid var(--line); padding: 10px 20px; border-radius: 99px; font-size: 0.85rem; }
.wt-dot { width: 8px; height: 8px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 10px var(--blue); }
.wt-miniLinks { display: flex; gap: 25px; align-items: center; }
.wt-miniLinks a { font-size: 0.9rem; font-weight: 500; opacity: 0.8; transition: 0.3s; text-decoration: none; color: #fff; }
.wt-miniLinks a:hover { opacity: 1; color: var(--blue); }
.wt-nav-cta { background: #fff; color: #000 !important; font-weight: 700; padding: 10px 24px; border-radius: 99px; }

.wt-hero-grid { position: relative; z-index: 5; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; }
.wt-hero-copy h1 { font-size: clamp(38px, 5vw, 64px); line-height: 1.1; }
.wt-accent { color: var(--blue); background: linear-gradient(90deg, #0052ff, #00d1ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.wt-lead { font-size: 1.15rem; color: var(--muted); margin-bottom: 40px; }

/* IMPROVED HERO PANEL */
.wt-panelCard { background: rgba(255,255,255,0.04); border: 1px solid var(--line); padding: 35px; border-radius: var(--radius); backdrop-filter: blur(20px); }
.wt-status-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0, 82, 255, 0.15); color: var(--blue); padding: 6px 12px; border-radius: 99px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; border: 1px solid var(--blue-glow); }
.wt-pulse { width: 8px; height: 8px; background: var(--blue); border-radius: 50%; position: relative; }
.wt-pulse::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--blue); animation: wt-ripple 2s infinite; }
@keyframes wt-ripple { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(3); opacity: 0; } }
.wt-check { display: flex; gap: 12px; margin-bottom: 12px; font-size: 0.95rem; color: var(--muted); }
.wt-check::before { content: "✓"; color: var(--blue); font-weight: 900; }
.wt-quoteCard { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 25px; font-style: italic; font-size: 0.9rem; }
.wt-quoteCard span { display: block; margin-top: 10px; font-style: normal; font-size: 0.75rem; opacity: 0.5; }

/* TRUST BAR */
.wt-trust-bar { padding: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(0,0,0,0.2); }
.wt-trust-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.wt-trust-item { font-size: 0.9rem; font-weight: 600; color: var(--muted); display: flex; align-items: center; gap: 10px; }
.wt-trust-item span { font-size: 1.2rem; }

/* MARQUEE */
.wt-marquee-container { border: 1px solid var(--line); background: rgba(255,255,255,0.02); border-radius: 16px; overflow: hidden; margin-top: 60px; }
.wt-marquee { padding: 25px 0; }
.wt-marquee-track { display: flex; gap: 60px; animation: scroll 35s linear infinite; white-space: nowrap; width: max-content; }
.wt-marquee span { font-size: 0.85rem; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* GRIDS & LAYOUTS */
.wt-processGrid, .wt-priceGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.wt-maintGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.wt-faqGrid, .wt-testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

/* CARDS */
.wt-processItem, .wt-maintItem, .wt-priceCard, .wt-faqItem, .wt-testimonial-card { background: var(--glass); border: 1px solid var(--line); padding: 40px; border-radius: var(--radius); transition: 0.3s; }
.wt-maintItem { text-align: center; }
.wt-maintIcon { font-size: 2rem; margin-bottom: 15px; display: block; }
.wt-testimonial-card { border-left: 4px solid var(--blue); }
.wt-stars { color: #FFD700; margin-bottom: 15px; font-size: 0.8rem; }
.wt-reviewer { margin-top: 20px; display: flex; flex-direction: column; }
.wt-reviewer strong { font-size: 1rem; color: #fff; }
.wt-reviewer span { font-size: 0.85rem; color: var(--muted); }

/* IMPROVED SERVICES SECTION */
.wt-aboutGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.wt-glassBox { background: rgba(255,255,255,0.04); border: 1px solid var(--line); padding: 40px; border-radius: var(--radius); backdrop-filter: blur(10px); }
.wt-statGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 30px; }
.wt-stat-pill { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--line); padding: 20px; border-radius: 16px; transition: 0.3s ease; }
.wt-stat-pill:hover { background: rgba(255, 255, 255, 0.06); border-color: var(--blue); }
.wt-stat-val { display: block; font-size: 1.5rem; font-family: 'Sora'; font-weight: 800; color: var(--blue); line-height: 1; margin-bottom: 5px; }
.wt-stat-lbl { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); font-weight: 600; }
.wt-svcSmallItem { margin-bottom: 25px; border-left: 3px solid var(--blue); padding-left: 20px; }
.wt-svcHeader { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }

/* PRICING FEATURED */
.wt-priceFeatured { border-color: var(--blue); transform: scale(1.03); background: rgba(0,82,255,0.08); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.wt-featuredTag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--blue); padding: 4px 14px; border-radius: 99px; font-size: 0.75rem; font-weight: 800; }
.wt-bullets li::before { content: "→"; color: var(--blue); font-weight: 900; margin-right: 10px; }

/* FOOTER & CONTACT */
.wt-localCard { background: var(--glass); border: 1px solid var(--line); padding: 60px; border-radius: var(--radius); display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; border-bottom: 4px solid var(--blue); }
.wt-next-steps { background: rgba(0,0,0,0.3); padding: 40px; border-radius: 20px; border: 1px solid var(--line); }
.wt-step-list { list-style: none; padding: 0; margin-top: 20px; }
.wt-step-list li { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; font-size: 0.95rem; }
.wt-step-list li span { width: 28px; height: 28px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.8rem; }
.wt-footer { margin-top: 50px; text-align: center; opacity: 0.5; font-size: 0.85rem; }

/* BUTTONS */
.wt-btn { padding: 16px 32px; border-radius: 12px; font-weight: 700; transition: 0.3s; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.wt-btn-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 30px var(--blue-glow); }
.wt-btn-ghost { border: 1px solid var(--line); color: #fff; }
.wt-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 40px var(--blue-glow); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .wt-hero-grid, .wt-aboutGrid, .wt-maintGrid, .wt-priceGrid, .wt-processGrid, .wt-faqGrid, .wt-testimonial-grid, .wt-localCard, .wt-trust-grid { grid-template-columns: 1fr; flex-direction: column; gap: 40px; }
  .wt-trust-item { justify-content: center; }
  .wt-priceFeatured { transform: scale(1); }
}/* End custom CSS */