.gradient-bg, .gradient-bg:hover,
.modal-body .nws-button button, .modal-body .nws-button button:hover,
.teacher-pic-content .teacher-img-content::after,
.course-details-category li:hover {
    background: var(--gradient, linear-gradient(90deg, #EAC570 24.94%, #BC852D 59.94%, #7E5825 99.94%));
}
.header_3, .header_3:hover {
    background: var(--grey-700, #4D4D4D);
}

.header-info .info-text {
    display: none;
}
.text-gradiant {
    background: #BA832C;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-content {
    margin-top: 10px;
}
a.text-info, a.text-info:hover {
    color: #BC852D !important;
}
.blog-button ul.product-tab li.active {
    background: #BA832C;
}
.genius-btn, .modal-body .nws-button button {
    border-radius: 8px;
}
.fa-envelope::before {
    background: '<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M24.8889 6.5H7.1111C5.22222 6.5 3.77777 7.94444 3.77777 9.83333V23.1667C3.77777 25.0556 5.22222 26.5 7.1111 26.5H24.8889C26.7778 26.5 28.2222 25.0556 28.2222 23.1667V9.83333C28.2222 7.94444 26.7778 6.5 24.8889 6.5ZM7.1111 8.72222H24.8889C25.3333 8.72222 25.6667 8.94444 25.8889 9.38889L16 16.2778L6.1111 9.38889C6.33333 8.94444 6.66666 8.72222 7.1111 8.72222ZM5.99999 23.1667C5.99999 23.8333 6.44444 24.2778 7.1111 24.2778H24.8889C25.5555 24.2778 26 23.8333 26 23.1667V11.9444L16.6667 18.5C16.4444 18.6111 16.2222 18.7222 16 18.7222C15.7778 18.7222 15.5555 18.6111 15.3333 18.5L5.99999 11.9444V23.1667Z" fill="#BC852D"/></svg>';
}

.popup-logo {
    display: inline-flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    width: 270px;
    border-radius: 4px;
    background: var(--White, #FFF);
    margin: auto;
    top: -70px;
    /* Button hover */
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}
.header_3 .nav-menu-4 .nav-menu a:hover {
    color: #BC852D;
}

.sub-menu::before {
    border-top: 10px solid #BC852D;
}
#prevButton .gradient-bg {
    background: #636363;
}
.section-title-2 h2::after {
    background-color: #BC852D;
}
.view-all-btn i {
    color: #BC852D;
}

.section-title .subtitle::before, .section-title .subtitle::after {
    color: #BC852D;
    text-shadow: 15px 0 #BC852D;
}

#slider-item .genius-btn {
    border: 2px solid #BC852D;
}
.genius-btn a i {
    color: #BC852D;
}
.course-meta .course-category, .latest-events .course-meta .course-author {
    color: #BC852D;
}