/**
Theme Name: Business Tech Ninjas
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-tech-ninjas
Template: astra
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@500;700;800;900&display=swap');

:root {
  --felt-purple: #6A2C91;
  --felt-blue: #1E5BB8;
  --felt-orange: #F97316;
  --felt-green: #16A34A;
  --felt-black: #111111;
  --felt-off-white: #F4F1EC;
  --felt-mid: #888888;
  --felt-rule: #E0DBD4;
  --felt-text: #2A2A2A;
}
html { scroll-behavior: smooth; }
body.elementor-page { background: var(--felt-off-white); }
body.elementor-page .elementor-section,
body.elementor-page .elementor-widget,
body.elementor-page .elementor-widget-container { box-sizing: border-box; }

/* Base typography */
.felt-native-root,
.felt-nav-section,
.felt-hero-section,
.felt-section,
.felt-footer-section {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.felt-h1 .elementor-heading-title,
.felt-h2 .elementor-heading-title,
.felt-card-title .elementor-heading-title,
.felt-gap-title .elementor-heading-title,
.felt-method-letter .elementor-heading-title,
.felt-method-question .elementor-heading-title,
.felt-pull-quote .elementor-widget-container,
.felt-guilt-quote .elementor-widget-container,
.felt-new-normal .elementor-widget-container,
.felt-optin-h2 .elementor-heading-title {
  font-family: 'Poppins', sans-serif !important;
}
.felt-body .elementor-widget-container,
.felt-next-body .elementor-widget-container {
  font-size: 17px;
  color: #555;
  line-height: 1.85;
}
.felt-body p,
.felt-next-body p { margin: 0 0 20px; }
.felt-body strong { color: var(--felt-black); font-weight: 600; }
.felt-body-light .elementor-widget-container,
.felt-body-light .elementor-widget-container p {
  color: rgba(255,255,255,0.55);
}
.felt-body-light strong { color: #fff; }

/* Fixed nav */
.felt-nav-section {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: rgba(17,17,17,0.97);
  backdrop-filter: blur(10px);
  height: 58px;
  padding: 0 40px;
}
.felt-nav-section .elementor-container { height: 58px; max-width: 1200px; margin: 0 auto; }
.felt-nav-left .elementor-widget-wrap { display: flex !important; align-items: center; gap: 10px; flex-wrap: nowrap; }
.felt-nav-logo { display:flex; align-items:center; gap:10px; }
.felt-nav-tiles { display:flex; gap:3px; }
.felt-nav-tile {
  width:24px; height:24px; border-radius:4px;
  display:flex; align-items:center; justify-content:center;
  font-family:'Poppins', sans-serif; font-weight:900; font-size:13px;
  color:#000;
	    position: relative;
}

/* Noise / texture layer */
.felt-nav-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.65'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  mix-blend-mode: overlay;
}

/* Subtle dark edge / fabric depth */
.felt-nav-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0,0,0,0.22), transparent 45%);
}
.felt-nav-wordmark .elementor-heading-title {
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55) !important;
  margin: 0 !important;
}
.felt-nav-button .elementor-button {
  background: var(--felt-purple) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 8px 18px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}
