
.pxl-item--subtitle .el-empty span{
	background: aqua!important;
}

.elementor-4324 {
	background; white !important;
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--position {
    background: linear-gradient(90deg, #0D66ED, #0D66ED) text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.pxl-item--subtitle {
background: linear-gradient(90deg, #0D66ED, #0D66ED) text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
	
.my-discovery-duration { 
		background: linear-gradient(90deg, #0D66ED, #0D66ED) text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	}

.pxl-text-carousel2 .pxl-wrapper .pxl-item--subtitle{ 
		background: linear-gradient(90deg, #0D66ED, #0D66ED) text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	}

.full-time {
    color: #0D66ED !important;
}

ul.job_listings li.job_listing a:focus, ul.job_listings li.job_listing a:hover{
	background: rgba(255,255,255,0.1) !important;
}

.elementor-1925 .elementor-element.elementor-element-c6e52ce > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    background-color: transparent;
	padding-top: 50px;
    padding-bottom: 50px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title{

    border-left: none;
    border-right: none;
	    font-family: "Roboto", Sans-serif;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    align-items: center;
    font-size: 30px;
    font-family: "Roboto", Sans-serif;
}

:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
    border: none;
}

.group-item-title {
		    font-family: "Roboto", Sans-serif !important;
}

.group-item-description {
	    font-family: "Roboto", Sans-serif !important;
}

.group-item-icon{
	
	margin: 0 0px 0px 6px;
}

@media (max-width: 767px) {
	
	p{text-align: justify!important;}
	.elementor-1714 .elementor-element.elementor-element-06ecafd{
		min-height: auto !important;
	}
	
	.elementor-1925 .elementor-element.elementor-element-c386cfa{
		--padding-top: 0px !important;
	}
}

/* ===== BEGIN SB-UI-POLISH (added 2026-08-20) =====
   UI smoothness pass: press feedback, frosted sticky header,
   heading tracking, reduced-motion safety.
   TO REVERT: delete everything between this BEGIN marker and the
   matching END marker at the bottom. Nothing above/below is touched. */

:root{
  --sb-press-scale:.97;
  --sb-ease:cubic-bezier(.2,.8,.2,1);
  --sb-header-bg:20,20,24;
  --sb-pill-bg:27,26,28;
  --sb-header-blur:20px;
  --sb-hairline:rgba(255,255,255,.08);
}

/* 1 - Buttons: feedback on press, not on release */
.btn,
.pxl-btn,
.elementor-button,
a.elementor-button,
.wp-block-button__link,
button[type="submit"]{
  transition-duration:140ms !important;
  transition-timing-function:var(--sb-ease) !important;
}
.btn:active,
.pxl-btn:active,
.elementor-button:active,
a.elementor-button:active,
.wp-block-button__link:active,
button[type="submit"]:active{
  transform:scale(var(--sb-press-scale)) !important;
}

/* 2 - Frosted sticky header. The theme reveals a fixed nav pill on
   scroll-up by adding .pxl-header-fixed; give that pill a translucent
   material so page content blurs through it instead of hiding behind
   a flat block. */
#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed .pxl-menu-primary{
  background:rgba(var(--sb-pill-bg),.62) !important;
  -webkit-backdrop-filter:blur(var(--sb-header-blur)) saturate(180%);
  backdrop-filter:blur(var(--sb-header-blur)) saturate(180%);
  border:1px solid var(--sb-hairline);
  transition:background 250ms var(--sb-ease);
}

/* 3 - Typography: tighten display sizes, leave body copy alone */
h1,.elementor-widget-heading h1.elementor-heading-title{
  letter-spacing:-.02em !important;
  line-height:1.08 !important;
  text-wrap:balance;
}
h2,.elementor-widget-heading h2.elementor-heading-title{
  letter-spacing:-.015em !important;
  line-height:1.18 !important;
}
h3,h4{letter-spacing:-.01em !important;}

/* 4 - Card lift on hover (optional - uncomment to enable)
.elementor-post__card:hover,
.pxl-post--item:hover{
  transform:translateY(-4px);
  transition:transform 220ms var(--sb-ease);
}
*/

/* 5 - Accessibility: honour reduced motion / reduced transparency */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:150ms !important;
    scroll-behavior:auto !important;
  }
  .btn:active,.elementor-button:active{transform:none !important;}
}
@media (prefers-reduced-transparency:reduce){
  #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed .pxl-menu-primary{
    background:rgb(var(--sb-pill-bg)) !important;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
}
/* 6 - Contact-page icons: the uploaded SVGs have a solid #1B1A1C
   rectangle baked in behind the glyph. Hide it so the icons sit on
   whatever background they're placed on. */
.elementor-widget-pxl_icon svg > rect[fill="#1B1A1C"]{
  display:none;
}
/* 7 - Blog post body copy. The theme sets body{color:var(--four-color)}
   and four_color is the brand blue (#0d66ed), identical to primary_color.
   That never showed on Elementor-built pages, but on standard posts it
   turns every paragraph link-blue. Scoped override rather than changing
   the global colour, which 31 other rules also use. */
.pxl-single-post .content-inner,
.pxl-single-post .content-inner p,
.pxl-single-post .content-inner li{
  color:#d6d6d6;
}

/* 8 - "Read more" buttons with no destination. Four icon boxes on
   /search-engine-optimization/ render a Read more button whose link is "#".
   Hidden rather than pointed at a loosely-related page. Set a real link on
   the widget in Elementor and the button comes back automatically. */
a.btn-readmore[href="#"]{
  display:none;
}

/* 9 - Hero width standardisation (internal main pages -> 1190px, the
   SEO/Marketplace standard). Sizing of the display headings was reverted;
   those heroes use intentional oversized low-contrast display text that
   does not shrink gracefully. */
body.page-id-2942 [data-id="2273358"],
body.page-id-2993 [data-id="3111f99"]{ --content-width:1190px !important; }

/* 10 - Hero display scale (option 2: big-display style on every hero).
   Home's headline is a long 3-line sentence so it takes a moderate display
   size; About's is short and can go larger. Both now read big/bold like the
   SEO, Contact and Marketplace heroes. */
body.page-id-65006 [data-id="9414602"] .pxl-item--title{
  font-size:clamp(38px,4.4vw,66px) !important;
  line-height:1.05 !important; letter-spacing:-0.02em !important;
}

/* 11 - Standardise the mascot-video heroes on the 3 service pages
   (Content Creation, Backlink Marketplace, Search Engine Optimization).
   Same box dimensions and object-fit:contain so the whole animation shows
   and none are cropped differently. */
body.page-id-1925 [data-id="950e45b"] video,
body.page-id-1714 [data-id="8cf4a9a"] video,
body.page-id-1792 [data-id="36809d7"] video{
  width:min(340px,100%) !important;
  aspect-ratio:1 / 1 !important;
  height:auto !important;
  object-fit:cover !important;
  display:block !important;
  margin:24px auto !important;
}

/* 12 - Services page: hide the theme title-bar hero so the header
   sits over the cinematic video section (removes the empty black gap). */
body.page-id-67584 #pxl-page-title-default{ display:none !important; }

/* 13 - Services full-bleed video hero: overlay the header so the video
   section runs edge-to-edge to the very top (no black band above). */
body.page-id-67584 #pxl-header-elementor{ position:absolute !important; left:0; right:0; top:0; width:100%; z-index:50; }
body.page-id-67584 #pxl-content-area,
body.page-id-67584 #pxl-content-main{ margin-top:0 !important; padding-top:0 !important; }
body.page-id-67584 #pxl-main{ padding-top:0 !important; padding-bottom:0 !important; }
body.page-id-67584 [data-id="bd8f961"]{ margin-top:0 !important; }

/* ===== END SB-UI-POLISH ===== */

/* Hero background video: full frame, scaled to 2/3 of the section */
.elementor-element-d622d92 .elementor-background-video-hosted {
	object-fit: contain !important;
	object-position: center center !important;
	width: 66.66% !important;
	height: 60.66% !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

/* Black 50% overlay: sits above the video + background, below the hero text */
.elementor-element-d622d92 .elementor-background-video-container::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #000;
	opacity: .4;
	pointer-events: none;
	z-index: 2;
}

/* Backlink Marketplace hero video: 2/3 scale, feathered edges, 50% black overlay */
.elementor-element-02955e9 .elementor-background-video-hosted {
	object-fit: contain !important;
	object-position: center center !important;
	width: 66.66% !important;
	height: 66.66% !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	-webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 55%, rgba(0,0,0,0) 100%);
	mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 55%, rgba(0,0,0,0) 100%);
}

.elementor-element-02955e9 .elementor-background-video-container::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #000;
	opacity: .4;
	pointer-events: none;
	z-index: 2;
}

/* Content Creation hero video: 2/3 scale, feathered edges, 50% black overlay */
.elementor-element-2cb5108 .elementor-background-video-hosted {
	object-fit: contain !important;
	object-position: center center !important;
	width: 66.66% !important;
	height: 66.66% !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	-webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 55%, rgba(0,0,0,0) 100%);
	mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 55%, rgba(0,0,0,0) 100%);
}

.elementor-element-2cb5108 .elementor-background-video-container::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
}

/* ===== BEGIN SB-RESPONSIVE (added 2026-08-21) =====
   Mobile + tablet layout pass: section rhythm, gutters, hero, team grid,
   forms, careers, footer. Desktop (>1024px) is not affected.
   TO REVERT: delete everything between this BEGIN marker and the matching
   END SB-RESPONSIVE marker. */

/* ---------- 1. Typography helpers (tracking/leading already set by SB-UI-POLISH) */
p, li { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
/* Press feedback for the theme's own .pxl-button (SB-UI-POLISH covers .btn/.elementor-button) */
.pxl-button a, .pxl-nav-mobile-button { transition: transform 120ms ease-out, opacity 120ms ease-out; }
.pxl-button a:active { transform: scale(0.97); }

/* ---------- 2. Tablet (≤1024px) -------------------------------------------- */
@media (max-width: 1024px) {
  /* Cap the desktop section padding that is carried over unchanged */
  .e-con.e-parent > .e-con-inner {
    padding-block-start: min(var(--padding-block-start, 0px), 72px) !important;
    padding-block-end:   min(var(--padding-block-end, 0px), 72px) !important;
  }
  .e-con.e-child {
    padding-block-start: min(var(--padding-block-start, 0px), 64px) !important;
    padding-block-end:   min(var(--padding-block-end, 0px), 64px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* 40px statement paragraphs don't fit a half-width tablet column */
  .elementor-widget-pxl_text_editor p {
    font-size: clamp(16px, 2.3vw, 22px) !important;
    line-height: 1.55 !important;
  }
}

/* ---------- 3. Phone (≤767px) ---------------------------------------------- */
@media (max-width: 767px) {

  /* 3a. Gutters: one 20px gutter instead of theme 16px + section 15px + inner 16px */
  #pxl-main > .elementor-container { padding-left: 0 !important; padding-right: 0 !important; }
  .e-con.e-parent {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .e-con.e-parent > .e-con-inner { padding-inline: 20px !important; }

  /* 3b. Section rhythm: 48px scale instead of 90px + 32px (≈250px gaps)      */
  .e-con.e-parent > .e-con-inner {
    padding-block-start: min(var(--padding-block-start, 0px), 48px) !important;
    padding-block-end:   min(var(--padding-block-end, 0px), 48px) !important;
  }
  .e-con.e-child {
    padding-block-start: min(var(--padding-block-start, 0px), 40px) !important;
    padding-block-end:   min(var(--padding-block-end, 0px), 40px) !important;
  }
  .elementor-widget-loop-carousel > .elementor-widget-container { margin-bottom: 56px !important; }
  .elementor-widget-pxl_heading + .elementor-widget-pxl_text_editor { margin-top: 12px; }
  /* Sections whose every widget is hidden on mobile must not leave a hole    */
  .e-con.e-parent:not(:has(.elementor-widget:not(.elementor-hidden-mobile):not(.elementor-hidden-mobile_extra))) {
    display: none !important;
  }
  /* Desktop "pinned" columns and floating decorative images don't work at 390px */
  .e-con.pxl-column-sticky { position: relative !important; top: auto !important; }
  .elementor-widget-pxl_image.elementor-absolute:not(.elementor-element-0cc3451) { display: none !important; }

  /* 3c. Type scale tuned for a 390px viewport                                 */
  h1, .h1 { font-size: clamp(30px, 9vw, 38px) !important; line-height: 1.08 !important; }
  h2, .h2 { font-size: clamp(24px, 7vw, 30px) !important; line-height: 1.15 !important; }
  h3, .h3 { line-height: 1.25 !important; }
  body, p { font-size: 16px; line-height: 1.6; }
  .pxl-item--subtext, .pxl-item--subtitle, .px-sub-title-default { font-size: 13px !important; letter-spacing: 0.04em; }

  /* 3d. Homepage hero: scene image becomes the full-bleed background and the
         butler (hidden on mobile by the theme) returns below the buttons     */
  .elementor-element-66c2c09 { position: relative !important; overflow: hidden; margin-top: 0 !important; }
  .elementor-element-66c2c09 > .e-con-inner { position: static; z-index: 1; }
  .elementor-element.elementor-element-66c2c09 .elementor-element.elementor-element-0cc3451 {
    position: absolute !important; inset: 0 !important;
    width: 100% !important; max-width: none !important; height: 100% !important;
    margin: 0 !important; z-index: 0; order: 0;
  }
  .elementor-element-66c2c09 .elementor-element-0cc3451 .wrap-distort-canvas { display: none !important; }
  .elementor-element-66c2c09 .elementor-element-0cc3451 .elementor-widget-container,
  .elementor-element-66c2c09 .elementor-element-0cc3451 .pxl-image-single,
  .elementor-element-66c2c09 .elementor-element-0cc3451 .pxl-item--inner,
  .elementor-element-66c2c09 .elementor-element-0cc3451 .pxl-item--image { height: 100% !important; }
  .elementor-element.elementor-element-66c2c09 .elementor-element.elementor-element-0cc3451 .pxl-image-single .pxl-item--image img.attachment-full {
    width: 100% !important; height: 100% !important; min-height: 100% !important; max-height: none !important;
    object-fit: cover !important; object-position: center bottom !important;
    border-radius: 0; opacity: .9;
  }
  .elementor-element-66c2c09 .pxl-item--subtitle { text-align: center; display: block; }
  .elementor-element.elementor-element-66c2c09 .e-con.elementor-element-66f1c39.elementor-hidden-mobile {
    display: flex !important; justify-content: center; padding: 0 !important; margin-top: 8px;
  }
  .elementor-element-66c2c09 .elementor-element-66f1c39 .elementor-absolute { display: none !important; }
  .elementor-element-66c2c09 .elementor-element-66f1c39 .elementor-element-730b569 { width: auto !important; max-width: 80%; }
  .elementor-element-66c2c09 .elementor-element-66f1c39 img {
    max-height: 340px !important; width: auto !important; margin: 0 auto; display: block;
    -webkit-mask-image: linear-gradient(#000 82%, transparent);
            mask-image: linear-gradient(#000 82%, transparent);
  }

  /* 3e. Buttons: full-width stack, 48px tap height                            */
  .pxl-button a, a.btn, .elementor-button {
    min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
  }
  .pxl-button, .pxl-button a { width: 100%; }
  .pxl-button a .pxl-item--text, .pxl-button a span { white-space: normal; text-align: center; }

  /* 3f. Team grid: drop the JS masonry, put name/role under the photo        */
  .pxl-team-grid .pxl-grid-inner.pxl-grid-masonry { height: auto !important; }
  .pxl-team-grid .pxl-grid-item {
    position: static !important; transform: none !important;
    width: 100% !important; max-width: 100% !important; flex: 0 0 100%; margin-bottom: 28px;
  }
  .pxl-team-grid .pxl-item--inner { display: flex; flex-direction: column; }
  .pxl-team-grid .pxl-item--image img { border-radius: 12px; }
  .pxl-team-grid .pxl-item--holder {
    position: relative !important; inset: auto !important; padding: 14px 0 0 !important;
    background: transparent !important; opacity: 1 !important; transform: none !important;
  }
  .pxl-team-grid .pxl-item--holder .pxl-item--title { font-size: 22px; margin: 0 0 2px; }

  /* 3g. Contact form (CF7): 2-column budget grid, real tap targets, no iOS zoom */
  .wpcf7-form .wpcf7-radio { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .wpcf7-form .wpcf7-radio .wpcf7-list-item { margin: 0 !important; width: 100%; }
  .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
  .wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
    display: flex; align-items: center; justify-content: center;
    width: 100%; min-height: 48px; text-align: center;
  }
  .wpcf7-form .wpcf7-radio .wpcf7-list-item-label { font-size: 15px; white-space: nowrap; padding: 0 8px; }
  .wpcf7-form input[type="checkbox"] { width: 22px; height: 22px; flex: 0 0 22px; }
  .wpcf7-form .wpcf7-acceptance label { display: flex; align-items: flex-start; gap: 12px; line-height: 1.4; }
  .wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  .wpcf7-form textarea, .wpcf7-form select { font-size: 16px; min-height: 48px; }

  /* 3h. Careers (WP Job Manager): bigger checkboxes, stacked listing rows     */
  .job-manager-form input[type="checkbox"], .job_filters input[type="checkbox"],
  .job_types input[type="checkbox"] { width: 20px !important; height: 20px !important; vertical-align: middle; }
  .job_filters .job_types li { padding: 8px 12px !important; }
  ul.job_listings li.job_listing > a, ul.job_listings li.job_listing > a > div { display: flex; flex-wrap: wrap; align-items: flex-start; }
  ul.job_listings li.job_listing .position { width: 100% !important; float: none !important; margin-bottom: 6px; }
  ul.job_listings li.job_listing .location, ul.job_listings li.job_listing .meta {
    width: auto !important; float: none !important; text-align: left !important; margin-right: 16px;
  }

  /* 3i. Footer: wordmark never breaks mid-word                               */
  .pxl-footer .elementor-widget-pxl_heading { width: 100% !important; }
  .pxl-footer .NMN-text-effect { white-space: nowrap !important; letter-spacing: -0.01em; }
  .pxl-footer .pxl-item--title { overflow-wrap: anywhere; }

  /* 3j. Back-to-top: respect the safe area                                    */
  .pxl-scroll-top {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
  }
}

/* ===== END SB-RESPONSIVE ===== */

/* Brand-coloured Google Map on Contact page */
.elementor-element-81546af iframe {
  filter: grayscale(100%) invert(90%) brightness(1.0) contrast(1.15) sepia(100%) hue-rotate(180deg) saturate(2);
  border: 0;
  border-radius: 12px;
}

/* (Home v2 mobile hero rules moved to the SB-AUDIT-20260827 block at the end of this stylesheet) */

/* Mobile service-page heroes: video penguin as a background figure, headline overlapping its lower half
   (Backlink Marketplace 02955e9, SEO d622d92, Content Creation 2cb5108) */
@media (max-width: 767px) {
  .elementor-element-02955e9 > .e-con-inner > .elementor-background-video-container,
  .elementor-element-d622d92 > .e-con-inner > .elementor-background-video-container,
  .elementor-element-2cb5108 > .e-con-inner > .elementor-background-video-container {
    z-index: 0 !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1;
    opacity: 0.9;
    -webkit-mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
  }
  .elementor-element-02955e9 .elementor-background-video-container::after,
  .elementor-element-d622d92 .elementor-background-video-container::after,
  .elementor-element-2cb5108 .elementor-background-video-container::after {
    opacity: .15;
  }
  .elementor-element-02955e9 > .e-con-inner > .e-con,
  .elementor-element-d622d92 > .e-con-inner > .e-con,
  .elementor-element-2cb5108 > .e-con-inner > .e-con {
    position: relative;
    z-index: 2;
    margin-top: -38vw !important;
    padding-top: 0 !important;
  }

  /* Content Creation video: full opacity, no dark overlay on mobile */
  .elementor-element-2cb5108 > .e-con-inner > .elementor-background-video-container {
    opacity: 1 !important;
    -webkit-mask-image: linear-gradient(to bottom, #000 68%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 68%, transparent 100%);
  }
  .elementor-element-2cb5108 .elementor-background-video-container::after {
    opacity: 0 !important;
  }
  .elementor-element-2cb5108 .elementor-background-video-hosted {
    opacity: 1 !important;
    filter: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  /* Elementor's 50% background overlay sits on top of the video – switch it off on mobile */
  .elementor-element-2cb5108 > .e-con-inner > .elementor-background-video-container::before,
  .elementor-element-2cb5108::before {
    opacity: 0 !important;
  }
}

/* Mobile mid-page video sections: full-bleed, big chunky statement text
   (Content Creation 659bc75, About 7a73209, Home 6ed737c; Backlink Marketplace 'Better Backlinks' title only) */
@media (max-width: 767px) {
  .elementor-element-659bc75.parallax-video,
  .elementor-element-7a73209.parallax-video,
  .elementor-element-6ed737c.parallax-video {
    --min-height: 100svh !important;
    min-height: 100svh !important;
    --justify-content: center !important;
    --align-items: center !important;
    --padding-top: 12vw !important;
    --padding-bottom: 12vw !important;
    --padding-left: 6vw !important;
    --padding-right: 6vw !important;
  }
  .elementor-element-659bc75.parallax-video .elementor-widget-pxl_heading,
  .elementor-element-7a73209.parallax-video .elementor-widget-pxl_heading,
  .elementor-element-6ed737c.parallax-video .elementor-widget-pxl_heading {
    width: 100% !important;
    max-width: 100% !important;
  }
  .elementor-element-659bc75.parallax-video .pxl-heading .pxl-item--title,
  .elementor-element-7a73209.parallax-video .pxl-heading .pxl-item--title,
  .elementor-element-6ed737c.parallax-video .pxl-heading .pxl-item--title,
  .elementor-element-d98c8b7.parallax-video .elementor-element-724931f .pxl-item--title {
    font-size: clamp(44px, 15vw, 64px) !important;
    line-height: 1.02 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    text-align: center !important;
    text-wrap: balance;
    text-shadow: 0 4px 28px rgba(0,0,0,.55);
  }
  .elementor-element-659bc75.parallax-video .elementor-background-video-hosted,
  .elementor-element-7a73209.parallax-video .elementor-background-video-hosted,
  .elementor-element-6ed737c.parallax-video .elementor-background-video-hosted,
  .elementor-element-d98c8b7.parallax-video .elementor-background-video-hosted {
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* Mobile Contact hero (2273358): full-screen video, penguin clear at top, big chunky text anchored low */
@media (max-width: 767px) {
  .elementor-element-2273358 {
    --min-height: 100svh !important;
    min-height: 100svh !important;
    --justify-content: flex-end !important;
    --align-items: stretch !important;
    --padding-bottom: 10vw !important;
    --padding-left: 6vw !important;
    --padding-right: 6vw !important;
  }
  .elementor-element-2273358 .elementor-background-video-hosted {
    object-fit: cover !important;
    object-position: center 20% !important;
  }
  /* lighten the flat tint, add a bottom gradient for legibility instead */
  .elementor-element-2273358 > .elementor-background-video-container::before,
  .elementor-element-2273358 > .e-con-inner > .elementor-background-video-container::before {
    opacity: .2 !important;
  }
  .elementor-element-2273358 .elementor-background-video-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 35%, rgba(2,6,23,.85) 75%, rgba(2,6,23,.95) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .elementor-element-2273358 .elementor-element-0258a23 {
    position: relative;
    z-index: 2;
    --padding-top: 0 !important;
    --gap: 14px 0 !important;
    width: 100% !important;
  }
  .elementor-element-2273358 .elementor-element-218612e .pxl-item--title {
    font-size: clamp(34px, 12vw, 56px) !important;
    line-height: 1.02 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    text-wrap: balance;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    text-shadow: 0 4px 28px rgba(0,0,0,.5);
  }
  .elementor-element-2273358 .elementor-element-0255fb1 p {
    font-size: 17px !important;
    line-height: 1.45 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    opacity: .92;
  }
  .elementor-element-2273358 .elementor-element-0255fb1 br {
    display: none;
  }
  .elementor-element-2273358 .elementor-element-6d19c0b {
    margin-top: 6px;
  }
  .elementor-element-2273358 .elementor-element-6d19c0b .hero-scroll-cue {
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
  }
}

/* ===== Blog hero (page-title template 2713): on-brand navy + electric blue ===== */
#pxl-page-title-elementor .elementor-element-b9b7010 {
  --padding-top: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-bottom: 0 !important;
  padding: 0 !important;
  background: #000 !important;
}
#pxl-page-title-elementor .elementor-element-90ba2f1 {
  position: relative;
  mix-blend-mode: normal !important;
  isolation: isolate;
  background-color: #061538 !important;
  background-blend-mode: luminosity !important;
  background-size: cover !important;
  background-position: center 35% !important;
  --min-height: 560px !important;
  min-height: 560px !important;
  --justify-content: center !important;
  --align-items: center !important;
  --gap: 18px 0 !important;
  --padding-top: 120px !important;
  --padding-bottom: 90px !important;
  --padding-left: 24px !important;
  --padding-right: 24px !important;
  overflow: hidden;
}
/* dark navy wash + electric-blue glow, replaces the flat grey overlay */
#pxl-page-title-elementor .elementor-element-90ba2f1::before {
  content: "" !important;
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  opacity: 1 !important;
  background:
    radial-gradient(60% 70% at 50% 110%, rgba(13,102,237,.55) 0%, rgba(13,102,237,0) 70%),
    radial-gradient(40% 40% at 85% 0%,  rgba(13,102,237,.28) 0%, rgba(13,102,237,0) 70%),
    linear-gradient(180deg, rgba(2,6,23,.92) 0%, rgba(2,6,23,.72) 50%, rgba(2,6,23,.94) 100%) !important;
  background-color: transparent !important;
}
/* thin glowing baseline, like the hero floor line on the homepage */
#pxl-page-title-elementor .elementor-element-90ba2f1::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(13,102,237,0) 0%, #0D66ED 50%, rgba(13,102,237,0) 100%);
  box-shadow: 0 0 24px 4px rgba(13,102,237,.55);
}
#pxl-page-title-elementor .elementor-element-90ba2f1 > .elementor-element {
  position: relative; z-index: 2;
}
/* heading: eyebrow + big bold title, "&" in brand blue via the existing highlight colour */
#pxl-page-title-elementor .elementor-element-c3f3b66 .pxl-heading {
  text-align: center;
}
#pxl-page-title-elementor .elementor-element-c3f3b66 .pxl-heading::before {
  content: ".SEO KNOWLEDGE HUB";
  display: block;
  color: #0D66ED;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: 14px;
}
#pxl-page-title-elementor .elementor-element-c3f3b66 .pxl-item--title {
  font-size: clamp(44px, 6.2vw, 84px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: #fff !important;
  text-shadow: 0 6px 40px rgba(13,102,237,.35);
  text-wrap: balance;
}
#pxl-page-title-elementor .elementor-element-a26e3c0 {
  max-width: 640px !important;
}
#pxl-page-title-elementor .elementor-element-a26e3c0 p {
  color: rgba(255,255,255,.82) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  text-align: center;
}
@media (max-width: 767px) {
  #pxl-page-title-elementor .elementor-element-90ba2f1 {
    --min-height: 100svh !important;
    min-height: 100svh !important;
    --padding-top: 96px !important;
    --padding-bottom: 64px !important;
    --padding-left: 6vw !important;
    --padding-right: 6vw !important;
    background-position: center 30% !important;
  }
  #pxl-page-title-elementor .elementor-element-c3f3b66 .pxl-heading::before {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #pxl-page-title-elementor .elementor-element-c3f3b66 .pxl-item--title {
    font-size: clamp(40px, 14vw, 58px) !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }
  #pxl-page-title-elementor .elementor-element-a26e3c0,
  #pxl-page-title-elementor .elementor-element-a26e3c0 .pxl-text-editor,
  #pxl-page-title-elementor .elementor-element-a26e3c0 p {
    text-align: center !important;
  }
  #pxl-page-title-elementor .elementor-element-a26e3c0 p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
}

