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

.pwr-rich-text img {
    border-radius: 0px !important ;
}

.pwr-sec-mockup--mockup-bottom .pwr-sec-mockup__mockup {
  padding-top: 0px; }

.whitemockup .pwr-sec-mockup__content {
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 32px 150px;
  border-radius: 1px;
  width: fit-content !important;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .whitemockup .pwr-sec-mockup__content {
    padding: 24px 20px;
  }
}

.whitemockupleft .pwr-sec-mockup__content {
    background: #fff;
    padding: 32px;
    border-radius: 1px;
    opacity: 90%;
}

.pwr-services-item__title {
  color: #C70100; }

/* Base styling for filter links */
.pwr-filter__link {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #1a2b5c; /* navy border - adjust to match your brand navy */
  border-radius: 0; /* sharp corners */
  color: #1a2b5c;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.pwr-filter__list-item {
  list-style: none;
}

/* Hover state */
.pwr-filter__link:hover {
  background-color: rgba(26, 43, 92, 0.08);
  border-color: #1a2b5c;
  color: #1a2b5c;
}

/* Active state - solid navy fill, white text */
.pwr-filter__link.active,
.pwr-filter__link.active:hover {
  background-color: #1a2b5c;
  border-color: #1a2b5c;
  color: #ffffff !important;
}

h3 {
  color: #001D60; }

.pwr-image-box__intro { 
  color: #BB0E0F !important;
  font-size: 15px !important;
}

.pwr-image-box__title {
  color: #001D60; }

.pwr-sec__title-intro {
  margin-bottom: 15px; }


@media (min-width: 768px) {
    .pwr-sec-txt--1col .pwr-sec-txt__title {
        margin-bottom: 15px;
    }
  
  .pwr-sec-services__intro-sec  {
  margin-bottom: 25px; }
    
  .pwr-sec-price-tables__intro-sec {
    margin-bottom: 15px;}
  
  .pwr-price-table { 
    margin-top: 15px; }
  
  .pwr-price-table__price--style-full-1 {
    margin-bottom: 10px; }
  
  .pwr-services-item__desc {
    margin-bottom: 2px; }
  
  .pwr-services--style-2 .pwr-services-item {
    padding-bottom: 8px; }
  
/* footer */  
.footer {
  border-top: 2px solid #f5f6f9 !important;
}
  
  
/* blog */