Simply define your base URL and concatenate it in CSS or JavaScript reference.
Define it as below.
define ('host_address','http://localhost:85/grc/');
define('css', host_address.'styles/');
I have defined base URL by host_address and CSS and used both of them as below.