/* ===== Mobile header & off-canvas menu: on-brand polish ===== */
@media (max-width: 1199px) {
  /* -- header bar: frosted navy with glowing baseline -- */
  #pxl-header-mobile {
    background: rgba(2, 6, 23, .78) !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(13, 102, 237, .35);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .35);
  }
  /* -- hamburger: 44px tap target, brand-blue lines -- */
  #pxl-nav-mobile { padding: 13px 0 13px 13px; margin: -13px 0 -13px -13px; }
  #pxl-nav-mobile .pxl-nav-mobile-button .pxl-icon-line {
    background: #fff !important;
    height: 2px !important;
    border-radius: 2px;
    transition: all .25s ease;
  }
  #pxl-nav-mobile .pxl-nav-mobile-button .pxl-icon-line2 {
    background: #0D66ED !important;
    width: 70%;
  }
  #pxl-nav-mobile .pxl-nav-mobile-button:hover .pxl-icon-line2 { width: 100%; }
}

/* -- off-canvas panel: deep navy with electric-blue glow -- */
.pxl-header-menu {
  background:
    radial-gradient(80% 50% at 50% 115%, rgba(13,102,237,.35) 0%, rgba(13,102,237,0) 70%),
    radial-gradient(60% 35% at 100% 0%, rgba(13,102,237,.18) 0%, rgba(13,102,237,0) 70%),
    linear-gradient(180deg, #050c22 0%, #02061a 100%) !important;
}
.pxl-header-menu .pxl-header-menu-scroll { padding: 28px 26px 40px !important; }
.pxl-header-menu-backdrop {
  background: rgba(2, 6, 23, .6) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
/* close button: bordered circle */
.pxl-header-menu .pxl-menu-close {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.05) !important;
  transition: all .25s ease;
}
.pxl-header-menu .pxl-menu-close:hover {
  border-color: #0D66ED !important;
  background: rgba(13,102,237,.18) !important;
  transform: rotate(90deg);
}
/* search: pill input with blue focus ring */
.pxl-header-menu .pxl-header-mobile-search { margin-top: 10px; }
.pxl-header-menu .pxl-header-mobile-search input[type="search"],
.pxl-header-menu .pxl-header-mobile-search input[type="text"] {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 999px !important;
  color: #fff !important;
  padding: 12px 48px 12px 20px !important;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.pxl-header-menu .pxl-header-mobile-search input:focus {
  border-color: #0D66ED !important;
  box-shadow: 0 0 0 3px rgba(13,102,237,.25) !important;
  outline: none !important;
}
/* nav links: big, chunky, brand dot prefix */
.pxl-header-menu .pxl-menu-primary > li { border-bottom: 1px solid rgba(255,255,255,.08) !important; }
.pxl-header-menu .pxl-menu-primary > li > a {
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  padding: 16px 0 !important;
  color: #fff !important;
  transition: color .2s ease, padding-left .2s ease;
}
.pxl-header-menu .pxl-menu-primary > li > a::before {
  content: ".";
  color: #0D66ED;
  font-weight: 800;
  margin-right: 2px;
}
.pxl-header-menu .pxl-menu-primary > li > a:hover,
.pxl-header-menu .pxl-menu-primary > li.current-menu-item > a,
.pxl-header-menu .pxl-menu-primary > li.current_page_item > a {
  color: #0D66ED !important;
}
/* sub-menu toggle: blue chip */
.pxl-header-menu .pxl-menu-primary .pxl-menu-toggle {
  width: 34px !important;
  height: 34px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 50% !important;
  top: 14px !important;
  transition: all .25s ease;
}
.pxl-header-menu .pxl-menu-primary .pxl-menu-toggle:hover,
.pxl-header-menu .pxl-menu-primary li.open > .pxl-menu-toggle {
  background: rgba(13,102,237,.2) !important;
  border-color: #0D66ED !important;
}
.pxl-header-menu .pxl-menu-primary .pxl-menu-toggle::before {
  background: transparent !important;
  color: #fff !important;
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
}
/* sub-menu items */
.pxl-header-menu .pxl-menu-primary .sub-menu { background: transparent !important; }
.pxl-header-menu .pxl-menu-primary .sub-menu li a {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,.75) !important;
  padding: 10px 0 10px 18px !important;
  border-left: 1px solid rgba(13,102,237,.4);
  transition: color .2s ease, border-color .2s ease;
}
.pxl-header-menu .pxl-menu-primary .sub-menu li a:hover { color: #0D66ED !important; border-left-color: #0D66ED; }
/* staggered entrance when the panel opens */
.pxl-header-menu.active .pxl-menu-primary > li {
  animation: sbMenuIn .45s cubic-bezier(.22,.9,.32,1) both;
}
.pxl-header-menu.active .pxl-menu-primary > li:nth-child(1) { animation-delay: .05s; }
.pxl-header-menu.active .pxl-menu-primary > li:nth-child(2) { animation-delay: .11s; }
.pxl-header-menu.active .pxl-menu-primary > li:nth-child(3) { animation-delay: .17s; }
.pxl-header-menu.active .pxl-menu-primary > li:nth-child(4) { animation-delay: .23s; }
.pxl-header-menu.active .pxl-menu-primary > li:nth-child(5) { animation-delay: .29s; }
.pxl-header-menu.active .pxl-menu-primary > li:nth-child(6) { animation-delay: .35s; }
@keyframes sbMenuIn {
  from { opacity: 0; transform: translateX(18px); }
  to   { opacity: 1; transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .pxl-header-menu.active .pxl-menu-primary > li { animation: none; }
}

/* ===== Accordions: fully mobile-optimized (all pages) ===== */
@media (max-width: 767px) {
  /* stack intro text above the cards instead of a squeezed side column */
  .pxl-accordion .pxl-accordion--content .pxl-content {
    flex-direction: column !important;
    gap: 22px !important;
  }
  .pxl-accordion .pxl-accordion--content .group-intro-col,
  .pxl-accordion .pxl-accordion--content .group-items-grid {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }
  /* cards: one full-width column, nothing off-screen */
  .pxl-accordion .pxl-accordion--content .group-items-grid {
    grid-template-columns: 1fr !important;
  }
  .pxl-accordion .pxl-accordion--content .group-items-grid > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  /* headers: tighter padding, room for the toggle button */
  .pxl-accordion .pxl-accordion--title {
    padding: 18px 56px 18px 0 !important;
    align-items: center !important;
  }
  .pxl-accordion .pxl-accordion--title .pxl-title--text {
    padding-right: 0 !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
  }
  .pxl-accordion .pxl-accordion--title .pxl-icon--plus {
    width: 38px !important;
    height: 38px !important;
    right: 0 !important;
  }
  .pxl-accordion .pxl-accordion--content {
    padding: 6px 0 24px !important;
  }
  .pxl-accordion .pxl-accordion--content p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}

/* ===== Service detail heroes (On-Page / Off-Page / Technical SEO): on-brand like the main service pages ===== */
body.single-service #pxl-page-title-default {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(70% 60% at 50% 115%, rgba(13,102,237,.5) 0%, rgba(13,102,237,0) 70%),
    radial-gradient(45% 40% at 88% 0%, rgba(13,102,237,.25) 0%, rgba(13,102,237,0) 70%),
    linear-gradient(180deg, #050c22 0%, #02061a 100%) !important;
  padding: 150px 20px 110px !important;
}
/* penguin figure, right side, fading into the background */
body.single-service #pxl-page-title-default::before {
  content: "";
  position: absolute;
  top: 0; right: -8%;
  width: 46%;
  height: 100%;
  background: url('/wp-content/uploads/ChatGPT-Image-Jul-8-2026-09_01s_51-AM-1-1.webp') no-repeat top right / contain;
  opacity: .5;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 40%, transparent 95%);
  mask-image: linear-gradient(to bottom, #000 40%, transparent 95%);
}
/* glowing baseline */
body.single-service #pxl-page-title-default::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(13,102,237,0) 0%, #0D66ED 50%, rgba(13,102,237,0) 100%);
  box-shadow: 0 0 24px 4px rgba(13,102,237,.55);
  pointer-events: none;
}
body.single-service #pxl-page-title-default .container { position: relative; z-index: 2; }
body.single-service #pxl-page-title-default .pxl-page-title {
  font-size: clamp(44px, 5.5vw, 76px) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.03em !important;
  color: #fff !important;
  text-shadow: 0 6px 40px rgba(13,102,237,.35);
}
/* breadcrumb as a brand eyebrow */
body.single-service #pxl-page-title-default .pxl-breadcrumb-wrap,
body.single-service #pxl-page-title-default .pxl-breadcrumb-wrap a,
body.single-service #pxl-page-title-default .pxl-breadcrumb-wrap span {
  color: rgba(255,255,255,.65) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .08em !important;
}
body.single-service #pxl-page-title-default .pxl-breadcrumb-wrap a:hover { color: #0D66ED !important; }
body.single-service #pxl-page-title-default .pxl-breadcrumb-wrap .current,
body.single-service #pxl-page-title-default .pxl-breadcrumb-wrap span:last-child { color: #0D66ED !important; }

@media (max-width: 767px) {
  body.single-service #pxl-page-title-default {
    min-height: 62svh;
    display: flex;
    align-items: flex-end;
    padding: 120px 20px 56px !important;
  }
  body.single-service #pxl-page-title-default::before {
    right: -14%;
    width: 88%;
    opacity: .55;
  }
  body.single-service #pxl-page-title-default .container { width: 100%; }
  body.single-service #pxl-page-title-default .pxl-page-title {
    font-size: clamp(40px, 13vw, 56px) !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }
}

/* Service detail heroes: penguin background video (injected via Header & Footer Scripts) */
body.single-service #pxl-page-title-default .sb-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
body.single-service #pxl-page-title-default .sb-hero-video video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1500px, 98%);
  height: 104%;
  object-fit: contain;
  object-position: center center;
  opacity: .9;
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 38%, rgba(0,0,0,.5) 62%, transparent 88%);
  mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 38%, rgba(0,0,0,.5) 62%, transparent 88%);
}
/* darken slightly so the title stays crisp */
body.single-service #pxl-page-title-default .sb-hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,6,23,.35) 0%, rgba(2,6,23,.15) 45%, rgba(2,6,23,.6) 100%);
}
/* when the video is present, retire the static penguin image */
body.single-service #pxl-page-title-default:has(.sb-hero-video)::before {
  display: none;
}
/* taller hero so the clip breathes on desktop */
body.single-service #pxl-page-title-default:has(.sb-hero-video) {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 60px !important;
}
@media (max-width: 767px) {
  body.single-service #pxl-page-title-default:has(.sb-hero-video) {
    min-height: 100svh;
    align-items: flex-end;
    padding-bottom: 34px !important;
    padding-top: 90px !important;
  }
  body.single-service #pxl-page-title-default .sb-hero-video video {
    height: 58%;
  }
  body.single-service #pxl-page-title-default .sb-hero-video video {
    width: 100%;
    height: 60%;
    top: 3%;
    transform: translateX(-50%);
    object-position: center top;
    opacity: 1;
    -webkit-mask-image: radial-gradient(ellipse 66% 56% at 50% 38%, #000 42%, rgba(0,0,0,.5) 64%, transparent 88%);
    mask-image: radial-gradient(ellipse 66% 56% at 50% 38%, #000 42%, rgba(0,0,0,.5) 64%, transparent 88%);
  }
  body.single-service #pxl-page-title-default .sb-hero-video::after {
    background: linear-gradient(180deg, rgba(2,6,23,.12) 0%, rgba(2,6,23,.05) 40%, rgba(2,6,23,.82) 82%, rgba(2,6,23,.92) 100%);
  }
}


/* Service detail heroes: marketplace-style content block */
body.single-service #pxl-page-title-default .pxl-page-title {
  color: #0D66ED !important;
}
body.single-service #pxl-page-title-default .sb-hero-extra {
  text-align: center;
}
body.single-service #pxl-page-title-default .sb-hero-line {
  color: #fff;
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 6px auto 18px;
  max-width: 760px;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0,0,0,.5);
}
body.single-service #pxl-page-title-default .sb-hero-text {
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 28px;
}
body.single-service #pxl-page-title-default .sb-hero-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
body.single-service #pxl-page-title-default .sb-btn {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  transition: all .25s ease;
}
body.single-service #pxl-page-title-default .sb-btn-primary {
  background: #0D66ED;
  color: #fff;
  box-shadow: 0 8px 30px rgba(13,102,237,.4);
}
body.single-service #pxl-page-title-default .sb-btn-primary:hover {
  background: #0b57c9;
  transform: translateY(-2px);
}
body.single-service #pxl-page-title-default .sb-btn-ghost {
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  background: rgba(255,255,255,.04);
}
body.single-service #pxl-page-title-default .sb-btn-ghost:hover {
  border-color: #0D66ED;
  color: #0D66ED;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  body.single-service #pxl-page-title-default .sb-hero-line {
    font-size: clamp(26px, 8vw, 34px);
    margin: 4px auto 12px;
  }
  body.single-service #pxl-page-title-default .sb-hero-text {
    font-size: 15.5px;
    line-height: 1.55;
    text-align: center !important;
    margin: 0 auto 22px;
    max-width: 92%;
  }
  body.single-service #pxl-page-title-default .sb-hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  body.single-service #pxl-page-title-default .sb-btn {
    padding: 15px 26px;
    font-size: 13.5px;
    width: min(320px, 90%);
    text-align: center;
  }
  body.single-service #pxl-page-title-default .pxl-page-title {
    font-size: clamp(34px, 11vw, 46px) !important;
    margin-bottom: 0 !important;
  }
  body.single-service #pxl-page-title-default .pxl-breadcrumb-wrap,
  body.single-service #pxl-page-title-default .pxl-breadcrumb-wrap a,
  body.single-service #pxl-page-title-default .pxl-breadcrumb-wrap span {
    font-size: 11px !important;
    letter-spacing: .1em !important;
  }
}

