.elementor-134 .elementor-element.elementor-element-8bae33f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-134 .elementor-element.elementor-element-0cdd3a2{margin:32px 0px calc(var(--kit-widget-spacing, 0px) + 80px) 0px;}/* Start custom CSS for html, class: .elementor-element-f53fea2 *//* Import the Inter Tight font (SemiBold 600, Normal & Italic) */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,600;1,600&display=swap');

.hero-headline {
  /* Typography from Figma */
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1a1a1a; /* Dark gray/black for base text */
  
  /* Responsive sizing: Scales smoothly from 32px (mobile) to 48px (desktop) */
  font-size: clamp(32px, 5vw, 48px);
  
  /* Layout from Figma */
  width: 100%;
  max-width: 706px;
  margin: 0 auto; /* Centers the block on the page */
}

.hero-headline .highlight-growth {
  /* Span-specific properties */
  font-style: italic;
  color: #f05a35; /* Coral/Orange hex extracted from your mockup */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8bae33f */.bgshadow::before {
    content: "";
    height: 100%;
    width: 100%;
    max-width: 439px;
    background: url("https://caliberspace.com/wp-content/uploads/2026/04/Mask-group.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
}

.bgshadow::after {
    content: "";
    height: 100%;
    width: 100%;
    max-width: 439px;
    background: url("https://caliberspace.com/wp-content/uploads/2026/04/Mask-group-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: absolute;
    top: 0;
    right: 0;
}/* End custom CSS */