#reviews-1 .review-1,
#reviews-1 .owl-carousel.owl-drag .owl-item {
    min-height: 100% !important;
}

#reviews-1 .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

#reviews-1 .review-1 {
    display: flex;
    flex-direction: column;
}

#reviews-1 .review-1-author {
    margin-top: auto;
}

.sticky-course-card {
    position: sticky;
    top: 90px;
}

#page {
    overflow: unset;
}

.wsmenucontainer {
    overflow: unset;
}

/* Semantic H1 with legacy heading sizes (same look as h2/h3 utility classes) */
h1.h3-xs {
    font-size: 2.375rem;
    font-weight: inherit;
    line-height: 1;
    margin: 0 0 15px;
}

h1.h3-sm {
    font-size: 2.5rem;
    font-weight: inherit;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

h1.h3-md {
    font-size: 2.625rem;
    font-weight: inherit;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

h1.page-section-title {
    font-size: 1.5rem;
    font-weight: inherit;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

h1.auth-page-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.page-hero-section .hero-txt h1 {
    line-height: 1;
    margin-bottom: 15px;
}

.white-color h1 {
    color: var(--pl-white);
}

.section-title h1.h3-sm {
    margin-bottom: inherit;
}

.single-post-title h1.h3-md {
    margin-bottom: 0.75rem;
}

@media (max-width: 991px) {
    h1.h3-xs {
        font-size: 1.95rem;
    }

    h1.h3-sm,
    #course-details h1.h3-sm,
    .course-txt h1.h3-sm {
        font-size: 2.125rem;
    }

    h1.h3-md {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    h1.h3-xs {
        font-size: 1.85rem;
    }
}

h1.section-heading.h3-sm,
h2.section-heading.h3-sm {
    font-size: 2.5rem;
    font-weight: inherit;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

@media (max-width: 991px) {
    h1.section-heading.h3-sm,
    h2.section-heading.h3-sm {
        font-size: 2.125rem;
    }
}

#banner_slider .item.slide-item .caption.d-flex h1.banner-midline + p.p-lg,
#banner_slider .item.slide-item .caption.d-flex h2.banner-midline + p.p-lg {
    margin-top: 0;
}

#hero-1 .caption-txt h1.banner-midline,
#hero-1 .caption-txt h2.banner-midline {
    padding-right: 15%;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 991px) {
    #banner_slider .item.slide-item .caption.d-flex h1.banner-midline,
    #banner_slider .item.slide-item .caption.d-flex h2.banner-midline,
    #hero-1 .caption-txt h1.banner-midline,
    #hero-1 .caption-txt h2.banner-midline {
        font-size: 1.133rem;
    }
}

#course-details h1.h3-sm,
.course-txt h1.h3-sm {
    font-size: 2.5rem;
    font-weight: inherit;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.breadcrumb-area h1.page-title {
    margin-top: 0;
}

@media (max-width: 991px) {
    #course-details h1.h3-sm,
    .course-txt h1.h3-sm {
        font-size: 2.125rem;
    }
}

.col-menu-container {
    max-width: 600px !important;
    width: 600px;
    border: none;
    border-color: transparent !important;
    margin-left: -18% !important;
}

.col-menu-container:hover {
    /*animation: fadeIn 100s ease-in both;*/
    transition: all 400ms ease-in-out;
    -webkit-transition:
        -webkit-transform 0.3s,
        opacity 0.3s;
}

.col-menu {
    max-width: 300px;
    /*border: 1px solid #c1c1c1;*/
    display: none;
}

.col-menu .dropdown-item {
    position: relative;
}

.category-level-1,
.category-courses-dropdown {
    height: max-content;
}

.dropdown-item i.fa-angle-right {
    position: absolute;
    /*right: 0;*/
    left: 270px;
    top: 12px;
}

.dropdown-item i.fa-angle-left {
    position: absolute;
    right: 270px;
    top: 12px;
}

.col-menu ul {
    list-style-type: none !important;
    background-color: #fff;
    border: solid 1px #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dropdown-item {
    color: #012478;
    cursor: pointer;
    background-color: #fff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #3785d7;
    cursor: pointer;
    -webkit-transition:
        -webkit-transform 0.3s,
        opacity 0.3s;
}

.navbar-light .navbar-nav .nav-link {
    color: #383838 !important;
}

.col-menu ul.sub-menu > li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
    border-bottom: 1px dashed #c0c0c0;
    padding: 0px;
}

.col-menu ul.sub-menu > li > a {
    padding: 11px 0;
}

.col-menu ul.sub-menu > li a {
    position: relative;
    background-image: none;
    border-right: 0 none;
    text-align: left !important;
    display: block;
    padding: 9px;
    text-transform: none;
    color: #888;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    border-right: 0px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.course-dropdown {
    position: absolute;
    right: 0;
}

.alert .close {
    display: contents;
    font-size: 20px;
}

@media (max-width: 768px) {
    .review-1 {
        padding: 10px 15px;
    }

    .wide-40 {
        padding-top: 20px;
    }
}

@media print {
    .noPrint {
        display: none;
    }
}

.cs-content #intaccordion [data-bs-toggle='collapse'].collapsed:after,
.cs-content #intaccordion [data-bs-toggle='collapse']:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    position: absolute;
    font-size: 1.05rem;
    top: 17px;
    left: 20px;
}

.cs-content #intaccordion [data-bs-toggle='collapse'].collapsed:after {
    content: '\f107';
}

#intaccordion .card-header h5 {
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

/* Mega menu: wrap long course titles inside the dropdown panel (course menus only) */
.navbar-area .nav-container .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:has(.dropdown-menu-items) {
    overflow-x: hidden;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu-items .item-list {
    min-width: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu-items a.dropdown-item.items-list {
    white-space: normal !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu-items a.dropdown-item.items-list span {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* TinyMCE / rich-text content: match backend editor (borderless tables by default) */
.editor-pages .editor-content-backend table,
.editor-content-backend table,
.single-post-wrapper .editor-content-backend table,
.single-post-wrapper table,
.content-from-admin table,
.course-attachment-section .editor-content-backend table {
    border: none !important;
    border-collapse: collapse;
}

.editor-pages .editor-content-backend table td,
.editor-pages .editor-content-backend table th,
.editor-content-backend table td,
.editor-content-backend table th,
.single-post-wrapper .editor-content-backend table td,
.single-post-wrapper .editor-content-backend table th,
.single-post-wrapper table td,
.single-post-wrapper table th,
.content-from-admin table td,
.content-from-admin table th,
.course-attachment-section .editor-content-backend table td,
.course-attachment-section .editor-content-backend table th {
    border: none !important;
}

.editor-pages .editor-content-backend table.grid-table td,
.editor-pages .editor-content-backend table.grid-table th,
.editor-content-backend table.grid-table td,
.editor-content-backend table.grid-table th,
.content-from-admin table.grid-table td,
.content-from-admin table.grid-table th {
    border: 1px solid #ddd !important;
}

.editor-pages .editor-content-backend table.bordered-table,
.editor-content-backend table.bordered-table,
.content-from-admin table.bordered-table {
    border: 2px solid #333 !important;
}

.editor-pages .editor-content-backend table.bordered-table td,
.editor-pages .editor-content-backend table.bordered-table th,
.editor-content-backend table.bordered-table td,
.editor-content-backend table.bordered-table th,
.content-from-admin table.bordered-table td,
.content-from-admin table.bordered-table th {
    border: 1px solid #333 !important;
}