/* ===== Careers: WP Job Manager widget, on-brand ===== */
/* filter card */
.job_filters {
  background: linear-gradient(180deg, #071230 0%, #040b20 100%) !important;
  border: 1px solid rgba(13,102,237,.28) !important;
  border-radius: 20px !important;
  padding: 26px 26px 6px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  overflow: hidden;
}
.job_filters .search_jobs {
  background: transparent !important;
  padding: 0 !important;
}
.job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_location {
  padding: 0 0 16px !important;
}
.job_filters input[type="text"] {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 999px !important;
  color: #fff !important;
  padding: 14px 22px !important;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.job_filters input[type="text"]:focus {
  border-color: #0D66ED !important;
  box-shadow: 0 0 0 3px rgba(13,102,237,.25) !important;
  outline: none !important;
}
.job_filters input[type="text"]::placeholder { color: rgba(255,255,255,.45) !important; }
.job_filters label { color: rgba(255,255,255,.7) !important; }
.job_filters .search_remote_position label { color: rgba(255,255,255,.8) !important; }
.job_filters input[type="submit"],
.job_filters .search_submit input,
.job_filters button[type="submit"] {
  background: #0D66ED !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 15px 34px !important;
  font-weight: 700 !important;
  letter-spacing: .04em;
  box-shadow: 0 8px 30px rgba(13,102,237,.4);
  transition: all .25s ease;
  cursor: pointer;
}
.job_filters input[type="submit"]:hover { background: #0b57c9 !important; transform: translateY(-1px); }
/* job type chips */
.job_filters .job_types {
  background: transparent !important;
  border: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 0 !important;
}
.job_filters .job_types li {
  flex: 0 0 auto !important;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 8px 16px !important;
  transition: all .2s ease;
}
.job_filters .job_types li:has(input:checked) {
  background: rgba(13,102,237,.18);
  border-color: #0D66ED;
}
.job_filters .job_types li label { color: #fff !important; font-size: 13.5px; }
.job_filters .showing_jobs { color: rgba(255,255,255,.6) !important; }
ul.job_listings + a.rss_link, .job_listings-rss, a.rss_link { display: none !important; }
/* job cards */
ul.job_listings {
  border: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 26px !important;
}
ul.job_listings li.job_listing {
  background: linear-gradient(180deg, #07102b 0%, #040a1c 100%) !important;
  border: 1px solid rgba(13,102,237,.22) !important;
  border-radius: 16px !important;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
ul.job_listings li.job_listing:hover {
  transform: translateY(-3px);
  border-color: #0D66ED !important;
  box-shadow: 0 14px 44px rgba(13,102,237,.25);
}
ul.job_listings li.job_listing a {
  padding: 22px 26px !important;
  display: flex !important;
  align-items: center;
  gap: 18px;
}
ul.job_listings li.job_listing a img.company_logo {
  width: 54px !important;
  height: 54px !important;
  border-radius: 12px;
  border: 1px solid rgba(13,102,237,.35);
  flex: 0 0 auto;
  margin: 0 !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
}
ul.job_listings li.job_listing .position {
  padding: 0 !important;
  float: none !important;
}
ul.job_listings li.job_listing .position h3 {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 0 4px !important;
}
ul.job_listings li.job_listing .company,
ul.job_listings li.job_listing .company strong {
  color: rgba(255,255,255,.55) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 13.5px !important;
}
ul.job_listings li.job_listing .location {
  color: rgba(255,255,255,.65) !important;
  float: none !important;
  margin-left: auto;
  font-size: 14px !important;
  flex: 0 0 auto;
}
ul.job_listings li.job_listing .meta {
  float: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin: 0 !important;
  flex: 0 0 auto;
}
ul.job_listings li.job_listing .meta .job-type {
  background: rgba(13,102,237,.16);
  border: 1px solid rgba(13,102,237,.5);
  color: #0d66ed !important;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .03em;
}
ul.job_listings li.job_listing .meta .date {
  color: rgba(255,255,255,.45) !important;
  font-size: 12.5px !important;
}
/* load more */
a.load_more_jobs {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 15px 34px !important;
  margin-top: 22px !important;
  transition: all .25s ease;
}
a.load_more_jobs:hover { border-color: #0D66ED !important; color: #0D66ED !important; }
a.load_more_jobs strong { font-weight: 700 !important; }
@media (max-width: 767px) {
  .job_filters { padding: 20px 18px 4px !important; border-radius: 16px !important; }
  ul.job_listings li.job_listing a {
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px 18px !important;
  }
  ul.job_listings li.job_listing .position { flex: 1 1 60%; }
  ul.job_listings li.job_listing .location { margin-left: 66px; order: 3; }
  ul.job_listings li.job_listing .meta { flex-direction: row; order: 4; margin-left: auto !important; align-items: center; }
}

/* ===== Single job post (WP Job Manager), on-brand ===== */
.single-job_listing .single_job_listing .job-listing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px !important;
  padding: 0 !important;
}
.single-job_listing .single_job_listing .job-listing-meta li {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  float: none !important;
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,.8) !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  margin: 0 !important;
}
.single-job_listing .single_job_listing .job-listing-meta li.job-type {
  background: rgba(13,102,237,.16) !important;
  border-color: rgba(13,102,237,.55) !important;
  color: #0d66ed !important;
  font-weight: 700 !important;
}
.single-job_listing .single_job_listing .job-listing-meta li a { color: rgba(255,255,255,.8) !important; }
/* company card */
.single-job_listing .single_job_listing .company {
  background: linear-gradient(180deg, #07102b 0%, #040a1c 100%) !important;
  border: 1px solid rgba(13,102,237,.22) !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
  margin: 0 0 34px !important;
}
.single-job_listing .single_job_listing .company img.company_logo {
  border-radius: 12px;
  border: 1px solid rgba(13,102,237,.35);
  width: 54px !important;
  height: 54px !important;
}
.single-job_listing .single_job_listing .company .name,
.single-job_listing .single_job_listing .company .name a {
  color: #fff !important;
  font-weight: 700 !important;
}
.single-job_listing .single_job_listing .company .website a { color: #0d66ed !important; }
/* description typography */
.single-job_listing .job_description h1 { display: none; } /* duplicate of the hero title */
.single-job_listing .job_description h2 {
  font-size: clamp(24px, 2.4vw, 34px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  margin: 34px 0 14px !important;
  color: #fff !important;
}
.single-job_listing .job_description p,
.single-job_listing .job_description li {
  color: rgba(255,255,255,.78) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}
.single-job_listing .job_description ul { margin: 0 0 10px !important; }
.single-job_listing .job_description ul li::marker { color: #0D66ED; }
/* apply block */
.single-job_listing .job_application {
  background: linear-gradient(180deg, #071230 0%, #040b20 100%) !important;
  border: 1px solid rgba(13,102,237,.28) !important;
  border-radius: 20px !important;
  padding: 28px !important;
  margin-top: 36px !important;
  text-align: center;
}
.single-job_listing .job_application .application_button {
  background: #0D66ED !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 16px 40px !important;
  font-weight: 700 !important;
  letter-spacing: .04em;
  box-shadow: 0 8px 30px rgba(13,102,237,.4);
  transition: all .25s ease;
  cursor: pointer;
}
.single-job_listing .job_application .application_button:hover {
  background: #0b57c9 !important;
  transform: translateY(-2px);
}
.single-job_listing .job_application .application_details {
  background: transparent !important;
  border: 0 !important;
  color: rgba(255,255,255,.75) !important;
}
.single-job_listing .job_application .application_details a { color: #0d66ed !important; }
/* mobile: job post + careers hero title */
@media (max-width: 767px) {
  .single-job_listing #pxl-page-title-default .pxl-page-title,
  body.page-id-63 .pxl-page-title {
    font-size: clamp(30px, 9.5vw, 40px) !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }
  .single-job_listing .single_job_listing .job-listing-meta li { font-size: 12px !important; padding: 7px 13px !important; }
  .single-job_listing .single_job_listing .company { padding: 16px 18px !important; }
  .single-job_listing .job_description h2 { margin: 26px 0 10px !important; }
  .single-job_listing .job_application { padding: 22px 18px !important; }
  .single-job_listing .job_application .application_button { width: 100%; }
}
/* hide empty author box + divider on single job posts */
.single-job_listing .pxl-post--author-info,
.single-job_listing .pxl-post--author-info + hr,
.single-job_listing .pxl-divider.pxl-post-divider { display: none !important; }


/* Glow blobs: neutral white light instead of green (workflow + lower section) */
.custom-blur.elementor-element-a1727e0,
.custom-blur.elementor-element-67f24d9 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* ============================================================
   SB-CALM-MOTION
   Removes entrance / scroll-driven text animations everywhere
   EXCEPT: header, page-title banners, the first (hero) section of
   each page, the moving markets strip, and the team (owner) grid.
   Delete this block to restore the theme's default animations.
   ============================================================ */

/* 1 - WOW.js + Elementor entrance animations: show content immediately */
.wow:not(#pxl-header-elementor *, [id^="pxl-page-title"] *, .pxl-page-title-elementor *, .pxl-entry-content > .elementor > .e-parent:first-child *, .elementor-element-cc93b91 *, .pxl-team-grid *),
.elementor-invisible:not(#pxl-header-elementor *, [id^="pxl-page-title"] *, .pxl-page-title-elementor *, .pxl-entry-content > .elementor > .e-parent:first-child *, .elementor-element-cc93b91 *, .pxl-team-grid *) {
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

/* 2 - Split-text / letter-by-letter / scroll-fill headings: render static */
.pxl-split-text:not(#pxl-header-elementor *, [id^="pxl-page-title"] *, .pxl-page-title-elementor *, .pxl-entry-content > .elementor > .e-parent:first-child *, .elementor-element-cc93b91 *, .pxl-team-grid *),
.pxl-split-text:not(#pxl-header-elementor *, [id^="pxl-page-title"] *, .pxl-page-title-elementor *, .pxl-entry-content > .elementor > .e-parent:first-child *, .elementor-element-cc93b91 *, .pxl-team-grid *) *,
.style-scroll-bg:not(#pxl-header-elementor *, [id^="pxl-page-title"] *, .pxl-page-title-elementor *, .pxl-entry-content > .elementor > .e-parent:first-child *, .elementor-element-cc93b91 *, .pxl-team-grid *),
.style-scroll-bg:not(#pxl-header-elementor *, [id^="pxl-page-title"] *, .pxl-page-title-elementor *, .pxl-entry-content > .elementor > .e-parent:first-child *, .elementor-element-cc93b91 *, .pxl-team-grid *) *,
.pxl-heading .wow.letter:not(#pxl-header-elementor *, [id^="pxl-page-title"] *, .pxl-page-title-elementor *, .pxl-entry-content > .elementor > .e-parent:first-child *, .elementor-element-cc93b91 *, .pxl-team-grid *) {
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: none !important;
  transition: none !important;
}

/* 3 - Scroll parallax / scroll-scale effects: hold still */
.pxl-text-slip:not(#pxl-header-elementor *, [id^="pxl-page-title"] *, .pxl-page-title-elementor *, .pxl-entry-content > .elementor > .e-parent:first-child *, .elementor-element-cc93b91 *, .pxl-team-grid *),
[data-parallax-value]:not(#pxl-header-elementor *, [id^="pxl-page-title"] *, .pxl-page-title-elementor *, .pxl-entry-content > .elementor > .e-parent:first-child *, .elementor-element-cc93b91 *, .pxl-team-grid *),
.pxl-image-scale-parallax:not(#pxl-header-elementor *, [id^="pxl-page-title"] *, .pxl-page-title-elementor *, .pxl-entry-content > .elementor > .e-parent:first-child *, .elementor-element-cc93b91 *, .pxl-team-grid *) img {
  transform: none !important;
}

/* 4 - Drifting blurred background blobs (Services section etc.) */
.circle-blur:not(.pxl-entry-content > .elementor > .e-parent:first-child) .moving-blur {
  animation: none !important;
  transform: none !important;
}


/* === Content Creation page: blue band blend + spacing === */
.elementor-element-659bc75{position:relative;min-height:0 !important;padding:110px 0 !important;margin:40px 0 0 !important;display:flex;align-items:center;justify-content:center;overflow:hidden;background-size:cover !important;}
.elementor-element-659bc75::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;background:linear-gradient(180deg,#000 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 65%,#000 100%);}
.elementor-element-659bc75 > .elementor-element{position:relative;z-index:2 !important;}
.elementor-element-659bc75 h3{font-size:clamp(56px,9vw,120px) !important;line-height:1.05 !important;margin:0 !important;}
.elementor-element-af89772{margin-top:0 !important;padding-top:64px !important;}
.elementor-element-af89772 > .e-con-inner{row-gap:24px !important;}
.elementor-element-af89772 .elementor-element-86d8dde{margin-bottom:8px !important;}
.elementor-element-af89772 .elementor-element-2ef358f{margin-bottom:32px !important;}
.elementor-element-aabf8f8{padding-bottom:40px !important;}
.elementor-element-0401d65,.elementor-element-3e9c775{padding-top:60px !important;}


/* Homepage hero paragraph text */
.elementor-element-9aec48c .pxl-text-editor p {
	line-height: 18px !important;
	text-align: left;
	color: #B3B3B3;
	font-size: 16px;
	font-weight: 300 !important;
	font-style: normal;
}

/* Homepage blog carousel - uniform square featured images */
.e-loop-item .elementor-element-3ddbd20 img {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	display: block;
}

/* Site-wide: single font family everywhere (icon fonts excluded) */
body,
body :not(i):not([class*="icon"]):not([class*=" fa"]):not([class^="fa"]):not([class*="caseicon"]):not([class*="elementor-icon"]) {
	font-family: "Be Vietnam Pro", sans-serif !important;
}

/* Site-wide: standardized buttons */
.btn:not(.btn-base),
.input-box.btn,
.elementor-button,
.wp-block-button__link,
.pxl-header-elementor .btn,
header .btn,
.elementor-widget-pxl_button .btn,
.pxl-contact-form .input-box.btn,
.wpcf7-submit,
form .btn {
	font-family: "Be Vietnam Pro", sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
	border-radius: 50px !important;
	padding: 17px 30px !important;
	line-height: 22px !important;
}

/* ===== SEO Butler — mobile/device optimisation fixes (Claude, 25 Aug 2026). Hero headings were hidden under the fixed header on phones/tablets; tap targets, breadcrumbs, service-page text contrast. ===== */
@media (max-width: 1024px) {
  body:not(.home) #pxl-wapper .elementor > .e-con:first-child, body:not(.home) #pxl-wapper .elementor > .elementor-section:first-child { min-height: 0 !important; padding-top: 120px !important; padding-bottom: 48px !important; justify-content: flex-start !important; }
  body:not(.home) #pxl-wapper .elementor > .e-con:first-child > .e-con-inner { min-height: 0 !important; justify-content: flex-start !important; }
  #pxl-page-title-default { padding-top: 110px !important; }
}
@media (max-width: 767px) {
  .elementor-element-02955e9, .elementor-element-d622d92, .elementor-element-2cb5108 { height: auto !important; min-height: 0 !important; max-height: none !important; overflow: visible !important; }
  .elementor-element-02955e9 > .e-con-inner > .e-con, .elementor-element-d622d92 > .e-con-inner > .e-con, .elementor-element-2cb5108 > .e-con-inner > .e-con { margin-top: 0 !important; }
  .elementor-element-02955e9 > .e-con-inner > .elementor-background-video-container, .elementor-element-d622d92 > .e-con-inner > .elementor-background-video-container, .elementor-element-2cb5108 > .e-con-inner > .elementor-background-video-container { opacity: .35 !important; }
  .pxl-grid-item .pxl-post--content > div, .pxl-post--content [style*="line-clamp"] { -webkit-line-clamp: unset !important; line-clamp: unset !important; display: block !important; overflow: visible !important; max-height: none !important; }
}
@media (max-width: 1024px) {
  .pxl-image-single .pxl-item--image img.attachment-full { max-height: 320px; width: 100%; object-fit: cover; object-position: top center; }
  .pxl-link.type-vertical .pxl-item--link { margin: 0; }
  .pxl-link.type-vertical .pxl-item--link > a { display: inline-flex; align-items: center; min-height: 44px; padding: 4px 0; }
  .pxl-post-meta .pxl-meta--item a { display: inline-flex; align-items: center; min-height: 32px; padding: 4px 2px; }
  .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 6px !important; }
}
.mc4wp-form-h2 button, p.mailchimp button, .wpcf7-form button[type="submit"], .wpcf7-form input[type="submit"] { min-width: 44px; min-height: 44px; }
.wpcf7-form input[type="checkbox"], input.input-checkbox { width: 24px; height: 24px; min-width: 24px; }
.wpcf7-form .wpcf7-list-item label, .wpcf7-form label { display: flex; align-items: center; gap: 10px; min-height: 44px; }
.pxl-breadcrumb, .pxl-breadcrumb .breadcrumb-entry, .pxl-breadcrumb .breadcrumb-hidden { font-size: 13px !important; line-height: 1.6; }
.pxl-breadcrumb li a { padding: 4px 0; display: inline-block; }
.dslc-text-module-content p, .dslc-text-module-content li, body.single-service .elementor-widget-text-editor, body.single-service .elementor-widget-text-editor p, body.single-service .elementor-widget-text-editor li { color: #dbe4f3 !important; }
.dslc-text-module-content a, body.single-service .elementor-widget-text-editor a { color: #0d66ed !important; }
.pxl-content-wrap.no-sidebar, #pxl-wapper .container { overflow-x: clip; }
@media (max-width: 400px) { h1, .elementor-heading-title.elementor-size-xxl { overflow-wrap: anywhere; } }

/* ===== Mobile & tablet hero order: video/image above the heading (Claude, 25 Aug 2026) ===== */
@media (max-width: 1024px) {
  .elementor-element-02955e9 > .e-con-inner, .elementor-element-d622d92 > .e-con-inner, .elementor-element-2cb5108 > .e-con-inner { display:flex; flex-direction:column; }
  .elementor-element-02955e9 > .e-con-inner > .elementor-element-90a3d0d,
  .elementor-element-d622d92 > .e-con-inner > .elementor-element-ff7b92d,
  .elementor-element-2cb5108 > .e-con-inner > .elementor-element-8a7e2d8 { order:-1 !important; height:auto !important; flex-shrink:0 !important; margin:0 0 8px !important; padding:0 !important; width:100% !important; max-width:100% !important; position:relative !important; top:auto !important; transform:none !important; z-index:1 !important; }
  html body #pxl-wapper .elementor-element-90a3d0d .e-con, html body #pxl-wapper .elementor-element-90a3d0d .elementor-widget, html body #pxl-wapper .elementor-element-90a3d0d .elementor-widget-container, html body #pxl-wapper .elementor-element-ff7b92d .e-con, html body #pxl-wapper .elementor-element-ff7b92d .elementor-widget, html body #pxl-wapper .elementor-element-ff7b92d .elementor-widget-container, html body #pxl-wapper .elementor-element-8a7e2d8 .e-con, html body #pxl-wapper .elementor-element-8a7e2d8 .elementor-widget, html body #pxl-wapper .elementor-element-8a7e2d8 .elementor-widget-container { height:auto !important; flex-shrink:0 !important; margin:0 !important; padding:0 !important; position:relative !important; top:auto !important; opacity:1 !important; -webkit-mask-image:none !important; mask-image:none !important; }
  /* reserve the video box up-front so nothing jumps when the video starts; image (fallback) sits under the video */
  html body #pxl-wapper .elementor-element-90a3d0d [id^="pengu-"][id$="-wrap"], html body #pxl-wapper .elementor-element-ff7b92d [id^="pengu-"][id$="-wrap"], html body #pxl-wapper .elementor-element-8a7e2d8 [id^="pengu-"][id$="-wrap"] { position:relative !important; display:block !important; width:100% !important; max-width:100% !important; height:auto !important; padding:0 !important; margin:0 auto !important; overflow:hidden; -webkit-mask-image:linear-gradient(to bottom,#000 70%,transparent 100%); mask-image:linear-gradient(to bottom,#000 70%,transparent 100%); }
  html body #pxl-wapper .elementor-element-90a3d0d [id^="pengu-"][id$="-wrap"], html body #pxl-wapper .elementor-element-ff7b92d [id^="pengu-"][id$="-wrap"] { aspect-ratio: 906 / 686 !important; }
  html body #pxl-wapper .elementor-element-8a7e2d8 [id^="pengu-"][id$="-wrap"] { aspect-ratio: 16 / 9 !important; }
  html body #pxl-wapper .elementor-element-90a3d0d [id^="pengu-"][id$="-vid"], html body #pxl-wapper .elementor-element-90a3d0d [id^="pengu-"][id$="-img"], html body #pxl-wapper .elementor-element-ff7b92d [id^="pengu-"][id$="-vid"], html body #pxl-wapper .elementor-element-ff7b92d [id^="pengu-"][id$="-img"], html body #pxl-wapper .elementor-element-8a7e2d8 [id^="pengu-"][id$="-vid"], html body #pxl-wapper .elementor-element-8a7e2d8 [id^="pengu-"][id$="-img"] { position:absolute !important; inset:0 !important; width:100% !important; height:100% !important; max-height:none !important; object-fit:contain !important; margin:0 !important; }
  html body #pxl-wapper .elementor-element-90a3d0d [id^="pengu-"][id$="-vid"], html body #pxl-wapper .elementor-element-ff7b92d [id^="pengu-"][id$="-vid"], html body #pxl-wapper .elementor-element-8a7e2d8 [id^="pengu-"][id$="-vid"] { z-index:1; }
  body:not(.home) #pxl-wapper .elementor > .e-con:first-child { padding-top:96px !important; }
  .elementor-element-02955e9 > .e-con-inner > .e-con:not([class*="90a3d0d"]), .elementor-element-d622d92 > .e-con-inner > .e-con:not([class*="ff7b92d"]), .elementor-element-2cb5108 > .e-con-inner > .e-con:not([class*="8a7e2d8"]) { margin-top:-6vw !important; position:relative; z-index:2; }
}
@media (max-width: 1024px){ html body #pxl-wapper .elementor-element-90a3d0d, html body #pxl-wapper .elementor-element-ff7b92d { height:auto !important; } html body #pxl-wapper .elementor-element-90a3d0d .elementor-widget, html body #pxl-wapper .elementor-element-ff7b92d .elementor-widget { height:100% !important; } }

/* Standard blue for all content buttons (Elementor pxl_button widgets); header/nav buttons untouched */
#pxl-wapper .pxl-button .btn:not(#pxl-header-elementor .btn),
#pxl-wapper .pxl-button .btn:not(#pxl-header-elementor .btn):hover,
#pxl-wapper .pxl-button .btn:not(#pxl-header-elementor .btn):focus {
  background-color: var(--e-global-color-accent, #0D66ED) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

/* ===== Mobile: homepage testimonial card, blog hero, contact hero (Claude, 25 Aug 2026) ===== */
@media (max-width: 1024px) {
  html body #pxl-wapper .elementor-element-4f536f4 { padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; }
  html body #pxl-wapper .elementor-element-4f536f4::before, html body #pxl-wapper .elementor-element-4f536f4::after, html body #pxl-wapper .elementor-element-f5e252f::before, html body #pxl-wapper .elementor-element-f5e252f::after { display: none !important; }
  html body #pxl-wapper .elementor-element-f5e252f { margin: 0 !important; width: 100% !important; max-width: 100% !important; left: auto !important; transform: none !important; background-color: #0d66ed !important; border-radius: 16px; overflow: hidden; }
  html body #pxl-wapper .elementor-element-f5e252f > .elementor-background-video-container, html body #pxl-wapper .elementor-element-f5e252f > .elementor-background-overlay { display: none !important; }
  html body #pxl-wapper .elementor-element-a0fe222 .elementor-widget-container { padding: 28px 24px !important; }
  html body #pxl-wapper .elementor-element-a0fe222 .pxl-item--description { font-size: 17px; line-height: 1.6; }
  html body #pxl-wapper .elementor-element-a0fe222 .pxl-item--inner { padding: 0 !important; border: 0 !important; margin: 0 !important; }
  html body #pxl-wapper .elementor-element-a0fe222 .pxl-grid-inner, html body #pxl-wapper .elementor-element-a0fe222 .pxl-grid { margin: 0 !important; padding: 0 !important; }
  html body #pxl-wapper .elementor-element-a0fe222 .pxl-grid-item { padding: 0 !important; }
  html body #pxl-wapper .elementor-element-a0fe222 .pxl-item--title { font-size: 20px; margin-top: 8px; }
  html body #pxl-wapper .elementor-element-4f536f4 { margin-top: 28px !important; }
}
@media (max-width: 767px) {
  html body #pxl-wapper .elementor-element-8e9d1a2 { display: flex !important; flex-direction: column !important; margin-top: 0 !important; height: auto !important; min-height: 0 !important; }
  html body #pxl-wapper .elementor-element-1c00952 { order: -1 !important; height: 62vw !important; min-height: 0 !important; max-height: none !important; margin: 0 0 16px !important; width: 100% !important; background-size: cover !important; background-position: center !important; border-radius: 16px; -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%) !important; mask-image: linear-gradient(to bottom, #000 70%, transparent 100%) !important; }
  html body #pxl-wapper .elementor-element-730f8d0 { margin: 0 !important; height: auto !important; min-height: 0 !important; }
  html body #pxl-wapper .elementor-element-b9b7010 { padding-bottom: 24px !important; height: auto !important; min-height: 0 !important; }
}
@media (max-width: 767px) {
  html body #pxl-wapper .elementor-element-13f6400 { height: auto !important; min-height: 0 !important; max-height: none !important; overflow: visible !important; padding-top: 96px !important; }
  html body #pxl-wapper .elementor-element-13f6400 > .e-con-inner { display: flex !important; flex-direction: column !important; height: auto !important; min-height: 0 !important; }
  html body #pxl-wapper .elementor-element-e2966a6 { order: -1 !important; position: relative !important; height: auto !important; min-height: 0 !important; margin: 0 0 8px !important; padding: 0 !important; width: 100% !important; max-width: 100% !important; top: auto !important; left: auto !important; transform: none !important; opacity: 1 !important; z-index: 1 !important; flex-shrink: 0 !important; }
  html body #pxl-wapper .elementor-element-e2966a6 .e-con, html body #pxl-wapper .elementor-element-e2966a6 .elementor-widget, html body #pxl-wapper .elementor-element-e2966a6 .elementor-widget-container { height: auto !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; position: relative !important; top: auto !important; opacity: 1 !important; -webkit-mask-image: none !important; mask-image: none !important; }
  html body #pxl-wapper #sbc-hero-vid { position: relative !important; inset: auto !important; display: block !important; width: 100% !important; height: auto !important; max-height: 62vw; object-fit: cover !important; border-radius: 16px; -webkit-mask-image: linear-gradient(to bottom, #000 75%, transparent 100%); mask-image: linear-gradient(to bottom, #000 75%, transparent 100%); }
  html body #pxl-wapper #sbc-hero-vid ~ #sbc-hero-vid { display: none !important; }
  html body #pxl-wapper .elementor-element-c2961af { margin-top: 0 !important; position: relative; z-index: 2; height: auto !important; min-height: 0 !important; }
  html body #pxl-wapper .elementor-element-f303b61 { display: none !important; }
}

/* ===== Mobile/tablet hero videos: remove blend/duplicate-video ghosting, reserve box, radial blend (Claude, 25 Aug 2026) ===== */
@media (max-width: 1024px) {
  /* Penguin hero videos on phones/tablets: no blend modes or duplicate synced videos (they cause ghost trails on mobile GPUs).
     The column reserves the video box via aspect-ratio so nothing jumps when the video starts. A soft radial mask blends the
     video's black background into the page. */
  html body #pxl-wapper .elementor-element-90a3d0d, html body #pxl-wapper .elementor-element-ff7b92d { aspect-ratio: 906 / 686 !important; }
  html body #pxl-wapper .elementor-element-8a7e2d8 { aspect-ratio: 16 / 9 !important; }
  html body #pxl-wapper .elementor-element-e2966a6 { aspect-ratio: 1120 / 720 !important; }
  html body #pxl-wapper .elementor-element-90a3d0d, html body #pxl-wapper .elementor-element-ff7b92d, html body #pxl-wapper .elementor-element-8a7e2d8, html body #pxl-wapper .elementor-element-e2966a6 { position: relative !important; height: auto !important; min-height: 0 !important; width: 100% !important; overflow: visible !important; margin: 0 0 4px !important; }
  html body #pxl-wapper .elementor-element-90a3d0d > *, html body #pxl-wapper .elementor-element-ff7b92d > *, html body #pxl-wapper .elementor-element-8a7e2d8 > *, html body #pxl-wapper .elementor-element-e2966a6 > *,
  html body #pxl-wapper .elementor-element-90a3d0d .elementor-widget, html body #pxl-wapper .elementor-element-ff7b92d .elementor-widget, html body #pxl-wapper .elementor-element-8a7e2d8 .elementor-widget, html body #pxl-wapper .elementor-element-e2966a6 .elementor-widget,
  html body #pxl-wapper .elementor-element-90a3d0d .elementor-widget-container, html body #pxl-wapper .elementor-element-ff7b92d .elementor-widget-container, html body #pxl-wapper .elementor-element-8a7e2d8 .elementor-widget-container, html body #pxl-wapper .elementor-element-e2966a6 .elementor-widget-container { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; margin: 0 !important; padding: 0 !important; -webkit-mask-image: none !important; mask-image: none !important; }
  html body #pxl-wapper #pengu-1714-wrap, html body #pxl-wapper #pengu-1792-wrap, html body #pxl-wapper #pengu-1925-wrap, html body #pxl-wapper #sbc-hero-wrap { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-height: none !important; margin: 0 !important; padding: 0 !important; aspect-ratio: auto !important; overflow: hidden !important; border-radius: 0 !important; -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 38%, rgba(0,0,0,.75) 62%, rgba(0,0,0,0) 90%) !important; mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 38%, rgba(0,0,0,.75) 62%, rgba(0,0,0,0) 90%) !important; }
  html body #pxl-wapper #pengu-1714-vid, html body #pxl-wapper #pengu-1792-vid, html body #pxl-wapper #pengu-1925-vid, html body #pxl-wapper #sbc-hero-vid { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-height: none !important; object-fit: contain !important; object-position: center !important; mix-blend-mode: normal !important; filter: none !important; -webkit-mask-image: none !important; mask-image: none !important; opacity: 1 !important; border-radius: 0 !important; transform: none !important; will-change: auto !important; }
  html body #pxl-wapper #pengu-1714-vid2, html body #pxl-wapper #pengu-1792-vid2, html body #pxl-wapper #pengu-1925-vid2, html body #pxl-wapper #sbc-hero-vid2 { display: none !important; }
  html body #pxl-wapper .elementor-element-02955e9 > .e-con-inner > .e-con:not([class*="90a3d0d"]), html body #pxl-wapper .elementor-element-d622d92 > .e-con-inner > .e-con:not([class*="ff7b92d"]), html body #pxl-wapper .elementor-element-2cb5108 > .e-con-inner > .e-con:not([class*="8a7e2d8"]), html body #pxl-wapper .elementor-element-c2961af { margin-top: -4vw !important; position: relative; z-index: 2; }
}
@media (max-width: 1024px) {
  /* Homepage hero penguin: no blend/mask effects on the video itself on mobile (ghost trails). */
  html body #pxl-wapper #pengu-hero-vid { mix-blend-mode: normal !important; filter: none !important; will-change: auto !important; }
}

/* === Fix: hero heading overlapping menu on short desktop viewports (added 2026-08-26) === */
@media (min-width: 1201px) and (max-height: 1000px) {
  .elementor-68772 .elementor-element.elementor-element-34a7d27 {
    padding-top: 230px !important;
    padding-bottom: 60px !important;
  }
  /* keep the hero background covering the taller section */
  .elementor-68772 .elementor-element.elementor-element-0cc3451 {
    top: 0 !important;
    bottom: 0 !important;
  }
  .elementor-68772 .elementor-element.elementor-element-0cc3451,
  .elementor-68772 .elementor-element.elementor-element-0cc3451 .elementor-widget-container,
  .elementor-68772 .elementor-element.elementor-element-0cc3451 .pxl-image-single,
  .elementor-68772 .elementor-element.elementor-element-0cc3451 .pxl-item--inner,
  .elementor-68772 .elementor-element.elementor-element-0cc3451 .pxl-item--image,
  .elementor-68772 .elementor-element.elementor-element-0cc3451 img {
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
  }
  .elementor-68772 .elementor-element.elementor-element-0cc3451 img {
    object-fit: cover;
  }
}
/* Stop header "Sign Up" pill wrapping between 1201px and 1300px */
@media (min-width: 1201px) and (max-width: 1300px) {
  .pxl-header-elementor-main .elementor-element-c0cdb7c a {
    white-space: nowrap;
  }
}

/* === Remove blurred glow blobs from the Markets strip and Services section (added 2026-08-26) === */
.elementor-element-fb019e5,
.elementor-element-7524edd,
.elementor-element-551df49,
.elementor-element-67f24d9 {
  display: none !important;
}


/* === Pengu hero video blend fixes (SEO + Content Creation) === */
@media (max-width:1024px){
}

/* === Inner-page heroes: keep content clear of the menu on short desktop viewports (added 2026-08-26) === */
@media (min-width: 1201px) and (max-height: 1000px) {
  /* About: text column + team photo column */
  .elementor-2993 .elementor-element.elementor-element-e7b3f20 { padding-top: 150px !important; }
  .elementor-2993 .elementor-element.elementor-element-fb7acad { padding-top: 190px !important; }
  /* Search Engine Optimization: text column */
  .elementor-1792 .elementor-element.elementor-element-e7ea067 { padding-top: 180px !important; padding-bottom: 30px !important; }
  /* Backlink Marketplace: text column */
  .elementor-1714 .elementor-element.elementor-element-e2b60cf { padding-top: 150px !important; padding-bottom: 30px !important; }
}

/* SEO page: transparent WebM penguin (alpha channel) - no blend modes or masks needed, same approach as the front page */
html body #pxl-wapper #pengu-1792-wrap{position:relative!important;aspect-ratio:720/900!important;width:auto!important;height:min(88vh,100%)!important;max-height:88vh!important;margin:0 auto!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important;}
html body #pxl-wapper #pengu-1792-wrap video{object-fit:contain!important;transform:none!important;}
html body #pxl-wapper #pengu-1792-vid{mix-blend-mode:normal!important;filter:none!important;-webkit-mask-image:none!important;mask-image:none!important;}
html body #pxl-wapper #pengu-1792-vid2{display:none!important;}
@media (max-width:1024px){html body #pxl-wapper #pengu-1792-wrap{-webkit-mask-image:none!important;mask-image:none!important;}html body #pxl-wapper #pengu-1792-vid{-webkit-mask-image:none!important;mask-image:none!important;mix-blend-mode:normal!important;filter:none!important;}}


/* ===== Tablet & small-desktop optimisation (added 2026-08-26) ===== */

/* A. Service-page heroes (SEO, Backlink Marketplace, Content Creation): stack media above text at tablet */
@media (max-width: 1024px) {
  html body #pxl-wapper .elementor-element-02955e9 > .e-con-inner,
  html body #pxl-wapper .elementor-element-d622d92 > .e-con-inner,
  html body #pxl-wapper .elementor-element-2cb5108 > .e-con-inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  html body #pxl-wapper .elementor-element-02955e9 > .e-con-inner > .e-con,
  html body #pxl-wapper .elementor-element-d622d92 > .e-con-inner > .e-con,
  html body #pxl-wapper .elementor-element-2cb5108 > .e-con-inner > .e-con {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
  }
  html body #pxl-wapper .elementor-element-e7ea067,
  html body #pxl-wapper .elementor-element-e2b60cf,
  html body #pxl-wapper .elementor-element-c386cfa {
    padding-top: 24px !important;
    padding-bottom: 40px !important;
  }
}

/* B. Homepage hero paragraph: restore readable line-height on tablet */
@media (max-width: 1200px) {
  .elementor-68772 .elementor-element-34a7d27 p { line-height: 1.5 !important; }
}

/* C. Homepage "Get incredible backlinks": stack text above the quote card at tablet */
@media (max-width: 1024px) {
  html body #pxl-wapper .elementor-element-2df277c > .e-con-inner { flex-direction: column !important; }
  .elementor-68772 .elementor-element-9edcf18,
  .elementor-68772 .elementor-element-4f536f4 { width: 100% !important; max-width: 100% !important; }
  .elementor-68772 .elementor-element-4f536f4 { min-height: 0 !important; }
  .elementor-68772 .elementor-element-a0fe222 { max-width: 100% !important; margin-left: 0 !important; }
}

/* D. Homepage team grid: 3 columns on tablet/small desktop */
@media (min-width: 768px) and (max-width: 1200px) {
  .elementor-element-d62df1f .pxl-grid-masonry { grid-template-columns: repeat(3, 1fr) !important; }
  .elementor-element-d62df1f .pxl-grid-item { flex: 0 0 33.333% !important; max-width: 33.333% !important; }
}

/* E. Service / steps lists: wider titles, un-truncated descriptions on tablet */
@media (max-width: 1024px) {
  .pxl-service-grid-layout1 .pxl-post--title { flex: 0 0 40% !important; max-width: 40% !important; }
  .pxl-service-grid-layout1 .pxl-post--content > div { -webkit-line-clamp: unset !important; display: block !important; overflow: visible !important; }
}

/* F. Homepage workflow section: heading on its own line, columns full width at tablet */
@media (max-width: 1024px) {
  html body #pxl-wapper .elementor-element-41d09a0 > .e-con-inner { flex-wrap: wrap !important; }
  .elementor-68772 .elementor-element-f8a04e9,
  .elementor-68772 .elementor-element-6c6c422 { width: 100% !important; max-width: 100% !important; }
  .elementor-68772 .elementor-element-f8a04e9 h3 { width: auto !important; margin-bottom: 24px; }
  .elementor-68772 .elementor-element-2e13658 { position: static !important; width: 100% !important; max-width: 100% !important; margin: 32px 0 0 !important; }
}

/* G. Contact form: single column on portrait tablet */
@media (max-width: 768px) {
  .wpcf7 .form-content .content { flex-direction: column !important; }
  .wpcf7 .form-content .content > p { width: 100% !important; max-width: 100% !important; }
}

/* H. Footer headings: smaller so they do not wrap in narrow columns */
@media (max-width: 1200px) {
  #pxl-footer-elementor .elementor-element-51b3c5c h1, #pxl-footer-elementor .elementor-element-51b3c5c h2, #pxl-footer-elementor .elementor-element-51b3c5c h3, #pxl-footer-elementor .elementor-element-51b3c5c h4,
  #pxl-footer-elementor .elementor-element-fce6c13 h1, #pxl-footer-elementor .elementor-element-fce6c13 h2, #pxl-footer-elementor .elementor-element-fce6c13 h3, #pxl-footer-elementor .elementor-element-fce6c13 h4,
  #pxl-footer-elementor .elementor-element-9b95c43 h1, #pxl-footer-elementor .elementor-element-9b95c43 h2, #pxl-footer-elementor .elementor-element-9b95c43 h3, #pxl-footer-elementor .elementor-element-9b95c43 h4,
  #pxl-footer-elementor .elementor-element-529b1fd h1, #pxl-footer-elementor .elementor-element-529b1fd h2, #pxl-footer-elementor .elementor-element-529b1fd h3, #pxl-footer-elementor .elementor-element-529b1fd h4 {
    font-size: 20px !important; white-space: nowrap;
  }
}

/* I. About page: cards row full width at tablet */
@media (max-width: 1024px) {
  html body #pxl-wapper .elementor-element-a3848b2 { flex-direction: column !important; }
  .elementor-2993 .elementor-element-dcac305,
  .elementor-2993 .elementor-element-22bf182 { width: 100% !important; max-width: 100% !important; }
}

/* C2. Quote card: let the quote fill the card on tablet */
@media (max-width: 1024px) {
  .elementor-68772 .elementor-element-a0fe222 .pxl-grid-masonry { display: block !important; }
  .elementor-68772 .elementor-element-a0fe222 .pxl-grid-item { width: 100% !important; max-width: 100% !important; position: static !important; transform: none !important; left: auto !important; }
}

/* A2. Content Creation hero media column: contain its background video on tablet */
@media (max-width: 1024px) {
  html body #pxl-wapper .elementor-element-8a7e2d8 { aspect-ratio: 906 / 686 !important; height: auto !important; overflow: hidden !important; }
  html body #pxl-wapper .elementor-element-8a7e2d8 .elementor-background-video-container,
  html body #pxl-wapper .elementor-element-8a7e2d8 .elementor-background-video-hosted { width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important; transform: none !important; object-fit: contain !important; }
}

/* === Homepage quote card: remove video background (added 2026-08-26) === */
.elementor-68772 .elementor-element-f5e252f .elementor-background-video-container,
.elementor-68772 .elementor-element-4f536f4 .elementor-background-video-container {
  display: none !important;
}

/* Content Creation page: transparent WebM penguin (alpha channel) - no blend modes or masks needed */
html body #pxl-wapper .elementor-element-fe7faa3{z-index:auto!important;}
html body #pxl-wapper #pengu-1925-wrap{position:relative!important;aspect-ratio:720/1030!important;width:auto!important;height:min(76vh,100%)!important;max-height:76vh!important;margin:3vh auto 0!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important;}
html body #pxl-wapper #pengu-1925-wrap video{object-fit:contain!important;transform:none!important;}
html body #pxl-wapper #pengu-1925-vid{mix-blend-mode:normal!important;filter:none!important;-webkit-mask-image:none!important;mask-image:none!important;}
html body #pxl-wapper #pengu-1925-vid2{display:none!important;}
@media (max-width:1024px){html body #pxl-wapper #pengu-1925-wrap{-webkit-mask-image:none!important;mask-image:none!important;}html body #pxl-wapper #pengu-1925-vid{-webkit-mask-image:none!important;mask-image:none!important;mix-blend-mode:normal!important;filter:none!important;}}
/* Backlink Marketplace page: transparent WebM penguin (alpha channel, boomerang loop) - no blend modes or masks needed */
html body #pxl-wapper .elementor-element-af1511c{z-index:auto!important;}
html body #pxl-wapper #pengu-1714-wrap{position:relative!important;aspect-ratio:1080/720!important;width:114%!important;height:auto!important;max-height:none!important;margin:3vh 0 0 -4%!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important;}
html body #pxl-wapper #pengu-1714-wrap video{object-fit:contain!important;transform:none!important;}
html body #pxl-wapper #pengu-1714-vid{mix-blend-mode:normal!important;filter:none!important;-webkit-mask-image:none!important;mask-image:none!important;}
@media (max-width:1024px){html body #pxl-wapper #pengu-1714-wrap{width:100%!important;margin:0!important;-webkit-mask-image:none!important;mask-image:none!important;}html body #pxl-wapper #pengu-1714-vid{-webkit-mask-image:none!important;mask-image:none!important;mix-blend-mode:normal!important;filter:none!important;}}

/* Service hero: left-align breadcrumb (overrides theme centering) */
body.single-service #pxl-page-title-default .pxl-breadcrumb-wrap{display:flex !important;justify-content:flex-start !important;}

/* Home post carousel (loop template 66652): smaller type on tablets/phones so 2-3 cards fit */
@media (max-width:1024px){ html body .elementor-66652 .elementor-element-ecddd79 .elementor-heading-title{font-size:24px!important;line-height:1.15!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:manual!important;} html body .elementor-66652 .pxl-post-meta, html body .elementor-66652 .pxl-post-meta *{font-size:13px!important;} }
@media (max-width:767px){ html body .elementor-66652 .elementor-element-ecddd79 .elementor-heading-title{font-size:17px!important;} html body .elementor-66652 .pxl-post-meta, html body .elementor-66652 .pxl-post-meta *{font-size:11px!important;} }

/* Home hero on tablets (768-1024px): full-bleed background, tighter type, penguin video scaled to its column */
@media (min-width:768px) and (max-width:1024px){
html body .elementor-element-66c2c09{position:relative!important;overflow:hidden!important;}
html body .elementor-element-66c2c09 > .e-con-inner{position:static;z-index:1;align-items:flex-end!important;}
html body .elementor-element.elementor-element-66c2c09 .elementor-element.elementor-element-0cc3451{z-index:0;position:absolute!important;inset:0!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;}
html body .elementor-element-66c2c09 .elementor-element-0cc3451 .elementor-widget-container,html body .elementor-element-66c2c09 .elementor-element-0cc3451 .pxl-image-single,html body .elementor-element-66c2c09 .elementor-element-0cc3451 .pxl-item--inner,html body .elementor-element-66c2c09 .elementor-element-0cc3451 .pxl-item--image{height:100%!important;}
html body .elementor-element-66c2c09 .elementor-element-0cc3451 img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;max-height:none!important;}
html body .elementor-element-66c2c09 .elementor-element-34a7d27{width:52%!important;max-width:52%!important;padding-right:12px!important;}
html body .elementor-element-66c2c09 .elementor-element-66f1c39{width:48%!important;max-width:48%!important;align-self:flex-end!important;justify-content:flex-end!important;padding:0!important;}
html body .elementor-element-66c2c09 .elementor-element-34a7d27 h1{font-size:34px!important;line-height:1.12!important;}
html body .elementor-element-66c2c09 .elementor-element-34a7d27 p{font-size:15px!important;line-height:1.55!important;}
html body #pxl-wapper #pengu-hero-wrap{width:135%!important;margin:0 -35% 0 0!important;max-height:none!important;aspect-ratio:auto!important;}
html body #pxl-wapper #pengu-hero-vid{position:relative!important;left:0!important;right:auto!important;top:0!important;width:100%!important;height:auto!important;object-fit:contain!important;transform:none!important;}
}

/* Site-wide tablet (768-1024px) tidy-up */
@media (min-width:768px) and (max-width:1024px){
/* Home: blue intro paragraph and quote card */
html body .elementor-element-c5bdced, html body .elementor-element-c5bdced p{font-size:17px!important;line-height:1.55!important;}
html body .elementor-element-f5e252f{padding-top:24px!important;}
html body .elementor-element-f5e252f .elementor-element-a0fe222 p, html body .elementor-element-f5e252f .elementor-element-a0fe222{font-size:16px!important;line-height:1.5!important;}
/* Footer: 58/42 split, links row, copyright on one or two lines */
html body .elementor-element-df5e81b > .elementor-element-635fae6{width:58%!important;max-width:58%!important;}
html body .elementor-element-df5e81b > .elementor-element-7b8ccd7{width:42%!important;max-width:42%!important;padding-left:24px!important;align-content:flex-start!important;}
html body .elementor-element-7b8ccd7 > .elementor-element-6ca29b9{width:auto!important;margin-right:18px!important;}
html body .elementor-element-7b8ccd7 > .elementor-element-89a47c0{width:auto!important;flex:1 1 auto!important;}
html body .elementor-element-7b8ccd7 > .elementor-element-cc0b89c{width:100%!important;margin-top:24px!important;}
html body .elementor-element-cc0b89c .pxl-item--inner{display:block!important;width:100%!important;}
html body .elementor-element-cc0b89c p{font-size:13px!important;line-height:1.4!important;}
}

/* Service page heroes on tablets (768-1024px): side-by-side copy + penguin, no overlay */
@media (min-width:768px) and (max-width:1024px){
html body #pxl-wapper .e-parent.elementor-element-d622d92 > .e-con-inner, html body #pxl-wapper .e-parent.elementor-element-2cb5108 > .e-con-inner, html body #pxl-wapper .e-parent.elementor-element-02955e9 > .e-con-inner{flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:16px!important;}
html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-e7ea067, html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-c386cfa, html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-e2b60cf{position:relative!important;inset:auto!important;width:54%!important;max-width:54%!important;flex:0 0 54%!important;order:0!important;padding:0!important;margin:0!important;}
html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-ff7b92d, html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-90a3d0d, html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-8a7e2d8{position:relative!important;inset:auto!important;width:46%!important;max-width:46%!important;flex:0 0 46%!important;order:1!important;aspect-ratio:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;}
html body #pxl-wapper .e-parent > .e-con-inner > .e-con > .elementor-widget.elementor-element-2cc1eeb, html body #pxl-wapper .e-parent > .e-con-inner > .e-con > .elementor-widget.elementor-element-fe7faa3, html body #pxl-wapper .e-parent > .e-con-inner > .e-con > .elementor-widget.elementor-element-af1511c, html body #pxl-wapper .e-parent > .e-con-inner > .e-con > .elementor-widget.elementor-element-2cc1eeb > .elementor-widget-container, html body #pxl-wapper .e-parent > .e-con-inner > .e-con > .elementor-widget.elementor-element-fe7faa3 > .elementor-widget-container, html body #pxl-wapper .e-parent > .e-con-inner > .e-con > .elementor-widget.elementor-element-af1511c > .elementor-widget-container{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;transform:none!important;}
html body #pxl-wapper .elementor-widget #pengu-1792-wrap, html body #pxl-wapper .elementor-widget #pengu-1925-wrap{position:relative!important;inset:auto!important;height:56vh!important;max-height:56vh!important;width:auto!important;margin:0 auto!important;-webkit-mask-image:none!important;mask-image:none!important;}
html body #pxl-wapper .elementor-widget #pengu-1792-wrap{aspect-ratio:720/900!important;}
html body #pxl-wapper .elementor-widget #pengu-1925-wrap{aspect-ratio:720/1030!important;}
html body #pxl-wapper .elementor-widget #pengu-1714-wrap{position:relative!important;inset:auto!important;width:118%!important;margin:0 -9%!important;height:auto!important;max-height:none!important;aspect-ratio:1080/720!important;-webkit-mask-image:none!important;mask-image:none!important;}
html body #pxl-wapper .elementor-widget #pengu-1792-wrap video, html body #pxl-wapper .elementor-widget #pengu-1925-wrap video, html body #pxl-wapper .elementor-widget #pengu-1714-wrap video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important;transform:none!important;}
html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-e7ea067 h1, html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-c386cfa h1, html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-e2b60cf h1{font-size:34px!important;line-height:1.12!important;}
html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-e7ea067 p, html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-c386cfa p, html body #pxl-wapper .e-parent > .e-con-inner > .e-con.elementor-element-e2b60cf p{font-size:15px!important;line-height:1.55!important;}
}

/* Blog archive on tablets: two-column card grid */
@media (min-width:768px) and (max-width:1024px){
html body .pxl-content-blog main{display:grid!important;grid-template-columns:1fr 1fr!important;gap:32px 24px!important;align-items:start!important;}
html body .pxl-content-blog main > *:not(article){grid-column:1 / -1!important;}
html body .pxl-content-blog article.pxl-archive-post{margin:0!important;}
html body .pxl-content-blog article.pxl-archive-post .post-title{font-size:22px!important;line-height:1.2!important;}
html body .pxl-content-blog article.pxl-archive-post .post-content{font-size:14px!important;}
html body .pxl-content-blog article.pxl-archive-post .post-content p{font-size:14px!important;line-height:1.5!important;}
html body .pxl-content-blog article.pxl-archive-post .post-featured img{width:100%!important;height:auto!important;}
}
@media (min-width:768px) and (max-width:1024px){
html body.single-post .post-featured, html body.single-post .pxl-item--image, html body.single-post .pxl-post-single .post-featured{max-width:480px!important;margin:0 auto 28px!important;}
html body.single-post .post-featured img{width:100%!important;height:auto!important;}
html body.single-post .post-content figure.wp-block-image{max-width:480px!important;margin-left:auto!important;margin-right:auto!important;}
html body.single-post .post-content figure.wp-block-image img{width:100%!important;height:auto!important;}
html body.single-post h1.post-title, html body.single-post .pxl-content-area h1{font-size:34px!important;line-height:1.15!important;}
}

/* Blog "Read more" buttons: match standard site buttons */
.pxl-archive-post .post-btn-wrap .btn.btn-default {
  color: #fff !important;
  background-color: var(--primary-color);
}
.pxl-archive-post .post-btn-wrap .btn.btn-default::before,
.pxl-archive-post .post-btn-wrap .btn.btn-default .is-marquee {
  display: none !important;
}
.pxl-archive-post .post-btn-wrap .btn.btn-default .pxl--btn-text {
  overflow: visible;
}
.pxl-archive-post .post-btn-wrap .btn.btn-default:hover {
  color: #fff !important;
  background-color: var(--primary-color);
  opacity: .9;
}
.pxl-archive-post .post-btn-wrap .btn.btn-default:hover .btn-text-original {
  opacity: 1 !important;
  transform: none !important;
}

/* ===== BEGIN SB-AUDIT-20260827 (responsive audit: large/small desktop, tablet, phone) ===== */

/* A. Home v2 (68772) phone hero: penguin video/poster sits ABOVE the H1, feathered into the copy */
@media (max-width: 767px) {
html body .elementor-68772 .elementor-element-66c2c09 > .e-con-inner { display: flex !important; flex-direction: column !important; position: relative; }
html body .elementor-68772 .elementor-element.elementor-element-66f1c39 { order: -1 !important; position: relative !important; inset: auto !important; top: auto !important; left: auto !important; right: auto !important; transform: none !important; width: 100% !important; max-width: 100% !important; height: auto !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; opacity: 1 !important; z-index: 1 !important; pointer-events: none; display: flex !important; justify-content: center; overflow: visible !important; -webkit-mask-image: linear-gradient(to bottom, #000 72%, transparent 100%); mask-image: linear-gradient(to bottom, #000 72%, transparent 100%); }
html body .elementor-68772 .elementor-element.elementor-element-34a7d27 { order: 0 !important; position: relative !important; z-index: 2 !important; padding-top: 0 !important; margin-top: -9vw !important; }
html body #pxl-wapper .elementor-element-66f1c39 .elementor-widget, html body #pxl-wapper .elementor-element-66f1c39 .elementor-widget-container { width: 100% !important; height: auto !important; margin: 0 !important; padding: 0 !important; }
html body #pxl-wapper #pengu-hero-wrap { position: relative !important; inset: auto !important; width: 100% !important; max-width: none !important; height: min(88vw, 460px) !important; aspect-ratio: auto !important; margin: 0 !important; overflow: visible !important; }
html body #pxl-wapper #pengu-hero-vid, html body #pxl-wapper #pengu-hero-img { position: absolute !important; left: 50% !important; right: auto !important; top: 0 !important; bottom: auto !important; transform: translateX(-50%) !important; height: min(84vw, 440px) !important; width: auto !important; max-width: none !important; -webkit-mask-image: radial-gradient(ellipse 55% 55% at 50% 50%, #000 45%, rgba(0,0,0,0) 98%); mask-image: radial-gradient(ellipse 55% 55% at 50% 50%, #000 45%, rgba(0,0,0,0) 98%); }
}

/* A2. Home v2 tablet hero (768-1024px): the penguin was a small crop off to the side; it now sits full-width
   above the headline, the same treatment as the phone layout, feathered into the copy. */
@media (min-width:768px) and (max-width:1024px){
html body .elementor-68772 .elementor-element-66c2c09{padding-top:96px!important;}
html body .elementor-68772 .elementor-element-66c2c09 > .e-con-inner{display:flex!important;flex-direction:column!important;align-items:stretch!important;}
html body .elementor-68772 .elementor-element-66c2c09 .elementor-element-66f1c39{order:-1!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;position:relative!important;opacity:1!important;z-index:1!important;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,#000 74%,transparent 100%);mask-image:linear-gradient(to bottom,#000 74%,transparent 100%);}
html body .elementor-68772 .elementor-element-66f1c39 .elementor-widget,html body .elementor-68772 .elementor-element-66f1c39 .elementor-widget-container{width:100%!important;height:auto!important;margin:0!important;padding:0!important;position:relative!important;inset:auto!important;}
html body #pxl-wapper #pengu-hero-wrap{position:relative!important;inset:auto!important;width:100%!important;max-width:none!important;height:min(46vw,390px)!important;aspect-ratio:auto!important;margin:0!important;}
html body #pxl-wapper #pengu-hero-vid,html body #pxl-wapper #pengu-hero-img{position:absolute!important;bottom:0!important;top:auto!important;left:50%!important;right:auto!important;transform:translateX(-46%)!important;height:100%!important;width:auto!important;max-width:none!important;object-fit:contain!important;}
html body .elementor-68772 .elementor-element-66c2c09 .elementor-element-34a7d27{order:0!important;width:100%!important;max-width:100%!important;position:relative!important;z-index:2!important;margin-top:-4vw!important;padding-top:0!important;padding-right:0!important;}
}

/* A3. Small / short desktops (e.g. 1366x768, 1440x900): cap the hero penguin so it never rises under the navigation */
@media (min-width: 1025px) and (max-height: 900px) {
html body .elementor-68772 .elementor-element.elementor-element-66c2c09 > .e-con-inner { align-items: flex-end !important; }
html body #pxl-wapper #pengu-hero-wrap { height: calc(100vh - 170px) !important; max-height: calc(100vh - 170px) !important; aspect-ratio: auto !important; }
html body #pxl-wapper #pengu-hero-vid, html body #pxl-wapper #pengu-hero-img { height: 100% !important; width: auto !important; }
}
@media (min-width: 1025px) and (max-width: 1440px) {
html body .elementor-68772 .elementor-element.elementor-element-34a7d27 h1 { font-size: clamp(38px, 3.6vw, 52px) !important; line-height: 1.08 !important; }
}

/* B. About (2993) phone: team photo above the H1 */
@media (max-width: 767px) {
html body .elementor-2993 .elementor-element-9941be6 > .e-con-inner { display: flex !important; flex-direction: column !important; }
html body .elementor-2993 .elementor-element.elementor-element-fb7acad { order: -1 !important; width: 100% !important; max-width: 100% !important; margin: 0 0 12px !important; padding: 0 !important; height: auto !important; min-height: 0 !important; }
html body .elementor-2993 .elementor-element-716d2cb, html body .elementor-2993 .elementor-element-716d2cb .elementor-widget-container { width: 100% !important; }
html body .elementor-2993 .elementor-element-716d2cb img { width: 100% !important; max-width: 100% !important; height: auto !important; max-height: 62vw !important; object-fit: cover !important; border-radius: 16px; -webkit-mask-image: linear-gradient(to bottom, #000 78%, transparent 100%); mask-image: linear-gradient(to bottom, #000 78%, transparent 100%); }
html body .elementor-2993 .elementor-element.elementor-element-e7b3f20 { padding-top: 0 !important; }
}
/* B2. About tablet: three team cards per row instead of 2 + 1 orphan */
@media (min-width: 768px) and (max-width: 1024px) {
html body .elementor-2993 .elementor-element-37ba452 .pxl-grid-masonry { grid-template-columns: repeat(3, 1fr) !important; }
html body .elementor-2993 .elementor-element-37ba452 .pxl-grid-item { flex: 0 0 33.333% !important; max-width: 33.333% !important; }
}

/* C. FAQs (2624) phone: penguin above the H1 (page content itself untouched) */
@media (max-width: 767px) {
html body .elementor-2624 .elementor-element-29d2c93 > .e-con-inner { display: flex !important; flex-direction: column !important; }
html body .elementor-2624 .elementor-element.elementor-element-aba86e7 { order: -1 !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; height: auto !important; min-height: 0 !important; }
html body .elementor-2624 .elementor-element.elementor-element-1a3f600, html body .elementor-2624 .elementor-element.elementor-element-aba86e7 { height: min(60vh, 90vw) !important; min-height: 0 !important; flex: 0 0 auto !important; width: 100% !important; }
html body .elementor-2624 .elementor-element-1a3f600 > .elementor-widget-container { position: relative !important; height: 100% !important; }
html body #pxl-wapper #pengu-2624-wrap { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-height: none !important; aspect-ratio: auto !important; margin: 0 !important; -webkit-mask-image: radial-gradient(ellipse 58% 60% at 50% 50%, #000 35%, rgba(0,0,0,.6) 62%, rgba(0,0,0,0) 90%); mask-image: radial-gradient(ellipse 58% 60% at 50% 50%, #000 35%, rgba(0,0,0,.6) 62%, rgba(0,0,0,0) 90%); }
html body .elementor-2624 .elementor-element.elementor-element-155b11a { margin-top: -10vw !important; position: relative; z-index: 2; }
}

/* D. Contact (2942) tablet: details and map stack, detail pills never overflow their column */
@media (max-width: 1024px) {
html body .elementor-2942 .elementor-element.elementor-element-d6e628d, html body .elementor-2942 .elementor-element-d6e628d > .e-con-inner { flex-direction: column !important; flex-wrap: nowrap !important; }
html body .elementor-2942 .elementor-element.elementor-element-36ec496, html body .elementor-2942 .elementor-element.elementor-element-d9f79ca { width: 100% !important; max-width: 100% !important; height: auto !important; min-height: 0 !important; }
html body .elementor-2942 .elementor-element.elementor-element-d9f79ca { min-height: 360px !important; }
html body .elementor-2942 .elementor-element.elementor-element-36ec496 { flex-direction: row !important; flex-wrap: wrap !important; gap: 24px !important; }
html body .elementor-2942 .elementor-element-36ec496 > .e-con { width: calc(50% - 12px) !important; max-width: calc(50% - 12px) !important; height: auto !important; min-height: 0 !important; flex-direction: column !important; flex-wrap: nowrap !important; }
html body .elementor-2942 .elementor-element-36ec496 .pxl-button .btn { white-space: normal !important; height: auto !important; min-height: 48px; line-height: 1.3 !important; padding: 13px 22px !important; text-align: center; }
html body .elementor-2942 .elementor-element-36ec496 .pxl-button .btn .pxl--btn-text { white-space: normal !important; }
}
@media (max-width: 767px) {
html body .elementor-2942 .elementor-element-36ec496 > .e-con { width: 100% !important; max-width: 100% !important; }
}

/* E. Team member pages (Kenneth / Christopher / Matheus): no 550px empty hero on phones and tablets, label column wide enough */
@media (max-width: 1024px) {
html body #pxl-wapper .elementor-element.elementor-element-7aed4c9 { min-height: 0 !important; height: auto !important; padding-top: 16px !important; padding-bottom: 16px !important; }
html body #pxl-wapper .elementor-element.elementor-element-bb4401c { padding-top: 110px !important; padding-bottom: 24px !important; min-height: 0 !important; }
html body #pxl-wapper .elementor-element.elementor-element-dcd8323 { width: auto !important; min-width: 160px !important; max-width: none !important; flex: 0 0 auto !important; }
html body #pxl-wapper .elementor-element.elementor-element-1dfabfa { flex-wrap: nowrap !important; gap: 16px !important; }
}

/* F. Blog hero (template 2713) tablet: penguin kept to the right of the copy */
@media (min-width: 768px) and (max-width: 1024px) {
html body #pxl-wapper #sbb-hero-img { height: min(80vh, 600px) !important; right: -14% !important; }
}

/* G. Careers (2326) phone/tablet: trim the empty band above the title */
@media (max-width: 1024px) {
html body .elementor-2326 .elementor-element.elementor-element-c4df24c { padding-top: 100px !important; }
html body .elementor-2326 .elementor-element.elementor-element-c4df24c > .e-con-inner { padding-top: 0 !important; }
html body .elementor-2326 .elementor-element.elementor-element-eff242d { margin-top: 0 !important; padding-top: 0 !important; }
}

/* H. Content buttons: after Unique CSS re-ordered the stylesheet a later rule was winning and left the
   secondary hero button transparent. Same intent as the site-wide rule above, just specific enough to hold. */
html body #pxl-wapper .pxl-button a.btn.btn-popup:not(#pxl-header-elementor a),
html body #pxl-wapper .pxl-button a.btn.btn-popup:not(#pxl-header-elementor a):hover,
html body #pxl-wapper .pxl-button a.btn.btn-popup:not(#pxl-header-elementor a):focus {
  background-color: var(--e-global-color-accent, #0D66ED) !important;
  background-image: none !important;
  color: #ffffff !important;
}

/* ===== END SB-AUDIT-20260827 ===== */


/* Accessibility: contact form field + placeholder contrast (WCAG 1.4.3) */
.wpcf7-form .wpcf7-form-control:not([type="submit"]):not([type="button"]) {
	color: #d4d4d4;
}

.wpcf7-form .wpcf7-form-control:not([type="submit"])::placeholder {
	color: rgba(212, 212, 212, 0.78);
	opacity: 1;
}

.wpcf7-form .wpcf7-form-control:not([type="submit"])::-webkit-input-placeholder {
	color: rgba(212, 212, 212, 0.78);
	opacity: 1;
}


/* a11y: small blue link text contrast — #0d66ed is 4.14:1 on black; 4.5:1 required (WCAG 1.4.3).
   Text only: button fills keep the original brand blue. */
.wpcf7-list-item-label,
.wpcf7-list-item-label a,
.wpcf7-list-item-label .highlight {
	color: #1a75ff !important;
}



/* ===== SB-HERO-20260831: blog hero tech background (match contact) ===== */
html body #pxl-page-title-elementor .elementor-2713 .elementor-element-b9b7010{background-image:url("/wp-content/uploads/ChatGPT-Image-Jul-24-2026-09_24_18-AM.jpg")!important;background-size:cover!important;background-position:center right!important;background-repeat:no-repeat!important}
/* ===== END SB-HERO-20260831 ===== */

/* SB-BLOGHERO-OFFICE-FIX-20260831: drop office bg on hero right container so the tech-graph (parent b9b7010) shows behind the penguin */
html body .elementor-element-1c00952,html body .elementor-element-1c00952:not(.elementor-motion-effects-element-type-background){background-image:none!important;background-color:transparent!important}

/* ===== SB-HERO-PENGUIN-20260831 : home hero penguin sizing / stacked-copy centring ===== */
@media (min-width:1025px){
html body #pxl-wapper .elementor-element-7ce100d,
html body #pxl-wapper .elementor-element-7ce100d>.elementor-widget-container,
html body #pxl-wapper .elementor-element-7ce100d>.elementor-widget-container>div,
html body #pxl-wapper .elementor-element-66f1c39{position:static!important}
html body #pxl-wapper #pengu-hero-vid,
html body #pxl-wapper #pengu-hero-img{position:absolute!important;top:auto!important;bottom:0!important;left:auto!important;right:max(0px,(100vw - 1200px)*0.10)!important;height:min(44vw,92%,880px)!important;width:auto!important;max-width:none!important;transform:translateX(30%)!important;object-fit:contain!important}
}
@media (max-width:1024px){
html body #pxl-wapper .elementor-element-34a7d27,
html body #pxl-wapper .elementor-element-34a7d27 *{text-align:center!important}
html body #pxl-wapper .elementor-element-34a7d27 .pxl-item--subtitle{justify-content:center!important}
html body #pxl-wapper .elementor-element-ea5a5a7{justify-content:center!important}
}
@media (min-width:768px) and (max-width:1024px){
html body #pxl-wapper #pengu-hero-wrap{height:min(58vw,520px)!important}
html body #pxl-wapper #pengu-hero-vid,
html body #pxl-wapper #pengu-hero-img{transform:translateX(-41%)!important}
}
/* ===== end SB-HERO-PENGUIN-20260831 ===== */

/*SBFORMS-START*/
/* SB-FORMS-20260907 site-wide form styling */

/*SBFORMS-START*/
/* SB-FORMS-20260907 - site-wide form styling in the site's card/pill UI language */
:root{--sbf-bg:rgba(255,255,255,.04);--sbf-bg-h:rgba(255,255,255,.07);--sbf-bd:rgba(255,255,255,.11);--sbf-bd-h:rgba(255,255,255,.24);--sbf-ph:rgba(255,255,255,.36);--sbf-lbl:rgba(255,255,255,.60);--sbf-r:12px;--sbf-blue:#0d66ed}
.wpcf7 form.wpcf7-form .contact-form-h5{position:relative;background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.018) 100%);border:1px solid var(--sbf-bd);border-radius:18px;padding:34px 34px 30px}
.wpcf7 form.wpcf7-form .contact-form-h5 p > label{display:block;margin:0 0 9px;font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--sbf-lbl);line-height:1.4}
.wpcf7 form.wpcf7-form .contact-form-h5 p > label > span{color:var(--sbf-blue);margin-left:3px}
.wpcf7 form.wpcf7-form .contact-form-h5 p > label + br{display:none}
.wpcf7 form.wpcf7-form .contact-form-h5 .form-content > .content{gap:20px}
.wpcf7 form.wpcf7-form .contact-form-h5 .form-content > .content > p{margin:0 0 18px}
.wpcf7 form.wpcf7-form .contact-form-h5 .budget{margin:0 0 18px}
.wpcf7 form.wpcf7-form .contact-form-h5 .budget p{margin:0}
.wpcf7 form.wpcf7-form input.wpcf7-form-control:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),.wpcf7 form.wpcf7-form textarea.wpcf7-form-control,.wpcf7 form.wpcf7-form select.wpcf7-form-control{width:100%;height:52px;padding:0 18px;background:var(--sbf-bg);border:1px solid var(--sbf-bd);border-radius:var(--sbf-r);color:#fff;font-family:inherit;font-size:15px;font-weight:400;line-height:1.4;box-shadow:none;-webkit-appearance:none;appearance:none;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}
.wpcf7 form.wpcf7-form textarea.wpcf7-form-control{height:auto;min-height:150px;padding:15px 18px;line-height:1.6;resize:vertical}
.wpcf7 form.wpcf7-form select.wpcf7-form-control{padding-right:44px;background-repeat:no-repeat;background-position:right 18px center;color-scheme:dark}
.wpcf7 form.wpcf7-form input.wpcf7-form-control:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover,.wpcf7 form.wpcf7-form textarea.wpcf7-form-control:hover,.wpcf7 form.wpcf7-form select.wpcf7-form-control:hover{background-color:var(--sbf-bg-h);border-color:var(--sbf-bd-h)}
.wpcf7 form.wpcf7-form input.wpcf7-form-control:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,.wpcf7 form.wpcf7-form textarea.wpcf7-form-control:focus,.wpcf7 form.wpcf7-form select.wpcf7-form-control:focus{outline:none;background-color:rgba(13,102,237,.08);border-color:var(--sbf-blue);box-shadow:0 0 0 3px rgba(13,102,237,.18)}
.wpcf7 form.wpcf7-form .wpcf7-form-control::placeholder{color:var(--sbf-ph);opacity:1}
.wpcf7 form.wpcf7-form input:-webkit-autofill,.wpcf7 form.wpcf7-form input:-webkit-autofill:hover,.wpcf7 form.wpcf7-form input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #101114;box-shadow:inset 0 0 0 1000px #101114;transition:background-color 9999s ease-out}

.wpcf7 form.wpcf7-form .wpcf7-radio{display:flex;flex-wrap:wrap;gap:10px;padding:0;grid-template-columns:none}
.wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item{margin:0;padding:0;display:block;width:auto;height:auto;min-height:0}
.wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item > label{display:block;margin:0;padding:0;height:auto;cursor:pointer}
.wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label{display:flex;align-items:center;justify-content:center;min-height:48px;height:auto;padding:0 24px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.82);font-size:14px;font-weight:600;text-transform:none;white-space:nowrap;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}

html body .wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label{color:rgba(255,255,255,.82)!important;background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.14)!important}
html body .wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label:hover{border-color:rgba(255,255,255,.32)!important;background:rgba(255,255,255,.07)!important;color:#fff!important}
html body .wpcf7 form.wpcf7-form .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label{border-color:rgba(13,102,237,.75)!important;background:rgba(13,102,237,.16)!important;color:#fff!important;box-shadow:0 0 0 3px rgba(13,102,237,.14)}
html body .wpcf7 form.wpcf7-form .wpcf7-radio input[type="radio"]{position:absolute;width:1px;height:1px;opacity:0}

html body .wpcf7 form.wpcf7-form input[type="checkbox"]{-webkit-appearance:none;appearance:none;width:20px;height:20px;min-width:20px;flex:0 0 20px;aspect-ratio:1;margin:0;padding:0;position:relative;left:auto;top:auto;right:auto;bottom:auto;float:none;transform:none;border:1px solid rgba(255,255,255,.24);border-radius:6px;background:rgba(255,255,255,.05);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}
html body .wpcf7 form.wpcf7-form input[type="checkbox"]:hover{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.09)}
html body .wpcf7 form.wpcf7-form input[type="checkbox"]:checked{background:#0d66ed;border-color:#0d66ed}
html body .wpcf7 form.wpcf7-form input[type="checkbox"]:checked::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg)}
html body .wpcf7 form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item{margin:0;padding:0}
html body .wpcf7 form.wpcf7-form .wpcf7-acceptance label{display:flex;align-items:center;gap:12px;margin:0;padding:0;position:relative;cursor:pointer}
html body .wpcf7 form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label{font-size:13px;font-weight:400;line-height:1.5;letter-spacing:0;text-transform:none;color:rgba(255,255,255,.55)!important}
html body .wpcf7 form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a,html body .wpcf7 form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label .highlight{color:#0d66ed!important;text-decoration:none}

html body .wpcf7 form.wpcf7-form .contact-form-h5 > p{display:flex;align-items:center;flex-wrap:wrap;gap:18px 26px;margin:6px 0 0}
html body .wpcf7 form.wpcf7-form .contact-form-h5 > p .wpcf7-form-control-wrap{flex:1 1 260px}
html body .wpcf7 form.wpcf7-form button[type="submit"],html body .wpcf7 form.wpcf7-form input[type="submit"]{border-radius:50px;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}
html body .wpcf7 form.wpcf7-form button[type="submit"]:hover,html body .wpcf7 form.wpcf7-form input[type="submit"]:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(13,102,237,.34)}
html body .wpcf7 form.wpcf7-form input.wpcf7-not-valid,html body .wpcf7 form.wpcf7-form textarea.wpcf7-not-valid{border-color:rgba(255,99,99,.7)!important;background-color:rgba(255,99,99,.07)!important;box-shadow:0 0 0 3px rgba(255,99,99,.12)}
html body .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip{display:block;margin-top:8px;color:#ff9090;font-size:12.5px;font-weight:500;line-height:1.4}
html body .wpcf7 form .wpcf7-response-output{margin:22px 0 0;padding:14px 18px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.05);color:rgba(255,255,255,.85);font-size:14px;line-height:1.5}
html body .wpcf7 form.invalid .wpcf7-response-output,html body .wpcf7 form.unaccepted .wpcf7-response-output{border-color:rgba(255,99,99,.45);background:rgba(255,99,99,.09);color:#ffb4b4}
html body .wpcf7 form.sent .wpcf7-response-output{border-color:rgba(45,200,130,.45);background:rgba(45,200,130,.10);color:#a8efc9}

html body .wpcf7 form.wpcf7-form p.mailchimp{position:relative;max-width:440px;margin:0}
html body .wpcf7 form.wpcf7-form p.mailchimp .wpcf7-form-control-wrap{display:block}
html body .wpcf7 form.wpcf7-form p.mailchimp input.wpcf7-form-control{width:100%;height:54px;padding:0 64px 0 22px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff;font-size:15px}
html body .wpcf7 form.wpcf7-form p.mailchimp input.wpcf7-form-control::placeholder{color:rgba(255,255,255,.62);opacity:1}
html body .wpcf7 form.wpcf7-form p.mailchimp input.wpcf7-form-control:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.45)}
html body .wpcf7 form.wpcf7-form p.mailchimp input.wpcf7-form-control:focus{outline:none;background:rgba(255,255,255,.18);border-color:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.16)}
html body .wpcf7 form.wpcf7-form p.mailchimp button[type="submit"]{position:absolute;top:6px;right:6px;width:42px;height:42px;min-width:0;padding:0;margin:0;border:0;border-radius:50%;background:#fff;color:#0d66ed;display:flex;align-items:center;justify-content:center;transform:none;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
html body .wpcf7 form.wpcf7-form p.mailchimp button[type="submit"] .input-box{display:flex;align-items:center;justify-content:center;margin:0}
html body .wpcf7 form.wpcf7-form p.mailchimp button[type="submit"] i{margin:0;font-size:15px;line-height:1}
html body .wpcf7 form.wpcf7-form p.mailchimp button[type="submit"]:hover{background:#0d66ed;color:#fff;transform:scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,.3)}

@media (max-width:1024px){html body .wpcf7 form.wpcf7-form .contact-form-h5{padding:28px 24px 24px}}
@media (max-width:767px){
html body .wpcf7 form.wpcf7-form .contact-form-h5{padding:22px 18px 20px;border-radius:16px}
html body .wpcf7 form.wpcf7-form textarea.wpcf7-form-control{font-size:16px}
html body .wpcf7 form.wpcf7-form .wpcf7-radio{gap:8px}
html body .wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item{flex:1 1 calc(50% - 4px)}
html body .wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label{padding:0 12px;font-size:13.5px;min-height:46px}
html body .wpcf7 form.wpcf7-form .contact-form-h5 > p{gap:16px}
html body .wpcf7 form.wpcf7-form p.mailchimp{max-width:100%}
}


html body .wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item{padding:0!important;margin:0!important;height:auto!important;min-height:0!important}
html body .wpcf7 form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item{padding:0!important;margin:0!important}
html body .wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item > label{padding:0!important;margin:0!important}
html body .wpcf7 form.wpcf7-form input:-webkit-autofill,html body .wpcf7 form.wpcf7-form input:-webkit-autofill:hover,html body .wpcf7 form.wpcf7-form input:-webkit-autofill:active{-webkit-text-fill-color:#fff!important;caret-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #121316!important;box-shadow:inset 0 0 0 1000px #121316!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:12px!important;transition:background-color 9999s ease-out 0s!important}
html body .wpcf7 form.wpcf7-form input:-webkit-autofill:focus{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px #121316,0 0 0 3px rgba(13,102,237,.18)!important;box-shadow:inset 0 0 0 1000px #121316,0 0 0 3px rgba(13,102,237,.18)!important;border-color:#0d66ed!important}

.search-form .searchform-wrap,.pxl-header-mobile-search form{position:relative}
html body .search-form input.search-field,html body .pxl-header-mobile-search input.search-field{width:100%;height:50px;padding:0 56px 0 20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.11);border-radius:999px;color:#fff;font-family:inherit;font-size:15px;appearance:none;transition:border-color .18s,background-color .18s,box-shadow .18s}
html body .search-form input.search-field::placeholder,html body .pxl-header-mobile-search input.search-field::placeholder{color:rgba(255,255,255,.36);opacity:1}
html body .search-form input.search-field:focus,html body .pxl-header-mobile-search input.search-field:focus{outline:none;background:rgba(13,102,237,.08);border-color:#0d66ed;box-shadow:0 0 0 3px rgba(13,102,237,.18)}
html body .search-form button.search-submit,html body .pxl-header-mobile-search button.search-submit{position:absolute;top:50%;right:5px;transform:translateY(-50%);width:40px;height:40px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.06);color:rgba(255,255,255,.75);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .18s,color .18s}
html body .search-form button.search-submit svg,html body .pxl-header-mobile-search button.search-submit svg{width:16px;height:16px;fill:currentColor}
html body .search-form button.search-submit:hover,html body .pxl-header-mobile-search button.search-submit:hover{background:#0d66ed;color:#fff}
html body .job_filters input[type="text"],html body .job-manager-form input[type="text"],html body .job-manager-form input[type="email"],html body .job-manager-form textarea,html body .job-manager-form select{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.11);border-radius:12px;color:#fff;font-family:inherit;font-size:15px;transition:border-color .18s,background-color .18s,box-shadow .18s}
html body .job_filters input[type="text"]::placeholder{color:rgba(255,255,255,.36);opacity:1}
html body .job_filters input[type="text"]:focus,html body .job-manager-form input:focus,html body .job-manager-form textarea:focus{outline:none;background:rgba(13,102,237,.08);border-color:#0d66ed;box-shadow:0 0 0 3px rgba(13,102,237,.18)}
html body .job_filters input[type="checkbox"],html body .job-manager-form input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:20px;height:20px;aspect-ratio:1;position:relative;border:1px solid rgba(255,255,255,.24);border-radius:6px;background:rgba(255,255,255,.05);cursor:pointer;vertical-align:middle}
html body .job_filters input[type="checkbox"]:checked,html body .job-manager-form input[type="checkbox"]:checked{background:#0d66ed;border-color:#0d66ed}
html body .job_filters input[type="checkbox"]:checked::after,html body .job-manager-form input[type="checkbox"]:checked::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg)}
html body .job_filters input[type="submit"]{border-radius:50px;transition:transform .18s,box-shadow .18s}
html body .job_filters input[type="submit"]:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(13,102,237,.32)}
html body .wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label{padding:0 24px!important}
html body .wpcf7 form.wpcf7-form .wpcf7-acceptance label{display:flex!important;align-items:center!important;gap:12px!important;padding:0!important}
html body .wpcf7 form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item{display:block!important}
@media (max-width:767px){html body .wpcf7 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label{padding:0 12px!important}}
html body .wpcf7 form.wpcf7-form p.mailchimp{border:0!important;padding:0!important}
html body .wpcf7 form.wpcf7-form p.mailchimp input.wpcf7-form-control{height:54px!important;border-radius:999px!important;padding:0 64px 0 22px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.32)!important}
html body .wpcf7 form.wpcf7-form p.mailchimp input.wpcf7-form-control::placeholder{color:rgba(255,255,255,.72)!important}
html body .wpcf7 form.wpcf7-form p.mailchimp input.wpcf7-form-control:hover{background:rgba(255,255,255,.17)!important;border-color:rgba(255,255,255,.5)!important}
html body .wpcf7 form.wpcf7-form p.mailchimp input.wpcf7-form-control:focus{background:rgba(255,255,255,.2)!important;border-color:#fff!important;box-shadow:0 0 0 3px rgba(255,255,255,.16)!important}
html body .wpcf7 form.wpcf7-form p.mailchimp button[type=submit]{top:6px!important;height:42px!important;width:42px!important}
html body .search-form input.search-field,html body .pxl-header-mobile-search input.search-field{background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;height:50px!important;color:#fff!important}
html body .search-form button.search-submit,html body .pxl-header-mobile-search button.search-submit{background:rgba(255,255,255,.07)!important;color:rgba(255,255,255,.75)!important}
html body .search-form button.search-submit:hover,html body .pxl-header-mobile-search button.search-submit:hover{background:#0d66ed!important;color:#fff!important}
/*SBFORMS-END*/

/* ================= SB-BLOG-ARCHIVE-20260907 =================
   Compact card grid for the blog / category / search archives.
   Theme markup: .pxl-content-blog > main > article.pxl-archive-post
   > .content-inner-post > .post-featured (.pxl-item--image + .post-date)
   + .post-content (.post-metas, h2.post-title, .pxl-divider,
   .post-excerpt, .post-btn-wrap). Pure CSS, no template changes.
   Replaces the full-width 817px-tall stacked posts. */

/* --- grid container (archives only, never single posts) --- */
body.blog .pxl-content-blog > main,
body.archive .pxl-content-blog > main,
body.search .pxl-content-blog > main{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
  align-items:stretch;
}
@media (max-width:767px){
  body.blog .pxl-content-blog > main,
  body.archive .pxl-content-blog > main,
  body.search .pxl-content-blog > main{
    grid-template-columns:minmax(0,1fr);
    gap:22px;
  }
}

/* --- the card --- */
article.pxl-archive-post{
  margin:0 !important;
  padding:0 !important;
  height:100%;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.055) 0%,rgba(255,255,255,.015) 100%);
  overflow:hidden;
  transition:transform .35s cubic-bezier(.2,.7,.3,1),border-color .35s ease,box-shadow .35s ease;
}
article.pxl-archive-post:hover{
  transform:translateY(-5px);
  border-color:rgba(13,102,237,.55);
  box-shadow:0 22px 44px -22px rgba(13,102,237,.65);
}
article.pxl-archive-post .content-inner-post{
  display:flex;
  flex-direction:column;
  height:100%;
  margin:0 !important;
  padding:0 !important;
}

/* --- featured image --- */
article.pxl-archive-post .post-featured{
  position:relative;
  margin:0 !important;
  overflow:hidden;
}
article.pxl-archive-post .post-featured:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:45%;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.45) 100%);
  pointer-events:none;
}
article.pxl-archive-post .pxl-item--image{
  display:block;
  overflow:hidden;
  border-radius:0 !important;
}
article.pxl-archive-post .pxl-item--image a{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
}
article.pxl-archive-post .pxl-item--image img{
  display:block;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:50% 32% !important;
  border-radius:0 !important;
  transition:transform .7s cubic-bezier(.2,.7,.3,1);
}
article.pxl-archive-post:hover .pxl-item--image img{transform:scale(1.06)}

/* --- date chip (theme markup, hidden by default) --- */
article.pxl-archive-post .post-featured .post-date{
  display:inline-flex !important;
  align-items:baseline;
  gap:5px;
  position:absolute;
  top:14px;left:14px;
  z-index:2;
  margin:0;
  padding:7px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(6,10,18,.68);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  font-size:12px;
  line-height:1;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#fff;
}
article.pxl-archive-post .post-featured .post-date > *{
  display:inline;
  margin:0;padding:0;border:0;background:none;
  font-size:12px;line-height:1;color:inherit;
}
article.pxl-archive-post .post-featured .post-date .date-day{font-weight:700}
article.pxl-archive-post .post-featured .post-date .date-month{color:rgba(255,255,255,.7)}

/* --- body --- */
article.pxl-archive-post .post-content{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  padding:22px 24px 24px;
}
article.pxl-archive-post .post-metas,
article.pxl-archive-post .pxl-divider{display:none !important}

article.pxl-archive-post .post-title{
  font-size:20px !important;
  line-height:1.32 !important;
  margin:0 0 11px !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
article.pxl-archive-post .post-title a{
  color:#fff !important;
  transition:color .25s ease;
}
article.pxl-archive-post:hover .post-title a,
article.pxl-archive-post .post-title a:hover{color:#0d66ed !important}

article.pxl-archive-post .post-excerpt{
  margin:0 0 20px !important;
  font-size:15px;
  line-height:1.65;
  color:rgba(255,255,255,.60);
  display:-webkit-box !important;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
article.pxl-archive-post .post-excerpt p{margin:0;color:inherit;font-size:inherit;line-height:inherit}

/* --- read more: compact text link, not a big pill --- */
article.pxl-archive-post .post-btn-wrap{margin-top:auto;margin-bottom:0 !important}
article.pxl-archive-post .post-btn-wrap .btn,
article.pxl-archive-post .post-btn-wrap .btn:hover{
  display:inline-flex !important;
  align-items:center;
  gap:9px;
  min-width:0 !important;
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:none !important;
  background-color:transparent !important;
  box-shadow:none !important;
  color:#0d66ed !important;
  font-size:13px !important;
  font-weight:600;
  line-height:1.2 !important;
  letter-spacing:.12em;
  text-transform:uppercase;
  overflow:visible !important;
}
article.pxl-archive-post .post-btn-wrap .btn:before,
article.pxl-archive-post .post-btn-wrap .btn .is-marquee{display:none !important}
article.pxl-archive-post .post-btn-wrap .btn .pxl--btn-text{
  display:inline-flex !important;
  align-items:center;
  gap:9px;
  overflow:visible !important;
  height:auto !important;
  transform:none !important;
}
article.pxl-archive-post .post-btn-wrap .btn .btn-text-original{
  transform:none !important;
  opacity:1 !important;
}
article.pxl-archive-post .post-btn-wrap .btn .pxl--btn-text:after{
  content:"";
  width:16px;height:9px;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3Cpath d='M11.2.3a.75.75 0 0 0-1.06 1.06l1.89 1.89H.75a.75.75 0 0 0 0 1.5h11.28l-1.89 1.89A.75.75 0 0 0 11.2 7.7l3.17-3.17a.75.75 0 0 0 0-1.06z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3Cpath d='M11.2.3a.75.75 0 0 0-1.06 1.06l1.89 1.89H.75a.75.75 0 0 0 0 1.5h11.28l-1.89 1.89A.75.75 0 0 0 11.2 7.7l3.17-3.17a.75.75 0 0 0 0-1.06z'/%3E%3C/svg%3E") no-repeat center/contain;
  transition:transform .3s ease;
}
article.pxl-archive-post:hover .post-btn-wrap .btn .pxl--btn-text:after{transform:translateX(5px)}

/* --- lead card: first post spans both columns, side-by-side --- */
@media (min-width:768px){
  body.blog .pxl-content-blog > main > article.pxl-archive-post:first-child,
  body.archive .pxl-content-blog > main > article.pxl-archive-post:first-child{
    grid-column:1 / -1;
  }
  body.blog .pxl-content-blog > main > article:first-child .content-inner-post,
  body.archive .pxl-content-blog > main > article:first-child .content-inner-post{
    flex-direction:row;
    align-items:stretch;
    min-height:280px;
  }
  body.blog .pxl-content-blog > main > article:first-child .post-featured,
  body.archive .pxl-content-blog > main > article:first-child .post-featured{
    flex:0 0 46%;
    width:46%;
  }
  body.blog .pxl-content-blog > main > article:first-child .pxl-item--image,
  body.blog .pxl-content-blog > main > article:first-child .pxl-item--image a,
  body.archive .pxl-content-blog > main > article:first-child .pxl-item--image,
  body.archive .pxl-content-blog > main > article:first-child .pxl-item--image a{
    height:100%;
    aspect-ratio:auto;
  }
  body.blog .pxl-content-blog > main > article:first-child .post-featured:after,
  body.archive .pxl-content-blog > main > article:first-child .post-featured:after{
    top:0;height:100%;
    background:linear-gradient(90deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.35) 100%);
  }
  body.blog .pxl-content-blog > main > article:first-child .post-content,
  body.archive .pxl-content-blog > main > article:first-child .post-content{
    justify-content:center;
    padding:30px 34px;
  }
  body.blog .pxl-content-blog > main > article:first-child .post-title,
  body.archive .pxl-content-blog > main > article:first-child .post-title{
    font-size:27px !important;
    margin-bottom:13px !important;
  }
  body.blog .pxl-content-blog > main > article:first-child .post-excerpt,
  body.archive .pxl-content-blog > main > article:first-child .post-excerpt{
    -webkit-line-clamp:3 !important;
    font-size:16px;
  }
  body.blog .pxl-content-blog > main > article:first-child .post-btn-wrap,
  body.archive .pxl-content-blog > main > article:first-child .post-btn-wrap{margin-top:22px}
}

/* --- sidebar: match the card system --- */
.pxl-sidebar-blog .widget{
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.045) 0%,rgba(255,255,255,.012) 100%) !important;
  padding:24px 22px !important;
  margin-bottom:24px !important;
}
.pxl-sidebar-blog .widget:last-child{margin-bottom:0 !important}

@media (prefers-reduced-motion:reduce){
  article.pxl-archive-post,
  article.pxl-archive-post .pxl-item--image img,
  article.pxl-archive-post .post-btn-wrap .btn .pxl--btn-text:after{transition:none !important}
  article.pxl-archive-post:hover{transform:none}
  article.pxl-archive-post:hover .pxl-item--image img{transform:none}
}
/* ============ /SB-BLOG-ARCHIVE-20260907 ============ */

/* ===== SB-BLUE-NORMALISE-20260907 =====
   One brand blue site-wide: #0d66ed (the CTA blue / Elementor "accent").
   Removes the drifted lighter blues: #509DFF (Elementor global primary),
   #3D8BFF (.pxl-title--highlight in every H1), #4D8BFF + #7AA7FF (markets
   ticker "Somewhere else?" card). Also normalised in place above:
   #5B9BFF (careers job listings), #4D94FF (service body links),
   #4F97FF (blog archive cards), #0B3D8F (mailchimp button).
   KEPT ON PURPOSE: #0b57c9 = darker hover shade of #0d66ed on buttons;
   #1a75ff = documented WCAG 1.4.3 variant for small CF7 label text. */
:root,body{--e-global-color-primary:#0d66ed !important}
html body .pxl-title--highlight{color:#0d66ed !important}
html body .sb-mk-ask .sb-mk-flag,
html body .sb-mk-ask .sb-mk-sub{color:#0d66ed !important}
/* one hard-coded inline #509dff survives in the Home v2 text widget content */
html body [style*="509dff" i]{color:#0d66ed !important}
/* page-level sb2 band styles that hard-coded #509DFF / #3D8BFF in Elementor HTML-widget <style> blocks */
html body .title2.title2.title2,
html body .sb2-kicker,
html body .sb2-step em,
html body .sb2-cmp th.sb2-hi,
html body .elementor-1714 .elementor-element-b044363 .pxl-heading .pxl-item--title{color:#0d66ed !important}
/* NOT touched on purpose: .sb-badge glyphs (#CFE0FF) are light icons sitting ON blue tiles */
/* ===== /SB-BLUE-NORMALISE-20260907 ===== */


/*SBGALLERY-START*/
/* photo marquee gallery: uniform 16:9 tiles + rounded corners */
.pxl-text-marquee.pxl-text-marquee2 .pxl-item-img a img{width:800px!important;height:450px!important;max-height:none!important;object-fit:cover!important;object-position:center!important;border-radius:20px!important;display:block!important}
@media(max-width:1400px){.pxl-text-marquee.pxl-text-marquee2 .pxl-item-img a img{width:560px!important;height:315px!important}}
@media(max-width:575px){.pxl-text-marquee.pxl-text-marquee2 .pxl-item-img a img{width:320px!important;height:180px!important;border-radius:14px!important}}
/*SBGALLERY-END*/

/*SBBTNFIX-START*/
/* About: theme paints a 4px black hover-wipe bar over the left cap of btn-default pills */
.elementor-2993 .elementor-element-8d07fe8 a.btn:before{display:none!important}
/*SBBTNFIX-END*/

/*SBSVCFULL-START*/
/* Service CPT pages: bands run full-bleed like every other page; inner content stays on the 1300px grid */
html body.single-service #pxl-main>.container{max-width:none;padding-left:0;padding-right:0}
html body.single-service #pxl-main>.container>.row{margin-left:0;margin-right:0}
html body.single-service #pxl-content-area{padding-left:0;padding-right:0}
html body.single-service #pxl-wapper .container .service.type-service{max-width:none;margin-left:0;margin-right:0}
html body.single-service #pxl-content-main .elementor>.e-con>.e-con-inner{max-width:1300px;margin-left:auto;margin-right:auto}
/*SBSVCFULL-END*/







/*SBGPS-START*/
/* Google Preferred Sources buttons: footer above LET'S TALK, end of blog posts, blog sidebar */
.sb-gps{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.sb-gps .sb-gps-l{margin:0;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.sb-gps .sb-gps-n{margin:0;font-size:13px;line-height:1.6;color:rgba(255,255,255,.5);max-width:42ch}
.sb-gps--footer{align-self:flex-start;width:auto;margin:0 0 28px}
@media(max-width:767px){.sb-gps--footer{margin:0 0 22px}}
.sb-gps--post{margin:44px 0 8px;padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.035)}
.sb-gps--side{margin:0 0 28px;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.035)}
@media(max-width:767px){.sb-gps--post,.sb-gps--side{padding:18px}}
/*SBGPS-END*/

/*SBPOSTIMG-START 20260909 blog post lead image height cap*/
html body.single-post article.pxl-single-post .content-inner>figure.wp-block-image:first-child{margin-left:0;margin-right:0}
html body.single-post article.pxl-single-post .content-inner>figure.wp-block-image:first-child picture{display:block}
html body.single-post article.pxl-single-post .content-inner>figure.wp-block-image:first-child img{display:block;width:100%;height:auto;max-height:330px;object-fit:cover;object-position:50% 15%;border-radius:14px}
@media(max-width:1024px){html body.single-post article.pxl-single-post .content-inner>figure.wp-block-image:first-child img{max-height:300px}}
@media(max-width:767px){html body.single-post article.pxl-single-post .content-inner>figure.wp-block-image:first-child img{max-height:220px;border-radius:10px}}
/*SBPOSTIMG-END*/
/*SBPAGEWIDTH-START 20260909 standardise boxed content width to the site 1300px*/
html body .elementor-element.elementor-element-7275506>.e-con-inner,html body .elementor-element.elementor-element-96a08d8>.e-con-inner,html body .elementor-element.elementor-element-d6e628d>.e-con-inner,html body .elementor-element.elementor-element-01b2991>.e-con-inner,html body .elementor-element.elementor-element-038b24e>.e-con-inner,html body .elementor-element.elementor-element-83747e0>.e-con-inner{max-width:1300px}
html body .elementor-element.elementor-element-7275506,html body .elementor-element.elementor-element-96a08d8,html body .elementor-element.elementor-element-d6e628d,html body .elementor-element.elementor-element-01b2991,html body .elementor-element.elementor-element-038b24e,html body .elementor-element.elementor-element-83747e0{--content-width:1300px}
html body .sbsv-hero-inner{max-width:1300px;padding-left:20px;padding-right:20px}
/*SBPAGEWIDTH-END*/
/*SBICONS-START 20260909 SEO Butler house icon set - 24px grid, 1.6 stroke, bow-tie and neon-ring motifs*/
:root{--sbi-arrow:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h11.2'/%3E%3Cpath d='M13.6 7.6 19 12l-5.4 4.4z' fill='%23000' stroke='none'/%3E%3C/svg%3E");--sbi-chev:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 6.5 13.5 12 8 17.5z' fill='%23000' stroke='none'/%3E%3Cpath d='M14.8 8.6 18 12l-3.2 3.4' opacity='.55'/%3E%3C/svg%3E");--sbi-bowtie:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.2 8.2 10.7 12l-6.5 3.8z' fill='%23000' stroke='none'/%3E%3Cpath d='M19.8 8.2 13.3 12l6.5 3.8z' fill='%23000' stroke='none'/%3E%3Crect x='10.5' y='10.3' width='3' height='3.4' rx='1.1' fill='%23000' stroke='none'/%3E%3C/svg%3E");--sbi-comment:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.5 12.4c0 3.7-3.8 6.6-8.5 6.6a10 10 0 0 1-2.6-.33L4.2 20.5l1.2-3.2A6.4 6.4 0 0 1 3.5 12.4C3.5 8.7 7.3 5.8 12 5.8s8.5 2.9 8.5 6.6Z'/%3E%3Cpath d='M7.9 10.4 11.2 12.3 7.9 14.2z' fill='%23000' stroke='none'/%3E%3Cpath d='M16.1 10.4 12.8 12.3l3.3 1.9z' fill='%23000' stroke='none'/%3E%3Crect x='11.1' y='11.5' width='1.8' height='1.8' rx='.6' fill='%23000' stroke='none'/%3E%3C/svg%3E");--sbi-views:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.6 12S6 6.6 12 6.6 21.4 12 21.4 12 18 17.4 12 17.4 2.6 12 2.6 12Z'/%3E%3Cpath d='M15.1 12a3.1 3.1 0 1 1-2.2-3'/%3E%3C/svg%3E");--sbi-mail:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.8' y='5.4' width='18.4' height='13.2' rx='2.6'/%3E%3Cpath d='m3.9 7.6 8.1 5.3 8.1-5.3'/%3E%3C/svg%3E");--sbi-phone:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.1 4.4 9.9 8 8.2 9.9a12 12 0 0 0 5.9 5.9L16 14.1l3.6 1.8v2.7a1.9 1.9 0 0 1-2.1 1.9C10.6 20 4 13.4 3.6 6.5A1.9 1.9 0 0 1 5.5 4.4Z'/%3E%3Cpath d='M14.4 3.6a6.6 6.6 0 0 1 6 6' opacity='.55'/%3E%3C/svg%3E");--sbi-pin:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.7 7-11a7 7 0 1 0-14 0c0 5.3 7 11 7 11Z'/%3E%3Cpath d='M15.4 10a3.4 3.4 0 1 1-1.1-2.5'/%3E%3C/svg%3E");--sbi-top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20V6.4'/%3E%3Cpath d='M7.2 11.2 12 6.4l4.8 4.8z' fill='%23000' stroke='none'/%3E%3Cpath d='M6.4 3.6h11.2' opacity='.55'/%3E%3C/svg%3E");--sbi-search:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 10.6a6.4 6.4 0 1 1-2.6-5.2'/%3E%3Cpath d='m15.3 15.3 4.5 4.5'/%3E%3C/svg%3E");--sbi-doc:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.2 3.6h7.2l4.4 4.4v11.2a1.6 1.6 0 0 1-1.6 1.6H6.2a1.6 1.6 0 0 1-1.6-1.6V5.2a1.6 1.6 0 0 1 1.6-1.6Z'/%3E%3Cpath d='M13.2 3.8v4.6h4.6' opacity='.6'/%3E%3Cpath d='M8 12.8h5.2M8 16h7'/%3E%3C/svg%3E");--sbi-pen:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20.4 4.9 16.6 15.8 5.7a2 2 0 0 1 2.8 0l.9.9a2 2 0 0 1 0 2.8L8.6 20.3Z'/%3E%3Cpath d='m14.6 6.9 3.7 3.7' opacity='.6'/%3E%3Cpath d='M12.4 20.4h8' opacity='.55'/%3E%3C/svg%3E");--sbi-tray:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.8 17.6h18.4'/%3E%3Cpath d='M5.3 17.6a6.7 6.7 0 0 1 13.4 0'/%3E%3Cpath d='M12 10.9V9'/%3E%3Cpath d='M10.5 9h3'/%3E%3C/svg%3E");--sbi-link:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.2 13.8a3.6 3.6 0 0 0 5.2 0l3-3a3.7 3.7 0 0 0-5.2-5.2l-1.4 1.4'/%3E%3Cpath d='M13.8 10.2a3.6 3.6 0 0 0-5.2 0l-3 3a3.7 3.7 0 0 0 5.2 5.2L12.2 17'/%3E%3C/svg%3E");--sbi-radar:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.6a8.4 8.4 0 1 1-5.9 2.4'/%3E%3Cpath d='M12 8.2a3.8 3.8 0 1 1-2.7 1.1' opacity='.6'/%3E%3Ccircle cx='12' cy='12' r='1.3' fill='%23000' stroke='none'/%3E%3Cpath d='m12 12 5.9-5.9' opacity='.55'/%3E%3C/svg%3E");--sbi-verified:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.6a8.4 8.4 0 1 1-5.9 2.4'/%3E%3Cpath d='m8.2 12.2 2.9 2.9 5.5-6.1'/%3E%3C/svg%3E");--sbi-chart:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.6 20.4h16.8'/%3E%3Cpath d='M6.8 20.4v-5.2M11.6 20.4v-8.8M16.4 20.4v-12'/%3E%3Cpath d='M13.8 4.4h4.2v4.2' opacity='.6'/%3E%3C/svg%3E");--sbi-globe:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.6'/%3E%3Cpath d='M3.6 12h16.8'/%3E%3Cpath d='M12 3.4a13 13 0 0 1 0 17.2 13 13 0 0 1 0-17.2Z'/%3E%3C/svg%3E");--sbi-shield:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.2 19.4 6v6.1c0 4.3-3 7.1-7.4 8.7-4.4-1.6-7.4-4.4-7.4-8.7V6Z'/%3E%3Cpath d='M7.7 11.1 11.2 13l-3.5 1.9z' fill='%23000' stroke='none'/%3E%3Cpath d='M16.3 11.1 12.8 13l3.5 1.9z' fill='%23000' stroke='none'/%3E%3Crect x='11.2' y='12.2' width='1.6' height='1.7' rx='.55' fill='%23000' stroke='none'/%3E%3C/svg%3E");--sbi-gauge:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.6 17.4a8.8 8.8 0 1 1 16.8 0'/%3E%3Cpath d='m12 17.4 4.2-6'/%3E%3Ccircle cx='12' cy='17.4' r='1.3' fill='%23000' stroke='none'/%3E%3C/svg%3E");--sbi-people:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9.4' cy='8.6' r='3.4'/%3E%3Cpath d='M3.4 19.6c0-3.3 2.7-5.4 6-5.4s6 2.1 6 5.4'/%3E%3Cpath d='M16.4 6.2a3.4 3.4 0 0 1 0 6.6' opacity='.6'/%3E%3Cpath d='M18 14.6c1.8.7 3 2.4 3 4.4h-3.4' opacity='.6'/%3E%3C/svg%3E");--sbi-list:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.6 6.4h10M9.6 12h10M9.6 17.6h10'/%3E%3Cpath d='M4.2 4.8 7 6.4 4.2 8z' fill='%23000' stroke='none'/%3E%3Cpath d='M4.2 10.4 7 12l-2.8 1.6z' fill='%23000' stroke='none'/%3E%3Cpath d='M4.2 16 7 17.6l-2.8 1.6z' fill='%23000' stroke='none'/%3E%3C/svg%3E");--sbi-tag:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11.4 3.4H20v8.6l-8.6 8.6-8.6-8.6Z'/%3E%3Ccircle cx='16.2' cy='7.8' r='1.5'/%3E%3C/svg%3E");}
.sbi{display:inline-block;width:1em;height:1em;vertical-align:-.15em;background:currentColor;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.sbi-arrow{-webkit-mask-image:var(--sbi-arrow);mask-image:var(--sbi-arrow)}
.sbi-chev{-webkit-mask-image:var(--sbi-chev);mask-image:var(--sbi-chev)}
.sbi-bowtie{-webkit-mask-image:var(--sbi-bowtie);mask-image:var(--sbi-bowtie)}
.sbi-comment{-webkit-mask-image:var(--sbi-comment);mask-image:var(--sbi-comment)}
.sbi-views{-webkit-mask-image:var(--sbi-views);mask-image:var(--sbi-views)}
.sbi-mail{-webkit-mask-image:var(--sbi-mail);mask-image:var(--sbi-mail)}
.sbi-phone{-webkit-mask-image:var(--sbi-phone);mask-image:var(--sbi-phone)}
.sbi-pin{-webkit-mask-image:var(--sbi-pin);mask-image:var(--sbi-pin)}
.sbi-top{-webkit-mask-image:var(--sbi-top);mask-image:var(--sbi-top)}
.sbi-search{-webkit-mask-image:var(--sbi-search);mask-image:var(--sbi-search)}
.sbi-doc{-webkit-mask-image:var(--sbi-doc);mask-image:var(--sbi-doc)}
.sbi-pen{-webkit-mask-image:var(--sbi-pen);mask-image:var(--sbi-pen)}
.sbi-tray{-webkit-mask-image:var(--sbi-tray);mask-image:var(--sbi-tray)}
.sbi-link{-webkit-mask-image:var(--sbi-link);mask-image:var(--sbi-link)}
.sbi-radar{-webkit-mask-image:var(--sbi-radar);mask-image:var(--sbi-radar)}
.sbi-verified{-webkit-mask-image:var(--sbi-verified);mask-image:var(--sbi-verified)}
.sbi-chart{-webkit-mask-image:var(--sbi-chart);mask-image:var(--sbi-chart)}
.sbi-globe{-webkit-mask-image:var(--sbi-globe);mask-image:var(--sbi-globe)}
.sbi-shield{-webkit-mask-image:var(--sbi-shield);mask-image:var(--sbi-shield)}
.sbi-gauge{-webkit-mask-image:var(--sbi-gauge);mask-image:var(--sbi-gauge)}
.sbi-people{-webkit-mask-image:var(--sbi-people);mask-image:var(--sbi-people)}
.sbi-list{-webkit-mask-image:var(--sbi-list);mask-image:var(--sbi-list)}
.sbi-tag{-webkit-mask-image:var(--sbi-tag);mask-image:var(--sbi-tag)}
html body i.fa-long-arrow-right::before{content:"";display:inline-block;width:1.2em;height:1.2em;vertical-align:-.2em;background:currentColor;-webkit-mask:var(--sbi-arrow) center/contain no-repeat;mask:var(--sbi-arrow) center/contain no-repeat}
html body i.fa-angle-double-right::before{content:"";display:inline-block;width:1em;height:1em;vertical-align:-.15em;background:currentColor;-webkit-mask:var(--sbi-chev) center/contain no-repeat;mask:var(--sbi-chev) center/contain no-repeat}
html body i.fa-comments::before{content:"";display:inline-block;width:1.05em;height:1.05em;vertical-align:-.18em;background:currentColor;-webkit-mask:var(--sbi-comment) center/contain no-repeat;mask:var(--sbi-comment) center/contain no-repeat}
html body i.fa-eye::before{content:"";display:inline-block;width:1.05em;height:1.05em;vertical-align:-.18em;background:currentColor;-webkit-mask:var(--sbi-views) center/contain no-repeat;mask:var(--sbi-views) center/contain no-repeat}
html body i.fa-long-arrow-right,html body i.fa-angle-double-right,html body i.fa-comments,html body i.fa-eye{line-height:1}

html body .pxl-scroll-top>i{display:none}
html body .pxl-scroll-top::after{content:"";position:absolute;left:50%;top:50%;width:17px;height:17px;transform:translate(-50%,-50%) rotate(90deg);background:currentColor;-webkit-mask:var(--sbi-top) center/contain no-repeat;mask:var(--sbi-top) center/contain no-repeat;pointer-events:none}
html body .sb2-ico svg,html body .sb-badge svg,html body .sb-ico-chip svg{stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
html body svg[stroke="currentColor"][stroke-width]{fill:none!important}
html body svg[stroke="currentColor"][stroke-width] *:not([fill]){fill:none!important}
/*SBICONS-END*/
/*SBICONS2-START 20260909 branded step-tile glyphs, mapped per page and step*/
html body.elementor-page-1714 .sb2-step:nth-child(1) .sb2-ico>svg{display:none}
html body.elementor-page-1714 .sb2-step:nth-child(1) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-bowtie) center/contain no-repeat;mask:var(--sbi-bowtie) center/contain no-repeat}
html body.elementor-page-1714 .sb2-step:nth-child(2) .sb2-ico>svg{display:none}
html body.elementor-page-1714 .sb2-step:nth-child(2) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-search) center/contain no-repeat;mask:var(--sbi-search) center/contain no-repeat}
html body.elementor-page-1714 .sb2-step:nth-child(3) .sb2-ico>svg{display:none}
html body.elementor-page-1714 .sb2-step:nth-child(3) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-doc) center/contain no-repeat;mask:var(--sbi-doc) center/contain no-repeat}
html body.elementor-page-1714 .sb2-step:nth-child(4) .sb2-ico>svg{display:none}
html body.elementor-page-1714 .sb2-step:nth-child(4) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-link) center/contain no-repeat;mask:var(--sbi-link) center/contain no-repeat}
html body.elementor-page-64801 .sb2-step:nth-child(1) .sb2-ico>svg{display:none}
html body.elementor-page-64801 .sb2-step:nth-child(1) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-radar) center/contain no-repeat;mask:var(--sbi-radar) center/contain no-repeat}
html body.elementor-page-64801 .sb2-step:nth-child(2) .sb2-ico>svg{display:none}
html body.elementor-page-64801 .sb2-step:nth-child(2) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-chart) center/contain no-repeat;mask:var(--sbi-chart) center/contain no-repeat}
html body.elementor-page-64801 .sb2-step:nth-child(3) .sb2-ico>svg{display:none}
html body.elementor-page-64801 .sb2-step:nth-child(3) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-link) center/contain no-repeat;mask:var(--sbi-link) center/contain no-repeat}
html body.elementor-page-64801 .sb2-step:nth-child(4) .sb2-ico>svg{display:none}
html body.elementor-page-64801 .sb2-step:nth-child(4) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-gauge) center/contain no-repeat;mask:var(--sbi-gauge) center/contain no-repeat}
html body.elementor-page-64802 .sb2-step:nth-child(1) .sb2-ico>svg{display:none}
html body.elementor-page-64802 .sb2-step:nth-child(1) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-list) center/contain no-repeat;mask:var(--sbi-list) center/contain no-repeat}
html body.elementor-page-64802 .sb2-step:nth-child(2) .sb2-ico>svg{display:none}
html body.elementor-page-64802 .sb2-step:nth-child(2) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-chart) center/contain no-repeat;mask:var(--sbi-chart) center/contain no-repeat}
html body.elementor-page-64802 .sb2-step:nth-child(3) .sb2-ico>svg{display:none}
html body.elementor-page-64802 .sb2-step:nth-child(3) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-pen) center/contain no-repeat;mask:var(--sbi-pen) center/contain no-repeat}
html body.elementor-page-64802 .sb2-step:nth-child(4) .sb2-ico>svg{display:none}
html body.elementor-page-64802 .sb2-step:nth-child(4) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-verified) center/contain no-repeat;mask:var(--sbi-verified) center/contain no-repeat}
html body.elementor-page-64803 .sb2-step:nth-child(1) .sb2-ico>svg{display:none}
html body.elementor-page-64803 .sb2-step:nth-child(1) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-radar) center/contain no-repeat;mask:var(--sbi-radar) center/contain no-repeat}
html body.elementor-page-64803 .sb2-step:nth-child(2) .sb2-ico>svg{display:none}
html body.elementor-page-64803 .sb2-step:nth-child(2) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-list) center/contain no-repeat;mask:var(--sbi-list) center/contain no-repeat}
html body.elementor-page-64803 .sb2-step:nth-child(3) .sb2-ico>svg{display:none}
html body.elementor-page-64803 .sb2-step:nth-child(3) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-verified) center/contain no-repeat;mask:var(--sbi-verified) center/contain no-repeat}
html body.elementor-page-64803 .sb2-step:nth-child(4) .sb2-ico>svg{display:none}
html body.elementor-page-64803 .sb2-step:nth-child(4) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-shield) center/contain no-repeat;mask:var(--sbi-shield) center/contain no-repeat}
html body.elementor-page-64804 .sb2-step:nth-child(1) .sb2-ico>svg{display:none}
html body.elementor-page-64804 .sb2-step:nth-child(1) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-search) center/contain no-repeat;mask:var(--sbi-search) center/contain no-repeat}
html body.elementor-page-64804 .sb2-step:nth-child(2) .sb2-ico>svg{display:none}
html body.elementor-page-64804 .sb2-step:nth-child(2) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-doc) center/contain no-repeat;mask:var(--sbi-doc) center/contain no-repeat}
html body.elementor-page-64804 .sb2-step:nth-child(3) .sb2-ico>svg{display:none}
html body.elementor-page-64804 .sb2-step:nth-child(3) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-pen) center/contain no-repeat;mask:var(--sbi-pen) center/contain no-repeat}
html body.elementor-page-64804 .sb2-step:nth-child(4) .sb2-ico>svg{display:none}
html body.elementor-page-64804 .sb2-step:nth-child(4) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-tray) center/contain no-repeat;mask:var(--sbi-tray) center/contain no-repeat}
html body.elementor-page-64805 .sb2-step:nth-child(1) .sb2-ico>svg{display:none}
html body.elementor-page-64805 .sb2-step:nth-child(1) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-radar) center/contain no-repeat;mask:var(--sbi-radar) center/contain no-repeat}
html body.elementor-page-64805 .sb2-step:nth-child(2) .sb2-ico>svg{display:none}
html body.elementor-page-64805 .sb2-step:nth-child(2) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-search) center/contain no-repeat;mask:var(--sbi-search) center/contain no-repeat}
html body.elementor-page-64805 .sb2-step:nth-child(3) .sb2-ico>svg{display:none}
html body.elementor-page-64805 .sb2-step:nth-child(3) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-tray) center/contain no-repeat;mask:var(--sbi-tray) center/contain no-repeat}
html body.elementor-page-64805 .sb2-step:nth-child(4) .sb2-ico>svg{display:none}
html body.elementor-page-64805 .sb2-step:nth-child(4) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-gauge) center/contain no-repeat;mask:var(--sbi-gauge) center/contain no-repeat}
html body.elementor-page-64806 .sb2-step:nth-child(1) .sb2-ico>svg{display:none}
html body.elementor-page-64806 .sb2-step:nth-child(1) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-list) center/contain no-repeat;mask:var(--sbi-list) center/contain no-repeat}
html body.elementor-page-64806 .sb2-step:nth-child(2) .sb2-ico>svg{display:none}
html body.elementor-page-64806 .sb2-step:nth-child(2) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-people) center/contain no-repeat;mask:var(--sbi-people) center/contain no-repeat}
html body.elementor-page-64806 .sb2-step:nth-child(3) .sb2-ico>svg{display:none}
html body.elementor-page-64806 .sb2-step:nth-child(3) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-pen) center/contain no-repeat;mask:var(--sbi-pen) center/contain no-repeat}
html body.elementor-page-64806 .sb2-step:nth-child(4) .sb2-ico>svg{display:none}
html body.elementor-page-64806 .sb2-step:nth-child(4) .sb2-ico::after{content:"";display:block;width:28px;height:28px;background:currentColor;-webkit-mask:var(--sbi-link) center/contain no-repeat;mask:var(--sbi-link) center/contain no-repeat}
/*SBICONS2-END*/
/*SBICONS3-START 20260909 seo-services hero chips and service-card chips*/
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(1)>svg{display:none}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(1)::after{content:"";display:block;width:15px;height:15px;background:currentColor;-webkit-mask:var(--sbi-search) center/contain no-repeat;mask:var(--sbi-search) center/contain no-repeat}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(1) .sb-ico-chip>svg{display:none}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(1) .sb-ico-chip::after{content:"";display:block;width:17px;height:17px;background:currentColor;-webkit-mask:var(--sbi-search) center/contain no-repeat;mask:var(--sbi-search) center/contain no-repeat}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(2)>svg{display:none}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(2)::after{content:"";display:block;width:15px;height:15px;background:currentColor;-webkit-mask:var(--sbi-link) center/contain no-repeat;mask:var(--sbi-link) center/contain no-repeat}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(2) .sb-ico-chip>svg{display:none}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(2) .sb-ico-chip::after{content:"";display:block;width:17px;height:17px;background:currentColor;-webkit-mask:var(--sbi-link) center/contain no-repeat;mask:var(--sbi-link) center/contain no-repeat}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(3)>svg{display:none}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(3)::after{content:"";display:block;width:15px;height:15px;background:currentColor;-webkit-mask:var(--sbi-globe) center/contain no-repeat;mask:var(--sbi-globe) center/contain no-repeat}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(3) .sb-ico-chip>svg{display:none}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(3) .sb-ico-chip::after{content:"";display:block;width:17px;height:17px;background:currentColor;-webkit-mask:var(--sbi-globe) center/contain no-repeat;mask:var(--sbi-globe) center/contain no-repeat}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(4)>svg{display:none}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(4)::after{content:"";display:block;width:15px;height:15px;background:currentColor;-webkit-mask:var(--sbi-doc) center/contain no-repeat;mask:var(--sbi-doc) center/contain no-repeat}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(4) .sb-ico-chip>svg{display:none}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(4) .sb-ico-chip::after{content:"";display:block;width:17px;height:17px;background:currentColor;-webkit-mask:var(--sbi-doc) center/contain no-repeat;mask:var(--sbi-doc) center/contain no-repeat}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(5)>svg{display:none}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(5)::after{content:"";display:block;width:15px;height:15px;background:currentColor;-webkit-mask:var(--sbi-gauge) center/contain no-repeat;mask:var(--sbi-gauge) center/contain no-repeat}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(5) .sb-ico-chip>svg{display:none}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(5) .sb-ico-chip::after{content:"";display:block;width:17px;height:17px;background:currentColor;-webkit-mask:var(--sbi-gauge) center/contain no-repeat;mask:var(--sbi-gauge) center/contain no-repeat}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(6)>svg{display:none}
html body.elementor-page-69475 .sbsv-hero-chips>.sb-badge:nth-child(6)::after{content:"";display:block;width:15px;height:15px;background:currentColor;-webkit-mask:var(--sbi-pen) center/contain no-repeat;mask:var(--sbi-pen) center/contain no-repeat}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(6) .sb-ico-chip>svg{display:none}
html body.elementor-page-69475 .sb-sv-grid>*:nth-child(6) .sb-ico-chip::after{content:"";display:block;width:17px;height:17px;background:currentColor;-webkit-mask:var(--sbi-pen) center/contain no-repeat;mask:var(--sbi-pen) center/contain no-repeat}
/*SBICONS3-END*/

