.brampton-dr-page .bdr-hero h1 {
  color: #fff !important;
}
.brampton-dr-page .bdr-emergency-section h2,
.brampton-dr-page .bdr-emergency-section h3 {
  color: #fff !important;
}
.brampton-dr-page .bdr-feat-left .big-label,
.brampton-dr-page .bdr-feat-left .big-sub,
.brampton-dr-page .bdr-feat-left .feat-bullets li {
  color: #fff !important;
}
.brampton-dr-page .bdr-why-section h2,
.brampton-dr-page .bdr-why-section h6,
.brampton-dr-page .bdr-why-section p {
  color: #fff !important;
}
.brampton-dr-page .bdr-testimonials-section h2 {
  color: #fff !important;
}
.brampton-dr-page .bdr-areas-section h2,
.brampton-dr-page .bdr-areas-section p {
  color: #fff !important;
}

.section-pad {
  padding: 80px 0;
}

.section-pad-sm {
  padding: 48px 0;
}

.brampton-dr-page .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c42026;
  margin-bottom: 12px;
}
.brampton-dr-page .section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #c42026;
  flex-shrink: 0;
}
.brampton-dr-page .section-eyebrow.eyebrow-light {
  color: rgba(255, 255, 255, 0.56);
}
.brampton-dr-page .section-eyebrow.eyebrow-light::before {
  background: rgba(255, 255, 255, 0.34);
}

.brampton-dr-page .section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
  color: #000 !important;
  margin-bottom: 14px !important;
  font-family: "fm_secondary", sans-serif;
}
.brampton-dr-page .section-title.title-white {
  color: #fff !important;
}
@media (max-width: 768px) {
  .brampton-dr-page .section-title {
    font-size: 24px;
  }
}

.brampton-dr-page .section-sub {
  color: #555;
  font-size: 16px;
  line-height: 1.78;
  max-width: 700px;
  margin-bottom: 46px;
}
.brampton-dr-page .section-sub.sub-light {
  color: rgba(255, 255, 255, 0.8);
}

.bdr-hero {
  background: linear-gradient(135deg, #0d1a24 0%, #1a3548 48%, #0f2233 100%);
  min-height: 530px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.bdr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(255, 255, 255, 0.03) 59px, rgba(255, 255, 255, 0.03) 60px), repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255, 255, 255, 0.03) 59px, rgba(255, 255, 255, 0.03) 60px);
}
.bdr-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #c42026;
}
.bdr-hero .hero-glow {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, rgba(196, 32, 38, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.bdr-hero .hero-inner {
  position: relative;
  z-index: 2;
  padding: 60px 24px 40px;
}
.bdr-hero .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196, 32, 38, 0.15);
  border: 1px solid rgba(196, 32, 38, 0.4);
  padding: 5px 16px;
  margin-bottom: 22px;
  border-radius: 40px;
}
.bdr-hero .hero-pill .pill-dot {
  width: 8px;
  height: 8px;
  background: #c42026;
  border-radius: 50%;
  flex-shrink: 0;
}
.bdr-hero .hero-pill span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
}
.bdr-hero h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.08;
  color: #fff !important;
  margin-bottom: 20px;
  font-family: "fm_secondary", sans-serif;
}
.bdr-hero h1 .hero-highlight {
  color: #c42026;
}
@media (max-width: 768px) {
  .bdr-hero h1 {
    font-size: 34px;
  }
}
.bdr-hero .hero-lead {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  max-width: 600px;
}
.bdr-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}
.bdr-hero .btn-hero-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #0d1a24;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.25s ease;
}
.bdr-hero .btn-hero-white i {
  color: #c42026;
}
.bdr-hero .btn-hero-white:hover {
  background: #ececec;
  color: #0d1a24;
}
.bdr-hero .btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.44);
  transition: all 0.25s ease;
}
.bdr-hero .btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}
.bdr-hero .hero-stats-full {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 28px;
  margin-top: 8px;
}
.bdr-hero .hero-stats-full .stat-item {
  flex: 1;
  min-width: 110px;
  padding-right: 24px;
}
.bdr-hero .hero-stats-full .stat-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 24px;
}
.bdr-hero .hero-stats-full .stat-item .stat-val {
  font-size: 32px;
  font-weight: 800;
  color: #c42026;
  line-height: 1.1;
  font-family: "fm_secondary", sans-serif;
}
.bdr-hero .hero-stats-full .stat-item .stat-lbl {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .bdr-hero .hero-stats-full {
    gap: 16px;
  }
  .bdr-hero .hero-stats-full .stat-item {
    flex: 0 0 calc(50% - 8px);
    border-right: none !important;
    margin-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 14px;
  }
}

