/**
 * About CTA — full-width boxed band (no left brush).
 * About Who We Are — each filmstrip image covers its own panel.
 * Scoped to About widgets only.
 */

.elementor-widget-mika-about-cta > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.elementor-widget-mika-about-cta {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.elementor-widget-mika-about-cta .lets-talk-section {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding-inline: clamp(1.25rem, 4vw, 3rem) !important;
}

.elementor-widget-mika-about-cta .lets-talk-wrap {
  width: 100% !important;
  max-width: none !important;
  overflow: hidden;
}

.elementor-widget-mika-about-cta .lets-talk-brush,
.elementor-widget-mika-about-cta .lets-talk-yellow-splash,
.elementor-widget-mika-about-cta .lets-talk-black-dashes {
  display: none !important;
}

.elementor-widget-mika-about-cta .lets-talk-home {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  padding: clamp(1.8rem, 3vw, 2.5rem) clamp(2.25rem, 4.5vw, 4.5rem) !important;
}

.elementor-editor-active .elementor-widget-mika-about-cta,
.elementor-editor-preview .elementor-widget-mika-about-cta {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 1024px) {
  .elementor-widget-mika-about-cta .lets-talk-home {
    border-radius: 20px !important;
    padding: 2.5rem 2rem !important;
  }
}

/* Who We Are filmstrip: photo fills each card, not just the top strip */
.elementor-widget-mika-about-who-we-are .who-panel {
  position: relative !important;
  overflow: hidden !important;
}

.elementor-widget-mika-about-who-we-are .who-panel > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.elementor-widget-mika-about-who-we-are .who-panel__logo-overlay,
.elementor-widget-mika-about-who-we-are .who-panel__neon-text {
  z-index: 3;
}