/*SBMENUCLOSE-START*/
html body .pxl-header-menu .pxl-menu-close::before,html body .pxl-header-menu .pxl-menu-close::after{width:15px;height:1.5px;left:50%;top:50%;margin:0;border-radius:2px;background-color:rgba(255,255,255,.72)}
html body .pxl-header-menu .pxl-menu-close::before,html body .pxl-header-menu .pxl-menu-close:hover::before{transform:translate(-50%,-50%) rotate(45deg)}
html body .pxl-header-menu .pxl-menu-close::after,html body .pxl-header-menu .pxl-menu-close:hover::after{transform:translate(-50%,-50%) rotate(-45deg)}
html body .pxl-header-menu .pxl-menu-close:hover::before,html body .pxl-header-menu .pxl-menu-close:hover::after{background-color:#fff}
/*SBMENUCLOSE-END*/
/*SBGUESTPARITY-START*/
/* Sep 11 2026: guest and logged-in views made identical. LiteSpeed combines page-widget CSS into the head file that loads before this file, so equal-specificity widget rules won logged-in but lost for guests. These restate the intended result with higher specificity so both states match. */
@media (max-width:1024px){
html body .elementor-2942 .elementor-element-36ec496{padding-top:26px!important;padding-bottom:26px!important}
html body .elementor-2942 .elementor-element-36ec496>.e-con{padding-top:22px!important;padding-bottom:22px!important}
}
html body .elementor-2942 .contact-form-h5 .budget .wpcf7-list-item span.wpcf7-list-item-label{display:flex}
@media (min-width:768px) and (max-width:1024px){
html body .elementor-element-66c2c09 .elementor-element-9aec48c .pxl-text-editor p{font-size:17px!important;line-height:1.72!important}
}
/* Guests get width/height attributes from LiteSpeed Add Missing Sizes; with the fixed 38px logo height that stretched the mobile-header logo. */
html body .pxl-header-branding img,html body .pxl-logo-mobile img{width:auto!important;max-width:100%}
/*SBGUESTPARITY-END*/