.bdr-callnow-bar {
  background: #c42026;
  padding: 14px 0;
}
.bdr-callnow-bar .bar-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.bdr-callnow-bar .bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.bdr-callnow-bar .bar-item i {
  font-size: 17px;
}
.bdr-callnow-bar .bar-item strong {
  font-weight: 700;
}
.bdr-callnow-bar .bar-sep {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.28);
}
@media (max-width: 576px) {
  .bdr-callnow-bar .bar-sep {
    display: none;
  }
}
.bdr-callnow-bar .bar-appt-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  color: #c42026;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.bdr-callnow-bar .bar-appt-btn:hover {
  background: #ececec;
}

.bdr-intro-section {
  background: #fff;
}
.bdr-intro-section .intro-text {
  font-size: 16px;
  line-height: 1.82;
  color: #222;
}
.bdr-intro-section .intro-text p + p {
  margin-top: 14px;
}
.bdr-intro-section .intro-cta-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8fafc;
  border-left: 4px solid #c42026;
  padding: 14px 18px;
  border-radius: 0 6px 6px 0;
  margin-top: 28px;
}
.bdr-intro-section .intro-cta-bar i {
  color: #c42026;
  font-size: 20px;
}
.bdr-intro-section .intro-cta-bar a {
  text-decoration: none;
  color: inherit;
}
.bdr-intro-section .intro-cta-bar p {
  margin: 0;
  font-size: 15px;
  color: #222;
}
.bdr-intro-section .intro-cta-bar p strong {
  color: #c42026;
}
.bdr-intro-section .quick-panel {
  background: #0d1a24;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.bdr-intro-section .quick-panel h5 {
  color: #fff;
  font-weight: 700;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
}
.bdr-intro-section .quick-panel ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bdr-intro-section .quick-panel ul li:last-child {
  border-bottom: none;
}
.bdr-intro-section .quick-panel ul li i {
  color: #c42026;
  flex-shrink: 0;
  margin-top: 2px;
}

.bdr-img-banner {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.bdr-img-banner img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.4s ease;
}
.bdr-img-banner img:hover {
  transform: scale(1.02);
}

.bdr-img-split {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
.bdr-img-split img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.4s ease;
}
.bdr-img-split img:hover {
  transform: scale(1.02);
}

.bdr-emergency-section {
  background: linear-gradient(150deg, #0d1a24 0%, #1a3548 100%);
  position: relative;
  overflow: hidden;
}
.bdr-emergency-section::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 460px;
  height: 460px;
  background: rgba(196, 32, 38, 0.15);
  border-radius: 50%;
  pointer-events: none;
}
.bdr-emergency-section .emerg-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bdr-emergency-section .emerg-list li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bdr-emergency-section .emerg-list li:last-child {
  border-bottom: none;
}
.bdr-emergency-section .emerg-list li .emerg-icon {
  width: 44px;
  height: 44px;
  background: #c42026;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bdr-emergency-section .emerg-list li .emerg-icon i {
  font-size: 19px;
  color: #fff;
}
.bdr-emergency-section .emerg-list li strong {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  font-family: "fm_secondary", sans-serif;
  display: block;
  margin-bottom: 4px;
}
.bdr-emergency-section .emerg-list li span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.65;
}
.bdr-emergency-section .emerg-cta-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 26px 24px;
  text-align: center;
  margin-top: 32px;
}
.bdr-emergency-section .emerg-cta-box p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
  font-weight: 600;
}
.bdr-emergency-section .emerg-cta-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c42026;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.bdr-emergency-section .emerg-cta-box a:hover {
  background: #a01a1f;
  color: #fff;
}

