.no-hover:hover {
    cursor: default !important;
}

@media (min-width: 992px) {
    .main-navigation .dd-wrapper {
        background-color: var(--bg-light);
    }
}

.pbmit-title-secondary {
    font-size: 30px !important;
    line-height: 36px !important;
    letter-spacing: 0px !important;
}



/* PILOT PLANT */
body.page-pilot-plant-index .showcase-list .content .list-group li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
body.page-pilot-plant-index .custom-bullet {
    padding-left: calc(33px + 0.5rem);
}
body.page-pilot-plant-index .custom-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 33px;
    height: 100%;
    background-image: url("../images/icons/shape.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#features-accordion .accordion-header .accordion-button {
    padding-left: 0;
}


/* ABOUT PAGE */ 
.custom-slider-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
    padding-top: 10px;
    color: var(--light4);
}

.history-slider .swiper-slide.swiper-slide-active .custom-slider-title {
    color: var(--black);
}

.dynamic-content strong {
    color: black;
}
.dynamic-content a {
    color: var(--primary);
}
.dynamic-content a strong {
    color: var(--primary);
}
.dynamic-content .fa.fa-check {
    color: var(--primary);
}
.dynamic-content .btn-primary {
    color: white;
    background-color: var(--primary);
    padding: .7rem 1.5rem;
    margin-bottom: 2.5rem;
    display: inline-block;
    width: fit-content;
    border-bottom: 0;
}
.dynamic-content .btn-primary:hover {
    background-color: black;
}