.bb-page-h1 em{
  color:#FF6A00;
  font-style:normal;
}

.elementor-heading-title a.highlight-text,
a.highlight-text,
a.highlight-text:visited {
  color: #FF6A00 !important;   /* brand orange */
  font-weight: 700;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

/* BlazeByte Form Headline — Responsive Typography */
.form-heading .elementor-heading-title {
  font-size: 40px !important;    /* desktop */
  line-height: 1.2;
  font-weight: 800;
}

/* Tablet breakpoint */
@media (max-width: 1024px) {
  .form-heading .elementor-heading-title {
    font-size: 32px !important;
    line-height: 1.3;
  }
}

/* Tablet (medium screens) */
@media (max-width: 1024px) {
  .section-heading .elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.25;
  }
}


/* =======================
   Mobile Typography & Optimisation (Elementor-safe + fluid)
   ======================= */
@media (max-width: 767px) {

  /* 1) H2 — fluid across all phones */
	
	.elementor h2,
  .elementor .elementor-heading-title.elementor-size-h2,
  .elementor .elementor-widget-heading h2.elementor-heading-title {
    font-size: clamp(22px, 5.6vw, 30px) !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;        
		font-variation-settings: "wght" 600;
    letter-spacing: -0.01em !important;  /* more natural than -0.2px */
    overflow-wrap: anywhere;
    word-break: normal;
  }

  /* 2) Body text (Elementor content only, not full site globally) */
  .elementor,
  .elementor p,
  .elementor .elementor-widget-text-editor,
  .elementor .elementor-widget-text-editor p {
    font-size: clamp(15px, 3.9vw, 17px) !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  /* 3) Section heading class */
  .elementor .elementor-heading-title.section-heading {
    font-size: clamp(20px, 5vw, 26px) !important;
    line-height: 1.2 !important;
    text-align: center;
    padding-inline: 12px;
    overflow-wrap: anywhere;
  }

  /* 4) Form heading class */
  .elementor .form-heading .elementor-heading-title {
     font-size: clamp(24px, 6vw, 30px) !important;
    line-height: 1.22 !important;
    font-weight: 600 !important;
    font-variation-settings: "wght" 600;
    text-align: center;
    padding-inline: 10px;
  }

  /* 5) bb-pill padding (mobile) */
  .elementor .bb-pill .elementor-heading-title {
    padding: 6px 10px !important;
  }

  /* 6) bb-rect padding (mobile) */
  .elementor .bb-rect .elementor-heading-title {
    padding: 12px 14px !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
  }
}

/* 🔥 BlazeByte — Unified fix for H4/H5 and custom grid headings */
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5 {
  color: inherit;
}

/* 🔸 BlazeByte Grid Headings (H5s in Service Sections) */
.elementor-widget-text-editor h3.grid-heading,
.elementor-widget-text-editor h4.grid-heading,
.elementor-widget-text-editor h5.grid-heading {
  color: #122036 !important;
  font-weight: 700;
  line-height: 1.4;
}

/* 🌐 BlazeByte Global Paragraph Font — Inter / Default Stack (Black Text, Optimized Line Height) */
body,
p,
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  line-height: 1.6; /* better breathing room for service pages */
}

/* 🧩 Optional: maintain natural spacing between text blocks */
.elementor-widget-text-editor p {
  margin-bottom: 12px;
}

/* 🪶 Optional: clean link style for readability & conversions */
.elementor-widget-text-editor a {
  color: #ED4D00; /* BlazeByte accent orange/red */
  text-decoration: none;
  transition: color 0.25s ease;
}

.elementor-widget-text-editor a:hover {
  color: #A12800; /* darker hover shade for visual feedback */
  text-decoration: underline;
}


/* hover/focus */
.elementor-heading-title a.highlight-text:hover,
a.highlight-text:hover,
a.highlight-text:focus {
  color: #ED4B00 !important;   /* brand red */
  text-decoration: none !important;
}

h2 {
  text-transform: none !important;
}

h4, .elementor-heading-title {
    text-transform: none !important;
}

.page .entry-title {
    display: none;
}

.page-id-1527 .entry-title {
    display: none;
}


/* Dropdown panel */
.main-header-menu .sub-menu,
.ast-mobile-popup-content .sub-menu {
  background: #132036; /* dark bluish shade */
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.08);
}

/* Remove stray white gaps */
.main-header-menu .sub-menu li { background: transparent; }