.bdr-residential-section {
  background: #f8fafc;
}
.bdr-residential-section .res-card {
  background: #fff;
  border: 1px solid #e0e7ef;
  border-radius: 10px;
  padding: 24px 20px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.09);
  transition: all 0.25s ease;
}
.bdr-residential-section .res-card:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  border-color: rgba(196, 32, 38, 0.22);
}
.bdr-residential-section .res-card .res-icon {
  width: 50px;
  height: 50px;
  background: rgba(196, 32, 38, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bdr-residential-section .res-card .res-icon i {
  font-size: 22px;
  color: #c42026;
}
.bdr-residential-section .res-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #0d1a24;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 7px;
}
.bdr-residential-section .res-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.68;
  margin: 0;
}
.bdr-residential-section .res-cta-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-left: 4px solid #c42026;
  border-radius: 0 6px 6px 0;
  padding: 16px 20px;
  margin-top: 36px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.09);
}
.bdr-residential-section .res-cta-bar i {
  color: #c42026;
  font-size: 20px;
}
.bdr-residential-section .res-cta-bar a {
  text-decoration: none;
  color: inherit;
}
.bdr-residential-section .res-cta-bar p {
  margin: 0;
  font-size: 15px;
  color: #222;
}
.bdr-residential-section .res-cta-bar p strong {
  color: #c42026;
}

.bdr-commercial-section {
  background: #fff;
}
.bdr-commercial-section .comm-card {
  background: #f8fafc;
  border: 1px solid #e0e7ef;
  border-radius: 10px;
  padding: 24px 20px;
  height: 100%;
  transition: all 0.25s ease;
}
.bdr-commercial-section .comm-card:hover {
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.09);
  border-color: rgba(196, 32, 38, 0.2);
  transform: translateY(-2px);
}
.bdr-commercial-section .comm-card .comm-icon {
  width: 48px;
  height: 48px;
  background: rgba(196, 32, 38, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.bdr-commercial-section .comm-card .comm-icon i {
  font-size: 21px;
  color: #c42026;
}
.bdr-commercial-section .comm-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #0d1a24;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 8px;
}
.bdr-commercial-section .comm-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.68;
  margin: 0;
}
.bdr-commercial-section .hardware-panel {
  background: #0d1a24;
  border-radius: 10px;
  padding: 30px;
  margin-top: 36px;
}
.bdr-commercial-section .hardware-panel h5 {
  color: #fff;
  font-weight: 700;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 18px;
  font-size: 20px;
}
.bdr-commercial-section .hardware-panel .hw-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 576px) {
  .bdr-commercial-section .hardware-panel .hw-grid {
    grid-template-columns: 1fr;
  }
}
.bdr-commercial-section .hardware-panel .hw-grid .hw-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.bdr-commercial-section .hardware-panel .hw-grid .hw-item i {
  color: #c42026;
  flex-shrink: 0;
  margin-top: 2px;
}
.bdr-commercial-section .comm-note {
  background: rgba(196, 32, 38, 0.15);
  border: 1px solid rgba(196, 32, 38, 0.4);
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.bdr-commercial-section .comm-note p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.bdr-commercial-section .comm-note a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c42026;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.bdr-commercial-section .comm-note a:hover {
  background: #a01a1f;
  color: #fff;
}

.bdr-feature-split {
  background: #fff;
}
.bdr-feature-split .bdr-feat-left {
  background: linear-gradient(150deg, #0d1a24 0%, #1a3548 100%);
  border-radius: 10px 0 0 10px;
  padding: 48px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bdr-feature-split .bdr-feat-left::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 240px;
  height: 240px;
  background: rgba(196, 32, 38, 0.15);
  border-radius: 50%;
}
@media (max-width: 992px) {
  .bdr-feature-split .bdr-feat-left {
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 768px) {
  .bdr-feature-split .bdr-feat-left {
    padding: 36px 28px;
  }
}
.bdr-feature-split .bdr-feat-left .big-number {
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  color: #c42026;
  font-family: "fm_secondary", sans-serif;
}
.bdr-feature-split .bdr-feat-left .big-label {
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  font-family: "fm_secondary", sans-serif;
  margin: 4px 0 10px;
  line-height: 1.3;
}
.bdr-feature-split .bdr-feat-left .big-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58) !important;
  line-height: 1.72;
  margin-bottom: 24px;
}
.bdr-feature-split .bdr-feat-left .red-rule {
  width: 40px;
  height: 3px;
  background: #c42026;
  margin-bottom: 24px;
  border-radius: 2px;
}
.bdr-feature-split .bdr-feat-left .feat-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bdr-feature-split .bdr-feat-left .feat-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  padding: 8px 0;
}
.bdr-feature-split .bdr-feat-left .feat-bullets li i {
  color: #c42026;
  flex-shrink: 0;
  margin-top: 2px;
}
.bdr-feature-split .bdr-feat-right {
  padding: 48px 40px;
}
@media (max-width: 992px) {
  .bdr-feature-split .bdr-feat-right {
    padding: 40px 24px;
  }
}
.bdr-feature-split .bdr-feat-right .bdr-feat-img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  height: 210px;
  margin-bottom: 28px;
}
.bdr-feature-split .bdr-feat-right .bdr-feat-img-wrap img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.4s ease;
}
.bdr-feature-split .bdr-feat-right .bdr-feat-img-wrap img:hover {
  transform: scale(1.03);
}
.bdr-feature-split .bdr-feat-right .feature-item {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e7ef;
}
.bdr-feature-split .bdr-feat-right .feature-item:last-child {
  border-bottom: none;
}
.bdr-feature-split .bdr-feat-right .feature-item .feat-num {
  font-size: 28px;
  font-weight: 800;
  color: #eef2f7;
  font-family: "fm_secondary", sans-serif;
  flex-shrink: 0;
  line-height: 1;
  min-width: 40px;
}
.bdr-feature-split .bdr-feat-right .feature-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0d1a24;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 8px;
}
.bdr-feature-split .bdr-feat-right .feature-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.72;
  margin: 0;
}

