/* ===== Base look (match-ish) ===== */
:root {
  --ndr-red: #f97316; /* screenshot ke close */
  --ndr-text: #5f5f5f;
  --ndr-dark: #2b2b2b;

  --ndr-white: #ffffff;
  --ndr-black: #0b0b0b;
  --ndr-overlay: rgba(0, 0, 0, 0.45); /* full hero subtle shade */
  --ndr-panel: rgba(0, 0, 0, 0.55); /* dark box behind text */

  --nd-red: #f97316; /* maroon/red tone */
  --nd-red-dark: #f97316;
  --nd-text: #5f5f5f;
  --nd-title: #a63a37;
  --nd-line: #d9d9d9;
  --nd-strip-h: 120px;
}

.bms-red {
  color: var(--ndr-red);
}

/* ===== HERO ===== */
.ndr-hero-bg {
  position: relative;
  min-height: 420px;
  width: 100%;
  background-image: url("./assets/Support Process/business.jpg") !important; /* replace */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ===== INTRO ===== */
.bms-intro {
  background: var(--ndr-bg);
  padding: 56px 0 40px;
}
.bms-kicker {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}
.bms-kicker--thin {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.bms-h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 18px;
}
.bms-lead {
  max-width: 980px;
  margin: 0 auto;
  color: var(--ndr-muted);
  font-size: 18px;
  line-height: 1.85;
}

/* body copy area (left aligned like screenshot) */
.bms-copy {
  padding: 44px 0 0;
}
.bms-h3 {
  font-size: 34px;
  font-weight: 600;
  margin: 34px 0 10px;
  line-height: 1.05;
}
.bms-copy p {
  color: var(--ndr-muted);
  font-size: 18px;
  line-height: 1.95;
  margin-bottom: 14px;
}
.bms-linklike {
  color: var(--ndr-red);
}
.bms-learnmore {
  display: inline-block;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 800;
  color: var(--ndr-red);
  text-decoration: underline;
}

/* ===== CTA Band ===== */
.bms-cta-band {
  position: relative;
  min-height: 90px;
  overflow: hidden;
}
.bms-cta-band__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.55;
}
.bms-cta-band__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.bms-cta-band__content {
  position: relative;
  padding: 22px 0;
}
.bms-cta-band__text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.bms-btn-red {
  background: var(--ndr-red);
  border: 0;
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.bms-btn-red:hover {
  background: #8d2222;
  color: #fff;
}

/* ===== Testimonials ===== */
.bms-testimonials {
  background: var(--ndr-bg);
  padding: 56px 0 80px;
}
.bms-underline {
  width: 150px;
  height: 4px;
  background: var(--ndr-blue);
  margin: 12px auto 0;
}

.bms-tcard {
  position: relative;
  margin-top: 34px;
  background: transparent;
  padding: 10px 0;
}

/* avatar circle */
.bms-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #111;
  margin: 0 auto 14px;
  overflow: hidden;
}
.bms-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bms-name {
  font-size: 22px;
  font-weight: 800;
  color: #222;
}
.bms-role {
  color: #9a9a9a;
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.3;
}

.bms-quote {
  color: #555;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
  max-width: 620px;
}

/* custom arrows placed like screenshot */
.bms-carousel-btn {
  width: auto;
  opacity: 1;
}
.carousel-control-prev.bms-carousel-btn {
  left: 18%;
}
.carousel-control-next.bms-carousel-btn {
  right: 18%;
}
.bms-arrow {
  display: inline-block;
  font-size: 40px;
  color: #000;
  font-weight: 300;
  line-height: 1;
  padding: 2px 10px;
}

@media (max-width: 991px) {
  .bms-hero__title {
    font-size: 40px;
  }
  .bms-h2 {
    font-size: 38px;
  }
  .bms-h3 {
    font-size: 32px;
  }
  .carousel-control-prev.bms-carousel-btn {
    left: 6px;
  }
  .carousel-control-next.bms-carousel-btn {
    right: 6px;
  }
}
