/* ManojTek Elementor Customizer - frontend overrides */
/* Example: change Elementor global button color if present */
.elementor-button, .elementor-widget-button .elementor-button {
  background-color: #06b6d4 !important;
  color: #042c33 !important;
  border-radius: 8px !important;
}
/* Example: adjust global heading weight */
.elementor-heading-title { font-weight:700 !important; }
/* Add subtle custom branding block at bottom of pages built with Elementor */
body .mec-branding { position: fixed; right: 12px; bottom: 12px; background: rgba(6,182,212,0.12); color:#042c33; padding:6px 10px; border-radius:8px; font-size:12px; z-index:99999; }