@media (min-width: 922px){
	
  /* Add top padding */
  .site-header .main-header-bar .ast-container {
    padding-top: 18px !important;
  }

  /* Menu right padding */
  .ast-desktop .main-header-bar .main-header-menu,
  .ast-desktop .ast-main-header-bar-alignment {
    padding-right: 50px !important;

  }
	
  /* ===== Desktop: brand-orange hover for menu text ===== */
  /* Top-level menu links (base + hover/active) */
  .ast-desktop .main-header-bar .main-header-menu > .menu-item > .menu-link {
    color: #FFFFFF !important; /* base */
  }
  .ast-desktop .main-header-bar .main-header-menu > .menu-item:hover > .menu-link,
  .ast-desktop .main-header-bar .main-header-menu > .menu-item:focus > .menu-link,
  .ast-desktop .main-header-bar .main-header-menu > .menu-item.current-menu-item > .menu-link,
  .ast-desktop .main-header-bar .main-header-menu > .menu-item.current-menu-ancestor > .menu-link {
    color: #FF6A00 !important; /* brand orange */
  }

  /* Submenu links (inside the dropdown) */
  .ast-desktop .main-header-menu .sub-menu a {
    color: #FFFFFF !important; /* base */
  }
  .ast-desktop .main-header-menu .sub-menu a:hover,
  .ast-desktop .main-header-menu .sub-menu .current-menu-item > a {
    color: #FF6A00 !important; /* brand orange on hover/active */
  }

/* Current page = orange + bold (DESKTOP) */
  .ast-desktop .main-header-bar .main-header-menu > .menu-item.current-menu-item > .menu-link,
  .ast-desktop .main-header-bar .main-header-menu > .menu-item.current-menu-ancestor > .menu-link{
    color: #FF6A00 !important;
    font-weight: 700 !important;
  }
  .ast-desktop .main-header-menu .sub-menu .current-menu-item > a{
    color: #FF6A00 !important;
    font-weight: 700 !important;
  }
	
	/* Bigger CTA – DESKTOP */
  .ast-desktop .main-header-bar .main-header-menu > .menu-item.menu-cta > .menu-link{
    padding: 14px 18px !important;   /* ↑ more space around text */
    border-radius: 10px !important;  /* softer corners */
    font-size: 15px;                 /* optional: slightly larger text */
		font-weight: 600;
    line-height: 1.1;                /* keeps height tight */
    margin-left: 18px;               /* a bit more gap from previous item */
  }
	.ast-desktop .main-header-bar .main-header-menu > .menu-item.menu-cta > .menu-link:hover{
    background: var(--cta-bg-h) !important;
  }
}

/* Same treatment on MOBILE (optional, keep if you want consistency) */
@media (max-width: 921px){
	
  .site-branding {
    padding-left: 0 !important;
  }

  .ast-main-header-bar-alignment {
    padding-right: 0 !important;
  }
	
  .ast-header-break-point .main-header-menu > .current-menu-item > .menu-link,
  .ast-header-break-point .main-header-menu > .current-menu-ancestor > .menu-link,
  .ast-header-break-point .main-header-menu .sub-menu .current-menu-item > a{
    color: #FF6A00 !important;
    font-weight: 700 !important;
  }
	
/* ====== ASTRA MOBILE (dropdown mode, not off-canvas) ====== */

  /* 2) Darken each row & link (Astra sets these to white by default) */
  .ast-header-break-point .main-header-menu > .menu-item,
  .ast-header-break-point .main-header-menu > .menu-item > .menu-link{
    background: var(--bb-dark) !important;
  }

  /* 3) Text + hover/active */
  .ast-header-break-point .main-header-menu .menu-link{
    color: var(--bb-text) !important;
  }
  .ast-header-break-point .main-header-menu .menu-link:hover,
  .ast-header-break-point .main-header-menu .current-menu-item > .menu-link{
    color: var(--bb-accent) !important;
  }

  /* 4) Submenu toggles (carets) */
  .ast-header-break-point .ast-menu-toggle,
  .ast-header-break-point .ast-icon{
    color: var(--bb-text) !important;
  }
  .ast-header-break-point .ast-menu-toggle:hover,
  .ast-header-break-point .ast-icon:hover{
    color: var(--bb-accent) !important;
  }
	
	/* MOBILE CTA (inside dropdown) */
  .ast-header-break-point 
  .main-header-menu 
  .menu-item.menu-cta > .menu-link{
    display: block;
    background: var(--cta-bg) !important;
    color: var(--cta-text) !important;
    padding: 12px 18px !important;   /* final size */
    border-radius: 10px !important;  /* final radius */
    font-weight: 600 !important;
    margin: 8px auto;
    text-align: center;
    max-width: 200px;
    font-size: 15px !important;      /* final font size */
    line-height: 1.3 !important;

    border: none !important;         /* removes Astra underline */
    box-shadow: none !important;     /* prevents extra shadows */
  }
	
}

/* Base style for inline "Learn More" links */
a.learnmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #ff6a00;                 /* BlazeByte orange */
  transition: color .25s ease, transform .25s ease;
}

/* Optional arrow using ::after if you don't type it in text */
a.learnmore::after {
  content: "→";
  line-height: 1;
  position: relative;
  top: 4px; /* adjust this until it aligns perfectly */
  transform: translateX(0);
  transition: transform .25s ease;
}

/* Hover/Focus states: deeper orange + subtle nudge */
a.learnmore:hover,
a.learnmore:focus {
  color: #ED4B00;                 /* deeper BlazeByte orange */
  transform: translateY(-1px);
  outline: none;
}

/* Make arrow glide on hover */
a.learnmore:hover::after,
a.learnmore:focus::after {
  transform: translateX(3px);
}

