.bh-contact-hero {
  position: relative;
  padding: 116px 0 62px;
  background:
    linear-gradient(180deg, rgba(13, 37, 66, 0.6) 0%, #0d1b2e 100%),
    url('https://brocushomesecurity.com/img/hero-contact.jpg');
  background-size: cover;
  background-position: center;
  /* min-height: 80vh; */
  display: flex;
  align-items: center;
  background-position: center 0%;
}
 
.bh-contact-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-contact-title {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
}
 
.bh-contact-title span {
  color: #2563eb;
}
 
.bh-contact-subtitle {
  font-size: 20px;
  color: #cad5e2;
  font-weight: 300;
}
 
 
/* Card Section Position */
.bh-contact-cards{
    margin-top: -60px;   /* pulls cards into hero */
    position: relative;
    z-index: 10;
}
 
/* Card Design */
.contact-card{
    background:#e8eefd;
    padding:30px 20px;
    border-radius:16px;
    transition:0.3s;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}
.contact-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
 
.icon-box{
    width:50px;
    height:50px;
    margin:0 auto 15px;
    background:#060a13;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#3b5bfd;
}
 
.label{
    font-size:12px;
    letter-spacing:1px;
    color:#5370c6;
    font-weight:600;
    margin-bottom:5px;
}
 
.contact-card h6{
    font-weight:700;
    margin-bottom:5px;
    color:black;
    overflow-wrap:anywhere;
}
 
@media (max-width:768px){
 
.contact-card h6{
    font-size:14px;
}
 
.contact-card small{
    font-size:14px;
}
 
.contact-card{
    padding:20px 15px;
}
 
}
 
 
 
 
/* Section Background - Adjusted to match your dark theme */
.bh-office-section {
    background-color: #131d39; /* Matches your hero bottom color */
    color: #ffff;
    font-family: 'Inter', sans-serif; /* Recommended for this clean look */
}
 
.bh-office-title {
    font-size: 28px;
    font-weight: 700;
}
 
.bh-icon {
    color: #f7f7f7; /* Using your accent blue */
    font-size: 1.25rem;
}
 
.bh-info-label {
    font-size: 18px;
    font-weight: 600;
}
 
.bh-info-text {
    color: #ffff;
    line-height: 1.6;
    font-size: 14px;
}
 
/* The Glassmorphism Box */
.bh-notice-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    font-size: 16px;
    line-height: 1.5;
}
 
.bh-office-img-wrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px !important; /* Matches the rounded look in your image */
}
 
/* Responsive adjustments */
@media (max-width: 991.98px) {
    .bh-office-title {
        text-align: center;
    }
    .bh-office-img-wrapper {
        margin-top: 2rem;
    }
}
 
.accordion-item{
    margin-bottom: 16px;   /* gap between FAQs */
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}
 
.accordion-button{
    font-weight: 600;
    background: #f1f5f9;
}
 
.accordion-button:not(.collapsed){
    /* background: #e2e8f0; */
    box-shadow: none;
}
 
.accordion-button:focus{
    box-shadow: none;
}
.phone-link {
  text-decoration: none;
  color: #ffffff;          /* default white */
  transition: all 0.3s ease; /* smooth transition for hover effects */
  position: relative;      /* for underline animation */
}
 
.phone-link:hover {
  color: #ffffff;          /* hover color */
  transform: scale(1.05);  /* subtle zoom effect */
}
 
 
 

/* Fix for phone input flag overlapping text */
.iti {
    width: 100% !important;
}

.iti input {
    padding-left: 95px !important; /* Adjust this value if the flag is still too close */
}

/* Ensure error spans are hidden by default and don't take up space */
.error-message {
    /* display: none; */
    font-size: 0.8rem;
    margin-top: 5px;
}


input#customer_phone{
        padding-left: 64px !important;
}

.iti--separate-dial-code .iti__selected-dial-code{
        color: black;
}