.felt-nav-button .elementor-button:hover { background:#5a2279 !important; }

/* Decorative tiles */
.felt-tiles { display:flex; gap:6px; justify-content:center; }
.felt-tile {
  border-radius: 10px;
  display:flex; flex-direction:column; align-items:center; justify-content:space-between;
  overflow:hidden; position:relative; box-shadow:0 4px 20px rgba(0,0,0,.35);
}
.felt-tile:before {
     content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.65'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  mix-blend-mode: overlay;
}
.felt-tile:after {
    content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0,0,0,0.22), transparent 45%);
}
.felt-tile.purple { background:var(--felt-purple); }
.felt-tile.blue { background:var(--felt-blue); }
.felt-tile.orange { background:var(--felt-orange); }
.felt-tile.green { background:var(--felt-green); }
.felt-tile-letter { font-family:'Poppins',sans-serif; font-weight:900; color:rgba(0,0,0,.3); line-height:1; flex:1; display:flex; align-items:center; justify-content:center; width:100%; position:relative; z-index:3; }
.felt-tile-band { width:100%;  font-family:'Inter',sans-serif; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#000; text-align:center; position:relative; z-index:3; }
.felt-tile.sz-hero { width:108px; height:154px; }
.sz-hero .felt-tile-letter { font-size:95px;     color: #050505;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.35);font-weight:500;}
.sz-hero .felt-tile-band { font-size:11px; padding:2px 0; }
.felt-tile.sz-small { width:46px; height:52px; border-radius:6px; }
.sz-small .felt-tile-letter { font-size:28px; }
.sz-small .felt-tile-band { font-size:5.5px; padding:3px 0; }

/* Hero */
.felt-hero-section {
  min-height:100vh;
  background:var(--felt-black);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:120px 40px 80px;
  position:relative;
  overflow:hidden;
}
.felt-hero-section:before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse at 20% 60%, rgba(106,44,145,.08) 0%, transparent 55%), radial-gradient(ellipse at 80% 40%, rgba(30,91,184,.08) 0%, transparent 55%);
  pointer-events:none;
}
.felt-hero-section .elementor-container { max-width: 860px; position: relative; z-index:1; }
.felt-eyebrow .elementor-heading-title {
  font-family:'Inter', sans-serif !important;
  font-size:10px !important; font-weight:600 !important;
  letter-spacing:.3em; text-transform:uppercase;
  color:var(--felt-mid) !important; margin:0 0 16px !important;
}
.felt-eyebrow-light .elementor-heading-title { color:rgba(255,255,255,.28) !important; }
.felt-hero-eyebrow .elementor-heading-title { font-weight:500 !important; letter-spacing:.35em; margin-bottom:36px !important; }
.felt-hero-tiles { margin-bottom:44px; }
.felt-h1 .elementor-heading-title {
  font-weight:800 !important;
  font-size:clamp(28px,5vw,52px) !important;
  color:#fff !important; line-height:1.15 !important; letter-spacing:-.02em;
  margin:0 0 24px !important;
}
.felt-h1 .elementor-heading-title span { color:var(--felt-orange); }
.felt-hero-sub .elementor-widget-container {
  font-size:18px; font-weight:300; color:rgba(255,255,255,.5); line-height:1.75; max-width:540px; margin:0 auto 44px;
}
.felt-cta .elementor-button {
  background:var(--felt-purple) !important;
  color:#fff !important;
  font-family:'Inter',sans-serif !important;
  font-size:13px !important; font-weight:700 !important;
  letter-spacing:.12em; text-transform:uppercase;
  text-decoration:none; padding:16px 36px !important; border-radius:6px !important;
  transition:all .2s; box-shadow:0 4px 24px rgba(106,44,145,.4) !important;
}
.felt-cta .elementor-button:hover { background:#5a2279 !important; transform:translateY(-2px); }
.felt-hero-scroll .elementor-heading-title { margin-top:52px; font-size:9px !important; font-weight:500 !important; letter-spacing:.28em; text-transform:uppercase; color:rgba(255,255,255,.15) !important; }

/* Sections */
.felt-section { background:var(--felt-off-white); padding:100px 40px; }
.felt-section .elementor-container { max-width:860px; }
.felt-section-dark { background:var(--felt-black); }
.felt-section-tint { background:#EDE9E2; border-top:1px solid var(--felt-rule); border-bottom:1px solid var(--felt-rule); }
.felt-h2 .elementor-heading-title {
  font-weight:800 !important;
  font-size:clamp(26px,4vw,40px) !important;
  line-height:1.2 !important; letter-spacing:-.02em;
  color:var(--felt-black) !important; margin:0 0 24px !important;
}
.felt-h2-light .elementor-heading-title { color:#fff !important; }
.felt-h2 .elementor-heading-title .accent { color:var(--felt-orange); }
.felt-quote-orange .elementor-widget-container {
  border-left:4px solid var(--felt-orange);
  padding:20px 28px; margin:36px 0;
  background:rgba(255,255,255,.03); border-radius:0 6px 6px 0;
  font-family:'Poppins',sans-serif; font-weight:700; font-size:20px;
  color:rgba(255,255,255,.8); line-height:1.5;
}
.felt-label .elementor-heading-title { font-size:11px !important; font-weight:600 !important; letter-spacing:.25em; text-transform:uppercase; color:rgba(255,255,255,.3) !important; margin: 24px 0 18px !important; }

/* Sign cards */
.felt-card-row { background:var(--felt-black); padding:0 40px 10px; }
.felt-card-row .elementor-container { max-width:860px; gap:10px; }
.felt-sign-card > .elementor-widget-wrap {
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  padding:24px 22px !important;
  position:relative;
  overflow:hidden;
  min-height:190px;
}
.felt-card-num { position:absolute !important; top:6px; right:14px; z-index:0;text-align:right;}
.felt-card-num .elementor-heading-title { font-family:'Poppins',sans-serif !important; font-weight:900 !important; font-size:60px !important; color:rgba(255,255,255,.04) !important; line-height:1 !important; }
.felt-card-title .elementor-heading-title { font-weight:700 !important; font-size:15px !important; color:#fff !important; line-height:1.35 !important; margin:0 0 8px !important; position:relative; z-index:1; }
.felt-card-body .elementor-widget-container { font-size:13.5px; color:rgba(255,255,255,.42); line-height:1.7; position:relative; z-index:1; }
.felt-reframe-section { background:var(--felt-black); padding:26px 40px 100px; }
.felt-reframe-section .elementor-container { max-width:860px; }
.felt-reframe .elementor-widget-container { padding:26px 30px; background:rgba(106,44,145,.12); border:1px solid rgba(106,44,145,.3); border-radius:8px; font-size:16px; color:rgba(255,255,255,.7); line-height:1.8; }
.felt-reframe strong { color:#fff; }

/* Story */
.felt-pull-quote .elementor-widget-container { font-weight:700; font-size:clamp(18px,2.5vw,25px); color:var(--felt-black); line-height:1.45; border-left:4px solid var(--felt-purple); padding-left:28px; margin:40px 0; }
.felt-signature .elementor-widget-container { font-weight:600; color:#111; margin-top:32px; }

/* Gap */
.felt-gap-row { background:#EDE9E2; padding:0 40px 6px; }
.felt-gap-row .elementor-container { max-width:860px; }
.felt-gap-col > .elementor-widget-wrap { background:#E6E1D9; border:1px solid #D8D2C9; border-radius:8px; padding:26px 24px !important; }
.felt-gap-eyebrow .elementor-heading-title { font-family:'Inter',sans-serif !important; font-size:9px !important; font-weight:600 !important; letter-spacing:.28em; text-transform:uppercase; color:var(--felt-mid) !important; margin:0 0 10px !important; }
.felt-gap-title .elementor-heading-title { font-weight:800 !important; font-size:18px !important; color:var(--felt-black) !important; margin:0 0 12px !important; }
.felt-gap-body .elementor-widget-container { font-size:14px; color:#666; line-height:1.75; }
.felt-gap-weakness .elementor-widget-container { font-size:13px; font-weight:600; color:var(--felt-orange); margin-top:14px; padding-top:14px; border-top:1px solid #D8D2C9; }
.felt-gap-plus .elementor-heading-title { width:30px; height:30px; background:var(--felt-black); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff !important; font-size:18px !important; font-weight:300 !important; margin:52px auto 0 !important; }
.felt-bridge-section { background:#EDE9E2; padding:0 40px 100px; border-bottom:1px solid var(--felt-rule); }
.felt-bridge-section .elementor-container { max-width:860px; }
.felt-gap-bridge .elementor-widget-container { margin-top:6px; padding:26px 30px; background:var(--felt-black); border-radius:8px; text-align:center; font-size:17px; font-weight:300; color:rgba(255,255,255,.75); line-height:1.75; }
.felt-gap-bridge strong { color:#fff; font-weight:700; }

/* Method cards */
.felt-method-row { background:var(--felt-black); padding:0 40px 6px; }
.felt-method-row-last { padding-bottom:100px; }
.felt-method-row .elementor-container { max-width:860px; gap:6px; }
.felt-method-card > .elementor-widget-wrap { border-radius:10px; overflow:hidden; position:relative; box-shadow:0 4px 24px rgba(0,0,0,.3); padding:0 !important; }
.felt-method-card.mc-f > .elementor-widget-wrap { background:var(--felt-purple); }
.felt-method-card.mc-e > .elementor-widget-wrap { background:var(--felt-blue); }
.felt-method-card.mc-l > .elementor-widget-wrap { background:var(--felt-orange); }
.felt-method-card.mc-t > .elementor-widget-wrap { background:var(--felt-green); }
.felt-method-card > .elementor-widget-wrap:before { content:''; position:absolute; inset:0; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)' opacity='0.14'/%3E%3C/svg%3E"); mix-blend-mode:overlay; pointer-events:none; z-index:0; }
.felt-method-letter .elementor-heading-title { font-weight:900 !important; font-size:96px !important; line-height:1 !important; color:rgba(0,0,0,.28) !important; text-align:center; padding:28px 20px 16px; position:relative; z-index:2; }
.felt-method-word .elementor-heading-title { font-family:'Inter',sans-serif !important; font-size:9px !important; font-weight:700 !important; letter-spacing:.18em; text-transform:uppercase; color:rgba(255,255,255,.65) !important; background:rgba(0,0,0,.2); padding:7px 20px; text-align:center; position:relative; z-index:2; margin:0 !important; }
.felt-method-question .elementor-heading-title { font-weight:700 !important; font-size:14px !important; color:rgba(0,0,0,.6) !important; line-height:1.4 !important; margin:0 0 8px !important; padding:18px 22px 0; background:rgba(0,0,0,.18); position:relative; z-index:2; }
.felt-method-desc .elementor-widget-container { font-size:13px; color:rgba(0,0,0,.48); line-height:1.7; background:rgba(0,0,0,.18); padding:0 22px 22px; position:relative; z-index:2; }

/* What happens next */
.felt-guilt-card > .elementor-widget-wrap { background:var(--felt-black); border-radius:10px; padding:40px 40px 36px !important; margin:24px 0 44px; position:relative; overflow:hidden; }
.felt-guilt-card > .elementor-widget-wrap:before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 10% 80%, rgba(106,44,145,.12) 0%, transparent 50%), radial-gradient(ellipse at 90% 20%, rgba(249,115,22,.08) 0%, transparent 50%); pointer-events:none; }
.felt-guilt-quote .elementor-widget-container { font-weight:700; font-size:clamp(18px,2.5vw,24px); color:#fff; line-height:1.5; position:relative; z-index:1; margin-bottom:20px; }
.felt-guilt-quote .highlight { color:var(--felt-orange); }
.felt-guilt-body .elementor-widget-container { font-size:16px; font-weight:300; color:rgba(255,255,255,.55); line-height:1.8; position:relative; z-index:1; }
.felt-guilt-body strong { color:rgba(255,255,255,.85); font-weight:600; }
.felt-new-normal .elementor-widget-container { background:var(--felt-purple); border-radius:10px; padding:36px; margin-top:40px; font-weight:700; font-size:clamp(18px,2.5vw,24px); color:#fff; line-height:1.55; position:relative; overflow:hidden; }

/* Opt-in */
.felt-optin-section { background:var(--felt-black); padding:100px 40px; text-align:center; }
.felt-optin-section .elementor-container { max-width:580px; }
.felt-optin-tiles { margin-bottom:40px; }
.felt-optin-h2 .elementor-heading-title { font-weight:800 !important; font-size:clamp(24px,3.5vw,36px) !important; line-height:1.2 !important; color:#fff !important; margin:0 0 20px !important; }
.felt-optin-sub .elementor-widget-container { font-size:16px; font-weight:300; color:rgba(255,255,255,.5); line-height:1.8; margin-bottom:40px; }
.felt-optin-form { display:flex; flex-direction:column; gap:10px; max-width:420px; margin:0 auto 18px; }
.felt-optin-input { width:100%; padding:15px 18px; background:rgba(255,255,255,.06); border:1.5px solid rgba(255,255,255,.12); border-radius:6px; font-family:'Inter',sans-serif; font-size:15px; color:#fff; outline:none; }
.felt-optin-input:focus { border-color:var(--felt-purple); }
.felt-optin-input::placeholder { color:rgba(255,255,255,.25); }
.felt-optin-form .felt-submit { width:100%; background:var(--felt-purple); color:#fff; font-family:'Inter',sans-serif; font-size:13px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; padding:16px; border-radius:6px; border:0; cursor:pointer; box-shadow:0 4px 24px rgba(106,44,145,.4); }
.felt-optin-disclaimer .elementor-heading-title { font-family:'Inter',sans-serif !important; font-size:10px !important; font-weight:500 !important; letter-spacing:.15em; text-transform:uppercase; color:rgba(255,255,255,.2) !important; margin-bottom:60px !important; }
.felt-optin-closing { padding-top:48px; border-top:1px solid rgba(255,255,255,.08); text-align:left; }
.felt-optin-closing .elementor-widget-container { font-size:16px; font-weight:300; color:rgba(255,255,255,.45); line-height:1.85; }
.felt-optin-closing strong { color:rgba(255,255,255,.6); }

/* Footer */
.felt-footer-section { background:#0A0A0A; padding:32px 40px; border-top:1px solid rgba(255,255,255,.06); }
.felt-footer-section .elementor-container { max-width:1200px; align-items:center; }
.felt-footer-copy .elementor-widget-container { font-size:9px; font-weight:500; letter-spacing:.2em; text-transform:uppercase; color:rgba(255,255,255,.18); }
.felt-footer-tiles { display:flex; gap:3px; justify-content:flex-end; }
.felt-footer-tile { width:18px; height:18px; border-radius:3px; display:flex; align-items:center; justify-content:center; font-family:'Poppins',sans-serif; font-weight:900; font-size:11px; color:rgba(255,255,255,.6); }

@media (max-width: 680px) {
	.sz-hero .felt-tile-band {
    font-size: 8px;
    padding: 2px 0;
}
  .felt-nav-section { padding:0 20px; }
  .felt-nav-button { display:none !important; }
  .felt-section { padding:70px 24px; }
  .felt-section-dark, .felt-card-row, .felt-reframe-section, .felt-gap-row, .felt-bridge-section, .felt-method-row { padding-left:24px; padding-right:24px; }
  .felt-card-row { padding-bottom:10px; }
  .felt-reframe-section, .felt-bridge-section, .felt-method-row-last { padding-bottom:70px; }
  .felt-hero-section { padding:120px 24px 70px; }
  .felt-tiles { gap:4px; }
  .felt-tile.sz-hero { width:76px; height:88px; }
  .sz-hero .felt-tile-letter { font-size:50px; }
  .felt-sign-card > .elementor-widget-wrap { min-height:0; }
  .felt-gap-plus { display:none !important; }
  .felt-guilt-card > .elementor-widget-wrap { padding:28px 24px !important; }
  .felt-optin-section { padding:70px 24px; }
  .felt-footer-copy .elementor-widget-container { text-align:center; }
  .felt-footer-tiles { justify-content:center; }
}
.wrapper-color .elementor-widget-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
	border-radius:20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.65'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  mix-blend-mode: overlay;
}

/* Subtle dark edge / fabric depth */
.wrapper-color .elementor-widget-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
	border-radius:20px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0,0,0,0.22), transparent 45%);
}