/* cache bust - v2 */
/* @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    */
/*****************************************/

/* Override H1 Font Size from 72px to 38px April 09 2026*/

/* Target all H1 elements and heading classes */
h1,
.pwr-hero__title,
.pwr-heading-style--h1,
.pwr-heading-style--default {
  font-size: 38px !important;
}

/* Also override the CSS variable as fallback */
:root {
  --fs-h1: 38px !important;
}

/* 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} 
  
 }