.bdr-why-section {
  background: linear-gradient(150deg, #0f2233 0%, #0d1a24 100%);
  position: relative;
  overflow: hidden;
}
.bdr-why-section::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 480px;
  height: 480px;
  background: rgba(196, 32, 38, 0.15);
  border-radius: 50%;
  pointer-events: none;
}
.bdr-why-section .why-card {
  display: flex;
  gap: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 22px 20px;
  height: 100%;
  transition: all 0.25s ease;
}
.bdr-why-section .why-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(196, 32, 38, 0.36);
}
.bdr-why-section .why-card .why-icon {
  width: 46px;
  height: 46px;
  background: rgba(196, 32, 38, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bdr-why-section .why-card .why-icon i {
  font-size: 20px;
  color: #c42026;
}
.bdr-why-section .why-card h6 {
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 6px;
}
.bdr-why-section .why-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58) !important;
  line-height: 1.68;
  margin: 0;
}

.bdr-process-section {
  background: #f8fafc;
}
.bdr-process-section .process-cta-box {
  background: #fff;
  border-left: 4px solid #c42026;
  border-radius: 0 6px 6px 0;
  padding: 18px 20px;
  margin-top: 28px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.09);
}
.bdr-process-section .process-cta-box a {
  text-decoration: none;
  color: inherit;
}
.bdr-process-section .process-cta-box p {
  margin: 0;
  font-size: 15px;
  color: #222;
}
.bdr-process-section .process-cta-box p strong {
  color: #c42026;
}
.bdr-process-section .process-step {
  display: flex;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #e0e7ef;
}
.bdr-process-section .process-step:last-child {
  border-bottom: none;
}
.bdr-process-section .process-step .step-num {
  width: 44px;
  height: 44px;
  background: #c42026;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  font-family: "fm_secondary", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-shrink: 0;
}
.bdr-process-section .process-step h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0d1a24;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 8px;
}
.bdr-process-section .process-step p {
  font-size: 14px;
  color: #555;
  line-height: 1.72;
  margin: 0;
}

