/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2025 | 03:05:28 */
.single-courses section.cta {
    background-color: var(--lv-hsa-blue-2);
    color: var(--lv-white);
    padding: 3rem 0;
    position: relative;
    bottom: 0;
    z-index: 1;
}

.single-courses section.cta h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 36px;
}

.single-courses .cta::before,
.single-courses .cta::after {
    content: '';
    background: var(--lv-hsa-blue-2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}
.single-courses .cta::before {
    left: -99%;
}
.single-courses .cta::after {
    content: '';
    right: -200%;
    width: 200%;
}

.wrapper.wrapper--wide.cta__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    padding-right: 30px;
}

.single-courses section.cta .cta__button {
	border-radius: var(--border-radius-button);
    text-decoration: none;
    font-family: var(--font-paragraph);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-bold);
    line-height: 1.39;
    padding: calc(14px - var(--border-width-input-field) * 2) calc(21px - var(--border-width-input-field) * 2);
}

.single-courses .tutor-wrap:has(.cta) {
    margin-bottom: 0;
}

.single-courses .tutor-course-details-page:has(.cta) .tutor-course-details-content + .tutor-mt-40 {
    margin-top: 0;
}