html {
    scroll-behavior: smooth;
}

.scrollToTop {
    transition: none !important;
}

.hero-section {
    color: white;
    background-color: #2D2E60;
    padding: 3rem 1rem !important;
}

.course-title {
    font-size: 2rem;
    font-weight: bold;
}

.accordion-button:focus {
    box-shadow: none;
}

.bg-lighter {
    background-color: #F7F7F7;
}

.accordion-button:not(.collapsed) {
    background-color: #d72b2b !important;
    color: #F7F7F7;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-body p {
    font-size: 16px !important;
}

.link {
    font-size: 16px !important;
    color: #d72b2b;
}

.link:hover {
    color: #d72b2b !important;
    text-decoration: underline !important;
}

.sub-list-style li {
    list-style-type: none;
    color: inherit;
}

.sub-list-style li::before {
    content: "•";
    color: #d72b2b;
    font-size: 1.2em;
    margin-right: 8px;
}

.modal-header::before {
    content: "" !important;
    display: none !important;
}

.modal-header {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    border-radius: 0px !important;
}

.modal-content {
    width: 600px !important;
    border-radius: 0px !important;
}

.styled-select {
    position: relative;
}

.styled-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23666' stroke-width='15' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

.styled-select select:focus {
    border-color: #16174f;
    outline: none;
}

.styled-select select option:hover {
    background-color: #ffcccc !important;
    color: #000 !important;
}