/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

  /* maka customisation 19 September 2025 */ 
  .pwr-testimonial--style-2 .pwr-testimonial__name:before { display:none !important} 


/** Maka customisation for footer October 2025 **/

@media only screen and (min-width: 992px) {
.pwr-footer-company-info { width: 20%; }

.pwr-footer-subscribe{width:20%; max-width; min-width:256px;}
.pwr-footer-full__menu{text-align:center; width:56%}
.pwr-footer .hs-menu-wrapper {text-align:left;}
 .pwr-footer-full.pwr--dark .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-2 > a{ overflow-wrap: anywhere; display: inline-block;padding-left:10px;}
  .hs-menu-wrapper.hs-menu-flow-vertical li a {max-width: 98%;}
  .pwr-footer .hs-menu-wrapper {width: 100% !important} 
  
 }