/* Subtle underline reveal on hover (keeps things clean by default) */
a.learnmore {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
a.learnmore:hover,
a.learnmore:focus {
  background-size: 100% 2px;
}

/* Spacing if you stack multiple learn-more links in a column */
.learnmore + .learnmore { margin-left: 16px; }

/* Mobile tap target comfort */
@media (max-width: 767px) {
  a.learnmore { gap: 6px; }
}

/* Paragraph CTAs only; leaves H3 learnmore alone */
p .learnmore{
  display:inline-flex;
  align-items:center;
  gap:8px;
  line-height:1.3;
}
p .learnmore::after{
  content:"→";
  position:static !important;
  transform:translateX(0);
  transition:transform .25s ease;
}
p .learnmore:hover::after{ transform:translateX(3px); }




/* Google Ads link style */
a.learnmore.google-ads {
  color: #1172BE; /* deeper Google green */
}
a.learnmore.google-ads:hover {
  color: #0D5C9A;
}

/* Meta Pixel link style */
a.learnmore.meta-pixel {
  color: #1877F2;
}
a.learnmore.meta-pixel:hover {
  color: #145DBF;
}


/* Responsive spacing for all Elementor sections */
@media (max-width: 1024px) { /* Tablet */
    .elementor-section {
        margin-bottom: 40px !important;
    }
}
@media (max-width: 767px) { /* Mobile */
    .elementor-section {
        margin-bottom: 30px !important;
    }
}

/* Underline highlight under headings */
.bb-head-underline .elementor-heading-title {
  display: inline;
  background-image: linear-gradient( to top, rgba(255,106,0,.18) 0%, rgba(255,106,0,.18) 46%, transparent 46% );
  background-repeat: no-repeat;
  background-size: 100% 1.05em; /* how tall the highlight is */
  background-position: 0 100%;
  padding: 0 .06em; /* tiny left/right breathing room */
}


/* =======================
   Base Pill Styles
   ======================= */
.bb-pill .elementor-heading-title { display: inline-block; padding: 30px 30px; border-radius: 15px; /* fully rounded */ font-weight: 600; transition: all 0.3s ease; box-shadow: 0 6px 18px rgba(5,18,45,.06); }


/* =======================
   Rectangular Badge Style
   ======================= */
.bb-rect .elementor-heading-title {
  display: inline-block;
  padding: 20px 20px;
  border-radius: 12px; /* rectangular, slight rounding */
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #ff5a00; /* orange border */
  color: #05122d;
  background: #fff;
  box-shadow: 0 6px 18px rgba(5,18,45,.06);
}

.bb-rect:hover .elementor-heading-title {
  transform: translateY(-2px);
  border-color: #e14b00;
  color: #e14b00;
  box-shadow: 0 8px 22px rgba(255,90,0,.25);
}

/* =======================
   Color Variants for Pills
   ======================= */
.bb-pill-orange .elementor-heading-title {
  background: rgba(255,106,0,.10);
  color: #ff5a00;
}

.bb-pill-green .elementor-heading-title {
  background: rgba(37,211,102,.10);
  color: #25d366;
}

.bb-pill-neutral .elementor-heading-title {
  background: rgba(5,18,45,.06);
  color: #05122d;
}

.bb-pill-blue .elementor-heading-title {
  background: rgba(0,122,255,.10);
  color: #007aff;
}

/* =======================
   Hover Animations
   ======================= */
.bb-pill:hover .elementor-heading-title {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(5,18,45,.12);
}

/* Orange Glow */
.bb-pill-orange:hover .elementor-heading-title {
  box-shadow: 0 8px 22px rgba(255,90,0,.25);
  color: #e14b00;
}

/* Green Glow */
.bb-pill-green:hover .elementor-heading-title {
  box-shadow: 0 8px 22px rgba(37,211,102,.25);
  color: #1aa653;
}

/* Neutral Glow */
.bb-pill-neutral:hover .elementor-heading-title {
  box-shadow: 0 8px 22px rgba(5,18,45,.15);
  color: #000;
}

/* Blue Glow */
.bb-pill-blue:hover .elementor-heading-title {
  box-shadow: 0 8px 22px rgba(0,122,255,.25);
  color: #0056cc;
}

/* White headings inside solid blue strip */
.bb-strip-darkblue h2,
.bb-strip-darkblue .elementor-heading-title {
  color: #ffffff !important;
}

/* CTA Strip (high emphasis, conversion-focused) */
.bb-strip-cta {
  background-color: #FFF7E6 !important; /* warm, high-visibility CTA background */
  padding: 70px 0;
}

/* Neutral Grey Strip (for separators, testimonials, etc.) */
.bb-strip-neutral {
  background-color: #FAFAFA !important; /* clean neutral tone */
  padding: 60px 0;
}

/* Orange Strip Headings (H2 inside .bb-strip-orange) */
.bb-strip-orange h2 {
  color: #1A2B59 !important; /* deep navy for contrast */
}

/* Blue Strip Headings */
.bb-strip-blue h2 {
  color: #122036 !important; /* slightly darker navy */
}

/* CTA Strip Headings */
.bb-strip-cta h2 {
  color: #D35400 !important; /* warm CTA orange */
}

/* Neutral Strip Headings */
.bb-strip-neutral h2 {
  color: #1A1A1A !important; /* clean dark gray, softer than pure black */
}

/* ===== BlazeByte • Final CTA Heading (robust hover) ===== */
.cta-heading-final{
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .2px;
  margin: 0 0 14px;
  font-size: clamp(28px, 2.6vw, 40px);
}

/* Target Elementor's inner text node */
.cta-heading-final .elementor-heading-title{
  color: #FF6A00;                /* default brand orange */
  transition: color .35s ease;
}

/* Animated underline */
.cta-heading-final::after{
  content:"";
  position:absolute;
  left:50%; bottom:-10px;
  transform:translateX(-50%);
  height:6px; width:28%; max-width:420px;
  border-radius:999px;
  background: linear-gradient(90deg, #FF6A00, #FF914D);
  background-size:200% 100%;
  box-shadow:0 4px 12px rgba(255,102,0,.35);
  transition: width .45s ease, background-position .6s ease, filter .3s ease;
}

/* Hover: text shifts to brand reddish + bar animates */
.cta-heading-final:hover .elementor-heading-title{
  color:#ED4B00;                 /* brand reddish */
}
.cta-heading-final:hover::after{
  width:72%;
  background-position:100% 0;
  filter:brightness(1.05);
}

/* ---- Gradient modifier (optional) ---- */
.cta-heading-final--brand .elementor-heading-title{
  background: linear-gradient(90deg,#FF6A00 0%,#FF3C00 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent; /* overrides normal color */
  color: transparent;                    /* cross-browser fallback */
  transition: -webkit-text-fill-color .35s ease, color .35s ease;
}

/* On hover, force solid reddish even if gradient is active */
.cta-heading-final.cta-heading-final--brand:hover .elementor-heading-title{
  background: none !important;
  -webkit-text-fill-color: #ED4B00 !important;
  color: #ED4B00 !important;
}

/* Mobile tweak */
@media (max-width: 480px){
  .cta-heading-final::after{ width:60%; height:5px; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .cta-heading-final,
  .cta-heading-final::after{ transition:none; }
}



/* ===== Pricing Plans (Premium Agency Style + Typography Fix) ===== */
.bb-plans { gap: 28px; }

/* Card wrapper */
.bb-plan{
  background:#fff;
  border:1px solid rgba(5,18,45,.12);
  border-radius:16px;
  padding:26px 24px 24px;
  box-shadow:0 8px 28px rgba(5,18,45,.08);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  height:100%;
  display:flex;
  flex-direction:column;
  position:relative;
  font-size:16px;        /* base font size inside card */
  line-height:1.6;
}

/* Featured (middle) card */
.bb-plan--featured{
  border:2px solid #FF6A00;
  box-shadow:0 14px 36px rgba(255,106,0,.20);
}

/* Hover lift */
.bb-plan:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 44px rgba(5,18,45,.14);
  border-color:rgba(255,106,0,.35);
}

/* Titles */
.bb-plan__title,
.bb-plan h3{
  font-size:clamp(24px, 1.4rem + 0.4vw, 28px);
  line-height:1.25;
  font-weight:700;
  margin-bottom:10px;
}

/* Taglines (sub description) */
.bb-plan__tagline{
  font-size:clamp(15px, 0.95rem + 0.15vw, 17px);
  color:#485563;
  margin-bottom:16px;
  line-height:1.55;
}

/* ===== Price block (centered + premium style) ===== */
.bb-price{
  text-align:center;
  margin:18px 0;
  padding:14px 0;
  border-top:1px solid rgba(0,0,0,0.08);
  border-bottom:1px solid rgba(0,0,0,0.08);
}

.bb-price__num{
  display:block;
  font-size:clamp(30px, 1.6rem + 0.8vw, 38px);
  font-weight:800;
  color:#ff7c2c;
  margin-bottom:6px;
}

.bb-price__note{
  display:block;
  font-size:15px;
  color:#555;
  letter-spacing:.3px;
}

/* === Growth (Most Popular) price highlight – vibrant brand orange === */
.bb-plan--featured .bb-price{
  border-top:2px solid rgba(255,106,0,0.3);
  border-bottom:2px solid rgba(255,106,0,0.3);
  background:linear-gradient(180deg, rgba(255,106,0,0.08) 0%, rgba(255,106,0,0.03) 100%);
  border-radius:8px;
  padding:14px 0;
}

.bb-plan--featured .bb-price__num{
  font-size:clamp(36px, 1.8rem + 1vw, 44px);  /* slightly larger */
  font-weight:900;
  color:#FF6A00;                               /* brand orange */
  text-shadow:0 1px 3px rgba(0,0,0,0.12);
  letter-spacing:-0.5px;
}

/* Features list */
.bb-features{ margin:16px 0; padding-left:20px; }
.bb-features li{ margin:9px 0; font-size:16px; line-height:1.6; }

/* Turnaround */
.bb-turnaround{ 
	font-size:15px;
	margin-top:10px;
}

/* CTA pinned to bottom */
.bb-plan__cta{ margin-top:auto; text-align:center; padding-top:12px; }
.bb-plan__cta .elementor-button{ width:auto; font-size:16px; font-weight:700; }

/* Growth plan CTA – darker, premium */
.bb-plan--featured .bb-plan__cta .elementor-button{
  background:#E55A00 !important;
  border:none;
  color:#fff;
  font-weight:700;
  box-shadow:0 6px 18px rgba(229,90,0,0.35);
  transition:all .25s ease;
}
.bb-plan--featured .bb-plan__cta .elementor-button:hover{
  background:#cc4d00 !important;
  box-shadow:0 8px 22px rgba(229,90,0,0.45);
  transform:translateY(-2px);
}

.bb-plan--featured .bb-plan__cta.bb-btn-primary {
  background: #FF6A00 !important;
  color: #ffffff !important;
  border: none !important;
}

.bb-plan--featured .bb-plan__cta.bb-btn-primary:hover {
  background: #ED4B00 !important;
}

/* Ribbon */
.bb-plan--featured .bb-ribbon{
  position:absolute;
  top:-14px; left:50%;
  transform:translateX(-50%);
  background:#FF6A00;
  color:#fff;
  font-weight:700;
  font-size:12.5px;
  letter-spacing:.4px;
  padding:6px 12px;
  border-radius:999px;
  box-shadow:0 8px 20px rgba(255,106,0,.35);
  z-index:3;
}

/* =========================================================
   WhatsApp button (by ID or class)
   ========================================================= */
#whatsapp,
.elementor a.elementor-button.whatsapp {
  background-color: #25D366 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
#whatsapp:hover,
.elementor a.elementor-button.whatsapp:hover {
  background-color: #1EBE5D !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  transform: translateY(-2px);
}

/* =========================================================
   Variant: GHOST (outline) — add class "btn-ghost" to Button
   ========================================================= */
.elementor a.elementor-button.btn-ghost,
.elementor .elementor-widget-button.btn-ghost a.elementor-button {
  background: transparent !important;
  color: #FF6600 !important;
  border: 2px solid #FF6600 !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}
.elementor a.elementor-button.btn-ghost:hover,
.elementor .elementor-widget-button.btn-ghost a.elementor-button:hover {
  background: #FF6600 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

/* =========================================================
   Variant: WHITE (solid white) — add class "btn-white" to Button
   ========================================================= */
.elementor a.elementor-button.btn-white,
.elementor .elementor-widget-button.btn-white a.elementor-button {
  background: #fff !important;
  color: #FF6600 !important;
  border: 2px solid #fff !important;
  box-shadow: 0 8px 20px rgba(255,255,255,.18);
}
.elementor a.elementor-button.btn-white:hover,
.elementor .elementor-widget-button.btn-white a.elementor-button:hover {
  background: #FF6600 !important;
  color: #fff !important;
  border-color: #FF6600 !important;
  transform: translateY(-2px);
}

/* Icons follow text color */
.elementor a.elementor-button.btn-ghost .elementor-button-icon,
.elementor a.elementor-button.btn-white .elementor-button-icon {
  color: inherit !important;
}
.elementor a.elementor-button.btn-ghost svg,
.elementor a.elementor-button.btn-white svg {
  fill: currentColor !important;
}


/* Primary (solid orange) */
.elementor a.elementor-button.btn-primary {
  background:#FF6600 !important;
  color:#fff !important;
  border:2px solid #FF6600 !important;
}
.elementor a.elementor-button.btn-primary:hover {
  background:#ED4B00 !important;
  border-color:#ED4B00 !important;
  transform:translateY(-2px);
}



/* ===== Learn buttons (by Button ID; underscores only) ===== */
/* Works whether the ID is on the anchor or the widget wrapper */

/* ===== WHITE (Primary CTA) ===== */
a.elementor-button[id^="learn_white"],
[id^="learn_white"] a.elementor-button {
  background: #fff !important;
  color: #FF6A00 !important;
  border: 2px solid #FF6A00 !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.10) !important;
  transition: all .3s ease !important;
}
a.elementor-button[id^="learn_white"]:hover,
[id^="learn_white"] a.elementor-button:hover {
  background: #FF6A00 !important; /* Orange hover */
  color: #fff !important;
  border-color: #FF6A00 !important;
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.18) !important;
}

/* ===== ORANGE (Primary CTA) ===== */
a.elementor-button[id^="learn_orange"],
[id^="learn_orange"] a.elementor-button {
  background: #FF6A00 !important;
  color: #FFF !important;
  border: 2px solid #FF6A00 !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.10) !important;
  transition: all .3s ease !important;
}
a.elementor-button[id^="learn_orange"]:hover,
[id^="learn_orange"] a.elementor-button:hover {
  background: #ED4B00 !important; /* Orange hover */
  color: #fff !important;
  border-color: #ED4B00 !important;
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.18) !important;
}

/* ===== GHOST (Secondary CTA) ===== */
a.elementor-button[id^="learn_ghost"],
[id^="learn_ghost"] a.elementor-button {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #FF6A00 !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.12) !important;
  transition: all .3s ease !important;
}
a.elementor-button[id^="learn_ghost"]:hover,
[id^="learn_ghost"] a.elementor-button:hover {
  background: #ED4B00 !important; /* Red hover */
  color: #fff !important;
  border-color: #ED4B00 !important;
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.18) !important;
}


/* ===== Global default BlazeByte buttons (orange) =====
   Excludes: WhatsApp, Learn buttons, and your variant classes */
.elementor a.elementor-button:not(.whatsapp):not(.btn-ghost):not(.btn-white):not(.btn-primary):not([id^="learn_"]),
.elementor .elementor-widget-button:not([id^="learn_"]) a.elementor-button:not(.whatsapp):not(.btn-ghost):not(.btn-white):not(.btn-primary) {
  background-color: #FF6A00 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.elementor a.elementor-button:not(.whatsapp):not(.btn-ghost):not(.btn-white):not(.btn-primary):not([id^="learn_"]):hover,
.elementor .elementor-widget-button:not([id^="learn_"]) a.elementor-button:not(.whatsapp):not(.btn-ghost):not(.btn-white):not(.btn-primary):hover {
  background-color: #ED4B00 !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  transform: translateY(-2px);
}

/* WhatsApp (ID or class or wa.me link) */
a#whatsapp.elementor-button,
.elementor a.elementor-button.whatsapp,
.elementor a.elementor-button[href*="wa.me"],
.elementor a.elementor-button[href*="api.whatsapp.com"] {
  background-color: #25D366 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
a#whatsapp.elementor-button:hover,
.elementor a.elementor-button.whatsapp:hover,
.elementor a.elementor-button[href*="wa.me"]:hover,
.elementor a.elementor-button[href*="api.whatsapp.com"]:hover {
  background-color: #1EBE5D !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  transform: translateY(-2px);
}

/* Logo Left Padding */
.site-branding {
  padding-left: 100px !important;
}

/* subtle legibility boost behind the logo */
.site-branding img.custom-logo {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
}



/* Mobile/Desktop control for line breaks */
.mobile-only { display: none; }
.desktop-only { display: inline; }

@media (max-width: 767px){
  .mobile-only { display: inline; }
  .desktop-only { display: none; }
}


/* --- Brand colors (edit if you like) --- */
:root{
  --cta-bg:   #FF6A00;   /* button background */
  --cta-text: #FFFFFF;   /* text color */
  --cta-bg-h: #ED4B00;   /* hover background */
}



/* If Transparent Header is enabled, keep the CTA styled */
.ast-theme-transparent-header .main-header-bar .main-header-menu > .menu-item.menu-cta > .menu-link{
  background: var(--cta-bg) !important; color: var(--cta-text) !important;
}


/* --- BlazeByte Global Bullet Styling (aligned + clean wrap) --- */

/* Apply to posts/pages (block flow) */
.entry-content ul,
.page-content ul,
.post-content ul,
article ul {
  list-style: none;
  margin: 10px 0;
  padding-left: 0;
  display: block;                 /* normal block lists in posts/pages */
}

/* Apply to Elementor Text Editor (auto-center with widget) */
.elementor-widget-text-editor ul {
  list-style: none;
  margin: 0px 0 20px 0;
  padding-left: 0;
  display: inline-block;          /* shrinks to content; centers when widget is centered */
  text-align: left;               /* neat left alignment inside the list */
}

/* ===== Card Styling ===== */
.bb-testimonials-band .sp-testimonial-free-item-inner,
.bb-testimonials-band [class*="testimonial"][class*="item"] {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 24px 26px;
  margin: 18px auto;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  max-width: 100%; 
}

/* ===== Client Name ===== */
.bb-testimonials-band [class*="testimonial"] [class*="client"],
.bb-testimonials-band [class*="client-name"],
.bb-testimonials-band .sp-testimonial-client-name {
  display: block !important;
  margin-top: 16px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #111 !important;
  text-align: center;
}

/* ===== Stars ===== */
.bb-testimonials-band [class*="testimonial"] [class*="rating"] i,
.bb-testimonials-band .sp-testimonial-rating i,
.bb-testimonials-band .star-rating i {
  color: #FF6A00 !important;       /* brand orange */
  font-size: 1.2rem !important;
  margin-top: 10px !important;
}

/* ===== Alternate background every 2nd card ===== */
.bb-testimonials-band [class*="testimonial"][class*="item"]:nth-child(2n),
.bb-testimonials-band .sp-testimonial-free-item:nth-child(2n) .sp-testimonial-free-item-inner {
  background: #fff7f0;
}

.sp-testimonial-content,
.sp-testimonial-content em,
.sp-testimonial-content strong {
  font-family: "Roboto", sans-serif !important;
}

/* =========================================
   BlazeByte Testimonials — MINIMAL + SAFE
   Keeps: arrows + pagination color + smooth slide
   Class used: bb-testimonials-band
   ========================================= */

/* --- Smooth movement of Testimonial (prevents abrupt jump) --- */
.bb-testimonials-band .swiper-wrapper{
  transition-timing-function: ease !important;
  transition-duration: 600ms !important; /* adjust if you want faster/slower */
  will-change: transform;
}

/* --- Pagination dots (keep your reddish active dot logic) --- */
.bb-testimonials-band .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background: rgba(0,0,0,.28) !important;
  opacity: .45 !important;
  margin: 0 5px !important;
}

.bb-testimonials-band .swiper-pagination-bullet-active{
  background: #ED4B00 !important; /* reddish tone */
  opacity: 1 !important;
  transform: scale(1.08);
}

/* keep them centered vertically (common collision fix) */
.bb-testimonials-band .swiper-button-prev,
.bb-testimonials-band .swiper-button-next{
  top: 50% !important;
  transform: translateY(-50%) !important;
}


/* Items */
.entry-content ul li,
.page-content ul li,
.post-content ul li,
article ul li,
.elementor-widget-text-editor ul li {
  margin: 10px 0;
  line-height: 1.6;
  transition: color .3s ease, transform .3s ease;
}

/* Tick as inline marker (follows text alignment, fixes wrapping) */
.entry-content ul li::before,
.page-content ul li::before,
.post-content ul li::before,
article ul li::before,
.elementor-widget-text-editor ul li::before {
  content: "✓";
  display: inline-block;
  width: 1.2em;                   /* bullet gutter */
  margin-right: .4em;             /* space to text */
  vertical-align: -0.02em;       /* aligns with first line */
  color: #FF6A00;                 /* BlazeByte orange */
  font-weight: 700;
  transition: color .3s ease;
}

/* Hover (pointer devices only) */
@media (hover:hover) {
  .entry-content ul li:hover::before,
  .page-content ul li:hover::before,
  .post-content ul li:hover::before,
  article ul li:hover::before,
  .elementor-widget-text-editor ul li:hover::before {
    color: #ED4B00;               /* BlazeByte red */
  }
  .entry-content ul li:hover,
  .page-content ul li:hover,
  .post-content ul li:hover,
  article ul li:hover,
  .elementor-widget-text-editor ul li:hover {
    transform: scale(1.05);
    color: #FF6A00;
  }
}

/* Exclusions — avoid double icons/menus */
.elementor-widget-icon-list ul li::before,
.elementor-widget-social-icons ul li::before,
.elementor-nav-menu li::before,
.menu li::before,
.sub-menu li::before,
header ul li::before,
footer ul li::before {
  content: none !important;
}

/* ——— EXCLUSIONS: do NOT style lists inside forms ——— */

/* Elementor Forms, Contact Form 7, WPForms (covers most cases) */
.elementor-form ul,
.wpcf7 form ul,
.wpforms-container ul {
  list-style: none;              /* keep clean bullets */
  padding-left: 0;               /* form components handle spacing */
}

/* Remove the orange tick pseudo-bullet and any hover transforms */
.elementor-form ul li::before,
.wpcf7 form ul li::before,
.wpforms-container ul li::before {
  content: none !important;
  margin: 0 !important;
  width: 0 !important;
}

.elementor-form ul li,
.wpcf7 form ul li,
.wpforms-container ul li {
  transform: none !important;
  color: inherit !important;
}


/* Reset any flex we may have applied to CF7 rows */
#conversion-form .wpcf7 form.wpcf7-form p {
  display: block !important;
  justify-content: initial !important;
  text-align: initial !important;
}

/* Hard-center only the submit button (no wrapper needed, no layout changes) */
#conversion-form .wpcf7 form.wpcf7-form input.wpcf7-submit,
#conversion-form .wpcf7 form.wpcf7-form input.wpcf7-submit.bb-submit {
  display: inline-block !important;
  float: none !important;
  margin: 0 !important;

  /* center regardless of parent alignment */
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* If the form is inside an Elementor Shortcode widget that forces alignment */
#conversion-form .elementor-widget-shortcode,
#conversion-form .elementor-widget-shortcode .elementor-widget-container {
  text-align: initial !important;
}

/* --- BlazeByte: Centered + Prominent WPForms Submit Button (Final Refined Version) --- */

/* 1. Keep the flex-based centering */
.wpforms-container-full .wpforms-submit-container,
div.wpforms-container .wpforms-submit-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
}

/* BlazeByte Solutions - WPForms Button Styling */
.wpforms-container-full .wpforms-submit,
div.wpforms-container .wpforms-submit {
  flex: 0 0 auto !important;
  align-self: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;

  /* Adjusted for slightly more vertical height */
  padding: 15px 36px !important;
  min-height: 50px !important;
  line-height: 1.4 !important;
  height: auto !important;
  width: auto !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;

  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;

  /* BlazeByte Brand Colors */
  background-color: #FF6A00 !important; /* Brand Orange */
  color: #ffffff !important;
  border: 2px solid transparent !important;
  cursor: pointer !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover state — Brand Red */
.wpforms-container-full .wpforms-submit:hover,
div.wpforms-container .wpforms-submit:hover {
  background-color: #ED4B00 !important; /* Brand Red */
  transform: translateY(-1px) !important;
}

/* Active (pressed) state */
.wpforms-container-full .wpforms-submit:active,
div.wpforms-container .wpforms-submit:active {
  background-color: #D74300 !important; /* Slightly deeper red for click */
  transform: translateY(0) !important;
}

/* Focus (keyboard/tab navigation) */
.wpforms-container-full .wpforms-submit:focus,
div.wpforms-container .wpforms-submit:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.35) !important; /* orange glow */
}



