.elementor-14 .elementor-element.elementor-element-168ccff{--display:flex;--background-transition:0.3s;}/* Start custom CSS */String url = "https://www.google.com";
Intent i = new Intent(Intent.ACTION_VIEW);
i.setData(Uri.parse(url)); 
startActivity(i);/* End custom CSS */