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


.whitemockup .pwr-sec-mockup__content {
    background: #fff;
    padding: 32px;
    border-radius: 1px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 90%;
}

.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:4px; }


@media (min-width: 768px) {
    .pwr-sec-txt--1col .pwr-sec-txt__title {
        margin-bottom: 10px;
    }