/* ------------------------------------------------------------
   BlazeByte — Unified WPForms Styling (Success / Error / Layout)
   ------------------------------------------------------------ */
:root {
  --bb-navy: #122036;
  --bb-orange: #FF6A00;
  --bb-orange-light: #FFD8B2;
  --bb-orange-bg: #FFFAF5;
  --bb-red: #ED4B00;
  --bb-red-light: #FFF0EB;
  --bb-shadow: 0 6px 16px rgba(0,0,0,0.05);
}

/* ✅ SUCCESS MESSAGE — Premium BlazeByte Look */
.wpforms-confirmation-container,
.wpforms-confirmation-container-full {
  background: var(--bb-orange-bg) !important;   /* Soft orange-tinted background */
  border: 1px solid var(--bb-orange-light) !important;
  color: var(--bb-navy) !important;
  padding: 26px 32px !important;
  border-radius: 12px !important;
  box-shadow: var(--bb-shadow) !important;
  max-width: 720px !important;
  margin: 28px auto !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

/* Headline / First Line */
.wpforms-confirmation-container strong:first-of-type,
.wpforms-confirmation-container h4:first-of-type,
.wpforms-confirmation-container p:first-of-type strong {
  color: var(--bb-orange) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

/* Divider */
.wpforms-confirmation-container hr {
  border: none !important;
  border-top: 1px solid var(--bb-orange-light) !important;
  width: 60% !important;
  margin: 22px auto !important;
}

/* Paragraph Text */
.wpforms-confirmation-container p {
  color: var(--bb-navy) !important;
  line-height: 1.65 !important;
  margin: 10px 0 !important;
  font-weight: 500 !important;
}

/* Links */
.wpforms-confirmation-container a {
  color: var(--bb-orange) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(255,106,0,0.2) !important;
}
.wpforms-confirmation-container a:hover {
  color: var(--bb-red) !important;
}

/* ✅ ERROR MESSAGE */
.wpforms-error-container,
.wpforms-error-alert {
  background: var(--bb-red-light) !important;
  border: 1px solid rgba(237,75,0,0.35) !important;
  color: var(--bb-red) !important;
  padding: 20px 22px !important;
  border-radius: 10px !important;
  box-shadow: var(--bb-shadow) !important;
  max-width: 720px !important;
  margin: 20px auto !important;
  text-align: center !important;
}

/* ✅ FORM LAYOUT CONSISTENCY */
.wpforms-container-full .wpforms-form {
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
}

.wpforms-field {
  margin-bottom: 16px !important;
}

.wpforms-field-label {
  font-weight: 600 !important;
  color: var(--bb-navy) !important;
}

/* ✅ MOBILE OPTIMIZATION */
@media (max-width: 480px) {
  .wpforms-confirmation-container,
  .wpforms-confirmation-container-full,
  .wpforms-error-container,
  .wpforms-error-alert {
    padding: 18px 16px !important;
    border-radius: 10px !important;
  }
  .wpforms-confirmation-container p {
    font-size: 15px !important;
  }
	
	/* Logo Left Padding */
.site-branding {
  padding-left: 0px !important;
}
	
}

/* Override tick color for lists inside the "green-ticks" section */
.green-ticks ul li::before {
  color: #28a745 !important;   /* Green tick */
}

.green-ticks ul li:hover::before {
  color: #1e7e34 !important;   /* darker green on hover */
}

/* Red ticks only in the red-ticks section */
.red-ticks ul li::before {
  color: #e63946 !important;   /* BlazeByte red */
}

/* Optional: darker red on hover */
.red-ticks ul li:hover::before {
  color: #b71c1c !important;
}

/* Make only main footer menu items bold */
.footer-widget-area .menu > li > a {
    font-weight: 700;
}

/* Keep sub-menu items normal */
.footer-widget-area .menu .sub-menu li a {
    font-weight: 400;
}

/* Let’s Connect widget title */
#text-10 .widget-title{
  color: #FF6A00 !important;
  font-weight: 700 !important;
}

.bb-plan.bb-plan--featured.bb-card {
  border: 2px solid #FF6A00 !important;
}

.bb-plan--featured a.bb-btn.bb-btn-primary.bb-plan__cta {
  background: #FF6A00 !important;
  color: #ffffff !important;
  border: none !important;
}

.bb-plan--featured a.bb-btn.bb-btn-primary.bb-plan__cta:hover {
  background: #ED4B00 !important;
}
