#hero-h1 {
    font-weight: 800 !important;
}

#hero-sub {
    color: #00507c !important;
}

#pain-gain .title {
    color: #00507c !important;
}

#pain-gain .sub-title {
    color: #00507c !important;
}

#modules .sub-title {
    color: #00507c !important;
}

#modules p.text-sm.text-dark-blue\/80.mt-1.flex-1.mb-0 {
    color: #00507c;
}

#modules .bottom-learn-more:hover {
    color: #0073aa !important;
}

#grid-footer-prompt .under-line-text:hover {
    text-decoration: underline !important;
    color: var(--primary-blue);
}

#testimonials .swiper-slide .star {
    color: #ff5722 !important;
    font-size: 20px !important;
}

#testimonials .swiper-slide .border-none {
    border: unset !important;
}

.swiper-pagination-bullet {
    background-color: #00a0d2 !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

#faq-accordion .arrow svg path {
    stroke: #005279;
}

#module-search-input:focus-visible {
    outline: unset !important;
}

@media (max-width:767px) {
    .category-cart-checkout h1 {
        font-size: 30px !important;
    }
}