.bh-about-hero {
  position: relative;
  padding: 116px 0 62px;
  background:
    linear-gradient(180deg, rgba(13, 27, 46, 0.6) 0%, #0d1b2e 100%),
    url('https://brocushomesecurity.com/img/bannerimage.jpg');
  background-size: cover;
  background-position: center;
  /* min-height: 80vh; */
  display: flex;
  align-items: center;
  background-position: center 20%;
}

.bh-about-breadcrumb {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

.bh-about-title {
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
}

.bh-about-title span {
  color: #50a2ff;
}

.bh-about-subtitle {
  font-size: 24px;
  color: #cad5e2;
  font-weight: 300;
}

.bh-about-intro {
  background-color: #0d1b2e;
  padding-bottom: 100px;
}
.bh-about-text {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #cbd5e1;
  margin-bottom: 2rem;
}
.bh-about-highlight {
  color: #ffffff;
  font-weight: 600;
}

/* --- SECTION WRAPPERS --- */
.bh-about-who {
  padding: 100px 0;
  background: #fff;
  overflow: visible;
}
/* .bh-about-hero {
  padding: 150px 0 80px;
  background:
    linear-gradient(rgba(13, 27, 46, 0.8), #0d1b2e),
    url("../images/hero-bg.jpg");
  background-size: cover;
  color: white;
} */

/* --- IMAGE & CARD LOGIC --- */
.bh-image-positioner {
  position: relative;
  max-width: 680px;
}
.bh-tall-image {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.bh-float-card {
  position: absolute;
  bottom: -30px;
  right: -20px;
  background: #fff;
  padding: 25px 35px;
  border-radius: 20px;
  z-index: 5;
}

.bh-icon-shield {
  width: 45px;
  height: 45px;
  background: #f0f7ff;
  color: #2979d4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

/* --- TEXT CONTENT --- */
.bh-content-block {
  padding-left: 20px;
}
.bh-pill-tag {
  display: inline-block;
  background: #eef4ff;
  color: #2979d4;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.8rem;
}
.bh-heading-primary {
  font-size: 3rem;
  font-weight: 800;
  color: #0d1b2e;
  line-height: 1.1;
}
.bh-description-text p {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* --- STATS --- */
.bh-stats-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
.bh-stat-num {
  color: #2979d4;
  font-weight: 800;
  font-size: 2.2rem;
  margin: 0;
}
.bh-vertical-divider {
  width: 1px;
  height: 50px;
  background: #e2e8f0;
}

/* --- RESPONSIVE FIXES --- */
@media (max-width: 991px) {
  .bh-content-block {
    padding-left: 0;
    margin-top: 60px;
    text-align: center;
  }
  .bh-image-positioner {
    margin: 0 auto;
  }
  .bh-float-card {
    right: 50%;
    transform: translateX(50%);
    bottom: -20px;
  }
  .bh-stats-flex {
    justify-content: center;
  }
  .bh-heading-primary {
    font-size: 2.2rem;
  }
}

p.bh-stat-text {
  color: #62748e;
  font-weight: 500;
}

.bh-exp-num {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
}

.bh-exp-label {
  color: #62748e;
}

/* --- OUR MISSION SECTION (1000% Match) --- */

.bh-mission-gradient-section {
  /* The exact radial glow from the top center fading into deep navy */
  background: radial-gradient(
    100% 150% at 50% 0%,
    #152f55 0%,
    #091221 60%,
    #050912 100%
  );
  padding: 130px 0;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.02); /* Subtle separation if needed */
}

.bh-mission-icon {
  font-size: 3rem;
  color: #2563eb; /* Vibrant royal blue from the image */
  margin-bottom: 15px;
  line-height: 1;
}

.bh-mission-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #647b9c; /* Muted steel blue */
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bh-mission-statement {
  font-family:
    "Plus Jakarta Sans", sans-serif; /* Or your primary heading font */
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3.5rem); /* Responsive sizing */
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 40px;
}

/* The exact italicized blue styling for the keywords */
.bh-mission-highlight {
  color: #2563eb;
  font-style: italic;
  font-weight: 500;
}

.bh-mission-subtext {
  max-width: 680px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #8b9bb4; /* Muted grayish-blue text */
  font-weight: 400;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  .bh-mission-gradient-section {
    padding: 80px 0;
    /* Pull gradient focus slightly up on smaller screens */
    background: radial-gradient(
      120% 120% at 50% 0%,
      #152f55 0%,
      #091221 70%,
      #050912 100%
    );
  }
  .bh-mission-icon {
    font-size: 2.5rem;
  }
  .bh-mission-eyebrow {
    margin-bottom: 20px;
  }
  .bh-mission-statement {
    margin-bottom: 30px;
  }
  .bh-mission-subtext {
    font-size: 0.95rem;
    padding: 0 15px;
  }
}

/* --- SECTION BASE --- */
.bh-proc-wrapper {
  background-color: #f8fafc !important; /* Specific light grey bg */
}

/* --- TEXT HIERARCHY --- */
.bh-proc-eyebrow {
  display: inline-block;
  background: #eef4ff !important;
  color: #306ee8 !important;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.bh-proc-title {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 800 !important; /* Matches User Preference for Black weight */
  color: #0d1b2e !important;
  margin-bottom: 1rem;
}

.bh-proc-lead {
  font-size: 16px;
  color: #64748b !important;
  max-width: 600px;
}

/* --- CARD ARCHITECTURE --- */
.bh-proc-card {
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 40px 30px !important;
  text-align: left;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
  cursor: default;
}

/* --- ICON BOX & HOVER STATE --- */
.bh-proc-icon-box {
  width: 56px;
  height: 56px;
  background: #f0f7ff !important; /* Default light blue icon bg */
  color: #2563eb !important; /* Royal blue icon */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.4rem;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

/* --- INTERACTION ANIMATIONS --- */
.bh-proc-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

/* The core request: Change icon background on card hover */
.bh-proc-card:hover .bh-proc-icon-box {
  background: #2563eb !important; /* Fills with Blue */
  color: #ffffff !important; /* Icon turns White */
}

/* --- INNER CARD TEXT --- */
.bh-proc-card-name {
  font-size: 1.2rem !important;
  color: #0d1b2e !important;
  margin-bottom: 12px;
}

.bh-proc-card-text {
  font-size: 0.95rem !important;
  color: #64748b !important;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- SECTION BASE --- */
.bh-proc-wrapper {
  background-color: #f8fafc !important; /* Specific light grey bg */
}

/* --- TEXT HIERARCHY --- */
.bh-proc-eyebrow {
  display: inline-block;
  background: #eef4ff !important;
  color: #306ee8 !important;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.bh-proc-title {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 800 !important; /* Matches User Preference for Black weight */
  color: #0d1b2e !important;
  margin-bottom: 1rem;
}

.bh-proc-lead {
  font-size: 16px;
  color: #64748b !important;
  max-width: 600px;
}

/* --- CARD ARCHITECTURE --- */
.bh-proc-card {
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 40px 30px !important;
  text-align: left;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
  cursor: default;
}

/* --- ICON BOX & HOVER STATE --- */
.bh-proc-icon-box {
  width: 56px;
  height: 56px;
  background: #f0f7ff !important; /* Default light blue icon bg */
  color: #2563eb !important; /* Royal blue icon */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.4rem;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

/* --- INTERACTION ANIMATIONS --- */
.bh-proc-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

/* The core request: Change icon background on card hover */
.bh-proc-card:hover .bh-proc-icon-box {
  background: #306ee8 !important; /* Fills with Blue */
  color: #ffffff !important; /* Icon turns White */
}

/* --- INNER CARD TEXT --- */
.bh-proc-card-name {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #0d1b2e !important;
  margin-bottom: 12px;
}

.bh-proc-card-text {
  font-size: 0.95rem !important;
  color: #64748b !important;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- SECTION WRAPPER ---
.bh-family-section {
    background-color: #ffffff !important;
} */

/* --- TEXT HIERARCHY (Match py-5 Alignment) --- */
.bh-family-eyebrow {
    display: inline-block;
    color: #306ee8 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 0.8rem;
}

.bh-family-h2 {
    font-size: clamp(2rem, 4vw, 2.8rem) !important;
    font-weight: 800 !important; /* Consistent with Black weight */
    color: #0d1b2e !important;
    line-height: 1.2;
}

.bh-family-lead {
    font-size: 1.15rem;
    color: #334155 !important;
    line-height: 1.7;
    font-weight: 500;
}

.bh-family-body {
    font-size: 1rem;
    color: #64748b !important;
    line-height: 1.8;
}

/* --- UNIQUE DECORATION --- */
.bh-family-note {
    background: #f8fafc;
    border-left: 4px solid #2563eb;
    color: #475569;
    font-style: italic;
}

/* --- BUTTON ANIMATION --- */
.bh-family-btn {
    display: inline-block;
    background: #2563eb !important;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s all ease;
}

.bh-family-btn:hover {
    background: #2563eb !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(48, 110, 232, 0.2);
    color: #ffffff !important;
}

/* --- IMAGE STYLING --- */
.bh-family-image-container img {
    transition: transform 0.5s ease;
}

.bh-family-image-container:hover img {
    transform: scale(1.02);
}


/* --- SECTION BASE --- */
.bh-final-cta-section {
    background: radial-gradient(circle at top, #f0f7ff 0%, #ffffff 100%) !important;
    border-top: 1px solid #e2e8f0;
}

/* --- TEXT HIERARCHY --- */
.bh-final-h2 {
    font-size: clamp(2.2rem, 5vw, 3.2rem) !important;
    font-weight: 800 !important; /* Matches Brocus Black Weight */
    color: #0d1b2e !important;
    line-height: 1.1;
}

.bh-final-sub {
    font-size: 1.2rem;
    color: #475569 !important;
    line-height: 1.6;
}

/* --- PRIMARY BUTTON (The "Action" Style) --- */
.bh-final-btn {
    display: inline-block;
    background: #2563eb !important;
    color: #ffffff !important;
    padding: 18px 42px;
    border-radius: 14px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(48, 110, 232, 0.25);
}

.bh-final-btn:hover {
    background: #2563eb !important;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(48, 110, 232, 0.35);
    color: #ffffff !important;
}

/* --- TRUST LINE STYLING --- */
.bh-final-trust-box {
    background: #f1f5f9;
    border: 1px solid rgba(0,0,0,0.03);
}

.bh-final-trust-text {
    font-size: 0.9rem;
    color: #64748b !important;
    font-weight: 500;
}

.bh-final-lock {
    font-size: 0.9rem;
}

/* Mobile Alignment Fix */
@media (max-width: 768px) {
    .bh-final-btn {
        width: 100%;
        padding: 16px 20px;
    }
}

span.fst-italic.manual-color{
  color: #2563eb;
}