@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

p{
  font-size:18px;
}

.top-5 {
    top: 5px;
}

.image-box{
  height:350px;
}
@media (max-width:991px) {
  .image-box{
    height:250px;
  }
  p{
    font-size:16px;
  }
  h5{
  font-size:17px;
}
}

/* Визуально скрыто, но доступно для ассистивных технологий */
.visually-hidden-important {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Для заданного вами формата чекбокса */
.form-group.checkbox-group {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  }
.form-group.checkbox-group input[type="checkbox"] {
  margin-top: .3rem;
}

/* ===== BizDevEngine Hero Section (Bootstrap overrides) ===== */
.bde-hero {
  /* uses .bg-dark and .text-white from Bootstrap; keep contrast high */
  position: relative;
  overflow: clip;
}

/* Decorative subtle gradient overlay for depth */
.bde-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at 20% -10%, rgba(255,255,255,0.08), transparent 60%),
              radial-gradient(800px 400px at 120% 120%, rgba(13,110,253,0.12), transparent 55%);
  pointer-events: none;
}

/* Improve readability on large screens */
@media (min-width: 992px) {
  .bde-hero .lead {
    font-size: 1.175rem; /* slightly larger than Bootstrap .lead */
  }
}

/* Image framing tweaks */
.bde-hero-figure {
  display: block;
  position: relative;
}

.bde-hero-img {
  /* Keep aspect and add gentle hover lift on larger screens */
  transform: translateZ(0);
  transition: transform .3s ease, box-shadow .3s ease;
}

@media (hover: hover) and (min-width: 992px) {
  .bde-hero-img:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.35);
  }
}

/* Spacing utility: larger vertical rhythm on XL+ */
@media (min-width: 1200px) {
  .py-lg-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}

/* High-contrast focus styles for accessibility (keeps Bootstrap palette) */
.bde-hero a:focus-visible,
.bde-hero button:focus-visible,
.bde-hero .btn:focus-visible {
  outline: 3px solid var(--bs-primary);
  outline-offset: 2px;
  box-shadow: none;
}
/* ===== Our Expertise (Bootstrap-friendly custom styles) ===== */
.bde-expertise .bde-card {
  border: 1px solid rgba(0, 0, 0, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-radius: 1rem;
}

.bde-expertise .bde-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .12);
  border-color: rgba(var(--bs-primary-rgb), .35);
}

.bde-expertise .bde-icon {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 .5rem 1.25rem rgba(var(--bs-primary-rgb), .2);
}

.bde-expertise h3 {
  line-height: 1.25;
}

@media (min-width: 992px) {
  .bde-expertise .card-body {
    padding: 1.5rem 1.5rem;
  }
}

/* Focus state accessibility (keeps Bootstrap palette) */
.bde-expertise a:focus-visible,
.bde-expertise button:focus-visible,
.bde-expertise .card:focus-within {
  outline: 3px solid var(--bs-primary);
  outline-offset: 2px;
  box-shadow: none;
}

/* ===== Why Choose BizDevEngine (Bootstrap-friendly) ===== */
.bde-choose .bde-choose-card {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 1rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.bde-choose .bde-choose-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 .75rem 2rem rgba(0,0,0,.12);
  border-color: rgba(var(--bs-primary-rgb), .35);
}

.bde-choose .bde-choose-icon {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  border-radius: .75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 .6rem 1.4rem rgba(var(--bs-primary-rgb), .2);
}

/* Fine-tune spacing and text rhythm */
.bde-choose h3 {
  line-height: 1.25;
}

.bde-choose .card-body {
  padding: 1.25rem 1.25rem;
}

@media (min-width: 992px) {
  .bde-choose .card-body {
    padding: 1.5rem 1.5rem;
  }
}

/* Accessible focus states using Bootstrap palette */
.bde-choose .card:focus-within,
.bde-choose a:focus-visible,
.bde-choose button:focus-visible {
  outline: 3px solid var(--bs-primary);
  outline-offset: 2px;
  box-shadow: none;
}



h1{
  font-size: 30px;
  color: #2f3d20;
}
h2{
  font-size: 25px;
  color: #2f3d20;
}
h3{
  font-size: 20px;
  color: #2f3d20;
}

/* ===== Industries We Serve (Bootstrap-friendly custom styles) ===== */
.bde-ind-card {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 1rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.bde-ind-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .12);
  border-color: rgba(var(--bs-primary-rgb), .35);
}

.bde-ind-icon {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  border-radius: .75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 .6rem 1.4rem rgba(var(--bs-primary-rgb), .2);
}

/* Fine-tune spacing and text rhythm */
.bde-industries h3 {
  line-height: 1.25;
}

.bde-industries .card-body {
  padding: 1.25rem 1.25rem;
}

@media (min-width: 992px) {
  .bde-industries .card-body {
    padding: 1.5rem 1.5rem;
  }
}

/* Closing note card */
.bde-industries-note {
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 .6rem 1.4rem rgba(0,0,0,.08);
}

/* Accessible focus states using Bootstrap palette */
.bde-industries .card:focus-within,
.bde-industries a:focus-visible,
.bde-industries button:focus-visible {
  outline: 3px solid var(--bs-primary);
  outline-offset: 2px;
  box-shadow: none;
}

/* ===== Pricing (Bootstrap-friendly custom styles) ===== */
.bde-price-card {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 1rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.bde-price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 .75rem 2rem rgba(0,0,0,.12);
  border-color: rgba(var(--bs-primary-rgb), .35);
}

/* Price typography */
.bde-price {
  display: flex;
  align-items: baseline;
  gap: .25rem;
  line-height: 1;
}

.bde-price-currency {
  font-size: 1.1rem;
  color: var(--bs-secondary);
}

.bde-price-value {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Recommended badge */
.bde-price-reco {
  border-color: rgba(var(--bs-primary-rgb), .4);
  box-shadow: 0 .75rem 2rem rgba(var(--bs-primary-rgb), .15);
}

.bde-reco-badge {
  padding: .5rem .75rem;
  border-radius: 999px;
  z-index: 1;
}

/* Feature checks (pure CSS + currentColor) */
.bde-features li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-bottom: .5rem;
}

.bde-check {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: .375rem;
  background: var(--bs-primary);
  display: inline-block;
  position: relative;
  margin-top: .15rem;
  box-shadow: 0 .35rem 1rem rgba(var(--bs-primary-rgb), .25);
}
.bde-check::after {
  content: "";
  position: absolute;
  inset: 0;
  mask: path("M4 7l2 2 4-4") center / 70% 70% no-repeat;
  -webkit-mask: path("M4 7l2 2 4-4") center / 70% 70% no-repeat;
  background: var(--bs-white);
}

/* Improve card spacing on larger screens */
.bde-pricing .card-body { padding: 1.25rem 1.25rem; }
@media (min-width: 992px) {
  .bde-pricing .card-body { padding: 1.75rem 1.5rem; }
}

/* Accessible focus states using Bootstrap palette */
.bde-pricing .card:focus-within,
.bde-pricing a:focus-visible,
.bde-pricing button:focus-visible {
  outline: 3px solid var(--bs-primary);
  outline-offset: 2px;
  box-shadow: none;
}
