.logo img {
    max-height: 55px;
}
.navbar-brand.logo-small img {
    max-height: 40px;
    width: 40px;
}
.privacy-cont h2,
.privacy-cont h3{
  margin-bottom: 15px !important;
  font-size: 22px !important;
}
.privacy-cont h4{
  margin-bottom: 15px !important;
  font-size: 20px !important;
}
.privacy-cont i {
    color: var(--primary);
}
.accordion-item {
    border-bottom: 1px solid #EBECED !important;
}

.provider-sec .provider-item .card-body {
    display: flex;
    align-items: center;
    gap: 10px;
}
.provider-sec img.img-fluid {
    height: auto;
}
.provider-item .home-feature-text {
    position: absolute;
    bottom: 10px !important;
    right: 0px !important;
    top: auto !important;
    left: auto !important;
    width: 100px !important;
    background: var(--primary) !important;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 10;
    height: 19px !important;
    transform: none !important;
}
.home-feature-text span {
    display: block;
    padding: 3px 0;
    font-size: 9px;
    letter-spacing: 0.5px;
}
.provider-card .feature-text {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 110px;
    background: var(--primary);
    color: #fff;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 10;
    transform: rotate(0);
}
.provider-card .feature-text span {
    display: block;
    padding: 1px 0;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.form-radio, .form-checkbox, .form-check, .form-check-input {
    border-color: #ccc !important;
}


/* Footer */
footer h5.mb-4 {
    color: #fff;
    opacity: 50%;
}