.elementor-12 .elementor-element.elementor-element-47a4813:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-47a4813 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#007BFF;}.elementor-12 .elementor-element.elementor-element-47a4813{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:20px;margin-bottom:20px;}.elementor-12 .elementor-element.elementor-element-47a4813 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-9c02d62{text-align:center;}.elementor-12 .elementor-element.elementor-element-9c02d62 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-71f2849{text-align:center;font-family:"Roboto", Sans-serif;font-weight:400;color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-fd7f781 */h1 { margin-bottom: 20px; }
    button {
      margin: 10px;
      padding: 12px 24px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      background: #0078d7;
      color: #fff;
      transition: background 0.3s;
    }
    button:hover { background: #005a9e; }
    .visualizer {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-top: 40px;
    }
    .bar {
      width: 30px;
      height: 100px;
      background: #ddd;
      position: relative;
      overflow: hidden;
      border-radius: 5px;
    }
    .fill {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 0;
      background: #0078d7;
      animation: bounce 0.6s infinite ease-in-out;
      display: none;
    }
    @keyframes bounce {
      0%, 100% { height: 20%; }
      50% { height: 100%; }
    }
    .speakers-header {
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(135deg, #0b1220, #ff5722);
    color: white;
    border-radius: 12px;
    margin-bottom: 30px;
  }
  .speakers-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .speakers-header p {
    font-size: 1.1rem;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
  }/* End custom CSS */