.course-search-result-container,
.course-categories {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;
    padding: 30px;
    border-radius: 15px;
}

.course-categories img {
    width: 100%;
    border-radius: 15px;
}

.course-category {
    border-bottom: 1px solid #d0cccc;
    margin-bottom: 15px;
    background-color: #fafafa;
    padding: 15px;
    border-radius: 10px;
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    position: relative;
}

.course-sub-category.expanded,
.course-category.expanded {
    max-height: fit-content;
    /* Adjust based on your content */
    transition: max-height 0.5s ease-in;
}

.course-sub-category {
    max-height: 80px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    position: relative;
}

.subcategory ul {
    margin-top: 31px;
}

.toggle-btn-sub,
.toggle-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: #0567a4;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    padding-bottom: 3px;
}

.sub-cat-header {
    position: relative;
}

.subcategory ul {
    margin-top: 30px;
}

.course-category li {
    list-style: none;
}

.course-category li {
    list-style: none;
    background-color: #f5f4f4;
    margin: 15px;
    padding: 15px;
    border-radius: 10px;
}

li.course-item {
    background-color: #ffffff;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}

.course-image {
    float: left;
}

#page-header .w-100 {
    justify-content: center;
    display: flex;
}

.cat-link:hover,
.cat-link {
    text-decoration: none;
}

.lp-search-form {
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    margin-top: 15px;
    margin-bottom: 15px;
}

.course-search-container {
    background-color: #eee;
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

header#page-header {
    border-bottom: 1px solid #dbd8d8;
}

.course-search-result-container-footer {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
}

.course-search-result-container-footer p {
    margin-bottom: 0px;
}

.course-search-result-container-footer h2 {
    margin-bottom: 0;
}

.course-search-result-container h3 {
    margin-bottom: 15px;
}

.form-control:focus {
    box-shadow: none;
}