.bdr-testimonials-section {
  background: #0d1a24;
  position: relative;
  overflow: hidden;
}
.bdr-testimonials-section::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 380px;
  height: 380px;
  background: rgba(196, 32, 38, 0.15);
  border-radius: 50%;
  pointer-events: none;
}
.bdr-testimonials-section .section-eyebrow {
  color: rgba(255, 255, 255, 0.5);
}
.bdr-testimonials-section .section-eyebrow::before {
  background: rgba(255, 255, 255, 0.3);
}
.bdr-testimonials-section .review-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.25s ease;
}
.bdr-testimonials-section .review-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(196, 32, 38, 0.34);
}
.bdr-testimonials-section .review-card .stars {
  color: #e8a822;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.bdr-testimonials-section .review-card blockquote {
  font-size: 14px;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.58);
  font-style: italic;
  margin: 0 0 20px;
  border: none;
  padding: 0;
}
.bdr-testimonials-section .review-card .reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bdr-testimonials-section .review-card .reviewer .avatar {
  width: 42px;
  height: 42px;
  background: #c42026;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.bdr-testimonials-section .review-card .reviewer .rname {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bdr-testimonials-section .review-card .reviewer .rloc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.58);
  margin-top: 2px;
}

.bdr-faq-section {
  background: #fff;
}
.bdr-faq-section .faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.bdr-faq-section .faq-item {
  border-bottom: 1px solid #e0e7ef;
}
.bdr-faq-section .faq-item:first-child {
  border-top: 1px solid #e0e7ef;
}
.bdr-faq-section .faq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #0d1a24;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: "fm_primary", sans-serif;
}
.bdr-faq-section .faq-btn:hover {
  color: #c42026;
}
.bdr-faq-section .faq-btn .faq-toggle {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #e0e7ef;
  position: relative;
  transition: all 0.25s ease;
}
.bdr-faq-section .faq-btn .faq-toggle::before, .bdr-faq-section .faq-btn .faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #555;
  transition: all 0.25s ease;
}
.bdr-faq-section .faq-btn .faq-toggle::before {
  width: 10px;
  height: 2px;
}
.bdr-faq-section .faq-btn .faq-toggle::after {
  width: 2px;
  height: 10px;
}
.bdr-faq-section .faq-body {
  font-size: 15px;
  color: #555;
  line-height: 1.82;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  padding: 0;
}
.bdr-faq-section .faq-body strong {
  color: #0d1a24;
}
.bdr-faq-section .faq-item.open .faq-btn {
  color: #c42026;
}
.bdr-faq-section .faq-item.open .faq-toggle {
  border-color: #c42026;
  background: rgba(196, 32, 38, 0.15);
}
.bdr-faq-section .faq-item.open .faq-toggle::after {
  opacity: 0;
}
.bdr-faq-section .faq-item.open .faq-toggle::before, .bdr-faq-section .faq-item.open .faq-toggle::after {
  background: #c42026;
}
.bdr-faq-section .faq-item.open .faq-body {
  max-height: 500px;
  padding: 0 0 20px;
}

.bdr-areas-section {
  background: linear-gradient(150deg, #0f2233 0%, #0d1a24 100%);
  position: relative;
  overflow: hidden;
}
.bdr-areas-section::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 360px;
  height: 360px;
  background: rgba(196, 32, 38, 0.15);
  border-radius: 50%;
  pointer-events: none;
}
.bdr-areas-section p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.78;
  margin-bottom: 32px;
}
.bdr-areas-section .area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.bdr-areas-section .area-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.bdr-areas-section .area-chip i {
  font-size: 12px;
  color: #c42026;
}
.bdr-areas-section .area-chip:hover {
  background: rgba(196, 32, 38, 0.18);
  border-color: rgba(196, 32, 38, 0.4);
  color: #fff;
}

.bdr-final-cta {
  background: #c42026;
  text-align: center;
  padding: 72px 0;
}
.bdr-final-cta h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff !important;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .bdr-final-cta h2 {
    font-size: 24px;
  }
}
.bdr-final-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 28px;
}
.bdr-final-cta .cta-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}
.bdr-final-cta .cta-trust-badges .trust-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.bdr-final-cta .cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.bdr-final-cta .btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #c42026;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.bdr-final-cta .btn-cta-white:hover {
  background: #ececec;
  color: #c42026;
}
.bdr-final-cta .btn-cta-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0d1a24;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.bdr-final-cta .btn-cta-dark:hover {
  background: #1a3548;
  color: #fff;
}

@media (max-width: 768px) {
  .section-pad {
    padding: 48px 0;
  }
  .bdr-final-cta {
    padding: 48px 0;
  }
}
