* {
  margin: 0;
    padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.7;
  color: #444;
  font-weight: 300;
  font-size: 16px;
    background: #fff;
}

h1,h2,h3,h4,h5,h6 {
  color: #1a1a1a;
    font-weight: 600;
}

a {
	text-decoration: none;
    transition: 0.3s;
}

img {
  max-width: 100%;
   height: auto;
}

.container {
    max-width: 1200px;
   margin: 0 auto;
    padding: 0 15px;
}

.row {
  display: flex;
   flex-wrap: wrap;
   margin: 0 -15px;
}

.col-md-5, .col-md-6, .col-md-7, .col-md-12, .col-xl-6, .col-lg, .col-lg-3, .col-lg-8, .col-sm-6 {
  padding: 0 15px;
}

.col-md-5 {
   flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-6 {
   flex: 0 0 50%;
  max-width: 50%;
}

.col-md-7 {
    flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-xl-6 {
    flex: 0 0 50%;
   max-width: 50%;
}@media (min-width: 992px) {
    .col-lg { flex: 1 0 0%; max-width: 100%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
}

@media (min-width: 576px) {
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
}.align-items-center {
   align-items: center;
}

.align-self-center {
  align-self: center;
}

.justify-content-center {
    justify-content: center;
}

.text-center {
  text-align: center;
}

.text-left {
   text-align: left;
}

.position-relative {
  position: relative;
}

.mr-auto
{
   margin-right    :    auto;
}

.mb-3 {
   margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-4 {
   margin-top: 1.5rem;
}

.m-auto {
   margin: auto;
}

.ml-md-5 {
  margin-left: 3rem;
}

.py-1 {
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;
}

.d-block {
   display: block;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-lg-5 {
    padding-left: 3rem;
}

.pr-lg-5 {
   padding-right: 3rem;
}

.pl-3 {
  padding-left: 1rem;
}

.float-md-left {
    float: left;
}

.float-lft {
    float: left;
}

.list-unstyled {
  list-style: none;
    padding: 0;
}

.container-fluid {
   max-width: 100%;
    padding: 0;
}@media (max-width: 768px) {
    .col-md-5, .col-md-6, .col-md-7, .col-xl-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}.bpl_topbar_oldham {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
   position: sticky;
   top: 0;
   z-index: 999;
  padding: 15px 0;
}

.bpl_navframe_oldham {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  display: flex;
  justify-content: space-between;
    align-items: center;
}

.bpl_brandlogo_oldham img {
    height :       45px;
}

.bpl_menutrigger_oldham {
    display: none;
    cursor: pointer;
  background-color: #c92a2a;
    border-radius: 40%;
}

.bpl_menutrigger_oldham img {
    width: 30px;
  height: 30px;
}

.bpl_navitems_oldham {
  list-style: none;
       display: flex;
    gap: 35px;
  margin: 0;
}

.bpl_navitems_oldham li a {
  color: #2c2c2c;
  font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.bpl_navitems_oldham li a:hover {
  color: #c92a2a;
}@media (max-width: 768px) {
    .bpl_menutrigger_oldham {
        display: block;
    }

    .bpl_navitems_oldham {
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        gap: 0;
        padding: 20px;
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
        display: none;
    }

    .bpl_navitems_oldham.bpl_navactive_oldham {
        display: flex;
    }

    .bpl_navitems_oldham li {
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }
}.bpl_heroblock_oldham .bpl_herocover_oldham {
  position: relative;
  background-size: cover;
   background-repeat: no-repeat;
    background-position: center center;
}

.bpl_heroblock_oldham .bpl_herocover_oldham,
.bpl_heroblock_oldham .bpl_herocover_oldham .container {
    position: relative;
    z-index: 2;
}

.bpl_heroblock_oldham .bpl_herocover_oldham,
.bpl_heroblock_oldham .bpl_herocover_oldham .container > .row {
  height: calc(95vh - 185px);
    min-height: 690px;
}@media (max-width: 991.98px) {
    .bpl_heroblock_oldham .bpl_herocover_oldham,
    .bpl_heroblock_oldham .bpl_herocover_oldham .container > .row {
        height: calc(74vh - 185px);
        min-height: 620px;
    }
}.bpl_heroblock_oldham .bpl_herocover_oldham.overlay {

   position: relative;
}

.bpl_heroblock_oldham .bpl_herocover_oldham.overlay:before {
    position: absolute;
  content: "";
    top: 0;
  left: 0;
    right: 0;
    bottom: 0;
  background: rgba(0,0,0,0.37);
  z-index: 1;
}

.bpl_herolabel_oldham {
  color: rgba(255,255,255,0.85);
    font-size: 15px;
    text-transform: uppercase;
   letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.bpl_herotitle_oldham {
  font-size: 52px;
  font-weight: 700;
   line-height: 1.2;
  color: #e03131 !important;
}

.bpl_herodesc_oldham {
  font-size: 18px;
    line-height: 1.7;
  color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
}

.bpl_herobtn_oldham {
   border-radius: 34px;
    font-size: 14px;
   text-transform: uppercase;
   letter-spacing: 2px;
   padding: 14px 28px;
   background-color: #c92a2a;
  border-color: #c92a2a;
    color: #fff;
   display: inline-block;
   font-weight: 600;
}

.bpl_herobtn_oldham:hover {
  background-color: #a61e1e;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(201,42,42,0.4);
}

.bpl_storyzone_oldham {
   padding: 4.5em 0;
}@media (min-width: 768px) {
    .bpl_storyzone_oldham {
        padding: 7em 0;
    }
}.bpl_storytitle_oldham {
   position: relative;
}

.bpl_storytitle_oldham.text-left h2:before {
   left: 0;
  transform: translateX(0%);
}

.bpl_storytitle_oldham h2 {
 font-size: 50px;
  position: relative;
  padding-top: 30px;
  z-index: 2;
   text-transform: uppercase;
    font-weight: 800;
}@media (max-width: 991.98px) {
    .bpl_storytitle_oldham h2 {
        font-size: 30px;
    }
}.bpl_storytitle_oldham h2:before {
  width: 80px;
    height: 2px;
    background: #c92a2a;
  content: "";
  position: absolute;
   top: 0;
   left: 0;
}

.bpl_storytitle_oldham p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.bpl_storyimg1_oldham,
.bpl_storyimg2_oldham {
   max-width: 100%;
}

.bpl_storyimg2_oldham {
  bottom: -20%;
    right: -10%;
   max-width: 70%;
   position: absolute;
    border: 10px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.bpl_cardszone_oldham {
   background: #1a1a1a;
}

.bpl_cardstop_oldham {
  padding-top: 65px;
  padding-bottom: 67px;
}

.bpl_cardstitle_oldham h2 {
    font-weight: 600;
  color: #fff;
   font-size: 46px;
    margin-bottom    :      20px;
    text-transform: uppercase;
   letter-spacing: 1px;
}

.bpl_cardstitle_oldham p {
    color: #fff;
    margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.bpl_carditem_oldham {
  height: 485px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 65px;
    padding-top: 168px;
    padding-right  :  38px;
   border-radius: 8px;
    overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.bpl_carditem_oldham:hover {
  transform: translateY(-5px);
}

.bpl_carditem_oldham:hover:before {
   opacity: 1;
}

.bpl_carditem_oldham:before {
    position: absolute;
    left: 0;
  bottom: 0;
    width: 100%;
  height: 6px;
   background: #c92a2a;
  content: "";
    opacity: 0;
   transition: all 0.3s;
}

.bpl_cardicon_oldham {
    margin-bottom: 20px;
}

.bpl_cardicon_oldham img {
  width: 45px;
   height: 45px;
  filter: brightness(0) invert(1);
}

.bpl_carditem_oldham h4 {
   margin-bottom: 22px;
  font-size: 19px;
  text-transform: uppercase;
   font-weight: 600;
    color: #fff;
}

.bpl_carditem_oldham p 
 {
  color: #fff;
    margin-bottom: 40px;
    line-height: 1.5;
  font-size: 14px;
}

.bpl_cardbtn_oldham {
   display: inline-block;
   font-size: 13px;
    font-weight: 600;
  padding: 0 14px;
    color: #fff;
   letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  width: 165px;
    height: 48px;
   border-left: 2px solid #c92a2a;
  border-right: 2px solid #a61e1e;
  box-sizing: border-box;
    background-position: 0 0,0 100%;
    background-repeat: no-repeat;
  background-size: 100% 2px;
  background-image: linear-gradient(to right,#a61e1e 100%,#c92a2a 100%),linear-gradient(to right,#a61e1e 0%,#c92a2a 0%);
   transition-duration: 1000ms;
  line-height: 47px;
    position: relative;
    z-index: 1;
   border-radius: 6px;
}

.bpl_cardbtn_oldham:after {
  color: #fff;
         transition-duration: 500ms;
  background: linear-gradient(to right,#c92a2a,#a61e1e);
  content: "";
  position: absolute;
   width: 100%;
   height: 100%;
    top: 0;
    left: 0;
   z-index: -1;
  border-radius: 4px;
   opacity: 0;
}

.bpl_cardbtn_oldham:hover	{
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(201,42,42,0.4);
}

.bpl_cardbtn_oldham:hover:after {
    opacity: 1;
}

.set-bg {
    background-repeat: no-repeat;
   background-size  :   cover;
   background-position: top center;
}

.bpl_contentzone_oldham {
  padding: 130px 0;
}

.bpl_contenttext_oldham h3 {
  font-size: 38px;
  line-height: 1.4;
  font-weight: 500;
    color: #1c1c1c;
   margin-bottom: 22px;
}

.bpl_contenttext_oldham p {
    font-size: 17px;
   line-height: 1.75;
    color: #626262;
    margin-bottom: 32px;
}

.bpl_contentimg_oldham img {
    width: 100%;
   border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.bpl_contentbtn_oldham {
    background: #c92a2a;
   color: #fff;
  display: inline-block;
  padding: 16px 30px;
   font-size: 15px;
    font-weight: 500;
  border: 0;
  border-radius: 8px;
   text-align: center;
   text-transform: capitalize;
   transition: 0.6s;
   cursor: pointer;
  letter-spacing: 2.5px;
}

.bpl_contentbtn_oldham:hover {
    background: #a61e1e;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(201,42,42,0.35);
}@media (max-width: 768px) {
    .bpl_contentzone_oldham {
        padding: 70px 0;
    }
}.bpl_testimzone_oldham {
	padding: 2.5em 0;
    background: #f9f9f9;
}@media (min-width: 768px) {
    .bpl_testimzone_oldham {
        padding: 5em 0;
    }
}.bpl_testimitem_oldham {
  padding: 20px 0;
}

.bpl_testimquote_oldham {
  font-size: 2rem;
  color: #c92a2a;
   margin-bottom: 20px;
  display: inline-block;
}

.bpl_testimquote_oldham img {
   width: 50px;
    height: 50px;
   opacity: 0.7;
}

.bpl_testimitem_oldham p {
  font-size: 1.5rem;
    line-height: 1.6;
  color: #333;
    margin-bottom: 25px;
  font-style: italic;
}

.bpl_testimname_oldham {
    color: #000 !important;
   font-weight: 600;
}

.bpl_testimrole_oldham {
  color: #888 !important;
}

.bpl_footerzone_oldham {
    overflow: hidden;
   background: #292929;
}

.bpl_footsection_oldham {
   padding: 7.3em 0;
    position: relative;
}@media (max-width: 767.98px) {
    .bpl_footsection_oldham {
        padding: 6.2em 0;
    }
}.bpl_footlogo_oldham {
  font-size: 25px !important;
    font-weight: 700 !important;
   line-height: 1;
}

.bpl_footlogo_oldham a {
   color: #fff;
}

.bpl_footlogo_oldham a span {
  color: #c92a2a;
}

.bpl_foothead_oldham {
    font-weight: normal;
    color: #fff;
   margin-bottom: 42px;
  font-size: 21px;
  font-weight: 600;
}

.bpl_footwidget_oldham ul li a {
   color: #fff;
}

.bpl_footwidget_oldham ul li a:hover {
    color: #c92a2a;
}

.bpl_footerzone_oldham p {
  color: rgba(255,255,255,0.72);
}

.bpl_footerzone_oldham a {
  color: rgba(255,255,255,0.72);
}

.bpl_footerzone_oldham a:hover {
    color: #fff;
}

.bpl_footsocial_oldham li {
    list-style: none;
    margin: 0 11px 0 0;
  display: inline-block;
}

.bpl_footsocial_oldham li a {
   height: 42px;
    width: 42px;
    display: block;
   float: left;
  background: rgba(255,255,255,0.07);
    border-radius: 50%;
  position: relative;
  display: flex;
    align-items: center;
   justify-content: center;
}

.bpl_footsocial_oldham li a img {
    width: 20px;
    height: 20px;
  filter: brightness(0) invert(1);
}

.bpl_footsocial_oldham li a:hover {
   background: #c92a2a;
}

.bpl_footcontact_oldham ul {
  padding: 0;
}

.bpl_footcontact_oldham ul li,
.bpl_footcontact_oldham ul li > a {
    display: table;
  line-height: 1.6;
   margin-bottom: 16px;
}

.bpl_footcontact_oldham ul li span {
  color: rgba(255,255,255,0.72);
}

.bpl_footicon_oldham,
.bpl_foottext_oldham {
  display: table-cell;
   vertical-align: top;
}

.bpl_footicon_oldham {
  width: 42px;

   font-size: 19px;

    padding-top: 3px;
}

.bpl_footicon_oldham img {
   width    :       24px;
   height: 24px;
  filter: brightness(0) invert(1);
}

.bpl_footcheck_oldham img,
.bpl_footarrow_oldham img {
   width: 16px;
   height: 16px;
  filter: brightness(0) invert(1);
    margin-right: 10px;
  vertical-align: middle;
}

.bpl_footerzone_oldham {
    overflow: hidden;
  background: #292929;
}

.bpl_footsection_oldham {
  padding: 7.3em 0;
    position: relative;
}@media (max-width: 767.98px) {
    .bpl_footsection_oldham {
        padding: 6.2em 0;
    }
}.bpl_footlogo_oldham {
    font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1;
}

.bpl_footlogo_oldham a {
    color: #fff;
}

.bpl_footlogo_oldham a span {
  color: #c92a2a;
}

.bpl_foothead_oldham {
   font-weight: normal;
  color: #fff;
    margin-bottom: 42px;
  font-size: 21px;
    font-weight: 600;
}

.bpl_footwidget_oldham ul li a {
   color: #fff;
}

.bpl_footwidget_oldham ul li a:hover {
  color: #c92a2a;
}

.bpl_footerzone_oldham p {
  color: rgba(255,255,255,0.72);
}

.bpl_footerzone_oldham a {
  color: rgba(255,255,255,0.72);
}

.bpl_footerzone_oldham a:hover {
    color: #fff;
}

.bpl_footsocial_oldham li {
   list-style: none;
  margin: 0 11px 0 0;
    display: inline-block;
}

.bpl_footsocial_oldham li a {
   height: 42px;
    width: 42px;
  display: block;
  float: left;
  background: rgba(255,255,255,0.07);
  border-radius: 50%;
  position: relative;
   display: flex;
    align-items: center;
   justify-content: center;
}

.bpl_footsocial_oldham li a img {
    width: 20px;
   height: 20px;
  filter: brightness(0) invert(1);
}

.bpl_footsocial_oldham li a:hover {
   background: #c92a2a;
}

.bpl_footcontact_oldham ul {


   padding: 0;}

.bpl_footcontact_oldham ul li,
.bpl_footcontact_oldham ul li > a {
  display: table;
   line-height: 1.6;
    margin-bottom: 16px;
}

.bpl_footcontact_oldham ul li span {
  color: rgba(255,255,255,0.72);
}

.bpl_footicon_oldham,
.bpl_foottext_oldham {
  display: table-cell;
  vertical-align: top;
}

.bpl_footicon_oldham {
  width: 42px;
    font-size: 19px;
    padding-top: 3px;
}

.bpl_footicon_oldham img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.bpl_footcheck_oldham img,
.bpl_footarrow_oldham img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
   margin-right: 10px;
    vertical-align: middle;
}

.bpl_authbadges_oldham {
    display: flex;
    justify-content: center;
  align-items: center;
    gap: 30px;
    padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.bpl_authbadges_oldham a {
    display: inline-block;
   transition: 0.3s;
}

.bpl_authbadges_oldham a:hover {
  transform: translateY(-3px);
}

.bpl_authbadges_oldham img {
    height: 60px;
  width: auto;
}@media (max-width: 768px) {
    .bpl_authbadges_oldham {
        flex-direction: column;
        gap: 20px;
    }

    .bpl_authbadges_oldham img {
        height: 50px;
    }
}.bpl_disclaimer_oldham {
  background: rgba(201,42,42,0.1);
   border-left: 4px solid #c92a2a;
    padding: 25px;
   border-radius: 6px;
    margin    :        20px 0;
}

.bpl_disclaimer_oldham p {
  color: rgba(255,255,255,0.85);
   font-size: 14px;
  line-height: 1.7;
    margin: 0;
}

.bpl_disclaimer_oldham strong {
   color: #fff;
   font-weight: 600;
}

.bpl_disclaimer_oldham a {
  color: #c92a2a;
    text-decoration: underline;
}

.bpl_disclaimer_oldham a:hover {
   color: #e03131;
}

.bpl_copyright_oldham {
   font-size: 14px;
  color: rgba(255,255,255,0.6);
    margin-top: 20px;
}

.bpl_agepopup_oldham {
  position: fixed;
  top: 0;
   left: 0;
  width: 100%;
   height: 100%;
   z-index: 9999;
    display: flex;
   align-items: center;
    justify-content: center;
}

.bpl_agepopup_oldham.bpl_hidden_oldham {

  display: none;
	}

.bpl_agepopup_overlay_oldham {
   position: absolute;
    top: 0;
   left: 0;
  width: 100%;
   height: 100%;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(8px);
}

.bpl_agepopup_content_oldham {
  position: relative;
    background: #fff;
  padding: 50px 40px;
  border-radius: 12px;
    max-width: 500px;
  width: 90%;
   text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: bpl_popup_fade_oldham 0.4s ease;
}@keyframes bpl_popup_fade_oldham {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}.bpl_agepopup_icon_oldham {
    margin-bottom: 25px;
}

.bpl_agepopup_icon_oldham img {
   width: 80px;
  height: 80px;
  filter: invert(20%) sepia(80%) saturate(3000%) hue-rotate(350deg);
}

.bpl_agepopup_content_oldham h2 {
    color: #1a1a1a;
    font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}

.bpl_agepopup_content_oldham p {
  color: #555;
    font-size: 16px;
    line-height: 1.6;
  margin-bottom: 15px;
}

.bpl_agepopup_buttons_oldham {
  display: flex;
   gap: 15px;
   margin-top: 30px;
   justify-content: center;
}

.bpl_agepopup_confirm_oldham,
.bpl_agepopup_decline_oldham {
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
   font-weight: 600;
   cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
  letter-spacing: 1px;
}

.bpl_agepopup_confirm_oldham {
    background: #c92a2a;
  color: #fff;
    flex: 1;
}

.bpl_agepopup_confirm_oldham:hover {
   background: #a61e1e;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(201,42,42,0.4);
}

.bpl_agepopup_decline_oldham {
    background: #e0e0e0;
  color: #333;
    flex: 1;
}

.bpl_agepopup_decline_oldham:hover {
    background: #ccc;
}@media (max-width: 768px) {
    .bpl_agepopup_content_oldham {
        padding: 35px 25px;
    }

    .bpl_agepopup_content_oldham h2 {
        font-size: 24px;
    }

    .bpl_agepopup_buttons_oldham {
        flex-direction: column;
    }
}.bpl_catalogzone_oldham {
   padding: 80px 0;
  background: #f5f5f5;
}

.bpl_catalogheader_oldham {

	  margin-bottom: 50px;
}

.bpl_catalogheader_oldham h2 {
   font-size: 42px;
    font-weight: 700;
   color: #1a1a1a;
   margin-bottom: 15px;
    text-transform: uppercase;
}

.bpl_catalogheader_oldham p {
   font-size: 17px;
    color: #666;
     max-width: 700px;
   margin: 0 auto;
}

.bpl_catalogcard_oldham {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
   margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
    border-left: 5px solid #c92a2a;
}

.bpl_catalogcard_oldham:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(201,42,42,0.15);
}

.bpl_cataloglogo_oldham {
   text-align: center;
    padding: 10px;
}

.bpl_cataloglogo_oldham img {
   max-width: 120px;
   height: auto;
   margin-bottom: 12px;
}

.bpl_cataloglogo_oldham h4 {
    font-size: 18px;
  font-weight: 600;
   color: #2c2c2c;
  margin: 0;
}

.bpl_catalograting_oldham {
  text-align: center;
  padding: 10px;
}

.bpl_ratingnumber_oldham {
   font-size: 36px;
    font-weight: 700;
   color: #c92a2a;
  line-height: 1;
   margin-bottom: 8px;
}

.bpl_ratingstars_oldham {
  display: flex;
  justify-content: center;
  gap    :4px;
  margin-bottom: 8px;
}

.bpl_ratingstars_oldham img {
   width: 18px;
    height: 18px;
  filter: invert(20%) sepia(80%) saturate(3000%) hue-rotate(350deg);
}

.bpl_ratingtext_oldham {
    font-size: 14px;
   color: #666;
   margin: 0;
    font-weight: 500;
}

.bpl_catalogbonus_oldham {
  display: flex;
    gap: 15px;
  align-items: center;
  padding: 10px;
  background: linear-gradient(135deg, rgba(201,42,42,0.05), rgba(201,42,42,0.1));
  border-radius: 8px;
}

.bpl_bonusicon_oldham img {
    width: 40px;
    height: 40px;
  filter: invert(20%) sepia(80%) saturate(3000%) hue-rotate(350deg);
}

.bpl_bonustext_oldham {
    flex: 1;
}

.bpl_bonuslabel_oldham {
   font-size: 12px;
    color: #888;
  text-transform: uppercase;
  margin: 0 0 5px 0;
   letter-spacing: 0.5px;
}

.bpl_bonustext_oldham h5 {
    font-size: 20px;
  font-weight: 700;
    color: #c92a2a;
    margin: 0 0 5px 0;
}

.bpl_bonusdetail_oldham {
  font-size: 14px;
   color: #555;
    margin: 0;
   line-height: 1.4;
}

.bpl_catalogfeatures_oldham {
   padding: 10px;
}

.bpl_catalogfeatures_oldham ul {
    list-style: none;
   padding: 0;
  margin: 0;
}

.bpl_catalogfeatures_oldham ul li {
    display: flex;
  align-items: center;
    gap: 10px;
  font-size: 14px;
   color: #444;
   margin-bottom: 10px;
    font-weight: 500;
}

.bpl_catalogfeatures_oldham ul li:last-child {
  margin-bottom: 0;
}

.bpl_catalogfeatures_oldham ul li img {
   width: 20px;
    height: 20px;
  filter: invert(20%) sepia(80%) saturate(3000%) hue-rotate(350deg);
}

.bpl_catalogaction_oldham {
  text-align: center;
  padding: 10px;
}

.bpl_catalogbtn_oldham   {
    display: inline-flex;
    align-items: center;
   justify-content: center;
   gap: 10px;
  background: linear-gradient(135deg, #c92a2a, #a61e1e);
    color: #fff;
  padding: 16px 30px;
  border-radius: 8px;
    font-size: 16px;
   font-weight: 600;
    text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(201,42,42,0.3);
   width: 100%;
   max-width: 200px;
}

.bpl_catalogbtn_oldham img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
   transition: 0.3s;
}

.bpl_catalogbtn_oldham:hover {
  background: linear-gradient(135deg, #a61e1e, #8a1818);
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(201,42,42,0.4);
}

.bpl_catalogbtn_oldham:hover img {
  transform: translateX(3px);
}@media (max-width: 991px) {
    .bpl_catalogcard_oldham {
        padding: 25px 20px;
    }

    .bpl_cataloglogo_oldham,
    .bpl_catalograting_oldham,
    .bpl_catalogbonus_oldham,
    .bpl_catalogfeatures_oldham,
    .bpl_catalogaction_oldham {
        margin-bottom: 20px;
    }

    .bpl_catalogaction_oldham {
        margin-bottom: 0;
    }

    .bpl_catalogbtn_oldham {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .bpl_catalogzone_oldham {
        padding: 60px 0;
    }

    .bpl_catalogheader_oldham h2 {
        font-size: 32px;
    }

    .bpl_catalogcard_oldham {
        padding: 20px 15px;
    }

    .bpl_cataloglogo_oldham img {
        max-width: 100px;
    }

    .bpl_ratingnumber_oldham {
        font-size: 28px;
    }

    .bpl_bonustext_oldham h5 {
        font-size: 18px;
    }

    .bpl_catalogbonus_oldham {
        flex-direction: column;
        text-align: center;
    }
}