
  /* Reset & Typography Base scoped via prefix where possible */
  .bbi-body-wrapper { 
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif; 
    background: #fff; 
    color: #1a1a1a;
    line-height: 1.5;
  }

  .bbi-body-wrapper a, 
  .bbi-body-wrapper button, 
  .bbi-benefit-card, 
  .bbi-flow-step-card {
    transition: all 0.2s ease-in-out;
  }

  /* BRAND ALTERNATING BACKGROUND PANELS */
  .bbi-sec { width: 100%; }
  .bbi-sec-white { background: #d6ffeb; }
  .bbi-sec-green { background: white; }
  .bbi-sec-inner { padding: 5.5rem 0; }

  /* HERO */
  .bbi-hero-content { text-align: left; }
  .bbi-hero-eyebrow { display: inline-block; background: #d6ffeb; color: #15803d; font-size: 11px; font-weight: 700; padding: 5px 14px; border-radius: 20px; letter-spacing: 0.05em; margin-bottom: 1.25rem; text-transform: uppercase; }
  .bbi-hero h1 { font-size: 44px; font-weight: 800; color: #111827; line-height: 1.2; margin-bottom: 1.25rem; letter-spacing: -0.02em; }
  .bbi-hero h1 span { color: #16a34a; }
  .bbi-hero p { font-size: 17px; color: #4b5563; margin-bottom: 2.25rem; line-height: 1.65; max-width: 540px; }
  
  /* FIXED HERO COLLAGE LAYOUT */
  .bbi-collage-item { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(21, 128, 61, 0.08); border: 1px solid rgba(22, 163, 74, 0.15); background: #fff; height: 180px; }
  .bbi-collage-item.bbi-large { height: 260px; }
  .bbi-collage-item img { width: 100%; height: 100%; object-fit: cover; }

  /* BUTTONS */
  .bbi-btn-primary { background: #16a34a; color: #fff; border: none; padding: 13px 26px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 12px rgba(22, 163, 74, 0.15); text-decoration: none; }
  .bbi-btn-primary:hover { background: #15803d; transform: translateY(-1px); color: #fff; }
  .bbi-btn-outline { background: transparent; color: #16a34a; border: 2px solid #16a34a; padding: 11px 26px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
  .bbi-btn-outline:hover { background: rgba(22, 163, 74, 0.05); color: #16a34a; }

  /* SECTION HEADERS */
  .bbi-section-header { text-align: center; margin-bottom: 4rem; }
  .bbi-section-header .bbi-eyebrow { display: inline-block; background: #d6ffeb; color: #15803d; font-size: 11px; font-weight: 700; padding: 5px 14px; border-radius: 20px; letter-spacing: 0.05em; margin-bottom: 0.85rem; text-transform: uppercase; }
  .bbi-section-header h2 { font-size: 32px; font-weight: 800; color: #111827; margin-bottom: 0.75rem; letter-spacing: -0.01em; }
  .bbi-section-header p { font-size: 16px; color: #6b7280; max-width: 520px; margin: 0 auto; line-height: 1.6; }

  /* TIMELINE SECTION */
  .bbi-timeline-container { position: relative; padding: 1.5rem 0; width: 100%; }
  
  .bbi-flow-step-card { background: #fff; border-radius: 20px; padding: 1.75rem; border: 1px solid rgba(22,163,74,0.12); box-shadow: 0 4px 20px rgba(0,0,0,0.01); display: flex; flex-direction: column; h-index: 100%; height: 100%; }
  .bbi-flow-step-card:hover { box-shadow: 0 10px 25px rgba(21,128,61,0.06); transform: translateY(-2px); }

  /* .bbi-step-image { width: 100%; height: 160px; object-fit: cover; border-radius: 12px; margin-bottom: 1.5rem; } */

  .bbi-timeline-node-visual { width: 44px; height: 44px; background: #15803d; border: 4px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; box-shadow: 0 4px 10px rgba(21,128,61,0.2); }
  .bbi-timeline-node-visual i { font-size: 20px; color: #fff; }

  .bbi-step-number { font-size: 11px; font-weight: 700; color: #16a34a; letter-spacing: 0.05em; margin-bottom: 6px; text-transform: uppercase; }
  .bbi-step-title { font-size: 17px; font-weight: 700; color: #111827; margin-bottom: 10px; line-height: 1.35; min-height: 46px; }
  .bbi-step-desc { font-size: 13.5px; color: #6b7280; line-height: 1.6; margin-bottom: 1.25rem; flex-grow: 1; }
  
  .bbi-step-tags { display: flex; flex-wrap: wrap; gap: 6px; }
  .bbi-tag { background: #edf7f5; color: #15803d; font-size: 11px; padding: 4px 10px; border-radius: 20px; font-weight: 600; }

  /* PREMIUM HORIZONTAL BENEFITS PANEL */
  .bbi-benefit-card { 
    background: #ffffff; 
    border-radius: 20px; 
    padding: 2.25rem; 
    border: 1px solid #f3f4f6; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.02); 
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
  }
  .bbi-benefit-card:hover { 
    transform: translateY(-4px); 
    border-color: rgba(22,163,74,0.3);
    box-shadow: 0 15px 35px rgba(22,163,74,0.08); 
  }
  
  .bbi-benefit-card i { 
    font-size: 30px; 
    color: #15803d; 
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    width: 64px; height: 64px;
    border-radius: 16px; 
    background: #edf7f5;
    flex-shrink: 0;
  }
  
  .bbi-benefit-card .bbi-card-content h4 { font-size: 18px; font-weight: 700; color: #111827; margin-bottom: 8px; letter-spacing: -0.01em; }
  .bbi-benefit-card .bbi-card-content p { font-size: 14.5px; color: #4b5563; line-height: 1.65; margin-bottom: 0; }

  /* CTA BOX */
  .bbi-cta-bar { 
    background:#d6ffeb; 
    border: 1px solid #dcfce7; 
    border-radius: 12px; 
    padding: 3.5rem 2rem; 
    text-align: center; 
  }
  .bbi-cta-bar h2 { color: #1f2937; font-size: 26px; font-weight: 800; margin-bottom: 16px; letter-spacing: -0.01em; }
  .bbi-cta-bar p { color: #6b7280; font-size: 15px; margin-bottom: 2.5rem; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.6; }
  
  .bbi-btn-whatsapp { 
    background: #22c55e; color: #fff; border: none; 
    padding: 12px 28px; border-radius: 30px; 
    font-size: 15px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s;
    text-decoration: none;
  }
  .bbi-btn-whatsapp:hover { background: #16a34a; transform: translateY(-1px); color: #fff; }
  
  .bbi-btn-outline-green { 
    background: transparent; color: #22c55e; border: 2px solid #22c55e; 
    padding: 10px 28px; border-radius: 30px; 
    font-size: 15px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s;
    text-decoration: none;
  }
  .bbi-btn-outline-green:hover { background: #f0fdf4; color: #22c55e; }

  .bbi-footer-note { text-align: center; font-size: 13px; color: #9ca3af; padding: 2.5rem 0 1rem; }

  /* FAQ SECTION */
  .bbi-faq-container {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .bbi-faq-item {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .bbi-faq-item:hover {
    box-shadow: 0 8px 25px rgba(22,163,74,0.06); 
  }
  .bbi-faq-summary {
    padding: 1.25rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    color: #111827;
    font-size: 16px;
  }
  .bbi-faq-summary::-webkit-details-marker {
    display: none;
  }
  .bbi-faq-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .bbi-faq-icon-q {
    color: #fff;
    background: #22c55e;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
  }
  .bbi-faq-icon-chevron {
    color: #6b7280;
    transition: transform 0.3s ease;
  }
  details[open] .bbi-faq-icon-chevron {
    transform: rotate(180deg);
  }
  .bbi-faq-content {
    padding: 0 1.75rem 0 3.7rem;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.35s ease, padding-bottom 0.35s ease;
  }
  .bbi-faq-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 8px;
  }
  .bbi-faq-content li {
    margin-bottom: 6px;
  }

  /* RESPONSIVE SUB-ADJUSTMENTS (Bootstrap handles grids, these handle heights/paddings) */
  @media (max-width: 1024px) {
    .bbi-step-title { min-height: auto; }
  }

  @media (max-width: 768px) {
    .bbi-sec-inner { padding: 4rem 0; }
    .bbi-hero h1 { font-size: 32px; }
    .bbi-collage-item.bbi-large, .bbi-collage-item { height: 200px; }
    .bbi-timeline-track-scroll { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; gap: 1rem; margin: 0 -1rem; padding-left: 1rem; padding-right: 1rem; }
    .bbi-timeline-col { min-width: 280px; width: 85%; scroll-snap-align: start; flex: 0 0 auto; }
    .bbi-section-header h2 { font-size: 26px; }
    .bbi-benefit-card { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .bbi-cta-bar { padding: 3rem 1.5rem; }
    .bbi-cta-bar h2 { font-size: 25px; }
    .bbi-faq-summary { padding: 1rem 1.25rem; font-size: 15px; }
    .bbi-faq-content { padding: 0 1.25rem 0 3.25rem; font-size: 14px; }
  }
  #boombarrier-industry-div{
    padding: 0%;
    margin: 0%;
  }

  .imaiic-section {
    background: #ffffff;
}

.imaiic-badge {
    display: inline-block;
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.imaiic-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
}

.imaiic-subtitle {
    max-width: 700px;
    margin: 15px auto 0;
    color: #64748b;
    font-size: 16px;
}

.imaiic-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .35s ease;
    height: 100%;
    display:flex;
    flex-direction:column;
}

.imaiic-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.imaiic-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.imaiic-content {
    padding: 20px;
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

.imaiic-content h5 {
  min-height:60px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.imaiic-location {
    display: block;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 15px;
}
.imaiic-bottom{
    margin-top:auto;
}

.imaiic-tag {
    display: inline-block;
    padding: 8px 14px;
    background: #dcfce7;
    color: #15803d;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .imaiic-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .imaiic-title {
        font-size: 28px;
    }

    .imaiic-card img {
        height: 220px;
    }
}

.imaiic-readmore{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-top: 2rem;
    color:#15803d;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
}

.imaiic-readmore:hover{
    gap:10px;
    color:#166534;
}