.hero_translation .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8); /* black overlay with 60% opacity */
  z-index: 1;
}
.hero_translation .container {
  position: relative;
  
}

.hero_translation {
   background-image: url(../images/translation/Translation_header.png);
    background-color: rgba(0, 0, 0, 0.5) !important; 
    position: relative;
    background-size: cover;
}

.badge-soft {
    background: rgba(13, 110, 253, .1);
    color: #0d6efd;
}

.shadow-soft {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .08);
}

.feature-icon {
    width: 3rem;
    height: 3rem;
    display: inline-grid;
    place-items: center
}

.section-title span {
    color: #0d6efd
}

.rounded-2xl {
    border-radius: 1.25rem;
}

.opacity-70 {
    opacity: .7
}

.list-checked li {
    padding-left: 2rem;
    position: relative
}

.list-checked li:before {
    content: "\F26E";
    /* check2-circle */
    font-family: "bootstrap-icons";
    position: absolute;
    left: .25rem;
    color: #198754
}

.table-responsive {
    overflow-x: auto
}

.stat {
    min-width: 140px
}

.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .1), transparent)
}

.logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #0d6efd;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700
}

.bg-blur {
    backdrop-filter: saturate(180%) blur(8px);
}

.why_choose_vhrs {
    background-color: #1d4d2b;
    padding: 4rem 0
}

.feature-card {
    border-radius: 12px;
    border: 1px solid rgba(13, 110, 253, 0.08);
}

.rounded-2xl {
    border-radius: 1.25rem
}

@media (min-width:992px) {
    .hero {
        padding: 6rem 0
    }
}

.why_vhrs-hover:hover .card-body p {
  color: #fff !important;
}
